SYMBOL INDEX (90902 symbols across 16819 files) FILE: app/code/Magento/AdminAnalytics/Controller/Adminhtml/Config/DisableAdminUsage.php class DisableAdminUsage (line 21) | class DisableAdminUsage extends Action implements HttpPostActionInterface method __construct (line 46) | public function __construct( method disableAdminUsage (line 61) | private function disableAdminUsage() method markUserNotified (line 73) | private function markUserNotified(): ResultInterface method execute (line 91) | public function execute() method _isAllowed (line 100) | protected function _isAllowed() FILE: app/code/Magento/AdminAnalytics/Controller/Adminhtml/Config/EnableAdminUsage.php class EnableAdminUsage (line 21) | class EnableAdminUsage extends Action implements HttpPostActionInterface method __construct (line 44) | public function __construct( method enableAdminUsage (line 59) | private function enableAdminUsage() method markUserNotified (line 71) | private function markUserNotified(): ResultInterface method execute (line 89) | public function execute() method _isAllowed (line 98) | protected function _isAllowed() FILE: app/code/Magento/AdminAnalytics/Model/Condition/CanViewNotification.php class CanViewNotification (line 17) | class CanViewNotification implements VisibilityConditionInterface method __construct (line 47) | public function __construct( method isVisible (line 61) | public function isVisible(array $arguments): bool method getName (line 80) | public function getName(): string FILE: app/code/Magento/AdminAnalytics/Model/ResourceModel/Viewer/Logger.php class Logger (line 19) | class Logger method __construct (line 40) | public function __construct( method log (line 54) | public function log(string $lastViewVersion): bool method get (line 75) | public function get(): Log method checkLogExists (line 85) | public function checkLogExists(): bool method loadLatestLogData (line 97) | private function loadLatestLogData(): array FILE: app/code/Magento/AdminAnalytics/Model/Viewer/Log.php class Log (line 15) | class Log extends DataObject method getId (line 22) | public function getId() : ?int method getLastViewVersion (line 32) | public function getLastViewVersion() : ?string FILE: app/code/Magento/AdminAnalytics/Test/Unit/Condition/CanViewNotificationTest.php class CanViewNotificationTest (line 18) | class CanViewNotificationTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testIsVisibleLoadDataFromLog (line 64) | public function testIsVisibleLoadDataFromLog($expected, $cacheResponse... method isVisibleProvider (line 82) | public function isVisibleProvider() FILE: app/code/Magento/AdminAnalytics/Ui/DataProvider/AdminUsageNotificationDataProvider.php class AdminUsageNotificationDataProvider (line 15) | class AdminUsageNotificationDataProvider extends AbstractDataProvider method getData (line 20) | public function getData() method addFilter (line 28) | public function addFilter(Filter $filter) FILE: app/code/Magento/AdminAnalytics/ViewModel/Metadata.php class Metadata (line 16) | class Metadata implements ArgumentInterface method __construct (line 38) | public function __construct( method getMagentoVersion (line 53) | public function getMagentoVersion() :string method getCurrentUser (line 63) | public function getCurrentUser() :string method getMode (line 72) | public function getMode() :string FILE: app/code/Magento/AdminAnalytics/ViewModel/Notification.php class Notification (line 17) | class Notification implements ArgumentInterface method __construct (line 33) | public function __construct( method isAnalyticsVisible (line 46) | public function isAnalyticsVisible(): bool method isReleaseVisible (line 56) | public function isReleaseVisible(): bool FILE: app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal/component.js function handleBackwardTab (line 139) | function handleBackwardTab() { function handleForwardTab (line 151) | function handleForwardTab() { FILE: app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php class Actions (line 16) | class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method __construct (line 28) | public function __construct( method render (line 43) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/AdminNotification/Block/Grid/Renderer/Notice.php class Notice (line 10) | class Notice extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 18) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/AdminNotification/Block/Grid/Renderer/Severity.php class Severity (line 12) | class Severity extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method __construct (line 24) | public function __construct( method render (line 39) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/AdminNotification/Block/Inbox.php class Inbox (line 14) | class Inbox extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 19) | protected function _construct() FILE: app/code/Magento/AdminNotification/Block/System/Messages.php class Messages (line 8) | class Messages extends \Magento\Backend\Block\Template method __construct (line 35) | public function __construct( method _toHtml (line 54) | protected function _toHtml() method getLastCritical (line 67) | public function getLastCritical() method getCriticalCount (line 84) | public function getCriticalCount() method getMajorCount (line 96) | public function getMajorCount() method hasMessages (line 108) | public function hasMessages() method _getMessagesUrl (line 118) | protected function _getMessagesUrl() method getSystemMessageDialogJson (line 128) | public function getSystemMessageDialogJson() FILE: app/code/Magento/AdminNotification/Block/System/Messages/UnreadMessagePopup.php class UnreadMessagePopup (line 14) | class UnreadMessagePopup extends \Magento\Backend\Block\Template method __construct (line 38) | public function __construct( method _toHtml (line 52) | protected function _toHtml() method getUnreadMessages (line 65) | public function getUnreadMessages() method getPopupTitle (line 75) | public function getPopupTitle() method getItemClass (line 90) | public function getItemClass(MessageInterface $message) FILE: app/code/Magento/AdminNotification/Block/ToolbarEntry.php class ToolbarEntry (line 16) | class ToolbarEntry extends \Magento\Backend\Block\Template method __construct (line 45) | public function __construct( method getNotificationDescriptionLength (line 59) | public function getNotificationDescriptionLength() method getNotificationCounterMax (line 69) | public function getNotificationCounterMax() method getUnreadNotificationCount (line 79) | public function getUnreadNotificationCount() method getLatestUnreadNotifications (line 89) | public function getLatestUnreadNotifications() method formatNotificationDate (line 100) | public function formatNotificationDate($dateString) FILE: app/code/Magento/AdminNotification/Block/Window.php class Window (line 16) | class Window extends \Magento\Backend\Block\Template method __construct (line 63) | public function __construct( method _toHtml (line 80) | protected function _toHtml() method _getLatestItem (line 99) | protected function _getLatestItem() method canShow (line 116) | public function canShow() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification.php class Notification (line 14) | abstract class Notification extends \Magento\Backend\App\AbstractAction FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/AjaxMarkAsRead.php class AjaxMarkAsRead (line 12) | class AjaxMarkAsRead extends \Magento\AdminNotification\Controller\Admin... method __construct (line 24) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Index.php class Index (line 11) | class Index extends \Magento\AdminNotification\Controller\Adminhtml\Noti... method execute (line 16) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MarkAsRead.php class MarkAsRead (line 9) | class MarkAsRead extends \Magento\AdminNotification\Controller\Adminhtml... method execute (line 21) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassMarkAsRead.php class MassMarkAsRead (line 9) | class MassMarkAsRead extends \Magento\AdminNotification\Controller\Admin... method execute (line 22) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php class MassRemove (line 9) | class MassRemove extends \Magento\AdminNotification\Controller\Adminhtml... method execute (line 22) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Remove.php class Remove (line 9) | class Remove extends \Magento\AdminNotification\Controller\Adminhtml\Not... method execute (line 22) | public function execute() FILE: app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.php class ListAction (line 11) | class ListAction extends \Magento\Backend\App\AbstractAction method __construct (line 36) | public function __construct( method execute (line 49) | public function execute() FILE: app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php class Frequency (line 15) | class Frequency implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 20) | public function toOptionArray() FILE: app/code/Magento/AdminNotification/Model/Feed.php class Feed (line 20) | class Feed extends \Magento\Framework\Model\AbstractModel method __construct (line 90) | public function __construct( method _construct (line 122) | protected function _construct() method getFeedUrl (line 131) | public function getFeedUrl() method checkUpdate (line 145) | public function checkUpdate() method getFrequency (line 185) | public function getFrequency() method getLastUpdate (line 195) | public function getLastUpdate() method setLastUpdate (line 205) | public function setLastUpdate() method getFeedData (line 216) | public function getFeedData() method getFeedXml (line 248) | public function getFeedXml() method escapeString (line 266) | private function escapeString(\SimpleXMLElement $data) FILE: app/code/Magento/AdminNotification/Model/Inbox.php class Inbox (line 33) | class Inbox extends \Magento\Framework\Model\AbstractModel implements No... method _construct (line 38) | protected function _construct() method getSeverities (line 46) | public function getSeverities($severity = null) method loadLatestNotice (line 68) | public function loadLatestNotice() method getNoticeStatus (line 78) | public function getNoticeStatus() method parse (line 89) | public function parse(array $data) method add (line 106) | public function add($severity, $title, $description, $url = '', $isInt... method addCritical (line 139) | public function addCritical($title, $description, $url = '', $isIntern... method addMajor (line 154) | public function addMajor($title, $description, $url = '', $isInternal ... method addMinor (line 169) | public function addMinor($title, $description, $url = '', $isInternal ... method addNotice (line 184) | public function addNotice($title, $description, $url = '', $isInternal... FILE: app/code/Magento/AdminNotification/Model/InboxInterface.php type InboxInterface (line 15) | interface InboxInterface method getSeverities (line 24) | public function getSeverities($severity = null); method loadLatestNotice (line 32) | public function loadLatestNotice(); method getNoticeStatus (line 40) | public function getNoticeStatus(); FILE: app/code/Magento/AdminNotification/Model/NotificationService.php class NotificationService (line 15) | class NotificationService method __construct (line 25) | public function __construct(\Magento\AdminNotification\Model\InboxFact... method markAsRead (line 37) | public function markAsRead($notificationId) FILE: app/code/Magento/AdminNotification/Model/ResourceModel/Grid/Collection.php class Collection (line 18) | class Collection extends \Magento\AdminNotification\Model\ResourceModel\... method _initSelect (line 25) | protected function _initSelect() FILE: app/code/Magento/AdminNotification/Model/ResourceModel/Inbox.php class Inbox (line 14) | class Inbox extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method loadLatestNotice (line 32) | public function loadLatestNotice(\Magento\AdminNotification\Model\Inbo... method getNoticeStatus (line 64) | public function getNoticeStatus(\Magento\AdminNotification\Model\Inbox... method parse (line 93) | public function parse(\Magento\AdminNotification\Model\Inbox $object, ... FILE: app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() method addRemoveFilter (line 36) | public function addRemoveFilter() FILE: app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection/Critical.php class Critical (line 14) | class Critical extends \Magento\Framework\Model\ResourceModel\Db\Collect... method _construct (line 21) | protected function _construct() method _initSelect (line 32) | protected function _initSelect() FILE: app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection/Unread.php class Unread (line 18) | class Unread extends \Magento\AdminNotification\Model\ResourceModel\Inbo... method _initSelect (line 25) | protected function _initSelect() FILE: app/code/Magento/AdminNotification/Model/ResourceModel/System/Message.php class Message (line 12) | class Message extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 26) | protected function _construct() FILE: app/code/Magento/AdminNotification/Model/ResourceModel/System/Message/Collection.php class Collection (line 12) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 37) | public function __construct( method _construct (line 55) | protected function _construct() method _initSelect (line 68) | protected function _initSelect() method _afterLoad (line 79) | protected function _afterLoad() method setSeverity (line 102) | public function setSeverity($severity) method getCountBySeverity (line 114) | public function getCountBySeverity($severity) FILE: app/code/Magento/AdminNotification/Model/ResourceModel/System/Message/Collection/Synchronized.php class Synchronized (line 12) | class Synchronized extends \Magento\AdminNotification\Model\ResourceMode... method _afterLoad (line 26) | public function _afterLoad() method getUnread (line 65) | public function getUnread() FILE: app/code/Magento/AdminNotification/Model/System/Message.php class Message (line 13) | class Message extends \Magento\Framework\Model\AbstractModel implements ... method _construct (line 18) | protected function _construct() method isDisplayed (line 28) | public function isDisplayed() method getText (line 38) | public function getText() method getSeverity (line 48) | public function getSeverity() method getIdentity (line 58) | public function getIdentity() FILE: app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php class Baseurl (line 14) | class Baseurl implements \Magento\Framework\Notification\MessageInterface method __construct (line 42) | public function __construct( method _getConfigUrl (line 59) | protected function _getConfigUrl() method getIdentity (line 102) | public function getIdentity() method isDisplayed (line 112) | public function isDisplayed() method getText (line 122) | public function getText() method getSeverity (line 137) | public function getSeverity() FILE: app/code/Magento/AdminNotification/Model/System/Message/CacheOutdated.php class CacheOutdated (line 12) | class CacheOutdated implements \Magento\Framework\Notification\MessageIn... method __construct (line 34) | public function __construct( method _getCacheTypesForRefresh (line 49) | protected function _getCacheTypesForRefresh() method getIdentity (line 63) | public function getIdentity() method isDisplayed (line 73) | public function isDisplayed() method getText (line 87) | public function getText() method getLink (line 101) | public function getLink() method getSeverity (line 111) | public function getSeverity() FILE: app/code/Magento/AdminNotification/Model/System/Message/Media/AbstractSynchronization.php class AbstractSynchronization (line 12) | abstract class AbstractSynchronization implements \Magento\Framework\Not... method __construct (line 36) | public function __construct(\Magento\MediaStorage\Model\File\Storage\F... method _shouldBeDisplayed (line 46) | abstract protected function _shouldBeDisplayed(); method getIdentity (line 53) | public function getIdentity() method isDisplayed (line 63) | public function isDisplayed() method getSeverity (line 81) | public function getSeverity() FILE: app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Error.php class Error (line 15) | class Error extends \Magento\AdminNotification\Model\System\Message\Medi... method _shouldBeDisplayed (line 29) | protected function _shouldBeDisplayed() method getText (line 40) | public function getText() FILE: app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Success.php class Success (line 14) | class Success extends \Magento\AdminNotification\Model\System\Message\Me... method _shouldBeDisplayed (line 28) | protected function _shouldBeDisplayed() method getText (line 41) | public function getText() FILE: app/code/Magento/AdminNotification/Model/System/Message/Security.php class Security (line 15) | class Security implements \Magento\Framework\Notification\MessageInterface method __construct (line 62) | public function __construct( method _canShowNotification (line 79) | private function _canShowNotification() method _isFileAccessible (line 99) | private function _isFileAccessible() method getIdentity (line 119) | public function getIdentity() method isDisplayed (line 129) | public function isDisplayed() method getText (line 139) | public function getText() method getSeverity (line 152) | public function getSeverity() FILE: app/code/Magento/AdminNotification/Observer/PredispatchAdminActionControllerObserver.php class PredispatchAdminActionControllerObserver (line 15) | class PredispatchAdminActionControllerObserver implements ObserverInterface method __construct (line 31) | public function __construct( method execute (line 46) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/AdminNotification/Test/Unit/Block/ToolbarEntryTest.php class ToolbarEntryTest (line 12) | class ToolbarEntryTest extends \PHPUnit\Framework\TestCase method _getBlockInstance (line 20) | protected function _getBlockInstance($unreadNotifications) method testGetUnreadNotificationCount (line 38) | public function testGetUnreadNotificationCount() method testGetLatestUnreadNotifications (line 45) | public function testGetLatestUnreadNotifications() FILE: app/code/Magento/AdminNotification/Test/Unit/Model/FeedTest.php class FeedTest (line 15) | class FeedTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testCheckUpdate (line 116) | public function testCheckUpdate($callInbox, $curlRequest) method checkUpdateDataProvider (line 180) | public function checkUpdateDataProvider() FILE: app/code/Magento/AdminNotification/Test/Unit/Model/NotificationServiceTest.php class NotificationServiceTest (line 12) | class NotificationServiceTest extends \PHPUnit\Framework\TestCase method _getServiceInstanceForMarkAsReadTest (line 20) | protected function _getServiceInstanceForMarkAsReadTest($notificationId) method testMarkAsRead (line 47) | public function testMarkAsRead() method testMarkAsReadThrowsExceptionWhenNotificationIdIsInvalid (line 58) | public function testMarkAsReadThrowsExceptionWhenNotificationIdIsInval... FILE: app/code/Magento/AdminNotification/Test/Unit/Model/System/Message/CacheOutdatedTest.php class CacheOutdatedTest (line 8) | class CacheOutdatedTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetIdentity (line 53) | public function testGetIdentity($expectedSum, $cacheTypes) method getIdentityDataProvider (line 68) | public function getIdentityDataProvider() method testIsDisplayed (line 88) | public function testIsDisplayed($expected, $allowed, $cacheTypes) method isDisplayedDataProvider (line 104) | public function isDisplayedDataProvider() method testGetText (line 117) | public function testGetText() method testGetLink (line 126) | public function testGetLink() FILE: app/code/Magento/AdminNotification/Test/Unit/Model/System/Message/Media/Synchronization/ErrorTest.php class ErrorTest (line 8) | class ErrorTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetText (line 43) | public function testGetText() method testIsDisplayed (line 55) | public function testIsDisplayed($expectedFirstRun, $data) method isDisplayedDataProvider (line 78) | public function isDisplayedDataProvider() method testGetIdentity (line 88) | public function testGetIdentity() method testGetSeverity (line 93) | public function testGetSeverity() FILE: app/code/Magento/AdminNotification/Test/Unit/Model/System/Message/SecurityTest.php class SecurityTest (line 8) | class SecurityTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testIsDisplayed (line 65) | public function testIsDisplayed($expectedResult, $cached, $response) method isDisplayedDataProvider (line 82) | public function isDisplayedDataProvider() method testGetText (line 91) | public function testGetText() FILE: app/code/Magento/AdminNotification/Ui/Component/DataProvider/DataProvider.php class DataProvider (line 15) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 26) | public function __construct( FILE: app/code/Magento/AdvancedPricingImportExport/Controller/Adminhtml/Export/GetFilter.php class GetFilter (line 15) | class GetFilter extends ExportController implements HttpGetActionInterfa... method execute (line 22) | public function execute() FILE: app/code/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricing.php class AdvancedPricing (line 22) | class AdvancedPricing extends \Magento\CatalogImportExport\Model\Export\... method __construct (line 109) | public function __construct( method initTypeModels (line 158) | protected function initTypeModels() method export (line 201) | public function export() method filterAttributeCollection (line 237) | public function filterAttributeCollection(\Magento\Eav\Model\ResourceM... method getExportData (line 258) | protected function getExportData() method createExportRow (line 298) | private function createExportRow(array $tierPriceData): array method prepareExportData (line 347) | private function prepareExportData( method correctExportData (line 387) | protected function correctExportData($exportData) method tierPriceTypeValue (line 431) | private function tierPriceTypeValue(array $tierPriceData): string method fetchTierPrices (line 448) | private function fetchTierPrices(array $productIds): array method getTierPrices (line 516) | protected function getTierPrices(array $listSku, $table) method _getWebsiteCode (line 589) | protected function _getWebsiteCode(int $websiteId): string method _getCustomerGroupById (line 621) | protected function _getCustomerGroupById( method getEntityTypeCode (line 636) | public function getEntityTypeCode() FILE: app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php class AdvancedPricing (line 19) | class AdvancedPricing extends \Magento\ImportExport\Model\Import\Entity\... method __construct (line 196) | public function __construct( method _getValidator (line 244) | protected function _getValidator($type) method getEntityTypeCode (line 254) | public function getEntityTypeCode() method validateRow (line 267) | public function validateRow(array $rowData, $rowNum) method _importData (line 302) | protected function _importData() method saveAdvancedPricing (line 321) | public function saveAdvancedPricing() method deleteAdvancedPricing (line 333) | public function deleteAdvancedPricing() method replaceAdvancedPricing (line 362) | public function replaceAdvancedPricing() method saveAndReplaceAdvancedPrices (line 376) | protected function saveAndReplaceAdvancedPrices() method saveProductPrices (line 445) | protected function saveProductPrices(array $priceData, $table) method deleteProductTierPrices (line 477) | protected function deleteProductTierPrices(array $listSku, $table) method setUpdatedAt (line 513) | protected function setUpdatedAt(array $listSku) method getWebSiteId (line 530) | protected function getWebSiteId($websiteCode) method getCustomerGroupId (line 543) | protected function getCustomerGroupId($customerGroup) method retrieveOldSkus (line 555) | protected function retrieveOldSkus() method processCountExistingPrices (line 576) | protected function processCountExistingPrices($prices, $table) method incrementCounterUpdated (line 613) | protected function incrementCounterUpdated($prices, $existingPrice) method processCountNewPrices (line 632) | protected function processCountNewPrices(array $tierPrices) method getProductEntityLinkField (line 648) | private function getProductEntityLinkField() FILE: app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator.php class Validator (line 11) | class Validator extends AbstractValidator implements RowValidatorInterface method __construct (line 21) | public function __construct($validators = []) method isValid (line 33) | public function isValid($value) method init (line 50) | public function init($context) FILE: app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/TierPrice.php class TierPrice (line 11) | class TierPrice extends \Magento\CatalogImportExport\Model\Import\Produc... method __construct (line 34) | public function __construct( method init (line 46) | public function init($context) method addDecimalError (line 58) | protected function addDecimalError($attribute) method getCustomerGroups (line 77) | public function getCustomerGroups() method isValid (line 93) | public function isValid($value) method isValidValueAndLength (line 138) | protected function isValidValueAndLength(array $value) method hasEmptyColumns (line 155) | protected function hasEmptyColumns(array $value) FILE: app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/TierPriceType.php class TierPriceType (line 15) | class TierPriceType extends \Magento\CatalogImportExport\Model\Import\Pr... method init (line 20) | public function init($context) method isValid (line 31) | public function isValid($value) FILE: app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/Website.php class Website (line 12) | class Website extends AbstractImportValidator implements RowValidatorInt... method __construct (line 28) | public function __construct( method init (line 39) | public function init($context) method isWebsiteValid (line 51) | protected function isWebsiteValid($value, $websiteCode) method isValid (line 68) | public function isValid($value) method getAllWebsitesValue (line 86) | public function getAllWebsitesValue() FILE: app/code/Magento/AdvancedPricingImportExport/Model/Indexer/Product/Price/Plugin/Import.php class Import (line 10) | class Import method __construct (line 20) | public function __construct(\Magento\Framework\Indexer\IndexerRegistry... method afterSaveAdvancedPricing (line 32) | public function afterSaveAdvancedPricing(AdvancedPricing $subject) method afterDeleteAdvancedPricing (line 44) | public function afterDeleteAdvancedPricing(AdvancedPricing $subject) method invalidateIndexer (line 54) | private function invalidateIndexer() FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Export/AdvancedPricingTest.php class AdvancedPricingTest (line 13) | class AdvancedPricingTest extends \PHPUnit\Framework\TestCase method setUp (line 128) | protected function setUp() method testExportZeroConditionCalls (line 256) | public function testExportZeroConditionCalls() method testExportCurrentPageCalls (line 289) | public function testExportCurrentPageCalls() method tearDown (line 345) | protected function tearDown() method getPropertyValue (line 358) | protected function getPropertyValue($object, $property) method setPropertyValue (line 375) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/TierPriceTest.php class TierPriceTest (line 14) | class TierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testInitInternalCalls (line 56) | public function testInitInternalCalls() method testInitAddToCustomerGroups (line 84) | public function testInitAddToCustomerGroups() method testIsValidResultTrue (line 120) | public function testIsValidResultTrue() method testIsValidAddMessagesCall (line 137) | public function testIsValidAddMessagesCall($value, $hasEmptyColumns, $... method isValidResultFalseDataProvider (line 187) | public function isValidResultFalseDataProvider() method isValidAddMessagesCallDataProvider (line 295) | public function isValidAddMessagesCallDataProvider() method getPropertyValue (line 351) | protected function getPropertyValue($object, $property) method setPropertyValue (line 369) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/TierPriceTypeTest.php class TierPriceTypeTest (line 14) | class TierPriceTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testIsValid (line 42) | public function testIsValid(array $value, $expectedResult) method isValidDataProvider (line 53) | public function isValidDataProvider() FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/WebsiteTest.php class WebsiteTest (line 11) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testInit (line 47) | public function testInit() method testIsValidReturn (line 62) | public function testIsValidReturn( method testIsValidReturnAddMessagesCall (line 78) | public function testIsValidReturnAddMessagesCall() method testGetAllWebsitesValue (line 97) | public function testGetAllWebsitesValue() method isValidReturnDataProvider (line 120) | public function isValidReturnDataProvider() FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/ValidatorTest.php class ValidatorTest (line 11) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testIsValid (line 54) | public function testIsValid($validatorResult, $expectedResult) method testIsValidAddMessagesCall (line 64) | public function testIsValidAddMessagesCall() method testInit (line 73) | public function testInit() method isValidDataProvider (line 83) | public function isValidDataProvider() FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricingTest.php class AdvancedPricingTest (line 16) | class AdvancedPricingTest extends \Magento\ImportExport\Test\Unit\Model\... method setUp (line 129) | protected function setUp() method testGetEntityTypeCode (line 203) | public function testGetEntityTypeCode() method testValidateRowResult (line 220) | public function testValidateRowResult($rowData, $behavior, $expectedRe... method testValidateRowAddRowErrorCall (line 249) | public function testValidateRowAddRowErrorCall($rowData, $behavior, $e... method testValidateRowValidatorCall (line 272) | public function testValidateRowValidatorCall() method testSaveAndReplaceAdvancedPricesAddRowErrorCall (line 299) | public function testSaveAndReplaceAdvancedPricesAddRowErrorCall() method testSaveAdvancedPricing (line 322) | public function testSaveAdvancedPricing() method testSaveAndReplaceAdvancedPricesAppendBehaviourDataAndCalls (line 346) | public function testSaveAndReplaceAdvancedPricesAppendBehaviourDataAnd... method testSaveAndReplaceAdvancedPricesAppendBehaviourDataAndCallsWithoutTierPrice (line 407) | public function testSaveAndReplaceAdvancedPricesAppendBehaviourDataAnd... method testSaveAndReplaceAdvancedPricesReplaceBehaviourInternalCalls (line 476) | public function testSaveAndReplaceAdvancedPricesReplaceBehaviourIntern... method testDeleteAdvancedPricingFormListSkuToDelete (line 529) | public function testDeleteAdvancedPricingFormListSkuToDelete() method testDeleteAdvancedPricingResetCachedSkuToDelete (line 558) | public function testDeleteAdvancedPricingResetCachedSkuToDelete() method testReplaceAdvancedPricing (line 572) | public function testReplaceAdvancedPricing() method saveAndReplaceAdvancedPricesAppendBehaviourDataProvider (line 588) | public function saveAndReplaceAdvancedPricesAppendBehaviourDataProvider() method validateRowResultDataProvider (line 717) | public function validateRowResultDataProvider() method validateRowAddRowErrorCallDataProvider (line 749) | public function validateRowAddRowErrorCallDataProvider() method testSaveProductPrices (line 776) | public function testSaveProductPrices($priceData, $oldSkus, $priceIn, ... method saveProductPricesDataProvider (line 792) | public function saveProductPricesDataProvider() method testDeleteProductTierPrices (line 820) | public function testDeleteProductTierPrices( method deleteProductTierPricesDataProvider (line 866) | public function deleteProductTierPricesDataProvider() method testProcessCountExistingPrices (line 912) | public function testProcessCountExistingPrices( method processCountExistingPricesDataProvider (line 951) | public function processCountExistingPricesDataProvider() method getPropertyValue (line 979) | protected function getPropertyValue($object, $property) method setPropertyValue (line 997) | protected function setPropertyValue(&$object, $property, $value) method invokeMethod (line 1016) | private function invokeMethod($object, $method, $args = []) method getAdvancedPricingMock (line 1033) | private function getAdvancedPricingMock($methods = []) FILE: app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Indexer/Product/Price/Plugin/ImportTest.php class ImportTest (line 11) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAfterSaveReindexIsOnSave (line 56) | public function testAfterSaveReindexIsOnSave() method testAfterSaveReindexIsOnSchedule (line 66) | public function testAfterSaveReindexIsOnSchedule() method testAfterDeleteReindexIsOnSave (line 76) | public function testAfterDeleteReindexIsOnSave() method testAfterDeleteReindexIsOnSchedule (line 86) | public function testAfterDeleteReindexIsOnSchedule() FILE: app/code/Magento/AdvancedSearch/Block/Adminhtml/Search/Edit.php class Edit (line 15) | class Edit extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/AdvancedSearch/Block/Adminhtml/Search/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Block\Widget\Grid method __construct (line 40) | public function __construct( method getQuery (line 60) | public function getQuery() method _addColumnFilterToCollection (line 71) | protected function _addColumnFilterToCollection($column) method getSelectedQueries (line 95) | public function getSelectedQueries() method getQueriesJson (line 105) | public function getQueriesJson() FILE: app/code/Magento/AdvancedSearch/Block/Adminhtml/System/Config/TestConnection.php class TestConnection (line 13) | class TestConnection extends \Magento\Config\Block\System\Config\Form\Field method _prepareLayout (line 21) | protected function _prepareLayout() method render (line 35) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 49) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method _getFieldMapping (line 70) | protected function _getFieldMapping() FILE: app/code/Magento/AdvancedSearch/Block/Recommendations.php class Recommendations (line 12) | class Recommendations extends SearchData FILE: app/code/Magento/AdvancedSearch/Block/SearchData.php class SearchData (line 13) | abstract class SearchData extends Template implements SearchDataInterface method __construct (line 42) | public function __construct( method getItems (line 58) | public function getItems() method isShowResultsCount (line 66) | public function isShowResultsCount() method getLink (line 74) | public function getLink($queryText) method getTitle (line 82) | public function getTitle() FILE: app/code/Magento/AdvancedSearch/Block/SearchDataInterface.php type SearchDataInterface (line 12) | interface SearchDataInterface method getItems (line 19) | public function getItems(); method isShowResultsCount (line 24) | public function isShowResultsCount(); method getLink (line 30) | public function getLink($queryText); method getTitle (line 35) | public function getTitle(); FILE: app/code/Magento/AdvancedSearch/Block/Suggestions.php class Suggestions (line 12) | class Suggestions extends SearchData FILE: app/code/Magento/AdvancedSearch/Controller/Adminhtml/Search/System/Config/TestConnection.php class TestConnection (line 15) | class TestConnection extends Action method __construct (line 45) | public function __construct( method execute (line 62) | public function execute() FILE: app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php class AdditionalFieldsProvider (line 12) | class AdditionalFieldsProvider implements AdditionalFieldsProviderInterface method __construct (line 22) | public function __construct(array $fieldsProviders) method getFields (line 30) | public function getFields(array $productIds, $storeId) FILE: app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProviderInterface.php type AdditionalFieldsProviderInterface (line 14) | interface AdditionalFieldsProviderInterface method getFields (line 24) | public function getFields(array $productIds, $storeId); FILE: app/code/Magento/AdvancedSearch/Model/Adminhtml/Search/Grid/Options.php class Options (line 14) | class Options implements \Magento\Framework\Option\ArrayInterface method __construct (line 36) | public function __construct( method toOptionArray (line 49) | public function toOptionArray() FILE: app/code/Magento/AdvancedSearch/Model/Client/ClientFactory.php class ClientFactory (line 10) | class ClientFactory implements ClientFactoryInterface method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager, $cl... method create (line 40) | public function create(array $options = []) FILE: app/code/Magento/AdvancedSearch/Model/Client/ClientFactoryInterface.php type ClientFactoryInterface (line 12) | interface ClientFactoryInterface method create (line 21) | public function create(array $options = []); FILE: app/code/Magento/AdvancedSearch/Model/Client/ClientInterface.php type ClientInterface (line 12) | interface ClientInterface method testConnection (line 20) | public function testConnection(); FILE: app/code/Magento/AdvancedSearch/Model/Client/ClientOptionsInterface.php type ClientOptionsInterface (line 12) | interface ClientOptionsInterface method prepareClientOptions (line 21) | public function prepareClientOptions($options = []); FILE: app/code/Magento/AdvancedSearch/Model/Client/ClientResolver.php class ClientResolver (line 15) | class ClientResolver method __construct (line 75) | public function __construct( method getCurrentEngine (line 93) | public function getCurrentEngine() method create (line 106) | public function create($engine = '', array $data = []) FILE: app/code/Magento/AdvancedSearch/Model/DataProvider/Suggestions.php class Suggestions (line 11) | class Suggestions implements SuggestedQueriesInterface method isResultsCountEnabled (line 16) | public function isResultsCountEnabled() method getItems (line 24) | public function getItems(QueryInterface $query) FILE: app/code/Magento/AdvancedSearch/Model/Indexer/Fulltext/Plugin/CustomerGroup.php class CustomerGroup (line 18) | class CustomerGroup extends AbstractPlugin method __construct (line 35) | public function __construct( method aroundSave (line 54) | public function aroundSave( FILE: app/code/Magento/AdvancedSearch/Model/Recommendations/DataProvider.php class DataProvider (line 16) | class DataProvider implements SuggestedQueriesInterface method __construct (line 64) | public function __construct( method isResultsCountEnabled (line 81) | public function isResultsCountEnabled() method getItems (line 92) | public function getItems(QueryInterface $query) method getSearchRecommendations (line 117) | private function getSearchRecommendations(\Magento\Search\Model\QueryI... method isSearchRecommendationsEnabled (line 142) | private function isSearchRecommendationsEnabled() method getSearchRecommendationsCount (line 155) | private function getSearchRecommendationsCount() FILE: app/code/Magento/AdvancedSearch/Model/Recommendations/SaveSearchQueryRelationsObserver.php class SaveSearchQueryRelationsObserver (line 12) | class SaveSearchQueryRelationsObserver implements ObserverInterface method __construct (line 23) | public function __construct(RecommendationsFactory $recommendationsFac... method execute (line 34) | public function execute(EventObserver $observer) FILE: app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php class Index (line 27) | class Index extends AbstractDb method __construct (line 65) | public function __construct( method _construct (line 86) | protected function _construct() method _getCatalogProductPriceData (line 97) | protected function _getCatalogProductPriceData($productIds = null) method getPriceIndexData (line 135) | public function getPriceIndexData($productIds, $storeId) method getCategoryProductIndexData (line 158) | public function getCategoryProductIndexData($storeId = null, $productI... method getMovedCategoryProductIds (line 198) | public function getMovedCategoryProductIds($categoryId) FILE: app/code/Magento/AdvancedSearch/Model/ResourceModel/Recommendations.php class Recommendations (line 15) | class Recommendations extends \Magento\Framework\Model\ResourceModel\Db\... method __construct (line 32) | public function __construct( method _construct (line 46) | protected function _construct() method saveRelatedQueries (line 58) | public function saveRelatedQueries($queryId, $relatedQueries = []) method getRelatedQueries (line 100) | public function getRelatedQueries($queryId, $limit = false, $order = f... method getRecommendationsByQuery (line 140) | public function getRecommendationsByQuery($query, $params, $searchReco... method loadByQuery (line 174) | protected function loadByQuery($query, $searchRecommendationsCount) FILE: app/code/Magento/AdvancedSearch/Model/ResourceModel/Search/Grid/Collection.php class Collection (line 12) | class Collection extends \Magento\Search\Model\ResourceModel\Query\Colle... method __construct (line 32) | public function __construct( method _initSelect (line 61) | protected function _initSelect() method getQuery (line 76) | public function getQuery() FILE: app/code/Magento/AdvancedSearch/Model/SuggestedQueries.php class SuggestedQueries (line 12) | class SuggestedQueries implements SuggestedQueriesInterface method __construct (line 43) | public function __construct( method isResultsCountEnabled (line 56) | public function isResultsCountEnabled() method getItems (line 64) | public function getItems(QueryInterface $query) method getDataProvider (line 75) | private function getDataProvider() FILE: app/code/Magento/AdvancedSearch/Model/SuggestedQueriesInterface.php type SuggestedQueriesInterface (line 14) | interface SuggestedQueriesInterface method getItems (line 36) | public function getItems(QueryInterface $query); method isResultsCountEnabled (line 41) | public function isResultsCountEnabled(); FILE: app/code/Magento/AdvancedSearch/Test/Unit/Block/SearchDataTest.php class SearchDataTest (line 11) | class SearchDataTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetSuggestions (line 70) | public function testGetSuggestions() method testGetLink (line 82) | public function testGetLink() method testIsShowResultsCount (line 90) | public function testIsShowResultsCount() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Controller/Adminhtml/Search/System/Config/TestConnectionTest.php class TestConnectionTest (line 17) | class TestConnectionTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testExecuteEmptyEngine (line 108) | public function testExecuteEmptyEngine() method testExecute (line 124) | public function testExecute() method testExecutePingFailed (line 147) | public function testExecutePingFailed() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Model/Client/ClientResolverTest.php class ClientResolverTest (line 16) | class ClientResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCreate (line 48) | public function testCreate() method testCreateExceptionThrown (line 84) | public function testCreateExceptionThrown() method testCreateLogicException (line 96) | public function testCreateLogicException() method testGetCurrentEngine (line 101) | public function testGetCurrentEngine() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/CustomerGroupTest.php class CustomerGroupTest (line 12) | class CustomerGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAroundSave (line 82) | public function testAroundSave($searchEngine, $isObjectNew, $isTaxClas... method aroundSaveDataProvider (line 118) | public function aroundSaveDataProvider() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Model/Recommendations/DataProviderTest.php class DataProviderTest (line 28) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testGetItemsWhenDisabledSearchRecommendations (line 118) | public function testGetItemsWhenDisabledSearchRecommendations() method testGetItemsWhenEnabledSearchRecommendations (line 139) | public function testGetItemsWhenEnabledSearchRecommendations() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Model/ResourceModel/IndexTest.php class IndexTest (line 21) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testGetPriceIndexDataUsesFrontendPriceIndexerTable (line 86) | public function testGetPriceIndexDataUsesFrontendPriceIndexerTable() FILE: app/code/Magento/AdvancedSearch/Test/Unit/Model/SuggestedQueriesTest.php class SuggestedQueriesTest (line 12) | class SuggestedQueriesTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testIsResultsCountEnabled (line 85) | public function testIsResultsCountEnabled() method testIsResultsCountEnabledException (line 97) | public function testIsResultsCountEnabledException() method testGetItems (line 124) | public function testGetItems() FILE: app/code/Magento/Amqp/Model/Config.php class Config (line 13) | class Config extends \Magento\Framework\Amqp\Config FILE: app/code/Magento/Amqp/Model/Exchange.php class Exchange (line 18) | class Exchange extends \Magento\Framework\Amqp\Exchange method __construct (line 30) | public function __construct( method getPublisherConfig (line 52) | private function getPublisherConfig() method getResponseQueueNameBuilder (line 64) | private function getResponseQueueNameBuilder() FILE: app/code/Magento/Amqp/Model/Queue.php class Queue (line 13) | class Queue extends \Magento\Framework\Amqp\Queue FILE: app/code/Magento/Amqp/Model/Topology.php class Topology (line 22) | class Topology extends TopologyInstaller method __construct (line 52) | public function __construct( FILE: app/code/Magento/Amqp/Setup/ConfigOptionsList.php class ConfigOptionsList (line 17) | class ConfigOptionsList implements ConfigOptionsListInterface method __construct (line 61) | public function __construct(ConnectionValidator $connectionValidator) method getOptions (line 69) | public function getOptions() method createConfig (line 128) | public function createConfig(array $data, DeploymentConfig $deployment... method validate (line 175) | public function validate(array $options, DeploymentConfig $deploymentC... method isDataEmpty (line 220) | private function isDataEmpty(array $data, $key) FILE: app/code/Magento/Amqp/Setup/ConnectionValidator.php class ConnectionValidator (line 14) | class ConnectionValidator method __construct (line 24) | public function __construct(ConnectionFactory $connectionFactory) method isConnectionValid (line 41) | public function isConnectionValid( FILE: app/code/Magento/Amqp/Setup/Recurring.php class Recurring (line 16) | class Recurring implements InstallSchemaInterface method __construct (line 26) | public function __construct(TopologyInstaller $topologyInstaller) method install (line 34) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/Amqp/Test/Unit/Setup/ConfigOptionsListTest.php class ConfigOptionsListTest (line 14) | class ConfigOptionsListTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetOptions (line 72) | public function testGetOptions() method testCreateConfig (line 133) | public function testCreateConfig($options, $expectedConfigData) method testValidateInvalidConnection (line 144) | public function testValidateInvalidConnection() method testValidateValidConnection (line 151) | public function testValidateValidConnection() method testValidateNoOptions (line 158) | public function testValidateNoOptions() method getCreateConfigDataProvider (line 169) | public function getCreateConfigDataProvider() FILE: app/code/Magento/AmqpStore/Plugin/AsynchronousOperations/MassConsumerEnvelopeCallback.php class MassConsumerEnvelopeCallback (line 23) | class MassConsumerEnvelopeCallback method __construct (line 45) | public function __construct( method aroundExecute (line 66) | public function aroundExecute( FILE: app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk/Exchange.php class Exchange (line 24) | class Exchange method __construct (line 47) | public function __construct( method beforeEnqueue (line 70) | public function beforeEnqueue(SubjectExchange $subject, $topic, array ... FILE: app/code/Magento/Analytics/Api/Data/LinkInterface.php type LinkInterface (line 11) | interface LinkInterface method getUrl (line 16) | public function getUrl(); method getInitializationVector (line 21) | public function getInitializationVector(); FILE: app/code/Magento/Analytics/Api/LinkProviderInterface.php type LinkProviderInterface (line 11) | interface LinkProviderInterface method get (line 16) | public function get(); FILE: app/code/Magento/Analytics/Block/Adminhtml/System/Config/AdditionalComment.php class AdditionalComment (line 11) | class AdditionalComment extends \Magento\Config\Block\System\Config\Form... method render (line 17) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method decorateRowHtml (line 29) | private function decorateRowHtml(\Magento\Framework\Data\Form\Element\... FILE: app/code/Magento/Analytics/Block/Adminhtml/System/Config/CollectionTimeLabel.php class CollectionTimeLabel (line 13) | class CollectionTimeLabel extends \Magento\Config\Block\System\Config\Fo... method __construct (line 25) | public function __construct( method render (line 41) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Analytics/Block/Adminhtml/System/Config/SubscriptionStatusLabel.php class SubscriptionStatusLabel (line 15) | class SubscriptionStatusLabel extends \Magento\Config\Block\System\Confi... method __construct (line 27) | public function __construct( method render (line 42) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method prepareLabelValue (line 56) | private function prepareLabelValue() FILE: app/code/Magento/Analytics/Block/Adminhtml/System/Config/Vertical.php class Vertical (line 11) | class Vertical extends \Magento\Config\Block\System\Config\Form\Field method render (line 16) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method decorateRowHtml (line 30) | private function decorateRowHtml(\Magento\Framework\Data\Form\Element\... FILE: app/code/Magento/Analytics/Controller/Adminhtml/BIEssentials/SignUp.php class SignUp (line 16) | class SignUp extends Action implements HttpGetActionInterface method __construct (line 39) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Analytics/Controller/Adminhtml/Reports/Show.php class Show (line 20) | class Show extends Action implements HttpGetActionInterface method __construct (line 36) | public function __construct( method execute (line 49) | public function execute() FILE: app/code/Magento/Analytics/Controller/Adminhtml/Subscription/Retry.php class Retry (line 19) | class Retry extends Action method __construct (line 37) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Analytics/Cron/CollectData.php class CollectData (line 14) | class CollectData method __construct (line 34) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Analytics/Cron/SignUp.php class SignUp (line 17) | class SignUp method __construct (line 47) | public function __construct( method execute (line 65) | public function execute() method deleteAnalyticsCronExpr (line 95) | private function deleteAnalyticsCronExpr() FILE: app/code/Magento/Analytics/Cron/Update.php class Update (line 18) | class Update method __construct (line 52) | public function __construct( method execute (line 71) | public function execute() FILE: app/code/Magento/Analytics/Model/AnalyticsToken.php class AnalyticsToken (line 15) | class AnalyticsToken method __construct (line 48) | public function __construct( method getToken (line 63) | public function getToken() method storeToken (line 75) | public function storeToken($value) method isTokenExist (line 88) | public function isTokenExist() FILE: app/code/Magento/Analytics/Model/Config.php class Config (line 14) | class Config implements ConfigInterface method __construct (line 24) | public function __construct(DataInterface $data) method get (line 36) | public function get($key = null, $default = null) FILE: app/code/Magento/Analytics/Model/Config/Backend/Baseurl/SubscriptionUpdateHandler.php class SubscriptionUpdateHandler (line 17) | class SubscriptionUpdateHandler method __construct (line 74) | public function __construct( method processUrlUpdate (line 92) | public function processUrlUpdate(string $url) FILE: app/code/Magento/Analytics/Model/Config/Backend/CollectionTime.php class CollectionTime (line 21) | class CollectionTime extends Value method __construct (line 43) | public function __construct( method afterSave (line 64) | public function afterSave() FILE: app/code/Magento/Analytics/Model/Config/Backend/Enabled.php class Enabled (line 21) | class Enabled extends Value method __construct (line 45) | public function __construct( method afterSave (line 65) | public function afterSave() FILE: app/code/Magento/Analytics/Model/Config/Backend/Enabled/SubscriptionHandler.php class SubscriptionHandler (line 17) | class SubscriptionHandler method __construct (line 79) | public function __construct( method processEnabled (line 98) | public function processEnabled() method setCronSchedule (line 114) | private function setCronSchedule() method setAttemptsFlag (line 125) | private function setAttemptsFlag() method processDisabled (line 139) | public function processDisabled() method unsetAttemptsFlag (line 155) | private function unsetAttemptsFlag() method disableCollectionData (line 166) | private function disableCollectionData() FILE: app/code/Magento/Analytics/Model/Config/Backend/Vertical.php class Vertical (line 13) | class Vertical extends \Magento\Framework\App\Config\Value method beforeSave (line 24) | public function beforeSave() FILE: app/code/Magento/Analytics/Model/Config/Mapper.php class Mapper (line 12) | class Mapper method execute (line 38) | public function execute($configData) FILE: app/code/Magento/Analytics/Model/Config/Reader.php class Reader (line 13) | class Reader implements ReaderInterface method __construct (line 29) | public function __construct( method read (line 43) | public function read($scope = null) FILE: app/code/Magento/Analytics/Model/Config/Source/Vertical.php class Vertical (line 14) | class Vertical implements \Magento\Framework\Option\ArrayInterface method __construct (line 31) | public function __construct(array $verticals) method toOptionArray (line 39) | public function toOptionArray() FILE: app/code/Magento/Analytics/Model/ConfigInterface.php type ConfigInterface (line 12) | interface ConfigInterface method get (line 21) | public function get($key = null, $default = null); FILE: app/code/Magento/Analytics/Model/Connector.php class Connector (line 16) | class Connector method __construct (line 38) | public function __construct( method execute (line 53) | public function execute($commandName) FILE: app/code/Magento/Analytics/Model/Connector/CommandInterface.php type CommandInterface (line 12) | interface CommandInterface method execute (line 20) | public function execute(); FILE: app/code/Magento/Analytics/Model/Connector/Http/Client/Curl.php class Curl (line 18) | class Curl implements \Magento\Analytics\Model\Connector\Http\ClientInte... method __construct (line 46) | public function __construct( method request (line 61) | public function request($method, $url, array $body = [], array $header... method applyContentTypeHeaderFromConverter (line 100) | private function applyContentTypeHeaderFromConverter(array $headers) FILE: app/code/Magento/Analytics/Model/Connector/Http/ClientInterface.php type ClientInterface (line 13) | interface ClientInterface method request (line 28) | public function request($method, $url, array $body = [], array $header... FILE: app/code/Magento/Analytics/Model/Connector/Http/ConverterInterface.php type ConverterInterface (line 13) | interface ConverterInterface method fromBody (line 20) | public function fromBody($body); method toBody (line 27) | public function toBody(array $data); method getContentTypeHeader (line 32) | public function getContentTypeHeader(); method getContentMediaType (line 37) | public function getContentMediaType(): string; FILE: app/code/Magento/Analytics/Model/Connector/Http/JsonConverter.php class JsonConverter (line 15) | class JsonConverter implements ConverterInterface method __construct (line 37) | public function __construct(Json $serializer) method fromBody (line 47) | public function fromBody($body) method toBody (line 58) | public function toBody(array $data) method getContentTypeHeader (line 66) | public function getContentTypeHeader() method getContentMediaType (line 74) | public function getContentMediaType(): string FILE: app/code/Magento/Analytics/Model/Connector/Http/ResponseHandlerInterface.php type ResponseHandlerInterface (line 11) | interface ResponseHandlerInterface method handleResponse (line 17) | public function handleResponse(array $responseBody); FILE: app/code/Magento/Analytics/Model/Connector/Http/ResponseResolver.php class ResponseResolver (line 11) | class ResponseResolver method __construct (line 27) | public function __construct(ConverterInterface $converter, array $resp... method getResult (line 39) | public function getResult(\Zend_Http_Response $response) FILE: app/code/Magento/Analytics/Model/Connector/NotifyDataChangedCommand.php class NotifyDataChangedCommand (line 18) | class NotifyDataChangedCommand implements CommandInterface method __construct (line 58) | public function __construct( method execute (line 77) | public function execute() FILE: app/code/Magento/Analytics/Model/Connector/OTPRequest.php class OTPRequest (line 23) | class OTPRequest method __construct (line 67) | public function __construct( method call (line 88) | public function call() FILE: app/code/Magento/Analytics/Model/Connector/ResponseHandler/OTP.php class OTP (line 13) | class OTP implements ResponseHandlerInterface method handleResponse (line 20) | public function handleResponse(array $responseBody) FILE: app/code/Magento/Analytics/Model/Connector/ResponseHandler/ReSignUp.php class ReSignUp (line 16) | class ReSignUp implements ResponseHandlerInterface method __construct (line 38) | public function __construct( method handleResponse (line 51) | public function handleResponse(array $responseBody) FILE: app/code/Magento/Analytics/Model/Connector/ResponseHandler/SignUp.php class SignUp (line 14) | class SignUp implements ResponseHandlerInterface method __construct (line 24) | public function __construct( method handleResponse (line 33) | public function handleResponse(array $body) FILE: app/code/Magento/Analytics/Model/Connector/ResponseHandler/Update.php class Update (line 13) | class Update implements ResponseHandlerInterface method handleResponse (line 20) | public function handleResponse(array $responseBody) FILE: app/code/Magento/Analytics/Model/Connector/SignUpCommand.php class SignUpCommand (line 19) | class SignUpCommand implements CommandInterface method __construct (line 66) | public function __construct( method execute (line 94) | public function execute() FILE: app/code/Magento/Analytics/Model/Connector/UpdateCommand.php class UpdateCommand (line 20) | class UpdateCommand implements CommandInterface method __construct (line 65) | public function __construct( method execute (line 86) | public function execute() FILE: app/code/Magento/Analytics/Model/Cryptographer.php class Cryptographer (line 13) | class Cryptographer method __construct (line 38) | public function __construct( method encode (line 53) | public function encode($source) method getKey (line 94) | private function getKey() method getCipherMethod (line 108) | private function getCipherMethod() method getInitializationVector (line 118) | private function getInitializationVector() method validateCipherMethod (line 130) | private function validateCipherMethod($cipherMethod) FILE: app/code/Magento/Analytics/Model/EncodedContext.php class EncodedContext (line 11) | class EncodedContext method __construct (line 31) | public function __construct($content, $initializationVector = '') method getContent (line 40) | public function getContent() method getInitializationVector (line 48) | public function getInitializationVector() FILE: app/code/Magento/Analytics/Model/Exception/State/SubscriptionUpdateException.php class SubscriptionUpdateException (line 14) | class SubscriptionUpdateException extends LocalizedException FILE: app/code/Magento/Analytics/Model/ExportDataHandler.php class ExportDataHandler (line 18) | class ExportDataHandler implements ExportDataHandlerInterface method __construct (line 72) | public function __construct( method prepareExportData (line 89) | public function prepareExportData() method getTmpFilesDirRelativePath (line 121) | private function getTmpFilesDirRelativePath() method getArchiveRelativePath (line 131) | private function getArchiveRelativePath() method prepareDirectory (line 143) | private function prepareDirectory(WriteInterface $directory, $path) method prepareFileDirectory (line 157) | private function prepareFileDirectory(WriteInterface $directory, $path) method pack (line 176) | private function pack($source, $destination) method validateSource (line 198) | private function validateSource(WriteInterface $directory, $path) FILE: app/code/Magento/Analytics/Model/ExportDataHandlerInterface.php type ExportDataHandlerInterface (line 11) | interface ExportDataHandlerInterface method prepareExportData (line 18) | public function prepareExportData(); FILE: app/code/Magento/Analytics/Model/ExportDataHandlerNotification.php class ExportDataHandlerNotification (line 11) | class ExportDataHandlerNotification implements ExportDataHandlerInterface method __construct (line 27) | public function __construct(ExportDataHandler $exportDataHandler, Conn... method prepareExportData (line 39) | public function prepareExportData() FILE: app/code/Magento/Analytics/Model/FileInfo.php class FileInfo (line 11) | class FileInfo method __construct (line 31) | public function __construct($path = '', $initializationVector = '') method getPath (line 40) | public function getPath() method getInitializationVector (line 48) | public function getInitializationVector() FILE: app/code/Magento/Analytics/Model/FileInfoManager.php class FileInfoManager (line 14) | class FileInfoManager method __construct (line 46) | public function __construct( method save (line 61) | public function save(FileInfo $fileInfo) method load (line 88) | public function load() method encodeValue (line 108) | private function encodeValue($value) method decodeValue (line 119) | private function decodeValue($value) FILE: app/code/Magento/Analytics/Model/FileRecorder.php class FileRecorder (line 15) | class FileRecorder method __construct (line 53) | public function __construct( method recordNewFile (line 69) | public function recordNewFile(EncodedContext $encodedContext) method getFileRelativePath (line 88) | private function getFileRelativePath() method registerFile (line 101) | private function registerFile(EncodedContext $encodedContext, $fileRel... method removeOldFile (line 121) | private function removeOldFile(FileInfo $fileInfo, WriteInterface $dir... FILE: app/code/Magento/Analytics/Model/IntegrationManager.php class IntegrationManager (line 20) | class IntegrationManager method __construct (line 44) | public function __construct( method activateIntegration (line 60) | public function activateIntegration() method generateToken (line 79) | public function generateToken() method generateIntegration (line 94) | private function generateIntegration() method getIntegrationData (line 111) | private function getIntegrationData($status = Integration::STATUS_INAC... FILE: app/code/Magento/Analytics/Model/Link.php class Link (line 13) | class Link implements LinkInterface method __construct (line 29) | public function __construct($url, $initializationVector) method getUrl (line 38) | public function getUrl() method getInitializationVector (line 46) | public function getInitializationVector() FILE: app/code/Magento/Analytics/Model/LinkProvider.php class LinkProvider (line 17) | class LinkProvider implements LinkProviderInterface method __construct (line 39) | public function __construct( method getBaseUrl (line 55) | private function getBaseUrl(FileInfo $fileInfo) method isFileReady (line 66) | private function isFileReady(FileInfo $fileInfo) method get (line 74) | public function get() FILE: app/code/Magento/Analytics/Model/Plugin/BaseUrlConfigPlugin.php class BaseUrlConfigPlugin (line 16) | class BaseUrlConfigPlugin method __construct (line 26) | public function __construct( method afterAfterSave (line 40) | public function afterAfterSave( method isPluginApplicable (line 55) | private function isPluginApplicable(Value $result) FILE: app/code/Magento/Analytics/Model/ProviderFactory.php class ProviderFactory (line 13) | class ProviderFactory method __construct (line 23) | public function __construct( method create (line 33) | public function create($providerName) FILE: app/code/Magento/Analytics/Model/ReportUrlProvider.php class ReportUrlProvider (line 17) | class ReportUrlProvider method __construct (line 56) | public function __construct( method getUrl (line 74) | public function getUrl() FILE: app/code/Magento/Analytics/Model/ReportWriter.php class ReportWriter (line 15) | class ReportWriter implements ReportWriterInterface method __construct (line 46) | public function __construct( method write (line 59) | public function write(WriteInterface $directory, $path) FILE: app/code/Magento/Analytics/Model/ReportWriterInterface.php type ReportWriterInterface (line 18) | interface ReportWriterInterface method write (line 27) | public function write(WriteInterface $directory, $path); FILE: app/code/Magento/Analytics/Model/ReportXml/ModuleIterator.php class ModuleIterator (line 13) | class ModuleIterator extends \IteratorIterator method __construct (line 24) | public function __construct( method current (line 37) | public function current() FILE: app/code/Magento/Analytics/Model/StoreConfigurationProvider.php class StoreConfigurationProvider (line 18) | class StoreConfigurationProvider method __construct (line 40) | public function __construct( method getReport (line 55) | public function getReport() method generateReportForScope (line 84) | private function generateReportForScope($scope, $scopeId) FILE: app/code/Magento/Analytics/Model/SubscriptionStatusProvider.php class SubscriptionStatusProvider (line 16) | class SubscriptionStatusProvider method __construct (line 58) | public function __construct( method getStatus (line 79) | public function getStatus() method getStatusForEnabledSubscription (line 94) | public function getStatusForEnabledSubscription() method getStatusForDisabledSubscription (line 116) | public function getStatusForDisabledSubscription() FILE: app/code/Magento/Analytics/Model/System/Message/NotificationAboutFailedSubscription.php class NotificationAboutFailedSubscription (line 15) | class NotificationAboutFailedSubscription implements MessageInterface method __construct (line 31) | public function __construct(SubscriptionStatusProvider $subscriptionSt... method getIdentity (line 42) | public function getIdentity() method isDisplayed (line 50) | public function isDisplayed() method getText (line 58) | public function getText() method getSeverity (line 74) | public function getSeverity() FILE: app/code/Magento/Analytics/ReportXml/Config.php class Config (line 13) | class Config implements ConfigInterface method __construct (line 25) | public function __construct( method get (line 37) | public function get($queryName) FILE: app/code/Magento/Analytics/ReportXml/Config/Converter/Xml.php class Xml (line 15) | class Xml implements ConverterInterface method convertNode (line 23) | private function convertNode(\DOMNode $source) method convert (line 57) | public function convert($source) FILE: app/code/Magento/Analytics/ReportXml/Config/Mapper.php class Mapper (line 15) | class Mapper method execute (line 23) | public function execute($configData) FILE: app/code/Magento/Analytics/ReportXml/Config/Reader.php class Reader (line 15) | class Reader implements ReaderInterface method __construct (line 35) | public function __construct( method read (line 49) | public function read($scope = null) FILE: app/code/Magento/Analytics/ReportXml/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method get (line 22) | public function get($queryName); FILE: app/code/Magento/Analytics/ReportXml/ConnectionFactory.php class ConnectionFactory (line 17) | class ConnectionFactory method __construct (line 33) | public function __construct( method getConnection (line 47) | public function getConnection($connectionName) FILE: app/code/Magento/Analytics/ReportXml/DB/Assembler/AssemblerInterface.php type AssemblerInterface (line 17) | interface AssemblerInterface method assemble (line 26) | public function assemble(SelectBuilder $selectBuilder, $queryConfig); FILE: app/code/Magento/Analytics/ReportXml/DB/Assembler/FilterAssembler.php class FilterAssembler (line 16) | class FilterAssembler implements AssemblerInterface method __construct (line 34) | public function __construct( method assemble (line 49) | public function assemble(SelectBuilder $selectBuilder, $queryConfig) FILE: app/code/Magento/Analytics/ReportXml/DB/Assembler/FromAssembler.php class FromAssembler (line 17) | class FromAssembler implements AssemblerInterface method __construct (line 39) | public function __construct( method assemble (line 56) | public function assemble(SelectBuilder $selectBuilder, $queryConfig) FILE: app/code/Magento/Analytics/ReportXml/DB/Assembler/JoinAssembler.php class JoinAssembler (line 18) | class JoinAssembler implements AssemblerInterface method __construct (line 46) | public function __construct( method assemble (line 65) | public function assemble(SelectBuilder $selectBuilder, $queryConfig) FILE: app/code/Magento/Analytics/ReportXml/DB/ColumnsResolver.php class ColumnsResolver (line 15) | class ColumnsResolver method __construct (line 38) | public function __construct( method getConnection (line 51) | private function getConnection() method getColumns (line 66) | public function getColumns(SelectBuilder $selectBuilder, $entityConfig) FILE: app/code/Magento/Analytics/ReportXml/DB/ConditionResolver.php class ConditionResolver (line 15) | class ConditionResolver method __construct (line 50) | public function __construct( method getConnection (line 61) | private function getConnection() method getValue (line 76) | private function getValue($condition, $referencedEntity) method getCondition (line 109) | private function getCondition(SelectBuilder $selectBuilder, $tableName... method getFilter (line 135) | public function getFilter(SelectBuilder $selectBuilder, $filterConfig,... FILE: app/code/Magento/Analytics/ReportXml/DB/NameResolver.php class NameResolver (line 11) | class NameResolver method getName (line 19) | public function getName($elementConfig) method getAlias (line 30) | public function getAlias($elementConfig) FILE: app/code/Magento/Analytics/ReportXml/DB/ReportValidator.php class ReportValidator (line 15) | class ReportValidator method __construct (line 35) | public function __construct(ConnectionFactory $connectionFactory, Quer... method validate (line 49) | public function validate($name, SearchCriteriaInterface $criteria = null) FILE: app/code/Magento/Analytics/ReportXml/DB/SelectBuilder.php class SelectBuilder (line 17) | class SelectBuilder method __construct (line 69) | public function __construct( method getJoins (line 80) | public function getJoins() method setJoins (line 91) | public function setJoins($joins) method getConnectionName (line 103) | public function getConnectionName() method setConnectionName (line 114) | public function setConnectionName($connectionName) method getColumns (line 126) | public function getColumns() method setColumns (line 137) | public function setColumns($columns) method getFilters (line 149) | public function getFilters() method setFilters (line 160) | public function setFilters($filters) method getFrom (line 172) | public function getFrom() method setFrom (line 183) | public function setFrom($from) method processJoin (line 197) | private function processJoin(Select $select, $joinConfig) method create (line 218) | public function create() method getGroup (line 241) | public function getGroup() method setGroup (line 252) | public function setGroup($group) method getParams (line 264) | public function getParams() method setParams (line 275) | public function setParams($params) method getHaving (line 287) | public function getHaving() method setHaving (line 298) | public function setHaving($having) FILE: app/code/Magento/Analytics/ReportXml/DB/SelectBuilderFactory.php class SelectBuilderFactory (line 13) | class SelectBuilderFactory method __construct (line 27) | public function __construct( method create (line 39) | public function create(array $data = []) FILE: app/code/Magento/Analytics/ReportXml/IteratorFactory.php class IteratorFactory (line 14) | class IteratorFactory method __construct (line 30) | public function __construct( method create (line 50) | public function create(\Traversable $result, $iteratorName = null) FILE: app/code/Magento/Analytics/ReportXml/Query.php class Query (line 13) | class Query implements \JsonSerializable method __construct (line 43) | public function __construct( method getSelect (line 58) | public function getSelect() method getConnectionName (line 66) | public function getConnectionName() method getConfig (line 74) | public function getConfig() method jsonSerialize (line 86) | public function jsonSerialize() FILE: app/code/Magento/Analytics/ReportXml/QueryFactory.php class QueryFactory (line 16) | class QueryFactory method __construct (line 58) | public function __construct( method getQueryConnectionName (line 80) | private function getQueryConnectionName($queryConfig) method constructQuery (line 95) | private function constructQuery($queryName) method create (line 121) | public function create($queryName) FILE: app/code/Magento/Analytics/ReportXml/ReportProvider.php class ReportProvider (line 14) | class ReportProvider method __construct (line 38) | public function __construct( method getIteratorName (line 55) | private function getIteratorName(Query $query) method getReport (line 67) | public function getReport($name) FILE: app/code/Magento/Analytics/ReportXml/SelectHydrator.php class SelectHydrator (line 16) | class SelectHydrator method __construct (line 58) | public function __construct( method getSelectParts (line 71) | private function getSelectParts() method extract (line 83) | public function extract(Select $select) method recreate (line 96) | public function recreate(array $selectParts) method processColumns (line 119) | private function processColumns(Select $select, array &$selectParts) FILE: app/code/Magento/Analytics/Setup/Patch/Data/PrepareInitialConfig.php class PrepareInitialConfig (line 19) | class PrepareInitialConfig implements DataPatchInterface, PatchVersionIn... method __construct (line 30) | public function __construct( method apply (line 39) | public function apply() method getDependencies (line 72) | public static function getDependencies() method getVersion (line 80) | public static function getVersion() method getAliases (line 88) | public function getAliases() FILE: app/code/Magento/Analytics/Test/Unit/Block/Adminhtml/System/Config/AdditionalCommentTest.php class AdditionalCommentTest (line 14) | class AdditionalCommentTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testRender (line 67) | public function testRender() FILE: app/code/Magento/Analytics/Test/Unit/Block/Adminhtml/System/Config/CollectionTimeLabelTest.php class CollectionTimeLabelTest (line 16) | class CollectionTimeLabelTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testRender (line 85) | public function testRender() FILE: app/code/Magento/Analytics/Test/Unit/Block/Adminhtml/System/Config/SubscriptionStatusLabelTest.php class SubscriptionStatusLabelTest (line 15) | class SubscriptionStatusLabelTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testRender (line 76) | public function testRender() FILE: app/code/Magento/Analytics/Test/Unit/Block/Adminhtml/System/Config/VerticalTest.php class VerticalTest (line 14) | class VerticalTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testRender (line 66) | public function testRender() FILE: app/code/Magento/Analytics/Test/Unit/Controller/Adminhtml/BIEssentials/SignUpTest.php class SignUpTest (line 14) | class SignUpTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testExecute (line 70) | public function testExecute() FILE: app/code/Magento/Analytics/Test/Unit/Controller/Adminhtml/Reports/ShowTest.php class ShowTest (line 20) | class ShowTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testExecute (line 88) | public function testExecute() method testExecuteWithException (line 115) | public function testExecuteWithException(\Exception $exception) method executeWithExceptionDataProvider (line 149) | public function executeWithExceptionDataProvider() method testExecuteWithSubscriptionUpdateException (line 160) | public function testExecuteWithSubscriptionUpdateException() FILE: app/code/Magento/Analytics/Test/Unit/Controller/Adminhtml/Subscription/RetryTest.php class RetryTest (line 18) | class RetryTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testExecute (line 86) | public function testExecute() method testExecuteWithException (line 115) | public function testExecuteWithException(\Exception $exception, Phrase... method executeExceptionsDataProvider (line 146) | public function executeExceptionsDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Cron/CollectDataTest.php class CollectDataTest (line 13) | class CollectDataTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testExecute (line 63) | public function testExecute($status) method executeDataProvider (line 81) | public function executeDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Cron/SignUpTest.php class SignUpTest (line 18) | class SignUpTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 68) | public function testExecute() method testExecuteFlagNotExist (line 92) | public function testExecuteFlagNotExist() method testExecuteZeroAttempts (line 102) | public function testExecuteZeroAttempts() method addDeleteAnalyticsCronExprAsserts (line 121) | private function addDeleteAnalyticsCronExprAsserts() FILE: app/code/Magento/Analytics/Test/Unit/Cron/UpdateTest.php class UpdateTest (line 16) | class UpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testExecuteWithoutToken (line 78) | public function testExecuteWithoutToken() method addFinalOutputAsserts (line 100) | private function addFinalOutputAsserts(bool $isExecuted = true) method testExecuteWithEmptyReverseCounter (line 124) | public function testExecuteWithEmptyReverseCounter($counterData) method executeWithEmptyReverseCounterDataProvider (line 147) | public function executeWithEmptyReverseCounterDataProvider() method testExecuteRegularScenario (line 163) | public function testExecuteRegularScenario( method executeRegularScenarioDataProvider (line 188) | public function executeRegularScenarioDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/AnalyticsTokenTest.php class AnalyticsTokenTest (line 14) | class AnalyticsTokenTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testStoreToken (line 79) | public function testStoreToken() method testGetToken (line 99) | public function testGetToken() method testIsTokenExist (line 115) | public function testIsTokenExist() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Backend/Baseurl/SubscriptionUpdateHandlerTest.php class SubscriptionUpdateHandlerTest (line 16) | class SubscriptionUpdateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testTokenDoesNotExist (line 95) | public function testTokenDoesNotExist() method testTokenAndPreviousBaseUrlExist (line 114) | public function testTokenAndPreviousBaseUrlExist() method testTokenExistAndWithoutPreviousBaseUrl (line 148) | public function testTokenExistAndWithoutPreviousBaseUrl() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Backend/CollectionTimeTest.php class CollectionTimeTest (line 14) | class CollectionTimeTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testAfterSave (line 63) | public function testAfterSave() method testAfterSaveWrongValue (line 82) | public function testAfterSaveWrongValue() method testAfterSaveWithLocalizedException (line 92) | public function testAfterSaveWithLocalizedException() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Backend/Enabled/SubscriptionHandlerTest.php class SubscriptionHandlerTest (line 16) | class SubscriptionHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testProcessEnabledTokenExist (line 75) | public function testProcessEnabledTokenExist() method testProcessEnabledTokenDoesNotExist (line 92) | public function testProcessEnabledTokenDoesNotExist() method testProcessDisabledTokenDoesNotExist (line 112) | public function testProcessDisabledTokenDoesNotExist() method testProcessDisabledTokenExists (line 132) | public function testProcessDisabledTokenExists() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Backend/EnabledTest.php class EnabledTest (line 16) | class EnabledTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAfterSaveSuccessEnabled (line 85) | public function testAfterSaveSuccessEnabled() method testAfterSaveSuccessDisabled (line 109) | public function testAfterSaveSuccessDisabled() method testAfterSaveSuccessValueNotChanged (line 133) | public function testAfterSaveSuccessValueNotChanged() method testExecuteAfterSaveFailedWithLocalizedException (line 163) | public function testExecuteAfterSaveFailedWithLocalizedException() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Backend/VerticalTest.php class VerticalTest (line 11) | class VerticalTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testBeforeSaveSuccess (line 39) | public function testBeforeSaveSuccess() method testBeforeSaveFailedWithLocalizedException (line 53) | public function testBeforeSaveFailedWithLocalizedException() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/MapperTest.php class MapperTest (line 14) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testExecution (line 43) | public function testExecution($configData, $resultData) method executingDataProvider (line 51) | public function executingDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/ReaderTest.php class ReaderTest (line 16) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testRead (line 77) | public function testRead() FILE: app/code/Magento/Analytics/Test/Unit/Model/Config/Source/VerticalTest.php class VerticalTest (line 11) | class VerticalTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testToOptionArray (line 46) | public function testToOptionArray() FILE: app/code/Magento/Analytics/Test/Unit/Model/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGet (line 54) | public function testGet() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/Http/Client/CurlTest.php class CurlTest (line 17) | class CurlTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method getTestData (line 93) | public function getTestData() method testRequestSuccess (line 113) | public function testRequestSuccess(array $data) method testRequestError (line 156) | public function testRequestError(array $data) method createJsonConverter (line 200) | private function createJsonConverter() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/Http/JsonConverterTest.php class JsonConverterTest (line 11) | class JsonConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testConverterContainsHeader (line 46) | public function testConverterContainsHeader() method testConvertBody (line 59) | public function testConvertBody($unserializedResult, $expected) method convertBodyDataProvider (line 70) | public function convertBodyDataProvider() method testConvertData (line 81) | public function testConvertData() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/Http/ResponseResolverTest.php class ResponseResolverTest (line 15) | class ResponseResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetResultHandleResponseSuccess (line 71) | public function testGetResultHandleResponseSuccess() method testGetResultHandleResponseUnexpectedContentType (line 97) | public function testGetResultHandleResponseUnexpectedContentType() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/NotifyDataChangedCommandTest.php class NotifyDataChangedCommandTest (line 19) | class NotifyDataChangedCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecuteSuccess (line 95) | public function testExecuteSuccess() method testExecuteWithoutToken (line 118) | public function testExecuteWithoutToken() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/OTPRequestTest.php class OTPRequestTest (line 18) | class OTPRequestTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | public function setUp() method getTestData (line 89) | private function getTestData() method testCallSuccess (line 103) | public function testCallSuccess() method testCallNoAccessToken (line 139) | public function testCallNoAccessToken() method testCallNoOtp (line 154) | public function testCallNoOtp() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/ResponseHandler/OTPTest.php class OTPTest (line 10) | class OTPTest extends \PHPUnit\Framework\TestCase method testHandleResult (line 12) | public function testHandleResult() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/ResponseHandler/ReSignUpTest.php class ReSignUpTest (line 13) | class ReSignUpTest extends \PHPUnit\Framework\TestCase method testHandleResult (line 15) | public function testHandleResult() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/ResponseHandler/SignUpTest.php class SignUpTest (line 12) | class SignUpTest extends \PHPUnit\Framework\TestCase method testHandleResult (line 14) | public function testHandleResult() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/ResponseHandler/UpdateTest.php class UpdateTest (line 10) | class UpdateTest extends \PHPUnit\Framework\TestCase method testHandleResult (line 12) | public function testHandleResult() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/SignUpCommandTest.php class SignUpCommandTest (line 18) | class SignUpCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testExecuteSuccess (line 101) | public function testExecuteSuccess() method testExecuteFailureCannotGenerateToken (line 137) | public function testExecuteFailureCannotGenerateToken() method testExecuteFailureResponseIsEmpty (line 151) | public function testExecuteFailureResponseIsEmpty() method getTestData (line 174) | private function getTestData() FILE: app/code/Magento/Analytics/Test/Unit/Model/Connector/UpdateCommandTest.php class UpdateCommandTest (line 18) | class UpdateCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testExecuteSuccess (line 91) | public function testExecuteSuccess() method testExecuteWithoutToken (line 132) | public function testExecuteWithoutToken() FILE: app/code/Magento/Analytics/Test/Unit/Model/ConnectorTest.php class ConnectorTest (line 12) | class ConnectorTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 46) | public function testExecute() method testExecuteCommandNotFound (line 62) | public function testExecuteCommandNotFound() FILE: app/code/Magento/Analytics/Test/Unit/Model/CryptographerTest.php class CryptographerTest (line 14) | class CryptographerTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testEncode (line 98) | public function testEncode() method testEncodeUniqueInitializationVector (line 140) | public function testEncodeUniqueInitializationVector() method testEncodeNotValidSource (line 176) | public function testEncodeNotValidSource($source) method encodeNotValidSourceDataProvider (line 184) | public function encodeNotValidSourceDataProvider() method testEncodeNotValidCipherMethod (line 195) | public function testEncodeNotValidCipherMethod() method testEncodeTokenNotValid (line 211) | public function testEncodeTokenNotValid() FILE: app/code/Magento/Analytics/Test/Unit/Model/EncodedContextTest.php class EncodedContextTest (line 11) | class EncodedContextTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testConstruct (line 32) | public function testConstruct($content, $initializationVector) method constructDataProvider (line 51) | public function constructDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/ExportDataHandlerNotificationTest.php class ExportDataHandlerNotificationTest (line 13) | class ExportDataHandlerNotificationTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testThatNotifyExecuted (line 31) | public function testThatNotifyExecuted() method createExportDataHandlerMock (line 59) | private function createExportDataHandlerMock() method createAnalyticsConnectorMock (line 67) | private function createAnalyticsConnectorMock() FILE: app/code/Magento/Analytics/Test/Unit/Model/ExportDataHandlerTest.php class ExportDataHandlerTest (line 19) | class ExportDataHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testPrepareExportData (line 129) | public function testPrepareExportData($isArchiveSourceDirectory) method prepareExportDataDataProvider (line 221) | public function prepareExportDataDataProvider() method testPrepareExportDataWithLocalizedException (line 233) | public function testPrepareExportDataWithLocalizedException() FILE: app/code/Magento/Analytics/Test/Unit/Model/FileInfoManagerTest.php class FileInfoManagerTest (line 14) | class FileInfoManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testSave (line 87) | public function testSave() method testSaveWithLocalizedException (line 124) | public function testSaveWithLocalizedException($path, $initializationV... method saveWithLocalizedExceptionDataProvider (line 143) | public function saveWithLocalizedExceptionDataProvider() method testLoad (line 155) | public function testLoad($parameters) method loadDataProvider (line 181) | public function loadDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/FileInfoTest.php class FileInfoTest (line 11) | class FileInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testConstruct (line 32) | public function testConstruct($path, $initializationVector) method constructDataProvider (line 51) | public function constructDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/FileRecorderTest.php class FileRecorderTest (line 18) | class FileRecorderTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testRecordNewFile (line 118) | public function testRecordNewFile($pathToExistingFile) method recordNewFileDataProvider (line 198) | public function recordNewFileDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/IntegrationManagerTest.php class IntegrationManagerTest (line 16) | class IntegrationManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | public function setUp() method getIntegrationUserData (line 75) | private function getIntegrationUserData($status) method testActivateIntegrationSuccess (line 91) | public function testActivateIntegrationSuccess() method testActivateIntegrationFailureNoSuchEntity (line 115) | public function testActivateIntegrationFailureNoSuchEntity() method testGetTokenNewIntegration (line 139) | public function testGetTokenNewIntegration($integrationId) method testGetTokenExistingIntegration (line 183) | public function testGetTokenExistingIntegration($integrationId) method integrationIdDataProvider (line 218) | public function integrationIdDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/LinkProviderTest.php class LinkProviderTest (line 18) | class LinkProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testGet (line 93) | public function testGet() method testFileNotReady (line 135) | public function testFileNotReady($fileInfoPath, $fileInitializationVec... method fileNotReadyDataProvider (line 152) | public function fileNotReadyDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/Plugin/BaseUrlConfigPluginTest.php class BaseUrlConfigPluginTest (line 17) | class BaseUrlConfigPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAfterSavePluginIsNotApplicable (line 65) | public function testAfterSavePluginIsNotApplicable( method afterSavePluginIsNotApplicableDataProvider (line 90) | public function afterSavePluginIsNotApplicableDataProvider() method testAfterSavePluginIsApplicable (line 120) | public function testAfterSavePluginIsApplicable() FILE: app/code/Magento/Analytics/Test/Unit/Model/ReportUrlProviderTest.php class ReportUrlProviderTest (line 20) | class ReportUrlProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testGetUrl (line 98) | public function testGetUrl($isTokenExist, $otp) method getUrlDataProvider (line 127) | public function getUrlDataProvider() method testGetUrlWhenSubscriptionUpdateRunning (line 139) | public function testGetUrlWhenSubscriptionUpdateRunning() FILE: app/code/Magento/Analytics/Test/Unit/Model/ReportWriterTest.php class ReportWriterTest (line 19) | class ReportWriterTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testWrite (line 102) | public function testWrite(array $configData) method testWriteErrorFile (line 164) | public function testWriteErrorFile($configData) method testWriteEmptyReports (line 184) | public function testWriteEmptyReports() method configDataProvider (line 195) | public function configDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/Model/ReportXml/ModuleIteratorTest.php class ModuleIteratorTest (line 16) | class ModuleIteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | public function setUp() method testCurrent (line 43) | public function testCurrent() FILE: app/code/Magento/Analytics/Test/Unit/Model/StoreConfigurationProviderTest.php class StoreConfigurationProviderTest (line 15) | class StoreConfigurationProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetReport (line 81) | public function testGetReport() FILE: app/code/Magento/Analytics/Test/Unit/Model/SubscriptionStatusProviderTest.php class SubscriptionStatusProviderTest (line 16) | class SubscriptionStatusProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetStatusShouldBeFailed (line 75) | public function testGetStatusShouldBeFailed(array $flagManagerData) method getStatusShouldBeFailedDataProvider (line 92) | public function getStatusShouldBeFailedDataProvider() method testGetStatusShouldBePending (line 115) | public function testGetStatusShouldBePending(array $flagManagerData, b... method getStatusShouldBePendingDataProvider (line 132) | public function getStatusShouldBePendingDataProvider() method testGetStatusShouldBeEnabled (line 159) | public function testGetStatusShouldBeEnabled() method testGetStatusShouldBeDisabled (line 175) | public function testGetStatusShouldBeDisabled() method expectFlagManagerReturn (line 187) | private function expectFlagManagerReturn(array $mapping) FILE: app/code/Magento/Analytics/Test/Unit/Model/System/Message/NotificationAboutFailedSubscriptionTest.php class NotificationAboutFailedSubscriptionTest (line 13) | class NotificationAboutFailedSubscriptionTest extends \PHPUnit\Framework... method setUp (line 38) | protected function setUp() method testIsDisplayedWhenMessageShouldBeDisplayed (line 55) | public function testIsDisplayedWhenMessageShouldBeDisplayed() method testIsDisplayedWhenMessageShouldNotBeDisplayed (line 70) | public function testIsDisplayedWhenMessageShouldNotBeDisplayed($status) method testGetTextShouldBuildMessage (line 78) | public function testGetTextShouldBuildMessage() method notDisplayedNotificationStatuses (line 95) | public function notDisplayedNotificationStatuses() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/Config/Converter/XmlTest.php class XmlTest (line 11) | class XmlTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testConvertNoElements (line 39) | public function testConvertNoElements() method testConvert (line 49) | public function testConvert() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/Config/MapperTest.php class MapperTest (line 10) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExecute (line 22) | public function testExecute() method testExecuteWithoutReports (line 39) | public function testExecuteWithoutReports() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGet (line 48) | public function testGet() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/ConnectionFactoryTest.php class ConnectionFactoryTest (line 15) | class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetConnection (line 79) | public function testGetConnection() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/Assembler/FilterAssemblerTest.php class FilterAssemblerTest (line 11) | class FilterAssemblerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAssembleEmpty (line 79) | public function testAssembleEmpty() method testAssembleNotEmpty (line 100) | public function testAssembleNotEmpty() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/Assembler/FromAssemblerTest.php class FromAssemblerTest (line 13) | class FromAssemblerTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testAssemble (line 94) | public function testAssemble(array $queryConfig, $tableName) method assembleDataProvider (line 134) | public function assembleDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/Assembler/JoinAssemblerTest.php class JoinAssemblerTest (line 13) | class JoinAssemblerTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testAssembleEmpty (line 109) | public function testAssembleEmpty() method testAssembleNotEmpty (line 138) | public function testAssembleNotEmpty(array $queryConfigMock, array $jo... method assembleNotEmptyDataProvider (line 219) | public function assembleNotEmptyDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/ColumnsResolverTest.php class ColumnsResolverTest (line 16) | class ColumnsResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetColumnsWithoutAttributes (line 65) | public function testGetColumnsWithoutAttributes() method testGetColumnsWithFunction (line 73) | public function testGetColumnsWithFunction($expectedColumns, $expected... method getColumnsDataProvider (line 103) | public function getColumnsDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/ConditionResolverTest.php class ConditionResolverTest (line 14) | class ConditionResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetFilter (line 56) | public function testGetFilter() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/NameResolverTest.php class NameResolverTest (line 11) | class NameResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetName (line 42) | public function testGetName() method testGetAlias (line 58) | public function testGetAlias($elementConfig, $elementAlias) method getAliasDataProvider (line 74) | public function getAliasDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/ReportValidatorTest.php class ReportValidatorTest (line 16) | class ReportValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testValidate (line 84) | public function testValidate($reportName, $result, \PHPUnit\Framework\... method errorDataProvider (line 105) | public function errorDataProvider() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/DB/SelectBuilderTest.php class SelectBuilderTest (line 13) | class SelectBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testCreate (line 55) | public function testCreate() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/IteratorFactoryTest.php class IteratorFactoryTest (line 11) | class IteratorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testCreate (line 46) | public function testCreate() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/QueryFactoryTest.php class QueryFactoryTest (line 11) | class QueryFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testCreateCached (line 135) | public function testCreateCached() method testCreateNotCached (line 174) | public function testCreateNotCached() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/QueryTest.php class QueryTest (line 13) | class QueryTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testJsonSerialize (line 69) | public function testJsonSerialize() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/ReportProviderTest.php class ReportProviderTest (line 11) | class ReportProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testGetReport (line 142) | public function testGetReport() FILE: app/code/Magento/Analytics/Test/Unit/ReportXml/SelectHydratorTest.php class SelectHydratorTest (line 16) | class SelectHydratorTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testExtract (line 80) | public function testExtract() method testRecreateWithoutExpression (line 113) | public function testRecreateWithoutExpression($selectParts, $parts, $p... method recreateWithoutExpressionDataProvider (line 133) | public function recreateWithoutExpressionDataProvider() method testRecreateWithExpression (line 174) | public function testRecreateWithExpression( method recreateWithExpressionDataProvider (line 207) | public function recreateWithExpressionDataProvider() FILE: app/code/Magento/AsynchronousOperations/Api/BulkStatusInterface.php type BulkStatusInterface (line 18) | interface BulkStatusInterface extends \Magento\Framework\Bulk\BulkStatus... method getBulkDetailedStatus (line 27) | public function getBulkDetailedStatus($bulkUuid); method getBulkShortStatus (line 36) | public function getBulkShortStatus($bulkUuid); FILE: app/code/Magento/AsynchronousOperations/Api/Data/AsyncResponseInterface.php type AsyncResponseInterface (line 17) | interface AsyncResponseInterface method getBulkUuid (line 28) | public function getBulkUuid(); method setBulkUuid (line 36) | public function setBulkUuid($bulkUuid); method getRequestItems (line 43) | public function getRequestItems(); method setRequestItems (line 51) | public function setRequestItems($requestItems); method setErrors (line 57) | public function setErrors($isErrors = false); method isErrors (line 64) | public function isErrors(); method getExtensionAttributes (line 71) | public function getExtensionAttributes(); method setExtensionAttributes (line 79) | public function setExtensionAttributes( FILE: app/code/Magento/AsynchronousOperations/Api/Data/BulkOperationsStatusInterface.php type BulkOperationsStatusInterface (line 18) | interface BulkOperationsStatusInterface extends BulkSummaryInterface method getOperationsList (line 28) | public function getOperationsList(); method setOperationsList (line 36) | public function setOperationsList($operationStatusList); FILE: app/code/Magento/AsynchronousOperations/Api/Data/BulkSummaryInterface.php type BulkSummaryInterface (line 14) | interface BulkSummaryInterface extends \Magento\Framework\Bulk\BulkSumma... method getExtensionAttributes (line 24) | public function getExtensionAttributes(); method setExtensionAttributes (line 33) | public function setExtensionAttributes( method getUserType (line 42) | public function getUserType(); method setUserType (line 50) | public function setUserType($userType); FILE: app/code/Magento/AsynchronousOperations/Api/Data/DetailedBulkOperationsStatusInterface.php type DetailedBulkOperationsStatusInterface (line 18) | interface DetailedBulkOperationsStatusInterface extends BulkSummaryInter... method getOperationsList (line 28) | public function getOperationsList(); method setOperationsList (line 36) | public function setOperationsList($operationStatusList); FILE: app/code/Magento/AsynchronousOperations/Api/Data/ItemStatusInterface.php type ItemStatusInterface (line 18) | interface ItemStatusInterface method getId (line 34) | public function getId(); method setId (line 42) | public function setId($entityId); method getDataHash (line 49) | public function getDataHash(); method setDataHash (line 57) | public function setDataHash($hash); method getStatus (line 64) | public function getStatus(); method setStatus (line 72) | public function setStatus($status = self::STATUS_ACCEPTED); method getErrorMessage (line 79) | public function getErrorMessage(); method setErrorMessage (line 87) | public function setErrorMessage($error = null); method getErrorCode (line 94) | public function getErrorCode(); method setErrorCode (line 102) | public function setErrorCode($errorCode = null); FILE: app/code/Magento/AsynchronousOperations/Api/Data/OperationInterface.php type OperationInterface (line 14) | interface OperationInterface extends \Magento\Framework\Bulk\OperationIn... method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 31) | public function setExtensionAttributes( FILE: app/code/Magento/AsynchronousOperations/Api/Data/OperationListInterface.php type OperationListInterface (line 14) | interface OperationListInterface method getItems (line 22) | public function getItems(); FILE: app/code/Magento/AsynchronousOperations/Api/Data/OperationSearchResultsInterface.php type OperationSearchResultsInterface (line 17) | interface OperationSearchResultsInterface extends \Magento\Framework\Api... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/AsynchronousOperations/Api/Data/SummaryOperationStatusInterface.php type SummaryOperationStatusInterface (line 19) | interface SummaryOperationStatusInterface method getId (line 26) | public function getId(); method getStatus (line 35) | public function getStatus(); method getResultMessage (line 42) | public function getResultMessage(); method getErrorCode (line 49) | public function getErrorCode(); FILE: app/code/Magento/AsynchronousOperations/Api/OperationRepositoryInterface.php type OperationRepositoryInterface (line 17) | interface OperationRepositoryInterface method getList (line 25) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/AsynchronousOperations/Block/Adminhtml/Bulk/Details/BackButton.php class BackButton (line 14) | class BackButton implements ButtonProviderInterface method __construct (line 26) | public function __construct( method getButtonData (line 37) | public function getButtonData() FILE: app/code/Magento/AsynchronousOperations/Block/Adminhtml/Bulk/Details/DoneButton.php class DoneButton (line 14) | class DoneButton implements ButtonProviderInterface method __construct (line 30) | public function __construct( method getButtonData (line 43) | public function getButtonData() FILE: app/code/Magento/AsynchronousOperations/Block/Adminhtml/Bulk/Details/RetryButton.php class RetryButton (line 13) | class RetryButton implements ButtonProviderInterface method __construct (line 37) | public function __construct( method getButtonData (line 50) | public function getButtonData() FILE: app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Bulk/Details.php class Details (line 11) | class Details extends \Magento\Backend\App\Action implements \Magento\Fr... method __construct (line 35) | public function __construct( method _isAllowed (line 50) | protected function _isAllowed() method execute (line 61) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Bulk/Retry.php class Retry (line 19) | class Retry extends Action method __construct (line 43) | public function __construct( method _isAllowed (line 58) | protected function _isAllowed() method execute (line 67) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index/Index.php class Index (line 9) | class Index extends \Magento\Backend\App\Action method __construct (line 34) | public function __construct( method _isAllowed (line 47) | protected function _isAllowed() method execute (line 57) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Notification/Dismiss.php class Dismiss (line 16) | class Dismiss extends Action method __construct (line 29) | public function __construct( method _isAllowed (line 40) | protected function _isAllowed() method execute (line 48) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Cron/BulkCleanup.php class BulkCleanup (line 14) | class BulkCleanup method __construct (line 49) | public function __construct( method execute (line 68) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Model/AccessValidator.php class AccessValidator (line 12) | class AccessValidator method __construct (line 35) | public function __construct( method isAllowed (line 51) | public function isAllowed($bulkUuid) FILE: app/code/Magento/AsynchronousOperations/Model/AsyncResponse.php class AsyncResponse (line 15) | class AsyncResponse extends DataObject implements AsyncResponseInterface... method getBulkUuid (line 20) | public function getBulkUuid() method setBulkUuid (line 28) | public function setBulkUuid($bulkUuid) method getRequestItems (line 36) | public function getRequestItems() method setRequestItems (line 44) | public function setRequestItems($requestItems) method setErrors (line 52) | public function setErrors($isErrors = false) method isErrors (line 60) | public function isErrors() method getExtensionAttributes (line 68) | public function getExtensionAttributes() method setExtensionAttributes (line 76) | public function setExtensionAttributes( FILE: app/code/Magento/AsynchronousOperations/Model/BulkDescription/Options.php class Options (line 13) | class Options implements \Magento\Framework\Data\OptionSourceInterface method __construct (line 30) | public function __construct( method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/AsynchronousOperations/Model/BulkManagement.php class BulkManagement (line 24) | class BulkManagement implements \Magento\Framework\Bulk\BulkManagementIn... method __construct (line 77) | public function __construct( method scheduleBulk (line 100) | public function scheduleBulk($bulkUuid, array $operations, $descriptio... method retryBulk (line 140) | public function retryBulk($bulkUuid, array $errorCodes) method publishOperations (line 197) | private function publishOperations(array $operations) method deleteBulk (line 211) | public function deleteBulk($bulkId) FILE: app/code/Magento/AsynchronousOperations/Model/BulkNotificationManagement.php class BulkNotificationManagement (line 17) | class BulkNotificationManagement method __construct (line 47) | public function __construct( method acknowledgeBulks (line 66) | public function acknowledgeBulks(array $bulkUuids) method ignoreBulks (line 91) | public function ignoreBulks(array $bulkUuids) method getAcknowledgedBulksByUser (line 114) | public function getAcknowledgedBulksByUser($userId) method getIgnoredBulksByUser (line 134) | public function getIgnoredBulksByUser($userId) FILE: app/code/Magento/AsynchronousOperations/Model/BulkOperationsStatus.php class BulkOperationsStatus (line 22) | class BulkOperationsStatus implements BulkStatusInterface method __construct (line 58) | public function __construct( method getFailedOperationsByBulkId (line 75) | public function getFailedOperationsByBulkId($bulkUuid, $failureType = ... method getOperationsCountByBulkIdAndStatus (line 83) | public function getOperationsCountByBulkIdAndStatus($bulkUuid, $status) method getBulksByUser (line 91) | public function getBulksByUser($userId) method getBulkStatus (line 99) | public function getBulkStatus($bulkUuid) method getBulkDetailedStatus (line 107) | public function getBulkDetailedStatus($bulkUuid) method getBulkShortStatus (line 131) | public function getBulkShortStatus($bulkUuid) FILE: app/code/Magento/AsynchronousOperations/Model/BulkStatus.php class BulkStatus (line 18) | class BulkStatus implements \Magento\Framework\Bulk\BulkStatusInterface method __construct (line 53) | public function __construct( method getFailedOperationsByBulkId (line 70) | public function getFailedOperationsByBulkId($bulkUuid, $failureType = ... method getOperationsCountByBulkIdAndStatus (line 88) | public function getOperationsCountByBulkIdAndStatus($bulkUuid, $status) method getBulksByUser (line 100) | public function getBulksByUser($userId) method getBulkStatus (line 124) | public function getBulkStatus($bulkUuid) method getOperationCount (line 173) | private function getOperationCount($bulkUuid) FILE: app/code/Magento/AsynchronousOperations/Model/BulkStatus/CalculatedStatusSql.php class CalculatedStatusSql (line 11) | class CalculatedStatusSql method get (line 19) | public function get($operationTableName) FILE: app/code/Magento/AsynchronousOperations/Model/BulkStatus/Detailed.php class Detailed (line 14) | class Detailed extends BulkSummary implements DetailedBulkOperationsStat... method getOperationsList (line 19) | public function getOperationsList() method setOperationsList (line 27) | public function setOperationsList($operationStatusList) FILE: app/code/Magento/AsynchronousOperations/Model/BulkStatus/Options.php class Options (line 13) | class Options implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/AsynchronousOperations/Model/BulkStatus/Short.php class Short (line 14) | class Short extends BulkSummary implements BulkOperationsStatusInterface method getOperationsList (line 19) | public function getOperationsList() method setOperationsList (line 27) | public function setOperationsList($operationStatusList) FILE: app/code/Magento/AsynchronousOperations/Model/BulkSummary.php class BulkSummary (line 15) | class BulkSummary extends DataObject implements BulkSummaryInterface, \M... method getBulkId (line 20) | public function getBulkId() method setBulkId (line 28) | public function setBulkId($bulkUuid) method getDescription (line 36) | public function getDescription() method setDescription (line 44) | public function setDescription($description) method getStartTime (line 52) | public function getStartTime() method setStartTime (line 60) | public function setStartTime($timestamp) method getUserId (line 68) | public function getUserId() method setUserId (line 76) | public function setUserId($userId) method getUserType (line 84) | public function getUserType() method setUserType (line 92) | public function setUserType($userType) method getOperationCount (line 100) | public function getOperationCount() method setOperationCount (line 108) | public function setOperationCount($operationCount) method getExtensionAttributes (line 118) | public function getExtensionAttributes() method setExtensionAttributes (line 129) | public function setExtensionAttributes( FILE: app/code/Magento/AsynchronousOperations/Model/ConfigInterface.php type ConfigInterface (line 19) | interface ConfigInterface method getServices (line 49) | public function getServices(); method getTopicName (line 59) | public function getTopicName($routeUrl, $httpMethod); FILE: app/code/Magento/AsynchronousOperations/Model/Entity/BulkSummaryMapper.php class BulkSummaryMapper (line 15) | class BulkSummaryMapper implements MapperInterface method __construct (line 31) | public function __construct( method entityToDatabase (line 42) | public function entityToDatabase($entityType, $data) method databaseToEntity (line 61) | public function databaseToEntity($entityType, $data) FILE: app/code/Magento/AsynchronousOperations/Model/ItemStatus.php class ItemStatus (line 14) | class ItemStatus extends DataObject implements ItemStatusInterface method getId (line 19) | public function getId() method setId (line 27) | public function setId($entityId) method getDataHash (line 35) | public function getDataHash() method setDataHash (line 43) | public function setDataHash($hash) method getStatus (line 51) | public function getStatus() method setStatus (line 59) | public function setStatus($status = self::STATUS_ACCEPTED) method getErrorMessage (line 67) | public function getErrorMessage() method setErrorMessage (line 75) | public function setErrorMessage($errorMessage = null) method getErrorCode (line 87) | public function getErrorCode() method setErrorCode (line 95) | public function setErrorCode($errorCode = null) FILE: app/code/Magento/AsynchronousOperations/Model/MassConsumer.php class MassConsumer (line 23) | class MassConsumer implements ConsumerInterface method __construct (line 53) | public function __construct( method process (line 69) | public function process($maxNumberOfMessages = null) method getTransactionCallback (line 90) | private function getTransactionCallback(QueueInterface $queue) FILE: app/code/Magento/AsynchronousOperations/Model/MassConsumerEnvelopeCallback.php class MassConsumerEnvelopeCallback (line 26) | class MassConsumerEnvelopeCallback method __construct (line 66) | public function __construct( method execute (line 92) | public function execute(EnvelopeInterface $message) method getQueue (line 133) | public function getQueue() FILE: app/code/Magento/AsynchronousOperations/Model/MassPublisher.php class MassPublisher (line 23) | class MassPublisher implements PublisherInterface method __construct (line 65) | public function __construct( method publish (line 84) | public function publish($topicName, $data) FILE: app/code/Magento/AsynchronousOperations/Model/MassSchedule.php class MassSchedule (line 30) | class MassSchedule method __construct (line 84) | public function __construct( method publishMass (line 115) | public function publishMass($topicName, array $entitiesArray, $groupId... FILE: app/code/Magento/AsynchronousOperations/Model/Operation.php class Operation (line 14) | class Operation extends DataObject implements OperationInterface method getId (line 19) | public function getId() method setId (line 27) | public function setId($id) method getBulkUuid (line 35) | public function getBulkUuid() method setBulkUuid (line 43) | public function setBulkUuid($bulkId) method getTopicName (line 51) | public function getTopicName() method setTopicName (line 59) | public function setTopicName($topic) method getSerializedData (line 67) | public function getSerializedData() method setSerializedData (line 75) | public function setSerializedData($serializedData) method getResultSerializedData (line 83) | public function getResultSerializedData() method setResultSerializedData (line 91) | public function setResultSerializedData($resultSerializedData) method getStatus (line 99) | public function getStatus() method setStatus (line 107) | public function setStatus($status) method getResultMessage (line 115) | public function getResultMessage() method setResultMessage (line 123) | public function setResultMessage($resultMessage) method getErrorCode (line 131) | public function getErrorCode() method setErrorCode (line 139) | public function setErrorCode($errorCode) method getExtensionAttributes (line 149) | public function getExtensionAttributes() method setExtensionAttributes (line 160) | public function setExtensionAttributes( FILE: app/code/Magento/AsynchronousOperations/Model/Operation/Details.php class Details (line 12) | class Details method __construct (line 48) | public function __construct( method getDetails (line 62) | public function getDetails($bulkUuid) method getOperationsTotal (line 94) | public function getOperationsTotal() method getOpen (line 104) | public function getOpen() method getOperationsSuccessful (line 115) | public function getOperationsSuccessful() method getTotalFailed (line 126) | public function getTotalFailed() method getFailedNotRetriable (line 136) | public function getFailedNotRetriable() method getFailedRetriable (line 146) | public function getFailedRetriable() method getRejected (line 157) | public function getRejected() FILE: app/code/Magento/AsynchronousOperations/Model/OperationList.php class OperationList (line 12) | class OperationList implements \Magento\AsynchronousOperations\Api\Data\... method __construct (line 22) | public function __construct(array $items = []) method getItems (line 30) | public function getItems() FILE: app/code/Magento/AsynchronousOperations/Model/OperationManagement.php class OperationManagement (line 15) | class OperationManagement implements \Magento\Framework\Bulk\OperationMa... method __construct (line 39) | public function __construct( method changeOperationStatus (line 52) | public function changeOperationStatus( FILE: app/code/Magento/AsynchronousOperations/Model/OperationProcessor.php class OperationProcessor (line 33) | class OperationProcessor method __construct (line 87) | public function __construct( method process (line 113) | public function process(string $encodedMessage) method executeHandler (line 181) | private function executeHandler($callback, $entityParams) FILE: app/code/Magento/AsynchronousOperations/Model/OperationRepository.php class OperationRepository (line 23) | class OperationRepository implements \Magento\AsynchronousOperations\Api... method __construct (line 71) | public function __construct( method getList (line 93) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/AsynchronousOperations/Model/OperationSearchResults.php class OperationSearchResults (line 16) | class OperationSearchResults extends SearchResults implements OperationS... FILE: app/code/Magento/AsynchronousOperations/Model/OperationStatus.php class OperationStatus (line 19) | class OperationStatus extends DataObject implements SummaryOperationStat... method getId (line 24) | public function getId() method getStatus (line 32) | public function getStatus() method getResultMessage (line 40) | public function getResultMessage() method getErrorCode (line 48) | public function getErrorCode() FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Bulk.php class Bulk (line 12) | class Bulk extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 19) | protected function _construct() FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Bulk/Collection.php class Collection (line 12) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 19) | protected function _construct() FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Operation.php class Operation (line 12) | class Operation extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method _construct (line 19) | protected function _construct() FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Operation/CheckIfExists.php class CheckIfExists (line 14) | class CheckIfExists implements CheckIfExistsInterface method execute (line 24) | public function execute($entity, $arguments = []) FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Operation/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Operation/Create.php class Create (line 16) | class Create implements \Magento\Framework\EntityManager\Operation\Creat... method __construct (line 38) | public function __construct( method execute (line 58) | public function execute($entity, $arguments = []) FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/Operation/OperationRepository.php class OperationRepository (line 21) | class OperationRepository method __construct (line 55) | public function __construct( method createByTopic (line 75) | public function createByTopic($topicName, $entityParams, $groupId) FILE: app/code/Magento/AsynchronousOperations/Model/ResourceModel/System/Message/Collection/Synchronized/Plugin.php class Plugin (line 11) | class Plugin method __construct (line 59) | public function __construct( method afterToArray (line 85) | public function afterToArray( method getText (line 135) | private function getText($operationDetails) method getAcknowledgedBulksUuid (line 163) | private function getAcknowledgedBulksUuid($acknowledgedBulks) FILE: app/code/Magento/AsynchronousOperations/Model/StatusMapper.php class StatusMapper (line 15) | class StatusMapper method operationStatusToBulkSummaryStatus (line 23) | public function operationStatusToBulkSummaryStatus($operationStatus) method bulkSummaryStatusToOperationStatus (line 46) | public function bulkSummaryStatusToOperationStatus($bulkStatus) FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Block/Adminhtml/Bulk/Details/BackButtonTest.php class BackButtonTest (line 8) | class BackButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetButtonData (line 29) | public function testGetButtonData() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Block/Adminhtml/Bulk/Details/DoneButtonTest.php class DoneButtonTest (line 10) | class DoneButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetButtonData (line 44) | public function testGetButtonData($failedCount, $buttonsParam, $expect... method getButtonDataProvider (line 62) | public function getButtonDataProvider() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Block/Adminhtml/Bulk/Details/RetryButtonTest.php class RetryButtonTest (line 8) | class RetryButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetButtonData (line 43) | public function testGetButtonData($failedCount, $expectedResult) method getButtonDataProvider (line 62) | public function getButtonDataProvider() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Bulk/DetailsTest.php class DetailsTest (line 11) | class DetailsTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Bulk/RetryTest.php class RetryTest (line 18) | class RetryTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 84) | public function testExecute() method testExecuteReturnsJsonResultWhenRequestIsSentViaAjax (line 128) | public function testExecuteReturnsJsonResultWhenRequestIsSentViaAjax() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Index/IndexTest.php class IndexTest (line 11) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testExecute (line 51) | public function testExecute() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Notification/DismissTest.php class DismissTest (line 15) | class DismissTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecute (line 61) | public function testExecute() method testExecuteSetsBadRequestResponseStatusIfBulkWasNotAcknowledgedCorrectly (line 83) | public function testExecuteSetsBadRequestResponseStatusIfBulkWasNotAck... FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Cron/BulkCleanupTest.php class BulkCleanupTest (line 8) | class BulkCleanupTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testExecute (line 56) | public function testExecute() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/AccessValidatorTest.php class AccessValidatorTest (line 9) | class AccessValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testIsAllowed (line 52) | public function testIsAllowed($bulkUserId, $expectedResult) method summaryDataProvider (line 73) | public static function summaryDataProvider() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/BulkDescription/OptionsTest.php class OptionsTest (line 9) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testToOptionsArray (line 39) | public function testToOptionsArray() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/BulkManagementTest.php class BulkManagementTest (line 14) | class BulkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testScheduleBulk (line 106) | public function testScheduleBulk() method testScheduleBulkWithException (line 154) | public function testScheduleBulkWithException() method testRetryBulk (line 190) | public function testRetryBulk() method testRetryBulkWithException (line 238) | public function testRetryBulkWithException() method testDeleteBulk (line 287) | public function testDeleteBulk() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/BulkStatusTest.php class BulkStatusTest (line 15) | class BulkStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testGetFailedOperationsByBulkId (line 129) | public function testGetFailedOperationsByBulkId($failureType, $failure... method testGetOperationsCountByBulkIdAndStatus (line 150) | public function testGetOperationsCountByBulkIdAndStatus() method getFailedOperationsByBulkIdDataProvider (line 180) | public function getFailedOperationsByBulkIdDataProvider() method testGetBulksByUser (line 194) | public function testGetBulksByUser() method testGetBulksStatus (line 208) | public function testGetBulksStatus() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/Entity/BulkSummaryMapperTest.php class BulkSummaryMapperTest (line 14) | class BulkSummaryMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testEntityToDatabase (line 64) | public function testEntityToDatabase($identifier, $result) method entityToDatabaseDataProvider (line 101) | public function entityToDatabaseDataProvider() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/Operation/DetailsTest.php class DetailsTest (line 11) | class DetailsTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetDetails (line 30) | public function testGetDetails() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/OperationManagementTest.php class OperationManagementTest (line 11) | class OperationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testChangeOperationStatus (line 56) | public function testChangeOperationStatus() method testChangeOperationStatusIfExceptionWasThrown (line 73) | public function testChangeOperationStatusIfExceptionWasThrown() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/ResourceModel/Operation/CreateTest.php class CreateTest (line 12) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecute (line 64) | public function testExecute() method testExecuteWithException (line 102) | public function testExecuteWithException() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/ResourceModel/System/Message/Collection/Synchronized/PluginTest.php class PluginTest (line 21) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testAfterToArrayIfNotAllowed (line 104) | public function testAfterToArrayIfNotAllowed() method testAfterTo (line 119) | public function testAfterTo($operationDetails) method afterToDataProvider (line 159) | public function afterToDataProvider() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Model/StatusMapperTest.php class StatusMapperTest (line 15) | class StatusMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testOperationStatusToBulkSummaryStatus (line 27) | public function testOperationStatusToBulkSummaryStatus() method testOperationStatusToBulkSummaryStatusWithUnknownStatus (line 55) | public function testOperationStatusToBulkSummaryStatusWithUnknownStatus() method testBulkSummaryStatusToOperationStatus (line 60) | public function testBulkSummaryStatusToOperationStatus() method testBulkSummaryStatusToOperationStatusWithUnknownStatus (line 87) | public function testBulkSummaryStatusToOperationStatusWithUnknownStatus() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Ui/Component/AdminNotification/PluginTest.php class PluginTest (line 10) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testAfterGetMeta (line 30) | public function testAfterGetMeta() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Ui/Component/Listing/Column/ActionsTest.php class ActionsTest (line 11) | class ActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testPrepareDataSource (line 56) | public function testPrepareDataSource() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Ui/Component/Listing/Column/NotificationActionsTest.php class NotificationActionsTest (line 12) | class NotificationActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testPrepareDataSource (line 53) | public function testPrepareDataSource() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Ui/Component/Listing/Column/NotificationDismissActionsTest.php class NotificationDismissActionsTest (line 12) | class NotificationDismissActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testPrepareDataSource (line 53) | public function testPrepareDataSource() FILE: app/code/Magento/AsynchronousOperations/Test/Unit/Ui/Component/Operation/DataProviderTest.php class DataProviderTest (line 12) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetData (line 80) | public function testGetData() method testPrepareMeta (line 120) | public function testPrepareMeta() FILE: app/code/Magento/AsynchronousOperations/Ui/Component/AdminNotification/Plugin.php class Plugin (line 12) | class Plugin method __construct (line 28) | public function __construct( method afterGetMeta (line 42) | public function afterGetMeta( FILE: app/code/Magento/AsynchronousOperations/Ui/Component/DataProvider/Bulk/IdentifierResolver.php class IdentifierResolver (line 13) | class IdentifierResolver method __construct (line 23) | public function __construct( method execute (line 32) | public function execute() FILE: app/code/Magento/AsynchronousOperations/Ui/Component/DataProvider/Operation/Failed/SearchResult.php class SearchResult (line 18) | class SearchResult extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 42) | public function __construct( method _initSelect (line 69) | protected function _initSelect() method _afterLoad (line 81) | protected function _afterLoad() method provideMetaInfo (line 104) | private function provideMetaInfo($item) method getLink (line 119) | private function getLink($item) method getEntityId (line 134) | private function getEntityId($item) FILE: app/code/Magento/AsynchronousOperations/Ui/Component/DataProvider/Operation/Retriable/SearchResult.php class SearchResult (line 18) | class SearchResult extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 36) | public function __construct( method _initSelect (line 61) | protected function _initSelect() FILE: app/code/Magento/AsynchronousOperations/Ui/Component/DataProvider/SearchResult.php class SearchResult (line 20) | class SearchResult extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 56) | public function __construct( method _initSelect (line 85) | protected function _initSelect() method _afterLoad (line 103) | protected function _afterLoad() method addFieldToFilter (line 115) | public function addFieldToFilter($field, $condition = null) method getSelectCountSql (line 138) | public function getSelectCountSql() FILE: app/code/Magento/AsynchronousOperations/Ui/Component/Listing/Column/Actions.php class Actions (line 14) | class Actions extends Column method prepareDataSource (line 22) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/AsynchronousOperations/Ui/Component/Listing/Column/NotificationActions.php class NotificationActions (line 14) | class NotificationActions extends Column method prepareDataSource (line 19) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/AsynchronousOperations/Ui/Component/Listing/Column/NotificationDismissActions.php class NotificationDismissActions (line 14) | class NotificationDismissActions extends Column method prepareDataSource (line 19) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/AsynchronousOperations/Ui/Component/Operation/DataProvider.php class DataProvider (line 12) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 40) | public function __construct( method getSummaryReport (line 63) | private function getSummaryReport($operationDetails) method getData (line 86) | public function getData() method prepareMeta (line 109) | public function prepareMeta($meta) FILE: app/code/Magento/Authorization/Model/Acl/AclRetriever.php class AclRetriever (line 22) | class AclRetriever method __construct (line 55) | public function __construct( method getAllowedResourcesByUser (line 76) | public function getAllowedResourcesByUser($userType, $userId) method getAllowedResourcesByRole (line 111) | public function getAllowedResourcesByRole($roleId) method _getUserRole (line 135) | protected function _getUserRole($userType, $userId) method _canRoleBeCreatedForUserType (line 156) | protected function _canRoleBeCreatedForUserType($userType) FILE: app/code/Magento/Authorization/Model/Acl/Loader/Role.php class Role (line 13) | class Role implements \Magento\Framework\Acl\LoaderInterface method __construct (line 58) | public function __construct( method populateAcl (line 82) | public function populateAcl(\Magento\Framework\Acl $acl) method getRolesArray (line 107) | private function getRolesArray() FILE: app/code/Magento/Authorization/Model/Acl/Loader/Rule.php class Rule (line 11) | class Rule implements \Magento\Framework\Acl\LoaderInterface method __construct (line 52) | public function __construct( method populateAcl (line 75) | public function populateAcl(\Magento\Framework\Acl $acl) method getRulesArray (line 100) | private function getRulesArray() FILE: app/code/Magento/Authorization/Model/Acl/Role/Generic.php class Generic (line 11) | class Generic extends \Zend_Acl_Role FILE: app/code/Magento/Authorization/Model/Acl/Role/Group.php class Group (line 11) | class Group extends \Magento\Authorization\Model\Acl\Role\Generic FILE: app/code/Magento/Authorization/Model/Acl/Role/User.php class User (line 11) | class User extends \Magento\Authorization\Model\Acl\Role\Generic FILE: app/code/Magento/Authorization/Model/CompositeUserContext.php class CompositeUserContext (line 20) | class CompositeUserContext implements \Magento\Authorization\Model\UserC... method __construct (line 38) | public function __construct(CompositeHelper $compositeHelper, $userCon... method add (line 52) | protected function add(UserContextInterface $userContext) method getUserId (line 61) | public function getUserId() method getUserType (line 69) | public function getUserType() method getUserContext (line 79) | protected function getUserContext() FILE: app/code/Magento/Authorization/Model/ResourceModel/Permissions/Collection.php class Collection (line 14) | class Collection extends \Magento\Authorization\Model\ResourceModel\Rule... FILE: app/code/Magento/Authorization/Model/ResourceModel/Role.php class Role (line 13) | class Role extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 34) | public function __construct( method _construct (line 48) | protected function _construct() method _beforeSave (line 60) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 102) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _afterDelete (line 114) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getRoleUsers (line 131) | public function getRoleUsers(\Magento\Authorization\Model\Role $role) FILE: app/code/Magento/Authorization/Model/ResourceModel/Role/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() method setUserFilter (line 35) | public function setUserFilter($userId, $userType) method setRolesFilter (line 47) | public function setRolesFilter() method toOptionArray (line 58) | public function toOptionArray() FILE: app/code/Magento/Authorization/Model/ResourceModel/Role/Grid/Collection.php class Collection (line 13) | class Collection extends \Magento\Authorization\Model\ResourceModel\Role... method _initSelect (line 20) | protected function _initSelect() FILE: app/code/Magento/Authorization/Model/ResourceModel/Rules.php class Rules (line 14) | class Rules extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 46) | public function __construct( method _construct (line 68) | protected function _construct() method saveRel (line 80) | public function saveRel(\Magento\Authorization\Model\Rules $rule) FILE: app/code/Magento/Authorization/Model/ResourceModel/Rules/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method getByRoles (line 35) | public function getByRoles($roleId) method addSortByLength (line 46) | public function addSortByLength() FILE: app/code/Magento/Authorization/Model/Role.php class Role (line 29) | class Role extends \Magento\Framework\Model\AbstractModel method __construct (line 43) | public function __construct( //phpcs:ignore Generic.CodeAnalysis.Usele... method __sleep (line 56) | public function __sleep() method __wakeup (line 65) | public function __wakeup() method _construct (line 80) | protected function _construct() method update (line 90) | public function update() method getRoleUsers (line 101) | public function getRoleUsers() FILE: app/code/Magento/Authorization/Model/Rules.php class Rules (line 25) | class Rules extends \Magento\Framework\Model\AbstractModel method __construct (line 36) | public function __construct( method _construct (line 51) | protected function _construct() method update (line 59) | public function update() method saveRel (line 68) | public function saveRel() FILE: app/code/Magento/Authorization/Model/UserContextInterface.php type UserContextInterface (line 15) | interface UserContextInterface method getUserId (line 32) | public function getUserId(); method getUserType (line 40) | public function getUserType(); FILE: app/code/Magento/Authorization/Setup/AuthorizationFactory.php class AuthorizationFactory (line 13) | class AuthorizationFactory method __construct (line 51) | public function __construct( method createRoleCollection (line 68) | public function createRoleCollection() method createRulesCollection (line 78) | public function createRulesCollection() method createRole (line 88) | public function createRole() method createRules (line 98) | public function createRules() FILE: app/code/Magento/Authorization/Setup/Patch/Data/InitializeAuthRoles.php class InitializeAuthRoles (line 20) | class InitializeAuthRoles implements DataPatchInterface, PatchVersionInt... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 113) | public static function getDependencies() method getVersion (line 121) | public static function getVersion() method getAliases (line 129) | public function getAliases() FILE: app/code/Magento/Authorization/Test/Unit/Model/Acl/AclRetrieverTest.php class AclRetrieverTest (line 21) | class AclRetrieverTest extends \PHPUnit\Framework\TestCase method setup (line 31) | protected function setup() method testGetAllowedResourcesByUserTypeGuest (line 36) | public function testGetAllowedResourcesByUserTypeGuest() method testGetAllowedResourcesByUserTypeCustomer (line 47) | public function testGetAllowedResourcesByUserTypeCustomer() method testGetAllowedResourcesByUserRoleNotFound (line 65) | public function testGetAllowedResourcesByUserRoleNotFound() method testGetAllowedResourcesByUser (line 71) | public function testGetAllowedResourcesByUser() method createAclRetriever (line 84) | protected function createAclRetriever() FILE: app/code/Magento/Authorization/Test/Unit/Model/Acl/Loader/RoleTest.php class RoleTest (line 8) | class RoleTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testPopulateAclAddsRolesAndTheirChildren (line 104) | public function testPopulateAclAddsRolesAndTheirChildren() method testPopulateAclAddsMultipleParents (line 140) | public function testPopulateAclAddsMultipleParents() method testPopulateAclFromCache (line 169) | public function testPopulateAclFromCache() FILE: app/code/Magento/Authorization/Test/Unit/Model/Acl/Loader/RuleTest.php class RuleTest (line 8) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testPopulateAclFromCache (line 77) | public function testPopulateAclFromCache() FILE: app/code/Magento/Authorization/Test/Unit/Model/CompositeUserContextTest.php class CompositeUserContextTest (line 14) | class CompositeUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testConstructor (line 48) | public function testConstructor() method testGetUserId (line 64) | public function testGetUserId() method testGetUserType (line 86) | public function testGetUserType() method testUserContextCaching (line 108) | public function testUserContextCaching() method testEmptyUserContext (line 134) | public function testEmptyUserContext() method createUserContextMock (line 160) | protected function createUserContextMock($userId = null, $userType = n... method verifyUserContextIsAdded (line 175) | protected function verifyUserContextIsAdded($model, $userContextMock) FILE: app/code/Magento/Authorization/Test/Unit/Model/ResourceModel/RulesTest.php class RulesTest (line 17) | class RulesTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testSaveRelNoResources (line 146) | public function testSaveRelNoResources() method testLocalizedExceptionOccurance (line 168) | public function testLocalizedExceptionOccurance() method testGenericExceptionOccurance (line 195) | public function testGenericExceptionOccurance() FILE: app/code/Magento/Authorizenet/Block/Adminhtml/Order/View/Info/FraudDetails.php class FraudDetails (line 19) | class FraudDetails extends \Magento\Backend\Block\Template method __construct (line 31) | public function __construct( method getPayment (line 45) | public function getPayment() method _toHtml (line 56) | protected function _toHtml() FILE: app/code/Magento/Authorizenet/Block/Adminhtml/Order/View/Info/PaymentDetails.php class PaymentDetails (line 17) | class PaymentDetails extends ConfigurableInfo method getLabel (line 25) | protected function getLabel($field) FILE: app/code/Magento/Authorizenet/Block/Transparent/Iframe.php class Iframe (line 18) | class Iframe extends TransparentIframe method __construct (line 39) | public function __construct( method getHelper (line 57) | public function getHelper($area) method _beforeToHtml (line 65) | protected function _beforeToHtml() method addSuccessMessage (line 76) | private function addSuccessMessage() FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/AddConfigured.php class AddConfigured (line 18) | class AddConfigured extends BaseAddConfigured implements HttpPutActionIn... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Cancel.php class Cancel (line 18) | class Cancel extends BaseCancel implements HttpPostActionInterface FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureProductToAdd.php class ConfigureProductToAdd (line 18) | class ConfigureProductToAdd extends BaseConfigureProductToAdd implements... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureQuoteItems.php class ConfigureQuoteItems (line 18) | class ConfigureQuoteItems extends BaseConfigureQuoteItems implements Htt... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Index.php class Index (line 15) | class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create\Index FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/LoadBlock.php class LoadBlock (line 15) | class LoadBlock extends \Magento\Sales\Controller\Adminhtml\Order\Create... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Place.php class Place (line 25) | class Place extends Create implements HttpPostActionInterface method __construct (line 42) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ProcessData.php class ProcessData (line 18) | class ProcessData extends BaseProcessData implements HttpPostActionInter... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Redirect.php class Redirect (line 24) | class Redirect extends Create implements HttpGetActionInterface, HttpPos... method __construct (line 53) | public function __construct( method _returnQuote (line 82) | protected function _returnQuote($cancelOrder, $errorMsg) method execute (line 103) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Reorder.php class Reorder (line 18) | class Reorder extends BaseReorder implements HttpPostActionInterface FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ReturnQuote.php class ReturnQuote (line 19) | class ReturnQuote extends Create implements HttpPostActionInterface, Htt... method _returnQuote (line 26) | protected function _returnQuote() method execute (line 44) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Save.php class Save (line 15) | class Save extends \Magento\Sales\Controller\Adminhtml\Order\Create\Save FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ShowUpdateResult.php class ShowUpdateResult (line 15) | class ShowUpdateResult extends \Magento\Sales\Controller\Adminhtml\Order... FILE: app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Start.php class Start (line 18) | abstract class Start extends Create implements HttpPostActionInterface FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment.php class Payment (line 21) | abstract class Payment extends Action implements HttpGetActionInterface,... method __construct (line 42) | public function __construct( method _getCheckout (line 57) | protected function _getCheckout() method _getDirectPostSession (line 67) | protected function _getDirectPostSession() method _responseAction (line 80) | protected function _responseAction($area = 'frontend') method _returnCustomerQuote (line 134) | protected function _returnCustomerQuote($cancelOrder = false, $errorMs... FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment/BackendResponse.php class BackendResponse (line 29) | class BackendResponse extends \Magento\Authorizenet\Controller\Directpos... method __construct (line 53) | public function __construct( method createCsrfValidationException (line 68) | public function createCsrfValidationException( method validateForCsrf (line 77) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 89) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment/Place.php class Place (line 31) | class Place extends Payment implements HttpPostActionInterface method __construct (line 69) | public function __construct( method execute (line 91) | public function execute() method placeCheckoutOrder (line 131) | protected function placeCheckoutOrder() FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment/Redirect.php class Redirect (line 20) | class Redirect extends Payment implements HttpGetActionInterface, HttpPo... method execute (line 27) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment/Response.php class Response (line 22) | class Response extends Payment implements CsrfAwareActionInterface, Http... method createCsrfValidationException (line 27) | public function createCsrfValidationException( method validateForCsrf (line 36) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 48) | public function execute() FILE: app/code/Magento/Authorizenet/Controller/Directpost/Payment/ReturnQuote.php class ReturnQuote (line 19) | class ReturnQuote extends Payment implements HttpPostActionInterface, Ht... method execute (line 26) | public function execute() FILE: app/code/Magento/Authorizenet/Helper/Backend/Data.php class Data (line 23) | class Data extends FrontendDataHelper method __construct (line 31) | public function __construct( method _getUrl (line 48) | protected function _getUrl($route, $params = []) method getPlaceOrderAdminUrl (line 58) | public function getPlaceOrderAdminUrl() method getSuccessOrderUrl (line 69) | public function getSuccessOrderUrl($params) method getRedirectIframeUrl (line 84) | public function getRedirectIframeUrl($params) method getRelayUrl (line 97) | public function getRelayUrl($storeId = null) FILE: app/code/Magento/Authorizenet/Helper/Data.php class Data (line 24) | class Data extends AbstractHelper method __construct (line 77) | public function __construct( method _getUrl (line 94) | protected function _getUrl($route, $params = []) method getSaveOrderUrlParams (line 111) | public function getSaveOrderUrlParams($controller) method getRedirectIframeUrl (line 141) | public function getRedirectIframeUrl($params) method getSuccessOrderUrl (line 152) | public function getSuccessOrderUrl($params) method updateOrderEditIncrements (line 165) | public function updateOrderEditIncrements(\Magento\Sales\Model\Order $... method convertMessagesToMessage (line 187) | public function convertMessagesToMessage($messages) method getTransactionMessage (line 204) | public function getTransactionMessage( method getOperation (line 242) | protected function getOperation($requestType) method formatPrice (line 267) | protected function formatPrice($payment, $amount) method getPaymentMethodsHtml (line 278) | public function getPaymentMethodsHtml(\Magento\Framework\App\ViewInter... method getRelayUrl (line 295) | public function getRelayUrl($storeId = null) method getAllowedCurrencyCodes (line 307) | public function getAllowedCurrencyCodes() method getFdsFilterActionLabel (line 318) | public function getFdsFilterActionLabel($key) method getTransactionStatusLabel (line 329) | public function getTransactionStatusLabel($key) method wrapGatewayError (line 340) | public function wrapGatewayError($text) FILE: app/code/Magento/Authorizenet/Helper/DataFactory.php class DataFactory (line 17) | class DataFactory method __construct (line 40) | public function __construct(ObjectManagerInterface $objectManager) method create (line 52) | public function create($area) FILE: app/code/Magento/Authorizenet/Model/Authorizenet.php class Authorizenet (line 21) | abstract class Authorizenet extends \Magento\Payment\Model\Method\Cc method __construct (line 131) | public function __construct( method canUseForCurrency (line 178) | public function canUseForCurrency($currencyCode) method getAcceptedCurrencyCodes (line 191) | public function getAcceptedCurrencyCodes() method cancel (line 207) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method fetchTransactionFraudDetails (line 219) | public function fetchTransactionFraudDetails($transactionId) method getFraudFilters (line 245) | protected function getFraudFilters($fraudFilters) method getRequest (line 264) | protected function getRequest() method buildRequest (line 286) | protected function buildRequest(\Magento\Framework\DataObject $payment) method postRequest (line 384) | protected function postRequest(\Magento\Authorizenet\Model\Request $re... method isGatewayActionsLocked (line 445) | protected function isGatewayActionsLocked($payment) FILE: app/code/Magento/Authorizenet/Model/Debug.php class Debug (line 27) | class Debug extends \Magento\Framework\Model\AbstractModel method _construct (line 34) | protected function _construct() FILE: app/code/Magento/Authorizenet/Model/Directpost.php class Directpost (line 21) | class Directpost extends \Magento\Authorizenet\Model\Authorizenet implem... method __construct (line 164) | public function __construct( method setDataHelper (line 226) | public function setDataHelper(\Magento\Authorizenet\Helper\Data $dataH... method validate (line 236) | public function validate() method authorize (line 249) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method capture (line 262) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method processCapture (line 294) | protected function processCapture($result, $payment) method void (line 340) | public function void(\Magento\Payment\Model\InfoInterface $payment) method refund (line 384) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method processRefund (line 406) | protected function processRefund(\Magento\Framework\DataObject $paymen... method getCgiUrl (line 451) | public function getCgiUrl() method getRelayUrl (line 463) | public function getRelayUrl($storeId = null) method getResponse (line 476) | public function getResponse() method initialize (line 489) | public function initialize($paymentAction, $stateObject) method generateRequestFromOrder (line 516) | public function generateRequestFromOrder(\Magento\Sales\Model\Order $o... method setResponseData (line 534) | public function setResponseData(array $postData) method validateResponse (line 546) | public function validateResponse() method process (line 569) | public function process(array $responseData) method fillPaymentByResponse (line 615) | protected function fillPaymentByResponse(\Magento\Framework\DataObject... method checkResponseCode (line 648) | public function checkResponseCode() method checkTransId (line 673) | public function checkTransId() method matchAmount (line 689) | protected function matchAmount($amount) method processOrder (line 705) | protected function processOrder(\Magento\Sales\Model\Order $order) method processPaymentFraudStatus (line 759) | protected function processPaymentFraudStatus(\Magento\Sales\Model\Orde... method addStatusComment (line 790) | protected function addStatusComment(\Magento\Sales\Model\Order\Payment... method declineOrder (line 826) | protected function declineOrder(\Magento\Sales\Model\Order $order, $me... method getRealParentTransactionId (line 853) | protected function getRealParentTransactionId($payment) method getConfigInterface (line 866) | public function getConfigInterface() method getValue (line 878) | public function getValue($key, $storeId = null) method setIsInitializeNeeded (line 889) | public function setIsInitializeNeeded($isInitializeNeeded = true) method canCapture (line 899) | public function canCapture() method fetchTransactionInfo (line 913) | public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterf... method addStatusCommentOnUpdate (line 946) | protected function addStatusCommentOnUpdate( method setMethodCode (line 978) | public function setMethodCode($methodCode) method setPathPattern (line 989) | public function setPathPattern($pathPattern) method getTransactionResponse (line 1002) | protected function getTransactionResponse($transactionId) method getPsrLogger (line 1020) | private function getPsrLogger() method getOrderFromResponse (line 1034) | private function getOrderFromResponse(): \Magento\Sales\Model\Order method getOrderIncrementId (line 1052) | private function getOrderIncrementId(): string method fdsFilterActionIsReportOnly (line 1066) | private function fdsFilterActionIsReportOnly($fdsFilterAction) FILE: app/code/Magento/Authorizenet/Model/Directpost/Request.php class Request (line 18) | class Request extends AuthorizenetRequest method __construct (line 41) | public function __construct( method _getTransactionKey (line 57) | protected function _getTransactionKey() method _setTransactionKey (line 70) | protected function _setTransactionKey($transKey) method generateRequestSign (line 87) | public function generateRequestSign( method setConstantData (line 108) | public function setConstantData(\Magento\Authorizenet\Model\Directpost... method setDataFromOrder (line 129) | public function setDataFromOrder( method signRequestData (line 201) | public function signRequestData() method generateSha2RequestSign (line 243) | private function generateSha2RequestSign( method getSignatureKey (line 263) | private function getSignatureKey(): string method setSignatureKey (line 276) | private function setSignatureKey(string $signatureKey) FILE: app/code/Magento/Authorizenet/Model/Directpost/Request/Factory.php class Factory (line 16) | class Factory extends AuthorizenetRequestFactory method __construct (line 24) | public function __construct( FILE: app/code/Magento/Authorizenet/Model/Directpost/Response.php class Response (line 17) | class Response extends AuthorizenetResponse method generateHash (line 28) | public function generateHash($merchantMd5, $merchantApiLogin, $amount,... method isValidHash (line 40) | public function isValidHash($storedHash, $merchantApiLogin) method isApproved (line 62) | public function isApproved() method generateSha2Hash (line 74) | private function generateSha2Hash(string $signatureKey): string FILE: app/code/Magento/Authorizenet/Model/Directpost/Response/Factory.php class Factory (line 16) | class Factory extends AuthorizenetResponseFactory method __construct (line 24) | public function __construct( FILE: app/code/Magento/Authorizenet/Model/Directpost/Session.php class Session (line 18) | class Session extends SessionManager method addCheckoutOrderIncrementId (line 26) | public function addCheckoutOrderIncrementId($orderIncrementId) method removeCheckoutOrderIncrementId (line 42) | public function removeCheckoutOrderIncrementId($orderIncrementId) method isCheckoutOrderIncrementIdExist (line 62) | public function isCheckoutOrderIncrementIdExist($orderIncrementId) method setQuoteId (line 77) | public function setQuoteId($id) FILE: app/code/Magento/Authorizenet/Model/Request.php class Request (line 16) | class Request extends DataObject FILE: app/code/Magento/Authorizenet/Model/Request/Factory.php class Factory (line 14) | class Factory method __construct (line 36) | public function __construct( method create (line 50) | public function create(array $data = []) FILE: app/code/Magento/Authorizenet/Model/ResourceModel/Debug.php class Debug (line 14) | class Debug extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Authorizenet/Model/ResourceModel/Debug/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Authorizenet/Model/Response.php class Response (line 16) | class Response extends DataObject FILE: app/code/Magento/Authorizenet/Model/Response/Factory.php class Factory (line 14) | class Factory method __construct (line 36) | public function __construct( method create (line 50) | public function create(array $data = []) FILE: app/code/Magento/Authorizenet/Model/Source/Cctype.php class Cctype (line 16) | class Cctype extends PaymentCctype method getAllowedTypes (line 23) | public function getAllowedTypes() FILE: app/code/Magento/Authorizenet/Model/Source/PaymentAction.php class PaymentAction (line 16) | class PaymentAction implements ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Authorizenet/Model/TransactionService.php class TransactionService (line 21) | class TransactionService method __construct (line 66) | public function __construct( method getTransactionDetails (line 84) | public function getTransactionDetails(Authorizenet $context, $transact... method loadTransactionDetails (line 99) | protected function loadTransactionDetails(Authorizenet $context, $tran... method getRequestBody (line 153) | private function getRequestBody($login, $transactionKey, $transactionId) method removePrivateDataFromXml (line 176) | private function removePrivateDataFromXml($xml) FILE: app/code/Magento/Authorizenet/Observer/AddFieldsToResponseObserver.php class AddFieldsToResponseObserver (line 19) | class AddFieldsToResponseObserver implements ObserverInterface method __construct (line 48) | public function __construct( method execute (line 66) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Authorizenet/Observer/SaveOrderAfterSubmitObserver.php class SaveOrderAfterSubmitObserver (line 17) | class SaveOrderAfterSubmitObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Authorizenet/Observer/UpdateAllEditIncrementsObserver.php class UpdateAllEditIncrementsObserver (line 17) | class UpdateAllEditIncrementsObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Authorizenet/Test/Unit/Controller/Adminhtml/Authorizenet/Directpost/Payment/RedirectTest.php class RedirectTest (line 17) | class RedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 99) | protected function setUp() method testExecuteErrorMsgWithoutCancelOrder (line 199) | public function testExecuteErrorMsgWithoutCancelOrder() method testExecuteErrorMsgWithCancelOrder (line 244) | public function testExecuteErrorMsgWithCancelOrder() method testExecuteSuccess (line 279) | public function testExecuteSuccess() FILE: app/code/Magento/Authorizenet/Test/Unit/Controller/Directpost/Payment/PlaceTest.php class PlaceTest (line 32) | class PlaceTest extends \PHPUnit\Framework\TestCase method setUp (line 109) | protected function setUp() method testExecute (line 191) | public function testExecute( method testExecuteFailedPlaceOrder (line 231) | public function testExecuteFailedPlaceOrder( method textExecuteDataProvider (line 270) | public function textExecuteDataProvider() method textExecuteFailedPlaceOrderDataProvider (line 296) | public function textExecuteFailedPlaceOrderDataProvider() FILE: app/code/Magento/Authorizenet/Test/Unit/Controller/Directpost/Payment/RedirectTest.php class RedirectTest (line 19) | class RedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testExecute (line 64) | public function testExecute() FILE: app/code/Magento/Authorizenet/Test/Unit/Helper/Backend/DataTest.php class DataTest (line 11) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetPlaceOrderAdminUrl (line 58) | public function testGetPlaceOrderAdminUrl() method testGetSuccessOrderUrl (line 68) | public function testGetSuccessOrderUrl() method testGetRedirectIframeUrl (line 98) | public function testGetRedirectIframeUrl() method testGetRelayUrl (line 109) | public function testGetRelayUrl() FILE: app/code/Magento/Authorizenet/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetTransactionMessage (line 51) | public function testGetTransactionMessage($type, $amount, $exception, ... method getMessagesParamDataProvider (line 82) | public function getMessagesParamDataProvider() method testGetRelayUrl (line 114) | public function testGetRelayUrl() method testGetFdsFilterActionLabel (line 145) | public function testGetFdsFilterActionLabel($code, $expected) method getFdsFilterActionLabelDataProvider (line 153) | public function getFdsFilterActionLabelDataProvider() method testGetTransactionStatusLabel (line 170) | public function testGetTransactionStatusLabel($code, $expected) method getTransactionStatusLabelDataProvider (line 178) | public function getTransactionStatusLabelDataProvider() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Directpost/Request/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreate (line 45) | public function testCreate() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Directpost/RequestTest.php class RequestTest (line 12) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testSignRequestData (line 41) | public function testSignRequestData(string $signatureKey, string $expe... method signRequestDataProvider (line 65) | public function signRequestDataProvider() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Directpost/Response/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreate (line 45) | public function testCreate() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Directpost/ResponseTest.php class ResponseTest (line 11) | class ResponseTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method generateHash (line 33) | protected function generateHash($merchantMd5, $merchantApiLogin, $amou... method testIsValidHash (line 48) | public function testIsValidHash( method isValidHashDataProvider (line 68) | public function isValidHashDataProvider() method testIsApproved (line 110) | public function testIsApproved($xResponseCode, $expectedValue) method isApprovedDataProvider (line 119) | public function isApprovedDataProvider() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Directpost/SessionTest.php class SessionTest (line 12) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testSetQuoteId (line 45) | public function testSetQuoteId() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php class DirectpostTest (line 39) | class DirectpostTest extends TestCase method setUp (line 108) | protected function setUp() method initResponseFactoryMock (line 157) | private function initResponseFactoryMock() method initPaymentMock (line 197) | private function initPaymentMock() method initHttpClientMock (line 226) | private function initHttpClientMock() method testGetConfigInterface (line 234) | public function testGetConfigInterface() method testGetConfigValue (line 239) | public function testGetConfigValue() method testSetDataHelper (line 250) | public function testSetDataHelper() method testAuthorize (line 268) | public function testAuthorize() method testCaptureWithInvalidAmount (line 290) | public function testCaptureWithInvalidAmount($invalidAmount) method dataProviderCaptureWithInvalidAmount (line 298) | public function dataProviderCaptureWithInvalidAmount() method testCaptureHasParentTransactionId (line 314) | public function testCaptureHasParentTransactionId() method testCaptureWithoutParentTransactionId (line 342) | public function testCaptureWithoutParentTransactionId() method testCaptureWithoutParentTransactionIdWithoutData (line 353) | public function testCaptureWithoutParentTransactionIdWithoutData() method buildRequestTest (line 375) | private function buildRequestTest() method postRequestTest (line 385) | private function postRequestTest() method testGetCgiUrl (line 415) | public function testGetCgiUrl() method testGetCgiUrlWithEmptyConfigValue (line 427) | public function testGetCgiUrlWithEmptyConfigValue() method testGetRelayUrl (line 437) | public function testGetRelayUrl() method testGetResponse (line 452) | public function testGetResponse() method testSetResponseData (line 457) | public function testSetResponseData() method testValidateResponseSuccess (line 471) | public function testValidateResponseSuccess() method testValidateResponseFailure (line 480) | public function testValidateResponseFailure() method prepareTestValidateResponse (line 491) | protected function prepareTestValidateResponse($transMd5, $login, $isV... method testCheckTransIdSuccess (line 507) | public function testCheckTransIdSuccess() method testCheckTransIdFailure (line 519) | public function testCheckTransIdFailure() method testCheckResponseCodeSuccess (line 533) | public function testCheckResponseCodeSuccess($responseCode) method checkResponseCodeSuccessDataProvider (line 545) | public function checkResponseCodeSuccessDataProvider() method testCheckResponseCodeFailureDefault (line 559) | public function testCheckResponseCodeFailureDefault() method testCheckResponseCodeFailureDeclinedOrError (line 577) | public function testCheckResponseCodeFailureDeclinedOrError(int $respo... method checkResponseCodeFailureDataProvider (line 605) | public function checkResponseCodeFailureDataProvider(): array method testSetIsInitializeNeeded (line 618) | public function testSetIsInitializeNeeded($isInitializeNeeded) method setIsInitializeNeededDataProvider (line 627) | public function setIsInitializeNeededDataProvider() method testCanCapture (line 641) | public function testCanCapture($isGatewayActionsLocked, $canCapture) method canCaptureDataProvider (line 656) | public function canCaptureDataProvider() method testFetchVoidedTransactionInfo (line 675) | public function testFetchVoidedTransactionInfo($transactionId, $result... method testSuccessRefund (line 714) | public function testSuccessRefund() method dataProviderTransaction (line 761) | public function dataProviderTransaction() method getTransactionXmlDocument (line 782) | private function getTransactionXmlDocument( method addRequestMockToRequestFactoryMock (line 826) | private function addRequestMockToRequestFactoryMock() method getOrderMock (line 841) | private function getOrderMock() method getRefundResponseBody (line 868) | private function getRefundResponseBody($code, $reasonCode, $reasonText) FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Request/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreate (line 45) | public function testCreate() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/Response/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreate (line 45) | public function testCreate() FILE: app/code/Magento/Authorizenet/Test/Unit/Model/TransactionServiceTest.php class TransactionServiceTest (line 12) | class TransactionServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testLoadVoidedTransactionDetails (line 65) | public function testLoadVoidedTransactionDetails($transactionId, $resu... method dataProviderTransaction (line 89) | public function dataProviderTransaction() method getHttpClientFactoryMock (line 105) | private function getHttpClientFactoryMock() method getResponseBody (line 136) | private function getResponseBody($transactionId, $resultCode, $resultS... FILE: app/code/Magento/Authorizenet/Test/Unit/Observer/AddFieldsToResponseObserverTest.php class AddFieldsToResponseObserverTest (line 15) | class AddFieldsToResponseObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testAddFieldsToResponseSuccess (line 99) | public function testAddFieldsToResponseSuccess() method getAddFieldsToResponseSuccessTestData (line 198) | protected function getAddFieldsToResponseSuccessTestData() FILE: app/code/Magento/AuthorizenetAcceptjs/Block/Form.php class Form (line 24) | class Form extends Cc method __construct (line 43) | public function __construct( method isCvvEnabled (line 60) | public function isCvvEnabled(): bool FILE: app/code/Magento/AuthorizenetAcceptjs/Block/Info.php class Info (line 21) | class Info extends ConfigurableInfo method getLabel (line 29) | protected function getLabel($field): Phrase FILE: app/code/Magento/AuthorizenetAcceptjs/Block/Payment.php class Payment (line 24) | class Payment extends Template method __construct (line 42) | public function __construct( method getPaymentConfig (line 58) | public function getPaymentConfig(): string method getMethodCode (line 72) | public function getMethodCode(): string FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/AcceptPaymentStrategyCommand.php class AcceptPaymentStrategyCommand (line 21) | class AcceptPaymentStrategyCommand implements CommandInterface method __construct (line 43) | public function __construct( method execute (line 54) | public function execute(array $commandSubject): void method shouldAcceptInGateway (line 69) | private function shouldAcceptInGateway(array $commandSubject): bool FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/CaptureStrategyCommand.php class CaptureStrategyCommand (line 27) | class CaptureStrategyCommand implements CommandInterface method __construct (line 64) | public function __construct( method execute (line 81) | public function execute(array $commandSubject): void method getCommand (line 97) | private function getCommand(PaymentDataObjectInterface $paymentDO): st... method captureTransactionExists (line 117) | private function captureTransactionExists(OrderPaymentInterface $payme... FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/FetchTransactionInfoCommand.php class FetchTransactionInfoCommand (line 24) | class FetchTransactionInfoCommand implements CommandInterface method __construct (line 52) | public function __construct( method execute (line 67) | public function execute(array $commandSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/GatewayQueryCommand.php class GatewayQueryCommand (line 27) | class GatewayQueryCommand implements CommandInterface method __construct (line 61) | public function __construct( method execute (line 80) | public function execute(array $commandSubject): ResultInterface FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/RefundTransactionStrategyCommand.php class RefundTransactionStrategyCommand (line 21) | class RefundTransactionStrategyCommand implements CommandInterface method __construct (line 40) | public function __construct( method execute (line 51) | public function execute(array $commandSubject): void method getCommand (line 67) | private function getCommand(array $commandSubject): string method canVoid (line 92) | private function canVoid(array $details, array $commandSubject) :bool FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Config.php class Config (line 20) | class Config extends \Magento\Payment\Gateway\Config\Config method getLoginId (line 45) | public function getLoginId($storeId = null): ?string method getEnvironment (line 56) | public function getEnvironment($storeId = null): string method getTransactionKey (line 67) | public function getTransactionKey($storeId = null): ?string method getApiUrl (line 78) | public function getApiUrl($storeId = null): string method getTransactionSignatureKey (line 93) | public function getTransactionSignatureKey($storeId = null): ?string method getLegacyTransactionHash (line 104) | public function getLegacyTransactionHash($storeId = null): ?string method getPaymentAction (line 115) | public function getPaymentAction($storeId = null): ?string method getClientKey (line 126) | public function getClientKey($storeId = null): ?string method shouldEmailCustomer (line 137) | public function shouldEmailCustomer($storeId = null): bool method isCvvEnabled (line 148) | public function isCvvEnabled($storeId = null): bool method getSolutionId (line 159) | public function getSolutionId($storeId = null): ?string method getAdditionalInfoKeys (line 174) | public function getAdditionalInfoKeys($storeId = null): array method getTransactionInfoSyncKeys (line 185) | public function getTransactionInfoSyncKeys($storeId = null): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Client.php class Client (line 28) | class Client implements ClientInterface method __construct (line 62) | public function __construct( method placeRequest (line 83) | public function placeRequest(TransferInterface $transferObject) FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Payload/Filter/RemoveFieldsFilter.php class RemoveFieldsFilter (line 19) | class RemoveFieldsFilter implements FilterInterface method __construct (line 29) | public function __construct(array $fields) method filter (line 37) | public function filter(array $data): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Payload/FilterInterface.php type FilterInterface (line 17) | interface FilterInterface method filter (line 25) | public function filter(array $data): array; FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/TransferFactory.php class TransferFactory (line 21) | class TransferFactory implements TransferFactoryInterface method __construct (line 37) | public function __construct( method create (line 51) | public function create(array $request) FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AcceptFdsDataBuilder.php class AcceptFdsDataBuilder (line 21) | class AcceptFdsDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AddressDataBuilder.php class AddressDataBuilder (line 20) | class AddressDataBuilder implements BuilderInterface method __construct (line 30) | public function __construct(SubjectReader $subjectReader) method build (line 38) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AmountDataBuilder.php class AmountDataBuilder (line 21) | class AmountDataBuilder implements BuilderInterface method __construct (line 33) | public function __construct(SubjectReader $subjectReader) method build (line 41) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AuthenticationDataBuilder.php class AuthenticationDataBuilder (line 21) | class AuthenticationDataBuilder implements BuilderInterface method __construct (line 37) | public function __construct( method build (line 51) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AuthorizeDataBuilder.php class AuthorizeDataBuilder (line 22) | class AuthorizeDataBuilder implements BuilderInterface method __construct (line 40) | public function __construct( method build (line 51) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CaptureDataBuilder.php class CaptureDataBuilder (line 22) | class CaptureDataBuilder implements BuilderInterface method __construct (line 40) | public function __construct( method build (line 51) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CustomSettingsBuilder.php class CustomSettingsBuilder (line 21) | class CustomSettingsBuilder implements BuilderInterface method __construct (line 37) | public function __construct(SubjectReader $subjectReader, Config $config) method build (line 46) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CustomerDataBuilder.php class CustomerDataBuilder (line 21) | class CustomerDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/OrderDataBuilder.php class OrderDataBuilder (line 20) | class OrderDataBuilder implements BuilderInterface method __construct (line 30) | public function __construct(SubjectReader $subjectReader) method build (line 38) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PassthroughDataBuilder.php class PassthroughDataBuilder (line 20) | class PassthroughDataBuilder implements BuilderInterface method __construct (line 30) | public function __construct(PassthroughDataObject $passthroughData) method build (line 38) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PaymentDataBuilder.php class PaymentDataBuilder (line 21) | class PaymentDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PoDataBuilder.php class PoDataBuilder (line 21) | class PoDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundPaymentDataBuilder.php class RefundPaymentDataBuilder (line 21) | class RefundPaymentDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 40) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundReferenceTransactionDataBuilder.php class RefundReferenceTransactionDataBuilder (line 21) | class RefundReferenceTransactionDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundTransactionTypeDataBuilder.php class RefundTransactionTypeDataBuilder (line 19) | class RefundTransactionTypeDataBuilder implements BuilderInterface method build (line 26) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RequestTypeBuilder.php class RequestTypeBuilder (line 19) | class RequestTypeBuilder implements BuilderInterface method __construct (line 29) | public function __construct(string $type) method build (line 42) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/SaleDataBuilder.php class SaleDataBuilder (line 22) | class SaleDataBuilder implements BuilderInterface method __construct (line 40) | public function __construct( method build (line 51) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/ShippingDataBuilder.php class ShippingDataBuilder (line 22) | class ShippingDataBuilder implements BuilderInterface method __construct (line 32) | public function __construct(SubjectReader $subjectReader) method build (line 40) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/SolutionDataBuilder.php class SolutionDataBuilder (line 21) | class SolutionDataBuilder implements BuilderInterface method __construct (line 37) | public function __construct(SubjectReader $subjectReader, Config $config) method build (line 46) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/StoreConfigBuilder.php class StoreConfigBuilder (line 19) | class StoreConfigBuilder implements BuilderInterface method __construct (line 29) | public function __construct(SubjectReader $subjectReader) method build (line 37) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/StubDataBuilder.php class StubDataBuilder (line 22) | class StubDataBuilder implements BuilderInterface method build (line 27) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/TransactionDetailsDataBuilder.php class TransactionDetailsDataBuilder (line 21) | class TransactionDetailsDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/VoidDataBuilder.php class VoidDataBuilder (line 21) | class VoidDataBuilder implements BuilderInterface method __construct (line 33) | public function __construct( method build (line 42) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/CloseParentTransactionHandler.php class CloseParentTransactionHandler (line 21) | class CloseParentTransactionHandler implements HandlerInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method handle (line 39) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/ClosePartialTransactionHandler.php class ClosePartialTransactionHandler (line 18) | class ClosePartialTransactionHandler extends CloseTransactionHandler method shouldCloseParentTransaction (line 26) | public function shouldCloseParentTransaction(Payment $payment) FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/CloseTransactionHandler.php class CloseTransactionHandler (line 21) | class CloseTransactionHandler implements HandlerInterface method __construct (line 37) | public function __construct(SubjectReader $subjectReader, bool $closeT... method handle (line 46) | public function handle(array $handlingSubject, array $response): void method shouldCloseParentTransaction (line 64) | public function shouldCloseParentTransaction(Payment $payment) FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/PaymentResponseHandler.php class PaymentResponseHandler (line 21) | class PaymentResponseHandler implements HandlerInterface method __construct (line 33) | public function __construct(SubjectReader $subjectReader) method handle (line 41) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/PaymentReviewStatusHandler.php class PaymentReviewStatusHandler (line 21) | class PaymentReviewStatusHandler implements HandlerInterface method __construct (line 40) | public function __construct(SubjectReader $subjectReader) method handle (line 48) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/TransactionDetailsResponseHandler.php class TransactionDetailsResponseHandler (line 23) | class TransactionDetailsResponseHandler implements HandlerInterface method __construct (line 39) | public function __construct(SubjectReader $subjectReader, Config $config) method handle (line 48) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/TransactionIdHandler.php class TransactionIdHandler (line 21) | class TransactionIdHandler implements HandlerInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method handle (line 39) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/VoidResponseHandler.php class VoidResponseHandler (line 21) | class VoidResponseHandler implements HandlerInterface method __construct (line 32) | public function __construct(SubjectReader $subjectReader) method handle (line 40) | public function handle(array $handlingSubject, array $response): void FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/SubjectReader.php class SubjectReader (line 20) | class SubjectReader method readPayment (line 28) | public function readPayment(array $subject): PaymentDataObjectInterface method readStoreId (line 39) | public function readStoreId(array $subject): ?int method readAmount (line 63) | public function readAmount(array $subject): string method readResponse (line 74) | public function readResponse(array $subject): ?array method readLoginId (line 85) | public function readLoginId(array $subject): ?string method readTransactionKey (line 96) | public function readTransactionKey(array $subject): ?string FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Validator/GeneralResponseValidator.php class GeneralResponseValidator (line 22) | class GeneralResponseValidator extends AbstractValidator method __construct (line 43) | public function __construct( method validate (line 55) | public function validate(array $validationSubject): ResultInterface FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Validator/TransactionHashValidator.php class TransactionHashValidator (line 24) | class TransactionHashValidator extends AbstractValidator method __construct (line 46) | public function __construct( method validate (line 63) | public function validate(array $validationSubject): ResultInterface method validateHash (line 102) | private function validateHash( method generateMd5Hash (line 171) | private function generateMd5Hash( method generateSha512Hash (line 191) | private function generateSha512Hash( FILE: app/code/Magento/AuthorizenetAcceptjs/Gateway/Validator/TransactionResponseValidator.php class TransactionResponseValidator (line 22) | class TransactionResponseValidator extends AbstractValidator method __construct (line 39) | public function __construct(ResultInterfaceFactory $resultFactory, Sub... method validate (line 48) | public function validate(array $validationSubject): ResultInterface method isResponseCodeAnError (line 84) | private function isResponseCodeAnError(array $transactionResponse): bool FILE: app/code/Magento/AuthorizenetAcceptjs/Model/Adminhtml/Source/Cctype.php class Cctype (line 19) | class Cctype extends PaymentCctype method getAllowedTypes (line 24) | public function getAllowedTypes(): array FILE: app/code/Magento/AuthorizenetAcceptjs/Model/Adminhtml/Source/Environment.php class Environment (line 17) | class Environment implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 27) | public function toOptionArray(): array FILE: app/code/Magento/AuthorizenetAcceptjs/Model/Adminhtml/Source/PaymentAction.php class PaymentAction (line 17) | class PaymentAction implements \Magento\Framework\Data\OptionSourceInter... method toOptionArray (line 22) | public function toOptionArray(): array FILE: app/code/Magento/AuthorizenetAcceptjs/Model/PassthroughDataObject.php class PassthroughDataObject (line 19) | class PassthroughDataObject extends DataObject FILE: app/code/Magento/AuthorizenetAcceptjs/Model/Ui/ConfigProvider.php class ConfigProvider (line 21) | class ConfigProvider implements ConfigProviderInterface method __construct (line 37) | public function __construct(Config $config, CartInterface $cart) method getConfig (line 48) | public function getConfig() FILE: app/code/Magento/AuthorizenetAcceptjs/Observer/DataAssignObserver.php class DataAssignObserver (line 21) | class DataAssignObserver extends AbstractDataAssignObserver method execute (line 35) | public function execute(Observer $observer) FILE: app/code/Magento/AuthorizenetAcceptjs/Setup/Patch/Data/CopyCurrentConfig.php class CopyCurrentConfig (line 25) | class CopyCurrentConfig implements DataPatchInterface method __construct (line 88) | public function __construct( method apply (line 105) | public function apply(): void method migrateDefaultValues (line 118) | private function migrateDefaultValues(): void method migrateWebsiteValues (line 148) | private function migrateWebsiteValues(): void method getOldConfigValue (line 179) | private function getOldConfigValue( method saveNewConfigValue (line 201) | private function saveNewConfigValue( method getDependencies (line 221) | public static function getDependencies() method getAliases (line 229) | public function getAliases() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Block/FormTest.php class FormTest (line 20) | class FormTest extends TestCase method setUp (line 32) | protected function setUp() method testIsCvvEnabled (line 52) | public function testIsCvvEnabled() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Block/InfoTest.php class InfoTest (line 22) | class InfoTest extends TestCase method testLabelsAreTranslated (line 24) | public function testLabelsAreTranslated() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Block/PaymentTest.php class PaymentTest (line 19) | class PaymentTest extends TestCase method setUp (line 31) | protected function setUp() method testConfigIsCreated (line 38) | public function testConfigIsCreated() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Command/AcceptPaymentStrategyCommandTest.php class AcceptPaymentStrategyCommandTest (line 20) | class AcceptPaymentStrategyCommandTest extends TestCase method setUp (line 47) | protected function setUp() method testCommandWillAcceptInTheGatewayWhenInFDSReview (line 63) | public function testCommandWillAcceptInTheGatewayWhenInFDSReview(strin... method testCommandWillDoNothingWhenTransactionHasAlreadyBeenAuthorized (line 94) | public function testCommandWillDoNothingWhenTransactionHasAlreadyBeenA... method inReviewStatusesProvider (line 124) | public function inReviewStatusesProvider() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Command/CaptureStrategyCommandTest.php class CaptureStrategyCommandTest (line 24) | class CaptureStrategyCommandTest extends TestCase method setUp (line 71) | protected function setUp() method testExecuteWillAuthorizeWhenNotAuthorizedAndNotCaptured (line 110) | public function testExecuteWillAuthorizeWhenNotAuthorizedAndNotCaptured() method testExecuteWillAuthorizeAndCaptureWhenAlreadyCaptured (line 134) | public function testExecuteWillAuthorizeAndCaptureWhenAlreadyCaptured() method testExecuteWillCaptureWhenAlreadyAuthorizedButNotCaptured (line 158) | public function testExecuteWillCaptureWhenAlreadyAuthorizedButNotCaptu... FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Command/FetchTransactionInfoCommandTest.php class FetchTransactionInfoCommandTest (line 24) | class FetchTransactionInfoCommandTest extends TestCase method setUp (line 66) | protected function setUp() method testCommandWillMarkTransactionAsApprovedWhenNotVoid (line 90) | public function testCommandWillMarkTransactionAsApprovedWhenNotVoid() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Command/GatewayQueryCommandTest.php class GatewayQueryCommandTest (line 24) | class GatewayQueryCommandTest extends TestCase method setUp (line 61) | protected function setUp() method testNormalExecution (line 79) | public function testNormalExecution() method testExceptionIsThrownAndLoggedWhenRequestFails (line 126) | public function testExceptionIsThrownAndLoggedWhenRequestFails() method testExceptionIsThrownWhenResponseIsInvalid (line 161) | public function testExceptionIsThrownWhenResponseIsInvalid() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Command/RefundTransactionStrategyCommandTest.php class RefundTransactionStrategyCommandTest (line 19) | class RefundTransactionStrategyCommandTest extends TestCase method setUp (line 46) | protected function setUp() method testCommandWillVoidWhenTransactionIsPendingSettlement (line 58) | public function testCommandWillVoidWhenTransactionIsPendingSettlement() method testCommandWillThrowExceptionWhenVoidTransactionIsPartial (line 105) | public function testCommandWillThrowExceptionWhenVoidTransactionIsPart... method testCommandWillRefundWhenTransactionIsSettled (line 144) | public function testCommandWillRefundWhenTransactionIsSettled() method testCommandWillThrowExceptionWhenTransactionIsInInvalidState (line 189) | public function testCommandWillThrowExceptionWhenTransactionIsInInvali... FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends TestCase method setUp (line 29) | protected function setUp() method testConfigGetters (line 50) | public function testConfigGetters($getterName, $configField, $configVa... method testGetApiUrl (line 63) | public function testGetApiUrl($environment, $expectedUrl) method testGetSolutionIdSandbox (line 76) | public function testGetSolutionIdSandbox($environment, $expectedSolution) method configMapProvider (line 87) | public function configMapProvider() method environmentUrlProvider (line 107) | public function environmentUrlProvider() method environmentSolutionProvider (line 118) | public function environmentSolutionProvider() method getPath (line 132) | private function getPath($field) FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Http/ClientTest.php class ClientTest (line 24) | class ClientTest extends TestCase method setUp (line 56) | protected function setUp() method testCanSendRequest (line 70) | public function testCanSendRequest() method testExceptionIsThrownWhenEmptyResponseIsReceived (line 113) | public function testExceptionIsThrownWhenEmptyResponseIsReceived() method testExceptionIsThrownWhenInvalidResponseIsReceived (line 161) | public function testExceptionIsThrownWhenInvalidResponseIsReceived() method getTransferObjectMock (line 210) | private function getTransferObjectMock(array $data) FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Http/Payload/Filter/RemoveFieldsFilterTest.php class RemoveFieldsFilterTest (line 14) | class RemoveFieldsFilterTest extends TestCase method testFilterRemovesFields (line 16) | public function testFilterRemovesFields() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Http/TransferFactoryTest.php class TransferFactoryTest (line 18) | class TransferFactoryTest extends TestCase method setUp (line 40) | protected function setUp() method testCreate (line 52) | public function testCreate() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/AcceptFdsDataBuilderTest.php class AcceptFdsDataBuilderTest (line 19) | class AcceptFdsDataBuilderTest extends TestCase method setUp (line 36) | protected function setUp() method testBuild (line 47) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/AddressDataBuilderTest.php class AddressDataBuilderTest (line 19) | class AddressDataBuilderTest extends TestCase method setUp (line 76) | protected function setUp() method testBuildWithBothAddresses (line 89) | public function testBuildWithBothAddresses() method validateAddressData (line 115) | private function validateAddressData($responseData, $addressPrefix) method createAddressMock (line 127) | private function createAddressMock($prefix) FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/AmountDataBuilderTest.php class AmountDataBuilderTest (line 14) | class AmountDataBuilderTest extends TestCase method setUp (line 21) | protected function setUp() method testBuild (line 28) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/AuthenticationDataBuilderTest.php class AuthenticationDataBuilderTest (line 18) | class AuthenticationDataBuilderTest extends TestCase method setUp (line 45) | protected function setUp() method testBuild (line 56) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/AuthorizationDataBuilderTest.php class AuthorizationDataBuilderTest (line 18) | class AuthorizationDataBuilderTest extends TestCase method setUp (line 40) | protected function setUp() method testBuildWillAddTransactionType (line 54) | public function testBuildWillAddTransactionType() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/CaptureDataBuilderTest.php class CaptureDataBuilderTest (line 18) | class CaptureDataBuilderTest extends TestCase method setUp (line 40) | protected function setUp() method testBuildWillCaptureWhenAuthorizeTransactionExists (line 54) | public function testBuildWillCaptureWhenAuthorizeTransactionExists() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/CustomSettingsBuilderTest.php class CustomSettingsBuilderTest (line 16) | class CustomSettingsBuilderTest extends TestCase method setUp (line 33) | protected function setUp() method testBuildWithEmailCustomerDisabled (line 44) | public function testBuildWithEmailCustomerDisabled() method testBuildWithEmailCustomerEnabled (line 53) | public function testBuildWithEmailCustomerEnabled() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/CustomerDataBuilderTest.php class CustomerDataBuilderTest (line 19) | class CustomerDataBuilderTest extends TestCase method setUp (line 41) | protected function setUp() method testBuild (line 54) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/OrderDataBuilderTest.php class OrderDataBuilderTest (line 19) | class OrderDataBuilderTest extends TestCase method setUp (line 41) | protected function setUp() method testBuild (line 54) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/PassthroughDataBuilderTest.php class PassthroughDataBuilderTest (line 14) | class PassthroughDataBuilderTest extends TestCase method testBuild (line 16) | public function testBuild() method testBuildWithNoData (line 44) | public function testBuildWithNoData() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/PaymentDataBuilderTest.php class PaymentDataBuilderTest (line 18) | class PaymentDataBuilderTest extends TestCase method setUp (line 35) | protected function setUp() method testBuild (line 46) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/PoDataBuilderTest.php class PoDataBuilderTest (line 18) | class PoDataBuilderTest extends TestCase method setUp (line 35) | protected function setUp() method testBuild (line 45) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/RefundPaymentDataBuilderTest.php class RefundPaymentDataBuilderTest (line 17) | class RefundPaymentDataBuilderTest extends TestCase method setUp (line 34) | protected function setUp() method testBuild (line 46) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/RefundReferenceTransactionDataBuilderTest.php class RefundReferenceTransactionDataBuilderTest (line 19) | class RefundReferenceTransactionDataBuilderTest extends TestCase method setUp (line 36) | protected function setUp() method testBuild (line 47) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/RefundTransactionTypeDataBuilderTest.php class RefundTransactionTypeDataBuilderTest (line 14) | class RefundTransactionTypeDataBuilderTest extends TestCase method testBuild (line 18) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/RequestTypeBuilderTest.php class RequestTypeBuilderTest (line 15) | class RequestTypeBuilderTest extends TestCase method setUp (line 22) | protected function setUp() method testBuild (line 27) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/SaleDataBuilderTest.php class SaleDataBuilderTest (line 18) | class SaleDataBuilderTest extends TestCase method setUp (line 40) | protected function setUp() method testBuildWillAddTransactionType (line 54) | public function testBuildWillAddTransactionType() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/ShippingDataBuilderTest.php class ShippingDataBuilderTest (line 18) | class ShippingDataBuilderTest extends TestCase method setUp (line 40) | protected function setUp() method testBuild (line 55) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/SolutionDataBuilderTest.php class SolutionDataBuilderTest (line 18) | class SolutionDataBuilderTest extends TestCase method setUp (line 45) | protected function setUp() method testBuild (line 56) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/StoreConfigBuilderTest.php class StoreConfigBuilderTest (line 19) | class StoreConfigBuilderTest extends TestCase method setUp (line 41) | protected function setUp() method testBuild (line 54) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/TransactionDetailsDataBuilderTest.php class TransactionDetailsDataBuilderTest (line 19) | class TransactionDetailsDataBuilderTest extends TestCase method setUp (line 36) | protected function setUp() method testBuild (line 47) | public function testBuild() method testBuildWithIncludedTransactionId (line 68) | public function testBuildWithIncludedTransactionId() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Request/VoidDataBuilderTest.php class VoidDataBuilderTest (line 19) | class VoidDataBuilderTest extends TestCase method setUp (line 38) | protected function setUp() method testBuild (line 48) | public function testBuild() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/CloseParentTransactionHandlerTest.php class CloseParentTransactionHandlerTest (line 18) | class CloseParentTransactionHandlerTest extends TestCase method setUp (line 35) | protected function setUp() method testHandleClosesTransactionByDefault (line 45) | public function testHandleClosesTransactionByDefault() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/CloseTransactionHandlerTest.php class CloseTransactionHandlerTest (line 18) | class CloseTransactionHandlerTest extends TestCase method setUp (line 35) | protected function setUp() method testHandleClosesTransactionByDefault (line 45) | public function testHandleClosesTransactionByDefault() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/PaymentResponseHandlerTest.php class PaymentResponseHandlerTest (line 18) | class PaymentResponseHandlerTest extends TestCase method setUp (line 38) | protected function setUp() method testHandleDefaultResponse (line 48) | public function testHandleDefaultResponse() method testHandleHeldResponse (line 78) | public function testHandleHeldResponse() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/PaymentReviewStatusHandlerTest.php class PaymentReviewStatusHandlerTest (line 18) | class PaymentReviewStatusHandlerTest extends TestCase method setUp (line 35) | protected function setUp() method testApprovesPayment (line 45) | public function testApprovesPayment() method testDeniesPayment (line 72) | public function testDeniesPayment(string $status) method testDoesNothingWhenPending (line 97) | public function testDoesNothingWhenPending(string $status) method pendingTransactionStatusesProvider (line 118) | public function pendingTransactionStatusesProvider() method declinedTransactionStatusesProvider (line 129) | public function declinedTransactionStatusesProvider() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/TransactionDetailsResponseHandlerTest.php class TransactionDetailsResponseHandlerTest (line 19) | class TransactionDetailsResponseHandlerTest extends TestCase method setUp (line 41) | protected function setUp() method testHandle (line 52) | public function testHandle() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/TransactionIdHandlerTest.php class TransactionIdHandlerTest (line 18) | class TransactionIdHandlerTest extends TestCase method setUp (line 35) | protected function setUp() method testHandleDefaultResponse (line 45) | public function testHandleDefaultResponse() method testHandleDifferenceInTransactionId (line 71) | public function testHandleDifferenceInTransactionId() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Response/VoidResponseHandlerTest.php class VoidResponseHandlerTest (line 18) | class VoidResponseHandlerTest extends TestCase method setUp (line 35) | protected function setUp() method testHandle (line 45) | public function testHandle() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/SubjectReaderTest.php class SubjectReaderTest (line 15) | class SubjectReaderTest extends TestCase method setUp (line 25) | protected function setUp() method testReadPayment (line 30) | public function testReadPayment(): void method testReadPaymentThrowsExceptionWhenNotAPaymentObject (line 41) | public function testReadPaymentThrowsExceptionWhenNotAPaymentObject():... method testReadPaymentThrowsExceptionWhenNotSet (line 50) | public function testReadPaymentThrowsExceptionWhenNotSet(): void method testReadResponse (line 55) | public function testReadResponse(): void method testReadResponseThrowsExceptionWhenNotAvailable (line 66) | public function testReadResponseThrowsExceptionWhenNotAvailable(): void method testReadStoreId (line 71) | public function testReadStoreId(): void method testReadStoreIdFromOrder (line 76) | public function testReadStoreIdFromOrder(): void method testReadLoginId (line 92) | public function testReadLoginId(): void method testReadTransactionKey (line 99) | public function testReadTransactionKey(): void method testReadAmount (line 106) | public function testReadAmount(): void method testReadAmountThrowsExceptionWhenNotAvailable (line 115) | public function testReadAmountThrowsExceptionWhenNotAvailable(): void FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Validator/GeneralResponseValidatorTest.php class GeneralResponseValidatorTest (line 18) | class GeneralResponseValidatorTest extends TestCase method setUp (line 30) | protected function setUp() method testValidateParsesSuccess (line 36) | public function testValidateParsesSuccess() method testValidateParsesErrors (line 68) | public function testValidateParsesErrors() method testValidateParsesMessages (line 100) | public function testValidateParsesMessages() method testValidateParsesErrorsWhenOnlyOneIsReturned (line 132) | public function testValidateParsesErrorsWhenOnlyOneIsReturned() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Validator/TransactionHashValidatorTest.php class TransactionHashValidatorTest (line 19) | class TransactionHashValidatorTest extends TestCase method setUp (line 41) | protected function setUp() method testValidateSha512HashScenarios (line 61) | public function testValidateSha512HashScenarios( method testValidateMd5HashScenarios (line 97) | public function testValidateMd5HashScenarios( method md5ResponseProvider (line 126) | public function md5ResponseProvider() method sha512ResponseProvider (line 186) | public function sha512ResponseProvider() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Gateway/Validator/TransactionResponseValidatorTest.php class TransactionResponseValidatorTest (line 21) | class TransactionResponseValidatorTest extends TestCase method setUp (line 46) | protected function setUp() method testValidateScenarios (line 64) | public function testValidateScenarios($transactionResponse, $isValid, ... method scenarioProvider (line 91) | public function scenarioProvider() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Model/Ui/ConfigProviderTest.php class ConfigProviderTest (line 18) | class ConfigProviderTest extends TestCase method setUp (line 35) | protected function setUp() method testProviderRetrievesValues (line 42) | public function testProviderRetrievesValues() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Observer/DataAssignObserverTest.php class DataAssignObserverTest (line 23) | class DataAssignObserverTest extends TestCase method testExecuteSetsProperData (line 25) | public function testExecuteSetsProperData() method testDoestSetDataWhenEmpty (line 60) | public function testDoestSetDataWhenEmpty() FILE: app/code/Magento/AuthorizenetAcceptjs/Test/Unit/Setup/Patch/Data/CopyCurrentConfigTest.php class CopyCurrentConfigTest (line 22) | class CopyCurrentConfigTest extends TestCase method setUp (line 59) | protected function setUp(): void method testMigrateData (line 79) | public function testMigrateData(): void method testMigrateDataNullFields (line 117) | public function testMigrateDataNullFields(): void FILE: app/code/Magento/AuthorizenetCardinal/Gateway/Request/Authorize3DSecureBuilder.php class Authorize3DSecureBuilder (line 23) | class Authorize3DSecureBuilder implements BuilderInterface method __construct (line 45) | public function __construct( method build (line 58) | public function build(array $buildSubject): array FILE: app/code/Magento/AuthorizenetCardinal/Gateway/Validator/CavvResponseValidator.php class CavvResponseValidator (line 23) | class CavvResponseValidator extends AbstractValidator method __construct (line 50) | public function __construct( method validate (line 65) | public function validate(array $validationSubject): ResultInterface FILE: app/code/Magento/AuthorizenetCardinal/Model/Checkout/ConfigProvider.php class ConfigProvider (line 19) | class ConfigProvider implements ConfigProviderInterface method __construct (line 29) | public function __construct( method getConfig (line 38) | public function getConfig(): array FILE: app/code/Magento/AuthorizenetCardinal/Model/Config.php class Config (line 21) | class Config method __construct (line 31) | public function __construct(ScopeConfigInterface $scopeConfig) method isActive (line 42) | public function isActive(?int $storeId = null): bool FILE: app/code/Magento/AuthorizenetCardinal/Observer/DataAssignObserver.php class DataAssignObserver (line 22) | class DataAssignObserver extends AbstractDataAssignObserver method __construct (line 37) | public function __construct( method execute (line 46) | public function execute(Observer $observer) FILE: app/code/Magento/AuthorizenetCardinal/Test/Unit/Observer/DataAssignObserverTest.php class DataAssignObserverTest (line 24) | class DataAssignObserverTest extends TestCase method testExecuteSetsProperData (line 29) | public function testExecuteSetsProperData() method testDoesntSetDataWhenEmpty (line 62) | public function testDoesntSetDataWhenEmpty() method testDoesntSetDataWhenDisabled (line 89) | public function testDoesntSetDataWhenDisabled() FILE: app/code/Magento/AuthorizenetGraphQl/Model/AuthorizenetDataProvider.php class AuthorizenetDataProvider (line 20) | class AuthorizenetDataProvider implements AdditionalDataProviderInterface method __construct (line 32) | public function __construct( method getData (line 45) | public function getData(array $data): array method convertSnakeCaseToCamelCase (line 67) | private function convertSnakeCaseToCamelCase($input): string FILE: app/code/Magento/Backend/App/AbstractAction.php class AbstractAction (line 16) | abstract class AbstractAction extends \Magento\Framework\App\Action\Action method __construct (line 90) | public function __construct(Action\Context $context) method _isAllowed (line 106) | protected function _isAllowed() method _getSession (line 116) | protected function _getSession() method getMessageManager (line 124) | protected function getMessageManager() method _setActiveMenu (line 135) | protected function _setActiveMenu($itemId) method _addBreadcrumb (line 154) | protected function _addBreadcrumb($label, $title, $link = null) method _addContent (line 164) | protected function _addContent(\Magento\Framework\View\Element\Abstrac... method _addLeft (line 173) | protected function _addLeft(\Magento\Framework\View\Element\AbstractBl... method _addJs (line 182) | protected function _addJs(\Magento\Framework\View\Element\AbstractBloc... method _moveBlockToContainer (line 196) | private function _moveBlockToContainer(\Magento\Framework\View\Element... method dispatch (line 206) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method _isUrlChecked (line 239) | protected function _isUrlChecked() method _processUrlKeys (line 255) | public function _processUrlKeys() method _processLocaleSettings (line 294) | protected function _processLocaleSettings() method _redirect (line 316) | protected function _redirect($path, $arguments = []) method _forward (line 333) | protected function _forward($action, $controller = null, $module = nul... method getUrl (line 346) | public function getUrl($route = '', $params = []) method _validateSecretKey (line 356) | protected function _validateSecretKey() FILE: app/code/Magento/Backend/App/Action.php class Action (line 17) | abstract class Action extends \Magento\Backend\App\AbstractAction FILE: app/code/Magento/Backend/App/Action/Context.php class Context (line 25) | class Context extends \Magento\Framework\App\Action\Context method __construct (line 89) | public function __construct( method getAuth (line 137) | public function getAuth() method getAuthorization (line 145) | public function getAuthorization() method getBackendUrl (line 153) | public function getBackendUrl() method getCanUseBaseUrl (line 162) | public function getCanUseBaseUrl() method getFormKeyValidator (line 170) | public function getFormKeyValidator() method getHelper (line 178) | public function getHelper() method getLocaleResolver (line 186) | public function getLocaleResolver() method getSession (line 194) | public function getSession() FILE: app/code/Magento/Backend/App/Action/Plugin/Authentication.php class Authentication (line 13) | class Authentication method __construct (line 82) | public function __construct( method aroundDispatch (line 112) | public function aroundDispatch( method _processNotLoggedInUser (line 152) | protected function _processNotLoggedInUser(\Magento\Framework\App\Requ... method _performLogin (line 196) | protected function _performLogin(\Magento\Framework\App\RequestInterfa... method _redirectIfNeededAfterLogin (line 222) | protected function _redirectIfNeededAfterLogin(\Magento\Framework\App\... FILE: app/code/Magento/Backend/App/Action/Plugin/MassactionKey.php class MassactionKey (line 13) | class MassactionKey method beforeDispatch (line 24) | public function beforeDispatch(AbstractAction $subject, RequestInterfa... FILE: app/code/Magento/Backend/App/Area/FrontNameResolver.php class FrontNameResolver (line 25) | class FrontNameResolver implements \Magento\Framework\App\Area\FrontName... method __construct (line 84) | public function __construct( method getFrontName (line 104) | public function getFrontName($checkHost = false) method isHostBackend (line 121) | public function isHostBackend() method getHostWithPort (line 138) | private function getHostWithPort($url) FILE: app/code/Magento/Backend/App/BackendApp.php class BackendApp (line 14) | class BackendApp method __construct (line 36) | public function __construct( method getCookiePath (line 51) | public function getCookiePath() method getStartupPage (line 61) | public function getStartupPage() method getAclResource (line 71) | public function getAclResource() FILE: app/code/Magento/Backend/App/BackendAppList.php class BackendAppList (line 14) | class BackendAppList method __construct (line 30) | public function __construct( method getCurrentApp (line 43) | public function getCurrentApp() method getBackendApp (line 58) | public function getBackendApp($appName) FILE: app/code/Magento/Backend/App/Config.php class Config (line 17) | class Config implements ConfigInterface method __construct (line 33) | public function __construct(\Magento\Framework\App\Config $appConfig) method getValue (line 41) | public function getValue($path) method setValue (line 57) | public function setValue($path, $value) method isSetFlag (line 65) | public function isSetFlag($path) FILE: app/code/Magento/Backend/App/ConfigInterface.php type ConfigInterface (line 15) | interface ConfigInterface method getValue (line 26) | public function getValue($path); method setValue (line 37) | public function setValue($path, $value); method isSetFlag (line 48) | public function isSetFlag($path); FILE: app/code/Magento/Backend/App/DefaultPath.php class DefaultPath (line 14) | class DefaultPath implements \Magento\Framework\App\DefaultPathInterface method __construct (line 25) | public function __construct(\Magento\Backend\App\ConfigInterface $config) method getPart (line 43) | public function getPart($code) FILE: app/code/Magento/Backend/App/Request/BackendValidator.php class BackendValidator (line 31) | class BackendValidator implements ValidatorInterface method __construct (line 65) | public function __construct( method validateRequest (line 87) | private function validateRequest( method createException (line 127) | private function createException( method validate (line 169) | public function validate( FILE: app/code/Magento/Backend/App/Request/PathInfoProcessor.php class PathInfoProcessor (line 14) | class PathInfoProcessor implements \Magento\Framework\App\Request\PathIn... method __construct (line 30) | public function __construct( method process (line 45) | public function process(\Magento\Framework\App\RequestInterface $reque... FILE: app/code/Magento/Backend/App/Response/Http/FileFactory.php class FileFactory (line 14) | class FileFactory extends \Magento\Framework\App\Response\Http\FileFactory method __construct (line 55) | public function __construct( method _redirect (line 80) | protected function _redirect($path, $arguments = []) method create (line 100) | public function create( FILE: app/code/Magento/Backend/App/Router.php class Router (line 15) | class Router extends \Magento\Framework\App\Router\Base method _shouldRedirectToSecure (line 48) | protected function _shouldRedirectToSecure() FILE: app/code/Magento/Backend/App/Router/NoRouteHandler.php class NoRouteHandler (line 14) | class NoRouteHandler implements \Magento\Framework\App\Router\NoRouteHan... method __construct (line 30) | public function __construct( method process (line 44) | public function process(\Magento\Framework\App\RequestInterface $request) FILE: app/code/Magento/Backend/App/UserConfig.php class UserConfig (line 19) | class UserConfig implements AppInterface method __construct (line 49) | public function __construct( method launch (line 64) | public function launch() method updateUserConfigData (line 76) | private function updateUserConfigData() method catchException (line 88) | public function catchException(Bootstrap $bootstrap, \Exception $excep... FILE: app/code/Magento/Backend/Block/AbstractBlock.php class AbstractBlock (line 17) | class AbstractBlock extends \Magento\Framework\View\Element\AbstractBlock method __construct (line 28) | public function __construct(\Magento\Backend\Block\Context $context, a... FILE: app/code/Magento/Backend/Block/Admin/Formkey.php class Formkey (line 16) | class Formkey extends \Magento\Backend\Block\Template method getFormKey (line 23) | public function getFormKey() FILE: app/code/Magento/Backend/Block/AnchorRenderer.php class AnchorRenderer (line 14) | class AnchorRenderer method __construct (line 30) | public function __construct( method renderAnchor (line 49) | public function renderAnchor($activeItem, Item $menuItem, $level) method _renderItemAnchorTitle (line 78) | private function _renderItemAnchorTitle($menuItem) method _renderItemOnclickFunction (line 89) | private function _renderItemOnclickFunction($menuItem) FILE: app/code/Magento/Backend/Block/Cache.php class Cache (line 12) | class Cache extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 19) | protected function _construct() method getFlushStorageUrl (line 55) | public function getFlushStorageUrl() method getFlushSystemUrl (line 65) | public function getFlushSystemUrl() FILE: app/code/Magento/Backend/Block/Cache/Additional.php class Additional (line 12) | class Additional extends \Magento\Backend\Block\Template method isInProductionMode (line 19) | public function isInProductionMode() method getCleanImagesUrl (line 27) | public function getCleanImagesUrl() method getCleanMediaUrl (line 35) | public function getCleanMediaUrl() method getCleanStaticFilesUrl (line 43) | public function getCleanStaticFilesUrl() FILE: app/code/Magento/Backend/Block/Cache/Grid/Column/Statuses.php class Statuses (line 14) | class Statuses extends \Magento\Backend\Block\Widget\Grid\Column method __construct (line 26) | public function __construct( method getFrameCallback (line 40) | public function getFrameCallback() method decorateStatus (line 55) | public function decorateStatus($value, $row, $column, $isExport) FILE: app/code/Magento/Backend/Block/Cache/Grid/Massaction/ProductionModeVisibilityChecker.php class ProductionModeVisibilityChecker (line 14) | class ProductionModeVisibilityChecker implements VisibilityCheckerInterface method __construct (line 24) | public function __construct(State $state) method isVisible (line 32) | public function isVisible() FILE: app/code/Magento/Backend/Block/Cache/Permissions.php class Permissions (line 15) | class Permissions implements ArgumentInterface method __construct (line 27) | public function __construct(AuthorizationInterface $authorization) method hasAccessToFlushCatalogImages (line 35) | public function hasAccessToFlushCatalogImages() method hasAccessToFlushJsCss (line 42) | public function hasAccessToFlushJsCss() method hasAccessToFlushStaticFiles (line 49) | public function hasAccessToFlushStaticFiles() method hasAccessToAdditionalActions (line 56) | public function hasAccessToAdditionalActions() FILE: app/code/Magento/Backend/Block/Catalog/Product/Tab/Container.php class Container (line 12) | class Container extends \Magento\Backend\Block\Template implements \Mage... method getTabLabel (line 19) | public function getTabLabel() method getTabTitle (line 29) | public function getTabTitle() method canShowTab (line 39) | public function canShowTab() method isHidden (line 49) | public function isHidden() FILE: app/code/Magento/Backend/Block/Context.php class Context (line 25) | class Context extends \Magento\Framework\View\Element\Context method __construct (line 55) | public function __construct( method getAuthorization (line 104) | public function getAuthorization() FILE: app/code/Magento/Backend/Block/Dashboard.php class Dashboard (line 13) | class Dashboard extends \Magento\Backend\Block\Template method _prepareLayout (line 28) | protected function _prepareLayout() method getSwitchUrl (line 64) | public function getSwitchUrl() FILE: app/code/Magento/Backend/Block/Dashboard/AbstractDashboard.php class AbstractDashboard (line 16) | abstract class AbstractDashboard extends \Magento\Backend\Block\Widget method __construct (line 33) | public function __construct( method getCollection (line 45) | public function getCollection() method getCount (line 53) | public function getCount() method getDataHelper (line 63) | public function getDataHelper() method _prepareData (line 71) | protected function _prepareData() method _prepareLayout (line 79) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/Dashboard/Bar.php class Bar (line 15) | class Bar extends \Magento\Backend\Block\Dashboard\AbstractDashboard method getTotals (line 32) | public function getTotals() method addTotal (line 45) | public function addTotal($label, $value, $isQuantity = false) method format (line 62) | public function format($price) method setCurrency (line 73) | public function setCurrency($currency) method getCurrency (line 84) | public function getCurrency() FILE: app/code/Magento/Backend/Block/Dashboard/Diagrams.php class Diagrams (line 13) | class Diagrams extends \Magento\Backend\Block\Widget\Tabs method _construct (line 23) | protected function _construct() method _prepareLayout (line 33) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/Dashboard/Graph.php class Graph (line 15) | class Graph extends \Magento\Backend\Block\Dashboard\AbstractDashboard method __construct (line 111) | public function __construct( method _getTabTemplate (line 126) | protected function _getTabTemplate() method setDataRows (line 137) | public function setDataRows($rows) method addSeries (line 149) | public function addSeries($seriesId, array $options) method getSeries (line 160) | public function getSeries($seriesId) method getAllSeries (line 173) | public function getAllSeries() method getChartUrl (line 188) | public function getChartUrl($directUrl = true) method formatAxisLabelDate (line 387) | private function formatAxisLabelDate($idx, $timezoneLocal) method getRowsData (line 426) | protected function getRowsData($attributes, $single = false) method setAxisLabels (line 449) | public function setAxisLabels($axis, $labels) method setHtmlId (line 460) | public function setHtmlId($htmlId) method getHtmlId (line 470) | public function getHtmlId() method _getPow (line 481) | protected function _getPow($number) method getWidth (line 496) | protected function getWidth() method getHeight (line 506) | protected function getHeight() method setDataHelper (line 517) | public function setDataHelper(\Magento\Backend\Helper\Dashboard\Abstra... method _prepareData (line 527) | protected function _prepareData() FILE: app/code/Magento/Backend/Block/Dashboard/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method _construct (line 27) | protected function _construct() FILE: app/code/Magento/Backend/Block/Dashboard/Grids.php class Grids (line 13) | class Grids extends \Magento\Backend\Block\Widget\Tabs method _construct (line 23) | protected function _construct() method _prepareLayout (line 44) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/Dashboard/Orders/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 33) | public function __construct( method _construct (line 50) | protected function _construct() method _prepareCollection (line 61) | protected function _prepareCollection() method _afterLoadCollection (line 96) | protected function _afterLoadCollection() method _preparePage (line 109) | protected function _preparePage() method _prepareColumns (line 121) | protected function _prepareColumns() method getRowUrl (line 162) | public function getRowUrl($row) FILE: app/code/Magento/Backend/Block/Dashboard/Sales.php class Sales (line 13) | class Sales extends \Magento\Backend\Block\Dashboard\Bar method __construct (line 31) | public function __construct( method _prepareLayout (line 46) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/Dashboard/Searches/Renderer/Searchquery.php class Searchquery (line 13) | class Searchquery extends \Magento\Backend\Block\Widget\Grid\Column\Rend... method __construct (line 27) | public function __construct( method render (line 42) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Amounts.php class Amounts (line 14) | class Amounts extends \Magento\Backend\Block\Dashboard\Graph method __construct (line 23) | public function __construct( method _construct (line 39) | protected function _construct() method _prepareData (line 50) | protected function _prepareData() FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Customers/Most.php class Most (line 15) | class Most extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 28) | public function __construct( method _construct (line 41) | protected function _construct() method _prepareCollection (line 50) | protected function _prepareCollection() method _prepareColumns (line 78) | protected function _prepareColumns() method getRowUrl (line 133) | public function getRowUrl($row) FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Customers/Newest.php class Newest (line 15) | class Newest extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 28) | public function __construct( method _construct (line 41) | protected function _construct() method _prepareCollection (line 50) | protected function _prepareCollection() method _prepareColumns (line 76) | protected function _prepareColumns() method getRowUrl (line 133) | public function getRowUrl($row) FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Orders.php class Orders (line 14) | class Orders extends \Magento\Backend\Block\Dashboard\Graph method __construct (line 23) | public function __construct( method _construct (line 39) | protected function _construct() method _prepareData (line 50) | protected function _prepareData() FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Products/Ordered.php class Ordered (line 14) | class Ordered extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 33) | public function __construct( method _construct (line 50) | protected function _construct() method _prepareCollection (line 59) | protected function _prepareCollection() method _prepareColumns (line 88) | protected function _prepareColumns() method getRowUrl (line 139) | public function getRowUrl($row) FILE: app/code/Magento/Backend/Block/Dashboard/Tab/Products/Viewed.php class Viewed (line 18) | class Viewed extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 31) | public function __construct( method _construct (line 44) | protected function _construct() method _prepareCollection (line 53) | protected function _prepareCollection() method _prepareColumns (line 86) | protected function _prepareColumns() method getRowUrl (line 123) | public function getRowUrl($row) FILE: app/code/Magento/Backend/Block/Dashboard/Totals.php class Totals (line 17) | class Totals extends \Magento\Backend\Block\Dashboard\Bar method __construct (line 35) | public function __construct( method _prepareLayout (line 49) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/DataProviders/ImageUploadConfig.php class ImageUploadConfig (line 16) | class ImageUploadConfig implements ArgumentInterface method __construct (line 26) | public function __construct(UploadResizeConfigInterface $imageUploadCo... method getIsResizeEnabled (line 36) | public function getIsResizeEnabled(): int FILE: app/code/Magento/Backend/Block/Denied.php class Denied (line 12) | class Denied extends \Magento\Backend\Block\Template method __construct (line 24) | public function __construct( method hasAvailableResources (line 36) | public function hasAvailableResources() FILE: app/code/Magento/Backend/Block/GlobalSearch.php class GlobalSearch (line 12) | class GlobalSearch extends \Magento\Backend\Block\Template method getWidgetInitOptions (line 23) | public function getWidgetInitOptions() FILE: app/code/Magento/Backend/Block/Media/Uploader.php class Uploader (line 20) | class Uploader extends \Magento\Backend\Block\Widget method __construct (line 62) | public function __construct( method _construct (line 84) | protected function _construct() method getFileSizeService (line 114) | public function getFileSizeService() method getImageUploadMaxWidth (line 124) | public function getImageUploadMaxWidth() method getImageUploadMaxHeight (line 134) | public function getImageUploadMaxHeight() method _prepareLayout (line 144) | protected function _prepareLayout() method getJsObjectName (line 155) | public function getJsObjectName() method getConfigJson (line 165) | public function getConfigJson() method getConfig (line 175) | public function getConfig() method getUploaderUrl (line 192) | public function getUploaderUrl($url) FILE: app/code/Magento/Backend/Block/Menu.php class Menu (line 19) | class Menu extends \Magento\Backend\Block\Template method __construct (line 96) | public function __construct( method _construct (line 126) | protected function _construct() method _getAnchorLabel (line 138) | protected function _getAnchorLabel($menuItem) method _renderMouseEvent (line 149) | protected function _renderMouseEvent($menuItem) method _renderItemCssClass (line 163) | protected function _renderItemCssClass($menuItem, $level) method _getMenuIterator (line 189) | protected function _getMenuIterator($menu) method _afterToHtml (line 200) | protected function _afterToHtml($html) method _callbackSecretKey (line 217) | protected function _callbackSecretKey($match) method getCacheLifetime (line 232) | public function getCacheLifetime() method getCacheKeyInfo (line 242) | public function getCacheKeyInfo() method getMenuModel (line 263) | public function getMenuModel() method renderMenu (line 275) | public function renderMenu($menu, $level = 0) method _countItems (line 308) | protected function _countItems($items) method _columnBrake (line 328) | protected function _columnBrake($items, $limit) method _addSubMenu (line 362) | protected function _addSubMenu($menuItem, $level, $limit, $id = null) method renderNavigation (line 392) | public function renderNavigation($menu, $level = 0, $limit = 0, $colBr... method getActiveItemModel (line 434) | public function getActiveItemModel() FILE: app/code/Magento/Backend/Block/MenuItemChecker.php class MenuItemChecker (line 13) | class MenuItemChecker method isItemActive (line 26) | public function isItemActive($activeItem, Item $item, $level) method isActiveItemEqualOrChild (line 44) | private function isActiveItemEqualOrChild($activeItem, $item) FILE: app/code/Magento/Backend/Block/Page.php class Page (line 18) | class Page extends \Magento\Backend\Block\Template method __construct (line 30) | public function __construct( method _construct (line 44) | protected function _construct() method getLang (line 56) | public function getLang() method isSingleStoreMode (line 67) | public function isSingleStoreMode() FILE: app/code/Magento/Backend/Block/Page/Copyright.php class Copyright (line 14) | class Copyright extends \Magento\Backend\Block\Template FILE: app/code/Magento/Backend/Block/Page/Footer.php class Footer (line 15) | class Footer extends \Magento\Backend\Block\Template method __construct (line 33) | public function __construct( method _construct (line 45) | protected function _construct() method getMagentoVersion (line 56) | public function getMagentoVersion() method getCacheLifetime (line 64) | protected function getCacheLifetime() FILE: app/code/Magento/Backend/Block/Page/Header.php class Header (line 16) | class Header extends \Magento\Backend\Block\Template method __construct (line 41) | public function __construct( method getHomeLink (line 55) | public function getHomeLink() method getUser (line 63) | public function getUser() method getLogoutLink (line 71) | public function getLogoutLink() method displayNoscriptNotice (line 81) | public function displayNoscriptNotice() FILE: app/code/Magento/Backend/Block/Page/Notices.php class Notices (line 18) | class Notices extends \Magento\Backend\Block\Template method displayNoscriptNotice (line 25) | public function displayNoscriptNotice() method displayDemoNotice (line 38) | public function displayDemoNotice() FILE: app/code/Magento/Backend/Block/Page/RequireJs.php class RequireJs (line 15) | class RequireJs extends \Magento\Framework\View\Element\Template method __construct (line 27) | public function __construct( method getFormKey (line 44) | public function getFormKey() FILE: app/code/Magento/Backend/Block/Page/System/Config/Robots/Reset.php class Reset (line 17) | class Reset extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 28) | public function __construct( method _construct (line 40) | protected function _construct() method getRobotsDefaultCustomInstructions (line 51) | public function getRobotsDefaultCustomInstructions() method getButtonHtml (line 64) | public function getButtonHtml() method render (line 85) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 99) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... FILE: app/code/Magento/Backend/Block/Store/Switcher.php class Switcher (line 15) | class Switcher extends \Magento\Backend\Block\Template method __construct (line 97) | public function __construct( method _construct (line 113) | protected function _construct() method getWebsiteCollection (line 139) | public function getWebsiteCollection() method getWebsites (line 156) | public function getWebsites() method isWebsiteSwitchEnabled (line 170) | public function isWebsiteSwitchEnabled() method setWebsiteVarName (line 181) | public function setWebsiteVarName($varName) method getWebsiteVarName (line 192) | public function getWebsiteVarName() method isWebsiteSelected (line 207) | public function isWebsiteSelected(\Magento\Store\Model\Website $website) method getWebsiteId (line 217) | public function getWebsiteId() method getGroupCollection (line 231) | public function getGroupCollection($website) method getStoreGroups (line 245) | public function getStoreGroups($website) method isStoreGroupSwitchEnabled (line 258) | public function isStoreGroupSwitchEnabled() method setStoreGroupVarName (line 269) | public function setStoreGroupVarName($varName) method getStoreGroupVarName (line 280) | public function getStoreGroupVarName() method isStoreGroupSelected (line 295) | public function isStoreGroupSelected(\Magento\Store\Model\Group $group) method getStoreGroupId (line 305) | public function getStoreGroupId() method getStoreCollection (line 319) | public function getStoreCollection($group) method getStores (line 338) | public function getStores($group) method getStoreId (line 359) | public function getStoreId() method isStoreSelected (line 373) | public function isStoreSelected(\Magento\Store\Model\Store $store) method isStoreSwitchEnabled (line 383) | public function isStoreSwitchEnabled() method setStoreVarName (line 394) | public function setStoreVarName($varName) method getStoreVarName (line 405) | public function getStoreVarName() method getSwitchUrl (line 419) | public function getSwitchUrl() method hasScopeSelected (line 440) | public function hasScopeSelected() method getCurrentSelectionName (line 450) | public function getCurrentSelectionName() method getCurrentWebsiteName (line 467) | public function getCurrentWebsiteName() method getCurrentStoreGroupName (line 483) | public function getCurrentStoreGroupName() method getCurrentStoreName (line 499) | public function getCurrentStoreName() method setStoreIds (line 516) | public function setStoreIds($storeIds) method getStoreIds (line 527) | public function getStoreIds() method isShow (line 537) | public function isShow() method _toHtml (line 547) | protected function _toHtml() method hasDefaultOption (line 561) | public function hasDefaultOption($hasDefaultOption = null) method getHintUrl (line 574) | public function getHintUrl() method getHintHtml (line 584) | public function getHintHtml() method isUsingIframe (line 605) | public function isUsingIframe() FILE: app/code/Magento/Backend/Block/Store/Switcher/Form/Renderer/Fieldset.php class Fieldset (line 16) | class Fieldset extends \Magento\Backend\Block\Template implements Render... method getElement (line 35) | public function getElement() method render (line 46) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method getHintHtml (line 57) | public function getHintHtml() FILE: app/code/Magento/Backend/Block/Store/Switcher/Form/Renderer/Fieldset/Element.php class Element (line 13) | class Element extends \Magento\Backend\Block\Widget\Form\Renderer\Fields... method getElement (line 33) | public function getElement() method render (line 44) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method getHintHtml (line 55) | public function getHintHtml() FILE: app/code/Magento/Backend/Block/System/Account/Edit.php class Edit (line 15) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 20) | protected function _construct() method getHeaderText (line 34) | public function getHeaderText() FILE: app/code/Magento/Backend/Block/System/Account/Edit/Form.php class Form (line 16) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 52) | public function __construct( method _prepareForm (line 73) | protected function _prepareForm() FILE: app/code/Magento/Backend/Block/System/Cache/Edit.php class Edit (line 13) | class Edit extends \Magento\Backend\Block\Widget method _construct (line 23) | protected function _construct() method _prepareLayout (line 33) | protected function _prepareLayout() method getSaveButtonHtml (line 52) | public function getSaveButtonHtml() method getSaveUrl (line 60) | public function getSaveUrl() method initForm (line 68) | public function initForm() method getCatalogData (line 82) | public function getCatalogData() FILE: app/code/Magento/Backend/Block/System/Cache/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 27) | public function __construct( method initForm (line 43) | public function initForm() FILE: app/code/Magento/Backend/Block/System/Design.php class Design (line 12) | class Design extends \Magento\Backend\Block\Template method _prepareLayout (line 17) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/System/Design/Edit.php class Edit (line 11) | class Edit extends \Magento\Backend\Block\Widget method __construct (line 32) | public function __construct( method _construct (line 46) | protected function _construct() method _prepareLayout (line 56) | protected function _prepareLayout() method getDesignChangeId (line 102) | public function getDesignChangeId() method getDeleteUrl (line 112) | public function getDeleteUrl() method getSaveUrl (line 122) | public function getSaveUrl() method getValidationUrl (line 132) | public function getValidationUrl() method getHeader (line 142) | public function getHeader() FILE: app/code/Magento/Backend/Block/System/Design/Edit/Tab/General.php class General (line 12) | class General extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 32) | public function __construct( method _prepareForm (line 50) | protected function _prepareForm() FILE: app/code/Magento/Backend/Block/System/Design/Edit/Tabs.php class Tabs (line 8) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 13) | protected function _construct() method _prepareLayout (line 24) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/System/Store/Delete.php class Delete (line 13) | class Delete extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 20) | protected function _construct() method getHeaderText (line 54) | public function getHeaderText() method setStoreTypeTitle (line 69) | public function setStoreTypeTitle($title) method setBackUrl (line 81) | public function setBackUrl($url) FILE: app/code/Magento/Backend/Block/System/Store/Delete/Form.php class Form (line 16) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 26) | public function __construct( method _construct (line 42) | protected function _construct() method _prepareForm (line 52) | protected function _prepareForm() FILE: app/code/Magento/Backend/Block/System/Store/Delete/Group.php class Group (line 13) | class Group extends \Magento\Backend\Block\Template method _prepareLayout (line 18) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/System/Store/Delete/Website.php class Website (line 13) | class Website extends \Magento\Backend\Block\Template method _prepareLayout (line 18) | protected function _prepareLayout() FILE: app/code/Magento/Backend/Block/System/Store/Edit.php class Edit (line 17) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 37) | public function __construct( method _construct (line 53) | protected function _construct() method getHeaderText (line 115) | public function getHeaderText() method _buildFormClassName (line 140) | protected function _buildFormClassName() method getStoreData (line 151) | public function getStoreData() FILE: app/code/Magento/Backend/Block/System/Store/Edit/AbstractForm.php class AbstractForm (line 15) | abstract class AbstractForm extends \Magento\Backend\Block\Widget\Form\G... method _construct (line 22) | protected function _construct() method _prepareForm (line 33) | protected function _prepareForm() method _prepareStoreFieldset (line 74) | abstract protected function _prepareStoreFieldset(\Magento\Framework\D... FILE: app/code/Magento/Backend/Block/System/Store/Edit/Form/Group.php class Group (line 15) | class Group extends \Magento\Backend\Block\System\Store\Edit\AbstractForm method __construct (line 41) | public function __construct( method _prepareStoreFieldset (line 63) | protected function _prepareStoreFieldset(\Magento\Framework\Data\Form ... FILE: app/code/Magento/Backend/Block/System/Store/Edit/Form/Store.php class Store (line 18) | class Store extends \Magento\Backend\Block\System\Store\Edit\AbstractForm method __construct (line 38) | public function __construct( method _prepareStoreFieldset (line 57) | protected function _prepareStoreFieldset(\Magento\Framework\Data\Form ... method _getStoreGroups (line 161) | protected function _getStoreGroups() method prepareGroupIdField (line 186) | private function prepareGroupIdField( FILE: app/code/Magento/Backend/Block/System/Store/Edit/Form/Website.php class Website (line 18) | class Website extends \Magento\Backend\Block\System\Store\Edit\AbstractForm method __construct (line 32) | public function __construct( method _prepareStoreFieldset (line 49) | protected function _prepareStoreFieldset(\Magento\Framework\Data\Form ... FILE: app/code/Magento/Backend/Block/System/Store/Grid/Render/Group.php class Group (line 13) | class Group extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method render (line 18) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/System/Store/Grid/Render/Store.php class Store (line 13) | class Store extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method render (line 18) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/System/Store/Grid/Render/Website.php class Website (line 13) | class Website extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method render (line 18) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/System/Store/Store.php class Store (line 16) | class Store extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 26) | protected function _construct() FILE: app/code/Magento/Backend/Block/Template.php class Template (line 33) | class Template extends \Magento\Framework\View\Element\Template method __construct (line 64) | public function __construct(\Magento\Backend\Block\Template\Context $c... method getFormKey (line 80) | public function getFormKey() method isOutputEnabled (line 99) | public function isOutputEnabled($moduleName = null) method getAuthorization (line 116) | public function getAuthorization() method _toHtml (line 126) | protected function _toHtml() method getToolbar (line 137) | public function getToolbar() FILE: app/code/Magento/Backend/Block/Template/Context.php class Context (line 27) | class Context extends \Magento\Framework\View\Element\Template\Context method __construct (line 94) | public function __construct( method getStoreManager (line 167) | public function getStoreManager() method getAuthorization (line 177) | public function getAuthorization() method getBackendSession (line 187) | public function getBackendSession() method getMathRandom (line 197) | public function getMathRandom() method getFormKey (line 207) | public function getFormKey() method getNameBuilder (line 217) | public function getNameBuilder() FILE: app/code/Magento/Backend/Block/Text/ListText.php class ListText (line 18) | class ListText extends \Magento\Framework\View\Element\Text\ListText FILE: app/code/Magento/Backend/Block/Widget.php class Widget (line 15) | class Widget extends \Magento\Backend\Block\Template method getId (line 20) | public function getId() method getSuffixId (line 34) | public function getSuffixId($suffix) method getHtmlId (line 42) | public function getHtmlId() method getCurrentUrl (line 53) | public function getCurrentUrl($params = []) method _addBreadcrumb (line 67) | protected function _addBreadcrumb($label, $title = null, $link = null) method getButtonHtml (line 82) | public function getButtonHtml($label, $onclick, $class = '', $buttonId... FILE: app/code/Magento/Backend/Block/Widget/Accordion.php class Accordion (line 14) | class Accordion extends \Magento\Backend\Block\Widget method getItems (line 29) | public function getItems() method addItem (line 39) | public function addItem($itemId, $config) FILE: app/code/Magento/Backend/Block/Widget/Accordion/Item.php class Item (line 15) | class Item extends \Magento\Backend\Block\Widget method setAccordion (line 26) | public function setAccordion($accordion) method getTarget (line 35) | public function getTarget() method getTitle (line 43) | public function getTitle() method getContent (line 57) | public function getContent() method getClass (line 72) | public function getClass() method _toHtml (line 84) | protected function _toHtml() FILE: app/code/Magento/Backend/Block/Widget/Breadcrumbs.php class Breadcrumbs (line 15) | class Breadcrumbs extends \Magento\Backend\Block\Template method _construct (line 32) | protected function _construct() method addLink (line 43) | public function addLink($label, $title = null, $url = null) method _beforeToHtml (line 55) | protected function _beforeToHtml() FILE: app/code/Magento/Backend/Block/Widget/Button.php class Button (line 16) | class Button extends \Magento\Backend\Block\Widget method _construct (line 23) | protected function _construct() method getType (line 34) | public function getType() method getOnClick (line 47) | public function getOnClick() method getAttributesHtml (line 57) | public function getAttributesHtml() method _prepareAttributes (line 85) | protected function _prepareAttributes($title, $classes, $disabled) method _attributesToHtml (line 112) | protected function _attributesToHtml($attributes) FILE: app/code/Magento/Backend/Block/Widget/Button/ButtonList.php class ButtonList (line 15) | class ButtonList method __construct (line 25) | public function __construct(ItemFactory $itemFactory) method add (line 46) | public function add($buttonId, $data, $level = 0, $sortOrder = 0, $reg... method remove (line 67) | public function remove($buttonId) method update (line 87) | public function update($buttonId, $key, $data) method getItems (line 115) | public function getItems() method sortButtons (line 130) | public function sortButtons(Item $itemA, Item $itemB) FILE: app/code/Magento/Backend/Block/Widget/Button/ContextInterface.php type ContextInterface (line 13) | interface ContextInterface method canRender (line 22) | public function canRender(\Magento\Backend\Block\Widget\Button\Item $i... FILE: app/code/Magento/Backend/Block/Widget/Button/Item.php class Item (line 19) | class Item extends \Magento\Framework\DataObject method isDeleted (line 34) | public function isDeleted($isDeleted = null) FILE: app/code/Magento/Backend/Block/Widget/Button/SplitButton.php class SplitButton (line 22) | class SplitButton extends \Magento\Backend\Block\Widget method _construct (line 29) | protected function _construct() method getAttributesHtml (line 42) | public function getAttributesHtml() method getButtonAttributesHtml (line 69) | public function getButtonAttributesHtml() method getToggleAttributesHtml (line 110) | public function getToggleAttributesHtml() method getOptionAttributesHtml (line 144) | public function getOptionAttributesHtml($key, $option) method hasSplit (line 174) | public function hasSplit() method _getDataAttributes (line 186) | protected function _getDataAttributes($data, &$attributes) method _prepareOptionAttributes (line 203) | protected function _prepareOptionAttributes($option, $title, $classes,... method _getAttributesString (line 227) | protected function _getAttributesString($attributes) FILE: app/code/Magento/Backend/Block/Widget/Button/Toolbar.php class Toolbar (line 11) | class Toolbar implements ToolbarInterface method pushButtons (line 16) | public function pushButtons( method createContainer (line 48) | protected function createContainer(LayoutInterface $layout, $container... method getToolbar (line 65) | protected function getToolbar(\Magento\Framework\View\Element\Abstract... FILE: app/code/Magento/Backend/Block/Widget/Button/Toolbar/Container.php class Container (line 18) | class Container extends \Magento\Framework\View\Element\AbstractBlock method createButton (line 27) | protected function createButton($blockName, $blockClassName = null) method _toHtml (line 38) | protected function _toHtml() FILE: app/code/Magento/Backend/Block/Widget/Button/ToolbarInterface.php type ToolbarInterface (line 13) | interface ToolbarInterface method pushButtons (line 23) | public function pushButtons( FILE: app/code/Magento/Backend/Block/Widget/Container.php class Container (line 17) | class Container extends \Magento\Backend\Block\Template implements Conta... method __construct (line 52) | public function __construct(\Magento\Backend\Block\Widget\Context $con... method _construct (line 64) | protected function _construct() method addButton (line 85) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method removeButton (line 97) | public function removeButton($buttonId) method updateButton (line 111) | public function updateButton($buttonId, $key, $data) method _prepareLayout (line 122) | protected function _prepareLayout() method getButtonsHtml (line 134) | public function getButtonsHtml($region = null) method getHeaderText (line 154) | public function getHeaderText() method getHeaderCssClass (line 164) | public function getHeaderCssClass() method getHeaderHtml (line 174) | public function getHeaderHtml() method hasFooterButtons (line 184) | public function hasFooterButtons() method canRender (line 202) | public function canRender(Button\Item $item) FILE: app/code/Magento/Backend/Block/Widget/ContainerInterface.php type ContainerInterface (line 13) | interface ContainerInterface extends \Magento\Backend\Block\Widget\Butto... method addButton (line 25) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method removeButton (line 33) | public function removeButton($buttonId); method updateButton (line 43) | public function updateButton($buttonId, $key, $data); FILE: app/code/Magento/Backend/Block/Widget/Context.php class Context (line 25) | class Context extends \Magento\Backend\Block\Template\Context method __construct (line 79) | public function __construct( method getButtonList (line 157) | public function getButtonList() method getButtonToolbar (line 167) | public function getButtonToolbar() FILE: app/code/Magento/Backend/Block/Widget/Form.php class Form (line 19) | class Form extends \Magento\Backend\Block\Widget method __construct (line 43) | public function __construct( method _construct (line 57) | protected function _construct() method _prepareLayout (line 71) | protected function _prepareLayout() method getForm (line 100) | public function getForm() method getFormHtml (line 110) | public function getFormHtml() method setForm (line 124) | public function setForm(\Magento\Framework\Data\Form $form) method _prepareForm (line 144) | protected function _prepareForm() method _beforeToHtml (line 154) | protected function _beforeToHtml() method _initFormValues (line 168) | protected function _initFormValues() method _setFieldset (line 181) | protected function _setFieldset($attributes, $fieldset, $exclude = []) method _isAttributeVisible (line 207) | protected function _isAttributeVisible(\Magento\Eav\Model\Entity\Attri... method _applyTypeSpecificConfig (line 220) | protected function _applyTypeSpecificConfig($inputType, $element, \Mag... method _addElementTypes (line 247) | protected function _addElementTypes(\Magento\Framework\Data\Form\Abstr... method _getAdditionalElementTypes (line 260) | protected function _getAdditionalElementTypes() method _getAdditionalElementHtml (line 272) | protected function _getAdditionalElementHtml($element) FILE: app/code/Magento/Backend/Block/Widget/Form/Container.php class Container (line 16) | class Container extends \Magento\Backend\Block\Widget\Container method _construct (line 63) | protected function _construct() method _prepareLayout (line 121) | protected function _prepareLayout() method _buildFormClassName (line 138) | protected function _buildFormClassName() method getBackUrl (line 150) | public function getBackUrl() method getDeleteUrl (line 160) | public function getDeleteUrl() method getSaveUrl (line 171) | public function getSaveUrl() method getFormActionUrl (line 181) | public function getFormActionUrl() method getFormHtml (line 194) | public function getFormHtml() method getFormInitScripts (line 205) | public function getFormInitScripts() method getFormScripts (line 218) | public function getFormScripts() method getHeaderWidth (line 231) | public function getHeaderWidth() method getHeaderCssClass (line 241) | public function getHeaderCssClass() method getHeaderHtml (line 251) | public function getHeaderHtml() method setDataObject (line 262) | public function setDataObject($object) FILE: app/code/Magento/Backend/Block/Widget/Form/Element.php class Element (line 15) | class Element extends \Magento\Backend\Block\Template method setElement (line 41) | public function setElement($element) method setForm (line 51) | public function setForm($form) method setFormBlock (line 61) | public function setFormBlock($formBlock) method _beforeToHtml (line 70) | protected function _beforeToHtml() FILE: app/code/Magento/Backend/Block/Widget/Form/Element/Dependence.php class Dependence (line 17) | class Dependence extends \Magento\Backend\Block\AbstractBlock method __construct (line 61) | public function __construct( method addFieldMap (line 79) | public function addFieldMap($fieldId, $fieldName) method addFieldDependence (line 93) | public function addFieldDependence($fieldName, $fieldNameFrom, $refField) method addConfigOptions (line 111) | public function addConfigOptions(array $options) method _toHtml (line 122) | protected function _toHtml() method _getDependsJson (line 146) | protected function _getDependsJson() FILE: app/code/Magento/Backend/Block/Widget/Form/Element/ElementCreator.php class ElementCreator (line 20) | class ElementCreator method __construct (line 32) | public function __construct(array $modifiers = []) method create (line 45) | public function create(Fieldset $fieldset, Attribute $attribute): Abst... method getElementConfig (line 65) | private function getElementConfig(Attribute $attribute): array method createDefaultConfig (line 81) | private function createDefaultConfig(Attribute $attribute): array method modifyConfig (line 101) | private function modifyConfig(array $config): array method isModified (line 115) | private function isModified($attribute_code): bool method applyModifier (line 126) | private function applyModifier(array $config): array FILE: app/code/Magento/Backend/Block/Widget/Form/Element/Gallery.php class Gallery (line 16) | class Gallery extends \Magento\Backend\Block\Template implements method render (line 33) | public function render(AbstractElement $element) method setElement (line 43) | public function setElement(AbstractElement $element) method getElement (line 52) | public function getElement() method getValues (line 60) | public function getValues() method _prepareLayout (line 68) | protected function _prepareLayout() method getAddButtonHtml (line 87) | public function getAddButtonHtml() method getDeleteButtonHtml (line 96) | public function getDeleteButtonHtml($image) FILE: app/code/Magento/Backend/Block/Widget/Form/Generic.php class Generic (line 14) | class Generic extends \Magento\Backend\Block\Widget\Form method __construct (line 34) | public function __construct( FILE: app/code/Magento/Backend/Block/Widget/Form/Renderer/Element.php class Element (line 19) | class Element extends \Magento\Backend\Block\Template implements Rendere... method getElement (line 34) | public function getElement() method render (line 43) | public function render(AbstractElement $element) FILE: app/code/Magento/Backend/Block/Widget/Form/Renderer/Fieldset.php class Fieldset (line 20) | class Fieldset extends \Magento\Backend\Block\Template implements Render... method getElement (line 35) | public function getElement() method render (line 44) | public function render(AbstractElement $element) FILE: app/code/Magento/Backend/Block/Widget/Form/Renderer/Fieldset/Element.php class Element (line 19) | class Element extends \Magento\Backend\Block\Template implements Rendere... method getElement (line 34) | public function getElement() method render (line 43) | public function render(AbstractElement $element) FILE: app/code/Magento/Backend/Block/Widget/Grid.php class Grid (line 19) | class Grid extends \Magento\Backend\Block\Widget method __construct (line 142) | public function __construct( method _construct (line 159) | protected function _construct() method setCollection (line 196) | public function setCollection($collection) method getCollection (line 206) | public function getCollection() method getColumnSet (line 216) | public function getColumnSet() method getExportBlock (line 227) | public function getExportBlock() method getColumns (line 242) | public function getColumns() method getColumnCount (line 252) | public function getColumnCount() method getColumn (line 263) | public function getColumn($columnId) method _setFilterValues (line 274) | protected function _setFilterValues($data) method _addColumnFilterToCollection (line 298) | protected function _addColumnFilterToCollection($column) method _setCollectionOrder (line 323) | protected function _setCollectionOrder($column) method getPreparedCollection (line 338) | public function getPreparedCollection() method _prepareCollection (line 350) | protected function _prepareCollection() method _preparePage (line 388) | protected function _preparePage() method _prepareGrid (line 399) | protected function _prepareGrid() method getMassactionBlock (line 429) | public function getMassactionBlock() method _prepareFilterButtons (line 439) | protected function _prepareFilterButtons() method _beforeToHtml (line 472) | protected function _beforeToHtml() method getVarNameLimit (line 483) | public function getVarNameLimit() method getVarNamePage (line 493) | public function getVarNamePage() method getVarNameSort (line 503) | public function getVarNameSort() method getVarNameDir (line 513) | public function getVarNameDir() method getVarNameFilter (line 523) | public function getVarNameFilter() method setVarNameLimit (line 534) | public function setVarNameLimit($name) method setVarNamePage (line 546) | public function setVarNamePage($name) method setVarNameSort (line 558) | public function setVarNameSort($name) method setVarNameDir (line 570) | public function setVarNameDir($name) method setVarNameFilter (line 582) | public function setVarNameFilter($name) method setPagerVisibility (line 594) | public function setPagerVisibility($visible = true) method getPagerVisibility (line 606) | public function getPagerVisibility() method setMessageBlockVisibility (line 617) | public function setMessageBlockVisibility($visible = true) method getMessageBlockVisibility (line 628) | public function getMessageBlockVisibility() method setDefaultLimit (line 639) | public function setDefaultLimit($limit) method setDefaultPage (line 651) | public function setDefaultPage($page) method setDefaultSort (line 663) | public function setDefaultSort($sort) method setDefaultDir (line 675) | public function setDefaultDir($dir) method setDefaultFilter (line 687) | public function setDefaultFilter($filter) method canDisplayContainer (line 698) | public function canDisplayContainer() method getGridUrl (line 711) | public function getGridUrl() method getAbsoluteGridUrl (line 724) | public function getAbsoluteGridUrl($params = []) method getParam (line 736) | public function getParam($paramName, $default = null) method setSaveParametersInSession (line 758) | public function setSaveParametersInSession($flag) method getJsObjectName (line 769) | public function getJsObjectName() method setCountTotals (line 780) | public function setCountTotals($count = true) method getCountTotals (line 792) | public function getCountTotals() method setTotals (line 803) | public function setTotals(\Magento\Framework\DataObject $totals) method getTotals (line 813) | public function getTotals() method getMainButtonsHtml (line 823) | public function getMainButtonsHtml() method getResetFilterButtonHtml (line 838) | public function getResetFilterButtonHtml() method getSearchButtonHtml (line 848) | public function getSearchButtonHtml() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column.php class Column (line 18) | class Column extends Widget method _construct (line 108) | public function _construct() method isDisplayed (line 122) | public function isDisplayed() method setGrid (line 133) | public function setGrid($grid) method getGrid (line 146) | public function getGrid() method getHtmlId (line 156) | public function getHtmlId() method getHtmlProperty (line 166) | public function getHtmlProperty() method getHeaderHtml (line 175) | public function getHeaderHtml() method getCssClass (line 185) | public function getCssClass() method getCssProperty (line 208) | public function getCssProperty() method setSortable (line 219) | public function setSortable($value) method getHeaderCssClass (line 228) | public function getHeaderCssClass() method getSortable (line 240) | public function getSortable() method addHeaderCssClass (line 251) | public function addHeaderCssClass($className) method getHeaderHtmlProperty (line 261) | public function getHeaderHtmlProperty() method getRowField (line 277) | public function getRowField(\Magento\Framework\DataObject $row) method validateFrameCallback (line 308) | private function validateFrameCallback(array $callback) method getRowFieldExport (line 323) | public function getRowFieldExport(\Magento\Framework\DataObject $row) method getExportHeader (line 348) | public function getExportHeader() method _applyDecorators (line 363) | protected function &_applyDecorators($value, $decorators) method setRenderer (line 390) | public function setRenderer($renderer) method setRendererType (line 403) | public function setRendererType($type, $className) method _getRendererByType (line 413) | protected function _getRendererByType() method getRenderer (line 428) | public function getRenderer() method setFilter (line 446) | public function setFilter($filterClass) method setFilterType (line 460) | public function setFilterType($type, $className) method _getFilterByType (line 470) | protected function _getFilterByType() method getFilter (line 483) | public function getFilter() method getFilterHtml (line 507) | public function getFilterHtml() method isGrouped (line 519) | public function isGrouped() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Extended.php class Extended (line 13) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column method __construct (line 19) | public function __construct(\Magento\Backend\Block\Template\Context $c... FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/AbstractFilter.php class AbstractFilter (line 16) | class AbstractFilter extends \Magento\Backend\Block\AbstractBlock implem... method __construct (line 36) | public function __construct( method setColumn (line 51) | public function setColumn($column) method getColumn (line 62) | public function getColumn() method _getHtmlName (line 72) | protected function _getHtmlName() method _getHtmlId (line 82) | protected function _getHtmlId() method getEscapedValue (line 93) | public function getEscapedValue($index = null) method getCondition (line 103) | public function getCondition() method getHtml (line 114) | public function getHtml() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Checkbox.php class Checkbox (line 13) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method getHtml (line 18) | public function getHtml() method _getOptions (line 26) | protected function _getOptions() method getCondition (line 38) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Country.php class Country (line 11) | class Country extends \Magento\Backend\Block\Widget\Grid\Column\Filter\S... method __construct (line 24) | public function __construct( method _getOptions (line 37) | protected function _getOptions() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Date.php class Date (line 16) | class Date extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abst... method __construct (line 41) | public function __construct( method getHtml (line 58) | public function getHtml() method getEscapedValue (line 132) | public function getEscapedValue($index = null) method getValue (line 153) | public function getValue($index = null) method getCondition (line 171) | public function getCondition() method setValue (line 182) | public function setValue($value) method _convertDate (line 207) | protected function _convertDate($date) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Datetime.php class Datetime (line 15) | class Datetime extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method getValue (line 25) | public function getValue($index = null) method _convertDate (line 64) | protected function _convertDate($date) method getHtml (line 86) | public function getHtml() method getEscapedValue (line 145) | public function getEscapedValue($index = null) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/FilterInterface.php type FilterInterface (line 16) | interface FilterInterface method getColumn (line 22) | public function getColumn(); method setColumn (line 29) | public function setColumn($column); method getHtml (line 35) | public function getHtml(); FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Massaction.php class Massaction (line 13) | class Massaction extends \Magento\Backend\Block\Widget\Grid\Column\Filte... method getCondition (line 18) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Price.php class Price (line 15) | class Price extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abs... method __construct (line 39) | public function __construct( method getHtml (line 56) | public function getHtml() method getDisplayCurrencySelect (line 104) | public function getDisplayCurrencySelect() method getCurrencyAffect (line 118) | public function getCurrencyAffect() method _getCurrencySelectHtml (line 132) | protected function _getCurrencySelectHtml() method _getCurrencyList (line 154) | protected function _getCurrencyList() method getValue (line 168) | public function getValue($index = null) method getCondition (line 185) | public function getCondition() method _getColumnCurrencyCode (line 213) | protected function _getColumnCurrencyCode() method _getRate (line 232) | protected function _getRate($fromRate, $toRate) method prepareRates (line 243) | public function prepareRates($displayCurrency) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Radio.php class Radio (line 13) | class Radio extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Select method _getOptions (line 18) | protected function _getOptions() method getCondition (line 30) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Range.php class Range (line 18) | class Range extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abs... method getHtml (line 23) | public function getHtml() method getValue (line 62) | public function getValue($index = null) method getCondition (line 77) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Select.php class Select (line 15) | class Select extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Ab... method _getOptions (line 20) | protected function _getOptions() method _renderOption (line 53) | protected function _renderOption($option, $value) method getHtml (line 66) | public function getHtml() method getCondition (line 91) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Select/Extended.php class Extended (line 8) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method _getOptions (line 15) | protected function _getOptions() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/SkipList.php class SkipList (line 13) | class SkipList extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method getCondition (line 18) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Store.php class Store (line 12) | class Store extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abs... method __construct (line 27) | public function __construct( method getHtml (line 44) | public function getHtml() method getCondition (line 116) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Text.php class Text (line 15) | class Text extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abst... method getHtml (line 20) | public function getHtml() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Theme.php class Theme (line 15) | class Theme extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Abs... method __construct (line 28) | public function __construct( method getHtml (line 43) | public function getHtml() method getOptions (line 66) | public function getOptions() method _drawOptions (line 83) | protected function _drawOptions($options) method getCondition (line 114) | public function getCondition() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Multistore.php class Multistore (line 17) | class Multistore extends \Magento\Backend\Block\Widget\Grid\Column method isDisplayed (line 24) | public function isDisplayed() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/AbstractRenderer.php class AbstractRenderer (line 18) | abstract class AbstractRenderer extends \Magento\Backend\Block\AbstractB... method setColumn (line 36) | public function setColumn($column) method getColumn (line 47) | public function getColumn() method render (line 58) | public function render(DataObject $row) method renderExport (line 76) | public function renderExport(DataObject $row) method _getValue (line 87) | protected function _getValue(DataObject $row) method _getInputValueElement (line 106) | public function _getInputValueElement(DataObject $row) method _getInputValue (line 124) | protected function _getInputValue(DataObject $row) method renderHeader (line 134) | public function renderHeader() method renderProperty (line 167) | public function renderProperty() method renderCss (line 193) | public function renderCss() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Action.php class Action (line 16) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method __construct (line 28) | public function __construct( method render (line 43) | public function render(\Magento\Framework\DataObject $row) method _toOptionHtml (line 78) | protected function _toOptionHtml($action, \Magento\Framework\DataObjec... method _toLinkHtml (line 99) | protected function _toLinkHtml($action, \Magento\Framework\DataObject ... method _transformActionData (line 128) | protected function _transformActionData(&$action, &$actionCaption, \Ma... FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Button.php class Button (line 13) | class Button extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Checkbox.php class Checkbox (line 15) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method __construct (line 37) | public function __construct( method getValues (line 51) | public function getValues() method _getValues (line 64) | protected function _getValues() method render (line 78) | public function render(\Magento\Framework\DataObject $row) method _getCheckboxHtml (line 119) | protected function _getCheckboxHtml($value, $checked) method renderHeader (line 142) | public function renderHeader() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Checkboxes/Extended.php class Extended (line 8) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method _getValues (line 15) | public function _getValues() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Concat.php class Concat (line 15) | class Concat extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 23) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Country.php class Country (line 15) | class Country extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method __construct (line 27) | public function __construct( method render (line 42) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Currency.php class Currency (line 15) | class Currency extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method __construct (line 59) | public function __construct( method render (line 81) | public function render(\Magento\Framework\DataObject $row) method _getCurrencyCode (line 100) | protected function _getCurrencyCode($row) method _getRate (line 118) | protected function _getRate($row) method renderCss (line 134) | public function renderCss() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Date.php class Date (line 16) | class Date extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method __construct (line 40) | public function __construct( method _getFormat (line 55) | protected function _getFormat() method render (line 79) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Datetime.php class Datetime (line 15) | class Datetime extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 23) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/DraggableHandle.php class DraggableHandle (line 13) | class DraggableHandle extends \Magento\Backend\Block\Widget\Grid\Column\... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Input.php class Input (line 13) | class Input extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method render (line 26) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Ip.php class Ip (line 15) | class Ip extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Abst... method render (line 23) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Longtext.php class Longtext (line 13) | class Longtext extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 24) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Massaction.php class Massaction (line 15) | class Massaction extends \Magento\Backend\Block\Widget\Grid\Column\Rende... method renderHeader (line 27) | public function renderHeader() method renderProperty (line 37) | public function renderProperty() method render (line 51) | public function render(\Magento\Framework\DataObject $row) method _getCheckboxHtml (line 66) | protected function _getCheckboxHtml($value, $checked) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Number.php class Number (line 15) | class Number extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method _getValue (line 28) | protected function _getValue(\Magento\Framework\DataObject $row) method renderCss (line 48) | public function renderCss() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Options.php class Options (line 15) | class Options extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method _getOptions (line 22) | protected function _getOptions() method render (line 34) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Options/Converter.php class Converter (line 12) | class Converter method toFlatArray (line 20) | public function toFlatArray($treeData) method toTreeArray (line 39) | public function toTreeArray($flatData) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Options/Extended.php class Extended (line 8) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method __construct (line 20) | public function __construct( method _getOptions (line 34) | public function _getOptions() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Price.php class Price (line 15) | class Price extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method __construct (line 39) | public function __construct( method render (line 54) | public function render(\Magento\Framework\DataObject $row) method _getCurrencyCode (line 77) | protected function _getCurrencyCode($row) method _getRate (line 94) | protected function _getRate($row) method renderCss (line 110) | public function renderCss() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Radio.php class Radio (line 15) | class Radio extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method __construct (line 37) | public function __construct( method _getValues (line 51) | protected function _getValues() method getValues (line 62) | public function getValues() method render (line 76) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Radio/Extended.php class Extended (line 8) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method _getValues (line 15) | protected function _getValues() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/RendererInterface.php type RendererInterface (line 17) | interface RendererInterface method setColumn (line 27) | public function setColumn($column); method getColumn (line 36) | public function getColumn(); method render (line 45) | public function render(\Magento\Framework\DataObject $row); FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Select.php class Select (line 14) | class Select extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method __construct (line 26) | public function __construct( method _getOptions (line 40) | protected function _getOptions() method render (line 51) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Select/Extended.php class Extended (line 8) | class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method _getOptions (line 15) | protected function _getOptions() FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Store.php class Store (line 14) | class Store extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method __construct (line 36) | public function __construct( method _getStoreModel (line 50) | protected function _getStoreModel() method _getShowAllStoresLabelFlag (line 61) | protected function _getShowAllStoresLabelFlag() method _getShowEmptyStoresLabelFlag (line 76) | protected function _getShowEmptyStoresLabelFlag() method render (line 93) | public function render(\Magento\Framework\DataObject $row) method renderExport (line 144) | public function renderExport(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Text.php class Text (line 17) | class Text extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method _getValue (line 32) | public function _getValue(DataObject $row) method getSimpleValue (line 46) | private function getSimpleValue(DataObject $row) method getFormattedValue (line 62) | private function getFormattedValue(DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/Column/Renderer/Wrapline.php class Wrapline (line 14) | class Wrapline extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method __construct (line 35) | public function __construct( method render (line 50) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backend/Block/Widget/Grid/ColumnSet.php class ColumnSet (line 14) | class ColumnSet extends \Magento\Framework\View\Element\Template method __construct (line 107) | public function __construct( method getColumns (line 150) | public function getColumns() method getColumnCount (line 166) | public function getColumnCount() method setSortable (line 177) | public function setSortable($value) method setRendererType (line 194) | public function setRendererType($type, $className) method setFilterType (line 209) | public function setFilterType($type, $className) method _beforeToHtml (line 222) | protected function _beforeToHtml() method getRowUrl (line 244) | public function getRowUrl($item) method getMultipleRows (line 259) | public function getMultipleRows($item) method hasMultipleRows (line 271) | public function hasMultipleRows($item) method getMultipleRowColumns (line 280) | public function getMultipleRowColumns() method shouldRenderSubTotal (line 295) | public function shouldRenderSubTotal($item) method shouldRenderTotal (line 305) | public function shouldRenderTotal() method getRowspan (line 317) | public function getRowspan($item, $column) method isColumnGrouped (line 338) | public function isColumnGrouped($column, $value = null) method shouldRenderEmptyCell (line 357) | public function shouldRenderEmptyCell($item, $column) method getEmptyCellColspan (line 367) | public function getEmptyCellColspan() method shouldRenderCell (line 379) | public function shouldRenderCell($item, $column) method setHeadersVisibility (line 396) | public function setHeadersVisibility($visible = true) method isHeaderVisible (line 406) | public function isHeaderVisible() method setFilterVisibility (line 417) | public function setFilterVisibility($visible = true) method isFilterVisible (line 427) | public function isFilterVisible() method setEmptyTextClass (line 438) | public function setEmptyTextClass($cssClass) method getEmptyTextClass (line 449) | public function getEmptyTextClass() method getEmptyCellLabel (line 459) | public function getEmptyCellLabel() method setEmptyCellLabel (line 470) | public function setEmptyCellLabel($label) method setIsCollapsed (line 482) | public function setIsCollapsed($isCollapsed) method getIsCollapsed (line 494) | public function getIsCollapsed() method getGrid (line 504) | public function getGrid() method getCollection (line 514) | public function getCollection() method setCountSubTotals (line 525) | public function setCountSubTotals($flag = true) method getCountSubTotals (line 537) | public function getCountSubTotals() method setCountTotals (line 548) | public function setCountTotals($flag = true) method getCountTotals (line 560) | public function getCountTotals() method getSubTotals (line 571) | public function getSubTotals($item) method getTotals (line 583) | public function getTotals() method updateItemByFirstMultiRow (line 596) | public function updateItemByFirstMultiRow(\Magento\Framework\DataObjec... method _prepareSubTotals (line 613) | public function _prepareSubTotals() method _prepareTotals (line 630) | public function _prepareTotals() FILE: app/code/Magento/Backend/Block/Widget/Grid/Container.php class Container (line 17) | class Container extends \Magento\Backend\Block\Widget\Container method _construct (line 53) | protected function _construct() method _prepareLayout (line 81) | protected function _prepareLayout() method getCreateUrl (line 109) | public function getCreateUrl() method getGridHtml (line 117) | public function getGridHtml() method getAddButtonLabel (line 125) | public function getAddButtonLabel() method getBackButtonLabel (line 133) | public function getBackButtonLabel() method _addNewButton (line 143) | protected function _addNewButton() method _addBackButton (line 158) | protected function _addBackButton() method getHeaderCssClass (line 173) | public function getHeaderCssClass() method getHeaderWidth (line 181) | public function getHeaderWidth() FILE: app/code/Magento/Backend/Block/Widget/Grid/Export.php class Export (line 17) | class Export extends \Magento\Backend\Block\Widget implements \Magento\B... method __construct (line 62) | public function __construct( method _construct (line 75) | protected function _construct() method _getColumns (line 96) | protected function _getColumns() method _getTotals (line 106) | protected function _getTotals() method getCountTotals (line 117) | public function getCountTotals() method _getCollection (line 127) | protected function _getCollection() method getExportTypes (line 137) | public function getExportTypes() method getId (line 147) | public function getId() method _prepareLayout (line 157) | protected function _prepareLayout() method getExportButtonHtml (line 179) | public function getExportButtonHtml() method addExportType (line 191) | public function addExportType($url, $label) method _getFileContainerContent (line 205) | protected function _getFileContainerContent(array $fileData) method _getExportHeaders (line 215) | protected function _getExportHeaders() method _getExportTotals (line 231) | protected function _getExportTotals() method _exportIterateCollection (line 251) | public function _exportIterateCollection($callback, array $args) method _exportCsvItem (line 288) | protected function _exportCsvItem( method getCsvFile (line 308) | public function getCsvFile() method getCsv (line 337) | public function getCsv() method getXml (line 386) | public function getXml() method getRowRecord (line 414) | public function getRowRecord(\Magento\Framework\DataObject $data) method getExcelFile (line 433) | public function getExcelFile($sheetName = '') method getExcel (line 467) | public function getExcel() method _getRowCollection (line 510) | protected function _getRowCollection(\Magento\Framework\Data\Collectio... method _getPreparedCollection (line 543) | public function _getPreparedCollection() method getExportPageSize (line 556) | public function getExportPageSize() FILE: app/code/Magento/Backend/Block/Widget/Grid/ExportInterface.php type ExportInterface (line 15) | interface ExportInterface method getExportTypes (line 23) | public function getExportTypes(); method getId (line 31) | public function getId(); method getExportButtonHtml (line 38) | public function getExportButtonHtml(); method addExportType (line 47) | public function addExportType($url, $label); method getCsvFile (line 57) | public function getCsvFile(); method getCsv (line 65) | public function getCsv(); method getXml (line 73) | public function getXml(); method getExcelFile (line 84) | public function getExcelFile($sheetName = ''); method getExcel (line 92) | public function getExcel(); FILE: app/code/Magento/Backend/Block/Widget/Grid/Extended.php class Extended (line 20) | class Extended extends \Magento\Backend\Block\Widget\Grid implements \Ma... method _construct (line 182) | protected function _construct() method _prepareLayout (line 195) | protected function _prepareLayout() method getColumnSet (line 243) | public function getColumnSet() method getExportButtonHtml (line 259) | public function getExportButtonHtml() method addExportType (line 271) | public function addExportType($url, $label) method addColumn (line 287) | public function addColumn($columnId, $column) method removeColumn (line 313) | public function removeColumn($columnId) method addColumnAfter (line 333) | public function addColumnAfter($columnId, $column, $after) method addColumnsOrder (line 347) | public function addColumnsOrder($columnId, $after) method getColumnsOrder (line 358) | public function getColumnsOrder() method sortColumnsByOrder (line 368) | public function sortColumnsByOrder() method getLastColumnId (line 388) | public function getLastColumnId() method _prepareColumns (line 398) | protected function _prepareColumns() method _prepareMassactionBlock (line 409) | protected function _prepareMassactionBlock() method _prepareMassaction (line 424) | protected function _prepareMassaction() method _prepareMassactionColumn (line 434) | protected function _prepareMassactionColumn() method _prepareCollection (line 471) | protected function _prepareCollection() method _afterLoadCollection (line 494) | protected function _afterLoadCollection() method _prepareGrid (line 504) | protected function _prepareGrid() method getHtml (line 517) | public function getHtml() method getMassactionIdField (line 527) | public function getMassactionIdField() method setMassactionIdField (line 538) | public function setMassactionIdField($idField) method getMassactionIdFilter (line 549) | public function getMassactionIdFilter() method setMassactionIdFilter (line 560) | public function setMassactionIdFilter($idFilter) method getMassactionBlockName (line 571) | public function getMassactionBlockName() method setMassactionBlockName (line 582) | public function setMassactionBlockName($blockName) method getMassactionBlock (line 593) | public function getMassactionBlock() method getMassactionBlockHtml (line 603) | public function getMassactionBlockHtml() method getSubTotalColumns (line 613) | public function getSubTotalColumns() method shouldRenderCell (line 625) | public function shouldRenderCell($item, $column) method getEmptyCellLabel (line 641) | public function getEmptyCellLabel() method setEmptyCellLabel (line 652) | public function setEmptyCellLabel($label) method getRowUrl (line 664) | public function getRowUrl($item) method getMultipleRows (line 676) | public function getMultipleRows($item) method getMultipleRowColumns (line 685) | public function getMultipleRowColumns() method shouldRenderSubTotal (line 700) | public function shouldRenderSubTotal($item) method getRowspan (line 712) | public function getRowspan($item, $column) method isColumnGrouped (line 727) | public function isColumnGrouped($column, $value = null) method shouldRenderEmptyCell (line 746) | public function shouldRenderEmptyCell($item, $column) method getEmptyCellColspan (line 756) | public function getEmptyCellColspan() method getSubTotalItem (line 767) | public function getSubTotalItem($item) method getColumnCount (line 784) | public function getColumnCount() method setHeadersVisibility (line 795) | public function setHeadersVisibility($visible = true) method getHeadersVisibility (line 806) | public function getHeadersVisibility() method setFilterVisibility (line 817) | public function setFilterVisibility($visible = true) method getFilterVisibility (line 828) | public function getFilterVisibility() method setEmptyText (line 839) | public function setEmptyText($text) method getEmptyText (line 850) | public function getEmptyText() method setEmptyTextClass (line 861) | public function setEmptyTextClass($cssClass) method getEmptyTextClass (line 872) | public function getEmptyTextClass() method setIsCollapsed (line 883) | public function setIsCollapsed($isCollapsed) method getIsCollapsed (line 895) | public function getIsCollapsed() method _getFileContainerContent (line 906) | protected function _getFileContainerContent(array $fileData) method _getExportHeaders (line 916) | protected function _getExportHeaders() method _getExportTotals (line 932) | protected function _getExportTotals() method _exportIterateCollection (line 952) | public function _exportIterateCollection($callback, array $args) method _exportCsvItem (line 987) | protected function _exportCsvItem( method getCsvFile (line 1007) | public function getCsvFile() method getCsv (line 1041) | public function getCsv() method getXml (line 1095) | public function getXml() method getRowRecord (line 1127) | public function getRowRecord(\Magento\Framework\DataObject $data) method getExcelFile (line 1146) | public function getExcelFile($sheetName = '') method getExcel (line 1184) | public function getExcel() method getExportTypes (line 1230) | public function getExportTypes() method setCollection (line 1241) | public function setCollection($collection) method getCollection (line 1251) | public function getCollection() method setCountSubTotals (line 1262) | public function setCountSubTotals($flag = true) method getCountSubTotals (line 1274) | public function getCountSubTotals() method setSubTotals (line 1285) | public function setSubTotals(array $items) method getSubTotals (line 1296) | public function getSubTotals() method getMainButtonsHtml (line 1306) | public function getMainButtonsHtml() FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction.php class Massaction (line 22) | class Massaction extends \Magento\Backend\Block\Widget\Grid\Massaction\A... method __construct (line 49) | public function __construct( method addItem (line 68) | public function addItem($itemId, $item) method isRestricted (line 84) | private function isRestricted(string $itemId): bool FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/AbstractMassaction.php class AbstractMassaction (line 31) | abstract class AbstractMassaction extends Widget method __construct (line 55) | public function __construct( method _construct (line 67) | protected function _construct() method addItem (line 98) | public function addItem($itemId, $item) method isVisible (line 119) | private function isVisible(DataObject $item) method getItem (line 132) | public function getItem($itemId) method getItems (line 142) | public function getItems() method getItemsJson (line 152) | public function getItemsJson() method getCount (line 167) | public function getCount() method isAvailable (line 177) | public function isAvailable() method getFormFieldName (line 187) | public function getFormFieldName() method getFormFieldNameInternal (line 197) | public function getFormFieldNameInternal() method getJsObjectName (line 207) | public function getJsObjectName() method getGridJsObjectName (line 217) | public function getGridJsObjectName() method getSelectedJson (line 228) | public function getSelectedJson() method getSelected (line 243) | public function getSelected() method getApplyButtonHtml (line 257) | public function getApplyButtonHtml() method getJavaScript (line 267) | public function getJavaScript() method getGridIdsJson (line 285) | public function getGridIdsJson() method getHtmlId (line 314) | public function getHtmlId() method removeItem (line 325) | public function removeItem($itemId) method getUseSelectAll (line 340) | public function getUseSelectAll() method setUseSelectAll (line 351) | public function setUseSelectAll($flag) method prepareMassactionColumn (line 362) | public function prepareMassactionColumn() FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/Additional.php class Additional (line 15) | class Additional extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 29) | public function __construct( method _prepareForm (line 45) | protected function _prepareForm() method _prepareFormItem (line 63) | protected function _prepareFormItem(array &$item) FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/Extended.php class Extended (line 22) | class Extended extends \Magento\Backend\Block\Widget method __construct (line 56) | public function __construct( method _construct (line 72) | public function _construct() method addItem (line 94) | public function addItem($itemId, array $item) method getItem (line 120) | public function getItem($itemId) method getItems (line 134) | public function getItems() method getItemsJson (line 144) | public function getItemsJson() method getCount (line 159) | public function getCount() method isAvailable (line 169) | public function isAvailable() method getFormFieldName (line 179) | public function getFormFieldName() method getFormFieldNameInternal (line 189) | public function getFormFieldNameInternal() method getJsObjectName (line 199) | public function getJsObjectName() method getGridJsObjectName (line 209) | public function getGridJsObjectName() method getSelectedJson (line 219) | public function getSelectedJson() method getSelected (line 233) | public function getSelected() method getApplyButtonHtml (line 247) | public function getApplyButtonHtml() method getJavaScript (line 257) | public function getJavaScript() method getGridIdsJson (line 275) | public function getGridIdsJson() method getHtmlId (line 310) | public function getHtmlId() method removeItem (line 321) | public function removeItem($itemId) method getUseSelectAll (line 336) | public function getUseSelectAll() method setUseSelectAll (line 347) | public function setUseSelectAll($flag) FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/Item.php class Item (line 15) | class Item extends \Magento\Backend\Block\Widget method setMassaction (line 28) | public function setMassaction($massaction) method getMassaction (line 39) | public function getMassaction() method setAdditionalActionBlock (line 51) | public function setAdditionalActionBlock($block) method _createFromConfig (line 69) | protected function _createFromConfig(array $config) method getAdditionalActionBlock (line 88) | public function getAdditionalActionBlock() method getAdditionalActionBlockHtml (line 98) | public function getAdditionalActionBlockHtml() FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/Item/Additional/AdditionalInterface.php type AdditionalInterface (line 13) | interface AdditionalInterface method createFromConfiguration (line 20) | public function createFromConfiguration(array $configuration); FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/Item/Additional/DefaultAdditional.php class DefaultAdditional (line 13) | class DefaultAdditional extends \Magento\Backend\Block\Widget\Form\Gener... method createFromConfiguration (line 19) | public function createFromConfiguration(array $configuration) FILE: app/code/Magento/Backend/Block/Widget/Grid/Massaction/VisibilityCheckerInterface.php type VisibilityCheckerInterface (line 14) | interface VisibilityCheckerInterface extends ArgumentInterface method isVisible (line 22) | public function isVisible(); FILE: app/code/Magento/Backend/Block/Widget/Grid/Serializer.php class Serializer (line 14) | class Serializer extends \Magento\Framework\View\Element\Template method __construct (line 26) | public function __construct( method _prepareLayout (line 40) | protected function _prepareLayout() method _construct (line 57) | public function _construct() method getColumnInputNames (line 69) | public function getColumnInputNames($asJSON = false) method getDataAsJSON (line 82) | public function getDataAsJSON() FILE: app/code/Magento/Backend/Block/Widget/Tab.php class Tab (line 15) | class Tab extends \Magento\Backend\Block\Template implements TabInterface method getTabLabel (line 22) | public function getTabLabel() method getTabTitle (line 32) | public function getTabTitle() method canShowTab (line 42) | public function canShowTab() method isHidden (line 52) | public function isHidden() method getTabClass (line 60) | public function getTabClass() method getTabUrl (line 68) | public function getTabUrl() FILE: app/code/Magento/Backend/Block/Widget/Tab/TabInterface.php type TabInterface (line 14) | interface TabInterface method getTabLabel (line 22) | public function getTabLabel(); method getTabTitle (line 30) | public function getTabTitle(); method canShowTab (line 38) | public function canShowTab(); method isHidden (line 46) | public function isHidden(); FILE: app/code/Magento/Backend/Block/Widget/Tabs.php class Tabs (line 17) | class Tabs extends \Magento\Backend\Block\Widget method __construct (line 61) | public function __construct( method getDestElementId (line 77) | public function getDestElementId() method setDestElementId (line 88) | public function setDestElementId($elementId) method addTabAfter (line 102) | public function addTabAfter($tabId, $tab, $afterTabId) method addTab (line 117) | public function addTab($tabId, $tab) method _addTabByName (line 167) | protected function _addTabByName($tab, $tabId) method getActiveTabId (line 187) | public function getActiveTabId() method setActiveTab (line 200) | public function setActiveTab($tabId) method _setActiveTab (line 226) | protected function _setActiveTab($tabId) method _beforeToHtml (line 241) | protected function _beforeToHtml() method reorderTabs (line 265) | private function reorderTabs() method applyTabsCorrectOrder (line 297) | private function applyTabsCorrectOrder(array $orderByPosition, array $... method finalTabsSortOrder (line 333) | private function finalTabsSortOrder(array $orderByPosition) method getJsObjectName (line 352) | public function getJsObjectName() method getTabsIds (line 362) | public function getTabsIds() method getTabId (line 378) | public function getTabId($tab, $withPrefix = true) method canShowTab (line 392) | public function canShowTab($tab) method getTabIsHidden (line 407) | public function getTabIsHidden($tab) method getTabUrl (line 421) | public function getTabUrl($tab) method getTabTitle (line 441) | public function getTabTitle($tab) method getTabClass (line 455) | public function getTabClass($tab) method getTabLabel (line 472) | public function getTabLabel($tab) method getTabContent (line 486) | public function getTabContent($tab) method bindShadowTabs (line 507) | public function bindShadowTabs($tabOneId, $tabTwoId) method getAllShadowTabs (line 540) | public function getAllShadowTabs($asJson = true) method setTabData (line 565) | public function setTabData($tab, $key, $value) method removeTab (line 583) | public function removeTab($tabId) FILE: app/code/Magento/Backend/Console/Command/AbstractCacheCommand.php class AbstractCacheCommand (line 19) | abstract class AbstractCacheCommand extends Command method __construct (line 38) | public function __construct(Manager $cacheManager) method configure (line 47) | protected function configure() FILE: app/code/Magento/Backend/Console/Command/AbstractCacheManageCommand.php class AbstractCacheManageCommand (line 16) | abstract class AbstractCacheManageCommand extends AbstractCacheCommand method configure (line 26) | protected function configure() method getRequestedTypes (line 42) | protected function getRequestedTypes(InputInterface $input) FILE: app/code/Magento/Backend/Console/Command/AbstractCacheSetCommand.php class AbstractCacheSetCommand (line 16) | abstract class AbstractCacheSetCommand extends AbstractCacheManageCommand method isEnable (line 23) | abstract protected function isEnable(); method execute (line 28) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Backend/Console/Command/AbstractCacheTypeManageCommand.php class AbstractCacheTypeManageCommand (line 18) | abstract class AbstractCacheTypeManageCommand extends AbstractCacheManag... method __construct (line 29) | public function __construct( method performAction (line 43) | abstract protected function performAction(array $cacheTypes); method getDisplayMessage (line 50) | abstract protected function getDisplayMessage(); method execute (line 59) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Backend/Console/Command/CacheCleanCommand.php class CacheCleanCommand (line 15) | class CacheCleanCommand extends AbstractCacheTypeManageCommand method configure (line 20) | protected function configure() method performAction (line 33) | protected function performAction(array $cacheTypes) method getDisplayMessage (line 42) | protected function getDisplayMessage() FILE: app/code/Magento/Backend/Console/Command/CacheDisableCommand.php class CacheDisableCommand (line 15) | class CacheDisableCommand extends AbstractCacheSetCommand method configure (line 20) | protected function configure() method isEnable (line 32) | protected function isEnable() FILE: app/code/Magento/Backend/Console/Command/CacheEnableCommand.php class CacheEnableCommand (line 15) | class CacheEnableCommand extends AbstractCacheSetCommand method configure (line 20) | protected function configure() method isEnable (line 32) | protected function isEnable() FILE: app/code/Magento/Backend/Console/Command/CacheFlushCommand.php class CacheFlushCommand (line 15) | class CacheFlushCommand extends AbstractCacheTypeManageCommand method configure (line 20) | protected function configure() method performAction (line 33) | protected function performAction(array $cacheTypes) method getDisplayMessage (line 42) | protected function getDisplayMessage() FILE: app/code/Magento/Backend/Console/Command/CacheStatusCommand.php class CacheStatusCommand (line 18) | class CacheStatusCommand extends AbstractCacheCommand method configure (line 23) | protected function configure() method execute (line 33) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Backend/Controller/Adminhtml/Ajax/Translate.php class Translate (line 11) | class Translate extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Auth.php class Auth (line 13) | abstract class Auth extends AbstractAction method _isAllowed (line 20) | protected function _isAllowed() FILE: app/code/Magento/Backend/Controller/Adminhtml/Auth/DeniedIframe.php class DeniedIframe (line 9) | class DeniedIframe extends \Magento\Backend\Controller\Adminhtml\Auth method __construct (line 20) | public function __construct( method _getDeniedIframe (line 33) | protected function _getDeniedIframe() method execute (line 44) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Auth/DeniedJson.php class DeniedJson (line 11) | class DeniedJson extends \Magento\Backend\Controller\Adminhtml\Auth impl... method __construct (line 22) | public function __construct( method _getDeniedJson (line 35) | protected function _getDeniedJson() method execute (line 48) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Auth/Login.php class Login (line 16) | class Login extends \Magento\Backend\Controller\Adminhtml\Auth implement... method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() method getRedirect (line 66) | private function getRedirect($path) FILE: app/code/Magento/Backend/Controller/Adminhtml/Auth/Logout.php class Logout (line 12) | class Logout extends \Magento\Backend\Controller\Adminhtml\Auth implemen... method execute (line 19) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/BackendApp/Redirect.php class Redirect (line 13) | class Redirect extends AbstractAction method __construct (line 31) | public function __construct( method execute (line 42) | public function execute() method _isAllowed (line 55) | protected function _isAllowed() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache.php class Cache (line 12) | abstract class Cache extends Action method __construct (line 48) | public function __construct( method _validateTypes (line 69) | protected function _validateTypes(array $types) FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanImages.php class CleanImages (line 13) | class CleanImages extends \Magento\Backend\Controller\Adminhtml\Cache im... method execute (line 27) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanMedia.php class CleanMedia (line 13) | class CleanMedia extends \Magento\Backend\Controller\Adminhtml\Cache imp... method execute (line 27) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanStaticFiles.php class CleanStaticFiles (line 12) | class CleanStaticFiles extends \Magento\Backend\Controller\Adminhtml\Cac... method execute (line 26) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/FlushAll.php class FlushAll (line 11) | class FlushAll extends \Magento\Backend\Controller\Adminhtml\Cache imple... method execute (line 25) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/FlushSystem.php class FlushSystem (line 11) | class FlushSystem extends \Magento\Backend\Controller\Adminhtml\Cache im... method execute (line 25) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/Index.php class Index (line 11) | class Index extends \Magento\Backend\Controller\Adminhtml\Cache implemen... method execute (line 18) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/MassDisable.php class MassDisable (line 17) | class MassDisable extends \Magento\Backend\Controller\Adminhtml\Cache method execute (line 36) | public function execute() method disableCache (line 52) | private function disableCache() method getState (line 85) | private function getState() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/MassEnable.php class MassEnable (line 17) | class MassEnable extends \Magento\Backend\Controller\Adminhtml\Cache method execute (line 36) | public function execute() method enableCache (line 52) | private function enableCache() method getState (line 84) | private function getState() FILE: app/code/Magento/Backend/Controller/Adminhtml/Cache/MassRefresh.php class MassRefresh (line 12) | class MassRefresh extends \Magento\Backend\Controller\Adminhtml\Cache method execute (line 26) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard.php class Dashboard (line 14) | abstract class Dashboard extends \Magento\Backend\App\Action FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/AjaxBlock.php class AjaxBlock (line 9) | class AjaxBlock extends \Magento\Backend\Controller\Adminhtml\Dashboard method __construct (line 26) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/CustomersMost.php class CustomersMost (line 9) | class CustomersMost extends AjaxBlock method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/CustomersNewest.php class CustomersNewest (line 9) | class CustomersNewest extends AjaxBlock method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/Index.php class Index (line 13) | class Index extends DashboardAction implements HttpGetActionInterface, H... method __construct (line 24) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/ProductsViewed.php class ProductsViewed (line 14) | class ProductsViewed extends AjaxBlock implements HttpPostActionInterface method execute (line 21) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/RefreshStatistics.php class RefreshStatistics (line 15) | class RefreshStatistics extends Statistics implements HttpPostActionInte... method __construct (line 23) | public function __construct( method execute (line 38) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Dashboard/Tunnel.php class Tunnel (line 13) | class Tunnel extends \Magento\Backend\Controller\Adminhtml\Dashboard method __construct (line 24) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Denied.php class Denied (line 9) | class Denied extends \Magento\Backend\App\Action method __construct (line 20) | public function __construct( method execute (line 31) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Index.php class Index (line 13) | abstract class Index extends AbstractAction method _isAllowed (line 20) | protected function _isAllowed() FILE: app/code/Magento/Backend/Controller/Adminhtml/Index/ChangeLocale.php class ChangeLocale (line 9) | class ChangeLocale extends \Magento\Backend\Controller\Adminhtml\Index method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Index/GlobalSearch.php class GlobalSearch (line 17) | class GlobalSearch extends IndexAction implements HttpGetActionInterface... method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Index/Index.php class Index (line 12) | class Index extends \Magento\Backend\Controller\Adminhtml\Index implemen... method execute (line 20) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/Noroute/Index.php class Index (line 12) | class Index extends \Magento\Backend\App\Action method __construct (line 23) | public function __construct( method execute (line 36) | public function execute() method _validateSecretKey (line 51) | protected function _validateSecretKey() FILE: app/code/Magento/Backend/Controller/Adminhtml/System.php class System (line 15) | abstract class System extends AbstractAction FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Account.php class Account (line 15) | abstract class Account extends Action FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Account/Index.php class Index (line 11) | class Index extends \Magento\Backend\Controller\Adminhtml\System\Account... method __construct (line 22) | public function __construct( method execute (line 33) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Account/Save.php class Save (line 18) | class Save extends \Magento\Backend\Controller\Adminhtml\System\Account method getSecurityCookie (line 31) | private function getSecurityCookie() method execute (line 45) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design.php class Design (line 10) | abstract class Design extends Action method __construct (line 54) | public function __construct( FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/Delete.php class Delete (line 13) | class Delete extends \Magento\Backend\Controller\Adminhtml\System\Design... method execute (line 20) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/Edit.php class Edit (line 9) | class Edit extends \Magento\Backend\Controller\Adminhtml\System\Design method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/Grid.php class Grid (line 9) | class Grid extends \Magento\Backend\Controller\Adminhtml\System\Design method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/Index.php class Index (line 11) | class Index extends \Magento\Backend\Controller\Adminhtml\System\Design ... method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\Backend\Controller\Adminhtml\System\Design method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Design/Save.php class Save (line 14) | class Save extends \Magento\Backend\Controller\Adminhtml\System\Design i... method _filterPostData (line 22) | protected function _filterPostData($data) method execute (line 38) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Index.php class Index (line 9) | class Index extends \Magento\Backend\Controller\Adminhtml\System method __construct (line 20) | public function __construct( method execute (line 31) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/SetStore.php class SetStore (line 9) | class SetStore extends \Magento\Backend\Controller\Adminhtml\System method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store.php class Store (line 19) | abstract class Store extends Action method __construct (line 57) | public function __construct( method createPage (line 76) | protected function createPage() method _backupDatabase (line 93) | protected function _backupDatabase() method _addDeletionNotice (line 129) | protected function _addDeletionNotice($typeTitle) FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteGroup.php class DeleteGroup (line 9) | class DeleteGroup extends \Magento\Backend\Controller\Adminhtml\System\S... method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteGroupPost.php class DeleteGroupPost (line 14) | class DeleteGroupPost extends \Magento\Backend\Controller\Adminhtml\Syst... method execute (line 20) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteStore.php class DeleteStore (line 9) | class DeleteStore extends \Magento\Backend\Controller\Adminhtml\System\S... method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteStorePost.php class DeleteStorePost (line 14) | class DeleteStorePost extends \Magento\Backend\Controller\Adminhtml\Syst... method execute (line 21) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteWebsite.php class DeleteWebsite (line 11) | class DeleteWebsite extends \Magento\Backend\Controller\Adminhtml\System... method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteWebsitePost.php class DeleteWebsitePost (line 15) | class DeleteWebsitePost extends \Magento\Backend\Controller\Adminhtml\Sy... method execute (line 21) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/EditGroup.php class EditGroup (line 9) | class EditGroup extends \Magento\Backend\Controller\Adminhtml\System\Store method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/EditStore.php class EditStore (line 11) | class EditStore extends \Magento\Backend\Controller\Adminhtml\System\Sto... method execute (line 18) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/EditWebsite.php class EditWebsite (line 11) | class EditWebsite extends \Magento\Backend\Controller\Adminhtml\System\S... method execute (line 16) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/Index.php class Index (line 15) | class Index extends \Magento\Backend\Controller\Adminhtml\System\Store i... method execute (line 22) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/NewGroup.php class NewGroup (line 9) | class NewGroup extends \Magento\Backend\Controller\Adminhtml\System\Store method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/NewStore.php class NewStore (line 9) | class NewStore extends \Magento\Backend\Controller\Adminhtml\System\Store method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/NewWebsite.php class NewWebsite (line 9) | class NewWebsite extends \Magento\Backend\Controller\Adminhtml\System\Store method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Controller/Adminhtml/System/Store/Save.php class Save (line 16) | class Save extends \Magento\Backend\Controller\Adminhtml\System\Store im... method processWebsiteSave (line 24) | private function processWebsiteSave($postData) method processStoreSave (line 49) | private function processStoreSave($postData) method processGroupSave (line 85) | private function processGroupSave($postData) method execute (line 112) | public function execute() method isSelectedDefaultStoreActive (line 162) | private function isSelectedDefaultStoreActive(array $postData, \Magent... FILE: app/code/Magento/Backend/Cron/CleanCache.php class CleanCache (line 11) | class CleanCache method __construct (line 21) | public function __construct( method execute (line 32) | public function execute() FILE: app/code/Magento/Backend/Helper/Dashboard/AbstractDashboard.php class AbstractDashboard (line 15) | abstract class AbstractDashboard extends \Magento\Framework\App\Helper\A... method getCollection (line 36) | public function getCollection() method _initCollection (line 49) | abstract protected function _initCollection(); method getItems (line 56) | public function getItems() method getCount (line 66) | public function getCount() method getColumn (line 77) | public function getColumn($index) method setParam (line 103) | public function setParam($name, $value) method setParams (line 114) | public function setParams(array $params) method getParam (line 125) | public function getParam($name) method getParams (line 139) | public function getParams() FILE: app/code/Magento/Backend/Helper/Dashboard/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 39) | public function __construct( method getStores (line 56) | public function getStores() method countStores (line 69) | public function countStores() method getDatePeriods (line 79) | public function getDatePeriods() method getChartDataHash (line 96) | public function getChartDataHash($data) FILE: app/code/Magento/Backend/Helper/Dashboard/Order.php class Order (line 16) | class Order extends AbstractDashboard method __construct (line 34) | public function __construct( method _initCollection (line 52) | protected function _initCollection() FILE: app/code/Magento/Backend/Helper/Data.php class Data (line 16) | class Data extends AbstractHelper method __construct (line 64) | public function __construct( method getPageHelpUrl (line 85) | public function getPageHelpUrl() method setPageHelpUrl (line 97) | public function setPageHelpUrl($url = null) method addPageHelpUrl (line 127) | public function addPageHelpUrl($suffix) method getUrl (line 138) | public function getUrl($route = '', $params = []) method getCurrentUserId (line 146) | public function getCurrentUserId() method prepareFilterString (line 160) | public function prepareFilterString($filterString) method generateResetPasswordLinkToken (line 186) | public function generateResetPasswordLinkToken() method getHomePageUrl (line 196) | public function getHomePageUrl() method getAreaFrontName (line 207) | public function getAreaFrontName($checkHost = false) FILE: app/code/Magento/Backend/Helper/Js.php class Js (line 18) | class Js method decodeGridSerializedInput (line 38) | public function decodeGridSerializedInput($encoded) FILE: app/code/Magento/Backend/Model/AdminPathConfig.php class AdminPathConfig (line 16) | class AdminPathConfig implements PathConfigInterface method __construct (line 40) | public function __construct( method getCurrentSecureUrl (line 53) | public function getCurrentSecureUrl(\Magento\Framework\App\RequestInte... method shouldBeSecure (line 61) | public function shouldBeSecure($path) method getDefaultPath (line 83) | public function getDefaultPath() FILE: app/code/Magento/Backend/Model/Auth.php class Auth (line 19) | class Auth method __construct (line 63) | public function __construct( method setAuthStorage (line 86) | public function setAuthStorage($storage) method getAuthStorage (line 102) | public function getAuthStorage() method getUser (line 113) | public function getUser() method _initCredentialStorage (line 123) | protected function _initCredentialStorage() method getCredentialStorage (line 136) | public function getCredentialStorage() method login (line 149) | public function login($username, $password) method logout (line 206) | public function logout() method isLoggedIn (line 216) | public function isLoggedIn() method throwException (line 229) | public static function throwException(Phrase $msg = null) FILE: app/code/Magento/Backend/Model/Auth/Credential/StorageInterface.php type StorageInterface (line 15) | interface StorageInterface method authenticate (line 24) | public function authenticate($username, $password); method login (line 34) | public function login($username, $password); method reload (line 42) | public function reload(); method hasAvailableResources (line 50) | public function hasAvailableResources(); method setHasAvailableResources (line 59) | public function setHasAvailableResources($hasResources); FILE: app/code/Magento/Backend/Model/Auth/Session.php class Session (line 28) | class Session extends \Magento\Framework\Session\SessionManager implemen... method __construct (line 75) | public function __construct( method refreshAcl (line 111) | public function refreshAcl($user = null) method isAllowed (line 136) | public function isAllowed($resource, $privilege = null) method isLoggedIn (line 162) | public function isLoggedIn() method prolong (line 172) | public function prolong() method isFirstPageAfterLogin (line 194) | public function isFirstPageAfterLogin() method setIsFirstPageAfterLogin (line 208) | public function setIsFirstPageAfterLogin($value) method processLogin (line 219) | public function processLogin() method processLogout (line 240) | public function processLogout() method isValidForPath (line 254) | public function isValidForPath($path) FILE: app/code/Magento/Backend/Model/Auth/StorageInterface.php type StorageInterface (line 14) | interface StorageInterface method processLogin (line 23) | public function processLogin(); method processLogout (line 32) | public function processLogout(); method isLoggedIn (line 41) | public function isLoggedIn(); method prolong (line 50) | public function prolong(); FILE: app/code/Magento/Backend/Model/Authorization/RoleLocator.php class RoleLocator (line 12) | class RoleLocator implements \Magento\Framework\Authorization\RoleLocato... method __construct (line 24) | public function __construct(\Magento\Backend\Model\Auth\Session $session) method getAclRoleId (line 34) | public function getAclRoleId() FILE: app/code/Magento/Backend/Model/Cache/ResourceModel/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Data\Collection method __construct (line 25) | public function __construct( method loadData (line 41) | public function loadData($printQuery = false, $logQuery = false) FILE: app/code/Magento/Backend/Model/Config/SessionLifetime/BackendModel.php class BackendModel (line 17) | class BackendModel extends Value method beforeSave (line 31) | public function beforeSave() FILE: app/code/Magento/Backend/Model/Image/UploadResizeConfig.php class UploadResizeConfig (line 13) | class UploadResizeConfig implements UploadResizeConfigInterface method __construct (line 38) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method getMaxWidth (line 48) | public function getMaxWidth(): int method getMaxHeight (line 58) | public function getMaxHeight(): int method isResizeEnabled (line 68) | public function isResizeEnabled(): bool FILE: app/code/Magento/Backend/Model/Image/UploadResizeConfigInterface.php type UploadResizeConfigInterface (line 15) | interface UploadResizeConfigInterface method getMaxWidth (line 22) | public function getMaxWidth(): int; method getMaxHeight (line 29) | public function getMaxHeight(): int; method isResizeEnabled (line 36) | public function isResizeEnabled(): bool; FILE: app/code/Magento/Backend/Model/Locale/Manager.php class Manager (line 15) | class Manager method __construct (line 46) | public function __construct( method switchBackendInterfaceLocale (line 64) | public function switchBackendInterfaceLocale($localeCode) method getGeneralLocale (line 81) | public function getGeneralLocale() method getUserInterfaceLocale (line 91) | public function getUserInterfaceLocale() FILE: app/code/Magento/Backend/Model/Locale/Resolver.php class Resolver (line 15) | class Resolver extends \Magento\Framework\Locale\Resolver method __construct (line 48) | public function __construct( method setLocale (line 71) | public function setLocale($locale = null) FILE: app/code/Magento/Backend/Model/Menu.php class Menu (line 20) | class Menu extends \ArrayObject method __construct (line 52) | public function __construct( method add (line 77) | public function add(Item $item, $parentId = null, $index = null) method get (line 104) | public function get($itemId) method move (line 130) | public function move($itemId, $toItemId, $sortIndex = null) method remove (line 146) | public function remove($itemId) method reorder (line 174) | public function reorder($itemId, $position) method isLast (line 197) | public function isLast(Item $item) method getFirstAvailable (line 207) | public function getFirstAvailable() method getParentItems (line 233) | public function getParentItems($itemId) method _findParentItems (line 248) | protected function _findParentItems($menu, $itemId, &$parents) method serialize (line 270) | public function serialize() method toArray (line 281) | public function toArray() method unserialize (line 297) | public function unserialize($serialized) method populateFromArray (line 310) | public function populateFromArray(array $data) FILE: app/code/Magento/Backend/Model/Menu/AbstractDirector.php class AbstractDirector (line 12) | abstract class AbstractDirector method __construct (line 23) | public function __construct(\Magento\Backend\Model\Menu\Builder\Comman... method direct (line 36) | abstract public function direct( FILE: app/code/Magento/Backend/Model/Menu/Builder.php class Builder (line 14) | class Builder method __construct (line 29) | public function __construct(\Magento\Backend\Model\Menu\Item\Factory $... method processCommand (line 40) | public function processCommand(\Magento\Backend\Model\Menu\Builder\Abs... method getResult (line 57) | public function getResult(\Magento\Backend\Model\Menu $menu) method _getParam (line 103) | protected function _getParam($params, $paramName, $defaultValue = null) FILE: app/code/Magento/Backend/Model/Menu/Builder/AbstractCommand.php class AbstractCommand (line 13) | abstract class AbstractCommand method __construct (line 40) | public function __construct(array $data = []) method getId (line 55) | public function getId() method chain (line 67) | public function chain(\Magento\Backend\Model\Menu\Builder\AbstractComm... method execute (line 83) | public function execute(array $itemParams = []) method _execute (line 98) | abstract protected function _execute(array $itemParams); FILE: app/code/Magento/Backend/Model/Menu/Builder/Command/Add.php class Add (line 13) | class Add extends \Magento\Backend\Model\Menu\Builder\AbstractCommand method chain (line 29) | public function chain(\Magento\Backend\Model\Menu\Builder\AbstractComm... method _execute (line 43) | protected function _execute(array $itemParams) FILE: app/code/Magento/Backend/Model/Menu/Builder/Command/Remove.php class Remove (line 13) | class Remove extends \Magento\Backend\Model\Menu\Builder\AbstractCommand method _execute (line 21) | protected function _execute(array $itemParams) FILE: app/code/Magento/Backend/Model/Menu/Builder/Command/Update.php class Update (line 13) | class Update extends \Magento\Backend\Model\Menu\Builder\AbstractCommand method _execute (line 21) | protected function _execute(array $itemParams) FILE: app/code/Magento/Backend/Model/Menu/Builder/CommandFactory.php class CommandFactory (line 13) | class CommandFactory method __construct (line 23) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create($commandName, array $data = []) FILE: app/code/Magento/Backend/Model/Menu/Config.php class Config (line 13) | class Config method __construct (line 77) | public function __construct( method getMenu (line 108) | public function getMenu() method _initMenu (line 132) | protected function _initMenu() FILE: app/code/Magento/Backend/Model/Menu/Config/Converter.php class Converter (line 13) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 21) | public function convert($dom) FILE: app/code/Magento/Backend/Model/Menu/Config/Menu/Dom.php class Dom (line 13) | class Dom extends \Magento\Framework\Config\Dom method _getMatchedNode (line 23) | protected function _getMatchedNode($nodePath) FILE: app/code/Magento/Backend/Model/Menu/Config/Reader.php class Reader (line 14) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 26) | public function __construct( FILE: app/code/Magento/Backend/Model/Menu/Config/SchemaLocator.php class SchemaLocator (line 16) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 35) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 45) | public function getSchema() method getPerFileSchema (line 55) | public function getPerFileSchema() FILE: app/code/Magento/Backend/Model/Menu/Director/Director.php class Director (line 13) | class Director extends \Magento\Backend\Model\Menu\AbstractDirector method _getCommand (line 29) | protected function _getCommand($data, $logger) method direct (line 48) | public function direct( FILE: app/code/Magento/Backend/Model/Menu/Filter/Iterator.php class Iterator (line 13) | class Iterator extends \FilterIterator method __construct (line 20) | public function __construct(\Iterator $iterator) method accept (line 30) | public function accept() FILE: app/code/Magento/Backend/Model/Menu/Item.php class Item (line 19) | class Item method __construct (line 169) | public function __construct( method _getArgument (line 198) | protected function _getArgument(array $array, $key, $defaultValue = null) method getId (line 208) | public function getId() method getTarget (line 219) | public function getTarget() method hasChildren (line 229) | public function hasChildren() method getChildren (line 239) | public function getChildren() method getUrl (line 252) | public function getUrl() method getAction (line 265) | public function getAction() method setAction (line 277) | public function setAction($action) method hasClickCallback (line 289) | public function hasClickCallback() method getClickCallback (line 299) | public function getClickCallback() method getTitle (line 312) | public function getTitle() method setTitle (line 324) | public function setTitle($title) method hasTooltip (line 336) | public function hasTooltip() method getTooltip (line 346) | public function getTooltip() method setTooltip (line 358) | public function setTooltip($tooltip) method setModule (line 372) | public function setModule($module) method setModuleDependency (line 386) | public function setModuleDependency($moduleName) method setConfigDependency (line 400) | public function setConfigDependency($configPath) method isDisabled (line 412) | public function isDisabled() method _isModuleDependenciesAvailable (line 424) | protected function _isModuleDependenciesAvailable() method _isConfigDependenciesAvailable (line 438) | protected function _isConfigDependenciesAvailable() method isAllowed (line 451) | public function isAllowed() method toArray (line 466) | public function toArray() method populateFromArray (line 492) | public function populateFromArray(array $data) FILE: app/code/Magento/Backend/Model/Menu/Item/Factory.php class Factory (line 12) | class Factory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create(array $data = []) FILE: app/code/Magento/Backend/Model/Menu/Item/Validator.php class Validator (line 15) | class Validator method __construct (line 41) | public function __construct() method validate (line 79) | public function validate($data) method checkMenuItemIsRemoved (line 100) | private function checkMenuItemIsRemoved($data) method assertContainsRequiredParameters (line 112) | private function assertContainsRequiredParameters($data) method assertIdentifierIsNotUsed (line 127) | private function assertIdentifierIsNotUsed($id) method validateMenuItemParameter (line 141) | private function validateMenuItemParameter($param, $value) method validateParam (line 171) | public function validateParam($param, $value) FILE: app/code/Magento/Backend/Model/Menu/Iterator.php class Iterator (line 13) | class Iterator extends \ArrayIterator method rewind (line 20) | public function rewind() FILE: app/code/Magento/Backend/Model/ResourceModel/Translate.php class Translate (line 13) | class Translate extends \Magento\Translation\Model\ResourceModel\Translate method _getStoreId (line 21) | protected function _getStoreId() FILE: app/code/Magento/Backend/Model/Search/Config.php class Config (line 16) | class Config extends \Magento\Framework\DataObject method __construct (line 32) | public function __construct(Structure $configStructure, Builder $resul... method setQuery (line 42) | public function setQuery($query) method getQuery (line 51) | public function getQuery() method hasQuery (line 59) | public function hasQuery() method setResults (line 68) | public function setResults(array $results) method getResults (line 77) | public function getResults() method load (line 87) | public function load() method findInStructure (line 101) | private function findInStructure(ElementIterator $structureElementIter... FILE: app/code/Magento/Backend/Model/Search/Config/Result/Builder.php class Builder (line 16) | class Builder method __construct (line 37) | public function __construct(UrlInterface $urlBuilder, array $structure... method getAll (line 46) | public function getAll() method add (line 56) | public function add(StructureElementInterface $structureElement, $elem... FILE: app/code/Magento/Backend/Model/Search/Config/Structure/Element/Builder/Field.php class Field (line 11) | class Field implements ElementBuilderInterface method build (line 16) | public function build(StructureElementInterface $structureElement) FILE: app/code/Magento/Backend/Model/Search/Config/Structure/Element/Builder/Group.php class Group (line 11) | class Group implements ElementBuilderInterface method build (line 16) | public function build(StructureElementInterface $structureElement) FILE: app/code/Magento/Backend/Model/Search/Config/Structure/Element/Builder/Section.php class Section (line 11) | class Section implements ElementBuilderInterface method build (line 16) | public function build(StructureElementInterface $structureElement) FILE: app/code/Magento/Backend/Model/Search/Config/Structure/ElementBuilderInterface.php type ElementBuilderInterface (line 10) | interface ElementBuilderInterface method build (line 16) | public function build(StructureElementInterface $structureElement); FILE: app/code/Magento/Backend/Model/Search/Customer.php class Customer (line 25) | class Customer extends \Magento\Framework\DataObject method __construct (line 63) | public function __construct( method load (line 82) | public function load() FILE: app/code/Magento/Backend/Model/Search/Order.php class Order (line 15) | class Order extends \Magento\Framework\DataObject method __construct (line 33) | public function __construct( method load (line 46) | public function load() FILE: app/code/Magento/Backend/Model/Session.php class Session (line 14) | class Session extends \Magento\Framework\Session\SessionManager method isValidForPath (line 23) | public function isValidForPath($path) FILE: app/code/Magento/Backend/Model/Session/AdminConfig.php class AdminConfig (line 20) | class AdminConfig extends Config method __construct (line 57) | public function __construct( method extractAdminPath (line 95) | private function extractAdminPath() method configureCookieLifetime (line 117) | protected function configureCookieLifetime() FILE: app/code/Magento/Backend/Model/Session/Quote.php class Quote (line 30) | class Quote extends \Magento\Framework\Session\SessionManager method __construct (line 103) | public function __construct( method getQuote (line 147) | public function getQuote() method getStore (line 184) | public function getStore() method getOrder (line 201) | public function getOrder() FILE: app/code/Magento/Backend/Model/Setup/MenuBuilder.php class MenuBuilder (line 17) | class MenuBuilder method __construct (line 30) | public function __construct(DocRootLocator $docRootLocator) method afterGetResult (line 44) | public function afterGetResult(Builder $subject, Menu $menu) FILE: app/code/Magento/Backend/Model/Translate/Inline/Config.php class Config (line 13) | class Config implements \Magento\Framework\Translate\Inline\ConfigInterface method __construct (line 29) | public function __construct( method isActive (line 40) | public function isActive($scope = null) method isDevAllowed (line 48) | public function isDevAllowed($scope = null) FILE: app/code/Magento/Backend/Model/Url.php class Url (line 20) | class Url extends \Magento\Framework\Url implements \Magento\Backend\Mod... method __construct (line 111) | public function __construct( method _isSecure (line 165) | protected function _isSecure() method _setRouteParams (line 180) | protected function _setRouteParams(array $data, $unsetOldParams = true) method getUrl (line 199) | public function getUrl($routePath = null, $routeParams = null) method getSecretKey (line 247) | public function getSecretKey($routeName = null, $controller = null, $a... method useSecretKey (line 281) | public function useSecretKey() method turnOnSecretKey (line 291) | public function turnOnSecretKey() method turnOffSecretKey (line 302) | public function turnOffSecretKey() method renewSecretUrls (line 313) | public function renewSecretUrls() method getStartupPageUrl (line 323) | public function getStartupPageUrl() method findFirstAvailableMenu (line 341) | public function findFirstAvailableMenu() method _getMenu (line 362) | protected function _getMenu() method setScope (line 376) | public function setScope($scopeId) method setSession (line 389) | public function setSession(\Magento\Backend\Model\Auth\Session $session) method _getSession (line 400) | protected function _getSession() method getAreaFrontName (line 410) | public function getAreaFrontName() method _getActionPath (line 423) | protected function _getActionPath() method _getScope (line 440) | protected function _getScope() method _getConfigCacheId (line 459) | protected function _getConfigCacheId($path) method _getConfig (line 470) | protected function _getConfig($path) FILE: app/code/Magento/Backend/Model/Url/ScopeResolver.php class ScopeResolver (line 12) | class ScopeResolver extends \Magento\Framework\Url\ScopeResolver FILE: app/code/Magento/Backend/Model/UrlInterface.php type UrlInterface (line 12) | interface UrlInterface extends \Magento\Framework\UrlInterface method getSecretKey (line 32) | public function getSecretKey($routeName = null, $controller = null, $a... method useSecretKey (line 39) | public function useSecretKey(); method turnOnSecretKey (line 46) | public function turnOnSecretKey(); method turnOffSecretKey (line 53) | public function turnOffSecretKey(); method renewSecretUrls (line 60) | public function renewSecretUrls(); method getStartupPageUrl (line 67) | public function getStartupPageUrl(); method setSession (line 75) | public function setSession(\Magento\Backend\Model\Auth\Session $session); method getAreaFrontName (line 82) | public function getAreaFrontName(); method findFirstAvailableMenu (line 89) | public function findFirstAvailableMenu(); FILE: app/code/Magento/Backend/Model/View/Layout/Builder.php class Builder (line 16) | class Builder extends \Magento\Framework\View\Layout\Builder method afterGenerateBlock (line 21) | protected function afterGenerateBlock() FILE: app/code/Magento/Backend/Model/View/Layout/Reader/Block.php class Block (line 17) | class Block extends Layout\Reader\Block method __construct (line 29) | public function __construct( FILE: app/code/Magento/Backend/Model/View/Layout/StructureManager.php class StructureManager (line 21) | class StructureManager method removeElement (line 33) | public function removeElement( FILE: app/code/Magento/Backend/Model/View/Page/Builder.php class Builder (line 17) | class Builder extends View\Page\Builder method afterGenerateBlock (line 22) | protected function afterGenerateBlock() FILE: app/code/Magento/Backend/Model/View/Result/Forward.php class Forward (line 17) | class Forward extends \Magento\Framework\Controller\Result\Forward method __construct (line 34) | public function __construct(RequestInterface $request, Session $sessio... method forward (line 45) | public function forward($action) FILE: app/code/Magento/Backend/Model/View/Result/Page.php class Page (line 15) | class Page extends View\Result\Page method setActiveMenu (line 23) | public function setActiveMenu($itemId) method addBreadcrumb (line 44) | public function addBreadcrumb($label, $title, $link = null) method addContent (line 60) | public function addContent(View\Element\AbstractBlock $block) method addLeft (line 71) | public function addLeft(View\Element\AbstractBlock $block) method addJs (line 82) | public function addJs(View\Element\AbstractBlock $block) method moveBlockToContainer (line 96) | protected function moveBlockToContainer(View\Element\AbstractBlock $bl... FILE: app/code/Magento/Backend/Model/View/Result/Redirect.php class Redirect (line 19) | class Redirect extends \Magento\Framework\Controller\Result\Redirect method __construct (line 39) | public function __construct( method setRefererOrBaseUrl (line 55) | public function setRefererOrBaseUrl() method render (line 64) | protected function render(HttpResponseInterface $response) FILE: app/code/Magento/Backend/Model/View/Result/RedirectFactory.php class RedirectFactory (line 15) | class RedirectFactory extends \Magento\Framework\Controller\Result\Redir... method __construct (line 35) | public function __construct( method create (line 49) | public function create(array $data = []) FILE: app/code/Magento/Backend/Model/Widget/Grid/AbstractTotals.php class AbstractTotals (line 13) | abstract class AbstractTotals implements \Magento\Backend\Model\Widget\G... method __construct (line 51) | public function __construct( method _countSum (line 67) | abstract protected function _countSum($index, $collection); method _countAverage (line 77) | abstract protected function _countAverage($index, $collection); method _count (line 87) | protected function _count($index, $expr, $collection) method _countExpr (line 112) | protected function _countExpr($expr, $collection) method _checkOperandsSet (line 142) | protected function _checkOperandsSet(&$firstOperand, &$secondOperand, ... method _operate (line 162) | protected function _operate($firstOperand, $secondOperand, $operation) method _checkOperand (line 189) | protected function _checkOperand($operand, $collection) method setColumn (line 210) | public function setColumn($index, $totalExpr) method getColumns (line 221) | public function getColumns() method countTotals (line 232) | public function countTotals($collection) method getTotals (line 246) | public function getTotals() method reset (line 257) | public function reset($isFullReset = false) FILE: app/code/Magento/Backend/Model/Widget/Grid/Parser.php class Parser (line 12) | class Parser method parseExpression (line 27) | public function parseExpression($expression) method isOperation (line 53) | public function isOperation($operation) FILE: app/code/Magento/Backend/Model/Widget/Grid/Row/GeneratorInterface.php type GeneratorInterface (line 14) | interface GeneratorInterface method getUrl (line 21) | public function getUrl($item); FILE: app/code/Magento/Backend/Model/Widget/Grid/Row/UrlGenerator.php class UrlGenerator (line 13) | class UrlGenerator implements \Magento\Backend\Model\Widget\Grid\Row\Gen... method __construct (line 40) | public function __construct(\Magento\Backend\Model\UrlInterface $backe... method getUrl (line 61) | public function getUrl($item) method _prepareParameters (line 76) | protected function _prepareParameters($item) FILE: app/code/Magento/Backend/Model/Widget/Grid/Row/UrlGeneratorFactory.php class UrlGeneratorFactory (line 14) | class UrlGeneratorFactory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method createUrlGenerator (line 37) | public function createUrlGenerator($generatorClassName, array $argumen... FILE: app/code/Magento/Backend/Model/Widget/Grid/Row/UrlGeneratorId.php class UrlGeneratorId (line 14) | class UrlGeneratorId implements \Magento\Backend\Model\Widget\Grid\Row\G... method getUrl (line 22) | public function getUrl($item) FILE: app/code/Magento/Backend/Model/Widget/Grid/SubTotals.php class SubTotals (line 12) | class SubTotals extends \Magento\Backend\Model\Widget\Grid\AbstractTotals method _countSum (line 21) | protected function _countSum($index, $collection) method _countAverage (line 37) | protected function _countAverage($index, $collection) FILE: app/code/Magento/Backend/Model/Widget/Grid/Totals.php class Totals (line 12) | class Totals extends \Magento\Backend\Model\Widget\Grid\AbstractTotals method _countSum (line 21) | protected function _countSum($index, $collection) method _countAverage (line 41) | protected function _countAverage($index, $collection) FILE: app/code/Magento/Backend/Model/Widget/Grid/TotalsInterface.php type TotalsInterface (line 12) | interface TotalsInterface method countTotals (line 22) | public function countTotals($collection); FILE: app/code/Magento/Backend/Service/V1/ModuleService.php class ModuleService (line 12) | class ModuleService implements ModuleServiceInterface method __construct (line 22) | public function __construct( method getModules (line 33) | public function getModules() FILE: app/code/Magento/Backend/Service/V1/ModuleServiceInterface.php type ModuleServiceInterface (line 14) | interface ModuleServiceInterface method getModules (line 21) | public function getModules(); FILE: app/code/Magento/Backend/Setup/ConfigOptionsList.php class ConfigOptionsList (line 19) | class ConfigOptionsList implements ConfigOptionsListInterface method getOptions (line 34) | public function getOptions() method createConfig (line 50) | public function createConfig(array $options, DeploymentConfig $deploym... method validate (line 68) | public function validate(array $options, DeploymentConfig $deploymentC... FILE: app/code/Magento/Backend/Test/Unit/App/Action/Plugin/AuthenticationTest.php class AuthenticationTest (line 14) | class AuthenticationTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method tearDown (line 39) | protected function tearDown() method testAroundDispatchProlongStorage (line 45) | public function testAroundDispatchProlongStorage() method testProcessNotLoggedInUser (line 91) | public function testProcessNotLoggedInUser($isIFrameParam, $isAjaxPara... method processNotLoggedInUserDataProvider (line 152) | public function processNotLoggedInUserDataProvider() FILE: app/code/Magento/Backend/Test/Unit/App/Action/Plugin/MassactionKeyTest.php class MassactionKeyTest (line 12) | class MassactionKeyTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testBeforeDispatchWhenMassactionPrepareKeyRequestExists (line 60) | public function testBeforeDispatchWhenMassactionPrepareKeyRequestExist... method beforeDispatchDataProvider (line 80) | public function beforeDispatchDataProvider() method testBeforeDispatchWhenMassactionPrepareKeyRequestNotExists (line 88) | public function testBeforeDispatchWhenMassactionPrepareKeyRequestNotEx... FILE: app/code/Magento/Backend/Test/Unit/App/Action/Stub/ActionStub.php class ActionStub (line 9) | class ActionStub extends \Magento\Backend\App\Action method execute (line 14) | public function execute() FILE: app/code/Magento/Backend/Test/Unit/App/Area/FrontNameResolverTest.php class FrontNameResolverTest (line 14) | class FrontNameResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testIfCustomPathUsed (line 69) | public function testIfCustomPathUsed() method testIfCustomPathNotUsed (line 92) | public function testIfCustomPathNotUsed() method testIsHostBackend (line 114) | public function testIsHostBackend($url, $host, $useCustomAdminUrl, $cu... method hostsDataProvider (line 178) | public function hostsDataProvider() FILE: app/code/Magento/Backend/Test/Unit/App/Area/Request/PathInfoProcessorTest.php class PathInfoProcessorTest (line 8) | class PathInfoProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testProcessIfStoreCodeEqualToAreaFrontName (line 46) | public function testProcessIfStoreCodeEqualToAreaFrontName() method testProcessIfStoreCodeNotEqualToAreaFrontName (line 58) | public function testProcessIfStoreCodeNotEqualToAreaFrontName() FILE: app/code/Magento/Backend/Test/Unit/App/ConfigTest.php class ConfigTest (line 16) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetValue (line 34) | public function testGetValue() method testIsSetFlag (line 58) | public function testIsSetFlag($configPath, $configValue, $expectedResult) method isSetFlagDataProvider (line 76) | public function isSetFlagDataProvider() method getConfigDataMock (line 94) | protected function getConfigDataMock($mockedMethod) FILE: app/code/Magento/Backend/Test/Unit/App/Response/Http/FileFactoryTest.php class FileFactoryTest (line 8) | class FileFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testCreate (line 63) | public function testCreate() FILE: app/code/Magento/Backend/Test/Unit/App/Router/NoRouteHandlerTest.php class NoRouteHandlerTest (line 8) | class NoRouteHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testProcessWithBackendAreaFrontName (line 42) | public function testProcessWithBackendAreaFrontName() method testProcessWithoutAreaFrontName (line 91) | public function testProcessWithoutAreaFrontName() FILE: app/code/Magento/Backend/Test/Unit/App/UserConfigTest.php class UserConfigTest (line 9) | class UserConfigTest extends \PHPUnit\Framework\TestCase method testUserRequestCreation (line 11) | public function testUserRequestCreation() FILE: app/code/Magento/Backend/Test/Unit/Block/AnchorRendererTest.php class AnchorRendererTest (line 14) | class AnchorRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testRenderAnchorLevelIsOne (line 74) | public function testRenderAnchorLevelIsOne() method testRenderAnchorWithoutChildrenAndLevelIsOne (line 93) | public function testRenderAnchorWithoutChildrenAndLevelIsOne() method testRenderAnchorLevelIsNotOne (line 110) | public function testRenderAnchorLevelIsNotOne($hasTarget) method targetDataProvider (line 147) | public function targetDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Cache/AdditionalTest.php class AdditionalTest (line 9) | class AdditionalTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetCleanImagesUrl (line 48) | public function testGetCleanImagesUrl() method testGetCleanMediaUrl (line 58) | public function testGetCleanMediaUrl() method testGetCleanStaticFiles (line 68) | public function testGetCleanStaticFiles() method testIsInProductionMode (line 83) | public function testIsInProductionMode($mode, $expected) method isInProductionModeDataProvider (line 94) | public function isInProductionModeDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Cache/PermissionsTest.php class PermissionsTest (line 18) | class PermissionsTest extends TestCase method setUp (line 35) | public function setUp() method testHasAccessToFlushCatalogImages (line 47) | public function testHasAccessToFlushCatalogImages() method testHasAccessToFlushJsCss (line 57) | public function testHasAccessToFlushJsCss() method testHasAccessToFlushStaticFiles (line 67) | public function testHasAccessToFlushStaticFiles() FILE: app/code/Magento/Backend/Test/Unit/Block/MenuItemCheckerTest.php class MenuItemCheckerTest (line 12) | class MenuItemCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsItemActive (line 52) | public function testIsItemActive($activeItemId, $itemId, $isItem, $exp... method testIsItemActiveLevelNotZero (line 70) | public function testIsItemActiveLevelNotZero() method dataProvider (line 80) | public function dataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/MenuTest.php class MenuTest (line 20) | class MenuTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method testGetActiveItemModelMenuIsNotNull (line 119) | public function testGetActiveItemModelMenuIsNotNull() method testGetActiveItemModelMenuIsNull (line 133) | public function testGetActiveItemModelMenuIsNull() FILE: app/code/Magento/Backend/Test/Unit/Block/Page/System/Config/Robots/ResetTest.php class ResetTest (line 17) | class ResetTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetRobotsDefaultCustomInstructions (line 45) | public function testGetRobotsDefaultCustomInstructions() FILE: app/code/Magento/Backend/Test/Unit/Block/Store/SwitcherTest.php class SwitcherTest (line 9) | class SwitcherTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetWebsites (line 35) | public function testGetWebsites() method testGetWebsitesIfSetWebsiteIds (line 43) | public function testGetWebsitesIfSetWebsiteIds() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Button/SplitTest.php class SplitTest (line 8) | class SplitTest extends \PHPUnit\Framework\TestCase method testHasSplit (line 10) | public function testHasSplit() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/ButtonTest.php class ButtonTest (line 12) | class ButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method tearDown (line 47) | protected function tearDown() method testGetAttributesHtml (line 57) | public function testGetAttributesHtml($data, $expect) method getAttributesHtmlDataProvider (line 67) | public function getAttributesHtmlDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Form/ContainerTest.php class ContainerTest (line 8) | class ContainerTest extends \PHPUnit\Framework\TestCase method testSetDataObject (line 10) | public function testSetDataObject() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/FormTest.php class FormTest (line 13) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method prepareContext (line 45) | protected function prepareContext() method testSetForm (line 58) | public function testSetForm() method testSetFormNoCustomAttributes (line 85) | public function testSetFormNoCustomAttributes() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Filter/DateTest.php class DateTest (line 13) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetHtmlSuccessfulTimestamp (line 92) | public function testGetHtmlSuccessfulTimestamp() method testGetEscapedValueEscapeString (line 120) | public function testGetEscapedValueEscapeString() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Filter/DatetimeTest.php class DatetimeTest (line 13) | class DatetimeTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetHtmlSuccessfulTimestamp (line 92) | public function testGetHtmlSuccessfulTimestamp() method testGetEscapedValueEscapeString (line 120) | public function testGetEscapedValueEscapeString() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Filter/StoreTest.php class StoreTest (line 11) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetCondition (line 50) | public function testGetCondition($expectedCondition, $value) method getConditionDataProvider (line 59) | public function getConditionDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Filter/TextTest.php class TextTest (line 14) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetHtml (line 55) | public function testGetHtml() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/MultistoreTest.php class MultistoreTest (line 8) | class MultistoreTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 36) | protected function tearDown() method testIsDisplayedReturnsTrueInMultiStoreMode (line 42) | public function testIsDisplayedReturnsTrueInMultiStoreMode() method testIsDisplayedReturnsFalseInSingleStoreMode (line 48) | public function testIsDisplayedReturnsFalseInSingleStoreMode() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Renderer/AbstractRendererTest.php class AbstractRendererTest (line 8) | class AbstractRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRender (line 49) | public function testRender($editable, $onlyEdit, $expectedResult) method renderDataProvider (line 78) | public function renderDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Renderer/ConcatTest.php class ConcatTest (line 10) | class ConcatTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method typeProvider (line 29) | public function typeProvider() method testRender (line 40) | public function testRender($method, $getters) FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Renderer/CurrencyTest.php class CurrencyTest (line 8) | class CurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method tearDown (line 82) | protected function tearDown() method testRenderWithDefaultCurrency (line 96) | public function testRenderWithDefaultCurrency() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Renderer/Radio/ExtendedTest.php class ExtendedTest (line 10) | class ExtendedTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testRender (line 47) | public function testRender(array $rowData, $expectedResult) method renderDataProvider (line 60) | public function renderDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Renderer/RadioTest.php class RadioTest (line 10) | class RadioTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testRender (line 47) | public function testRender(array $rowData, $expectedResult) method renderDataProvider (line 69) | public function renderDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/ColumnSetTest.php class ColumnSetTest (line 12) | class ColumnSetTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method tearDown (line 84) | protected function tearDown() method testSetSortablePropagatesSortabilityToChildren (line 94) | public function testSetSortablePropagatesSortabilityToChildren() method testSetSortablePropagatesSortabilityToChildrenOnlyIfSortabilityIsFalse (line 100) | public function testSetSortablePropagatesSortabilityToChildrenOnlyIfSo... method testSetRendererTypePropagatesRendererTypeToColumns (line 106) | public function testSetRendererTypePropagatesRendererTypeToColumns() method testSetFilterTypePropagatesFilterTypeToColumns (line 112) | public function testSetFilterTypePropagatesFilterTypeToColumns() method testGetRowUrlIfUrlPathNotSet (line 118) | public function testGetRowUrlIfUrlPathNotSet() method testGetRowUrl (line 123) | public function testGetRowUrl() method testItemHasMultipleRows (line 172) | public function testItemHasMultipleRows() method testShouldRenderTotalWithNotEmptyCollection (line 186) | public function testShouldRenderTotalWithNotEmptyCollection() method testShouldRenderTotalWithEmptyCollection (line 194) | public function testShouldRenderTotalWithEmptyCollection() method testShouldRenderTotalWithFlagFalse (line 208) | public function testShouldRenderTotalWithFlagFalse() method testShouldRenderSubtotalWithFlagFalse (line 214) | public function testShouldRenderSubtotalWithFlagFalse() method testShouldRenderSubtotalWithEmptySubData (line 220) | public function testShouldRenderSubtotalWithEmptySubData() method testShouldRenderSubtotalWithNotEmptySubData (line 226) | public function testShouldRenderSubtotalWithNotEmptySubData() method testUpdateItemByFirstMultiRow (line 241) | public function testUpdateItemByFirstMultiRow() method testGetSubTotals (line 260) | public function testGetSubTotals() method testGetTotals (line 286) | public function testGetTotals() method _prepareGridMock (line 313) | protected function _prepareGridMock($collection) method _getTestCollection (line 327) | protected function _getTestCollection() method _prepareLayoutWithGrid (line 349) | protected function _prepareLayoutWithGrid($gridMock) FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/ColumnTest.php class ColumnTest (line 11) | class ColumnTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetFilterWhenFilterSetFalse (line 45) | public function testGetFilterWhenFilterSetFalse() method testGetFilterWhenFilterSetZero (line 51) | public function testGetFilterWhenFilterSetZero() method testGetFilterWhenFilterIsNotSet (line 60) | public function testGetFilterWhenFilterIsNotSet() method testGetSortableNotSet (line 75) | public function testGetSortableNotSet() method testGetSortable (line 83) | public function testGetSortable($value) method getSortableDataProvider (line 92) | public function getSortableDataProvider() method testGetFilterWithSetEmptyCustomFilterType (line 101) | public function testGetFilterWithSetEmptyCustomFilterType() method testGetFilterWithInvalidFilterTypeWhenUseDefaultFilter (line 111) | public function testGetFilterWithInvalidFilterTypeWhenUseDefaultFilter() method testGetFilterWhenUseCustomFilter (line 131) | public function testGetFilterWhenUseCustomFilter() method testGetFilterWhenFilterWasSetPreviously (line 153) | public function testGetFilterWhenFilterWasSetPreviously() method testGetFilterHtmlWhenFilterExist (line 169) | public function testGetFilterHtmlWhenFilterExist() method testGetFilterHtmlWhenFilterNotExist (line 187) | public function testGetFilterHtmlWhenFilterNotExist() method testGetRendererWhenRendererIsSet (line 194) | public function testGetRendererWhenRendererIsSet() method testGetRendererWheRendererSetFalse (line 216) | public function testGetRendererWheRendererSetFalse() method testGetRendererWhenUseCustomRenderer (line 239) | public function testGetRendererWhenUseCustomRenderer() method testGetRendererWhenRendererWasSetPreviously (line 263) | public function testGetRendererWhenRendererWasSetPreviously() method testGetExportHeaderWhenExportHeaderIsSet (line 269) | public function testGetExportHeaderWhenExportHeaderIsSet() method testGetExportHeaderWhenExportHeaderIsNotSetAndHeaderIsSet (line 275) | public function testGetExportHeaderWhenExportHeaderIsNotSetAndHeaderIs... method testGetHeaderHtmlPropertyWhenHeaderCssClassEmpty (line 281) | public function testGetHeaderHtmlPropertyWhenHeaderCssClassEmpty() method testGetHeaderHtmlPropertyWhenHeaderCssClassIsSet (line 286) | public function testGetHeaderHtmlPropertyWhenHeaderCssClassIsSet() method testAddHeaderCssClassWhenHeaderCssClassEmpty (line 292) | public function testAddHeaderCssClassWhenHeaderCssClassEmpty() method testAddHeaderCssClassWhenHeaderCssClassIsSet (line 298) | public function testAddHeaderCssClassWhenHeaderCssClassIsSet() method testGetHeaderCssClassWhenNotSortable (line 305) | public function testGetHeaderCssClassWhenNotSortable() method testGetHeaderCssClassWhenIsSortable (line 312) | public function testGetHeaderCssClassWhenIsSortable() method testGetCssClassWithAlignAndEditableAndWithoutColumnCssClass (line 319) | public function testGetCssClassWithAlignAndEditableAndWithoutColumnCss... method testGetCssClassWithAlignAndEditableAndWithColumnCssClass (line 326) | public function testGetCssClassWithAlignAndEditableAndWithColumnCssCla... method testGetCssClassWithoutAlignEditableAndColumnCssClass (line 335) | public function testGetCssClassWithoutAlignEditableAndColumnCssClass() method testSetGetGrid (line 340) | public function testSetGetGrid() method testColumnIsGrouped (line 367) | public function testColumnIsGrouped($groupedData, $expected) method columnGroupedDataProvider (line 383) | public function columnGroupedDataProvider() method testGetRowFieldAndExportWithFrameCallback (line 391) | public function testGetRowFieldAndExportWithFrameCallback() method testGetRowFieldExportWithInvalidCallback (line 437) | public function testGetRowFieldExportWithInvalidCallback() method testGetRowFieldWithInvalidCallback (line 461) | public function testGetRowFieldWithInvalidCallback() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/ExtendedTest.php class ExtendedTest (line 12) | class ExtendedTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testPrepareLoadedCollection (line 24) | public function testPrepareLoadedCollection() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Massaction/ExtendedTest.php class ExtendedTest (line 12) | class ExtendedTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method tearDown (line 95) | protected function tearDown() method testUseSelectAll (line 104) | public function testUseSelectAll() method testGetGridIdsJsonWithoutUseSelectAll (line 113) | public function testGetGridIdsJsonWithoutUseSelectAll() method testGetGridIdsJsonWithUseSelectAll (line 125) | public function testGetGridIdsJsonWithUseSelectAll(array $items, $result) method dataProviderGetGridIdsJsonWithUseSelectAll (line 158) | public function dataProviderGetGridIdsJsonWithUseSelectAll() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php class MassactionTest (line 20) | class MassactionTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method tearDown (line 148) | protected function tearDown() method testMassactionDefaultValues (line 157) | public function testMassactionDefaultValues() method testItemsProcessing (line 178) | public function testItemsProcessing($itemId, $item, $expectedItem) method itemsProcessingDataProvider (line 211) | public function itemsProcessingDataProvider() method testSelected (line 267) | public function testSelected($param, $expectedJson, $expected) method selectedDataProvider (line 281) | public function selectedDataProvider() method testUseSelectAll (line 289) | public function testUseSelectAll() method testGetGridIdsJsonWithoutUseSelectAll (line 298) | public function testGetGridIdsJsonWithoutUseSelectAll() method testGetGridIdsJsonWithUseSelectAll (line 307) | public function testGetGridIdsJsonWithUseSelectAll() method testAddItem (line 349) | public function testAddItem($itemId, $item, $count, $withVisibilityChe... method addItemDataProvider (line 378) | public function addItemDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/SerializerTest.php class SerializerTest (line 8) | class SerializerTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testPrepareLayout (line 22) | public function testPrepareLayout() FILE: app/code/Magento/Backend/Test/Unit/Block/Widget/TabTest.php class TabTest (line 8) | class TabTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetters (line 27) | public function testGetters($method, $field, $value, $expected) method dataProvider (line 40) | public function dataProvider() FILE: app/code/Magento/Backend/Test/Unit/Console/Command/AbstractCacheCommandTest.php class AbstractCacheCommandTest (line 11) | abstract class AbstractCacheCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method getExpectedExecutionOutput (line 34) | abstract public function getExpectedExecutionOutput(array $types); FILE: app/code/Magento/Backend/Test/Unit/Console/Command/AbstractCacheManageCommandTest.php class AbstractCacheManageCommandTest (line 11) | abstract class AbstractCacheManageCommandTest extends AbstractCacheComma... method setUp (line 19) | protected function setUp() method executeDataProvider (line 30) | public function executeDataProvider() method testExecuteInvalidCacheType (line 50) | public function testExecuteInvalidCacheType() FILE: app/code/Magento/Backend/Test/Unit/Console/Command/AbstractCacheSetCommandTest.php class AbstractCacheSetCommandTest (line 9) | abstract class AbstractCacheSetCommandTest extends AbstractCacheManageCo... method executeDataProvider (line 14) | public function executeDataProvider() method getExpectedChangeOutput (line 45) | public function getExpectedChangeOutput(array $changes, $enabled) FILE: app/code/Magento/Backend/Test/Unit/Console/Command/CacheCleanCommandTest.php class CacheCleanCommandTest (line 12) | class CacheCleanCommandTest extends AbstractCacheManageCommandTest method setUp (line 14) | protected function setUp() method testExecute (line 27) | public function testExecute($param, $types, $output) method getExpectedExecutionOutput (line 45) | public function getExpectedExecutionOutput(array $types) FILE: app/code/Magento/Backend/Test/Unit/Console/Command/CacheDisableCommandTest.php class CacheDisableCommandTest (line 12) | class CacheDisableCommandTest extends AbstractCacheSetCommandTest method setUp (line 14) | protected function setUp() method testExecute (line 27) | public function testExecute($param, $enable, $result, $output) method getExpectedExecutionOutput (line 46) | public function getExpectedExecutionOutput(array $changes) FILE: app/code/Magento/Backend/Test/Unit/Console/Command/CacheEnableCommandTest.php class CacheEnableCommandTest (line 12) | class CacheEnableCommandTest extends AbstractCacheSetCommandTest method setUp (line 14) | protected function setUp() method testExecute (line 27) | public function testExecute($param, $enable, $result, $output) method getExpectedExecutionOutput (line 48) | public function getExpectedExecutionOutput(array $enabled) FILE: app/code/Magento/Backend/Test/Unit/Console/Command/CacheFlushCommandTest.php class CacheFlushCommandTest (line 12) | class CacheFlushCommandTest extends AbstractCacheManageCommandTest method setUp (line 14) | protected function setUp() method testExecute (line 27) | public function testExecute($param, $types, $output) method getExpectedExecutionOutput (line 42) | public function getExpectedExecutionOutput(array $types) FILE: app/code/Magento/Backend/Test/Unit/Console/Command/CacheStatusCommandTest.php class CacheStatusCommandTest (line 12) | class CacheStatusCommandTest extends AbstractCacheCommandTest method setUp (line 14) | protected function setUp() method testExecute (line 20) | public function testExecute() method getExpectedExecutionOutput (line 33) | public function getExpectedExecutionOutput(array $types) FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Cache/CleanMediaTest.php class CleanMediaTest (line 12) | class CleanMediaTest extends \PHPUnit\Framework\TestCase method testExecute (line 14) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Cache/CleanStaticFilesTest.php class CleanStaticFilesTest (line 9) | class CleanStaticFilesTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testExecute (line 65) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Cache/MassDisableTest.php class MassDisableTest (line 24) | class MassDisableTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testExecuteInProductionMode (line 124) | public function testExecuteInProductionMode() method testExecuteInvalidTypeCache (line 138) | public function testExecuteInvalidTypeCache() method testExecuteWithException (line 166) | public function testExecuteWithException() method testExecuteSuccess (line 186) | public function testExecuteSuccess() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Cache/MassEnableTest.php class MassEnableTest (line 24) | class MassEnableTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testExecuteInProductionMode (line 124) | public function testExecuteInProductionMode() method testExecuteInvalidTypeCache (line 138) | public function testExecuteInvalidTypeCache() method testExecuteWithException (line 166) | public function testExecuteWithException() method testExecuteSuccess (line 186) | public function testExecuteSuccess() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/AbstractTestCase.php class AbstractTestCase (line 12) | class AbstractTestCase extends \PHPUnit\Framework\TestCase method assertExecute (line 20) | protected function assertExecute($controllerName, $blockName) FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/CustomersMostTest.php class CustomersMostTest (line 12) | class CustomersMostTest extends AbstractTestCase method testExecute (line 14) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/CustomersNewestTest.php class CustomersNewestTest (line 12) | class CustomersNewestTest extends AbstractTestCase method testExecute (line 14) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/ProductsViewedTest.php class ProductsViewedTest (line 11) | class ProductsViewedTest extends AbstractTestCase method testExecute (line 13) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/RefreshStatisticsTest.php class RefreshStatisticsTest (line 12) | class RefreshStatisticsTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testExecute (line 103) | public function testExecute() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/Dashboard/TunnelTest.php class TunnelTest (line 11) | class TunnelTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method tearDown (line 40) | protected function tearDown() method testTunnelAction (line 47) | public function testTunnelAction() method testTunnelAction400 (line 95) | public function testTunnelAction400() method testTunnelAction503 (line 114) | public function testTunnelAction503() method _factory (line 166) | protected function _factory($request, $response = null) FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/System/Account/SaveTest.php class SaveTest (line 13) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testSaveAction (line 149) | public function testSaveAction() FILE: app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/System/Store/IndexTest.php class IndexTest (line 16) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | public function setUp() method testIndex (line 73) | public function testIndex() FILE: app/code/Magento/Backend/Test/Unit/Cron/CleanCacheTest.php class CleanCacheTest (line 8) | class CleanCacheTest extends \PHPUnit\Framework\TestCase method testCleanCache (line 10) | public function testCleanCache() FILE: app/code/Magento/Backend/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetAreaFrontNameLocalConfigCustomFrontName (line 35) | public function testGetAreaFrontNameLocalConfigCustomFrontName() method testPrepareFilterStringValues (line 54) | public function testPrepareFilterStringValues(array $inputString, arra... method getPrepareFilterStringValuesDataProvider (line 66) | public function getPrepareFilterStringValuesDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/AdminPathConfigTest.php class AdminPathConfigTest (line 11) | class AdminPathConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetCurrentSecureUrl (line 59) | public function testGetCurrentSecureUrl() method testShouldBeSecure (line 84) | public function testShouldBeSecure( method shouldBeSecureDataProvider (line 114) | public function shouldBeSecureDataProvider() method testGetDefaultPath (line 127) | public function testGetDefaultPath() FILE: app/code/Magento/Backend/Test/Unit/Model/Auth/SessionTest.php class SessionTest (line 16) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method tearDown (line 93) | protected function tearDown() method testRefreshAcl (line 104) | public function testRefreshAcl($isUserPassedViaParams) method refreshAclDataProvider (line 129) | public function refreshAclDataProvider() method testIsLoggedInPositive (line 137) | public function testIsLoggedInPositive() method testProlong (line 151) | public function testProlong() method testIsAllowed (line 224) | public function testIsAllowed($isUserDefined, $isAclDefined, $isAllowe... method isAllowedDataProvider (line 246) | public function isAllowedDataProvider() method testFirstPageAfterLogin (line 260) | public function testFirstPageAfterLogin($isFirstPageAfterLogin) method firstPageAfterLoginDataProvider (line 269) | public function firstPageAfterLoginDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/AuthTest.php class AuthTest (line 13) | class AuthTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testLoginFailed (line 58) | public function testLoginFailed() FILE: app/code/Magento/Backend/Test/Unit/Model/Authorization/RoleLocatorTest.php class RoleLocatorTest (line 8) | class RoleLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetAclRoleIdReturnsCurrentUserAclRoleId (line 32) | public function testGetAclRoleIdReturnsCurrentUserAclRoleId() FILE: app/code/Magento/Backend/Test/Unit/Model/Config/SessionLifetime/BackendModelTest.php class BackendModelTest (line 12) | class BackendModelTest extends \PHPUnit\Framework\TestCase method testBeforeSave (line 17) | public function testBeforeSave($value, $errorMessage = null) method adminSessionLifetimeDataProvider (line 35) | public function adminSessionLifetimeDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/Locale/ManagerTest.php class ManagerTest (line 10) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method switchBackendInterfaceLocaleDataProvider (line 76) | public function switchBackendInterfaceLocaleDataProvider() method testSwitchBackendInterfaceLocale (line 86) | public function testSwitchBackendInterfaceLocale($locale) method testGetUserInterfaceLocaleDefault (line 100) | public function testGetUserInterfaceLocaleDefault() method testGetUserInterfaceLocale (line 110) | public function testGetUserInterfaceLocale() method testGetUserInterfaceGeneralLocale (line 121) | public function testGetUserInterfaceGeneralLocale() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Builder/AbstractCommandTest.php class AbstractCommandTest (line 8) | class AbstractCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConstructorRequiresObligatoryParams (line 26) | public function testConstructorRequiresObligatoryParams() method testChainAddsNewCommandAsNextInChain (line 31) | public function testChainAddsNewCommandAsNextInChain() method testExecuteCallsNextCommandInChain (line 45) | public function testExecuteCallsNextCommandInChain() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Builder/Command/AddTest.php class AddTest (line 8) | class AddTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecuteFillsEmptyItemWithData (line 28) | public function testExecuteFillsEmptyItemWithData() method testExecuteDoesntRewriteDataInFilledItem (line 34) | public function testExecuteDoesntRewriteDataInFilledItem() method testChainWithAnotherAddCommandTrowsException (line 44) | public function testChainWithAnotherAddCommandTrowsException() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Builder/Command/RemoveTest.php class RemoveTest (line 8) | class RemoveTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExecuteMarksItemAsRemoved (line 22) | public function testExecuteMarksItemAsRemoved() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Builder/Command/UpdateTest.php class UpdateTest (line 8) | class UpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExecuteFillsEmptyItemWithData (line 22) | public function testExecuteFillsEmptyItemWithData() method testExecuteRewritesDataInFilledItem (line 28) | public function testExecuteRewritesDataInFilledItem() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/BuilderTest.php class BuilderTest (line 10) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testProcessCommand (line 40) | public function testProcessCommand() method testGetResultBuildsTreeStructure (line 51) | public function testGetResultBuildsTreeStructure() method testGetResultSkipsRemovedItems (line 107) | public function testGetResultSkipsRemovedItems() method testGetResultSkipItemsWithInvalidParent (line 129) | public function testGetResultSkipItemsWithInvalidParent() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvertIfNodeHasAttribute (line 20) | public function testConvertIfNodeHasAttribute() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 36) | public function testGetSchema() method testGetPerFileSchema (line 41) | public function testGetPerFileSchema() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 53) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetMenuWithCachedObjectReturnsUnserializedObject (line 82) | public function testGetMenuWithCachedObjectReturnsUnserializedObject() method testGetMenuWithNotCachedObjectBuildsObject (line 99) | public function testGetMenuWithNotCachedObjectBuildsObject() method testGetMenuExceptionLogged (line 129) | public function testGetMenuExceptionLogged($expectedException) method getMenuExceptionLoggedDataProvider (line 146) | public function getMenuExceptionLoggedDataProvider() method testGetMenuGenericExceptionIsNotLogged (line 155) | public function testGetMenuGenericExceptionIsNotLogged() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Director/DirectorTest.php class DirectorTest (line 12) | class DirectorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testDirectWithExistKey (line 63) | public function testDirectWithExistKey() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Filter/IteratorTest.php class IteratorTest (line 10) | class IteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testLoopWithAllItemsDisabledDoesntIterate (line 42) | public function testLoopWithAllItemsDisabledDoesntIterate() method testLoopIteratesOnlyValidItems (line 60) | public function testLoopIteratesOnlyValidItems() method testLoopIteratesDosntIterateDisabledItems (line 80) | public function testLoopIteratesDosntIterateDisabledItems() method testLoopIteratesDosntIterateNotAllowedItems (line 101) | public function testLoopIteratesDosntIterateNotAllowedItems() method testLoopIteratesMixedItems (line 122) | public function testLoopIteratesMixedItems() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/Item/ValidatorTest.php class ValidatorTest (line 8) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testValidateWithMissingRequiredParamThrowsException (line 71) | public function testValidateWithMissingRequiredParamThrowsException($r... method requiredParamsProvider (line 85) | public function requiredParamsProvider() method testValidateWithNonValidPrimitivesThrowsException (line 97) | public function testValidateWithNonValidPrimitivesThrowsException($par... method invalidParamsProvider (line 111) | public function invalidParamsProvider() method testValidateWithDuplicateIdsThrowsException (line 139) | public function testValidateWithDuplicateIdsThrowsException($existedIt... method duplicateIdsProvider (line 156) | public function duplicateIdsProvider() method testValidateParamWithNullForRequiredParamThrowsException (line 209) | public function testValidateParamWithNullForRequiredParamThrowsExcepti... method testValidateParamWithNullForNonRequiredParamDoesntValidate (line 214) | public function testValidateParamWithNullForNonRequiredParamDoesntVali... method testValidateParamValidatesPrimitiveValues (line 227) | public function testValidateParamValidatesPrimitiveValues() method testValidateParamResourceCompoundModuleNamespace (line 235) | public function testValidateParamResourceCompoundModuleNamespace() FILE: app/code/Magento/Backend/Test/Unit/Model/Menu/ItemTest.php class ItemTest (line 11) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testGetUrlWithEmptyActionReturnsHashSign (line 91) | public function testGetUrlWithEmptyActionReturnsHashSign() method testGetUrlWithValidActionReturnsUrl (line 101) | public function testGetUrlWithValidActionReturnsUrl() method testHasClickCallbackReturnsFalseIfItemHasAction (line 115) | public function testHasClickCallbackReturnsFalseIfItemHasAction() method testHasClickCallbackReturnsTrueIfItemHasNoAction (line 120) | public function testHasClickCallbackReturnsTrueIfItemHasNoAction() method testGetClickCallbackReturnsStoppingJsIfItemDoesntHaveAction (line 130) | public function testGetClickCallbackReturnsStoppingJsIfItemDoesntHaveA... method testGetClickCallbackReturnsEmptyStringIfItemHasAction (line 140) | public function testGetClickCallbackReturnsEmptyStringIfItemHasAction() method testIsDisabledReturnsTrueIfModuleOutputIsDisabled (line 145) | public function testIsDisabledReturnsTrueIfModuleOutputIsDisabled() method testIsDisabledReturnsTrueIfModuleDependenciesFail (line 151) | public function testIsDisabledReturnsTrueIfModuleDependenciesFail() method testIsDisabledReturnsTrueIfConfigDependenciesFail (line 160) | public function testIsDisabledReturnsTrueIfConfigDependenciesFail() method testIsDisabledReturnsFalseIfNoDependenciesFail (line 169) | public function testIsDisabledReturnsFalseIfNoDependenciesFail() method testIsAllowedReturnsTrueIfResourceIsAvailable (line 180) | public function testIsAllowedReturnsTrueIfResourceIsAvailable() method testIsAllowedReturnsFalseIfResourceIsNotAvailable (line 194) | public function testIsAllowedReturnsFalseIfResourceIsNotAvailable() method testGetChildrenCreatesSubmenuOnFirstCall (line 208) | public function testGetChildrenCreatesSubmenuOnFirstCall() method testToArray (line 223) | public function testToArray(array $data, array $expected) method toArrayDataProvider (line 248) | public function toArrayDataProvider() method testPopulateFromArray (line 259) | public function testPopulateFromArray( method populateFromArrayDataProvider (line 288) | public function populateFromArrayDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/MenuBuilderTest.php class MenuBuilderTest (line 11) | class MenuBuilderTest extends \PHPUnit\Framework\TestCase method testAfterGetResult (line 20) | public function testAfterGetResult($isPub, $times) method afterGetResultDataProvider (line 41) | public function afterGetResultDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/MenuTest.php class MenuTest (line 12) | class MenuTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAdd (line 56) | public function testAdd() method testAddDoLogAddAction (line 64) | public function testAddDoLogAddAction() method testAddToItem (line 70) | public function testAddToItem() method testAddWithSortIndexThatAlreadyExistsAddsItemOnNextAvailableIndex (line 81) | public function testAddWithSortIndexThatAlreadyExistsAddsItemOnNextAva... method testAddSortsItemsByTheirSortIndex (line 92) | public function testAddSortsItemsByTheirSortIndex() method testGet (line 107) | public function testGet() method testGetRecursive (line 118) | public function testGetRecursive() method testMove (line 149) | public function testMove() method testMoveNonExistentItemThrowsException (line 169) | public function testMoveNonExistentItemThrowsException() method testMoveToNonExistentItemThrowsException (line 181) | public function testMoveToNonExistentItemThrowsException() method testRemoveRemovesMenuItem (line 190) | public function testRemoveRemovesMenuItem() method testRemoveRemovesMenuItemRecursively (line 202) | public function testRemoveRemovesMenuItemRecursively() method testRemoveDoLogRemoveAction (line 215) | public function testRemoveDoLogRemoveAction() method testReorderReordersItemOnTopLevel (line 222) | public function testReorderReordersItemOnTopLevel() method testReorderReordersItemOnItsLevel (line 233) | public function testReorderReordersItemOnItsLevel() method testIsLast (line 259) | public function testIsLast() method testGetFirstAvailableReturnsLeafNode (line 269) | public function testGetFirstAvailableReturnsLeafNode() method testGetFirstAvailableReturnsOnlyAllowedAndNotDisabledItem (line 283) | public function testGetFirstAvailableReturnsOnlyAllowedAndNotDisabledI... method testMultipleIterationsWorkProperly (line 299) | public function testMultipleIterationsWorkProperly() method testNestedLoop (line 323) | public function testNestedLoop() method testSerialize (line 344) | public function testSerialize() method testUnserialize (line 367) | public function testUnserialize() FILE: app/code/Magento/Backend/Test/Unit/Model/Search/Config/Result/BuilderTest.php class BuilderTest (line 17) | class BuilderTest extends TestCase method setUp (line 39) | protected function setUp() method testAddWithNotSupportedStructureElementReturnsNothing (line 47) | public function testAddWithNotSupportedStructureElementReturnsNothing() method testAddWithSupportedStructureElements (line 57) | public function testAddWithSupportedStructureElements() FILE: app/code/Magento/Backend/Test/Unit/Model/Search/Config/Structure/Element/Builder/FieldTest.php class FieldTest (line 13) | class FieldTest extends TestCase method setUp (line 25) | protected function setUp() method testBuild (line 31) | public function testBuild() FILE: app/code/Magento/Backend/Test/Unit/Model/Search/Config/Structure/Element/Builder/GroupTest.php class GroupTest (line 13) | class GroupTest extends TestCase method setUp (line 25) | protected function setUp() method testBuild (line 31) | public function testBuild() FILE: app/code/Magento/Backend/Test/Unit/Model/Search/Config/Structure/Element/Builder/SectionTest.php class SectionTest (line 13) | class SectionTest extends TestCase method setUp (line 25) | protected function setUp() method testBuild (line 31) | public function testBuild() FILE: app/code/Magento/Backend/Test/Unit/Model/Session/AdminConfigTest.php class AdminConfigTest (line 12) | class AdminConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSetCookiePathNonDefault (line 66) | public function testSetCookiePathNonDefault() method testSetSessionSettingsByConstructor (line 107) | public function testSetSessionSettingsByConstructor($secureRequest) method requestSecureDataProvider (line 142) | public function requestSecureDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php class QuoteTest (line 13) | class QuoteTest extends \PHPUnit\Framework\TestCase method setUp (line 106) | protected function setUp() method testGetQuoteWithoutQuoteId (line 209) | public function testGetQuoteWithoutQuoteId() method testGetQuoteWithQuoteId (line 308) | public function testGetQuoteWithQuoteId($customerId, $quoteCustomerId,... method getQuoteDataProvider (line 372) | public function getQuoteDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/Translate/Inline/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method testIsActive (line 10) | public function testIsActive() FILE: app/code/Magento/Backend/Test/Unit/Model/UrlTest.php class UrlTest (line 14) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method testFindFirstAvailableMenuDenied (line 181) | public function testFindFirstAvailableMenuDenied() method testFindFirstAvailableMenu (line 196) | public function testFindFirstAvailableMenu() method testGetStartupPageUrl (line 212) | public function testGetStartupPageUrl() method testGetAreaFrontName (line 217) | public function testGetAreaFrontName() method testGetSecretKeyGenerationWithRouteNameAsParamNotEquals (line 244) | public function testGetSecretKeyGenerationWithRouteNameAsParamNotEquals() method testGetSecretKeyGenerationWithRouteNameAsParamEquals (line 262) | public function testGetSecretKeyGenerationWithRouteNameAsParamEquals() method testGetSecretKeyGenerationWithRouteNameInRequest (line 277) | public function testGetSecretKeyGenerationWithRouteNameInRequest() method testGetSecretKeyGenerationWithRouteNameInForwardInfo (line 310) | public function testGetSecretKeyGenerationWithRouteNameInForwardInfo() method testGetUrlWithUrlInRoutePath (line 383) | public function testGetUrlWithUrlInRoutePath() FILE: app/code/Magento/Backend/Test/Unit/Model/View/Layout/StructureManagerTest.php class StructureManagerTest (line 17) | class StructureManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | public function setUp() method testRemoveElement (line 46) | public function testRemoveElement() FILE: app/code/Magento/Backend/Test/Unit/Model/View/Result/PageTest.php class PageTest (line 10) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAddBreadcrumb (line 57) | public function testAddBreadcrumb() method testAddBreadcrumbNoBlock (line 75) | public function testAddBreadcrumbNoBlock() FILE: app/code/Magento/Backend/Test/Unit/Model/View/Result/RedirectTest.php class RedirectTest (line 10) | class RedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testSetRefererOrBaseUrl (line 50) | public function testSetRefererOrBaseUrl() FILE: app/code/Magento/Backend/Test/Unit/Model/Widget/Grid/AbstractTotalsTest.php class AbstractTotalsTest (line 8) | class AbstractTotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method tearDown (line 53) | protected function tearDown() method _getTestCollection (line 64) | protected function _getTestCollection() method _setUpColumns (line 80) | protected function _setUpColumns() method _prepareParserMock (line 100) | protected function _prepareParserMock() method _prepareFactoryMock (line 143) | protected function _prepareFactoryMock() method testColumns (line 175) | public function testColumns() method testCountTotals (line 190) | public function testCountTotals() method testReset (line 198) | public function testReset() method testResetFull (line 207) | public function testResetFull() FILE: app/code/Magento/Backend/Test/Unit/Model/Widget/Grid/ParserTest.php class ParserTest (line 8) | class ParserTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testParseExpression (line 25) | public function testParseExpression($expression, $expected) method parseExpressionDataProvider (line 33) | public function parseExpressionDataProvider() method testIsOperation (line 56) | public function testIsOperation($operation, $expected) method isOperationDataProvider (line 64) | public function isOperationDataProvider() FILE: app/code/Magento/Backend/Test/Unit/Model/Widget/Grid/Row/UrlGeneratorTest.php class UrlGeneratorTest (line 8) | class UrlGeneratorTest extends \PHPUnit\Framework\TestCase method testGetUrl (line 10) | public function testGetUrl() FILE: app/code/Magento/Backend/Test/Unit/Model/Widget/Grid/SubTotalsTest.php class SubTotalsTest (line 8) | class SubTotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 55) | protected function tearDown() method testCountTotals (line 61) | public function testCountTotals() method _getTestCollection (line 72) | protected function _getTestCollection() FILE: app/code/Magento/Backend/Test/Unit/Model/Widget/Grid/TotalsTest.php class TotalsTest (line 8) | class TotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 53) | protected function tearDown() method testCountTotals (line 59) | public function testCountTotals() method testCountTotalsWithSubItems (line 78) | public function testCountTotalsWithSubItems() FILE: app/code/Magento/Backend/Test/Unit/Service/V1/ModuleServiceTest.php class ModuleServiceTest (line 19) | class ModuleServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetModules (line 62) | public function testGetModules() FILE: app/code/Magento/Backend/Test/Unit/Setup/ConfigOptionsListTest.php class ConfigOptionsListTest (line 11) | class ConfigOptionsListTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetOptions (line 29) | public function testGetOptions() method testCreateConfig (line 38) | public function testCreateConfig() method testValidate (line 62) | public function testValidate() method testValidateInvalid (line 74) | public function testValidateInvalid(array $options, $expectedError) method validateInvalidDataProvider (line 83) | public function validateInvalidDataProvider() FILE: app/code/Magento/Backend/Ui/Component/Control/DeleteButton.php class DeleteButton (line 21) | class DeleteButton implements ButtonProviderInterface method __construct (line 67) | public function __construct( method getButtonData (line 88) | public function getButtonData() FILE: app/code/Magento/Backend/Ui/Component/Control/SaveSplitButton.php class SaveSplitButton (line 17) | class SaveSplitButton implements ButtonProviderInterface method __construct (line 27) | public function __construct(string $targetName) method getButtonData (line 35) | public function getButtonData() method getOptions (line 65) | private function getOptions(): array FILE: app/code/Magento/Backend/Ui/Component/Listing/Column/EditAction.php class EditAction (line 18) | class EditAction extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 47) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Backup/Block/Adminhtml/Backup.php class Backup (line 17) | class Backup extends \Magento\Backend\Block\Template method _prepareLayout (line 29) | protected function _prepareLayout() method getGridHtml (line 67) | public function getGridHtml() method getDialogsHtml (line 77) | public function getDialogsHtml() FILE: app/code/Magento/Backup/Block/Adminhtml/Dialogs.php class Dialogs (line 13) | class Dialogs extends Template FILE: app/code/Magento/Backup/Block/Adminhtml/Grid/Column/Renderer/Download.php class Download (line 14) | class Download extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method _getValue (line 22) | public function _getValue(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Backup/Block/Adminhtml/Grid/Column/Rollback.php class Rollback (line 18) | class Rollback extends \Magento\Backend\Block\Widget\Grid\Column method __construct (line 30) | public function __construct( method isDisplayed (line 44) | public function isDisplayed() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index.php class Index (line 20) | abstract class Index extends Action method __construct (line 70) | public function __construct( method dispatch (line 91) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Create.php class Create (line 15) | class Create extends \Magento\Backup\Controller\Adminhtml\Index implemen... method execute (line 23) | public function execute() method isRequestAllowed (line 120) | private function isRequestAllowed() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Disabled.php class Disabled (line 19) | class Disabled extends Action implements HttpGetActionInterface method __construct (line 35) | public function __construct(Context $context, PageFactory $pageFactory) method execute (line 44) | public function execute() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Download.php class Download (line 11) | class Download extends \Magento\Backup\Controller\Adminhtml\Index method __construct (line 27) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Grid.php class Grid (line 11) | class Grid extends \Magento\Backup\Controller\Adminhtml\Index method execute (line 18) | public function execute() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Index.php class Index (line 11) | class Index extends \Magento\Backup\Controller\Adminhtml\Index implement... method execute (line 18) | public function execute() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/MassDelete.php class MassDelete (line 9) | class MassDelete extends \Magento\Backup\Controller\Adminhtml\Index method execute (line 16) | public function execute() FILE: app/code/Magento/Backup/Controller/Adminhtml/Index/Rollback.php class Rollback (line 18) | class Rollback extends \Magento\Backup\Controller\Adminhtml\Index implem... method execute (line 28) | public function execute() FILE: app/code/Magento/Backup/Cron/SystemBackup.php class SystemBackup (line 14) | class SystemBackup method __construct (line 81) | public function __construct( method execute (line 105) | public function execute() FILE: app/code/Magento/Backup/Helper/Data.php class Data (line 20) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 45) | public function __construct( method getBackupTypes (line 62) | public function getBackupTypes() method getBackupTypesList (line 77) | public function getBackupTypesList() method getDefaultBackupType (line 92) | public function getDefaultBackupType() method getBackupsDir (line 102) | public function getBackupsDir() method getExtensionByType (line 113) | public function getExtensionByType($type) method getExtensions (line 124) | public function getExtensions() method generateBackupDownloadName (line 140) | public function generateBackupDownloadName(\Magento\Backup\Model\Backu... method isRollbackAllowed (line 160) | public function isRollbackAllowed() method getBackupIgnorePaths (line 170) | public function getBackupIgnorePaths() method getRollbackIgnorePaths (line 191) | public function getRollbackIgnorePaths() method getCreateSuccessMessageByType (line 213) | public function getCreateSuccessMessageByType($type) method invalidateCache (line 236) | public function invalidateCache() method nameToDisplayName (line 251) | public function nameToDisplayName($name) method extractDataFromFilename (line 262) | public function extractDataFromFilename($filename) method isEnabled (line 297) | public function isEnabled(): bool FILE: app/code/Magento/Backup/Model/Backup.php class Backup (line 22) | class Backup extends \Magento\Framework\DataObject implements \Magento\F... method __construct (line 86) | public function __construct( method setTime (line 110) | public function setTime($time) method setPath (line 122) | public function setPath($path) method setName (line 134) | public function setName($name) method load (line 147) | public function load($fileName, $filePath) method exists (line 172) | public function exists() method getFileName (line 182) | public function getFileName() method setType (line 202) | public function setType($value = 'db') method getType (line 220) | public function getType() method setFile (line 232) | public function setFile(&$content) method getFile (line 250) | public function &getFile() method deleteFile (line 265) | public function deleteFile() method open (line 284) | public function open($write = false) method _getStream (line 323) | protected function _getStream() method read (line 338) | public function read($length) method eof (line 349) | public function eof() method write (line 361) | public function write($string) method close (line 380) | public function close() method output (line 395) | public function output() method getSize (line 413) | public function getSize() method validateUserPassword (line 434) | public function validateUserPassword($password) method _getFilePath (line 445) | protected function _getFilePath() FILE: app/code/Magento/Backup/Model/BackupFactory.php class BackupFactory (line 18) | class BackupFactory method __construct (line 28) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 40) | public function create($timestamp, $type) FILE: app/code/Magento/Backup/Model/Config/Backend/Cron.php class Cron (line 13) | class Cron extends \Magento\Framework\App\Config\Value method __construct (line 46) | public function __construct( method afterSave (line 68) | public function afterSave() FILE: app/code/Magento/Backup/Model/Config/Source/Type.php class Type (line 15) | class Type implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct(\Magento\Backup\Helper\Data $backupData) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Backup/Model/Db.php class Db (line 21) | class Db implements \Magento\Framework\Backup\Db\BackupDbInterface method __construct (line 66) | public function __construct( method getResource (line 92) | public function getResource() method getTables (line 102) | public function getTables() method getTableCreateScript (line 114) | public function getTableCreateScript($tableName, $addDropIfExists = fa... method getTableDataDump (line 125) | public function getTableDataDump($tableName) method getHeader (line 135) | public function getHeader() method getFooter (line 145) | public function getFooter() method renderSql (line 155) | public function renderSql() method createBackup (line 173) | public function createBackup(\Magento\Framework\Backup\Db\BackupInterf... method getDBBackupSize (line 236) | public function getDBBackupSize() method getIgnoreDataTablesList (line 255) | public function getIgnoreDataTablesList() FILE: app/code/Magento/Backup/Model/Fs/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Data\Collection\Filesystem method __construct (line 49) | public function __construct( method _hideBackupsForApache (line 91) | protected function _hideBackupsForApache() method _generateRow (line 105) | protected function _generateRow($filename) FILE: app/code/Magento/Backup/Model/Grid/Options.php class Options (line 18) | class Options implements \Magento\Framework\Option\ArrayInterface method __construct (line 28) | public function __construct(\Magento\Backup\Helper\Data $backupHelper) method toOptionArray (line 37) | public function toOptionArray() FILE: app/code/Magento/Backup/Model/ResourceModel/Db.php class Db (line 13) | class Db method __construct (line 43) | public function __construct( method clear (line 56) | public function clear() method getTables (line 66) | public function getTables() method getTableDropSql (line 77) | public function getTableDropSql($tableName) method getTableCreateSql (line 89) | public function getTableCreateSql($tableName, $withForeignKeys = false) method getTableForeignKeysSql (line 100) | public function getTableForeignKeysSql($tableName = null) method getTableTriggersSql (line 124) | public function getTableTriggersSql($tableName = null, $addDropIfExist... method getTableStatus (line 148) | public function getTableStatus($tableName) method getTableDataSql (line 175) | public function getTableDataSql($tableName, $count = null, $offset = n... method getTableCreateScript (line 187) | public function getTableCreateScript($tableName, $addDropIfExists = fa... method getTableHeader (line 198) | public function getTableHeader($tableName) method getTableDataDump (line 212) | public function getTableDataDump($tableName, $step = false) method getHeader (line 222) | public function getHeader() method getFooter (line 232) | public function getFooter() method getTableDataBeforeSql (line 243) | public function getTableDataBeforeSql($tableName) method getTableDataAfterSql (line 254) | public function getTableDataAfterSql($tableName) method beginTransaction (line 264) | public function beginTransaction() method commitTransaction (line 276) | public function commitTransaction() method rollBackTransaction (line 288) | public function rollBackTransaction() method runCommand (line 301) | public function runCommand($command) FILE: app/code/Magento/Backup/Model/ResourceModel/Helper.php class Helper (line 13) | class Helper extends \Magento\Framework\DB\Helper method __construct (line 35) | public function __construct( method getTableDropSql (line 50) | public function getTableDropSql($tableName) method getTableForeignKeysSql (line 62) | public function getTableForeignKeysSql($tableName = null) method _buildForeignKeysAlterTableSql (line 86) | protected function _buildForeignKeysAlterTableSql($tableName, $foreign... method getTableCreateScript (line 106) | public function getTableCreateScript($tableName, $addDropIfExists = fa... method getTableCreateSql (line 130) | public function getTableCreateSql($tableName, $withForeignKeys = false) method getHeader (line 176) | public function getHeader() method getFooter (line 207) | public function getFooter() method getTableDataBeforeSql (line 229) | public function getTableDataBeforeSql($tableName) method getTableDataAfterSql (line 245) | public function getTableDataAfterSql($tableName) method getPartInsertSql (line 259) | public function getPartInsertSql($tableName, $count = null, $offset = ... method getInsertSql (line 289) | public function getInsertSql($tableName) method _quoteRow (line 301) | protected function _quoteRow($tableName, array $row) method prepareTransactionIsolationLevel (line 326) | public function prepareTransactionIsolationLevel() method restoreTransactionIsolationLevel (line 336) | public function restoreTransactionIsolationLevel() method getTableTriggersSql (line 349) | public function getTableTriggersSql($tableName, $addDropIfExists = fal... FILE: app/code/Magento/Backup/Model/ResourceModel/Table/GetListTables.php class GetListTables (line 15) | class GetListTables method __construct (line 27) | public function __construct(ResourceConnection $resource) method execute (line 37) | public function execute(): array FILE: app/code/Magento/Backup/Model/ResourceModel/View/CreateViewsBackup.php class CreateViewsBackup (line 17) | class CreateViewsBackup method __construct (line 38) | public function __construct( method execute (line 51) | public function execute(BackupInterface $backup): void method getConnection (line 67) | private function getConnection(): AdapterInterface method getCreateView (line 82) | private function getCreateView(string $viewName): string method getViewHeader (line 99) | public function getViewHeader(string $viewName): string method getDropViewSql (line 111) | public function getDropViewSql(string $viewName): string FILE: app/code/Magento/Backup/Model/ResourceModel/View/GetListViews.php class GetListViews (line 15) | class GetListViews method __construct (line 27) | public function __construct(ResourceConnection $resource) method execute (line 37) | public function execute(): array FILE: app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/CreateTest.php class CreateTest (line 15) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | public function setUp() method testExecuteNotPost (line 146) | public function testExecuteNotPost() method testExecutePermission (line 173) | public function testExecutePermission() FILE: app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/DownloadTest.php class DownloadTest (line 15) | class DownloadTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testExecuteBackupFound (line 149) | public function testExecuteBackupFound() method testExecuteBackupNotFound (line 215) | public function testExecuteBackupNotFound($time, $exists, $existsCount) method executeBackupNotFoundDataProvider (line 250) | public function executeBackupNotFoundDataProvider() FILE: app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/RollbackTest.php class RollbackTest (line 14) | class RollbackTest extends \PHPUnit\Framework\TestCase method setUp (line 96) | protected function setUp() method testExecuteRollbackDisabled (line 163) | public function testExecuteRollbackDisabled() method testExecuteBackupNotFound (line 178) | public function testExecuteBackupNotFound() method testExecute (line 218) | public function testExecute() FILE: app/code/Magento/Backup/Test/Unit/Cron/SystemBackupTest.php class SystemBackupTest (line 16) | class SystemBackupTest extends TestCase method setUp (line 31) | protected function setUp() method testDisabled (line 41) | public function testDisabled() FILE: app/code/Magento/Backup/Test/Unit/Helper/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetBackupIgnorePaths (line 49) | public function testGetBackupIgnorePaths() method testGetRollbackIgnorePaths (line 67) | public function testGetRollbackIgnorePaths() FILE: app/code/Magento/Backup/Test/Unit/Model/BackupFactoryTest.php class BackupFactoryTest (line 8) | class BackupFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testCreate (line 78) | public function testCreate() method testCreateInvalid (line 107) | public function testCreateInvalid() FILE: app/code/Magento/Backup/Test/Unit/Model/BackupTest.php class BackupTest (line 14) | class BackupTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testOutput (line 73) | public function testOutput($isFile, $result) method outputDataProvider (line 109) | public function outputDataProvider() FILE: app/code/Magento/Backup/Test/Unit/Model/Fs/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method testConstructor (line 10) | public function testConstructor() FILE: app/code/Magento/Braintree/Block/Adminhtml/Form/Field/CcTypes.php class CcTypes (line 15) | class CcTypes extends Select method __construct (line 29) | public function __construct( method _toHtml (line 43) | protected function _toHtml() method setInputName (line 59) | public function setInputName($value) FILE: app/code/Magento/Braintree/Block/Adminhtml/Form/Field/Countries.php class Countries (line 15) | class Countries extends Select method __construct (line 29) | public function __construct(Context $context, Country $countryHelper, ... method _toHtml (line 40) | protected function _toHtml() method setInputName (line 54) | public function setInputName($value) FILE: app/code/Magento/Braintree/Block/Adminhtml/Form/Field/CountryCreditCard.php class CountryCreditCard (line 14) | class CountryCreditCard extends AbstractFieldArray method getCountryRenderer (line 31) | protected function getCountryRenderer() method getCcTypesRenderer (line 48) | protected function getCcTypesRenderer() method _prepareToRender (line 64) | protected function _prepareToRender() method _prepareArrayRow (line 90) | protected function _prepareArrayRow(DataObject $row) FILE: app/code/Magento/Braintree/Block/Customer/CardRenderer.php class CardRenderer (line 17) | class CardRenderer extends AbstractCardRenderer method canRender (line 26) | public function canRender(PaymentTokenInterface $token) method getNumberLast4Digits (line 35) | public function getNumberLast4Digits() method getExpDate (line 44) | public function getExpDate() method getIconUrl (line 53) | public function getIconUrl() method getIconHeight (line 62) | public function getIconHeight() method getIconWidth (line 71) | public function getIconWidth() FILE: app/code/Magento/Braintree/Block/Customer/PayPal/VaultTokenRenderer.php class VaultTokenRenderer (line 20) | class VaultTokenRenderer extends AbstractTokenRenderer method __construct (line 34) | public function __construct( method getIconUrl (line 47) | public function getIconUrl() method getIconHeight (line 56) | public function getIconHeight() method getIconWidth (line 65) | public function getIconWidth() method canRender (line 77) | public function canRender(PaymentTokenInterface $token) method getPayerEmail (line 87) | public function getPayerEmail() FILE: app/code/Magento/Braintree/Block/Form.php class Form (line 21) | class Form extends Cc method __construct (line 52) | public function __construct( method getCcAvailableTypes (line 72) | public function getCcAvailableTypes() method useCvv (line 83) | public function useCvv() method isVaultEnabled (line 92) | public function isVaultEnabled() method getConfiguredCardTypes (line 102) | private function getConfiguredCardTypes() method filterCardTypesForCountry (line 119) | private function filterCardTypesForCountry(array $configCardTypes, $co... method getVaultPayment (line 139) | private function getVaultPayment() FILE: app/code/Magento/Braintree/Block/Info.php class Info (line 14) | class Info extends ConfigurableInfo method getLabel (line 22) | protected function getLabel($field) FILE: app/code/Magento/Braintree/Block/Payment.php class Payment (line 19) | class Payment extends Template method __construct (line 33) | public function __construct( method getPaymentConfig (line 46) | public function getPaymentConfig() method getCode (line 62) | public function getCode() FILE: app/code/Magento/Braintree/Block/Paypal/Button.php class Button (line 22) | class Button extends Template implements ShortcutInterface method __construct (line 62) | public function __construct( method _toHtml (line 83) | protected function _toHtml() method getAlias (line 95) | public function getAlias() method getContainerId (line 105) | public function getContainerId() method getLocale (line 115) | public function getLocale() method getCurrency (line 125) | public function getCurrency() method getAmount (line 135) | public function getAmount() method isActive (line 145) | public function isActive() method getMerchantName (line 156) | public function getMerchantName() method getClientToken (line 166) | public function getClientToken() method getActionSuccess (line 176) | public function getActionSuccess() method getEnvironment (line 186) | public function getEnvironment(): string FILE: app/code/Magento/Braintree/Block/Paypal/Checkout/Review.php class Review (line 16) | class Review extends Express\Review method getEditUrl (line 33) | public function getEditUrl() FILE: app/code/Magento/Braintree/Controller/Adminhtml/Payment/GetClientToken.php class GetClientToken (line 19) | class GetClientToken extends Action method __construct (line 44) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Braintree/Controller/Adminhtml/Payment/GetNonce.php class GetNonce (line 11) | class GetNonce extends \Magento\Braintree\Controller\Payment\GetNonce FILE: app/code/Magento/Braintree/Controller/Adminhtml/Report/Index.php class Index (line 16) | class Index extends Action method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Braintree/Controller/Payment/GetNonce.php class GetNonce (line 20) | class GetNonce extends Action method __construct (line 43) | public function __construct( method execute (line 58) | public function execute() method processBadRequest (line 83) | private function processBadRequest(ResultInterface $response) FILE: app/code/Magento/Braintree/Controller/Paypal/AbstractAction.php class AbstractAction (line 20) | abstract class AbstractAction extends Action method __construct (line 39) | public function __construct( method dispatch (line 54) | public function dispatch(RequestInterface $request) method validateQuote (line 74) | protected function validateQuote($quote) FILE: app/code/Magento/Braintree/Controller/Paypal/PlaceOrder.php class PlaceOrder (line 21) | class PlaceOrder extends AbstractAction implements HttpPostActionInterface method __construct (line 44) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Braintree/Controller/Paypal/Review.php class Review (line 22) | class Review extends AbstractAction implements HttpPostActionInterface, ... method __construct (line 48) | public function __construct( method execute (line 63) | public function execute() method validateRequestData (line 111) | private function validateRequestData(array $requestData) FILE: app/code/Magento/Braintree/Controller/Paypal/SaveShippingMethod.php class SaveShippingMethod (line 18) | class SaveShippingMethod extends AbstractAction method __construct (line 33) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Braintree/Gateway/Command/CaptureStrategyCommand.php class CaptureStrategyCommand (line 27) | class CaptureStrategyCommand implements CommandInterface method __construct (line 90) | public function __construct( method execute (line 111) | public function execute(array $commandSubject) method getCommand (line 126) | private function getCommand(PaymentDataObjectInterface $paymentDO) method isExpiredAuthorization (line 153) | private function isExpiredAuthorization(OrderPaymentInterface $payment... method isExistsCaptureTransaction (line 172) | private function isExistsCaptureTransaction(OrderPaymentInterface $pay... FILE: app/code/Magento/Braintree/Gateway/Command/GetPaymentNonceCommand.php class GetPaymentNonceCommand (line 19) | class GetPaymentNonceCommand implements CommandInterface method __construct (line 54) | public function __construct( method execute (line 72) | public function execute(array $commandSubject) FILE: app/code/Magento/Braintree/Gateway/Config/CanVoidHandler.php class CanVoidHandler (line 12) | class CanVoidHandler implements ValueHandlerInterface method __construct (line 23) | public function __construct( method handle (line 38) | public function handle(array $subject, $storeId = null) FILE: app/code/Magento/Braintree/Gateway/Config/Config.php class Config (line 14) | class Config extends \Magento\Payment\Gateway\Config\Config method __construct (line 48) | public function __construct( method getCountrySpecificCardTypeConfig (line 73) | public function getCountrySpecificCardTypeConfig($storeId = null) method getAvailableCardTypes (line 89) | public function getAvailableCardTypes($storeId = null) method getCcTypesMapper (line 101) | public function getCcTypesMapper() method getCountryAvailableCardTypes (line 118) | public function getCountryAvailableCardTypes($country, $storeId = null) method isCvvEnabled (line 131) | public function isCvvEnabled($storeId = null) method isVerify3DSecure (line 142) | public function isVerify3DSecure($storeId = null) method getThresholdAmount (line 153) | public function getThresholdAmount($storeId = null) method get3DSecureSpecificCountries (line 164) | public function get3DSecureSpecificCountries($storeId = null) method getEnvironment (line 181) | public function getEnvironment($storeId = null) method getMerchantId (line 192) | public function getMerchantId($storeId = null) method getMerchantAccountId (line 203) | public function getMerchantAccountId($storeId = null) method getSdkUrl (line 213) | public function getSdkUrl() method getHostedFieldsSdkUrl (line 223) | public function getHostedFieldsSdkUrl(): string method hasFraudProtection (line 234) | public function hasFraudProtection($storeId = null) method isActive (line 245) | public function isActive($storeId = null) method getDynamicDescriptors (line 256) | public function getDynamicDescriptors($storeId = null) FILE: app/code/Magento/Braintree/Gateway/Config/PayPal/Config.php class Config (line 14) | class Config extends \Magento\Payment\Gateway\Config\Config method __construct (line 46) | public function __construct( method isActive (line 61) | public function isActive() method isDisplayShoppingCart (line 69) | public function isDisplayShoppingCart() method isAllowToEditShippingAddress (line 79) | public function isAllowToEditShippingAddress() method getMerchantName (line 89) | public function getMerchantName() method isRequiredBillingAddress (line 99) | public function isRequiredBillingAddress() method getTitle (line 109) | public function getTitle() method isSkipOrderReview (line 118) | public function isSkipOrderReview() method getPayPalIcon (line 127) | public function getPayPalIcon() FILE: app/code/Magento/Braintree/Gateway/Http/Client/AbstractTransaction.php class AbstractTransaction (line 19) | abstract class AbstractTransaction implements ClientInterface method __construct (line 43) | public function __construct(LoggerInterface $logger, Logger $customLog... method placeRequest (line 53) | public function placeRequest(TransferInterface $transferObject) method process (line 81) | abstract protected function process(array $data); FILE: app/code/Magento/Braintree/Gateway/Http/Client/TransactionRefund.php class TransactionRefund (line 10) | class TransactionRefund extends AbstractTransaction method process (line 17) | protected function process(array $data) FILE: app/code/Magento/Braintree/Gateway/Http/Client/TransactionSale.php class TransactionSale (line 11) | class TransactionSale extends AbstractTransaction method process (line 16) | protected function process(array $data) FILE: app/code/Magento/Braintree/Gateway/Http/Client/TransactionSubmitForSettlement.php class TransactionSubmitForSettlement (line 14) | class TransactionSubmitForSettlement extends AbstractTransaction method process (line 19) | protected function process(array $data) FILE: app/code/Magento/Braintree/Gateway/Http/Client/TransactionVoid.php class TransactionVoid (line 8) | class TransactionVoid extends AbstractTransaction method process (line 15) | protected function process(array $data) FILE: app/code/Magento/Braintree/Gateway/Http/TransferFactory.php class TransferFactory (line 13) | class TransferFactory implements TransferFactoryInterface method __construct (line 23) | public function __construct( method create (line 35) | public function create(array $request) FILE: app/code/Magento/Braintree/Gateway/Request/AddressDataBuilder.php class AddressDataBuilder (line 14) | class AddressDataBuilder implements BuilderInterface method __construct (line 88) | public function __construct(SubjectReader $subjectReader) method build (line 96) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/BillingAddressDataBuilder.php class BillingAddressDataBuilder (line 14) | class BillingAddressDataBuilder implements BuilderInterface method __construct (line 80) | public function __construct(SubjectReader $subjectReader) method build (line 88) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/CaptureDataBuilder.php class CaptureDataBuilder (line 16) | class CaptureDataBuilder implements BuilderInterface method __construct (line 32) | public function __construct(SubjectReader $subjectReader) method build (line 40) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/ChannelDataBuilder.php class ChannelDataBuilder (line 16) | class ChannelDataBuilder implements BuilderInterface method __construct (line 44) | public function __construct(ProductMetadataInterface $productMetadata,... method build (line 53) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/CustomerDataBuilder.php class CustomerDataBuilder (line 14) | class CustomerDataBuilder implements BuilderInterface method __construct (line 57) | public function __construct(SubjectReader $subjectReader) method build (line 65) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/DescriptorDataBuilder.php class DescriptorDataBuilder (line 15) | class DescriptorDataBuilder implements BuilderInterface method __construct (line 36) | public function __construct(Config $config, SubjectReader $subjectReader) method build (line 45) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/KountPaymentDataBuilder.php class KountPaymentDataBuilder (line 16) | class KountPaymentDataBuilder implements BuilderInterface method __construct (line 39) | public function __construct(Config $config, SubjectReader $subjectReader) method build (line 48) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/MerchantAccountDataBuilder.php class MerchantAccountDataBuilder (line 17) | class MerchantAccountDataBuilder implements BuilderInterface method __construct (line 42) | public function __construct(Config $config, SubjectReader $subjectReader) method build (line 51) | public function build(array $buildSubject): array FILE: app/code/Magento/Braintree/Gateway/Request/PayPal/DeviceDataBuilder.php class DeviceDataBuilder (line 15) | class DeviceDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/PayPal/VaultDataBuilder.php class VaultDataBuilder (line 15) | class VaultDataBuilder implements BuilderInterface method __construct (line 37) | public function __construct(SubjectReader $subjectReader) method build (line 45) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/PaymentDataBuilder.php class PaymentDataBuilder (line 17) | class PaymentDataBuilder implements BuilderInterface method __construct (line 59) | public function __construct(Config $config, SubjectReader $subjectReader) method build (line 67) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/RefundDataBuilder.php class RefundDataBuilder (line 14) | class RefundDataBuilder implements BuilderInterface method __construct (line 28) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/SettlementDataBuilder.php class SettlementDataBuilder (line 13) | class SettlementDataBuilder implements BuilderInterface method build (line 20) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/StoreConfigBuilder.php class StoreConfigBuilder (line 15) | class StoreConfigBuilder implements BuilderInterface method __construct (line 25) | public function __construct(SubjectReader $subjectReader) method build (line 33) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/ThreeDSecureDataBuilder.php class ThreeDSecureDataBuilder (line 17) | class ThreeDSecureDataBuilder implements BuilderInterface method __construct (line 37) | public function __construct(Config $config, SubjectReader $subjectReader) method build (line 46) | public function build(array $buildSubject) method is3DSecureEnabled (line 65) | private function is3DSecureEnabled(OrderAdapterInterface $order, $amount) FILE: app/code/Magento/Braintree/Gateway/Request/VaultCaptureDataBuilder.php class VaultCaptureDataBuilder (line 17) | class VaultCaptureDataBuilder implements BuilderInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method build (line 39) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/VaultDataBuilder.php class VaultDataBuilder (line 13) | class VaultDataBuilder implements BuilderInterface method build (line 29) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/VaultThreeDSecureDataBuilder.php class VaultThreeDSecureDataBuilder (line 16) | class VaultThreeDSecureDataBuilder implements BuilderInterface method __construct (line 34) | public function __construct( method build (line 45) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Request/VoidDataBuilder.php class VoidDataBuilder (line 12) | class VoidDataBuilder implements BuilderInterface method __construct (line 24) | public function __construct(SubjectReader $subjectReader) method build (line 35) | public function build(array $buildSubject) FILE: app/code/Magento/Braintree/Gateway/Response/CancelDetailsHandler.php class CancelDetailsHandler (line 17) | class CancelDetailsHandler implements HandlerInterface method __construct (line 27) | public function __construct(SubjectReader $subjectReader) method handle (line 35) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Braintree/Gateway/Response/CardDetailsHandler.php class CardDetailsHandler (line 17) | class CardDetailsHandler implements HandlerInterface method __construct (line 45) | public function __construct( method handle (line 56) | public function handle(array $handlingSubject, array $response) method getCreditCardType (line 85) | private function getCreditCardType($type) FILE: app/code/Magento/Braintree/Gateway/Response/PayPal/VaultDetailsHandler.php class VaultDetailsHandler (line 21) | class VaultDetailsHandler implements HandlerInterface method __construct (line 49) | public function __construct( method handle (line 64) | public function handle(array $handlingSubject, array $response) method getVaultPaymentToken (line 84) | private function getVaultPaymentToken(Transaction $transaction) method getExpirationDate (line 107) | private function getExpirationDate() method getExtensionAttributes (line 119) | private function getExtensionAttributes(InfoInterface $payment) FILE: app/code/Magento/Braintree/Gateway/Response/PayPalDetailsHandler.php class PayPalDetailsHandler (line 15) | class PayPalDetailsHandler implements HandlerInterface method __construct (line 31) | public function __construct(SubjectReader $subjectReader) method handle (line 39) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Braintree/Gateway/Response/PaymentDetailsHandler.php class PaymentDetailsHandler (line 16) | class PaymentDetailsHandler implements HandlerInterface method __construct (line 53) | public function __construct(SubjectReader $subjectReader) method handle (line 61) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Braintree/Gateway/Response/RefundHandler.php class RefundHandler (line 10) | class RefundHandler extends VoidHandler method shouldCloseParentTransaction (line 19) | protected function shouldCloseParentTransaction(Payment $orderPayment) FILE: app/code/Magento/Braintree/Gateway/Response/RiskDataHandler.php class RiskDataHandler (line 15) | class RiskDataHandler implements HandlerInterface method __construct (line 42) | public function __construct(SubjectReader $subjectReader) method handle (line 54) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Braintree/Gateway/Response/ThreeDSecureDetailsHandler.php class ThreeDSecureDetailsHandler (line 17) | class ThreeDSecureDetailsHandler implements HandlerInterface method __construct (line 33) | public function __construct(SubjectReader $subjectReader) method handle (line 41) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Braintree/Gateway/Response/TransactionIdHandler.php class TransactionIdHandler (line 12) | class TransactionIdHandler implements HandlerInterface method __construct (line 23) | public function __construct( method handle (line 36) | public function handle(array $handlingSubject, array $response) method setTransactionId (line 62) | protected function setTransactionId(Payment $orderPayment, \Braintree\... method shouldCloseTransaction (line 72) | protected function shouldCloseTransaction() method shouldCloseParentTransaction (line 84) | protected function shouldCloseParentTransaction(Payment $orderPayment) FILE: app/code/Magento/Braintree/Gateway/Response/VaultDetailsHandler.php class VaultDetailsHandler (line 24) | class VaultDetailsHandler implements HandlerInterface method __construct (line 61) | public function __construct( method handle (line 78) | public function handle(array $handlingSubject, array $response) method getVaultPaymentToken (line 98) | protected function getVaultPaymentToken(Transaction $transaction) method getExpirationDate (line 124) | private function getExpirationDate(Transaction $transaction) method convertDetailsToJSON (line 145) | private function convertDetailsToJSON($details) method getCreditCardType (line 157) | private function getCreditCardType($type) method getExtensionAttributes (line 170) | private function getExtensionAttributes(InfoInterface $payment) FILE: app/code/Magento/Braintree/Gateway/Response/VoidHandler.php class VoidHandler (line 10) | class VoidHandler extends TransactionIdHandler method setTransactionId (line 18) | protected function setTransactionId(Payment $orderPayment, \Braintree\... method shouldCloseTransaction (line 28) | protected function shouldCloseTransaction() method shouldCloseParentTransaction (line 40) | protected function shouldCloseParentTransaction(Payment $orderPayment) FILE: app/code/Magento/Braintree/Gateway/SubjectReader.php class SubjectReader (line 16) | class SubjectReader method readResponseObject (line 24) | public function readResponseObject(array $subject) method readPayment (line 40) | public function readPayment(array $subject) method readTransaction (line 52) | public function readTransaction(array $subject) method readAmount (line 73) | public function readAmount(array $subject) method readCustomerId (line 84) | public function readCustomerId(array $subject) method readPublicHash (line 99) | public function readPublicHash(array $subject) method readPayPal (line 114) | public function readPayPal(Transaction $transaction) method readStoreId (line 129) | public function readStoreId(array $subject) FILE: app/code/Magento/Braintree/Gateway/Validator/CancelResponseValidator.php class CancelResponseValidator (line 23) | class CancelResponseValidator extends AbstractValidator method __construct (line 45) | public function __construct( method validate (line 58) | public function validate(array $validationSubject): ResultInterface method isErrorAcceptable (line 77) | private function isErrorAcceptable(ErrorCollection $errorCollection): ... FILE: app/code/Magento/Braintree/Gateway/Validator/ErrorCodeProvider.php class ErrorCodeProvider (line 19) | class ErrorCodeProvider method getErrorCodes (line 27) | public function getErrorCodes($response): array FILE: app/code/Magento/Braintree/Gateway/Validator/GeneralResponseValidator.php class GeneralResponseValidator (line 14) | class GeneralResponseValidator extends AbstractValidator method __construct (line 33) | public function __construct( method validate (line 46) | public function validate(array $validationSubject) method getResponseValidators (line 70) | protected function getResponseValidators() FILE: app/code/Magento/Braintree/Gateway/Validator/PaymentNonceResponseValidator.php class PaymentNonceResponseValidator (line 11) | class PaymentNonceResponseValidator extends GeneralResponseValidator method getResponseValidators (line 16) | protected function getResponseValidators() FILE: app/code/Magento/Braintree/Gateway/Validator/ResponseValidator.php class ResponseValidator (line 16) | class ResponseValidator extends GeneralResponseValidator method getResponseValidators (line 21) | protected function getResponseValidators() FILE: app/code/Magento/Braintree/Helper/CcType.php class CcType (line 13) | class CcType method __construct (line 30) | public function __construct(CcTypeSource $ccTypeSource) method getCcTypes (line 40) | public function getCcTypes() FILE: app/code/Magento/Braintree/Helper/Country.php class Country (line 14) | class Country method __construct (line 35) | public function __construct(CollectionFactory $factory, CountryConfig ... method getCountries (line 46) | public function getCountries() FILE: app/code/Magento/Braintree/Model/Adapter/BraintreeAdapter.php class BraintreeAdapter (line 21) | class BraintreeAdapter method __construct (line 34) | public function __construct($merchantId, $publicKey, $privateKey, $env... method initCredentials (line 53) | protected function initCredentials() method environment (line 69) | public function environment($value = null) method merchantId (line 78) | public function merchantId($value = null) method publicKey (line 87) | public function publicKey($value = null) method privateKey (line 96) | public function privateKey($value = null) method generate (line 105) | public function generate(array $params = []) method find (line 118) | public function find($token) method search (line 131) | public function search(array $filters) method createNonce (line 140) | public function createNonce($token) method sale (line 149) | public function sale(array $attributes) method submitForSettlement (line 159) | public function submitForSettlement($transactionId, $amount = null) method void (line 168) | public function void($transactionId) method refund (line 178) | public function refund($transactionId, $amount = null) method cloneTransaction (line 189) | public function cloneTransaction($transactionId, array $attributes) FILE: app/code/Magento/Braintree/Model/Adapter/BraintreeAdapterFactory.php class BraintreeAdapterFactory (line 14) | class BraintreeAdapterFactory method __construct (line 30) | public function __construct(ObjectManagerInterface $objectManager, Con... method create (line 44) | public function create($storeId = null) FILE: app/code/Magento/Braintree/Model/Adapter/BraintreeSearchAdapter.php class BraintreeSearchAdapter (line 18) | class BraintreeSearchAdapter method id (line 24) | public function id() method merchantAccountId (line 32) | public function merchantAccountId() method orderId (line 40) | public function orderId() method paypalPaymentId (line 48) | public function paypalPaymentId() method createdUsing (line 56) | public function createdUsing() method type (line 64) | public function type() method createdAt (line 72) | public function createdAt() method amount (line 80) | public function amount() method status (line 88) | public function status() method settlementBatchId (line 96) | public function settlementBatchId() method paymentInstrumentType (line 104) | public function paymentInstrumentType() FILE: app/code/Magento/Braintree/Model/Adminhtml/Source/CcType.php class CcType (line 12) | class CcType extends \Magento\Payment\Model\Source\Cctype method getAllowedTypes (line 27) | public function getAllowedTypes() method getCcTypeLabelMap (line 37) | public function getCcTypeLabelMap() method toOptionArray (line 45) | public function toOptionArray() FILE: app/code/Magento/Braintree/Model/Adminhtml/Source/Environment.php class Environment (line 13) | class Environment implements ArrayInterface method toOptionArray (line 23) | public function toOptionArray() FILE: app/code/Magento/Braintree/Model/Adminhtml/Source/PaymentAction.php class PaymentAction (line 14) | class PaymentAction implements ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Braintree/Model/Adminhtml/System/Config/Country.php class Country (line 14) | class Country implements ArrayInterface method __construct (line 56) | public function __construct(Collection $countryCollection) method toOptionArray (line 65) | public function toOptionArray($isMultiselect = false) method isCountryRestricted (line 88) | public function isCountryRestricted($countryId) method getExcludedCountries (line 97) | public function getExcludedCountries() FILE: app/code/Magento/Braintree/Model/Adminhtml/System/Config/CountryCreditCard.php class CountryCreditCard (line 21) | class CountryCreditCard extends Value method __construct (line 44) | public function __construct( method beforeSave (line 66) | public function beforeSave() method afterLoad (line 97) | public function afterLoad() method encodeArrayFieldValue (line 114) | protected function encodeArrayFieldValue(array $value) method appendUniqueCountries (line 131) | private function appendUniqueCountries(array $countriesList, array $in... FILE: app/code/Magento/Braintree/Model/AvsEmsCodeMapper.php class AvsEmsCodeMapper (line 20) | class AvsEmsCodeMapper implements PaymentVerificationInterface method getCode (line 51) | public function getCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Braintree/Model/CvvEmsCodeMapper.php class CvvEmsCodeMapper (line 20) | class CvvEmsCodeMapper implements PaymentVerificationInterface method getCode (line 50) | public function getCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Braintree/Model/InstantPurchase/CreditCard/AvailabilityChecker.php class AvailabilityChecker (line 14) | class AvailabilityChecker implements AvailabilityCheckerInterface method __construct (line 25) | public function __construct(Config $config) method isAvailable (line 33) | public function isAvailable(): bool FILE: app/code/Magento/Braintree/Model/InstantPurchase/CreditCard/TokenFormatter.php class TokenFormatter (line 14) | class TokenFormatter implements PaymentTokenFormatterInterface method formatPaymentToken (line 33) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: app/code/Magento/Braintree/Model/InstantPurchase/PayPal/TokenFormatter.php class TokenFormatter (line 14) | class TokenFormatter implements PaymentTokenFormatterInterface method formatPaymentToken (line 19) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: app/code/Magento/Braintree/Model/InstantPurchase/PaymentAdditionalInformationProvider.php class PaymentAdditionalInformationProvider (line 15) | class PaymentAdditionalInformationProvider implements PaymentAdditionalI... method __construct (line 26) | public function __construct(GetPaymentNonceCommand $getPaymentNonceCom... method getAdditionalInformation (line 34) | public function getAdditionalInformation(PaymentTokenInterface $paymen... FILE: app/code/Magento/Braintree/Model/LocaleResolver.php class LocaleResolver (line 14) | class LocaleResolver implements ResolverInterface method __construct (line 41) | public function __construct(ResolverInterface $resolver, Config $config) method getDefaultLocalePath (line 50) | public function getDefaultLocalePath() method setDefaultLocale (line 58) | public function setDefaultLocale($locale) method getDefaultLocale (line 66) | public function getDefaultLocale() method setLocale (line 74) | public function setLocale($locale = null) method getLocale (line 85) | public function getLocale() method emulate (line 96) | public function emulate($scopeId) method revert (line 104) | public function revert() FILE: app/code/Magento/Braintree/Model/Multishipping/PlaceOrder.php class PlaceOrder (line 28) | class PlaceOrder implements PlaceOrderInterface method __construct (line 50) | public function __construct( method place (line 63) | public function place(array $orderList): array method setVaultPayment (line 96) | private function setVaultPayment(OrderPaymentInterface $orderPayment, ... method getVaultPaymentMethod (line 136) | private function getVaultPaymentMethod(string $method): string method getPaymentToken (line 153) | private function getPaymentToken(OrderInterface $order): PaymentTokenI... method getExtensionAttributes (line 172) | private function getExtensionAttributes(OrderPaymentInterface $payment... FILE: app/code/Magento/Braintree/Model/Paypal/Helper/AbstractHelper.php class AbstractHelper (line 13) | abstract class AbstractHelper method disabledQuoteAddressValidation (line 21) | protected function disabledQuoteAddressValidation(Quote $quote) FILE: app/code/Magento/Braintree/Model/Paypal/Helper/OrderPlace.php class OrderPlace (line 24) | class OrderPlace extends AbstractHelper method __construct (line 58) | public function __construct( method execute (line 80) | public function execute(Quote $quote, array $agreement) method getCheckoutMethod (line 105) | private function getCheckoutMethod(Quote $quote) method prepareGuestQuote (line 127) | private function prepareGuestQuote(Quote $quote) FILE: app/code/Magento/Braintree/Model/Paypal/Helper/QuoteUpdater.php class QuoteUpdater (line 20) | class QuoteUpdater extends AbstractHelper method __construct (line 38) | public function __construct( method execute (line 56) | public function execute($nonce, array $details, Quote $quote) method updateQuote (line 77) | private function updateQuote(Quote $quote, array $details) method updateQuoteAddress (line 105) | private function updateQuoteAddress(Quote $quote, array $details) method updateShippingAddress (line 122) | private function updateShippingAddress(Quote $quote, array $details) method updateBillingAddress (line 147) | private function updateBillingAddress(Quote $quote, array $details) method updateAddressData (line 174) | private function updateAddressData(Address $address, array $addressData) method getShippingRecipientFirstName (line 198) | private function getShippingRecipientFirstName(array $details) method getShippingRecipientLastName (line 211) | private function getShippingRecipientLastName(array $details) FILE: app/code/Magento/Braintree/Model/Paypal/Helper/ShippingMethodUpdater.php class ShippingMethodUpdater (line 15) | class ShippingMethodUpdater extends AbstractHelper method __construct (line 33) | public function __construct( method execute (line 49) | public function execute($shippingMethod, Quote $quote) FILE: app/code/Magento/Braintree/Model/Paypal/OrderCancellationService.php class OrderCancellationService (line 17) | class OrderCancellationService method __construct (line 33) | public function __construct( method execute (line 47) | public function execute(string $incrementId): bool method getOrder (line 67) | private function getOrder(string $incrementId) FILE: app/code/Magento/Braintree/Model/Report/ConditionAppliers/ApplierInterface.php type ApplierInterface (line 11) | interface ApplierInterface method apply (line 27) | public function apply($field, $condition, $value); FILE: app/code/Magento/Braintree/Model/Report/ConditionAppliers/AppliersPool.php class AppliersPool (line 11) | class AppliersPool method __construct (line 22) | public function __construct(array $appliers) method checkAppliers (line 33) | private function checkAppliers() method getApplier (line 48) | public function getApplier($filter) FILE: app/code/Magento/Braintree/Model/Report/ConditionAppliers/MultipleValue.php class MultipleValue (line 13) | class MultipleValue implements ApplierInterface method apply (line 23) | public function apply($field, $condition, $value) FILE: app/code/Magento/Braintree/Model/Report/ConditionAppliers/Range.php class Range (line 13) | class Range implements ApplierInterface method apply (line 23) | public function apply($field, $condition, $value) FILE: app/code/Magento/Braintree/Model/Report/ConditionAppliers/Text.php class Text (line 13) | class Text implements ApplierInterface method apply (line 23) | public function apply($field, $condition, $value) FILE: app/code/Magento/Braintree/Model/Report/FilterMapper.php class FilterMapper (line 14) | class FilterMapper method __construct (line 33) | public function __construct( method initFieldsToFiltersMap (line 46) | private function initFieldsToFiltersMap() method getFilter (line 69) | public function getFilter($field, array $conditionMap) method applyConditions (line 90) | private function applyConditions($fieldFilter, array $conditionMap) FILE: app/code/Magento/Braintree/Model/Report/Row/TransactionMap.php class TransactionMap (line 16) | class TransactionMap implements DocumentInterface method __construct (line 54) | public function __construct( method getId (line 67) | public function getId() method setId (line 79) | public function setId($id) method getCustomAttribute (line 89) | public function getCustomAttribute($attributeCode) method setCustomAttribute (line 106) | public function setCustomAttribute($attributeCode, $attributeValue) method getCustomAttributes (line 116) | public function getCustomAttributes() method setCustomAttributes (line 138) | public function setCustomAttributes(array $attributes) method getMappedValue (line 149) | private function getMappedValue($key) method getMappedValues (line 163) | private function getMappedValues() method getTransactionFieldValue (line 182) | private function getTransactionFieldValue($key) method convertToText (line 202) | private function convertToText($val) FILE: app/code/Magento/Braintree/Model/Report/TransactionsCollection.php class TransactionsCollection (line 18) | class TransactionsCollection extends Collection implements SearchResultI... method __construct (line 57) | public function __construct( method getItems (line 70) | public function getItems() method fetchIdsCollection (line 105) | protected function fetchIdsCollection() method setItems (line 128) | public function setItems(array $items = null) method getAggregations (line 136) | public function getAggregations() method setAggregations (line 146) | public function setAggregations($aggregations) method getSearchCriteria (line 156) | public function getSearchCriteria() method setSearchCriteria (line 168) | public function setSearchCriteria(SearchCriteriaInterface $searchCrite... method getTotalCount (line 178) | public function getTotalCount() method getPageSize (line 189) | public function getPageSize() method setTotalCount (line 202) | public function setTotalCount($totalCount) method addFieldToFilter (line 210) | public function addFieldToFilter($field, $condition) method addFilterToList (line 231) | private function addFilterToList($filter) method getFilters (line 241) | private function getFilters() FILE: app/code/Magento/Braintree/Model/Ui/Adminhtml/PayPal/TokenUiComponentProvider.php class TokenUiComponentProvider (line 20) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 43) | public function __construct( method getComponentForToken (line 56) | public function getComponentForToken(PaymentTokenInterface $paymentToken) method getNonceRetrieveUrl (line 80) | private function getNonceRetrieveUrl() FILE: app/code/Magento/Braintree/Model/Ui/Adminhtml/TokenUiComponentProvider.php class TokenUiComponentProvider (line 18) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 35) | public function __construct( method getComponentForToken (line 46) | public function getComponentForToken(PaymentTokenInterface $paymentToken) method getNonceRetrieveUrl (line 69) | private function getNonceRetrieveUrl() FILE: app/code/Magento/Braintree/Model/Ui/ConfigProvider.php class ConfigProvider (line 19) | class ConfigProvider implements ConfigProviderInterface method __construct (line 52) | public function __construct( method getConfig (line 67) | public function getConfig() method getClientToken (line 101) | public function getClientToken() FILE: app/code/Magento/Braintree/Model/Ui/PayPal/ConfigProvider.php class ConfigProvider (line 15) | class ConfigProvider implements ConfigProviderInterface method __construct (line 37) | public function __construct(Config $config, ResolverInterface $resolver) method getConfig (line 48) | public function getConfig() FILE: app/code/Magento/Braintree/Model/Ui/PayPal/TokenUiComponentProvider.php class TokenUiComponentProvider (line 18) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 34) | public function __construct( method getComponentForToken (line 47) | public function getComponentForToken(PaymentTokenInterface $paymentToken) method getNonceRetrieveUrl (line 69) | private function getNonceRetrieveUrl() FILE: app/code/Magento/Braintree/Model/Ui/TokenUiComponentProvider.php class TokenUiComponentProvider (line 17) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 33) | public function __construct( method getComponentForToken (line 46) | public function getComponentForToken(PaymentTokenInterface $paymentToken) method getNonceRetrieveUrl (line 68) | private function getNonceRetrieveUrl() FILE: app/code/Magento/Braintree/Observer/AddPaypalShortcuts.php class AddPaypalShortcuts (line 15) | class AddPaypalShortcuts implements ObserverInterface method __construct (line 35) | public function __construct(array $buttonBlocks = []) method execute (line 46) | public function execute(Observer $observer) FILE: app/code/Magento/Braintree/Observer/DataAssignObserver.php class DataAssignObserver (line 15) | class DataAssignObserver extends AbstractDataAssignObserver method execute (line 32) | public function execute(Observer $observer) FILE: app/code/Magento/Braintree/Plugin/DisableQuoteAddressValidation.php class DisableQuoteAddressValidation (line 17) | class DisableQuoteAddressValidation method beforeSubmit (line 30) | public function beforeSubmit( FILE: app/code/Magento/Braintree/Plugin/OrderCancellation.php class OrderCancellation (line 21) | class OrderCancellation method __construct (line 37) | public function __construct( method aroundPlaceOrder (line 56) | public function aroundPlaceOrder( FILE: app/code/Magento/Braintree/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 17) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 40) | public function __construct( method apply (line 53) | public function apply() method convertSerializedDataToJson (line 64) | private function convertSerializedDataToJson() method getDependencies (line 91) | public static function getDependencies() method getVersion (line 99) | public static function getVersion() method getAliases (line 107) | public function getAliases() FILE: app/code/Magento/Braintree/Test/Unit/Block/FormTest.php class FormTest (line 22) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testGetCcAvailableTypes (line 96) | public function testGetCcAvailableTypes($countryId, array $availableTy... method countryCardTypesDataProvider (line 120) | public function countryCardTypesDataProvider() method testIsVaultEnabled (line 133) | public function testIsVaultEnabled() method initCcTypeMock (line 152) | private function initCcTypeMock() method initSessionQuoteMock (line 167) | private function initSessionQuoteMock() method initGatewayConfigMock (line 188) | private function initGatewayConfigMock() FILE: app/code/Magento/Braintree/Test/Unit/Controller/Adminhtml/Payment/GetClientTokenTest.php class GetClientTokenTest (line 22) | class GetClientTokenTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecute (line 84) | public function testExecute() FILE: app/code/Magento/Braintree/Test/Unit/Controller/Payment/GetNonceTest.php class GetNonceTest (line 26) | class GetNonceTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testExecuteWithException (line 118) | public function testExecuteWithException() method testExecute (line 151) | public function testExecute() method initResultFactoryMock (line 191) | private function initResultFactoryMock() FILE: app/code/Magento/Braintree/Test/Unit/Controller/Paypal/PlaceOrderTest.php class PlaceOrderTest (line 30) | class PlaceOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testExecute (line 124) | public function testExecute() method testExecuteException (line 163) | public function testExecuteException() method getResultMock (line 206) | private function getResultMock() method getQuoteMock (line 218) | private function getQuoteMock() FILE: app/code/Magento/Braintree/Test/Unit/Controller/Paypal/ReviewTest.php class ReviewTest (line 32) | class ReviewTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testExecute (line 120) | public function testExecute() method testExecuteException (line 176) | public function testExecuteException() method testExecuteExceptionPaymentWithoutNonce (line 218) | public function testExecuteExceptionPaymentWithoutNonce() method getResultRedirectMock (line 268) | private function getResultRedirectMock() method getChildBlockMock (line 278) | private function getChildBlockMock() method getBlockMock (line 288) | private function getBlockMock() method getLayoutMock (line 298) | private function getLayoutMock() method getResultPageMock (line 308) | private function getResultPageMock() method getQuoteMock (line 318) | private function getQuoteMock() FILE: app/code/Magento/Braintree/Test/Unit/Controller/Paypal/SaveShippingMethodTest.php class SaveShippingMethodTest (line 32) | class SaveShippingMethodTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testExecuteAjax (line 141) | public function testExecuteAjax() method testExecuteAjaxException (line 203) | public function testExecuteAjaxException() method testExecuteException (line 246) | public function testExecuteException() method getBlockMock (line 292) | private function getBlockMock() method getLayoutMock (line 302) | private function getLayoutMock() method getQuoteMock (line 312) | private function getQuoteMock() method getResponsePageMock (line 322) | private function getResponsePageMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Command/CaptureStrategyCommandTest.php class CaptureStrategyCommandTest (line 31) | class CaptureStrategyCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testSaleExecute (line 126) | public function testSaleExecute() method testCaptureExecute (line 161) | public function testCaptureExecute() method getNotExpiredExpectedCollection (line 207) | private function getNotExpiredExpectedCollection($lastTransactionId) method testExpiredAuthorizationPerformVaultCaptureExecute (line 246) | public function testExpiredAuthorizationPerformVaultCaptureExecute() method testVaultCaptureExecute (line 291) | public function testVaultCaptureExecute() method getPaymentDataObjectMock (line 327) | private function getPaymentDataObjectMock() method initCommandMock (line 355) | private function initCommandMock() method initFilterBuilderMock (line 370) | private function initFilterBuilderMock() method buildSearchCriteria (line 381) | private function buildSearchCriteria() method initSearchCriteriaBuilderMock (line 407) | private function initSearchCriteriaBuilderMock() method initTransactionRepositoryMock (line 418) | private function initTransactionRepositoryMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Command/GetPaymentNonceCommandTest.php class GetPaymentNonceCommandTest (line 25) | class GetPaymentNonceCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecuteWithExceptionForPublicHash (line 124) | public function testExecuteWithExceptionForPublicHash() method testExecuteWithExceptionForCustomerId (line 143) | public function testExecuteWithExceptionForCustomerId() method testExecuteWithExceptionForTokenManagement (line 167) | public function testExecuteWithExceptionForTokenManagement() method testExecuteWithFailedValidation (line 196) | public function testExecuteWithFailedValidation() method testExecute (line 248) | public function testExecute() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php class CanVoidHandlerTest (line 14) | class CanVoidHandlerTest extends \PHPUnit\Framework\TestCase method testHandleNotOrderPayment (line 16) | public function testHandleNotOrderPayment() method testHandleSomeAmountWasPaid (line 42) | public function testHandleSomeAmountWasPaid() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Config/ConfigTest.php class ConfigTest (line 18) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetCountrySpecificCardTypeConfig (line 59) | public function testGetCountrySpecificCardTypeConfig($encodedValue, $v... method getCountrySpecificCardTypeConfigDataProvider (line 80) | public function getCountrySpecificCardTypeConfigDataProvider() method testGetAvailableCardTypes (line 101) | public function testGetAvailableCardTypes($value, $expected) method getAvailableCardTypesDataProvider (line 117) | public function getAvailableCardTypesDataProvider() method testGetCcTypesMapper (line 136) | public function testGetCcTypesMapper($value, $expected) method getCcTypesMapperDataProvider (line 152) | public function getCcTypesMapperDataProvider() method testCountryAvailableCardTypes (line 177) | public function testCountryAvailableCardTypes($encodedData, $data, arr... method testUseCvv (line 202) | public function testUseCvv() method testIsVerify3DSecure (line 218) | public function testIsVerify3DSecure($data, $expected) method verify3DSecureDataProvider (line 231) | public function verify3DSecureDataProvider() method testGetThresholdAmount (line 249) | public function testGetThresholdAmount($data, $expected) method thresholdAmountDataProvider (line 262) | public function thresholdAmountDataProvider() method testGet3DSecureSpecificCountries (line 282) | public function testGet3DSecureSpecificCountries($value, array $expected) method threeDSecureSpecificCountriesDataProvider (line 302) | public function threeDSecureSpecificCountriesDataProvider() method testGetDynamicDescriptors (line 318) | public function testGetDynamicDescriptors($name, $phone, $url, array $... method descriptorsDataProvider (line 341) | public function descriptorsDataProvider() method getPath (line 378) | private function getPath($field) FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Http/Client/TransactionRefundTest.php class TransactionRefundTest (line 20) | class TransactionRefundTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testPlaceRequestException (line 77) | public function testPlaceRequestException() method testPlaceRequestSuccess (line 103) | public function testPlaceRequestSuccess() method getTransferObjectMock (line 133) | private function getTransferObjectMock() method getTransferData (line 148) | private function getTransferData() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Http/Client/TransactionSaleTest.php class TransactionSaleTest (line 19) | class TransactionSaleTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testPlaceRequestException (line 68) | public function testPlaceRequestException() method testPlaceRequestSuccess (line 95) | public function testPlaceRequestSuccess() method getTransferObjectMock (line 124) | private function getTransferObjectMock() method getResponseObject (line 139) | private function getResponseObject() method getTransferData (line 152) | private function getTransferData() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Http/Client/TransactionSubmitForSettlementTest.php class TransactionSubmitForSettlementTest (line 20) | class TransactionSubmitForSettlementTest extends \PHPUnit\Framework\Test... method setUp (line 37) | protected function setUp() method testPlaceRequestWithException (line 69) | public function testPlaceRequestWithException() method testPlaceRequest (line 84) | public function testPlaceRequest() method getTransferObjectMock (line 103) | private function getTransferObjectMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Http/Client/TransactionVoidTest.php class TransactionVoidTest (line 19) | class TransactionVoidTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testPlaceRequestException (line 71) | public function testPlaceRequestException() method testPlaceRequestSuccess (line 97) | public function testPlaceRequestSuccess() method getTransferObjectMock (line 127) | private function getTransferObjectMock() method getTransferData (line 142) | private function getTransferData() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Http/TransferFactoryTest.php class TransferFactoryTest (line 15) | class TransferFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCreate (line 42) | public function testCreate() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/AddressDataBuilderTest.php class AddressDataBuilderTest (line 18) | class AddressDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testBuildReadPaymentException (line 54) | public function testBuildReadPaymentException() method testBuildNoAddresses (line 68) | public function testBuildNoAddresses() method testBuild (line 99) | public function testBuild($addressData, $expectedResult) method dataProviderBuild (line 129) | public function dataProviderBuild() method getAddressMock (line 177) | private function getAddressMock($addressData) FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/CaptureDataBuilderTest.php class CaptureDataBuilderTest (line 17) | class CaptureDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBuildWithException (line 57) | public function testBuildWithException() method testBuild (line 84) | public function testBuild() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/ChannelDataBuilderTest.php class ChannelDataBuilderTest (line 18) | class ChannelDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testBuild (line 55) | public function testBuild($edition, array $expected) method testBuildWithChannelFromConfig (line 72) | public function testBuildWithChannelFromConfig() method buildDataProvider (line 95) | public function buildDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/CustomerDataBuilderTest.php class CustomerDataBuilderTest (line 18) | class CustomerDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testBuildReadPaymentException (line 54) | public function testBuildReadPaymentException() method testBuild (line 74) | public function testBuild($billingData, $expectedResult) method dataProviderBuild (line 100) | public function dataProviderBuild() method getBillingMock (line 128) | private function getBillingMock($billingData) FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/DescriptorDataBuilderTest.php class DescriptorDataBuilderTest (line 18) | class DescriptorDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBuild (line 53) | public function testBuild(array $descriptors, array $expected) method buildDataProvider (line 79) | public function buildDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/KountPaymentDataBuilderTest.php class KountPaymentDataBuilderTest (line 20) | class KountPaymentDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testBuildReadPaymentException (line 68) | public function testBuildReadPaymentException() method testBuild (line 84) | public function testBuild() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/PayPal/DeviceDataBuilderTest.php class DeviceDataBuilderTest (line 17) | class DeviceDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBuild (line 59) | public function testBuild(array $paymentData, array $expected) method buildDataProvider (line 86) | public function buildDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/PayPal/VaultDataBuilderTest.php class VaultDataBuilderTest (line 18) | class VaultDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testBuild (line 60) | public function testBuild(array $additionalInfo, array $expected) method buildDataProvider (line 87) | public function buildDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/PaymentDataBuilderTest.php class PaymentDataBuilderTest (line 20) | class PaymentDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testBuildReadPaymentException (line 75) | public function testBuildReadPaymentException(): void method testBuildReadAmountException (line 91) | public function testBuildReadAmountException(): void method testBuild (line 113) | public function testBuild(): void FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/RefundDataBuilderTest.php class RefundDataBuilderTest (line 19) | class RefundDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testBuild (line 59) | public function testBuild() method testBuildNullAmount (line 85) | public function testBuildNullAmount() method testBuildCutOffLegacyTransactionIdPostfix (line 111) | public function testBuildCutOffLegacyTransactionIdPostfix() method initPaymentDOMock (line 143) | private function initPaymentDOMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/SettlementDataBuilderTest.php class SettlementDataBuilderTest (line 10) | class SettlementDataBuilderTest extends \PHPUnit\Framework\TestCase method testBuild (line 12) | public function testBuild() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/ThreeDSecureDataBuilderTest.php class ThreeDSecureDataBuilderTest (line 19) | class ThreeDSecureDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testBuild (line 91) | public function testBuild($verify, $thresholdAmount, $countryId, array... method buildDataProvider (line 135) | public function buildDataProvider() method initOrderMock (line 164) | private function initOrderMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/VaultCaptureDataBuilderTest.php class VaultCaptureDataBuilderTest (line 21) | class VaultCaptureDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp(): void method testBuild (line 65) | public function testBuild(): void method testBuildWithoutPaymentToken (line 115) | public function testBuildWithoutPaymentToken(): void FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/VaultDataBuilderTest.php class VaultDataBuilderTest (line 10) | class VaultDataBuilderTest extends \PHPUnit\Framework\TestCase method testBuild (line 12) | public function testBuild() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Request/VoidDataBuilderTest.php class VoidDataBuilderTest (line 17) | class VoidDataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testBuild (line 67) | public function testBuild($parentTransactionId, $callLastTransId, $las... method buildDataProvider (line 98) | public function buildDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/CancelDetailsHandlerTest.php class CancelDetailsHandlerTest (line 21) | class CancelDetailsHandlerTest extends TestCase method setUp (line 31) | protected function setUp() method testHandle (line 41) | public function testHandle(): void FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/CardDetailsHandlerTest.php class CardDetailsHandlerTest (line 18) | class CardDetailsHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testHandle (line 53) | public function testHandle() method initConfigMock (line 87) | private function initConfigMock() method getPaymentDataObjectMock (line 110) | private function getPaymentDataObjectMock() method getBraintreeTransaction (line 139) | private function getBraintreeTransaction() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/PayPal/VaultDetailsHandlerTest.php class VaultDetailsHandlerTest (line 30) | class VaultDetailsHandlerTest extends TestCase method setUp (line 83) | protected function setUp() method testHandle (line 131) | public function testHandle() method testHandleWithoutToken (line 172) | public function testHandleWithoutToken() method getTransaction (line 199) | private function getTransaction(): Successful method getPayPalDetails (line 217) | private function getPayPalDetails(): PayPalDetails FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/PayPalDetailsHandlerTest.php class PayPalDetailsHandlerTest (line 18) | class PayPalDetailsHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testHandle (line 53) | public function testHandle() method getPaymentDataObjectMock (line 84) | private function getPaymentDataObjectMock() method getBraintreeTransaction (line 102) | private function getBraintreeTransaction() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/PaymentDetailsHandlerTest.php class PaymentDetailsHandlerTest (line 18) | class PaymentDetailsHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testHandle (line 64) | public function testHandle() method getPaymentDataObjectMock (line 88) | private function getPaymentDataObjectMock() method getBraintreeTransaction (line 106) | private function getBraintreeTransaction() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/RiskDataHandlerTest.php class RiskDataHandlerTest (line 20) | class RiskDataHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testHandle (line 52) | public function testHandle($riskDecision, $isFraud) method riskDataProvider (line 111) | public function riskDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/ThreeDSecureDetailsHandlerTest.php class ThreeDSecureDetailsHandlerTest (line 18) | class ThreeDSecureDetailsHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testHandle (line 59) | public function testHandle() method getPaymentDataObjectMock (line 90) | private function getPaymentDataObjectMock() method getBraintreeTransaction (line 108) | private function getBraintreeTransaction() method getThreeDSecureInfo (line 124) | private function getThreeDSecureInfo() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/TransactionIdHandlerTest.php class TransactionIdHandlerTest (line 13) | class TransactionIdHandlerTest extends \PHPUnit\Framework\TestCase method testHandle (line 15) | public function testHandle() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/VaultDetailsHandlerTest.php class VaultDetailsHandlerTest (line 32) | class VaultDetailsHandlerTest extends TestCase method setUp (line 63) | protected function setUp() method testHandle (line 99) | public function testHandle() method getPaymentDataObjectMock (line 129) | private function getPaymentDataObjectMock(): PaymentDataObject method getBraintreeTransaction (line 147) | private function getBraintreeTransaction() method getCreditCardDetails (line 165) | private function getCreditCardDetails(): CreditCardDetails method getConfigMock (line 186) | private function getConfigMock(): Config method initPaymentExtensionAttributesMock (line 216) | private function initPaymentExtensionAttributesMock() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Response/VoidHandlerTest.php class VoidHandlerTest (line 13) | class VoidHandlerTest extends \PHPUnit\Framework\TestCase method testHandle (line 15) | public function testHandle() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/SubjectReaderTest.php class SubjectReaderTest (line 15) | class SubjectReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testReadCustomerIdWithException (line 36) | public function testReadCustomerIdWithException(): void method testReadCustomerId (line 45) | public function testReadCustomerId(): void method testReadPublicHashWithException (line 57) | public function testReadPublicHashWithException(): void method testReadPublicHash (line 66) | public function testReadPublicHash(): void method testReadPayPalWithException (line 78) | public function testReadPayPalWithException(): void method testReadPayPal (line 90) | public function testReadPayPal(): void method testReadTransaction (line 109) | public function testReadTransaction(): void method testReadTransactionWithInvalidResponse (line 129) | public function testReadTransactionWithInvalidResponse(array $response... method invalidTransactionResponseDataProvider (line 140) | public function invalidTransactionResponseDataProvider(): array FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Validator/CancelResponseValidatorTest.php class CancelResponseValidatorTest (line 22) | class CancelResponseValidatorTest extends TestCase method setUp (line 42) | protected function setUp() method testValidateSuccessfulTransaction (line 64) | public function testValidateSuccessfulTransaction(): void method testValidateExpiredTransaction (line 81) | public function testValidateExpiredTransaction(): void method testValidateWithMultipleErrors (line 125) | public function testValidateWithMultipleErrors(array $responseErrors):... method getErrorsDataProvider (line 154) | public function getErrorsDataProvider(): array FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Validator/ErrorCodeProviderTest.php class ErrorCodeProviderTest (line 17) | class ErrorCodeProviderTest extends TestCase method testGetErrorCodes (line 33) | public function testGetErrorCodes(array $errors, array $transaction, a... method getErrorCodeDataProvider (line 52) | public function getErrorCodeDataProvider(): array FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Validator/GeneralResponseValidatorTest.php class GeneralResponseValidatorTest (line 20) | class GeneralResponseValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testValidate (line 62) | public function testValidate(array $validationSubject, bool $isValid, ... method dataProviderTestValidate (line 86) | public function dataProviderTestValidate() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Validator/PaymentNonceResponseValidatorTest.php class PaymentNonceResponseValidatorTest (line 15) | class PaymentNonceResponseValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testFailedValidate (line 41) | public function testFailedValidate() method testValidateSuccess (line 59) | public function testValidateSuccess() FILE: app/code/Magento/Braintree/Test/Unit/Gateway/Validator/ResponseValidatorTest.php class ResponseValidatorTest (line 22) | class ResponseValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testValidateReadResponseException (line 56) | public function testValidateReadResponseException() method testValidateReadResponseObjectException (line 68) | public function testValidateReadResponseObjectException() method testValidate (line 87) | public function testValidate(array $validationSubject, $isValid, $mess... method dataProviderTestValidate (line 103) | public function dataProviderTestValidate() FILE: app/code/Magento/Braintree/Test/Unit/Helper/CcTypeTest.php class CcTypeTest (line 15) | class CcTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetCcTypes (line 48) | public function testGetCcTypes() FILE: app/code/Magento/Braintree/Test/Unit/Helper/CountryTest.php class CountryTest (line 16) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetCountries (line 47) | public function testGetCountries() method getCollectionFactoryMock (line 67) | protected function getCollectionFactoryMock() FILE: app/code/Magento/Braintree/Test/Unit/Model/Adminhtml/System/Config/CountryCreditCardTest.php class CountryCreditCardTest (line 18) | class CountryCreditCardTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testBeforeSave (line 70) | public function testBeforeSave(array $value, array $expectedValue, $en... method beforeSaveDataProvider (line 87) | public function beforeSaveDataProvider() method testAfterLoad (line 160) | public function testAfterLoad( method afterLoadDataProvider (line 190) | public function afterLoadDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/Adminhtml/System/Config/CountryTest.php class CountryTest (line 17) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testToOptionArrayMultiSelect (line 52) | public function testToOptionArrayMultiSelect() method testToOptionArray (line 72) | public function testToOptionArray() method testIsCountryRestricted (line 97) | public function testIsCountryRestricted($countryId) method countryDataProvider (line 106) | public function countryDataProvider() method initCountryCollectionMock (line 135) | protected function initCountryCollectionMock(array $countries) FILE: app/code/Magento/Braintree/Test/Unit/Model/AvsEmsCodeMapperTest.php class AvsEmsCodeMapperTest (line 13) | class AvsEmsCodeMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetCode (line 37) | public function testGetCode($avsZip, $avsStreet, $expected) method testGetCodeWithException (line 65) | public function testGetCodeWithException() method getCodeDataProvider (line 84) | public function getCodeDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/CvvEmsCodeMapperTest.php class CvvEmsCodeMapperTest (line 13) | class CvvEmsCodeMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetCode (line 36) | public function testGetCode($cvvCode, $expected) method testGetCodeWithException (line 61) | public function testGetCodeWithException() method getCodeDataProvider (line 80) | public function getCodeDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/InstantPurchase/CreditCard/AvailabilityCheckerTest.php class AvailabilityCheckerTest (line 16) | class AvailabilityCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testIsAvailable (line 51) | public function testIsAvailable(bool $isVerify3DSecure, bool $expected) method isAvailableDataProvider (line 63) | public function isAvailableDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/InstantPurchase/CreditCard/TokenFormatterTest.php class TokenFormatterTest (line 15) | class TokenFormatterTest extends TestCase method setUp (line 41) | protected function setUp() method testFormatPaymentTokenWithKnownCardType (line 54) | public function testFormatPaymentTokenWithKnownCardType() method testFormatPaymentTokenWithUnknownCardType (line 82) | public function testFormatPaymentTokenWithUnknownCardType() method testFormatPaymentTokenWithWrongData (line 109) | public function testFormatPaymentTokenWithWrongData() FILE: app/code/Magento/Braintree/Test/Unit/Model/InstantPurchase/PayPal/TokenFormatterTest.php class TokenFormatterTest (line 13) | class TokenFormatterTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testFormatPaymentTokenWithKnownCardType (line 48) | public function testFormatPaymentTokenWithKnownCardType() method testFormatPaymentTokenWithUnknownCardType (line 71) | public function testFormatPaymentTokenWithUnknownCardType() method testFormatPaymentTokenWithWrongData (line 93) | public function testFormatPaymentTokenWithWrongData() FILE: app/code/Magento/Braintree/Test/Unit/Model/InstantPurchase/PaymentAdditionalInformationProviderTest.php class PaymentAdditionalInformationProviderTest (line 18) | class PaymentAdditionalInformationProviderTest extends \PHPUnit\Framewor... method setUp (line 47) | protected function setUp() method testGetAdditionalInformation (line 62) | public function testGetAdditionalInformation() FILE: app/code/Magento/Braintree/Test/Unit/Model/LocaleResolverTest.php class LocaleResolverTest (line 17) | class LocaleResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetDefaultLocalePath (line 53) | public function testGetDefaultLocalePath() method testSetDefaultLocale (line 66) | public function testSetDefaultLocale() method testGetDefaultLocale (line 78) | public function testGetDefaultLocale() method testSetLocale (line 91) | public function testSetLocale() method testGetLocale (line 105) | public function testGetLocale(string $locale, string $expectedLocale) method getLocaleDataProvider (line 121) | public function getLocaleDataProvider(): array method testEmulate (line 137) | public function testEmulate() method testRevert (line 149) | public function testRevert() FILE: app/code/Magento/Braintree/Test/Unit/Model/Paypal/Helper/OrderPlaceTest.php class OrderPlaceTest (line 29) | class OrderPlaceTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecuteGuest (line 102) | public function testExecuteGuest() method disabledQuoteAddressValidationStep (line 134) | private function disabledQuoteAddressValidationStep(MockObject $quoteM... method getCheckoutMethodStep (line 168) | private function getCheckoutMethodStep(MockObject $quoteMock) method prepareGuestQuoteStep (line 194) | private function prepareGuestQuoteStep(MockObject $quoteMock) method getBillingAddressMock (line 226) | private function getBillingAddressMock(MockObject $quoteMock) method getQuoteMock (line 246) | private function getQuoteMock() FILE: app/code/Magento/Braintree/Test/Unit/Model/Paypal/Helper/QuoteUpdaterTest.php class QuoteUpdaterTest (line 26) | class QuoteUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testExecute (line 113) | public function testExecute(): void method disabledQuoteAddressValidationStep (line 137) | private function disabledQuoteAddressValidationStep(): void method getDetails (line 152) | private function getDetails(): array method updateShippingAddressStep (line 186) | private function updateShippingAddressStep(array $details): void method updateAddressDataStep (line 206) | private function updateAddressDataStep(MockObject $address, array $add... method updateQuoteAddressStep (line 226) | private function updateQuoteAddressStep(MockObject $quoteMock, array $... method updateBillingAddressStep (line 241) | private function updateBillingAddressStep(array $details): void method updateQuoteStep (line 262) | private function updateQuoteStep(MockObject $quote, array $details): void method getQuoteMock (line 289) | private function getQuoteMock(): MockObject method getPaymentMock (line 323) | private function getPaymentMock(): MockObject FILE: app/code/Magento/Braintree/Test/Unit/Model/Paypal/Helper/ShippingMethodUpdaterTest.php class ShippingMethodUpdaterTest (line 19) | class ShippingMethodUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecuteException (line 74) | public function testExecuteException() method testExecute (line 81) | public function testExecute() method disabledQuoteAddressValidationStep (line 119) | private function disabledQuoteAddressValidationStep(\PHPUnit_Framework... method getBillingAddressMock (line 145) | private function getBillingAddressMock(\PHPUnit_Framework_MockObject_M... method getQuoteMock (line 164) | private function getQuoteMock() FILE: app/code/Magento/Braintree/Test/Unit/Model/Report/BraintreeSearchNodeStub.php class BraintreeSearchNodeStub (line 11) | class BraintreeSearchNodeStub FILE: app/code/Magento/Braintree/Test/Unit/Model/Report/BraintreeTransactionStub.php class BraintreeTransactionStub (line 11) | class BraintreeTransactionStub method setAttributes (line 21) | public function setAttributes($attrs) method __get (line 33) | public function __get($name) method __isset (line 49) | public function __isset($name) method _set (line 61) | public function _set($key, $value) FILE: app/code/Magento/Braintree/Test/Unit/Model/Report/FilterMapperTest.php class FilterMapperTest (line 18) | class FilterMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetFilterPositiveApply (line 76) | public function testGetFilterPositiveApply() method testGetFilterNegativeApply (line 101) | public function testGetFilterNegativeApply() FILE: app/code/Magento/Braintree/Test/Unit/Model/Report/TransactionMapTest.php class TransactionMapTest (line 23) | class TransactionMapTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetCustomAttributes (line 65) | public function testGetCustomAttributes($transaction) method getConfigDataProvider (line 127) | public function getConfigDataProvider() method tearDown (line 154) | protected function tearDown() FILE: app/code/Magento/Braintree/Test/Unit/Model/Report/TransactionsCollectionTest.php class TransactionsCollectionTest (line 21) | class TransactionsCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetItems (line 81) | public function testGetItems() method testGetItemsEmptyCollection (line 110) | public function testGetItemsEmptyCollection() method testGetItemsWithLimit (line 138) | public function testGetItemsWithLimit() method testGetItemsWithNullLimit (line 170) | public function testGetItemsWithNullLimit() method testAddToFilter (line 204) | public function testAddToFilter($field, $condition, $filterMapperCall,... method addToFilterDataProvider (line 228) | public function addToFilterDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/Ui/Adminhtml/PayPal/TokenUiComponentProviderTest.php class TokenUiComponentProviderTest (line 19) | class TokenUiComponentProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetComponentForToken (line 65) | public function testGetComponentForToken() FILE: app/code/Magento/Braintree/Test/Unit/Model/Ui/Adminhtml/TokenUiComponentProviderTest.php class TokenUiComponentProviderTest (line 18) | class TokenUiComponentProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetComponentForToken (line 54) | public function testGetComponentForToken() FILE: app/code/Magento/Braintree/Test/Unit/Model/Ui/ConfigProviderTest.php class ConfigProviderTest (line 22) | class ConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetConfig (line 85) | public function testGetConfig($config, $expected) method testGetClientToken (line 119) | public function testGetClientToken($merchantAccountId, $params) method getConfigDataProvider (line 136) | public function getConfigDataProvider() method getClientTokenDataProvider (line 204) | public function getClientTokenDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/Ui/PayPal/ConfigProviderTest.php class ConfigProviderTest (line 18) | class ConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetConfig (line 55) | public function testGetConfig($expected) method getConfigDataProvider (line 89) | public function getConfigDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Model/Ui/PayPal/TokenUiComponentProviderTest.php class TokenUiComponentProviderTest (line 18) | class TokenUiComponentProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetComponentForToken (line 67) | public function testGetComponentForToken() FILE: app/code/Magento/Braintree/Test/Unit/Observer/AddPaypalShortcutsTest.php class AddPaypalShortcutsTest (line 20) | class AddPaypalShortcutsTest extends \PHPUnit\Framework\TestCase method testExecute (line 25) | public function testExecute() FILE: app/code/Magento/Braintree/Test/Unit/Observer/DataAssignObserverTest.php class DataAssignObserverTest (line 18) | class DataAssignObserverTest extends \PHPUnit\Framework\TestCase method testExecute (line 23) | public function testExecute() FILE: app/code/Magento/Braintree/Test/Unit/Ui/Component/Report/Filters/Type/DateRangeTest.php class DateRangeTest (line 20) | class DateRangeTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testPrepare (line 92) | public function testPrepare($name, $filterData, $expectedCondition) method getFilterMock (line 190) | private function getFilterMock($name, $expectedType, $expectedDate, &$i) method getPrepareDataProvider (line 216) | public function getPrepareDataProvider() FILE: app/code/Magento/Braintree/Test/Unit/Ui/Component/Report/Listing/Column/CheckColumnOptionSourceTest.php class CheckColumnOptionSourceTest (line 15) | class CheckColumnOptionSourceTest extends \PHPUnit\Framework\TestCase method testPaymentTypeSource (line 17) | public function testPaymentTypeSource() method testStatusSource (line 25) | public function testStatusSource() method testTransactionTypeSource (line 33) | public function testTransactionTypeSource() FILE: app/code/Magento/Braintree/Ui/Component/Report/Filters/Type/DateRange.php class DateRange (line 11) | class DateRange extends \Magento\Ui\Component\Filters\Type\Date FILE: app/code/Magento/Braintree/Ui/Component/Report/Listing/Column/PaymentType.php class PaymentType (line 14) | class PaymentType implements OptionSourceInterface method toOptionArray (line 26) | public function toOptionArray() method getAvailablePaymentTypes (line 44) | private function getAvailablePaymentTypes() FILE: app/code/Magento/Braintree/Ui/Component/Report/Listing/Column/Status.php class Status (line 14) | class Status implements OptionSourceInterface method toOptionArray (line 26) | public function toOptionArray() method getAvailableStatuses (line 44) | private function getAvailableStatuses() FILE: app/code/Magento/Braintree/Ui/Component/Report/Listing/Column/TransactionType.php class TransactionType (line 14) | class TransactionType implements OptionSourceInterface method toOptionArray (line 26) | public function toOptionArray() method getAvailableTransactionTypes (line 44) | private function getAvailableTransactionTypes() FILE: app/code/Magento/BraintreeGraphQl/Model/BraintreeDataProvider.php class BraintreeDataProvider (line 16) | class BraintreeDataProvider implements AdditionalDataProviderInterface method getData (line 27) | public function getData(array $args): array FILE: app/code/Magento/BraintreeGraphQl/Model/BraintreeVaultDataProvider.php class BraintreeVaultDataProvider (line 16) | class BraintreeVaultDataProvider implements AdditionalDataProviderInterface method getData (line 26) | public function getData(array $args): array FILE: app/code/Magento/BraintreeGraphQl/Model/Resolver/CreateBraintreeClientToken.php class CreateBraintreeClientToken (line 22) | class CreateBraintreeClientToken implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve( FILE: app/code/Magento/BraintreeGraphQl/Plugin/SetVaultPaymentNonce.php class SetVaultPaymentNonce (line 18) | class SetVaultPaymentNonce method __construct (line 34) | public function __construct( method beforeExecute (line 51) | public function beforeExecute( FILE: app/code/Magento/Bundle/Api/Data/BundleOptionInterface.php type BundleOptionInterface (line 14) | interface BundleOptionInterface extends \Magento\Framework\Api\Extensibl... method getOptionId (line 21) | public function getOptionId(); method setOptionId (line 29) | public function setOptionId($optionId); method getOptionQty (line 36) | public function getOptionQty(); method setOptionQty (line 44) | public function setOptionQty($optionQty); method getOptionSelections (line 51) | public function getOptionSelections(); method setOptionSelections (line 59) | public function setOptionSelections(array $optionSelections); method getExtensionAttributes (line 66) | public function getExtensionAttributes(); method setExtensionAttributes (line 74) | public function setExtensionAttributes( FILE: app/code/Magento/Bundle/Api/Data/LinkInterface.php type LinkInterface (line 15) | interface LinkInterface extends \Magento\Framework\Api\ExtensibleDataInt... method getId (line 25) | public function getId(); method setId (line 33) | public function setId($id); method getSku (line 40) | public function getSku(); method setSku (line 48) | public function setSku($sku); method getOptionId (line 55) | public function getOptionId(); method setOptionId (line 63) | public function setOptionId($optionId); method getQty (line 70) | public function getQty(); method setQty (line 78) | public function setQty($qty); method getPosition (line 85) | public function getPosition(); method setPosition (line 93) | public function setPosition($position); method getIsDefault (line 101) | public function getIsDefault(); method setIsDefault (line 109) | public function setIsDefault($isDefault); method getPrice (line 116) | public function getPrice(); method setPrice (line 124) | public function setPrice($price); method getPriceType (line 131) | public function getPriceType(); method setPriceType (line 139) | public function setPriceType($priceType); method getCanChangeQuantity (line 146) | public function getCanChangeQuantity(); method setCanChangeQuantity (line 154) | public function setCanChangeQuantity($canChangeQuantity); method getExtensionAttributes (line 161) | public function getExtensionAttributes(); method setExtensionAttributes (line 169) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\LinkEx... FILE: app/code/Magento/Bundle/Api/Data/OptionInterface.php type OptionInterface (line 15) | interface OptionInterface extends \Magento\Framework\Api\ExtensibleDataI... method getOptionId (line 22) | public function getOptionId(); method setOptionId (line 30) | public function setOptionId($optionId); method getTitle (line 37) | public function getTitle(); method setTitle (line 45) | public function setTitle($title); method getRequired (line 52) | public function getRequired(); method setRequired (line 60) | public function setRequired($required); method getType (line 67) | public function getType(); method setType (line 75) | public function setType($type); method getPosition (line 82) | public function getPosition(); method setPosition (line 90) | public function setPosition($position); method getSku (line 97) | public function getSku(); method setSku (line 105) | public function setSku($sku); method getProductLinks (line 112) | public function getProductLinks(); method setProductLinks (line 120) | public function setProductLinks(array $productLinks = null); method getExtensionAttributes (line 127) | public function getExtensionAttributes(); method setExtensionAttributes (line 135) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\Option... FILE: app/code/Magento/Bundle/Api/Data/OptionTypeInterface.php type OptionTypeInterface (line 14) | interface OptionTypeInterface extends \Magento\Framework\Api\ExtensibleD... method getLabel (line 21) | public function getLabel(); method setLabel (line 29) | public function setLabel($label); method getCode (line 36) | public function getCode(); method setCode (line 44) | public function setCode($code); method getExtensionAttributes (line 51) | public function getExtensionAttributes(); method setExtensionAttributes (line 59) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\Option... FILE: app/code/Magento/Bundle/Api/ProductLinkManagementInterface.php type ProductLinkManagementInterface (line 14) | interface ProductLinkManagementInterface method getChildren (line 25) | public function getChildren($productSku, $optionId = null); method addChildByProductSku (line 38) | public function addChildByProductSku($sku, $optionId, \Magento\Bundle\... method saveChild (line 48) | public function saveChild( method addChild (line 62) | public function addChild( method removeChild (line 78) | public function removeChild($sku, $optionId, $childSku); FILE: app/code/Magento/Bundle/Api/ProductOptionManagementInterface.php type ProductOptionManagementInterface (line 15) | interface ProductOptionManagementInterface method save (line 25) | public function save(\Magento\Bundle\Api\Data\OptionInterface $option); FILE: app/code/Magento/Bundle/Api/ProductOptionRepositoryInterface.php type ProductOptionRepositoryInterface (line 14) | interface ProductOptionRepositoryInterface method get (line 25) | public function get($sku, $optionId); method getList (line 35) | public function getList($sku); method delete (line 45) | public function delete(\Magento\Bundle\Api\Data\OptionInterface $option); method deleteById (line 56) | public function deleteById($sku, $optionId); method save (line 67) | public function save( FILE: app/code/Magento/Bundle/Api/ProductOptionTypeListInterface.php type ProductOptionTypeListInterface (line 14) | interface ProductOptionTypeListInterface method getItems (line 21) | public function getItems(); FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php class Bundle (line 14) | class Bundle extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle method getJsonConfig (line 21) | public function getJsonConfig() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Checkbox.php class Checkbox (line 15) | class Checkbox extends \Magento\Bundle\Block\Catalog\Product\View\Type\B... method setValidationContainer (line 25) | public function setValidationContainer($elementId, $containerId) method getSelectionPrice (line 39) | public function getSelectionPrice($selection) FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Multi.php class Multi (line 15) | class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bund... method setValidationContainer (line 25) | public function setValidationContainer($elementId, $containerId) method getSelectionPrice (line 39) | public function getSelectionPrice($selection) FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Radio.php class Radio (line 15) | class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bund... method setValidationContainer (line 27) | public function setValidationContainer($elementId, $containerId) FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Select.php class Select (line 15) | class Select extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bun... method setValidationContainer (line 27) | public function setValidationContainer($elementId, $containerId) FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes.php class Attributes (line 13) | class Attributes extends \Magento\Catalog\Block\Adminhtml\Product\Edit\T... method _prepareForm (line 22) | protected function _prepareForm() method getProduct (line 134) | public function getProduct() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Extend.php class Extend (line 14) | class Extend extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fiel... method __construct (line 43) | public function __construct( method _construct (line 59) | protected function _construct() method getElementHtml (line 71) | public function getElementHtml() method getParentElementHtml (line 82) | public function getParentElementHtml() method getOptions (line 92) | public function getOptions() method isDisabledField (line 115) | public function isDisabledField() method getProduct (line 129) | public function getProduct() method getExtendedElement (line 144) | public function getExtendedElement($switchAttributeCode) FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Special.php class Special (line 13) | class Special extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fie... method getElementHtml (line 18) | public function getElementHtml() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle.php class Bundle (line 13) | class Bundle extends \Magento\Backend\Block\Widget implements \Magento\B... method __construct (line 37) | public function __construct( method getTabUrl (line 49) | public function getTabUrl() method getTabClass (line 57) | public function getTabClass() method _prepareLayout (line 67) | protected function _prepareLayout() method isReadonly (line 97) | public function isReadonly() method getAddButtonHtml (line 105) | public function getAddButtonHtml() method getOptionsBoxHtml (line 113) | public function getOptionsBoxHtml() method getFieldSuffix (line 121) | public function getFieldSuffix() method getProduct (line 129) | public function getProduct() method getTabLabel (line 137) | public function getTabLabel() method getTabTitle (line 145) | public function getTabTitle() method canShowTab (line 153) | public function canShowTab() method isHidden (line 161) | public function isHidden() method getParentTab (line 171) | public function getParentTab() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php class Option (line 18) | class Option extends \Magento\Backend\Block\Widget method __construct (line 63) | public function __construct( method _construct (line 83) | protected function _construct() method getFieldId (line 94) | public function getFieldId() method getFieldName (line 104) | public function getFieldName() method getProduct (line 114) | public function getProduct() method render (line 128) | public function render(AbstractElement $element) method setElement (line 140) | public function setElement(AbstractElement $element) method getElement (line 151) | public function getElement() method isMultiWebsites (line 161) | public function isMultiWebsites() method _prepareLayout (line 171) | protected function _prepareLayout() method getAddButtonHtml (line 213) | public function getAddButtonHtml() method getCloseSearchButtonHtml (line 223) | public function getCloseSearchButtonHtml() method getAddSelectionButtonHtml (line 233) | public function getAddSelectionButtonHtml() method getOptions (line 243) | public function getOptions() method getAddButtonId (line 274) | public function getAddButtonId() method getOptionDeleteButtonHtml (line 285) | public function getOptionDeleteButtonHtml() method getSelectionHtml (line 295) | public function getSelectionHtml() method getTypeSelectHtml (line 305) | public function getTypeSelectHtml() method getRequireSelectHtml (line 329) | public function getRequireSelectHtml() method isDefaultStore (line 349) | public function isDefaultStore() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search.php class Search (line 13) | class Search extends \Magento\Backend\Block\Widget method _construct (line 23) | protected function _construct() method _prepareLayout (line 33) | protected function _prepareLayout() method _beforeToHtml (line 50) | protected function _beforeToHtml() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 34) | public function __construct( method _construct (line 49) | protected function _construct() method _prepareFilterButtons (line 65) | protected function _prepareFilterButtons() method _beforeToHtml (line 86) | protected function _beforeToHtml() method _prepareCollection (line 97) | protected function _prepareCollection() method _prepareColumns (line 134) | protected function _prepareColumns() method getGridUrl (line 184) | public function getGridUrl() method _getSelectedProducts (line 195) | protected function _getSelectedProducts() method _getProducts (line 207) | protected function _getProducts() method getAllowedSelectionTypes (line 225) | public function getAllowedSelectionTypes() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.php class Selection (line 13) | class Selection extends \Magento\Backend\Block\Widget method __construct (line 52) | public function __construct( method _construct (line 72) | protected function _construct() method getFieldId (line 83) | public function getFieldId() method getFieldName (line 93) | public function getFieldName() method _prepareLayout (line 103) | protected function _prepareLayout() method getSelectionDeleteButtonHtml (line 118) | public function getSelectionDeleteButtonHtml() method getPriceTypeSelectHtml (line 128) | public function getPriceTypeSelectHtml() method getQtyTypeSelectHtml (line 153) | public function getQtyTypeSelectHtml() method getSelectionSearchUrl (line 173) | public function getSelectionSearchUrl() method isUsedWebsitePrice (line 183) | public function isUsedWebsitePrice() method getCheckboxScopeHtml (line 194) | public function getCheckboxScopeHtml() FILE: app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tabs.php class Tabs (line 13) | class Tabs extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tabs method _prepareLayout (line 23) | protected function _prepareLayout() FILE: app/code/Magento/Bundle/Block/Adminhtml/Order/Create/Sidebar.php class Sidebar (line 8) | class Sidebar method aroundGetItemQty (line 20) | public function aroundGetItemQty( method aroundIsConfigurationRequired (line 41) | public function aroundIsConfigurationRequired( FILE: app/code/Magento/Bundle/Block/Adminhtml/Sales/Order/Items/Renderer.php class Renderer (line 17) | class Renderer extends \Magento\Sales\Block\Adminhtml\Items\Renderer\Def... method __construct (line 34) | public function __construct( method truncateString (line 58) | public function truncateString($value, $length = 80, $etc = '...', &$r... method getChildren (line 72) | public function getChildren($item) method isShipmentSeparately (line 109) | public function isShipmentSeparately($item = null) method isChildCalculated (line 147) | public function isChildCalculated($item = null) method getSelectionAttributes (line 186) | public function getSelectionAttributes($item) method getOrderOptions (line 204) | public function getOrderOptions() method getOrderItem (line 227) | public function getOrderItem() method getValueHtml (line 241) | public function getValueHtml($item) method canShowPriceInfo (line 265) | public function canShowPriceInfo($item) FILE: app/code/Magento/Bundle/Block/Adminhtml/Sales/Order/View/Items/Renderer.php class Renderer (line 17) | class Renderer extends \Magento\Sales\Block\Adminhtml\Order\View\Items\R... method __construct (line 36) | public function __construct( method truncateString (line 70) | public function truncateString($value, $length = 80, $etc = '...', &$r... method isShipmentSeparately (line 83) | public function isShipmentSeparately($item = null) method isChildCalculated (line 116) | public function isChildCalculated($item = null) method getSelectionAttributes (line 150) | public function getSelectionAttributes($item) method getOrderOptions (line 166) | public function getOrderOptions() method getValueHtml (line 188) | public function getValueHtml($item) method canShowPriceInfo (line 210) | public function canShowPriceInfo($item) FILE: app/code/Magento/Bundle/Block/Catalog/Product/Price.php class Price (line 13) | class Price extends \Magento\Catalog\Block\Product\Price method __construct (line 31) | public function __construct( method displayBothPrices (line 61) | public function displayBothPrices() method getWebsite (line 76) | public function getWebsite($storeId) FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php class Bundle (line 20) | class Bundle extends \Magento\Catalog\Block\Product\View\AbstractView method __construct (line 74) | public function __construct( method getCatalogRuleProcessor (line 100) | private function getCatalogRuleProcessor() method getOptions (line 119) | public function getOptions($stripSelection = false) method hasOptions (line 151) | public function hasOptions() method getJsonConfig (line 165) | public function getJsonConfig() method getOptionHtml (line 226) | public function getOptionHtml(Option $option) method getSelectionItemData (line 243) | private function getSelectionItemData(Product $product, Product $selec... method getTierPrices (line 289) | private function getTierPrices(Product $product, Product $selection) method getSelections (line 329) | private function getSelections(Option $option, Product $product) method getOptionItemData (line 355) | private function getOptionItemData(Option $option, Product $product, $... method getConfigData (line 372) | private function getConfigData(Product $product, array $options) method processOptions (line 417) | private function processOptions(string $optionId, array $options, Data... FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php class Option (line 16) | class Option extends \Magento\Bundle\Block\Catalog\Product\Price method __construct (line 61) | public function __construct( method showSingle (line 94) | public function showSingle() method getDefaultValues (line 111) | public function getDefaultValues() method _getSelectedOptions (line 143) | protected function _getSelectedOptions() method assignSelection (line 170) | protected function assignSelection(\Magento\Bundle\Model\Option $optio... method isSelected (line 187) | public function isSelected($selection) method _getSelectedQty (line 205) | protected function _getSelectedQty() method getProduct (line 226) | public function getProduct() method getSelectionQtyTitlePrice (line 241) | public function getSelectionQtyTitlePrice($selection, $includeContaine... method getSelectionPrice (line 262) | public function getSelectionPrice($selection) method getSelectionTitlePrice (line 286) | public function getSelectionTitlePrice($selection, $includeContainer =... method setValidationContainer (line 302) | public function setValidationContainer($elementId, $containerId) method setOption (line 313) | public function setOption(\Magento\Bundle\Model\Option $option) method renderPriceString (line 327) | public function renderPriceString($selection, $includeContainer = true) FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Checkbox.php class Checkbox (line 14) | class Checkbox extends \Magento\Bundle\Block\Catalog\Product\View\Type\B... FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php class Multi (line 14) | class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bund... method assignSelection (line 25) | protected function assignSelection(\Magento\Bundle\Model\Option $optio... FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Radio.php class Radio (line 14) | class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bund... FILE: app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Select.php class Select (line 14) | class Select extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bun... FILE: app/code/Magento/Bundle/Block/Checkout/Cart/Item/Renderer.php class Renderer (line 18) | class Renderer extends \Magento\Checkout\Block\Cart\Item\Renderer method __construct (line 41) | public function __construct( method getOptionList (line 77) | public function getOptionList() method getMessages (line 87) | public function getMessages() FILE: app/code/Magento/Bundle/Block/DataProviders/OptionPriceRenderer.php class OptionPriceRenderer (line 19) | class OptionPriceRenderer implements ArgumentInterface method __construct (line 31) | public function __construct(LayoutInterface $layout) method renderTierPrice (line 43) | public function renderTierPrice(Product $selection, array $arguments =... FILE: app/code/Magento/Bundle/Block/Sales/Order/Items/Renderer.php class Renderer (line 16) | class Renderer extends \Magento\Sales\Block\Order\Item\Renderer\DefaultR... method __construct (line 32) | public function __construct( method isShipmentSeparately (line 50) | public function isShipmentSeparately($item = null) method isChildCalculated (line 86) | public function isChildCalculated($item = null) method getSelectionAttributes (line 123) | public function getSelectionAttributes($item) method getValueHtml (line 140) | public function getValueHtml($item) method getChildren (line 155) | public function getChildren($item) method canShowPriceInfo (line 189) | public function canShowPriceInfo($item) method getItemPrice (line 205) | public function getItemPrice($item) FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/AddAttributeToTemplate.php class AddAttributeToTemplate (line 9) | class AddAttributeToTemplate extends \Magento\Catalog\Controller\Adminht... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/AlertsPriceGrid.php class AlertsPriceGrid (line 9) | class AlertsPriceGrid extends \Magento\Catalog\Controller\Adminhtml\Prod... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/AlertsStockGrid.php class AlertsStockGrid (line 9) | class AlertsStockGrid extends \Magento\Catalog\Controller\Adminhtml\Prod... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Categories.php class Categories (line 9) | class Categories extends \Magento\Catalog\Controller\Adminhtml\Product\C... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Crosssell.php class Crosssell (line 19) | class Crosssell extends CatalogCrossel implements HttpPostActionInterface FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/CrosssellGrid.php class CrosssellGrid (line 19) | class CrosssellGrid extends CatalogCrosssellGrid implements HttpPostActi... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/CustomOptions.php class CustomOptions (line 9) | class CustomOptions extends \Magento\Catalog\Controller\Adminhtml\Produc... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Duplicate.php class Duplicate (line 9) | class Duplicate extends \Magento\Catalog\Controller\Adminhtml\Product\Du... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Edit.php class Edit (line 9) | class Edit extends \Magento\Catalog\Controller\Adminhtml\Product\Edit FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Form.php class Form (line 12) | class Form extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 24) | public function __construct( method execute (line 36) | public function execute() FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Grid.php class Grid (line 9) | class Grid extends \Magento\Catalog\Controller\Adminhtml\Product\Grid FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/GridOnly.php class GridOnly (line 9) | class GridOnly extends \Magento\Catalog\Controller\Adminhtml\Product\Gri... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Index.php class Index (line 9) | class Index extends \Magento\Catalog\Controller\Adminhtml\Product\Index FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/MassDelete.php class MassDelete (line 9) | class MassDelete extends \Magento\Catalog\Controller\Adminhtml\Product\M... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/MassStatus.php class MassStatus (line 9) | class MassStatus extends \Magento\Catalog\Controller\Adminhtml\Product\M... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\Catalog\Controller\Adminhtml\Product\Ne... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Options.php class Options (line 9) | class Options extends \Magento\Catalog\Controller\Adminhtml\Product\Options FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/OptionsImportGrid.php class OptionsImportGrid (line 9) | class OptionsImportGrid extends \Magento\Catalog\Controller\Adminhtml\Pr... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Related.php class Related (line 19) | class Related extends CatalogRelated implements HttpPostActionInterface FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/RelatedGrid.php class RelatedGrid (line 19) | class RelatedGrid extends CatalogRelatedGrid implements HttpPostActionIn... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Save.php class Save (line 9) | class Save extends \Magento\Catalog\Controller\Adminhtml\Product\Save FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/ShowUpdateResult.php class ShowUpdateResult (line 9) | class ShowUpdateResult extends \Magento\Catalog\Controller\Adminhtml\Pro... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/SuggestAttributes.php class SuggestAttributes (line 9) | class SuggestAttributes extends \Magento\Catalog\Controller\Adminhtml\Pr... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Upsell.php class Upsell (line 19) | class Upsell extends CatalogUpsell implements HttpPostActionInterface FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/UpsellGrid.php class UpsellGrid (line 16) | class UpsellGrid extends \Magento\Catalog\Controller\Adminhtml\Product\U... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Validate.php class Validate (line 9) | class Validate extends \Magento\Catalog\Controller\Adminhtml\Product\Val... FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/Wysiwyg.php class Wysiwyg (line 9) | class Wysiwyg extends \Magento\Catalog\Controller\Adminhtml\Product\Wysiwyg FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Selection/Grid.php class Grid (line 11) | class Grid extends Product method execute (line 16) | public function execute() FILE: app/code/Magento/Bundle/Controller/Adminhtml/Bundle/Selection/Search.php class Search (line 11) | class Search extends Product method execute (line 16) | public function execute() FILE: app/code/Magento/Bundle/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Bundle.php class Bundle (line 19) | class Bundle method __construct (line 59) | public function __construct( method afterInitialize (line 86) | public function afterInitialize( method processBundleOptionsData (line 127) | protected function processBundleOptionsData(\Magento\Catalog\Model\Pro... method processDynamicOptionsData (line 171) | protected function processDynamicOptionsData(\Magento\Catalog\Model\Pr... method buildLink (line 206) | private function buildLink( FILE: app/code/Magento/Bundle/Helper/Catalog/Product/Configuration.php class Configuration (line 17) | class Configuration extends AbstractHelper implements ConfigurationInter... method __construct (line 54) | public function __construct( method getSelectionQty (line 76) | public function getSelectionQty(\Magento\Catalog\Model\Product $produc... method getSelectionFinalPrice (line 92) | public function getSelectionFinalPrice(ItemInterface $item, \Magento\C... method getBundleOptions (line 119) | public function getBundleOptions(ItemInterface $item) method getOptions (line 182) | public function getOptions(ItemInterface $item) FILE: app/code/Magento/Bundle/Helper/Data.php class Data (line 13) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 24) | public function __construct( method getAllowedSelectionTypes (line 37) | public function getAllowedSelectionTypes() FILE: app/code/Magento/Bundle/Model/BundleOption.php class BundleOption (line 11) | class BundleOption extends AbstractExtensibleModel implements BundleOpti... method getOptionId (line 25) | public function getOptionId() method getOptionQty (line 34) | public function getOptionQty() method getOptionSelections (line 43) | public function getOptionSelections() method setOptionId (line 52) | public function setOptionId($optionId) method setOptionQty (line 61) | public function setOptionQty($optionQty) method setOptionSelections (line 70) | public function setOptionSelections(array $optionSelections) method getExtensionAttributes (line 79) | public function getExtensionAttributes() method setExtensionAttributes (line 88) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\Bundle... FILE: app/code/Magento/Bundle/Model/CartItemProcessor.php class CartItemProcessor (line 13) | class CartItemProcessor implements CartItemProcessorInterface method __construct (line 41) | public function __construct( method convertToBuyRequest (line 56) | public function convertToBuyRequest(CartItemInterface $cartItem) method processOptions (line 79) | public function processOptions(CartItemInterface $cartItem) FILE: app/code/Magento/Bundle/Model/Link.php class Link (line 13) | class Link extends \Magento\Framework\Model\AbstractExtensibleModel impl... method getId (line 33) | public function getId() method setId (line 41) | public function setId($id) method getSku (line 49) | public function getSku() method getOptionId (line 57) | public function getOptionId() method getQty (line 65) | public function getQty() method getPosition (line 73) | public function getPosition() method getIsDefault (line 81) | public function getIsDefault() method getPrice (line 89) | public function getPrice() method getPriceType (line 97) | public function getPriceType() method getCanChangeQuantity (line 105) | public function getCanChangeQuantity() method setSku (line 116) | public function setSku($sku) method setOptionId (line 127) | public function setOptionId($optionId) method setQty (line 138) | public function setQty($qty) method setPosition (line 149) | public function setPosition($position) method setIsDefault (line 160) | public function setIsDefault($isDefault) method setPrice (line 171) | public function setPrice($price) method setPriceType (line 182) | public function setPriceType($priceType) method setCanChangeQuantity (line 193) | public function setCanChangeQuantity($canChangeQuantity) method getExtensionAttributes (line 203) | public function getExtensionAttributes() method setExtensionAttributes (line 214) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\LinkEx... FILE: app/code/Magento/Bundle/Model/LinkManagement.php class LinkManagement (line 20) | class LinkManagement implements \Magento\Bundle\Api\ProductLinkManagemen... method __construct (line 66) | public function __construct( method getChildren (line 87) | public function getChildren($productSku, $optionId = null) method addChildByProductSku (line 110) | public function addChildByProductSku($sku, $optionId, \Magento\Bundle\... method saveChild (line 122) | public function saveChild( method mapProductLinkToSelectionModel (line 180) | protected function mapProductLinkToSelectionModel( method addChild (line 220) | public function addChild( method removeChild (line 299) | public function removeChild($sku, $optionId, $childSku) method buildLink (line 340) | private function buildLink(\Magento\Catalog\Model\Product $selection, ... method getOptions (line 370) | private function getOptions(\Magento\Catalog\Api\Data\ProductInterface... method getMetadataPool (line 394) | private function getMetadataPool() FILE: app/code/Magento/Bundle/Model/Option.php class Option (line 17) | class Option extends \Magento\Framework\Model\AbstractExtensibleModel im... method _construct (line 40) | protected function _construct() method addSelection (line 52) | public function addSelection(\Magento\Catalog\Model\Product $selection) method isSaleable (line 67) | public function isSaleable() method getDefaultSelection (line 87) | public function getDefaultSelection() method isMultiSelection (line 105) | public function isMultiSelection() method getSearchableData (line 117) | public function getSearchableData($productId, $storeId) method getSelectionById (line 128) | public function getSelectionById($selectionId) method getOptionId (line 145) | public function getOptionId() method getTitle (line 153) | public function getTitle() method getRequired (line 161) | public function getRequired() method getType (line 169) | public function getType() method getPosition (line 177) | public function getPosition() method getSku (line 185) | public function getSku() method getProductLinks (line 193) | public function getProductLinks() method setOptionId (line 204) | public function setOptionId($optionId) method setTitle (line 215) | public function setTitle($title) method setRequired (line 226) | public function setRequired($required) method setType (line 237) | public function setType($type) method setPosition (line 248) | public function setPosition($position) method setSku (line 259) | public function setSku($sku) method setProductLinks (line 270) | public function setProductLinks(array $productLinks = null) method getExtensionAttributes (line 280) | public function getExtensionAttributes() method setExtensionAttributes (line 291) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\Option... FILE: app/code/Magento/Bundle/Model/Option/SaveAction.php class SaveAction (line 21) | class SaveAction method __construct (line 49) | public function __construct( method save (line 70) | public function save(ProductInterface $bundleProduct, OptionInterface ... method updateOptionSelection (line 128) | private function updateOptionSelection(ProductInterface $product, Opti... method compareLinks (line 170) | private function compareLinks(array $firstArray, array $secondArray) FILE: app/code/Magento/Bundle/Model/Option/Validator.php class Validator (line 13) | class Validator extends \Magento\Framework\Validator\AbstractValidator method __construct (line 23) | public function __construct(NotEmptyFactory $notEmptyFactory) method isValid (line 33) | public function isValid($value) method validateRequiredFields (line 46) | protected function validateRequiredFields($value) FILE: app/code/Magento/Bundle/Model/OptionManagement.php class OptionManagement (line 12) | class OptionManagement implements \Magento\Bundle\Api\ProductOptionManag... method __construct (line 28) | public function __construct( method save (line 39) | public function save(\Magento\Bundle\Api\Data\OptionInterface $option) FILE: app/code/Magento/Bundle/Model/OptionRepository.php class OptionRepository (line 20) | class OptionRepository implements \Magento\Bundle\Api\ProductOptionRepos... method __construct (line 72) | public function __construct( method get (line 95) | public function get($sku, $optionId) method getList (line 128) | public function getList($sku) method getListByProduct (line 140) | public function getListByProduct(ProductInterface $product) method delete (line 148) | public function delete(\Magento\Bundle\Api\Data\OptionInterface $option) method deleteById (line 164) | public function deleteById($sku, $optionId) method save (line 176) | public function save( method updateOptionSelection (line 198) | protected function updateOptionSelection( method getProduct (line 243) | private function getProduct($sku) method compareLinks (line 260) | private function compareLinks(array $firstArray, array $secondArray) FILE: app/code/Magento/Bundle/Model/OptionTypeList.php class OptionTypeList (line 9) | class OptionTypeList implements \Magento\Bundle\Api\ProductOptionTypeLis... method __construct (line 25) | public function __construct( method getItems (line 36) | public function getItems() FILE: app/code/Magento/Bundle/Model/Plugin/Frontend/Product.php class Product (line 16) | class Product method __construct (line 26) | public function __construct(Type $type) method afterGetIdentities (line 38) | public function afterGetIdentities(CatalogProduct $product, array $ide... FILE: app/code/Magento/Bundle/Model/Plugin/PriceBackend.php class PriceBackend (line 13) | class PriceBackend method aroundValidate (line 22) | public function aroundValidate( FILE: app/code/Magento/Bundle/Model/Plugin/Product.php class Product (line 11) | class Product method __construct (line 21) | public function __construct(Type $type) method afterGetIdentities (line 31) | public function afterGetIdentities( FILE: app/code/Magento/Bundle/Model/Plugin/QuoteItem.php class QuoteItem (line 15) | class QuoteItem method afterConvert (line 28) | public function afterConvert(ToOrderItem $subject, OrderItemInterface ... FILE: app/code/Magento/Bundle/Model/Product/Attribute/Source/Price/View.php class View (line 17) | class View extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method __construct (line 27) | public function __construct(OptionFactory $optionFactory) method getAllOptions (line 37) | public function getAllOptions() method getOptionText (line 54) | public function getOptionText($value) method getFlatColumns (line 69) | public function getFlatColumns() method getFlatUpdateSelect (line 91) | public function getFlatUpdateSelect($store) FILE: app/code/Magento/Bundle/Model/Product/Attribute/Source/Shipment/Type.php class Type (line 13) | class Type extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method getAllOptions (line 19) | public function getAllOptions() method getOptionText (line 34) | public function getOptionText($value) FILE: app/code/Magento/Bundle/Model/Product/CatalogPrice.php class CatalogPrice (line 11) | class CatalogPrice implements \Magento\Catalog\Model\Product\CatalogPric... method __construct (line 33) | public function __construct( method getCatalogPrice (line 46) | public function getCatalogPrice( method getCatalogRegularPrice (line 83) | public function getCatalogRegularPrice(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Bundle/Model/Product/CopyConstructor/Bundle.php class Bundle (line 14) | class Bundle implements \Magento\Catalog\Model\Product\CopyConstructorIn... method build (line 23) | public function build(Product $product, Product $duplicate) FILE: app/code/Magento/Bundle/Model/Product/LinksList.php class LinksList (line 9) | class LinksList method __construct (line 31) | public function __construct( method getItems (line 46) | public function getItems(\Magento\Catalog\Api\Data\ProductInterface $p... FILE: app/code/Magento/Bundle/Model/Product/OptionList.php class OptionList (line 9) | class OptionList method __construct (line 43) | public function __construct( method getItems (line 61) | public function getItems(\Magento\Catalog\Api\Data\ProductInterface $p... FILE: app/code/Magento/Bundle/Model/Product/Price.php class Price (line 21) | class Price extends \Magento\Catalog\Model\Product\Type\Price method __construct (line 71) | public function __construct( method getIsPricesCalculatedByIndex (line 108) | public function getIsPricesCalculatedByIndex() method getPrice (line 119) | public function getPrice($product) method getTotalBundleItemsPrice (line 135) | public function getTotalBundleItemsPrice($product, $qty = null) method getBundleSelectionIds (line 171) | protected function getBundleSelectionIds(\Magento\Catalog\Model\Produc... method getFinalPrice (line 190) | public function getFinalPrice($qty, $product) method getChildFinalPrice (line 218) | public function getChildFinalPrice($product, $productQty, $childProduc... method getTotalPrices (line 235) | public function getTotalPrices($product, $which = null, $includeTax = ... method getOptions (line 392) | public function getOptions($product) method getSelectionPrice (line 417) | public function getSelectionPrice($bundleProduct, $selectionProduct, $... method getSelectionPreFinalPrice (line 430) | public function getSelectionPreFinalPrice($bundleProduct, $selectionPr... method getSelectionFinalTotalPrice (line 446) | public function getSelectionFinalTotalPrice( method _applyTierPrice (line 502) | protected function _applyTierPrice($product, $qty, $finalPrice) method getTierPrice (line 527) | public function getTierPrice($qty, $product) method calculateSpecialPrice (line 624) | public function calculateSpecialPrice( method getLowestPrice (line 649) | public function getLowestPrice($bundleProduct, $price, $bundleQty = 1) FILE: app/code/Magento/Bundle/Model/Product/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements ExtensionInterface method __construct (line 26) | public function __construct(OptionRepository $optionRepository) method execute (line 37) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Bundle/Model/Product/SaveHandler.php class SaveHandler (line 19) | class SaveHandler implements ExtensionInterface method __construct (line 47) | public function __construct( method execute (line 70) | public function execute($entity, $arguments = []) method removeOptionLinks (line 107) | protected function removeOptionLinks($entitySku, $option) method saveOptions (line 125) | private function saveOptions($entity, array $options, array $newOption... method getOptionIds (line 142) | private function getOptionIds(array $options): array method processRemovedOptions (line 166) | private function processRemovedOptions(ProductInterface $entity, array... FILE: app/code/Magento/Bundle/Model/Product/Type.php class Type (line 26) | class Type extends \Magento\Catalog\Model\Product\Type\AbstractType method __construct (line 198) | public function __construct( method getRelationInfo (line 264) | public function getRelationInfo() method getChildrenIds (line 284) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 295) | public function getParentIdsByChild($childId) method getSku (line 306) | public function getSku($product) method getWeight (line 339) | public function getWeight($product) method isVirtual (line 370) | public function isVirtual($product) method beforeSave (line 396) | public function beforeSave($product) method getOptions (line 440) | public function getOptions($product) method getOptionsIds (line 452) | public function getOptionsIds($product) method getOptionsCollection (line 464) | public function getOptionsCollection($product) method getSelectionsCollection (line 492) | public function getSelectionsCollection($optionIds, $product) method updateQtyOption (line 539) | public function updateQtyOption($options, \Magento\Framework\DataObjec... method prepareQuoteItemQty (line 572) | public function prepareQuoteItemQty($qty, $product) method isSalable (line 585) | public function isSalable($product) method _prepareProduct (line 651) | protected function _prepareProduct(\Magento\Framework\DataObject $buyR... method recursiveIntval (line 811) | private function recursiveIntval(array $array) method getSpecifyOptionMessage (line 831) | public function getSpecifyOptionMessage() method getSelectionsByIds (line 843) | public function getSelectionsByIds($selectionIds, $product) method getOptionsByIds (line 892) | public function getOptionsByIds($optionIds, $product) method getOrderOptions (line 925) | public function getOrderOptions($product) method shakeSelections (line 993) | public function shakeSelections($firstItem, $secondItem) method hasOptions (line 1019) | public function hasOptions($product) method getForceChildItemQtyChanges (line 1041) | public function getForceChildItemQtyChanges($product) method getSearchableData (line 1054) | public function getSearchableData($product) method checkProductBuyState (line 1077) | public function checkProductBuyState($product) method getProductsToPurchaseByReqGroups (line 1123) | public function getProductsToPurchaseByReqGroups($product) method processBuyRequest (line 1154) | public function processBuyRequest($product, $buyRequest) method canConfigure (line 1173) | public function canConfigure($product) method deleteTypeSpecificData (line 1187) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... method getIdentities (line 1197) | public function getIdentities(\Magento\Catalog\Model\Product $product) method getQty (line 1221) | protected function getQty($selection, $qtys, $selectionOptionId) method getBeforeQty (line 1240) | protected function getBeforeQty($product, $selection) method checkIsAllRequiredOptions (line 1262) | protected function checkIsAllRequiredOptions($product, $isStrictProces... method checkSelectionsIsSale (line 1285) | protected function checkSelectionsIsSale($selections, $skipSaleableChe... method checkIsResult (line 1314) | protected function checkIsResult($_result) method mergeSelectionsWithOptions (line 1334) | protected function mergeSelectionsWithOptions($options, $selections) FILE: app/code/Magento/Bundle/Model/ProductOptionProcessor.php class ProductOptionProcessor (line 16) | class ProductOptionProcessor implements ProductOptionProcessorInterface method __construct (line 32) | public function __construct( method convertToBuyRequest (line 43) | public function convertToBuyRequest(ProductOptionInterface $productOpt... method getBundleOptions (line 70) | protected function getBundleOptions(ProductOptionInterface $productOpt... method convertToProductOption (line 85) | public function convertToProductOption(DataObject $request) FILE: app/code/Magento/Bundle/Model/ResourceModel/Bundle.php class Bundle (line 14) | class Bundle extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 32) | public function __construct( method _construct (line 48) | protected function _construct() method _getSelect (line 61) | protected function _getSelect($productId, $columns = []) method getSelectionsData (line 84) | public function getSelectionsData($productId) method dropAllQuoteChildItems (line 95) | public function dropAllQuoteChildItems($productId) method dropAllUnneededSelections (line 124) | public function dropAllUnneededSelections($productId, $ids) method saveProductRelations (line 140) | public function saveProductRelations($parentId, $childIds) method addProductRelation (line 155) | public function addProductRelation($parentId, $childId) method addProductRelations (line 168) | public function addProductRelations($parentId, $childIds) method removeProductRelations (line 181) | public function removeProductRelations($parentId, $childIds) FILE: app/code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php class BundleOptionStockDataSelectBuilder (line 18) | class BundleOptionStockDataSelectBuilder method __construct (line 24) | public function __construct( method buildSelect (line 36) | public function buildSelect($idxTable) FILE: app/code/Magento/Bundle/Model/ResourceModel/Indexer/Price.php class Price (line 25) | class Price implements DimensionalIndexerInterface method __construct (line 106) | public function __construct( method executeByDimensions (line 136) | public function executeByDimensions(array $dimensions, \Traversable $e... method getBundlePriceTable (line 183) | private function getBundlePriceTable() method getBundleSelectionTable (line 193) | private function getBundleSelectionTable() method getBundleOptionTable (line 203) | private function getBundleOptionTable() method prepareBundlePriceTable (line 213) | private function prepareBundlePriceTable() method prepareBundleSelectionTable (line 224) | private function prepareBundleSelectionTable() method prepareBundleOptionTable (line 235) | private function prepareBundleOptionTable() method prepareBundlePriceByType (line 251) | private function prepareBundlePriceByType($priceType, array $dimension... method calculateBundleOptionPrice (line 392) | private function calculateBundleOptionPrice($priceTable, $dimensions) method calculateBundleSelectionPrice (line 437) | private function calculateBundleSelectionPrice($dimensions, $priceType) method prepareTierPriceIndex (line 558) | private function prepareTierPriceIndex($dimensions, $entityIds) method applyBundlePrice (line 626) | private function applyBundlePrice($priceTable): void method applyBundleOptionPrice (line 654) | private function applyBundleOptionPrice($priceTable): void method getMainTable (line 699) | private function getMainTable($dimensions) method getConnection (line 713) | private function getConnection(): \Magento\Framework\DB\Adapter\Adapte... method getTable (line 728) | private function getTable($tableName) FILE: app/code/Magento/Bundle/Model/ResourceModel/Indexer/Stock.php class Stock (line 16) | class Stock extends \Magento\CatalogInventory\Model\ResourceModel\Indexe... method __construct (line 45) | public function __construct( method _getBundleOptionTable (line 72) | protected function _getBundleOptionTable() method _prepareBundleOptionStockData (line 84) | protected function _prepareBundleOptionStockData($entityIds = null, $u... method _getStockStatusSelect (line 127) | protected function _getStockStatusSelect($entityIds = null, $usePrimar... method _prepareIndexTable (line 162) | protected function _prepareIndexTable($entityIds = null) method _updateIndex (line 176) | protected function _updateIndex($entityIds) method _cleanBundleOptionStockData (line 189) | protected function _cleanBundleOptionStockData() FILE: app/code/Magento/Bundle/Model/ResourceModel/Indexer/StockStatusSelectBuilder.php class StockStatusSelectBuilder (line 19) | class StockStatusSelectBuilder method __construct (line 27) | public function __construct( method buildSelect (line 42) | public function buildSelect(Select $select) method getAttribute (line 95) | private function getAttribute($attributeCode) FILE: app/code/Magento/Bundle/Model/ResourceModel/Option.php class Option (line 16) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 39) | public function __construct( method _construct (line 57) | protected function _construct() method removeOptionSelections (line 66) | public function removeOptionSelections($optionId) method _afterSave (line 80) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _afterDelete (line 118) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getSearchableData (line 141) | public function getSearchableData($productId, $storeId) method getValidationRulesBeforeSave (line 185) | public function getValidationRulesBeforeSave() method getMetadataPool (line 194) | private function getMetadataPool() method save (line 205) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Bundle/Model/ResourceModel/Option/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 36) | protected function _construct() method joinValues (line 47) | public function joinValues($storeId) method setProductIdFilter (line 97) | public function setProductIdFilter($productId) method setProductLinkFilter (line 121) | public function setProductLinkFilter($productLinkFieldValue) method setPositionOrder (line 135) | public function setPositionOrder() method appendSelections (line 149) | public function appendSelections($selectionsCollection, $stripBefore =... method _stripSelections (line 180) | protected function _stripSelections() method setIdFilter (line 195) | public function setIdFilter($ids) method resetAllIds (line 210) | public function resetAllIds() method getAllIds (line 221) | public function getAllIds() FILE: app/code/Magento/Bundle/Model/ResourceModel/Selection.php class Selection (line 20) | class Selection extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method __construct (line 41) | public function __construct( method _construct (line 63) | protected function _construct() method getChildrenIds (line 78) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 133) | public function getParentIdsByChild($childId) method saveSelectionPrice (line 160) | public function saveSelectionPrice($item) method save (line 192) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Bundle/Model/ResourceModel/Selection/Collection.php class Collection (line 21) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 80) | public function __construct( method _construct (line 141) | protected function _construct() method _afterLoad (line 154) | public function _afterLoad() method _initSelect (line 164) | protected function _initSelect() method joinPrices (line 180) | public function joinPrices($websiteId) method setOptionIdsFilter (line 215) | public function setOptionIdsFilter($optionIds) method setSelectionIdsFilter (line 229) | public function setSelectionIdsFilter($selectionIds) method setPositionOrder (line 242) | public function setPositionOrder() method addQuantityFilter (line 254) | public function addQuantityFilter() method getNewEmptyItem (line 288) | public function getNewEmptyItem() method addPriceFilter (line 306) | public function addPriceFilter($product, $searchMin, $useRegularPrice ... method getCatalogRuleProcessor (line 361) | private function getCatalogRuleProcessor() FILE: app/code/Magento/Bundle/Model/ResourceModel/Selection/Collection/FilterApplier.php class FilterApplier (line 16) | class FilterApplier method apply (line 36) | public function apply(Collection $collection, $field, $value, $conditi... FILE: app/code/Magento/Bundle/Model/ResourceModel/Selection/Plugin/Collection.php class Collection (line 10) | class Collection method aroundAddStoreFilter (line 22) | public function aroundAddStoreFilter( FILE: app/code/Magento/Bundle/Model/Sales/Order/Pdf/Items/AbstractItems.php class AbstractItems (line 17) | abstract class AbstractItems extends \Magento\Sales\Model\Order\Pdf\Item... method __construct (line 39) | public function __construct( method getChildren (line 69) | public function getChildren($item) method isShipmentSeparately (line 106) | public function isShipmentSeparately($item = null) method isChildCalculated (line 144) | public function isChildCalculated($item = null) method getBundleOptions (line 184) | public function getBundleOptions($item = null) method getSelectionAttributes (line 199) | public function getSelectionAttributes($item) method getOrderOptions (line 219) | public function getOrderOptions($item = null) method getOrderItem (line 242) | public function getOrderItem() method getValueHtml (line 256) | public function getValueHtml($item) method canShowPriceInfo (line 282) | public function canShowPriceInfo($item) FILE: app/code/Magento/Bundle/Model/Sales/Order/Pdf/Items/Creditmemo.php class Creditmemo (line 14) | class Creditmemo extends AbstractItems method __construct (line 38) | public function __construct( method draw (line 72) | public function draw() FILE: app/code/Magento/Bundle/Model/Sales/Order/Pdf/Items/Invoice.php class Invoice (line 14) | class Invoice extends AbstractItems method __construct (line 36) | public function __construct( method draw (line 70) | public function draw() FILE: app/code/Magento/Bundle/Model/Sales/Order/Pdf/Items/Shipment.php class Shipment (line 14) | class Shipment extends AbstractItems method __construct (line 36) | public function __construct( method draw (line 70) | public function draw() FILE: app/code/Magento/Bundle/Model/Sales/Order/Plugin/Item.php class Item (line 12) | class Item method afterGetQtyToCancel (line 21) | public function afterGetQtyToCancel(\Magento\Sales\Model\Order\Item $s... method afterIsProcessingAvailable (line 39) | public function afterIsProcessingAvailable(\Magento\Sales\Model\Order\... method getQtyToCancelBundle (line 56) | private function getQtyToCancelBundle($item) FILE: app/code/Magento/Bundle/Model/Selection.php class Selection (line 34) | class Selection extends \Magento\Framework\Model\AbstractModel method __construct (line 51) | public function __construct( method _construct (line 68) | protected function _construct() method afterSave (line 79) | public function afterSave() FILE: app/code/Magento/Bundle/Model/Source/Option/Selection/Price/Type.php class Type (line 16) | class Type implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Bundle/Model/Source/Option/Type.php class Type (line 18) | class Type extends \Magento\Framework\Model\AbstractExtensibleModel impl... method __construct (line 42) | public function __construct( method toOptionArray (line 69) | public function toOptionArray() method getLabel (line 83) | public function getLabel() method getCode (line 91) | public function getCode() method setLabel (line 102) | public function setLabel($label) method setCode (line 113) | public function setCode($code) method getExtensionAttributes (line 123) | public function getExtensionAttributes() method setExtensionAttributes (line 134) | public function setExtensionAttributes(\Magento\Bundle\Api\Data\Option... FILE: app/code/Magento/Bundle/Observer/AppendUpsellProductsObserver.php class AppendUpsellProductsObserver (line 10) | class AppendUpsellProductsObserver implements ObserverInterface method __construct (line 40) | public function __construct( method execute (line 60) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Bundle/Observer/InitOptionRendererObserver.php class InitOptionRendererObserver (line 10) | class InitOptionRendererObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Bundle/Observer/SetAttributeTabBlockObserver.php class SetAttributeTabBlockObserver (line 10) | class SetAttributeTabBlockObserver implements ObserverInterface method __construct (line 22) | public function __construct(\Magento\Catalog\Helper\Catalog $helperCat... method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Bundle/Pricing/Adjustment/BundleCalculatorInterface.php type BundleCalculatorInterface (line 15) | interface BundleCalculatorInterface extends CalculatorInterface method getMaxAmount (line 23) | public function getMaxAmount($amount, Product $saleableItem, $exclude ... method getMaxRegularAmount (line 31) | public function getMaxRegularAmount($amount, Product $saleableItem, $e... method getMinRegularAmount (line 39) | public function getMinRegularAmount($amount, Product $saleableItem, $e... method getOptionsAmount (line 50) | public function getOptionsAmount( method calculateBundleAmount (line 66) | public function calculateBundleAmount($basePriceValue, $bundleProduct,... method createSelectionPriceList (line 76) | public function createSelectionPriceList($option, $bundleProduct, $use... method processOptions (line 86) | public function processOptions($option, $selectionPriceList, $searchMi... method getAmountWithoutOption (line 93) | public function getAmountWithoutOption($amount, Product $saleableItem); FILE: app/code/Magento/Bundle/Pricing/Adjustment/Calculator.php class Calculator (line 24) | class Calculator implements BundleCalculatorInterface method __construct (line 71) | public function __construct( method getAmount (line 97) | public function getAmount($amount, SaleableInterface $saleableItem, $e... method getMinRegularAmount (line 110) | public function getMinRegularAmount($amount, Product $saleableItem, $e... method getMaxAmount (line 123) | public function getMaxAmount($amount, Product $saleableItem, $exclude ... method getMaxRegularAmount (line 136) | public function getMaxRegularAmount($amount, Product $saleableItem, $e... method getOptionsAmount (line 151) | public function getOptionsAmount( method getAmountWithoutOption (line 178) | public function getAmountWithoutOption($amount, Product $saleableItem) method getSelectionAmounts (line 195) | protected function getSelectionAmounts(Product $bundleProduct, $search... method getSelectionPriceListProvider (line 206) | private function getSelectionPriceListProvider() method canSkipOption (line 224) | protected function canSkipOption($option, $canSkipRequiredOption) method hasRequiredOption (line 236) | protected function hasRequiredOption($bundleProduct) method getBundleOptions (line 254) | protected function getBundleOptions(Product $saleableItem) method calculateBundleAmount (line 272) | public function calculateBundleAmount($basePriceValue, $bundleProduct,... method calculateFixedBundleAmount (line 289) | protected function calculateFixedBundleAmount($basePriceValue, $bundle... method calculateDynamicBundleAmount (line 309) | protected function calculateDynamicBundleAmount($basePriceValue, $bund... method createSelectionPriceList (line 374) | public function createSelectionPriceList($option, $bundleProduct, $use... method processOptions (line 408) | public function processOptions($option, $selectionPriceList, $searchMi... FILE: app/code/Magento/Bundle/Pricing/Adjustment/DefaultSelectionPriceListProvider.php class DefaultSelectionPriceListProvider (line 17) | class DefaultSelectionPriceListProvider implements SelectionPriceListPro... method __construct (line 32) | public function __construct(BundleSelectionFactory $bundleSelectionFac... method getPriceList (line 40) | public function getPriceList(Product $bundleProduct, $searchMin, $useR... method isShouldFindMinOption (line 90) | private function isShouldFindMinOption(Product $bundleProduct, $search... method addMiniMaxPriceList (line 112) | private function addMiniMaxPriceList(Product $bundleProduct, $selectio... method addMaximumMultiSelectionPriceList (line 139) | private function addMaximumMultiSelectionPriceList(Product $bundleProd... method processMinPriceForNonRequiredOptions (line 158) | private function processMinPriceForNonRequiredOptions() method canSkipOption (line 179) | private function canSkipOption($option, $canSkipRequiredOption) method hasRequiredOption (line 190) | private function hasRequiredOption($bundleProduct) method getBundleOptions (line 204) | private function getBundleOptions(Product $saleableItem) FILE: app/code/Magento/Bundle/Pricing/Adjustment/SelectionPriceListProviderInterface.php type SelectionPriceListProviderInterface (line 16) | interface SelectionPriceListProviderInterface method getPriceList (line 25) | public function getPriceList(Product $bundleProduct, $searchMin, $useR... FILE: app/code/Magento/Bundle/Pricing/Price/BundleOptionPrice.php class BundleOptionPrice (line 16) | class BundleOptionPrice extends AbstractPrice implements BundleOptionPri... method __construct (line 52) | public function __construct( method getValue (line 69) | public function getValue() method getMaxValue (line 84) | public function getMaxValue() method getOptions (line 98) | public function getOptions() method getOptionSelectionAmount (line 109) | public function getOptionSelectionAmount($selection) method calculateOptions (line 124) | protected function calculateOptions($searchMin = true) method getAmount (line 134) | public function getAmount() FILE: app/code/Magento/Bundle/Pricing/Price/BundleOptionPriceInterface.php type BundleOptionPriceInterface (line 13) | interface BundleOptionPriceInterface method getOptions (line 20) | public function getOptions(); method getOptionSelectionAmount (line 26) | public function getOptionSelectionAmount($selection); FILE: app/code/Magento/Bundle/Pricing/Price/BundleOptionRegularPrice.php class BundleOptionRegularPrice (line 18) | class BundleOptionRegularPrice extends AbstractPrice implements BundleOp... method __construct (line 42) | public function __construct( method getValue (line 57) | public function getValue() method getOptions (line 71) | public function getOptions() : \Magento\Bundle\Model\ResourceModel\Opt... method getOptionSelectionAmount (line 82) | public function getOptionSelectionAmount($selection) : \Magento\Framew... method getAmount (line 96) | public function getAmount() : \Magento\Framework\Pricing\Amount\Amount... FILE: app/code/Magento/Bundle/Pricing/Price/BundleOptions.php class BundleOptions (line 18) | class BundleOptions method __construct (line 39) | public function __construct( method getOptions (line 53) | public function getOptions(SaleableInterface $bundleProduct) method calculateOptions (line 81) | public function calculateOptions( method getOptionSelectionAmount (line 110) | public function getOptionSelectionAmount( FILE: app/code/Magento/Bundle/Pricing/Price/BundleRegularPrice.php class BundleRegularPrice (line 18) | class BundleRegularPrice extends \Magento\Catalog\Pricing\Price\RegularP... method __construct (line 36) | public function __construct( method getAmount (line 48) | public function getAmount() method getMaximalPrice (line 67) | public function getMaximalPrice() method getMinimalPrice (line 86) | public function getMinimalPrice() FILE: app/code/Magento/Bundle/Pricing/Price/BundleSelectionFactory.php class BundleSelectionFactory (line 16) | class BundleSelectionFactory method __construct (line 35) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 49) | public function create( FILE: app/code/Magento/Bundle/Pricing/Price/BundleSelectionPrice.php class BundleSelectionPrice (line 23) | class BundleSelectionPrice extends AbstractPrice method __construct (line 75) | public function __construct( method getValue (line 100) | public function getValue() method getAmount (line 155) | public function getAmount() method getProduct (line 185) | public function getProduct() FILE: app/code/Magento/Bundle/Pricing/Price/ConfiguredPrice.php class ConfiguredPrice (line 22) | class ConfiguredPrice extends CatalogPrice\FinalPrice implements Configu... method __construct (line 60) | public function __construct( method setItem (line 82) | public function setItem(ItemInterface $item) method getOptions (line 93) | public function getOptions() method getConfiguredAmount (line 128) | public function getConfiguredAmount($baseValue = 0.) method getValue (line 144) | public function getValue() method getAmount (line 161) | public function getAmount() FILE: app/code/Magento/Bundle/Pricing/Price/ConfiguredRegularPrice.php class ConfiguredRegularPrice (line 13) | class ConfiguredRegularPrice extends ConfiguredPrice method createSelectionPriceList (line 26) | protected function createSelectionPriceList(\Magento\Bundle\Model\Opti... FILE: app/code/Magento/Bundle/Pricing/Price/DiscountCalculator.php class DiscountCalculator (line 14) | class DiscountCalculator method calculateDiscount (line 23) | public function calculateDiscount(Product $product, $value = null) FILE: app/code/Magento/Bundle/Pricing/Price/DiscountProviderInterface.php type DiscountProviderInterface (line 14) | interface DiscountProviderInterface method getDiscountPercent (line 19) | public function getDiscountPercent(); FILE: app/code/Magento/Bundle/Pricing/Price/FinalPrice.php class FinalPrice (line 19) | class FinalPrice extends \Magento\Catalog\Pricing\Price\FinalPrice imple... method __construct (line 52) | public function __construct( method getValue (line 66) | public function getValue() method getMaximalPrice (line 77) | public function getMaximalPrice() method getProductOptionRepository (line 97) | private function getProductOptionRepository() method getMinimalPrice (line 112) | public function getMinimalPrice() method getAmount (line 122) | public function getAmount() method loadProductCustomOptions (line 142) | private function loadProductCustomOptions() method getPriceWithoutOption (line 159) | public function getPriceWithoutOption() method getBundleOptionPrice (line 172) | protected function getBundleOptionPrice() FILE: app/code/Magento/Bundle/Pricing/Price/FinalPriceInterface.php type FinalPriceInterface (line 14) | interface FinalPriceInterface extends \Magento\Catalog\Pricing\Price\Fin... method getPriceWithoutOption (line 19) | public function getPriceWithoutOption(); FILE: app/code/Magento/Bundle/Pricing/Price/RegularPriceInterface.php type RegularPriceInterface (line 14) | interface RegularPriceInterface extends \Magento\Framework\Pricing\Price... method getMinimalPrice (line 21) | public function getMinimalPrice(); method getMaximalPrice (line 28) | public function getMaximalPrice(); FILE: app/code/Magento/Bundle/Pricing/Price/SpecialPrice.php class SpecialPrice (line 14) | class SpecialPrice extends \Magento\Catalog\Pricing\Price\SpecialPrice i... method getDiscountPercent (line 26) | public function getDiscountPercent() method getValue (line 39) | public function getValue() method getRegularPrice (line 60) | protected function getRegularPrice() method isPercentageDiscount (line 68) | public function isPercentageDiscount() FILE: app/code/Magento/Bundle/Pricing/Price/TierPrice.php class TierPrice (line 16) | class TierPrice extends \Magento\Catalog\Pricing\Price\TierPrice impleme... method getDiscountPercent (line 33) | public function getDiscountPercent() method getValue (line 64) | public function getValue() method getRegularPrice (line 85) | protected function getRegularPrice() method isFirstPriceBetter (line 99) | protected function isFirstPriceBetter($firstPrice, $secondPrice) method isPercentageDiscount (line 107) | public function isPercentageDiscount() FILE: app/code/Magento/Bundle/Pricing/Render/FinalPriceBox.php class FinalPriceBox (line 16) | class FinalPriceBox extends CatalogRender\FinalPriceBox method showRangePrice (line 23) | public function showRangePrice() FILE: app/code/Magento/Bundle/Setup/Patch/Data/ApplyAttributesUpdate.php class ApplyAttributesUpdate (line 19) | class ApplyAttributesUpdate implements DataPatchInterface, PatchVersionI... method __construct (line 37) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 220) | public static function getDependencies() method getVersion (line 228) | public static function getVersion() method getAliases (line 236) | public function getAliases() FILE: app/code/Magento/Bundle/Setup/Patch/Data/UpdateBundleRelatedEntityTypes.php class UpdateBundleRelatedEntityTypes (line 21) | class UpdateBundleRelatedEntityTypes implements DataPatchInterface, Patc... method __construct (line 38) | public function __construct( method apply (line 49) | public function apply() method upgradePriceType (line 73) | private function upgradePriceType(EavSetup $eavSetup) method upgradeSkuType (line 97) | private function upgradeSkuType(EavSetup $eavSetup) method upgradeWeightType (line 122) | private function upgradeWeightType(EavSetup $eavSetup) method upgradeShipmentType (line 147) | private function upgradeShipmentType(EavSetup $eavSetup) method getDependencies (line 182) | public static function getDependencies() method getVersion (line 192) | public static function getVersion() method getAliases (line 200) | public function getAliases() FILE: app/code/Magento/Bundle/Setup/Patch/Schema/UpdateBundleRelatedSchema.php class UpdateBundleRelatedSchema (line 18) | class UpdateBundleRelatedSchema implements SchemaPatchInterface, PatchVe... method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 139) | public static function getDependencies() method getVersion (line 147) | public static function getVersion() method getAliases (line 155) | public function getAliases() FILE: app/code/Magento/Bundle/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 70) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/CheckboxTest.php class CheckboxTest (line 10) | class CheckboxTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetValidationContainer (line 25) | public function testSetValidationContainer() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/MultiTest.php class MultiTest (line 10) | class MultiTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetValidationContainer (line 23) | public function testSetValidationContainer() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/RadioTest.php class RadioTest (line 10) | class RadioTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetValidationContainer (line 23) | public function testSetValidationContainer() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/SelectTest.php class SelectTest (line 10) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetValidationContainer (line 23) | public function testSetValidationContainer() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php class ExtendTest (line 10) | class ExtendTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method getProduct (line 42) | public function getProduct() method testGetExtendedElement (line 54) | public function testGetExtendedElement() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/OptionTest.php class OptionTest (line 8) | class OptionTest extends \PHPUnit\Framework\TestCase method testGetAddButtonId (line 10) | public function testGetAddButtonId() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Sales/Order/Items/RendererTest.php class RendererTest (line 8) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetChildrenEmptyItems (line 36) | public function testGetChildrenEmptyItems($class, $method, $returnClass) method getChildrenEmptyItemsDataProvider (line 52) | public function getChildrenEmptyItemsDataProvider() method testGetChildren (line 76) | public function testGetChildren($parentItem) method getChildrenDataProvider (line 106) | public function getChildrenDataProvider() method testIsShipmentSeparatelyWithoutItem (line 117) | public function testIsShipmentSeparatelyWithoutItem($productOptions, $... method isShipmentSeparatelyWithoutItemDataProvider (line 128) | public function isShipmentSeparatelyWithoutItemDataProvider() method testIsShipmentSeparatelyWithItem (line 140) | public function testIsShipmentSeparatelyWithItem($productOptions, $res... method isShipmentSeparatelyWithItemDataProvider (line 160) | public function isShipmentSeparatelyWithItemDataProvider() method testIsChildCalculatedWithoutItem (line 173) | public function testIsChildCalculatedWithoutItem($productOptions, $res... method isChildCalculatedWithoutItemDataProvider (line 184) | public function isChildCalculatedWithoutItemDataProvider() method testIsChildCalculatedWithItem (line 196) | public function testIsChildCalculatedWithItem($productOptions, $result... method isChildCalculatedWithItemDataProvider (line 216) | public function isChildCalculatedWithItemDataProvider() method testGetSelectionAttributes (line 226) | public function testGetSelectionAttributes() method testGetSelectionAttributesWithBundle (line 232) | public function testGetSelectionAttributesWithBundle() method testGetOrderOptions (line 247) | public function testGetOrderOptions() method testGetOrderItem (line 259) | public function testGetOrderItem() method testCanShowPriceInfo (line 268) | public function testCanShowPriceInfo($parentItem, $productOptions, $re... method canShowPriceInfoDataProvider (line 281) | public function canShowPriceInfoDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Sales/Order/View/Items/RendererTest.php class RendererTest (line 8) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testIsShipmentSeparatelyWithoutItem (line 36) | public function testIsShipmentSeparatelyWithoutItem($productOptions, $... method isShipmentSeparatelyWithoutItemDataProvider (line 47) | public function isShipmentSeparatelyWithoutItemDataProvider() method testIsShipmentSeparatelyWithItem (line 59) | public function testIsShipmentSeparatelyWithItem($productOptions, $res... method isShipmentSeparatelyWithItemDataProvider (line 79) | public function isShipmentSeparatelyWithItemDataProvider() method testIsChildCalculatedWithoutItem (line 92) | public function testIsChildCalculatedWithoutItem($productOptions, $res... method isChildCalculatedWithoutItemDataProvider (line 103) | public function isChildCalculatedWithoutItemDataProvider() method testIsChildCalculatedWithItem (line 115) | public function testIsChildCalculatedWithItem($productOptions, $result... method isChildCalculatedWithItemDataProvider (line 135) | public function isChildCalculatedWithItemDataProvider() method testGetSelectionAttributes (line 145) | public function testGetSelectionAttributes() method testGetSelectionAttributesWithBundle (line 151) | public function testGetSelectionAttributesWithBundle() method getSelectionAttributesDataProvider (line 169) | public function getSelectionAttributesDataProvider() method testGetOrderOptions (line 177) | public function testGetOrderOptions() method testCanShowPriceInfo (line 192) | public function testCanShowPriceInfo($parentItem, $productOptions, $re... method canShowPriceInfoDataProvider (line 205) | public function canShowPriceInfoDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Block/Catalog/Product/View/Type/Bundle/OptionTest.php class OptionTest (line 9) | class OptionTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testSetOption (line 58) | public function testSetOption() method testRenderPriceString (line 100) | public function testRenderPriceString() FILE: app/code/Magento/Bundle/Test/Unit/Block/Catalog/Product/View/Type/BundleTest.php class BundleTest (line 13) | class BundleTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetOptionHtmlNoRenderer (line 104) | public function testGetOptionHtmlNoRenderer() method testGetOptionHtml (line 125) | public function testGetOptionHtml() method testGetJsonConfigFixedPriceBundleNoOption (line 149) | public function testGetJsonConfigFixedPriceBundleNoOption() method testGetJsonConfigFixedPriceBundle (line 189) | public function testGetJsonConfigFixedPriceBundle() method updateBundleBlock (line 292) | private function updateBundleBlock($options, $priceInfo, $priceType) method getPriceInfoMock (line 338) | private function getPriceInfoMock($price) method getPriceMock (line 366) | private function getPriceMock($prices) method getAmountPriceMock (line 391) | private function getAmountPriceMock($value, $baseAmount, array $select... method createOption (line 427) | private function createOption( method createOptionSelection (line 465) | private function createOptionSelection( method testGetOptions (line 513) | public function testGetOptions($stripSelection) method getOptionsDataProvider (line 548) | public function getOptionsDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Block/DataProviders/OptionPriceRendererTest.php class OptionPriceRendererTest (line 22) | class OptionPriceRendererTest extends TestCase method setUp (line 37) | protected function setUp() method testRenderTierPrice (line 56) | public function testRenderTierPrice(): void method testRenderTierPriceNotExist (line 85) | public function testRenderTierPriceNotExist(): void FILE: app/code/Magento/Bundle/Test/Unit/Block/Sales/Order/Items/RendererTest.php class RendererTest (line 8) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetChildrenEmptyItems (line 37) | public function testGetChildrenEmptyItems($class, $method, $returnClass) method getChildrenEmptyItemsDataProvider (line 53) | public function getChildrenEmptyItemsDataProvider() method testGetChildren (line 77) | public function testGetChildren($parentItem) method getChildrenDataProvider (line 105) | public function getChildrenDataProvider() method testIsShipmentSeparatelyWithoutItem (line 116) | public function testIsShipmentSeparatelyWithoutItem($productOptions, $... method isShipmentSeparatelyWithoutItemDataProvider (line 127) | public function isShipmentSeparatelyWithoutItemDataProvider() method testIsShipmentSeparatelyWithItem (line 139) | public function testIsShipmentSeparatelyWithItem($productOptions, $res... method isShipmentSeparatelyWithItemDataProvider (line 159) | public function isShipmentSeparatelyWithItemDataProvider() method testIsChildCalculatedWithoutItem (line 172) | public function testIsChildCalculatedWithoutItem($productOptions, $res... method isChildCalculatedWithoutItemDataProvider (line 183) | public function isChildCalculatedWithoutItemDataProvider() method testIsChildCalculatedWithItem (line 195) | public function testIsChildCalculatedWithItem($productOptions, $result... method isChildCalculatedWithItemDataProvider (line 215) | public function isChildCalculatedWithItemDataProvider() method testGetSelectionAttributes (line 225) | public function testGetSelectionAttributes() method testGetSelectionAttributesWithBundle (line 231) | public function testGetSelectionAttributesWithBundle() method testCanShowPriceInfo (line 249) | public function testCanShowPriceInfo($parentItem, $productOptions, $re... method canShowPriceInfoDataProvider (line 262) | public function canShowPriceInfoDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Controller/Adminhtml/Bundle/Product/Edit/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testExecute (line 99) | public function testExecute() FILE: app/code/Magento/Bundle/Test/Unit/Controller/Adminhtml/Bundle/Selection/GridTest.php class GridTest (line 11) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecute (line 74) | public function testExecute() method testExecuteWithException (line 98) | public function testExecuteWithException() FILE: app/code/Magento/Bundle/Test/Unit/Controller/Adminhtml/Bundle/Selection/SearchTest.php class SearchTest (line 11) | class SearchTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecute (line 74) | public function testExecute() FILE: app/code/Magento/Bundle/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/BundleTest.php class BundleTest (line 10) | class BundleTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAfterInitializeIfBundleAnsCustomOptionsAndBundleSelectionsExist (line 108) | public function testAfterInitializeIfBundleAnsCustomOptionsAndBundleSe... method testAfterInitializeIfBundleSelectionsAndCustomOptionsExist (line 147) | public function testAfterInitializeIfBundleSelectionsAndCustomOptionsE... method testAfterInitializeIfBundleOptionsNotExist (line 170) | public function testAfterInitializeIfBundleOptionsNotExist(): void FILE: app/code/Magento/Bundle/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php class ConfigurationTest (line 13) | class ConfigurationTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetSelectionQty (line 77) | public function testGetSelectionQty() method testGetSelectionQtyIfCustomOptionIsNotSet (line 95) | public function testGetSelectionQtyIfCustomOptionIsNotSet() method testGetSelectionFinalPrice (line 106) | public function testGetSelectionFinalPrice() method testGetBundleOptionsEmptyBundleOptionsIds (line 124) | public function testGetBundleOptionsEmptyBundleOptionsIds() method testGetBundleOptionsEmptyBundleSelectionIds (line 138) | public function testGetBundleOptionsEmptyBundleSelectionIds() method testGetOptions (line 188) | public function testGetOptions() FILE: app/code/Magento/Bundle/Test/Unit/Helper/DataTest.php class DataTest (line 10) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetAllowedSelectionTypes (line 31) | public function testGetAllowedSelectionTypes() method testGetAllowedSelectionTypesIfTypesIsNotSet (line 39) | public function testGetAllowedSelectionTypesIfTypesIsNotSet() FILE: app/code/Magento/Bundle/Test/Unit/Model/CartItemProcessorTest.php class CartItemProcessorTest (line 10) | class CartItemProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testConvertToBuyRequest (line 63) | public function testConvertToBuyRequest() method testConvertToBuyRequestInvalidData (line 106) | public function testConvertToBuyRequestInvalidData() method testProcessProductOptions (line 112) | public function testProcessProductOptions() method testProcessProductOptionsInvalidType (line 160) | public function testProcessProductOptionsInvalidType() method testProcessProductOptionsifBundleOptionsNotExists (line 167) | public function testProcessProductOptionsifBundleOptionsNotExists() FILE: app/code/Magento/Bundle/Test/Unit/Model/LinkManagementTest.php class LinkManagementTest (line 19) | class LinkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 116) | protected function setUp() method testGetChildren (line 195) | public function testGetChildren() method testGetChildrenWithOptionId (line 238) | public function testGetChildrenWithOptionId() method testGetChildrenException (line 274) | public function testGetChildrenException() method testAddChildToNotBundleProduct (line 289) | public function testAddChildToNotBundleProduct() method testAddChildNonExistingOption (line 304) | public function testAddChildNonExistingOption() method testAddChildLinkedProductIsComposite (line 344) | public function testAddChildLinkedProductIsComposite() method testAddChildProductAlreadyExistsInOption (line 399) | public function testAddChildProductAlreadyExistsInOption() method testAddChildCouldNotSave (line 469) | public function testAddChildCouldNotSave() method testAddChild (line 542) | public function testAddChild() method testSaveChild (line 610) | public function testSaveChild() method testSaveChildFailedToSave (line 702) | public function testSaveChildFailedToSave() method testSaveChildWithoutId (line 769) | public function testSaveChildWithoutId() method testSaveChildWithInvalidId (line 802) | public function testSaveChildWithInvalidId() method testSaveChildWithCompositeProductLink (line 844) | public function testSaveChildWithCompositeProductLink() method testSaveChildWithSimpleProduct (line 877) | public function testSaveChildWithSimpleProduct() method testRemoveChild (line 898) | public function testRemoveChild() method testRemoveChildForbidden (line 940) | public function testRemoveChildForbidden() method testRemoveChildInvalidOptionId (line 956) | public function testRemoveChildInvalidOptionId() method testRemoveChildInvalidChildSku (line 986) | public function testRemoveChildInvalidChildSku() method getOptions (line 1013) | private function getOptions() method getRemoveOptions (line 1025) | public function getRemoveOptions() FILE: app/code/Magento/Bundle/Test/Unit/Model/Option/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIsValid (line 50) | public function testIsValid($title, $type, $isValid, $expectedMessages) method providerIsValid (line 71) | public function providerIsValid() FILE: app/code/Magento/Bundle/Test/Unit/Model/OptionManagementTest.php class OptionManagementTest (line 12) | class OptionManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSave (line 51) | public function testSave() method testSaveWithException (line 72) | public function testSaveWithException() FILE: app/code/Magento/Bundle/Test/Unit/Model/OptionRepositoryTest.php class OptionRepositoryTest (line 16) | class OptionRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testGetThrowsExceptionIfProductIsSimple (line 111) | public function testGetThrowsExceptionIfProductIsSimple() method testGetThrowsExceptionIfOptionDoesNotExist (line 129) | public function testGetThrowsExceptionIfOptionDoesNotExist() method testGet (line 154) | public function testGet() method testDelete (line 209) | public function testDelete() method testDeleteThrowsExceptionIfCannotDelete (line 220) | public function testDeleteThrowsExceptionIfCannotDelete() method testDeleteById (line 234) | public function testDeleteById() method testDeleteByIdException (line 283) | public function testDeleteByIdException() method testSaveExistingOption (line 322) | public function testSaveExistingOption() method testSaveNewOption (line 355) | public function testSaveNewOption() method testGetList (line 387) | public function testGetList() method testGetListException (line 405) | public function testGetListException() FILE: app/code/Magento/Bundle/Test/Unit/Model/OptionTest.php class OptionTest (line 10) | class OptionTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAddSelection (line 56) | public function testAddSelection() method testIsSaleablePositive (line 63) | public function testIsSaleablePositive() method testIsSaleableNegative (line 72) | public function testIsSaleableNegative() method testGetDefaultSelection (line 81) | public function testGetDefaultSelection() method testGetDefaultSelectionNegative (line 90) | public function testGetDefaultSelectionNegative() method testIsMultiSelection (line 104) | public function testIsMultiSelection($type, $expectedValue) method dataProviderForIsMultiSelection (line 114) | public function dataProviderForIsMultiSelection() method testGetSearchableData (line 123) | public function testGetSearchableData() method testGetSelectionById (line 135) | public function testGetSelectionById() method testGetSelectionByIdNegative (line 146) | public function testGetSelectionByIdNegative() FILE: app/code/Magento/Bundle/Test/Unit/Model/OptionTypeListTest.php class OptionTypeListTest (line 9) | class OptionTypeListTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetItems (line 39) | public function testGetItems() FILE: app/code/Magento/Bundle/Test/Unit/Model/Plugin/Frontend/ProductTest.php class ProductTest (line 14) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAfterGetIdentities (line 40) | public function testAfterGetIdentities() FILE: app/code/Magento/Bundle/Test/Unit/Model/Plugin/PriceBackendTest.php class PriceBackendTest (line 15) | class PriceBackendTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testAroundValidate (line 55) | public function testAroundValidate($typeId, $priceType, $expectedResult) method aroundValidateDataProvider (line 72) | public function aroundValidateDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Model/Plugin/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testAfterGetIdentities (line 45) | public function testAfterGetIdentities() FILE: app/code/Magento/Bundle/Test/Unit/Model/Plugin/QuoteItemTest.php class QuoteItemTest (line 13) | class QuoteItemTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAroundItemToOrderItemPositive (line 59) | public function testAroundItemToOrderItemPositive() method testAroundItemToOrderItemNegative (line 86) | public function testAroundItemToOrderItemNegative() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/Attribute/Source/Price/ViewTest.php class ViewTest (line 10) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetAllOptions (line 54) | public function testGetAllOptions() method testGetOptionTextForExistLabel (line 70) | public function testGetOptionTextForExistLabel() method testGetOptionTextForNotExistLabel (line 80) | public function testGetOptionTextForNotExistLabel() method testGetFlatColumns (line 87) | public function testGetFlatColumns() method testGetFlatUpdateSelect (line 109) | public function testGetFlatUpdateSelect() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/CatalogPriceTest.php class CatalogPriceTest (line 8) | class CatalogPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetCatalogPriceWithCurrentStore (line 58) | public function testGetCatalogPriceWithCurrentStore() method testGetCatalogPriceWithCustomStore (line 88) | public function testGetCatalogPriceWithCustomStore() method testGetCatalogRegularPrice (line 126) | public function testGetCatalogRegularPrice() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/CopyConstructor/BundleTest.php class BundleTest (line 16) | class BundleTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testBuildNegative (line 29) | public function testBuildNegative() method testBuildPositive (line 47) | public function testBuildPositive() method testBuildWithoutOptions (line 122) | public function testBuildWithoutOptions() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/LinksListTest.php class LinksListTest (line 12) | class LinksListTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testLinksList (line 72) | public function testLinksList() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/OptionListTest.php class OptionListTest (line 12) | class OptionListTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetItems (line 75) | public function testGetItems() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/PriceTest.php class PriceTest (line 14) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testCalculateSpecialPrice (line 148) | public function testCalculateSpecialPrice($finalPrice, $specialPrice, ... method calculateSpecialPrice (line 170) | public function calculateSpecialPrice() method testGetTotalBundleItemsPriceWithNoCustomOptions (line 187) | public function testGetTotalBundleItemsPriceWithNoCustomOptions() method testGetTotalBundleItemsPriceWithEmptyOptions (line 207) | public function testGetTotalBundleItemsPriceWithEmptyOptions($value) method dataProviderWithEmptyOptions (line 237) | public function dataProviderWithEmptyOptions() method testGetTotalBundleItemsPriceWithNoItems (line 251) | public function testGetTotalBundleItemsPriceWithNoItems() FILE: app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php class TypeTest (line 24) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 99) | protected function setUp() method testPrepareForCartAdvancedWithoutOptions (line 198) | public function testPrepareForCartAdvancedWithoutOptions() method testPrepareForCartAdvancedWithShoppingCart (line 295) | public function testPrepareForCartAdvancedWithShoppingCart() method testPrepareForCartAdvancedEmptyShoppingCart (line 539) | public function testPrepareForCartAdvancedEmptyShoppingCart() method testPrepareForCartAdvancedStringInResult (line 764) | public function testPrepareForCartAdvancedStringInResult() method testPrepareForCartAdvancedWithoutSelections (line 988) | public function testPrepareForCartAdvancedWithoutSelections() method testPrepareForCartAdvancedSelectionsSelectionIdsExists (line 1097) | public function testPrepareForCartAdvancedSelectionsSelectionIdsExists() method testPrepareForCartAdvancedSelectRequiredOptions (line 1224) | public function testPrepareForCartAdvancedSelectRequiredOptions() method testPrepareForCartAdvancedParentClassReturnString (line 1353) | public function testPrepareForCartAdvancedParentClassReturnString() method testPrepareForCartAdvancedAllRequiredOption (line 1388) | public function testPrepareForCartAdvancedAllRequiredOption() method testPrepareForCartAdvancedSpecifyProductOptions (line 1489) | public function testPrepareForCartAdvancedSpecifyProductOptions() method testHasWeightTrue (line 1542) | public function testHasWeightTrue() method testGetIdentities (line 1550) | public function testGetIdentities() method testGetSkuWithType (line 1582) | public function testGetSkuWithType() method testGetSkuWithoutType (line 1603) | public function testGetSkuWithoutType() method testGetWeightWithoutCustomOption (line 1661) | public function testGetWeightWithoutCustomOption() method testGetWeightWithCustomOption (line 1684) | public function testGetWeightWithCustomOption() method testGetWeightWithSeveralCustomOption (line 1737) | public function testGetWeightWithSeveralCustomOption() method testIsVirtualWithoutCustomOption (line 1798) | public function testIsVirtualWithoutCustomOption() method testIsVirtual (line 1814) | public function testIsVirtual() method getSelectionsByIdsMock (line 1865) | protected function getSelectionsByIdsMock($selectionIds, $productMock,... method testShakeSelections (line 1890) | public function testShakeSelections($expected, $firstId, $secondId) method shakeSelectionsDataProvider (line 1946) | public function shakeSelectionsDataProvider() method testGetSelectionsByIds (line 1959) | public function testGetSelectionsByIds() method testGetOptionsByIds (line 2064) | public function testGetOptionsByIds() method testIsSalableFalse (line 2139) | public function testIsSalableFalse() method testIsSalableWithoutOptions (line 2154) | public function testIsSalableWithoutOptions() method testIsSalableWithRequiredOptionsTrue (line 2171) | public function testIsSalableWithRequiredOptionsTrue() method testIsSalableCache (line 2209) | public function testIsSalableCache() method testIsSalableWithEmptySelectionsCollection (line 2225) | public function testIsSalableWithEmptySelectionsCollection() method testIsSalableWithNonSalableRequiredOptions (line 2250) | public function testIsSalableWithNonSalableRequiredOptions() method getRequiredOptionMock (line 2301) | private function getRequiredOptionMock($id, $selectionQty) method getSelectionCollectionMock (line 2339) | private function getSelectionCollectionMock(array $selectedOptions) method getOptionCollectionMock (line 2358) | private function getOptionCollectionMock(array $options) method getStockItem (line 2376) | protected function getStockItem($isManageStock) method parentClass (line 2393) | protected function parentClass($group, $option, $buyRequest, $product) method testGetSelectionsCollection (line 2458) | public function testGetSelectionsCollection() method getSelectionCollection (line 2493) | private function getSelectionCollection() method testProcessBuyRequest (line 2511) | public function testProcessBuyRequest() method testGetProductsToPurchaseByReqGroups (line 2528) | public function testGetProductsToPurchaseByReqGroups() method testGetSearchableData (line 2566) | public function testGetSearchableData() method testHasOptions (line 2586) | public function testHasOptions() method testCheckProductBuyStateEmptyOptionsException (line 2625) | public function testCheckProductBuyStateEmptyOptionsException() method testCheckProductBuyStateMissedOptionException (line 2651) | public function testCheckProductBuyStateMissedOptionException($element... method testCheckProductBuyStateRequiredOptionException (line 2681) | public function testCheckProductBuyStateRequiredOptionException() method getProductMock (line 2718) | public function getProductMock() method mockBundleCollection (line 2749) | public function mockBundleCollection() method notAvailableOptionProvider (line 2769) | public function notAvailableOptionProvider() method expectProductEntityMetadata (line 2793) | private function expectProductEntityMetadata() FILE: app/code/Magento/Bundle/Test/Unit/Model/ProductOptionProcessorTest.php class ProductOptionProcessorTest (line 15) | class ProductOptionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testConvertToBuyRequest (line 88) | public function testConvertToBuyRequest( method dataProviderConvertToBuyRequest (line 118) | public function dataProviderConvertToBuyRequest() method testConvertToProductOption (line 151) | public function testConvertToProductOption( method dataProviderConvertToProductOption (line 196) | public function dataProviderConvertToProductOption() FILE: app/code/Magento/Bundle/Test/Unit/Model/Sales/Order/Pdf/Items/AbstractItemsTest.php class AbstractItemsTest (line 8) | class AbstractItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetChildrenEmptyItems (line 39) | public function testGetChildrenEmptyItems($class, $method, $returnClass) method getChildrenEmptyItemsDataProvider (line 55) | public function getChildrenEmptyItemsDataProvider() method testGetChildren (line 79) | public function testGetChildren($parentItem) method getChildrenDataProvider (line 106) | public function getChildrenDataProvider() method testIsShipmentSeparatelyWithoutItem (line 117) | public function testIsShipmentSeparatelyWithoutItem($productOptions, $... method isShipmentSeparatelyWithoutItemDataProvider (line 128) | public function isShipmentSeparatelyWithoutItemDataProvider() method testIsShipmentSeparatelyWithItem (line 140) | public function testIsShipmentSeparatelyWithItem($productOptions, $res... method isShipmentSeparatelyWithItemDataProvider (line 161) | public function isShipmentSeparatelyWithItemDataProvider() method testIsChildCalculatedWithoutItem (line 174) | public function testIsChildCalculatedWithoutItem($productOptions, $res... method isChildCalculatedWithoutItemDataProvider (line 185) | public function isChildCalculatedWithoutItemDataProvider() method testIsChildCalculatedWithItem (line 197) | public function testIsChildCalculatedWithItem($productOptions, $result... method isChildCalculatedWithItemDataProvider (line 218) | public function isChildCalculatedWithItemDataProvider() method testGetBundleOptions (line 231) | public function testGetBundleOptions($productOptions, $result) method getBundleOptionsDataProvider (line 241) | public function getBundleOptionsDataProvider() method testGetSelectionAttributes (line 249) | public function testGetSelectionAttributes() method testGetSelectionAttributesWithBundle (line 255) | public function testGetSelectionAttributesWithBundle() method testGetOrderOptions (line 270) | public function testGetOrderOptions() method testGetOrderItem (line 282) | public function testGetOrderItem() method testCanShowPriceInfo (line 291) | public function testCanShowPriceInfo($parentItem, $productOptions, $re... method canShowPriceInfoDataProvider (line 304) | public function canShowPriceInfoDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Model/Sales/Order/Plugin/ItemTest.php class ItemTest (line 9) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testAfterGetQtyToCancelIfProductIsBundle (line 23) | public function testAfterGetQtyToCancelIfProductIsBundle() method testAfterGetQtyToCancelIfParentProductIsBundle (line 38) | public function testAfterGetQtyToCancelIfParentProductIsBundle() method testAfterGetQtyToCancelForSimpleProduct (line 58) | public function testAfterGetQtyToCancelForSimpleProduct() method testAfterIsProcessingAvailableForProductWithoutParent (line 71) | public function testAfterIsProcessingAvailableForProductWithoutParent() method testAfterIsProcessingAvailableForProductWhenParentIsBundle (line 77) | public function testAfterIsProcessingAvailableForProductWhenParentIsBu... method testAfterIsProcessingAvailableForBundleProduct (line 91) | public function testAfterIsProcessingAvailableForBundleProduct() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Adjustment/CalculatorTest.php class CalculatorTest (line 20) | class CalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testEmptySelectionPriceList (line 124) | public function testEmptySelectionPriceList() method testGetterAmount (line 136) | public function testGetterAmount($amountForBundle, $optionList, $expec... method dataProviderForGetterAmount (line 176) | public function dataProviderForGetterAmount() method tearDown (line 190) | protected function tearDown() method createAmountMock (line 201) | protected function createAmountMock($amountData) method createOptionMock (line 220) | protected function createOptionMock($optionData) method createSelectionMock (line 243) | protected function createSelectionMock($selectionData) method getCaseWithMinAmount (line 275) | protected function getCaseWithMinAmount() method getCaseWithMaxAmount (line 318) | protected function getCaseWithMaxAmount() method getCaseWithoutSaleableItems (line 396) | protected function getCaseWithoutSaleableItems() method getCaseMinAmountWithoutRequiredOptions (line 431) | protected function getCaseMinAmountWithoutRequiredOptions() method testGetAmountWithoutOption (line 483) | public function testGetAmountWithoutOption() method testGetMinRegularAmount (line 502) | public function testGetMinRegularAmount() method testGetMaxRegularAmount (line 525) | public function testGetMaxRegularAmount() method testGetOptionsAmount (line 551) | public function testGetOptionsAmount($searchMin, $useRegularPrice) method getOptionsAmountDataProvider (line 591) | public function getOptionsAmountDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleOptionPriceTest.php class BundleOptionPriceTest (line 16) | class BundleOptionPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetOptions (line 69) | public function testGetOptions() method testGetOptionSelectionAmount (line 83) | public function testGetOptionSelectionAmount() method testGetAmount (line 100) | public function testGetAmount() method testGetValue (line 115) | public function testGetValue() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleOptionRegularPriceTest.php class BundleOptionRegularPriceTest (line 22) | class BundleOptionRegularPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetOptions (line 75) | public function testGetOptions() method testGetOptionSelectionAmount (line 89) | public function testGetOptionSelectionAmount() method testGetAmount (line 106) | public function testGetAmount() method testGetValue (line 121) | public function testGetValue() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleOptionsTest.php class BundleOptionsTest (line 32) | class BundleOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testGetOptions (line 127) | public function testGetOptions(array $selectionCollection) method prepareOptionMocks (line 139) | private function prepareOptionMocks(array $selectionCollection) method getOptionsDataProvider (line 179) | public function getOptionsDataProvider() : array method testGetOptionSelectionAmount (line 197) | public function testGetOptionSelectionAmount(float $selectionQty, $sel... method selectionAmountDataProvider (line 229) | public function selectionAmountDataProvider(): array method createAmountMock (line 243) | private function createAmountMock(array $amountData) method createOptionMock (line 262) | private function createOptionMock(array $optionData) method createSelectionMock (line 286) | private function createSelectionMock(array $selectionData) method testCalculation (line 319) | public function testCalculation(array $optionList, array $expected) method getTestDataForCalculation (line 356) | public function getTestDataForCalculation(): array FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleRegularPriceTest.php class BundleRegularPriceTest (line 13) | class BundleRegularPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetAmount (line 77) | public function testGetAmount() method testGetMaximalPrice (line 102) | public function testGetMaximalPrice() method testGetMaximalPriceForFixedPriceBundleWithOption (line 127) | public function testGetMaximalPriceForFixedPriceBundleWithOption() method testGetMinimalPrice (line 169) | public function testGetMinimalPrice() method testGetMinimalPriceForFixedPricedBundleWithOptions (line 194) | public function testGetMinimalPriceForFixedPricedBundleWithOptions() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionFactoryTest.php class BundleSelectionFactoryTest (line 13) | class BundleSelectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testCreate (line 46) | public function testCreate() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php class BundleSelectionPriceTest (line 17) | class BundleSelectionPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method setupSelectionPrice (line 109) | protected function setupSelectionPrice($useRegularPrice = false) method testGetValueTypeDynamic (line 130) | public function testGetValueTypeDynamic($useRegularPrice) method testGetValueTypeFixedWithSelectionPriceType (line 176) | public function testGetValueTypeFixedWithSelectionPriceType(bool $useR... method testGetValueTypeFixedWithoutSelectionPriceType (line 239) | public function testGetValueTypeFixedWithoutSelectionPriceType($useReg... method testFixedPriceWithMultipleQty (line 287) | public function testFixedPriceWithMultipleQty($useRegularPrice) method useRegularPriceDataProvider (line 345) | public function useRegularPriceDataProvider() method testGetProductFixedBundle (line 357) | public function testGetProductFixedBundle() method testGetProductDynamicBundle (line 366) | public function testGetProductDynamicBundle() method testGetAmount (line 375) | public function testGetAmount() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/DiscountCalculatorTest.php class DiscountCalculatorTest (line 12) | class DiscountCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method getPriceMock (line 62) | protected function getPriceMock($value) method testCalculateDiscountWithDefaultAmount (line 74) | public function testCalculateDiscountWithDefaultAmount() method testCalculateDiscountWithCustomAmount (line 103) | public function testCalculateDiscountWithCustomAmount() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/FinalPriceTest.php class FinalPriceTest (line 19) | class FinalPriceTest extends \PHPUnit\Framework\TestCase method prepareMock (line 64) | protected function prepareMock() method testGetValue (line 123) | public function testGetValue($baseAmount, $optionsValue, $result) method getValueDataProvider (line 137) | public function getValueDataProvider() method testGetMaximalPrice (line 149) | public function testGetMaximalPrice($baseAmount) method testGetMaximalPriceFixedBundleWithOption (line 164) | public function testGetMaximalPriceFixedBundleWithOption() method testGetMinimalPriceFixedBundleWithOption (line 188) | public function testGetMinimalPriceFixedBundleWithOption() method testGetMinimalPrice (line 225) | public function testGetMinimalPrice($baseAmount) method testGetPriceWithoutOption (line 240) | public function testGetPriceWithoutOption() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/SpecialPriceTest.php class SpecialPriceTest (line 11) | class SpecialPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetValue (line 72) | public function testGetValue($regularPrice, $specialPrice, $isScopeDat... method getValueDataProvider (line 117) | public function getValueDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Price/TierPriceTest.php class TierPriceTest (line 16) | class TierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetterTierPriceList (line 86) | public function testGetterTierPriceList($tierPrices, $basePrice, $expe... method providerForGetterTierPriceList (line 118) | public function providerForGetterTierPriceList() method testGetSavePercent (line 183) | public function testGetSavePercent($baseAmount, $tierPrice, $savePercent) method providerForTestGetSavePercent (line 211) | public function providerForTestGetSavePercent() FILE: app/code/Magento/Bundle/Test/Unit/Pricing/Render/FinalPriceBoxTest.php class FinalPriceBoxTest (line 11) | class FinalPriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testShowRangePrice (line 37) | public function testShowRangePrice($optMinValue, $optMaxValue, $custMi... method showRangePriceDataProvider (line 86) | public function showRangePriceDataProvider() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/BundleDataProviderTest.php class BundleDataProviderTest (line 15) | class BundleDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method getModel (line 82) | protected function getModel() method testGetData (line 98) | public function testGetData() method testGetCollection (line 130) | public function testGetCollection() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AbstractModifierTest.php class AbstractModifierTest (line 15) | abstract class AbstractModifierTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method createModel (line 65) | abstract protected function createModel(); method getModel (line 70) | protected function getModel() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Form/Modifier/BundleQuantityTest.php class BundleQuantityTest (line 13) | class BundleQuantityTest extends AbstractModifierTest method createModel (line 18) | protected function createModel() method testModifyMeta (line 26) | public function testModifyMeta() method testModifyData (line 47) | public function testModifyData() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Form/Modifier/BundleSkuTest.php class BundleSkuTest (line 11) | class BundleSkuTest extends AbstractModifierTest method createModel (line 16) | protected function createModel() method testModifyMeta (line 24) | public function testModifyMeta() method testModifyData (line 74) | public function testModifyData() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Form/Modifier/BundleWeightTest.php class BundleWeightTest (line 12) | class BundleWeightTest extends AbstractModifierTest method createModel (line 17) | protected function createModel() method testModifyMeta (line 28) | public function testModifyMeta() method testModifyData (line 168) | public function testModifyData() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CompositeTest.php class CompositeTest (line 12) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testModifyMetaWithoutModifiers (line 84) | public function testModifyMetaWithoutModifiers() method testModifyMetaBundleProduct (line 106) | public function testModifyMetaBundleProduct() method testModifyMetaNonBundleProduct (line 129) | public function testModifyMetaNonBundleProduct() method testModifyMetaWithException (line 151) | public function testModifyMetaWithException() FILE: app/code/Magento/Bundle/Test/Unit/Ui/DataProvider/Product/Listing/Collector/BundlePriceTest.php class BundlePriceTest (line 18) | class BundlePriceTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method testCollect (line 59) | public function testCollect() FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/BundleDataProvider.php class BundleDataProvider (line 12) | class BundleDataProvider extends ProductDataProvider method __construct (line 32) | public function __construct( method getData (line 62) | public function getData() FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundleAdvancedPricing.php class BundleAdvancedPricing (line 15) | class BundleAdvancedPricing extends AbstractModifier method __construct (line 31) | public function __construct(ArrayManager $arrayManager) method modifyMeta (line 39) | public function modifyMeta(array $meta) method modifyData (line 68) | public function modifyData(array $data) method modifyMsrpMeta (line 79) | private function modifyMsrpMeta(array $meta) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundleCustomOptions.php class BundleCustomOptions (line 15) | class BundleCustomOptions extends AbstractModifier method modifyMeta (line 20) | public function modifyMeta(array $meta) method modifyCustomOptionsButton (line 53) | public function modifyCustomOptionsButton(array $meta, $group, $contai... method getErrorMessage (line 69) | public function getErrorMessage($sortOrder) method modifyData (line 92) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php class BundlePanel (line 27) | class BundlePanel extends AbstractModifier method __construct (line 63) | public function __construct( method modifyMeta (line 80) | public function modifyMeta(array $meta) method removeFixedTierPrice (line 206) | private function removeFixedTierPrice(array $meta) method modifyData (line 242) | public function modifyData(array $data) method modifyShipmentType (line 253) | private function modifyShipmentType(array $meta) method getBundleHeader (line 279) | protected function getBundleHeader() method getBundleOptions (line 323) | protected function getBundleOptions() method getHiddenColumn (line 426) | protected function getHiddenColumn($columnName, $sortOrder) method getModalSet (line 450) | protected function getModalSet() method getTitleConfiguration (line 486) | protected function getTitleConfiguration() method getOptionInfo (line 518) | protected function getOptionInfo() method getBundleSelections (line 610) | protected function getBundleSelections() method getSelectionPriceValue (line 754) | protected function getSelectionPriceValue() method getSelectionPriceType (line 781) | protected function getSelectionPriceType() method isDefaultStore (line 818) | protected function isDefaultStore() FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePrice.php class BundlePrice (line 16) | class BundlePrice extends AbstractModifier method __construct (line 35) | public function __construct( method modifyMeta (line 46) | public function modifyMeta(array $meta) method modifyData (line 99) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundleQuantity.php class BundleQuantity (line 13) | class BundleQuantity extends AbstractModifier method modifyMeta (line 22) | public function modifyMeta(array $meta) method modifyData (line 70) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundleSku.php class BundleSku (line 14) | class BundleSku extends AbstractModifier method __construct (line 26) | public function __construct(ArrayManager $arrayManager) method modifyMeta (line 34) | public function modifyMeta(array $meta) method modifyData (line 56) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundleWeight.php class BundleWeight (line 15) | class BundleWeight extends AbstractModifier method __construct (line 27) | public function __construct(ArrayManager $arrayManager) method modifyMeta (line 35) | public function modifyMeta(array $meta) method modifyData (line 86) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/Composite.php class Composite (line 19) | class Composite extends AbstractModifier method __construct (line 55) | public function __construct( method modifyMeta (line 72) | public function modifyMeta(array $meta) method modifyData (line 94) | public function modifyData(array $data) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/StockData.php class StockData (line 15) | class StockData extends AbstractModifier method __construct (line 25) | public function __construct(LocatorInterface $locator) method modifyData (line 33) | public function modifyData(array $data) method modifyMeta (line 41) | public function modifyMeta(array $meta) FILE: app/code/Magento/Bundle/Ui/DataProvider/Product/Listing/Collector/BundlePrice.php class BundlePrice (line 23) | class BundlePrice implements ProductRenderCollectorInterface method __construct (line 57) | public function __construct( method collect (line 72) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Bundle/view/base/web/js/price-bundle.js function defaultGetOptionValue (line 261) | function defaultGetOptionValue(element, config) { function toggleQtyField (line 366) | function toggleQtyField(element, value, optionId, optionValueId, canEdit) { function applyQty (line 387) | function applyQty(prices, qty) { function applyTierPrice (line 406) | function applyTierPrice(oneItemPrice, qty, optionConfig) { FILE: app/code/Magento/BundleGraphQl/Model/BundleProductTypeResolver.php class BundleProductTypeResolver (line 16) | class BundleProductTypeResolver implements TypeResolverInterface method resolveType (line 23) | public function resolveType(array $data) : string FILE: app/code/Magento/BundleGraphQl/Model/Cart/BundleOptionDataProvider.php class BundleOptionDataProvider (line 19) | class BundleOptionDataProvider method __construct (line 41) | public function __construct( method getData (line 57) | public function getData(Item $item): array method buildBundleOptions (line 96) | private function buildBundleOptions(array $bundleOptions, Item $item):... method buildBundleOptionValues (line 122) | private function buildBundleOptionValues(array $selections, Item $item... FILE: app/code/Magento/BundleGraphQl/Model/Cart/BuyRequest/BundleDataProvider.php class BundleDataProvider (line 16) | class BundleDataProvider implements BuyRequestDataProviderInterface method __construct (line 26) | public function __construct( method execute (line 35) | public function execute(array $cartItemData): array FILE: app/code/Magento/BundleGraphQl/Model/Resolver/BundleItemLinks.php class BundleItemLinks (line 20) | class BundleItemLinks implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 47) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/BundleGraphQl/Model/Resolver/BundleItems.php class BundleItems (line 22) | class BundleItems implements ResolverInterface method __construct (line 44) | public function __construct( method resolve (line 59) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/BundleGraphQl/Model/Resolver/BundleOption.php class BundleOption (line 19) | class BundleOption implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 39) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Links/Collection.php class Collection (line 18) | class Collection method __construct (line 49) | public function __construct(CollectionFactory $linkCollectionFactory, ... method addIdFilters (line 62) | public function addIdFilters(int $optionId, int $parentId) : void method getLinksForOptionId (line 78) | public function getLinksForOptionId(int $optionId) : array method fetch (line 94) | private function fetch() : array FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Options/Collection.php class Collection (line 18) | class Collection method __construct (line 50) | public function __construct( method addParentFilterData (line 67) | public function addParentFilterData(int $parentId, int $parentEntityId... method getOptionsByParentId (line 78) | public function getOptionsByParentId(int $parentId) : array method fetch (line 93) | private function fetch() : array FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Options/Label.php class Label (line 20) | class Label implements ResolverInterface method __construct (line 36) | public function __construct(ValueFactory $valueFactory, ProductDataPro... method resolve (line 45) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Fields/DynamicPrice.php class DynamicPrice (line 18) | class DynamicPrice implements ResolverInterface method resolve (line 23) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Fields/DynamicSku.php class DynamicSku (line 18) | class DynamicSku implements ResolverInterface method resolve (line 23) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Fields/DynamicWeight.php class DynamicWeight (line 18) | class DynamicWeight implements ResolverInterface method resolve (line 23) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Fields/PriceView.php class PriceView (line 19) | class PriceView implements ResolverInterface method __construct (line 29) | public function __construct(EnumLookup $enumLookup) method resolve (line 37) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Fields/ShipBundleItems.php class ShipBundleItems (line 19) | class ShipBundleItems implements ResolverInterface method __construct (line 29) | public function __construct(EnumLookup $enumLookup) method resolve (line 37) | public function resolve( FILE: app/code/Magento/BundleGraphQl/Model/Resolver/Product/Price/Provider.php class Provider (line 21) | class Provider implements ProviderInterface method getMinimalFinalPrice (line 26) | public function getMinimalFinalPrice(SaleableInterface $product): Amou... method getMinimalRegularPrice (line 34) | public function getMinimalRegularPrice(SaleableInterface $product): Am... method getMaximalFinalPrice (line 42) | public function getMaximalFinalPrice(SaleableInterface $product): Amou... method getMaximalRegularPrice (line 50) | public function getMaximalRegularPrice(SaleableInterface $product): Am... method getRegularPrice (line 58) | public function getRegularPrice(SaleableInterface $product): AmountInt... FILE: app/code/Magento/BundleImportExport/Model/Export/Product/Type/Bundle.php class Bundle (line 11) | class Bundle extends \Magento\CatalogImportExport\Model\Export\Product\T... FILE: app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php class RowCustomizer (line 19) | class RowCustomizer implements RowCustomizerInterface method __construct (line 131) | public function __construct(StoreManagerInterface $storeManager) method getBundleColumns (line 140) | private function getBundleColumns() method prepareData (line 152) | public function prepareData($collection, $productIds) method addHeaderColumns (line 172) | public function addHeaderColumns($columns) method addData (line 186) | public function addData($dataRow, $productId) method getAdditionalRowsCount (line 203) | public function getAdditionalRowsCount($additionalRowsCount, $productId) method populateBundleData (line 214) | protected function populateBundleData($collection) method getFormattedBundleOptionValues (line 236) | protected function getFormattedBundleOptionValues(\Magento\Catalog\Mod... method getFormattedBundleSelections (line 261) | protected function getFormattedBundleSelections($optionValues, Selecti... method getFormattedOptionValues (line 299) | protected function getFormattedOptionValues( method getTypeValue (line 323) | protected function getTypeValue($type) method getPriceViewValue (line 334) | protected function getPriceViewValue($type) method getPriceTypeValue (line 345) | protected function getPriceTypeValue($type) method getShipmentTypeValue (line 356) | private function getShipmentTypeValue($type) method cleanNotBundleAdditionalAttributes (line 367) | protected function cleanNotBundleAdditionalAttributes($dataRow) method getNotBundleAttributes (line 383) | protected function getNotBundleAttributes($additionalAttributes) method parseAdditionalAttributes (line 400) | private function parseAdditionalAttributes($additionalAttributes) method getBundleOptionTitles (line 434) | private function getBundleOptionTitles(\Magento\Catalog\Model\Product ... method getProductOptionCollection (line 468) | private function getProductOptionCollection( method getStoreCodeById (line 491) | private function getStoreCodeById(int $storeId): string FILE: app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php class Bundle (line 27) | class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\T... method __construct (line 164) | public function __construct( method parseSelections (line 189) | protected function parseSelections($rowData, $entityId) method parseOption (line 235) | protected function parseOption($values) method populateOptionTemplate (line 264) | protected function populateOptionTemplate($option, $entityId, $index =... method populateOptionValueTemplate (line 287) | protected function populateOptionValueTemplate(array $option, int $opt... method populateSelectionTemplate (line 321) | protected function populateSelectionTemplate($selection, $optionId, $p... method retrieveProducsByCachedSkus (line 358) | protected function retrieveProducsByCachedSkus() method retrieveProductsByCachedSkus (line 368) | protected function retrieveProductsByCachedSkus() method saveData (line 387) | public function saveData() method isRowValid (line 433) | public function isRowValid(array $rowData, $rowNum, $isNewProduct = true) method prepareAttributesWithDefaultValueForSave (line 449) | public function prepareAttributesWithDefaultValueForSave(array $rowDat... method transformBundleCustomAttributes (line 462) | protected function transformBundleCustomAttributes($rowData) method populateExistingOptions (line 491) | protected function populateExistingOptions() method populateExistingSelections (line 524) | protected function populateExistingSelections($existingOptions) method insertOptions (line 565) | protected function insertOptions() method populateInsertOptionValues (line 610) | protected function populateInsertOptionValues(array $optionIds): array method insertSelections (line 638) | protected function insertSelections() method insertParentChildRelations (line 672) | private function insertParentChildRelations() method _initAttributes (line 698) | protected function _initAttributes() method deleteOptionsAndSelections (line 729) | protected function deleteOptionsAndSelections($productIds) method clear (line 769) | protected function clear() method getStoreIdByCode (line 784) | private function getStoreIdByCode(string $storeCode): int FILE: app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle/RelationsDataSaver.php class RelationsDataSaver (line 16) | class RelationsDataSaver method __construct (line 32) | public function __construct( method saveOptions (line 48) | public function saveOptions(array $options) method saveOptionValues (line 70) | public function saveOptionValues(array $optionValues) method saveSelections (line 88) | public function saveSelections(array $selections) method saveProductRelations (line 116) | public function saveProductRelations($parentId, $childIds) FILE: app/code/Magento/BundleImportExport/Test/Unit/Model/Export/Product/RowCustomizerTest.php class RowCustomizerTest (line 13) | class RowCustomizerTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testPrepareData (line 157) | public function testPrepareData() method testAddHeaderColumns (line 168) | public function testAddHeaderColumns() method testAddData (line 186) | public function testAddData() method testGetAdditionalRowsCount (line 227) | public function testGetAdditionalRowsCount() FILE: app/code/Magento/BundleImportExport/Test/Unit/Model/Import/Product/Type/Bundle/RelationsDataSaverTest.php class RelationsDataSaverTest (line 17) | class RelationsDataSaverTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSaveOptions (line 62) | public function testSaveOptions() method testSaveOptionValues (line 86) | public function testSaveOptionValues() method testSaveSelections (line 107) | public function testSaveSelections() method testSaveProductRelations (line 137) | public function testSaveProductRelations() FILE: app/code/Magento/BundleImportExport/Test/Unit/Model/Import/Product/Type/BundleTest.php class BundleTest (line 15) | class BundleTest extends \Magento\ImportExport\Test\Unit\Model\Import\Ab... method initFetchAllCalls (line 68) | protected function initFetchAllCalls() method setUp (line 116) | protected function setUp() method testSaveData (line 214) | public function testSaveData($skus, $bunch, $allowImport) method saveDataProvider (line 282) | public function saveDataProvider() method testSaveDataDelete (line 348) | public function testSaveDataDelete() method testPrepareAttributesWithDefaultValueForSaveInsideCall (line 372) | public function testPrepareAttributesWithDefaultValueForSaveInsideCall() method testIsRowValid (line 399) | public function testIsRowValid() method setPropertyValue (line 415) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/CacheInvalidate/Model/PurgeCache.php class PurgeCache (line 13) | class PurgeCache method __construct (line 51) | public function __construct( method sendPurgeRequest (line 67) | public function sendPurgeRequest($tagsPattern) method splitTags (line 90) | private function splitTags($tagsPattern) method sendPurgeRequestToServers (line 118) | private function sendPurgeRequestToServers($socketAdapter, $servers, $... FILE: app/code/Magento/CacheInvalidate/Model/SocketFactory.php class SocketFactory (line 8) | class SocketFactory method create (line 13) | public function create() FILE: app/code/Magento/CacheInvalidate/Observer/FlushAllCacheObserver.php class FlushAllCacheObserver (line 10) | class FlushAllCacheObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 43) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CacheInvalidate/Observer/InvalidateVarnishObserver.php class InvalidateVarnishObserver (line 10) | class InvalidateVarnishObserver implements ObserverInterface method __construct (line 35) | public function __construct( method execute (line 50) | public function execute(\Magento\Framework\Event\Observer $observer) method getTagResolver (line 74) | private function getTagResolver() FILE: app/code/Magento/CacheInvalidate/Test/Unit/Model/PurgeCacheTest.php class PurgeCacheTest (line 10) | class PurgeCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testSendPurgeRequest (line 53) | public function testSendPurgeRequest($hosts) method sendPurgeRequestDataProvider (line 90) | public function sendPurgeRequestDataProvider() method testSendPurgeRequestWithException (line 106) | public function testSendPurgeRequestWithException() FILE: app/code/Magento/CacheInvalidate/Test/Unit/Model/SocketFactoryTest.php class SocketFactoryTest (line 8) | class SocketFactoryTest extends \PHPUnit\Framework\TestCase method testCreate (line 10) | public function testCreate() FILE: app/code/Magento/CacheInvalidate/Test/Unit/Observer/FlushAllCacheObserverTest.php class FlushAllCacheObserverTest (line 8) | class FlushAllCacheObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testFlushAllCache (line 39) | public function testFlushAllCache() FILE: app/code/Magento/CacheInvalidate/Test/Unit/Observer/InvalidateVarnishObserverTest.php class InvalidateVarnishObserverTest (line 10) | class InvalidateVarnishObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testInvalidateVarnish (line 54) | public function testInvalidateVarnish() FILE: app/code/Magento/Captcha/Block/Adminhtml/Captcha/DefaultCaptcha.php class DefaultCaptcha (line 12) | class DefaultCaptcha extends \Magento\Captcha\Block\Captcha\DefaultCaptcha method __construct (line 31) | public function __construct( method getRefreshUrl (line 48) | public function getRefreshUrl() FILE: app/code/Magento/Captcha/Block/Captcha.php class Captcha (line 18) | class Captcha extends \Magento\Framework\View\Element\Template method __construct (line 32) | public function __construct( method _toHtml (line 47) | protected function _toHtml() FILE: app/code/Magento/Captcha/Block/Captcha/DefaultCaptcha.php class DefaultCaptcha (line 11) | class DefaultCaptcha extends \Magento\Framework\View\Element\Template method __construct (line 33) | public function __construct( method getTemplate (line 47) | public function getTemplate() method getRefreshUrl (line 57) | public function getRefreshUrl() method _toHtml (line 68) | protected function _toHtml() method getCaptchaModel (line 82) | public function getCaptchaModel() FILE: app/code/Magento/Captcha/Controller/Adminhtml/Refresh/Refresh.php class Refresh (line 11) | class Refresh extends \Magento\Backend\App\Action method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() method _isAllowed (line 62) | protected function _isAllowed() FILE: app/code/Magento/Captcha/Controller/Refresh/Index.php class Index (line 14) | class Index extends \Magento\Framework\App\Action\Action implements Http... method __construct (line 32) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Captcha/Cron/DeleteExpiredImages.php class DeleteExpiredImages (line 13) | class DeleteExpiredImages method __construct (line 43) | public function __construct( method execute (line 60) | public function execute() method _deleteExpiredImagesForWebsite (line 78) | protected function _deleteExpiredImagesForWebsite( FILE: app/code/Magento/Captcha/Cron/DeleteOldAttempts.php class DeleteOldAttempts (line 11) | class DeleteOldAttempts method __construct (line 21) | public function __construct( method execute (line 32) | public function execute() FILE: app/code/Magento/Captcha/CustomerData/Captcha.php class Captcha (line 23) | class Captcha extends DataObject implements SectionSourceInterface method __construct (line 46) | public function __construct( method getSectionData (line 61) | public function getSectionData() :array FILE: app/code/Magento/Captcha/Helper/Adminhtml/Data.php class Data (line 14) | class Data extends \Magento\Captcha\Helper\Data method __construct (line 28) | public function __construct( method getConfig (line 46) | public function getConfig($key, $store = null) method _getWebsiteCode (line 57) | protected function _getWebsiteCode($website = null) FILE: app/code/Magento/Captcha/Helper/Data.php class Data (line 18) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 72) | public function __construct( method getCaptcha (line 90) | public function getCaptcha($formId) method getConfig (line 112) | public function getConfig($key, $store = null) method getFonts (line 129) | public function getFonts() method getImgDir (line 151) | public function getImgDir($website = null) method _getWebsiteCode (line 165) | protected function _getWebsiteCode($website = null) method getImgUrl (line 176) | public function getImgUrl($website = null) FILE: app/code/Magento/Captcha/Model/CaptchaFactory.php class CaptchaFactory (line 10) | class CaptchaFactory method __construct (line 20) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create($captchaType, $formId) FILE: app/code/Magento/Captcha/Model/CaptchaInterface.php type CaptchaInterface (line 16) | interface CaptchaInterface method generate (line 24) | public function generate(); method isCorrect (line 33) | public function isCorrect($word); method getBlockName (line 39) | public function getBlockName(); FILE: app/code/Magento/Captcha/Model/Cart/ConfigPlugin.php class ConfigPlugin (line 8) | class ConfigPlugin method __construct (line 18) | public function __construct( method afterGetConfig (line 31) | public function afterGetConfig(\Magento\Checkout\Block\Cart\Sidebar $s... FILE: app/code/Magento/Captcha/Model/Checkout/ConfigProvider.php class ConfigProvider (line 11) | class ConfigProvider implements \Magento\Checkout\Model\ConfigProviderIn... method __construct (line 33) | public function __construct( method getConfig (line 46) | public function getConfig() method isCaseSensitive (line 68) | protected function isCaseSensitive($formId) method getImageHeight (line 79) | protected function getImageHeight($formId) method getImageSrc (line 90) | protected function getImageSrc($formId) method getRefreshUrl (line 105) | protected function getRefreshUrl() method isRequired (line 117) | protected function isRequired($formId) method getCaptchaModel (line 128) | protected function getCaptchaModel($formId) FILE: app/code/Magento/Captcha/Model/Config/Font.php class Font (line 14) | class Font implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct(\Magento\Captcha\Helper\Data $captchaData) method toOptionArray (line 36) | public function toOptionArray() FILE: app/code/Magento/Captcha/Model/Config/Form/AbstractForm.php class AbstractForm (line 16) | abstract class AbstractForm extends Value implements \Magento\Framework\... method toOptionArray (line 28) | public function toOptionArray() FILE: app/code/Magento/Captcha/Model/Config/Form/Backend.php class Backend (line 14) | class Backend extends \Magento\Captcha\Model\Config\Form\AbstractForm FILE: app/code/Magento/Captcha/Model/Config/Form/Frontend.php class Frontend (line 14) | class Frontend extends \Magento\Captcha\Model\Config\Form\AbstractForm FILE: app/code/Magento/Captcha/Model/Config/Mode.php class Mode (line 14) | class Mode implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Captcha/Model/Customer/Plugin/AjaxLogin.php class AjaxLogin (line 16) | class AjaxLogin method __construct (line 51) | public function __construct( method aroundExecute (line 75) | public function aroundExecute( method returnJsonError (line 120) | private function returnJsonError(\Magento\Framework\Phrase $phrase): \... FILE: app/code/Magento/Captcha/Model/DefaultModel.php class DefaultModel (line 21) | class DefaultModel extends \Zend\Captcha\Image implements \Magento\Captc... method __construct (line 104) | public function __construct( method getFormIdKey (line 125) | private function getFormIdKey($key) method getBlockName (line 135) | public function getBlockName() method isRequired (line 146) | public function isRequired($login = null) method isShownToLoggedInUser (line 169) | public function isShownToLoggedInUser() method isOverLimitAttempts (line 186) | private function isOverLimitAttempts($login) method getAllowedAttemptsForSameLogin (line 196) | private function getAllowedAttemptsForSameLogin() method getAllowedAttemptsFromSameIp (line 206) | private function getAllowedAttemptsFromSameIp() method isOverLimitIpAttempt (line 216) | private function isOverLimitIpAttempt() method isOverLimitLoginAttempts (line 228) | private function isOverLimitLoginAttempts($login) method isUserAuth (line 242) | private function isUserAuth() method isCaseSensitive (line 252) | public function isCaseSensitive() method getFont (line 262) | public function getFont() method getExpiration (line 282) | public function getExpiration() method getTimeout (line 299) | public function getTimeout() method getImgDir (line 309) | public function getImgDir() method getImgUrl (line 319) | public function getImgUrl() method isCorrect (line 330) | public function isCorrect($word) method getImgSrc (line 351) | public function getImgSrc() method logAttempt (line 362) | public function logAttempt($login) method setShowCaptchaInSession (line 380) | public function setShowCaptchaInSession($value = true) method generateWord (line 396) | protected function generateWord() method getWordLen (line 410) | public function getWordLen() method isShowAlways (line 438) | private function isShowAlways() method isEnabled (line 467) | private function isEnabled() method getTargetForms (line 479) | private function getTargetForms() method getWord (line 490) | public function getWord() method getWords (line 501) | private function getWords() method setWord (line 514) | protected function setWord($word) method clearWord (line 530) | private function clearWord() method randomSize (line 545) | protected function randomSize() method gc (line 562) | protected function gc() method getResourceModel (line 572) | private function getResourceModel() FILE: app/code/Magento/Captcha/Model/ResourceModel/Log.php class Log (line 13) | class Log extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 43) | public function __construct( method _construct (line 59) | protected function _construct() method logAttempt (line 71) | public function logAttempt($login) method deleteUserAttempts (line 108) | public function deleteUserAttempts($login) method countAttemptsByRemoteAddress (line 133) | public function countAttemptsByRemoteAddress() method countAttemptsByUserLogin (line 160) | public function countAttemptsByUserLogin($login) method deleteOldAttempts (line 185) | public function deleteOldAttempts() FILE: app/code/Magento/Captcha/Observer/CaptchaStringResolver.php class CaptchaStringResolver (line 14) | class CaptchaStringResolver method resolve (line 23) | public function resolve(RequestInterface $request, $formId) FILE: app/code/Magento/Captcha/Observer/CheckContactUsFormObserver.php class CheckContactUsFormObserver (line 15) | class CheckContactUsFormObserver implements ObserverInterface method __construct (line 54) | public function __construct( method execute (line 74) | public function execute(\Magento\Framework\Event\Observer $observer) method getDataPersistor (line 95) | private function getDataPersistor() FILE: app/code/Magento/Captcha/Observer/CheckForgotpasswordObserver.php class CheckForgotpasswordObserver (line 13) | class CheckForgotpasswordObserver implements ObserverInterface method __construct (line 47) | public function __construct( method execute (line 67) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/CheckUserCreateObserver.php class CheckUserCreateObserver (line 15) | class CheckUserCreateObserver implements ObserverInterface method __construct (line 62) | public function __construct( method execute (line 86) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/CheckUserEditObserver.php class CheckUserEditObserver (line 18) | class CheckUserEditObserver implements ObserverInterface method __construct (line 74) | public function __construct( method execute (line 101) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/CheckUserForgotPasswordBackendObserver.php class CheckUserForgotPasswordBackendObserver (line 15) | class CheckUserForgotPasswordBackendObserver implements ObserverInterface method __construct (line 49) | public function __construct( method execute (line 70) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/CheckUserLoginBackendObserver.php class CheckUserLoginBackendObserver (line 11) | class CheckUserLoginBackendObserver implements ObserverInterface method __construct (line 33) | public function __construct( method execute (line 50) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/CheckUserLoginObserver.php class CheckUserLoginObserver (line 20) | class CheckUserLoginObserver implements ObserverInterface method __construct (line 76) | public function __construct( method getCustomerRepository (line 97) | private function getCustomerRepository() method getAuthentication (line 114) | private function getAuthentication() method execute (line 132) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/ResetAttemptForBackendObserver.php class ResetAttemptForBackendObserver (line 10) | class ResetAttemptForBackendObserver implements ObserverInterface method __construct (line 20) | public function __construct( method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/ResetAttemptForFrontendAccountEditObserver.php class ResetAttemptForFrontendAccountEditObserver (line 10) | class ResetAttemptForFrontendAccountEditObserver implements ObserverInte... method __construct (line 33) | public function __construct( method execute (line 47) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Observer/ResetAttemptForFrontendObserver.php class ResetAttemptForFrontendObserver (line 10) | class ResetAttemptForFrontendObserver implements ObserverInterface method __construct (line 20) | public function __construct( method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Captcha/Test/Unit/Controller/Refresh/IndexTest.php class IndexTest (line 8) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 90) | public function testExecute($formId, $callsNumber) method executeDataProvider (line 124) | public function executeDataProvider() FILE: app/code/Magento/Captcha/Test/Unit/Cron/DeleteExpiredImagesTest.php class DeleteExpiredImagesTest (line 8) | class DeleteExpiredImagesTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testDeleteExpiredImages (line 79) | public function testDeleteExpiredImages($website, $isFile, $filename, ... method getExpiredImages (line 130) | public function getExpiredImages() function time (line 150) | function time() FILE: app/code/Magento/Captcha/Test/Unit/CustomerData/CaptchaTest.php class CaptchaTest (line 19) | class CaptchaTest extends TestCase method setUp (line 49) | protected function setUp() method testGetSectionDataWhenLoginAndRequireCaptcha (line 70) | public function testGetSectionDataWhenLoginAndRequireCaptcha() FILE: app/code/Magento/Captcha/Test/Unit/Helper/Adminhtml/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetConfig (line 44) | public function testGetConfig() method testGetWebsiteId (line 52) | public function testGetWebsiteId() FILE: app/code/Magento/Captcha/Test/Unit/Helper/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetCaptcha (line 54) | public function testGetCaptcha() method testGetConfigNode (line 89) | public function testGetConfigNode() method testGetFonts (line 105) | public function testGetFonts() method testGetImgDir (line 146) | public function testGetImgDir() method testGetImgUrl (line 183) | public function testGetImgUrl() method _getWebsiteStub (line 193) | protected function _getWebsiteStub() method _getStoreStub (line 207) | protected function _getStoreStub() FILE: app/code/Magento/Captcha/Test/Unit/Model/CaptchaFactoryTest.php class CaptchaFactoryTest (line 8) | class CaptchaFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testCreatePositive (line 22) | public function testCreatePositive() method testCreateNegative (line 41) | public function testCreateNegative() FILE: app/code/Magento/Captcha/Test/Unit/Model/Cart/ConfigPluginTest.php class ConfigPluginTest (line 8) | class ConfigPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterGetConfig (line 28) | public function testAfterGetConfig() FILE: app/code/Magento/Captcha/Test/Unit/Model/Checkout/ConfigProviderTest.php class ConfigProviderTest (line 8) | class ConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetConfig (line 61) | public function testGetConfig($isRequired, $captchaGenerations, $expec... method getConfigDataProvider (line 87) | public function getConfigDataProvider() FILE: app/code/Magento/Captcha/Test/Unit/Model/Config/FontTest.php class FontTest (line 16) | class FontTest extends TestCase method setUp (line 36) | protected function setUp() method testToOptionArray (line 57) | public function testToOptionArray($fonts, $expectedResult) method toOptionArrayDataProvider (line 70) | public function toOptionArrayDataProvider() FILE: app/code/Magento/Captcha/Test/Unit/Model/Config/Form/BackendTest.php class BackendTest (line 16) | class BackendTest extends TestCase method setUp (line 36) | protected function setUp() method testToOptionArray (line 57) | public function testToOptionArray($config, $expectedResult) method toOptionArrayDataProvider (line 71) | public function toOptionArrayDataProvider() FILE: app/code/Magento/Captcha/Test/Unit/Model/Config/Form/FrontendTest.php class FrontendTest (line 16) | class FrontendTest extends TestCase method setUp (line 36) | protected function setUp() method testToOptionArray (line 57) | public function testToOptionArray($config, $expectedResult) method toOptionArrayDataProvider (line 71) | public function toOptionArrayDataProvider() FILE: app/code/Magento/Captcha/Test/Unit/Model/Customer/Plugin/AjaxLoginTest.php class AjaxLoginTest (line 9) | class AjaxLoginTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testAroundExecute (line 100) | public function testAroundExecute() method testAroundExecuteIncorrectCaptcha (line 135) | public function testAroundExecuteIncorrectCaptcha() method testAroundExecuteCaptchaIsNotRequired (line 174) | public function testAroundExecuteCaptchaIsNotRequired($username, $requ... method aroundExecuteCaptchaIsNotRequired (line 195) | public function aroundExecuteCaptchaIsNotRequired(): array FILE: app/code/Magento/Captcha/Test/Unit/Model/DefaultTest.php class DefaultTest (line 15) | class DefaultTest extends \PHPUnit\Framework\TestCase method setUp (line 91) | protected function setUp() method testGetBlockName (line 142) | public function testGetBlockName() method testIsRequired (line 150) | public function testIsRequired() method testIsCaseSensitive (line 158) | public function testIsCaseSensitive() method testGetFont (line 169) | public function testGetFont() method testGetTimeout (line 178) | public function testGetTimeout() method testIsCorrect (line 186) | public function testIsCorrect() method testGetImgSrc (line 205) | public function testGetImgSrc() method testLogAttempt (line 216) | public function testLogAttempt() method testGetWord (line 233) | public function testGetWord() method _getSessionStub (line 247) | protected function _getSessionStub() method _getHelperStub (line 276) | protected function _getHelperStub() method _getResourceModelStub (line 311) | protected function _getResourceModelStub() method getConfigNodeStub (line 332) | public static function getConfigNodeStub() method _getStoreStub (line 349) | protected function _getStoreStub() method testIsShownToLoggedInUser (line 362) | public function testIsShownToLoggedInUser($expectedResult, $formId) method isShownToLoggedInUserDataProvider (line 376) | public function isShownToLoggedInUserDataProvider() method testGenerateWord (line 390) | public function testGenerateWord($string) method generateWordProvider (line 410) | public function generateWordProvider() FILE: app/code/Magento/Captcha/Test/Unit/Observer/CaptchaStringResolverTest.php class CaptchaStringResolverTest (line 15) | class CaptchaStringResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testResolveWithFormIdSet (line 39) | public function testResolveWithFormIdSet() method testResolveWithNoFormIdInRequest (line 55) | public function testResolveWithNoFormIdInRequest() FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckContactUsFormObserverTest.php class CheckContactUsFormObserverTest (line 11) | class CheckContactUsFormObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testCheckContactUsFormWhenCaptchaIsRequiredAndValid (line 98) | public function testCheckContactUsFormWhenCaptchaIsRequiredAndValid() method testCheckContactUsFormRedirectsCustomerWithWarningMessageWhenCaptchaIsRequiredAndInvalid (line 129) | public function testCheckContactUsFormRedirectsCustomerWithWarningMess... method testCheckContactUsFormDoesNotCheckCaptchaWhenItIsNotRequired (line 182) | public function testCheckContactUsFormDoesNotCheckCaptchaWhenItIsNotRe... FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckForgotpasswordObserverTest.php class CheckForgotpasswordObserverTest (line 11) | class CheckForgotpasswordObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testCheckForgotpasswordRedirects (line 74) | public function testCheckForgotpasswordRedirects() FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckUserCreateObserverTest.php class CheckUserCreateObserverTest (line 11) | class CheckUserCreateObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testCheckUserCreateRedirectsError (line 88) | public function testCheckUserCreateRedirectsError() FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckUserEditObserverTest.php class CheckUserEditObserverTest (line 13) | class CheckUserEditObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecute (line 82) | public function testExecute() FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckUserLoginBackendObserverTest.php class CheckUserLoginBackendObserverTest (line 24) | class CheckUserLoginBackendObserverTest extends TestCase method setUp (line 56) | protected function setUp() method testCheckOnBackendLoginWithCorrectCaptcha (line 77) | public function testCheckOnBackendLoginWithCorrectCaptcha(bool $isRequ... method requiredCaptchaDataProvider (line 102) | public function requiredCaptchaDataProvider(): array method testCheckOnBackendLoginWithWrongCaptcha (line 116) | public function testCheckOnBackendLoginWithWrongCaptcha(): void FILE: app/code/Magento/Captcha/Test/Unit/Observer/CheckUserLoginObserverTest.php class CheckUserLoginObserverTest (line 13) | class CheckUserLoginObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecute (line 86) | public function testExecute() FILE: app/code/Magento/CardinalCommerce/Model/Adminhtml/Source/Environment.php class Environment (line 13) | class Environment implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 23) | public function toOptionArray(): array FILE: app/code/Magento/CardinalCommerce/Model/Checkout/ConfigProvider.php class ConfigProvider (line 17) | class ConfigProvider implements ConfigProviderInterface method __construct (line 33) | public function __construct( method getConfig (line 44) | public function getConfig(): array FILE: app/code/Magento/CardinalCommerce/Model/Config.php class Config (line 18) | class Config method __construct (line 28) | public function __construct(ScopeConfigInterface $scopeConfig) method getApiKey (line 41) | public function getApiKey(?int $storeId = null): string method getApiIdentifier (line 59) | public function getApiIdentifier(?int $storeId = null): string method getOrgUnitId (line 77) | public function getOrgUnitId(?int $storeId = null): string method getEnvironment (line 95) | public function getEnvironment(?int $storeId = null): string method isDebugModeEnabled (line 111) | public function isDebugModeEnabled(?int $storeId = null): bool FILE: app/code/Magento/CardinalCommerce/Model/JwtManagement.php class JwtManagement (line 15) | class JwtManagement method __construct (line 30) | public function __construct( method decode (line 45) | public function decode(string $jwt, string $key): array method encode (line 81) | public function encode(array $payload, string $key): string method sign (line 106) | private function sign(string $msg, string $key, string $algorithm): st... method urlSafeB64Decode (line 122) | private function urlSafeB64Decode(string $input): string method urlSafeB64Encode (line 137) | private function urlSafeB64Encode(string $input): string FILE: app/code/Magento/CardinalCommerce/Model/Request/TokenBuilder.php class TokenBuilder (line 21) | class TokenBuilder method __construct (line 55) | public function __construct( method build (line 74) | public function build() FILE: app/code/Magento/CardinalCommerce/Model/Response/JwtParser.php class JwtParser (line 19) | class JwtParser implements JwtParserInterface method __construct (line 53) | public function __construct( method execute (line 74) | public function execute(string $jwt): array method debug (line 98) | private function debug(array $data) method throwException (line 111) | private function throwException() FILE: app/code/Magento/CardinalCommerce/Model/Response/JwtParserInterface.php type JwtParserInterface (line 12) | interface JwtParserInterface method execute (line 20) | public function execute(string $jwt): array; FILE: app/code/Magento/CardinalCommerce/Model/Response/JwtPayloadValidator.php class JwtPayloadValidator (line 15) | class JwtPayloadValidator implements JwtPayloadValidatorInterface method __construct (line 64) | public function __construct( method validate (line 72) | public function validate(array $jwtPayload): bool method isValidErrorNumber (line 93) | private function isValidErrorNumber(int $errorNumber) method isValidTransactionState (line 104) | private function isValidTransactionState(string $transactionState) method isValidEciFlag (line 115) | private function isValidEciFlag(string $eciFlag) method isNotExpired (line 126) | private function isNotExpired(int $expTimestamp) FILE: app/code/Magento/CardinalCommerce/Model/Response/JwtPayloadValidatorInterface.php type JwtPayloadValidatorInterface (line 12) | interface JwtPayloadValidatorInterface method validate (line 20) | public function validate(array $jwtPayload); FILE: app/code/Magento/CardinalCommerce/Test/Unit/Model/JwtManagementTest.php class JwtManagementTest (line 16) | class JwtManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testEncode (line 39) | public function testEncode() method testDecode (line 53) | public function testDecode() method testDecodeWithException (line 71) | public function testDecodeWithException(string $jwt, string $errorMess... method decodeWithExceptionDataProvider (line 82) | public function decodeWithExceptionDataProvider(): array method getValidHS256Jwt (line 113) | private function getValidHS256Jwt(): string method getHS512Jwt (line 127) | private function getHS512Jwt(): string method getJwtWithInvalidSignature (line 142) | private function getJwtWithInvalidSignature(): string method getTokenPayload (line 156) | private function getTokenPayload(): array FILE: app/code/Magento/CardinalCommerce/Test/Unit/Model/Response/JwtParserTest.php class JwtParserTest (line 20) | class JwtParserTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecuteWithNoException (line 95) | public function testExecuteWithNoException() method testExecuteWithException (line 114) | public function testExecuteWithException() FILE: app/code/Magento/CardinalCommerce/Test/Unit/Model/Response/JwtPayloadValidatorTest.php class JwtPayloadValidatorTest (line 16) | class JwtPayloadValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testValidateSuccess (line 37) | public function testValidateSuccess(array $token) method validateSuccessDataProvider (line 52) | public function validateSuccessDataProvider() method testValidationEciFails (line 70) | public function testValidationEciFails(array $token) method validationEciFailsDataProvider (line 85) | public function validationEciFailsDataProvider(): array method testValidationActionCodeFails (line 100) | public function testValidationActionCodeFails(array $token) method validationActionCodeFailsDataProvider (line 113) | public function validationActionCodeFailsDataProvider(): array method testValidationErrorNumberFails (line 125) | public function testValidationErrorNumberFails() method testValidationExpirationFails (line 139) | public function testValidationExpirationFails() method createToken (line 159) | private function createToken(string $eciFlag, string $errorNumber, str... method getValidExpTimestamp (line 182) | private function getValidExpTimestamp() method getOutdatedExpTimestamp (line 195) | private function getOutdatedExpTimestamp() FILE: app/code/Magento/Catalog/Api/AttributeSetFinderInterface.php type AttributeSetFinderInterface (line 14) | interface AttributeSetFinderInterface method findAttributeSetIdsByProductIds (line 23) | public function findAttributeSetIdsByProductIds(array $productIds); FILE: app/code/Magento/Catalog/Api/AttributeSetManagementInterface.php type AttributeSetManagementInterface (line 13) | interface AttributeSetManagementInterface method create (line 24) | public function create(\Magento\Eav\Api\Data\AttributeSetInterface $at... FILE: app/code/Magento/Catalog/Api/AttributeSetRepositoryInterface.php type AttributeSetRepositoryInterface (line 13) | interface AttributeSetRepositoryInterface method save (line 24) | public function save(\Magento\Eav\Api\Data\AttributeSetInterface $attr... method getList (line 32) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 41) | public function get($attributeSetId); method delete (line 51) | public function delete(\Magento\Eav\Api\Data\AttributeSetInterface $at... method deleteById (line 61) | public function deleteById($attributeSetId); FILE: app/code/Magento/Catalog/Api/BasePriceStorageInterface.php type BasePriceStorageInterface (line 14) | interface BasePriceStorageInterface method get (line 23) | public function get(array $skus); method update (line 38) | public function update(array $prices); FILE: app/code/Magento/Catalog/Api/CategoryAttributeOptionManagementInterface.php type CategoryAttributeOptionManagementInterface (line 14) | interface CategoryAttributeOptionManagementInterface method getItems (line 24) | public function getItems($attributeCode); FILE: app/code/Magento/Catalog/Api/CategoryAttributeRepositoryInterface.php type CategoryAttributeRepositoryInterface (line 14) | interface CategoryAttributeRepositoryInterface extends \Magento\Framewor... method getList (line 22) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 30) | public function get($attributeCode); FILE: app/code/Magento/Catalog/Api/CategoryLinkManagementInterface.php type CategoryLinkManagementInterface (line 13) | interface CategoryLinkManagementInterface method getAssignedProducts (line 21) | public function getAssignedProducts($categoryId); method assignProductToCategories (line 31) | public function assignProductToCategories($productSku, array $category... FILE: app/code/Magento/Catalog/Api/CategoryLinkRepositoryInterface.php type CategoryLinkRepositoryInterface (line 13) | interface CategoryLinkRepositoryInterface method save (line 25) | public function save(\Magento\Catalog\Api\Data\CategoryProductLinkInte... method delete (line 37) | public function delete(\Magento\Catalog\Api\Data\CategoryProductLinkIn... method deleteByIds (line 50) | public function deleteByIds($categoryId, $sku); FILE: app/code/Magento/Catalog/Api/CategoryListInterface.php type CategoryListInterface (line 12) | interface CategoryListInterface method getList (line 21) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Catalog/Api/CategoryManagementInterface.php type CategoryManagementInterface (line 14) | interface CategoryManagementInterface method getTree (line 24) | public function getTree($rootCategoryId = null, $depth = null); method move (line 36) | public function move($categoryId, $parentId, $afterId = null); method getCount (line 43) | public function getCount(); FILE: app/code/Magento/Catalog/Api/CategoryRepositoryInterface.php type CategoryRepositoryInterface (line 14) | interface CategoryRepositoryInterface method save (line 23) | public function save(\Magento\Catalog\Api\Data\CategoryInterface $cate... method get (line 33) | public function get($categoryId, $storeId = null); method delete (line 44) | public function delete(\Magento\Catalog\Api\Data\CategoryInterface $ca... method deleteByIdentifier (line 55) | public function deleteByIdentifier($categoryId); FILE: app/code/Magento/Catalog/Api/CostStorageInterface.php type CostStorageInterface (line 14) | interface CostStorageInterface method get (line 24) | public function get(array $skus); method update (line 38) | public function update(array $prices); method delete (line 50) | public function delete(array $skus); FILE: app/code/Magento/Catalog/Api/Data/BasePriceInterface.php type BasePriceInterface (line 14) | interface BasePriceInterface extends \Magento\Framework\Api\ExtensibleDa... method setPrice (line 31) | public function setPrice($price); method getPrice (line 39) | public function getPrice(); method setStoreId (line 48) | public function setStoreId($storeId); method getStoreId (line 56) | public function getStoreId(); method setSku (line 65) | public function setSku($sku); method getSku (line 73) | public function getSku(); method getExtensionAttributes (line 81) | public function getExtensionAttributes(); method setExtensionAttributes (line 90) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/CategoryAttributeInterface.php type CategoryAttributeInterface (line 13) | interface CategoryAttributeInterface extends \Magento\Catalog\Api\Data\E... FILE: app/code/Magento/Catalog/Api/Data/CategoryAttributeSearchResultsInterface.php type CategoryAttributeSearchResultsInterface (line 13) | interface CategoryAttributeSearchResultsInterface extends \Magento\Frame... method getItems (line 20) | public function getItems(); method setItems (line 28) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/CategoryInterface.php type CategoryInterface (line 15) | interface CategoryInterface extends \Magento\Framework\Api\CustomAttribu... method getId (line 53) | public function getId(); method setId (line 61) | public function setId($id); method getParentId (line 68) | public function getParentId(); method setParentId (line 76) | public function setParentId($parentId); method getName (line 83) | public function getName(); method setName (line 91) | public function setName($name); method getIsActive (line 98) | public function getIsActive(); method setIsActive (line 106) | public function setIsActive($isActive); method getPosition (line 113) | public function getPosition(); method setPosition (line 121) | public function setPosition($position); method getLevel (line 128) | public function getLevel(); method setLevel (line 136) | public function setLevel($level); method getChildren (line 143) | public function getChildren(); method getCreatedAt (line 150) | public function getCreatedAt(); method setCreatedAt (line 158) | public function setCreatedAt($createdAt); method getUpdatedAt (line 165) | public function getUpdatedAt(); method setUpdatedAt (line 173) | public function setUpdatedAt($updatedAt); method getPath (line 180) | public function getPath(); method setPath (line 188) | public function setPath($path); method getAvailableSortBy (line 195) | public function getAvailableSortBy(); method setAvailableSortBy (line 203) | public function setAvailableSortBy($availableSortBy); method getIncludeInMenu (line 210) | public function getIncludeInMenu(); method setIncludeInMenu (line 218) | public function setIncludeInMenu($includeInMenu); method getExtensionAttributes (line 225) | public function getExtensionAttributes(); method setExtensionAttributes (line 233) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Categ... FILE: app/code/Magento/Catalog/Api/Data/CategoryLinkInterface.php type CategoryLinkInterface (line 15) | interface CategoryLinkInterface extends ExtensibleDataInterface method getPosition (line 21) | public function getPosition(); method setPosition (line 28) | public function setPosition($position); method getCategoryId (line 36) | public function getCategoryId(); method setCategoryId (line 45) | public function setCategoryId($categoryId); method getExtensionAttributes (line 53) | public function getExtensionAttributes(); method setExtensionAttributes (line 62) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/CategoryProductLinkInterface.php type CategoryProductLinkInterface (line 15) | interface CategoryProductLinkInterface extends ExtensibleDataInterface method getSku (line 20) | public function getSku(); method setSku (line 26) | public function setSku($sku); method getPosition (line 31) | public function getPosition(); method setPosition (line 37) | public function setPosition($position); method getCategoryId (line 44) | public function getCategoryId(); method setCategoryId (line 52) | public function setCategoryId($categoryId); method getExtensionAttributes (line 59) | public function getExtensionAttributes(); method setExtensionAttributes (line 67) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/CategoryProductSearchResultInterface.php type CategoryProductSearchResultInterface (line 14) | interface CategoryProductSearchResultInterface extends \Magento\Framewor... method getItems (line 22) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/CategorySearchResultsInterface.php type CategorySearchResultsInterface (line 14) | interface CategorySearchResultsInterface extends SearchResultsInterface method getItems (line 22) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/CategoryTreeInterface.php type CategoryTreeInterface (line 14) | interface CategoryTreeInterface method getId (line 19) | public function getId(); method setId (line 25) | public function setId($id); method getParentId (line 32) | public function getParentId(); method setParentId (line 40) | public function setParentId($parentId); method getName (line 47) | public function getName(); method setName (line 55) | public function setName($name); method getIsActive (line 63) | public function getIsActive(); method setIsActive (line 71) | public function setIsActive($isActive); method getPosition (line 78) | public function getPosition(); method setPosition (line 86) | public function setPosition($position); method getLevel (line 93) | public function getLevel(); method setLevel (line 101) | public function setLevel($level); method getProductCount (line 108) | public function getProductCount(); method setProductCount (line 116) | public function setProductCount($productCount); method getChildrenData (line 121) | public function getChildrenData(); method setChildrenData (line 127) | public function setChildrenData(array $childrenData = null); FILE: app/code/Magento/Catalog/Api/Data/CostInterface.php type CostInterface (line 14) | interface CostInterface extends \Magento\Framework\Api\ExtensibleDataInt... method setCost (line 31) | public function setCost($cost); method getCost (line 39) | public function getCost(); method setStoreId (line 48) | public function setStoreId($storeId); method getStoreId (line 56) | public function getStoreId(); method setSku (line 65) | public function setSku($sku); method getSku (line 73) | public function getSku(); method getExtensionAttributes (line 81) | public function getExtensionAttributes(); method setExtensionAttributes (line 90) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/CustomOptionInterface.php type CustomOptionInterface (line 13) | interface CustomOptionInterface extends \Magento\Framework\Api\Extensibl... method getOptionId (line 27) | public function getOptionId(); method setOptionId (line 35) | public function setOptionId($value); method getOptionValue (line 42) | public function getOptionValue(); method setOptionValue (line 50) | public function setOptionValue($value); method getExtensionAttributes (line 57) | public function getExtensionAttributes(); method setExtensionAttributes (line 65) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/EavAttributeInterface.php type EavAttributeInterface (line 13) | interface EavAttributeInterface extends \Magento\Eav\Api\Data\AttributeI... method getIsWysiwygEnabled (line 60) | public function getIsWysiwygEnabled(); method setIsWysiwygEnabled (line 68) | public function setIsWysiwygEnabled($isWysiwygEnabled); method getIsHtmlAllowedOnFront (line 75) | public function getIsHtmlAllowedOnFront(); method setIsHtmlAllowedOnFront (line 83) | public function setIsHtmlAllowedOnFront($isHtmlAllowedOnFront); method getUsedForSortBy (line 90) | public function getUsedForSortBy(); method setUsedForSortBy (line 98) | public function setUsedForSortBy($usedForSortBy); method getIsFilterable (line 105) | public function getIsFilterable(); method setIsFilterable (line 113) | public function setIsFilterable($isFilterable); method getIsFilterableInSearch (line 120) | public function getIsFilterableInSearch(); method getIsUsedInGrid (line 127) | public function getIsUsedInGrid(); method getIsVisibleInGrid (line 134) | public function getIsVisibleInGrid(); method getIsFilterableInGrid (line 141) | public function getIsFilterableInGrid(); method setIsUsedInGrid (line 150) | public function setIsUsedInGrid($isUsedInGrid); method setIsVisibleInGrid (line 159) | public function setIsVisibleInGrid($isVisibleInGrid); method setIsFilterableInGrid (line 168) | public function setIsFilterableInGrid($isFilterableInGrid); method setIsFilterableInSearch (line 176) | public function setIsFilterableInSearch($isFilterableInSearch); method getPosition (line 183) | public function getPosition(); method setPosition (line 191) | public function setPosition($position); method getApplyTo (line 207) | public function getApplyTo(); method setApplyTo (line 215) | public function setApplyTo($applyTo); method getIsSearchable (line 222) | public function getIsSearchable(); method setIsSearchable (line 230) | public function setIsSearchable($isSearchable); method getIsVisibleInAdvancedSearch (line 237) | public function getIsVisibleInAdvancedSearch(); method setIsVisibleInAdvancedSearch (line 245) | public function setIsVisibleInAdvancedSearch($isVisibleInAdvancedSearch); method getIsComparable (line 252) | public function getIsComparable(); method setIsComparable (line 260) | public function setIsComparable($isComparable); method getIsUsedForPromoRules (line 267) | public function getIsUsedForPromoRules(); method setIsUsedForPromoRules (line 275) | public function setIsUsedForPromoRules($isUsedForPromoRules); method getIsVisibleOnFront (line 282) | public function getIsVisibleOnFront(); method setIsVisibleOnFront (line 290) | public function setIsVisibleOnFront($isVisibleOnFront); method getUsedInProductListing (line 297) | public function getUsedInProductListing(); method setUsedInProductListing (line 305) | public function setUsedInProductListing($usedInProductListing); method getIsVisible (line 312) | public function getIsVisible(); method setIsVisible (line 320) | public function setIsVisible($isVisible); method getScope (line 327) | public function getScope(); method setScope (line 335) | public function setScope($scope); method getExtensionAttributes (line 340) | public function getExtensionAttributes(); FILE: app/code/Magento/Catalog/Api/Data/PriceUpdateResultInterface.php type PriceUpdateResultInterface (line 14) | interface PriceUpdateResultInterface extends \Magento\Framework\Api\Exte... method getMessage (line 29) | public function getMessage(); method setMessage (line 38) | public function setMessage($message); method getParameters (line 46) | public function getParameters(); method setParameters (line 55) | public function setParameters(array $parameters); method getExtensionAttributes (line 64) | public function getExtensionAttributes(); method setExtensionAttributes (line 73) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductAttributeInterface.php type ProductAttributeInterface (line 13) | interface ProductAttributeInterface extends \Magento\Catalog\Api\Data\Ea... method getExtensionAttributes (line 39) | public function getExtensionAttributes(); FILE: app/code/Magento/Catalog/Api/Data/ProductAttributeMediaGalleryEntryInterface.php type ProductAttributeMediaGalleryEntryInterface (line 16) | interface ProductAttributeMediaGalleryEntryInterface extends ExtensibleD... method getId (line 32) | public function getId(); method setId (line 40) | public function setId($id); method getMediaType (line 47) | public function getMediaType(); method setMediaType (line 55) | public function setMediaType($mediaType); method getLabel (line 62) | public function getLabel(); method setLabel (line 70) | public function setLabel($label); method getPosition (line 77) | public function getPosition(); method setPosition (line 85) | public function setPosition($position); method isDisabled (line 92) | public function isDisabled(); method setDisabled (line 100) | public function setDisabled($disabled); method getTypes (line 107) | public function getTypes(); method setTypes (line 115) | public function setTypes(array $types = null); method getFile (line 122) | public function getFile(); method setFile (line 130) | public function setFile($file); method getContent (line 137) | public function getContent(); method setContent (line 145) | public function setContent($content); method getExtensionAttributes (line 152) | public function getExtensionAttributes(); method setExtensionAttributes (line 160) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductAttributeSearchResultsInterface.php type ProductAttributeSearchResultsInterface (line 13) | interface ProductAttributeSearchResultsInterface extends \Magento\Framew... method getItems (line 20) | public function getItems(); method setItems (line 28) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/ProductAttributeTypeInterface.php type ProductAttributeTypeInterface (line 15) | interface ProductAttributeTypeInterface extends ExtensibleDataInterface method getValue (line 26) | public function getValue(); method setValue (line 34) | public function setValue($value); method getLabel (line 41) | public function getLabel(); method setLabel (line 49) | public function setLabel($label); method getExtensionAttributes (line 56) | public function getExtensionAttributes(); method setExtensionAttributes (line 64) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductCustomOptionInterface.php type ProductCustomOptionInterface (line 13) | interface ProductCustomOptionInterface extends \Magento\Framework\Api\Ex... method getProductSku (line 90) | public function getProductSku(); method setProductSku (line 98) | public function setProductSku($sku); method getOptionId (line 105) | public function getOptionId(); method setOptionId (line 113) | public function setOptionId($optionId); method getTitle (line 120) | public function getTitle(); method setTitle (line 128) | public function setTitle($title); method getType (line 135) | public function getType(); method setType (line 143) | public function setType($type); method getSortOrder (line 150) | public function getSortOrder(); method setSortOrder (line 158) | public function setSortOrder($sortOrder); method getIsRequire (line 166) | public function getIsRequire(); method setIsRequire (line 174) | public function setIsRequire($isRequired); method getPrice (line 181) | public function getPrice(); method setPrice (line 189) | public function setPrice($price); method getPriceType (line 196) | public function getPriceType(); method setPriceType (line 204) | public function setPriceType($priceType); method getSku (line 211) | public function getSku(); method setSku (line 219) | public function setSku($sku); method getFileExtension (line 224) | public function getFileExtension(); method setFileExtension (line 230) | public function setFileExtension($fileExtension); method getMaxCharacters (line 235) | public function getMaxCharacters(); method setMaxCharacters (line 241) | public function setMaxCharacters($maxCharacters); method getImageSizeX (line 246) | public function getImageSizeX(); method setImageSizeX (line 252) | public function setImageSizeX($imageSizeX); method getImageSizeY (line 257) | public function getImageSizeY(); method setImageSizeY (line 263) | public function setImageSizeY($imageSizeY); method getValues (line 268) | public function getValues(); method setValues (line 274) | public function setValues(array $values = null); method getExtensionAttributes (line 281) | public function getExtensionAttributes(); method setExtensionAttributes (line 289) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductCustomOptionTypeInterface.php type ProductCustomOptionTypeInterface (line 15) | interface ProductCustomOptionTypeInterface extends ExtensibleDataInterface method getLabel (line 22) | public function getLabel(); method setLabel (line 30) | public function setLabel($label); method getCode (line 37) | public function getCode(); method setCode (line 45) | public function setCode($code); method getGroup (line 52) | public function getGroup(); method setGroup (line 60) | public function setGroup($group); method getExtensionAttributes (line 67) | public function getExtensionAttributes(); method setExtensionAttributes (line 75) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductCustomOptionValuesInterface.php type ProductCustomOptionValuesInterface (line 13) | interface ProductCustomOptionValuesInterface method getTitle (line 20) | public function getTitle(); method setTitle (line 28) | public function setTitle($title); method getSortOrder (line 35) | public function getSortOrder(); method setSortOrder (line 43) | public function setSortOrder($sortOrder); method getPrice (line 50) | public function getPrice(); method setPrice (line 58) | public function setPrice($price); method getPriceType (line 65) | public function getPriceType(); method setPriceType (line 73) | public function setPriceType($priceType); method getSku (line 80) | public function getSku(); method setSku (line 88) | public function setSku($sku); method getOptionTypeId (line 95) | public function getOptionTypeId(); method setOptionTypeId (line 103) | public function setOptionTypeId($optionTypeId); FILE: app/code/Magento/Catalog/Api/Data/ProductFrontendActionInterface.php type ProductFrontendActionInterface (line 14) | interface ProductFrontendActionInterface method getActionId (line 22) | public function getActionId(); method setActionId (line 31) | public function setActionId($actionId); method getVisitorId (line 39) | public function getVisitorId(); method setVisitorId (line 48) | public function setVisitorId($visitorId); method getCustomerId (line 56) | public function getCustomerId(); method setCustomerId (line 65) | public function setCustomerId($customerId); method getProductId (line 73) | public function getProductId(); method setProductId (line 82) | public function setProductId($productId); method getTypeId (line 90) | public function getTypeId(); method setTypeId (line 99) | public function setTypeId($typeId); method getAddedAt (line 107) | public function getAddedAt(); method setAddedAt (line 116) | public function setAddedAt($addedAt); FILE: app/code/Magento/Catalog/Api/Data/ProductInterface.php type ProductInterface (line 14) | interface ProductInterface extends \Magento\Framework\Api\CustomAttribut... method getId (line 64) | public function getId(); method setId (line 72) | public function setId($id); method getSku (line 79) | public function getSku(); method setSku (line 87) | public function setSku($sku); method getName (line 94) | public function getName(); method setName (line 102) | public function setName($name); method getAttributeSetId (line 109) | public function getAttributeSetId(); method setAttributeSetId (line 117) | public function setAttributeSetId($attributeSetId); method getPrice (line 124) | public function getPrice(); method setPrice (line 132) | public function setPrice($price); method getStatus (line 139) | public function getStatus(); method setStatus (line 147) | public function setStatus($status); method getVisibility (line 154) | public function getVisibility(); method setVisibility (line 162) | public function setVisibility($visibility); method getTypeId (line 169) | public function getTypeId(); method setTypeId (line 177) | public function setTypeId($typeId); method getCreatedAt (line 184) | public function getCreatedAt(); method setCreatedAt (line 192) | public function setCreatedAt($createdAt); method getUpdatedAt (line 199) | public function getUpdatedAt(); method setUpdatedAt (line 207) | public function setUpdatedAt($updatedAt); method getWeight (line 214) | public function getWeight(); method setWeight (line 222) | public function setWeight($weight); method getExtensionAttributes (line 229) | public function getExtensionAttributes(); method setExtensionAttributes (line 237) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Produ... method getProductLinks (line 244) | public function getProductLinks(); method setProductLinks (line 252) | public function setProductLinks(array $links = null); method getOptions (line 259) | public function getOptions(); method setOptions (line 267) | public function setOptions(array $options = null); method getMediaGalleryEntries (line 274) | public function getMediaGalleryEntries(); method setMediaGalleryEntries (line 282) | public function setMediaGalleryEntries(array $mediaGalleryEntries = nu... method getTierPrices (line 289) | public function getTierPrices(); method setTierPrices (line 297) | public function setTierPrices(array $tierPrices = null); FILE: app/code/Magento/Catalog/Api/Data/ProductLinkAttributeInterface.php type ProductLinkAttributeInterface (line 15) | interface ProductLinkAttributeInterface extends ExtensibleDataInterface method getCode (line 22) | public function getCode(); method setCode (line 30) | public function setCode($code); method getType (line 37) | public function getType(); method setType (line 45) | public function setType($type); method getExtensionAttributes (line 52) | public function getExtensionAttributes(); method setExtensionAttributes (line 60) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductLinkInterface.php type ProductLinkInterface (line 13) | interface ProductLinkInterface extends \Magento\Framework\Api\Extensible... method getSku (line 20) | public function getSku(); method setSku (line 28) | public function setSku($sku); method getLinkType (line 35) | public function getLinkType(); method setLinkType (line 43) | public function setLinkType($linkType); method getLinkedProductSku (line 50) | public function getLinkedProductSku(); method setLinkedProductSku (line 58) | public function setLinkedProductSku($linkedProductSku); method getLinkedProductType (line 65) | public function getLinkedProductType(); method setLinkedProductType (line 73) | public function setLinkedProductType($linkedProductType); method getPosition (line 80) | public function getPosition(); method setPosition (line 88) | public function setPosition($position); method getExtensionAttributes (line 95) | public function getExtensionAttributes(); method setExtensionAttributes (line 103) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductLinkTypeInterface.php type ProductLinkTypeInterface (line 15) | interface ProductLinkTypeInterface extends ExtensibleDataInterface method getCode (line 22) | public function getCode(); method setCode (line 30) | public function setCode($code); method getName (line 37) | public function getName(); method setName (line 45) | public function setName($name); method getExtensionAttributes (line 52) | public function getExtensionAttributes(); method setExtensionAttributes (line 60) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductOptionInterface.php type ProductOptionInterface (line 15) | interface ProductOptionInterface extends ExtensibleDataInterface method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 30) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRender/ButtonInterface.php type ButtonInterface (line 19) | interface ButtonInterface extends ExtensibleDataInterface method setPostData (line 27) | public function setPostData($postData); method getPostData (line 38) | public function getPostData(); method setUrl (line 49) | public function setUrl($url); method getUrl (line 57) | public function getUrl(); method setRequiredOptions (line 67) | public function setRequiredOptions($requiredOptions); method hasRequiredOptions (line 75) | public function hasRequiredOptions(); method getExtensionAttributes (line 83) | public function getExtensionAttributes(); method setExtensionAttributes (line 92) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRender/FormattedPriceInfoInterface.php type FormattedPriceInfoInterface (line 20) | interface FormattedPriceInfoInterface extends \Magento\Framework\Api\Ext... method getFinalPrice (line 28) | public function getFinalPrice(); method setFinalPrice (line 38) | public function setFinalPrice($finalPrice); method getMaxPrice (line 47) | public function getMaxPrice(); method setMaxPrice (line 56) | public function setMaxPrice($maxPrice); method getMinimalPrice (line 65) | public function getMinimalPrice(); method setMaxRegularPrice (line 76) | public function setMaxRegularPrice($maxRegularPrice); method getMaxRegularPrice (line 84) | public function getMaxRegularPrice(); method setMinimalRegularPrice (line 93) | public function setMinimalRegularPrice($minRegularPrice); method getMinimalRegularPrice (line 101) | public function getMinimalRegularPrice(); method setSpecialPrice (line 112) | public function setSpecialPrice($specialPrice); method getSpecialPrice (line 120) | public function getSpecialPrice(); method setMinimalPrice (line 129) | public function setMinimalPrice($minimalPrice); method getRegularPrice (line 138) | public function getRegularPrice(); method setRegularPrice (line 147) | public function setRegularPrice($regularPrice); method getExtensionAttributes (line 155) | public function getExtensionAttributes(); method setExtensionAttributes (line 164) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRender/ImageInterface.php type ImageInterface (line 19) | interface ImageInterface extends ExtensibleDataInterface method setUrl (line 29) | public function setUrl($url); method getUrl (line 37) | public function getUrl(); method getCode (line 48) | public function getCode(); method setCode (line 57) | public function setCode($code); method setHeight (line 66) | public function setHeight($height); method getHeight (line 74) | public function getHeight(); method getWidth (line 82) | public function getWidth(); method setWidth (line 91) | public function setWidth($width); method getLabel (line 101) | public function getLabel(); method setLabel (line 110) | public function setLabel($label); method getResizedWidth (line 120) | public function getResizedWidth(); method setResizedWidth (line 129) | public function setResizedWidth($width); method setResizedHeight (line 138) | public function setResizedHeight($height); method getResizedHeight (line 146) | public function getResizedHeight(); method getExtensionAttributes (line 154) | public function getExtensionAttributes(); method setExtensionAttributes (line 163) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRender/PriceInfoInterface.php type PriceInfoInterface (line 15) | interface PriceInfoInterface extends \Magento\Framework\Api\ExtensibleDa... method getFinalPrice (line 23) | public function getFinalPrice(); method setFinalPrice (line 34) | public function setFinalPrice($finalPrice); method getMaxPrice (line 44) | public function getMaxPrice(); method setMaxPrice (line 53) | public function setMaxPrice($maxPrice); method setMaxRegularPrice (line 65) | public function setMaxRegularPrice($maxRegularPrice); method getMaxRegularPrice (line 73) | public function getMaxRegularPrice(); method setMinimalRegularPrice (line 82) | public function setMinimalRegularPrice($minRegularPrice); method getMinimalRegularPrice (line 90) | public function getMinimalRegularPrice(); method setSpecialPrice (line 101) | public function setSpecialPrice($specialPrice); method getSpecialPrice (line 109) | public function getSpecialPrice(); method getMinimalPrice (line 117) | public function getMinimalPrice(); method setMinimalPrice (line 126) | public function setMinimalPrice($minimalPrice); method getRegularPrice (line 134) | public function getRegularPrice(); method setRegularPrice (line 145) | public function setRegularPrice($regularPrice); method getFormattedPrices (line 153) | public function getFormattedPrices(); method setFormattedPrices (line 162) | public function setFormattedPrices(FormattedPriceInfoInterface $format... method getExtensionAttributes (line 170) | public function getExtensionAttributes(); method setExtensionAttributes (line 179) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRenderInterface.php type ProductRenderInterface (line 20) | interface ProductRenderInterface extends ExtensibleDataInterface method getAddToCartButton (line 28) | public function getAddToCartButton(); method setAddToCartButton (line 37) | public function setAddToCartButton(ButtonInterface $cartAddToCartButton); method getAddToCompareButton (line 45) | public function getAddToCompareButton(); method setAddToCompareButton (line 54) | public function setAddToCompareButton(ButtonInterface $compareButton); method getPriceInfo (line 64) | public function getPriceInfo(); method setPriceInfo (line 73) | public function setPriceInfo(PriceInfoInterface $priceInfo); method getImages (line 83) | public function getImages(); method setImages (line 92) | public function setImages(array $images); method getUrl (line 100) | public function getUrl(); method setUrl (line 109) | public function setUrl($url); method getId (line 117) | public function getId(); method setId (line 126) | public function setId($id); method getName (line 134) | public function getName(); method setName (line 143) | public function setName($name); method getType (line 151) | public function getType(); method setType (line 160) | public function setType($productType); method getIsSalable (line 168) | public function getIsSalable(); method setIsSalable (line 180) | public function setIsSalable($isSalable); method getStoreId (line 191) | public function getStoreId(); method setStoreId (line 200) | public function setStoreId($storeId); method getCurrencyCode (line 210) | public function getCurrencyCode(); method setCurrencyCode (line 219) | public function setCurrencyCode($currencyCode); method getExtensionAttributes (line 227) | public function getExtensionAttributes(); method setExtensionAttributes (line 236) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductRenderSearchResultsInterface.php type ProductRenderSearchResultsInterface (line 13) | interface ProductRenderSearchResultsInterface method getItems (line 20) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/ProductSearchResultsInterface.php type ProductSearchResultsInterface (line 13) | interface ProductSearchResultsInterface extends \Magento\Framework\Api\S... method getItems (line 20) | public function getItems(); method setItems (line 28) | public function setItems(array $items); FILE: app/code/Magento/Catalog/Api/Data/ProductTierPriceInterface.php type ProductTierPriceInterface (line 16) | interface ProductTierPriceInterface extends ExtensibleDataInterface method getCustomerGroupId (line 29) | public function getCustomerGroupId(); method setCustomerGroupId (line 37) | public function setCustomerGroupId($customerGroupId); method getQty (line 44) | public function getQty(); method setQty (line 52) | public function setQty($qty); method getValue (line 59) | public function getValue(); method setValue (line 67) | public function setValue($value); method getExtensionAttributes (line 74) | public function getExtensionAttributes(); method setExtensionAttributes (line 82) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductTypeInterface.php type ProductTypeInterface (line 16) | interface ProductTypeInterface extends ExtensibleDataInterface method getName (line 23) | public function getName(); method setName (line 31) | public function setName($name); method getLabel (line 38) | public function getLabel(); method setLabel (line 46) | public function setLabel($label); method getExtensionAttributes (line 53) | public function getExtensionAttributes(); method setExtensionAttributes (line 61) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/ProductWebsiteLinkInterface.php type ProductWebsiteLinkInterface (line 13) | interface ProductWebsiteLinkInterface method getSku (line 18) | public function getSku(); method setSku (line 24) | public function setSku($sku); method getWebsiteId (line 31) | public function getWebsiteId(); method setWebsiteId (line 39) | public function setWebsiteId($websiteId); FILE: app/code/Magento/Catalog/Api/Data/SpecialPriceInterface.php type SpecialPriceInterface (line 14) | interface SpecialPriceInterface extends \Magento\Framework\Api\Extensibl... method setPrice (line 33) | public function setPrice($price); method getPrice (line 41) | public function getPrice(); method setStoreId (line 50) | public function setStoreId($storeId); method getStoreId (line 58) | public function getStoreId(); method setSku (line 67) | public function setSku($sku); method getSku (line 75) | public function getSku(); method setPriceFrom (line 84) | public function setPriceFrom($datetime); method getPriceFrom (line 92) | public function getPriceFrom(); method setPriceTo (line 101) | public function setPriceTo($datetime); method getPriceTo (line 109) | public function getPriceTo(); method getExtensionAttributes (line 118) | public function getExtensionAttributes(); method setExtensionAttributes (line 127) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/Data/TierPriceInterface.php type TierPriceInterface (line 14) | interface TierPriceInterface extends \Magento\Framework\Api\ExtensibleDa... method setPrice (line 36) | public function setPrice($price); method getPrice (line 44) | public function getPrice(); method setPriceType (line 53) | public function setPriceType($type); method getPriceType (line 61) | public function getPriceType(); method setWebsiteId (line 70) | public function setWebsiteId($websiteId); method getWebsiteId (line 78) | public function getWebsiteId(); method setSku (line 87) | public function setSku($sku); method getSku (line 95) | public function getSku(); method setCustomerGroup (line 104) | public function setCustomerGroup($group); method getCustomerGroup (line 112) | public function getCustomerGroup(); method setQuantity (line 121) | public function setQuantity($quantity); method getQuantity (line 129) | public function getQuantity(); method getExtensionAttributes (line 137) | public function getExtensionAttributes(); method setExtensionAttributes (line 146) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Api/ProductAttributeGroupRepositoryInterface.php type ProductAttributeGroupRepositoryInterface (line 13) | interface ProductAttributeGroupRepositoryInterface method save (line 21) | public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $gr... method getList (line 30) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 38) | public function get($groupId); method delete (line 46) | public function delete(\Magento\Eav\Api\Data\AttributeGroupInterface $... method deleteById (line 54) | public function deleteById($groupId); FILE: app/code/Magento/Catalog/Api/ProductAttributeManagementInterface.php type ProductAttributeManagementInterface (line 13) | interface ProductAttributeManagementInterface method assign (line 26) | public function assign($attributeSetId, $attributeGroupId, $attributeC... method unassign (line 38) | public function unassign($attributeSetId, $attributeCode); method getAttributes (line 47) | public function getAttributes($attributeSetId); FILE: app/code/Magento/Catalog/Api/ProductAttributeMediaGalleryManagementInterface.php type ProductAttributeMediaGalleryManagementInterface (line 16) | interface ProductAttributeMediaGalleryManagementInterface method create (line 28) | public function create( method update (line 42) | public function update( method remove (line 56) | public function remove($sku, $entryId); method get (line 66) | public function get($sku, $entryId); method getList (line 74) | public function getList($sku); FILE: app/code/Magento/Catalog/Api/ProductAttributeOptionManagementInterface.php type ProductAttributeOptionManagementInterface (line 13) | interface ProductAttributeOptionManagementInterface method getItems (line 23) | public function getItems($attributeCode); method add (line 34) | public function add($attributeCode, $option); method delete (line 46) | public function delete($attributeCode, $optionId); FILE: app/code/Magento/Catalog/Api/ProductAttributeRepositoryInterface.php type ProductAttributeRepositoryInterface (line 14) | interface ProductAttributeRepositoryInterface extends \Magento\Framework... method getList (line 22) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 31) | public function get($attributeCode); method save (line 42) | public function save(\Magento\Catalog\Api\Data\ProductAttributeInterfa... method delete (line 52) | public function delete(\Magento\Catalog\Api\Data\ProductAttributeInter... method deleteById (line 62) | public function deleteById($attributeCode); FILE: app/code/Magento/Catalog/Api/ProductAttributeTypesListInterface.php type ProductAttributeTypesListInterface (line 13) | interface ProductAttributeTypesListInterface method getItems (line 20) | public function getItems(); FILE: app/code/Magento/Catalog/Api/ProductCustomOptionRepositoryInterface.php type ProductCustomOptionRepositoryInterface (line 13) | interface ProductCustomOptionRepositoryInterface method getList (line 21) | public function getList($sku); method getProductOptions (line 29) | public function getProductOptions( method get (line 41) | public function get($sku, $optionId); method delete (line 49) | public function delete(\Magento\Catalog\Api\Data\ProductCustomOptionIn... method duplicate (line 59) | public function duplicate( method save (line 70) | public function save(\Magento\Catalog\Api\Data\ProductCustomOptionInte... method deleteByIdentifier (line 77) | public function deleteByIdentifier($sku, $optionId); FILE: app/code/Magento/Catalog/Api/ProductCustomOptionTypeListInterface.php type ProductCustomOptionTypeListInterface (line 13) | interface ProductCustomOptionTypeListInterface method getItems (line 20) | public function getItems(); FILE: app/code/Magento/Catalog/Api/ProductLinkManagementInterface.php type ProductLinkManagementInterface (line 13) | interface ProductLinkManagementInterface method getLinkedItemsByType (line 22) | public function getLinkedItemsByType($sku, $type); method setProductLinks (line 33) | public function setProductLinks($sku, array $items); FILE: app/code/Magento/Catalog/Api/ProductLinkRepositoryInterface.php type ProductLinkRepositoryInterface (line 14) | interface ProductLinkRepositoryInterface method getList (line 23) | public function getList(\Magento\Catalog\Api\Data\ProductInterface $pr... method save (line 33) | public function save(\Magento\Catalog\Api\Data\ProductLinkInterface $e... method delete (line 43) | public function delete(\Magento\Catalog\Api\Data\ProductLinkInterface ... method deleteById (line 53) | public function deleteById($sku, $type, $linkedProductSku); FILE: app/code/Magento/Catalog/Api/ProductLinkTypeListInterface.php type ProductLinkTypeListInterface (line 13) | interface ProductLinkTypeListInterface method getItems (line 20) | public function getItems(); method getItemAttributes (line 28) | public function getItemAttributes($type); FILE: app/code/Magento/Catalog/Api/ProductManagementInterface.php type ProductManagementInterface (line 12) | interface ProductManagementInterface method getCount (line 20) | public function getCount($status = null); FILE: app/code/Magento/Catalog/Api/ProductMediaAttributeManagementInterface.php type ProductMediaAttributeManagementInterface (line 12) | interface ProductMediaAttributeManagementInterface method getList (line 20) | public function getList($attributeSetName); FILE: app/code/Magento/Catalog/Api/ProductRenderListInterface.php type ProductRenderListInterface (line 16) | interface ProductRenderListInterface method getList (line 31) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Catalog/Api/ProductRepositoryInterface.php type ProductRepositoryInterface (line 14) | interface ProductRepositoryInterface method save (line 26) | public function save(\Magento\Catalog\Api\Data\ProductInterface $produ... method get (line 38) | public function get($sku, $editMode = false, $storeId = null, $forceRe... method getById (line 50) | public function getById($productId, $editMode = false, $storeId = null... method delete (line 59) | public function delete(\Magento\Catalog\Api\Data\ProductInterface $pro... method deleteById (line 67) | public function deleteById($sku); method getList (line 75) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Catalog/Api/ProductTierPriceManagementInterface.php type ProductTierPriceManagementInterface (line 14) | interface ProductTierPriceManagementInterface method add (line 27) | public function add($sku, $customerGroupId, $price, $qty); method remove (line 39) | public function remove($sku, $customerGroupId, $qty); method getList (line 49) | public function getList($sku, $customerGroupId); FILE: app/code/Magento/Catalog/Api/ProductTypeListInterface.php type ProductTypeListInterface (line 14) | interface ProductTypeListInterface method getProductTypes (line 21) | public function getProductTypes(); FILE: app/code/Magento/Catalog/Api/ProductWebsiteLinkRepositoryInterface.php type ProductWebsiteLinkRepositoryInterface (line 14) | interface ProductWebsiteLinkRepositoryInterface method save (line 25) | public function save(Data\ProductWebsiteLinkInterface $productWebsiteL... method delete (line 35) | public function delete(Data\ProductWebsiteLinkInterface $productWebsit... method deleteById (line 46) | public function deleteById($sku, $websiteId); FILE: app/code/Magento/Catalog/Api/ScopedProductTierPriceManagementInterface.php type ScopedProductTierPriceManagementInterface (line 13) | interface ScopedProductTierPriceManagementInterface method add (line 25) | public function add($sku, \Magento\Catalog\Api\Data\ProductTierPriceIn... method remove (line 37) | public function remove($sku, \Magento\Catalog\Api\Data\ProductTierPric... method getList (line 48) | public function getList($sku, $customerGroupId); FILE: app/code/Magento/Catalog/Api/SpecialPriceInterface.php type SpecialPriceInterface (line 14) | interface SpecialPriceInterface method get (line 34) | public function get(array $skus); method update (line 52) | public function update(array $prices); method delete (line 70) | public function delete(array $prices); FILE: app/code/Magento/Catalog/Api/SpecialPriceStorageInterface.php type SpecialPriceStorageInterface (line 14) | interface SpecialPriceStorageInterface method get (line 24) | public function get(array $skus); method update (line 38) | public function update(array $prices); method delete (line 52) | public function delete(array $prices); FILE: app/code/Magento/Catalog/Api/TierPriceStorageInterface.php type TierPriceStorageInterface (line 14) | interface TierPriceStorageInterface method get (line 24) | public function get(array $skus); method update (line 38) | public function update(array $prices); method replace (line 52) | public function replace(array $prices); method delete (line 66) | public function delete(array $prices); FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/AbstractCategory.php class AbstractCategory (line 14) | class AbstractCategory extends \Magento\Backend\Block\Template method __construct (line 45) | public function __construct( method getCategory (line 64) | public function getCategory() method getCategoryId (line 74) | public function getCategoryId() method getCategoryName (line 87) | public function getCategoryName() method getCategoryPath (line 97) | public function getCategoryPath() method hasStoreRootCategory (line 110) | public function hasStoreRootCategory() method getStore (line 124) | public function getStore() method getRoot (line 138) | public function getRoot($parentNodeCategory = null, $recursionLevel = 3) method _getDefaultStoreId (line 182) | protected function _getDefaultStoreId() method getCategoryCollection (line 192) | public function getCategoryCollection() method getRootByIds (line 226) | public function getRootByIds($ids) method getNode (line 253) | public function getNode($parentNodeCategory, $recursionLevel = 2) method getSaveUrl (line 276) | public function getSaveUrl(array $args = []) method getEditUrl (line 288) | public function getEditUrl() method getRootIds (line 301) | public function getRootIds() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/AssignProducts.php class AssignProducts (line 9) | class AssignProducts extends \Magento\Backend\Block\Template method __construct (line 41) | public function __construct( method getBlockGrid (line 58) | public function getBlockGrid() method getGridHtml (line 74) | public function getGridHtml() method getProductsJson (line 82) | public function getProductsJson() method getCategory (line 96) | public function getCategory() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Checkboxes/Tree.php class Tree (line 16) | class Tree extends \Magento\Catalog\Block\Adminhtml\Category\Tree method _prepareLayout (line 31) | protected function _prepareLayout() method getCategoryIds (line 39) | public function getCategoryIds() method setCategoryIds (line 48) | public function setCategoryIds($ids) method getExpandedPath (line 62) | protected function getExpandedPath() method setExpandedPath (line 71) | protected function setExpandedPath($path) method _getNodeJson (line 83) | protected function _getNodeJson($node, $level = 1) FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Edit.php class Edit (line 12) | class Edit extends \Magento\Framework\View\Element\Template method getRefreshPathUrl (line 20) | public function getRefreshPathUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Edit/DeleteButton.php class DeleteButton (line 14) | class DeleteButton extends AbstractCategory implements ButtonProviderInt... method getButtonData (line 21) | public function getButtonData() method getDeleteUrl (line 44) | public function getDeleteUrl(array $args = []) method getDefaultUrlParams (line 53) | protected function getDefaultUrlParams() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Edit/SaveButton.php class SaveButton (line 14) | class SaveButton extends AbstractCategory implements ButtonProviderInter... method getButtonData (line 21) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Helper/Image.php class Image (line 14) | class Image extends \Magento\Framework\Data\Form\Element\Image method __construct (line 29) | public function __construct( method _getUrl (line 44) | protected function _getUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Helper/Pricestep.php class Pricestep (line 17) | class Pricestep extends \Magento\Framework\Data\Form\Element\Text method getToggleCode (line 24) | public function getToggleCode() method getElementHtml (line 36) | public function getElementHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Helper/Sortby/Available.php class Available (line 14) | class Available extends \Magento\Framework\Data\Form\Element\Multiselect method getToggleCode (line 21) | public function getToggleCode() method getElementHtml (line 33) | public function getElementHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Helper/Sortby/DefaultSortby.php class DefaultSortby (line 14) | class DefaultSortby extends \Magento\Framework\Data\Form\Element\Select method getToggleCode (line 21) | public function getToggleCode() method getElementHtml (line 33) | public function getElementHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Tab/Product.php class Product (line 21) | class Product extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 54) | public function __construct( method _construct (line 73) | protected function _construct() method getCategory (line 84) | public function getCategory() method _addColumnFilterToCollection (line 93) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 115) | protected function _prepareCollection() method _prepareColumns (line 158) | protected function _prepareColumns() method getGridUrl (line 235) | public function getGridUrl() method _getSelectedProducts (line 243) | protected function _getSelectedProducts() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php class Tree (line 25) | class Tree extends \Magento\Catalog\Block\Adminhtml\Category\AbstractCat... method __construct (line 57) | public function __construct( method _construct (line 76) | protected function _construct() method _prepareLayout (line 85) | protected function _prepareLayout() method getSuggestedCategoriesJson (line 124) | public function getSuggestedCategoriesJson($namePart) method getAddRootButtonHtml (line 189) | public function getAddRootButtonHtml() method getAddSubButtonHtml (line 199) | public function getAddSubButtonHtml() method getExpandButtonHtml (line 209) | public function getExpandButtonHtml() method getCollapseButtonHtml (line 219) | public function getCollapseButtonHtml() method getStoreSwitcherHtml (line 229) | public function getStoreSwitcherHtml() method getLoadTreeUrl (line 240) | public function getLoadTreeUrl($expanded = null) method getNodesUrl (line 254) | public function getNodesUrl() method getSwitchTreeUrl (line 264) | public function getSwitchTreeUrl() method getIsWasExpanded (line 278) | public function getIsWasExpanded() method getMoveUrl (line 288) | public function getMoveUrl() method getTree (line 299) | public function getTree($parenNodeCategory = null) method getTreeJson (line 312) | public function getTreeJson($parenNodeCategory = null) method getBreadcrumbsJavascript (line 326) | public function getBreadcrumbsJavascript($path, $javascriptVarName) method _getNodeJson (line 356) | protected function _getNodeJson($node, $level = 0) method buildNodeName (line 407) | public function buildNodeName($node) method _isCategoryMoveable (line 423) | protected function _isCategoryMoveable($node) method _isParentSelectedCategory (line 438) | protected function _isParentSelectedCategory($node) method isClearEdit (line 455) | public function isClearEdit() method canAddRootCategory (line 465) | public function canAddRootCategory() method canAddSubCategory (line 481) | public function canAddSubCategory() FILE: app/code/Magento/Catalog/Block/Adminhtml/Category/Widget/Chooser.php class Chooser (line 14) | class Chooser extends \Magento\Catalog\Block\Adminhtml\Category\Tree method _construct (line 32) | protected function _construct() method setSelectedCategories (line 45) | public function setSelectedCategories($selectedCategories) method getSelectedCategories (line 56) | public function getSelectedCategories() method prepareElementHtml (line 67) | public function prepareElementHtml(\Magento\Framework\Data\Form\Elemen... method getNodeClickListener (line 110) | public function getNodeClickListener() method _getNodeJson (line 149) | protected function _getNodeJson($node, $level = 0) method getCategoryCollection (line 165) | public function getCategoryCollection() method getLoadTreeUrl (line 177) | public function getLoadTreeUrl($expanded = null) FILE: app/code/Magento/Catalog/Block/Adminhtml/Form.php class Form (line 16) | class Form extends Generic method _prepareLayout (line 21) | protected function _prepareLayout() FILE: app/code/Magento/Catalog/Block/Adminhtml/Form/Renderer/Config/DateFieldsOrder.php class DateFieldsOrder (line 17) | class DateFieldsOrder extends Field method _getElementHtml (line 24) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Catalog/Block/Adminhtml/Form/Renderer/Config/YearRange.php class YearRange (line 17) | class YearRange extends Field method _getElementHtml (line 23) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Catalog/Block/Adminhtml/Form/Renderer/Fieldset/Element.php class Element (line 14) | class Element extends \Magento\Backend\Block\Widget\Form\Renderer\Fields... method getDataObject (line 26) | public function getDataObject() method getAttribute (line 36) | public function getAttribute() method getAttributeCode (line 46) | public function getAttributeCode() method canDisplayUseDefault (line 56) | public function canDisplayUseDefault() method usedDefault (line 75) | public function usedDefault() method checkFieldDisable (line 98) | public function checkFieldDisable() method getScopeLabel (line 113) | public function getScopeLabel() method getElementLabelHtml (line 136) | public function getElementLabelHtml() method getElementHtml (line 151) | public function getElementHtml() method _getDefaultStoreId (line 161) | protected function _getDefaultStoreId() FILE: app/code/Magento/Catalog/Block/Adminhtml/Helper/Form/Wysiwyg.php class Wysiwyg (line 17) | class Wysiwyg extends \Magento\Framework\Data\Form\Element\Textarea method __construct (line 53) | public function __construct( method getAfterElementHtml (line 75) | public function getAfterElementHtml() method getIsWysiwygEnabled (line 134) | public function getIsWysiwygEnabled() FILE: app/code/Magento/Catalog/Block/Adminhtml/Helper/Form/Wysiwyg/Content.php class Content (line 23) | class Content extends Generic method __construct (line 37) | public function __construct( method _prepareForm (line 54) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product.php class Product (line 18) | class Product extends \Magento\Backend\Block\Widget\Container method __construct (line 36) | public function __construct( method _prepareLayout (line 53) | protected function _prepareLayout() method _getAddProductButtonOptions (line 73) | protected function _getAddProductButtonOptions() method _getProductCreateUrl (line 101) | protected function _getProductCreateUrl($type) method isSingleStoreMode (line 114) | public function isSingleStoreMode() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute.php class Attribute (line 13) | class Attribute extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Button/Cancel.php class Cancel (line 11) | class Cancel extends Generic method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Button/Generic.php class Generic (line 16) | class Generic implements ButtonProviderInterface method __construct (line 38) | public function __construct( method getUrl (line 53) | public function getUrl($route = '', $params = []) method getButtonData (line 61) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Button/Save.php class Save (line 8) | class Save extends Generic method getButtonData (line 15) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Button/SaveInNewAttributeSet.php class SaveInNewAttributeSet (line 8) | class SaveInNewAttributeSet extends Generic method getButtonData (line 15) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit.php class Edit (line 14) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 35) | public function __construct( method _construct (line 47) | protected function _construct() method addButton (line 101) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method getHeaderText (line 114) | public function getHeaderText() method getValidationUrl (line 131) | public function getValidationUrl() method getSaveUrl (line 141) | public function getSaveUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Form.php class Form (line 17) | class Form extends Generic method _prepareForm (line 22) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Advanced.php class Advanced (line 21) | class Advanced extends Generic method __construct (line 54) | public function __construct( method _prepareForm (line 76) | protected function _prepareForm() method _initFormValues (line 260) | protected function _initFormValues() method getAttributeObject (line 271) | private function getAttributeObject() method getPropertyLocker (line 281) | private function getPropertyLocker() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Front.php class Front (line 27) | class Front extends Generic method __construct (line 47) | public function __construct( method _prepareForm (line 65) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Main.php class Main (line 21) | class Main extends AbstractMain method _prepareForm (line 29) | protected function _prepareForm() method _getAdditionalElementTypes (line 88) | protected function _getAdditionalElementTypes() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Options.php class Options (line 17) | class Options extends \Magento\Eav\Block\Adminhtml\Attribute\Edit\Option... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/System.php class System (line 16) | class System extends Generic method _prepareForm (line 21) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tabs.php class Tabs (line 18) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 23) | protected function _construct() method _beforeToHtml (line 34) | protected function _beforeToHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Grid.php class Grid (line 19) | class Grid extends AbstractGrid method __construct (line 32) | public function __construct( method _prepareCollection (line 48) | protected function _prepareCollection() method _prepareColumns (line 61) | protected function _prepareColumns() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Attributes.php class Attributes (line 19) | class Attributes extends \Magento\Catalog\Block\Adminhtml\Form method _prepareForm (line 24) | protected function _prepareForm() method _getAdditionalElementTypes (line 61) | protected function _getAdditionalElementTypes() method _toHtml (line 83) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main.php class Main (line 20) | class Main extends \Magento\Backend\Block\Template method __construct (line 69) | public function __construct( method _prepareLayout (line 93) | protected function _prepareLayout() method getGroupTreeHtml (line 173) | public function getGroupTreeHtml() method getSetFormHtml (line 183) | public function getSetFormHtml() method _getHeader (line 193) | protected function _getHeader() method getMoveUrl (line 203) | public function getMoveUrl() method getGroupUrl (line 213) | public function getGroupUrl() method getGroupTreeJson (line 223) | public function getGroupTreeJson() method getAttributeTreeJson (line 264) | public function getAttributeTreeJson() method getDeleteGroupButton (line 314) | public function getDeleteGroupButton() method getAddGroupButton (line 324) | public function getAddGroupButton() method _getAttributeSet (line 334) | protected function _getAttributeSet() method _getSetId (line 344) | protected function _getSetId() method getIsCurrentSetDefault (line 355) | public function getIsCurrentSetDefault() method _toHtml (line 373) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main/Formattribute.php class Formattribute (line 14) | class Formattribute extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 19) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main/Formgroup.php class Formgroup (line 17) | class Formgroup extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 31) | public function __construct( method _prepareForm (line 47) | protected function _prepareForm() method _getSetId (line 89) | protected function _getSetId() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main/Formset.php class Formset (line 17) | class Formset extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 31) | public function __construct( method _prepareForm (line 47) | protected function _prepareForm() method getAttributeSetLabel (line 100) | private function getAttributeSetLabel() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main/Tree/Attribute.php class Attribute (line 12) | class Attribute extends \Magento\Backend\Block\Template FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main/Tree/Group.php class Group (line 12) | class Group extends \Magento\Backend\Block\Template FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Toolbar/Add.php class Add (line 16) | class Add extends \Magento\Backend\Block\Template method _prepareLayout (line 26) | protected function _prepareLayout() method _getHeader (line 58) | protected function _getHeader() method getFormHtml (line 66) | public function getFormHtml() method getFormId (line 76) | public function getFormId() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Toolbar/Main.php class Main (line 18) | class Main extends \Magento\Backend\Block\Template method _prepareLayout (line 28) | protected function _prepareLayout() method getNewButtonHtml (line 45) | public function getNewButtonHtml() method _getHeader (line 53) | protected function _getHeader() method _toHtml (line 61) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Toolbar/Main/Filter.php class Filter (line 14) | class Filter extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 28) | public function __construct( method _prepareForm (line 42) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 15) | class Configure extends \Magento\Backend\Block\Widget method __construct (line 45) | public function __construct( method getProduct (line 61) | public function getProduct() method setProduct (line 79) | public function setProduct(\Magento\Catalog\Model\Product $product = n... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Error.php class Error (line 14) | class Error extends \Magento\Framework\View\Element\Template method __construct (line 34) | public function __construct( method _toHtml (line 51) | public function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Fieldset.php class Fieldset (line 14) | class Fieldset extends \Magento\Framework\View\Element\Text\ListText method _toHtml (line 22) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Fieldset/Options.php class Options (line 14) | class Options extends \Magento\Catalog\Block\Product\View\Options method getOptionHtml (line 23) | public function getOptionHtml(\Magento\Catalog\Model\Product\Option $o... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Fieldset/Qty.php class Qty (line 14) | class Qty extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method _construct (line 42) | public function _construct() method getProduct (line 53) | public function getProduct() method getQtyValue (line 68) | public function getQtyValue() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Composite/Update/Result.php class Result (line 16) | class Result extends \Magento\Framework\View\Element\Template method __construct (line 42) | public function __construct( method _toHtml (line 60) | public function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit.php class Edit (line 20) | class Edit extends \Magento\Backend\Block\Widget method __construct (line 63) | public function __construct( method _construct (line 85) | protected function _construct() method getProduct (line 97) | public function getProduct() method _prepareLayout (line 107) | protected function _prepareLayout() method getBackButtonHtml (line 166) | public function getBackButtonHtml() method getCancelButtonHtml (line 176) | public function getCancelButtonHtml() method getSaveButtonHtml (line 186) | public function getSaveButtonHtml() method getSaveAndEditButtonHtml (line 196) | public function getSaveAndEditButtonHtml() method getDeleteButtonHtml (line 206) | public function getDeleteButtonHtml() method getSaveSplitButtonHtml (line 216) | public function getSaveSplitButtonHtml() method getValidationUrl (line 226) | public function getValidationUrl() method getSaveUrl (line 236) | public function getSaveUrl() method getSaveAndContinueUrl (line 246) | public function getSaveAndContinueUrl() method getProductId (line 259) | public function getProductId() method getProductSetId (line 269) | public function getProductSetId() method getDuplicateUrl (line 283) | public function getDuplicateUrl() method getHeader (line 294) | public function getHeader() method getAttributeSetName (line 309) | public function getAttributeSetName() method getSelectedTabId (line 323) | public function getSelectedTabId() method getFieldsAutogenerationMasks (line 334) | public function getFieldsAutogenerationMasks() method getAttributesAllowedForAutogeneration (line 344) | public function getAttributesAllowedForAutogeneration() method _getAttributes (line 354) | protected function _getAttributes() method _getSaveSplitButtonOptions (line 371) | protected function _getSaveSplitButtonOptions() method _isProductNew (line 422) | protected function _isProductNew() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute.php class Attribute (line 21) | class Attribute extends \Magento\Backend\Block\Widget method __construct (line 35) | public function __construct( method _prepareLayout (line 47) | protected function _prepareLayout() method getProducts (line 90) | public function getProducts() method _getHelper (line 100) | protected function _getHelper() method getBackButtonHtml (line 110) | public function getBackButtonHtml() method getCancelButtonHtml (line 120) | public function getCancelButtonHtml() method getSaveButtonHtml (line 130) | public function getSaveButtonHtml() method getSaveUrl (line 140) | public function getSaveUrl() method getValidationUrl (line 151) | public function getValidationUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php class Attributes (line 26) | class Attributes extends \Magento\Catalog\Block\Adminhtml\Form implements method __construct (line 51) | public function __construct( method _prepareForm (line 73) | protected function _prepareForm(): void method getAttributes (line 100) | public function getAttributes() method _getAdditionalElementTypes (line 110) | protected function _getAdditionalElementTypes() method _getAdditionalElementHtml (line 126) | protected function _getAdditionalElementHtml($element) method getTabLabel (line 159) | public function getTabLabel() method getTabTitle (line 169) | public function getTabTitle() method canShowTab (line 179) | public function canShowTab() method isHidden (line 189) | public function isHidden() method getExcludedFields (line 199) | private function getExcludedFields(): array FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Inventory.php class Inventory (line 14) | class Inventory extends \Magento\Backend\Block\Widget implements \Magent... method __construct (line 38) | public function __construct( method getBackordersOption (line 54) | public function getBackordersOption() method getFieldSuffix (line 64) | public function getFieldSuffix() method getStoreId (line 75) | public function getStoreId() method getDefaultConfigValue (line 86) | public function getDefaultConfigValue($field) method getTabLabel (line 96) | public function getTabLabel() method getTabTitle (line 106) | public function getTabTitle() method canShowTab (line 114) | public function canShowTab() method isHidden (line 122) | public function isHidden() method isAvailable (line 135) | public function isAvailable($fieldName) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Websites.php class Websites (line 21) | class Websites extends \Magento\Backend\Block\Widget implements \Magento... method getWebsiteCollection (line 26) | public function getWebsiteCollection() method getGroupCollection (line 35) | public function getGroupCollection(Website $website) method getStoreCollection (line 44) | public function getStoreCollection(Group $group) method getTabLabel (line 54) | public function getTabLabel() method getTabTitle (line 62) | public function getTabTitle() method canShowTab (line 70) | public function canShowTab() method isHidden (line 78) | public function isHidden() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tabs.php class Tabs (line 15) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/AttributeSet.php class AttributeSet (line 17) | class AttributeSet extends \Magento\Backend\Block\Widget\Form method __construct (line 31) | public function __construct( method getSelectorOptions (line 45) | public function getSelectorOptions() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Button/AddAttribute.php class AddAttribute (line 11) | class AddAttribute extends Generic method getButtonData (line 16) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Button/Back.php class Back (line 11) | class Back extends Generic method getButtonData (line 18) | public function getButtonData() method getBackUrl (line 32) | private function getBackUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Button/CreateCategory.php class CreateCategory (line 11) | class CreateCategory extends Generic method getButtonData (line 16) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Button/Generic.php class Generic (line 16) | class Generic implements ButtonProviderInterface method __construct (line 38) | public function __construct( method getUrl (line 53) | public function getUrl($route = '', $params = []) method getProduct (line 63) | public function getProduct() method getButtonData (line 71) | public function getButtonData() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Button/Save.php class Save (line 13) | class Save extends Generic method getButtonData (line 18) | public function getButtonData() method getOptions (line 52) | protected function getOptions() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Js.php class Js (line 13) | class Js extends \Magento\Backend\Block\Template method __construct (line 55) | public function __construct( method getProduct (line 77) | public function getProduct() method getStore (line 87) | public function getStore() method getAllRatesByProductClassJson (line 101) | public function getAllRatesByProductClassJson() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/NewCategory.php class NewCategory (line 17) | class NewCategory extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 37) | public function __construct( method _prepareForm (line 56) | protected function _prepareForm() method _getParentCategoryOptions (line 106) | protected function _getParentCategoryOptions() method getSaveCategoryUrl (line 131) | public function getSaveCategoryUrl() method getAfterElementHtml (line 141) | public function getAfterElementHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Ajax/Serializer.php class Serializer (line 15) | class Serializer extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method _construct (line 41) | public function _construct() method getProductsJSON (line 52) | public function getProductsJSON() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts.php class Alerts (line 14) | class Alerts extends \Magento\Backend\Block\Widget\Tab method _prepareLayout (line 24) | protected function _prepareLayout() method getAccordionHtml (line 73) | public function getAccordionHtml() method canShowTab (line 83) | public function canShowTab() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts/Price.php class Price (line 17) | class Price extends Extended method __construct (line 38) | public function __construct( method _construct (line 55) | protected function _construct() method _prepareCollection (line 72) | protected function _prepareCollection() method _prepareColumns (line 91) | protected function _prepareColumns() method getGridUrl (line 129) | public function getGridUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts/Stock.php class Stock (line 17) | class Stock extends Extended method __construct (line 38) | public function __construct( method _construct (line 55) | protected function _construct() method _prepareCollection (line 72) | protected function _prepareCollection() method _prepareColumns (line 91) | protected function _prepareColumns() method getGridUrl (line 116) | public function getGridUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes.php class Attributes (line 17) | class Attributes extends \Magento\Catalog\Block\Adminhtml\Form method _prepareForm (line 27) | protected function _prepareForm() method _getAdditionalElementTypes (line 138) | protected function _getAdditionalElementTypes() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes/Create.php class Create (line 16) | class Create extends Button method getConfig (line 30) | public function getConfig() method _beforeToHtml (line 42) | protected function _beforeToHtml() method _toHtml (line 90) | protected function _toHtml() method getJsObjectName (line 107) | public function getJsObjectName() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes/Search.php class Search (line 17) | class Search extends \Magento\Backend\Block\Widget method __construct (line 43) | public function __construct( method _construct (line 61) | protected function _construct() method getSelectorOptions (line 72) | public function getSelectorOptions() method getSuggestedAttributes (line 91) | public function getSuggestedAttributes($labelPart, $templateId = null) method getAddAttributeUrl (line 122) | public function getAddAttributeUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/ChildTab.php class ChildTab (line 12) | class ChildTab extends \Magento\Backend\Block\Template method setTab (line 23) | public function setTab(\Magento\Backend\Block\Widget\Tab\TabInterface ... method getTitle (line 32) | public function getTitle() method getContent (line 40) | public function getContent() method getTabId (line 48) | public function getTabId() method isTabOpened (line 56) | public function isTabOpened() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Crosssell.php class Crosssell (line 21) | class Crosssell extends Extended method __construct (line 74) | public function __construct( method _construct (line 101) | protected function _construct() method getProduct (line 120) | public function getProduct() method _addColumnFilterToCollection (line 131) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 157) | protected function _prepareCollection() method isReadonly (line 184) | public function isReadonly() method _prepareColumns (line 195) | protected function _prepareColumns() method getGridUrl (line 334) | public function getGridUrl() method _getSelectedProducts (line 351) | protected function _getSelectedProducts() method getSelectedCrossSellProducts (line 365) | public function getSelectedCrossSellProducts() method filterProductPosition (line 381) | public function filterProductPosition($collection, $column) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Inventory.php class Inventory (line 13) | class Inventory extends \Magento\Backend\Block\Widget method __construct (line 62) | public function __construct( method getBackordersOption (line 86) | public function getBackordersOption() method getStockOption (line 100) | public function getStockOption() method getProduct (line 114) | public function getProduct() method getStockItem (line 124) | public function getStockItem() method getFieldValue (line 138) | public function getFieldValue($field) method getConfigFieldValue (line 157) | public function getConfigFieldValue($field) method getDefaultConfigValue (line 177) | public function getDefaultConfigValue($field) method isReadonly (line 187) | public function isReadonly() method isNew (line 197) | public function isNew() method getFieldSuffix (line 210) | public function getFieldSuffix() method canUseQtyDecimals (line 220) | public function canUseQtyDecimals() method isVirtual (line 230) | public function isVirtual() method isSingleStoreMode (line 240) | public function isSingleStoreMode() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options.php class Options (line 14) | class Options extends Widget method _prepareLayout (line 24) | protected function _prepareLayout() method getAddButtonHtml (line 46) | public function getAddButtonHtml() method getOptionsBoxHtml (line 54) | public function getOptionsBoxHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Option.php class Option (line 26) | class Option extends Widget method __construct (line 84) | public function __construct( method _construct (line 106) | protected function _construct() method getItemCount (line 119) | public function getItemCount() method setItemCount (line 130) | public function setItemCount($itemCount) method getProduct (line 141) | public function getProduct() method setProduct (line 161) | public function setProduct($product) method getFieldName (line 172) | public function getFieldName() method getFieldId (line 182) | public function getFieldId() method isReadonly (line 192) | public function isReadonly() method _prepareLayout (line 202) | protected function _prepareLayout() method getAddButtonId (line 216) | public function getAddButtonId() method getTypeSelectHtml (line 227) | public function getTypeSelectHtml() method getRequireSelectHtml (line 250) | public function getRequireSelectHtml() method getTemplatesHtml (line 270) | public function getTemplatesHtml() method getOptionValues (line 303) | public function getOptionValues() method getOptionValueOfGroupSelect (line 383) | private function getOptionValueOfGroupSelect($value, $option, $showPri... method getCheckboxScopeHtml (line 441) | public function getCheckboxScopeHtml($id, $name, $checked = true, $sel... method getPriceValue (line 478) | public function getPriceValue($value, $type) method getProductGridUrl (line 492) | public function getProductGridUrl() method getCustomOptionsUrl (line 502) | public function getCustomOptionsUrl() method getCurrentProductId (line 512) | public function getCurrentProductId() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Popup/Grid.php class Grid (line 21) | class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid method getRowUrl (line 30) | public function getRowUrl($row) method _prepareColumns (line 40) | public function _prepareColumns() method _prepareMassaction (line 53) | public function _prepareMassaction() method _prepareCollection (line 64) | protected function _prepareCollection() method getGridUrl (line 89) | public function getGridUrl() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/AbstractType.php class AbstractType (line 14) | class AbstractType extends \Magento\Backend\Block\Widget method __construct (line 31) | public function __construct( method _prepareLayout (line 43) | protected function _prepareLayout() method getPriceTypeSelectHtml (line 76) | public function getPriceTypeSelectHtml($extraParams = '') FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/Date.php class Date (line 14) | class Date extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Opt... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/File.php class File (line 14) | class File extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Opt... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/Select.php class Select (line 14) | class Select extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\O... method _construct (line 26) | protected function _construct() method _prepareLayout (line 37) | protected function _prepareLayout() method getAddButtonHtml (line 65) | public function getAddButtonHtml() method getDeleteButtonHtml (line 73) | public function getDeleteButtonHtml() method getPriceTypeSelectHtml (line 84) | public function getPriceTypeSelectHtml($extraParams = '') FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/Text.php class Text (line 14) | class Text extends \Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Opt... FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Price.php class Price (line 12) | class Price extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 17) | protected function _prepareForm() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Price/Group/AbstractGroup.php class AbstractGroup (line 18) | abstract class AbstractGroup extends Widget implements RendererInterface method __construct (line 91) | public function __construct( method getProduct (line 117) | public function getProduct() method render (line 128) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method setElement (line 140) | public function setElement(\Magento\Framework\Data\Form\Element\Abstra... method getElement (line 151) | public function getElement() method getValues (line 161) | public function getValues() method _sortValues (line 189) | protected function _sortValues($data) method getCustomerGroups (line 200) | public function getCustomerGroups($groupId = null) method _getInitialCustomerGroups (line 226) | protected function _getInitialCustomerGroups() method getWebsiteCount (line 236) | public function getWebsiteCount() method isMultiWebsites (line 246) | public function isMultiWebsites() method getWebsites (line 256) | public function getWebsites() method getDefaultCustomerGroup (line 297) | public function getDefaultCustomerGroup() method getDefaultWebsite (line 307) | public function getDefaultWebsite() method getAddButtonHtml (line 320) | public function getAddButtonHtml() method getPriceColumnHeader (line 331) | public function getPriceColumnHeader($default) method getPriceValidation (line 346) | public function getPriceValidation($default) method getAttribute (line 360) | public function getAttribute() method isScopeGlobal (line 370) | public function isScopeGlobal() method isShowWebsiteColumn (line 380) | public function isShowWebsiteColumn() method isAllowChangeWebsite (line 393) | public function isAllowChangeWebsite() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Price/Tier.php class Tier (line 11) | class Tier extends Group\AbstractGroup method _getInitialCustomerGroups (line 23) | protected function _getInitialCustomerGroups() method _sortValues (line 34) | protected function _sortValues($data) method _sortTierPrices (line 48) | protected function _sortTierPrices($a, $b) method _prepareLayout (line 69) | protected function _prepareLayout() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Related.php class Related (line 19) | class Related extends Extended method __construct (line 72) | public function __construct( method _construct (line 99) | protected function _construct() method getProduct (line 118) | public function getProduct() method _addColumnFilterToCollection (line 129) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 155) | protected function _prepareCollection() method isReadonly (line 180) | public function isReadonly() method _prepareColumns (line 191) | protected function _prepareColumns() method getGridUrl (line 329) | public function getGridUrl() method _getSelectedProducts (line 346) | protected function _getSelectedProducts() method getSelectedRelatedProducts (line 360) | public function getSelectedRelatedProducts() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Upsell.php class Upsell (line 16) | class Upsell extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 69) | public function __construct( method _construct (line 96) | protected function _construct() method getProduct (line 115) | public function getProduct() method _addColumnFilterToCollection (line 126) | protected function _addColumnFilterToCollection($column) method isReadonly (line 152) | public function isReadonly() method _prepareCollection (line 162) | protected function _prepareCollection() method _prepareColumns (line 188) | protected function _prepareColumns() method getGridUrl (line 326) | public function getGridUrl() method _getSelectedProducts (line 343) | protected function _getSelectedProducts() method getSelectedUpsellProducts (line 357) | public function getSelectedUpsellProducts() method filterProductPosition (line 373) | public function filterProductPosition($collection, $column) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Websites.php class Websites (line 14) | class Websites extends \Magento\Backend\Block\Store\Switcher method __construct (line 41) | public function __construct( method getProduct (line 58) | public function getProduct() method getStoreId (line 68) | public function getStoreId() method getProductId (line 78) | public function getProductId() method getWebsites (line 88) | public function getWebsites() method hasWebsite (line 99) | public function hasWebsite($websiteId) method isReadonly (line 109) | public function isReadonly() method getStoreName (line 120) | public function getStoreName($storeId) method getChooseFromStoreHtml (line 131) | public function getChooseFromStoreHtml($storeTo) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tabs.php class Tabs (line 25) | class Tabs extends WidgetTabs method __construct (line 90) | public function __construct( method _construct (line 114) | protected function _construct() method getGroupCollection (line 127) | public function getGroupCollection($attributeSetId) method _prepareLayout (line 142) | protected function _prepareLayout() method isAdvancedTabGroupActive (line 289) | public function isAdvancedTabGroupActive() method getProduct (line 299) | public function getProduct() method getAttributeTabBlock (line 312) | public function getAttributeTabBlock() method setAttributeTabBlock (line 326) | public function setAttributeTabBlock($attributeTabBlock) method _translateHtml (line 338) | protected function _translateHtml($html) method getAccordion (line 350) | public function getAccordion($parentTab) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Frontend/Product/Watermark.php class Watermark (line 16) | class Watermark extends \Magento\Backend\Block\AbstractBlock implements method __construct (line 47) | public function __construct( method render (line 68) | public function render(AbstractElement $element) method _getHeaderHtml (line 135) | protected function _getHeaderHtml($element) method _getFooterHtml (line 160) | protected function _getFooterHtml($element) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Grid.php class Grid (line 16) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 67) | public function __construct( method _construct (line 92) | protected function _construct() method _getStore (line 109) | protected function _getStore() method _prepareCollection (line 118) | protected function _prepareCollection() method _addColumnFilterToCollection (line 196) | protected function _addColumnFilterToCollection($column) method _prepareColumns (line 218) | protected function _prepareColumns() method _prepareMassaction (line 377) | protected function _prepareMassaction() method getGridUrl (line 429) | public function getGridUrl() method getRowUrl (line 437) | public function getRowUrl($row) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Apply.php class Apply (line 14) | class Apply extends \Magento\Framework\Data\Form\Element\Multiselect method getElementHtml (line 19) | public function getElementHtml() method setReadonly (line 47) | public function setReadonly($readonly, $useDisabled = false) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Boolean.php class Boolean (line 13) | class Boolean extends \Magento\Framework\Data\Form\Element\Select method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Category.php class Category (line 15) | class Category extends \Magento\Framework\Data\Form\Element\Multiselect method __construct (line 55) | public function __construct( method getValues (line 83) | public function getValues() method _getCategoriesCollection (line 106) | protected function _getCategoriesCollection() method getAfterElementHtml (line 116) | public function getAfterElementHtml() method _getSelectorOptions (line 153) | protected function _getSelectorOptions() method isAllowed (line 169) | protected function isAllowed() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Config.php class Config (line 14) | class Config extends \Magento\Framework\Data\Form\Element\Select method getElementHtml (line 21) | public function getElementHtml() method _getValueFromConfig (line 50) | protected function _getValueFromConfig() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery.php class Gallery (line 24) | class Gallery extends \Magento\Framework\View\Element\AbstractBlock method __construct (line 87) | public function __construct( method getElementHtml (line 107) | public function getElementHtml() method getImages (line 118) | public function getImages() method getImageValue (line 134) | public function getImageValue(string $type) method getContentHtml (line 145) | public function getContentHtml() method getHtmlId (line 161) | protected function getHtmlId() method getName (line 171) | public function getName() method getFieldNameSuffix (line 181) | public function getFieldNameSuffix() method getDataScopeHtmlId (line 191) | public function getDataScopeHtmlId() method canDisplayUseDefault (line 202) | public function canDisplayUseDefault($attribute) method usedDefault (line 217) | public function usedDefault($attribute) method getScopeLabel (line 243) | public function getScopeLabel($attribute) method getDataObject (line 265) | public function getDataObject() method getAttributeFieldName (line 276) | public function getAttributeFieldName($attribute) method toHtml (line 290) | public function toHtml() method _getDefaultStoreId (line 300) | protected function _getDefaultStoreId() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery/Content.php class Content (line 27) | class Content extends \Magento\Backend\Block\Widget method __construct (line 67) | public function __construct( method _prepareLayout (line 89) | protected function _prepareLayout() method getUploader (line 120) | public function getUploader() method getUploaderHtml (line 130) | public function getUploaderHtml() method getJsObjectName (line 140) | public function getJsObjectName() method getAddImagesButton (line 150) | public function getAddImagesButton() method getImagesJson (line 165) | public function getImagesJson() method sortImagesByPosition (line 204) | private function sortImagesByPosition($images) method getImagesValuesJson (line 222) | public function getImagesValuesJson() method getImageTypes (line 239) | public function getImageTypes() method hasUseDefault (line 262) | public function hasUseDefault() method getMediaAttributes (line 278) | public function getMediaAttributes() method getImageTypesJson (line 288) | public function getImageTypesJson() method getImageHelper (line 299) | private function getImageHelper() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Image.php class Image (line 14) | class Image extends \Magento\Framework\Data\Form\Element\Image method _getUrl (line 19) | protected function _getUrl() method _getDeleteCheckbox (line 33) | protected function _getDeleteCheckbox() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Price.php class Price (line 12) | class Price extends \Magento\Framework\Data\Form\Element\Text method __construct (line 40) | public function __construct( method _construct (line 58) | protected function _construct() method getAfterElementHtml (line 67) | public function getAfterElementHtml() method _getTaxObservingCode (line 99) | protected function _getTaxObservingCode($attribute) method getStore (line 110) | protected function getStore($attribute) method getEscapedValue (line 124) | public function getEscapedValue($index = null) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Weight.php class Weight (line 15) | class Weight extends \Magento\Framework\Data\Form\Element\Text method __construct (line 42) | public function __construct( method getElementHtml (line 76) | public function getElementHtml() method setForm (line 108) | public function setForm($form) method getEscapedValue (line 119) | public function getEscapedValue($index = null) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Options/Ajax.php class Ajax (line 16) | class Ajax extends \Magento\Backend\Block\AbstractBlock method __construct (line 42) | public function __construct( method _toHtml (line 60) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Price.php class Price (line 13) | class Price extends \Magento\Catalog\Block\Product\Price method getWebsite (line 19) | public function getWebsite($storeId) FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Widget/Chooser.php class Chooser (line 19) | class Chooser extends Extended method __construct (line 55) | public function __construct( method _construct (line 76) | protected function _construct() method prepareElementHtml (line 89) | public function prepareElementHtml(AbstractElement $element) method getCheckboxCheckCallback (line 145) | public function getCheckboxCheckCallback() method getRowClickCallback (line 159) | public function getRowClickCallback() method getCategoryClickListenerJs (line 195) | public function getCategoryClickListenerJs() method _addColumnFilterToCollection (line 215) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 235) | protected function _prepareCollection() method _prepareColumns (line 266) | protected function _prepareColumns() method getGridUrl (line 324) | public function getGridUrl() method setSelectedProducts (line 344) | public function setSelectedProducts($selectedProducts) method getSelectedProducts (line 355) | public function getSelectedProducts() FILE: app/code/Magento/Catalog/Block/Adminhtml/Product/Widget/Chooser/Container.php class Container (line 16) | class Container extends Template FILE: app/code/Magento/Catalog/Block/Adminhtml/Rss/Grid/Link.php class Link (line 11) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method _construct (line 40) | protected function _construct() method getLink (line 48) | public function getLink() method getLabel (line 56) | public function getLabel() method isRssAllowed (line 66) | public function isRssAllowed() method getLinkParams (line 74) | protected function getLinkParams() FILE: app/code/Magento/Catalog/Block/Adminhtml/Rss/NotifyStock.php class NotifyStock (line 15) | class NotifyStock extends \Magento\Backend\Block\AbstractBlock implement... method __construct (line 33) | public function __construct( method _construct (line 47) | protected function _construct() method getRssData (line 56) | public function getRssData() method getCacheLifetime (line 79) | public function getCacheLifetime() method isAllowed (line 87) | public function isAllowed() method getFeeds (line 95) | public function getFeeds() method isAuthRequired (line 103) | public function isAuthRequired() FILE: app/code/Magento/Catalog/Block/Breadcrumbs.php class Breadcrumbs (line 16) | class Breadcrumbs extends \Magento\Framework\View\Element\Template method __construct (line 30) | public function __construct(Context $context, Data $catalogData, array... method getTitleSeparator (line 42) | public function getTitleSeparator($store = null) method _prepareLayout (line 57) | protected function _prepareLayout() FILE: app/code/Magento/Catalog/Block/Category/Plugin/PriceBoxTags.php class PriceBoxTags (line 17) | class PriceBoxTags method __construct (line 51) | public function __construct( method afterGetCacheKey (line 68) | public function afterGetCacheKey(PriceBox $subject, $result) method getTaxRateIds (line 87) | private function getTaxRateIds(PriceBox $subject) method getTaxCalculation (line 126) | private function getTaxCalculation() FILE: app/code/Magento/Catalog/Block/Category/Rss/Link.php class Link (line 14) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 34) | public function __construct( method isRssAllowed (line 48) | public function isRssAllowed() method getLabel (line 59) | public function getLabel() method getLinkParams (line 67) | protected function getLinkParams() method isTopCategory (line 79) | public function isTopCategory() method getLink (line 87) | public function getLink() FILE: app/code/Magento/Catalog/Block/Category/View.php class View (line 14) | class View extends \Magento\Framework\View\Element\Template implements \... method __construct (line 42) | public function __construct( method _prepareLayout (line 58) | protected function _prepareLayout() method getProductListHtml (line 98) | public function getProductListHtml() method getCurrentCategory (line 108) | public function getCurrentCategory() method getCmsBlockHtml (line 119) | public function getCmsBlockHtml() method isProductMode (line 136) | public function isProductMode() method isMixedMode (line 145) | public function isMixedMode() method isContentMode (line 156) | public function isContentMode() method getIdentities (line 177) | public function getIdentities() FILE: app/code/Magento/Catalog/Block/FrontendStorageManager.php class FrontendStorageManager (line 20) | class FrontendStorageManager extends \Magento\Framework\View\Element\Tem... method __construct (line 38) | public function __construct( method getConfigurationJson (line 56) | public function getConfigurationJson() FILE: app/code/Magento/Catalog/Block/Navigation.php class Navigation (line 20) | class Navigation extends \Magento\Framework\View\Element\Template implem... method __construct (line 91) | public function __construct( method _construct (line 115) | protected function _construct() method getCategory (line 130) | public function getCategory() method getCacheKeyInfo (line 140) | public function getCacheKeyInfo() method getCurrentCategoryKey (line 168) | public function getCurrentCategoryKey() method getCurrentChildCategories (line 187) | public function getCurrentChildCategories() method isCategoryActive (line 203) | public function isCategoryActive($category) method getCategoryUrl (line 217) | public function getCategoryUrl($category) method getCurrentCategory (line 233) | public function getCurrentCategory() method getIdentities (line 243) | public function getIdentities() FILE: app/code/Magento/Catalog/Block/Product/AbstractProduct.php class AbstractProduct (line 16) | class AbstractProduct extends \Magento\Framework\View\Element\Template method __construct (line 110) | public function __construct(\Magento\Catalog\Block\Product\Context $co... method getAddToCartUrl (line 135) | public function getAddToCartUrl($product, $additional = []) method getSubmitUrl (line 161) | public function getSubmitUrl($product, $additional = []) method getAddToWishlistParams (line 180) | public function getAddToWishlistParams($product) method getAddToCompareUrl (line 190) | public function getAddToCompareUrl() method getMinimalQty (line 201) | public function getMinimalQty($product) method getReviewsSummaryHtml (line 216) | public function getReviewsSummaryHtml( method getProduct (line 229) | public function getProduct() method _addProductAttributesAndPrices (line 245) | protected function _addProductAttributesAndPrices( method getProductUrl (line 263) | public function getProductUrl($product, $additional = []) method hasProductUrl (line 281) | public function hasProductUrl($product) method getColumnCount (line 300) | public function getColumnCount() method addColumnCountLayoutDepend (line 320) | public function addColumnCountLayoutDepend($pageLayout, $columnCount) method removeColumnCountLayoutDepend (line 332) | public function removeColumnCountLayoutDepend($pageLayout) method getColumnCountLayoutDepend (line 347) | public function getColumnCountLayoutDepend($pageLayout) method getPageLayout (line 361) | public function getPageLayout() method getCanShowProductPrice (line 374) | public function getCanShowProductPrice($product) method displayProductStockStatus (line 384) | public function displayProductStockStatus() method getRandomString (line 398) | public function getRandomString($length, $chars = null) method getProductPrice (line 409) | public function getProductPrice(\Magento\Catalog\Model\Product $product) method getProductPriceHtml (line 427) | public function getProductPriceHtml( method isRedirectToCartEnabled (line 452) | public function isRedirectToCartEnabled() method getProductDetailsHtml (line 466) | public function getProductDetailsHtml(\Magento\Catalog\Model\Product $... method getDetailsRenderer (line 482) | public function getDetailsRenderer($type = null) method getDetailsRendererList (line 499) | protected function getDetailsRendererList() method getImage (line 516) | public function getImage($product, $imageId, $attributes = []) FILE: app/code/Magento/Catalog/Block/Product/AwareInterface.php type AwareInterface (line 11) | interface AwareInterface method setProduct (line 19) | public function setProduct(\Magento\Catalog\Api\Data\ProductInterface ... FILE: app/code/Magento/Catalog/Block/Product/Compare/ListCompare.php class ListCompare (line 19) | class ListCompare extends \Magento\Catalog\Block\Product\AbstractProduct method __construct (line 95) | public function __construct( method getAddToWishlistParams (line 123) | public function getAddToWishlistParams($product) method _prepareLayout (line 133) | protected function _prepareLayout() method getItems (line 146) | public function getItems() method getAttributes (line 177) | public function getAttributes() method getProductAttributeValue (line 193) | public function getProductAttributeValue($product, $attribute) method hasAttributeValueForProducts (line 217) | public function hasAttributeValueForProducts($attribute) method getPrintUrl (line 232) | public function getPrintUrl() method setCustomerId (line 243) | public function setCustomerId($id) method getProductPrice (line 256) | public function getProductPrice(\Magento\Catalog\Model\Product $produc... FILE: app/code/Magento/Catalog/Block/Product/Context.php class Context (line 24) | class Context extends \Magento\Framework\View\Element\Template\Context method __construct (line 133) | public function __construct( method getStockRegistry (line 220) | public function getStockRegistry() method getCartHelper (line 230) | public function getCartHelper() method getCatalogConfig (line 240) | public function getCatalogConfig() method getCatalogHelper (line 250) | public function getCatalogHelper() method getCompareProduct (line 260) | public function getCompareProduct() method getImageHelper (line 270) | public function getImageHelper() method getImageBuilder (line 280) | public function getImageBuilder() method getMathRandom (line 290) | public function getMathRandom() method getRegistry (line 300) | public function getRegistry() method getTaxData (line 310) | public function getTaxData() method getWishlistHelper (line 320) | public function getWishlistHelper() method getReviewRenderer (line 330) | public function getReviewRenderer() FILE: app/code/Magento/Catalog/Block/Product/Gallery.php class Gallery (line 24) | class Gallery extends \Magento\Framework\View\Element\Template method __construct (line 38) | public function __construct( method _prepareLayout (line 52) | protected function _prepareLayout() method getProduct (line 63) | public function getProduct() method getGalleryCollection (line 73) | public function getGalleryCollection() method getCurrentImage (line 83) | public function getCurrentImage() method getImageUrl (line 102) | public function getImageUrl() method getImageFile (line 112) | public function getImageFile() method getImageWidth (line 122) | public function getImageWidth() method getPreviousImage (line 145) | public function getPreviousImage() method getNextImage (line 166) | public function getNextImage() method getPreviousImageUrl (line 191) | public function getPreviousImageUrl() method getNextImageUrl (line 205) | public function getNextImageUrl() FILE: app/code/Magento/Catalog/Block/Product/Image.php class Image (line 21) | class Image extends \Magento\Framework\View\Element\Template method __construct (line 45) | public function __construct( FILE: app/code/Magento/Catalog/Block/Product/ImageBuilder.php class ImageBuilder (line 17) | class ImageBuilder method __construct (line 48) | public function __construct( method setProduct (line 62) | public function setProduct(Product $product) method setImageId (line 74) | public function setImageId($imageId) method setAttributes (line 86) | public function setAttributes(array $attributes) method getCustomAttributes (line 97) | protected function getCustomAttributes() method getRatio (line 112) | protected function getRatio(\Magento\Catalog\Helper\Image $helper) method create (line 130) | public function create(Product $product = null, string $imageId = null... FILE: app/code/Magento/Catalog/Block/Product/ImageFactory.php class ImageFactory (line 22) | class ImageFactory method __construct (line 56) | public function __construct( method getStringCustomAttributes (line 76) | private function getStringCustomAttributes(array $attributes): string method getClass (line 93) | private function getClass(array $attributes): string method getRatio (line 105) | private function getRatio(int $width, int $height): float method getLabel (line 120) | private function getLabel(Product $product, string $imageType): string method create (line 137) | public function create(Product $product, string $imageId, array $attri... FILE: app/code/Magento/Catalog/Block/Product/ListProduct.php class ListProduct (line 33) | class ListProduct extends AbstractProduct implements IdentityInterface method __construct (line 79) | public function __construct( method _getProductCollection (line 113) | protected function _getProductCollection() method getLayer (line 127) | public function getLayer() method getLoadedProductCollection (line 137) | public function getLoadedProductCollection() method getMode (line 147) | public function getMode() method getDefaultListingMode (line 163) | private function getDefaultListingMode() method _beforeToHtml (line 186) | protected function _beforeToHtml() method addToolbarBlock (line 204) | private function addToolbarBlock(Collection $collection) method getToolbarBlock (line 218) | public function getToolbarBlock() method getToolbarFromLayout (line 234) | private function getToolbarFromLayout() method getAdditionalHtml (line 252) | public function getAdditionalHtml() method getToolbarHtml (line 262) | public function getToolbarHtml() method setCollection (line 273) | public function setCollection($collection) method addAttribute (line 285) | public function addAttribute($code) method getPriceBlockTemplate (line 296) | public function getPriceBlockTemplate() method _getConfig (line 306) | protected function _getConfig() method prepareSortableFieldsByCategory (line 317) | public function prepareSortableFieldsByCategory($category) method getIdentities (line 343) | public function getIdentities() method getAddToCartPostParams (line 370) | public function getAddToCartPostParams(Product $product) method getProductPrice (line 388) | public function getProductPrice(Product $product) method getPriceRender (line 415) | protected function getPriceRender() method initializeProductCollection (line 436) | private function initializeProductCollection() method configureToolbar (line 499) | private function configureToolbar(Toolbar $toolbar, Collection $collec... FILE: app/code/Magento/Catalog/Block/Product/NewProduct.php class NewProduct (line 15) | class NewProduct extends \Magento\Catalog\Block\Product\AbstractProduct ... method __construct (line 56) | public function __construct( method _construct (line 77) | protected function _construct() method getCacheKeyInfo (line 96) | public function getCacheKeyInfo() method _getProductCollection (line 113) | protected function _getProductCollection() method _beforeToHtml (line 164) | protected function _beforeToHtml() method setProductsCount (line 176) | public function setProductsCount($count) method getProductsCount (line 187) | public function getProductsCount() method getIdentities (line 200) | public function getIdentities() FILE: app/code/Magento/Catalog/Block/Product/Price.php class Price (line 12) | class Price extends \Magento\Framework\View\Element\Template implements ... method __construct (line 68) | public function __construct( method getProduct (line 92) | public function getProduct() method getDisplayMinimalPrice (line 104) | public function getDisplayMinimalPrice() method setIdSuffix (line 113) | public function setIdSuffix($idSuffix) method getIdSuffix (line 122) | public function getIdSuffix() method getAddToCartUrl (line 134) | public function getAddToCartUrl($product, $additional = []) method _toHtml (line 144) | protected function _toHtml() method getRealPriceJs (line 158) | public function getRealPriceJs($product) method prepareSku (line 170) | public function prepareSku($sku) method getRandomString (line 182) | public function getRandomString($length, $chars = null) method getIdentities (line 192) | public function getIdentities() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Crosssell.php class Crosssell (line 15) | class Crosssell extends \Magento\Catalog\Block\Product\AbstractProduct method _prepareData (line 29) | protected function _prepareData() method _beforeToHtml (line 54) | protected function _beforeToHtml() method getItems (line 65) | public function getItems() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Item/AddTo/Compare.php class Compare (line 14) | class Compare extends \Magento\Catalog\Block\Product\ProductList\Item\Block method getCompareHelper (line 20) | public function getCompareHelper() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Item/Block.php class Block (line 15) | class Block extends AbstractProduct implements ProductAwareInterface method setProduct (line 25) | public function setProduct(ProductInterface $product) method getProduct (line 34) | public function getProduct() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Item/Container.php class Container (line 16) | class Container extends Block method getChildHtml (line 22) | public function getChildHtml($alias = '', $useCache = false) FILE: app/code/Magento/Catalog/Block/Product/ProductList/Promotion.php class Promotion (line 12) | class Promotion extends \Magento\Catalog\Block\Product\ListProduct method __construct (line 35) | public function __construct( method _getProductCollection (line 58) | protected function _getProductCollection() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Random.php class Random (line 15) | class Random extends \Magento\Catalog\Block\Product\ListProduct method __construct (line 38) | public function __construct( method _getProductCollection (line 61) | protected function _getProductCollection() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Related.php class Related (line 19) | class Related extends \Magento\Catalog\Block\Product\AbstractProduct imp... method __construct (line 61) | public function __construct( method _prepareData (line 84) | protected function _prepareData() method _beforeToHtml (line 112) | protected function _beforeToHtml() method getItems (line 123) | public function getItems() method getIdentities (line 140) | public function getIdentities() method canItemsAddToCart (line 155) | public function canItemsAddToCart() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Toolbar.php class Toolbar (line 22) | class Toolbar extends \Magento\Framework\View\Element\Template method __construct (line 156) | public function __construct( method disableParamsMemorizing (line 193) | public function disableParamsMemorizing() method _memorizeParam (line 207) | protected function _memorizeParam($param, $value) method setCollection (line 221) | public function setCollection($collection) method getCollection (line 250) | public function getCollection() method getCurrentPage (line 260) | public function getCurrentPage() method getCurrentOrder (line 270) | public function getCurrentOrder() method getCurrentDirection (line 303) | public function getCurrentDirection() method setDefaultOrder (line 330) | public function setDefaultOrder($field) method setDefaultDirection (line 345) | public function setDefaultDirection($dir) method getAvailableOrders (line 358) | public function getAvailableOrders() method setAvailableOrders (line 370) | public function setAvailableOrders($orders) method addOrderToAvailableOrders (line 383) | public function addOrderToAvailableOrders($order, $value) method removeOrderFromAvailableOrders (line 396) | public function removeOrderFromAvailableOrders($order) method isOrderCurrent (line 411) | public function isOrderCurrent($order) method getPagerUrl (line 422) | public function getPagerUrl($params = []) method getPagerEncodedUrl (line 438) | public function getPagerEncodedUrl($params = []) method getCurrentMode (line 448) | public function getCurrentMode() method isModeActive (line 474) | public function isModeActive($mode) method getModes (line 484) | public function getModes() method setModes (line 498) | public function setModes($modes) method disableViewSwitcher (line 512) | public function disableViewSwitcher() method enableViewSwitcher (line 523) | public function enableViewSwitcher() method isEnabledViewSwitcher (line 534) | public function isEnabledViewSwitcher() method disableExpanded (line 544) | public function disableExpanded() method enableExpanded (line 555) | public function enableExpanded() method isExpanded (line 566) | public function isExpanded() method getDefaultPerPageValue (line 576) | public function getDefaultPerPageValue() method getAvailableLimit (line 591) | public function getAvailableLimit() method getLimit (line 601) | public function getLimit() method isLimitCurrent (line 634) | public function isLimitCurrent($limit) method getFirstNum (line 644) | public function getFirstNum() method getLastNum (line 655) | public function getLastNum() method getTotalNum (line 666) | public function getTotalNum() method isFirstPage (line 676) | public function isFirstPage() method getLastPageNum (line 686) | public function getLastPageNum() method getPagerHtml (line 696) | public function getPagerHtml() method getWidgetOptionsJson (line 738) | public function getWidgetOptionsJson(array $customOptions = []) method getOrderField (line 763) | protected function getOrderField() method loadAvailableOrders (line 776) | private function loadAvailableOrders() FILE: app/code/Magento/Catalog/Block/Product/ProductList/Upsell.php class Upsell (line 18) | class Upsell extends \Magento\Catalog\Block\Product\AbstractProduct impl... method __construct (line 75) | public function __construct( method _prepareData (line 98) | protected function _prepareData() method _beforeToHtml (line 130) | protected function _beforeToHtml() method getItemCollection (line 141) | public function getItemCollection() method getItems (line 158) | public function getItems() method getRowCount (line 171) | public function getRowCount() method setColumnCount (line 182) | public function setColumnCount($columns) method getColumnCount (line 195) | public function getColumnCount() method resetItemsIterator (line 205) | public function resetItemsIterator() method getIterableItem (line 216) | public function getIterableItem() method setItemLimit (line 232) | public function setItemLimit($type, $limit) method getItemLimit (line 246) | public function getItemLimit($type = '') method getIdentities (line 263) | public function getIdentities() FILE: app/code/Magento/Catalog/Block/Product/ReviewRenderer/DefaultProvider.php class DefaultProvider (line 12) | class DefaultProvider implements ReviewRendererInterface method getReviewsSummaryHtml (line 22) | public function getReviewsSummaryHtml( FILE: app/code/Magento/Catalog/Block/Product/ReviewRendererInterface.php type ReviewRendererInterface (line 13) | interface ReviewRendererInterface method getReviewsSummaryHtml (line 27) | public function getReviewsSummaryHtml( FILE: app/code/Magento/Catalog/Block/Product/TemplateSelector.php class TemplateSelector (line 13) | class TemplateSelector extends \Magento\Framework\View\Element\Template method __construct (line 43) | public function __construct( method getSuggestedTemplates (line 62) | public function getSuggestedTemplates($labelPart) FILE: app/code/Magento/Catalog/Block/Product/View.php class View (line 17) | class View extends AbstractProduct implements \Magento\Framework\DataObj... method __construct (line 82) | public function __construct( method getWishlistOptions (line 118) | public function getWishlistOptions() method getProduct (line 128) | public function getProduct() method canEmailToFriend (line 142) | public function canEmailToFriend() method getAddToCartUrl (line 154) | public function getAddToCartUrl($product, $additional = []) method getJsonConfig (line 176) | public function getJsonConfig() method hasOptions (line 232) | public function hasOptions() method hasRequiredOptions (line 245) | public function hasRequiredOptions() method isStartCustomization (line 258) | public function isStartCustomization() method getProductDefaultQty (line 271) | public function getProductDefaultQty($product = null) method getOptionsContainer (line 292) | public function getOptionsContainer() method shouldRenderQuantity (line 302) | public function shouldRenderQuantity() method getQuantityValidators (line 312) | public function getQuantityValidators() method getIdentities (line 324) | public function getIdentities() method getCustomerId (line 336) | protected function getCustomerId() FILE: app/code/Magento/Catalog/Block/Product/View/AbstractView.php class AbstractView (line 15) | abstract class AbstractView extends \Magento\Catalog\Block\Product\Abstr... method __construct (line 27) | public function __construct( method getProduct (line 44) | public function getProduct() method decorateArray (line 61) | public function decorateArray($array, $prefix = 'decorated_', $forceSe... FILE: app/code/Magento/Catalog/Block/Product/View/AddTo/Compare.php class Compare (line 15) | class Compare extends \Magento\Catalog\Block\Product\View method getPostDataParams (line 23) | public function getPostDataParams() FILE: app/code/Magento/Catalog/Block/Product/View/Additional.php class Additional (line 18) | class Additional extends \Magento\Framework\View\Element\Template method getChildHtmlList (line 33) | public function getChildHtmlList() FILE: app/code/Magento/Catalog/Block/Product/View/Attributes.php class Attributes (line 24) | class Attributes extends \Magento\Framework\View\Element\Template method __construct (line 49) | public function __construct( method getProduct (line 65) | public function getProduct() method getAdditionalData (line 80) | public function getAdditionalData(array $excludeAttr = []) method isVisibleOnFrontend (line 114) | protected function isVisibleOnFrontend( FILE: app/code/Magento/Catalog/Block/Product/View/BaseImage.php class BaseImage (line 13) | class BaseImage extends \Magento\Catalog\Block\Product\View\AbstractView FILE: app/code/Magento/Catalog/Block/Product/View/Description.php class Description (line 20) | class Description extends \Magento\Framework\View\Element\Template method __construct (line 39) | public function __construct( method getProduct (line 51) | public function getProduct() FILE: app/code/Magento/Catalog/Block/Product/View/Details.php class Details (line 18) | class Details extends \Magento\Framework\View\Element\Template method getGroupSortedChildNames (line 29) | public function getGroupSortedChildNames(string $groupName, string $ca... FILE: app/code/Magento/Catalog/Block/Product/View/Gallery.php class Gallery (line 31) | class Gallery extends AbstractView method __construct (line 67) | public function __construct( method getGalleryImages (line 89) | public function getGalleryImages() method getMagnifier (line 115) | public function getMagnifier() method getBreakpoints (line 125) | public function getBreakpoints() method getGalleryImagesJson (line 135) | public function getGalleryImagesJson() method getGalleryUrl (line 181) | public function getGalleryUrl($image = null) method isMainImage (line 196) | public function isMainImage($image) method getImageAttribute (line 210) | public function getImageAttribute($imageId, $attributeName, $default =... method getConfigView (line 222) | private function getConfigView() method getGalleryImagesConfig (line 235) | private function getGalleryImagesConfig() FILE: app/code/Magento/Catalog/Block/Product/View/GalleryOptions.php class GalleryOptions (line 16) | class GalleryOptions extends AbstractView implements ArgumentInterface method __construct (line 35) | public function __construct( method getOptionsJson (line 55) | public function getOptionsJson() method getFSOptionsJson (line 119) | public function getFSOptionsJson() FILE: app/code/Magento/Catalog/Block/Product/View/Options.php class Options (line 20) | class Options extends \Magento\Framework\View\Element\Template method __construct (line 73) | public function __construct( method getProduct (line 98) | public function getProduct() method setProduct (line 116) | public function setProduct(Product $product = null) method getGroupOfOption (line 128) | public function getGroupOfOption($type) method getOptions (line 140) | public function getOptions() method hasOptions (line 150) | public function hasOptions() method _getPriceConfiguration (line 164) | protected function _getPriceConfiguration($option) method getJsonConfig (line 214) | public function getJsonConfig() method getOptionHtml (line 251) | public function getOptionHtml(\Magento\Catalog\Model\Product\Option $o... method decorateArray (line 269) | public function decorateArray($array, $prefix = 'decorated_', $forceSe... FILE: app/code/Magento/Catalog/Block/Product/View/Options/AbstractOptions.php class AbstractOptions (line 24) | abstract class AbstractOptions extends \Magento\Framework\View\Element\T... method __construct (line 56) | public function __construct( method setProduct (line 73) | public function setProduct(\Magento\Catalog\Model\Product $product = n... method getProduct (line 84) | public function getProduct() method setOption (line 95) | public function setOption(\Magento\Catalog\Model\Product\Option $option) method getOption (line 106) | public function getOption() method getFormattedPrice (line 116) | public function getFormattedPrice() method getFormatedPrice (line 137) | public function getFormatedPrice() method _formatPrice (line 149) | protected function _formatPrice($value, $flag = true) method getPrice (line 186) | public function getPrice($price, $includingTax = null) method getCurrencyPrice (line 202) | public function getCurrencyPrice($price) FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/Date.php class Date (line 14) | class Date extends \Magento\Catalog\Block\Product\View\Options\AbstractO... method __construct (line 37) | public function __construct( method useCalendar (line 53) | public function useCalendar() method getDateHtml (line 63) | public function getDateHtml() method getCalendarDateHtml (line 77) | public function getCalendarDateHtml() method getDropDownsDateHtml (line 114) | public function getDropDownsDateHtml() method getTimeHtml (line 136) | public function getTimeHtml() method _getSelectFromToHtml (line 166) | protected function _getSelectFromToHtml($name, $from, $to, $value = null) method _getHtmlSelect (line 182) | protected function _getHtmlSelect($name, $value = null) method _getValueWithLeadingZeros (line 229) | protected function _getValueWithLeadingZeros($value) FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/DefaultType.php class DefaultType (line 14) | class DefaultType extends \Magento\Catalog\Block\Product\View\Options\Ab... FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/File.php class File (line 14) | class File extends \Magento\Catalog\Block\Product\View\Options\AbstractO... method getFileInfo (line 21) | public function getFileInfo() FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/Select.php class Select (line 23) | class Select extends \Magento\Catalog\Block\Product\View\Options\Abstrac... method __construct (line 43) | public function __construct( method getValuesHtml (line 61) | public function getValuesHtml(): string FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/Select/Checkable.php class Checkable (line 18) | class Checkable extends AbstractOptions method formatPrice (line 31) | public function formatPrice(ProductCustomOptionValuesInterface $value)... method getCurrencyByStore (line 48) | public function getCurrencyByStore(ProductCustomOptionValuesInterface ... method getPreconfiguredValue (line 64) | public function getPreconfiguredValue(Option $option) FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/Select/Multiple.php class Multiple (line 18) | class Multiple extends AbstractOptions method _toHtml (line 26) | protected function _toHtml() method insertSelectOption (line 65) | private function insertSelectOption(Select $select, Option $option): S... method processSelectOption (line 85) | private function processSelectOption(Select $select, Option $option): ... FILE: app/code/Magento/Catalog/Block/Product/View/Options/Type/Text.php class Text (line 14) | class Text extends \Magento\Catalog\Block\Product\View\Options\AbstractO... method getDefaultValue (line 21) | public function getDefaultValue() FILE: app/code/Magento/Catalog/Block/Product/View/Price.php class Price (line 14) | class Price extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method getPrice (line 40) | public function getPrice() FILE: app/code/Magento/Catalog/Block/Product/View/Tabs.php class Tabs (line 12) | class Tabs extends \Magento\Framework\View\Element\Template method addTab (line 31) | public function addTab($alias, $title, $block, $template, $header = null) method getTabs (line 47) | public function getTabs() FILE: app/code/Magento/Catalog/Block/Product/View/Type/Simple.php class Simple (line 18) | class Simple extends \Magento\Catalog\Block\Product\View\AbstractView FILE: app/code/Magento/Catalog/Block/Product/View/Type/Virtual.php class Virtual (line 18) | class Virtual extends \Magento\Catalog\Block\Product\View\AbstractView FILE: app/code/Magento/Catalog/Block/Product/Widget/Html/Pager.php class Pager (line 14) | class Pager extends \Magento\Theme\Block\Html\Pager method getCollectionSize (line 46) | public function getCollectionSize() method getCurrentPage (line 64) | public function getCurrentPage() method getLimit (line 84) | public function getLimit() method setCollection (line 104) | public function setCollection($collection) method getFirstNum (line 123) | public function getFirstNum() method getLastNum (line 133) | public function getLastNum() method getTotalNum (line 146) | public function getTotalNum() method getLastPageNum (line 157) | public function getLastPageNum() method isFirstPage (line 173) | public function isFirstPage() method isLastPage (line 183) | public function isLastPage() method getPages (line 193) | public function getPages() method getPreviousPageUrl (line 220) | public function getPreviousPageUrl() method getNextPageUrl (line 230) | public function getNextPageUrl() method getLastPageUrl (line 240) | public function getLastPageUrl() method _initFrame (line 250) | protected function _initFrame() FILE: app/code/Magento/Catalog/Block/Product/Widget/NewWidget.php class NewWidget (line 11) | class NewWidget extends \Magento\Catalog\Block\Product\NewProduct implem... method __construct (line 62) | public function __construct( method _getProductCollection (line 86) | protected function _getProductCollection() method _getRecentlyAddedProductsCollection (line 106) | protected function _getRecentlyAddedProductsCollection() method getCurrentPage (line 125) | public function getCurrentPage() method getCacheKeyInfo (line 135) | public function getCacheKeyInfo() method getDisplayType (line 153) | public function getDisplayType() method getProductsCount (line 166) | public function getProductsCount() method getProductsPerPage (line 179) | public function getProductsPerPage() method showPager (line 192) | public function showPager() method getPageSize (line 205) | protected function getPageSize() method getPagerHtml (line 215) | public function getPagerHtml() method getProductPriceHtml (line 249) | public function getProductPriceHtml( FILE: app/code/Magento/Catalog/Block/Rss/Category.php class Category (line 19) | class Category extends \Magento\Framework\View\Element\AbstractBlock imp... method __construct (line 66) | public function __construct( method _construct (line 91) | protected function _construct() method getRssData (line 107) | public function getRssData() method renderPriceHtml (line 170) | protected function renderPriceHtml(\Magento\Catalog\Model\Product $pro... method getStoreId (line 203) | protected function getStoreId() method getCacheLifetime (line 217) | public function getCacheLifetime() method isAllowed (line 227) | public function isAllowed() method getFeeds (line 240) | public function getFeeds() method isAuthRequired (line 281) | public function isAuthRequired() FILE: app/code/Magento/Catalog/Block/Rss/Product/NewProducts.php class NewProducts (line 14) | class NewProducts extends \Magento\Framework\View\Element\AbstractBlock ... method __construct (line 43) | public function __construct( method _construct (line 60) | protected function _construct() method isAllowed (line 69) | public function isAllowed() method getRssData (line 77) | public function getRssData() method getStoreId (line 137) | protected function getStoreId() method renderPriceHtml (line 152) | protected function renderPriceHtml(\Magento\Catalog\Model\Product $pro... method getCacheLifetime (line 182) | public function getCacheLifetime() method getFeeds (line 190) | public function getFeeds() method isAuthRequired (line 204) | public function isAuthRequired() FILE: app/code/Magento/Catalog/Block/Rss/Product/Special.php class Special (line 16) | class Special extends \Magento\Framework\View\Element\AbstractBlock impl... method __construct (line 76) | public function __construct( method _construct (line 103) | protected function _construct() method getRssData (line 112) | public function getRssData() method getEntryData (line 162) | protected function getEntryData(\Magento\Catalog\Model\Product $item) method getStoreId (line 211) | protected function getStoreId() method getCustomerGroupId (line 225) | protected function getCustomerGroupId() method isAllowed (line 239) | public function isAllowed() method getCacheLifetime (line 250) | public function getCacheLifetime() method getFeeds (line 258) | public function getFeeds() method isAuthRequired (line 271) | public function isAuthRequired() FILE: app/code/Magento/Catalog/Block/ShortcutButtons.php class ShortcutButtons (line 18) | class ShortcutButtons extends Template method __construct (line 48) | public function __construct( method addShortcut (line 65) | public function addShortcut(Template $block) method _beforeToHtml (line 76) | protected function _beforeToHtml() method _toHtml (line 94) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/ShortcutInterface.php type ShortcutInterface (line 14) | interface ShortcutInterface method getAlias (line 21) | public function getAlias(); FILE: app/code/Magento/Catalog/Block/Ui/ProductViewCounter.php class ProductViewCounter (line 29) | class ProductViewCounter extends Template method __construct (line 82) | public function __construct( method getCurrentProductData (line 115) | public function getCurrentProductData() FILE: app/code/Magento/Catalog/Block/Widget/Link.php class Link (line 16) | class Link extends \Magento\Framework\View\Element\Html\Link implements ... method __construct (line 51) | public function __construct( method getHref (line 69) | public function getHref() method addStoreCodeParam (line 110) | private function addStoreCodeParam(\Magento\Store\Model\Store $store, ... method parseIdPath (line 125) | protected function parseIdPath($idPath) method getLabel (line 142) | public function getLabel() method _toHtml (line 170) | protected function _toHtml() FILE: app/code/Magento/Catalog/Block/Widget/RecentlyCompared.php class RecentlyCompared (line 14) | class RecentlyCompared extends Wrapper implements \Magento\Widget\Block\... FILE: app/code/Magento/Catalog/Block/Widget/RecentlyViewed.php class RecentlyViewed (line 14) | class RecentlyViewed extends Wrapper implements \Magento\Widget\Block\Bl... FILE: app/code/Magento/Catalog/Console/Command/ProductAttributesCleanUp.php class ProductAttributesCleanUp (line 17) | class ProductAttributesCleanUp extends \Symfony\Component\Console\Comman... method __construct (line 51) | public function __construct( method configure (line 69) | protected function configure() method execute (line 78) | protected function execute(InputInterface $input, OutputInterface $out... method getAttributeTables (line 119) | private function getAttributeTables() method getAffectedAttributeIds (line 142) | private function getAffectedAttributeIds(AdapterInterface $connection,... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category.php class Category (line 18) | abstract class Category extends \Magento\Backend\App\Action method __construct (line 60) | public function __construct( method _initCategory (line 92) | protected function _initCategory($getRootInstead = false) method resolveCategoryId (line 127) | private function resolveCategoryId() : int method resolveStoreId (line 141) | private function resolveStoreId() : int method ajaxRequestResponse (line 158) | protected function ajaxRequestResponse($category, $resultPage) method dateTimePreprocessing (line 205) | protected function dateTimePreprocessing($category, $postData) FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Add.php class Add (line 23) | class Add extends Category implements HttpGetActionInterface method __construct (line 41) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/CategoriesJson.php class CategoriesJson (line 14) | class CategoriesJson extends \Magento\Catalog\Controller\Adminhtml\Categ... method __construct (line 37) | public function __construct( method execute (line 55) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Delete.php class Delete (line 11) | class Delete extends \Magento\Catalog\Controller\Adminhtml\Category impl... method __construct (line 22) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Edit.php class Edit (line 14) | class Edit extends \Magento\Catalog\Controller\Adminhtml\Category implem... method __construct (line 39) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Grid.php class Grid (line 9) | class Grid extends \Magento\Catalog\Controller\Adminhtml\Category method __construct (line 26) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Image/Upload.php class Upload (line 14) | class Upload extends \Magento\Backend\App\Action implements HttpPostActi... method __construct (line 29) | public function __construct( method _isAllowed (line 42) | protected function _isAllowed() method execute (line 52) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Index.php class Index (line 14) | class Index extends \Magento\Catalog\Controller\Adminhtml\Category imple... method __construct (line 25) | public function __construct( method execute (line 38) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Move.php class Move (line 14) | class Move extends \Magento\Catalog\Controller\Adminhtml\Category implem... method __construct (line 37) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/RefreshPath.php class RefreshPath (line 13) | class RefreshPath extends \Magento\Catalog\Controller\Adminhtml\Category... method __construct (line 24) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Save.php class Save (line 19) | class Save extends \Magento\Catalog\Controller\Adminhtml\Category implem... method __construct (line 77) | public function __construct( method _filterCategoryPostData (line 105) | protected function _filterCategoryPostData(array $rawData) method execute (line 130) | public function execute() method imagePreprocessing (line 283) | public function imagePreprocessing($data) method stringToBoolConverting (line 313) | public function stringToBoolConverting($data, $stringToBoolInputs = null) method getParentCategory (line 345) | protected function getParentCategory($parentId, $storeId) method getRedirectParams (line 368) | protected function getRedirectParams($isNewCategory, $hasError, $categ... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/SuggestCategories.php class SuggestCategories (line 9) | class SuggestCategories extends \Magento\Catalog\Controller\Adminhtml\Ca... method __construct (line 26) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Tree.php class Tree (line 9) | class Tree extends \Magento\Catalog\Controller\Adminhtml\Category method __construct (line 26) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Validate.php class Validate (line 15) | class Validate extends CategoryAction implements HttpGetActionInterface,... method __construct (line 28) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Widget.php class Widget (line 15) | abstract class Widget extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct( method _getCategoryTreeBlock (line 44) | protected function _getCategoryTreeBlock() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Widget/CategoriesJson.php class CategoriesJson (line 9) | class CategoriesJson extends \Magento\Catalog\Controller\Adminhtml\Categ... method __construct (line 29) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Widget/Chooser.php class Chooser (line 9) | class Chooser extends \Magento\Catalog\Controller\Adminhtml\Category\Widget method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Category/Wysiwyg.php class Wysiwyg (line 9) | class Wysiwyg extends \Magento\Catalog\Controller\Adminhtml\Product\Wysiwyg FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product.php class Product (line 14) | abstract class Product extends \Magento\Backend\App\Action method __construct (line 32) | public function __construct( FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/AbstractProductGrid.php class AbstractProductGrid (line 13) | abstract class AbstractProductGrid extends Product method __construct (line 25) | public function __construct( FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute.php class Attribute (line 14) | abstract class Attribute extends Action method __construct (line 32) | public function __construct( method _validateProducts (line 45) | protected function _validateProducts() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/Edit.php class Edit (line 20) | class Edit extends AttributeAction implements HttpGetActionInterface, Ht... method __construct (line 46) | public function __construct( method execute (line 62) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php class Save (line 20) | class Save extends \Magento\Catalog\Controller\Adminhtml\Product\Action\... method __construct (line 75) | public function __construct( method execute (line 105) | public function execute() method sanitizeProductAttributes (line 144) | private function sanitizeProductAttributes($attributesData) method publish (line 194) | private function publish( method makeOperation (line 264) | private function makeOperation( FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/Validate.php class Validate (line 16) | class Validate extends AttributeAction implements HttpGetActionInterface... method __construct (line 40) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/AddAttributeToTemplate.php class AddAttributeToTemplate (line 36) | class AddAttributeToTemplate extends Product implements HttpPostActionIn... method __construct (line 101) | public function __construct( method execute (line 139) | public function execute() method getBasicAttributeSearchCriteriaBuilder (line 224) | private function getBasicAttributeSearchCriteriaBuilder() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/AlertsPriceGrid.php class AlertsPriceGrid (line 9) | class AlertsPriceGrid extends AbstractProductGrid method execute (line 16) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/AlertsStockGrid.php class AlertsStockGrid (line 14) | class AlertsStockGrid extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 28) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute.php class Attribute (line 15) | abstract class Attribute extends \Magento\Backend\App\Action method __construct (line 54) | public function __construct( method dispatch (line 72) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method createActionPage (line 86) | protected function createActionPage($title = null) method generateCode (line 116) | protected function generateCode($label) FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Delete.php class Delete (line 11) | class Delete extends \Magento\Catalog\Controller\Adminhtml\Product\Attri... method execute (line 16) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Edit.php class Edit (line 11) | class Edit extends \Magento\Catalog\Controller\Adminhtml\Product\Attribu... method execute (line 17) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Index.php class Index (line 11) | class Index extends \Magento\Catalog\Controller\Adminhtml\Product\Attrib... method execute (line 16) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Catalog\Controller\Adminhtml\Product\At... method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php class Save (line 40) | class Save extends Attribute implements HttpPostActionInterface method __construct (line 103) | public function __construct( method execute (line 140) | public function execute() method returnResult (line 337) | private function returnResult($path = '', array $params = [], array $r... method isAjax (line 355) | private function isAjax() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php class Validate (line 23) | class Validate extends AttributeAction implements HttpGetActionInterface... method __construct (line 72) | public function __construct( method execute (line 103) | public function execute() method isUniqueAdminValues (line 190) | private function isUniqueAdminValues(array $optionsValues, array $dele... method setMessageToResponse (line 209) | private function setMessageToResponse($response, $messages) method checkUniqueOption (line 225) | private function checkUniqueOption(DataObject $response, array $option... method checkEmptyOption (line 252) | private function checkEmptyOption(DataObject $response, array $options... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Builder.php class Builder (line 26) | class Builder method __construct (line 68) | public function __construct( method build (line 94) | public function build(RequestInterface $request): ProductInterface method createEmptyProduct (line 138) | private function createEmptyProduct($typeId, $attributeSetId, $storeId... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Categories.php class Categories (line 9) | class Categories extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Crosssell.php class Crosssell (line 19) | class Crosssell extends Product implements HttpPostActionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/CrosssellGrid.php class CrosssellGrid (line 19) | class CrosssellGrid extends Product implements HttpPostActionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/CustomOptions.php class CustomOptions (line 12) | class CustomOptions extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 32) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Datafeeds/Index.php class Index (line 9) | class Index extends \Magento\Backend\App\Action method execute (line 21) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Duplicate.php class Duplicate (line 15) | class Duplicate extends \Magento\Catalog\Controller\Adminhtml\Product im... method __construct (line 34) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Edit.php class Edit (line 15) | class Edit extends \Magento\Catalog\Controller\Adminhtml\Product impleme... method __construct (line 40) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery/Upload.php class Upload (line 16) | class Upload extends \Magento\Backend\App\Action implements HttpPostActi... method __construct (line 62) | public function __construct( method execute (line 84) | public function execute() method getAllowedExtensions (line 127) | private function getAllowedExtensions() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/GetSelected.php class GetSelected (line 14) | class GetSelected extends \Magento\Backend\App\Action method __construct (line 39) | public function __construct( method execute (line 52) | public function execute() : \Magento\Framework\Controller\ResultInterface FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Grid.php class Grid (line 9) | class Grid extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/GridOnly.php class GridOnly (line 13) | class GridOnly extends \Magento\Catalog\Controller\Adminhtml\Product imp... method __construct (line 31) | public function __construct( method execute (line 47) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Group/Save.php class Save (line 9) | class Save extends \Magento\Backend\App\Action method execute (line 21) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Index.php class Index (line 11) | class Index extends \Magento\Catalog\Controller\Adminhtml\Product implem... method __construct (line 23) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php class Helper (line 37) | class Helper method __construct (line 137) | public function __construct( method initializeFromData (line 182) | public function initializeFromData(Product $product, array $productData) method initialize (line 255) | public function initialize(Product $product) method setProductLinks (line 272) | protected function setProductLinks(Product $product) method normalize (line 321) | protected function normalize(array $productData) method mergeProductOptions (line 345) | public function mergeProductOptions($productOptions, $overwriteOptions) method overwriteValue (line 383) | private function overwriteValue($optionId, $option, $overwriteOptions) method getLinkResolver (line 405) | private function getLinkResolver() method filterWebsiteIds (line 423) | private function filterWebsiteIds($websiteIds) method fillProductOptions (line 441) | private function fillProductOptions(Product $product, array $productOp... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/AttributeFilter.php class AttributeFilter (line 18) | class AttributeFilter method prepareProductAttributes (line 31) | public function prepareProductAttributes(Product $product, array $prod... method prepareConfigData (line 56) | private function prepareConfigData(Product $product, string $attribute... method prepareDefaultData (line 74) | private function prepareDefaultData(array $attributeList, string $attr... method isAttributeShouldNotBeUpdated (line 101) | private function isAttributeShouldNotBeUpdated(Product $product, array... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/HandlerFactory.php class HandlerFactory (line 8) | class HandlerFactory method __construct (line 20) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create($instance, array $arguments = []) FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/HandlerInterface.php type HandlerInterface (line 12) | interface HandlerInterface method handle (line 18) | public function handle(\Magento\Catalog\Model\Product $product); FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Handler/Composite.php class Composite (line 12) | class Composite implements HandlerInterface method __construct (line 25) | public function __construct(HandlerFactory $factory, array $handlers =... method handle (line 38) | public function handle(Product $product) FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/StockDataFilter.php class StockDataFilter (line 14) | class StockDataFilter method __construct (line 35) | public function __construct( method filter (line 50) | public function filter(array $stockData) FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/MassDelete.php class MassDelete (line 25) | class MassDelete extends \Magento\Catalog\Controller\Adminhtml\Product i... method __construct (line 57) | public function __construct( method execute (line 79) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/MassStatus.php class MassStatus (line 20) | class MassStatus extends \Magento\Catalog\Controller\Adminhtml\Product i... method __construct (line 52) | public function __construct( method _validateMassStatus (line 76) | public function _validateMassStatus(array $productIds, $status) method execute (line 92) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/NewAction.php class NewAction (line 14) | class NewAction extends \Magento\Catalog\Controller\Adminhtml\Product im... method __construct (line 39) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Options.php class Options (line 9) | class Options extends \Magento\Catalog\Controller\Adminhtml\Product method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/OptionsImportGrid.php class OptionsImportGrid (line 9) | class OptionsImportGrid extends AbstractProductGrid method execute (line 16) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Related.php class Related (line 20) | class Related extends Product implements HttpPostActionInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/RelatedGrid.php class RelatedGrid (line 19) | class RelatedGrid extends Related implements HttpPostActionInterface FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Reload.php class Reload (line 14) | class Reload extends \Magento\Catalog\Controller\Adminhtml\Product imple... method execute (line 19) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php class Save (line 21) | class Save extends \Magento\Catalog\Controller\Adminhtml\Product impleme... method __construct (line 83) | public function __construct( method execute (line 117) | public function execute() method handleImageRemoveError (line 225) | private function handleImageRemoveError($postData, $productId) method copyToStores (line 255) | protected function copyToStores($data, $productId) method copyToStore (line 279) | private function copyToStore($data, $productId, $store) method getDataPersistor (line 302) | protected function getDataPersistor() method persistMediaData (line 318) | private function persistMediaData(ProductInterface $product, array $data) method checkUniqueAttributes (line 348) | private function checkUniqueAttributes(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Search.php class Search (line 17) | class Search extends \Magento\Backend\App\Action implements HttpGetActio... method __construct (line 41) | public function __construct( method execute (line 56) | public function execute() : \Magento\Framework\Controller\ResultInterface FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set.php class Set (line 13) | abstract class Set extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct(\Magento\Backend\App\Action\Context $conte... method _setTypeId (line 44) | protected function _setTypeId() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Add.php class Add (line 11) | class Add extends \Magento\Catalog\Controller\Adminhtml\Product\Set impl... method __construct (line 23) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Delete.php class Delete (line 11) | class Delete extends \Magento\Catalog\Controller\Adminhtml\Product\Set i... method __construct (line 23) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Edit.php class Edit (line 23) | class Edit extends Set implements HttpGetActionInterface method __construct (line 41) | public function __construct( method execute (line 56) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Index.php class Index (line 11) | class Index extends \Magento\Catalog\Controller\Adminhtml\Product\Set im... method __construct (line 23) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Save.php class Save (line 15) | class Save extends \Magento\Catalog\Controller\Adminhtml\Product\Set imp... method __construct (line 51) | public function __construct( method _getEntityTypeId (line 76) | protected function _getEntityTypeId() method execute (line 93) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/SetGrid.php class SetGrid (line 9) | class SetGrid extends \Magento\Catalog\Controller\Adminhtml\Product\Set method __construct (line 21) | public function __construct( method execute (line 33) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/ShowUpdateResult.php class ShowUpdateResult (line 13) | class ShowUpdateResult extends \Magento\Catalog\Controller\Adminhtml\Pro... method __construct (line 25) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php class SuggestAttributeSets (line 9) | class SuggestAttributeSets extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php class SuggestAttributes (line 9) | class SuggestAttributes extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Upsell.php class Upsell (line 19) | class Upsell extends Product implements HttpPostActionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/UpsellGrid.php class UpsellGrid (line 19) | class UpsellGrid extends Product implements HttpPostActionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Validate.php class Validate (line 21) | class Validate extends Product implements HttpPostActionInterface, HttpG... method __construct (line 69) | public function __construct( method execute (line 93) | public function execute() method getStoreManager (line 156) | private function getStoreManager() method getInitializationHelper (line 169) | protected function getInitializationHelper() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Widget/Chooser.php class Chooser (line 14) | class Chooser extends \Magento\Backend\App\Action implements HttpPostAct... method __construct (line 42) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Catalog/Controller/Adminhtml/Product/Wysiwyg.php class Wysiwyg (line 14) | class Wysiwyg extends \Magento\Catalog\Controller\Adminhtml\Product impl... method __construct (line 38) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Catalog/Controller/Category/View.php class View (line 40) | class View extends Action implements HttpGetActionInterface, HttpPostAct... method __construct (line 134) | public function __construct( method _initCategory (line 174) | protected function _initCategory() method execute (line 211) | public function execute() method getPageType (line 263) | private function getPageType(Category $category) : string method applyLayoutUpdates (line 280) | private function applyLayoutUpdates( FILE: app/code/Magento/Catalog/Controller/Index/Index.php class Index (line 13) | class Index extends \Magento\Framework\App\Action\Action implements Http... method execute (line 20) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product.php class Product (line 13) | abstract class Product extends \Magento\Framework\App\Action\Action impl... method _initProduct (line 20) | protected function _initProduct() FILE: app/code/Magento/Catalog/Controller/Product/Compare.php class Compare (line 19) | abstract class Compare extends \Magento\Framework\App\Action\Action impl... method __construct (line 106) | public function __construct( method setCustomerId (line 138) | public function setCustomerId($customerId) method execute (line 147) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Compare/Add.php class Add (line 21) | class Add extends \Magento\Catalog\Controller\Product\Compare implements... method __construct (line 43) | public function __construct( method execute (line 80) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Compare/Clear.php class Clear (line 12) | class Clear extends \Magento\Catalog\Controller\Product\Compare implemen... method execute (line 19) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Compare/Index.php class Index (line 17) | class Index extends \Magento\Catalog\Controller\Product\Compare implemen... method __construct (line 40) | public function __construct( method execute (line 75) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Compare/Remove.php class Remove (line 16) | class Remove extends \Magento\Catalog\Controller\Product\Compare impleme... method execute (line 24) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Frontend/Action/Synchronize.php class Synchronize (line 15) | class Synchronize extends \Magento\Framework\App\Action\Action method __construct (line 37) | public function __construct( method execute (line 64) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/Gallery.php class Gallery (line 13) | class Gallery extends \Magento\Catalog\Controller\Product method __construct (line 32) | public function __construct( method execute (line 47) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/View.php class View (line 20) | class View extends ProductAction implements HttpGetActionInterface, Http... method __construct (line 57) | public function __construct( method noProductRedirect (line 80) | protected function noProductRedirect() method execute (line 98) | public function execute() FILE: app/code/Magento/Catalog/Controller/Product/View/ViewInterface.php type ViewInterface (line 16) | interface ViewInterface FILE: app/code/Magento/Catalog/Cron/DeleteAbandonedStoreFlatTables.php class DeleteAbandonedStoreFlatTables (line 8) | class DeleteAbandonedStoreFlatTables method __construct (line 18) | public function __construct( method execute (line 29) | public function execute() FILE: app/code/Magento/Catalog/Cron/DeleteOutdatedPriceValues.php class DeleteOutdatedPriceValues (line 20) | class DeleteOutdatedPriceValues method __construct (line 42) | public function __construct( method execute (line 57) | public function execute() method isPriceScopeSetToGlobal (line 86) | private function isPriceScopeSetToGlobal() FILE: app/code/Magento/Catalog/Cron/FrontendActionsFlush.php class FrontendActionsFlush (line 17) | class FrontendActionsFlush method __construct (line 33) | public function __construct( method getLifeTimeByNamespace (line 49) | private function getLifeTimeByNamespace($namespace) method getUniqueNamespaces (line 69) | private function getUniqueNamespaces() method execute (line 82) | public function execute() FILE: app/code/Magento/Catalog/Cron/RefreshSpecialPrices.php class RefreshSpecialPrices (line 13) | class RefreshSpecialPrices method __construct (line 63) | public function __construct( method _getConnection (line 84) | protected function _getConnection() method execute (line 97) | public function execute() method _refreshSpecialPriceByStore (line 137) | protected function _refreshSpecialPriceByStore($storeId, $attrCode, $a... method getMetadataPool (line 180) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Cron/SynchronizeWebsiteAttributes.php class SynchronizeWebsiteAttributes (line 15) | class SynchronizeWebsiteAttributes method __construct (line 26) | public function __construct(WebsiteAttributesSynchronizer $synchronizer) method execute (line 35) | public function execute() FILE: app/code/Magento/Catalog/CustomerData/CompareProducts.php class CompareProducts (line 10) | class CompareProducts implements SectionSourceInterface method __construct (line 32) | public function __construct( method getSectionData (line 45) | public function getSectionData() method getItems (line 59) | protected function getItems() FILE: app/code/Magento/Catalog/CustomerData/ProductFrontendActionSection.php class ProductFrontendActionSection (line 17) | class ProductFrontendActionSection implements SectionSourceInterface method __construct (line 47) | public function __construct( method getSectionData (line 64) | public function getSectionData() FILE: app/code/Magento/Catalog/CustomerData/ProductsRenderInfoSection.php class ProductsRenderInfoSection (line 22) | class ProductsRenderInfoSection implements SectionSourceInterface method __construct (line 63) | public function __construct( method getProductIds (line 84) | private function getProductIds() method getSectionData (line 101) | public function getSectionData() FILE: app/code/Magento/Catalog/Helper/Catalog.php class Catalog (line 13) | class Catalog extends \Magento\Framework\App\Helper\AbstractHelper method getAttributeTabBlock (line 34) | public function getAttributeTabBlock() method setAttributeTabBlock (line 45) | public function setAttributeTabBlock($attributeTabBlock) method getCategoryAttributeTabBlock (line 56) | public function getCategoryAttributeTabBlock() method setCategoryAttributeTabBlock (line 67) | public function setCategoryAttributeTabBlock($attributeTabBlock) FILE: app/code/Magento/Catalog/Helper/Category.php class Category (line 19) | class Category extends AbstractHelper method __construct (line 65) | public function __construct( method getStoreCategories (line 88) | public function getStoreCategories($sorted = false, $asCollection = fa... method getCategoryUrl (line 127) | public function getCategoryUrl($category) method canShow (line 141) | public function canShow($category) method canUseCanonicalTag (line 171) | public function canUseCanonicalTag($store = null) FILE: app/code/Magento/Catalog/Helper/Data.php class Data (line 26) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 217) | public function __construct( method setStoreId (line 269) | public function setStoreId($store) method getBreadcrumbPath (line 282) | public function getBreadcrumbPath() method _isCategoryLink (line 319) | protected function _isCategoryLink($categoryId) method getCategory (line 335) | public function getCategory() method getProduct (line 345) | public function getProduct() method getLastViewedUrl (line 355) | public function getLastViewedUrl() method splitSku (line 394) | public function splitSku($sku, $length = 30) method getAttributeHiddenFields (line 404) | public function getAttributeHiddenFields() method getPriceScope (line 418) | public function getPriceScope(): ?int method isPriceGlobal (line 432) | public function isPriceGlobal() method isUsingStaticUrlsAllowed (line 442) | public function isUsingStaticUrlsAllowed() method isUrlDirectivesParsingAllowed (line 457) | public function isUrlDirectivesParsingAllowed() method getPageTemplateProcessor (line 472) | public function getPageTemplateProcessor() method shouldDisplayProductCountOnLayer (line 483) | public function shouldDisplayProductCountOnLayer($storeId = null) method convertDefaultTaxAddress (line 498) | private function convertDefaultTaxAddress(array $taxAddress = null) method getTaxPrice (line 531) | public function getTaxPrice( FILE: app/code/Magento/Catalog/Helper/DefaultCategory.php class DefaultCategory (line 12) | class DefaultCategory method getId (line 24) | public function getId() FILE: app/code/Magento/Catalog/Helper/Image.php class Image (line 18) | class Image extends AbstractHelper implements ArgumentInterface method __construct (line 143) | public function __construct( method _reset (line 164) | protected function _reset() method init (line 187) | public function init($product, $imageId, $attributes = []) method setImageProperties (line 208) | protected function setImageProperties() method setWatermarkProperties (line 250) | protected function setWatermarkProperties() method resize (line 288) | public function resize($width, $height = null) method setQuality (line 302) | public function setQuality($quality) method keepAspectRatio (line 317) | public function keepAspectRatio($flag) method keepFrame (line 335) | public function keepFrame($flag) method keepTransparency (line 353) | public function keepTransparency($flag) method constrainOnly (line 367) | public function constrainOnly($flag) method backgroundColor (line 383) | public function backgroundColor($colorRGB) method rotate (line 399) | public function rotate($angle) method watermark (line 418) | public function watermark($fileName, $position, $size = null, $imageOp... method placeholder (line 438) | public function placeholder($fileName) method getPlaceholder (line 452) | public function getPlaceholder($placeholder = null) method applyScheduledActions (line 469) | protected function applyScheduledActions() method initBaseFile (line 493) | protected function initBaseFile() method isScheduledActionsAllowed (line 512) | protected function isScheduledActionsAllowed() method getUrl (line 526) | public function getUrl() method save (line 541) | public function save() method getResizedImageInfo (line 552) | public function getResizedImageInfo() method getDefaultPlaceholderUrl (line 564) | public function getDefaultPlaceholderUrl($placeholder = null) method _getModel (line 585) | protected function _getModel() method setAngle (line 599) | protected function setAngle($angle) method getAngle (line 610) | protected function getAngle() method setWatermark (line 621) | protected function setWatermark($watermark) method getWatermark (line 633) | protected function getWatermark() method setWatermarkPosition (line 644) | protected function setWatermarkPosition($position) method getWatermarkPosition (line 656) | protected function getWatermarkPosition() method setWatermarkSize (line 669) | public function setWatermarkSize($size) method getWatermarkSize (line 681) | protected function getWatermarkSize() method setWatermarkImageOpacity (line 692) | public function setWatermarkImageOpacity($imageOpacity) method getWatermarkImageOpacity (line 704) | protected function getWatermarkImageOpacity() method setProduct (line 719) | protected function setProduct($product) method getProduct (line 730) | protected function getProduct() method setImageFile (line 741) | public function setImageFile($file) method getImageFile (line 752) | protected function getImageFile() method parseSize (line 763) | protected function parseSize($string) method getOriginalWidth (line 777) | public function getOriginalWidth() method getOriginalHeight (line 787) | public function getOriginalHeight() method getOriginalSizeArray (line 798) | public function getOriginalSizeArray() method getConfigView (line 808) | protected function getConfigView() method getType (line 821) | public function getType() method getWidth (line 831) | public function getWidth() method getHeight (line 841) | public function getHeight() method getFrame (line 851) | public function getFrame() method getAttribute (line 866) | protected function getAttribute($name) method getLabel (line 876) | public function getLabel() FILE: app/code/Magento/Catalog/Helper/Output.php class Output (line 26) | class Output extends AbstractHelper method __construct (line 75) | public function __construct( method _getTemplateProcessor (line 96) | protected function _getTemplateProcessor() method addHandler (line 112) | public function addHandler($method, $handler) method getHandlers (line 133) | public function getHandlers($method) method process (line 146) | public function process($method, $result, $params) method productAttribute (line 166) | public function productAttribute($product, $attributeHtml, $attributeN... method categoryAttribute (line 208) | public function categoryAttribute($category, $attributeHtml, $attribut... method isDirectivesExists (line 241) | public function isDirectivesExists($attributeHtml) FILE: app/code/Magento/Catalog/Helper/Product.php class Product (line 19) | class Product extends \Magento\Framework\Url\Helper\Data method __construct (line 110) | public function __construct( method isDataForPriceIndexerWasChanged (line 140) | public function isDataForPriceIndexerWasChanged($data) method isDataForProductCategoryIndexerWasChanged (line 169) | public function isDataForProductCategoryIndexerWasChanged(\Magento\Cat... method getProductUrl (line 185) | public function getProductUrl($product) method getPrice (line 201) | public function getPrice($product) method getFinalPrice (line 212) | public function getFinalPrice($product) method getImageUrl (line 223) | public function getImageUrl($product) method getSmallImageUrl (line 241) | public function getSmallImageUrl($product) method getThumbnailUrl (line 259) | public function getThumbnailUrl($product) method getEmailToFriendUrl (line 277) | public function getEmailToFriendUrl($product) method getStatuses (line 292) | public function getStatuses() method canShow (line 309) | public function canShow($product, $where = 'catalog') method canUseCanonicalTag (line 331) | public function canUseCanonicalTag($store = null) method getAttributeInputTypes (line 348) | public function getAttributeInputTypes($inputType = null) method getAttributeBackendModelByInputType (line 374) | public function getAttributeBackendModelByInputType($inputType) method getAttributeSourceModelByInputType (line 389) | public function getAttributeSourceModelByInputType($inputType) method initProduct (line 412) | public function initProduct($productId, $controller, $params = null) method prepareProductOptions (line 491) | public function prepareProductOptions($product, $buyRequest) method addParamsToBuyRequest (line 515) | public function addParamsToBuyRequest($buyRequest, $params) method setSkipSaleableCheck (line 554) | public function setSkipSaleableCheck($skipSaleableCheck = false) method getSkipSaleableCheck (line 566) | public function getSkipSaleableCheck() method getFieldsAutogenerationMasks (line 576) | public function getFieldsAutogenerationMasks() method getAttributesAllowedForAutogeneration (line 586) | public function getAttributesAllowedForAutogeneration() FILE: app/code/Magento/Catalog/Helper/Product/Compare.php class Compare (line 19) | class Compare extends \Magento\Framework\Url\Helper\Data method __construct (line 117) | public function __construct( method getListUrl (line 146) | public function getListUrl() method getPostDataParams (line 167) | public function getPostDataParams($product) method getAddUrl (line 185) | public function getAddUrl() method getAddToWishlistParams (line 196) | public function getAddToWishlistParams($product) method getAddToCartUrl (line 213) | public function getAddToCartUrl($product) method getRemoveUrl (line 230) | public function getRemoveUrl() method getPostDataRemove (line 241) | public function getPostDataRemove($product) method getClearListUrl (line 257) | public function getClearListUrl() method getPostDataClearList (line 267) | public function getPostDataClearList() method getItemCollection (line 282) | public function getItemCollection() method calculate (line 318) | public function calculate($logout = false) method getItemCount (line 346) | public function getItemCount() method hasItems (line 360) | public function hasItems() method setAllowUsedFlat (line 371) | public function setAllowUsedFlat($flag) method getAllowUsedFlat (line 383) | public function getAllowUsedFlat() method setCustomerId (line 394) | public function setCustomerId($id) FILE: app/code/Magento/Catalog/Helper/Product/Composite.php class Composite (line 26) | class Composite extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 65) | public function __construct( method _initUpdateResultLayout (line 86) | protected function _initUpdateResultLayout() method renderUpdateResult (line 100) | public function renderUpdateResult(\Magento\Framework\DataObject $upda... method _initConfigureResultLayout (line 116) | protected function _initConfigureResultLayout($isOk, $productType) method renderConfigureResult (line 138) | public function renderConfigureResult(\Magento\Framework\DataObject $c... FILE: app/code/Magento/Catalog/Helper/Product/Configuration.php class Configuration (line 19) | class Configuration extends AbstractHelper implements ConfigurationInter... method __construct (line 60) | public function __construct( method getCustomOptions (line 82) | public function getCustomOptions(\Magento\Catalog\Model\Product\Config... method getOptions (line 139) | public function getOptions(\Magento\Catalog\Model\Product\Configuratio... method getFormattedOptionValue (line 170) | public function getFormattedOptionValue($optionValue, $params = null) FILE: app/code/Magento/Catalog/Helper/Product/Configuration/ConfigurationInterface.php type ConfigurationInterface (line 15) | interface ConfigurationInterface method getOptions (line 23) | public function getOptions(\Magento\Catalog\Model\Product\Configuratio... FILE: app/code/Magento/Catalog/Helper/Product/ConfigurationPool.php class ConfigurationPool (line 12) | class ConfigurationPool method __construct (line 33) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method get (line 44) | public function get($className) method getByProductType (line 66) | public function getByProductType($productType) FILE: app/code/Magento/Catalog/Helper/Product/Edit/Action/Attribute.php class Attribute (line 16) | class Attribute extends \Magento\Backend\Helper\Data method __construct (line 73) | public function __construct( method getProducts (line 99) | public function getProducts() method setProductIds (line 125) | public function setProductIds($productIds) method getProductIds (line 135) | public function getProductIds() method getSelectedStoreId (line 145) | public function getSelectedStoreId() method getProductsSetIds (line 155) | public function getProductsSetIds() method getAttributes (line 165) | public function getAttributes() method getStoreWebsiteId (line 199) | public function getStoreWebsiteId($storeId) FILE: app/code/Magento/Catalog/Helper/Product/Flat/Indexer.php class Indexer (line 18) | class Indexer extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 141) | public function __construct( method getFlatColumnsDdlDefinition (line 172) | public function getFlatColumnsDdlDefinition() method isAddFilterableAttributes (line 227) | public function isAddFilterableAttributes() method isAddChildData (line 237) | public function isAddChildData() method getFlatColumns (line 247) | public function getFlatColumns() method getEntityType (line 271) | public function getEntityType() method getEntityTypeId (line 281) | public function getEntityTypeId() method getAttributes (line 294) | public function getAttributes() method getAttributeCodes (line 327) | public function getAttributeCodes() method getFlatIndexes (line 379) | public function getFlatIndexes() method getTablesStructure (line 432) | public function getTablesStructure(array $attributes) method getTable (line 453) | public function getTable($name) method getFlatTableName (line 464) | public function getFlatTableName($storeId) method getAttribute (line 476) | public function getAttribute($attributeCode) method deleteAbandonedStoreFlatTables (line 497) | public function deleteAbandonedStoreFlatTables() FILE: app/code/Magento/Catalog/Helper/Product/ProductList.php class ProductList (line 15) | class ProductList method __construct (line 47) | public function __construct( method getAvailableViewMode (line 62) | public function getAvailableViewMode() method getDefaultViewMode (line 97) | public function getDefaultViewMode($options = []) method getDefaultSortField (line 110) | public function getDefaultSortField() method getAvailableLimit (line 129) | public function getAvailableLimit($mode) method getDefaultLimitPerPageValue (line 157) | public function getDefaultLimitPerPageValue($viewMode) FILE: app/code/Magento/Catalog/Helper/Product/View.php class View (line 19) | class View extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 91) | public function __construct( method preparePageMetadata (line 123) | private function preparePageMetadata(ResultPage $resultPage, $product) method initProductLayout (line 173) | public function initProductLayout(ResultPage $resultPage, $product, $p... method prepareAndRender (line 252) | public function prepareAndRender(ResultPage $resultPage, $productId, $... FILE: app/code/Magento/Catalog/Model/AbstractModel.php class AbstractModel (line 17) | abstract class AbstractModel extends \Magento\Framework\Model\AbstractEx... method __construct (line 79) | public function __construct( method lockAttribute (line 107) | public function lockAttribute($attributeCode) method unlockAttribute (line 119) | public function unlockAttribute($attributeCode) method unlockAttributes (line 133) | public function unlockAttributes() method getLockedAttributes (line 144) | public function getLockedAttributes() method hasLockedAttributes (line 154) | public function hasLockedAttributes() method isLockedAttribute (line 165) | public function isLockedAttribute($attributeCode) method setData (line 184) | public function setData($key, $value = null) method unsetData (line 213) | public function unsetData($key = null) method getResourceCollection (line 228) | public function getResourceCollection() method loadByAttribute (line 242) | public function loadByAttribute($attribute, $value, $additionalAttribu... method getStore (line 265) | public function getStore() method getWebsiteStoreIds (line 275) | public function getWebsiteStoreIds() method setAttributeDefaultValue (line 291) | public function setAttributeDefaultValue($attributeCode, $value) method getAttributeScopeOverriddenValue (line 304) | private function getAttributeScopeOverriddenValue() method getAttributeDefaultValue (line 321) | public function getAttributeDefaultValue($attributeCode) method setExistsStoreValueFlag (line 342) | public function setExistsStoreValueFlag($attributeCode) method getExistsStoreValueFlag (line 357) | public function getExistsStoreValueFlag($attributeCode) method beforeSave (line 380) | public function beforeSave() method isDeleteable (line 391) | public function isDeleteable() method setIsDeleteable (line 402) | public function setIsDeleteable($value) method isReadonly (line 413) | public function isReadonly() method setIsReadonly (line 424) | public function setIsReadonly($value) FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/ConditionBuilder/EavAttributeCondition.php class EavAttributeCondition (line 20) | class EavAttributeCondition implements CustomConditionInterface method __construct (line 36) | public function __construct( method build (line 52) | public function build(Filter $filter): string method getAttributeByCode (line 111) | private function getAttributeByCode(string $field): Attribute method mapConditionType (line 122) | private function mapConditionType(string $conditionType): string method mapConditionValue (line 139) | private function mapConditionValue(string $conditionType, string $cond... FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/ConditionBuilder/Factory.php class Factory (line 19) | class Factory method __construct (line 47) | public function __construct( method createByFilter (line 68) | public function createByFilter(Filter $filter): CustomConditionInterface method getAttributeByCode (line 84) | private function getAttributeByCode(string $field): Attribute FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/ConditionBuilder/NativeAttributeCondition.php class NativeAttributeCondition (line 20) | class NativeAttributeCondition implements CustomConditionInterface method __construct (line 30) | public function __construct( method build (line 44) | public function build(Filter $filter): string method mapConditionType (line 66) | private function mapConditionType(string $conditionType, string $field... method mapConditionValue (line 90) | private function mapConditionValue(string $conditionType, string $cond... FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/DefaultCondition.php class DefaultCondition (line 17) | class DefaultCondition implements CustomConditionInterface method __construct (line 27) | public function __construct( method build (line 39) | public function build(Filter $filter): string FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/ProductCategoryCondition.php class ProductCategoryCondition (line 21) | class ProductCategoryCondition implements CustomConditionInterface method __construct (line 43) | public function __construct( method build (line 57) | public function build(Filter $filter): string method getCategoryIds (line 86) | private function getCategoryIds(Filter $filter): array method mapConditionType (line 117) | private function mapConditionType(string $conditionType): string FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductCategoryFilter.php class ProductCategoryFilter (line 13) | class ProductCategoryFilter implements CustomFilterInterface method apply (line 22) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductPriceFilter.php class ProductPriceFilter (line 18) | class ProductPriceFilter implements CustomFilterInterface method apply (line 27) | public function apply(Filter $filter, AbstractDb $collection) : bool FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductStoreFilter.php class ProductStoreFilter (line 13) | class ProductStoreFilter implements CustomFilterInterface method apply (line 22) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Catalog/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductWebsiteFilter.php class ProductWebsiteFilter (line 13) | class ProductWebsiteFilter implements CustomFilterInterface method apply (line 22) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Catalog/Model/Attribute/Backend/AbstractLayoutUpdate.php class AbstractLayoutUpdate (line 18) | abstract class AbstractLayoutUpdate extends AbstractBackend method extractAttributeValue (line 30) | private function extractAttributeValue(AbstractModel $model) method listAvailableValues (line 43) | abstract protected function listAvailableValues(AbstractModel $forMode... method prepareValue (line 52) | private function prepareValue(AbstractModel $model): ?string method setAttributeValue (line 77) | private function setAttributeValue(?string $value, AbstractModel $forO... method validate (line 91) | public function validate($object) method beforeSave (line 106) | public function beforeSave($object) FILE: app/code/Magento/Catalog/Model/Attribute/Backend/Consumer.php class Consumer (line 20) | class Consumer method __construct (line 71) | public function __construct( method process (line 99) | public function process(\Magento\AsynchronousOperations\Api\Data\Opera... method execute (line 154) | private function execute($data): void FILE: app/code/Magento/Catalog/Model/Attribute/Backend/ConsumerWebsiteAssign.php class ConsumerWebsiteAssign (line 20) | class ConsumerWebsiteAssign method __construct (line 60) | public function __construct( method process (line 84) | public function process(\Magento\AsynchronousOperations\Api\Data\Opera... method updateWebsiteInProducts (line 141) | private function updateWebsiteInProducts($productIds, $websiteRemoveDa... method execute (line 158) | private function execute($data): void FILE: app/code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php class Customlayoutupdate (line 21) | class Customlayoutupdate extends AbstractBackend method __construct (line 32) | public function __construct(ValidatorFactory $layoutUpdateValidatorFac... method extractValue (line 43) | private function extractValue(AbstractModel $object) method extractOldValue (line 60) | private function extractOldValue(AbstractModel $object) method validate (line 84) | public function validate($object) method putValue (line 106) | private function putValue(AbstractModel $object, ?string $value): void method beforeSave (line 121) | public function beforeSave($object) FILE: app/code/Magento/Catalog/Model/Attribute/Backend/Startdate.php class Startdate (line 17) | class Startdate extends \Magento\Eav\Model\Entity\Attribute\Backend\Date... method __construct (line 32) | public function __construct( method _getValueForSave (line 46) | protected function _getValueForSave($object) method beforeSave (line 61) | public function beforeSave($object) method validate (line 81) | public function validate($object) FILE: app/code/Magento/Catalog/Model/Attribute/Config.php class Config (line 10) | class Config method __construct (line 20) | public function __construct(\Magento\Catalog\Model\Attribute\Config\Da... method getAttributeNames (line 31) | public function getAttributeNames($groupName) FILE: app/code/Magento/Catalog/Model/Attribute/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 18) | public function convert($source) FILE: app/code/Magento/Catalog/Model/Attribute/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 23) | public function __construct( FILE: app/code/Magento/Catalog/Model/Attribute/Config/Reader.php class Reader (line 11) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 32) | public function __construct( FILE: app/code/Magento/Catalog/Model/Attribute/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 24) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 33) | public function getSchema() method getPerFileSchema (line 41) | public function getPerFileSchema() FILE: app/code/Magento/Catalog/Model/Attribute/LockValidatorComposite.php class LockValidatorComposite (line 10) | class LockValidatorComposite implements LockValidatorInterface method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method validate (line 41) | public function validate(\Magento\Framework\Model\AbstractModel $objec... FILE: app/code/Magento/Catalog/Model/Attribute/LockValidatorInterface.php type LockValidatorInterface (line 14) | interface LockValidatorInterface method validate (line 25) | public function validate(\Magento\Framework\Model\AbstractModel $objec... FILE: app/code/Magento/Catalog/Model/Attribute/ScopeOverriddenValue.php class ScopeOverriddenValue (line 21) | class ScopeOverriddenValue method __construct (line 56) | public function __construct( method containsValue (line 79) | public function containsValue($entityType, $entity, $attributeCode, $s... method getDefaultValues (line 101) | public function getDefaultValues($entityType, $entity) method initAttributeValues (line 121) | private function initAttributeValues($entityType, $entity, $storeId) method getAttributes (line 168) | private function getAttributes($entityType) FILE: app/code/Magento/Catalog/Model/Attribute/Source/AbstractLayoutUpdate.php class AbstractLayoutUpdate (line 20) | abstract class AbstractLayoutUpdate extends AbstractSource implements Sp... method getAllOptions (line 30) | public function getAllOptions() method getOptionText (line 42) | public function getOptionText($value) method extractAttributeValue (line 57) | private function extractAttributeValue(CustomAttributesDataInterface $... method listAvailableOptions (line 78) | abstract protected function listAvailableOptions(CustomAttributesDataI... method getOptionsFor (line 85) | public function getOptionsFor(CustomAttributesDataInterface $entity): ... FILE: app/code/Magento/Catalog/Model/Attribute/Source/Scopes.php class Scopes (line 10) | class Scopes implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Category.php class Category (line 42) | class Category extends \Magento\Catalog\Model\AbstractModel implements method __construct (line 240) | public function __construct( method _construct (line 293) | protected function _construct() method getCustomAttributesCodes (line 307) | protected function getCustomAttributesCodes() method _getResource (line 325) | protected function _getResource() method getUseFlatResource (line 338) | public function getUseFlatResource() method getUrlInstance (line 348) | public function getUrlInstance() method getTreeModel (line 358) | public function getTreeModel() method getTreeModelInstance (line 368) | public function getTreeModelInstance() method move (line 381) | public function move($parentId, $afterCategoryId) method getDefaultAttributeSetId (line 462) | public function getDefaultAttributeSetId() method getProductCollection (line 472) | public function getProductCollection() method getAttributes (line 490) | public function getAttributes($noDesignAttributes = false) method getProductsPosition (line 513) | public function getProductsPosition() method getStoreIds (line 532) | public function getStoreIds() method getStoreId (line 577) | public function getStoreId() method setStoreId (line 591) | public function setStoreId($storeId) method getUrl (line 606) | public function getUrl() method getCategoryIdUrl (line 642) | public function getCategoryIdUrl() method formatUrlKey (line 657) | public function formatUrlKey($str) method getImageUrl (line 669) | public function getImageUrl($attributeCode = 'image') method getParentCategory (line 705) | public function getParentCategory() method getParentId (line 718) | public function getParentId() method getParentIds (line 733) | public function getParentIds() method getCustomDesignDate (line 743) | public function getCustomDesignDate() method getDesignAttributes (line 757) | public function getDesignAttributes() method _getAttribute (line 772) | private function _getAttribute($attributeCode) method getAllChildren (line 788) | public function getAllChildren($asArray = false) method getChildren (line 806) | public function getChildren($recursive = false, $isActive = true, $sor... method getPathInStore (line 818) | public function getPathInStore() method checkId (line 837) | public function checkId($id) method getPathIds (line 849) | public function getPathIds() method getLevel (line 864) | public function getLevel() method verifyIds (line 878) | public function verifyIds(array $ids) method hasChildren (line 888) | public function hasChildren() method getRequestPath (line 898) | public function getRequestPath() method getName (line 908) | public function getName() method beforeDelete (line 919) | public function beforeDelete() method getAnchorsAbove (line 932) | public function getAnchorsAbove() method getProductCount (line 962) | public function getProductCount() method getCategories (line 982) | public function getCategories($parent, $recursionLevel = 0, $sorted = ... method getParentCategories (line 993) | public function getParentCategories() method getChildrenCategories (line 1003) | public function getChildrenCategories() method getParentDesignCategory (line 1013) | public function getParentDesignCategory() method isInRootCategoryList (line 1023) | public function isInRootCategoryList() method getAvailableSortBy (line 1034) | public function getAvailableSortBy() method getAvailableSortByOptions (line 1053) | public function getAvailableSortByOptions() method getDefaultSortBy (line 1077) | public function getDefaultSortBy() method validate (line 1097) | public function validate() method afterSave (line 1107) | public function afterSave() method reindex (line 1119) | public function reindex() method afterDeleteCommit (line 1147) | public function afterDeleteCommit() method getIdentities (line 1158) | public function getIdentities() method getPath (line 1187) | public function getPath() method getPosition (line 1197) | public function getPosition() method getChildrenCount (line 1207) | public function getChildrenCount() method getCreatedAt (line 1217) | public function getCreatedAt() method getUpdatedAt (line 1227) | public function getUpdatedAt() method getIsActive (line 1238) | public function getIsActive() method getCategoryId (line 1248) | public function getCategoryId() method getDisplayMode (line 1258) | public function getDisplayMode() method getIncludeInMenu (line 1268) | public function getIncludeInMenu() method getUrlKey (line 1278) | public function getUrlKey() method getChildrenData (line 1288) | public function getChildrenData() method __toArray (line 1302) | public function __toArray() method toFlatArray (line 1329) | public function toFlatArray() method setParentId (line 1353) | public function setParentId($parentId) method setName (line 1364) | public function setName($name) method setIsActive (line 1375) | public function setIsActive($isActive) method setPosition (line 1386) | public function setPosition($position) method setLevel (line 1397) | public function setLevel($level) method setUpdatedAt (line 1408) | public function setUpdatedAt($updatedAt) method setCreatedAt (line 1419) | public function setCreatedAt($createdAt) method setPath (line 1430) | public function setPath($path) method setAvailableSortBy (line 1441) | public function setAvailableSortBy($availableSortBy) method setIncludeInMenu (line 1452) | public function setIncludeInMenu($includeInMenu) method setProductCount (line 1463) | public function setProductCount($productCount) method setChildrenData (line 1474) | public function setChildrenData(array $childrenData = null) method getExtensionAttributes (line 1484) | public function getExtensionAttributes() method setExtensionAttributes (line 1495) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Categ... FILE: app/code/Magento/Catalog/Model/Category/Attribute.php class Attribute (line 13) | class Attribute extends \Magento\Catalog\Model\Entity\Attribute implements method getApplyTo (line 30) | public function getApplyTo() method setApplyTo (line 49) | public function setApplyTo($applyTo) method getIsWysiwygEnabled (line 61) | public function getIsWysiwygEnabled() method setIsWysiwygEnabled (line 72) | public function setIsWysiwygEnabled($isWysiwygEnabled) method getIsHtmlAllowedOnFront (line 80) | public function getIsHtmlAllowedOnFront() method setIsHtmlAllowedOnFront (line 91) | public function setIsHtmlAllowedOnFront($isHtmlAllowedOnFront) method getUsedForSortBy (line 99) | public function getUsedForSortBy() method setUsedForSortBy (line 110) | public function setUsedForSortBy($usedForSortBy) method getIsFilterable (line 118) | public function getIsFilterable() method setIsFilterable (line 129) | public function setIsFilterable($isFilterable) method getIsFilterableInSearch (line 137) | public function getIsFilterableInSearch() method getIsUsedInGrid (line 145) | public function getIsUsedInGrid() method getIsVisibleInGrid (line 153) | public function getIsVisibleInGrid() method getIsFilterableInGrid (line 161) | public function getIsFilterableInGrid() method setIsFilterableInSearch (line 172) | public function setIsFilterableInSearch($isFilterableInSearch) method getPosition (line 180) | public function getPosition() method setPosition (line 191) | public function setPosition($position) method getIsSearchable (line 199) | public function getIsSearchable() method setIsSearchable (line 210) | public function setIsSearchable($isSearchable) method getIsVisibleInAdvancedSearch (line 218) | public function getIsVisibleInAdvancedSearch() method setIsVisibleInAdvancedSearch (line 229) | public function setIsVisibleInAdvancedSearch($isVisibleInAdvancedSearch) method getIsComparable (line 237) | public function getIsComparable() method setIsComparable (line 248) | public function setIsComparable($isComparable) method getIsUsedForPromoRules (line 256) | public function getIsUsedForPromoRules() method setIsUsedForPromoRules (line 267) | public function setIsUsedForPromoRules($isUsedForPromoRules) method getIsVisibleOnFront (line 275) | public function getIsVisibleOnFront() method setIsVisibleOnFront (line 286) | public function setIsVisibleOnFront($isVisibleOnFront) method getUsedInProductListing (line 294) | public function getUsedInProductListing() method setUsedInProductListing (line 305) | public function setUsedInProductListing($usedInProductListing) method getIsVisible (line 313) | public function getIsVisible() method setIsVisible (line 324) | public function setIsVisible($isVisible) method getScope (line 334) | public function getScope() method setScope (line 352) | public function setScope($scope) method setIsUsedInGrid (line 369) | public function setIsUsedInGrid($isUsedInGrid) method setIsVisibleInGrid (line 378) | public function setIsVisibleInGrid($isVisibleInGrid) method setIsFilterableInGrid (line 387) | public function setIsFilterableInGrid($isFilterableInGrid) FILE: app/code/Magento/Catalog/Model/Category/Attribute/Backend/Image.php class Image (line 21) | class Image extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method __construct (line 73) | public function __construct( method getUploadedImageName (line 97) | private function getUploadedImageName($value) method checkUniqueImageName (line 113) | private function checkUniqueImageName(string $imageName): string method beforeSave (line 136) | public function beforeSave($object) method isTmpFileAvailable (line 178) | private function isTmpFileAvailable($value) method fileResidesOutsideCategoryDir (line 189) | private function fileResidesOutsideCategoryDir($value) method afterSave (line 212) | public function afterSave($object) FILE: app/code/Magento/Catalog/Model/Category/Attribute/Backend/LayoutUpdate.php class LayoutUpdate (line 19) | class LayoutUpdate extends AbstractLayoutUpdate method __construct (line 30) | public function __construct(LayoutUpdateManager $manager) method listAvailableValues (line 40) | protected function listAvailableValues(AbstractModel $forModel): array FILE: app/code/Magento/Catalog/Model/Category/Attribute/Backend/Sortby.php class Sortby (line 17) | class Sortby extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstrac... method __construct (line 31) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method validate (line 45) | public function validate($object) method beforeSave (line 95) | public function beforeSave($object) method afterLoad (line 117) | public function afterLoad($object) FILE: app/code/Magento/Catalog/Model/Category/Attribute/LayoutUpdateManager.php class LayoutUpdateManager (line 23) | class LayoutUpdateManager method __construct (line 51) | public function __construct( method getLayoutProcessor (line 66) | private function getLayoutProcessor(): LayoutProcessor method fetchAvailableFiles (line 89) | public function fetchAvailableFiles(CategoryInterface $category): array method extractAttributeValue (line 122) | private function extractAttributeValue(CategoryInterface $category) method extractCustomSettings (line 143) | public function extractCustomSettings(CategoryInterface $category, Dat... FILE: app/code/Magento/Catalog/Model/Category/Attribute/OptionManagement.php class OptionManagement (line 11) | class OptionManagement implements \Magento\Catalog\Api\CategoryAttribute... method __construct (line 21) | public function __construct( method getItems (line 31) | public function getItems($attributeCode) FILE: app/code/Magento/Catalog/Model/Category/Attribute/Source/Layout.php class Layout (line 13) | class Layout extends \Magento\Eav\Model\Entity\Attribute\Source\Abstract... method __construct (line 29) | public function __construct(\Magento\Framework\View\Model\PageLayout\C... method getAllOptions (line 37) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Category/Attribute/Source/LayoutUpdate.php class LayoutUpdate (line 18) | class LayoutUpdate extends AbstractLayoutUpdate method __construct (line 28) | public function __construct(LayoutUpdateManager $manager) method listAvailableOptions (line 36) | protected function listAvailableOptions(CustomAttributesDataInterface ... FILE: app/code/Magento/Catalog/Model/Category/Attribute/Source/Mode.php class Mode (line 13) | class Mode extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method getAllOptions (line 19) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Category/Attribute/Source/Page.php class Page (line 15) | class Page extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method __construct (line 29) | public function __construct(CollectionFactory $blockCollectionFactory) method getAllOptions (line 37) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Category/Attribute/Source/Sortby.php class Sortby (line 13) | class Sortby extends \Magento\Eav\Model\Entity\Attribute\Source\Abstract... method __construct (line 27) | public function __construct(\Magento\Catalog\Model\Config $catalogConfig) method _getCatalogConfig (line 37) | protected function _getCatalogConfig() method getAllOptions (line 45) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Category/AttributeRepository.php class AttributeRepository (line 10) | class AttributeRepository implements CategoryAttributeRepositoryInterface method __construct (line 33) | public function __construct( method getList (line 48) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 59) | public function get($attributeCode) method getCustomAttributesMetadata (line 71) | public function getCustomAttributesMetadata($dataObjectClassName = null) FILE: app/code/Magento/Catalog/Model/Category/Authorization.php class Authorization (line 23) | class Authorization method __construct (line 39) | public function __construct(AuthorizationInterface $authorization, Cat... method extractAttributeValue (line 53) | private function extractAttributeValue(CategoryModel $category, Attrib... method fetchOldValue (line 83) | private function fetchOldValue(AttributeInterface $attribute, ?array $... method hasChanges (line 108) | private function hasChanges(CategoryModel $category, ?array $oldCatego... method authorizeSavingOf (line 135) | public function authorizeSavingOf(CategoryInterface $category): void FILE: app/code/Magento/Catalog/Model/Category/DataProvider.php class DataProvider (line 42) | class DataProvider extends \Magento\Ui\DataProvider\ModifierPoolDataProv... method __construct (line 186) | public function __construct( method getMeta (line 221) | public function getMeta() method addUseDefaultValueCheckbox (line 242) | private function addUseDefaultValueCheckbox(Category $category, array ... method prepareMeta (line 286) | public function prepareMeta($meta) method prepareFieldsMeta (line 306) | private function prepareFieldsMeta(array $fieldsMap, array $fieldsMeta... method getData (line 334) | public function getData() method getAttributesMeta (line 362) | public function getAttributesMeta(Type $entityType) method addUseConfigSettings (line 435) | protected function addUseConfigSettings($categoryData) method addUseDefaultSettings (line 460) | protected function addUseDefaultSettings($category, $categoryData) method getCurrentCategory (line 480) | public function getCurrentCategory() method getScopeLabel (line 508) | public function getScopeLabel(EavAttribute $attribute) method filterFields (line 534) | protected function filterFields($categoryData) method convertValues (line 546) | private function convertValues($category, $categoryData): array method getDefaultMetaData (line 594) | public function getDefaultMetaData($result) method getFieldsMap (line 610) | protected function getFieldsMap() method getFields (line 669) | private function getFields(): array method getScopeOverriddenValue (line 681) | private function getScopeOverriddenValue(): ScopeOverriddenValue method getArrayManager (line 698) | private function getArrayManager(): ArrayManager method getFileInfo (line 716) | private function getFileInfo(): FileInfo FILE: app/code/Magento/Catalog/Model/Category/FileInfo.php class FileInfo (line 21) | class FileInfo method __construct (line 65) | public function __construct( method getMediaDirectory (line 80) | private function getMediaDirectory() method getBaseDirectory (line 93) | private function getBaseDirectory() method getPubDirectory (line 107) | private function getPubDirectory() method getMimeType (line 122) | public function getMimeType($fileName) method getStat (line 137) | public function getStat($fileName) method isExist (line 151) | public function isExist($fileName) method getFilePath (line 165) | private function getFilePath($fileName) method isBeginsWithMediaDirectoryPath (line 191) | public function isBeginsWithMediaDirectoryPath($fileName) method removeStorePath (line 208) | private function removeStorePath(string $path): string method getMediaDirectoryPathRelativeToBaseDirectoryPath (line 232) | private function getMediaDirectoryPathRelativeToBaseDirectoryPath(stri... FILE: app/code/Magento/Catalog/Model/Category/Link/ReadHandler.php class ReadHandler (line 13) | class ReadHandler implements ExtensionInterface method __construct (line 37) | public function __construct( method execute (line 53) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Catalog/Model/Category/Link/SaveHandler.php class SaveHandler (line 14) | class SaveHandler implements ExtensionInterface method __construct (line 33) | public function __construct( method execute (line 49) | public function execute($entity, $arguments = []) method getCategoryLinksPositions (line 87) | private function getCategoryLinksPositions($entity) method mergeCategoryLinks (line 110) | private function mergeCategoryLinks($newCategoryPositions, $oldCategor... FILE: app/code/Magento/Catalog/Model/Category/Product/PositionResolver.php class PositionResolver (line 13) | class PositionResolver extends \Magento\Framework\Model\ResourceModel\Db... method _construct (line 20) | protected function _construct() method getPositions (line 31) | public function getPositions(int $categoryId): array FILE: app/code/Magento/Catalog/Model/Category/StoreCategories.php class StoreCategories (line 17) | class StoreCategories method __construct (line 33) | public function __construct( method getCategoryIds (line 48) | public function getCategoryIds(?int $storeGroupId = null): array FILE: app/code/Magento/Catalog/Model/Category/Tree.php class Tree (line 22) | class Tree method __construct (line 56) | public function __construct( method getRootNode (line 79) | public function getRootNode($category = null) method getNode (line 103) | protected function getNode(Category $category) method prepareCollection (line 121) | protected function prepareCollection() method getTree (line 145) | public function getTree($node, $depth = null, $currentLevel = 0) method getChildren (line 170) | protected function getChildren($node, $depth, $currentLevel) FILE: app/code/Magento/Catalog/Model/CategoryAttributeSearchResults.php class CategoryAttributeSearchResults (line 16) | class CategoryAttributeSearchResults extends SearchResults implements Ca... FILE: app/code/Magento/Catalog/Model/CategoryLink.php class CategoryLink (line 12) | class CategoryLink extends \Magento\Framework\Api\AbstractExtensibleObje... method getPosition (line 25) | public function getPosition() method getCategoryId (line 33) | public function getCategoryId() method setPosition (line 42) | public function setPosition($position) method setCategoryId (line 53) | public function setCategoryId($categoryId) method getExtensionAttributes (line 63) | public function getExtensionAttributes() method setExtensionAttributes (line 74) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/CategoryLinkManagement.php class CategoryLinkManagement (line 12) | class CategoryLinkManagement implements \Magento\Catalog\Api\CategoryLin... method __construct (line 50) | public function __construct( method getAssignedProducts (line 61) | public function getAssignedProducts($categoryId) method assignProductToCategories (line 91) | public function assignProductToCategories($productSku, array $category... method getProductRepository (line 119) | private function getProductRepository() method getProductResource (line 133) | private function getProductResource() method getCategoryLinkRepository (line 147) | private function getCategoryLinkRepository() method getIndexerRegistry (line 161) | private function getIndexerRegistry() FILE: app/code/Magento/Catalog/Model/CategoryLinkRepository.php class CategoryLinkRepository (line 12) | class CategoryLinkRepository implements \Magento\Catalog\Api\CategoryLin... method __construct (line 28) | public function __construct( method save (line 39) | public function save(\Magento\Catalog\Api\Data\CategoryProductLinkInte... method delete (line 65) | public function delete(\Magento\Catalog\Api\Data\CategoryProductLinkIn... method deleteByIds (line 73) | public function deleteByIds($categoryId, $sku) FILE: app/code/Magento/Catalog/Model/CategoryList.php class CategoryList (line 24) | class CategoryList implements CategoryListInterface method __construct (line 58) | public function __construct( method getList (line 75) | public function getList(SearchCriteriaInterface $searchCriteria) method getCollectionProcessor (line 103) | private function getCollectionProcessor() FILE: app/code/Magento/Catalog/Model/CategoryManagement.php class CategoryManagement (line 12) | class CategoryManagement implements \Magento\Catalog\Api\CategoryManagem... method __construct (line 39) | public function __construct( method getTree (line 59) | public function getTree($rootCategoryId = null, $depth = null) method isAdminStore (line 77) | private function isAdminStore() method getScopeResolver (line 87) | private function getScopeResolver() method getTopLevelCategory (line 102) | private function getTopLevelCategory() method move (line 119) | public function move($categoryId, $parentId, $afterId = null) method getCount (line 148) | public function getCount() FILE: app/code/Magento/Catalog/Model/CategoryProductLink.php class CategoryProductLink (line 12) | class CategoryProductLink extends \Magento\Framework\Api\AbstractExtensi... method getSku (line 26) | public function getSku() method getPosition (line 34) | public function getPosition() method getCategoryId (line 42) | public function getCategoryId() method setSku (line 51) | public function setSku($sku) method setPosition (line 60) | public function setPosition($position) method setCategoryId (line 71) | public function setCategoryId($categoryId) method getExtensionAttributes (line 81) | public function getExtensionAttributes() method setExtensionAttributes (line 92) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/CategoryRepository.php class CategoryRepository (line 20) | class CategoryRepository implements \Magento\Catalog\Api\CategoryReposit... method __construct (line 64) | public function __construct( method save (line 77) | public function save(\Magento\Catalog\Api\Data\CategoryInterface $cate... method get (line 132) | public function get($categoryId, $storeId = null) method delete (line 153) | public function delete(\Magento\Catalog\Api\Data\CategoryInterface $ca... method deleteByIdentifier (line 174) | public function deleteByIdentifier($categoryId) method validateCategory (line 187) | protected function validateCategory(Category $category) method getExtensibleDataObjectConverter (line 219) | private function getExtensibleDataObjectConverter() method getMetadataPool (line 233) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/CategorySearchResults.php class CategorySearchResults (line 16) | class CategorySearchResults extends SearchResults implements CategorySea... FILE: app/code/Magento/Catalog/Model/Config.php class Config (line 18) | class Config extends \Magento\Eav\Model\Config method __construct (line 142) | public function __construct( method _construct (line 183) | protected function _construct() method setStoreId (line 194) | public function setStoreId($storeId) method getStoreId (line 205) | public function getStoreId() method loadAttributeSets (line 216) | public function loadAttributeSets() method getAttributeSetName (line 240) | public function getAttributeSetName($entityTypeId, $id) method getAttributeSetId (line 260) | public function getAttributeSetId($entityTypeId, $name = null) method loadAttributeGroups (line 279) | public function loadAttributeGroups() method getAttributeGroupName (line 303) | public function getAttributeGroupName($attributeSetId, $id) method getAttributeGroupId (line 324) | public function getAttributeGroupId($attributeSetId, $name) method loadProductTypes (line 344) | public function loadProductTypes() method getProductTypeId (line 366) | public function getProductTypeId($name) method getProductTypeName (line 382) | public function getProductTypeName($id) method getSourceOptionId (line 398) | public function getSourceOptionId($source, $value) method getProductAttributes (line 413) | public function getProductAttributes() method _getResource (line 426) | protected function _getResource() method getAttributesUsedInProductListing (line 436) | public function getAttributesUsedInProductListing() method getAttributesUsedForSortBy (line 459) | public function getAttributesUsedForSortBy() method getAttributeUsedForSortByArray (line 480) | public function getAttributeUsedForSortByArray() method getProductListDefaultSortBy (line 497) | public function getProductListDefaultSortBy($store = null) FILE: app/code/Magento/Catalog/Model/Config/Backend/Category.php class Category (line 13) | class Category extends \Magento\Framework\App\Config\Value method __construct (line 34) | public function __construct( method afterSave (line 51) | public function afterSave() FILE: app/code/Magento/Catalog/Model/Config/CatalogClone/Media/Image.php class Image (line 16) | class Image extends \Magento\Framework\App\Config\Value method __construct (line 51) | public function __construct( method getPrefixes (line 74) | public function getPrefixes() FILE: app/code/Magento/Catalog/Model/Config/Source/Category.php class Category (line 13) | class Category implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct( method toOptionArray (line 39) | public function toOptionArray($addEmpty = true) FILE: app/code/Magento/Catalog/Model/Config/Source/GridPerPage.php class GridPerPage (line 13) | class GridPerPage implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct($perPageValues) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/LayoutList.php class LayoutList (line 16) | class LayoutList implements \Magento\Framework\Option\ArrayInterface method __construct (line 31) | public function __construct( method toOptionArray (line 42) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/ListMode.php class ListMode (line 8) | class ListMode implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/ListPerPage.php class ListPerPage (line 13) | class ListPerPage implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct($options) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/ListSort.php class ListSort (line 14) | class ListSort implements \Magento\Framework\Option\ArrayInterface method __construct (line 28) | public function __construct(\Magento\Catalog\Model\Config $catalogConfig) method toOptionArray (line 38) | public function toOptionArray() method _getCatalogConfig (line 53) | protected function _getCatalogConfig() FILE: app/code/Magento/Catalog/Model/Config/Source/Price/Scope.php class Scope (line 8) | class Scope implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/Price/Step.php class Step (line 11) | class Step implements ArrayInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/Product/Options/Price.php class Price (line 15) | class Price implements ProductPriceOptionsInterface method __construct (line 27) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method toOptionArray (line 37) | public function toOptionArray() method prefixesToOptionArray (line 50) | public function prefixesToOptionArray() method getCurrencySymbol (line 63) | private function getCurrencySymbol() FILE: app/code/Magento/Catalog/Model/Config/Source/Product/Options/TierPrice.php class TierPrice (line 13) | class TierPrice implements ProductPriceOptionsInterface method toOptionArray (line 20) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/Product/Options/Type.php class Type (line 11) | class Type implements \Magento\Framework\Option\ArrayInterface method __construct (line 25) | public function __construct(\Magento\Catalog\Model\ProductOptions\Conf... method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/Product/Thumbnail.php class Thumbnail (line 12) | class Thumbnail implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 23) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/ProductPriceOptionsInterface.php type ProductPriceOptionsInterface (line 13) | interface ProductPriceOptionsInterface extends OptionSourceInterface FILE: app/code/Magento/Catalog/Model/Config/Source/TimeFormat.php class TimeFormat (line 8) | class TimeFormat implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Config/Source/Watermark/Position.php class Position (line 14) | class Position implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 22) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/CustomOptions/CustomOption.php class CustomOption (line 18) | class CustomOption extends AbstractExtensibleModel implements CustomOpti... method __construct (line 30) | public function __construct( method getOptionId (line 55) | public function getOptionId() method setOptionId (line 63) | public function setOptionId($value) method getOptionValue (line 71) | public function getOptionValue() method setOptionValue (line 89) | public function setOptionValue($value) method getExtensionAttributes (line 97) | public function getExtensionAttributes() method setExtensionAttributes (line 105) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/CustomOptions/CustomOptionProcessor.php class CustomOptionProcessor (line 14) | class CustomOptionProcessor implements CartItemProcessorInterface method __construct (line 55) | public function __construct( method convertToBuyRequest (line 73) | public function convertToBuyRequest(CartItemInterface $cartItem) method processOptions (line 93) | public function processOptions(CartItemInterface $cartItem) method getOptions (line 120) | protected function getOptions(CartItemInterface $cartItem) method updateOptionsValues (line 136) | protected function updateOptionsValues(array &$options) method processFileOptionValue (line 158) | private function processFileOptionValue(array $optionValue) method processDateOptionValue (line 178) | private function processDateOptionValue(array $optionValue) method getUrlBuilder (line 195) | private function getUrlBuilder() FILE: app/code/Magento/Catalog/Model/Design.php class Design (line 22) | class Design extends \Magento\Framework\Model\AbstractModel method __construct (line 68) | public function __construct( method applyCustomDesign (line 96) | public function applyCustomDesign($design) method getDesignSettings (line 109) | public function getDesignSettings($object) method _extractSettings (line 139) | protected function _extractSettings($object) method _mergeSettings (line 181) | protected function _mergeSettings($categorySettings, $productSettings) FILE: app/code/Magento/Catalog/Model/Entity/Attribute.php class Attribute (line 48) | class Attribute extends \Magento\Eav\Model\Entity\Attribute method __construct (line 94) | public function __construct( method beforeSave (line 146) | public function beforeSave() method afterSave (line 163) | public function afterSave() FILE: app/code/Magento/Catalog/Model/Entity/Product/Attribute/Design/Options/Container.php class Container (line 13) | class Container extends \Magento\Eav\Model\Entity\Attribute\Source\Config method getOptionText (line 21) | public function getOptionText($value) FILE: app/code/Magento/Catalog/Model/Entity/Product/Attribute/Group/AttributeMapper.php class AttributeMapper (line 12) | class AttributeMapper implements AttributeMapperInterface method __construct (line 24) | public function __construct(Attribute\Config $attributeConfig) method map (line 35) | public function map(\Magento\Eav\Model\Entity\Attribute $attribute) FILE: app/code/Magento/Catalog/Model/Entity/Product/Attribute/Group/AttributeMapperInterface.php type AttributeMapperInterface (line 16) | interface AttributeMapperInterface method map (line 24) | public function map(Attribute $attribute); FILE: app/code/Magento/Catalog/Model/EntityInterface.php type EntityInterface (line 12) | interface EntityInterface method getEntityId (line 17) | public function getEntityId(); FILE: app/code/Magento/Catalog/Model/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 39) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/FilterProductCustomAttribute.php class FilterProductCustomAttribute (line 13) | class FilterProductCustomAttribute method __construct (line 23) | public function __construct(array $blackList = []) method execute (line 34) | public function execute(array $attributes): array FILE: app/code/Magento/Catalog/Model/FrontendStorageConfigurationInterface.php type FrontendStorageConfigurationInterface (line 14) | interface FrontendStorageConfigurationInterface method get (line 28) | public function get(); FILE: app/code/Magento/Catalog/Model/FrontendStorageConfigurationPool.php class FrontendStorageConfigurationPool (line 18) | class FrontendStorageConfigurationPool method __construct (line 29) | public function __construct(array $storageConfigurations = []) method get (line 41) | public function get($namespace) FILE: app/code/Magento/Catalog/Model/ImageExtractor.php class ImageExtractor (line 15) | class ImageExtractor implements TypeDataExtractorInterface method process (line 25) | public function process(\DOMElement $mediaNode, $mediaParentTag) method processImageBackground (line 70) | private function processImageBackground($backgroundString) FILE: app/code/Magento/Catalog/Model/ImageUploader.php class ImageUploader (line 13) | class ImageUploader method __construct (line 89) | public function __construct( method setBaseTmpPath (line 118) | public function setBaseTmpPath($baseTmpPath) method setBasePath (line 130) | public function setBasePath($basePath) method setAllowedExtensions (line 142) | public function setAllowedExtensions($allowedExtensions) method getBaseTmpPath (line 152) | public function getBaseTmpPath() method getBasePath (line 162) | public function getBasePath() method getAllowedExtensions (line 172) | public function getAllowedExtensions() method getFilePath (line 185) | public function getFilePath($path, $imageName) method moveFileFromTmp (line 199) | public function moveFileFromTmp($imageName, $returnRelativePath = false) method saveFileToTmpDir (line 241) | public function saveFileToTmpDir($fileId) FILE: app/code/Magento/Catalog/Model/Indexer/AbstractFlatState.php class AbstractFlatState (line 14) | abstract class AbstractFlatState method __construct (line 46) | public function __construct( method isFlatEnabled (line 61) | public function isFlatEnabled() method isAvailable (line 71) | public function isAvailable() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat.php class Flat (line 16) | class Flat implements \Magento\Framework\Indexer\ActionInterface, \Magen... method __construct (line 43) | public function __construct( method execute (line 59) | public function execute($ids) method executeFull (line 80) | public function executeFull() method executeList (line 92) | public function executeList(array $ids) method executeRow (line 103) | public function executeRow($id) method getCacheContext (line 115) | protected function getCacheContext() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/AbstractAction.php class AbstractAction (line 14) | class AbstractAction method __construct (line 74) | public function __construct( method addTemporaryTableSuffix (line 92) | protected function addTemporaryTableSuffix($tableName) method getColumns (line 102) | public function getColumns() method getMainStoreTable (line 113) | public function getMainStoreTable($storeId = \Magento\Store\Model\Stor... method getFlatTableStructure (line 131) | protected function getFlatTableStructure($tableName) method getStaticColumns (line 192) | protected function getStaticColumns() method getEavColumns (line 266) | protected function getEavColumns() method getAttributes (line 331) | protected function getAttributes() method getAttributeValues (line 367) | protected function getAttributeValues($entityIds, $storeId) method getLinkIds (line 405) | private function getLinkIds(array $entityIds) method getAttributeTypeValues (line 431) | protected function getAttributeTypeValues($type, $entityIds, $storeId) method prepareValuesToInsert (line 477) | protected function prepareValuesToInsert($data) method getTableName (line 496) | protected function getTableName($name) method getCategoryMetadata (line 506) | private function getCategoryMetadata() method getSkipStaticColumns (line 521) | private function getSkipStaticColumns() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action/Full.php class Full (line 11) | class Full extends \Magento\Catalog\Model\Indexer\Category\Flat\Abstract... method addOldTableSuffix (line 31) | protected function addOldTableSuffix($tableName) method populateFlatTables (line 42) | protected function populateFlatTables(array $stores) method createTable (line 104) | protected function createTable($store) method createTables (line 122) | protected function createTables(array $stores = []) method switchTables (line 144) | protected function switchTables(array $stores = []) method getActualStoreTablesForCategoryFlat (line 180) | private function getActualStoreTablesForCategoryFlat(): array method deleteAbandonedStoreCategoryFlatTables (line 199) | private function deleteAbandonedStoreCategoryFlatTables(): void method reindexAll (line 218) | public function reindexAll() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action/Rows.php class Rows (line 12) | class Rows extends \Magento\Catalog\Model\Indexer\Category\Flat\Abstract... method __construct (line 25) | public function __construct( method getTableNameByStore (line 42) | protected function getTableNameByStore(Store $store, $useTempTable) method reindex (line 55) | public function reindex(array $entityIds = [], $useTempTable = false) method deleteNonStoreCategories (line 73) | protected function deleteNonStoreCategories(Store $store, $useTempTable) method filterIdsByStore (line 107) | protected function filterIdsByStore(array $ids, $store) method reindexStore (line 139) | private function reindexStore(Store $store, array $entityIds, $useTemp... method buildIndexData (line 165) | private function buildIndexData(Store $store, $categoriesIdsChunk, $at... method buildCategoryIndexData (line 200) | private function buildCategoryIndexData(Store $store, array $categoryD... method updateIndexData (line 218) | private function updateIndexData($tableName, $data) FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/Plugin/IndexerConfigData.php class IndexerConfigData (line 11) | class IndexerConfigData method __construct (line 21) | public function __construct(State $state) method afterGet (line 37) | public function afterGet(Data $subject, $data, $path = null, $default ... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/Plugin/StoreGroup.php class StoreGroup (line 13) | class StoreGroup method __construct (line 34) | public function __construct(IndexerRegistry $indexerRegistry, State $s... method validate (line 46) | protected function validate(AbstractModel $group) method beforeSave (line 60) | public function beforeSave(AbstractDb $subject, AbstractModel $group) method afterSave (line 74) | public function afterSave(AbstractDb $subject, AbstractDb $objectResou... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/Plugin/StoreView.php class StoreView (line 8) | class StoreView extends StoreGroup method validate (line 16) | protected function validate(\Magento\Framework\Model\AbstractModel $st... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/SkipStaticColumnsProvider.php class SkipStaticColumnsProvider (line 15) | class SkipStaticColumnsProvider method __construct (line 26) | public function __construct($skipStaticColumns = []) method get (line 35) | public function get() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/State.php class State (line 12) | class State extends \Magento\Catalog\Model\Indexer\AbstractFlatState FILE: app/code/Magento/Catalog/Model/Indexer/Category/Flat/System/Config/Mode.php class Mode (line 11) | class Mode extends \Magento\Framework\App\Config\Value method __construct (line 34) | public function __construct( method afterSave (line 55) | public function afterSave() method processValue (line 66) | public function processValue() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product.php class Product (line 16) | class Product implements \Magento\Framework\Indexer\ActionInterface, \Ma... method __construct (line 49) | public function __construct( method execute (line 65) | public function execute($ids) method registerEntities (line 78) | protected function registerEntities($ids) method executeFull (line 88) | public function executeFull() method registerTags (line 100) | protected function registerTags() method executeList (line 111) | public function executeList(array $ids) method executeRow (line 122) | public function executeRow($id) method executeAction (line 133) | protected function executeAction($ids) method getCacheContext (line 156) | protected function getCacheContext() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/AbstractAction.php class AbstractAction (line 26) | abstract class AbstractAction method __construct (line 139) | public function __construct( method execute (line 161) | abstract public function execute(); method reindex (line 168) | protected function reindex() method getTable (line 186) | protected function getTable($table) method getMainTable (line 200) | protected function getMainTable() method getMainTmpTable (line 211) | protected function getMainTmpTable() method getIndexTable (line 224) | protected function getIndexTable($storeId) method getPathFromCategoryId (line 237) | protected function getPathFromCategoryId($categoryId) method getNonAnchorCategoriesSelect (line 260) | protected function getNonAnchorCategoriesSelect(Store $store) method addFilteringByChildProductsToSelect (line 362) | private function addFilteringByChildProductsToSelect(Select $select, S... method isRangingNeeded (line 407) | protected function isRangingNeeded() method prepareSelectsByRange (line 420) | protected function prepareSelectsByRange( method reindexNonAnchorCategories (line 448) | protected function reindexNonAnchorCategories(Store $store) method hasAnchorSelect (line 469) | protected function hasAnchorSelect(Store $store) method createAnchorSelect (line 482) | protected function createAnchorSelect(Store $store) method getTemporaryTreeIndexTableName (line 603) | protected function getTemporaryTreeIndexTableName() method makeTempCategoryTreeIndex (line 622) | protected function makeTempCategoryTreeIndex() method fillTempCategoryTreeIndex (line 667) | protected function fillTempCategoryTreeIndex($temporaryName) method getAnchorCategoriesSelect (line 721) | protected function getAnchorCategoriesSelect(Store $store) method reindexAnchorCategories (line 735) | protected function reindexAnchorCategories(Store $store) method getAllProducts (line 758) | protected function getAllProducts(Store $store) method isIndexRootCategoryNeeded (line 845) | protected function isIndexRootCategoryNeeded() method reindexRootCategory (line 856) | protected function reindexRootCategory(Store $store) FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php class Full (line 32) | class Full extends AbstractAction method __construct (line 79) | public function __construct( method createTables (line 117) | private function createTables(): void method clearReplicaTables (line 129) | private function clearReplicaTables(): void method switchTables (line 141) | private function switchTables(): void method execute (line 155) | public function execute(): Full method reindex (line 170) | protected function reindex(): void method reindexStore (line 190) | private function reindexStore($store): void method publishData (line 203) | private function publishData($store): void method reindexRootCategory (line 224) | protected function reindexRootCategory(Store $store): void method reindexAnchorCategories (line 237) | protected function reindexAnchorCategories(Store $store): void method reindexNonAnchorCategories (line 248) | protected function reindexNonAnchorCategories(Store $store): void method reindexCategoriesBySelect (line 261) | private function reindexCategoriesBySelect(Select $basicSelect, $where... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Rows.php class Rows (line 27) | class Rows extends \Magento\Catalog\Model\Indexer\Category\Product\Abstr... method __construct (line 61) | public function __construct( method execute (line 85) | public function execute(array $entityIds = [], $useTempTable = false) method registerCategories (line 144) | private function registerCategories(array $categoryIds) method getRootCategoryId (line 157) | private function getRootCategoryId($store) method removeEntries (line 171) | private function removeEntries() method getNonAnchorCategoriesSelect (line 188) | protected function getNonAnchorCategoriesSelect(\Magento\Store\Model\S... method getAnchorCategoriesSelect (line 200) | protected function getAnchorCategoriesSelect(\Magento\Store\Model\Stor... method isRangingNeeded (line 211) | protected function isRangingNeeded() method isIndexRootCategoryNeeded (line 221) | protected function isIndexRootCategoryNeeded() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/RowsFactory.php class RowsFactory (line 11) | class RowsFactory method __construct (line 33) | public function __construct( method create (line 48) | public function create(array $data = []) FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Plugin/MviewState.php class MviewState (line 11) | class MviewState method __construct (line 37) | public function __construct( method afterSetStatus (line 51) | public function afterSetStatus(\Magento\Framework\Mview\View\StateInte... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Plugin/StoreGroup.php class StoreGroup (line 14) | class StoreGroup method __construct (line 35) | public function __construct( method beforeSave (line 52) | public function beforeSave(AbstractDb $subject, AbstractModel $group) method afterSave (line 66) | public function afterSave(AbstractDb $subject, AbstractDb $objectResou... method validate (line 81) | protected function validate(AbstractModel $group) method afterDelete (line 97) | public function afterDelete(AbstractDb $subject, AbstractDb $objectRes... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Plugin/StoreView.php class StoreView (line 11) | class StoreView extends StoreGroup method validate (line 19) | protected function validate(\Magento\Framework\Model\AbstractModel $st... method afterSave (line 33) | public function afterSave(AbstractDb $subject, AbstractDb $objectResou... method afterDelete (line 52) | public function afterDelete(AbstractDb $subject, AbstractDb $objectRes... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Plugin/TableResolver.php class TableResolver (line 18) | class TableResolver method __construct (line 34) | public function __construct( method afterGetTableName (line 53) | public function afterGetTableName( FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Plugin/Website.php class Website (line 13) | class Website method __construct (line 23) | public function __construct( method afterDelete (line 39) | public function afterDelete(AbstractDb $subject, AbstractDb $objectRes... FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/Processor.php class Processor (line 14) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/RowSizeEstimator.php class RowSizeEstimator (line 16) | class RowSizeEstimator implements IndexTableRowSizeEstimatorInterface method __construct (line 31) | public function __construct( method estimateRowSize (line 47) | public function estimateRowSize() FILE: app/code/Magento/Catalog/Model/Indexer/Category/Product/TableMaintainer.php class TableMaintainer (line 19) | class TableMaintainer method __construct (line 55) | public function __construct( method getConnection (line 68) | private function getConnection() method getTable (line 82) | private function getTable($table) method createTable (line 97) | private function createTable($mainTableName, $newTableName) method dropTable (line 113) | private function dropTable($tableName) method getMainTable (line 127) | public function getMainTable(int $storeId) method createTablesForStore (line 143) | public function createTablesForStore(int $storeId) method dropTablesForStore (line 168) | public function dropTablesForStore(int $storeId) method getMainReplicaTable (line 184) | public function getMainReplicaTable(int $storeId) method createMainTmpTable (line 196) | public function createMainTmpTable(int $storeId) method getMainTmpTable (line 215) | public function getMainTmpTable(int $storeId) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Category.php class Category (line 12) | class Category extends \Magento\Catalog\Model\Indexer\Category\Product method __construct (line 24) | public function __construct( method registerTags (line 38) | protected function registerTags() method registerEntities (line 55) | protected function registerEntities($ids) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Category/Action/Rows.php class Rows (line 27) | class Rows extends \Magento\Catalog\Model\Indexer\Category\Product\Abstr... method __construct (line 61) | public function __construct( method execute (line 86) | public function execute(array $entityIds = [], $useTempTable = false) method getProductIdsWithParents (line 144) | private function getProductIdsWithParents(array $childProductIds): array method registerProducts (line 176) | private function registerProducts($entityIds) method registerCategories (line 187) | private function registerCategories(array $categoryIds) method removeEntries (line 199) | protected function removeEntries() method getNonAnchorCategoriesSelect (line 215) | protected function getNonAnchorCategoriesSelect(\Magento\Store\Model\S... method getAnchorCategoriesSelect (line 227) | protected function getAnchorCategoriesSelect(\Magento\Store\Model\Stor... method getAllProducts (line 239) | protected function getAllProducts(\Magento\Store\Model\Store $store) method isRangingNeeded (line 250) | protected function isRangingNeeded() method getCategoryIdsFromIndex (line 261) | private function getCategoryIdsFromIndex(array $productIds): array FILE: app/code/Magento/Catalog/Model/Indexer/Product/Category/Action/RowsFactory.php class RowsFactory (line 11) | class RowsFactory extends \Magento\Catalog\Model\Indexer\Category\Produc... method __construct (line 19) | public function __construct( FILE: app/code/Magento/Catalog/Model/Indexer/Product/Category/Processor.php class Processor (line 14) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav.php class Eav (line 10) | class Eav implements \Magento\Framework\Indexer\ActionInterface, \Magent... method __construct (line 37) | public function __construct( method execute (line 53) | public function execute($ids) method executeFull (line 64) | public function executeFull() method executeList (line 81) | public function executeList(array $ids) method executeRow (line 92) | public function executeRow($id) method getCacheContext (line 103) | protected function getCacheContext() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/AbstractAction.php class AbstractAction (line 15) | abstract class AbstractAction method __construct (line 50) | public function __construct( method execute (line 68) | abstract public function execute($ids); method getIndexers (line 75) | public function getIndexers() method getIndexer (line 94) | public function getIndexer($type) method reindex (line 110) | public function reindex($ids = null) method syncData (line 139) | protected function syncData($indexer, $destinationTable, $ids) method processRelations (line 164) | protected function processRelations(AbstractEav $indexer, array $ids, ... method isEavIndexerEnabled (line 178) | private function isEavIndexerEnabled(): bool FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php class Full (line 31) | class Full extends AbstractAction method __construct (line 73) | public function __construct( method execute (line 112) | public function execute($ids = null): void method syncData (line 152) | protected function syncData($indexer, $destinationTable, $ids = null):... method isEavIndexerEnabled (line 180) | private function isEavIndexerEnabled(): bool FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Row.php class Row (line 11) | class Row extends \Magento\Catalog\Model\Indexer\Product\Eav\AbstractAction method execute (line 21) | public function execute($id = null) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Rows.php class Rows (line 11) | class Rows extends \Magento\Catalog\Model\Indexer\Product\Eav\AbstractAc... method execute (line 21) | public function execute($ids) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Plugin/AttributeSet.php class AttributeSet (line 13) | class AttributeSet method __construct (line 42) | public function __construct( method beforeSave (line 59) | public function beforeSave(EavAttributeSet $subject) method afterSave (line 86) | public function afterSave(EavAttributeSet $subject, EavAttributeSet $r... FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Plugin/AttributeSet/IndexableAttributeFilter.php class IndexableAttributeFilter (line 9) | class IndexableAttributeFilter method __construct (line 19) | public function __construct(\Magento\Catalog\Model\ResourceModel\Eav\A... method filter (line 30) | public function filter(\Magento\Eav\Model\Entity\Attribute\Set $set) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Plugin/StoreView.php class StoreView (line 8) | class StoreView method __construct (line 20) | public function __construct(\Magento\Catalog\Model\Indexer\Product\Eav... method beforeSave (line 34) | public function beforeSave( FILE: app/code/Magento/Catalog/Model/Indexer/Product/Eav/Processor.php class Processor (line 14) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat.php class Flat (line 10) | class Flat implements \Magento\Framework\Indexer\ActionInterface, \Magen... method __construct (line 37) | public function __construct( method execute (line 53) | public function execute($ids) method executeFull (line 64) | public function executeFull() method executeList (line 81) | public function executeList(array $ids) method executeRow (line 92) | public function executeRow($id) method getCacheContext (line 103) | protected function getCacheContext() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/AbstractAction.php class AbstractAction (line 16) | abstract class AbstractAction method __construct (line 89) | public function __construct( method execute (line 111) | abstract public function execute($ids); method _getTemporaryTableName (line 119) | protected function _getTemporaryTableName($tableName) method _cleanOnFailure (line 132) | protected function _cleanOnFailure(array $tablesList, $storeId) method _reindex (line 149) | protected function _reindex($storeId, array $changedIds = []) method _getProductTypeInstances (line 176) | protected function _getProductTypeInstances() method _updateRelationProducts (line 197) | protected function _updateRelationProducts($storeId, $productIds = null) method _cleanRelationProducts (line 260) | protected function _cleanRelationProducts($storeId) method _isFlatTableExists (line 324) | protected function _isFlatTableExists($storeId) method getMetadataPool (line 341) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Eraser.php class Eraser (line 18) | class Eraser method __construct (line 46) | public function __construct( method removeDeletedProducts (line 66) | public function removeDeletedProducts(array &$ids, $storeId) method removeDisabledProducts (line 89) | public function removeDisabledProducts(array &$ids, $storeId) method getSelectForProducts (line 135) | private function getSelectForProducts(array $ids) method deleteProductsFromStore (line 152) | public function deleteProductsFromStore($productId, $storeId = null) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Full.php class Full (line 12) | class Full extends \Magento\Catalog\Model\Indexer\Product\Flat\AbstractA... method execute (line 24) | public function execute($ids = null) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Indexer.php class Indexer (line 17) | class Indexer method __construct (line 43) | public function __construct( method write (line 62) | public function write($storeId, $productId, $valueFieldSuffix = '') method getMetadataPool (line 191) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Row.php class Row (line 18) | class Row extends \Magento\Catalog\Model\Indexer\Product\Flat\AbstractAc... method __construct (line 46) | public function __construct( method execute (line 78) | public function execute($id = null) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Rows.php class Rows (line 15) | class Rows extends \Magento\Catalog\Model\Indexer\Product\Flat\AbstractA... method __construct (line 31) | public function __construct( method execute (line 59) | public function execute($ids) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Rows/TableData.php class TableData (line 13) | class TableData implements \Magento\Catalog\Model\Indexer\Product\Flat\T... method __construct (line 34) | public function __construct( method move (line 50) | public function move($flatTable, $flatDropName, $temporaryFlatTableName) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/FlatTableBuilder.php class FlatTableBuilder (line 17) | class FlatTableBuilder method __construct (line 66) | public function __construct( method build (line 91) | public function build($storeId, $changedIds, $valueFieldSuffix, $table... method _createTemporaryFlatTable (line 121) | protected function _createTemporaryFlatTable($storeId) method _fillTemporaryFlatTable (line 215) | protected function _fillTemporaryFlatTable(array $tables, $storeId, $v... method _updateTemporaryTableByStoreValues (line 309) | protected function _updateTemporaryTableByStoreValues( method _getTemporaryTableName (line 381) | protected function _getTemporaryTableName($tableName) method getMetadataPool (line 391) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Plugin/IndexerConfigData.php class IndexerConfigData (line 15) | class IndexerConfigData method __construct (line 25) | public function __construct(ProductFlatIndexerState $state) method afterGet (line 42) | public function afterGet(ConfigData $subject, $data, $path = null, $de... FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Plugin/Store.php class Store (line 9) | class Store method __construct (line 21) | public function __construct(\Magento\Catalog\Model\Indexer\Product\Fla... method beforeSave (line 35) | public function beforeSave( FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Plugin/StoreGroup.php class StoreGroup (line 9) | class StoreGroup method __construct (line 21) | public function __construct(\Magento\Catalog\Model\Indexer\Product\Fla... method beforeSave (line 35) | public function beforeSave( FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Processor.php class Processor (line 14) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor method __construct (line 30) | public function __construct( method reindexRow (line 45) | public function reindexRow($id, $forceReindex = false) method reindexList (line 60) | public function reindexList($ids, $forceReindex = false) method reindexAll (line 73) | public function reindexAll() method markIndexerAsInvalid (line 86) | public function markIndexerAsInvalid() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/State.php class State (line 12) | class State extends \Magento\Catalog\Model\Indexer\AbstractFlatState method __construct (line 35) | public function __construct( method getFlatIndexerHelper (line 48) | public function getFlatIndexerHelper() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/System/Config/Mode.php class Mode (line 11) | class Mode extends \Magento\Framework\App\Config\Value method __construct (line 34) | public function __construct( method afterSave (line 55) | public function afterSave() method processValue (line 66) | public function processValue() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Table/Builder.php class Builder (line 11) | class Builder implements BuilderInterface method __construct (line 24) | public function __construct(\Magento\Framework\DB\Adapter\AdapterInter... method addColumn (line 32) | public function addColumn($name, $type, $size = null, $options = [], $... method getTable (line 41) | public function getTable() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/Table/BuilderInterface.php type BuilderInterface (line 14) | interface BuilderInterface method addColumn (line 38) | public function addColumn($name, $type, $size = null, $options = [], $... method getTable (line 44) | public function getTable(); FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/TableBuilder.php class TableBuilder (line 16) | class TableBuilder method __construct (line 50) | public function __construct( method build (line 70) | public function build($storeId, $changedIds, $valueFieldSuffix) method _createTemporaryTable (line 128) | protected function _createTemporaryTable($tableName, array $columns, $... method _getTemporaryTableName (line 209) | protected function _getTemporaryTableName($tableName) method _fillTemporaryEntityTable (line 223) | protected function _fillTemporaryEntityTable($tableName, array $column... method _addPrimaryKeyToTable (line 251) | protected function _addPrimaryKeyToTable($tableName, $columnName = 'en... method _fillTemporaryTable (line 272) | protected function _fillTemporaryTable( method getMetadataPool (line 373) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/TableData.php class TableData (line 13) | class TableData implements TableDataInterface method __construct (line 28) | public function __construct(\Magento\Framework\App\ResourceConnection ... method move (line 41) | public function move($flatTable, $flatDropName, $temporaryFlatTableName) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Flat/TableDataInterface.php type TableDataInterface (line 11) | interface TableDataInterface method move (line 21) | public function move($flatTable, $flatDropName, $temporaryFlatTableName); FILE: app/code/Magento/Catalog/Model/Indexer/Product/Full.php class Full (line 15) | class Full implements ActionInterface method __construct (line 33) | public function __construct( method executeFull (line 44) | public function executeFull() method executeList (line 57) | public function executeList(array $ids) method executeRow (line 72) | public function executeRow($id) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price.php class Price (line 20) | class Price implements IndexerActionInterface, MviewActionInterface method __construct (line 48) | public function __construct( method execute (line 66) | public function execute($ids) method executeFull (line 77) | public function executeFull() method executeList (line 94) | public function executeList(array $ids) method executeRow (line 106) | public function executeRow($id) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php class AbstractAction (line 19) | abstract class AbstractAction method __construct (line 110) | public function __construct( method execute (line 149) | abstract public function execute($ids); method _syncData (line 159) | protected function _syncData(array $processIds = []) method _prepareWebsiteDateTable (line 190) | protected function _prepareWebsiteDateTable() method _prepareTierPriceIndex (line 253) | protected function _prepareTierPriceIndex($entityIds = null) method getTypeIndexers (line 269) | public function getTypeIndexers($fullReindexAction = false) method _getIndexer (line 309) | protected function _getIndexer($productTypeId) method _insertFromTable (line 326) | protected function _insertFromTable($sourceTable, $destTable, $where =... method _emptyTable (line 349) | protected function _emptyTable($table) method _reindexRows (line 364) | protected function _reindexRows($changedIds = []) method deleteIndexData (line 407) | private function deleteIndexData(array $entityIds) method _copyRelationIndexData (line 430) | protected function _copyRelationIndexData($parentIds, $excludeIds = null) method getIndexTargetTableByDimension (line 475) | private function getIndexTargetTableByDimension(array $dimensions) method getIndexTargetTable (line 494) | protected function getIndexTargetTable() method getProductIdFieldName (line 502) | protected function getProductIdFieldName() method getProductsTypes (line 515) | private function getProductsTypes(array $changedIds = []) method getParentProductsTypes (line 541) | private function getParentProductsTypes(array $productsIds) method getConnection (line 569) | private function getConnection() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php class Full (line 45) | class Full extends AbstractAction method __construct (line 111) | public function __construct( method execute (line 171) | public function execute($ids = null): void method prepareTables (line 204) | private function prepareTables(): void method truncateReplicaTables (line 219) | private function truncateReplicaTables(): void method reindexProductTypeWithDimensions (line 236) | private function reindexProductTypeWithDimensions(DimensionalIndexerIn... method reindexByBatches (line 257) | private function reindexByBatches( method getBatchesForIndexer (line 275) | private function getBatchesForIndexer(string $typeId): BatchIterator method reindexByBatchWithDimensions (line 304) | private function reindexByBatchWithDimensions( method reindexProductType (line 335) | private function reindexProductType(PriceInterface $priceIndexer, stri... method reindexBatch (line 350) | private function reindexBatch(PriceInterface $priceIndexer, Select $ba... method getEntityIdsFromBatch (line 381) | private function getEntityIdsFromBatch(Select $batch): array method getProductMetaData (line 394) | private function getProductMetaData(): EntityMetadataInterface method getReplicaTable (line 409) | private function getReplicaTable(): string method switchTables (line 422) | private function switchTables(): void method moveDataFromReplicaTableToReplicaTables (line 451) | private function moveDataFromReplicaTableToReplicaTables(array $dimens... method getIndexTargetTable (line 493) | protected function getIndexTargetTable(): string FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Row.php class Row (line 12) | class Row extends \Magento\Catalog\Model\Indexer\Product\Price\AbstractA... method execute (line 22) | public function execute($id = null) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Rows.php class Rows (line 12) | class Rows extends \Magento\Catalog\Model\Indexer\Product\Price\Abstract... method execute (line 22) | public function execute($ids) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/DimensionCollectionFactory.php class DimensionCollectionFactory (line 13) | class DimensionCollectionFactory method __construct (line 35) | public function __construct( method create (line 52) | public function create(string $dimensionsMode = null): MultiDimensionP... FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/DimensionModeConfiguration.php class DimensionModeConfiguration (line 13) | class DimensionModeConfiguration method __construct (line 57) | public function __construct(ScopeConfigInterface $scopeConfig) method getDimensionModes (line 67) | public function getDimensionModes(): array method getDimensionConfiguration (line 80) | public function getDimensionConfiguration(string $mode = null): array method getCurrentMode (line 93) | private function getCurrentMode(): string FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/InvalidateIndex.php class InvalidateIndex (line 14) | class InvalidateIndex implements UpdateIndexInterface method __construct (line 26) | public function __construct( method update (line 36) | public function update(GroupInterface $group, $isGroupNew) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/ModeSwitcher.php class ModeSwitcher (line 19) | class ModeSwitcher implements \Magento\Indexer\Model\ModeSwitcherInterface method __construct (line 56) | public function __construct( method getDimensionModes (line 71) | public function getDimensionModes(): DimensionModes method switchMode (line 84) | public function switchMode(string $currentMode, string $previousMode) method createTables (line 105) | public function createTables(string $currentMode) method moveData (line 122) | public function moveData(string $currentMode, string $previousMode) method dropTables (line 152) | public function dropTables(string $previousMode) method getDimensionsArray (line 170) | private function getDimensionsArray(string $mode): \Magento\Framework\... method insertFromOldTablesToNew (line 190) | private function insertFromOldTablesToNew(string $newTable, string $ol... FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/ModeSwitcherConfiguration.php class ModeSwitcherConfiguration (line 17) | class ModeSwitcherConfiguration method __construct (line 45) | public function __construct( method saveMode (line 62) | public function saveMode(string $mode) FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Plugin/CustomerGroup.php class CustomerGroup (line 18) | class CustomerGroup method __construct (line 54) | public function __construct( method aroundSave (line 78) | public function aroundSave( method afterDeleteById (line 104) | public function afterDeleteById(GroupRepositoryInterface $subject, boo... method getAffectedDimensions (line 119) | private function getAffectedDimensions(string $groupId): array FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Plugin/TableResolver.php class TableResolver (line 25) | class TableResolver method __construct (line 59) | public function __construct( method afterGetTableName (line 83) | public function afterGetTableName( method getDimensions (line 102) | private function getDimensions(): array method createDimensionFromWebsite (line 121) | private function createDimensionFromWebsite(): Dimension method createDimensionFromCustomerGroup (line 133) | private function createDimensionFromCustomerGroup(): Dimension FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Plugin/Website.php class Website (line 17) | class Website method __construct (line 47) | public function __construct( method afterDelete (line 69) | public function afterDelete(AbstractDb $subject, AbstractDb $objectRes... method afterSave (line 88) | public function afterSave(AbstractDb $subject, AbstractDb $objectResou... method getAffectedDimensions (line 106) | private function getAffectedDimensions(string $websiteId): array FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/PriceTableResolver.php class PriceTableResolver (line 18) | class PriceTableResolver implements IndexScopeResolverInterface method __construct (line 34) | public function __construct( method resolve (line 48) | public function resolve($index, array $dimensions) method filterDimensions (line 61) | private function filterDimensions($dimensions): array FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/Processor.php class Processor (line 12) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/System/Config/PriceScope.php class PriceScope (line 11) | class PriceScope extends \Magento\Framework\App\Config\Value method __construct (line 28) | public function __construct( method afterSave (line 47) | public function afterSave() method processValue (line 58) | public function processValue() FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php class TableMaintainer (line 18) | class TableMaintainer method __construct (line 65) | public function __construct( method getConnection (line 80) | public function getConnection(): AdapterInterface method getTable (line 94) | private function getTable(string $table): string method createTable (line 109) | private function createTable(string $mainTableName, string $newTableName) method dropTable (line 125) | private function dropTable(string $tableName) method truncateTable (line 139) | private function truncateTable(string $tableName) method getArrayKeyForTmpTable (line 153) | private function getArrayKeyForTmpTable(array $dimensions): string method getMainTable (line 169) | public function getMainTable(array $dimensions): string method createTablesForDimensions (line 183) | public function createTablesForDimensions(array $dimensions) method dropTablesForDimensions (line 208) | public function dropTablesForDimensions(array $dimensions) method truncateTablesForDimensions (line 224) | public function truncateTablesForDimensions(array $dimensions) method getMainReplicaTable (line 240) | public function getMainReplicaTable(array $dimensions): string method createMainTmpTable (line 252) | public function createMainTmpTable(array $dimensions) method getMainTmpTable (line 270) | public function getMainTmpTable(array $dimensions): string FILE: app/code/Magento/Catalog/Model/Indexer/Product/Price/UpdateIndexInterface.php type UpdateIndexInterface (line 16) | interface UpdateIndexInterface method update (line 26) | public function update(GroupInterface $group, $isGroupNew); FILE: app/code/Magento/Catalog/Model/Layer.php class Layer (line 20) | class Layer extends \Magento\Framework\DataObject method __construct (line 101) | public function __construct( method getStateKey (line 128) | public function getStateKey() method getProductCollection (line 141) | public function getProductCollection() method prepareProductCollection (line 160) | public function prepareProductCollection($collection) method apply (line 175) | public function apply() method getCurrentCategory (line 194) | public function getCurrentCategory() method setCurrentCategory (line 217) | public function setCurrentCategory($category) method getCurrentStore (line 247) | public function getCurrentStore() method getState (line 257) | public function getState() FILE: app/code/Magento/Catalog/Model/Layer/AvailabilityFlagInterface.php type AvailabilityFlagInterface (line 13) | interface AvailabilityFlagInterface method isEnabled (line 22) | public function isEnabled($layer, array $filters = []); FILE: app/code/Magento/Catalog/Model/Layer/Category.php class Category (line 12) | class Category extends \Magento\Catalog\Model\Layer method __construct (line 24) | public function __construct( FILE: app/code/Magento/Catalog/Model/Layer/Category/AvailabilityFlag.php class AvailabilityFlag (line 12) | class AvailabilityFlag implements AvailabilityFlagInterface method isEnabled (line 21) | public function isEnabled($layer, array $filters = []) method canShowOptions (line 30) | protected function canShowOptions($filters) FILE: app/code/Magento/Catalog/Model/Layer/Category/CollectionFilter.php class CollectionFilter (line 12) | class CollectionFilter implements CollectionFilterInterface method __construct (line 34) | public function __construct( method filter (line 49) | public function filter( FILE: app/code/Magento/Catalog/Model/Layer/Category/FilterableAttributeList.php class FilterableAttributeList (line 12) | class FilterableAttributeList implements FilterableAttributeListInterface method __construct (line 30) | public function __construct( method getList (line 43) | public function getList() method _prepareAttributeCollection (line 62) | protected function _prepareAttributeCollection($collection) FILE: app/code/Magento/Catalog/Model/Layer/Category/ItemCollectionProvider.php class ItemCollectionProvider (line 11) | class ItemCollectionProvider implements ItemCollectionProviderInterface method getCollection (line 17) | public function getCollection(\Magento\Catalog\Model\Category $category) FILE: app/code/Magento/Catalog/Model/Layer/Category/StateKey.php class StateKey (line 12) | class StateKey implements StateKeyInterface method __construct (line 28) | public function __construct( method toString (line 42) | public function toString($category) FILE: app/code/Magento/Catalog/Model/Layer/CollectionFilterInterface.php type CollectionFilterInterface (line 13) | interface CollectionFilterInterface method filter (line 22) | public function filter( FILE: app/code/Magento/Catalog/Model/Layer/Context.php class Context (line 20) | class Context implements ContextInterface method __construct (line 42) | public function __construct( method getCollectionProvider (line 55) | public function getCollectionProvider() method getStateKey (line 63) | public function getStateKey() method getCollectionFilter (line 71) | public function getCollectionFilter() FILE: app/code/Magento/Catalog/Model/Layer/ContextInterface.php type ContextInterface (line 20) | interface ContextInterface method getCollectionProvider (line 25) | public function getCollectionProvider(); method getStateKey (line 30) | public function getStateKey(); method getCollectionFilter (line 35) | public function getCollectionFilter(); FILE: app/code/Magento/Catalog/Model/Layer/Filter/AbstractFilter.php class AbstractFilter (line 14) | abstract class AbstractFilter extends \Magento\Framework\DataObject impl... method __construct (line 70) | public function __construct( method setRequestVar (line 93) | public function setRequestVar($varName) method getRequestVar (line 104) | public function getRequestVar() method getResetValue (line 114) | public function getResetValue() method getCleanValue (line 124) | public function getCleanValue() method apply (line 136) | public function apply(\Magento\Framework\App\RequestInterface $request) method getItemsCount (line 146) | public function getItemsCount() method getItems (line 156) | public function getItems() method setItems (line 170) | public function setItems(array $items) method _getItemsData (line 190) | protected function _getItemsData() method _initItems (line 200) | protected function _initItems() method getLayer (line 216) | public function getLayer() method _createItem (line 234) | protected function _createItem($label, $value, $count = 0) method _getFilterEntityIds (line 248) | protected function _getFilterEntityIds() method _getBaseCollectionSql (line 258) | protected function _getBaseCollectionSql() method setAttributeModel (line 269) | public function setAttributeModel($attribute) method getAttributeModel (line 282) | public function getAttributeModel() method getName (line 297) | public function getName() method getStoreId (line 307) | public function getStoreId() method setStoreId (line 322) | public function setStoreId($storeId) method getWebsiteId (line 332) | public function getWebsiteId() method setWebsiteId (line 347) | public function setWebsiteId($websiteId) method getClearLinkText (line 357) | public function getClearLinkText() method getOptionText (line 369) | protected function getOptionText($optionId) method getAttributeIsFilterable (line 380) | protected function getAttributeIsFilterable($attribute) method isOptionReducesResults (line 392) | protected function isOptionReducesResults($optionCount, $totalSize) FILE: app/code/Magento/Catalog/Model/Layer/Filter/Attribute.php class Attribute (line 13) | class Attribute extends \Magento\Catalog\Model\Layer\Filter\AbstractFilter method __construct (line 44) | public function __construct( method _getResource (line 66) | protected function _getResource() method apply (line 77) | public function apply(\Magento\Framework\App\RequestInterface $request) method _getItemsData (line 98) | protected function _getItemsData() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Category.php class Category (line 15) | class Category extends \Magento\Catalog\Model\Layer\Filter\AbstractFilter method __construct (line 61) | public function __construct( method getResetValue (line 81) | public function getResetValue() method apply (line 92) | public function apply(\Magento\Framework\App\RequestInterface $request) method getName (line 115) | public function getName() method _getItemsData (line 125) | protected function _getItemsData() FILE: app/code/Magento/Catalog/Model/Layer/Filter/DataProvider/Category.php class Category (line 13) | class Category method __construct (line 51) | public function __construct( method isValid (line 66) | public function isValid() method setCategoryId (line 87) | public function setCategoryId($categoryId) method isApplied (line 99) | private function isApplied() method getCategory (line 109) | public function getCategory() method getResetValue (line 141) | public function getResetValue() method getLayer (line 163) | private function getLayer() FILE: app/code/Magento/Catalog/Model/Layer/Filter/DataProvider/Decimal.php class Decimal (line 10) | class Decimal method __construct (line 42) | public function __construct(\Magento\Catalog\Model\ResourceModel\Layer... method getRange (line 51) | public function getRange(FilterInterface $filter) method setRange (line 72) | public function setRange($range) method getMaxValue (line 83) | public function getMaxValue(FilterInterface $filter) method getMinValue (line 98) | public function getMinValue(FilterInterface $filter) method getRangeItemCounts (line 114) | public function getRangeItemCounts($range, FilterInterface $filter) method getResource (line 129) | public function getResource() method loadValues (line 138) | private function loadValues(FilterInterface $filter) FILE: app/code/Magento/Catalog/Model/Layer/Filter/DataProvider/Price.php class Price (line 13) | class Price method __construct (line 93) | public function __construct( method getInterval (line 108) | public function getInterval() method setInterval (line 117) | public function setInterval($interval) method getRangeCalculationValue (line 125) | public function getRangeCalculationValue() method getRangeStepValue (line 136) | public function getRangeStepValue() method getOnePriceIntervalValue (line 147) | public function getOnePriceIntervalValue() method getIntervalDivisionLimitValue (line 160) | public function getIntervalDivisionLimitValue() method getRangeMaxIntervalsValue (line 173) | public function getRangeMaxIntervalsValue() method getLayer (line 184) | public function getLayer() method getPriceRange (line 194) | public function getPriceRange() method getRangeItemCounts (line 234) | public function getRangeItemCounts($range) method getMaxPrice (line 264) | public function getMaxPrice() method getPriorFilters (line 282) | public function getPriorFilters($filterParams) method validateFilter (line 306) | public function validateFilter($filter) method getResetValue (line 326) | public function getResetValue() method getPriorIntervals (line 344) | public function getPriorIntervals() method setPriorIntervals (line 353) | public function setPriorIntervals($priorInterval) method getResource (line 361) | public function getResource() method getAdditionalRequestData (line 369) | public function getAdditionalRequestData() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Decimal.php class Decimal (line 11) | class Decimal extends \Magento\Catalog\Model\Layer\Filter\AbstractFilter method __construct (line 39) | public function __construct( method apply (line 60) | public function apply(\Magento\Framework\App\RequestInterface $request) method _renderItemLabel (line 99) | protected function _renderItemLabel($range, $value) method _getItemsData (line 111) | protected function _getItemsData() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/AlgorithmFactory.php class AlgorithmFactory (line 14) | class AlgorithmFactory method __construct (line 49) | public function __construct( method create (line 66) | public function create(array $data = []) FILE: app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/AlgorithmInterface.php type AlgorithmInterface (line 12) | interface AlgorithmInterface method getItemsData (line 19) | public function getItemsData(array $intervals = [], $additionalRequest... FILE: app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/Auto.php class Auto (line 19) | class Auto implements AlgorithmInterface method __construct (line 67) | public function __construct( method getItemsData (line 88) | public function getItemsData(array $intervals = [], $additionalRequest... method getRange (line 106) | private function getRange() method getMaxPriceInt (line 124) | public function getMaxPriceInt() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/Improved.php class Improved (line 15) | class Improved implements AlgorithmInterface method __construct (line 51) | public function __construct( method getItemsData (line 68) | public function getItemsData(array $intervals = [], $additionalRequest... method getIntervalDivisionLimit (line 107) | private function getIntervalDivisionLimit() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Dynamic/Manual.php class Manual (line 17) | class Manual implements AlgorithmInterface method __construct (line 30) | public function __construct( method getItemsData (line 54) | public function getItemsData(array $intervals = [], $additionalRequest... method processRange (line 74) | private function processRange($items) method getMaxIntervalsNumber (line 96) | public function getMaxIntervalsNumber() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 39) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/Layer/Filter/FilterInterface.php type FilterInterface (line 14) | interface FilterInterface method setRequestVar (line 22) | public function setRequestVar($varName); method getRequestVar (line 29) | public function getRequestVar(); method getResetValue (line 36) | public function getResetValue(); method getCleanValue (line 43) | public function getCleanValue(); method apply (line 51) | public function apply(\Magento\Framework\App\RequestInterface $request); method getItemsCount (line 58) | public function getItemsCount(); method getItems (line 65) | public function getItems(); method setItems (line 73) | public function setItems(array $items); method getLayer (line 80) | public function getLayer(); method setAttributeModel (line 88) | public function setAttributeModel($attribute); method getAttributeModel (line 96) | public function getAttributeModel(); method getName (line 104) | public function getName(); method getStoreId (line 111) | public function getStoreId(); method setStoreId (line 119) | public function setStoreId($storeId); method getWebsiteId (line 126) | public function getWebsiteId(); method setWebsiteId (line 134) | public function setWebsiteId($websiteId); method getClearLinkText (line 141) | public function getClearLinkText(); FILE: app/code/Magento/Catalog/Model/Layer/Filter/Item.php class Item (line 14) | class Item extends \Magento\Framework\DataObject method __construct (line 37) | public function __construct( method getFilter (line 53) | public function getFilter() method getUrl (line 69) | public function getUrl() method getRemoveUrl (line 84) | public function getRemoveUrl() method getClearLinkUrl (line 99) | public function getClearLinkUrl() method getName (line 120) | public function getName() method getValueString (line 130) | public function getValueString() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Item/DataBuilder.php class DataBuilder (line 12) | class DataBuilder method addItemData (line 36) | public function addItemData($label, $value, $count) method build (line 50) | public function build() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Price.php class Price (line 14) | class Price extends \Magento\Catalog\Model\Layer\Filter\AbstractFilter method __construct (line 78) | public function __construct( method apply (line 107) | public function apply(\Magento\Framework\App\RequestInterface $request) method getCustomerGroupId (line 148) | public function getCustomerGroupId() method setCustomerGroupId (line 164) | public function setCustomerGroupId($customerGroupId) method getCurrencyRate (line 174) | public function getCurrencyRate() method setCurrencyRate (line 194) | public function setCurrencyRate($rate) method getResetValue (line 204) | public function getResetValue() method getClearLinkText (line 214) | public function getClearLinkText() method _renderRangeLabel (line 231) | protected function _renderRangeLabel($fromPrice, $toPrice) method _getAdditionalRequestData (line 253) | protected function _getAdditionalRequestData() method _getItemsData (line 273) | protected function _getItemsData() method _applyPriceRange (line 288) | protected function _applyPriceRange() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Price/Range.php class Range (line 17) | class Range method __construct (line 42) | public function __construct(Registry $registry, ScopeConfigInterface $... method getPriceRange (line 52) | public function getPriceRange() method getConfigRangeStep (line 63) | public function getConfigRangeStep() FILE: app/code/Magento/Catalog/Model/Layer/Filter/Price/Render.php class Render (line 13) | class Render method __construct (line 37) | public function __construct( method renderRangeLabel (line 54) | public function renderRangeLabel($fromPrice, $toPrice) method renderRangeData (line 79) | public function renderRangeData($range, $dbRanges) FILE: app/code/Magento/Catalog/Model/Layer/FilterList.php class FilterList (line 13) | class FilterList method __construct (line 52) | public function __construct( method getFilters (line 70) | public function getFilters(\Magento\Catalog\Model\Layer $layer) method createAttributeFilter (line 90) | protected function createAttributeFilter( method getAttributeFilterClass (line 109) | protected function getAttributeFilterClass(\Magento\Catalog\Model\Reso... FILE: app/code/Magento/Catalog/Model/Layer/FilterableAttributeListInterface.php type FilterableAttributeListInterface (line 13) | interface FilterableAttributeListInterface method getList (line 20) | public function getList(); FILE: app/code/Magento/Catalog/Model/Layer/ItemCollectionProviderInterface.php type ItemCollectionProviderInterface (line 14) | interface ItemCollectionProviderInterface method getCollection (line 20) | public function getCollection(\Magento\Catalog\Model\Category $category); FILE: app/code/Magento/Catalog/Model/Layer/Resolver.php class Resolver (line 9) | class Resolver method __construct (line 37) | public function __construct( method create (line 51) | public function create($layerType) method get (line 67) | public function get() FILE: app/code/Magento/Catalog/Model/Layer/Search.php class Search (line 14) | class Search extends \Magento\Catalog\Model\Layer method __construct (line 26) | public function __construct( FILE: app/code/Magento/Catalog/Model/Layer/Search/CollectionFilter.php class CollectionFilter (line 14) | class CollectionFilter implements CollectionFilterInterface method __construct (line 36) | public function __construct( method filter (line 54) | public function filter( FILE: app/code/Magento/Catalog/Model/Layer/Search/Filter/Attribute.php class Attribute (line 13) | class Attribute extends \Magento\Catalog\Model\Layer\Filter\Attribute method getAttributeIsFilterable (line 21) | protected function getAttributeIsFilterable($attribute) FILE: app/code/Magento/Catalog/Model/Layer/Search/FilterableAttributeList.php class FilterableAttributeList (line 9) | class FilterableAttributeList extends \Magento\Catalog\Model\Layer\Categ... method _prepareAttributeCollection (line 15) | protected function _prepareAttributeCollection($collection) FILE: app/code/Magento/Catalog/Model/Layer/Search/ItemCollectionProvider.php class ItemCollectionProvider (line 11) | class ItemCollectionProvider implements ItemCollectionProviderInterface method __construct (line 21) | public function __construct(CollectionFactory $collectionFactory) method getCollection (line 30) | public function getCollection(\Magento\Catalog\Model\Category $category) FILE: app/code/Magento/Catalog/Model/Layer/State.php class State (line 20) | class State extends DataObject method addFilter (line 28) | public function addFilter($filter) method setFilters (line 43) | public function setFilters($filters) method getFilters (line 57) | public function getFilters() FILE: app/code/Magento/Catalog/Model/Layer/StateKeyInterface.php type StateKeyInterface (line 13) | interface StateKeyInterface method toString (line 21) | public function toString($category); FILE: app/code/Magento/Catalog/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 15) | class DepersonalizePlugin method __construct (line 33) | public function __construct( method afterGenerateXml (line 48) | public function afterGenerateXml(\Magento\Framework\View\LayoutInterfa... FILE: app/code/Magento/Catalog/Model/Locator/LocatorInterface.php type LocatorInterface (line 17) | interface LocatorInterface method getProduct (line 23) | public function getProduct(); method getStore (line 29) | public function getStore(); method getWebsiteIds (line 35) | public function getWebsiteIds(); method getBaseCurrencyCode (line 41) | public function getBaseCurrencyCode(); FILE: app/code/Magento/Catalog/Model/Locator/RegistryLocator.php class RegistryLocator (line 17) | class RegistryLocator implements LocatorInterface method __construct (line 37) | public function __construct(Registry $registry) method getProduct (line 46) | public function getProduct() method getStore (line 63) | public function getStore() method getWebsiteIds (line 79) | public function getWebsiteIds() method getBaseCurrencyCode (line 87) | public function getBaseCurrencyCode() FILE: app/code/Magento/Catalog/Model/Plugin/Log.php class Log (line 10) | class Log method __construct (line 20) | public function __construct(\Magento\Catalog\Model\Product\Compare\Ite... method afterClean (line 35) | public function afterClean(\Magento\Customer\Model\ResourceModel\Visit... FILE: app/code/Magento/Catalog/Model/Plugin/ProductRepository/TransactionWrapper.php class TransactionWrapper (line 13) | class TransactionWrapper method __construct (line 23) | public function __construct( method aroundSave (line 40) | public function aroundSave( method aroundDelete (line 68) | public function aroundDelete( method aroundDeleteById (line 95) | public function aroundDeleteById( FILE: app/code/Magento/Catalog/Model/Plugin/QuoteItemProductOption.php class QuoteItemProductOption (line 15) | class QuoteItemProductOption method beforeConvert (line 27) | public function beforeConvert( FILE: app/code/Magento/Catalog/Model/Plugin/SetPageLayoutDefaultValue.php class SetPageLayoutDefaultValue (line 19) | class SetPageLayoutDefaultValue method __construct (line 26) | public function __construct(string $defaultValue = "") method afterGetDefaultMetaData (line 40) | public function afterGetDefaultMetaData(DataProvider $subject, array $... FILE: app/code/Magento/Catalog/Model/Plugin/ShowOutOfStockConfig.php class ShowOutOfStockConfig (line 8) | class ShowOutOfStockConfig method __construct (line 18) | public function __construct(\Magento\Catalog\Model\Indexer\Product\Eav... method afterSave (line 31) | public function afterSave(\Magento\Framework\App\Config\Value $subject... FILE: app/code/Magento/Catalog/Model/Product.php class Product (line 42) | class Product extends \Magento\Catalog\Model\AbstractModel implements method __construct (line 397) | public function __construct( method _construct (line 483) | protected function _construct() method _getResource (line 497) | protected function _getResource() method getCustomAttributesCodes (line 510) | protected function getCustomAttributesCodes() method getStoreId (line 534) | public function getStoreId() method getUrlModel (line 547) | public function getUrlModel() method validate (line 559) | public function validate() method getName (line 573) | public function getName() method getPrice (line 585) | public function getPrice() method getVisibility (line 602) | public function getVisibility() method getAttributeSetId (line 612) | public function getAttributeSetId() method getCreatedAt (line 622) | public function getCreatedAt() method getUpdatedAt (line 632) | public function getUpdatedAt() method setPriceCalculation (line 644) | public function setPriceCalculation($calculate = true) method getTypeId (line 654) | public function getTypeId() method getStatus (line 666) | public function getStatus() method getTypeInstance (line 679) | public function getTypeInstance() method setTypeInstance (line 693) | public function setTypeInstance($instance) method getLinkInstance (line 704) | public function getLinkInstance() method getIdBySku (line 715) | public function getIdBySku($sku) method getCategoryId (line 725) | public function getCategoryId() method getCategory (line 739) | public function getCategory() method getCategoryIds (line 754) | public function getCategoryIds() method getCategoryCollection (line 777) | public function getCategoryCollection() method setCategoryCollection (line 793) | protected function setCategoryCollection(\Magento\Framework\Data\Colle... method getWebsiteIds (line 804) | public function getWebsiteIds() method getStoreIds (line 818) | public function getStoreIds() method getAttributes (line 849) | public function getAttributes($groupId = null, $skipSuper = false) method beforeSave (line 873) | public function beforeSave() method canAffectOptions (line 942) | public function canAffectOptions($value = null) method afterSave (line 955) | public function afterSave() method setQty (line 981) | public function setQty($qty) method getQty (line 995) | public function getQty() method priceReindexCallback (line 1005) | public function priceReindexCallback() method eavReindexCallback (line 1017) | public function eavReindexCallback() method isDataChanged (line 1029) | public function isDataChanged() method reindex (line 1044) | public function reindex() method beforeDelete (line 1063) | public function beforeDelete() method afterDeleteCommit (line 1074) | public function afterDeleteCommit() method _afterLoad (line 1086) | protected function _afterLoad() method cleanCache (line 1100) | public function cleanCache() method getPriceModel (line 1111) | public function getPriceModel() method getPriceInfo (line 1121) | public function getPriceInfo() method getTierPrices (line 1134) | public function getTierPrices() method setTierPrices (line 1145) | public function setTierPrices(array $tierPrices = null) method getTierPrice (line 1157) | public function getTierPrice($qty = null) method getFormattedPrice (line 1167) | public function getFormattedPrice() method getFormatedPrice (line 1180) | public function getFormatedPrice() method setFinalPrice (line 1195) | public function setFinalPrice($price) method getFinalPrice (line 1207) | public function getFinalPrice($qty = null) method getCalculatedFinalPrice (line 1221) | public function getCalculatedFinalPrice() method getMinimalPrice (line 1231) | public function getMinimalPrice() method getSpecialPrice (line 1241) | public function getSpecialPrice() method getSpecialFromDate (line 1251) | public function getSpecialFromDate() method getSpecialToDate (line 1261) | public function getSpecialToDate() method getRelatedProducts (line 1271) | public function getRelatedProducts() method getRelatedProductIds (line 1288) | public function getRelatedProductIds() method getRelatedProductCollection (line 1305) | public function getRelatedProductCollection() method getRelatedLinkCollection (line 1317) | public function getRelatedLinkCollection() method getUpSellProducts (line 1332) | public function getUpSellProducts() method getUpSellProductIds (line 1350) | public function getUpSellProductIds() method getUpSellProductCollection (line 1367) | public function getUpSellProductCollection() method getUpSellLinkCollection (line 1379) | public function getUpSellLinkCollection() method getCrossSellProducts (line 1394) | public function getCrossSellProducts() method getCrossSellProductIds (line 1412) | public function getCrossSellProductIds() method getCrossSellProductCollection (line 1429) | public function getCrossSellProductCollection() method getCrossSellLinkCollection (line 1441) | public function getCrossSellLinkCollection() method getProductLinks (line 1456) | public function getProductLinks() method setProductLinks (line 1474) | public function setProductLinks(array $links = null) method getMediaAttributes (line 1490) | public function getMediaAttributes() method getMediaAttributeValues (line 1509) | public function getMediaAttributeValues() method getMediaGalleryImages (line 1524) | public function getMediaGalleryImages() method hasGalleryAttribute (line 1557) | public function hasGalleryAttribute() method addImageToMediaGallery (line 1581) | public function addImageToMediaGallery($file, $mediaAttribute = null, ... method getMediaConfig (line 1601) | public function getMediaConfig() method getVisibleInCatalogStatuses (line 1611) | public function getVisibleInCatalogStatuses() method getVisibleStatuses (line 1621) | public function getVisibleStatuses() method isVisibleInCatalog (line 1631) | public function isVisibleInCatalog() method getVisibleInSiteVisibilities (line 1641) | public function getVisibleInSiteVisibilities() method isVisibleInSiteVisibility (line 1651) | public function isVisibleInSiteVisibility() method isDuplicable (line 1661) | public function isDuplicable() method setIsDuplicable (line 1672) | public function setIsDuplicable($value) method isSalable (line 1683) | public function isSalable() method isAvailable (line 1714) | public function isAvailable() method getIsSalable (line 1725) | public function getIsSalable() method isVirtual (line 1743) | public function isVirtual() method isSaleable (line 1753) | public function isSaleable() method isInStock (line 1763) | public function isInStock() method getAttributeText (line 1774) | public function getAttributeText($attributeCode) method getCustomDesignDate (line 1786) | public function getCustomDesignDate() method getProductUrl (line 1801) | public function getProductUrl($useSid = null) method getUrlInStore (line 1812) | public function getUrlInStore($params = []) method formatUrlKey (line 1823) | public function formatUrlKey($str) method addAttributeUpdate (line 1836) | public function addAttributeUpdate($code, $value, $store) method toArray (line 1855) | public function toArray(array $arrAttributes = []) method fromArray (line 1872) | public function fromArray(array $data) method getRequestPath (line 1896) | public function getRequestPath() method getGiftMessageAvailable (line 1906) | public function getGiftMessageAvailable() method isComposite (line 1916) | public function isComposite() method canConfigure (line 1926) | public function canConfigure() method getSku (line 1937) | public function getSku() method getWeight (line 1947) | public function getWeight() method getOptionInstance (line 1957) | public function getOptionInstance() method addOption (line 1972) | public function addOption(Product\Option $option) method getOptionById (line 1987) | public function getOptionById($optionId) method getProductOptionsCollection (line 2006) | public function getProductOptionsCollection() method getOptions (line 2016) | public function getOptions() method setOptions (line 2027) | public function setOptions(array $options = null) method getIsVirtual (line 2039) | public function getIsVirtual() method addCustomOption (line 2052) | public function addCustomOption($code, $value, $product = null) method setCustomOptions (line 2068) | public function setCustomOptions(array $options) method getCustomOptions (line 2078) | public function getCustomOptions() method getCustomOption (line 2089) | public function getCustomOption($code) method hasCustomOptions (line 2102) | public function hasCustomOptions() method canBeShowInCategory (line 2117) | public function canBeShowInCategory($categoryId) method getAvailableInCategories (line 2127) | public function getAvailableInCategories() method getDefaultAttributeSetId (line 2137) | public function getDefaultAttributeSetId() method reset (line 2147) | public function reset() method getCacheIdTags (line 2161) | public function getCacheIdTags() method isProductsHasSku (line 2180) | public function isProductsHasSku(array $productIds) method processBuyRequest (line 2200) | public function processBuyRequest(\Magento\Framework\DataObject $buyRe... method getPreconfiguredValues (line 2232) | public function getPreconfiguredValues() method prepareCustomOptions (line 2249) | public function prepareCustomOptions() method _clearReferences (line 2265) | protected function _clearReferences() method _clearData (line 2276) | protected function _clearData() method _clearOptionReferences (line 2298) | protected function _clearOptionReferences() method getProductEntitiesInfo (line 2320) | public function getProductEntitiesInfo($columns = null) method isDisabled (line 2330) | public function isDisabled() method getImage (line 2340) | public function getImage() method getIdentities (line 2351) | public function getIdentities() method isStockStatusChanged (line 2377) | private function isStockStatusChanged() method reloadPriceInfo (line 2398) | public function reloadPriceInfo() method __toArray (line 2412) | public function __toArray() method toFlatArray (line 2438) | public function toFlatArray() method setSku (line 2460) | public function setSku($sku) method setName (line 2471) | public function setName($name) method setStoreId (line 2482) | public function setStoreId($storeId) method setAttributeSetId (line 2493) | public function setAttributeSetId($attributeSetId) method setPrice (line 2504) | public function setPrice($price) method setStatus (line 2515) | public function setStatus($status) method setVisibility (line 2526) | public function setVisibility($visibility) method setCreatedAt (line 2537) | public function setCreatedAt($createdAt) method setUpdatedAt (line 2548) | public function setUpdatedAt($updatedAt) method setWeight (line 2559) | public function setWeight($weight) method setTypeId (line 2570) | public function setTypeId($typeId) method getExtensionAttributes (line 2583) | public function getExtensionAttributes() method setExtensionAttributes (line 2594) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Produ... method convertToMediaGalleryInterface (line 2608) | protected function convertToMediaGalleryInterface(array $mediaGallery) method getMediaGalleryEntries (line 2627) | public function getMediaGalleryEntries() method setMediaGalleryEntries (line 2645) | public function setMediaGalleryEntries(array $mediaGalleryEntries = null) method getId (line 2666) | public function getId() method setId (line 2678) | public function setId($value) method getLinkRepository (line 2688) | private function getLinkRepository() method getMediaGalleryProcessor (line 2702) | private function getMediaGalleryProcessor() method setAssociatedProductIds (line 2718) | public function setAssociatedProductIds(array $productIds) method getQuantityAndStockStatus (line 2735) | public function getQuantityAndStockStatus() method setQuantityAndStockStatus (line 2752) | public function setQuantityAndStockStatus($quantityAndStockStatusData) method getStockData (line 2769) | public function getStockData() method setStockData (line 2786) | public function setStockData($stockData) FILE: app/code/Magento/Catalog/Model/Product/Action.php class Action (line 17) | class Action extends \Magento\Framework\Model\AbstractModel method __construct (line 52) | public function __construct( method _construct (line 75) | protected function _construct() method updateAttributes (line 88) | public function updateAttributes($productIds, $attrData, $storeId) method _hasIndexableAttributes (line 118) | protected function _hasIndexableAttributes($attributesData) method _attributeIsIndexable (line 134) | protected function _attributeIsIndexable($attribute) method updateWebsites (line 155) | public function updateWebsites($productIds, $websiteIds, $type) FILE: app/code/Magento/Catalog/Model/Product/Attribute/AttributeSetFinder.php class AttributeSetFinder (line 14) | class AttributeSetFinder implements AttributeSetFinderInterface method __construct (line 24) | public function __construct(CollectionFactory $productCollectionFactory) method findAttributeSetIdsByProductIds (line 32) | public function findAttributeSetIdsByProductIds(array $productIds) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Boolean.php class Boolean (line 17) | class Boolean extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method beforeSave (line 25) | public function beforeSave($object) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Category.php class Category (line 14) | class Category extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstr... method afterLoad (line 22) | public function afterLoad($object) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/GroupPrice/AbstractGroupPrice.php class AbstractGroupPrice (line 19) | abstract class AbstractGroupPrice extends Price method _getDuplicateErrorMessage (line 39) | abstract protected function _getDuplicateErrorMessage(); method __construct (line 63) | public function __construct( method _getWebsiteCurrencyRates (line 90) | protected function _getWebsiteCurrencyRates() method _getResource (line 126) | abstract protected function _getResource(); method _getAdditionalUniqueFields (line 135) | protected function _getAdditionalUniqueFields($objectArray) method getAdditionalFields (line 147) | protected function getAdditionalFields($objectArray) method _isPriceFixed (line 158) | protected function _isPriceFixed($priceObject) method validate (line 172) | public function validate($object) method validatePrice (line 256) | protected function validatePrice(array $priceRow) method preparePriceData (line 273) | public function preparePriceData(array $priceData, $productTypeId, $we... method afterLoad (line 305) | public function afterLoad($object) method getWebsiteId (line 322) | private function getWebsiteId($storeId) method setPriceData (line 339) | public function setPriceData($object, $priceData) method modifyPriceData (line 363) | protected function modifyPriceData($object, $data) method afterSave (line 384) | public function afterSave($object) method updateValues (line 396) | protected function updateValues(array $valuesToUpdate, array $oldValues) method getAffectedFields (line 420) | public function getAffectedFields($object) method getResource (line 441) | public function getResource() method getMetadataPool (line 451) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/LayoutUpdate.php class LayoutUpdate (line 19) | class LayoutUpdate extends AbstractLayoutUpdate method __construct (line 30) | public function __construct(LayoutUpdateManager $manager) method listAvailableValues (line 40) | protected function listAvailableValues(AbstractModel $forModel): array FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Media/EntryConverterInterface.php type EntryConverterInterface (line 18) | interface EntryConverterInterface method getMediaEntryType (line 25) | public function getMediaEntryType(); method convertTo (line 34) | public function convertTo(Product $product, array $rowData); method convertFrom (line 42) | public function convertFrom(ProductAttributeMediaGalleryEntryInterface... FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Media/EntryConverterPool.php class EntryConverterPool (line 15) | class EntryConverterPool method __construct (line 25) | public function __construct(array $mediaGalleryEntryConvertersCollection) method getConverterByMediaType (line 44) | public function getConverterByMediaType($mediaType) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Media/ImageEntryConverter.php class ImageEntryConverter (line 16) | class ImageEntryConverter implements EntryConverterInterface method __construct (line 37) | public function __construct( method getMediaEntryType (line 48) | public function getMediaEntryType() method convertTo (line 58) | public function convertTo(Product $product, array $rowData) method convertFrom (line 81) | public function convertFrom(ProductAttributeMediaGalleryEntryInterface... method convertFromMediaGalleryEntryContentInterface (line 100) | protected function convertFromMediaGalleryEntryContentInterface( FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Price.php class Price (line 19) | class Price extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method __construct (line 67) | public function __construct( method setAttribute (line 91) | public function setAttribute($attribute) method setScope (line 104) | public function setScope($attribute) method afterSave (line 126) | public function afterSave($object) method isUseDefault (line 152) | private function isUseDefault($object) method validate (line 170) | public function validate($object) method isPositiveOrZero (line 192) | protected function isPositiveOrZero($value) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php class Sku (line 14) | class Sku extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBa... method __construct (line 33) | public function __construct(\Magento\Framework\Stdlib\StringUtils $str... method validate (line 46) | public function validate($object) method _generateUniqueSku (line 70) | protected function _generateUniqueSku($object) method beforeSave (line 95) | public function beforeSave($object) method _getLastSimilarAttributeValueIncrement (line 109) | protected function _getLastSimilarAttributeValueIncrement($attribute, ... method trimValue (line 136) | private function trimValue($object) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Stock.php class Stock (line 18) | class Stock extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method __construct (line 32) | public function __construct( method afterLoad (line 44) | public function afterLoad($object) method validate (line 61) | public function validate($object) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/AbstractHandler.php class AbstractHandler (line 21) | abstract class AbstractHandler implements ExtensionInterface method __construct (line 31) | public function __construct( method getAdditionalFields (line 43) | protected function getAdditionalFields(array $objectArray): array method getPercentage (line 59) | protected function getPercentage(array $priceRow): ?float method prepareTierPrice (line 73) | protected function prepareTierPrice(array $data): array method parseQty (line 97) | protected function parseQty($value) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/SaveHandler.php class SaveHandler (line 21) | class SaveHandler extends AbstractHandler method __construct (line 50) | public function __construct( method execute (line 74) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/UpdateHandler.php class UpdateHandler (line 22) | class UpdateHandler extends AbstractHandler method __construct (line 57) | public function __construct( method execute (line 83) | public function execute($entity, $arguments = []) method updateValues (line 128) | private function updateValues(array $valuesToUpdate, array $oldValues)... method insertValues (line 158) | private function insertValues(int $productId, array $valuesToInsert): ... method deleteValues (line 182) | private function deleteValues(int $productId, array $valuesToDelete): ... method getPriceKey (line 199) | private function getPriceKey(array $priceData): string method isWebsiteGlobal (line 216) | private function isWebsiteGlobal(int $websiteId): bool method prepareOldTierPriceToCompare (line 227) | private function prepareOldTierPriceToCompare(?array $origPrices): array method prepareNewDataForSave (line 248) | private function prepareNewDataForSave(array $priceRows, bool $isGloba... FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Tierprice.php class Tierprice (line 19) | class Tierprice extends \Magento\Catalog\Model\Product\Attribute\Backend... method __construct (line 39) | public function __construct( method _getResource (line 68) | protected function _getResource() method _getAdditionalUniqueFields (line 79) | protected function _getAdditionalUniqueFields($objectArray) method getAdditionalFields (line 89) | protected function getAdditionalFields($objectArray) method _getDuplicateErrorMessage (line 103) | protected function _getDuplicateErrorMessage() method _isPriceFixed (line 114) | protected function _isPriceFixed($priceObject) method isScalar (line 124) | public function isScalar() method validate (line 132) | public function validate($object) method validatePrice (line 153) | protected function validatePrice(array $priceRow) method modifyPriceData (line 163) | protected function modifyPriceData($object, $data) method updateValues (line 187) | protected function updateValues(array $valuesToUpdate, array $oldValues) method getPercentage (line 215) | private function getPercentage($priceRow) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Backend/Weight.php class Weight (line 14) | class Weight extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstrac... method __construct (line 25) | public function __construct( method validate (line 38) | public function validate($object) method isPositiveOrZero (line 56) | protected function isPositiveOrZero($value) FILE: app/code/Magento/Catalog/Model/Product/Attribute/DataProvider.php class DataProvider (line 20) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 42) | public function __construct( method getData (line 63) | public function getData() method getMeta (line 73) | public function getMeta() method customizeAttributeCode (line 90) | private function customizeAttributeCode($meta) method customizeFrontendLabels (line 114) | private function customizeFrontendLabels($meta) method customizeOptions (line 147) | private function customizeOptions($meta) FILE: app/code/Magento/Catalog/Model/Product/Attribute/DefaultAttributes.php class DefaultAttributes (line 15) | class DefaultAttributes implements ProviderInterface method getDefaultAttributes (line 22) | public function getDefaultAttributes() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Frontend/Image.php class Image (line 19) | class Image extends AbstractFrontend method __construct (line 33) | public function __construct(StoreManagerInterface $storeManager) method getUrl (line 45) | public function getUrl($product) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Frontend/Inputtype/Presentation.php class Presentation (line 18) | class Presentation method getPresentationInputType (line 26) | public function getPresentationInputType(Attribute $attribute) :?string method convertPresentationDataToInputType (line 42) | public function convertPresentationDataToInputType(array $data) : array FILE: app/code/Magento/Catalog/Model/Product/Attribute/Group.php class Group (line 11) | class Group extends \Magento\Eav\Model\Entity\Attribute\Group method __construct (line 32) | public function __construct( method hasSystemAttributes (line 61) | public function hasSystemAttributes() FILE: app/code/Magento/Catalog/Model/Product/Attribute/LayoutUpdateManager.php class LayoutUpdateManager (line 23) | class LayoutUpdateManager method __construct (line 51) | public function __construct( method sanitizeSku (line 67) | private function sanitizeSku(ProductInterface $product): string method getLayoutProcessor (line 77) | private function getLayoutProcessor(): LayoutProcessor method fetchAvailableFiles (line 100) | public function fetchAvailableFiles(ProductInterface $product): array method extractAttributeValue (line 134) | private function extractAttributeValue(ProductInterface $product) method extractCustomSettings (line 155) | public function extractCustomSettings(ProductInterface $product, DataO... FILE: app/code/Magento/Catalog/Model/Product/Attribute/Management.php class Management (line 9) | class Management implements \Magento\Catalog\Api\ProductAttributeManagem... method __construct (line 19) | public function __construct( method assign (line 28) | public function assign($attributeSetId, $attributeGroupId, $attributeC... method unassign (line 42) | public function unassign($attributeSetId, $attributeCode) method getAttributes (line 50) | public function getAttributes($attributeSetId) FILE: app/code/Magento/Catalog/Model/Product/Attribute/OptionManagement.php class OptionManagement (line 14) | class OptionManagement implements \Magento\Catalog\Api\ProductAttributeO... method __construct (line 24) | public function __construct( method getItems (line 33) | public function getItems($attributeCode) method add (line 44) | public function add($attributeCode, $option) method delete (line 56) | public function delete($attributeCode, $optionId) FILE: app/code/Magento/Catalog/Model/Product/Attribute/Repository.php class Repository (line 18) | class Repository implements \Magento\Catalog\Api\ProductAttributeReposit... method __construct (line 64) | public function __construct( method get (line 85) | public function get($attributeCode) method getList (line 96) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method save (line 109) | public function save(\Magento\Catalog\Api\Data\ProductAttributeInterfa... method delete (line 187) | public function delete(\Magento\Catalog\Api\Data\ProductAttributeInter... method deleteById (line 196) | public function deleteById($attributeCode) method getCustomAttributesMetadata (line 208) | public function getCustomAttributesMetadata($dataObjectClassName = null) method generateCode (line 219) | protected function generateCode($label) method validateCode (line 236) | protected function validateCode($code) method validateFrontendInput (line 251) | protected function validateFrontendInput($frontendInput) method updateDefaultFrontendLabel (line 271) | private function updateDefaultFrontendLabel($attribute, $existingModel) method extractAdminStoreFrontendLabel (line 294) | private function extractAdminStoreFrontendLabel($attribute) FILE: app/code/Magento/Catalog/Model/Product/Attribute/SetManagement.php class SetManagement (line 12) | class SetManagement implements \Magento\Catalog\Api\AttributeSetManageme... method __construct (line 34) | public function __construct( method create (line 47) | public function create(\Magento\Eav\Api\Data\AttributeSetInterface $at... method validateSkeletonSet (line 62) | protected function validateSkeletonSet($skeletonId) FILE: app/code/Magento/Catalog/Model/Product/Attribute/SetRepository.php class SetRepository (line 11) | class SetRepository implements \Magento\Catalog\Api\AttributeSetReposito... method __construct (line 39) | public function __construct( method save (line 54) | public function save(\Magento\Eav\Api\Data\AttributeSetInterface $attr... method getList (line 63) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 89) | public function get($attributeSetId) method delete (line 99) | public function delete(\Magento\Eav\Api\Data\AttributeSetInterface $at... method deleteById (line 108) | public function deleteById($attributeSetId) method validate (line 121) | protected function validate(\Magento\Eav\Api\Data\AttributeSetInterfac... FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/Boolean.php class Boolean (line 14) | class Boolean extends \Magento\Eav\Model\Entity\Attribute\Source\Boolean method getAllOptions (line 26) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/Countryofmanufacture.php class Countryofmanufacture (line 17) | class Countryofmanufacture extends AbstractSource implements OptionSourc... method __construct (line 50) | public function __construct( method getAllOptions (line 65) | public function getAllOptions() method getSerializer (line 87) | private function getSerializer() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/Inputtype.php class Inputtype (line 12) | class Inputtype extends \Magento\Eav\Model\Adminhtml\System\Config\Sourc... method __construct (line 33) | public function __construct( method toOptionArray (line 49) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/Layout.php class Layout (line 13) | class Layout extends \Magento\Eav\Model\Entity\Attribute\Source\Abstract... method __construct (line 29) | public function __construct(\Magento\Framework\View\Model\PageLayout\C... method getAllOptions (line 37) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/LayoutUpdate.php class LayoutUpdate (line 18) | class LayoutUpdate extends AbstractLayoutUpdate method __construct (line 28) | public function __construct(LayoutUpdateManager $manager) method listAvailableOptions (line 36) | protected function listAvailableOptions(CustomAttributesDataInterface ... FILE: app/code/Magento/Catalog/Model/Product/Attribute/Source/Status.php class Status (line 18) | class Status extends AbstractSource implements SourceInterface, OptionSo... method getVisibleStatusIds (line 34) | public function getVisibleStatusIds() method getSaleableStatusIds (line 45) | public function getSaleableStatusIds() method getOptionArray (line 55) | public static function getOptionArray() method getAllOptions (line 65) | public function getAllOptions() method getOptionText (line 82) | public function getOptionText($optionId) method addValueSortToCollection (line 96) | public function addValueSortToCollection($collection, $dir = 'asc') FILE: app/code/Magento/Catalog/Model/Product/Attribute/Type.php class Type (line 12) | class Type extends \Magento\Framework\Model\AbstractExtensibleModel impl... method getValue (line 18) | public function getValue() method getLabel (line 26) | public function getLabel() method setValue (line 37) | public function setValue($value) method setLabel (line 48) | public function setLabel($label) method getExtensionAttributes (line 58) | public function getExtensionAttributes() method setExtensionAttributes (line 69) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/Product/Attribute/TypesList.php class TypesList (line 9) | class TypesList implements \Magento\Catalog\Api\ProductAttributeTypesLis... method __construct (line 31) | public function __construct( method getItems (line 44) | public function getItems() FILE: app/code/Magento/Catalog/Model/Product/AttributeSet/Build.php class Build (line 10) | class Build method __construct (line 35) | public function __construct( method setEntityTypeId (line 45) | public function setEntityTypeId($entityTypeId) method setSkeletonId (line 55) | public function setSkeletonId($skeletonId) method setName (line 65) | public function setName($setName) method getAttributeSet (line 75) | public function getAttributeSet() method validateParameters (line 96) | protected function validateParameters() FILE: app/code/Magento/Catalog/Model/Product/AttributeSet/Options.php class Options (line 11) | class Options implements \Magento\Framework\Data\OptionSourceInterface method __construct (line 22) | public function __construct( method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Product/AttributeSet/SuggestedSet.php class SuggestedSet (line 11) | class SuggestedSet method __construct (line 37) | public function __construct( method getSuggestedSets (line 53) | public function getSuggestedSets($labelPart) FILE: app/code/Magento/Catalog/Model/Product/Authorization.php class Authorization (line 23) | class Authorization method __construct (line 39) | public function __construct(AuthorizationInterface $authorization, Pro... method extractAttributeValue (line 53) | private function extractAttributeValue(ProductModel $product, Attribut... method fetchOldValues (line 83) | private function fetchOldValues(AttributeInterface $attribute, ?array ... method hasProductChanged (line 107) | private function hasProductChanged(ProductModel $product, ?array $oldP... method authorizeSavingOf (line 148) | public function authorizeSavingOf(ProductInterface $product): void FILE: app/code/Magento/Catalog/Model/Product/CartConfiguration.php class CartConfiguration (line 12) | class CartConfiguration method isProductConfigured (line 21) | public function isProductConfigured(\Magento\Catalog\Model\Product $pr... FILE: app/code/Magento/Catalog/Model/Product/CatalogPrice.php class CatalogPrice (line 11) | class CatalogPrice implements CatalogPriceInterface method __construct (line 28) | public function __construct(CatalogPriceFactory $priceModelFactory, ar... method getCatalogPrice (line 37) | public function getCatalogPrice( method getCatalogRegularPrice (line 57) | public function getCatalogRegularPrice(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Catalog/Model/Product/CatalogPriceFactory.php class CatalogPriceFactory (line 11) | class CatalogPriceFactory method __construct (line 21) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create($name) FILE: app/code/Magento/Catalog/Model/Product/CatalogPriceInterface.php type CatalogPriceInterface (line 15) | interface CatalogPriceInterface method getCatalogPrice (line 25) | public function getCatalogPrice( method getCatalogRegularPrice (line 37) | public function getCatalogRegularPrice(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Catalog/Model/Product/Compare/Item.php class Item (line 22) | class Item extends \Magento\Framework\Model\AbstractModel implements \Ma... method __construct (line 84) | public function __construct( method _construct (line 107) | protected function _construct() method beforeSave (line 117) | public function beforeSave() method addVisitorId (line 133) | public function addVisitorId($visitorId) method loadByProduct (line 145) | public function loadByProduct($product) method addProductData (line 157) | public function addProductData($product) method getDataForSave (line 173) | public function getDataForSave() method bindCustomerLogin (line 188) | public function bindCustomerLogin() method bindCustomerLogout (line 203) | public function bindCustomerLogout(\Magento\Framework\Event\Observer $... method clean (line 216) | public function clean() method getCustomerId (line 227) | public function getCustomerId() method getVisitorId (line 241) | public function getVisitorId() method getIdentities (line 255) | public function getIdentities() FILE: app/code/Magento/Catalog/Model/Product/Compare/ListCompare.php class ListCompare (line 21) | class ListCompare extends \Magento\Framework\DataObject method __construct (line 74) | public function __construct( method addProduct (line 99) | public function addProduct($product) method productExists (line 120) | private function productExists($product) method addProducts (line 139) | public function addProducts($productIds) method getItemCollection (line 154) | public function getItemCollection() method removeProduct (line 165) | public function removeProduct($product) method _addVisitorToItem (line 185) | protected function _addVisitorToItem($item) method hasItems (line 202) | public function hasItems($customerId, $visitorId) FILE: app/code/Magento/Catalog/Model/Product/Condition.php class Condition (line 18) | class Condition extends \Magento\Framework\DataObject implements Conditi... method applyToCollection (line 25) | public function applyToCollection($collection) method getIdsSelect (line 42) | public function getIdsSelect($dbAdapter) FILE: app/code/Magento/Catalog/Model/Product/Condition/ConditionInterface.php type ConditionInterface (line 16) | interface ConditionInterface method applyToCollection (line 22) | public function applyToCollection($collection); method getIdsSelect (line 28) | public function getIdsSelect($dbAdapter); FILE: app/code/Magento/Catalog/Model/Product/Configuration/Item/ItemInterface.php type ItemInterface (line 15) | interface ItemInterface method getProduct (line 22) | public function getProduct(); method getOptionByCode (line 30) | public function getOptionByCode($code); method getFileDownloadParams (line 41) | public function getFileDownloadParams(); FILE: app/code/Magento/Catalog/Model/Product/Configuration/Item/ItemResolverComposite.php class ItemResolverComposite (line 16) | class ItemResolverComposite implements ItemResolverInterface method __construct (line 27) | public function __construct(array $itemResolvers) method getFinalProduct (line 35) | public function getFinalProduct(ItemInterface $item) : ProductInterface method getItemResolverInstance (line 54) | private function getItemResolverInstance(string $className) : ItemReso... FILE: app/code/Magento/Catalog/Model/Product/Configuration/Item/ItemResolverInterface.php type ItemResolverInterface (line 17) | interface ItemResolverInterface method getFinalProduct (line 25) | public function getFinalProduct(ItemInterface $item) : ProductInterface; FILE: app/code/Magento/Catalog/Model/Product/Configuration/Item/Option.php class Option (line 14) | class Option extends \Magento\Framework\DataObject implements method getValue (line 22) | public function getValue() FILE: app/code/Magento/Catalog/Model/Product/Configuration/Item/Option/OptionInterface.php type OptionInterface (line 18) | interface OptionInterface method getValue (line 25) | public function getValue(); FILE: app/code/Magento/Catalog/Model/Product/Copier.php class Copier (line 20) | class Copier method __construct (line 51) | public function __construct( method copy (line 67) | public function copy(Product $product) method setDefaultUrl (line 106) | private function setDefaultUrl(Product $product, Product $duplicate) :... method setStoresUrl (line 128) | private function setStoresUrl(Product $product, Product $duplicate) : ... method modifyUrl (line 168) | private function modifyUrl(string $urlKey) : string method getOptionRepository (line 181) | private function getOptionRepository() method getMetadataPool (line 196) | private function getMetadataPool() method removeStockItem (line 211) | private function removeStockItem(array $productData) FILE: app/code/Magento/Catalog/Model/Product/CopyConstructor/Composite.php class Composite (line 17) | class Composite implements CopyConstructorInterface method __construct (line 28) | public function __construct(CopyConstructorFactory $factory, array $co... method build (line 42) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Catalog/Model/Product/CopyConstructor/CrossSell.php class CrossSell (line 8) | class CrossSell implements \Magento\Catalog\Model\Product\CopyConstructo... method build (line 17) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Catalog/Model/Product/CopyConstructor/Related.php class Related (line 8) | class Related implements \Magento\Catalog\Model\Product\CopyConstructorI... method build (line 17) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Catalog/Model/Product/CopyConstructor/UpSell.php class UpSell (line 8) | class UpSell implements \Magento\Catalog\Model\Product\CopyConstructorIn... method build (line 17) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Catalog/Model/Product/CopyConstructorFactory.php class CopyConstructorFactory (line 8) | class CopyConstructorFactory method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 31) | public function create($instance, array $arguments = []) FILE: app/code/Magento/Catalog/Model/Product/CopyConstructorInterface.php type CopyConstructorInterface (line 14) | interface CopyConstructorInterface method build (line 23) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Catalog/Model/Product/Edit/WeightResolver.php class WeightResolver (line 9) | class WeightResolver method resolveProductHasWeight (line 25) | public function resolveProductHasWeight(\Magento\Catalog\Model\Product... FILE: app/code/Magento/Catalog/Model/Product/Exception.php class Exception (line 14) | class Exception extends LocalizedException FILE: app/code/Magento/Catalog/Model/Product/Filter/DateTime.php class DateTime (line 16) | class DateTime implements \Zend_Filter_Interface method __construct (line 28) | public function __construct(StdlibDateTimeFilter $stdlibDateTimeFilter) method filter (line 42) | public function filter($value) method createDateFromMySqlFormat (line 56) | private function createDateFromMySqlFormat(string $value): ?\DateTime FILE: app/code/Magento/Catalog/Model/Product/Gallery/CreateHandler.php class CreateHandler (line 25) | class CreateHandler implements ExtensionInterface method __construct (line 103) | public function __construct( method execute (line 135) | public function execute($product, $arguments = []) method getAttribute (line 241) | public function getAttribute() method processDeletedImages (line 262) | protected function processDeletedImages($product, array &$images) method processNewAndExistingImages (line 274) | protected function processNewAndExistingImages($product, array &$images) method processNewImage (line 309) | protected function processNewImage($product, array &$image) method duplicate (line 337) | protected function duplicate($product) method moveImageFromTmp (line 364) | protected function moveImageFromTmp($file) method getSafeFilename (line 393) | private function getSafeFilename($file) method getFilenameFromTmp (line 407) | protected function getFilenameFromTmp($file) method getUniqueFileName (line 420) | protected function getUniqueFileName($file, $forTmp = false) method copyImage (line 446) | protected function copyImage($file) method getMediaAttributeCodes (line 484) | private function getMediaAttributeCodes() method processMediaAttribute (line 500) | private function processMediaAttribute( method processMediaAttributeLabel (line 532) | private function processMediaAttributeLabel( method getImagesForAllStores (line 575) | private function getImagesForAllStores(ProductInterface $product) method canRemoveImage (line 594) | private function canRemoveImage(ProductInterface $product, string $ima... FILE: app/code/Magento/Catalog/Model/Product/Gallery/Entry.php class Entry (line 16) | class Entry extends AbstractExtensibleModel implements ProductAttributeM... method getId (line 23) | public function getId() method getMediaType (line 33) | public function getMediaType() method getLabel (line 43) | public function getLabel() method getPosition (line 53) | public function getPosition() method isDisabled (line 63) | public function isDisabled() method getTypes (line 73) | public function getTypes() method getFile (line 83) | public function getFile() method getContent (line 91) | public function getContent() method setMediaType (line 102) | public function setMediaType($mediaType) method setLabel (line 113) | public function setLabel($label) method setPosition (line 124) | public function setPosition($position) method setDisabled (line 135) | public function setDisabled($disabled) method setTypes (line 146) | public function setTypes(array $types = null) method setFile (line 157) | public function setFile($file) method setContent (line 168) | public function setContent($content) method getExtensionAttributes (line 178) | public function getExtensionAttributes() method setExtensionAttributes (line 189) | public function setExtensionAttributes(ProductAttributeMediaGalleryEnt... FILE: app/code/Magento/Catalog/Model/Product/Gallery/EntryResolver.php class EntryResolver (line 12) | class EntryResolver method getEntryFilePathById (line 21) | public function getEntryFilePathById(Product $product, $entryId) method getEntryIdByFilePath (line 43) | public function getEntryIdByFilePath(Product $product, $filePath) FILE: app/code/Magento/Catalog/Model/Product/Gallery/GalleryManagement.php class GalleryManagement (line 22) | class GalleryManagement implements \Magento\Catalog\Api\ProductAttribute... method __construct (line 40) | public function __construct( method create (line 51) | public function create($sku, ProductAttributeMediaGalleryEntryInterfac... method update (line 93) | public function update($sku, ProductAttributeMediaGalleryEntryInterfac... method remove (line 131) | public function remove($sku, $entryId) method get (line 161) | public function get($sku, $entryId) method getList (line 182) | public function getList($sku) FILE: app/code/Magento/Catalog/Model/Product/Gallery/ImagesConfigFactory.php class ImagesConfigFactory (line 11) | class ImagesConfigFactory implements ImagesConfigFactoryInterface method __construct (line 21) | public function __construct(CollectionFactory $dataCollectionFactory) method create (line 29) | public function create(array $imagesConfig, array $data = []) FILE: app/code/Magento/Catalog/Model/Product/Gallery/ImagesConfigFactoryInterface.php type ImagesConfigFactoryInterface (line 8) | interface ImagesConfigFactoryInterface method create (line 17) | public function create(array $imagesConfig, array $data = []); FILE: app/code/Magento/Catalog/Model/Product/Gallery/MimeTypeExtensionMap.php class MimeTypeExtensionMap (line 9) | class MimeTypeExtensionMap method getMimeTypeExtension (line 27) | public function getMimeTypeExtension($mimeType) FILE: app/code/Magento/Catalog/Model/Product/Gallery/Processor.php class Processor (line 22) | class Processor method __construct (line 74) | public function __construct( method getAttribute (line 96) | public function getAttribute() method validate (line 113) | public function validate($object) method addImage (line 148) | public function addImage( method updateImage (line 251) | public function updateImage(\Magento\Catalog\Model\Product $product, $... method removeImage (line 291) | public function removeImage(\Magento\Catalog\Model\Product $product, $... method getImage (line 320) | public function getImage(\Magento\Catalog\Model\Product $product, $file) method clearMediaAttribute (line 345) | public function clearMediaAttribute(\Magento\Catalog\Model\Product $pr... method setMediaAttribute (line 371) | public function setMediaAttribute(\Magento\Catalog\Model\Product $prod... method getMediaAttributeCodes (line 394) | public function getMediaAttributeCodes() method getFilenameFromTmp (line 406) | protected function getFilenameFromTmp($file) method duplicateImageFromTmp (line 418) | public function duplicateImageFromTmp($file) method getUniqueFileName (line 445) | protected function getUniqueFileName($file, $forTmp = false) method getNotDuplicatedFilename (line 472) | protected function getNotDuplicatedFilename($fileName, $dispersionPath) method getAffectedFields (line 503) | public function getAffectedFields($object) method isScalar (line 526) | public function isScalar() FILE: app/code/Magento/Catalog/Model/Product/Gallery/ReadHandler.php class ReadHandler (line 17) | class ReadHandler implements ExtensionInterface method __construct (line 41) | public function __construct( method execute (line 58) | public function execute($entity, $arguments = []) method addMediaDataToProduct (line 81) | public function addMediaDataToProduct(Product $product, array $mediaEn... method getAttribute (line 98) | public function getAttribute() method findDefaultValue (line 116) | protected function findDefaultValue($key, &$image) FILE: app/code/Magento/Catalog/Model/Product/Gallery/UpdateHandler.php class UpdateHandler (line 17) | class UpdateHandler extends \Magento\Catalog\Model\Product\Gallery\Creat... method processDeletedImages (line 24) | protected function processDeletedImages($product, array &$images) method processNewImage (line 61) | protected function processNewImage($product, array &$image) method extractStoreIds (line 101) | protected function extractStoreIds($product) method removeDeletedImages (line 121) | protected function removeDeletedImages(array $files) FILE: app/code/Magento/Catalog/Model/Product/Hydrator.php class Hydrator (line 15) | class Hydrator implements HydratorInterface method extract (line 20) | public function extract($entity) method hydrate (line 28) | public function hydrate($entity, array $data) FILE: app/code/Magento/Catalog/Model/Product/Image.php class Image (line 27) | class Image extends \Magento\Framework\Model\AbstractModel method __construct (line 225) | public function __construct( method setWidth (line 265) | public function setWidth($width) method getWidth (line 276) | public function getWidth() method setHeight (line 287) | public function setHeight($height) method getHeight (line 298) | public function getHeight() method setQuality (line 310) | public function setQuality($quality) method getQuality (line 321) | public function getQuality() method setKeepAspectRatio (line 334) | public function setKeepAspectRatio($keep) method setKeepFrame (line 346) | public function setKeepFrame($keep) method setKeepTransparency (line 358) | public function setKeepTransparency($keep) method setConstrainOnly (line 370) | public function setConstrainOnly($flag) method setBackgroundColor (line 382) | public function setBackgroundColor(array $rgbArray) method setSize (line 394) | public function setSize($size) method setBaseFile (line 420) | public function setBaseFile($file) method getBaseFile (line 449) | public function getBaseFile() method getNewFile (line 460) | public function getNewFile() method isBaseFilePlaceholder (line 470) | public function isBaseFilePlaceholder() method setImageProcessor (line 481) | public function setImageProcessor($processor) method getImageProcessor (line 492) | public function getImageProcessor() method resize (line 513) | public function resize() method rotate (line 528) | public function rotate($angle) method setAngle (line 543) | public function setAngle($angle) method setWatermark (line 563) | public function setWatermark( method saveFile (line 615) | public function saveFile() method getUrl (line 631) | public function getUrl() method setDestinationSubdir (line 642) | public function setDestinationSubdir($dir) method getDestinationSubdir (line 653) | public function getDestinationSubdir() method isCached (line 663) | public function isCached() method setWatermarkFile (line 675) | public function setWatermarkFile($file) method getWatermarkFile (line 686) | public function getWatermarkFile() method _getWatermarkFilePath (line 698) | protected function _getWatermarkFilePath() method setWatermarkPosition (line 732) | public function setWatermarkPosition($position) method getWatermarkPosition (line 743) | public function getWatermarkPosition() method setWatermarkImageOpacity (line 754) | public function setWatermarkImageOpacity($imageOpacity) method getWatermarkImageOpacity (line 765) | public function getWatermarkImageOpacity() method setWatermarkSize (line 776) | public function setWatermarkSize($size) method setWatermarkWidth (line 790) | public function setWatermarkWidth($width) method getWatermarkWidth (line 801) | public function getWatermarkWidth() method setWatermarkHeight (line 812) | public function setWatermarkHeight($height) method getWatermarkHeight (line 823) | public function getWatermarkHeight() method clearCache (line 834) | public function clearCache() method _fileExists (line 851) | protected function _fileExists($filename) method getResizedImageInfo (line 868) | public function getResizedImageInfo() method getMiscParams (line 893) | private function getMiscParams() method getImageSize (line 917) | private function getImageSize($imagePath) method saveImageInfoToCache (line 936) | private function saveImageInfoToCache(array $imageInfo, string $imageP... method loadImageInfoFromCache (line 952) | private function loadImageInfoFromCache(string $imagePath) method clearImageInfoFromCache (line 968) | private function clearImageInfoFromCache() FILE: app/code/Magento/Catalog/Model/Product/Image/Cache.php class Cache (line 14) | class Cache method __construct (line 41) | public function __construct( method getData (line 58) | protected function getData() method generate (line 82) | public function generate(Product $product) method processImageData (line 105) | protected function processImageData(Product $product, array $imageData... FILE: app/code/Magento/Catalog/Model/Product/Image/NotLoadInfoImageException.php class NotLoadInfoImageException (line 8) | class NotLoadInfoImageException extends \Exception FILE: app/code/Magento/Catalog/Model/Product/Image/ParamsBuilder.php class ParamsBuilder (line 18) | class ParamsBuilder method __construct (line 59) | public function __construct( method build (line 76) | public function build(array $imageArguments, int $scopeId = null): array method overwriteDefaultValues (line 96) | private function overwriteDefaultValues(array $imageArguments): array method getWatermark (line 124) | private function getWatermark(string $type, int $scopeId = null): array method hasDefaultFrame (line 170) | private function hasDefaultFrame(): bool FILE: app/code/Magento/Catalog/Model/Product/Image/UrlBuilder.php class UrlBuilder (line 18) | class UrlBuilder method __construct (line 46) | public function __construct( method getUrl (line 65) | public function getUrl(string $baseFilePath, string $imageDisplayArea)... FILE: app/code/Magento/Catalog/Model/Product/Initialization/Helper/ProductLinks.php class ProductLinks (line 8) | class ProductLinks method initializeLinks (line 18) | public function initializeLinks(\Magento\Catalog\Model\Product $produc... FILE: app/code/Magento/Catalog/Model/Product/Link.php class Link (line 26) | class Link extends \Magento\Framework\Model\AbstractModel method __construct (line 75) | public function __construct( method _construct (line 96) | protected function _construct() method useRelatedLinks (line 104) | public function useRelatedLinks() method useUpSellLinks (line 113) | public function useUpSellLinks() method useCrossSellLinks (line 122) | public function useCrossSellLinks() method getAttributeTypeTable (line 134) | public function getAttributeTypeTable($type) method getProductCollection (line 144) | public function getProductCollection() method getLinkCollection (line 155) | public function getLinkCollection() method getAttributes (line 165) | public function getAttributes($type = null) method saveProductRelations (line 183) | public function saveProductRelations($product) method getProductLinkSaveHandler (line 192) | private function getProductLinkSaveHandler() FILE: app/code/Magento/Catalog/Model/Product/Link/Converter.php class Converter (line 14) | class Converter method indexBySku (line 23) | protected function indexBySku(array $products) method convertLinksToGroupedArray (line 37) | public function convertLinksToGroupedArray($entity) FILE: app/code/Magento/Catalog/Model/Product/Link/Resolver.php class Resolver (line 12) | class Resolver method __construct (line 30) | public function __construct( method getLinks (line 43) | public function getLinks() method override (line 58) | public function override($links) FILE: app/code/Magento/Catalog/Model/Product/Link/SaveHandler.php class SaveHandler (line 19) | class SaveHandler method __construct (line 42) | public function __construct( method execute (line 60) | public function execute($entityType, $entity) method hasPosition (line 106) | private function hasPosition(array $links): bool FILE: app/code/Magento/Catalog/Model/Product/LinkTypeProvider.php class LinkTypeProvider (line 10) | class LinkTypeProvider implements \Magento\Catalog\Api\ProductLinkTypeLi... method __construct (line 42) | public function __construct( method getLinkTypes (line 59) | public function getLinkTypes() method getItems (line 67) | public function getItems() method getItemAttributes (line 83) | public function getItemAttributes($type) FILE: app/code/Magento/Catalog/Model/Product/Media/AttributeManagement.php class AttributeManagement (line 12) | class AttributeManagement implements ProductMediaAttributeManagementInte... method __construct (line 28) | public function __construct( method getList (line 39) | public function getList($attributeSetName) FILE: app/code/Magento/Catalog/Model/Product/Media/Config.php class Config (line 18) | class Config implements ConfigInterface method __construct (line 40) | public function __construct(StoreManagerInterface $storeManager) method getBaseMediaPathAddition (line 50) | public function getBaseMediaPathAddition() method getBaseMediaUrlAddition (line 60) | public function getBaseMediaUrlAddition() method getBaseMediaPath (line 68) | public function getBaseMediaPath() method getBaseMediaUrl (line 76) | public function getBaseMediaUrl() method getBaseTmpMediaPath (line 87) | public function getBaseTmpMediaPath() method getBaseTmpMediaUrl (line 97) | public function getBaseTmpMediaUrl() method getMediaUrl (line 107) | public function getMediaUrl($file) method getMediaPath (line 115) | public function getMediaPath($file) method getTmpMediaUrl (line 126) | public function getTmpMediaUrl($file) method getTmpMediaShortUrl (line 137) | public function getTmpMediaShortUrl($file) method getMediaShortUrl (line 148) | public function getMediaShortUrl($file) method getTmpMediaPath (line 159) | public function getTmpMediaPath($file) method _prepareFile (line 170) | protected function _prepareFile($file) method getMediaAttributeCodes (line 181) | public function getMediaAttributeCodes() method getAttributeHelper (line 195) | private function getAttributeHelper() FILE: app/code/Magento/Catalog/Model/Product/Media/ConfigInterface.php type ConfigInterface (line 16) | interface ConfigInterface method getBaseMediaUrl (line 23) | public function getBaseMediaUrl(); method getBaseMediaPath (line 30) | public function getBaseMediaPath(); method getMediaUrl (line 38) | public function getMediaUrl($file); method getMediaPath (line 46) | public function getMediaPath($file); FILE: app/code/Magento/Catalog/Model/Product/Option.php class Option (line 37) | class Option extends AbstractExtensibleModel implements ProductCustomOpt... method __construct (line 143) | public function __construct( method _getResource (line 201) | protected function _getResource() method _construct (line 211) | protected function _construct() method addValue (line 223) | public function addValue(Option\Value $value) method getValueById (line 235) | public function getValueById($valueId) method hasValues (line 251) | public function hasValues($type = null) method getValues (line 261) | public function getValues() method getValueInstance (line 271) | public function getValueInstance() method addOption (line 282) | public function addOption($option) method getOptions (line 293) | public function getOptions() method setOptions (line 304) | public function setOptions($options) method unsetOptions (line 315) | public function unsetOptions() method getProduct (line 326) | public function getProduct() method setProduct (line 337) | public function setProduct(Product $product = null) method getGroupByType (line 349) | public function getGroupByType($type = null) method groupFactory (line 365) | public function groupFactory($type) method beforeSave (line 380) | public function beforeSave() method afterSave (line 432) | public function afterSave() method getPrice (line 463) | public function getPrice($flag = false) method deletePrices (line 479) | public function deletePrices($optionId) method deleteTitles (line 491) | public function deleteTitles($optionId) method getProductOptions (line 504) | public function getProductOptions(Product $product) method getValuesCollection (line 514) | public function getValuesCollection() method getOptionValuesByOptionId (line 528) | public function getOptionValuesByOptionId($optionIds, $storeId) method duplicate (line 542) | public function duplicate($oldProductId, $newProductId) method getSearchableData (line 556) | public function getSearchableData($productId, $storeId) method _clearData (line 566) | protected function _clearData() method _clearReferences (line 578) | protected function _clearReferences() method _getValidationRulesBeforeSave (line 591) | protected function _getValidationRulesBeforeSave() method getProductSku (line 601) | public function getProductSku() method getOptionId (line 616) | public function getOptionId() method getTitle (line 626) | public function getTitle() method getType (line 636) | public function getType() method getSortOrder (line 646) | public function getSortOrder() method getIsRequire (line 657) | public function getIsRequire() method getPriceType (line 667) | public function getPriceType() method getSku (line 677) | public function getSku() method getFileExtension (line 687) | public function getFileExtension() method getMaxCharacters (line 697) | public function getMaxCharacters() method getImageSizeX (line 707) | public function getImageSizeX() method getImageSizeY (line 717) | public function getImageSizeY() method setProductSku (line 728) | public function setProductSku($productSku) method setOptionId (line 739) | public function setOptionId($optionId) method setTitle (line 750) | public function setTitle($title) method setType (line 761) | public function setType($type) method setSortOrder (line 772) | public function setSortOrder($sortOrder) method setIsRequire (line 783) | public function setIsRequire($isRequired) method setPrice (line 794) | public function setPrice($price) method setPriceType (line 805) | public function setPriceType($priceType) method setSku (line 816) | public function setSku($sku) method setFileExtension (line 827) | public function setFileExtension($fileExtension) method setMaxCharacters (line 838) | public function setMaxCharacters($maxCharacters) method setImageSizeX (line 849) | public function setImageSizeX($imageSizeX) method setImageSizeY (line 860) | public function setImageSizeY($imageSizeY) method setValues (line 871) | public function setValues(array $values = null) method getExtensionAttributes (line 882) | public function getExtensionAttributes() method getRegularPrice (line 893) | public function getRegularPrice() method getProductOptionCollection (line 909) | public function getProductOptionCollection(Product $product) method setExtensionAttributes (line 941) | public function setExtensionAttributes( method getOptionRepository (line 952) | private function getOptionRepository() method getMetadataPool (line 966) | private function getMetadataPool() method cleanFileExtensions (line 982) | private function cleanFileExtensions() FILE: app/code/Magento/Catalog/Model/Product/Option/Converter.php class Converter (line 10) | class Converter method toArray (line 17) | public function toArray(\Magento\Catalog\Api\Data\ProductCustomOptionI... FILE: app/code/Magento/Catalog/Model/Product/Option/ReadHandler.php class ReadHandler (line 17) | class ReadHandler implements ExtensionInterface method __construct (line 27) | public function __construct( method execute (line 39) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Catalog/Model/Product/Option/Repository.php class Repository (line 21) | class Repository implements \Magento\Catalog\Api\ProductCustomOptionRepo... method __construct (line 68) | public function __construct( method getList (line 90) | public function getList($sku) method getProductOptions (line 99) | public function getProductOptions(ProductInterface $product, $required... method get (line 111) | public function get($sku, $optionId) method delete (line 124) | public function delete(\Magento\Catalog\Api\Data\ProductCustomOptionIn... method duplicate (line 133) | public function duplicate( method save (line 149) | public function save(\Magento\Catalog\Api\Data\ProductCustomOptionInte... method deleteByIdentifier (line 191) | public function deleteByIdentifier($sku, $optionId) method markRemovedValues (line 218) | protected function markRemovedValues($newValues, $originalValues) method getHydratorPool (line 244) | private function getHydratorPool() FILE: app/code/Magento/Catalog/Model/Product/Option/SaveHandler.php class SaveHandler (line 16) | class SaveHandler implements ExtensionInterface method __construct (line 26) | public function __construct( method execute (line 40) | public function execute($entity, $arguments = []) method processOptionsSaving (line 76) | private function processOptionsSaving(array $options, bool $hasChanged... FILE: app/code/Magento/Catalog/Model/Product/Option/Type.php class Type (line 12) | class Type extends \Magento\Framework\Model\AbstractExtensibleModel impl... method getLabel (line 28) | public function getLabel() method getCode (line 38) | public function getCode() method getGroup (line 48) | public function getGroup() method setLabel (line 59) | public function setLabel($label) method setCode (line 70) | public function setCode($code) method setGroup (line 81) | public function setGroup($group) method getExtensionAttributes (line 91) | public function getExtensionAttributes() method setExtensionAttributes (line 102) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/Product/Option/Type/Date.php class Date (line 17) | class Date extends \Magento\Catalog\Model\Product\Option\Type\DefaultType method __construct (line 43) | public function __construct( method validateUserValue (line 65) | public function validateUserValue($values) method prepareForCart (line 148) | public function prepareForCart() method getFormattedOptionValue (line 203) | public function getFormattedOptionValue($optionValue) method getPrintableOptionValue (line 244) | public function getPrintableOptionValue($optionValue) method getEditableOptionValue (line 255) | public function getEditableOptionValue($optionValue) method parseOptionValue (line 268) | public function parseOptionValue($optionValue, $productOptionValues) method prepareOptionValueForRequest (line 284) | public function prepareOptionValueForRequest($optionValue) method useCalendar (line 306) | public function useCalendar() method is24hTimeFormat (line 316) | public function is24hTimeFormat() method getYearStart (line 326) | public function getYearStart() method getYearEnd (line 341) | public function getYearEnd() method _setInternalInRequest (line 357) | protected function _setInternalInRequest($internalValue) method _dateExists (line 375) | protected function _dateExists() method _timeExists (line 391) | protected function _timeExists() FILE: app/code/Magento/Catalog/Model/Product/Option/Type/DefaultType.php class DefaultType (line 20) | class DefaultType extends \Magento\Framework\DataObject method __construct (line 64) | public function __construct( method setOption (line 80) | public function setOption($option) method getOption (line 92) | public function getOption() method setProduct (line 106) | public function setProduct($product) method getProduct (line 118) | public function getProduct() method getConfigurationItemOption (line 132) | public function getConfigurationItemOption() method getConfigurationItem (line 155) | public function getConfigurationItem() method getRequest (line 178) | public function getRequest() method getConfigData (line 192) | public function getConfigData($key) method validateUserValue (line 207) | public function validateUserValue($values) method getSkipCheckRequiredOption (line 231) | public function getSkipCheckRequiredOption() method prepareForCart (line 243) | public function prepareForCart() method isCustomizedView (line 258) | public function isCustomizedView() method getFormattedOptionValue (line 269) | public function getFormattedOptionValue($optionValue) method getCustomizedView (line 280) | public function getCustomizedView($optionInfo) method getPrintableOptionValue (line 291) | public function getPrintableOptionValue($optionValue) method getEditableOptionValue (line 303) | public function getEditableOptionValue($optionValue) method parseOptionValue (line 316) | public function parseOptionValue($optionValue, $productOptionValues) method prepareOptionValueForRequest (line 327) | public function prepareOptionValueForRequest($optionValue) method getOptionPrice (line 340) | public function getOptionPrice($optionValue, $basePrice) method getOptionSku (line 355) | public function getOptionSku($optionValue, $skuDelimiter) method getProductOptions (line 365) | public function getProductOptions() method _getChargableOptionPrice (line 405) | protected function _getChargableOptionPrice($price, $isPercent, $baseP... method _getChargeableOptionPrice (line 418) | protected function _getChargeableOptionPrice($price, $isPercent, $base... FILE: app/code/Magento/Catalog/Model/Product/Option/Type/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 39) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File.php class File (line 22) | class File extends \Magento\Catalog\Model\Product\Option\Type\DefaultType method __construct (line 107) | public function __construct( method isCustomizedView (line 139) | public function isCustomizedView() method getCustomizedView (line 150) | public function getCustomizedView($optionInfo) method _getProcessingParams (line 168) | protected function _getProcessingParams() method _getCurrentConfigFileInfo (line 188) | protected function _getCurrentConfigFileInfo() method validateUserValue (line 217) | public function validateUserValue($values) method prepareForCart (line 290) | public function prepareForCart() method getFormattedOptionValue (line 330) | public function getFormattedOptionValue($optionValue) method _getOptionHtml (line 359) | protected function _getOptionHtml($optionValue) method _unserializeValue (line 386) | protected function _unserializeValue($value) method getPrintableOptionValue (line 403) | public function getPrintableOptionValue($optionValue) method getEditableOptionValue (line 416) | public function getEditableOptionValue($optionValue) method parseOptionValue (line 440) | public function parseOptionValue($optionValue, $productOptionValues) method prepareOptionValueForRequest (line 459) | public function prepareOptionValueForRequest($optionValue) method copyQuoteToOrder (line 473) | public function copyQuoteToOrder() method setCustomOptionDownloadUrl (line 508) | public function setCustomOptionDownloadUrl($url) method _getOptionDownloadUrl (line 521) | protected function _getOptionDownloadUrl($route, $params) method prepareSize (line 530) | protected function prepareSize($value) FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File/ExistingValidate.php class ExistingValidate (line 14) | class ExistingValidate extends \Zend_Validate method isValid (line 22) | public function isValid($value, string $originalName = null) FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File/ValidateFactory.php class ValidateFactory (line 12) | class ValidateFactory method create (line 19) | public function create() FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File/Validator.php class Validator (line 14) | abstract class Validator method __construct (line 36) | public function __construct( method getConfigData (line 52) | protected function getConfigData($key) method getValidatorErrors (line 69) | protected function getValidatorErrors($errors, $fileInfo, $option) method parseExtensionsString (line 127) | protected function parseExtensionsString($extensions) method buildImageValidator (line 142) | protected function buildImageValidator($object, $option, $fileFullPath... method isImage (line 185) | protected function isImage($fileInfo) FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File/ValidatorFile.php class ValidatorFile (line 21) | class ValidatorFile extends Validator method __construct (line 85) | public function __construct( method setProduct (line 108) | public function setProduct(Product $product) method validate (line 129) | public function validate($processingParams, $option) method initFilesystem (line 250) | protected function initFilesystem() method validateContentLength (line 269) | protected function validateContentLength() FILE: app/code/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfo.php class ValidatorInfo (line 12) | class ValidatorInfo extends Validator method __construct (line 48) | public function __construct( method setUseQuotePath (line 66) | public function setUseQuotePath($useQuotePath) method validate (line 80) | public function validate($optionValue, $option) method buildSecretKey (line 126) | protected function buildSecretKey($fileRelativePath) method initFilePath (line 137) | protected function initFilePath($optionValue) FILE: app/code/Magento/Catalog/Model/Product/Option/Type/Select.php class Select (line 16) | class Select extends \Magento\Catalog\Model\Product\Option\Type\DefaultType method __construct (line 48) | public function __construct( method validateUserValue (line 73) | public function validateUserValue($values) method prepareForCart (line 110) | public function prepareForCart() method getFormattedOptionValue (line 125) | public function getFormattedOptionValue($optionValue) method getPrintableOptionValue (line 139) | public function getPrintableOptionValue($optionValue) method _getWrongConfigurationMessage (line 149) | protected function _getWrongConfigurationMessage() method getEditableOptionValue (line 160) | public function getEditableOptionValue($optionValue) method parseOptionValue (line 201) | public function parseOptionValue($optionValue, $productOptionValues) method prepareOptionValueForRequest (line 227) | public function prepareOptionValueForRequest($optionValue) method getOptionPrice (line 242) | public function getOptionPrice($optionValue, $basePrice) method getOptionSku (line 288) | public function getOptionSku($optionValue, $skuDelimiter) method _isSingleSelection (line 328) | protected function _isSingleSelection() FILE: app/code/Magento/Catalog/Model/Product/Option/Type/Text.php class Text (line 14) | class Text extends \Magento\Catalog\Model\Product\Option\Type\DefaultType method __construct (line 35) | public function __construct( method validateUserValue (line 54) | public function validateUserValue($values) method prepareForCart (line 85) | public function prepareForCart() method getFormattedOptionValue (line 100) | public function getFormattedOptionValue($value) FILE: app/code/Magento/Catalog/Model/Product/Option/UrlBuilder.php class UrlBuilder (line 8) | class UrlBuilder method __construct (line 18) | public function __construct(\Magento\Framework\UrlInterface $frontendU... method getUrl (line 28) | public function getUrl($route, $params) FILE: app/code/Magento/Catalog/Model/Product/Option/Validator/DefaultValidator.php class DefaultValidator (line 15) | class DefaultValidator extends \Magento\Framework\Validator\AbstractVali... method __construct (line 41) | public function __construct( method isValid (line 71) | public function isValid($value) method validateOptionRequiredFields (line 98) | protected function validateOptionRequiredFields(Option $option) method isValidOptionTitle (line 116) | protected function isValidOptionTitle($title, $storeId) method validateOptionType (line 137) | protected function validateOptionType(Option $option) method validateOptionValue (line 148) | protected function validateOptionValue(Option $option) method isEmpty (line 159) | protected function isEmpty($value) method isInRange (line 171) | protected function isInRange($value, array $range) method isNegative (line 182) | protected function isNegative($value) method isNumber (line 193) | public function isNumber($value) FILE: app/code/Magento/Catalog/Model/Product/Option/Validator/File.php class File (line 11) | class File extends DefaultValidator method validateOptionValue (line 19) | protected function validateOptionValue(Option $option) FILE: app/code/Magento/Catalog/Model/Product/Option/Validator/Pool.php class Pool (line 9) | class Pool method __construct (line 19) | public function __construct(array $validators) method get (line 30) | public function get($type) FILE: app/code/Magento/Catalog/Model/Product/Option/Validator/Select.php class Select (line 14) | class Select extends DefaultValidator method checkAllValuesRemoved (line 22) | protected function checkAllValuesRemoved($values) method validateOptionValue (line 40) | protected function validateOptionValue(Option $option) method isValidOptionPrice (line 80) | protected function isValidOptionPrice($priceType, $price, $storeId) FILE: app/code/Magento/Catalog/Model/Product/Option/Validator/Text.php class Text (line 11) | class Text extends DefaultValidator method validateOptionValue (line 19) | protected function validateOptionValue(Option $option) FILE: app/code/Magento/Catalog/Model/Product/Option/Value.php class Value (line 29) | class Value extends AbstractModel implements \Magento\Catalog\Api\Data\P... method __construct (line 81) | public function __construct( method _construct (line 106) | protected function _construct() method addValue (line 116) | public function addValue($value) method getValues (line 125) | public function getValues() method setValues (line 134) | public function setValues($values) method unsetValues (line 143) | public function unsetValues() method setOption (line 153) | public function setOption(Option $option) method unsetOption (line 162) | public function unsetOption() method getOption (line 173) | public function getOption() method setProduct (line 182) | public function setProduct($product) method getProduct (line 193) | public function getProduct() method saveValues (line 204) | public function saveValues() method getPrice (line 234) | public function getPrice($flag = false) method getRegularPrice (line 247) | public function getRegularPrice() method getValuesCollection (line 258) | public function getValuesCollection(Option $option) method getValuesByOption (line 276) | public function getValuesByOption($optionIds, $option_id, $store_id) method deleteValue (line 293) | public function deleteValue($option_id) method deleteValues (line 303) | public function deleteValues($option_type_id) method duplicate (line 316) | public function duplicate($oldOptionId, $newOptionId) method getTitle (line 328) | public function getTitle() method getSortOrder (line 338) | public function getSortOrder() method getPriceType (line 348) | public function getPriceType() method getSku (line 358) | public function getSku() method getOptionTypeId (line 368) | public function getOptionTypeId() method setTitle (line 379) | public function setTitle($title) method setSortOrder (line 390) | public function setSortOrder($sortOrder) method setPrice (line 401) | public function setPrice($price) method setPriceType (line 412) | public function setPriceType($priceType) method setSku (line 423) | public function setSku($sku) method setOptionTypeId (line 434) | public function setOptionTypeId($optionTypeId) FILE: app/code/Magento/Catalog/Model/Product/Price/BasePrice.php class BasePrice (line 14) | class BasePrice extends \Magento\Framework\Model\AbstractExtensibleModel... method setPrice (line 19) | public function setPrice($price) method getPrice (line 27) | public function getPrice() method setStoreId (line 35) | public function setStoreId($storeId) method getStoreId (line 43) | public function getStoreId() method setSku (line 51) | public function setSku($sku) method getSku (line 59) | public function getSku() method getExtensionAttributes (line 67) | public function getExtensionAttributes() method setExtensionAttributes (line 75) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\BaseP... FILE: app/code/Magento/Catalog/Model/Product/Price/BasePriceStorage.php class BasePriceStorage (line 12) | class BasePriceStorage implements \Magento\Catalog\Api\BasePriceStorageI... method __construct (line 85) | public function __construct( method get (line 108) | public function get(array $skus) method update (line 133) | public function update(array $prices) method getPricePersistence (line 159) | private function getPricePersistence() method retrieveValidPrices (line 174) | private function retrieveValidPrices(array $prices) FILE: app/code/Magento/Catalog/Model/Product/Price/Cost.php class Cost (line 14) | class Cost extends \Magento\Framework\Model\AbstractExtensibleModel impl... method setCost (line 19) | public function setCost($cost) method getCost (line 27) | public function getCost() method setStoreId (line 35) | public function setStoreId($storeId) method getStoreId (line 43) | public function getStoreId() method setSku (line 51) | public function setSku($sku) method getSku (line 59) | public function getSku() method getExtensionAttributes (line 67) | public function getExtensionAttributes() method setExtensionAttributes (line 75) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\CostE... FILE: app/code/Magento/Catalog/Model/Product/Price/CostStorage.php class CostStorage (line 12) | class CostStorage implements \Magento\Catalog\Api\CostStorageInterface method __construct (line 74) | public function __construct( method get (line 95) | public function get(array $skus) method update (line 116) | public function update(array $prices) method delete (line 141) | public function delete(array $skus) method getPricePersistence (line 154) | private function getPricePersistence() method retrieveValidPrices (line 169) | private function retrieveValidPrices(array $prices) FILE: app/code/Magento/Catalog/Model/Product/Price/PricePersistence.php class PricePersistence (line 12) | class PricePersistence method __construct (line 73) | public function __construct( method get (line 93) | public function get(array $skus) method update (line 112) | public function update(array $prices) method delete (line 144) | public function delete(array $skus) method retrieveSkuById (line 176) | public function retrieveSkuById($id, $skus) method getAttributeId (line 192) | private function getAttributeId() method retrieveAffectedIds (line 207) | private function retrieveAffectedIds(array $skus) method getEntityLinkField (line 223) | public function getEntityLinkField() FILE: app/code/Magento/Catalog/Model/Product/Price/PriceUpdateResult.php class PriceUpdateResult (line 14) | class PriceUpdateResult extends \Magento\Framework\Model\AbstractExtensi... method getMessage (line 19) | public function getMessage() method setMessage (line 27) | public function setMessage($message) method getParameters (line 35) | public function getParameters() method setParameters (line 43) | public function setParameters(array $parameters) method getExtensionAttributes (line 51) | public function getExtensionAttributes() method setExtensionAttributes (line 59) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/Product/Price/SpecialPrice.php class SpecialPrice (line 14) | class SpecialPrice extends \Magento\Framework\Model\AbstractExtensibleMo... method setPrice (line 19) | public function setPrice($price) method getPrice (line 27) | public function getPrice() method setStoreId (line 35) | public function setStoreId($storeId) method getStoreId (line 43) | public function getStoreId() method setSku (line 51) | public function setSku($sku) method getSku (line 59) | public function getSku() method setPriceFrom (line 67) | public function setPriceFrom($datetime) method getPriceFrom (line 75) | public function getPriceFrom() method setPriceTo (line 83) | public function setPriceTo($datetime) method getPriceTo (line 91) | public function getPriceTo() method getExtensionAttributes (line 99) | public function getExtensionAttributes() method setExtensionAttributes (line 107) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/Product/Price/SpecialPriceStorage.php class SpecialPriceStorage (line 14) | class SpecialPriceStorage implements \Magento\Catalog\Api\SpecialPriceSt... method __construct (line 60) | public function __construct( method get (line 81) | public function get(array $skus) method update (line 107) | public function update(array $prices) method delete (line 118) | public function delete(array $prices) method retrieveValidPrices (line 132) | private function retrieveValidPrices(array $prices) method checkDate (line 207) | private function checkDate(\Magento\Catalog\Api\Data\SpecialPriceInter... method checkPrice (line 242) | private function checkPrice(\Magento\Catalog\Api\Data\SpecialPriceInte... method retrieveSkuById (line 276) | private function retrieveSkuById($productId, array $skus) method isCorrectDateValue (line 293) | private function isCorrectDateValue($date) FILE: app/code/Magento/Catalog/Model/Product/Price/TierPrice.php class TierPrice (line 14) | class TierPrice extends \Magento\Framework\Model\AbstractExtensibleModel... method setPrice (line 19) | public function setPrice($price) method getPrice (line 27) | public function getPrice() method setPriceType (line 35) | public function setPriceType($type) method getPriceType (line 43) | public function getPriceType() method setWebsiteId (line 51) | public function setWebsiteId($websiteId) method getWebsiteId (line 59) | public function getWebsiteId() method setSku (line 67) | public function setSku($sku) method getSku (line 75) | public function getSku() method setCustomerGroup (line 83) | public function setCustomerGroup($group) method getCustomerGroup (line 91) | public function getCustomerGroup() method setQuantity (line 99) | public function setQuantity($quantity) method getQuantity (line 107) | public function getQuantity() method getExtensionAttributes (line 115) | public function getExtensionAttributes() method setExtensionAttributes (line 123) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\TierP... FILE: app/code/Magento/Catalog/Model/Product/Price/TierPriceFactory.php class TierPriceFactory (line 15) | class TierPriceFactory method __construct (line 68) | public function __construct( method create (line 89) | public function create(array $rawPrice, $sku) method createSkeleton (line 117) | public function createSkeleton(TierPriceInterface $price, $id) method retrievePriceForAllGroupsValue (line 142) | private function retrievePriceForAllGroupsValue(TierPriceInterface $pr... method retrieveGroupValue (line 154) | private function retrieveGroupValue($code) FILE: app/code/Magento/Catalog/Model/Product/Price/TierPricePersistence.php class TierPricePersistence (line 12) | class TierPricePersistence method __construct (line 41) | public function __construct( method get (line 55) | public function get(array $ids) method update (line 70) | public function update(array $prices) method replace (line 100) | public function replace(array $prices, array $ids) method delete (line 135) | public function delete(array $ids) method getEntityLinkField (line 161) | public function getEntityLinkField() FILE: app/code/Magento/Catalog/Model/Product/Price/TierPriceStorage.php class TierPriceStorage (line 18) | class TierPriceStorage implements TierPriceStorageInterface method __construct (line 62) | public function __construct( method get (line 79) | public function get(array $skus) method update (line 89) | public function update(array $prices) method replace (line 112) | public function replace(array $prices) method delete (line 127) | public function delete(array $prices) method getExistingPrices (line 146) | private function getExistingPrices(array $skus, bool $groupBySku = fal... method retrieveFormattedPrices (line 174) | private function retrieveFormattedPrices(array $prices): array method retrieveAffectedProductIdsForPrices (line 195) | private function retrieveAffectedProductIdsForPrices(array $prices): a... method retrieveAffectedIds (line 215) | private function retrieveAffectedIds(array $skus): array method retrieveAffectedPriceIds (line 232) | private function retrieveAffectedPriceIds(array $prices): array method retrievePriceId (line 253) | private function retrievePriceId(array $price, array $existingPrices):... method isCorrectPriceValue (line 278) | private function isCorrectPriceValue(array $existingPrice, array $pric... method buildSkuByIdLookup (line 291) | private function buildSkuByIdLookup(array $skus): array method reindexPrices (line 309) | private function reindexPrices(array $ids): void method removeIncorrectPrices (line 323) | private function removeIncorrectPrices(array $prices, array $ids): array FILE: app/code/Magento/Catalog/Model/Product/Price/Validation/InvalidSkuProcessor.php class InvalidSkuProcessor (line 12) | class InvalidSkuProcessor method __construct (line 18) | public function __construct( method retrieveInvalidSkuList (line 34) | public function retrieveInvalidSkuList(array $skus, array $allowedProd... method filterSkuList (line 73) | public function filterSkuList(array $skus, array $allowedProductTypes,... FILE: app/code/Magento/Catalog/Model/Product/Price/Validation/Result.php class Result (line 15) | class Result method __construct (line 32) | public function __construct( method addFailedItem (line 48) | public function addFailedItem($id, $message, array $parameters = []) method getFailedRowIds (line 62) | public function getFailedRowIds() method getFailedItems (line 73) | public function getFailedItems() FILE: app/code/Magento/Catalog/Model/Product/Price/Validation/TierPriceValidator.php class TierPriceValidator (line 12) | class TierPriceValidator method __construct (line 95) | public function __construct( method validateSkus (line 123) | public function validateSkus(array $skus) method retrieveValidationResult (line 135) | public function retrieveValidationResult(array $prices, array $existin... method checkSku (line 178) | private function checkSku( method checkPrice (line 215) | private function checkPrice(\Magento\Catalog\Api\Data\TierPriceInterfa... method checkPriceType (line 256) | private function checkPriceType( method checkQuantity (line 304) | private function checkQuantity(\Magento\Catalog\Api\Data\TierPriceInte... method checkWebsite (line 337) | private function checkWebsite(\Magento\Catalog\Api\Data\TierPriceInter... method checkUnique (line 373) | private function checkUnique( method checkGroup (line 423) | private function checkGroup(\Magento\Catalog\Api\Data\TierPriceInterfa... method retrieveGroupValue (line 456) | private function retrieveGroupValue($code) FILE: app/code/Magento/Catalog/Model/Product/PriceModifier.php class PriceModifier (line 15) | class PriceModifier method __construct (line 25) | public function __construct( method removeTierPrice (line 43) | public function removeTierPrice(\Magento\Catalog\Model\Product $produc... FILE: app/code/Magento/Catalog/Model/Product/PriceModifier/Composite.php class Composite (line 15) | class Composite implements PriceModifierInterface method __construct (line 31) | public function __construct(ObjectManagerInterface $objectManager, arr... method modifyPrice (line 44) | public function modifyPrice($price, Product $product) FILE: app/code/Magento/Catalog/Model/Product/PriceModifierInterface.php type PriceModifierInterface (line 16) | interface PriceModifierInterface method modifyPrice (line 26) | public function modifyPrice($price, Product $product); FILE: app/code/Magento/Catalog/Model/Product/Pricing/Renderer/SalableResolver.php class SalableResolver (line 12) | class SalableResolver implements SalableResolverInterface method isSalable (line 20) | public function isSalable(\Magento\Framework\Pricing\SaleableInterface... FILE: app/code/Magento/Catalog/Model/Product/Pricing/Renderer/SalableResolverInterface.php type SalableResolverInterface (line 12) | interface SalableResolverInterface method isSalable (line 20) | public function isSalable(\Magento\Framework\Pricing\SaleableInterface... FILE: app/code/Magento/Catalog/Model/Product/ProductFrontendAction/Synchronizer.php class Synchronizer (line 24) | class Synchronizer method __construct (line 73) | public function __construct( method getLifeTimeByNamespace (line 98) | private function getLifeTimeByNamespace($namespace) method filterNewestActions (line 123) | private function filterNewestActions(array $productsData, $typeId) method getProductIdsByActions (line 141) | private function getProductIdsByActions(array $actions) method syncActions (line 163) | public function syncActions(array $productsData, $typeId) method getActionsByType (line 209) | public function getActionsByType($typeId) method getAllActions (line 222) | public function getAllActions() FILE: app/code/Magento/Catalog/Model/Product/ProductList/Toolbar.php class Toolbar (line 14) | class Toolbar method __construct (line 51) | public function __construct( method getOrder (line 62) | public function getOrder() method getDirection (line 72) | public function getDirection() method getMode (line 82) | public function getMode() method getLimit (line 92) | public function getLimit() method getCurrentPage (line 102) | public function getCurrentPage() FILE: app/code/Magento/Catalog/Model/Product/ProductList/ToolbarMemorizer.php class ToolbarMemorizer (line 19) | class ToolbarMemorizer method __construct (line 71) | public function __construct( method getOrder (line 86) | public function getOrder() method getDirection (line 100) | public function getDirection() method getMode (line 114) | public function getMode() method getLimit (line 128) | public function getLimit() method memorizeParams (line 142) | public function memorizeParams() method isMemorizingAllowed (line 157) | public function isMemorizingAllowed() method memorizeParam (line 172) | private function memorizeParam($param, $value) FILE: app/code/Magento/Catalog/Model/Product/ReservedAttributeList.php class ReservedAttributeList (line 15) | class ReservedAttributeList method __construct (line 27) | public function __construct($productModel, array $reservedAttributes =... method isReservedAttribute (line 46) | public function isReservedAttribute($attribute) FILE: app/code/Magento/Catalog/Model/Product/SalabilityChecker.php class SalabilityChecker (line 16) | class SalabilityChecker method __construct (line 32) | public function __construct( method isSalable (line 47) | public function isSalable($productId, $storeId = null): bool FILE: app/code/Magento/Catalog/Model/Product/ScopedTierPriceManagement.php class ScopedTierPriceManagement (line 13) | class ScopedTierPriceManagement implements ScopedProductTierPriceManagem... method __construct (line 47) | public function __construct( method add (line 64) | public function add($sku, ProductTierPriceInterface $tierPrice) method prepareTierPrices (line 83) | private function prepareTierPrices(array $tierPrices, ProductTierPrice... method getWebsiteId (line 109) | private function getWebsiteId() method validate (line 125) | private function validate(ProductTierPriceInterface $tierPrice) method remove (line 140) | public function remove($sku, ProductTierPriceInterface $tierPrice) method getList (line 155) | public function getList($sku, $customerGroupId) FILE: app/code/Magento/Catalog/Model/Product/TierPrice.php class TierPrice (line 12) | class TierPrice extends \Magento\Framework\Model\AbstractExtensibleModel... method getQty (line 20) | public function getQty() method getValue (line 30) | public function getValue() method setQty (line 41) | public function setQty($qty) method setValue (line 52) | public function setValue($value) method getCustomerGroupId (line 62) | public function getCustomerGroupId() method setCustomerGroupId (line 73) | public function setCustomerGroupId($customerGroupId) method getExtensionAttributes (line 81) | public function getExtensionAttributes() method setExtensionAttributes (line 89) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/Product/TierPriceManagement.php class TierPriceManagement (line 22) | class TierPriceManagement implements \Magento\Catalog\Api\ProductTierPri... method __construct (line 68) | public function __construct( method add (line 91) | public function add($sku, $customerGroupId, $price, $qty) method remove (line 155) | public function remove($sku, $customerGroupId, $qty) method getList (line 170) | public function getList($sku, $customerGroupId) FILE: app/code/Magento/Catalog/Model/Product/Type.php class Type (line 17) | class Type implements OptionSourceInterface method __construct (line 104) | public function __construct( method factory (line 122) | public function factory($product) method priceFactory (line 145) | public function priceFactory($productType) method getPriceInfo (line 169) | public function getPriceInfo(Product $saleableItem) method getOptionArray (line 179) | public function getOptionArray() method getAllOption (line 193) | public function getAllOption() method getAllOptions (line 205) | public function getAllOptions() method getOptions (line 217) | public function getOptions() method getOptionText (line 232) | public function getOptionText($optionId) method getTypes (line 243) | public function getTypes() method getCompositeTypes (line 260) | public function getCompositeTypes() method getTypesByPriority (line 279) | public function getTypesByPriority() method toOptionArray (line 312) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Product/Type/AbstractType.php class AbstractType (line 22) | abstract class AbstractType method deleteTypeSpecificData (line 119) | abstract public function deleteTypeSpecificData(\Magento\Catalog\Model... method __construct (line 189) | public function __construct( method setTypeId (line 220) | public function setTypeId($typeId) method getRelationInfo (line 231) | public function getRelationInfo() method getChildrenIds (line 249) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 261) | public function getParentIdsByChild($childId) method getSetAttributes (line 272) | public function getSetAttributes($product) method attributesCompare (line 290) | public function attributesCompare($attributeOne, $attributeTwo) method getEditableAttributes (line 304) | public function getEditableAttributes($product) method getAttributeById (line 316) | public function getAttributeById($attributeId, $product) method isVirtual (line 335) | public function isVirtual($product) method isSalable (line 346) | public function isSalable($product) method _prepareProduct (line 366) | protected function _prepareProduct(\Magento\Framework\DataObject $buyR... method processConfiguration (line 431) | public function processConfiguration( method prepareForCartAdvanced (line 450) | public function prepareForCartAdvanced(\Magento\Framework\DataObject $... method prepareForCart (line 467) | public function prepareForCart(\Magento\Framework\DataObject $buyReque... method processFileQueue (line 480) | public function processFileQueue() method addFileQueue (line 541) | public function addFileQueue($queueOptions) method _isStrictProcessMode (line 552) | protected function _isStrictProcessMode($processMode) method getSpecifyOptionMessage (line 562) | public function getSpecifyOptionMessage() method _prepareOptions (line 576) | protected function _prepareOptions(\Magento\Framework\DataObject $buyR... method checkProductBuyState (line 625) | public function checkProductBuyState($product) method getOrderOptions (line 652) | public function getOrderOptions($product) method save (line 703) | public function save($product) method _removeNotApplicableAttributes (line 722) | protected function _removeNotApplicableAttributes($product) method beforeSave (line 739) | public function beforeSave($product) method isComposite (line 753) | public function isComposite($product) method canConfigure (line 765) | public function canConfigure($product) method canUseQtyDecimals (line 775) | public function canUseQtyDecimals() method getSku (line 786) | public function getSku($product) method getOptionSku (line 802) | public function getOptionSku($product, $sku = '') method getWeight (line 839) | public function getWeight($product) method hasOptions (line 850) | public function hasOptions($product) method updateQtyOption (line 869) | public function updateQtyOption($options, \Magento\Framework\DataObjec... method hasRequiredOptions (line 880) | public function hasRequiredOptions($product) method getStoreFilter (line 894) | public function getStoreFilter($product) method setStoreFilter (line 907) | public function setStoreFilter($store, $product) method getForceChildItemQtyChanges (line 923) | public function getForceChildItemQtyChanges($product) method prepareQuoteItemQty (line 936) | public function prepareQuoteItemQty($qty, $product) method assignProductToOption (line 950) | public function assignProductToOption($optionProduct, $option, $product) method setConfig (line 967) | public function setConfig($config) method getSearchableData (line 987) | public function getSearchableData($product) method getProductsToPurchaseByReqGroups (line 1007) | public function getProductsToPurchaseByReqGroups($product) method processBuyRequest (line 1023) | public function processBuyRequest($product, $buyRequest) method checkProductConfiguration (line 1035) | public function checkProductConfiguration($product, $buyRequest) method hasWeight (line 1065) | public function hasWeight() method setImageFromChildProduct (line 1077) | public function setImageFromChildProduct(\Magento\Catalog\Model\Produc... method getIdentities (line 1089) | public function getIdentities(\Magento\Catalog\Model\Product $product) method getAssociatedProducts (line 1099) | public function getAssociatedProducts($product) method isPossibleBuyFromList (line 1111) | public function isPossibleBuyFromList($product) FILE: app/code/Magento/Catalog/Model/Product/Type/FrontSpecialPrice.php class FrontSpecialPrice (line 24) | class FrontSpecialPrice extends Price method __construct (line 44) | public function __construct( method _applySpecialPrice (line 75) | protected function _applySpecialPrice($product, $finalPrice) method getSpecialPrices (line 102) | private function getSpecialPrices($product): array method isSuitableSpecialPrice (line 122) | private function isSuitableSpecialPrice($product, array $price): bool FILE: app/code/Magento/Catalog/Model/Product/Type/Pool.php class Pool (line 12) | class Pool method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method get (line 39) | public function get($className, array $data = []) FILE: app/code/Magento/Catalog/Model/Product/Type/Price.php class Price (line 26) | class Price method __construct (line 111) | public function __construct( method getPrice (line 142) | public function getPrice($product) method getBasePrice (line 155) | public function getBasePrice($product, $qty = null) method getFinalPrice (line 171) | public function getFinalPrice($qty, $product) method getChildFinalPrice (line 201) | public function getChildFinalPrice($product, $productQty, $childProduc... method getExistingPrices (line 214) | protected function getExistingPrices($product, $key, $returnRawData = ... method getWebsiteForPriceScope (line 238) | protected function getWebsiteForPriceScope() method _applyTierPrice (line 257) | protected function _applyTierPrice($product, $qty, $finalPrice) method getTierPrice (line 279) | public function getTierPrice($qty, $product) method getAllCustomerGroupsId (line 358) | protected function getAllCustomerGroupsId() method getTierPrices (line 370) | public function getTierPrices($product) method setTierPrices (line 403) | public function setTierPrices($product, array $tierPrices = null) method _getCustomerGroupId (line 442) | protected function _getCustomerGroupId($product) method _applySpecialPrice (line 457) | protected function _applySpecialPrice($product, $finalPrice) method getTierPriceCount (line 474) | public function getTierPriceCount($product) method getFormattedTierPrice (line 488) | public function getFormattedTierPrice($qty, $product) method getFormatedTierPrice (line 515) | public function getFormatedTierPrice($qty, $product) method getFormattedPrice (line 526) | public function getFormattedPrice($product) method getFormatedPrice (line 540) | public function getFormatedPrice($product) method _applyOptionsPrice (line 554) | protected function _applyOptionsPrice($product, $qty, $finalPrice) method calculatePrice (line 587) | public function calculatePrice( method calculateSpecialPrice (line 639) | public function calculateSpecialPrice( method isTierPriceFixed (line 659) | public function isTierPriceFixed() FILE: app/code/Magento/Catalog/Model/Product/Type/Price/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 39) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/Product/Type/Simple.php class Simple (line 11) | class Simple extends \Magento\Catalog\Model\Product\Type\AbstractType method deleteTypeSpecificData (line 19) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Catalog/Model/Product/Type/Virtual.php class Virtual (line 14) | class Virtual extends \Magento\Catalog\Model\Product\Type\AbstractType method isVirtual (line 22) | public function isVirtual($product) method hasWeight (line 32) | public function hasWeight() method deleteTypeSpecificData (line 43) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/Catalog/Model/Product/TypeTransitionManager.php class TypeTransitionManager (line 14) | class TypeTransitionManager method __construct (line 32) | public function __construct( method processProduct (line 46) | public function processProduct(Product $product) FILE: app/code/Magento/Catalog/Model/Product/Url.php class Url (line 18) | class Url extends \Magento\Framework\DataObject method __construct (line 63) | public function __construct( method getUrlInStore (line 89) | public function getUrlInStore(\Magento\Catalog\Model\Product $product,... method getProductUrl (line 102) | public function getProductUrl($product, $useSid = null) method formatUrlKey (line 122) | public function formatUrlKey($str) method getUrl (line 136) | public function getUrl(\Magento\Catalog\Model\Product $product, $param... FILE: app/code/Magento/Catalog/Model/Product/Validator.php class Validator (line 12) | class Validator method validate (line 23) | public function validate(Product $product, RequestInterface $request, ... FILE: app/code/Magento/Catalog/Model/Product/Visibility.php class Visibility (line 17) | class Visibility extends \Magento\Framework\DataObject implements Option... method __construct (line 47) | public function __construct( method getVisibleInCatalogIds (line 60) | public function getVisibleInCatalogIds() method getVisibleInSearchIds (line 70) | public function getVisibleInSearchIds() method getVisibleInSiteIds (line 80) | public function getVisibleInSiteIds() method getOptionArray (line 91) | public static function getOptionArray() method getAllOption (line 106) | public static function getAllOption() method getAllOptions (line 118) | public static function getAllOptions() method getOptionText (line 133) | public static function getOptionText($optionId) method getFlatColumns (line 145) | public function getFlatColumns() method getFlatIndexes (line 166) | public function getFlatIndexes() method getFlatUpdateSelect (line 177) | public function getFlatUpdateSelect($store) method setAttribute (line 188) | public function setAttribute($attribute) method getAttribute (line 199) | public function getAttribute() method addValueSortToCollection (line 211) | public function addValueSortToCollection($collection, $dir = 'asc') method toOptionArray (line 258) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Product/Website.php class Website (line 17) | class Website extends \Magento\Framework\Model\AbstractModel method _construct (line 24) | protected function _construct() method removeProducts (line 37) | public function removeProducts($websiteIds, $productIds) method addProducts (line 57) | public function addProducts($websiteIds, $productIds) method getWebsites (line 76) | public function getWebsites($productIds) FILE: app/code/Magento/Catalog/Model/Product/Website/ReadHandler.php class ReadHandler (line 15) | class ReadHandler implements ExtensionInterface method __construct (line 26) | public function __construct( method execute (line 40) | public function execute($product, $arguments = []) FILE: app/code/Magento/Catalog/Model/Product/Website/SaveHandler.php class SaveHandler (line 17) | class SaveHandler implements ExtensionInterface method __construct (line 34) | public function __construct( method execute (line 49) | public function execute($product, $arguments = []) FILE: app/code/Magento/Catalog/Model/ProductAttributeGroupRepository.php class ProductAttributeGroupRepository (line 17) | class ProductAttributeGroupRepository implements \Magento\Catalog\Api\Pr... method __construct (line 39) | public function __construct( method save (line 52) | public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $gr... method getList (line 66) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 74) | public function get($groupId) method deleteById (line 90) | public function deleteById($groupId) method delete (line 101) | public function delete(\Magento\Eav\Api\Data\AttributeGroupInterface $... FILE: app/code/Magento/Catalog/Model/ProductAttributeSearchResults.php class ProductAttributeSearchResults (line 16) | class ProductAttributeSearchResults extends SearchResults implements Pro... FILE: app/code/Magento/Catalog/Model/ProductCategoryList.php class ProductCategoryList (line 17) | class ProductCategoryList method __construct (line 50) | public function __construct( method getCategoryIds (line 68) | public function getCategoryIds($productId) method getCategorySelect (line 99) | public function getCategorySelect($productId, $tableName) FILE: app/code/Magento/Catalog/Model/ProductFrontendAction.php class ProductFrontendAction (line 13) | class ProductFrontendAction extends AbstractModel implements ProductFron... method _construct (line 20) | protected function _construct() method getActionId (line 28) | public function getActionId() method setActionId (line 36) | public function setActionId($actionId) method getVisitorId (line 44) | public function getVisitorId() method setVisitorId (line 52) | public function setVisitorId($visitorId) method getCustomerId (line 60) | public function getCustomerId() method setCustomerId (line 68) | public function setCustomerId($customerId) method getProductId (line 76) | public function getProductId() method setProductId (line 84) | public function setProductId($productId) method getAddedAt (line 92) | public function getAddedAt() method setAddedAt (line 100) | public function setAddedAt($addedAt) method getTypeId (line 108) | public function getTypeId() method setTypeId (line 116) | public function setTypeId($typeId) FILE: app/code/Magento/Catalog/Model/ProductIdLocator.php class ProductIdLocator (line 12) | class ProductIdLocator implements \Magento\Catalog\Model\ProductIdLocato... method __construct (line 53) | public function __construct( method retrieveProductIdsBySkus (line 78) | public function retrieveProductIdsBySkus(array $skus) method truncateToLimit (line 124) | private function truncateToLimit() FILE: app/code/Magento/Catalog/Model/ProductIdLocatorInterface.php type ProductIdLocatorInterface (line 13) | interface ProductIdLocatorInterface method retrieveProductIdsBySkus (line 22) | public function retrieveProductIdsBySkus(array $skus); FILE: app/code/Magento/Catalog/Model/ProductLink/Attribute.php class Attribute (line 14) | class Attribute extends \Magento\Framework\Api\AbstractExtensibleObject ... method getCode (line 26) | public function getCode() method getType (line 34) | public function getType() method setCode (line 45) | public function setCode($code) method setType (line 56) | public function setType($type) method getExtensionAttributes (line 66) | public function getExtensionAttributes() method setExtensionAttributes (line 77) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProvider.php class CollectionProvider (line 18) | class CollectionProvider method __construct (line 40) | public function __construct(ConverterPool $converterPool, array $provi... method prepareList (line 54) | private function prepareList(array $linkedProducts, string $type): array method getCollection (line 76) | public function getCollection(Product $product, $type) method retrieveMaps (line 106) | private function retrieveMaps(array &$map, array $typeProcessors, arra... method retrieveSingles (line 144) | private function retrieveSingles(array &$map, array $types, array $pro... method getMap (line 174) | public function getMap(array $products, array $types): array FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/Crosssell.php class Crosssell (line 9) | class Crosssell implements \Magento\Catalog\Model\ProductLink\Collection... method getLinkedProducts (line 14) | public function getLinkedProducts(\Magento\Catalog\Model\Product $prod... FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/LinkedMapProvider.php class LinkedMapProvider (line 21) | class LinkedMapProvider implements MapProviderInterface method __construct (line 58) | public function __construct( method canProcessLinkType (line 71) | public function canProcessLinkType(string $linkType): bool method addLinkedToMap (line 85) | private function addLinkedToMap(array &$map, string $sku, string $type... method processCached (line 104) | private function processCached(array $products, array $types, array &$... method queryLinkedProducts (line 137) | private function queryLinkedProducts(array $productIds, array $types):... method cacheLinked (line 164) | private function cacheLinked(array $forProducts, array $map, array $li... method fetchMap (line 193) | public function fetchMap(array $products, array $linkTypes): array FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/Related.php class Related (line 9) | class Related implements \Magento\Catalog\Model\ProductLink\CollectionPr... method getLinkedProducts (line 14) | public function getLinkedProducts(\Magento\Catalog\Model\Product $prod... FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/Upsell.php class Upsell (line 9) | class Upsell implements \Magento\Catalog\Model\ProductLink\CollectionPro... method getLinkedProducts (line 14) | public function getLinkedProducts(\Magento\Catalog\Model\Product $prod... FILE: app/code/Magento/Catalog/Model/ProductLink/CollectionProviderInterface.php type CollectionProviderInterface (line 13) | interface CollectionProviderInterface method getLinkedProducts (line 21) | public function getLinkedProducts(\Magento\Catalog\Model\Product $prod... FILE: app/code/Magento/Catalog/Model/ProductLink/Converter/ConverterInterface.php type ConverterInterface (line 13) | interface ConverterInterface method convert (line 21) | public function convert(\Magento\Catalog\Model\Product $product); FILE: app/code/Magento/Catalog/Model/ProductLink/Converter/ConverterPool.php class ConverterPool (line 9) | class ConverterPool method __construct (line 24) | public function __construct(array $converters) method getConverter (line 35) | public function getConverter($linkType) FILE: app/code/Magento/Catalog/Model/ProductLink/Converter/DefaultConverter.php class DefaultConverter (line 9) | class DefaultConverter implements ConverterInterface method convert (line 14) | public function convert(\Magento\Catalog\Model\Product $product) FILE: app/code/Magento/Catalog/Model/ProductLink/Data/ListCriteria.php class ListCriteria (line 15) | class ListCriteria implements ListCriteriaInterface method __construct (line 38) | public function __construct( method getBelongsToProductSku (line 54) | public function getBelongsToProductSku(): string method getLinkTypes (line 62) | public function getLinkTypes(): ?array method getBelongsToProduct (line 73) | public function getBelongsToProduct(): ?Product FILE: app/code/Magento/Catalog/Model/ProductLink/Data/ListCriteriaInterface.php type ListCriteriaInterface (line 13) | interface ListCriteriaInterface method getBelongsToProductSku (line 20) | public function getBelongsToProductSku(): string; method getLinkTypes (line 27) | public function getLinkTypes(): ?array; FILE: app/code/Magento/Catalog/Model/ProductLink/Data/ListResult.php class ListResult (line 15) | class ListResult implements ListResultInterface method __construct (line 32) | public function __construct(?array $result, ?\Throwable $error) method getResult (line 44) | public function getResult(): ?array method getError (line 52) | public function getError(): ?\Throwable FILE: app/code/Magento/Catalog/Model/ProductLink/Data/ListResultInterface.php type ListResultInterface (line 15) | interface ListResultInterface method getResult (line 22) | public function getResult(): ?array; method getError (line 29) | public function getError(): ?\Throwable; FILE: app/code/Magento/Catalog/Model/ProductLink/Link.php class Link (line 12) | class Link extends \Magento\Framework\Model\AbstractExtensibleModel impl... method _get (line 31) | protected function _get($key) method __toArray (line 42) | public function __toArray() method getSku (line 69) | public function getSku() method getLinkType (line 80) | public function getLinkType() method getLinkedProductSku (line 91) | public function getLinkedProductSku() method getLinkedProductType (line 101) | public function getLinkedProductType() method getPosition (line 111) | public function getPosition() method setSku (line 122) | public function setSku($sku) method setLinkType (line 133) | public function setLinkType($linkType) method setLinkedProductSku (line 144) | public function setLinkedProductSku($linkedProductSku) method setLinkedProductType (line 155) | public function setLinkedProductType($linkedProductType) method setPosition (line 166) | public function setPosition($position) method getExtensionAttributes (line 176) | public function getExtensionAttributes() method setExtensionAttributes (line 192) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Produ... FILE: app/code/Magento/Catalog/Model/ProductLink/Management.php class Management (line 14) | class Management implements \Magento\Catalog\Api\ProductLinkManagementIn... method __construct (line 30) | public function __construct( method getLinkedItemsByType (line 41) | public function getLinkedItemsByType($sku, $type) method setProductLinks (line 68) | public function setProductLinks($sku, array $items) FILE: app/code/Magento/Catalog/Model/ProductLink/MapProviderInterface.php type MapProviderInterface (line 16) | interface MapProviderInterface method canProcessLinkType (line 24) | public function canProcessLinkType(string $linkType): bool; method fetchMap (line 35) | public function fetchMap(array $products, array $linkTypes): array; FILE: app/code/Magento/Catalog/Model/ProductLink/ProductLinkQuery.php class ProductLinkQuery (line 28) | class ProductLinkQuery method __construct (line 68) | public function __construct( method extractRequestedLinkTypes (line 90) | private function extractRequestedLinkTypes(array $criteria): array method loadProductsByCriteria (line 127) | private function loadProductsByCriteria(array $criteria): array method convertLinksData (line 167) | private function convertLinksData(string $productSku, array $linksData... method search (line 214) | public function search(array $criteria): array FILE: app/code/Magento/Catalog/Model/ProductLink/Repository.php class Repository (line 28) | class Repository implements \Magento\Catalog\Api\ProductLinkRepositoryIn... method __construct (line 110) | public function __construct( method save (line 135) | public function save(\Magento\Catalog\Api\Data\ProductLinkInterface $e... method getList (line 173) | public function getList(\Magento\Catalog\Api\Data\ProductInterface $pr... method delete (line 190) | public function delete(\Magento\Catalog\Api\Data\ProductLinkInterface ... method deleteById (line 223) | public function deleteById($sku, $type, $linkedProductSku) method getLinkResource (line 249) | private function getLinkResource() method getLinkTypeProvider (line 263) | private function getLinkTypeProvider() method getMetadataPool (line 277) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/ProductLink/Search.php class Search (line 16) | class Search method __construct (line 38) | public function __construct( method prepareCollection (line 56) | public function prepareCollection( FILE: app/code/Magento/Catalog/Model/ProductLink/Type.php class Type (line 14) | class Type extends \Magento\Framework\Api\AbstractExtensibleObject imple... method getCode (line 26) | public function getCode() method getName (line 34) | public function getName() method setCode (line 45) | public function setCode($code) method setName (line 56) | public function setName($name) method getExtensionAttributes (line 66) | public function getExtensionAttributes() method setExtensionAttributes (line 77) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductManagement.php class ProductManagement (line 12) | class ProductManagement implements ProductManagementInterface method __construct (line 22) | public function __construct(CollectionFactory $productsFactory) method getCount (line 30) | public function getCount($status = null) FILE: app/code/Magento/Catalog/Model/ProductOption.php class ProductOption (line 11) | class ProductOption extends AbstractExtensibleModel implements ProductOp... method getExtensionAttributes (line 16) | public function getExtensionAttributes() method setExtensionAttributes (line 24) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductOptionProcessor.php class ProductOptionProcessor (line 15) | class ProductOptionProcessor implements ProductOptionProcessorInterface method __construct (line 36) | public function __construct( method convertToBuyRequest (line 47) | public function convertToBuyRequest(ProductOptionInterface $productOpt... method getCustomOptions (line 70) | protected function getCustomOptions(ProductOptionInterface $productOpt... method convertToProductOption (line 85) | public function convertToProductOption(DataObject $request) method processFileOptionValue (line 114) | private function processFileOptionValue(array $optionValue) method getUrlBuilder (line 133) | private function getUrlBuilder() FILE: app/code/Magento/Catalog/Model/ProductOptionProcessorInterface.php type ProductOptionProcessorInterface (line 17) | interface ProductOptionProcessorInterface method convertToBuyRequest (line 25) | public function convertToBuyRequest(ProductOptionInterface $productOpt... method convertToProductOption (line 33) | public function convertToProductOption(DataObject $request); FILE: app/code/Magento/Catalog/Model/ProductOptions/Config.php class Config (line 13) | class Config extends \Magento\Framework\Config\Data implements method __construct (line 24) | public function __construct( method getOption (line 39) | public function getOption($name) method getAll (line 49) | public function getAll() FILE: app/code/Magento/Catalog/Model/ProductOptions/Config/Converter.php class Converter (line 8) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 17) | public function convert($source) method _getAttributeValue (line 54) | protected function _getAttributeValue(\DOMNode $node, $attributeName, ... FILE: app/code/Magento/Catalog/Model/ProductOptions/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 27) | public function __construct( FILE: app/code/Magento/Catalog/Model/ProductOptions/Config/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 29) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 41) | public function getSchema() method getPerFileSchema (line 51) | public function getPerFileSchema() FILE: app/code/Magento/Catalog/Model/ProductOptions/ConfigInterface.php type ConfigInterface (line 12) | interface ConfigInterface method getOption (line 20) | public function getOption($name); method getAll (line 27) | public function getAll(); FILE: app/code/Magento/Catalog/Model/ProductOptions/TypeList.php class TypeList (line 9) | class TypeList implements \Magento\Catalog\Api\ProductCustomOptionTypeLi... method __construct (line 25) | public function __construct( method getItems (line 36) | public function getItems() FILE: app/code/Magento/Catalog/Model/ProductRender.php class ProductRender (line 17) | class ProductRender extends \Magento\Framework\Model\AbstractExtensibleM... method getAddToCartButton (line 22) | public function getAddToCartButton() method setAddToCartButton (line 30) | public function setAddToCartButton(ButtonInterface $addToCartButton) method getAddToCompareButton (line 38) | public function getAddToCompareButton() method setAddToCompareButton (line 46) | public function setAddToCompareButton(ButtonInterface $compareButton) method getPriceInfo (line 54) | public function getPriceInfo() method setPriceInfo (line 62) | public function setPriceInfo(PriceInfoInterface $priceInfo) method getImages (line 70) | public function getImages() method setImages (line 78) | public function setImages(array $images) method getUrl (line 86) | public function getUrl() method setUrl (line 94) | public function setUrl($url) method getId (line 102) | public function getId() method setId (line 110) | public function setId($id) method getName (line 118) | public function getName() method setName (line 126) | public function setName($name) method setType (line 134) | public function setType($productType) method getType (line 142) | public function getType() method getIsSalable (line 150) | public function getIsSalable() method setIsSalable (line 158) | public function setIsSalable($isSalable) method setStoreId (line 166) | public function setStoreId($storeId) method getStoreId (line 174) | public function getStoreId() method getCurrencyCode (line 182) | public function getCurrencyCode() method setCurrencyCode (line 190) | public function setCurrencyCode($currencyCode) method getExtensionAttributes (line 200) | public function getExtensionAttributes() method setExtensionAttributes (line 211) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductRender/Button.php class Button (line 16) | class Button extends \Magento\Framework\Model\AbstractExtensibleModel im... method setPostData (line 21) | public function setPostData($postData) method getPostData (line 29) | public function getPostData() method setUrl (line 37) | public function setUrl($url) method getUrl (line 45) | public function getUrl() method setRequiredOptions (line 53) | public function setRequiredOptions($requiredOptions) method hasRequiredOptions (line 61) | public function hasRequiredOptions() method getExtensionAttributes (line 69) | public function getExtensionAttributes() method setExtensionAttributes (line 77) | public function setExtensionAttributes(ButtonExtensionInterface $exten... FILE: app/code/Magento/Catalog/Model/ProductRender/FormattedPriceInfo.php class FormattedPriceInfo (line 14) | class FormattedPriceInfo extends \Magento\Framework\Model\AbstractExtens... method getFinalPrice (line 20) | public function getFinalPrice() method setFinalPrice (line 28) | public function setFinalPrice($finalPrice) method getMaxPrice (line 36) | public function getMaxPrice() method setMaxPrice (line 44) | public function setMaxPrice($maxPrice) method getMinimalPrice (line 52) | public function getMinimalPrice() method getMaxRegularPrice (line 63) | public function getMaxRegularPrice() method setMaxRegularPrice (line 75) | public function setMaxRegularPrice($maxRegularPrice) method getMinimalRegularPrice (line 86) | public function getMinimalRegularPrice() method setMinimalRegularPrice (line 98) | public function setMinimalRegularPrice($minRegularPrice) method setSpecialPrice (line 106) | public function setSpecialPrice($specialPrice) method getSpecialPrice (line 114) | public function getSpecialPrice() method setMinimalPrice (line 122) | public function setMinimalPrice($minimalPrice) method getRegularPrice (line 130) | public function getRegularPrice() method setRegularPrice (line 138) | public function setRegularPrice($regularPrice) method getExtensionAttributes (line 146) | public function getExtensionAttributes() method setExtensionAttributes (line 154) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductRender/FormattedPriceInfoBuilder.php class FormattedPriceInfoBuilder (line 16) | class FormattedPriceInfoBuilder method __construct (line 33) | public function __construct( method build (line 53) | public function build(PriceInfoInterface $priceInfo, $storeId, $curren... FILE: app/code/Magento/Catalog/Model/ProductRender/Image.php class Image (line 14) | class Image extends \Magento\Framework\Model\AbstractExtensibleModel imp... method setUrl (line 23) | public function setUrl($url) method getUrl (line 33) | public function getUrl() method getCode (line 43) | public function getCode() method setCode (line 54) | public function setCode($code) method setHeight (line 65) | public function setHeight($height) method getHeight (line 75) | public function getHeight() method getWidth (line 85) | public function getWidth() method setWidth (line 96) | public function setWidth($width) method getLabel (line 106) | public function getLabel() method setLabel (line 117) | public function setLabel($label) method getResizedWidth (line 127) | public function getResizedWidth() method setResizedWidth (line 138) | public function setResizedWidth($width) method setResizedHeight (line 149) | public function setResizedHeight($height) method getResizedHeight (line 159) | public function getResizedHeight() method getExtensionAttributes (line 169) | public function getExtensionAttributes() method setExtensionAttributes (line 180) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductRender/PriceInfo.php class PriceInfo (line 15) | class PriceInfo extends \Magento\Framework\Model\AbstractExtensibleModel... method getFinalPrice (line 21) | public function getFinalPrice() method setFinalPrice (line 30) | public function setFinalPrice($finalPrice) method getMaxRegularPrice (line 41) | public function getMaxRegularPrice() method setMaxRegularPrice (line 53) | public function setMaxRegularPrice($maxRegularPrice) method getMinimalRegularPrice (line 64) | public function getMinimalRegularPrice() method setMinimalRegularPrice (line 76) | public function setMinimalRegularPrice($minRegularPrice) method setSpecialPrice (line 84) | public function setSpecialPrice($specialPrice) method getSpecialPrice (line 92) | public function getSpecialPrice() method getMaxPrice (line 100) | public function getMaxPrice() method setMaxPrice (line 109) | public function setMaxPrice($maxPrice) method getMinimalPrice (line 117) | public function getMinimalPrice() method setMinimalPrice (line 126) | public function setMinimalPrice($minimalPrice) method getRegularPrice (line 134) | public function getRegularPrice() method setRegularPrice (line 143) | public function setRegularPrice($regularPrice) method getFormattedPrices (line 151) | public function getFormattedPrices() method setFormattedPrices (line 159) | public function setFormattedPrices(FormattedPriceInfoInterface $format... method getExtensionAttributes (line 167) | public function getExtensionAttributes() method setExtensionAttributes (line 175) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductRenderInfoSearchResults.php class ProductRenderInfoSearchResults (line 12) | class ProductRenderInfoSearchResults extends SearchResults implements Pr... FILE: app/code/Magento/Catalog/Model/ProductRenderList.php class ProductRenderList (line 23) | class ProductRenderList implements ProductRenderListInterface method __construct (line 70) | public function __construct( method getList (line 92) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Catalog/Model/ProductRepository.php class ProductRepository (line 37) | class ProductRepository implements \Magento\Catalog\Api\ProductRepositor... method __construct (line 210) | public function __construct( method get (line 267) | public function get($sku, $editMode = false, $storeId = null, $forceRe... method getById (line 297) | public function getById($productId, $editMode = false, $storeId = null... method getCacheKey (line 325) | protected function getCacheKey($data) method cacheProduct (line 346) | private function cacheProduct($cacheKey, ProductInterface $product) method initializeProductData (line 366) | protected function initializeProductData(array $productData, $createNew) method assignProductToWebsites (line 393) | private function assignProductToWebsites(\Magento\Catalog\Model\Produc... method processNewMediaGalleryEntry (line 417) | protected function processNewMediaGalleryEntry( method processLinks (line 434) | private function processLinks(ProductInterface $product, $newLinks) method processMediaGallery (line 500) | protected function processMediaGallery(ProductInterface $product, $med... method save (line 512) | public function save(ProductInterface $product, $saveOptions = false) method delete (line 585) | public function delete(ProductInterface $product) method deleteById (line 610) | public function deleteById($sku) method getList (line 619) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method addExtensionAttributes (line 661) | private function addExtensionAttributes(Collection $collection) : Coll... method addFilterGroupToCollection (line 677) | protected function addFilterGroupToCollection( method cleanCache (line 707) | public function cleanCache() method getMediaGalleryProcessor (line 718) | private function getMediaGalleryProcessor() method getCollectionProcessor (line 734) | private function getCollectionProcessor() method getProductFromLocalCache (line 751) | private function getProductFromLocalCache(string $sku, string $cacheKey) method removeProductFromLocalCacheBySku (line 764) | private function removeProductFromLocalCacheBySku(string $sku): void method removeProductFromLocalCacheById (line 776) | private function removeProductFromLocalCacheById(?string $id): void method saveProductInLocalCache (line 788) | private function saveProductInLocalCache(Product $product, string $cac... method prepareSku (line 800) | private function prepareSku(string $sku): string method saveProduct (line 814) | private function saveProduct($product): void FILE: app/code/Magento/Catalog/Model/ProductRepository/MediaGalleryProcessor.php class MediaGalleryProcessor (line 23) | class MediaGalleryProcessor method __construct (line 51) | public function __construct( method processMediaGallery (line 76) | public function processMediaGallery(ProductInterface $product, array $... method processNewMediaGalleryEntry (line 135) | public function processNewMediaGalleryEntry( method determineImageRoles (line 182) | private function determineImageRoles(ProductInterface $product, array ... method processEntries (line 212) | private function processEntries(ProductInterface $product, array $newE... method processMediaAttributes (line 241) | private function processMediaAttributes(ProductInterface $product, arr... FILE: app/code/Magento/Catalog/Model/ProductSearchResults.php class ProductSearchResults (line 16) | class ProductSearchResults extends SearchResults implements ProductSearc... FILE: app/code/Magento/Catalog/Model/ProductType.php class ProductType (line 15) | class ProductType extends \Magento\Framework\Api\AbstractExtensibleObjec... method getName (line 27) | public function getName() method getLabel (line 35) | public function getLabel() method setName (line 46) | public function setName($name) method setLabel (line 57) | public function setLabel($label) method getExtensionAttributes (line 67) | public function getExtensionAttributes() method setExtensionAttributes (line 78) | public function setExtensionAttributes( FILE: app/code/Magento/Catalog/Model/ProductTypeList.php class ProductTypeList (line 13) | class ProductTypeList implements ProductTypeListInterface method __construct (line 40) | public function __construct( method getProductTypes (line 51) | public function getProductTypes() FILE: app/code/Magento/Catalog/Model/ProductTypes/Config.php class Config (line 13) | class Config extends \Magento\Framework\Config\Data implements \Magento\... method __construct (line 23) | public function __construct( method getType (line 38) | public function getType($name) method getAll (line 48) | public function getAll() method isProductSet (line 59) | public function isProductSet($typeId) method getComposableTypes (line 69) | public function getComposableTypes() method filter (line 81) | public function filter($attributeName, $value = 'true') FILE: app/code/Magento/Catalog/Model/ProductTypes/Config/Converter.php class Converter (line 8) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 19) | public function convert($source) method _getAttributeValue (line 100) | protected function _getAttributeValue(\DOMNode $input, $attributeName,... FILE: app/code/Magento/Catalog/Model/ProductTypes/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 34) | public function __construct( FILE: app/code/Magento/Catalog/Model/ProductTypes/Config/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 29) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 41) | public function getSchema() method getPerFileSchema (line 51) | public function getPerFileSchema() FILE: app/code/Magento/Catalog/Model/ProductTypes/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getType (line 22) | public function getType($name); method getAll (line 29) | public function getAll(); method isProductSet (line 37) | public function isProductSet($typeId); method getComposableTypes (line 44) | public function getComposableTypes(); method filter (line 53) | public function filter($customAttributeName, $value = 'true'); FILE: app/code/Magento/Catalog/Model/ProductVisibilityCondition.php class ProductVisibilityCondition (line 14) | class ProductVisibilityCondition implements CollectionModifierInterface method __construct (line 25) | public function __construct(\Magento\Catalog\Model\Product\Visibility ... method apply (line 34) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Catalog/Model/ProductWebsiteLink.php class ProductWebsiteLink (line 9) | class ProductWebsiteLink extends \Magento\Framework\Api\AbstractSimpleOb... method getSku (line 22) | public function getSku() method getWebsiteId (line 30) | public function getWebsiteId() method setSku (line 39) | public function setSku($sku) method setWebsiteId (line 47) | public function setWebsiteId($websiteId) FILE: app/code/Magento/Catalog/Model/ProductWebsiteLinkRepository.php class ProductWebsiteLinkRepository (line 13) | class ProductWebsiteLinkRepository implements \Magento\Catalog\Api\Produ... method __construct (line 23) | public function __construct( method save (line 32) | public function save(ProductWebsiteLinkInterface $productWebsiteLink) method delete (line 57) | public function delete(ProductWebsiteLinkInterface $productLink) method deleteById (line 65) | public function deleteById($sku, $websiteId) FILE: app/code/Magento/Catalog/Model/ResourceModel/AbstractCollection.php class AbstractCollection (line 13) | abstract class AbstractCollection extends \Magento\Framework\Model\Resou... method setSelectCountSql (line 31) | public function setSelectCountSql(\Magento\Framework\DB\Select $countS... method getSelectCountSql (line 42) | public function getSelectCountSql() method _attributeToField (line 57) | protected function _attributeToField($attribute) method addAttributeToSelect (line 79) | public function addAttributeToSelect($attribute) method addAttributeToFilter (line 94) | public function addAttributeToFilter($attribute, $condition = null) method addAttributeToSort (line 109) | public function addAttributeToSort($attribute, $dir = 'asc') method setPage (line 124) | public function setPage($pageNum, $pageSize) method _getAllIdsSelect (line 139) | protected function _getAllIdsSelect($limit = null, $offset = null) method getAllIds (line 160) | public function getAllIds($limit = null, $offset = null) method getSearchCriteria (line 170) | public function getSearchCriteria() method setSearchCriteria (line 182) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 193) | public function getTotalCount() method setTotalCount (line 205) | public function setTotalCount($totalCount) method setItems (line 216) | public function setItems(array $items = null) FILE: app/code/Magento/Catalog/Model/ResourceModel/AbstractResource.php class AbstractResource (line 24) | abstract class AbstractResource extends \Magento\Eav\Model\Entity\Abstra... method __construct (line 47) | public function __construct( method _getDefaultAttributeModel (line 64) | protected function _getDefaultAttributeModel() method getDefaultStoreId (line 74) | public function getDefaultStoreId() method _isApplicableAttribute (line 86) | protected function _isApplicableAttribute($object, $attribute) method _isCallableAttributeInstance (line 101) | protected function _isCallableAttributeInstance($instance, $method, $a... method _getLoadAttributesSelect (line 127) | protected function _getLoadAttributesSelect($object, $table) method _prepareLoadSelect (line 171) | protected function _prepareLoadSelect(array $selects) method _saveAttributeValue (line 186) | protected function _saveAttributeValue($object, $attribute, $value) method isAttributePresentForNonDefaultStore (line 261) | private function isAttributePresentForNonDefaultStore($attribute, $con... method _insertAttribute (line 281) | protected function _insertAttribute($object, $attribute, $value) method _updateAttribute (line 326) | protected function _updateAttribute($object, $attribute, $valueId, $va... method _updateAttributeForStore (line 340) | protected function _updateAttributeForStore($object, $attribute, $valu... method _deleteAttributes (line 386) | protected function _deleteAttributes($object, $table, $info) method _getOrigObject (line 453) | protected function _getOrigObject($object) method _canUpdateAttribute (line 475) | protected function _canUpdateAttribute(AbstractAttribute $attribute, $... method getAttributeRawValue (line 502) | public function getAttributeRawValue($entityId, $attribute, $store) FILE: app/code/Magento/Catalog/Model/ResourceModel/Attribute.php class Attribute (line 16) | class Attribute extends \Magento\Eav\Model\ResourceModel\Entity\Attribute method __construct (line 43) | public function __construct( method _beforeSave (line 62) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 77) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _clearUselessAttributeValues (line 89) | protected function _clearUselessAttributeValues(\Magento\Framework\Mod... method deleteEntity (line 117) | public function deleteEntity(\Magento\Framework\Model\AbstractModel $o... method getMetadataPool (line 167) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/ResourceModel/Attribute/ConditionBuilder.php class ConditionBuilder (line 24) | class ConditionBuilder method __construct (line 35) | public function __construct(StoreManagerInterface $storeManager) method buildExistingAttributeWebsiteScope (line 49) | public function buildExistingAttributeWebsiteScope( method buildNewAttributesWebsiteScope (line 85) | public function buildNewAttributesWebsiteScope( method getWebsiteForWebsiteScope (line 115) | private function getWebsiteForWebsiteScope(array $scopes) method getStoreFromScopes (line 125) | private function getStoreFromScopes(array $scopes) FILE: app/code/Magento/Catalog/Model/ResourceModel/Attribute/WebsiteAttributesSynchronizer.php class WebsiteAttributesSynchronizer (line 22) | class WebsiteAttributesSynchronizer method __construct (line 107) | public function __construct( method synchronize (line 125) | public function synchronize() method isSynchronizationRequired (line 146) | public function isSynchronizationRequired() method scheduleSynchronization (line 155) | public function scheduleSynchronization() method markSynchronizationInProgress (line 164) | private function markSynchronizationInProgress() method markSynchronized (line 173) | private function markSynchronized() method synchronizeTable (line 182) | private function synchronizeTable($tableName) method processAttributeValues (line 195) | private function processAttributeValues(array $attributeValueItems, $t... method fetchAttributeValues (line 220) | private function fetchAttributeValues($tableName) method getGroupedStoreViews (line 262) | private function getGroupedStoreViews() method isAttributeValueProcessed (line 293) | private function isAttributeValueProcessed(array $attributeValue, $tab... method resetProcessedAttributeValues (line 309) | private function resetProcessedAttributeValues() method markAttributeValueProcessed (line 319) | private function markAttributeValueProcessed(array $attributeValue, $t... method getAttributeValueKey (line 334) | private function getAttributeValueKey($entityId, $attributeId, $websit... method generateAttributeValueInsertions (line 349) | private function generateAttributeValueInsertions(array $attributeValu... method executeInsertions (line 376) | private function executeInsertions(array $insertions, $tableName) method getPlaceholderValues (line 398) | private function getPlaceholderValues(array $insertions) method prepareInsertValuesStatement (line 417) | private function prepareInsertValuesStatement(array $insertions) method getTableLinkField (line 433) | private function getTableLinkField($tableName) FILE: app/code/Magento/Catalog/Model/ResourceModel/AttributePersistor.php class AttributePersistor (line 19) | class AttributePersistor extends \Magento\Eav\Model\ResourceModel\Attrib... method __construct (line 29) | public function __construct( method getScopeValue (line 45) | protected function getScopeValue(ScopeInterface $scope, AbstractAttrib... method buildUpdateConditions (line 56) | protected function buildUpdateConditions( method buildInsertConditions (line 77) | protected function buildInsertConditions( method buildDeleteConditions (line 97) | protected function buildDeleteConditions( method isWebsiteAttribute (line 119) | private function isWebsiteAttribute(AbstractAttribute $attribute) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category.php class Category (line 29) | class Category extends AbstractResource method __construct (line 119) | public function __construct( method getEntityType (line 153) | public function getEntityType() method getCategoryProductTable (line 166) | public function getCategoryProductTable() method setStoreId (line 180) | public function setStoreId($storeId) method getStoreId (line 191) | public function getStoreId() method _getTree (line 204) | protected function _getTree() method _beforeDelete (line 220) | protected function _beforeDelete(\Magento\Framework\DataObject $object) method _afterDelete (line 233) | protected function _afterDelete(DataObject $object) method deleteChildren (line 245) | public function deleteChildren(\Magento\Framework\DataObject $object) method _beforeSave (line 277) | protected function _beforeSave(\Magento\Framework\DataObject $object) method _afterSave (line 325) | protected function _afterSave(\Magento\Framework\DataObject $object) method _savePath (line 345) | protected function _savePath($object) method _getMaxPosition (line 364) | protected function _getMaxPosition($path) method _saveCategoryProducts (line 394) | protected function _saveCategoryProducts($category) method getProductsPosition (line 498) | public function getProductsPosition($category) method getChildrenCount (line 529) | public function getChildrenCount($categoryId) method checkId (line 548) | public function checkId($entityId) method verifyIds (line 567) | public function verifyIds(array $ids) method getChildrenAmount (line 591) | public function getChildrenAmount($category, $isActiveFlag = true) method getIsActiveAttributeId (line 630) | public function getIsActiveAttributeId() method findWhereAttributeIs (line 648) | public function findWhereAttributeIs($entityIdsFilter, $attribute, $ex... method getProductCount (line 684) | public function getProductCount($category) method getCategories (line 711) | public function getCategories($parent, $recursionLevel = 0, $sorted = ... method getParentCategories (line 731) | public function getParentCategories($category) method getParentDesignCategory (line 757) | public function getParentDesignCategory($category) method getChildrenCategories (line 799) | public function getChildrenCategories($category) method getChildren (line 831) | public function getChildren($category, $recursive = true) method getAllChildren (line 874) | public function getAllChildren($category) method isInRootCategoryList (line 889) | public function isInRootCategoryList($category) method isForbiddenToDelete (line 904) | public function isForbiddenToDelete($categoryId) method getCategoryPathById (line 926) | public function getCategoryPathById($categoryId) method changeParent (line 947) | public function changeParent( method _processPositions (line 1027) | protected function _processPositions($category, $newParent, $afterCate... method countVisible (line 1063) | public function countVisible() method load (line 1079) | public function load($object, $entityId, $attributes = []) method delete (line 1102) | public function delete($object) method save (line 1119) | public function save(\Magento\Framework\Model\AbstractModel $object) method getEntityManager (line 1130) | private function getEntityManager() method getAggregateCount (line 1144) | private function getAggregateCount() method getCategoryWithChildren (line 1159) | public function getCategoryWithChildren(int $categoryId): array FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/AggregateCount.php class AggregateCount (line 13) | class AggregateCount method processDelete (line 19) | public function processDelete(Category $category) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Attribute/Collection.php class Collection (line 13) | class Collection extends \Magento\Eav\Model\ResourceModel\Entity\Attribu... method __construct (line 32) | public function __construct( method _initSelect (line 52) | protected function _initSelect() method setEntityTypeFilter (line 73) | public function setEntityTypeFilter($typeId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Attribute/Frontend/Image.php class Image (line 13) | class Image extends \Magento\Eav\Model\Entity\Attribute\Frontend\Abstrac... method __construct (line 29) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method getUrl (line 40) | public function getUrl($object) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Attribute/Source/Layout.php class Layout (line 13) | class Layout extends \Magento\Eav\Model\Entity\Attribute\Source\Abstract... method __construct (line 23) | public function __construct(array $cmsLayouts = []) method getAllOptions (line 33) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Attribute/Source/Page.php class Page (line 13) | class Page extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method __construct (line 27) | public function __construct(\Magento\Cms\Model\ResourceModel\Block\Col... method getAllOptions (line 37) | public function getAllOptions() FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php class Collection (line 20) | class Collection extends \Magento\Catalog\Model\ResourceModel\Collection... method __construct (line 87) | public function __construct( method _construct (line 123) | protected function _construct() method addIdFilter (line 134) | public function addIdFilter($categoryIds) method setLoadProductCount (line 162) | public function setLoadProductCount($flag) method _beforeLoad (line 173) | protected function _beforeLoad() method _afterLoad (line 184) | protected function _afterLoad() method setProductStoreId (line 197) | public function setProductStoreId($storeId) method getProductStoreId (line 208) | public function getProductStoreId() method load (line 223) | public function load($printQuery = false, $logQuery = false) method _loadProductCount (line 248) | protected function _loadProductCount() method loadProductCount (line 263) | public function loadProductCount($items, $countRegular = true, $countA... method addPathFilter (line 352) | public function addPathFilter($regexp) method joinUrlRewrite (line 363) | public function joinUrlRewrite() method addIsActiveFilter (line 384) | public function addIsActiveFilter() method addNameToResult (line 399) | public function addNameToResult() method addUrlRewriteToResult (line 410) | public function addUrlRewriteToResult() method addPathsFilter (line 422) | public function addPathsFilter($paths) method addLevelFilter (line 444) | public function addLevelFilter($level) method addRootLevelFilter (line 455) | public function addRootLevelFilter() method addNavigationMaxDepthFilter (line 467) | public function addNavigationMaxDepthFilter() method addOrderField (line 485) | public function addOrderField($field) method getProductWebsiteTable (line 496) | public function getProductWebsiteTable() method getProductTable (line 509) | public function getProductTable() FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Collection/Factory.php class Factory (line 12) | class Factory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 32) | public function create() FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Flat.php class Flat (line 17) | class Flat extends \Magento\Indexer\Model\ResourceModel\AbstractResource method __construct (line 101) | public function __construct( method _construct (line 127) | protected function _construct() method setStoreId (line 138) | public function setStoreId($storeId) method getStoreId (line 149) | public function getStoreId() method getMainTable (line 162) | public function getMainTable() method getMainStoreTable (line 173) | public function getMainStoreTable($storeId = \Magento\Store\Model\Stor... method addInactiveCategoryIds (line 195) | public function addInactiveCategoryIds($ids) method _initInactiveCategoryIds (line 209) | protected function _initInactiveCategoryIds() method getInactiveCategoryIds (line 221) | public function getInactiveCategoryIds() method _loadNodes (line 239) | protected function _loadNodes($parentNode = null, $recursionLevel = 0,... method addChildNodes (line 321) | public function addChildNodes($children, $path, $parent) method getNodes (line 357) | public function getNodes($parentId, $recursionLevel = 0, $storeId = 0) method getCategories (line 401) | public function getCategories($parent, $recursionLevel = 0, $sorted = ... method getNodeById (line 437) | public function getNodeById($nodeId, $nodes = null) method getAttribute (line 461) | public function getAttribute($attribute) method getChildrenAmount (line 473) | public function getChildrenAmount($category, $isActiveFlag = true) method getProductCount (line 495) | public function getProductCount($category) method getParentCategories (line 516) | public function getParentCategories($category, $isActive = true) method getParentDesignCategory (line 551) | public function getParentDesignCategory($category) method getChildrenCategories (line 581) | public function getChildrenCategories($category) method isInRootCategoryList (line 593) | public function isInRootCategoryList($category) method getChildren (line 608) | public function getChildren($category, $recursive = true, $isActive = ... method getAllChildren (line 640) | public function getAllChildren($category) method checkId (line 655) | public function checkId($id) method getAnchorsAbove (line 674) | public function getAnchorsAbove(array $filterIds, $storeId = 0) method getProductsPosition (line 696) | public function getProductsPosition($category) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Flat/Collection.php class Collection (line 23) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 70) | public function __construct( method _construct (line 90) | protected function _construct() method _initSelect (line 101) | protected function _initSelect() method addIdFilter (line 116) | public function addIdFilter($categoryIds) method _beforeLoad (line 143) | protected function _beforeLoad() method _afterLoad (line 154) | protected function _afterLoad() method setStoreId (line 166) | public function setStoreId($storeId) method getStoreId (line 178) | public function getStoreId() method addParentPathFilter (line 192) | public function addParentPathFilter($parent) method addStoreFilter (line 203) | public function addStoreFilter() method addSortedField (line 215) | public function addSortedField($sorted) method addIsActiveFilter (line 228) | public function addIsActiveFilter() method addNameToResult (line 243) | public function addNameToResult() method addAttributeToSelect (line 255) | public function addAttributeToSelect($attribute = '*') method getResource (line 294) | public function getResource() method addAttributeToSort (line 306) | public function addAttributeToSort($attribute, $dir = self::SORT_ORDER... method addAttributeToFilter (line 322) | public function addAttributeToFilter($attribute, $condition = null) method addUrlRewriteToResult (line 334) | public function addUrlRewriteToResult() method addPathsFilter (line 352) | public function addPathsFilter($paths) method addLevelFilter (line 374) | public function addLevelFilter($level) method addOrderField (line 384) | public function addOrderField($field) method setPage (line 397) | public function setPage($pageNum, $pageSize) method addNavigationMaxDepthFilter (line 408) | public function addNavigationMaxDepthFilter() FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/StateDependentCollectionFactory.php class StateDependentCollectionFactory (line 12) | class StateDependentCollectionFactory method __construct (line 34) | public function __construct( method create (line 48) | public function create(array $data = []) FILE: app/code/Magento/Catalog/Model/ResourceModel/Category/Tree.php class Tree (line 17) | class Tree extends Dbp method __construct (line 112) | public function __construct( method setStoreId (line 146) | public function setStoreId($storeId) method getStoreId (line 157) | public function getStoreId() method addCollectionData (line 177) | public function addCollectionData( method addInactiveCategoryIds (line 240) | public function addInactiveCategoryIds($ids) method _initInactiveCategoryIds (line 254) | protected function _initInactiveCategoryIds() method getInactiveCategoryIds (line 266) | public function getInactiveCategoryIds() method _getDisabledIds (line 282) | protected function _getDisabledIds($collection, $allIds) method _getInactiveItemIds (line 309) | protected function _getInactiveItemIds($collection, $storeId) method _getItemIsActive (line 349) | protected function _getItemIsActive($id) method getCollection (line 363) | public function getCollection($sorted = false) method _clean (line 377) | protected function _clean($object) method setCollection (line 393) | public function setCollection($collection) method _getDefaultCollection (line 408) | protected function _getDefaultCollection($sorted = false) method move (line 435) | public function move($category, $newParent, $prevNode = null) method _afterMove (line 448) | protected function _afterMove() method loadByIds (line 464) | public function loadByIds($ids, $addCollectionData = true, $updateAnch... method loadBreadcrumbsArray (line 533) | public function loadBreadcrumbsArray($path, $addCollectionData = true,... method _updateAnchorProductCount (line 564) | protected function _updateAnchorProductCount(&$data) method _createCollectionDataSelect (line 583) | protected function _createCollectionDataSelect($sorted = true, $option... method getExistingCategoryIdsBySpecifiedIds (line 670) | public function getExistingCategoryIdsBySpecifiedIds($ids) method getMetadataPool (line 685) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/ResourceModel/CategoryProduct.php class CategoryProduct (line 14) | class CategoryProduct extends AbstractDb method _construct (line 28) | protected function _construct() FILE: app/code/Magento/Catalog/Model/ResourceModel/Collection/AbstractCollection.php class AbstractCollection (line 18) | class AbstractCollection extends \Magento\Eav\Model\Entity\Collection\Ab... method __construct (line 48) | public function __construct( method getEntityPkName (line 83) | protected function getEntityPkName(\Magento\Eav\Model\Entity\AbstractE... method setStore (line 94) | public function setStore($store) method setStoreId (line 106) | public function setStoreId($storeId) method getStoreId (line 120) | public function getStoreId() method getDefaultStoreId (line 133) | public function getDefaultStoreId() method _getLoadAttributesSelect (line 145) | protected function _getLoadAttributesSelect($table, $attributeIds = []) method _addLoadAttributesSelectValues (line 210) | protected function _addLoadAttributesSelectValues($select, $table, $type) method _joinAttributeToSelect (line 237) | protected function _joinAttributeToSelect($method, $attribute, $tableA... FILE: app/code/Magento/Catalog/Model/ResourceModel/Config.php class Config (line 13) | class Config extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 49) | public function __construct( method _construct (line 65) | protected function _construct() method setStoreId (line 76) | public function setStoreId($storeId) method getStoreId (line 88) | public function getStoreId() method getEntityTypeId (line 101) | public function getEntityTypeId() method getAttributesUsedInListing (line 115) | public function getAttributesUsedInListing() method getAttributesUsedForSortBy (line 144) | public function getAttributesUsedForSortBy() FILE: app/code/Magento/Catalog/Model/ResourceModel/Eav/Attribute.php class Attribute (line 31) | class Attribute extends \Magento\Eav\Model\Entity\Attribute implements method __construct (line 114) | public function __construct( method _construct (line 174) | protected function _construct() method beforeSave (line 186) | public function beforeSave() method afterSave (line 224) | public function afterSave() method isEnabledInFlat (line 250) | public function isEnabledInFlat() method _isEnabledInFlat (line 260) | protected function _isEnabledInFlat() method _isOriginalEnabledInFlat (line 274) | protected function _isOriginalEnabledInFlat() method beforeDelete (line 289) | public function beforeDelete() method afterDeleteCommit (line 300) | public function afterDeleteCommit() method getIsGlobal (line 318) | public function getIsGlobal() method isScopeGlobal (line 328) | public function isScopeGlobal() method isScopeWebsite (line 338) | public function isScopeWebsite() method isScopeStore (line 348) | public function isScopeStore() method getStoreId (line 358) | public function getStoreId() method getApplyTo (line 374) | public function getApplyTo() method getSourceModel (line 388) | public function getSourceModel() method isAllowedForRuleCondition (line 404) | public function isAllowedForRuleCondition() method _getDefaultSourceModel (line 425) | public function _getDefaultSourceModel() method isIndexable (line 436) | public function isIndexable() method _isOriginalIndexable (line 470) | protected function _isOriginalIndexable() method getIndexType (line 502) | public function getIndexType() method getIsWysiwygEnabled (line 518) | public function getIsWysiwygEnabled() method getIsHtmlAllowedOnFront (line 526) | public function getIsHtmlAllowedOnFront() method getUsedForSortBy (line 534) | public function getUsedForSortBy() method getIsFilterable (line 542) | public function getIsFilterable() method getIsFilterableInSearch (line 550) | public function getIsFilterableInSearch() method getIsUsedInGrid (line 558) | public function getIsUsedInGrid() method getIsVisibleInGrid (line 566) | public function getIsVisibleInGrid() method getIsFilterableInGrid (line 574) | public function getIsFilterableInGrid() method getPosition (line 582) | public function getPosition() method getIsSearchable (line 590) | public function getIsSearchable() method getIsVisibleInAdvancedSearch (line 598) | public function getIsVisibleInAdvancedSearch() method getIsComparable (line 606) | public function getIsComparable() method getIsUsedForPromoRules (line 614) | public function getIsUsedForPromoRules() method getIsVisibleOnFront (line 622) | public function getIsVisibleOnFront() method getUsedInProductListing (line 630) | public function getUsedInProductListing() method getIsVisible (line 638) | public function getIsVisible() method getScope (line 648) | public function getScope() method setIsWysiwygEnabled (line 665) | public function setIsWysiwygEnabled($isWysiwygEnabled) method setIsHtmlAllowedOnFront (line 676) | public function setIsHtmlAllowedOnFront($isHtmlAllowedOnFront) method setUsedForSortBy (line 687) | public function setUsedForSortBy($usedForSortBy) method setIsFilterable (line 698) | public function setIsFilterable($isFilterable) method setIsFilterableInSearch (line 709) | public function setIsFilterableInSearch($isFilterableInSearch) method setPosition (line 720) | public function setPosition($position) method setApplyTo (line 731) | public function setApplyTo($applyTo) method setIsSearchable (line 745) | public function setIsSearchable($isSearchable) method setIsVisibleInAdvancedSearch (line 756) | public function setIsVisibleInAdvancedSearch($isVisibleInAdvancedSearch) method setIsComparable (line 767) | public function setIsComparable($isComparable) method setIsUsedForPromoRules (line 778) | public function setIsUsedForPromoRules($isUsedForPromoRules) method setIsVisibleOnFront (line 789) | public function setIsVisibleOnFront($isVisibleOnFront) method setUsedInProductListing (line 800) | public function setUsedInProductListing($usedInProductListing) method setIsVisible (line 811) | public function setIsVisible($isVisible) method setScope (line 822) | public function setScope($scope) method afterDelete (line 839) | public function afterDelete() method __sleep (line 849) | public function __sleep() method __wakeup (line 862) | public function __wakeup() method setIsUsedInGrid (line 878) | public function setIsUsedInGrid($isUsedInGrid) method setIsVisibleInGrid (line 888) | public function setIsVisibleInGrid($isVisibleInGrid) method setIsFilterableInGrid (line 898) | public function setIsFilterableInGrid($isFilterableInGrid) FILE: app/code/Magento/Catalog/Model/ResourceModel/Helper.php class Helper (line 11) | class Helper extends \Magento\Eav\Model\ResourceModel\Helper method __construct (line 17) | public function __construct(\Magento\Framework\App\ResourceConnection ... FILE: app/code/Magento/Catalog/Model/ResourceModel/Indexer/ActiveTableSwitcher.php class ActiveTableSwitcher (line 11) | class ActiveTableSwitcher method switchTable (line 34) | public function switchTable(\Magento\Framework\DB\Adapter\AdapterInter... method getAdditionalTableName (line 67) | public function getAdditionalTableName($tableName) FILE: app/code/Magento/Catalog/Model/ResourceModel/Layer/Filter/Attribute.php class Attribute (line 16) | class Attribute extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method _construct (line 23) | protected function _construct() method applyFilterToCollection (line 36) | public function applyFilterToCollection(\Magento\Catalog\Model\Layer\F... method getCount (line 65) | public function getCount(\Magento\Catalog\Model\Layer\Filter\FilterInt... FILE: app/code/Magento/Catalog/Model/ResourceModel/Layer/Filter/Decimal.php class Decimal (line 16) | class Decimal extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() method applyFilterToCollection (line 37) | public function applyFilterToCollection(\Magento\Catalog\Model\Layer\F... method getMinMax (line 72) | public function getMinMax(\Magento\Catalog\Model\Layer\Filter\FilterIn... method _getSelect (line 97) | protected function _getSelect($filter) method getCount (line 134) | public function getCount(\Magento\Catalog\Model\Layer\Filter\FilterInt... FILE: app/code/Magento/Catalog/Model/ResourceModel/Layer/Filter/Price.php class Price (line 24) | class Price extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 79) | public function __construct( method getCount (line 107) | public function getCount($range) method _getSelect (line 133) | protected function _getSelect() method _replaceTableAlias (line 198) | protected function _replaceTableAlias($conditionString) method _getPriceExpression (line 226) | protected function _getPriceExpression($select, $replaceAlias = true) method _getFullPriceExpression (line 248) | protected function _getFullPriceExpression($select) method _getComparingValue (line 263) | protected function _getComparingValue($price, $decrease = true) method loadPreviousPrices (line 280) | public function loadPreviousPrices($price, $index, $lowerPrice = null) method loadPrices (line 305) | public function loadPrices($limit, $offset = null, $lowerPrice = null,... method loadNextPrices (line 329) | public function loadNextPrices($price, $rightIndex, $upperPrice = null) method applyPriceRange (line 369) | public function applyPriceRange(\Magento\Catalog\Model\Layer\Filter\Fi... method _construct (line 405) | protected function _construct() method getMainTable (line 414) | public function getMainTable() method _getIndexTableAlias (line 439) | protected function _getIndexTableAlias() FILE: app/code/Magento/Catalog/Model/ResourceModel/MaxHeapTableSizeProcessor.php class MaxHeapTableSizeProcessor (line 13) | class MaxHeapTableSizeProcessor method __construct (line 37) | public function __construct(ResourceConnection $resource) method set (line 51) | public function set($maxHeapTableSize = null) method restore (line 72) | public function restore() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product.php class Product (line 26) | class Product extends AbstractResource method __construct (line 119) | public function __construct( method getEntityType (line 159) | public function getEntityType() method getProductWebsiteTable (line 172) | public function getProductWebsiteTable() method getProductCategoryTable (line 186) | public function getProductCategoryTable() method _getDefaultAttributes (line 199) | protected function _getDefaultAttributes() method getWebsiteIds (line 211) | public function getWebsiteIds($product) method getWebsiteIdsByProductIds (line 228) | public function getWebsiteIdsByProductIds($productIds) method getCategoryIds (line 255) | public function getCategoryIds($product) method getIdBySku (line 267) | public function getIdBySku($sku) method _beforeSave (line 284) | protected function _beforeSave(DataObject $object) method _afterSave (line 302) | protected function _afterSave(DataObject $product) method removeNotInSetAttributeValues (line 315) | private function removeNotInSetAttributeValues(DataObject $product): D... method deleteSelectedEntityAttributeRows (line 345) | private function deleteSelectedEntityAttributeRows(DataObject $product... method delete (line 369) | public function delete($object) method _saveWebsiteIds (line 386) | protected function _saveWebsiteIds($product) method _saveCategories (line 413) | protected function _saveCategories(DataObject $object) method getCategoryCollection (line 424) | public function getCategoryCollection($product) method getAvailableInCategories (line 447) | public function getAvailableInCategories($object) method getAvailableInCategoriesSelect (line 475) | private function getAvailableInCategoriesSelect($entityId, $tableName) method getDefaultAttributeSourceModel (line 494) | public function getDefaultAttributeSourceModel() method canBeShowInCategory (line 506) | public function canBeShowInCategory($product, $categoryId) method duplicate (line 537) | public function duplicate($oldId, $newId) method getProductsSku (line 590) | public function getProductsSku(array $productIds) method getProductsIdsBySkus (line 608) | public function getProductsIdsBySkus(array $productSkuList) method getResultKey (line 634) | private function getResultKey(string $sku, array $productSkuList): string method getProductEntitiesInfo (line 649) | public function getProductEntitiesInfo($columns = null) method countAll (line 669) | public function countAll() method validate (line 683) | public function validate($object) method load (line 704) | public function load($object, $entityId, $attributes = []) method evaluateDelete (line 725) | protected function evaluateDelete($object, $id, $connection) method save (line 756) | public function save(AbstractModel $object) method getEntityManager (line 767) | private function getEntityManager() method getProductWebsiteLink (line 782) | private function getProductWebsiteLink() method getProductCategoryLink (line 793) | private function getProductCategoryLink() method getAttributeRow (line 810) | protected function getAttributeRow($entity, $object, $attribute) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Action.php class Action (line 15) | class Action extends \Magento\Catalog\Model\ResourceModel\AbstractResource method _construct (line 22) | protected function _construct() method updateAttributes (line 41) | public function updateAttributes($entityIds, $attrData, $storeId) method _saveAttributeValue (line 85) | protected function _saveAttributeValue($object, $attribute, $value) method resolveEntityId (line 149) | protected function resolveEntityId($entityId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Attribute/Backend/GroupPrice/AbstractGroupPrice.php class AbstractGroupPrice (line 14) | abstract class AbstractGroupPrice extends \Magento\Framework\Model\Resou... method loadPriceData (line 23) | public function loadPriceData($productId, $websiteId = null) method getSelect (line 38) | public function getSelect($websiteId = null) method getProductIdFieldName (line 66) | protected function getProductIdFieldName() method _loadPriceDataColumns (line 79) | protected function _loadPriceDataColumns($columns) method _loadPriceDataSelect (line 90) | protected function _loadPriceDataSelect($select) method deletePriceData (line 103) | public function deletePriceData($productId, $websiteId = null, $priceI... method savePriceData (line 128) | public function savePriceData(\Magento\Framework\DataObject $priceObject) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Attribute/Backend/Image.php class Image (line 16) | class Image extends AbstractBackend method __construct (line 36) | public function __construct( method afterSave (line 50) | public function afterSave($object) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Attribute/Backend/Tierprice.php class Tierprice (line 15) | class Tierprice extends AbstractGroupPrice method _construct (line 22) | protected function _construct() method _loadPriceDataColumns (line 33) | protected function _loadPriceDataColumns($columns) method _loadPriceDataSelect (line 47) | protected function _loadPriceDataSelect($select) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Attribute/Collection.php class Collection (line 14) | class Collection extends \Magento\Eav\Model\ResourceModel\Entity\Attribu... method __construct (line 33) | public function __construct( method _construct (line 52) | protected function _construct() method _initSelect (line 65) | protected function _initSelect() method setEntityTypeFilter (line 100) | public function setEntityTypeFilter($typeId) method _getLoadDataFields (line 110) | protected function _getLoadDataFields() method removePriceFilter (line 129) | public function removePriceFilter() method addDisplayInAdvancedSearchFilter (line 139) | public function addDisplayInAdvancedSearchFilter() method addIsFilterableFilter (line 149) | public function addIsFilterableFilter() method addIsFilterableInSearchFilter (line 159) | public function addIsFilterableInSearchFilter() method addVisibleFilter (line 169) | public function addVisibleFilter() method addIsSearchableFilter (line 179) | public function addIsSearchableFilter() method addToIndexFilter (line 190) | public function addToIndexFilter($addRequiredCodes = false) method addSearchableAttributeFilter (line 217) | public function addSearchableAttributeFilter() method addIsUsedInGridFilter (line 234) | public function addIsUsedInGridFilter() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php type BaseSelectProcessorInterface (line 16) | interface BaseSelectProcessorInterface method process (line 30) | public function process(Select $select); FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/CategoryLink.php class CategoryLink (line 16) | class CategoryLink method __construct (line 39) | public function __construct( method getCategoryLinks (line 54) | public function getCategoryLinks(ProductInterface $product, array $cat... method saveCategoryLinks (line 78) | public function saveCategoryLinks(ProductInterface $product, array $ca... method getCategoryLinkMetadata (line 100) | private function getCategoryLinkMetadata() method processCategoryLinks (line 116) | private function processCategoryLinks($newCategoryPositions, &$oldCate... method updateCategoryLinks (line 150) | private function updateCategoryLinks(ProductInterface $product, array ... method deleteCategoryLinks (line 194) | private function deleteCategoryLinks(ProductInterface $product, array ... method verifyCategoryLinks (line 215) | private function verifyCategoryLinks(array $links) method analyseUpdatedLinks (line 247) | private function analyseUpdatedLinks($deleteUpdate, $insertUpdate) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php class Collection (line 40) | class Collection extends \Magento\Catalog\Model\ResourceModel\Collection... method __construct (line 344) | public function __construct( method getUrlFinder (line 413) | private function getUrlFinder() method getCatalogPreparedSelect (line 426) | public function getCatalogPreparedSelect() method _preparePriceExpressionParameters (line 437) | protected function _preparePriceExpressionParameters($select) method getPriceExpression (line 473) | public function getPriceExpression($select) method getAdditionalPriceExpression (line 486) | public function getAdditionalPriceExpression($select) method getCurrencyRate (line 499) | public function getCurrencyRate() method getFlatState (line 509) | public function getFlatState() method isEnabledFlat (line 519) | public function isEnabledFlat() method _construct (line 532) | protected function _construct() method _init (line 552) | protected function _init($model, $entityModel) method _initTables (line 565) | protected function _initTables() method _prepareStaticFields (line 576) | protected function _prepareStaticFields() method getNewEmptyItem (line 589) | public function getNewEmptyItem() method setEntity (line 607) | public function setEntity($entity) method setStore (line 622) | public function setStore($store) method _initSelect (line 638) | protected function _initSelect() method _loadAttributes (line 665) | public function _loadAttributes($printQuery = false, $logQuery = false) method addAttributeToSelect (line 680) | public function addAttributeToSelect($attribute, $joinType = false) method _afterLoad (line 714) | protected function _afterLoad() method prepareStoreId (line 735) | protected function prepareStoreId() method _prepareUrlDataObject (line 752) | protected function _prepareUrlDataObject() method addIdFilter (line 785) | public function addIdFilter($productId, $exclude = false) method addWebsiteNamesToResult (line 817) | public function addWebsiteNamesToResult() method load (line 826) | public function load($printQuery = false, $logQuery = false) method doAddWebsiteNamesToResult (line 844) | protected function doAddWebsiteNamesToResult() method addStoreFilter (line 887) | public function addStoreFilter($store = null) method addWebsiteFilter (line 909) | public function addWebsiteFilter($websites = null) method getLimitationFilters (line 926) | public function getLimitationFilters() method addCategoryFilter (line 937) | public function addCategoryFilter(\Magento\Catalog\Model\Category $cat... method addCategoriesFilter (line 961) | public function addCategoriesFilter(array $categoriesFilter) method mapConditionType (line 982) | private function mapConditionType($conditionType) method joinMinimalPrice (line 996) | public function joinMinimalPrice() method getMaxAttributeValue (line 1008) | public function getMaxAttributeValue($attribute) method getAttributeValueCountByRange (line 1043) | public function getAttributeValueCountByRange($attribute, $range) method getAttributeValueCount (line 1082) | public function getAttributeValueCount($attribute) method getAllAttributeValues (line 1130) | public function getAllAttributeValues($attribute) method getSelectCountSql (line 1163) | public function getSelectCountSql() method _getSelectCountSql (line 1175) | protected function _getSelectCountSql(?Select $select = null, $resetLe... method _prepareStatisticsData (line 1191) | protected function _prepareStatisticsData() method _getClearSelect (line 1219) | protected function _getClearSelect() method _buildClearSelect (line 1230) | protected function _buildClearSelect($select = null) method getAllIds (line 1250) | public function getAllIds($limit = null, $offset = null) method getProductCountSelect (line 1265) | public function getProductCountSelect() method unsProductCountSelect (line 1300) | public function unsProductCountSelect() method addCountToCategories (line 1312) | public function addCountToCategories($categoryCollection) method getSetIds (line 1369) | public function getSetIds() method getProductTypeIds (line 1385) | public function getProductTypeIds() method joinUrlRewrite (line 1400) | public function joinUrlRewrite() method addUrlRewrite (line 1418) | public function addUrlRewrite($categoryId = '') method _addUrlRewrite (line 1444) | protected function _addUrlRewrite() method addMinimalPrice (line 1474) | public function addMinimalPrice() method addFinalPrice (line 1484) | public function addFinalPrice() method getAllIdsCache (line 1495) | public function getAllIdsCache($resetCache = false) method setAllIdsCache (line 1516) | public function setAllIdsCache($value) method addPriceData (line 1529) | public function addPriceData($customerGroupId = null, $websiteId = null) method addAttributeToFilter (line 1561) | public function addAttributeToFilter($attribute, $condition = null, $j... method getEntityPkName (line 1607) | protected function getEntityPkName(\Magento\Eav\Model\Entity\AbstractE... method addTaxPercents (line 1617) | public function addTaxPercents() method requireTaxPercent (line 1628) | public function requireTaxPercent() method addOptionsToResult (line 1638) | public function addOptionsToResult() method addFilterByRequiredOptions (line 1674) | public function addFilterByRequiredOptions() method setVisibility (line 1686) | public function setVisibility($visibility) method addAttributeToSort (line 1707) | public function addAttributeToSort($attribute, $dir = self::SORT_ORDER... method _prepareProductLimitationFilters (line 1766) | protected function _prepareProductLimitationFilters() method _productLimitationJoinWebsite (line 1806) | protected function _productLimitationJoinWebsite() method _productLimitationJoinStore (line 1861) | protected function _productLimitationJoinStore() method _productLimitationJoinPrice (line 1896) | protected function _productLimitationJoinPrice() method _productLimitationPrice (line 1908) | protected function _productLimitationPrice($joinLeft = false) method applyFrontendPriceLimitations (line 1992) | public function applyFrontendPriceLimitations() method _applyProductLimitations (line 2015) | protected function _applyProductLimitations() method _applyZeroStoreProductLimitations (line 2070) | protected function _applyZeroStoreProductLimitations() method getChildrenCategories (line 2106) | private function getChildrenCategories(int $categoryId): array method addCategoryIds (line 2139) | public function addCategoryIds() method addTierPriceData (line 2183) | public function addTierPriceData() method addTierPriceDataByGroupId (line 2210) | public function addTierPriceDataByGroupId($customerGroupId) method getTierPriceSelect (line 2240) | private function getTierPriceSelect(array $productIds) method fillTierPriceData (line 2266) | private function fillTierPriceData(\Magento\Framework\DB\Select $select) method getLinkField (line 2283) | private function getLinkField() method getBackend (line 2296) | private function getBackend() method addPriceDataFieldFilter (line 2312) | public function addPriceDataFieldFilter($comparisonFormat, $fields) method addMediaGalleryData (line 2338) | public function addMediaGalleryData() method getProductEntityMetadata (line 2390) | public function getProductEntityMetadata() method getGalleryReadHandler (line 2401) | private function getGalleryReadHandler() method getMediaGalleryResource (line 2416) | private function getMediaGalleryResource() method clear (line 2429) | public function clear() method setOrder (line 2454) | public function setOrder($attribute, $dir = Select::SQL_DESC) method getMaxPrice (line 2469) | public function getMaxPrice() method getMinPrice (line 2483) | public function getMinPrice() method getPriceStandardDeviation (line 2497) | public function getPriceStandardDeviation() method getPricesCount (line 2511) | public function getPricesCount() method addIsSaleableAttributeToFilter (line 2526) | private function addIsSaleableAttributeToFilter($condition): self method addTierPriceAttributeToFilter (line 2557) | private function addTierPriceAttributeToFilter(string $attribute, $con... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Collection/ProductLimitation.php class ProductLimitation (line 14) | class ProductLimitation implements \ArrayAccess method offsetExists (line 38) | public function offsetExists($offset) method offsetGet (line 48) | public function offsetGet($offset) method offsetSet (line 59) | public function offsetSet($offset, $value) method offsetUnset (line 69) | public function offsetUnset($offset) method getStoreId (line 78) | public function getStoreId() method getCategoryId (line 87) | public function getCategoryId() method getCategoryIsAnchor (line 96) | public function getCategoryIsAnchor() method getVisibility (line 105) | public function getVisibility() method getWebsiteIds (line 114) | public function getWebsiteIds() method getStoreTable (line 123) | public function getStoreTable() method isUsingPriceIndex (line 134) | public function isUsingPriceIndex() method setUsePriceIndex (line 144) | public function setUsePriceIndex($value) method getCustomerGroupId (line 155) | public function getCustomerGroupId() method getWebsiteId (line 166) | public function getWebsiteId() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Compare/Item.php class Item (line 13) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method loadByProduct (line 32) | public function loadByProduct(\Magento\Catalog\Model\Product\Compare\I... method getCount (line 67) | public function getCount($customerId, $visitorId) method clean (line 88) | public function clean() method purgeVisitorByCustomer (line 127) | public function purgeVisitorByCustomer($object) method updateCustomerFromVisitor (line 148) | public function updateCustomerFromVisitor($object) method clearItems (line 228) | public function clearItems($visitorId = null, $customerId = null) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/Collection.php class Collection (line 18) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 82) | public function __construct( method _construct (line 137) | protected function _construct() method setCustomerId (line 152) | public function setCustomerId($customerId) method setVisitorId (line 165) | public function setVisitorId($visitorId) method getCustomerId (line 177) | public function getCustomerId() method getVisitorId (line 187) | public function getVisitorId() method getConditionForJoin (line 197) | public function getConditionForJoin() method _addJoinToSelect (line 215) | public function _addJoinToSelect() method _getAttributeSetIds (line 240) | protected function _getAttributeSetIds() method _getAttributeIdsBySetIds (line 281) | protected function _getAttributeIdsBySetIds(array $setIds) method getComparableAttributes (line 300) | public function getComparableAttributes() method loadComparableAttributes (line 350) | public function loadComparableAttributes() method useProductItem (line 367) | public function useProductItem() method getProductIds (line 382) | public function getProductIds() method clear (line 397) | public function clear() method isEnabledFlat (line 412) | public function isEnabledFlat() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/CompositeBaseSelectProcessor.php class CompositeBaseSelectProcessor (line 14) | class CompositeBaseSelectProcessor implements BaseSelectProcessorInterface method __construct (line 25) | public function __construct( method process (line 42) | public function process(Select $select) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Flat.php class Flat (line 16) | class Flat extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb ... method __construct (line 51) | public function __construct( method _construct (line 69) | protected function _construct() method getStoreId (line 80) | public function getStoreId() method setStoreId (line 91) | public function setStoreId($store) method getFlatTableName (line 113) | public function getFlatTableName($store = null) method getTypeId (line 126) | public function getTypeId() method getAttributeForSelect (line 137) | public function getAttributeForSelect($attributeCode) method getAttributeSortColumn (line 159) | public function getAttributeSortColumn($attributeCode) method getAllTableColumns (line 177) | public function getAllTableColumns() method isAttributeStatic (line 190) | public function isAttributeStatic($attribute) method getEntityIdField (line 217) | public function getEntityIdField() method getAttribute (line 229) | public function getAttribute($attribute) method getMainTable (line 239) | public function getMainTable() method getDefaultAttributes (line 249) | public function getDefaultAttributes() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Gallery.php class Gallery (line 17) | class Gallery extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 40) | public function __construct( method _construct (line 57) | protected function _construct() method getConnection (line 67) | public function getConnection() method loadDataFromTableByValueId (line 84) | public function loadDataFromTableByValueId( method loadProductGalleryByAttributeId (line 126) | public function loadProductGalleryByAttributeId($product, $attributeId) method createBaseLoadSelect (line 151) | protected function createBaseLoadSelect($entityId, $storeId, $attribut... method createBatchBaseSelect (line 171) | public function createBatchBaseSelect($storeId, $attributeId) method removeDuplicates (line 242) | protected function removeDuplicates(&$result) method getMainTableAlias (line 266) | public function getMainTableAlias() method bindValueToEntity (line 279) | public function bindValueToEntity($valueId, $entityId) method saveDataRow (line 299) | public function saveDataRow($table, array $data, array $fields = []) method insertGallery (line 312) | public function insertGallery($data) method deleteGallery (line 331) | public function deleteGallery($valueId) method insertGalleryValueInStore (line 353) | public function insertGalleryValueInStore($data) method deleteGalleryValueInStore (line 377) | public function deleteGalleryValueInStore($valueId, $entityId, $storeId) method duplicate (line 406) | public function duplicate($attributeId, $newFiles, $originalProductId,... method getProductImages (line 470) | public function getProductImages($product, $storeIds) method countImageUses (line 506) | public function countImageUses($image) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Image.php class Image (line 18) | class Image method __construct (line 45) | public function __construct( method getAllProductImages (line 61) | public function getAllProductImages(): \Generator method getUsedProductImages (line 82) | public function getUsedProductImages(): \Generator method getCountAllProductImages (line 103) | public function getCountAllProductImages(): int method getCountUsedProductImages (line 120) | public function getCountUsedProductImages(): int method getVisibleImagesSelect (line 137) | private function getVisibleImagesSelect(): Select method getUsedImagesSelect (line 153) | private function getUsedImagesSelect(): Select FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/AbstractIndexer.php class AbstractIndexer (line 18) | abstract class AbstractIndexer extends \Magento\Indexer\Model\ResourceMo... method __construct (line 41) | public function __construct( method _getAttribute (line 57) | protected function _getAttribute($attributeCode) method _addAttributeToSelect (line 75) | protected function _addAttributeToSelect($select, $attrCode, $entity, ... method _addWebsiteJoinToSelect (line 136) | protected function _addWebsiteJoinToSelect($select, $store = true, $jo... method _addProductWebsiteJoinToSelect (line 168) | protected function _addProductWebsiteJoinToSelect($select, $website, $... method getRelationsByChild (line 185) | public function getRelationsByChild($childIds) method getRelationsByParent (line 210) | public function getRelationsByParent($parentIds) method getMetadataPool (line 240) | protected function getMetadataPool() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/AbstractEav.php class AbstractEav (line 17) | abstract class AbstractEav extends \Magento\Catalog\Model\ResourceModel\... method __construct (line 33) | public function __construct( method reindexAll (line 50) | public function reindexAll() method reindexEntities (line 75) | public function reindexEntities($processIds) method reindexAttribute (line 95) | public function reindexAttribute($attributeId, $isIndexable = true) method _prepareIndex (line 119) | abstract protected function _prepareIndex($entityIds = null, $attribut... method _removeNotVisibleEntityFromIndex (line 126) | protected function _removeNotVisibleEntityFromIndex() method _prepareRelationIndexSelect (line 160) | protected function _prepareRelationIndexSelect(array $parentIds = null) method _prepareRelationIndex (line 227) | protected function _prepareRelationIndex($parentIds = null) method _getIndexableAttributesCondition (line 250) | protected function _getIndexableAttributesCondition() method _removeAttributeIndexData (line 270) | protected function _removeAttributeIndexData($attributeId) method _synchronizeAttributeIndexData (line 292) | protected function _synchronizeAttributeIndexData($attributeId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/BatchSizeCalculator.php class BatchSizeCalculator (line 17) | class BatchSizeCalculator method __construct (line 33) | public function __construct( method estimateBatchSize (line 49) | public function estimateBatchSize( FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/Decimal.php class Decimal (line 15) | class Decimal extends AbstractEav method _construct (line 22) | protected function _construct() method _prepareIndex (line 34) | protected function _prepareIndex($entityIds = null, $attributeId = null) method _getIndexableAttributes (line 135) | protected function _getIndexableAttributes() method getIdxTable (line 165) | public function getIdxTable($table = null) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/DecimalRowSizeEstimator.php class DecimalRowSizeEstimator (line 23) | class DecimalRowSizeEstimator implements IndexTableRowSizeEstimatorInter... method __construct (line 45) | public function __construct( method estimateRowSize (line 58) | public function estimateRowSize() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/Source.php class Source (line 19) | class Source extends AbstractEav method __construct (line 52) | public function __construct( method _construct (line 83) | protected function _construct() method _getIndexableAttributes (line 94) | protected function _getIndexableAttributes($multiSelect) method _prepareIndex (line 123) | protected function _prepareIndex($entityIds = null, $attributeId = null) method _prepareSelectIndex (line 139) | protected function _prepareSelectIndex($entityIds = null, $attributeId... method _prepareMultiselectIndex (line 276) | protected function _prepareMultiselectIndex($entityIds = null, $attrib... method getMultiSelectAttributeWithSourceModels (line 375) | private function getMultiSelectAttributeWithSourceModels($attrIds) method _saveIndexData (line 405) | protected function _saveIndexData(array $data) method getIdxTable (line 426) | public function getIdxTable($table = null) method saveDataFromSelect (line 438) | private function saveDataFromSelect(\Magento\Framework\DB\Select $sele... method _prepareRelationIndex (line 466) | protected function _prepareRelationIndex($parentIds = null) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/SourceRowSizeEstimator.php class SourceRowSizeEstimator (line 24) | class SourceRowSizeEstimator implements IndexTableRowSizeEstimatorInterface method __construct (line 46) | public function __construct( method estimateRowSize (line 59) | public function estimateRowSize() method getMaxRowsPerStore (line 88) | private function getMaxRowsPerStore( FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/LinkedProductSelectBuilderByIndexPrice.php class LinkedProductSelectBuilderByIndexPrice (line 18) | class LinkedProductSelectBuilderByIndexPrice implements LinkedProductSel... method __construct (line 65) | public function __construct( method build (line 88) | public function build($productId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/BasePriceModifier.php class BasePriceModifier (line 14) | class BasePriceModifier implements PriceModifierInterface method __construct (line 24) | public function __construct(array $priceModifiers) method modifyPrice (line 32) | public function modifyPrice(IndexTableStructure $priceTable, array $en... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php class BatchSizeCalculator (line 12) | class BatchSizeCalculator method __construct (line 35) | public function __construct(array $batchRowsCount, array $estimators, ... method estimateBatchSize (line 51) | public function estimateBatchSize(\Magento\Framework\DB\Adapter\Adapte... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductBatchSizeAdjuster.php class CompositeProductBatchSizeAdjuster (line 12) | class CompositeProductBatchSizeAdjuster implements CompositeProductBatch... method __construct (line 22) | public function __construct(CompositeProductRelationsCalculator $compo... method adjust (line 30) | public function adjust($batchSize) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductBatchSizeAdjusterInterface.php type CompositeProductBatchSizeAdjusterInterface (line 14) | interface CompositeProductBatchSizeAdjusterInterface method adjust (line 23) | public function adjust($batchSize); FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductRelationsCalculator.php class CompositeProductRelationsCalculator (line 12) | class CompositeProductRelationsCalculator method __construct (line 17) | public function __construct(DefaultPrice $indexerResource) method getMaxRelationsCount (line 27) | public function getMaxRelationsCount() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CompositeProductRowSizeEstimator.php class CompositeProductRowSizeEstimator (line 16) | class CompositeProductRowSizeEstimator implements IndexTableRowSizeEstim... method __construct (line 43) | public function __construct( method estimateRowSize (line 58) | public function estimateRowSize() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CustomOptionPriceModifier.php class CustomOptionPriceModifier (line 17) | class CustomOptionPriceModifier implements PriceModifierInterface method __construct (line 67) | public function __construct( method modifyPrice (line 92) | public function modifyPrice(IndexTableStructure $priceTable, array $en... method checkIfCustomOptionsExist (line 136) | private function checkIfCustomOptionsExist(IndexTableStructure $priceT... method getConnection (line 163) | private function getConnection() method getSelectForOptionsWithMultipleValues (line 179) | private function getSelectForOptionsWithMultipleValues(string $sourceT... method getSelectForOptionsWithOneValue (line 282) | private function getSelectForOptionsWithOneValue(string $sourceTable):... method getSelectAggregated (line 357) | private function getSelectAggregated(string $sourceTable): Select method getSelectForUpdate (line 385) | private function getSelectForUpdate(string $sourceTable): Select method getTable (line 416) | private function getTable(string $tableName): string method isPriceGlobal (line 426) | private function isPriceGlobal(): bool method getCustomOptionAggregateTable (line 440) | private function getCustomOptionAggregateTable(): string method getCustomOptionPriceTable (line 450) | private function getCustomOptionPriceTable(): string method prepareCustomOptionAggregateTable (line 460) | private function prepareCustomOptionAggregateTable() method prepareCustomOptionPriceTable (line 470) | private function prepareCustomOptionPriceTable() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/DefaultPrice.php class DefaultPrice (line 24) | class DefaultPrice extends AbstractIndexer implements PriceInterface method __construct (line 81) | public function __construct( method getTableStrategy (line 113) | public function getTableStrategy() method _construct (line 123) | protected function _construct() method setTypeId (line 134) | public function setTypeId($typeCode) method getTypeId (line 146) | public function getTypeId() method setIsComposite (line 162) | public function setIsComposite($flag) method getIsComposite (line 174) | public function getIsComposite() method reindexAll (line 185) | public function reindexAll() method reindexEntity (line 205) | public function reindexEntity($entityIds) method reindex (line 217) | protected function reindex($entityIds = null) method _getDefaultFinalPriceTable (line 234) | protected function _getDefaultFinalPriceTable() method _prepareDefaultFinalPriceTable (line 246) | protected function _prepareDefaultFinalPriceTable() method prepareFinalPriceTable (line 257) | private function prepareFinalPriceTable() method _getWebsiteDateTable (line 285) | protected function _getWebsiteDateTable() method _prepareFinalPriceData (line 297) | protected function _prepareFinalPriceData($entityIds = null) method prepareFinalPriceDataForType (line 310) | protected function prepareFinalPriceDataForType($entityIds, $type) method getSelect (line 335) | protected function getSelect($entityIds = null, $type = null) method _getCustomOptionAggregateTable (line 514) | protected function _getCustomOptionAggregateTable() method _getCustomOptionPriceTable (line 524) | protected function _getCustomOptionPriceTable() method _prepareCustomOptionAggregateTable (line 534) | protected function _prepareCustomOptionAggregateTable() method _prepareCustomOptionPriceTable (line 545) | protected function _prepareCustomOptionPriceTable() method modifyPriceIndex (line 557) | private function modifyPriceIndex(IndexTableStructure $finalPriceTable... method _applyCustomOption (line 570) | protected function _applyCustomOption() method _movePriceDataToIndexTable (line 759) | protected function _movePriceDataToIndexTable($entityIds = null) method _getTierPriceIndexTable (line 794) | protected function _getTierPriceIndexTable() method getIdxTable (line 806) | public function getIdxTable($table = null) method hasEntity (line 816) | protected function hasEntity() method getTotalTierPriceExpression (line 840) | private function getTotalTierPriceExpression(\Zend_Db_Expr $priceExpre... method getTierPriceExpressionForTable (line 885) | private function getTierPriceExpressionForTable($tableAlias, \Zend_Db_... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/Factory.php class Factory (line 14) | class Factory method __construct (line 28) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 41) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/IndexTableRowSizeEstimator.php class IndexTableRowSizeEstimator (line 13) | class IndexTableRowSizeEstimator implements \Magento\Framework\Indexer\I... method __construct (line 35) | public function __construct( method estimateRowSize (line 46) | public function estimateRowSize() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/IndexTableStructure.php class IndexTableStructure (line 13) | class IndexTableStructure method __construct (line 78) | public function __construct( method getTableName (line 105) | public function getTableName(): string method getEntityField (line 113) | public function getEntityField(): string method getCustomerGroupField (line 121) | public function getCustomerGroupField(): string method getWebsiteField (line 129) | public function getWebsiteField(): string method getTaxClassField (line 137) | public function getTaxClassField(): string method getOriginalPriceField (line 145) | public function getOriginalPriceField(): string method getFinalPriceField (line 153) | public function getFinalPriceField(): string method getMinPriceField (line 161) | public function getMinPriceField(): string method getMaxPriceField (line 169) | public function getMaxPriceField(): string method getTierPriceField (line 177) | public function getTierPriceField(): string FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/PriceInterface.php type PriceInterface (line 16) | interface PriceInterface method reindexAll (line 23) | public function reindexAll(); method reindexEntity (line 31) | public function reindexEntity($entityIds); FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/PriceModifierInterface.php type PriceModifierInterface (line 13) | interface PriceModifierInterface method modifyPrice (line 22) | public function modifyPrice(IndexTableStructure $priceTable, array $en... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/Query/BaseFinalPrice.php class BaseFinalPrice (line 22) | class BaseFinalPrice method __construct (line 77) | public function __construct( method getQuery (line 105) | public function getQuery(array $dimensions, string $productType, array... method getTotalTierPriceExpression (line 252) | private function getTotalTierPriceExpression(\Zend_Db_Expr $priceExpre... method getTierPriceExpressionForTable (line 297) | private function getTierPriceExpressionForTable($tableAlias, \Zend_Db_... method getConnection (line 316) | private function getConnection(): \Magento\Framework\DB\Adapter\Adapte... method getTable (line 331) | private function getTable($tableName) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/Query/JoinAttributeProcessor.php class JoinAttributeProcessor (line 17) | class JoinAttributeProcessor method __construct (line 45) | public function __construct( method process (line 65) | public function process(Select $select, $attributeCode, $attributeValu... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/SimpleProductPrice.php class SimpleProductPrice (line 16) | class SimpleProductPrice implements DimensionalIndexerInterface method __construct (line 50) | public function __construct( method executeByDimensions (line 67) | public function executeByDimensions(array $dimensions, \Traversable $e... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/TierPrice.php class TierPrice (line 21) | class TierPrice extends AbstractDb method __construct (line 45) | public function __construct( method _construct (line 62) | protected function _construct() method reindexEntity (line 73) | public function reindexEntity(array $entityIds = []) method joinWebsites (line 100) | private function joinWebsites(Select $select, bool $isAllWebsites) method joinCustomerGroups (line 121) | private function joinCustomerGroups(Select $select, bool $isAllCustome... method joinPrice (line 141) | private function joinPrice(Select $select, string $linkField): string method getTierPriceSelect (line 181) | private function getTierPriceSelect(bool $isAllWebsites, bool $isAllCu... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/TemporaryTableStrategy.php class TemporaryTableStrategy (line 12) | class TemporaryTableStrategy implements \Magento\Framework\Indexer\Table... method __construct (line 36) | public function __construct( method getUseIdxTable (line 47) | public function getUseIdxTable() method setUseIdxTable (line 55) | public function setUseIdxTable($value = false) method getTableName (line 63) | public function getTableName($tablePrefix) method prepareTableName (line 74) | public function prepareTableName($tablePrefix) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Link.php class Link (line 15) | class Link extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 38) | public function __construct( method _construct (line 51) | protected function _construct() method deleteProductLink (line 64) | public function deleteProductLink($linkId) method getProductLinkId (line 78) | public function getProductLinkId($parentId, $linkedProductId, $typeId) method hasProductLinks (line 107) | public function hasProductLinks($parentId) method saveProductLinks (line 135) | public function saveProductLinks($parentId, $data, $typeId) method _prepareAttributeValue (line 200) | protected function _prepareAttributeValue($type, $value) method getAttributesByType (line 216) | public function getAttributesByType($typeId) method getAttributeTypeTable (line 235) | public function getAttributeTypeTable($type) method getChildrenIds (line 250) | public function getChildrenIds($parentId, $typeId) method getParentIdsByChild (line 280) | public function getParentIdsByChild($childId, $typeId) method prepareProductLinksData (line 312) | private function prepareProductLinksData($parentId, $data, $typeId, $l... FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 43) | protected function _construct() method setLinkModel (line 57) | public function setLinkModel(\Magento\Catalog\Model\Product\Link $link... method getLinkModel (line 71) | public function getLinkModel() method setProduct (line 82) | public function setProduct(\Magento\Catalog\Model\Product $product) method getProduct (line 93) | public function getProduct() method addLinkTypeIdFilter (line 103) | public function addLinkTypeIdFilter() method addProductIdFilter (line 116) | public function addProductIdFilter() method joinAttributes (line 129) | public function joinAttributes() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Link/DeleteHandler.php class DeleteHandler (line 20) | class DeleteHandler method __construct (line 50) | public function __construct( method execute (line 72) | public function execute($entityType, $entity) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php class Collection (line 24) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 102) | public function __construct( method setLinkModel (line 172) | public function setLinkModel(\Magento\Catalog\Model\Product\Link $link... method setIsStrongMode (line 186) | public function setIsStrongMode() method getLinkModel (line 197) | public function getLinkModel() method setProduct (line 208) | public function setProduct(\Magento\Catalog\Model\Product $product) method getProduct (line 224) | public function getProduct() method addExcludeProductFilter (line 235) | public function addExcludeProductFilter($products) method addProductFilter (line 253) | public function addProductFilter($products) method setRandomOrder (line 272) | public function setRandomOrder() method setGroupBy (line 284) | public function setGroupBy($groupBy = 'e.entity_id') method _beforeLoad (line 295) | protected function _beforeLoad() method _joinLinks (line 309) | protected function _joinLinks() method setPositionOrder (line 356) | public function setPositionOrder($dir = self::SORT_ORDER_ASC) method setAttributeSetIdOrder (line 370) | public function setAttributeSetIdOrder($dir = self::SORT_ORDER_ASC) method joinAttributes (line 387) | public function joinAttributes() method setOrder (line 421) | public function setOrder($attribute, $dir = self::SORT_ORDER_ASC) method getLinkAttributes (line 437) | public function getLinkAttributes($type = null) method addLinkAttributeToFilter (line 449) | public function addLinkAttributeToFilter($code, $condition) method joinProductsToLinks (line 466) | private function joinProductsToLinks() method getLinkField (line 486) | private function getLinkField(): string FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Link/SaveHandler.php class SaveHandler (line 20) | class SaveHandler method __construct (line 56) | public function __construct( method execute (line 77) | public function execute($entityType, $entity) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderByBasePrice.php class LinkedProductSelectBuilderByBasePrice (line 17) | class LinkedProductSelectBuilderByBasePrice implements LinkedProductSele... method __construct (line 57) | public function __construct( method build (line 77) | public function build($productId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderBySpecialPrice.php class LinkedProductSelectBuilderBySpecialPrice (line 17) | class LinkedProductSelectBuilderBySpecialPrice implements LinkedProductS... method __construct (line 69) | public function __construct( method build (line 93) | public function build($productId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderByTierPrice.php class LinkedProductSelectBuilderByTierPrice (line 12) | class LinkedProductSelectBuilderByTierPrice implements LinkedProductSele... method __construct (line 57) | public function __construct( method build (line 77) | public function build($productId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderComposite.php class LinkedProductSelectBuilderComposite (line 9) | class LinkedProductSelectBuilderComposite implements LinkedProductSelect... method __construct (line 19) | public function __construct($linkedProductSelectBuilder) method build (line 27) | public function build($productId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderInterface.php type LinkedProductSelectBuilderInterface (line 11) | interface LinkedProductSelectBuilderInterface method build (line 17) | public function build($productId); FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Option.php class Option (line 20) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 57) | public function __construct( method _construct (line 75) | protected function _construct() method _afterSave (line 86) | protected function _afterSave(AbstractModel $object) method _saveValuePrices (line 100) | protected function _saveValuePrices(AbstractModel $object) method savePriceByStore (line 144) | private function savePriceByStore(AbstractModel $object, int $storeId,... method calculateStorePrice (line 202) | private function calculateStorePrice(AbstractModel $object, int $store... method _saveValueTitles (line 227) | protected function _saveValueTitles(AbstractModel $object) method getColFromOptionTable (line 306) | protected function getColFromOptionTable($tableName, $optionId, $storeId) method deletePrices (line 328) | public function deletePrices($optionId) method deleteTitles (line 344) | public function deleteTitles($optionId) method duplicate (line 362) | public function duplicate(\Magento\Catalog\Model\Product\Option $objec... method getSearchableData (line 445) | public function getSearchableData($productId, $storeId) method getPriceTypes (line 561) | public function getPriceTypes() method getMetadataPool (line 578) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Collection.php class Collection (line 20) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 60) | public function __construct( method _construct (line 83) | protected function _construct() method getOptions (line 97) | public function getOptions($storeId) method addTitleToResult (line 110) | public function addTitleToResult($storeId) method addPriceToResult (line 145) | public function addPriceToResult($storeId) method addValuesToResult (line 190) | public function addValuesToResult($storeId = null) method addProductToFilter (line 234) | public function addProductToFilter($product) method _initSelect (line 254) | protected function _initSelect() method getProductOptions (line 274) | public function getProductOptions($productId, $storeId, $requiredOnly ... method addRequiredFilter (line 304) | public function addRequiredFilter($required = true) method addIdsToFilter (line 316) | public function addIdsToFilter($optionIds) method reset (line 327) | public function reset() method getJoinProcessor (line 335) | private function getJoinProcessor() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Value.php class Value (line 27) | class Value extends AbstractDb method __construct (line 70) | public function __construct( method _construct (line 91) | protected function _construct() method _afterSave (line 104) | protected function _afterSave(AbstractModel $object) method _saveValuePrices (line 120) | protected function _saveValuePrices(AbstractModel $object) method _saveValueTitles (line 252) | protected function _saveValueTitles(AbstractModel $object) method getOptionIdFromOptionTable (line 325) | protected function getOptionIdFromOptionTable($tableName, $optionId, $... method deleteValue (line 347) | public function deleteValue($optionId) method deleteValues (line 373) | public function deleteValues($optionTypeId) method duplicate (line 390) | public function duplicate(OptionValue $object, $oldOptionId, $newOptio... method getLocaleFormatter (line 460) | private function getLocaleFormatter() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Value/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | protected function _construct() method getValues (line 36) | public function getValues($storeId) method addTitlesToResult (line 49) | public function addTitlesToResult($storeId) method addTitleToResult (line 115) | public function addTitleToResult($storeId) method addPriceToResult (line 148) | public function addPriceToResult($storeId) method getValuesByOption (line 195) | public function getValuesByOption($optionIds, $storeId = null) method addOptionToFilter (line 210) | public function addOptionToFilter($option) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Price/SpecialPrice.php class SpecialPrice (line 12) | class SpecialPrice implements \Magento\Catalog\Api\SpecialPriceInterface method __construct (line 84) | public function __construct( method get (line 99) | public function get(array $skus) method update (line 137) | public function update(array $prices) method delete (line 192) | public function delete(array $prices) method getEntityLinkField (line 238) | public function getEntityLinkField() method updateItems (line 251) | private function updateItems(array $items, $table) method getPriceAttributeId (line 267) | private function getPriceAttributeId() method getPriceFromAttributeId (line 281) | private function getPriceFromAttributeId() method getPriceToAttributeId (line 295) | private function getPriceToAttributeId() method retrieveAffectedIds (line 310) | private function retrieveAffectedIds(array $skus) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Relation.php class Relation (line 13) | class Relation extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method processRelations (line 32) | public function processRelations($parentId, $childIds) method addRelation (line 61) | public function addRelation($parentId, $childId) method addRelations (line 78) | public function addRelations($parentId, $childIds) method removeRelations (line 98) | public function removeRelations($parentId, $childIds) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/StatusBaseSelectProcessor.php class StatusBaseSelectProcessor (line 21) | class StatusBaseSelectProcessor implements BaseSelectProcessorInterface method __construct (line 46) | public function __construct( method process (line 61) | public function process(Select $select) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Website.php class Website (line 11) | class Website extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 25) | public function __construct( method _construct (line 39) | protected function _construct() method removeProducts (line 52) | public function removeProducts($websiteIds, $productIds) method addProducts (line 85) | public function addProducts($websiteIds, $productIds) method getWebsites (line 121) | public function getWebsites($productIds) FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Website/Link.php class Link (line 12) | class Link method __construct (line 23) | public function __construct( method getWebsiteIdsByProductId (line 34) | public function getWebsiteIdsByProductId($productId) method saveWebsiteIds (line 55) | public function saveWebsiteIds(ProductInterface $product, array $websi... method getProductWebsiteTable (line 88) | private function getProductWebsiteTable() FILE: app/code/Magento/Catalog/Model/ResourceModel/Product/Website/SelectProcessor.php class SelectProcessor (line 18) | class SelectProcessor implements BaseSelectProcessorInterface method __construct (line 40) | public function __construct( method process (line 55) | public function process(Select $select) FILE: app/code/Magento/Catalog/Model/ResourceModel/ProductFrontendAction.php class ProductFrontendAction (line 11) | class ProductFrontendAction extends \Magento\Framework\Model\ResourceMod... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Catalog/Model/ResourceModel/ProductFrontendAction/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() method addFilterByUserIdentities (line 33) | public function addFilterByUserIdentities($customerId, $visitorId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Setup/PropertyMapper.php class PropertyMapper (line 12) | class PropertyMapper extends PropertyMapperAbstract method map (line 22) | public function map(array $input, $entityTypeId) FILE: app/code/Magento/Catalog/Model/ResourceModel/Url.php class Url (line 25) | class Url extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 121) | public function __construct( method _construct (line 145) | protected function _construct() method getStores (line 156) | public function getStores($storeId = null) method _getCategoryAttribute (line 175) | protected function _getCategoryAttribute($attributeCode, $categoryIds,... method _getProductAttribute (line 279) | public function _getProductAttribute($attributeCode, $productIds, $sto... method _prepareCategoryParentId (line 356) | protected function _prepareCategoryParentId(\Magento\Framework\DataObj... method _prepareStoreRootCategories (line 373) | protected function _prepareStoreRootCategories($stores) method _getCategories (line 407) | protected function _getCategories($categoryIds, $storeId = null, $path... method getCategory (line 506) | public function getCategory($categoryId, $storeId) method getCategories (line 526) | public function getCategories($categoryIds, $storeId) method _getProducts (line 544) | protected function _getProducts($productIds, $storeId, $entityId, &$la... method getProduct (line 622) | public function getProduct($productId, $storeId) method getProductsByStore (line 639) | public function getProductsByStore($storeId, &$lastEntityId) method getRewriteByProductStore (line 658) | public function getRewriteByProductStore(array $products) method getMetadataPool (line 721) | private function getMetadataPool() FILE: app/code/Magento/Catalog/Model/Rss/Category.php class Category (line 11) | class Category method __construct (line 33) | public function __construct( method getProductCollection (line 50) | public function getProductCollection(\Magento\Catalog\Model\Category $... FILE: app/code/Magento/Catalog/Model/Rss/Product/NewProducts.php class NewProducts (line 12) | class NewProducts method __construct (line 34) | public function __construct( method getProductsCollection (line 48) | public function getProductsCollection($storeId) FILE: app/code/Magento/Catalog/Model/Rss/Product/NotifyStock.php class NotifyStock (line 12) | class NotifyStock extends \Magento\Framework\Model\AbstractModel method __construct (line 42) | public function __construct( method getProductsCollection (line 57) | public function getProductsCollection() FILE: app/code/Magento/Catalog/Model/Rss/Product/Special.php class Special (line 12) | class Special method __construct (line 28) | public function __construct( method getProductsCollection (line 41) | public function getProductsCollection($storeId, $customerGroupId) FILE: app/code/Magento/Catalog/Model/Session.php class Session (line 14) | class Session extends \Magento\Framework\Session\SessionManager FILE: app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php class Suffix (line 29) | class Suffix extends \Magento\Framework\App\Config\Value method __construct (line 76) | public function __construct( method getAppConfig (line 103) | private function getAppConfig() method beforeSave (line 118) | public function beforeSave() method afterSave (line 127) | public function afterSave() method afterDeleteCommit (line 145) | public function afterDeleteCommit() method isCategorySuffixChanged (line 165) | private function isCategorySuffixChanged() method updateSuffixForUrlRewrites (line 176) | protected function updateSuffixForUrlRewrites() method getStoreIds (line 214) | protected function getStoreIds() method getOverrideStoreIds (line 233) | protected function getOverrideStoreIds($storeIds) FILE: app/code/Magento/Catalog/Model/System/Config/Source/Inputtype.php class Inputtype (line 8) | class Inputtype method toOptionArray (line 14) | public function toOptionArray() FILE: app/code/Magento/Catalog/Model/Template/Filter.php class Filter (line 20) | class Filter extends \Magento\Framework\Filter\Template method __construct (line 54) | public function __construct( method setUseAbsoluteLinks (line 71) | public function setUseAbsoluteLinks($flag) method setUseSessionInUrl (line 85) | public function setUseSessionInUrl($flag) method viewDirective (line 98) | public function viewDirective($construction) method mediaDirective (line 127) | public function mediaDirective($construction) method storeDirective (line 143) | public function storeDirective($construction) FILE: app/code/Magento/Catalog/Model/Template/Filter/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 39) | public function create($className, array $data = []) FILE: app/code/Magento/Catalog/Model/View/Asset/Image.php class Image (line 20) | class Image implements LocalInterface method __construct (line 70) | public function __construct( method getUrl (line 93) | public function getUrl() method getContentType (line 101) | public function getContentType() method getPath (line 109) | public function getPath() method getSourceFile (line 117) | public function getSourceFile() method getSourceContentType (line 128) | public function getSourceContentType() method getContent (line 136) | public function getContent() method getFilePath (line 144) | public function getFilePath() method getContext (line 154) | public function getContext() method getModule (line 162) | public function getModule() method getMiscPath (line 172) | private function getMiscPath() method getImageInfo (line 185) | private function getImageInfo() method convertToReadableFormat (line 199) | private function convertToReadableFormat(array $miscParams) FILE: app/code/Magento/Catalog/Model/View/Asset/Image/Context.php class Context (line 22) | class Context implements ContextInterface method __construct (line 43) | public function __construct( method getPath (line 56) | public function getPath() method getBaseUrl (line 64) | public function getBaseUrl() FILE: app/code/Magento/Catalog/Model/View/Asset/Placeholder.php class Placeholder (line 18) | class Placeholder implements LocalInterface method __construct (line 64) | public function __construct( method getUrl (line 79) | public function getUrl() method getContentType (line 93) | public function getContentType() method getPath (line 101) | public function getPath() method getSourceFile (line 124) | public function getSourceFile() method getSourceContentType (line 134) | public function getSourceContentType() method getContent (line 142) | public function getContent() method getFilePath (line 150) | public function getFilePath() method getContext (line 169) | public function getContext() method getModule (line 177) | public function getModule() FILE: app/code/Magento/Catalog/Model/Webapi/Product/Option/Type/Date.php class Date (line 13) | class Date extends \Magento\Catalog\Model\Product\Option\Type\Date method validateUserValue (line 18) | public function validateUserValue($values) method formatValues (line 30) | protected function formatValues($values) method useCalendar (line 52) | public function useCalendar() FILE: app/code/Magento/Catalog/Model/Webapi/Product/Option/Type/File/Processor.php class Processor (line 13) | class Processor method __construct (line 34) | public function __construct( method saveFile (line 46) | protected function saveFile(ImageContentInterface $imageContent) method processFileContent (line 57) | public function processFileContent(ImageContentInterface $imageContent) FILE: app/code/Magento/Catalog/Model/Widget/RecentlyComparedStorageConfiguration.php class RecentlyComparedStorageConfiguration (line 14) | class RecentlyComparedStorageConfiguration implements FrontendStorageCon... method __construct (line 28) | public function __construct(ScopeConfigInterface $scopeConfig) method get (line 38) | public function get() FILE: app/code/Magento/Catalog/Model/Widget/RecentlyViewedStorageConfiguration.php class RecentlyViewedStorageConfiguration (line 14) | class RecentlyViewedStorageConfiguration implements FrontendStorageConfi... method __construct (line 28) | public function __construct(ScopeConfigInterface $scopeConfig) method get (line 38) | public function get() FILE: app/code/Magento/Catalog/Observer/CatalogCheckIsUsingStaticUrlsAllowedObserver.php class CatalogCheckIsUsingStaticUrlsAllowedObserver (line 10) | class CatalogCheckIsUsingStaticUrlsAllowedObserver implements ObserverIn... method __construct (line 22) | public function __construct(\Magento\Catalog\Helper\Data $catalogData) method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Catalog/Observer/CategoryDesignAuthorization.php class CategoryDesignAuthorization (line 19) | class CategoryDesignAuthorization implements ObserverInterface method __construct (line 29) | public function __construct(Authorization $authorization) method execute (line 39) | public function execute(Observer $observer) FILE: app/code/Magento/Catalog/Observer/CategoryProductIndexer.php class CategoryProductIndexer (line 17) | class CategoryProductIndexer implements ObserverInterface method __construct (line 27) | public function __construct(Processor $processor) method execute (line 35) | public function execute(Observer $observer): void FILE: app/code/Magento/Catalog/Observer/Compare/BindCustomerLoginObserver.php class BindCustomerLoginObserver (line 15) | class BindCustomerLoginObserver implements ObserverInterface method __construct (line 20) | public function __construct( method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Catalog/Observer/Compare/BindCustomerLogoutObserver.php class BindCustomerLogoutObserver (line 15) | class BindCustomerLogoutObserver implements ObserverInterface method __construct (line 20) | public function __construct( method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Catalog/Observer/FlushCategoryPagesCache.php class FlushCategoryPagesCache (line 19) | class FlushCategoryPagesCache implements ObserverInterface method __construct (line 39) | public function __construct(CacheConfig $cacheConfig, PageCache $pageC... method execute (line 54) | public function execute(Event $event) FILE: app/code/Magento/Catalog/Observer/ImageResizeAfterProductSave.php class ImageResizeAfterProductSave (line 14) | class ImageResizeAfterProductSave implements ObserverInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Catalog/Observer/InvalidateCacheOnCategoryDesignChange.php class InvalidateCacheOnCategoryDesignChange (line 16) | class InvalidateCacheOnCategoryDesignChange implements ObserverInterface method __construct (line 32) | public function __construct( method getDefaultAttributeValues (line 45) | private function getDefaultAttributeValues() method execute (line 62) | public function execute(Observer $observer) method isCategoryAttributeChanged (line 87) | private function isCategoryAttributeChanged($attributeCode, $category) FILE: app/code/Magento/Catalog/Observer/MenuCategoryData.php class MenuCategoryData (line 8) | class MenuCategoryData method __construct (line 41) | public function __construct( method getMenuCategoryData (line 57) | public function getMenuCategoryData($category) method hasActive (line 85) | protected function hasActive($category) method getCatalogLayer (line 105) | private function getCatalogLayer() FILE: app/code/Magento/Catalog/Observer/SetSpecialPriceStartDate.php class SetSpecialPriceStartDate (line 16) | class SetSpecialPriceStartDate implements ObserverInterface method __construct (line 26) | public function __construct(TimezoneInterface $localeDate) method execute (line 37) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChange.php class SwitchPriceAttributeScopeOnConfigChange (line 20) | class SwitchPriceAttributeScopeOnConfigChange implements ObserverInterface method __construct (line 42) | public function __construct( method execute (line 60) | public function execute(EventObserver $observer) FILE: app/code/Magento/Catalog/Observer/SynchronizeWebsiteAttributesOnStoreChange.php class SynchronizeWebsiteAttributesOnStoreChange (line 18) | class SynchronizeWebsiteAttributesOnStoreChange implements ObserverInter... method __construct (line 29) | public function __construct(WebsiteAttributesSynchronizer $synchronizer) method execute (line 37) | public function execute(Observer $observer) FILE: app/code/Magento/Catalog/Plugin/Block/Topmenu.php class Topmenu (line 17) | class Topmenu method __construct (line 49) | public function __construct( method beforeGetHtml (line 71) | public function beforeGetHtml( method beforeGetIdentities (line 119) | public function beforeGetIdentities(\Magento\Theme\Block\Html\Topmenu ... method getCurrentCategory (line 140) | private function getCurrentCategory() method getCategoryAsArray (line 159) | private function getCategoryAsArray($category, $currentCategory, $isPa... method getCategoryTree (line 181) | protected function getCategoryTree($storeId, $rootId) method afterGetCacheKeyInfo (line 208) | public function afterGetCacheKeyInfo(\Magento\Theme\Block\Html\Topmenu... FILE: app/code/Magento/Catalog/Plugin/CategoryAuthorization.php class CategoryAuthorization (line 19) | class CategoryAuthorization method __construct (line 29) | public function __construct(Authorization $authorization) method beforeSave (line 43) | public function beforeSave(CategoryRepositoryInterface $subject, Categ... FILE: app/code/Magento/Catalog/Plugin/Framework/App/Action/ContextPlugin.php class ContextPlugin (line 19) | class ContextPlugin method __construct (line 41) | public function __construct( method beforeDispatch (line 56) | public function beforeDispatch() FILE: app/code/Magento/Catalog/Plugin/Model/Attribute/Backend/AttributeValidation.php class AttributeValidation (line 13) | class AttributeValidation method __construct (line 29) | public function __construct( method aroundValidate (line 46) | public function aroundValidate( FILE: app/code/Magento/Catalog/Plugin/Model/AttributeSetRepository/RemoveProducts.php class RemoveProducts (line 17) | class RemoveProducts method __construct (line 31) | public function __construct(CollectionFactory $collectionFactory) method afterDelete (line 46) | public function afterDelete( FILE: app/code/Magento/Catalog/Plugin/Model/Indexer/Category/Product/Execute.php class Execute (line 11) | class Execute method __construct (line 27) | public function __construct( method afterExecute (line 42) | public function afterExecute(AbstractAction $subject, AbstractAction $... FILE: app/code/Magento/Catalog/Plugin/Model/Indexer/Category/Product/MaxHeapTableSizeProcessorOnFullReindex.php class MaxHeapTableSizeProcessorOnFullReindex (line 16) | class MaxHeapTableSizeProcessorOnFullReindex method __construct (line 27) | public function __construct( method beforeExecute (line 40) | public function beforeExecute(Full $subject) method afterExecute (line 55) | public function afterExecute(Full $subject, Full $result) FILE: app/code/Magento/Catalog/Plugin/Model/Product/Action/UpdateAttributesFlushCache.php class UpdateAttributesFlushCache (line 12) | class UpdateAttributesFlushCache method __construct (line 28) | public function __construct( method afterUpdateAttributes (line 43) | public function afterUpdateAttributes( method afterUpdateWebsites (line 57) | public function afterUpdateWebsites( FILE: app/code/Magento/Catalog/Plugin/Model/Product/Option/UpdateProductCustomOptionsAttributes.php class UpdateProductCustomOptionsAttributes (line 13) | class UpdateProductCustomOptionsAttributes method __construct (line 23) | public function __construct(\Magento\Catalog\Api\ProductRepositoryInte... method afterSave (line 37) | public function afterSave( FILE: app/code/Magento/Catalog/Plugin/Model/ResourceModel/Attribute/Save.php class Save (line 13) | class Save method __construct (line 29) | public function __construct(Config $config, TypeListInterface $typeList) method afterSave (line 44) | public function afterSave(Attribute $subject, Attribute $result) FILE: app/code/Magento/Catalog/Plugin/Model/ResourceModel/Config.php class Config (line 14) | class Config method __construct (line 41) | public function __construct( method aroundGetAttributesUsedInListing (line 58) | public function aroundGetAttributesUsedInListing( method aroundGetAttributesUsedForSortBy (line 87) | public function aroundGetAttributesUsedForSortBy( FILE: app/code/Magento/Catalog/Plugin/Model/ResourceModel/ReadSnapshotPlugin.php class ReadSnapshotPlugin (line 19) | class ReadSnapshotPlugin method __construct (line 35) | public function __construct( method afterExecute (line 50) | public function afterExecute(ReadSnapshot $subject, array $entityData,... FILE: app/code/Magento/Catalog/Plugin/ProductAuthorization.php class ProductAuthorization (line 19) | class ProductAuthorization method __construct (line 29) | public function __construct(Authorization $authorization) method beforeSave (line 44) | public function beforeSave( FILE: app/code/Magento/Catalog/Pricing/Price/BasePrice.php class BasePrice (line 15) | class BasePrice extends AbstractPrice method getValue (line 27) | public function getValue() FILE: app/code/Magento/Catalog/Pricing/Price/Collection.php class Collection (line 19) | class Collection extends \Magento\Framework\Pricing\Price\Collection method __construct (line 33) | public function __construct( method get (line 47) | public function get($code) FILE: app/code/Magento/Catalog/Pricing/Price/ConfiguredOptions.php class ConfiguredOptions (line 15) | class ConfiguredOptions method getItemOptionsValue (line 25) | public function getItemOptionsValue(float $basePrice, ItemInterface $i... FILE: app/code/Magento/Catalog/Pricing/Price/ConfiguredPrice.php class ConfiguredPrice (line 17) | class ConfiguredPrice extends FinalPrice implements ConfiguredPriceInter... method __construct (line 42) | public function __construct( method setItem (line 59) | public function setItem(ItemInterface $item) method getOptionsValue (line 71) | protected function getOptionsValue(): float method getValue (line 100) | public function getValue() FILE: app/code/Magento/Catalog/Pricing/Price/ConfiguredPriceInterface.php type ConfiguredPriceInterface (line 14) | interface ConfiguredPriceInterface method setItem (line 30) | public function setItem(ItemInterface $item); FILE: app/code/Magento/Catalog/Pricing/Price/ConfiguredPriceSelection.php class ConfiguredPriceSelection (line 18) | class ConfiguredPriceSelection method __construct (line 28) | public function __construct( method getSelectionPriceList (line 40) | public function getSelectionPriceList(ConfiguredPriceInterface $price)... method createSelectionPriceList (line 60) | private function createSelectionPriceList(ExtensibleDataInterface $opt... FILE: app/code/Magento/Catalog/Pricing/Price/ConfiguredRegularPrice.php class ConfiguredRegularPrice (line 18) | class ConfiguredRegularPrice extends RegularPrice implements ConfiguredP... method __construct (line 43) | public function __construct( method setItem (line 60) | public function setItem(ItemInterface $item) : ConfiguredRegularPrice method getValue (line 72) | public function getValue() FILE: app/code/Magento/Catalog/Pricing/Price/CustomOptionPrice.php class CustomOptionPrice (line 19) | class CustomOptionPrice extends AbstractPrice implements CustomOptionPri... method __construct (line 51) | public function __construct( method getValue (line 73) | public function getValue($priceCode = \Magento\Catalog\Pricing\Price\B... method getCustomAmount (line 132) | public function getCustomAmount($amount = null, $exclude = null, $cont... method getCustomOptionRange (line 150) | public function getCustomOptionRange($getMin, $priceCode = \Magento\Ca... method getSelectedOptions (line 169) | public function getSelectedOptions() method processOptions (line 197) | protected function processOptions(array $values) method getOptions (line 220) | public function getOptions() FILE: app/code/Magento/Catalog/Pricing/Price/CustomOptionPriceCalculator.php class CustomOptionPriceCalculator (line 15) | class CustomOptionPriceCalculator method getOptionPriceByPriceCode (line 33) | public function getOptionPriceByPriceCode( FILE: app/code/Magento/Catalog/Pricing/Price/CustomOptionPriceInterface.php type CustomOptionPriceInterface (line 14) | interface CustomOptionPriceInterface method getOptions (line 26) | public function getOptions(); method getCustomOptionRange (line 34) | public function getCustomOptionRange($getMin); FILE: app/code/Magento/Catalog/Pricing/Price/FinalPrice.php class FinalPrice (line 15) | class FinalPrice extends AbstractPrice implements FinalPriceInterface method getValue (line 42) | public function getValue() method getMinimalPrice (line 52) | public function getMinimalPrice() method getMaximalPrice (line 71) | public function getMaximalPrice() method getBasePrice (line 90) | protected function getBasePrice() FILE: app/code/Magento/Catalog/Pricing/Price/FinalPriceInterface.php type FinalPriceInterface (line 15) | interface FinalPriceInterface method getMinimalPrice (line 22) | public function getMinimalPrice(); method getMaximalPrice (line 29) | public function getMaximalPrice(); FILE: app/code/Magento/Catalog/Pricing/Price/MinimalPriceCalculatorInterface.php type MinimalPriceCalculatorInterface (line 15) | interface MinimalPriceCalculatorInterface method getValue (line 23) | public function getValue(SaleableInterface $saleableItem); method getAmount (line 31) | public function getAmount(SaleableInterface $saleableItem); FILE: app/code/Magento/Catalog/Pricing/Price/MinimalTierPriceCalculator.php class MinimalTierPriceCalculator (line 16) | class MinimalTierPriceCalculator implements MinimalPriceCalculatorInterface method __construct (line 26) | public function __construct(CalculatorInterface $calculator) method getValue (line 37) | public function getValue(SaleableInterface $saleableItem) method getAmount (line 59) | public function getAmount(SaleableInterface $saleableItem) FILE: app/code/Magento/Catalog/Pricing/Price/RegularPrice.php class RegularPrice (line 15) | class RegularPrice extends AbstractPrice implements BasePriceProviderInt... method getValue (line 27) | public function getValue() FILE: app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php class SpecialPrice (line 19) | class SpecialPrice extends AbstractPrice implements SpecialPriceInterfac... method __construct (line 38) | public function __construct( method getValue (line 54) | public function getValue() method getSpecialPrice (line 72) | public function getSpecialPrice() method getSpecialFromDate (line 86) | public function getSpecialFromDate() method getSpecialToDate (line 96) | public function getSpecialToDate() method isScopeDateInInterval (line 104) | public function isScopeDateInInterval() method isPercentageDiscount (line 116) | public function isPercentageDiscount() FILE: app/code/Magento/Catalog/Pricing/Price/SpecialPriceInterface.php type SpecialPriceInterface (line 12) | interface SpecialPriceInterface method getSpecialPrice (line 19) | public function getSpecialPrice(); method getSpecialFromDate (line 26) | public function getSpecialFromDate(); method getSpecialToDate (line 33) | public function getSpecialToDate(); method isScopeDateInInterval (line 38) | public function isScopeDateInInterval(); method isPercentageDiscount (line 43) | public function isPercentageDiscount(); FILE: app/code/Magento/Catalog/Pricing/Price/TierPrice.php class TierPrice (line 23) | class TierPrice extends AbstractPrice implements TierPriceInterface, Bas... method __construct (line 74) | public function __construct( method getValue (line 101) | public function getValue() method isFirstPriceBetter (line 133) | protected function isFirstPriceBetter($firstPrice, $secondPrice) method getTierPriceCount (line 141) | public function getTierPriceCount() method getTierPriceList (line 149) | public function getTierPriceList() method filterTierPrices (line 170) | protected function filterTierPrices(array $priceList) method getBasePrice (line 209) | protected function getBasePrice() method getSavePercent (line 223) | public function getSavePercent(AmountInterface $amount) method applyAdjustment (line 238) | protected function applyAdjustment($price) method canApplyTierPrice (line 251) | protected function canApplyTierPrice(array $currentTierPrice, $prevPri... method getStoredTierPrices (line 285) | protected function getStoredTierPrices() method isPercentageDiscount (line 319) | public function isPercentageDiscount() FILE: app/code/Magento/Catalog/Pricing/Price/TierPriceInterface.php type TierPriceInterface (line 15) | interface TierPriceInterface method getTierPriceList (line 20) | public function getTierPriceList(); method getTierPriceCount (line 25) | public function getTierPriceCount(); method isPercentageDiscount (line 30) | public function isPercentageDiscount(); FILE: app/code/Magento/Catalog/Pricing/Render.php class Render (line 23) | class Render extends Template method __construct (line 37) | public function __construct( method _toHtml (line 51) | protected function _toHtml() method getProduct (line 71) | protected function getProduct() FILE: app/code/Magento/Catalog/Pricing/Render/ConfiguredPriceBox.php class ConfiguredPriceBox (line 25) | class ConfiguredPriceBox extends FinalPriceBox method __construct (line 42) | public function __construct( method _prepareLayout (line 71) | protected function _prepareLayout() method getPriceType (line 91) | public function getPriceType($priceCode) method getConfiguredPrice (line 107) | public function getConfiguredPrice(): PriceInterface method getConfiguredRegularPrice (line 122) | public function getConfiguredRegularPrice(): PriceInterface method hasSpecialPrice (line 139) | public function hasSpecialPrice(): bool FILE: app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php class FinalPriceBox (line 26) | class FinalPriceBox extends BasePriceBox method __construct (line 47) | public function __construct( method _toHtml (line 65) | protected function _toHtml() method isMsrpPriceApplicable (line 94) | protected function isMsrpPriceApplicable() method wrapResult (line 114) | protected function wrapResult($html) method renderAmountMinimal (line 128) | public function renderAmountMinimal() method hasSpecialPrice (line 153) | public function hasSpecialPrice() method showMinimalPrice (line 165) | public function showMinimalPrice() method getCacheKey (line 183) | public function getCacheKey() method getCacheKeyInfo (line 193) | public function getCacheKeyInfo() method isProductList (line 209) | public function isProductList() FILE: app/code/Magento/Catalog/Pricing/Render/PriceBox.php class PriceBox (line 24) | class PriceBox extends PriceBoxRender method __construct (line 46) | public function __construct( method jsonEncode (line 66) | public function jsonEncode($valueToEncode) method getRandomString (line 80) | public function getRandomString($length, $chars = null) method getCanDisplayQty (line 92) | public function getCanDisplayQty(Product $product) method formatPercent (line 108) | public function formatPercent(float $percent): string FILE: app/code/Magento/Catalog/Setup/CategorySetup.php class CategorySetup (line 60) | class CategorySetup extends EavSetup method __construct (line 88) | public function __construct( method createCategory (line 106) | public function createCategory($data = []) method getDefaultEntities (line 117) | public function getDefaultEntities() FILE: app/code/Magento/Catalog/Setup/Patch/Data/ChangePriceAttributeDefaultScope.php class ChangePriceAttributeDefaultScope (line 20) | class ChangePriceAttributeDefaultScope implements DataPatchInterface, Pa... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method changePriceAttributeDefaultScope (line 59) | private function changePriceAttributeDefaultScope($categorySetup) method getDependencies (line 78) | public static function getDependencies() method getVersion (line 88) | public static function getVersion() method getAliases (line 96) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/DisallowUsingHtmlForProductName.php class DisallowUsingHtmlForProductName (line 20) | class DisallowUsingHtmlForProductName implements DataPatchInterface, Pat... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 74) | public static function getVersion() method getAliases (line 82) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/EnableDirectiveParsing.php class EnableDirectiveParsing (line 16) | class EnableDirectiveParsing implements DataPatchInterface method __construct (line 27) | public function __construct( method apply (line 36) | public function apply() method getDependencies (line 55) | public static function getDependencies() method getAliases (line 63) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/EnableSegmentation.php class EnableSegmentation (line 17) | class EnableSegmentation implements DataPatchInterface method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 78) | public static function getDependencies() method getAliases (line 86) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/InstallDefaultCategories.php class InstallDefaultCategories (line 23) | class InstallDefaultCategories implements DataPatchInterface, PatchVersi... method __construct (line 46) | public function __construct( method apply (line 62) | public function apply() method getDependencies (line 357) | public static function getDependencies() method getVersion (line 365) | public static function getVersion() method getAliases (line 373) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/SetNewResourceModelsPaths.php class SetNewResourceModelsPaths (line 20) | class SetNewResourceModelsPaths implements DataPatchInterface, PatchVers... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 94) | public static function getDependencies() method getVersion (line 104) | public static function getVersion() method getAliases (line 112) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpdateCustomLayoutAttributes.php class UpdateCustomLayoutAttributes (line 21) | class UpdateCustomLayoutAttributes implements DataPatchInterface method __construct (line 38) | public function __construct( method getDependencies (line 49) | public static function getDependencies() method getAliases (line 57) | public function getAliases() method apply (line 65) | public function apply() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php class UpdateDefaultAttributeValue (line 20) | class UpdateDefaultAttributeValue implements DataPatchInterface, PatchVe... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 58) | public static function getDependencies() method getVersion (line 68) | public static function getVersion() method getAliases (line 76) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpdateMediaAttributesBackendTypes.php class UpdateMediaAttributesBackendTypes (line 20) | class UpdateMediaAttributesBackendTypes implements DataPatchInterface, P... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 71) | public static function getDependencies() method getVersion (line 81) | public static function getVersion() method getAliases (line 89) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductAttributes.php class UpdateProductAttributes (line 20) | class UpdateProductAttributes implements DataPatchInterface, PatchVersio... method __construct (line 37) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 244) | public static function getDependencies() method getVersion (line 254) | public static function getVersion() method getAliases (line 262) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductMetaDescription.php class UpdateProductMetaDescription (line 21) | class UpdateProductMetaDescription implements DataPatchInterface, PatchV... method __construct (line 38) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 66) | public static function getDependencies() method getVersion (line 76) | public static function getVersion() method getAliases (line 84) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpgradeWebsiteAttributes.php class UpgradeWebsiteAttributes (line 24) | class UpgradeWebsiteAttributes implements DataPatchInterface, PatchVersi... method __construct (line 95) | public function __construct( method apply (line 108) | public function apply() method upgradeTable (line 119) | private function upgradeTable($tableName) method processAttributeValues (line 132) | private function processAttributeValues(array $attributeValueItems, $t... method fetchAttributeValues (line 157) | private function fetchAttributeValues($tableName) method getGroupedStoreViews (line 216) | private function getGroupedStoreViews() method isProcessedAttributeValue (line 248) | private function isProcessedAttributeValue(array $attributeValue, $tab... method resetProcessedAttributeValues (line 264) | private function resetProcessedAttributeValues() method markAttributeValueProcessed (line 274) | private function markAttributeValueProcessed(array $attributeValue, $t... method getAttributeValueKey (line 289) | private function getAttributeValueKey($entityId, $attributeId, $websit... method generateAttributeValueInsertions (line 304) | private function generateAttributeValueInsertions( method executeInsertions (line 333) | private function executeInsertions(array $insertions, $tableName) method getPlaceholderValues (line 355) | private function getPlaceholderValues(array $insertions) method prepareInsertValuesStatement (line 374) | private function prepareInsertValuesStatement(array $insertions) method getTableLinkField (line 390) | private function getTableLinkField($tableName) method getDependencies (line 413) | public static function getDependencies() method getVersion (line 423) | public static function getVersion() method getAliases (line 431) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Data/UpgradeWidgetData.php class UpgradeWidgetData (line 24) | class UpgradeWidgetData implements DataPatchInterface, PatchVersionInter... method __construct (line 53) | public function __construct( method apply (line 68) | public function apply() method getDependencies (line 140) | public static function getDependencies() method getVersion (line 150) | public static function getVersion() method getAliases (line 158) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Patch/Schema/EnableSegmentation.php class EnableSegmentation (line 17) | class EnableSegmentation implements SchemaPatchInterface method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 73) | public static function getDependencies() method getAliases (line 81) | public function getAliases() FILE: app/code/Magento/Catalog/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Category/AbstractCategoryTest.php class AbstractCategoryTest (line 9) | class AbstractCategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetSaveUrl (line 98) | public function testGetSaveUrl() method testGetRootIdsFromCache (line 119) | public function testGetRootIdsFromCache() method testGetRootIds (line 127) | public function testGetRootIds() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Attribute/Button/CancelTest.php class CancelTest (line 13) | class CancelTest extends GenericTest method getModel (line 18) | protected function getModel() method testGetButtonData (line 26) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Attribute/Button/GenericTest.php class GenericTest (line 16) | class GenericTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method getModel (line 47) | protected function getModel() method testGetUrl (line 55) | public function testGetUrl() method testGetButtonData (line 64) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Attribute/Button/SaveTest.php class SaveTest (line 13) | class SaveTest extends GenericTest method getModel (line 18) | protected function getModel() method testGetButtonData (line 26) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Attribute/Edit/Tab/AdvancedTest.php class AdvancedTest (line 13) | class AdvancedTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testToHtml (line 80) | public function testToHtml() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Attribute/GridTest.php class GridTest (line 8) | class GridTest extends \PHPUnit\Framework\TestCase method testGetRowUrl (line 10) | public function testGetRowUrl() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Composite/Fieldset/OptionsTest.php class OptionsTest (line 14) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetOptionHtml (line 37) | public function testGetOptionHtml() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/InventoryTest.php class InventoryTest (line 11) | class InventoryTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetBackordersOption (line 81) | public function testGetBackordersOption() method testGetFieldSuffix (line 94) | public function testGetFieldSuffix() method testGetStoreId (line 104) | public function testGetStoreId() method testGetDefaultConfigValue (line 119) | public function testGetDefaultConfigValue() method testGetTabLabel (line 134) | public function testGetTabLabel() method testGetTabTitle (line 144) | public function testGetTabTitle() method testCanShowTab (line 154) | public function testCanShowTab() method testIsHidden (line 164) | public function testIsHidden() method testIsEnabled (line 174) | public function testIsEnabled() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Button/AddAttributeTest.php class AddAttributeTest (line 13) | class AddAttributeTest extends GenericTest method testGetButtonData (line 15) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Button/BackTest.php class BackTest (line 13) | class BackTest extends GenericTest method testGetButtonData (line 15) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Button/CreateCategoryTest.php class CreateCategoryTest (line 13) | class CreateCategoryTest extends GenericTest method testGetButtonData (line 15) | public function testGetButtonData() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Button/GenericTest.php class GenericTest (line 17) | class GenericTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method getModel (line 62) | protected function getModel($class = Generic::class) method testGetUrl (line 70) | public function testGetUrl() method testGetProduct (line 79) | public function testGetProduct() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Button/SaveTest.php class SaveTest (line 13) | class SaveTest extends GenericTest method testGetButtonData (line 15) | public function testGetButtonData() method testGetButtonDataToBeEmpty (line 24) | public function testGetButtonDataToBeEmpty() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Tab/AlertsTest.php class AlertsTest (line 8) | class AlertsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCanShowTab (line 38) | public function testCanShowTab($priceAllow, $stockAllow, $canShowTab) method canShowTabDataProvider (line 61) | public function canShowTabDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Edit/Tab/InventoryTest.php class InventoryTest (line 13) | class InventoryTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testGetBackordersOption (line 122) | public function testGetBackordersOption($moduleEnabled) method testGetStockOption (line 146) | public function testGetStockOption($moduleEnabled) method testGetProduct (line 167) | public function testGetProduct() method testGetStockItem (line 183) | public function testGetStockItem() method testGetFieldValue (line 221) | public function testGetFieldValue($stockId, $methods, $result) method testGetConfigFieldValue (line 284) | public function testGetConfigFieldValue($stockId, $methods, $result) method testGetDefaultConfigValue (line 342) | public function testGetDefaultConfigValue() method testIsReadonly (line 358) | public function testIsReadonly() method testIsNew (line 383) | public function testIsNew($id, $result) method testGetFieldSuffix (line 403) | public function testGetFieldSuffix() method testCanUseQtyDecimals (line 414) | public function testCanUseQtyDecimals() method testIsVirtual (line 446) | public function testIsVirtual() method testIsSingleStoreMode (line 466) | public function testIsSingleStoreMode() method dataProviderModuleEnabled (line 481) | public function dataProviderModuleEnabled() method dataProviderGetFieldValue (line 498) | public function dataProviderGetFieldValue() method dataProviderGetConfigFieldValue (line 524) | public function dataProviderGetConfigFieldValue() method dataProviderGetId (line 550) | public function dataProviderGetId() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Helper/Form/CategoryTest.php class CategoryTest (line 8) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testIsAllowed (line 32) | public function testIsAllowed($isAllowed) method isAllowedDataProvider (line 56) | public function isAllowedDataProvider() method testGetAfterElementHtml (line 64) | public function testGetAfterElementHtml() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Helper/Form/Gallery/ContentTest.php class ContentTest (line 17) | class ContentTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | public function setUp() method testGetImagesJson (line 96) | public function testGetImagesJson() method testGetImagesJsonWithoutImages (line 167) | public function testGetImagesJsonWithoutImages() method testGetImagesJsonWithException (line 175) | public function testGetImagesJsonWithException() method testGetImageTypesFromDataPersistor (line 258) | public function testGetImageTypesFromDataPersistor() method testGetImageTypesFromProduct (line 307) | public function testGetImageTypesFromProduct() method getImageTypesAssertions (line 357) | private function getImageTypesAssertions(string $attributeCode, string... method getMediaAttribute (line 374) | private function getMediaAttribute(string $label, string $attributeCode) method testGetImagesJsonMediaStorageMode (line 400) | public function testGetImagesJsonMediaStorageMode() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Helper/Form/GalleryTest.php class GalleryTest (line 10) | class GalleryTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | public function setUp() method testGetImages (line 62) | public function testGetImages() method testGetImagesWithDataPersistor (line 89) | public function testGetImagesWithDataPersistor() method testGetImageValue (line 124) | public function testGetImageValue() method testGetDataObject (line 146) | public function testGetDataObject() method testGetAttributeFieldName (line 153) | public function testGetAttributeFieldName() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Helper/Form/WeightTest.php class WeightTest (line 8) | class WeightTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testSetForm (line 72) | public function testSetForm() method testGetEscapedValue (line 88) | public function testGetEscapedValue() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Product/Options/AjaxTest.php class AjaxTest (line 14) | class AjaxTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testToHtml (line 53) | public function testToHtml() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Rss/Grid/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLink (line 44) | public function testGetLink() method testGetLabel (line 51) | public function testGetLabel() method testIsRssAllowed (line 56) | public function testIsRssAllowed() FILE: app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Rss/NotifyStockTest.php class NotifyStockTest (line 14) | class NotifyStockTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testGetRssData (line 82) | public function testGetRssData() method testGetCacheLifetime (line 107) | public function testGetCacheLifetime() method testIsAllowed (line 112) | public function testIsAllowed() method testGetFeeds (line 117) | public function testGetFeeds() FILE: app/code/Magento/Catalog/Test/Unit/Block/Category/Plugin/PriceBoxTagsTest.php class PriceBoxTagsTest (line 12) | class PriceBoxTagsTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testAfterGetCacheKey (line 90) | public function testAfterGetCacheKey() FILE: app/code/Magento/Catalog/Test/Unit/Block/Category/Rss/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testIsRssAllowed (line 69) | public function testIsRssAllowed($isAllowed) method isRssAllowedDataProvider (line 78) | public function isRssAllowedDataProvider() method testGetLabel (line 86) | public function testGetLabel() method testIsTopCategory (line 96) | public function testIsTopCategory($isTop, $categoryLevel) method isTopCategoryDataProvider (line 107) | public function isTopCategoryDataProvider() method testGetLink (line 115) | public function testGetLink() FILE: app/code/Magento/Catalog/Test/Unit/Block/Category/ViewTest.php class ViewTest (line 8) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 26) | protected function tearDown() method testGetIdentities (line 31) | public function testGetIdentities() FILE: app/code/Magento/Catalog/Test/Unit/Block/FrontendStorageManagerTest.php class FrontendStorageManagerTest (line 11) | class FrontendStorageManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetConfigurationJson (line 45) | public function testGetConfigurationJson() FILE: app/code/Magento/Catalog/Test/Unit/Block/NavigationTest.php class NavigationTest (line 8) | class NavigationTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetIdentities (line 55) | public function testGetIdentities() method testGetCurrentCategoryKey (line 63) | public function testGetCurrentCategoryKey() method testGetCurrentCategoryKeyFromRootCategory (line 74) | public function testGetCurrentCategoryKeyFromRootCategory() method testGetCacheKeyInfo (line 85) | public function testGetCacheKeyInfo() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/AbstractProductTest.php class AbstractProductTest (line 16) | class AbstractProductTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetProductPrice (line 89) | public function testGetProductPrice() method testGetProductPriceHtml (line 109) | public function testGetProductPriceHtml() method testGetMinimalQty (line 139) | public function testGetMinimalQty($minSale, $result) method dataProviderGetMinimalQty (line 182) | public function dataProviderGetMinimalQty() method testGetImage (line 196) | public function testGetImage() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/Compare/ListCompareTest.php class ListCompareTest (line 13) | class ListCompareTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testGetProductPrice (line 46) | public function testGetProductPrice() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ContextTest.php class ContextTest (line 11) | class ContextTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetStockRegistry (line 62) | public function testGetStockRegistry() method testGetImageBuilder (line 67) | public function testGetImageBuilder() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ImageFactoryTest.php class ImageFactoryTest (line 20) | class ImageFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testCreate (line 65) | public function testCreate($data, $expected) method createDataProvider (line 93) | public function createDataProvider(): array method getTestDataWithoutAttributes (line 104) | private function getTestDataWithoutAttributes(): array method getTestDataWithAttributes (line 158) | private function getTestDataWithAttributes(): array FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ListProductTest.php class ListProductTest (line 17) | class ListProductTest extends \PHPUnit\Framework\TestCase method setUp (line 89) | protected function setUp() method tearDown (line 135) | protected function tearDown() method testGetIdentities (line 140) | public function testGetIdentities() method testGetAddToCartPostParams (line 204) | public function testGetAddToCartPostParams() method testSetIsProductListFlagOnGetProductPrice (line 236) | public function testSetIsProductListFlagOnGetProductPrice() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ListTest.php class ListTest (line 8) | class ListTest extends \PHPUnit\Framework\TestCase method testGetMode (line 10) | public function testGetMode() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/NewProductTest.php class NewProductTest (line 8) | class NewProductTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() method testScope (line 31) | public function testScope() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/PriceTest.php class PriceTest (line 8) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ProductList/RelatedTest.php class RelatedTest (line 8) | class RelatedTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() method testCanItemsAddToCart (line 52) | public function testCanItemsAddToCart($isComposite, $isSaleable, $hasR... method canItemsAddToCartDataProvider (line 78) | public function canItemsAddToCartDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ProductList/ToolbarTest.php class ToolbarTest (line 9) | class ToolbarTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method tearDown (line 141) | protected function tearDown() method testGetCurrentPage (line 146) | public function testGetCurrentPage() method testGetPagerEncodedUrl (line 156) | public function testGetPagerEncodedUrl() method testGetCurrentOrder (line 171) | public function testGetCurrentOrder() method testGetCurrentDirection (line 184) | public function testGetCurrentDirection() method testGetCurrentMode (line 195) | public function testGetCurrentMode() method testGetModes (line 209) | public function testGetModes() method testSetModes (line 225) | public function testSetModes($mode, $expected) method setModesDataProvider (line 238) | public function setModesDataProvider() method testGetLimit (line 246) | public function testGetLimit() method testGetPagerHtml (line 272) | public function testGetPagerHtml() method testSetDefaultOrder (line 317) | public function testSetDefaultOrder() method testGetAvailableOrders (line 326) | public function testGetAvailableOrders() method testAddOrderToAvailableOrders (line 337) | public function testAddOrderToAvailableOrders() method testRemoveOrderFromAvailableOrders (line 349) | public function testRemoveOrderFromAvailableOrders() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ProductList/UpsellTest.php class UpsellTest (line 8) | class UpsellTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/View/AttributesTest.php class AttributesTest (line 23) | class AttributesTest extends TestCase method setUp (line 65) | protected function setUp() method testGetAttributeNoValue (line 129) | public function testGetAttributeNoValue() method testGetAttributeHasValue (line 143) | public function testGetAttributeHasValue() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryOptionsTest.php class GalleryOptionsTest (line 20) | class GalleryOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetOptionsJson (line 92) | public function testGetOptionsJson() method testGetFSOptionsJson (line 145) | public function testGetFSOptionsJson() method testGetOptionsJsonOptionals (line 184) | public function testGetOptionsJsonOptionals() method testGetFSOptionsJsonOptionals (line 203) | public function testGetFSOptionsJsonOptionals() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php class GalleryTest (line 26) | class GalleryTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testGetGalleryImagesJsonWithLabel (line 94) | public function testGetGalleryImagesJsonWithLabel() method testGetGalleryImagesJsonWithoutLabel (line 109) | public function testGetGalleryImagesJsonWithoutLabel() method prepareGetGalleryImagesJsonMocks (line 117) | private function prepareGetGalleryImagesJsonMocks($hasLabel = true) method testGetGalleryImages (line 182) | public function testGetGalleryImages() method getImagesConfigFactory (line 215) | private function getImagesConfigFactory() method getGalleryImagesConfigItems (line 234) | private function getGalleryImagesConfigItems() method getImagesCollectionWithPopulatedDataObject (line 258) | private function getImagesCollectionWithPopulatedDataObject($hasLabel) FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/View/OptionsTest.php class OptionsTest (line 14) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetOptionHtml (line 41) | public function testGetOptionHtml() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/View/TabsTest.php class TabsTest (line 8) | class TabsTest extends \PHPUnit\Framework\TestCase method testAddTab (line 10) | public function testAddTab() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/ViewTest.php class ViewTest (line 14) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testShouldRenderQuantity (line 48) | public function testShouldRenderQuantity() method testGetIdentities (line 76) | public function testGetIdentities() FILE: app/code/Magento/Catalog/Test/Unit/Block/Product/Widget/NewWidgetTest.php class NewWidgetTest (line 14) | class NewWidgetTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method tearDown (line 104) | protected function tearDown() method testGetProductPriceHtml (line 109) | public function testGetProductPriceHtml() method testGetCurrentPage (line 151) | public function testGetCurrentPage($pageNumber, $expectedResult) method getCurrentPageDataProvider (line 166) | public function getCurrentPageDataProvider() method testGetProductsCount (line 175) | public function testGetProductsCount() method generalGetProductCollection (line 185) | protected function generalGetProductCollection() method startTestGetProductCollection (line 243) | protected function startTestGetProductCollection($displayType, $pagerE... method testGetProductNewCollection (line 282) | public function testGetProductNewCollection($pagerEnable, $productsCou... method testGetProductAllCollection (line 311) | public function testGetProductAllCollection($pagerEnable, $productsCou... method getProductCollectionDataProvider (line 329) | public function getProductCollectionDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Block/Rss/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testGetRssData (line 151) | public function testGetRssData() method testGetCacheLifetime (line 216) | public function testGetCacheLifetime() method testIsAllowed (line 221) | public function testIsAllowed() method testGetFeeds (line 229) | public function testGetFeeds() FILE: app/code/Magento/Catalog/Test/Unit/Block/Rss/Product/NewProductsTest.php class NewProductsTest (line 15) | class NewProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method isAllowedDataProvider (line 97) | public function isAllowedDataProvider() method testIsAllowed (line 108) | public function testIsAllowed($configValue, $expectedResult) method getItemMock (line 117) | protected function getItemMock() method testGetRssData (line 142) | public function testGetRssData() method testGetCacheLifetime (line 176) | public function testGetCacheLifetime() method testGetFeeds (line 181) | public function testGetFeeds() FILE: app/code/Magento/Catalog/Test/Unit/Block/Rss/Product/SpecialTest.php class SpecialTest (line 14) | class SpecialTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testGetRssData (line 124) | public function testGetRssData() method getItemMock (line 173) | protected function getItemMock() method testIsAllowed (line 204) | public function testIsAllowed() method testGetCacheLifetime (line 212) | public function testGetCacheLifetime() method testGetFeeds (line 217) | public function testGetFeeds() FILE: app/code/Magento/Catalog/Test/Unit/Block/Ui/ProductViewCounterTest.php class ProductViewCounterTest (line 26) | class ProductViewCounterTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testGetCurrentProductDataWithEmptyProduct (line 121) | public function testGetCurrentProductDataWithEmptyProduct() method testGetCurrentProductDataWithNonEmptyProduct (line 152) | public function testGetCurrentProductDataWithNonEmptyProduct() FILE: app/code/Magento/Catalog/Test/Unit/Block/Widget/LinkTest.php class LinkTest (line 31) | class LinkTest extends TestCase method setUp (line 56) | protected function setUp() method testGetHrefWithoutSetIdPath (line 85) | public function testGetHrefWithoutSetIdPath() method testGetHrefIfSetWrongIdPath (line 96) | public function testGetHrefIfSetWrongIdPath() method testGetHrefWithSetStoreId (line 107) | public function testGetHrefWithSetStoreId() method testGetHrefIfRewriteIsNotFound (line 121) | public function testGetHrefIfRewriteIsNotFound() method testStoreCodeShouldBeIncludedInURLOnlyIfItIsConfiguredSo (line 149) | public function testStoreCodeShouldBeIncludedInURLOnlyIfItIsConfiguredSo( method testGetLabelWithCustomText (line 241) | public function testGetLabelWithCustomText() method testGetLabelWithoutCustomText (line 251) | public function testGetLabelWithoutCustomText() method dataProviderForTestGetHrefWithoutUrlStoreSuffix (line 268) | public function dataProviderForTestGetHrefWithoutUrlStoreSuffix() method testGetHrefWithForProductWithCategoryIdParameter (line 284) | public function testGetHrefWithForProductWithCategoryIdParameter() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/DeleteTest.php class DeleteTest (line 14) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testDeleteWithoutCategoryId (line 109) | public function testDeleteWithoutCategoryId() method testDelete (line 119) | public function testDelete() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/EditTest.php class EditTest (line 12) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 95) | protected function setUp() method testExecute (line 217) | public function testExecute($categoryId, $storeId) method dataProviderExecute (line 276) | public function dataProviderExecute() method mockInitCategoryCall (line 293) | private function mockInitCategoryCall() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/Image/UploadTest.php class UploadTest (line 17) | class UploadTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method executeDataProvider (line 29) | public function executeDataProvider() method testExecute (line 44) | public function testExecute($name, $savedName) FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/MoveTest.php class MoveTest (line 17) | class MoveTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | public function setUp() method fillContext (line 82) | private function fillContext() method initObjectManager (line 94) | private function initObjectManager() method testExecuteWithGenericException (line 103) | public function testExecuteWithGenericException() method testExecuteWithLocalizedException (line 173) | public function testExecuteWithLocalizedException() method testSuccessfulCategorySave (line 243) | public function testSuccessfulCategorySave() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/RefreshPathTest.php class RefreshPathTest (line 19) | class RefreshPathTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method setObjectProperty (line 56) | private function setObjectProperty($object, string $propertyName, $val... method testExecute (line 67) | public function testExecute() : void method testExecuteWithoutCategoryId (line 119) | public function testExecuteWithoutCategoryId() : void FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/SaveTest.php class SaveTest (line 12) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testExecute (line 132) | public function testExecute($categoryId, $storeId, $parentId) method dataProviderExecute (line 443) | public function dataProviderExecute() method imagePreprocessingDataProvider (line 462) | public function imagePreprocessingDataProvider() method testImagePreprocessing (line 492) | public function testImagePreprocessing($data, $expected) FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/Widget/CategoriesJsonTest.php class CategoriesJsonTest (line 13) | class CategoriesJsonTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method _getTreeBlock (line 115) | protected function _getTreeBlock() method testExecute (line 123) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/Widget/ChooserTest.php class ChooserTest (line 13) | class ChooserTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method _getTreeBlock (line 107) | protected function _getTreeBlock() method testExecute (line 116) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Action/Attribute/EditTest.php class EditTest (line 12) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method prepareContext (line 77) | private function prepareContext() method testExecutePageRequested (line 108) | public function testExecutePageRequested() method testExecutePageReload (line 141) | public function testExecutePageReload() method testExecutePageDirectAccess (line 161) | public function testExecutePageDirectAccess() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/AddAttributeToTemplateTest.php class AddAttributeToTemplateTest (line 28) | class AddAttributeToTemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 105) | protected function setUp() method testExecuteWithoutAttributeGroupItems (line 184) | public function testExecuteWithoutAttributeGroupItems() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Attribute/EditTest.php class EditTest (line 13) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method testExecutePopup (line 160) | public function testExecutePopup() method testExecuteNoPopup (line 212) | public function testExecuteNoPopup() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Attribute/SaveTest.php class SaveTest (line 31) | class SaveTest extends AttributeTest method setUp (line 103) | protected function setUp() method getModel (line 168) | protected function getModel() method testExecuteWithEmptyData (line 187) | public function testExecuteWithEmptyData() method testExecute (line 213) | public function testExecute() method testExecuteWithOptionsDataError (line 278) | public function testExecuteWithOptionsDataError() method addReturnResultConditions (line 311) | private function addReturnResultConditions(string $path = '', array $p... FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Attribute/ValidateTest.php class ValidateTest (line 24) | class ValidateTest extends AttributeTest method setUp (line 76) | protected function setUp() method getModel (line 116) | protected function getModel() method testExecute (line 134) | public function testExecute() method testUniqueValidation (line 193) | public function testUniqueValidation(array $options, $isError) method provideUniqueData (line 247) | public function provideUniqueData() method testEmptyOption (line 335) | public function testEmptyOption(array $options, $result) method provideEmptyOption (line 388) | public function provideEmptyOption() method testWhitespaceOption (line 458) | public function testWhitespaceOption(array $options, $result) method provideWhitespaceOption (line 511) | public function provideWhitespaceOption() method testExecuteWithOptionsDataError (line 576) | public function testExecuteWithOptionsDataError() method testExecuteWithInvalidAttributeCode (line 644) | public function testExecuteWithInvalidAttributeCode($attributeCode, $r... method provideInvalidAttributeCodes (line 702) | public function provideInvalidAttributeCodes() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/AttributeTest.php class AttributeTest (line 22) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method getModel (line 102) | protected function getModel() method testDispatch (line 112) | public function testDispatch() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/BuilderTest.php class BuilderTest (line 26) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testBuildWhenProductExistAndPossibleToLoadProduct (line 119) | public function testBuildWhenProductExistAndPossibleToLoadProduct() method testBuildWhenImpossibleLoadProduct (line 168) | public function testBuildWhenImpossibleLoadProduct() method testBuildWhenProductNotExist (line 240) | public function testBuildWhenProductNotExist() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/AttributeFilterTest.php class AttributeFilterTest (line 14) | class AttributeFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testPrepareProductAttributes (line 44) | public function testPrepareProductAttributes( method setupInputDataProvider (line 77) | public function setupInputDataProvider() method getProductAttributesMock (line 223) | private function getProductAttributesMock(array $useDefaults): array FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/HandlerFactoryTest.php class HandlerFactoryTest (line 10) | class HandlerFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testCreateWithInvalidType (line 28) | public function testCreateWithInvalidType() method testCreateWithValidType (line 37) | public function testCreateWithValidType() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Handler/CompositeTest.php class CompositeTest (line 10) | class CompositeTest extends \PHPUnit\Framework\TestCase method testHandle (line 12) | public function testHandle() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php class HelperTest (line 34) | class HelperTest extends \PHPUnit\Framework\TestCase method setUp (line 114) | protected function setUp() method testInitialize (line 207) | public function testInitialize( method setProductAttributes (line 349) | private function setProductAttributes(array $attributes): void method initializeDataProvider (line 376) | public function initializeDataProvider() method mergeProductOptionsDataProvider (line 552) | public function mergeProductOptionsDataProvider() method testMergeProductOptions (line 700) | public function testMergeProductOptions($productOptions, $defaultOptio... method assembleLinkTypes (line 710) | private function assembleLinkTypes($types) method assembleProductRepositoryMock (line 729) | private function assembleProductRepositoryMock($links) FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/StockDataFilterTest.php class StockDataFilterTest (line 13) | class StockDataFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testFilter (line 54) | public function testFilter(array $inputStockData, array $outputStockData) method filterDataProvider (line 70) | public function filterDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/MassStatusTest.php class MassStatusTest (line 20) | class MassStatusTest extends \Magento\Catalog\Test\Unit\Controller\Admin... method setUp (line 52) | protected function setUp() method testMassStatusAction (line 124) | public function testMassStatusAction() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/NewActionTest.php class NewActionTest (line 13) | class NewActionTest extends \Magento\Catalog\Test\Unit\Controller\Adminh... method setUp (line 35) | protected function setUp() method testExecute (line 81) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/ReloadTest.php class ReloadTest (line 25) | class ReloadTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testExecuteToBeRedirect (line 140) | public function testExecuteToBeRedirect() method testExecute (line 153) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/SaveTest.php class SaveTest (line 14) | class SaveTest extends \Magento\Catalog\Test\Unit\Controller\Adminhtml\P... method setUp (line 46) | protected function setUp() method testExecuteSetsProductDataToSessionAndRedirectsToNewActionOnError (line 131) | public function testExecuteSetsProductDataToSessionAndRedirectsToNewAc... method exceptionTypeDataProvider (line 151) | public function exceptionTypeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/ShowUpdateResultTest.php class ShowUpdateResultTest (line 13) | class ShowUpdateResultTest extends \PHPUnit\Framework\TestCase method getSession (line 32) | protected function getSession() method getContext (line 55) | protected function getContext() method testExecute (line 129) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/ValidateTest.php class ValidateTest (line 14) | class ValidateTest extends \Magento\Catalog\Test\Unit\Controller\Adminht... method setUp (line 53) | protected function setUp() method _testAttributeSetIsObtainedFromPostByDefault (line 145) | public function _testAttributeSetIsObtainedFromPostByDefault() method _testAttributeSetIsObtainedFromGetWhenThereIsNoOneInPost (line 158) | public function _testAttributeSetIsObtainedFromGetWhenThereIsNoOneInPo... method testInitializeFromData (line 171) | public function testInitializeFromData() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/ProductTest.php class ProductTest (line 11) | abstract class ProductTest extends \PHPUnit\Framework\TestCase method initContext (line 40) | protected function initContext(array $additionalParams = [], array $ob... FILE: app/code/Magento/Catalog/Test/Unit/Controller/Category/ViewTest.php class ViewTest (line 15) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 110) | protected function setUp() method testApplyCustomLayoutUpdate (line 181) | public function testApplyCustomLayoutUpdate() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Product/Compare/IndexTest.php class IndexTest (line 18) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testExecute (line 125) | public function testExecute() method testExecuteWithItems (line 149) | public function testExecuteWithItems() FILE: app/code/Magento/Catalog/Test/Unit/Controller/Product/Frontend/Action/SynchronizeTest.php class SynchronizeTest (line 15) | class SynchronizeTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecuteAction (line 69) | public function testExecuteAction() method testExecuteActionException (line 105) | public function testExecuteActionException() FILE: app/code/Magento/Catalog/Test/Unit/Cron/DeleteAbandonedStoreFlatTablesTest.php class DeleteAbandonedStoreFlatTablesTest (line 16) | class DeleteAbandonedStoreFlatTablesTest extends \PHPUnit\Framework\Test... method setUp (line 35) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Cron/DeleteOutdatedPriceValuesTest.php class DeleteOutdatedPriceValuesTest (line 23) | class DeleteOutdatedPriceValuesTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecute (line 87) | public function testExecute() method testExecutePriceConfigIsNotSetToGlobal (line 123) | public function testExecutePriceConfigIsNotSetToGlobal() FILE: app/code/Magento/Catalog/Test/Unit/Cron/FrontendActionsFlushTest.php class FrontendActionsFlushTest (line 10) | class FrontendActionsFlushTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testExecute (line 47) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Cron/RefreshSpecialPricesTest.php class RefreshSpecialPricesTest (line 14) | class RefreshSpecialPricesTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testRefreshSpecialPrices (line 99) | public function testRefreshSpecialPrices() FILE: app/code/Magento/Catalog/Test/Unit/Cron/SynchronizeWebsiteAttributesTest.php class SynchronizeWebsiteAttributesTest (line 16) | class SynchronizeWebsiteAttributesTest extends \PHPUnit\Framework\TestCase method testExecuteSuccess (line 18) | public function testExecuteSuccess() method testExecuteWithNoSyncRequired (line 41) | public function testExecuteWithNoSyncRequired() FILE: app/code/Magento/Catalog/Test/Unit/CustomerData/CompareProductsTest.php class CompareProductsTest (line 20) | class CompareProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method getItemCollectionMock (line 87) | private function getItemCollectionMock(array $items) : \PHPUnit_Framew... method prepareProductsWithCorrespondingMocks (line 106) | private function prepareProductsWithCorrespondingMocks(array $dataSet)... method getProductMock (line 145) | private function getProductMock(array $data) : \PHPUnit_Framework_Mock... method testGetSectionData (line 160) | public function testGetSectionData() method testGetSectionDataNoItems (line 216) | public function testGetSectionDataNoItems() method testGetSectionDataSingleItem (line 242) | public function testGetSectionDataSingleItem() FILE: app/code/Magento/Catalog/Test/Unit/CustomerData/ProductFrontendActionSectionTest.php class ProductFrontendActionSectionTest (line 14) | class ProductFrontendActionSectionTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetSectionData (line 54) | public function testGetSectionData() method testGetSectionDataNoSync (line 99) | public function testGetSectionDataNoSync() FILE: app/code/Magento/Catalog/Test/Unit/CustomerData/ProductsRenderInfoSectionTest.php class ProductsRenderInfoSectionTest (line 19) | class ProductsRenderInfoSectionTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method prepareProductIds (line 83) | private function prepareProductIds() method testGetSectionData (line 99) | public function testGetSectionData() FILE: app/code/Magento/Catalog/Test/Unit/Helper/ImageTest.php class ImageTest (line 11) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method mockContext (line 87) | protected function mockContext() method mockImage (line 100) | protected function mockImage() method testInit (line 119) | public function testInit($data) method initDataProvider (line 141) | public function initDataProvider() method testInitKeepFrame (line 170) | public function testInitKeepFrame($data, $whiteBorders, $expectedKeepF... method initKeepFrameDataProvider (line 201) | public function initKeepFrameDataProvider() method prepareAttributes (line 237) | protected function prepareAttributes($data, $imageId) method prepareImageProperties (line 252) | protected function prepareImageProperties($data) method prepareWatermarkProperties (line 295) | protected function prepareWatermarkProperties($data) method testGetType (line 346) | public function testGetType() method testGetWidth (line 365) | public function testGetWidth() method testGetHeight (line 388) | public function testGetHeight($data) method getHeightDataProvider (line 408) | public function getHeightDataProvider() method testGetFrame (line 430) | public function testGetFrame($data) method getFrameDataProvider (line 448) | public function getFrameDataProvider() method testGetLabel (line 467) | public function testGetLabel($data, $expected) method getLabelDataProvider (line 493) | public function getLabelDataProvider() method testGetResizedImageInfo (line 524) | public function testGetResizedImageInfo( method getResizedImageInfoDataProvider (line 583) | public function getResizedImageInfoDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Helper/Product/CompareTest.php class CompareTest (line 14) | class CompareTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetPostDataRemove (line 101) | public function testGetPostDataRemove() method testGetClearListUrl (line 132) | public function testGetClearListUrl() method testGetPostDataClearList (line 146) | public function testGetPostDataClearList() method testGetAddToCartUrl (line 170) | public function testGetAddToCartUrl() FILE: app/code/Magento/Catalog/Test/Unit/Helper/Product/ConfigurationPoolTest.php class ConfigurationPoolTest (line 8) | class ConfigurationPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetByProductType (line 33) | public function testGetByProductType($productType, $expectedResult) method getByProductTypeDataProvider (line 41) | public function getByProductTypeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Helper/Product/ConfigurationTest.php class ConfigurationTest (line 8) | class ConfigurationTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetAdditionalOptionOnly (line 40) | public function testGetAdditionalOptionOnly() FILE: app/code/Magento/Catalog/Test/Unit/Helper/Product/Edit/Action/AttributeTest.php class AttributeTest (line 11) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetStoreWebsiteId (line 52) | public function testGetStoreWebsiteId() FILE: app/code/Magento/Catalog/Test/Unit/Helper/Product/Flat/IndexerTest.php class IndexerTest (line 11) | class IndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetFlatColumnsDdlDefinition (line 94) | public function testGetFlatColumnsDdlDefinition() method testGetFlatTableName (line 102) | public function testGetFlatTableName() method testDeleteAbandonedStoreFlatTables (line 111) | public function testDeleteAbandonedStoreFlatTables() method testDeleteNoStoresTables (line 149) | public function testDeleteNoStoresTables() method testDeleteCl (line 195) | public function testDeleteCl() method _setStoreManagerExpectedStores (line 235) | protected function _setStoreManagerExpectedStores(array $storeIds) FILE: app/code/Magento/Catalog/Test/Unit/Helper/ProductTest.php class ProductTest (line 8) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testIsDataForPriceIndexerWasChanged (line 33) | public function testIsDataForPriceIndexerWasChanged($data, $result) method getData (line 42) | public function getData() FILE: app/code/Magento/Catalog/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/ConditionBuilder/FactoryTest.php class FactoryTest (line 18) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testNativeAttrConditionBuilder (line 64) | public function testNativeAttrConditionBuilder() method testEavAttrConditionBuilder (line 103) | public function testEavAttrConditionBuilder() FILE: app/code/Magento/Catalog/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductCategoryFilterTest.php class ProductCategoryFilterTest (line 12) | class ProductCategoryFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testApply (line 22) | public function testApply() method testApplyWithoutCondition (line 48) | public function testApplyWithoutCondition() FILE: app/code/Magento/Catalog/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/ProductWebsiteFilterTest.php class ProductWebsiteFilterTest (line 12) | class ProductWebsiteFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testApply (line 22) | public function testApply() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Backend/TierPrice/SaveHandlerTest.php class SaveHandlerTest (line 22) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testExecute (line 98) | public function testExecute(): void method testExecuteWithException (line 159) | public function testExecuteWithException(): void FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Backend/TierPrice/UpdateHandlerTest.php class UpdateHandlerTest (line 22) | class UpdateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testExecute (line 98) | public function testExecute(): void method testExecuteWithException (line 174) | public function testExecuteWithException(): void FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Config/ReaderTest.php class ReaderTest (line 8) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testRead (line 85) | public function testRead() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 36) | public function testGetSchema() method testGetPerFileSchema (line 44) | public function testGetPerFileSchema() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/Config/XsdTest.php class XsdTest (line 10) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExemplarXml (line 31) | public function testExemplarXml($fixtureXml, array $expectedErrors) method exemplarXmlDataProvider (line 45) | public function exemplarXmlDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetAttributeNames (line 26) | public function testGetAttributeNames() FILE: app/code/Magento/Catalog/Test/Unit/Model/Attribute/LockValidatorCompositeTest.php class LockValidatorCompositeTest (line 9) | class LockValidatorCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testCompositionsWithInvalidValidatorInstance (line 29) | public function testCompositionsWithInvalidValidatorInstance() method testValidateWithValidValidatorInstance (line 38) | public function testValidateWithValidValidatorInstance() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Backend/ImageTest.php class ImageTest (line 19) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method deletedValueDataProvider (line 103) | public function deletedValueDataProvider() method testBeforeSaveValueDeletion (line 116) | public function testBeforeSaveValueDeletion($value) method invalidValueDataProvider (line 135) | public function invalidValueDataProvider() method testBeforeSaveValueInvalid (line 155) | public function testBeforeSaveValueInvalid($value) method testBeforeSaveAttributeFileName (line 174) | public function testBeforeSaveAttributeFileName() method testBeforeSaveAttributeFileNameOutsideOfCategoryDir (line 208) | public function testBeforeSaveAttributeFileNameOutsideOfCategoryDir() method testBeforeSaveTemporaryAttribute (line 246) | public function testBeforeSaveTemporaryAttribute() method testBeforeSaveAttributeStringValue (line 296) | public function testBeforeSaveAttributeStringValue() method setUpModelForTests (line 312) | private function setUpModelForTests() method attributeValueDataProvider (line 349) | public function attributeValueDataProvider() method testBeforeSaveWithAdditionalData (line 365) | public function testBeforeSaveWithAdditionalData($value) method testBeforeSaveWithoutAdditionalData (line 389) | public function testBeforeSaveWithoutAdditionalData($value) method testBeforeSaveWithExceptions (line 408) | public function testBeforeSaveWithExceptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Backend/SortbyTest.php class SortbyTest (line 9) | class SortbyTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testBeforeSave (line 65) | public function testBeforeSave($attributeCode, $data, $expected) method beforeSaveDataProvider (line 77) | public function beforeSaveDataProvider() method testAfterLoad (line 114) | public function testAfterLoad($attributeCode, $data, $expected) method afterLoadDataProvider (line 126) | public function afterLoadDataProvider() method testValidate (line 153) | public function testValidate($attributeData, $data, $expected) method validateDataProvider (line 171) | public function validateDataProvider() method testValidateUnique (line 197) | public function testValidateUnique() method testValidateUniqueException (line 220) | public function testValidateUniqueException() method testValidateDefaultSort (line 255) | public function testValidateDefaultSort($attributeCode, $data) method validateDefaultSortDataProvider (line 266) | public function validateDefaultSortDataProvider() method testValidateDefaultSortException (line 301) | public function testValidateDefaultSortException($attributeCode, $data) method validateDefaultSortException (line 312) | public function validateDefaultSortException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Source/LayoutTest.php class LayoutTest (line 10) | class LayoutTest extends \PHPUnit\Framework\TestCase method testGetAllOptions (line 19) | public function testGetAllOptions() method setUp (line 26) | protected function setUp() method getMockedPageLayoutBuilder (line 40) | private function getMockedPageLayoutBuilder() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Source/PageTest.php class PageTest (line 11) | class PageTest extends \PHPUnit\Framework\TestCase method testGetAllOptions (line 23) | public function testGetAllOptions() method setUp (line 30) | protected function setUp() method getMockedBlockCollectionFactory (line 44) | private function getMockedBlockCollectionFactory() method getMockedCollection (line 63) | private function getMockedCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Source/SortbyTest.php class SortbyTest (line 10) | class SortbyTest extends \PHPUnit\Framework\TestCase method testGetAllOptions (line 17) | public function testGetAllOptions() method setUp (line 23) | protected function setUp() method getMockedConfig (line 37) | private function getMockedConfig() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/AttributeRepositoryTest.php class AttributeRepositoryTest (line 16) | class AttributeRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetList (line 80) | public function testGetList() method testGet (line 91) | public function testGet() method testGetCustomAttributesMetadata (line 104) | public function testGetCustomAttributesMetadata() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/DataProviderTest.php class DataProviderTest (line 25) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method getModel (line 149) | private function getModel() method testGetDataNoCategory (line 187) | public function testGetDataNoCategory() method testGetDataNoFileExists (line 198) | public function testGetDataNoFileExists() method testGetData (line 261) | public function testGetData() method testGetMetaWithoutParentInheritanceResolving (line 350) | public function testGetMetaWithoutParentInheritanceResolving() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/FileInfoTest.php class FileInfoTest (line 22) | class FileInfoTest extends TestCase method setUp (line 64) | protected function setUp() method testGetMimeType (line 124) | public function testGetMimeType() method testGetStat (line 154) | public function testGetStat() method testIsExist (line 182) | public function testIsExist($fileName, $fileMediaPath) method isExistProvider (line 197) | public function isExistProvider() method testIsBeginsWithMediaDirectoryPath (line 211) | public function testIsBeginsWithMediaDirectoryPath($fileName, $expected) method isBeginsWithMediaDirectoryPathProvider (line 222) | public function isBeginsWithMediaDirectoryPathProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Link/ReadHandlerTest.php class ReadHandlerTest (line 20) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 65) | public function testExecute() method testExecuteNullExtensionAttributes (line 112) | public function testExecuteNullExtensionAttributes() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Link/SaveHandlerTest.php class SaveHandlerTest (line 20) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 70) | public function testExecute($categoryIds, $categoryLinks, $existCatego... method getCategoryDataProvider (line 133) | public function getCategoryDataProvider() method testExecuteWithoutProcess (line 218) | public function testExecuteWithoutProcess() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/Product/PositionResolverTest.php class PositionResolverTest (line 17) | class PositionResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testGetPositions (line 95) | public function testGetPositions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Category/TreeTest.php class TreeTest (line 9) | class TreeTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetNode (line 90) | public function testGetNode() method testGetRootNode (line 120) | public function testGetRootNode() method testGetTree (line 145) | public function testGetTree() method testGetTreeWhenChildrenAreNotExist (line 215) | public function testGetTreeWhenChildrenAreNotExist() FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryLinkManagementTest.php class CategoryLinkManagementTest (line 9) | class CategoryLinkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetAssignedProducts (line 54) | public function testGetAssignedProducts() method setProperties (line 93) | private function setProperties($object, $properties = []) FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryLinkRepositoryTest.php class CategoryLinkRepositoryTest (line 9) | class CategoryLinkRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testSave (line 42) | public function testSave() method testSaveWithCouldNotSaveException (line 71) | public function testSaveWithCouldNotSaveException() method testDeleteByIds (line 97) | public function testDeleteByIds() method testDeleteByIdsWithCouldNotSaveException (line 123) | public function testDeleteByIdsWithCouldNotSaveException() method testDeleteWithInputException (line 150) | public function testDeleteWithInputException() method testDelete (line 174) | public function testDelete() FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryListTest.php class CategoryListTest (line 26) | class CategoryListTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetList (line 88) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryManagementTest.php class CategoryManagementTest (line 8) | class CategoryManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetTree (line 75) | public function testGetTree() method testGetTreeWithNullArguments (line 103) | public function testGetTreeWithNullArguments() method testGetTreeForAllScope (line 132) | public function testGetTreeForAllScope() method testMove (line 181) | public function testMove() method testMoveWithException (line 216) | public function testMoveWithException() method testMoveWithCouldNotMoveException (line 248) | public function testMoveWithCouldNotMoveException() method testGetCount (line 278) | public function testGetCount() FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryRepositoryTest.php class CategoryRepositoryTest (line 15) | class CategoryRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGet (line 95) | public function testGet() method testGetWhenCategoryDoesNotExist (line 122) | public function testGetWhenCategoryDoesNotExist() method filterExtraFieldsOnUpdateCategoryDataProvider (line 146) | public function filterExtraFieldsOnUpdateCategoryDataProvider() method testFilterExtraFieldsOnUpdateCategory (line 176) | public function testFilterExtraFieldsOnUpdateCategory($categoryId, $ca... method testCreateNewCategory (line 200) | public function testCreateNewCategory() method testSaveWithException (line 233) | public function testSaveWithException() method testSaveWithValidateCategoryException (line 256) | public function testSaveWithValidateCategoryException($error, $expecte... method saveWithValidateCategoryExceptionDataProvider (line 286) | public function saveWithValidateCategoryExceptionDataProvider() method testDelete (line 299) | public function testDelete() method testDeleteWithException (line 310) | public function testDeleteWithException() method testDeleteByIdentifier (line 317) | public function testDeleteByIdentifier() method testDeleteByIdentifierWithException (line 343) | public function testDeleteByIdentifierWithException() FILE: app/code/Magento/Catalog/Test/Unit/Model/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 122) | protected function setUp() method testFormatUrlKey (line 166) | public function testFormatUrlKey() method testMoveWhenCannotFindParentCategory (line 183) | public function testMoveWhenCannotFindParentCategory() method testMoveWhenCannotFindNewCategory (line 206) | public function testMoveWhenCannotFindNewCategory() method testMoveWhenParentCategoryIsSameAsChildCategory (line 229) | public function testMoveWhenParentCategoryIsSameAsChildCategory() method testMovePrimaryWorkflow (line 248) | public function testMovePrimaryWorkflow() method testGetUseFlatResourceFalse (line 272) | public function testGetUseFlatResourceFalse() method testGetUseFlatResourceTrue (line 277) | public function testGetUseFlatResourceTrue() method getCategoryModel (line 290) | protected function getCategoryModel() method reindexFlatEnabledTestDataProvider (line 321) | public function reindexFlatEnabledTestDataProvider() method testReindexFlatEnabled (line 339) | public function testReindexFlatEnabled( method reindexFlatDisabledTestDataProvider (line 383) | public function reindexFlatDisabledTestDataProvider() method testReindexFlatDisabled (line 408) | public function testReindexFlatDisabled( method testGetCustomAttributes (line 448) | public function testGetCustomAttributes() method getImageWithAttributeCodeDataProvider (line 499) | public function getImageWithAttributeCodeDataProvider() method testGetImageWithAttributeCode (line 513) | public function testGetImageWithAttributeCode($value, $url) method testGetImageWithoutAttributeCode (line 542) | public function testGetImageWithoutAttributeCode() FILE: app/code/Magento/Catalog/Test/Unit/Model/CollectionProviderTest.php class CollectionProviderTest (line 15) | class CollectionProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetCollection (line 55) | public function testGetCollection() method testGetCollectionWithMissingProviders (line 116) | public function testGetCollectionWithMissingProviders() FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/CatalogClone/Media/ImageTest.php class ImageTest (line 17) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetPrefixes (line 103) | public function testGetPrefixes(string $actualLabel, string $expectedL... method getPrefixesDataProvider (line 140) | public function getPrefixesDataProvider(): array FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/Source/CategoryTest.php class CategoryTest (line 11) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testToOptionArray (line 60) | public function testToOptionArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/Source/GridPerPageTest.php class GridPerPageTest (line 10) | class GridPerPageTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testToOptionalArray (line 26) | public function testToOptionalArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/Source/ListPerPageTest.php class ListPerPageTest (line 10) | class ListPerPageTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testToOptionArray (line 26) | public function testToOptionArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/Source/ListSortTest.php class ListSortTest (line 10) | class ListSortTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testToOptionalArray (line 34) | public function testToOptionalArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/Config/Source/Product/Options/TypeTest.php class TypeTest (line 10) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testToOptionArray (line 36) | public function testToOptionArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method testLoadAttributeSets (line 18) | public function testLoadAttributeSets() method testGetAttributeSetName (line 49) | public function testGetAttributeSetName($model) method testGetAttributeSetId (line 59) | public function testGetAttributeSetId($model) method testLoadAttributeGroups (line 69) | public function testLoadAttributeGroups() method testGetAttributeGroupName (line 103) | public function testGetAttributeGroupName($model) method testGetAttributeGroupId (line 113) | public function testGetAttributeGroupId($model) method testLoadProductTypes (line 123) | public function testLoadProductTypes() method testGetProductTypeId (line 145) | public function testGetProductTypeId($model) method testGetProductTypeName (line 155) | public function testGetProductTypeName($model) method testGetSourceOptionId (line 169) | public function testGetSourceOptionId($expected, $data, $search) method getSourceOptionIdDataProvider (line 181) | public function getSourceOptionIdDataProvider() method prepareConfigModelForAttributes (line 193) | protected function prepareConfigModelForAttributes() method testGetAttributesUsedInProductListing (line 248) | public function testGetAttributesUsedInProductListing() method testGetProductAttributes (line 259) | public function testGetProductAttributes($model) method testGetAttributesUsedForSortBy (line 267) | public function testGetAttributesUsedForSortBy() method testGetAttributeUsedForSortByArray (line 276) | public function testGetAttributeUsedForSortByArray() method testGetProductListDefaultSortBy (line 285) | public function testGetProductListDefaultSortBy() FILE: app/code/Magento/Catalog/Test/Unit/Model/CustomOptions/CustomOptionProcessorTest.php class CustomOptionProcessorTest (line 13) | class CustomOptionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testConvertToBuyRequest (line 109) | public function testConvertToBuyRequest() method testProcessCustomOptions (line 138) | public function testProcessCustomOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/CustomOptions/CustomOptionTest.php class CustomOptionTest (line 13) | class CustomOptionTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetSetOptionId (line 81) | public function testGetSetOptionId() method testGetOptionValue (line 89) | public function testGetOptionValue() method testGetOptionValueWithFileInfo (line 100) | public function testGetOptionValueWithFileInfo() method testSetOptionValue (line 130) | public function testSetOptionValue() FILE: app/code/Magento/Catalog/Test/Unit/Model/Entity/AttributeTest.php class AttributeTest (line 15) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 131) | protected function setUp() method testAfterSaveEavCache (line 226) | public function testAfterSaveEavCache() FILE: app/code/Magento/Catalog/Test/Unit/Model/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method testCreate (line 27) | public function testCreate() method testExceptionCreate (line 35) | public function testExceptionCreate() method setUp (line 40) | protected function setUp() method setObjectManager (line 49) | protected function setObjectManager() FILE: app/code/Magento/Catalog/Test/Unit/Model/FrontendStorageConfigurationPoolTest.php class FrontendStorageConfigurationPoolTest (line 12) | class FrontendStorageConfigurationPoolTest extends \PHPUnit\Framework\Te... method setUp (line 25) | protected function setUp() method testGet (line 41) | public function testGet() method testGetWithException (line 50) | public function testGetWithException() FILE: app/code/Magento/Catalog/Test/Unit/Model/ImageExtractorTest.php class ImageExtractorTest (line 10) | class ImageExtractorTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testProcess (line 23) | public function testProcess() method getDomElement (line 34) | private function getDomElement() FILE: app/code/Magento/Catalog/Test/Unit/Model/ImageUploaderTest.php class ImageUploaderTest (line 8) | class ImageUploaderTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testSaveFileToTmpDir (line 123) | public function testSaveFileToTmpDir() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/IndexerConfigDataTest.php class IndexerConfigDataTest (line 13) | class IndexerConfigDataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAroundGet (line 45) | public function testAroundGet($isFlat, $path, $default, $inputData, $o... method aroundGetDataProvider (line 54) | public function aroundGetDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/StoreGroupTest.php class StoreGroupTest (line 16) | class StoreGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBeforeAndAfterSave (line 76) | public function testBeforeAndAfterSave() method testBeforeAndAfterSaveNotNew (line 96) | public function testBeforeAndAfterSaveNotNew() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/StoreViewTest.php class StoreViewTest (line 10) | class StoreViewTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testBeforeAndAfterSaveNewObject (line 60) | public function testBeforeAndAfterSaveNewObject() method testBeforeAndAfterSaveHasChanged (line 76) | public function testBeforeAndAfterSaveHasChanged() method testBeforeAndAfterSaveNoNeed (line 89) | public function testBeforeAndAfterSaveNoNeed() method mockIndexerMethods (line 103) | protected function mockIndexerMethods() method mockConfigFlatEnabled (line 112) | protected function mockConfigFlatEnabled() method mockConfigFlatEnabledNever (line 117) | protected function mockConfigFlatEnabledNever() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testIsFlatEnabled (line 52) | public function testIsFlatEnabled() method testIsAvailable (line 78) | public function testIsAvailable($isAvailable, $isFlatEnabled, $isValid... method isAvailableDataProvider (line 108) | public function isAvailableDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/System/Config/ModeTest.php class ModeTest (line 8) | class ModeTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method dataProviderProcessValueEqual (line 63) | public function dataProviderProcessValueEqual() method testProcessValueEqual (line 73) | public function testProcessValueEqual($oldValue, $value) method dataProviderProcessValueOn (line 101) | public function dataProviderProcessValueOn() method testProcessValueOn (line 111) | public function testProcessValueOn($oldValue, $value) method dataProviderProcessValueOff (line 155) | public function dataProviderProcessValueOff() method testProcessValueOff (line 165) | public function testProcessValueOff($oldValue, $value) FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/FlatTest.php class FlatTest (line 8) | class FlatTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testExecuteWithIndexerInvalid (line 83) | public function testExecuteWithIndexerInvalid() method testExecuteWithIndexerWorking (line 93) | public function testExecuteWithIndexerWorking() method testExecuteWithIndexerNotWorking (line 117) | public function testExecuteWithIndexerNotWorking() method prepareIndexer (line 140) | protected function prepareIndexer() method testExecuteFull (line 148) | public function testExecuteFull() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Product/Plugin/ImportTest.php class ImportTest (line 8) | class ImportTest extends \PHPUnit\Framework\TestCase method testAfterImportSource (line 10) | public function testAfterImportSource() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Product/Plugin/MviewStateTest.php class MviewStateTest (line 8) | class MviewStateTest extends \PHPUnit\Framework\TestCase method afterSetStatusSuspendDataProvider (line 13) | public function afterSetStatusSuspendDataProvider() method testAfterSetStatusSuspend (line 23) | public function testAfterSetStatusSuspend($stateStatus, $relatedStatus) method afterSetStatusResumeDataProvider (line 103) | public function afterSetStatusResumeDataProvider() method testAfterSetStatusResume (line 113) | public function testAfterSetStatusResume($stateStatus, $relatedStatus) method afterSetStatusSkipDataProvider (line 172) | public function afterSetStatusSkipDataProvider() method testAfterSetStatusSkip (line 188) | public function testAfterSetStatusSkip($stateStatus, $relatedStatus) method afterSetStatusDisabledDataProvider (line 239) | public function afterSetStatusDisabledDataProvider() method testAfterSetStatusDisabled (line 248) | public function testAfterSetStatusDisabled($stateStatus) FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Product/Plugin/StoreGroupTest.php class StoreGroupTest (line 16) | class StoreGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testBeforeAndAfterSave (line 69) | public function testBeforeAndAfterSave($valueMap) method testBeforeAndAfterSaveNotNew (line 83) | public function testBeforeAndAfterSaveNotNew($valueMap) method changedDataProvider (line 95) | public function changedDataProvider() method testBeforeAndAfterSaveWithoutChanges (line 105) | public function testBeforeAndAfterSaveWithoutChanges() method mockIndexerMethods (line 116) | private function mockIndexerMethods() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Product/Plugin/StoreViewTest.php class StoreViewTest (line 14) | class StoreViewTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testAroundSaveNewObject (line 78) | public function testAroundSaveNewObject() method testAroundSaveHasChanged (line 87) | public function testAroundSaveHasChanged() method testAroundSaveNoNeed (line 98) | public function testAroundSaveNoNeed() method mockIndexerMethods (line 108) | private function mockIndexerMethods() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Product/RowSizeEstimatorTest.php class RowSizeEstimatorTest (line 12) | class RowSizeEstimatorTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testEstimateRowSize (line 35) | public function testEstimateRowSize() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/ProductTest.php class ProductTest (line 8) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testExecuteWithIndexerWorking (line 83) | public function testExecuteWithIndexerWorking() method testExecuteWithIndexerNotWorking (line 100) | public function testExecuteWithIndexerNotWorking() method prepareIndexer (line 121) | protected function prepareIndexer() method testExecuteFull (line 129) | public function testExecuteFull() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Category/Plugin/ImportTest.php class ImportTest (line 8) | class ImportTest extends \PHPUnit\Framework\TestCase method testAfterImportSource (line 10) | public function testAfterImportSource() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/CategoryTest.php class CategoryTest (line 8) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testExecuteWithIndexerWorking (line 83) | public function testExecuteWithIndexerWorking() method testExecuteWithIndexerNotWorking (line 100) | public function testExecuteWithIndexerNotWorking() method prepareIndexer (line 121) | protected function prepareIndexer() method testExecuteFull (line 129) | public function testExecuteFull() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/AbstractActionTest.php class AbstractActionTest (line 8) | class AbstractActionTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetIndexers (line 59) | public function testGetIndexers() method testGetIndexerWithUnknownTypeThrowsException (line 81) | public function testGetIndexerWithUnknownTypeThrowsException() method testGetIndexer (line 98) | public function testGetIndexer() method testReindexWithoutArgumentsExecutesReindexAll (line 115) | public function testReindexWithoutArgumentsExecutesReindexAll() method testReindexWithNotNullArgumentExecutesReindexEntities (line 153) | public function testReindexWithNotNullArgumentExecutesReindexEntities( method testReindexWithDisabledEavIndexer (line 218) | public function testReindexWithDisabledEavIndexer() method reindexEntitiesDataProvider (line 229) | public function reindexEntitiesDataProvider() : array FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/FullTest.php class FullTest (line 33) | class FullTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testExecute (line 115) | public function testExecute() method testExecuteWithDisabledEavIndexer (line 185) | public function testExecuteWithDisabledEavIndexer() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/RowTest.php class RowTest (line 10) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testEmptyId (line 27) | public function testEmptyId() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/RowsTest.php class RowsTest (line 10) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testEmptyIds (line 27) | public function testEmptyIds() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Plugin/AttributeSet/IndexableAttributeFilterTest.php class IndexableAttributeFilterTest (line 8) | class IndexableAttributeFilterTest extends \PHPUnit\Framework\TestCase method testFilter (line 10) | public function testFilter() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Plugin/AttributeSetTest.php class AttributeSetTest (line 15) | class AttributeSetTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | public function setUp() method testBeforeSave (line 61) | public function testBeforeSave() method testAfterSave (line 93) | public function testAfterSave() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Plugin/ImportTest.php class ImportTest (line 8) | class ImportTest extends \PHPUnit\Framework\TestCase method testAfterImportSource (line 10) | public function testAfterImportSource() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Plugin/StoreViewTest.php class StoreViewTest (line 8) | class StoreViewTest extends \PHPUnit\Framework\TestCase method testBeforeSave (line 14) | public function testBeforeSave(array $data) method beforeSaveDataProvider (line 49) | public function beforeSaveDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/EavTest.php class EavTest (line 8) | class EavTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 71) | public function testExecute() method testExecuteList (line 85) | public function testExecuteList() method testExecuteFull (line 96) | public function testExecuteFull() method testExecuteRow (line 113) | public function testExecuteRow() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action/EraserTest.php class EraserTest (line 10) | class EraserTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testRemoveDeletedProducts (line 52) | public function testRemoveDeletedProducts() method testDeleteProductsFromStoreForAllStores (line 77) | public function testDeleteProductsFromStoreForAllStores() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action/RowTest.php class RowTest (line 16) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testExecuteWithEmptyId (line 140) | public function testExecuteWithEmptyId() method testExecuteWithNonExistingFlatTablesCreatesTables (line 145) | public function testExecuteWithNonExistingFlatTablesCreatesTables() method testExecuteWithExistingFlatTablesCreatesTables (line 157) | public function testExecuteWithExistingFlatTablesCreatesTables() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action/Rows/TableDataTest.php class TableDataTest (line 10) | class TableDataTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testMoveWithNonExistentFlatTable (line 40) | public function testMoveWithNonExistentFlatTable() method testMoveWithExistentFlatTable (line 81) | public function testMoveWithExistentFlatTable() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action/RowsTest.php class RowsTest (line 11) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testEmptyIds (line 97) | public function testEmptyIds() method testExecuteWithNonExistingFlatTablesCreatesTables (line 102) | public function testExecuteWithNonExistingFlatTablesCreatesTables() method testExecuteWithExistingFlatTablesCreatesTables (line 113) | public function testExecuteWithExistingFlatTablesCreatesTables() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/FlatTableBuilderTest.php class FlatTableBuilderTest (line 14) | class FlatTableBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testBuild (line 108) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Plugin/IndexerConfigDataTest.php class IndexerConfigDataTest (line 13) | class IndexerConfigDataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAfterGet (line 60) | public function testAfterGet($isFlat, $path, $default, $inputData, $ou... method afterGetDataProvider (line 72) | public function afterGetDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Plugin/StoreGroupTest.php class StoreGroupTest (line 8) | class StoreGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSave (line 44) | public function testBeforeSave($matcherMethod, $storeId) method testChangedWebsiteBeforeSave (line 59) | public function testChangedWebsiteBeforeSave($matcherMethod, $websiteC... method storeGroupWebsiteDataProvider (line 82) | public function storeGroupWebsiteDataProvider() method storeGroupDataProvider (line 90) | public function storeGroupDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Plugin/StoreTest.php class StoreTest (line 8) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSave (line 44) | public function testBeforeSave($matcherMethod, $storeId) method testBeforeSaveSwitchStoreGroup (line 59) | public function testBeforeSaveSwitchStoreGroup($matcherMethod, $storeG... method storeGroupDataProvider (line 82) | public function storeGroupDataProvider() method storeDataProvider (line 90) | public function storeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/ProcessorTest.php class ProcessorTest (line 10) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetIndexer (line 64) | public function testGetIndexer() method testMarkIndexerAsInvalid (line 73) | public function testMarkIndexerAsInvalid() method testMarkDisabledIndexerAsInvalid (line 84) | public function testMarkDisabledIndexerAsInvalid() method prepareIndexer (line 91) | protected function prepareIndexer() method testReindexRow (line 105) | public function testReindexRow( method dataProviderReindexRow (line 135) | public function dataProviderReindexRow() method testReindexRowForce (line 143) | public function testReindexRowForce() method testReindexList (line 177) | public function testReindexList( method dataProviderReindexList (line 207) | public function dataProviderReindexList() method testReindexListForce (line 215) | public function testReindexListForce() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetIndexer (line 38) | public function testGetIndexer() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/System/Config/ModeTest.php class ModeTest (line 8) | class ModeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method dataProviderProcessValueEqual (line 56) | public function dataProviderProcessValueEqual() method testProcessValueEqual (line 66) | public function testProcessValueEqual($oldValue, $value) method dataProviderProcessValueOn (line 93) | public function dataProviderProcessValueOn() method testProcessValueOn (line 103) | public function testProcessValueOn($oldValue, $value) method dataProviderProcessValueOff (line 146) | public function dataProviderProcessValueOff() method testProcessValueOff (line 156) | public function testProcessValueOff($oldValue, $value) FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Table/BuilderTest.php class BuilderTest (line 11) | class BuilderTest extends \PHPUnit\Framework\TestCase method testAddColumn (line 18) | public function testAddColumn() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/TableDataTest.php class TableDataTest (line 10) | class TableDataTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testMove (line 42) | public function testMove( method moveDataProvider (line 87) | public function moveDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/FlatTest.php class FlatTest (line 10) | class FlatTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testExecute (line 77) | public function testExecute() method testExecuteList (line 89) | public function testExecuteList() method testExecuteFull (line 98) | public function testExecuteFull() method testExecuteRow (line 114) | public function testExecuteRow() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/FullTest.php class FullTest (line 14) | class FullTest extends TestCase method setUp (line 31) | public function setUp() method testExecuteFull (line 45) | public function testExecuteFull() method testExecuteList (line 55) | public function testExecuteList() method testExecuteRow (line 65) | public function testExecuteRow() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowTest.php class RowTest (line 10) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testEmptyId (line 27) | public function testEmptyId() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowsTest.php class RowsTest (line 10) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testEmptyIds (line 27) | public function testEmptyIds() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Plugin/WebsiteTest.php class WebsiteTest (line 10) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAfterDelete (line 66) | public function testAfterDelete() method testAfterDeleteOnModeWithoutWebsiteDimension (line 94) | public function testAfterDeleteOnModeWithoutWebsiteDimension() method testAfterSave (line 122) | public function testAfterSave() method testAfterSaveOnModeWithoutWebsiteDimension (line 153) | public function testAfterSaveOnModeWithoutWebsiteDimension() FILE: app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/System/Config/PriceScopeTest.php class PriceScopeTest (line 8) | class PriceScopeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testProcessValue (line 57) | public function testProcessValue() method testProcessValueNotChanged (line 65) | public function testProcessValueNotChanged() method prepareIndexer (line 75) | protected function prepareIndexer($countCall) FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Category/AvailabilityFlagTest.php class AvailabilityFlagTest (line 11) | class AvailabilityFlagTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testIsEnabled (line 56) | public function testIsEnabled($itemsCount, $filters, $expectedResult) method isEnabledDataProvider (line 68) | public function isEnabledDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Category/CollectionFilterTest.php class CollectionFilterTest (line 11) | class CollectionFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testFilter (line 39) | public function testFilter() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Category/FilterableAttributeListTest.php class FilterableAttributeListTest (line 9) | class FilterableAttributeListTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetList (line 41) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Category/StateKeyTest.php class StateKeyTest (line 11) | class StateKeyTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testToString (line 39) | public function testToString() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/AttributeTest.php class AttributeTest (line 15) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testApplyFilter (line 162) | public function testApplyFilter() method testGetItems (line 216) | public function testGetItems() method createFilterItem (line 259) | private function createFilterItem($index, $label, $value, $count) FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/CategoryTest.php class CategoryTest (line 16) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testApplyWithEmptyRequest (line 158) | public function testApplyWithEmptyRequest($requestValue, $idValue) method applyWithEmptyRequestDataProvider (line 188) | public function applyWithEmptyRequestDataProvider() method testApply (line 206) | public function testApply() method testGetItems (line 241) | public function testGetItems() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/DataProvider/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetCategoryWithAppliedId (line 83) | public function testGetCategoryWithAppliedId() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/DataProvider/DecimalTest.php class DecimalTest (line 15) | class DecimalTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetMaxValue (line 47) | public function testGetMaxValue() method testGetMinValue (line 57) | public function testGetMinValue() method testGetRangeItemCounts (line 67) | public function testGetRangeItemCounts() method testGetRange (line 77) | public function testGetRange() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/DataProvider/PriceTest.php class PriceTest (line 17) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testInterval (line 76) | public function testInterval() method testConfigValues (line 83) | public function testConfigValues() method testGetPriceRangeWithRangeInFilter (line 109) | public function testGetPriceRangeWithRangeInFilter() method testGetPriceRangeWithRangeCalculation (line 127) | public function testGetPriceRangeWithRangeCalculation() method testGetMaxPrice (line 149) | public function testGetMaxPrice() method testValidateFilter (line 163) | public function testValidateFilter($filter, $expectedResult) method validateFilterDataProvider (line 171) | public function validateFilterDataProvider() method testGetLayer (line 184) | public function testGetLayer() method testGetRangeItemCounts (line 189) | public function testGetRangeItemCounts() method getValueMap (line 203) | private function getValueMap() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/DecimalTest.php class DecimalTest (line 8) | class DecimalTest extends \PHPUnit\Framework\TestCase method testConstructorRequestVarIsOverwrittenCorrectlyInParent (line 10) | public function testConstructorRequestVarIsOverwrittenCorrectlyInParent() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCreate (line 31) | public function testCreate() method testCreateWithArguments (line 50) | public function testCreateWithArguments() method testWrongTypeException (line 74) | public function testWrongTypeException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/Item/DataBuilderTest.php class DataBuilderTest (line 11) | class DataBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testBuild (line 27) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Filter/PriceTest.php class PriceTest (line 17) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testApplyWithEmptyRequest (line 172) | public function testApplyWithEmptyRequest($requestValue, $idValue) method applyWithEmptyRequestDataProvider (line 202) | public function applyWithEmptyRequestDataProvider() method testApply (line 223) | public function testApply() method testGetItems (line 243) | public function testGetItems() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/FilterListTest.php class FilterListTest (line 12) | class FilterListTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetFilters (line 68) | public function testGetFilters($method, $value, $expectedClass) method getFiltersDataProvider (line 99) | public function getFiltersDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Search/CollectionFilterTest.php class CollectionFilterTest (line 11) | class CollectionFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testFilter (line 55) | public function testFilter() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Search/FilterableAttributeListTest.php class FilterableAttributeListTest (line 9) | class FilterableAttributeListTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetList (line 44) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/Search/StateKeyTest.php class StateKeyTest (line 11) | class StateKeyTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testToString (line 46) | public function testToString() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layer/StateTest.php class StateTest (line 10) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testSetFiltersException (line 35) | public function testSetFiltersException() method testSetFilters (line 40) | public function testSetFilters() method testAddFilter (line 48) | public function testAddFilter() FILE: app/code/Magento/Catalog/Test/Unit/Model/LayerTest.php class LayerTest (line 15) | class LayerTest extends \PHPUnit\Framework\TestCase method setUp (line 97) | protected function setUp() method testGetState (line 190) | public function testGetState() method testGetStateKey (line 195) | public function testGetStateKey() method testGetProductCollection (line 208) | public function testGetProductCollection() method testApply (line 228) | public function testApply() method testPrepareProductCollection (line 249) | public function testPrepareProductCollection() method testGetCurrentStore (line 261) | public function testGetCurrentStore() method testSetNewCurrentCategoryIfCurrentCategoryIsAnother (line 266) | public function testSetNewCurrentCategoryIfCurrentCategoryIsAnother() method testSetNewCurrentCategoryIfCurrentCategoryIsSame (line 283) | public function testSetNewCurrentCategoryIfCurrentCategoryIsSame() method testSetNewCurrentCategoryIfCategoryIsNotFound (line 302) | public function testSetNewCurrentCategoryIfCategoryIsNotFound() method testSetCurrentCategoryInstanceOfException (line 314) | public function testSetCurrentCategoryInstanceOfException() method testSetCurrentCategoryNotFoundException (line 323) | public function testSetCurrentCategoryNotFoundException() method testGetCurrentCategory (line 330) | public function testGetCurrentCategory() method testGetCurrentCategoryIfCurrentCategoryIsNotSet (line 341) | public function testGetCurrentCategoryIfCurrentCategoryIsNotSet() FILE: app/code/Magento/Catalog/Test/Unit/Model/Layout/DepersonalizePluginTest.php class DepersonalizePluginTest (line 11) | class DepersonalizePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAfterGenerateXml (line 46) | public function testAfterGenerateXml() method testAfterGenerateXmlNoDepersonalize (line 54) | public function testAfterGenerateXmlNoDepersonalize() FILE: app/code/Magento/Catalog/Test/Unit/Model/Locator/RegistryLocatorTest.php class RegistryLocatorTest (line 18) | class RegistryLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetProduct (line 61) | public function testGetProduct() method testGetStore (line 73) | public function testGetStore() method testGetProductWithException (line 89) | public function testGetProductWithException() method testGetStoreWithException (line 98) | public function testGetStoreWithException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Plugin/LogTest.php class LogTest (line 8) | class LogTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAfterClean (line 41) | public function testAfterClean() FILE: app/code/Magento/Catalog/Test/Unit/Model/Plugin/ProductRepository/TransactionWrapperTest.php class TransactionWrapperTest (line 8) | class TransactionWrapperTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAroundSaveCommit (line 63) | public function testAroundSaveCommit() method testAroundSaveRollBack (line 78) | public function testAroundSaveRollBack() method testAroundDeleteCommit (line 86) | public function testAroundDeleteCommit() method testAroundDeleteRollBack (line 101) | public function testAroundDeleteRollBack() method testAroundDeleteByIdCommit (line 114) | public function testAroundDeleteByIdCommit() method testAroundDeleteByIdRollBack (line 129) | public function testAroundDeleteByIdRollBack() FILE: app/code/Magento/Catalog/Test/Unit/Model/Plugin/QuoteItemProductOptionTest.php class QuoteItemProductOptionTest (line 20) | class QuoteItemProductOptionTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testBeforeItemToOrderItemEmptyOptions (line 73) | public function testBeforeItemToOrderItemEmptyOptions() method testBeforeItemToOrderItemWithOptions (line 82) | public function testBeforeItemToOrderItemWithOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ActionTest.php class ActionTest (line 8) | class ActionTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testUpdateAttributes (line 101) | public function testUpdateAttributes() method testUpdateWebsites (line 141) | public function testUpdateWebsites($type, $methodName) method updateWebsitesDataProvider (line 170) | public function updateWebsitesDataProvider() method prepareIndexer (line 178) | protected function prepareIndexer() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/AttributeSetFinderTest.php class AttributeSetFinderTest (line 17) | class AttributeSetFinderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testFindAttributeIdsByProductIds (line 53) | public function testFindAttributeIdsByProductIds() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/BooleanTest.php class BooleanTest (line 13) | class BooleanTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSave (line 40) | public function testBeforeSave() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/CategoryTest.php class CategoryTest (line 8) | class CategoryTest extends \PHPUnit\Framework\TestCase method testAfterLoad (line 10) | public function testAfterLoad() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/GroupPrice/AbstractTest.php class AbstractTest (line 11) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetAffectedFields (line 56) | public function testGetAffectedFields() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/Media/EntryConverterPoolTest.php class EntryConverterPoolTest (line 12) | class EntryConverterPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetConverterByMediaTypeImage (line 46) | public function testGetConverterByMediaTypeImage() method testGetConverterByMediaTypeVideo (line 61) | public function testGetConverterByMediaTypeVideo() method testConstructException (line 76) | public function testConstructException() method testGetConverterByMediaTypeImageException (line 92) | public function testGetConverterByMediaTypeImageException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/Media/ImageEntryConverterTest.php class ImageEntryConverterTest (line 9) | class ImageEntryConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetMediaEntryType (line 89) | public function testGetMediaEntryType() method testConvertTo (line 94) | public function testConvertTo() method testConvertFromNullContent (line 122) | public function testConvertFromNullContent() method testConvertFrom (line 154) | public function testConvertFrom() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/PriceTest.php class PriceTest (line 13) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidate (line 62) | public function testValidate($value) method dataProviderValidate (line 73) | public function dataProviderValidate() method testValidateForFailure (line 92) | public function testValidateForFailure($value) method dataProviderValidateForFailure (line 104) | public function dataProviderValidateForFailure() method testAfterSaveWithDifferentStores (line 115) | public function testAfterSaveWithDifferentStores() method testAfterSaveWithOldPrice (line 152) | public function testAfterSaveWithOldPrice() method testAfterSaveWithGlobalPrice (line 167) | public function testAfterSaveWithGlobalPrice() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/StockTest.php class StockTest (line 8) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAfterLoad (line 57) | public function testAfterLoad() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/TierpriceTest.php class TierpriceTest (line 11) | class TierpriceTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testValidate (line 83) | public function testValidate() method testValidateWithException (line 117) | public function testValidateWithException() method testSetPriceData (line 140) | public function testSetPriceData() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Backend/WeightTest.php class WeightTest (line 8) | class WeightTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testValidate (line 62) | public function testValidate($value) method dataProviderValidate (line 73) | public function dataProviderValidate() method testValidateForFailure (line 92) | public function testValidateForFailure($value) method dataProviderValidateForFailure (line 104) | public function dataProviderValidateForFailure() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Frontend/ImageTest.php class ImageTest (line 17) | class ImageTest extends TestCase method testGetUrl (line 29) | public function testGetUrl(string $expectedImage, string $productImage) method getUrlDataProvider (line 39) | public function getUrlDataProvider(): array method setUp (line 47) | protected function setUp() method getMockedProduct (line 61) | private function getMockedProduct(string $productImage): Product method getMockedStoreManager (line 81) | private function getMockedStoreManager(): StoreManagerInterface method getMockedStore (line 100) | private function getMockedStore(): Store method getMockedAttribute (line 117) | private function getMockedAttribute(): AbstractAttribute FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Frontend/InputType/PresentationTest.php class PresentationTest (line 10) | class PresentationTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetPresentationInputType (line 36) | public function testGetPresentationInputType(string $inputType, bool $... method getPresentationInputTypeDataProvider (line 46) | public function getPresentationInputTypeDataProvider() method testConvertPresentationDataToInputType (line 60) | public function testConvertPresentationDataToInputType(array $data, ar... method convertPresentationDataToInputTypeDataProvider (line 68) | public function convertPresentationDataToInputTypeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/GroupTest.php class GroupTest (line 11) | class GroupTest extends \PHPUnit\Framework\TestCase method testHasSystemAttributes (line 18) | public function testHasSystemAttributes() method setUp (line 24) | protected function setUp() method getMockedCollectionFactory (line 38) | private function getMockedCollectionFactory() method getMockedCollection (line 59) | private function getMockedCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/ManagementTest.php class ManagementTest (line 10) | class ManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testAssign (line 28) | public function testAssign() method testUnassign (line 48) | public function testUnassign() method testGetAttributes (line 60) | public function testGetAttributes() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/OptionManagementTest.php class OptionManagementTest (line 8) | class OptionManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetItems (line 28) | public function testGetItems() method testAdd (line 38) | public function testAdd() method testDelete (line 50) | public function testDelete() method testDeleteWithInvalidOption (line 66) | public function testDeleteWithInvalidOption() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/RepositoryTest.php class RepositoryTest (line 17) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method testGet (line 124) | public function testGet() method testGetList (line 139) | public function testGetList() method testDelete (line 155) | public function testDelete() method testDeleteById (line 166) | public function testDeleteById() method testGetCustomAttributesMetadata (line 184) | public function testGetCustomAttributesMetadata() method testSaveNoSuchEntityException (line 205) | public function testSaveNoSuchEntityException() method testSaveInputExceptionRequiredField (line 229) | public function testSaveInputExceptionRequiredField() method testSaveInputExceptionInvalidFieldValue (line 247) | public function testSaveInputExceptionInvalidFieldValue() method testSaveDoesNotSaveAttributeOptionsIfOptionsAreAbsentInPayload (line 267) | public function testSaveDoesNotSaveAttributeOptionsIfOptionsAreAbsentI... method testSaveSavesDefaultFrontendLabelIfItIsPresentInPayload (line 295) | public function testSaveSavesDefaultFrontendLabelIfItIsPresentInPayload() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/SetManagementTest.php class SetManagementTest (line 10) | class SetManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCreate (line 44) | public function testCreate() method testCreateNonProductAttributeSet (line 76) | public function testCreateNonProductAttributeSet() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/SetRepositoryTest.php class SetRepositoryTest (line 12) | class SetRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSave (line 54) | public function testSave() method testSaveNonProductAttributeSet (line 70) | public function testSaveNonProductAttributeSet() method testGet (line 78) | public function testGet() method testGetNonProductAttributeSet (line 95) | public function testGetNonProductAttributeSet() method testDelete (line 108) | public function testDelete() method testDeleteNonProductAttributeSet (line 123) | public function testDeleteNonProductAttributeSet() method testDeleteById (line 132) | public function testDeleteById() method testGetList (line 150) | public function testGetList() method setMockForValidation (line 203) | protected function setMockForValidation( FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/BooleanTest.php class BooleanTest (line 10) | class BooleanTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetAllOptions (line 30) | public function testGetAllOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/CountryofmanufactureTest.php class CountryofmanufactureTest (line 10) | class CountryofmanufactureTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetAllOptions (line 70) | public function testGetAllOptions($cachedDataSrl, $cachedDataUnsrl) method getAllOptionsDataProvider (line 89) | public function getAllOptionsDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/InputtypeTest.php class InputtypeTest (line 11) | class InputtypeTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testToOptionArray (line 36) | public function testToOptionArray() method getInputTypeSet (line 54) | private function getInputTypeSet() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/LayoutTest.php class LayoutTest (line 11) | class LayoutTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetAllOptions (line 38) | public function testGetAllOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/Source/StatusTest.php class StatusTest (line 12) | class StatusTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAddValueSortToCollectionGlobal (line 90) | public function testAddValueSortToCollectionGlobal() method testAddValueSortToCollectionNotGlobal (line 104) | public function testAddValueSortToCollectionNotGlobal() method testGetVisibleStatusIds (line 125) | public function testGetVisibleStatusIds() method testGetSaleableStatusIds (line 130) | public function testGetSaleableStatusIds() method testGetOptionArray (line 135) | public function testGetOptionArray() method testGetOptionText (line 145) | public function testGetOptionText($text, $id) method getOptionTextDataProvider (line 153) | public function getOptionTextDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Attribute/TypesListTest.php class TypesListTest (line 12) | class TypesListTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetItems (line 55) | public function testGetItems() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CartConfigurationTest.php class CartConfigurationTest (line 8) | class CartConfigurationTest extends \PHPUnit\Framework\TestCase method testIsProductConfigured (line 16) | public function testIsProductConfigured($productType, $config, $expected) method isProductConfiguredDataProvider (line 27) | public function isProductConfiguredDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CatalogPriceTest.php class CatalogPriceTest (line 8) | class CatalogPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCatalogPriceWhenPoolContainsPriceModelForGivenProductType (line 43) | public function testGetCatalogPriceWhenPoolContainsPriceModelForGivenP... method testGetCatalogPriceWhenPoolDoesNotContainPriceModelForGivenProductType (line 66) | public function testGetCatalogPriceWhenPoolDoesNotContainPriceModelFor... method testGetCatalogRegularPriceWhenPoolDoesNotContainPriceModelForGivenProductType (line 75) | public function testGetCatalogRegularPriceWhenPoolDoesNotContainPriceM... method testGetCatalogRegularPriceWhenPoolContainsPriceModelForGivenProductType (line 84) | public function testGetCatalogRegularPriceWhenPoolContainsPriceModelFo... FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Compare/ItemTest.php class ItemTest (line 8) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ConditionTest.php class ConditionTest (line 13) | class ConditionTest extends \PHPUnit\Framework\TestCase method testApplyToCollection (line 20) | public function testApplyToCollection() method testGetIdsSelect (line 29) | public function testGetIdsSelect() method setUp (line 37) | protected function setUp() method getMockedAbstractCollection (line 48) | private function getMockedAbstractCollection() method getMockedAdapterInterface (line 64) | private function getMockedAdapterInterface() method getMockedDbSelect (line 83) | private function getMockedDbSelect() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopierTest.php class CopierTest (line 18) | class CopierTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testCopy (line 96) | public function testCopy() method setProperties (line 225) | private function setProperties($object, $properties = []) FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopyConstructor/CompositeTest.php class CompositeTest (line 8) | class CompositeTest extends \PHPUnit\Framework\TestCase method testBuild (line 10) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopyConstructor/CrossSellTest.php class CrossSellTest (line 8) | class CrossSellTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBuild (line 60) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopyConstructor/RelatedTest.php class RelatedTest (line 8) | class RelatedTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBuild (line 60) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopyConstructor/UpSellTest.php class UpSellTest (line 8) | class UpSellTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBuild (line 60) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/CopyConstructorFactoryTest.php class CopyConstructorFactoryTest (line 10) | class CopyConstructorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testCreateWithInvalidType (line 28) | public function testCreateWithInvalidType() method testCreateWithValidType (line 38) | public function testCreateWithValidType() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Filter/DateTimeTest.php class DateTimeTest (line 19) | class DateTimeTest extends TestCase method setUp (line 33) | protected function setUp() method testFilter (line 67) | public function testFilter(string $date, string $expectedDate, string ... method provideFilter (line 78) | public function provideFilter(): array FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Gallery/GalleryManagementTest.php class GalleryManagementTest (line 13) | class GalleryManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testCreateWithInvalidImageException (line 79) | public function testCreateWithInvalidImageException() method testCreateWithCannotSaveException (line 96) | public function testCreateWithCannotSaveException() method testCreate (line 116) | public function testCreate() method testUpdateWithNonExistingImage (line 150) | public function testUpdateWithNonExistingImage() method testUpdateWithCannotSaveException (line 173) | public function testUpdateWithCannotSaveException() method testUpdate (line 199) | public function testUpdate() method testRemoveWithNonExistingImage (line 238) | public function testRemoveWithNonExistingImage() method testRemove (line 253) | public function testRemove() method testGetWithNonExistingProduct (line 275) | public function testGetWithNonExistingProduct() method testGetWithNonExistingImage (line 288) | public function testGetWithNonExistingImage() method testGet (line 303) | public function testGet() method testGetList (line 318) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Gallery/MimeTypeExtensionMapTest.php class MimeTypeExtensionMapTest (line 10) | class MimeTypeExtensionMapTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetMimeTypeExtension (line 22) | public function testGetMimeTypeExtension() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Gallery/ProcessorTest.php class ProcessorTest (line 11) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetAffectedFields (line 90) | public function testGetAffectedFields() method testValidate (line 127) | public function testValidate($value) method validateDataProvider (line 157) | public function validateDataProvider() method testClearMediaAttribute (line 171) | public function testClearMediaAttribute($setDataExpectsCalls, $setData... method clearMediaAttributeDataProvider (line 191) | public function clearMediaAttributeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Image/CacheTest.php class CacheTest (line 14) | class CacheTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testGenerate (line 95) | public function testGenerate() method getTestData (line 195) | protected function getTestData() method getImageData (line 223) | protected function getImageData($imageId) FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Image/ParamsBuilderTest.php class ParamsBuilderTest (line 17) | class ParamsBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testWatermarkLocation (line 51) | public function testWatermarkLocation() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ImageTest.php class ImageTest (line 19) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 91) | protected function setUp() method testSetGetQuality (line 180) | public function testSetGetQuality() method testSetGetKeepAspectRatio (line 186) | public function testSetGetKeepAspectRatio() method testSetKeepFrame (line 192) | public function testSetKeepFrame() method testSetKeepTransparency (line 198) | public function testSetKeepTransparency() method testSetConstrainOnly (line 204) | public function testSetConstrainOnly() method testSetBackgroundColor (line 210) | public function testSetBackgroundColor() method testSetSize (line 216) | public function testSetSize() method testSetGetBaseFile (line 223) | public function testSetGetBaseFile() method testSetBaseNoSelectionFile (line 265) | public function testSetBaseNoSelectionFile() method testSetGetImageProcessor (line 273) | public function testSetGetImageProcessor() method testResize (line 282) | public function testResize() method testRotate (line 295) | public function testRotate() method testSetAngle (line 305) | public function testSetAngle() method testSetWatermark (line 311) | public function testSetWatermark() method testSaveFile (line 359) | public function testSaveFile() method testSaveFileNoSelection (line 370) | public function testSaveFileNoSelection() method testGetUrl (line 379) | public function testGetUrl() method testGetUrlNoSelection (line 386) | public function testGetUrlNoSelection() method testSetGetDestinationSubdir (line 394) | public function testSetGetDestinationSubdir() method testIsCached (line 400) | public function testIsCached() method testClearCache (line 411) | public function testClearCache() method testResizeWithoutSize (line 418) | public function testResizeWithoutSize() method testGetImageProcessor (line 425) | public function testGetImageProcessor() method testIsBaseFilePlaceholder (line 434) | public function testIsBaseFilePlaceholder() method testGetResizedImageInfoWithCache (line 439) | public function testGetResizedImageInfoWithCache() method testGetResizedImageInfoEmptyCache (line 450) | public function testGetResizedImageInfoEmptyCache() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Initialization/Helper/ProductLinksTest.php class ProductLinksTest (line 11) | class ProductLinksTest extends \PHPUnit\Framework\TestCase method testInitializeLinks (line 18) | public function testInitializeLinks() method setUp (line 27) | protected function setUp() method getMockedProduct (line 36) | private function getMockedProduct() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Link/ConverterTest.php class ConverterTest (line 10) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testConvertLinksToGroupedArray (line 22) | public function testConvertLinksToGroupedArray() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Link/ResolverTest.php class ResolverTest (line 10) | class ResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetLinksEmpty (line 30) | public function testGetLinksEmpty() method testGetLinksOverridden (line 40) | public function testGetLinksOverridden() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/LinkTest.php class LinkTest (line 10) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testUseRelatedLinks (line 92) | public function testUseRelatedLinks() method testUseUpSellLinks (line 98) | public function testUseUpSellLinks() method testUseCrossSellLinks (line 104) | public function testUseCrossSellLinks() method testGetAttributeTypeTable (line 110) | public function testGetAttributeTypeTable() method testGetProductCollection (line 128) | public function testGetProductCollection() method testGetLinkCollection (line 136) | public function testGetLinkCollection() method testGetAttributes (line 144) | public function testGetAttributes() method testSaveProductRelations (line 156) | public function testSaveProductRelations() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/LinkTypeProviderTest.php class LinkTypeProviderTest (line 9) | class LinkTypeProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetItems (line 70) | public function testGetItems() method testGetItemAttributes (line 97) | public function testGetItemAttributes($type, $typeId) method getItemAttributesDataProvider (line 124) | public function getItemAttributesDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Media/AttributeManagementTest.php class AttributeManagementTest (line 12) | class AttributeManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetList (line 56) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/RepositoryTest.php class RepositoryTest (line 16) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetList (line 78) | public function testGetList() method testDelete (line 91) | public function testDelete() method testGetNonExistingOption (line 100) | public function testGetNonExistingOption() method testGet (line 117) | public function testGet() method testDeleteByIdentifierNonExistingOption (line 136) | public function testDeleteByIdentifierNonExistingOption() method testDeleteByIdentifier (line 154) | public function testDeleteByIdentifier() method testDeleteByIdentifierWhenCannotRemoveOption (line 177) | public function testDeleteByIdentifierWhenCannotRemoveOption() method testSaveCouldNotSaveException (line 205) | public function testSaveCouldNotSaveException() method testSaveNoSuchEntityException (line 214) | public function testSaveNoSuchEntityException() method testSave (line 232) | public function testSave() method testSaveWhenOptionTypeWasChanged (line 272) | public function testSaveWhenOptionTypeWasChanged() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/SaveHandlerTest.php class SaveHandlerTest (line 14) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | public function setUp() method testExecute (line 51) | public function testExecute() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Type/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCreate (line 31) | public function testCreate() method testCreateWithArguments (line 50) | public function testCreateWithArguments() method testWrongTypeException (line 74) | public function testWrongTypeException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Type/FileTest.php class FileTest (line 19) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method getFileObject (line 124) | protected function getFileObject() method testGetCustomizedView (line 139) | public function testGetCustomizedView() method testCopyQuoteToOrderWithDbUsage (line 165) | public function testCopyQuoteToOrderWithDbUsage() method testCopyQuoteToOrderWithoutUsage (line 221) | public function testCopyQuoteToOrderWithoutUsage() method testGetFormattedOptionValue (line 277) | public function testGetFormattedOptionValue() method testGetFormattedOptionValueInvalid (line 314) | public function testGetFormattedOptionValueInvalid() method testGetEditableOptionValue (line 320) | public function testGetEditableOptionValue() method testGetEditableOptionValueInvalid (line 345) | public function testGetEditableOptionValueInvalid() method testParseOptionValue (line 355) | public function testParseOptionValue() method testParseOptionValueNoId (line 383) | public function testParseOptionValueNoId() method testParseOptionValueInvalid (line 410) | public function testParseOptionValueInvalid() method testPrepareOptionValueForRequest (line 437) | public function testPrepareOptionValueForRequest() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/UrlBuilderTest.php class UrlBuilderTest (line 10) | class UrlBuilderTest extends \PHPUnit\Framework\TestCase method testGetUrl (line 17) | public function testGetUrl() method setUp (line 22) | protected function setUp() method getMockedFrontendUrlBuilder (line 35) | private function getMockedFrontendUrlBuilder() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/DefaultValidatorTest.php class DefaultValidatorTest (line 9) | class DefaultValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method isValidTitleDataProvider (line 70) | public function isValidTitleDataProvider() method testIsValidTitle (line 90) | public function testIsValidTitle($title, $type, $priceType, $price, $p... method isValidFailDataProvider (line 111) | public function isValidFailDataProvider() method testIsValidFail (line 123) | public function testIsValidFail($product) method validationPriceDataProvider (line 145) | public function validationPriceDataProvider() method testValidationPrice (line 163) | public function testValidationPrice($title, $type, $priceType, $price,... FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/FileTest.php class FileTest (line 9) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testIsValidSuccess (line 71) | public function testIsValidSuccess() method testIsValidWithNegativeImageSize (line 97) | public function testIsValidWithNegativeImageSize() method testIsValidWithNegativeImageSizeY (line 127) | public function testIsValidWithNegativeImageSizeY() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/PoolTest.php class PoolTest (line 9) | class PoolTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetSelectValidator (line 37) | public function testGetSelectValidator() method testGetDefaultValidator (line 42) | public function testGetDefaultValidator() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/SelectTest.php class SelectTest (line 9) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testIsValidSuccess (line 72) | public function testIsValidSuccess($expectedResult, array $value) method isValidSuccessDataProvider (line 91) | public function isValidSuccessDataProvider() method testIsValidateWithInvalidOptionValues (line 122) | public function testIsValidateWithInvalidOptionValues() method testIsValidateWithEmptyValues (line 144) | public function testIsValidateWithEmptyValues() method testIsValidateWithInvalidData (line 164) | public function testIsValidateWithInvalidData($priceType, $price, $title) method isValidateWithInvalidDataDataProvider (line 187) | public function isValidateWithInvalidDataDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/TextTest.php class TextTest (line 9) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testIsValidSuccess (line 70) | public function testIsValidSuccess() method testIsValidWithNegativeMaxCharacters (line 90) | public function testIsValidWithNegativeMaxCharacters() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Option/ValueTest.php class ValueTest (line 15) | class ValueTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testSaveProduct (line 48) | public function testSaveProduct() method testGetPrice (line 62) | public function testGetPrice() method testGetValuesCollection (line 76) | public function testGetValuesCollection() method testGetValuesByOption (line 84) | public function testGetValuesByOption() method testGetProduct (line 92) | public function testGetProduct() method testDuplicate (line 97) | public function testDuplicate() method testDeleteValues (line 102) | public function testDeleteValues() method testDeleteValue (line 107) | public function testDeleteValue() method getMockedValueCollectionFactory (line 115) | private function getMockedValueCollectionFactory() method getMockedValueCollection (line 135) | private function getMockedValueCollection() method getMockedOption (line 160) | private function getMockedOption() method getMockedProduct (line 178) | private function getMockedProduct() method getMockedResource (line 209) | private function getMockedResource() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/OptionTest.php class OptionTest (line 11) | class OptionTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetProductSku (line 31) | public function testGetProductSku() method testHasValues (line 38) | public function testHasValues() method testGetRegularPrice (line 47) | public function testGetRegularPrice() method testCleanFileExtensions (line 79) | public function testCleanFileExtensions(string $rawExtensions, string ... method cleanFileExtensionsDataProvider (line 93) | public function cleanFileExtensionsDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/BasePriceStorageTest.php class BasePriceStorageTest (line 14) | class BasePriceStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testGet (line 121) | public function testGet() method testUpdate (line 180) | public function testUpdate() method testUpdateWithoutSkuAndWithNegativePrice (line 230) | public function testUpdateWithoutSkuAndWithNegativePrice() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/CostStorageTest.php class CostStorageTest (line 13) | class CostStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testGet (line 118) | public function testGet() method testUpdate (line 177) | public function testUpdate() method testUpdateWithNegativeCostAndWithoutSku (line 232) | public function testUpdateWithNegativeCostAndWithoutSku() method testDelete (line 294) | public function testDelete() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/PricePersistenceTest.php class PricePersistenceTest (line 12) | class PricePersistenceTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGet (line 91) | public function testGet() method testUpdate (line 134) | public function testUpdate() method testUpdateWithException (line 179) | public function testUpdateWithException() method testDelete (line 224) | public function testDelete() method testDeleteWithException (line 272) | public function testDeleteWithException() method testRetrieveSkuById (line 324) | public function testRetrieveSkuById($expectedResult, $id, array $skus) method dataProviderRetrieveSkuById (line 339) | public function dataProviderRetrieveSkuById() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/SpecialPriceStorageTest.php class SpecialPriceStorageTest (line 12) | class SpecialPriceStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGet (line 91) | public function testGet() method testUpdate (line 139) | public function testUpdate() method testUpdateWithInvalidSku (line 163) | public function testUpdateWithInvalidSku() method testUpdateWithoutPrice (line 208) | public function testUpdateWithoutPrice() method testUpdateWithException (line 254) | public function testUpdateWithException() method testUpdateWithIncorrectPriceFrom (line 299) | public function testUpdateWithIncorrectPriceFrom() method testUpdateWithIncorrectPriceTo (line 345) | public function testUpdateWithIncorrectPriceTo() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/TierPriceStorageTest.php class TierPriceStorageTest (line 20) | class TierPriceStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGet (line 83) | public function testGet() method testGetWithoutTierPrices (line 133) | public function testGetWithoutTierPrices() method testUpdate (line 157) | public function testUpdate() method testReplace (line 216) | public function testReplace() method testDelete (line 261) | public function testDelete() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/Validation/InvalidSkuProcessorTest.php class InvalidSkuProcessorTest (line 12) | class InvalidSkuProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method prepareRetrieveInvalidSkuListMethod (line 56) | private function prepareRetrieveInvalidSkuListMethod($productType, $pr... method testRetrieveInvalidSkuList (line 74) | public function testRetrieveInvalidSkuList() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Price/Validation/TierPriceValidatorTest.php class TierPriceValidatorTest (line 14) | class TierPriceValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method prepareCustomerGroupRepositoryMock (line 106) | private function prepareCustomerGroupRepositoryMock(array $returned) method prepareRetrieveValidationResultMethod (line 134) | private function prepareRetrieveValidationResultMethod($sku, array $re... method testValidateSkus (line 166) | public function testValidateSkus() method testRetrieveValidationResult (line 184) | public function testRetrieveValidationResult(array $returned) method retrieveValidationResultDataProvider (line 206) | public function retrieveValidationResultDataProvider() method testRetrieveValidationResultWithException (line 239) | public function testRetrieveValidationResultWithException() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/PriceModifier/CompositeTest.php class CompositeTest (line 8) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testModifyPriceIfModifierExists (line 37) | public function testModifyPriceIfModifierExists() method testModifyPriceIfModifierNotExists (line 65) | public function testModifyPriceIfModifierNotExists() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/PriceModifierTest.php class PriceModifierTest (line 9) | class PriceModifierTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testRemoveWhenTierPricesNotExists (line 59) | public function testRemoveWhenTierPricesNotExists() method testRemoveTierPriceForNonExistingCustomerGroup (line 75) | public function testRemoveTierPriceForNonExistingCustomerGroup() method testSuccessfullyRemoveTierPriceSpecifiedForAllGroups (line 87) | public function testSuccessfullyRemoveTierPriceSpecifiedForAllGroups() method testSuccessfullyRemoveTierPriceSpecifiedForSpecificGroups (line 100) | public function testSuccessfullyRemoveTierPriceSpecifiedForSpecificGro... FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Pricing/Renderer/SalableResolverTest.php class SalableResolverTest (line 9) | class SalableResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSalableItem (line 34) | public function testSalableItem() method testNotSalableItem (line 44) | public function testNotSalableItem() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ProductFrontendAction/SynchronizerTest.php class SynchronizerTest (line 15) | class SynchronizerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testFilterProductActions (line 81) | public function testFilterProductActions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ProductList/ToolbarTest.php class ToolbarTest (line 13) | class ToolbarTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetOrder (line 45) | public function testGetOrder($param) method testGetDirection (line 58) | public function testGetDirection($param) method testGetMode (line 71) | public function testGetMode($param) method testGetLimit (line 84) | public function testGetLimit($param) method testGetCurrentPage (line 97) | public function testGetCurrentPage($param) method testGetCurrentPageNoParam (line 106) | public function testGetCurrentPageNoParam() method stringParamProvider (line 118) | public function stringParamProvider() method intParamProvider (line 128) | public function intParamProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ReservedAttributeListTest.php class ReservedAttributeListTest (line 10) | class ReservedAttributeListTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testIsReservedAttribute (line 30) | public function testIsReservedAttribute($isUserDefined, $attributeCode... method dataProvider (line 46) | public function dataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/TierPriceManagementTest.php class TierPriceManagementTest (line 18) | class TierPriceManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetList (line 112) | public function testGetList($configValue, $customerGroupId, $groupData... method getListDataProvider (line 157) | public function getListDataProvider() method testSuccessDeleteTierPrice (line 181) | public function testSuccessDeleteTierPrice() method testDeleteTierPriceFromNonExistingProduct (line 200) | public function testDeleteTierPriceFromNonExistingProduct() method testSuccessDeleteTierPriceFromWebsiteLevel (line 211) | public function testSuccessDeleteTierPriceFromWebsiteLevel() method testSetNewPriceWithGlobalPriceScopeAll (line 228) | public function testSetNewPriceWithGlobalPriceScopeAll() method testSetNewPriceWithGlobalPriceScope (line 274) | public function testSetNewPriceWithGlobalPriceScope() method testSetUpdatedPriceWithGlobalPriceScope (line 305) | public function testSetUpdatedPriceWithGlobalPriceScope() method testSetThrowsExceptionIfDoesntValidate (line 336) | public function testSetThrowsExceptionIfDoesntValidate() method testSetThrowsExceptionIfCantSave (line 359) | public function testSetThrowsExceptionIfCantSave() method testAddRethrowsTemporaryStateExceptionIfRecoverableErrorOccurred (line 377) | public function testAddRethrowsTemporaryStateExceptionIfRecoverableErr... method testAddWithInvalidData (line 404) | public function testAddWithInvalidData($price, $qty) method addDataProvider (line 412) | public function addDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Type/AbstractTypeTest.php class AbstractTypeTest (line 11) | class AbstractTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testIsSalable (line 60) | public function testIsSalable() method testGetAttributeById (line 69) | public function testGetAttributeById() method testAttributesCompare (line 86) | public function testAttributesCompare($attr1, $attr2, $expectedResult) method attributeCompareProvider (line 102) | public function attributeCompareProvider() method testGetSetAttributes (line 111) | public function testGetSetAttributes() method testHasOptions (line 122) | public function testHasOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Type/PriceTest.php class PriceTest (line 19) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetPricesWithNull (line 123) | public function testGetPricesWithNull($key, $getter) method nullPricesDataProvider (line 137) | public function nullPricesDataProvider() method pricesDataProvider (line 147) | public function pricesDataProvider() method testTierPrices (line 161) | public function testTierPrices($priceScope, $expectedWebsiteId) FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Type/SimpleTest.php class SimpleTest (line 8) | class SimpleTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testHasWeightTrue (line 39) | public function testHasWeightTrue() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Type/VirtualTest.php class VirtualTest (line 8) | class VirtualTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testHasWeightFalse (line 39) | public function testHasWeightFalse() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/TypeTest.php class TypeTest (line 13) | class TypeTest extends \PHPUnit\Framework\TestCase method testGetTypes (line 42) | public function testGetTypes() method testGetOptionArray (line 50) | public function testGetOptionArray() method testGetAllOptions (line 55) | public function testGetAllOptions() method testGetOptions (line 64) | public function testGetOptions() method testGetAllOption (line 73) | public function testGetAllOption() method testGetOptionText (line 80) | public function testGetOptionText() method testGetCompositeTypes (line 89) | public function testGetCompositeTypes() method testGetTypesByPriority (line 98) | public function testGetTypesByPriority() method testGetPriceInfo (line 114) | public function testGetPriceInfo() method testFactory (line 121) | public function testFactory() method testPriceFactory (line 142) | public function testPriceFactory() method setUp (line 150) | protected function setUp() method getOptionArray (line 172) | protected function getOptionArray() method getMockedProduct (line 184) | private function getMockedProduct() method getMockedPriceInfoFactory (line 196) | private function getMockedPriceInfoFactory() method getMockedPriceInfoInterface (line 215) | private function getMockedPriceInfoInterface() method getMockedProductTypePool (line 227) | private function getMockedProductTypePool() method getMockedProductTypeVirtual (line 251) | private function getMockedProductTypeVirtual() method getMockedProductTypeSimple (line 267) | private function getMockedProductTypeSimple() method getMockedConfig (line 283) | private function getMockedConfig() method getMockedTypePriceFactory (line 300) | private function getMockedTypePriceFactory() method getMockedProductTypePrice (line 324) | private function getMockedProductTypePrice() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/TypeTransitionManagerTest.php class TypeTransitionManagerTest (line 8) | class TypeTransitionManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testProcessProduct (line 51) | public function testProcessProduct($hasWeight, $currentTypeId, $expect... method testProcessProductWithWrongTypeId (line 63) | public function testProcessProductWithWrongTypeId() method processProductDataProvider (line 73) | public function processProductDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/UrlTest.php class UrlTest (line 10) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testFormatUrlKey (line 86) | public function testFormatUrlKey() method testGetUrl (line 121) | public function testGetUrl( method getUrlDataProvider (line 175) | public function getUrlDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/ValidatorTest.php class ValidatorTest (line 8) | class ValidatorTest extends \PHPUnit\Framework\TestCase method testValidator (line 10) | public function testValidator() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/VisibilityTest.php class VisibilityTest (line 10) | class VisibilityTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetFlatColumns (line 23) | public function testGetFlatColumns() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Website/ReadHandlerTest.php class ReadHandlerTest (line 14) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | public function setUp() method testExecuteWithNonCachedExtensionAttributes (line 37) | public function testExecuteWithNonCachedExtensionAttributes() method testExecuteWithCachedWebsiteIds (line 65) | public function testExecuteWithCachedWebsiteIds() FILE: app/code/Magento/Catalog/Test/Unit/Model/Product/Website/SaveHandlerTest.php class SaveHandlerTest (line 19) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp() method testWithMultipleStoreMode (line 43) | public function testWithMultipleStoreMode() method testWithEmptyWebsiteIds (line 66) | public function testWithEmptyWebsiteIds() method testWithSingleStoreMode (line 83) | public function testWithSingleStoreMode() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductAttributeGroupRepositoryTest.php class ProductAttributeGroupRepositoryTest (line 9) | class ProductAttributeGroupRepositoryTest extends \PHPUnit\Framework\Tes... method setUp (line 31) | protected function setUp() method testSave (line 54) | public function testSave() method testGetList (line 63) | public function testGetList() method testGet (line 72) | public function testGet() method testGetThrowsExceptionIfGroupDoesNotExist (line 85) | public function testGetThrowsExceptionIfGroupDoesNotExist() method testDeleteById (line 95) | public function testDeleteById() method testDelete (line 112) | public function testDelete() method testDeleteThrowsExceptionIfGroupHasSystemAttributes (line 127) | public function testDeleteThrowsExceptionIfGroupHasSystemAttributes() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductIdLocatorTest.php class ProductIdLocatorTest (line 12) | class ProductIdLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testRetrieveProductIdsBySkus (line 57) | public function testRetrieveProductIdsBySkus() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductLink/ManagementTest.php class ManagementTest (line 11) | class ManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetLinkedItemsByType (line 56) | public function testGetLinkedItemsByType() method testGetLinkedItemsByTypeWithWrongType (line 84) | public function testGetLinkedItemsByTypeWithWrongType() method testSetProductLinks (line 108) | public function testSetProductLinks() method testSetProductLinksWithoutLinkTypeInLink (line 137) | public function testSetProductLinksWithoutLinkTypeInLink() method testSetProductLinksThrowExceptionIfProductLinkTypeDoesNotExist (line 159) | public function testSetProductLinksThrowExceptionIfProductLinkTypeDoes... method testSetProductLinksNoProductException (line 186) | public function testSetProductLinksNoProductException() method testSetProductLinksInvalidDataException (line 220) | public function testSetProductLinksInvalidDataException() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductLink/RepositoryTest.php class RepositoryTest (line 12) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testSave (line 105) | public function testSave() method testSaveWithException (line 142) | public function testSaveWithException() method testDelete (line 176) | public function testDelete() method testDeleteWithInvalidDataException (line 213) | public function testDeleteWithInvalidDataException() method testDeleteWithNoSuchEntityException (line 251) | public function testDeleteWithNoSuchEntityException() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductManagementTest.php class ProductManagementTest (line 8) | class ProductManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetEnabledCount (line 31) | public function testGetEnabledCount() method testGetDisabledCount (line 56) | public function testGetDisabledCount() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductOptionProcessorTest.php class ProductOptionProcessorTest (line 18) | class ProductOptionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testConvertToBuyRequest (line 102) | public function testConvertToBuyRequest( method dataProviderConvertToBuyRequest (line 136) | public function dataProviderConvertToBuyRequest() method testConvertToProductOption (line 164) | public function testConvertToProductOption( method dataProviderConvertToProductOption (line 201) | public function dataProviderConvertToProductOption() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductOptions/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method _loadDataForTest (line 36) | protected function _loadDataForTest($schemaName, $xmlString, $expected... method testSchemaCorrectlyIdentifiesInvalidProductOptionsXml (line 47) | public function testSchemaCorrectlyIdentifiesInvalidProductOptionsXml(... method testSchemaCorrectlyIdentifiesInvalidProductOptionsMergedXml (line 57) | public function testSchemaCorrectlyIdentifiesInvalidProductOptionsMerg... method testSchemaCorrectlyIdentifiesValidXml (line 67) | public function testSchemaCorrectlyIdentifiesValidXml($schemaName, $va... method schemaCorrectlyIdentifiesValidXmlDataProvider (line 78) | public function schemaCorrectlyIdentifiesValidXmlDataProvider() method schemaCorrectlyIdentifiesInvalidProductOptionsDataProvider (line 89) | public function schemaCorrectlyIdentifiesInvalidProductOptionsDataProv... method schemaCorrectlyIdentifiesInvalidProductOptionsMergedXmlDataProvider (line 97) | public function schemaCorrectlyIdentifiesInvalidProductOptionsMergedXm... FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductRender/FormattedPriceInfoBuilderTest.php class FormattedPriceInfoBuilderTest (line 15) | class FormattedPriceInfoBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | public function setUp() method testBuild (line 46) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductRender/PriceInfoTest.php class PriceInfoTest (line 11) | class PriceInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetMaxRegularPrice (line 63) | public function testGetMaxRegularPrice() method testEmptyMaxRegularPrice (line 72) | public function testEmptyMaxRegularPrice() method testGetMinRegularPrice (line 81) | public function testGetMinRegularPrice() method testEmptyMinRegularPrice (line 90) | public function testEmptyMinRegularPrice() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductRenderListTest.php class ProductRenderListTest (line 19) | class ProductRenderListTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | public function setUp() method testGetList (line 98) | public function testGetList() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php class ProductRepositoryTest (line 55) | class ProductRepositoryTest extends TestCase method setUp (line 195) | protected function setUp() method testGetAbsentProduct (line 352) | public function testGetAbsentProduct() method testCreateCreatesProduct (line 362) | public function testCreateCreatesProduct() method testGetProductInEditMode (line 374) | public function testGetProductInEditMode() method testGetBySkuWithSpace (line 387) | public function testGetBySkuWithSpace() method testGetWithSetStoreId (line 400) | public function testGetWithSetStoreId() method testGetByIdAbsentProduct (line 418) | public function testGetByIdAbsentProduct() method testGetByIdProductInEditMode (line 427) | public function testGetByIdProductInEditMode() method testGetByIdForCacheKeyGenerate (line 446) | public function testGetByIdForCacheKeyGenerate($identifier, $editMode,... method testGetByIdForcedReload (line 471) | public function testGetByIdForcedReload() method testGetByIdWhenCacheReduced (line 496) | public function testGetByIdWhenCacheReduced() method getProductMocksForReducedCache (line 523) | private function getProductMocksForReducedCache($productsCount) method testGetForcedReload (line 553) | public function testGetForcedReload() method testGetByIdWithSetStoreId (line 576) | public function testGetByIdWithSetStoreId() method testGetBySkuFromCacheInitializedInGetById (line 589) | public function testGetBySkuFromCacheInitializedInGetById() method testSaveExisting (line 602) | public function testSaveExisting() method testSaveNew (line 621) | public function testSaveNew() method testSaveUnableToSaveException (line 646) | public function testSaveUnableToSaveException() method testSaveException (line 672) | public function testSaveException() method testSaveInvalidProductException (line 698) | public function testSaveInvalidProductException() method testSaveThrowsTemporaryStateExceptionIfDatabaseConnectionErrorOccurred (line 722) | public function testSaveThrowsTemporaryStateExceptionIfDatabaseConnect... method testDelete (line 747) | public function testDelete() method testDeleteException (line 760) | public function testDeleteException() method testDeleteById (line 769) | public function testDeleteById() method testGetList (line 781) | public function testGetList() method cacheKeyDataProvider (line 811) | public function cacheKeyDataProvider() method testSaveExistingWithOptions (line 870) | public function testSaveExistingWithOptions(array $newOptions, array $... method saveExistingWithOptionsDataProvider (line 900) | public function saveExistingWithOptionsDataProvider() method testSaveWithLinks (line 1041) | public function testSaveWithLinks(array $newLinks, array $existingLink... method saveWithLinksDataProvider (line 1143) | public function saveWithLinksDataProvider() method setupProductMocksForSave (line 1212) | protected function setupProductMocksForSave() method testSaveExistingWithNewMediaGalleryEntries (line 1225) | public function testSaveExistingWithNewMediaGalleryEntries() method websitesProvider (line 1317) | public function websitesProvider() method testSaveWithDifferentWebsites (line 1324) | public function testSaveWithDifferentWebsites() method testSaveExistingWithMediaGalleryEntries (line 1358) | public function testSaveExistingWithMediaGalleryEntries() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTest.php class ProductTest (line 26) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 219) | protected function setUp() method testGetAttributes (line 428) | public function testGetAttributes() method testGetStoreIds (line 450) | public function testGetStoreIds() method testGetStoreSingleSiteModelIds (line 463) | public function testGetStoreSingleSiteModelIds( method getSingleStoreIds (line 492) | public function getSingleStoreIds() method testGetStoreId (line 504) | public function testGetStoreId() method testGetCategoryCollection (line 513) | public function testGetCategoryCollection() method testGetCategoryCollectionCollectionNull (line 525) | public function testGetCategoryCollectionCollectionNull($initCategoryC... method getCategoryCollectionCollectionNullDataProvider (line 578) | public function getCategoryCollectionCollectionNullDataProvider() method testSetCategoryCollection (line 594) | public function testSetCategoryCollection() method testGetCategory (line 603) | public function testGetCategory() method testGetCategoryId (line 612) | public function testGetCategoryId() method testGetIdBySku (line 623) | public function testGetIdBySku() method testGetCategoryIds (line 629) | public function testGetCategoryIds() method testGetStatusInitial (line 635) | public function testGetStatusInitial() method testGetStatus (line 640) | public function testGetStatus() method testIsInStock (line 646) | public function testIsInStock() method testIndexerAfterDeleteCommitProduct (line 652) | public function testIndexerAfterDeleteCommitProduct() method testReindex (line 670) | public function testReindex($productChanged, $isScheduled, $productFla... method getProductReindexProvider (line 693) | public function getProductReindexProvider() method testPriceReindexCallback (line 702) | public function testPriceReindexCallback() method testGetIdentities (line 729) | public function testGetIdentities($expected, $origData, $data, $isDele... method getIdentitiesProvider (line 747) | public function getIdentitiesProvider() method getStatusAndCategoryChangesData (line 827) | private function getStatusAndCategoryChangesData() method getNewProductProviderData (line 846) | private function getNewProductProviderData() method getStatusStockProviderData (line 865) | private function getStatusStockProviderData($extensionAttributesMock) method testGetPriceInfo (line 884) | public function testGetPriceInfo() method testSetQty (line 896) | public function testSetQty() method testReloadPriceInfo (line 915) | public function testReloadPriceInfo() method testGetQty (line 928) | public function testGetQty() method testSave (line 937) | public function testSave() method testSaveIfAreaEmulated (line 952) | public function testSaveIfAreaEmulated() method testSaveAndDuplicate (line 966) | public function testSaveAndDuplicate() method testGetIsSalableSimple (line 978) | public function testGetIsSalableSimple() method testGetIsSalableHasDataIsSaleable (line 992) | public function testGetIsSalableHasDataIsSaleable() method configureSaveTest (line 1008) | protected function configureSaveTest() method testFromArray (line 1027) | public function testFromArray() method prepareCategoryIndexer (line 1059) | protected function prepareCategoryIndexer() method testGetProductLinks (line 1070) | public function testGetProductLinks() method testSetProductLinks (line 1093) | public function testSetProductLinks() method setupMediaAttributes (line 1109) | protected function setupMediaAttributes() method getMediaAttributes (line 1148) | public function getMediaAttributes() method testGetMediaAttributeValues (line 1158) | public function testGetMediaAttributeValues() method testGetMediaGalleryEntriesNone (line 1172) | public function testGetMediaGalleryEntriesNone() method testGetMediaGalleryEntries (line 1177) | public function testGetMediaGalleryEntries() method testSetMediaGalleryEntries (line 1216) | public function testSetMediaGalleryEntries() method testGetMediaGalleryImagesMerging (line 1277) | public function testGetMediaGalleryImagesMerging() method testGetCustomAttributes (line 1348) | public function testGetCustomAttributes() method priceDataProvider (line 1390) | public function priceDataProvider() method testGetOptions (line 1399) | public function testGetOptions() method setPropertyValue (line 1428) | protected function setPropertyValue(&$object, $property, $value) method getPropertyValue (line 1441) | protected function getPropertyValue(&$object, $property) method testGetFinalPrice (line 1450) | public function testGetFinalPrice() method testGetFinalPricePreset (line 1474) | public function testGetFinalPricePreset() method testGetTypeId (line 1497) | public function testGetTypeId() method testGetOptionById (line 1512) | public function testGetOptionById() method testGetOptionByIdWithWrongOptionId (line 1521) | public function testGetOptionByIdWithWrongOptionId() method testGetOptionByIdForProductWithoutOptions (line 1530) | public function testGetOptionByIdForProductWithoutOptions() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypeListTest.php class ProductTypeListTest (line 10) | class ProductTypeListTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetProductTypes (line 40) | public function testGetProductTypes() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvertIfNodeNotExist (line 26) | public function testConvertIfNodeNotExist() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 36) | public function testGetSchema() method testGetPerFileSchema (line 41) | public function testGetPerFileSchema() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/Config/XsdMergedTest.php class XsdMergedTest (line 8) | class XsdMergedTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 38) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 44) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 55) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 53) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/ProductTypes/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetType (line 48) | public function testGetType($value, $expected) method getTypeDataProvider (line 74) | public function getTypeDataProvider() method testGetAll (line 82) | public function testGetAll() method testIsProductSet (line 104) | public function testIsProductSet() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/AbstractTest.php class AbstractTest (line 14) | class AbstractTest extends \PHPUnit\Framework\TestCase method _getAttributes (line 21) | protected function _getAttributes() method testWalkAttributes (line 41) | public function testWalkAttributes() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Attribute/ConditionBuilderTest.php class ConditionBuilderTest (line 31) | class ConditionBuilderTest extends \PHPUnit\Framework\TestCase method testBuildExistingAttributeWebsiteScopeInappropriateAttribute (line 41) | public function testBuildExistingAttributeWebsiteScopeInappropriateAtt... method buildExistingAttributeWebsiteScopeInappropriateAttributeDataProvider (line 70) | public function buildExistingAttributeWebsiteScopeInappropriateAttribu... method testBuildExistingAttributeWebsiteScopeStoreScopeNotFound (line 102) | public function testBuildExistingAttributeWebsiteScopeStoreScopeNotFound( method buildExistingAttributeWebsiteScopeStoreScopeNotFoundDataProvider (line 131) | public function buildExistingAttributeWebsiteScopeStoreScopeNotFoundDa... method testBuildExistingAttributeWebsiteScopeStoreWebsiteNotFound (line 173) | public function testBuildExistingAttributeWebsiteScopeStoreWebsiteNotF... method buildExistingAttributeWebsiteScopeStoreWebsiteNotFoundDataProvider (line 206) | public function buildExistingAttributeWebsiteScopeStoreWebsiteNotFound... method testBuildExistingAttributeWebsiteScopeSuccess (line 281) | public function testBuildExistingAttributeWebsiteScopeSuccess( method buildExistingAttributeWebsiteScopeSuccessDataProvider (line 315) | public function buildExistingAttributeWebsiteScopeSuccessDataProvider() method testBuildNewAttributeWebsiteScopeUnappropriateAttribute (line 397) | public function testBuildNewAttributeWebsiteScopeUnappropriateAttribute( method buildNewAttributeWebsiteScopeUnappropriateAttributeDataProvider (line 426) | public function buildNewAttributeWebsiteScopeUnappropriateAttributeDat... method testBuildNewAttributeWebsiteScopeSuccess (line 460) | public function testBuildNewAttributeWebsiteScopeSuccess( method buildNewAttributeWebsiteScopeSuccessDataProvider (line 494) | public function buildNewAttributeWebsiteScopeSuccessDataProvider() method getValidAttributeMock (line 551) | private function getValidAttributeMock() method getValidStoreMock (line 577) | private function getValidStoreMock() method getValidScopeMock (line 613) | private function getValidScopeMock() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/AttributeTest.php class AttributeTest (line 28) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method setObjectProperty (line 126) | private function setObjectProperty($object, string $propertyName, $val... method testDeleteEntity (line 137) | public function testDeleteEntity() : void FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/Collection/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCreate (line 26) | public function testCreate() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/FlatTest.php class FlatTest (line 25) | class FlatTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testGetCategories (line 142) | public function testGetCategories() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/TreeTest.php class TreeTest (line 16) | class TreeTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetCollection (line 94) | public function testGetCollection() method getCollectionMock (line 117) | protected function getCollectionMock() method testSetCollection (line 122) | public function testSetCollection() method testCallCleaningDuringSetCollection (line 130) | public function testCallCleaningDuringSetCollection() method testAddCollectionData (line 140) | public function testAddCollectionData() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/CategoryTest.php class CategoryTest (line 28) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testFindWhereAttributeIs (line 152) | public function testFindWhereAttributeIs() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetAttributesUsedForSortBy (line 56) | public function testGetAttributesUsedForSortBy() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/AttributeTest.php class AttributeTest (line 12) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testIndexerAfterSaveAttribute (line 111) | public function testIndexerAfterSaveAttribute() method testIndexerAfterSaveScopeChangeAttribute (line 121) | public function testIndexerAfterSaveScopeChangeAttribute() method testAfterSaveEavCache (line 134) | public function testAfterSaveEavCache() method testIndexerAfterDeleteAttribute (line 142) | public function testIndexerAfterDeleteAttribute() method testAfterDeleteEavCache (line 150) | public function testAfterDeleteEavCache() method testGetScopeGlobal (line 158) | public function testGetScopeGlobal() method testGetScopeWebsite (line 176) | public function testGetScopeWebsite() method testGetScopeStore (line 194) | public function testGetScopeStore() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Indexer/ActiveTableSwitcherTest.php class ActiveTableSwitcherTest (line 9) | class ActiveTableSwitcherTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testSwitch (line 21) | public function testSwitch() method testGetAdditionalTableName (line 48) | public function testGetAdditionalTableName() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/CategoryLinkTest.php class CategoryLinkTest (line 12) | class CategoryLinkTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method prepareAdapter (line 54) | private function prepareAdapter() method prepareMetadata (line 67) | private function prepareMetadata() method testGetCategoryLinks (line 83) | public function testGetCategoryLinks() method testSaveCategoryLinks (line 111) | public function testSaveCategoryLinks($newCategoryLinks, $dbCategoryLi... method getCategoryLinksDataProvider (line 154) | public function getCategoryLinksDataProvider() method setupExpectationsForConnection (line 236) | private function setupExpectationsForConnection($type, $ids): void FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/ProductLimitationTest.php class ProductLimitationTest (line 14) | class ProductLimitationTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetUsePriceIndex (line 27) | public function testGetUsePriceIndex() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testAddProductCategoriesFilter (line 207) | public function testAddProductCategoriesFilter() method testAddMediaGalleryData (line 233) | public function testAddMediaGalleryData() method testAddTierPriceDataByGroupId (line 278) | public function testAddTierPriceDataByGroupId() method testAddTierPriceData (line 334) | public function testAddTierPriceData() method testGetNewEmptyItem (line 386) | public function testGetNewEmptyItem() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/CompositeBaseSelectProcessorTest.php class CompositeBaseSelectProcessorTest (line 13) | class CompositeBaseSelectProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testInitializeWithWrongProcessorInstance (line 28) | public function testInitializeWithWrongProcessorInstance() method testProcess (line 38) | public function testProcess() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/FlatTest.php class FlatTest (line 8) | class FlatTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testSetIntStoreId (line 55) | public function testSetIntStoreId() method testSetNotIntStoreId (line 62) | public function testSetNotIntStoreId() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/GalleryTest.php class GalleryTest (line 11) | class GalleryTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testLoadDataFromTableByValueId (line 87) | public function testLoadDataFromTableByValueId() method testLoadDataFromTableByValueIdNoColsWithWhere (line 184) | public function testLoadDataFromTableByValueIdNoColsWithWhere() method testBindValueToEntityRecordExists (line 277) | public function testBindValueToEntityRecordExists() method testLoadGallery (line 287) | public function testLoadGallery() method testInsertGalleryValueInStore (line 401) | public function testInsertGalleryValueInStore() method testDeleteGalleryValueInStore (line 427) | public function testDeleteGalleryValueInStore() method testCountImageUses (line 451) | public function testCountImageUses() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/ImageTest.php class ImageTest (line 23) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp(): void method getVisibleImagesSelectMock (line 61) | protected function getVisibleImagesSelectMock(): MockObject method getUsedImagesSelectMock (line 86) | protected function getUsedImagesSelectMock(): MockObject method testGetCountAllProductImages (line 118) | public function testGetCountAllProductImages(int $imagesCount): void method testGetCountUsedProductImages (line 158) | public function testGetCountUsedProductImages(int $imagesCount): void method testGetAllProductImages (line 199) | public function testGetAllProductImages(int $imagesCount, int $batchSi... method testGetUsedProductImages (line 246) | public function testGetUsedProductImages(int $imagesCount, int $batchS... method getFetchResultCallbackForBatches (line 294) | protected function getFetchResultCallbackForBatches( method getBatchIteratorCallback (line 325) | protected function getBatchIteratorCallback( method dataProvider (line 347) | public function dataProvider(): array FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Eav/BatchSizeCalculatorTest.php class BatchSizeCalculatorTest (line 13) | class BatchSizeCalculatorTest extends \PHPUnit\Framework\TestCase method testEstimateBatchSize (line 15) | public function testEstimateBatchSize() method testEstimateBatchSizeThrowsExceptionIfIndexerIdIsNotRecognized (line 40) | public function testEstimateBatchSizeThrowsExceptionIfIndexerIdIsNotRe... FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Eav/DecimalRowSizeEstimatorTest.php class DecimalRowSizeEstimatorTest (line 18) | class DecimalRowSizeEstimatorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testEstimateRowSize (line 60) | public function testEstimateRowSize() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/LinkedProductSelectBuilderByIndexPriceTest.php class LinkedProductSelectBuilderByIndexPriceTest (line 13) | class LinkedProductSelectBuilderByIndexPriceTest extends \PHPUnit\Framew... method setUp (line 45) | protected function setUp() method testBuild (line 85) | public function testBuild() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculatorTest.php class BatchSizeCalculatorTest (line 9) | class BatchSizeCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testEstimateBatchSize (line 37) | public function testEstimateBatchSize() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/CompositeProductBatchSizeAdjusterTest.php class CompositeProductBatchSizeAdjusterTest (line 12) | class CompositeProductBatchSizeAdjusterTest extends \PHPUnit\Framework\T... method setUp (line 24) | protected function setUp() method testAdjust (line 32) | public function testAdjust() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/CompositeProductRelationsCalculatorTest.php class CompositeProductRelationsCalculatorTest (line 12) | class CompositeProductRelationsCalculatorTest extends \PHPUnit\Framework... method setUp (line 24) | protected function setUp() method testGetMaxRelationsCount (line 30) | public function testGetMaxRelationsCount() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/CompositeProductRowSizeEstimatorTest.php class CompositeProductRowSizeEstimatorTest (line 11) | class CompositeProductRowSizeEstimatorTest extends \PHPUnit\Framework\Te... method setUp (line 33) | protected function setUp() method testEstimateRowSize (line 50) | public function testEstimateRowSize() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/DefaultPriceTest.php class DefaultPriceTest (line 10) | class DefaultPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetMainTable (line 36) | public function testGetMainTable() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/Price/IndexTableRowSizeEstimatorTest.php class IndexTableRowSizeEstimatorTest (line 9) | class IndexTableRowSizeEstimatorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testEstimateRowSize (line 39) | public function testEstimateRowSize() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Indexer/TemporaryTableStrategyTest.php class TemporaryTableStrategyTest (line 11) | class TemporaryTableStrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetUseIdxTable (line 39) | public function testGetUseIdxTable() method testSetUseIdxTable (line 45) | public function testSetUseIdxTable() method testGetTableName (line 51) | public function testGetTableName() method testPrepareTableName (line 63) | public function testPrepareTableName() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Link/Product/CollectionTest.php class CollectionTest (line 17) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testSetProduct (line 162) | public function testSetProduct() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/LinkTest.php class LinkTest (line 8) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method prepareAdapter (line 43) | protected function prepareAdapter() method testGetAttributesByType (line 59) | public function testGetAttributesByType() method testGetAttributeTypeTable (line 80) | public function testGetAttributeTypeTable() method testGetChildrenIds (line 97) | public function testGetChildrenIds() method testGetParentIdsByChild (line 126) | public function testGetParentIdsByChild() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Option/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method testReset (line 153) | public function testReset() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/StatusBaseSelectProcessorTest.php class StatusBaseSelectProcessorTest (line 25) | class StatusBaseSelectProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testProcess (line 66) | public function testProcess() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Website/LinkTest.php class LinkTest (line 11) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetWebsiteIdByProductId (line 54) | public function testGetWebsiteIdByProductId() method testSaveWebsiteIds (line 72) | public function testSaveWebsiteIds() FILE: app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/ProductTest.php class ProductTest (line 11) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testValidateWrongAttributeSet (line 50) | public function testValidateWrongAttributeSet() FILE: app/code/Magento/Catalog/Test/Unit/Model/Rss/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetProductCollection (line 81) | public function testGetProductCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/Rss/Product/NewProductsTest.php class NewProductsTest (line 14) | class NewProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetProductsCollection (line 65) | public function testGetProductsCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/Rss/Product/NotifyStockTest.php class NotifyStockTest (line 14) | class NotifyStockTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetProductsCollection (line 85) | public function testGetProductsCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/Rss/Product/SpecialTest.php class SpecialTest (line 14) | class SpecialTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetProductsCollection (line 58) | public function testGetProductsCollection() FILE: app/code/Magento/Catalog/Test/Unit/Model/System/Config/Backend/Catalog/Url/Rewrite/SuffixTest.php class SuffixTest (line 12) | class SuffixTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | public function setUp() method testAfterSaveCleanCache (line 113) | public function testAfterSaveCleanCache() method testAfterSaveWithoutChanges (line 129) | public function testAfterSaveWithoutChanges() method testAfterSaveProduct (line 139) | public function testAfterSaveProduct() FILE: app/code/Magento/Catalog/Test/Unit/Model/System/Config/Source/InputtypeTest.php class InputtypeTest (line 8) | class InputtypeTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArrayIsArray (line 26) | public function testToOptionArrayIsArray() method testToOptionArrayValid (line 31) | public function testToOptionArrayValid() FILE: app/code/Magento/Catalog/Test/Unit/Model/Template/Filter/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCreate (line 41) | public function testCreate() method testCreateWithArguments (line 65) | public function testCreateWithArguments() method testWrongTypeException (line 92) | public function testWrongTypeException() FILE: app/code/Magento/Catalog/Test/Unit/Model/View/Asset/Image/ContextTest.php class ContextTest (line 17) | class ContextTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetPath (line 58) | public function testGetPath() method testGetUrl (line 69) | public function testGetUrl() FILE: app/code/Magento/Catalog/Test/Unit/Model/View/Asset/ImageTest.php class ImageTest (line 19) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testModuleAndContentAndContentType (line 79) | public function testModuleAndContentAndContentType() method testGetFilePath (line 88) | public function testGetFilePath() method testGetSoureFile (line 93) | public function testGetSoureFile() method testGetContext (line 99) | public function testGetContext() method testGetPath (line 110) | public function testGetPath($filePath, $miscParams, $readableParams) method testGetUrl (line 142) | public function testGetUrl($filePath, $miscParams, $readableParams) method getPathDataProvider (line 171) | public function getPathDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Model/View/Asset/PlaceholderTest.php class PlaceholderTest (line 16) | class PlaceholderTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testModuleAndContentAndContentType (line 51) | public function testModuleAndContentAndContentType() method testGetFilePath (line 60) | public function testGetFilePath() method testGetContext (line 67) | public function testGetContext() method testGetPathAndGetSourceFile (line 77) | public function testGetPathAndGetSourceFile($imageType, $placeholderPath) method testGetUrl (line 118) | public function testGetUrl($imageType, $placeholderPath) method getPathDataProvider (line 153) | public function getPathDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Observer/MenuCategoryDataTest.php class MenuCategoryDataTest (line 11) | class MenuCategoryDataTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetMenuCategoryData (line 57) | public function testGetMenuCategoryData() FILE: app/code/Magento/Catalog/Test/Unit/Observer/SynchronizeWebsiteAttributesOnStoreChangeTest.php class SynchronizeWebsiteAttributesOnStoreChangeTest (line 14) | class SynchronizeWebsiteAttributesOnStoreChangeTest extends \PHPUnit\Fra... method testExecuteInvalidStore (line 20) | public function testExecuteInvalidStore($invalidDataObject) method executeInvalidStoreDataProvider (line 44) | public function executeInvalidStoreDataProvider() method testExecuteStoreHasNoChanges (line 57) | public function testExecuteStoreHasNoChanges(Store $store) method executeStoreHasNoChangesDataProvider (line 81) | public function executeStoreHasNoChangesDataProvider() method testExecuteWebsiteIdIsNoChangedAndNotNew (line 111) | public function testExecuteWebsiteIdIsNoChangedAndNotNew(Store $store) method executeWebsiteIdIsNoChangedAndNotNewDataProvider (line 135) | public function executeWebsiteIdIsNoChangedAndNotNewDataProvider() method testExecuteSuccess (line 184) | public function testExecuteSuccess(Store $store) method executeSuccessDataProvider (line 208) | public function executeSuccessDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Block/TopmenuTest.php class TopmenuTest (line 16) | class TopmenuTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method _getCleanMock (line 134) | protected function _getCleanMock($className) method testBeforeGetHtml (line 143) | public function testBeforeGetHtml() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/Attribute/Backend/AttributeValidationTest.php class AttributeValidationTest (line 18) | class AttributeValidationTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testAroundValidate (line 116) | public function testAroundValidate(bool $shouldProceedRun, bool $defau... method aroundValidateDataProvider (line 145) | public function aroundValidateDataProvider(): array FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/AttributeSetRepository/RemoveProductsTest.php class RemoveProductsTest (line 20) | class RemoveProductsTest extends TestCase method setUp (line 35) | protected function setUp() method testAfterDelete (line 53) | public function testAfterDelete() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/Indexer/Category/Product/ExecuteTest.php class ExecuteTest (line 11) | class ExecuteTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testAfterExecute (line 36) | public function testAfterExecute() method testAfterExecuteInvalidate (line 58) | public function testAfterExecuteInvalidate() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/Product/Action/UpdateAttributesFlushCacheTest.php class UpdateAttributesFlushCacheTest (line 10) | class UpdateAttributesFlushCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testAroundUpdateAttributes (line 36) | public function testAroundUpdateAttributes() method testAroundUpdateWebsites (line 43) | public function testAroundUpdateWebsites() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/ResourceModel/Attribute/SaveTest.php class SaveTest (line 14) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testAfterSaveWithoutInvalidate (line 52) | public function testAfterSaveWithoutInvalidate() method testAfterSave (line 64) | public function testAfterSave() FILE: app/code/Magento/Catalog/Test/Unit/Plugin/Model/ResourceModel/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetAttributesUsedInListingOnCacheDisabled (line 35) | public function testGetAttributesUsedInListingOnCacheDisabled() method testGetAttributesUsedInListingFromCache (line 48) | public function testGetAttributesUsedInListingFromCache() method testGetAttributesUsedInListingWithCacheSave (line 74) | public function testGetAttributesUsedInListingWithCacheSave() method testGetAttributesUsedForSortByOnCacheDisabled (line 110) | public function testGetAttributesUsedForSortByOnCacheDisabled() method testGetAttributesUsedForSortByFromCache (line 123) | public function testGetAttributesUsedForSortByFromCache() method testGetAttributesUsedForSortByWithCacheSave (line 148) | public function testGetAttributesUsedForSortByWithCacheSave() method getConfig (line 187) | protected function getConfig($cacheEnabledFlag) method mockPluginProceed (line 205) | protected function mockPluginProceed($returnValue = null) FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/BasePriceTest.php class BasePriceTest (line 12) | class BasePriceTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetValue (line 92) | public function testGetValue($specialPriceValue, $expectedResult) method getValueDataProvider (line 112) | public function getValueDataProvider() method testGetAmount (line 117) | public function testGetAmount() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/ConfiguredPriceTest.php class ConfiguredPriceTest (line 14) | class ConfiguredPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testOptionsValueGetter (line 83) | public function testOptionsValueGetter() method createProductOptionStub (line 116) | protected function createProductOptionStub($optionId) method createOptionTypeStub (line 130) | protected function createOptionTypeStub(\Magento\Catalog\Model\Product... FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/CustomOptionPriceTest.php class CustomOptionPriceTest (line 18) | class CustomOptionPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method setupOptions (line 84) | protected function setupOptions(array $optionsData) method setupSingleValueOptions (line 116) | protected function setupSingleValueOptions($optionsData) method testGetValue (line 159) | public function testGetValue() method testGetCustomOptionRange (line 234) | public function testGetCustomOptionRange() method getOptionValueMock (line 286) | protected function getOptionValueMock($price) method testGetSelectedOptions (line 328) | public function testGetSelectedOptions() method testGetOptions (line 393) | public function testGetOptions() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/FinalPriceTest.php class FinalPriceTest (line 11) | class FinalPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetValue (line 76) | public function testGetValue() method testGetMinimalPriceWithoutMinimalPrice (line 89) | public function testGetMinimalPriceWithoutMinimalPrice() method testGetMinimalPriceWithMinimalPrice (line 113) | public function testGetMinimalPriceWithMinimalPrice() method testGetMaximalPrice (line 142) | public function testGetMaximalPrice() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/MinimalTierPriceCalculatorTest.php class MinimalTierPriceCalculatorTest (line 17) | class MinimalTierPriceCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | public function setUp() method getValueTierPricesExistShouldReturnMinTierPrice (line 67) | private function getValueTierPricesExistShouldReturnMinTierPrice() method testGetValueTierPricesExistShouldReturnMinTierPrice (line 96) | public function testGetValueTierPricesExistShouldReturnMinTierPrice() method testGetGetAmountMinTierPriceExistShouldReturnAmountObject (line 102) | public function testGetGetAmountMinTierPriceExistShouldReturnAmountObj... FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/RegularPriceTest.php class RegularPriceTest (line 14) | class RegularPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetValue (line 71) | public function testGetValue($price) method testGetValueDataProvider (line 91) | public function testGetValueDataProvider() method testGetAmount (line 102) | public function testGetAmount() method testGetPriceCode (line 125) | public function testGetPriceCode() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/SpecialPriceTest.php class SpecialPriceTest (line 9) | class SpecialPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetValue (line 35) | public function testGetValue($isValidInterval, $specialPrice, $special... method prepareSaleableItem (line 63) | protected function prepareSaleableItem($specialPrice) method prepareLocaleDate (line 93) | protected function prepareLocaleDate($isValidInterval) method specialPriceDataProvider (line 109) | public function specialPriceDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Price/TierPriceTest.php class TierPriceTest (line 21) | class TierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testBaseInitialization (line 118) | public function testBaseInitialization($tierPrices, $expectedValue) method providerForBaseInitialization (line 140) | public function providerForBaseInitialization() method testGetterStoredTierPrices (line 208) | public function testGetterStoredTierPrices() method testGetterTierPriceList (line 253) | public function testGetterTierPriceList($tierPrices, $basePrice, $expe... method providerForGetterTierPriceList (line 291) | public function providerForGetterTierPriceList() method testGetSavePercent (line 355) | public function testGetSavePercent($basePrice, $tierPrice, $savedPercent) method dataProviderGetSavePercent (line 387) | public function dataProviderGetSavePercent() method testGetQuantity (line 402) | public function testGetQuantity($quantity, $expectedValue) method getQuantityDataProvider (line 420) | public function getQuantityDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php class FinalPriceBoxTest (line 20) | class FinalPriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method testRenderMsrpDisabled (line 174) | public function testRenderMsrpDisabled() method testNotSalableItem (line 197) | public function testNotSalableItem() method testRenderMsrpEnabled (line 209) | public function testRenderMsrpEnabled() method testRenderMsrpNotRegisteredException (line 255) | public function testRenderMsrpNotRegisteredException() method testRenderAmountMinimal (line 275) | public function testRenderAmountMinimal() method testHasSpecialPrice (line 317) | public function testHasSpecialPrice($regularPrice, $finalPrice, $expec... method hasSpecialPriceProvider (line 353) | public function hasSpecialPriceProvider() method testShowMinimalPrice (line 362) | public function testShowMinimalPrice() method testHidePrice (line 390) | public function testHidePrice() method testGetCacheKey (line 399) | public function testGetCacheKey() method testGetCacheKeyInfoContainsDisplayMinimalPrice (line 405) | public function testGetCacheKeyInfoContainsDisplayMinimalPrice() method testGetCacheKeyInfoContainsIsProductListFlagByDefault (line 413) | public function testGetCacheKeyInfoContainsIsProductListFlagByDefault() method testGetCacheKeyInfoContainsIsProductListFlag (line 426) | public function testGetCacheKeyInfoContainsIsProductListFlag($flag) method testIsProductListByDefault (line 437) | public function testIsProductListByDefault() method testIsProductList (line 448) | public function testIsProductList($flag) method isProductListDataProvider (line 457) | public function isProductListDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/Render/PriceBoxTest.php class PriceBoxTest (line 12) | class PriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testJsonEncode (line 44) | public function testJsonEncode() method testGetRandomString (line 58) | public function testGetRandomString() method testGetCanDisplayQty (line 80) | public function testGetCanDisplayQty($typeCode, $expected) method getCanDisplayQtyDataProvider (line 94) | public function getCanDisplayQtyDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Pricing/RenderTest.php class RenderTest (line 12) | class RenderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testToHtmlProductFromRegistry (line 70) | public function testToHtmlProductFromRegistry() method testToHtmlProductFromParentBlock (line 99) | public function testToHtmlProductFromParentBlock() FILE: app/code/Magento/Catalog/Test/Unit/Setup/CategorySetupTest.php class CategorySetupTest (line 8) | class CategorySetupTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testGetDefaultEntitiesContainAllAttributes (line 20) | public function testGetDefaultEntitiesContainAllAttributes() FILE: app/code/Magento/Catalog/Test/Unit/Ui/AllowedProductTypesTest.php class AllowedProductTypesTest (line 12) | class AllowedProductTypesTest extends \PHPUnit\Framework\TestCase method testGetAllowedProductTypesWithoutConstructorArguments (line 22) | public function testGetAllowedProductTypesWithoutConstructorArguments() method testGetAllowedProductTypes (line 32) | public function testGetAllowedProductTypes() method testIsAllowedProductType (line 49) | public function testIsAllowedProductType($typeId, $expectedResult) method isAllowedProductTypeDataProvider (line 69) | public function isAllowedProductTypeDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/ColumnFactoryTest.php class ColumnFactoryTest (line 22) | class ColumnFactoryTest extends TestCase method setUp (line 57) | protected function setUp(): void method testCreatedObject (line 81) | public function testCreatedObject(): void method testCreateWithNotFilterableInGridAttribute (line 104) | public function testCreateWithNotFilterableInGridAttribute(array $filt... method filterModifiersProvider (line 141) | public function filterModifiersProvider(): array FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AbstractColumnTest.php class AbstractColumnTest (line 17) | abstract class AbstractColumnTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method getModel (line 65) | abstract protected function getModel(); FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AttributeSetTextTest.php class AttributeSetTextTest (line 15) | class AttributeSetTextTest extends AbstractColumnTest method setUp (line 30) | protected function setUp() method getModel (line 45) | protected function getModel() method testPrepareDataSource (line 56) | public function testPrepareDataSource() FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/StatusTextTest.php class StatusTextTest (line 15) | class StatusTextTest extends AbstractColumnTest method setUp (line 25) | protected function setUp() method getModel (line 38) | protected function getModel() method testPrepareDataSource (line 49) | public function testPrepareDataSource() FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/Product/Form/Categories/OptionsTest.php class OptionsTest (line 14) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testToOptionArray (line 56) | public function testToOptionArray() method getCategoryCollectionMock (line 146) | protected function getCategoryCollectionMock($categories) method getCategoryMock (line 173) | protected function getCategoryMock($data) FILE: app/code/Magento/Catalog/Test/Unit/Ui/Component/Product/MassActionTest.php class MassActionTest (line 18) | class MassActionTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetComponentName (line 59) | public function testGetComponentName() method testPrepare (line 72) | public function testPrepare($componentName, $componentData, $isAllowed... method getPrepareDataProvider (line 101) | public function getPrepareDataProvider() : array method testIsActionAllowed (line 226) | public function testIsActionAllowed($expected, $actionType, $callNum, ... method isActionAllowedDataProvider (line 239) | public function isActionAllowedDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/CatalogEavValidationRulesTest.php class CatalogEavValidationRulesTest (line 12) | class CatalogEavValidationRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testBuild (line 41) | public function testBuild($frontendInput, $frontendClass, array $eavCo... method buildDataProvider (line 59) | public function buildDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AbstractModifierTest.php class AbstractModifierTest (line 19) | abstract class AbstractModifierTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method createModel (line 100) | abstract protected function createModel(); method getModel (line 105) | protected function getModel() method getSampleData (line 117) | protected function getSampleData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AdvancedPricingTest.php class AdvancedPricingTest (line 25) | class AdvancedPricingTest extends AbstractModifierTest method setUp (line 72) | protected function setUp() method createModel (line 107) | protected function createModel() method testModifyMeta (line 123) | public function testModifyMeta() method testModifyData (line 128) | public function testModifyData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AttributeSetTest.php class AttributeSetTest (line 21) | class AttributeSetTest extends AbstractModifierTest method setUp (line 43) | protected function setUp() method createModel (line 77) | protected function createModel() method testModifyMeta (line 86) | public function testModifyMeta() method testModifyMetaLocked (line 96) | public function testModifyMetaLocked($locked) method modifyMetaLockedDataProvider (line 112) | public function modifyMetaLockedDataProvider() method testModifyMetaToBeEmpty (line 117) | public function testModifyMetaToBeEmpty() method testGetOptions (line 122) | public function testGetOptions() method testModifyData (line 131) | public function testModifyData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AttributesTest.php class AttributesTest (line 16) | class AttributesTest extends AbstractModifierTest method setUp (line 33) | protected function setUp() method createModel (line 48) | protected function createModel() method testModifyData (line 58) | public function testModifyData() method testModifyMeta (line 63) | public function testModifyMeta() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CategoriesTest.php class CategoriesTest (line 23) | class CategoriesTest extends AbstractModifierTest method setUp (line 55) | protected function setUp() method createModel (line 97) | protected function createModel() method testModifyData (line 110) | public function testModifyData() method testModifyMeta (line 115) | public function testModifyMeta() method testModifyMetaLocked (line 135) | public function testModifyMetaLocked($locked) method modifyMetaLockedDataProvider (line 176) | public function modifyMetaLockedDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CustomOptionsTest.php class CustomOptionsTest (line 19) | class CustomOptionsTest extends AbstractModifierTest method setUp (line 46) | protected function setUp() method createModel (line 74) | protected function createModel() method testModifyData (line 84) | public function testModifyData() method testModifyMeta (line 148) | public function testModifyMeta() method testFileExtensionRequired (line 172) | public function testFileExtensionRequired() method getProductOptionMock (line 197) | protected function getProductOptionMock(array $data, array $values = []) FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/EavTest.php class EavTest (line 49) | class EavTest extends AbstractModifierTest method setUp (line 204) | protected function setUp() method createModel (line 354) | protected function createModel() method testModifyData (line 379) | public function testModifyData() method testSetupAttributeMetaDefaultAttribute (line 464) | public function testSetupAttributeMetaDefaultAttribute( method setupAttributeMetaDataProvider (line 545) | public function setupAttributeMetaDataProvider() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/FactoryTest.php class FactoryTest (line 16) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testCreate (line 53) | public function testCreate() method testCreateWithException (line 65) | public function testCreateWithException() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/GeneralTest.php class GeneralTest (line 19) | class GeneralTest extends AbstractModifierTest method setUp (line 31) | protected function setUp() method createModel (line 53) | protected function createModel() method testModifyMeta (line 64) | public function testModifyMeta() method testModifyDataNewProduct (line 93) | public function testModifyDataNewProduct(array $data, int $defaultStat... method testModifyDataOfExistingProduct (line 121) | public function testModifyDataOfExistingProduct( method modifyDataOfExistingProductDataProvider (line 151) | public function modifyDataOfExistingProductDataProvider(): array method modifyDataDataProvider (line 204) | public function modifyDataDataProvider(): array FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ImagesTest.php class ImagesTest (line 13) | class ImagesTest extends AbstractModifierTest method createModel (line 18) | protected function createModel() method testModifyData (line 25) | public function testModifyData() method testModifyMeta (line 32) | public function testModifyMeta() method getSampleData (line 49) | protected function getSampleData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/RelatedTest.php class RelatedTest (line 13) | class RelatedTest extends AbstractModifierTest method createModel (line 18) | protected function createModel() method testModifyMeta (line 28) | public function testModifyMeta() method testModifyData (line 36) | public function testModifyData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ScheduleDesignUpdateTest.php class ScheduleDesignUpdateTest (line 13) | class ScheduleDesignUpdateTest extends AbstractModifierTest method createModel (line 18) | protected function createModel() method testModifyMeta (line 25) | public function testModifyMeta() method testModifyData (line 33) | public function testModifyData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/SystemTest.php class SystemTest (line 17) | class SystemTest extends AbstractModifierTest method setUp (line 24) | protected function setUp() method createModel (line 35) | protected function createModel() method testModifyData (line 44) | public function testModifyData() method testModifyMeta (line 100) | public function testModifyMeta() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/TierPriceTest.php class TierPriceTest (line 17) | class TierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testModifyData (line 52) | public function testModifyData() method testModifyMeta (line 61) | public function testModifyMeta() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/WebsitesTest.php class WebsitesTest (line 23) | class WebsitesTest extends AbstractModifierTest method setUp (line 80) | protected function setUp() method createModel (line 161) | protected function createModel() method testModifyMeta (line 178) | public function testModifyMeta() method testModifyData (line 190) | public function testModifyData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/NewCategoryDataProviderTest.php class NewCategoryDataProviderTest (line 12) | class NewCategoryDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetData (line 39) | public function testGetData() method testGetMeta (line 44) | public function testGetMeta() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/ProductDataProviderTest.php class ProductDataProviderTest (line 18) | class ProductDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetMeta (line 79) | public function testGetMeta() method testGetData (line 93) | public function testGetData() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Listing/Collector/AdditionalInfoTest.php class AdditionalInfoTest (line 13) | class AdditionalInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testGet (line 22) | public function testGet() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Listing/Collector/ImageTest.php class ImageTest (line 23) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | public function setUp() method testGet (line 79) | public function testGet() method testEmulateImageCreating (line 150) | public function testEmulateImageCreating() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Listing/Collector/PriceTest.php class PriceTest (line 15) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGet (line 58) | public function testGet() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Listing/Collector/UrlTest.php class UrlTest (line 14) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGet (line 72) | public function testGet() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/ProductCustomOptionsDataProviderTest.php class ProductCustomOptionsDataProviderTest (line 15) | class ProductCustomOptionsDataProviderTest extends \PHPUnit\Framework\Te... method setUp (line 47) | protected function setUp() method testGetDataCollectionIsLoaded (line 92) | public function testGetDataCollectionIsLoaded($amount, array $collecti... method testGetData (line 108) | public function testGetData($amount, array $collectionArray, array $re... method getDataDataProvider (line 148) | public function getDataDataProvider() method setCommonExpectations (line 176) | protected function setCommonExpectations($isLoaded, $amount, array $co... FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Related/AbstractDataProviderTest.php class AbstractDataProviderTest (line 21) | abstract class AbstractDataProviderTest extends \PHPUnit\Framework\TestCase method getModel (line 61) | abstract protected function getModel(); method setUp (line 63) | protected function setUp() method testGetCollection (line 90) | public function testGetCollection() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Related/CrossSellDataProviderTest.php class CrossSellDataProviderTest (line 13) | class CrossSellDataProviderTest extends AbstractDataProviderTest method getModel (line 18) | protected function getModel() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Related/RelatedDataProviderTest.php class RelatedDataProviderTest (line 13) | class RelatedDataProviderTest extends AbstractDataProviderTest method getModel (line 18) | protected function getModel() FILE: app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Related/UpSellDataProviderTest.php class UpSellDataProviderTest (line 13) | class UpSellDataProviderTest extends AbstractDataProviderTest method getModel (line 18) | protected function getModel() FILE: app/code/Magento/Catalog/Test/Unit/ViewModel/Product/BreadcrumbsTest.php class BreadcrumbsTest (line 19) | class BreadcrumbsTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() : void method testGetCategoryUrlSuffix (line 71) | public function testGetCategoryUrlSuffix() : void method testIsCategoryUsedInProductUrl (line 84) | public function testIsCategoryUsedInProductUrl() : void method testGetProductName (line 101) | public function testGetProductName($product, string $expectedName) : void method productDataProvider (line 113) | public function productDataProvider() : array method testGetJsonConfiguration (line 128) | public function testGetJsonConfiguration($product, string $expectedJso... method productJsonEncodeDataProvider (line 150) | public function productJsonEncodeDataProvider() : array method getObjectManager (line 177) | private function getObjectManager() : ObjectManager FILE: app/code/Magento/Catalog/Ui/AllowedProductTypes.php class AllowedProductTypes (line 16) | class AllowedProductTypes method __construct (line 27) | public function __construct(array $productTypes = []) method getAllowedProductTypes (line 38) | public function getAllowedProductTypes() method isAllowedProductType (line 50) | public function isAllowedProductType(ProductInterface $product) FILE: app/code/Magento/Catalog/Ui/Component/Category/Form/Element/Wysiwyg.php class Wysiwyg (line 23) | class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg method __construct (line 50) | public function __construct( FILE: app/code/Magento/Catalog/Ui/Component/ColumnFactory.php class ColumnFactory (line 16) | class ColumnFactory method __construct (line 48) | public function __construct(\Magento\Framework\View\Element\UiComponen... method create (line 63) | public function create($attribute, $context, array $config = []) method getJsComponent (line 108) | protected function getJsComponent($dataType) method getDataType (line 120) | protected function getDataType($attribute) method getFilterType (line 131) | protected function getFilterType($frontendInput) FILE: app/code/Magento/Catalog/Ui/Component/FilterFactory.php class FilterFactory (line 12) | class FilterFactory method __construct (line 33) | public function __construct(\Magento\Framework\View\Element\UiComponen... method create (line 44) | public function create($attribute, $context, $config = []) method getFilterType (line 72) | protected function getFilterType($attribute) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Attribute/AbstractRepository.php class AbstractRepository (line 12) | abstract class AbstractRepository implements RepositoryInterface method __construct (line 28) | public function __construct( method buildSearchCriteria (line 39) | abstract protected function buildSearchCriteria(); method getList (line 44) | public function getList() FILE: app/code/Magento/Catalog/Ui/Component/Listing/Attribute/Repository.php class Repository (line 12) | class Repository extends AbstractRepository method buildSearchCriteria (line 17) | protected function buildSearchCriteria() FILE: app/code/Magento/Catalog/Ui/Component/Listing/Attribute/RepositoryInterface.php type RepositoryInterface (line 12) | interface RepositoryInterface method getList (line 19) | public function getList(); FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns.php class Columns (line 12) | class Columns extends \Magento\Ui\Component\Listing\Columns method __construct (line 42) | public function __construct( method prepare (line 57) | public function prepare() method getFilterType (line 81) | protected function getFilterType($frontendInput) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/AttributeSetText.php class AttributeSetText (line 16) | class AttributeSetText extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 36) | public function __construct( method prepareDataSource (line 55) | public function prepareDataSource(array $dataSource) method renderColumnText (line 81) | protected function renderColumnText($attributeSetId) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/Price.php class Price (line 15) | class Price extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 35) | public function __construct( method prepareDataSource (line 54) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/ProductActions.php class ProductActions (line 19) | class ProductActions extends Column method __construct (line 33) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/StatusText.php class StatusText (line 17) | class StatusText extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 32) | public function __construct( method prepareDataSource (line 51) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/Thumbnail.php class Thumbnail (line 17) | class Thumbnail extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 31) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) method getAlt (line 78) | protected function getAlt($row) FILE: app/code/Magento/Catalog/Ui/Component/Listing/Columns/Websites.php class Websites (line 22) | class Websites extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 54) | public function __construct( method prepareDataSource (line 73) | public function prepareDataSource(array $dataSource) method prepare (line 101) | public function prepare() method applySorting (line 114) | protected function applySorting() FILE: app/code/Magento/Catalog/Ui/Component/Listing/Filters.php class Filters (line 17) | class Filters implements ObserverInterface method __construct (line 35) | public function __construct( method update (line 47) | public function update(UiComponentInterface $component) method getAttributes (line 68) | protected function getAttributes($attributeCodes) FILE: app/code/Magento/Catalog/Ui/Component/Product/Form/Categories/Options.php class Options (line 16) | class Options implements OptionSourceInterface method __construct (line 37) | public function __construct( method toOptionArray (line 48) | public function toOptionArray() method getCategoriesTree (line 58) | protected function getCategoriesTree() FILE: app/code/Magento/Catalog/Ui/Component/Product/MassAction.php class MassAction (line 18) | class MassAction extends AbstractComponent method __construct (line 35) | public function __construct( method prepare (line 48) | public function prepare() : void method getComponentName (line 73) | public function getComponentName() : string method isActionAllowed (line 84) | public function isActionAllowed($actionType) : bool FILE: app/code/Magento/Catalog/Ui/Component/UrlInput/Category.php class Category (line 15) | class Category implements ConfigInterface method __construct (line 25) | public function __construct(\Magento\Catalog\Ui\Component\Product\Form... method getConfig (line 33) | public function getConfig(): array FILE: app/code/Magento/Catalog/Ui/Component/UrlInput/Product.php class Product (line 16) | class Product implements \Magento\Ui\Model\UrlInput\ConfigInterface method __construct (line 27) | public function __construct(UrlInterface $urlBuilder) method getConfig (line 35) | public function getConfig(): array FILE: app/code/Magento/Catalog/Ui/DataProvider/CatalogEavValidationRules.php class CatalogEavValidationRules (line 16) | class CatalogEavValidationRules method build (line 26) | public function build(ProductAttributeInterface $attribute, array $data) method mapRules (line 62) | protected function mapRules($class, array $rules) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/AddSearchKeyConditionToCollection.php class AddSearchKeyConditionToCollection (line 18) | class AddSearchKeyConditionToCollection implements AddFilterToCollection... method addFilter (line 25) | public function addFilter(Collection $collection, $field, $condition =... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/AddStoreFieldToCollection.php class AddStoreFieldToCollection (line 16) | class AddStoreFieldToCollection implements AddFilterToCollectionInterface method __construct (line 30) | public function __construct(StoreManagerInterface $storeManager) method addFilter (line 38) | public function addFilter(Collection $collection, $field, $condition =... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/AddWebsitesFieldToCollection.php class AddWebsitesFieldToCollection (line 17) | class AddWebsitesFieldToCollection implements AddFieldToCollectionInterface method addField (line 22) | public function addField(Collection $collection, $field, $alias = null) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Attributes/Listing.php class Listing (line 16) | class Listing extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 32) | public function __construct( method getData (line 49) | public function getData() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractModifier.php class AbstractModifier (line 20) | abstract class AbstractModifier implements ModifierInterface method getNextGroupSortOrder (line 56) | protected function getNextGroupSortOrder(array $meta, $groupCodes, $de... method getNextAttributeSortOrder (line 79) | protected function getNextAttributeSortOrder(array $meta, $attributeCo... method _getNextAttributeSortOrder (line 104) | private function _getNextAttributeSortOrder(array $meta, $attributeCod... method startsWith (line 134) | protected function startsWith($haystack, $needle) method getGeneralPanelName (line 146) | protected function getGeneralPanelName(array $meta) method getFirstPanelCode (line 166) | protected function getFirstPanelCode(array $meta) method getGroupCodeByField (line 191) | protected function getGroupCodeByField(array $meta, $field) method formatPrice (line 211) | protected function formatPrice($value) method formatWeight (line 223) | protected function formatWeight($value) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AdvancedPricing.php class AdvancedPricing (line 36) | class AdvancedPricing extends AbstractModifier method __construct (line 116) | public function __construct( method modifyMeta (line 146) | public function modifyMeta(array $meta) method modifyData (line 167) | public function modifyData(array $data) method preparePriceFields (line 181) | protected function preparePriceFields($fieldCode) method customizePrice (line 206) | private function customizePrice(): AdvancedPricing method customizeTierPrice (line 229) | private function customizeTierPrice() method getCustomerGroups (line 264) | private function getCustomerGroups() method isScopeGlobal (line 278) | private function isScopeGlobal() method getWebsites (line 291) | private function getWebsites() method getDefaultCustomerGroup (line 332) | private function getDefaultCustomerGroup() method getDefaultWebsite (line 343) | public function getDefaultWebsite() method isShowWebsiteColumn (line 357) | private function isShowWebsiteColumn() method isMultiWebsites (line 370) | private function isMultiWebsites() method isAllowChangeWebsite (line 380) | private function isAllowChangeWebsite() method addAdvancedPriceLink (line 393) | private function addAdvancedPriceLink() method getTierPriceStructure (line 450) | private function getTierPriceStructure($tierPricePath) method specialPriceDataToInline (line 590) | private function specialPriceDataToInline() method customizeAdvancedPricing (line 646) | private function customizeAdvancedPricing() method getStore (line 705) | private function getStore() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Alerts.php class Alerts (line 16) | class Alerts extends AbstractModifier method __construct (line 47) | public function __construct( method modifyData (line 59) | public function modifyData(array $data) method modifyMeta (line 68) | public function modifyMeta(array $meta) method canShowTab (line 109) | private function canShowTab() method getAlertStockFieldset (line 127) | private function getAlertStockFieldset() method getAlertPriceFieldset (line 152) | private function getAlertPriceFieldset() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AttributeSet.php class AttributeSet (line 21) | class AttributeSet extends AbstractModifier method __construct (line 53) | public function __construct( method getOptions (line 69) | public function getOptions() method modifyMeta (line 97) | public function modifyMeta(array $meta) method modifyData (line 131) | public function modifyData(array $data) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Attributes.php class Attributes (line 21) | class Attributes extends AbstractModifier method __construct (line 57) | public function __construct( method modifyData (line 74) | public function modifyData(array $data) method canAddAttributes (line 84) | private function canAddAttributes() method modifyMeta (line 99) | public function modifyMeta(array $meta) method customizeAddAttributeModal (line 123) | private function customizeAddAttributeModal(array $meta) method customizeCreateAttributeModal (line 221) | private function customizeCreateAttributeModal(array $meta) method customizeAttributesGrid (line 305) | private function customizeAttributesGrid(array $meta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Categories.php class Categories (line 29) | class Categories extends AbstractModifier method __construct (line 98) | public function __construct( method getCacheManager (line 122) | private function getCacheManager(): CacheInterface method modifyMeta (line 135) | public function modifyMeta(array $meta) method isAllowed (line 150) | private function isAllowed(): bool method modifyData (line 159) | public function modifyData(array $data) method createNewCategoryModal (line 171) | protected function createNewCategoryModal(array $meta) method customizeCategoriesField (line 231) | protected function customizeCategoriesField(array $meta) method getCategoriesTree (line 338) | protected function getCategoriesTree($filter = null) method getCategoriesTreeCacheId (line 372) | private function getCategoriesTreeCacheId(int $storeId, string $filter... method retrieveShownCategoriesIds (line 387) | private function retrieveShownCategoriesIds(int $storeId, string $filt... method retrieveCategoriesTree (line 423) | private function retrieveCategoriesTree(int $storeId, array $shownCate... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/CustomOptions.php class CustomOptions (line 36) | class CustomOptions extends AbstractModifier method __construct (line 153) | public function __construct( method modifyData (line 173) | public function modifyData(array $data) method formatPriceByPath (line 218) | protected function formatPriceByPath($path, array $data) method modifyMeta (line 233) | public function modifyMeta(array $meta) method createCustomOptionsPanel (line 248) | protected function createCustomOptionsPanel() method getHeaderContainerConfig (line 295) | protected function getHeaderContainerConfig($sortOrder) method getOptionsGridConfig (line 372) | protected function getOptionsGridConfig($sortOrder) method getEnableFieldConfig (line 442) | protected function getEnableFieldConfig($sortOrder) method getImportOptionsModalConfig (line 466) | protected function getImportOptionsModalConfig() method getCommonContainerConfig (line 533) | protected function getCommonContainerConfig($sortOrder) method getStaticTypeContainerConfig (line 595) | protected function getStaticTypeContainerConfig($sortOrder) method getSelectTypeGridConfig (line 632) | protected function getSelectTypeGridConfig($sortOrder) method getOptionIdFieldConfig (line 702) | protected function getOptionIdFieldConfig($sortOrder) method getTitleFieldConfig (line 727) | protected function getTitleFieldConfig($sortOrder, array $options = []) method getTypeFieldConfig (line 758) | protected function getTypeFieldConfig($sortOrder) method getIsRequireFieldConfig (line 834) | protected function getIsRequireFieldConfig($sortOrder) method getPositionFieldConfig (line 864) | protected function getPositionFieldConfig($sortOrder) method getIsDeleteFieldConfig (line 889) | protected function getIsDeleteFieldConfig($sortOrder) method getPriceFieldConfig (line 911) | protected function getPriceFieldConfig($sortOrder) method getPriceFieldConfigForSelectType (line 941) | private function getPriceFieldConfigForSelectType(int $sortOrder) method getPriceTypeFieldConfig (line 957) | protected function getPriceTypeFieldConfig($sortOrder, array $config =... method getSkuFieldConfig (line 990) | protected function getSkuFieldConfig($sortOrder) method getMaxCharactersFieldConfig (line 1015) | protected function getMaxCharactersFieldConfig($sortOrder) method getFileExtensionFieldConfig (line 1043) | protected function getFileExtensionFieldConfig($sortOrder) method getImageSizeXFieldConfig (line 1072) | protected function getImageSizeXFieldConfig($sortOrder) method getImageSizeYFieldConfig (line 1103) | protected function getImageSizeYFieldConfig($sortOrder) method getProductOptionTypes (line 1132) | protected function getProductOptionTypes() method getCurrencySymbol (line 1169) | protected function getCurrencySymbol() method getLocaleCurrency (line 1181) | private function getLocaleCurrency() method formatPrice (line 1196) | protected function formatPrice($value) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php class Eav (line 53) | class Eav extends AbstractModifier method __construct (line 252) | public function __construct( method modifyMeta (line 308) | public function modifyMeta(array $meta) method getAttributesMeta (line 339) | private function getAttributesMeta(array $attributes, $groupCode) method addContainerChildren (line 375) | public function addContainerChildren( method getContainerChildren (line 406) | public function getContainerChildren(ProductAttributeInterface $attrib... method modifyData (line 419) | public function modifyData(array $data) method isPriceAttribute (line 452) | private function isPriceAttribute(ProductAttributeInterface $attribute... method isBundleSpecialPrice (line 465) | private function isBundleSpecialPrice(ProductAttributeInterface $attri... method resolvePersistentData (line 477) | private function resolvePersistentData(array $data) method getProductType (line 500) | private function getProductType() method getPreviousSetId (line 510) | private function getPreviousSetId() method getGroups (line 520) | private function getGroups() method prepareGroupSearchCriteria (line 538) | private function prepareGroupSearchCriteria() method getAttributeSetId (line 551) | private function getAttributeSetId() method getAttributes (line 561) | private function getAttributes() method loadAttributesForGroups (line 576) | private function loadAttributesForGroups(array $groups) method getPreviousSetAttributes (line 629) | private function getPreviousSetAttributes() method isProductExists (line 650) | private function isProductExists() method setupAttributeMeta (line 669) | public function setupAttributeMeta(ProductAttributeInterface $attribut... method getAttributeDefaultValue (line 784) | private function getAttributeDefaultValue(ProductAttributeInterface $a... method convertOptionsValueToString (line 803) | private function convertOptionsValueToString(array $options) : array method addUseDefaultValueCheckbox (line 824) | private function addUseDefaultValueCheckbox(ProductAttributeInterface ... method setupAttributeContainerMeta (line 850) | public function setupAttributeContainerMeta(ProductAttributeInterface ... method setupAttributeData (line 888) | public function setupAttributeData(ProductAttributeInterface $attribute) method customizeCheckbox (line 910) | private function customizeCheckbox(ProductAttributeInterface $attribut... method customizePriceAttribute (line 930) | private function customizePriceAttribute(ProductAttributeInterface $at... method customizeWysiwyg (line 948) | private function customizeWysiwyg(ProductAttributeInterface $attribute... method getFormElementsMapValue (line 967) | private function getFormElementsMapValue($value) method getValue (line 980) | private function getValue(ProductAttributeInterface $attribute) method getScopeLabel (line 994) | private function getScopeLabel(ProductAttributeInterface $attribute) method canDisplayUseDefault (line 1020) | private function canDisplayUseDefault(ProductAttributeInterface $attri... method isScopeGlobal (line 1047) | private function isScopeGlobal($attribute) method getAttributeModel (line 1060) | private function getAttributeModel($attribute) method calculateGroupCode (line 1085) | private function calculateGroupCode(AttributeGroupInterface $group) method getLocaleCurrency (line 1103) | private function getLocaleCurrency() method formatPrice (line 1118) | protected function formatPrice($value) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/CompositeConfigProcessor.php class CompositeConfigProcessor (line 16) | class CompositeConfigProcessor implements WysiwygConfigDataProcessorInte... method __construct (line 33) | public function __construct(Logger $logger, array $eavWysiwygDataProce... method process (line 42) | public function process(\Magento\Catalog\Api\Data\ProductAttributeInte... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/WysiwygConfigDataProcessor.php class WysiwygConfigDataProcessor (line 14) | class WysiwygConfigDataProcessor implements WysiwygConfigDataProcessorIn... method process (line 19) | public function process(\Magento\Catalog\Api\Data\ProductAttributeInte... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/WysiwygConfigDataProcessorInterface.php type WysiwygConfigDataProcessorInterface (line 14) | interface WysiwygConfigDataProcessorInterface method process (line 22) | public function process(\Magento\Catalog\Api\Data\ProductAttributeInte... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php class General (line 21) | class General extends AbstractModifier method __construct (line 50) | public function __construct( method modifyData (line 69) | public function modifyData(array $data) method customizeWeightFormat (line 97) | protected function customizeWeightFormat(array $data) method customizeAdvancedPriceFormat (line 122) | protected function customizeAdvancedPriceFormat(array $data) method modifyMeta (line 146) | public function modifyMeta(array $meta) method prepareFirstPanel (line 164) | protected function prepareFirstPanel(array $meta) method customizeStatusField (line 187) | protected function customizeStatusField(array $meta) method customizeWeightField (line 213) | protected function customizeWeightField(array $meta) method customizeNewDateRangeField (line 291) | protected function customizeNewDateRangeField(array $meta) method customizeNameListeners (line 350) | protected function customizeNameListeners(array $meta) method getLocaleCurrency (line 408) | private function getLocaleCurrency() method formatPrice (line 424) | protected function formatPrice($value) method formatNumber (line 444) | protected function formatNumber($value) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Images.php class Images (line 16) | class Images extends AbstractModifier method __construct (line 38) | public function __construct(LocatorInterface $locator) method modifyMeta (line 47) | public function modifyMeta(array $meta) method modifyData (line 58) | public function modifyData(array $data) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/LayoutUpdate.php class LayoutUpdate (line 19) | class LayoutUpdate implements ModifierInterface method __construct (line 29) | public function __construct(LocatorInterface $locator) method extractLayoutUpdate (line 40) | private function extractLayoutUpdate(ProductInterface $product) method modifyData (line 55) | public function modifyData(array $data) method modifyMeta (line 69) | public function modifyMeta(array $meta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Related.php class Related (line 35) | class Related extends AbstractModifier method __construct (line 123) | public function __construct( method modifyMeta (line 149) | public function modifyMeta(array $meta) method modifyData (line 188) | public function modifyData(array $data) method getPriceModifier (line 241) | private function getPriceModifier() method fillData (line 259) | protected function fillData(ProductInterface $linkedProduct, ProductLi... method getDataScopes (line 281) | protected function getDataScopes() method getRelatedFieldset (line 296) | protected function getRelatedFieldset() method getUpSellFieldset (line 336) | protected function getUpSellFieldset() method getCrossSellFieldset (line 377) | protected function getCrossSellFieldset() method getButtonSet (line 421) | protected function getButtonSet(Phrase $content, Phrase $buttonTitle, ... method getGenericModal (line 474) | protected function getGenericModal(Phrase $title, $scope) method getGrid (line 554) | protected function getGrid($scope) method fillMeta (line 616) | protected function fillMeta() method getTextColumn (line 682) | protected function getTextColumn($dataScope, $fit, Phrase $label, $sor... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/ScheduleDesignUpdate.php class ScheduleDesignUpdate (line 16) | class ScheduleDesignUpdate extends AbstractModifier method __construct (line 34) | public function __construct(ArrayManager $arrayManager) method modifyMeta (line 44) | public function modifyMeta(array $meta) method modifyData (line 55) | public function modifyData(array $data) method customizeDateRangeField (line 67) | protected function customizeDateRangeField(array $meta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/System.php class System (line 17) | class System extends AbstractModifier method __construct (line 50) | public function __construct( method modifyData (line 64) | public function modifyData(array $data) method modifyMeta (line 105) | public function modifyMeta(array $meta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/TierPrice.php class TierPrice (line 23) | class TierPrice extends AbstractModifier method __construct (line 39) | public function __construct( method modifyData (line 51) | public function modifyData(array $data) method modifyMeta (line 63) | public function modifyMeta(array $meta) method getUpdatedTierPriceStructure (line 98) | private function getUpdatedTierPriceStructure(array $priceMeta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php class Websites (line 24) | class Websites extends AbstractModifier method __construct (line 77) | public function __construct( method modifyData (line 95) | public function modifyData(array $data) method modifyMeta (line 123) | public function modifyMeta(array $meta) method getFieldsForFieldset (line 161) | protected function getFieldsForFieldset() method getDynamicRow (line 225) | protected function getDynamicRow($websiteId, $sortOrder) method getWebsitesOptions (line 325) | protected function getWebsitesOptions() method getWebsitesOptionsList (line 339) | protected function getWebsitesOptionsList() method getWebsitesList (line 394) | protected function getWebsitesList() method getWebsitesValues (line 450) | protected function getWebsitesValues() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/NewCategoryDataProvider.php class NewCategoryDataProvider (line 18) | class NewCategoryDataProvider extends AbstractDataProvider method __construct (line 35) | public function __construct( method getData (line 53) | public function getData() method getMeta (line 76) | public function getMeta() method getNotice (line 97) | protected function getNotice() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/ProductDataProvider.php class ProductDataProvider (line 19) | class ProductDataProvider extends AbstractDataProvider method __construct (line 35) | public function __construct( method getData (line 53) | public function getData() method getMeta (line 67) | public function getMeta() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/AdditionalInfo.php class AdditionalInfo (line 15) | class AdditionalInfo implements ProductRenderCollectorInterface method collect (line 20) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Image.php class Image (line 30) | class Image implements ProductRenderCollectorInterface method __construct (line 81) | public function __construct( method collect (line 103) | public function collect(ProductInterface $product, ProductRenderInterf... method emulateImageCreating (line 152) | public function emulateImageCreating(ProductInterface $product, $image... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Price.php class Price (line 23) | class Price implements ProductRenderCollectorInterface method __construct (line 63) | public function __construct( method collect (line 78) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Url.php class Url (line 21) | class Url implements ProductRenderCollectorInterface method __construct (line 64) | public function __construct( method collect (line 79) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/DataProvider.php class DataProvider (line 18) | class DataProvider extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 35) | public function __construct( method getData (line 64) | public function getData() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Modifier/Attributes.php class Attributes (line 16) | class Attributes implements ModifierInterface method __construct (line 32) | public function __construct( method modifyData (line 43) | public function modifyData(array $data) method modifyMeta (line 60) | public function modifyMeta(array $meta) FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/ProductCollection.php class ProductCollection (line 19) | class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Pro... method _productLimitationJoinPrice (line 29) | protected function _productLimitationJoinPrice() method addAttributeToFilter (line 44) | public function addAttributeToFilter($attribute, $condition = null, $j... method addAttributeToFilterAllStores (line 81) | private function addAttributeToFilterAllStores(Attribute $attributeMod... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/ProductCustomOptionsDataProvider.php class ProductCustomOptionsDataProvider (line 22) | class ProductCustomOptionsDataProvider extends ProductDataProvider method __construct (line 56) | public function __construct( method getData (line 89) | public function getData() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/ProductDataProvider.php class ProductDataProvider (line 20) | class ProductDataProvider extends \Magento\Ui\DataProvider\AbstractDataP... method __construct (line 55) | public function __construct( method getData (line 79) | public function getData() method addField (line 105) | public function addField($field, $alias = null) method addFilter (line 117) | public function addFilter(\Magento\Framework\Api\Filter $filter) method getMeta (line 134) | public function getMeta() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/ProductRenderCollectorComposite.php class ProductRenderCollectorComposite (line 14) | class ProductRenderCollectorComposite implements ProductRenderCollectorI... method __construct (line 25) | public function __construct(array $productProviders = []) method collect (line 33) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/ProductRenderCollectorInterface.php type ProductRenderCollectorInterface (line 17) | interface ProductRenderCollectorInterface method collect (line 27) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Related/AbstractDataProvider.php class AbstractDataProvider (line 25) | abstract class AbstractDataProvider extends ProductDataProvider method __construct (line 76) | public function __construct( method getLinkType (line 113) | abstract protected function getLinkType(); method getCollection (line 119) | public function getCollection() method addCollectionFilters (line 148) | protected function addCollectionFilters(Collection $collection) method getProduct (line 177) | protected function getProduct() method getStore (line 196) | protected function getStore() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Related/CrossSellDataProvider.php class CrossSellDataProvider (line 14) | class CrossSellDataProvider extends AbstractDataProvider method getLinkType (line 20) | protected function getLinkType() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Related/RelatedDataProvider.php class RelatedDataProvider (line 14) | class RelatedDataProvider extends AbstractDataProvider method getLinkType (line 20) | protected function getLinkType() FILE: app/code/Magento/Catalog/Ui/DataProvider/Product/Related/UpSellDataProvider.php class UpSellDataProvider (line 14) | class UpSellDataProvider extends AbstractDataProvider method getLinkType (line 20) | protected function getLinkType() FILE: app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php class Breadcrumbs (line 20) | class Breadcrumbs extends DataObject implements ArgumentInterface method __construct (line 46) | public function __construct( method getCategoryUrlSuffix (line 64) | public function getCategoryUrlSuffix() method isCategoryUsedInProductUrl (line 77) | public function isCategoryUsedInProductUrl(): bool method getProductName (line 90) | public function getProductName(): string method getJsonConfigurationHtmlEscaped (line 102) | public function getJsonConfigurationHtmlEscaped() : string method getJsonConfiguration (line 122) | public function getJsonConfiguration() FILE: app/code/Magento/Catalog/ViewModel/Product/Checker/AddToCompareAvailability.php class AddToCompareAvailability (line 18) | class AddToCompareAvailability implements ArgumentInterface method __construct (line 28) | public function __construct(StockConfigurationInterface $stockConfigur... method isAvailableForCompare (line 39) | public function isAvailableForCompare(ProductInterface $product): bool method isInStock (line 54) | private function isInStock(ProductInterface $product): bool FILE: app/code/Magento/Catalog/view/adminhtml/web/catalog/category/assign-products.js function registerCategoryProduct (line 28) | function registerCategoryProduct(grid, element, checked) { function categoryProductRowClick (line 52) | function categoryProductRowClick(grid, event) { function positionChange (line 73) | function positionChange(event) { function categoryProductRowInit (line 88) | function categoryProductRowInit(grid, row) { FILE: app/code/Magento/Catalog/view/adminhtml/web/catalog/product.js function byId (line 17) | function byId(id) { function disableFieldEditMode (line 24) | function disableFieldEditMode(fieldId) { function enableFieldEditMode (line 41) | function enableFieldEditMode(fieldId) { function toogleFieldEditMode (line 59) | function toogleFieldEditMode(toogleIdentifier, fieldId) { function onCompleteDisableInited (line 70) | function onCompleteDisableInited() { function onUrlkeyChanged (line 82) | function onUrlkeyChanged(urlKey) { function onCustomUseParentChanged (line 97) | function onCustomUseParentChanged(element) { FILE: app/code/Magento/Catalog/view/adminhtml/web/js/edit-tree.js function categoryDelete (line 26) | function categoryDelete(url) { function displayLoadingMask (line 37) | function displayLoadingMask() { FILE: app/code/Magento/Catalog/view/adminhtml/web/js/product-gallery.js function bytesToSize (line 25) | function bytesToSize(bytes) { FILE: app/code/Magento/Catalog/view/base/web/js/price-option-date.js function onCalendarDropdownChange (line 27) | function onCalendarDropdownChange(siblings) { function getDaysInMonth (line 52) | function getDaysInMonth(month, year) { function onDateChange (line 61) | function onDateChange(dropdowns) { FILE: app/code/Magento/Catalog/view/base/web/js/price-options.js function defaultGetOptionValue (line 37) | function defaultGetOptionValue(element, optionsConfig) { FILE: app/code/Magento/Catalog/view/base/web/js/price-utils.js function stringPad (line 29) | function stringPad(string, times) { function formatPrice (line 40) | function formatPrice(amount, format, isShowSign) { function objectDeepClone (line 92) | function objectDeepClone(obj) { function findOptionId (line 101) | function findOptionId(element) { FILE: app/code/Magento/Catalog/view/frontend/web/js/product/storage/data-storage.js function getParsedDataFromServer (line 22) | function getParsedDataFromServer(data) { function setLocalStorageItem (line 43) | function setLocalStorageItem(namespace, data) { FILE: app/code/Magento/Catalog/view/frontend/web/js/product/storage/ids-storage.js function setLocalStorageItem (line 20) | function setLocalStorageItem(namespace, data) { FILE: app/code/Magento/Catalog/view/frontend/web/js/product/uenc-processor.js function _isJSON (line 13) | function _isJSON(data) { function _stringProcessor (line 32) | function _stringProcessor(data, placeholder, uenc) { function _objectProcessor (line 49) | function _objectProcessor(data, placeholder, uenc) { FILE: app/code/Magento/Catalog/view/frontend/web/js/view/compare-products.js function initSidebar (line 20) | function initSidebar() { FILE: app/code/Magento/CatalogCmsGraphQl/Model/Resolver/Category/Block.php class Block (line 21) | class Block implements ResolverInterface method __construct (line 31) | public function __construct(BlockProvider $blockProvider) method resolve (line 39) | public function resolve( FILE: app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/Customer/GetCustomerGroup.php class GetCustomerGroup (line 19) | class GetCustomerGroup method __construct (line 35) | public function __construct( method execute (line 50) | public function execute(?int $customerId): int FILE: app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/PriceTiers.php class PriceTiers (line 26) | class PriceTiers implements ResolverInterface method __construct (line 70) | public function __construct( method resolve (line 87) | public function resolve( method formatProductTierPrices (line 128) | private function formatProductTierPrices(array $tierPrices, float $pro... FILE: app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/Product/Price/Tiers.php class Tiers (line 20) | class Tiers method __construct (line 63) | public function __construct( method addProductFilter (line 80) | public function addProductFilter($productId): void method getProductTierPrices (line 91) | public function getProductTierPrices($productId): ?array method getProductRegularPrice (line 109) | public function getProductRegularPrice($productId): ?float method isLoaded (line 128) | public function isLoaded(): bool method load (line 141) | private function load(): void method setProducts (line 163) | private function setProducts(Collection $productCollection): void FILE: app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/TierPrices.php class TierPrices (line 23) | class TierPrices implements ResolverInterface method __construct (line 55) | public function __construct( method resolve (line 68) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/DataProvider/AttributeQuery.php class AttributeQuery (line 18) | class AttributeQuery method __construct (line 70) | public function __construct( method getQuery (line 96) | public function getQuery(array $entityIds, array $attributes, int $sto... method getAttributesFromEntityTable (line 143) | private function getAttributesFromEntityTable( method getAttributesMetaData (line 164) | private function getAttributesMetaData( method getEavAttributes (line 190) | private function getEavAttributes( method buildAttributeCodeExpression (line 256) | private function buildAttributeCodeExpression(array $eavAttributes): \... method getAttributeCodeTables (line 292) | private function getAttributeCodeTables($entityTable, $eavAttributesMe... method getEavAttributeCodes (line 321) | private function getEavAttributeCodes($attributes, $entityTableAttribu... method getEntityTypeId (line 344) | private function getEntityTypeId(): int FILE: app/code/Magento/CatalogGraphQl/DataProvider/Category/Query/CategoryAttributeQuery.php class CategoryAttributeQuery (line 16) | class CategoryAttributeQuery method __construct (line 33) | public function __construct( method getQuery (line 48) | public function getQuery(array $categoryIds, array $categoryAttributes... FILE: app/code/Magento/CatalogGraphQl/DataProvider/CategoryAttributesMapper.php class CategoryAttributesMapper (line 17) | class CategoryAttributesMapper method __construct (line 27) | public function __construct( method getAttributesValues (line 39) | public function getAttributesValues(array $fetchResult): array method formatAttributes (line 63) | private function formatAttributes(array $attributes): array method valueToArray (line 86) | private function valueToArray($value): array method getFieldsOfArrayType (line 96) | private function getFieldsOfArrayType(): array FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/AttributeOptionProvider.php class AttributeOptionProvider (line 25) | class AttributeOptionProvider method __construct (line 35) | public function __construct(ResourceConnection $resourceConnection) method getOptions (line 48) | public function getOptions(array $optionIds, array $attributeCodes = [... method formatResult (line 97) | private function formatResult(\Magento\Framework\DB\Select $select): a... FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Attribute.php class Attribute (line 20) | class Attribute implements LayerBuilderInterface method __construct (line 57) | public function __construct( method build (line 72) | public function build(AggregationInterface $aggregation, ?int $storeId... method getAttributeBuckets (line 108) | private function getAttributeBuckets(AggregationInterface $aggregation) method isBucketEmpty (line 127) | private function isBucketEmpty(?BucketInterface $bucket): bool method getAttributeOptions (line 139) | private function getAttributeOptions(AggregationInterface $aggregation... FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Category.php class Category (line 23) | class Category implements LayerBuilderInterface method __construct (line 72) | public function __construct( method build (line 91) | public function build(AggregationInterface $aggregation, ?int $storeId... method isBucketEmpty (line 147) | private function isBucketEmpty(?BucketInterface $bucket): bool FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Price.php class Price (line 18) | class Price implements LayerBuilderInterface method __construct (line 43) | public function __construct( method build (line 53) | public function build(AggregationInterface $aggregation, ?int $storeId... method isBucketEmpty (line 84) | private function isBucketEmpty(?BucketInterface $bucket): bool FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Formatter/LayerFormatter.php class LayerFormatter (line 13) | class LayerFormatter method buildLayer (line 23) | public function buildLayer($layerName, $itemsCount, $requestName): array method buildItem (line 40) | public function buildItem($label, $value, $count): array FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/LayerBuilder.php class LayerBuilder (line 15) | class LayerBuilder implements LayerBuilderInterface method __construct (line 25) | public function __construct(array $builders) method build (line 33) | public function build(AggregationInterface $aggregation, ?int $storeId... FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/LayerBuilderInterface.php type LayerBuilderInterface (line 30) | interface LayerBuilderInterface method build (line 39) | public function build(AggregationInterface $aggregation, ?int $storeId... FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/RootCategoryProvider.php class RootCategoryProvider (line 15) | class RootCategoryProvider method __construct (line 25) | public function __construct( method getRootCategory (line 37) | public function getRootCategory(int $storeId): int FILE: app/code/Magento/CatalogGraphQl/DataProvider/Product/SearchCriteriaBuilder.php class SearchCriteriaBuilder (line 23) | class SearchCriteriaBuilder method __construct (line 62) | public function __construct( method build (line 85) | public function build(array $args, bool $includeAggregation): SearchCr... method addVisibilityFilter (line 122) | private function addVisibilityFilter(SearchCriteriaInterface $searchCr... method preparePriceAggregation (line 141) | private function preparePriceAggregation(SearchCriteriaInterface $sear... method addFilter (line 159) | private function addFilter(SearchCriteriaInterface $searchCriteria, st... method addDefaultSortOrder (line 177) | private function addDefaultSortOrder(SearchCriteriaInterface $searchCr... method updateRangeFilters (line 196) | private function updateRangeFilters(SearchCriteriaInterface $searchCri... FILE: app/code/Magento/CatalogGraphQl/Model/AggregationOptionTypeResolver.php class AggregationOptionTypeResolver (line 15) | class AggregationOptionTypeResolver implements TypeResolverInterface method resolveType (line 20) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/AggregationOptionTypeResolverComposite.php class AggregationOptionTypeResolverComposite (line 16) | class AggregationOptionTypeResolverComposite implements TypeResolverInte... method __construct (line 26) | public function __construct(array $typeResolvers = []) method resolveType (line 34) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/AttributesJoiner.php class AttributesJoiner (line 16) | class AttributesJoiner method __construct (line 36) | public function __construct(array $fieldToAttributeMap = []) method join (line 48) | public function join(FieldNode $fieldNode, AbstractCollection $collect... method getQueryFields (line 61) | public function getQueryFields(FieldNode $fieldNode): array method addFieldToCollection (line 86) | private function addFieldToCollection(AbstractCollection $collection, ... FILE: app/code/Magento/CatalogGraphQl/Model/CatalogProductTypeResolver.php class CatalogProductTypeResolver (line 15) | class CatalogProductTypeResolver implements TypeResolverInterface method resolveType (line 20) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/Category/CategoryFilter.php class CategoryFilter (line 21) | class CategoryFilter method __construct (line 31) | public function __construct( method applyFilters (line 45) | public function applyFilters(array $args, Collection $categoryCollecti... method addAttributeFilter (line 69) | private function addAttributeFilter($categoryCollection, $field, $cond... method addMatchFilter (line 87) | private function addMatchFilter($categoryCollection, $field, $value, $... FILE: app/code/Magento/CatalogGraphQl/Model/Category/DepthCalculator.php class DepthCalculator (line 15) | class DepthCalculator method calculate (line 23) | public function calculate(FieldNode $fieldNode) : int FILE: app/code/Magento/CatalogGraphQl/Model/Category/Hydrator.php class Hydrator (line 18) | class Hydrator method __construct (line 34) | public function __construct( method hydrateCategory (line 49) | public function hydrateCategory(Category $category, $basicFieldsOnly =... FILE: app/code/Magento/CatalogGraphQl/Model/Category/LevelCalculator.php class LevelCalculator (line 16) | class LevelCalculator method __construct (line 32) | public function __construct( method calculate (line 46) | public function calculate(int $rootCategoryId) : int FILE: app/code/Magento/CatalogGraphQl/Model/CategoryInterfaceTypeResolver.php class CategoryInterfaceTypeResolver (line 16) | class CategoryInterfaceTypeResolver implements \Magento\Framework\GraphQ... method resolveType (line 22) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/Config/AttributeReader.php class AttributeReader (line 19) | class AttributeReader implements ReaderInterface method __construct (line 41) | public function __construct( method read (line 59) | public function read($scope = null) : array FILE: app/code/Magento/CatalogGraphQl/Model/Config/CategoryAttributeReader.php class CategoryAttributeReader (line 20) | class CategoryAttributeReader implements ReaderInterface method __construct (line 64) | public function __construct( method read (line 82) | public function read($scope = null) : array FILE: app/code/Magento/CatalogGraphQl/Model/Config/FilterAttributeReader.php class FilterAttributeReader (line 24) | class FilterAttributeReader implements ReaderInterface method __construct (line 58) | public function __construct( method read (line 75) | public function read($scope = null) : array method getFilterType (line 103) | private function getFilterType(Attribute $attribute): string method getAttributeCollection (line 127) | private function getAttributeCollection() FILE: app/code/Magento/CatalogGraphQl/Model/Config/SortAttributeReader.php class SortAttributeReader (line 16) | class SortAttributeReader implements ReaderInterface method __construct (line 42) | public function __construct( method read (line 57) | public function read($scope = null) : array FILE: app/code/Magento/CatalogGraphQl/Model/CustomizableOptionTypeResolver.php class CustomizableOptionTypeResolver (line 16) | class CustomizableOptionTypeResolver implements TypeResolverInterface method __construct (line 28) | public function __construct(MapperInterface $mapper) method resolveType (line 36) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/Layer/CollectionProvider.php class CollectionProvider (line 15) | class CollectionProvider implements \Magento\Catalog\Model\Layer\ItemCol... method __construct (line 36) | public function __construct( method getCollection (line 49) | public function getCollection(\Magento\Catalog\Model\Category $categor... FILE: app/code/Magento/CatalogGraphQl/Model/Layer/Context.php class Context (line 17) | class Context implements \Magento\Catalog\Model\Layer\ContextInterface method __construct (line 39) | public function __construct( method getCollectionProvider (line 52) | public function getCollectionProvider() : ItemCollectionProviderInterface method getStateKey (line 60) | public function getStateKey() : StateKeyInterface method getCollectionFilter (line 68) | public function getCollectionFilter() : CollectionFilterInterface FILE: app/code/Magento/CatalogGraphQl/Model/LayerFilterItemTypeResolver.php class LayerFilterItemTypeResolver (line 15) | class LayerFilterItemTypeResolver implements TypeResolverInterface method resolveType (line 20) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/LayerFilterItemTypeResolverComposite.php class LayerFilterItemTypeResolverComposite (line 16) | class LayerFilterItemTypeResolverComposite implements TypeResolverInterface method __construct (line 28) | public function __construct(array $typeResolvers = []) method resolveType (line 36) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/MediaGalleryTypeResolver.php class MediaGalleryTypeResolver (line 15) | class MediaGalleryTypeResolver implements TypeResolverInterface method resolveType (line 23) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/Product/Option/DateType.php class DateType (line 20) | class DateType extends ProductDateOptionType method validateUserValue (line 28) | public function validateUserValue($values) method formatValues (line 44) | private function formatValues($values) method useCalendar (line 73) | public function useCalendar() FILE: app/code/Magento/CatalogGraphQl/Model/ProductDataProvider.php class ProductDataProvider (line 17) | class ProductDataProvider method __construct (line 27) | public function __construct(ProductRepositoryInterface $productReposit... method getProductDataById (line 38) | public function getProductDataById(int $productId): array FILE: app/code/Magento/CatalogGraphQl/Model/ProductInterfaceTypeResolverComposite.php class ProductInterfaceTypeResolverComposite (line 16) | class ProductInterfaceTypeResolverComposite implements TypeResolverInter... method __construct (line 26) | public function __construct(array $productTypeNameResolvers = []) method resolveType (line 35) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/ProductLinkTypeResolverComposite.php class ProductLinkTypeResolverComposite (line 16) | class ProductLinkTypeResolverComposite implements TypeResolverInterface method __construct (line 26) | public function __construct(array $productLinksTypeNameResolvers = []) method resolveType (line 34) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/ProductLinksTypeResolver.php class ProductLinksTypeResolver (line 15) | class ProductLinksTypeResolver implements TypeResolverInterface method resolveType (line 25) | public function resolveType(array $data) : string FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Aggregations.php class Aggregations (line 19) | class Aggregations implements ResolverInterface method __construct (line 35) | public function __construct( method resolve (line 46) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Categories.php class Categories (line 27) | class Categories implements ResolverInterface method __construct (line 80) | public function __construct( method resolve (line 103) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/Breadcrumbs.php class Breadcrumbs (line 19) | class Breadcrumbs implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 38) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/CanonicalUrl.php class CanonicalUrl (line 21) | class CanonicalUrl implements ResolverInterface method __construct (line 30) | public function __construct(CategoryHelper $categoryHelper) method resolve (line 38) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/CategoriesIdentity.php class CategoriesIdentity (line 15) | class CategoriesIdentity implements IdentityInterface method getIdentities (line 26) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/CategoryHtmlAttribute.php class CategoryHtmlAttribute (line 20) | class CategoryHtmlAttribute implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/CategoryTreeIdentity.php class CategoryTreeIdentity (line 15) | class CategoryTreeIdentity implements IdentityInterface method getIdentities (line 26) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/CheckCategoryIsActive.php class CheckCategoryIsActive (line 18) | class CheckCategoryIsActive method __construct (line 34) | public function __construct( method execute (line 48) | public function execute(int $categoryId): void FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/DataProvider/Breadcrumbs.php class Breadcrumbs (line 15) | class Breadcrumbs method __construct (line 25) | public function __construct( method getData (line 38) | public function getData(string $categoryPath): array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/Image.php class Image (line 20) | class Image implements ResolverInterface method __construct (line 28) | public function __construct(DirectoryList $directoryList) method resolve (line 36) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/Products.php class Products (line 24) | class Products implements ResolverInterface method __construct (line 60) | public function __construct( method resolve (line 78) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/ProductsCount.php class ProductsCount (line 22) | class ProductsCount implements ResolverInterface method __construct (line 44) | public function __construct( method resolve (line 57) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Category/SortFields.php class SortFields (line 19) | class SortFields implements ResolverInterface method __construct (line 35) | public function __construct( method resolve (line 46) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/CategoryList.php class CategoryList (line 23) | class CategoryList implements ResolverInterface method __construct (line 51) | public function __construct( method resolve (line 66) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method fetchCategories (line 101) | private function fetchCategories(array $categoryIds, ResolveInfo $info) FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/CategoryTree.php class CategoryTree (line 22) | class CategoryTree implements ResolverInterface method __construct (line 49) | public function __construct( method resolve (line 62) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Layer/DataProvider/Filters.php class Filters (line 17) | class Filters method __construct (line 33) | public function __construct( method getData (line 50) | public function getData(string $layerType, array $attributesToFilter =... method isNeedToAddFilter (line 83) | private function isNeedToAddFilter(AbstractFilter $filter, array $attr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Layer/FilterableAttributesListFactory.php class FilterableAttributesListFactory (line 18) | class FilterableAttributesListFactory method __construct (line 30) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 42) | public function create(string $type, array $data = []) : FilterableAtt... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Layer/FiltersProvider.php class FiltersProvider (line 16) | class FiltersProvider method __construct (line 38) | public function __construct( method getFilters (line 54) | public function getFilters(string $layerType) : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/LayerFilters.php class LayerFilters (line 17) | class LayerFilters implements ResolverInterface method __construct (line 27) | public function __construct( method resolve (line 36) | public function resolve( method prepareAttributesResults (line 57) | private function prepareAttributesResults(array $value): ?array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product.php class Product (line 22) | class Product implements ResolverInterface method __construct (line 44) | public function __construct( method resolve (line 57) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/BatchProductLinks.php class BatchProductLinks (line 20) | class BatchProductLinks implements BatchServiceContractResolverInterface method getServiceContract (line 30) | public function getServiceContract(): array method convertToServiceArgument (line 38) | public function convertToServiceArgument(ResolveRequestInterface $requ... method convertFromServiceResult (line 53) | public function convertFromServiceResult($result, ResolveRequestInterf... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/CanonicalUrl.php class CanonicalUrl (line 21) | class CanonicalUrl implements ResolverInterface method __construct (line 29) | public function __construct(ProductHelper $productHelper) method resolve (line 37) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/EntityIdToId.php class EntityIdToId (line 23) | class EntityIdToId implements ResolverInterface method __construct (line 33) | public function __construct(MetadataPool $metadataPool) method resolve (line 41) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Identity.php class Identity (line 15) | class Identity implements IdentityInterface method getIdentities (line 26) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/MediaGallery.php class MediaGallery (line 22) | class MediaGallery implements ResolverInterface method resolve (line 37) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/MediaGallery/Url.php class Url (line 21) | class Url implements ResolverInterface method __construct (line 42) | public function __construct( method resolve (line 53) | public function resolve( method getImageUrl (line 87) | private function getImageUrl(string $imageType, ?string $imagePath): s... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/MediaGalleryEntries.php class MediaGalleryEntries (line 23) | class MediaGalleryEntries implements ResolverInterface method resolve (line 38) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/NewFromTo.php class NewFromTo (line 21) | class NewFromTo implements ResolverInterface method resolve (line 36) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Options.php class Options (line 21) | class Options implements ResolverInterface method resolve (line 36) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Price.php class Price (line 26) | class Price implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 55) | public function resolve( method createAdjustmentsArray (line 102) | private function createAdjustmentsArray(array $adjustments, AmountInte... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Price/Discount.php class Discount (line 13) | class Discount method getDiscountByDifference (line 27) | public function getDiscountByDifference(float $regularPrice, float $fi... method getDiscountByPercent (line 42) | public function getDiscountByPercent(float $regularPrice, float $perce... method getPriceDifferenceAsValue (line 57) | private function getPriceDifferenceAsValue(float $regularPrice, float ... method getPriceDifferenceAsPercent (line 73) | private function getPriceDifferenceAsPercent(float $regularPrice, floa... method getPercentDiscountAsValue (line 91) | private function getPercentDiscountAsValue(float $regularPrice, float ... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Price/Provider.php class Provider (line 18) | class Provider implements ProviderInterface method getMinimalFinalPrice (line 23) | public function getMinimalFinalPrice(SaleableInterface $product): Amou... method getMinimalRegularPrice (line 33) | public function getMinimalRegularPrice(SaleableInterface $product): Am... method getMaximalFinalPrice (line 41) | public function getMaximalFinalPrice(SaleableInterface $product): Amou... method getMaximalRegularPrice (line 51) | public function getMaximalRegularPrice(SaleableInterface $product): Am... method getRegularPrice (line 59) | public function getRegularPrice(SaleableInterface $product): AmountInt... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Price/ProviderInterface.php type ProviderInterface (line 16) | interface ProviderInterface method getMinimalFinalPrice (line 24) | public function getMinimalFinalPrice(SaleableInterface $product): Amou... method getMinimalRegularPrice (line 32) | public function getMinimalRegularPrice(SaleableInterface $product): Am... method getMaximalFinalPrice (line 40) | public function getMaximalFinalPrice(SaleableInterface $product): Amou... method getMaximalRegularPrice (line 48) | public function getMaximalRegularPrice(SaleableInterface $product): Am... method getRegularPrice (line 56) | public function getRegularPrice(SaleableInterface $product): AmountInt... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Price/ProviderPool.php class ProviderPool (line 13) | class ProviderPool method __construct (line 25) | public function __construct(array $providers) method getProviderByProductType (line 36) | public function getProviderByProductType(string $productType): Provide... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/PriceRange.php class PriceRange (line 23) | class PriceRange implements ResolverInterface method __construct (line 39) | public function __construct(PriceProviderPool $priceProviderPool, Disc... method resolve (line 48) | public function resolve( method getMinimumProductPrice (line 84) | private function getMinimumProductPrice(SaleableInterface $product, St... method getMaximumProductPrice (line 101) | private function getMaximumProductPrice(SaleableInterface $product, St... method formatPrice (line 119) | private function formatPrice(float $regularPrice, float $finalPrice, S... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductCategories.php class ProductCategories (line 20) | class ProductCategories method __construct (line 42) | public function __construct( method getCategoryIdsByProduct (line 59) | public function getCategoryIdsByProduct(int $productId, int $storeId) method getCatalogCategoryProductTableName (line 87) | private function getCatalogCategoryProductTableName(int $storeId) FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductComplexTextAttribute.php class ProductComplexTextAttribute (line 20) | class ProductComplexTextAttribute implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductFieldsSelector.php class ProductFieldsSelector (line 16) | class ProductFieldsSelector method __construct (line 26) | public function __construct(FieldTranslator $fieldTranslator) method getProductFieldsFromInfo (line 38) | public function getProductFieldsFromInfo(ResolveInfo $info, string $pr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductImage.php class ProductImage (line 19) | class ProductImage implements ResolverInterface method __construct (line 34) | public function __construct( method resolve (line 43) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductLinks.php class ProductLinks (line 23) | class ProductLinks implements ResolverInterface method resolve (line 43) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Websites.php class Websites (line 20) | class Websites implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 47) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Product/Websites/Collection.php class Collection (line 18) | class Collection method __construct (line 44) | public function __construct( method addIdFilters (line 58) | public function addIdFilters(int $productId) : void method getWebsiteForProductId (line 71) | public function getWebsiteForProductId(int $productId) : array method fetch (line 87) | private function fetch() : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products.php class Products (line 24) | class Products implements ResolverInterface method __construct (line 61) | public function __construct( method resolve (line 79) | public function resolve( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Attributes/Collection.php class Collection (line 18) | class Collection method __construct (line 33) | public function __construct(AttributeCollectionFactory $collectionFact... method getAttributes (line 43) | public function getAttributes() : AttributeCollection method getRequestAttributes (line 78) | public function getRequestAttributes(array $fieldNames) : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CategoryTree.php class CategoryTree (line 24) | class CategoryTree method __construct (line 63) | public function __construct( method getTree (line 84) | public function getTree(ResolveInfo $resolveInfo, int $rootCategoryId)... method joinAttributesRecursively (line 129) | private function joinAttributesRecursively(Collection $collection, Fie... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CustomAttributesFlattener.php class CustomAttributesFlattener (line 13) | class CustomAttributesFlattener method flatten (line 21) | public function flatten(array $categoryData) : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Deferred/Product.php class Product (line 17) | class Product method __construct (line 48) | public function __construct( method addProductSku (line 62) | public function addProductSku(string $sku) : void method addProductSkus (line 78) | public function addProductSkus(array $skus) : void method addEavAttributes (line 96) | public function addEavAttributes(array $attributeCodes) : void method getProductBySku (line 107) | public function getProductBySku(string $sku) : array method fetch (line 123) | private function fetch() : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ExtractDataFromCategoryTree.php class ExtractDataFromCategoryTree (line 16) | class ExtractDataFromCategoryTree method __construct (line 36) | public function __construct( method execute (line 48) | public function execute(\Iterator $iterator): array method areParentsActive (line 84) | private function areParentsActive( method mergeCategoriesTrees (line 109) | private function mergeCategoriesTrees(array &$tree1, array &$tree2): a... method explodePathToArray (line 129) | private function explodePathToArray(array $pathElements, int $index): ... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Image/Placeholder.php class Placeholder (line 16) | class Placeholder method __construct (line 32) | public function __construct( method getPlaceholder (line 46) | public function getPlaceholder(string $imageType): string FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Image/Placeholder/Theme.php class Theme (line 17) | class Theme method __construct (line 39) | public function __construct( method getThemeData (line 55) | public function getThemeData(): array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product.php class Product (line 21) | class Product method __construct (line 55) | public function __construct( method getList (line 78) | public function getList( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionPostProcessor.php class CollectionPostProcessor (line 15) | class CollectionPostProcessor method process (line 24) | public function process(Collection $collection, array $attributeNames)... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/AttributeProcessor.php class AttributeProcessor (line 19) | class AttributeProcessor implements CollectionProcessorInterface method __construct (line 31) | public function __construct($fieldToAttributeMap = []) method process (line 39) | public function process( method addAttribute (line 78) | private function addAttribute(Collection $collection, string $attribut... method addAttributeAsArray (line 100) | private function addAttributeAsArray(Collection $collection, array $at... method addAttributeComplexArrayToCollection (line 118) | private function addAttributeComplexArrayToCollection(Collection $coll... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/ExtensibleEntityProcessor.php class ExtensibleEntityProcessor (line 20) | class ExtensibleEntityProcessor implements CollectionProcessorInterface method __construct (line 30) | public function __construct(JoinProcessorInterface $joinProcessor) method process (line 42) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/MediaGalleryProcessor.php class MediaGalleryProcessor (line 20) | class MediaGalleryProcessor implements CollectionProcessorInterface method __construct (line 32) | public function __construct(MediaConfig $mediaConfig) method process (line 40) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/RequiredColumnsProcessor.php class RequiredColumnsProcessor (line 19) | class RequiredColumnsProcessor implements CollectionProcessorInterface method process (line 24) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/SearchCriteriaProcessor.php class SearchCriteriaProcessor (line 20) | class SearchCriteriaProcessor implements CollectionProcessorInterface method __construct (line 30) | public function __construct(SearchCriteriaApplier $searchCriteriaApplier) method process (line 38) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/StockProcessor.php class StockProcessor (line 21) | class StockProcessor implements CollectionProcessorInterface method __construct (line 37) | public function __construct(StockConfigurationInterface $stockConfig, ... method process (line 46) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessor/VisibilityStatusProcessor.php class VisibilityStatusProcessor (line 19) | class VisibilityStatusProcessor implements CollectionProcessorInterface method process (line 24) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CollectionProcessorInterface.php type CollectionProcessorInterface (line 16) | interface CollectionProcessorInterface method process (line 26) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/CompositeCollectionProcessor.php class CompositeCollectionProcessor (line 16) | class CompositeCollectionProcessor implements CollectionProcessorInterface method __construct (line 26) | public function __construct(array $collectionProcessors = []) method process (line 34) | public function process( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ProductSearch.php class ProductSearch (line 24) | class ProductSearch method __construct (line 58) | public function __construct( method getList (line 80) | public function getList( method getSearchResultsApplier (line 110) | private function getSearchResultsApplier( method getSortOrderArray (line 132) | private function getSortOrderArray(SearchCriteriaInterface $searchCrit... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/FilterArgument/ProductEntityAttributesForAst.php class ProductEntityAttributesForAst (line 18) | class ProductEntityAttributesForAst implements FieldEntityAttributesInte... method __construct (line 36) | public function __construct( method getEntityAttributes (line 52) | public function getEntityAttributes() : array FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Query/FieldSelection.php class FieldSelection (line 17) | class FieldSelection method __construct (line 27) | public function __construct(FieldTranslator $fieldTranslator) method getProductsFieldSelection (line 38) | public function getProductsFieldSelection(ResolveInfo $resolveInfo): a... method getProductFields (line 49) | private function getProductFields(ResolveInfo $info): array method collectProductFieldNames (line 76) | private function collectProductFieldNames(SelectionNode $selection, ar... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Query/Filter.php class Filter (line 19) | class Filter method __construct (line 47) | public function __construct( method getResult (line 67) | public function getResult( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Query/Search.php class Search (line 21) | class Search method __construct (line 61) | public function __construct( method getResult (line 85) | public function getResult( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/SearchCriteria/CollectionProcessor/FilterProcessor/CategoryFilter.php class CategoryFilter (line 21) | class CategoryFilter implements CustomFilterInterface method __construct (line 37) | public function __construct( method apply (line 55) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/SearchCriteria/Helper/Filter.php class Filter (line 18) | class Filter method __construct (line 34) | public function __construct(FilterGroupBuilder $filterGroupBuilder, Fi... method generate (line 48) | public function generate(string $field, string $condition, $value) : Item method add (line 64) | public function add(SearchCriteriaInterface $searchCriteria, Item $fil... method remove (line 80) | public function remove(SearchCriteriaInterface $searchCriteria, string... FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/SearchResult.php class SearchResult (line 15) | class SearchResult method __construct (line 22) | public function __construct(array $data) method getTotalCount (line 32) | public function getTotalCount() : int method getProductsSearchResult (line 42) | public function getProductsSearchResult() : array method getSearchAggregation (line 52) | public function getSearchAggregation(): ?AggregationInterface method getPageSize (line 62) | public function getPageSize(): int method getCurrentPage (line 72) | public function getCurrentPage(): int method getTotalPages (line 82) | public function getTotalPages(): int FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/Products/SearchResultFactory.php class SearchResultFactory (line 15) | class SearchResultFactory method __construct (line 25) | public function __construct(ObjectManagerInterface $objectManager) method create (line 36) | public function create( FILE: app/code/Magento/CatalogGraphQl/Model/Resolver/RootCategoryId.php class RootCategoryId (line 17) | class RootCategoryId implements ResolverInterface method resolve (line 22) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogGraphQl/Model/Search/Adapter/Mysql/Query/Builder/Match.php class BuilderMatch (line 20) | class Match extends BuilderMatch method __construct (line 34) | public function __construct( method prepareQuery (line 48) | protected function prepareQuery($queryValue, $conditionType) FILE: app/code/Magento/CatalogGraphQl/Plugin/DesignLoader.php class DesignLoader (line 19) | class DesignLoader method __construct (line 35) | public function __construct( method beforeCreate (line 53) | public function beforeCreate( FILE: app/code/Magento/CatalogGraphQl/Plugin/Search/Request/ConfigReader.php class ConfigReader (line 25) | class ConfigReader method __construct (line 60) | public function __construct( method afterRead (line 78) | public function afterRead( method getSearchableAttributes (line 101) | private function getSearchableAttributes(): array method generateRequest (line 125) | private function generateRequest() method addSearchAttributeToFullTextSearch (line 181) | private function addSearchAttributeToFullTextSearch(Attribute $attribu... method generateRangeFilter (line 199) | private function generateRangeFilter(string $filterName, Attribute $at... method generateTermFilter (line 217) | private function generateTermFilter(string $filterName, Attribute $att... method generateFilterQuery (line 234) | private function generateFilterQuery(string $queryName, string $filter... method generateMatchQuery (line 254) | private function generateMatchQuery(string $queryName, Attribute $attr... method isExactMatchAttribute (line 275) | private function isExactMatchAttribute(Attribute $attribute) FILE: app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product/Price/DiscountTest.php class DiscountTest (line 13) | class DiscountTest extends TestCase method setUp (line 20) | protected function setUp() method testGetPriceDiscount (line 32) | public function testGetPriceDiscount($regularPrice, $finalPrice, $expe... method priceDataProvider (line 47) | public function priceDataProvider() FILE: app/code/Magento/CatalogImportExport/Model/Export/Product.php class Product (line 26) | class Product extends \Magento\ImportExport\Model\Export\Entity\Abstract... method __construct (line 374) | public function __construct( method initAttributeSets (line 423) | protected function initAttributeSets() method initCategories (line 437) | protected function initCategories() method initTypeModels (line 468) | protected function initTypeModels() method initWebsites (line 511) | protected function initWebsites() method getMediaGallery (line 526) | protected function getMediaGallery(array $productIds) method prepareCatalogInventory (line 583) | protected function prepareCatalogInventory(array $productIds) method prepareLinks (line 617) | protected function prepareLinks(array $productIds) method updateDataWithCategoryColumns (line 686) | protected function updateDataWithCategoryColumns(&$dataRow, &$rowCateg... method _getHeaderColumns (line 710) | public function _getHeaderColumns() method getNonSystemAttributes (line 720) | private function getNonSystemAttributes(): array method setHeaderColumns (line 740) | protected function setHeaderColumns($customOptionsData, $stockItemRows) method _getExportMainAttrCodes (line 788) | protected function _getExportMainAttrCodes() method _getEntityCollection (line 799) | protected function _getEntityCollection($resetCollection = false) method getItemsPerPage (line 812) | protected function getItemsPerPage() method paginateCollection (line 862) | protected function paginateCollection($page, $pageSize) method export (line 872) | public function export() method _prepareEntityCollection (line 911) | protected function _prepareEntityCollection(\Magento\Eav\Model\Entity\... method getExportData (line 935) | protected function getExportData() method loadCollection (line 976) | protected function loadCollection(): array method collectRawData (line 1002) | protected function collectRawData() method wrapValue (line 1103) | private function wrapValue($value) method collectMultirawData (line 1121) | protected function collectMultirawData() method hasMultiselectData (line 1167) | protected function hasMultiselectData($item, $storeId) method collectMultiselectValues (line 1181) | protected function collectMultiselectValues($item, $attrCode, $storeId) method isValidAttributeValue (line 1206) | protected function isValidAttributeValue($code, $value) method appendMultirowData (line 1234) | private function appendMultirowData(&$dataRow, $multiRawData) method addMultirowData (line 1375) | protected function addMultirowData($dataRow, $multiRawData) method _customFieldsMapping (line 1388) | protected function _customFieldsMapping($rowData) method _customHeadersMapping (line 1406) | protected function _customHeadersMapping($rowData) method optionRowToCellString (line 1422) | protected function optionRowToCellString($option) method getCustomOptionsData (line 1445) | protected function getCustomOptionsData($productIds) method getOptionValue (line 1518) | private function getOptionValue($optionName, $defaultOptionsData, $opt... method filterAttributeCollection (line 1541) | public function filterAttributeCollection(\Magento\Eav\Model\ResourceM... method getAttributeCollection (line 1575) | public function getAttributeCollection() method getEntityTypeCode (line 1585) | public function getEntityTypeCode() method initAttributes (line 1595) | protected function initAttributes() method getMetadataPool (line 1613) | private function getMetadataPool() method getProductEntityLinkField (line 1628) | protected function getProductEntityLinkField() method quoteCategoryDelimiter (line 1644) | private function quoteCategoryDelimiter($string) FILE: app/code/Magento/CatalogImportExport/Model/Export/Product/Type/AbstractType.php class AbstractType (line 16) | abstract class AbstractType method getDisabledAttrs (line 44) | public function getDisabledAttrs() method getIndexValueAttributes (line 54) | public function getIndexValueAttributes() method isSuitable (line 64) | public function isSuitable() method overrideAttribute (line 75) | public function overrideAttribute(Attribute $attribute) FILE: app/code/Magento/CatalogImportExport/Model/Export/Product/Type/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/CatalogImportExport/Model/Export/Product/Type/Simple.php class Simple (line 14) | class Simple extends \Magento\CatalogImportExport\Model\Export\Product\T... FILE: app/code/Magento/CatalogImportExport/Model/Export/RowCustomizer/Composite.php class Composite (line 17) | class Composite implements RowCustomizerInterface method __construct (line 33) | public function __construct(ObjectManagerInterface $objectManager, $cu... method prepareData (line 46) | public function prepareData($collection, $productIds) method addHeaderColumns (line 59) | public function addHeaderColumns($columns) method addData (line 74) | public function addData($dataRow, $productId) method getAdditionalRowsCount (line 89) | public function getAdditionalRowsCount($additionalRowsCount, $productId) FILE: app/code/Magento/CatalogImportExport/Model/Export/RowCustomizerInterface.php type RowCustomizerInterface (line 14) | interface RowCustomizerInterface method prepareData (line 23) | public function prepareData($collection, $productIds); method addHeaderColumns (line 31) | public function addHeaderColumns($columns); method addData (line 40) | public function addData($dataRow, $productId); method getAdditionalRowsCount (line 49) | public function getAdditionalRowsCount($additionalRowsCount, $productId); FILE: app/code/Magento/CatalogImportExport/Model/Import/Product.php class Product (line 44) | class Product extends \Magento\ImportExport\Model\Import\Entity\Abstract... method __construct (line 799) | public function __construct( method isAttributeValid (line 910) | public function isAttributeValid($attrCode, array $attrParams, array $... method getMultipleValueSeparator (line 926) | public function getMultipleValueSeparator() method getEmptyAttributeValueConstant (line 939) | public function getEmptyAttributeValueConstant() method getOptionEntity (line 952) | public function getOptionEntity() method getMediaGalleryAttributeId (line 962) | public function getMediaGalleryAttributeId() method retrieveProductTypeByName (line 978) | public function retrieveProductTypeByName($name) method setParameters (line 992) | public function setParameters(array $params) method deleteProductsForReplacement (line 1005) | public function deleteProductsForReplacement() method _deleteProducts (line 1024) | protected function _deleteProducts() method _importData (line 1076) | protected function _importData() method _replaceProducts (line 1096) | protected function _replaceProducts() method _saveProductsData (line 1117) | protected function _saveProductsData() method _initAttributeSets (line 1138) | protected function _initAttributeSets() method _initSkus (line 1152) | protected function _initSkus() method initImagesArrayKeys (line 1164) | private function initImagesArrayKeys() method _initTypeModels (line 1176) | protected function _initTypeModels() method _initErrorTemplates (line 1213) | protected function _initErrorTemplates() method _prepareRowForDb (line 1229) | protected function _prepareRowForDb(array $rowData) method _saveLinks (line 1259) | protected function _saveLinks() method _saveProductAttributes (line 1290) | protected function _saveProductAttributes(array $attributesData) method _saveProductCategories (line 1320) | protected function _saveProductCategories(array $categoriesData) method saveProductEntity (line 1360) | public function saveProductEntity(array $entityRowsIn, array $entityRo... method getOldSkuFieldsForSelect (line 1401) | private function getOldSkuFieldsForSelect() method updateOldSku (line 1412) | private function updateOldSku(array $newProducts) method getNewSkuFieldsForSelect (line 1435) | private function getNewSkuFieldsForSelect() method initMediaGalleryResources (line 1451) | protected function initMediaGalleryResources() method getExistingImages (line 1471) | protected function getExistingImages($bunch) method getImagesFromRow (line 1482) | public function getImagesFromRow(array $rowData) method _saveProducts (line 1519) | protected function _saveProducts() method getImagesHiddenStates (line 1909) | private function getImagesHiddenStates($rowData) method processRowCategories (line 1935) | protected function processRowCategories($rowData) method getProductWebsites (line 1969) | public function getProductWebsites($productSku) method getProductCategories (line 1980) | public function getProductCategories($productSku) method getStoreIdByCode (line 1991) | public function getStoreIdByCode($storeCode) method _saveProductTierPrices (line 2005) | protected function _saveProductTierPrices(array $tierPriceData) method _getUploader (line 2044) | protected function _getUploader() method getUploader (line 2086) | public function getUploader() method uploadMediaFiles (line 2101) | protected function uploadMediaFiles($fileName, $renameFileOff = false) method getSystemFile (line 2118) | private function getSystemFile($fileName) method _saveMediaGallery (line 2133) | protected function _saveMediaGallery(array $mediaGalleryData) method _saveProductWebsites (line 2149) | protected function _saveProductWebsites(array $websiteData) method _saveStockItem (line 2186) | protected function _saveStockItem() method reindexProducts (line 2225) | private function reindexProducts($productIdsToReindex = []) method retrieveAttributeByCode (line 2239) | public function retrieveAttributeByCode($attrCode) method getAttrSetIdToName (line 2256) | public function getAttrSetIdToName() method getConnection (line 2266) | public function getConnection() method getEntityTypeCode (line 2277) | public function getEntityTypeCode() method getNewSku (line 2291) | public function getNewSku($sku = null) method getNextBunch (line 2301) | public function getNextBunch() method getOldSku (line 2314) | public function getOldSku() method getCategoryProcessor (line 2324) | public function getCategoryProcessor() method getRowScope (line 2335) | public function getRowScope(array $rowData) method validateRow (line 2354) | public function validateRow(array $rowData, $rowNum) method isNeedToValidateUrlKey (line 2507) | private function isNeedToValidateUrlKey($rowData) method prepareNewSkuData (line 2527) | private function prepareNewSkuData($sku) method _parseAdditionalAttributes (line 2546) | private function _parseAdditionalAttributes($rowData) method getAdditionalAttributes (line 2567) | private function getAdditionalAttributes($additionalAttributes) method parseAttributesWithoutWrappedValues (line 2587) | private function parseAttributesWithoutWrappedValues($attributesData) method parseAttributesWithWrappedValues (line 2626) | private function parseAttributesWithWrappedValues($attributesData) method parseMultiselectValues (line 2652) | public function parseMultiselectValues($values, $delimiter = self::PSE... method getMultiLineSeparatorForRegexp (line 2673) | private function getMultiLineSeparatorForRegexp() method _setStockUseConfigFieldsValues (line 2690) | private function _setStockUseConfigFieldsValues($rowData) method _customFieldsMapping (line 2717) | private function _customFieldsMapping($rowData) method _saveValidatedBunches (line 2745) | protected function _saveValidatedBunches() method checkUrlKeyDuplicates (line 2775) | protected function checkUrlKeyDuplicates() method getProductUrlSuffix (line 2809) | protected function getProductUrlSuffix($storeId = null) method getUrlKey (line 2829) | protected function getUrlKey($rowData) method getResource (line 2851) | protected function getResource() method isNeedToChangeUrlKey (line 2865) | private function isNeedToChangeUrlKey(array $rowData): bool method getProductEntityLinkField (line 2884) | private function getProductEntityLinkField() method getProductIdentifierField (line 2899) | private function getProductIdentifierField() method updateMediaGalleryLabels (line 2915) | private function updateMediaGalleryLabels(array $labels) method updateMediaGalleryVisibility (line 2928) | private function updateMediaGalleryVisibility(array $images) method parseMultipleValues (line 2943) | private function parseMultipleValues($labelRow) method isSkuExist (line 2957) | private function isSkuExist($sku) method getExistingSku (line 2969) | private function getExistingSku($sku) method formatStockDataForRow (line 2980) | private function formatStockDataForRow(array $rowData): array method retrieveProductBySku (line 3022) | private function retrieveProductBySku($sku) method skipRow (line 3041) | private function skipRow( method getValidationErrorLevel (line 3059) | private function getValidationErrorLevel($sku): string method processLinkBunches (line 3077) | private function processLinkBunches( method deleteProductsLinks (line 3164) | private function deleteProductsLinks(Link $resource, array $linksToDel... method fetchProductLinks (line 3187) | private function fetchProductLinks(Link $resource, int $productId) : a... method getProductLinkedId (line 3211) | private function getProductLinkedId(string $linkedSku) : ?int method saveLinksData (line 3228) | private function saveLinksData(Link $resource, array $productIds, arra... method composeLinkKey (line 3258) | private function composeLinkKey(int $productId, int $linkedId, int $li... FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/CategoryProcessor.php class CategoryProcessor (line 14) | class CategoryProcessor method __construct (line 59) | public function __construct( method initCategories (line 73) | protected function initCategories() method createCategory (line 111) | protected function createCategory($name, $parentId) method upsertCategory (line 135) | protected function upsertCategory($categoryPath) method upsertCategories (line 165) | public function upsertCategories($categoriesString, $categoriesSeparator) method addFailedCategory (line 189) | private function addFailedCategory($category, $exception) method getFailedCategories (line 205) | public function getFailedCategories() method clearFailedCategories (line 216) | public function clearFailedCategories() method getCategoryById (line 229) | public function getCategoryById($categoryId) method standardizeString (line 242) | private function standardizeString($string) method quoteDelimiter (line 253) | private function quoteDelimiter($string) method unquoteDelimiter (line 264) | private function unquoteDelimiter($string) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/ImageTypeProcessor.php class ImageTypeProcessor (line 10) | class ImageTypeProcessor method __construct (line 20) | public function __construct( method getImageTypes (line 29) | public function getImageTypes() FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/MediaGalleryProcessor.php class MediaGalleryProcessor (line 20) | class MediaGalleryProcessor method __construct (line 88) | public function __construct( method saveMediaGallery (line 108) | public function saveMediaGallery(array $mediaGalleryData) method updateMediaGalleryLabels (line 153) | public function updateMediaGalleryLabels(array $labels) method updateMediaGalleryVisibility (line 164) | public function updateMediaGalleryVisibility(array $images) method updateMediaGalleryField (line 176) | private function updateMediaGalleryField(array $data, $field) method getExistingImages (line 220) | public function getExistingImages(array $bunch) method initMediaGalleryResources (line 277) | private function initMediaGalleryResources() method getLastMediaPositionPerProduct (line 298) | private function getLastMediaPositionPerProduct(int $storeId, array $p... method processMediaPerStore (line 336) | private function processMediaPerStore( method getProductEntityLinkField (line 402) | private function getProductEntityLinkField() method getResource (line 416) | private function getResource() FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php class Option (line 28) | class Option extends \Magento\ImportExport\Model\Import\Entity\AbstractE... method __construct (line 359) | public function __construct( method _initMessageTemplates (line 425) | protected function _initMessageTemplates() method _initTables (line 482) | protected function _initTables(array $data) method _initStores (line 503) | protected function _initStores(array $data) method _initSourceEntities (line 523) | protected function _initSourceEntities(array $data) method _initOldCustomOptions (line 566) | protected function _initOldCustomOptions() method getEntityTypeCode (line 615) | public function getEntityTypeCode() method validateAmbiguousData (line 628) | public function validateAmbiguousData() method _findNewOptionsWithTheSameTitles (line 655) | protected function _findNewOptionsWithTheSameTitles() method _getNewOptionsWithTheSameTitlesErrorRows (line 674) | protected function _getNewOptionsWithTheSameTitlesErrorRows(array $sou... method _findOldOptionsWithTheSameTitles (line 708) | protected function _findOldOptionsWithTheSameTitles() method _findNewOldOptionsTypeMismatch (line 744) | protected function _findNewOldOptionsTypeMismatch() method _findExistingOptionId (line 777) | protected function _findExistingOptionId(array $newOptionData, array $... method _addRowsErrors (line 802) | protected function _addRowsErrors($errorCode, array $errorNumbers) method _validateMainRow (line 816) | protected function _validateMainRow(array $rowData, $rowNumber) method _validateMainRowAdditionalData (line 851) | protected function _validateMainRowAdditionalData(array $rowData, $row... method _saveNewOptionData (line 868) | protected function _saveNewOptionData(array $rowData, $rowNumber) method _validateSecondaryRow (line 929) | protected function _validateSecondaryRow(array $rowData, $rowNumber) method validateRow (line 962) | public function validateRow(array $rowData, $rowNumber) method _validateSpecificTypeParameters (line 1000) | protected function _validateSpecificTypeParameters(array $rowData, $ro... method _validateSpecificParameterData (line 1027) | protected function _validateSpecificParameterData($typeParameter, arra... method _isRowWithCustomOption (line 1050) | protected function _isRowWithCustomOption(array $rowData) method _isMainOptionRow (line 1063) | protected function _isMainOptionRow(array $rowData) method _isSecondaryOptionRow (line 1074) | protected function _isSecondaryOptionRow(array $rowData) method _isReadyForSaving (line 1087) | protected function _isReadyForSaving(array &$options, array &$titles, ... method _getMultiRowFormat (line 1110) | protected function _getMultiRowFormat($rowData) method processOptionRow (line 1147) | private function processOptionRow($name, $optionRow) method addPriceData (line 1187) | private function addPriceData(array $result, array $optionRow): array method addFileOptions (line 1209) | private function addFileOptions($result, $optionRow) method _importData (line 1232) | protected function _importData() method checkOptionTitles (line 1349) | private function checkOptionTitles( method setLastOptionTitle (line 1382) | private function setLastOptionTitle(array &$titles) : void method removeExistingOptions (line 1402) | private function removeExistingOptions(array $products, array $options... method _initProductsSku (line 1417) | protected function _initProductsSku() method _collectOptionMainData (line 1442) | protected function _collectOptionMainData( method _collectOptionTypeData (line 1491) | protected function _collectOptionTypeData( method _collectOptionTitle (line 1545) | protected function _collectOptionTitle(array $rowData, $prevOptionId, ... method _compareOptionsWithExisting (line 1571) | protected function _compareOptionsWithExisting(array &$options, array ... method restoreOriginalOptionTypeIds (line 1604) | private function restoreOriginalOptionTypeIds(array &$typeValues, arra... method getExistingOptionTypeId (line 1635) | private function getExistingOptionTypeId($optionId, $storeId, $optionT... method _parseRequiredData (line 1667) | protected function _parseRequiredData(array $rowData) method _isRowHasSpecificType (line 1707) | protected function _isRowHasSpecificType($type) method _getProductData (line 1723) | protected function _getProductData(array $rowData, $productId) method _getOptionData (line 1748) | protected function _getOptionData(array $rowData, $productId, $optionI... method _getPriceData (line 1786) | protected function _getPriceData(array $rowData, $optionId, $type) method _getSpecificTypeData (line 1819) | protected function _getSpecificTypeData(array $rowData, $optionTypeId,... method _deleteEntities (line 1853) | protected function _deleteEntities(array $productIds) method _deleteSpecificTypeValues (line 1869) | protected function _deleteSpecificTypeValues(array $optionIds) method _saveOptions (line 1885) | protected function _saveOptions(array $options) method _saveTitles (line 1898) | protected function _saveTitles(array $titles) method _savePrices (line 1925) | protected function _savePrices(array $prices) method _saveSpecificTypeValues (line 1952) | protected function _saveSpecificTypeValues(array $typeValues) method _saveSpecificTypePrices (line 1976) | protected function _saveSpecificTypePrices(array $typePrices) method _saveSpecificTypeTitles (line 2003) | protected function _saveSpecificTypeTitles(array $typeTitles) method _updateProducts (line 2034) | protected function _updateProducts(array $data) method _parseCustomOptions (line 2054) | protected function _parseCustomOptions($rowData) method clearProductsSkuToId (line 2103) | public function clearProductsSkuToId() method getProductEntityLinkField (line 2114) | private function getProductEntityLinkField() method getProductIdentifierField (line 2129) | private function getProductIdentifierField() method savePreparedCustomOptions (line 2150) | private function savePreparedCustomOptions( FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/RowValidatorInterface.php type RowValidatorInterface (line 14) | interface RowValidatorInterface extends \Magento\Framework\Validator\Val... method init (line 101) | public function init($context); FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/SkuProcessor.php class SkuProcessor (line 14) | class SkuProcessor method __construct (line 69) | public function __construct( method setTypeModels (line 79) | public function setTypeModels($typeModels) method getOldSkus (line 90) | public function getOldSkus() method reloadOldSkus (line 103) | public function reloadOldSkus() method addNewSku (line 115) | public function addNewSku($sku, $data) method setNewSkuData (line 128) | public function setNewSkuData($sku, $key, $data) method getNewSku (line 141) | public function getNewSku($sku = null) method _getSkus (line 155) | protected function _getSkus() method getMetadataPool (line 181) | private function getMetadataPool() method getProductEntityLinkField (line 195) | private function getProductEntityLinkField() method getProductIdentifierField (line 210) | private function getProductIdentifierField() FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/StoreResolver.php class StoreResolver (line 8) | class StoreResolver method __construct (line 48) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method _initWebsites (line 58) | protected function _initWebsites() method getWebsiteCodeToId (line 72) | public function getWebsiteCodeToId($code = null) method getWebsiteCodeToStoreIds (line 87) | public function getWebsiteCodeToStoreIds($code = null) method _initStores (line 103) | protected function _initStores() method getStoreCodeToId (line 116) | public function getStoreCodeToId($code = null) method getStoreIdToWebsiteStoreIds (line 131) | public function getStoreIdToWebsiteStoreIds($code = null) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/TaxClassProcessor.php class TaxClassProcessor (line 11) | class TaxClassProcessor method __construct (line 43) | public function __construct( method initTaxClasses (line 57) | protected function initTaxClasses() method createTaxClass (line 77) | protected function createTaxClass($taxClassName, AbstractType $product... method upsertTaxClass (line 99) | public function upsertTaxClass($taxClassName, AbstractType $productTyp... FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Type/AbstractType.php class AbstractType (line 23) | abstract class AbstractType method __construct (line 167) | public function __construct( method initMessageTemplates (line 204) | protected function initMessageTemplates(array $templateCollection) method _addAttributeParams (line 222) | protected function _addAttributeParams($attrSetName, array $attrParams... method retrieveAttribute (line 237) | public function retrieveAttribute($attributeCode, $attributeSet) method _getProductAttributes (line 251) | protected function _getProductAttributes($attrSetData) method _initAttributes (line 265) | protected function _initAttributes() method attachAttributesById (line 320) | protected function attachAttributesById($attributeSetName, $attributeIds) method retrieveAttributeFromCache (line 372) | public function retrieveAttributeFromCache($attributeCode) method addAttributeOption (line 394) | public function addAttributeOption($code, $optionKey, $optionValue) method _isAttributeRequiredCheckNeeded (line 411) | protected function _isAttributeRequiredCheckNeeded($attrCode) method _isParticularAttributesValid (line 424) | protected function _isParticularAttributesValid(array $rowData, $rowNum) method _isPriceCorr (line 435) | protected function _isPriceCorr($value) method getParticularAttributes (line 445) | public function getParticularAttributes() method getCustomFieldsMapping (line 455) | public function getCustomFieldsMapping() method isRowValid (line 469) | public function isRowValid(array $rowData, $rowNum, $isNewProduct = true) method isSuitable (line 510) | public function isSuitable() method prepareAttributesWithDefaultValueForSave (line 527) | public function prepareAttributesWithDefaultValueForSave(array $rowDat... method clearEmptyData (line 563) | public function clearEmptyData(array $rowData) method saveData (line 584) | public function saveData() method getMetadataPool (line 595) | protected function getMetadataPool() method getProductEntityLinkField (line 610) | protected function getProductEntityLinkField() method __destruct (line 625) | public function __destruct() FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Type/Factory.php class Factory (line 11) | class Factory method __construct (line 23) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className, array $arguments = []) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Type/Simple.php class Simple (line 14) | class Simple extends \Magento\CatalogImportExport\Model\Import\Product\T... FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Type/Virtual.php class Virtual (line 14) | class Virtual extends \Magento\CatalogImportExport\Model\Import\Product\... method prepareAttributesWithDefaultValueForSave (line 28) | public function prepareAttributesWithDefaultValueForSave(array $rowDat... method setWeightVirtualProduct (line 41) | protected function setWeightVirtualProduct(array $rowData) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php class Validator (line 18) | class Validator extends AbstractValidator implements RowValidatorInterface method __construct (line 55) | public function __construct( method textValidation (line 70) | protected function textValidation($attrCode, $type) method validateOption (line 94) | private function validateOption($attrCode, $possibleOptions, $value) method numericValidation (line 119) | protected function numericValidation($attrCode, $type) method isRequiredAttributeValid (line 149) | public function isRequiredAttributeValid($attrCode, array $attributePa... method isAttributeValid (line 180) | public function isAttributeValid($attrCode, array $attrParams, array $... method setInvalidAttribute (line 275) | protected function setInvalidAttribute($attribute) method getInvalidAttribute (line 286) | public function getInvalidAttribute() method isValidAttributes (line 297) | protected function isValidAttributes() method isValid (line 322) | public function isValid($value) method getRowScope (line 342) | public function getRowScope(array $rowData) method init (line 356) | public function init($context) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/AbstractImportValidator.php class AbstractImportValidator (line 11) | abstract class AbstractImportValidator extends AbstractValidator impleme... method init (line 22) | public function init($context) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/AbstractPrice.php class AbstractPrice (line 10) | abstract class AbstractPrice extends AbstractImportValidator implements ... method __construct (line 33) | public function __construct( method init (line 44) | public function init($context) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/LayoutUpdate.php class LayoutUpdate (line 17) | class LayoutUpdate extends AbstractImportValidator method __construct (line 35) | public function __construct( method isValid (line 46) | public function isValid($value): bool method validateXml (line 66) | private function validateXml(string $xml): bool FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/LayoutUpdatePermissions.php class LayoutUpdatePermissions (line 18) | class LayoutUpdatePermissions extends AbstractImportValidator method __construct (line 44) | public function __construct( method isValid (line 58) | public function isValid($data): bool FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Media.php class Media (line 12) | class Media extends AbstractImportValidator implements RowValidatorInter... method __construct (line 34) | public function __construct(Validator $validator = null) method checkValidUrl (line 56) | protected function checkValidUrl($string) method checkPath (line 65) | protected function checkPath($string) method checkFileExists (line 74) | protected function checkFileExists($path) method isValid (line 86) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Quantity.php class Quantity (line 13) | class Quantity extends AbstractImportValidator implements RowValidatorIn... method isValid (line 18) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/SuperProductsSku.php class SuperProductsSku (line 11) | class SuperProductsSku extends AbstractImportValidator implements RowVal... method __construct (line 21) | public function __construct( method isValid (line 30) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/TierPrice.php class TierPrice (line 10) | class TierPrice extends AbstractPrice implements RowValidatorInterface method __construct (line 22) | public function __construct( method isValid (line 35) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Website.php class Website (line 11) | class Website extends AbstractImportValidator implements RowValidatorInt... method __construct (line 21) | public function __construct(\Magento\CatalogImportExport\Model\Import\... method isValid (line 29) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Weight.php class Weight (line 10) | class Weight extends AbstractImportValidator implements RowValidatorInte... method isValid (line 15) | public function isValid($value) FILE: app/code/Magento/CatalogImportExport/Model/Import/Proxy/Product.php class Product (line 14) | class Product extends \Magento\Catalog\Model\Product method _construct (line 21) | protected function _construct() FILE: app/code/Magento/CatalogImportExport/Model/Import/Proxy/Product/ResourceModel.php class ResourceModel (line 14) | class ResourceModel extends \Magento\Catalog\Model\ResourceModel\Product FILE: app/code/Magento/CatalogImportExport/Model/Import/Uploader.php class Uploader (line 22) | class Uploader extends \Magento\MediaStorage\Model\File\Uploader method __construct (line 126) | public function __construct( method init (line 154) | public function init() method move (line 173) | public function move($fileName, $renameFileOff = false) method downloadFileFromUrl (line 202) | private function downloadFileFromUrl($url, $driver) method _setUploadFile (line 241) | protected function _setUploadFile($filePath) method _readFileInfo (line 272) | protected function _readFileInfo($filePath) method _validateFile (line 291) | protected function _validateFile() method _getMimeTypeByExt (line 321) | protected function _getMimeTypeByExt($ext) method getTmpDir (line 334) | public function getTmpDir() method setTmpDir (line 345) | public function setTmpDir($path) method getDestDir (line 359) | public function getDestDir() method setDestDir (line 370) | public function setDestDir($path) method _moveFile (line 386) | protected function _moveFile($tmpPath, $destPath) method getTempFilePath (line 407) | private function getTempFilePath(string $filename): string method chmod (line 417) | protected function chmod($file) FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Category/Product/Plugin/Import.php class Import (line 9) | class Import method __construct (line 19) | public function __construct( method afterImportSource (line 34) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Product/Category/Plugin/Import.php class Import (line 9) | class Import method __construct (line 19) | public function __construct( method afterImportSource (line 34) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Product/Eav/Plugin/Import.php class Import (line 8) | class Import method __construct (line 18) | public function __construct(\Magento\Catalog\Model\Indexer\Product\Eav... method afterImportSource (line 32) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Product/Flat/Plugin/Import.php class Import (line 10) | class Import method __construct (line 26) | public function __construct( method afterImportSource (line 43) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Product/Price/Plugin/Import.php class Import (line 8) | class Import method __construct (line 18) | public function __construct(\Magento\Framework\Indexer\IndexerRegistry... method afterImportSource (line 31) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/Indexer/Stock/Plugin/Import.php class Import (line 8) | class Import method __construct (line 18) | public function __construct(\Magento\CatalogInventory\Model\Indexer\St... method afterImportSource (line 32) | public function afterImportSource(\Magento\ImportExport\Model\Import $... FILE: app/code/Magento/CatalogImportExport/Model/StockItemImporter.php class StockItemImporter (line 15) | class StockItemImporter implements StockItemImporterInterface method __construct (line 35) | public function __construct( method import (line 46) | public function import(array $stockData) FILE: app/code/Magento/CatalogImportExport/Model/StockItemImporterInterface.php type StockItemImporterInterface (line 15) | interface StockItemImporterInterface method import (line 26) | public function import(array $stockData); FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Export/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 120) | protected function setUp() method testGetEntityTypeCode (line 250) | public function testGetEntityTypeCode() method testUpdateDataWithCategoryColumnsNoCategoriesAssigned (line 255) | public function testUpdateDataWithCategoryColumnsNoCategoriesAssigned() method testGetHeaderColumns (line 264) | public function testGetHeaderColumns() method testExportCountZeroBreakInternalCalls (line 288) | public function testExportCountZeroBreakInternalCalls() method testExportCurPageEqualToLastBreakInternalCalls (line 319) | public function testExportCurPageEqualToLastBreakInternalCalls() method tearDown (line 358) | protected function tearDown() method getPropertyValue (line 370) | protected function getPropertyValue($object, $property) method setPropertyValue (line 386) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Export/StubProduct.php class StubProduct (line 8) | class StubProduct extends \Magento\CatalogImportExport\Model\Export\Product method __construct (line 13) | public function __construct() method updateDataWithCategoryColumns (line 25) | public function updateDataWithCategoryColumns(&$dataRow, &$rowCategori... FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/CategoryProcessorTest.php class CategoryProcessorTest (line 11) | class CategoryProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testUpsertCategories (line 111) | public function testUpsertCategories() method testUpsertCategoriesWithAlreadyExistsException (line 121) | public function testUpsertCategoriesWithAlreadyExistsException() method testClearFailedCategories (line 131) | public function testClearFailedCategories() method testGetCategoryById (line 152) | public function testGetCategoryById($categoriesCache, $expectedResult) method getCategoryByIdDataProvider (line 164) | public function getCategoryByIdDataProvider() method setPropertyValue (line 187) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/ImageTypeProcessorTest.php class ImageTypeProcessorTest (line 10) | class ImageTypeProcessorTest extends \PHPUnit\Framework\TestCase method testGetImageTypes (line 12) | public function testGetImageTypes() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/SkuProcessorTest.php class SkuProcessorTest (line 10) | class SkuProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testReloadOldSkus (line 33) | public function testReloadOldSkus() method testGetOldSkusIfNotSet (line 48) | public function testGetOldSkusIfNotSet() method testGetOldSkusIfSet (line 62) | public function testGetOldSkusIfSet() method setPropertyValue (line 82) | protected function setPropertyValue(&$object, $property, $value) method getPropertyValue (line 98) | protected function getPropertyValue(&$object, $property) FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/TaxClassProcessorTest.php class TaxClassProcessorTest (line 10) | class TaxClassProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testUpsertTaxClassExist (line 85) | public function testUpsertTaxClassExist() method testUpsertTaxClassNotExist (line 91) | public function testUpsertTaxClassNotExist() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/AbstractTypeTest.php class AbstractTypeTest (line 18) | class AbstractTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testAddAttributeOption (line 244) | public function testAddAttributeOption($code, $optionKey, $optionValue... method testAddAttributeOptionReturn (line 253) | public function testAddAttributeOptionReturn() method testGetCustomFieldsMapping (line 264) | public function testGetCustomFieldsMapping() method testIsRowValidSuccess (line 274) | public function testIsRowValidSuccess() method testIsRowValidError (line 290) | public function testIsRowValidError() method addAttributeOptionDataProvider (line 323) | public function addAttributeOptionDataProvider() method getPropertyValue (line 368) | protected function getPropertyValue(&$object, $property) method setPropertyValue (line 382) | protected function setPropertyValue(&$object, $property, $value) method testPrepareAttributesWithDefaultValueForSave (line 391) | public function testPrepareAttributesWithDefaultValueForSave() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/OptionTest.php class OptionTest (line 14) | class OptionTest extends \Magento\ImportExport\Test\Unit\Model\Import\Ab... method setUp (line 221) | protected function setUp() method tearDown (line 299) | protected function tearDown() method _getModelDependencies (line 313) | protected function _getModelDependencies($addExpectations = false, $de... method _getSourceDataMocks (line 379) | protected function _getSourceDataMocks($addExpectations, $doubleOptions) method iterate (line 497) | public function iterate(\Magento\Framework\Data\Collection\AbstractDb ... method getNewOptionMock (line 511) | public function getNewOptionMock() method stubQuoteInto (line 523) | public function stubQuoteInto($text, $value) method verifyDelete (line 537) | public function verifyDelete($table, $where) method verifyInsertMultiple (line 554) | public function verifyInsertMultiple($table, array $data) method verifyInsertOnDuplicate (line 575) | public function verifyInsertOnDuplicate($table, array $data, array $fi... method testGetEntityTypeCode (line 611) | public function testGetEntityTypeCode() method testImportDataAppendBehavior (line 627) | public function testImportDataAppendBehavior() method testImportDataDeleteBehavior (line 636) | public function testImportDataDeleteBehavior() method _loadCsvFile (line 647) | protected function _loadCsvFile() method _csvToArray (line 660) | protected function _csvToArray($content, $entityId = null) method _bypassModelMethodGetMultiRowFormat (line 689) | private function _bypassModelMethodGetMultiRowFormat($rowData) method testValidateRowNoCustomOption (line 701) | public function testValidateRowNoCustomOption() method testValidateRow (line 725) | public function testValidateRow(array $rowData, array $errors) method testValidateAmbiguousData (line 752) | public function testValidateAmbiguousData( method testValidateRowDataForStoreViewCodeField (line 787) | public function testValidateRowDataForStoreViewCodeField($rowData, $re... method validateRowStoreViewCodeFieldDataProvider (line 801) | public function validateRowStoreViewCodeFieldDataProvider() method validateRowDataProvider (line 856) | public function validateRowDataProvider() method validateAmbiguousDataDataProvider (line 953) | public function validateAmbiguousDataDataProvider() method testParseRequiredData (line 981) | public function testParseRequiredData() method testClearProductsSkuToId (line 1029) | public function testClearProductsSkuToId() method setPropertyValue (line 1048) | protected function setPropertyValue(&$object, $property, $value) method getPropertyValue (line 1065) | protected function getPropertyValue(&$object, $property) FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/VirtualTest.php class VirtualTest (line 9) | class VirtualTest extends \PHPUnit\Framework\TestCase method testPrepareAttributesWithDefaultValueForSave (line 14) | public function testPrepareAttributesWithDefaultValueForSave() method setPropertyValue (line 77) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdatePermissionsTest.php class LayoutUpdatePermissionsTest (line 21) | class LayoutUpdatePermissionsTest extends TestCase method setUp (line 43) | protected function setUp() method testValidationConfiguration (line 66) | public function testValidationConfiguration($value, $userContext, $isA... method configurationsProvider (line 89) | public function configurationsProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdateTest.php class LayoutUpdateTest (line 22) | class LayoutUpdateTest extends TestCase method setUp (line 34) | protected function setUp() method testValidationIsSkippedWithDataNotPresent (line 49) | public function testValidationIsSkippedWithDataNotPresent() method testValidationFailsProperly (line 59) | public function testValidationFailsProperly() method testInvalidDataException (line 79) | public function testInvalidDataException() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/MediaTest.php class MediaTest (line 16) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testInit (line 55) | public function testInit() method testIsValid (line 66) | public function testIsValid($data, $expected) method testIsValidClearMessagesCall (line 77) | public function testIsValidClearMessagesCall() method testIsValidAdditionalImagesPath (line 90) | public function testIsValidAdditionalImagesPath($data, $expected) method testIsValidAdditionalImagesUrl (line 113) | public function testIsValidAdditionalImagesUrl($data, $expected) method isMediaValidDataProvider (line 129) | public function isMediaValidDataProvider() method isValidAdditionalImagesPathDataProvider (line 150) | public function isValidAdditionalImagesPathDataProvider() method isValidAdditionalImagesUrlDataProvider (line 167) | public function isValidAdditionalImagesUrlDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/QuantityTest.php class QuantityTest (line 15) | class QuantityTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIsValid (line 42) | public function testIsValid($expectedResult, $value) method isValidDataProvider (line 51) | public function isValidDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/SuperProductsSkuTest.php class SuperProductsSkuTest (line 17) | class SuperProductsSkuTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testIsValid (line 45) | public function testIsValid(array $value, array $oldSkus, $hasNewSku =... method isValidDataProvider (line 63) | public function isValidDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/TierPriceTest.php class TierPriceTest (line 11) | class TierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method processInit (line 55) | protected function processInit($groupId) method testInit (line 65) | public function testInit() method testIsValid (line 78) | public function testIsValid($data, $groupId, $website, $expected) method tierPriceDataProvider (line 97) | public function tierPriceDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/WeightTest.php class WeightTest (line 17) | class WeightTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testIsValid (line 44) | public function testIsValid($expectedResult, $value) method isValidDataProvider (line 53) | public function isValidDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/ValidatorTest.php class ValidatorTest (line 13) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAttributeValidation (line 73) | public function testAttributeValidation($behavior, $attrParams, $rowDa... method attributeValidationProvider (line 91) | public function attributeValidationProvider() method testIsValidCorrect (line 212) | public function testIsValidCorrect() method testIsValidIncorrect (line 221) | public function testIsValidIncorrect() method testInit (line 233) | public function testInit() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/ProductTest.php class ProductTest (line 22) | class ProductTest extends \Magento\ImportExport\Test\Unit\Model\Import\A... method setUp (line 171) | protected function setUp() method _objectConstructor (line 402) | protected function _objectConstructor() method _parentObjectConstructor (line 424) | protected function _parentObjectConstructor() method _initAttributeSets (line 438) | protected function _initAttributeSets() method _initTypeModels (line 475) | protected function _initTypeModels() method _initSkus (line 505) | protected function _initSkus() method _initImagesArrayKeys (line 516) | protected function _initImagesArrayKeys() method testSaveProductAttributes (line 524) | public function testSaveProductAttributes() method testIsAttributeValidAssertAttrValid (line 558) | public function testIsAttributeValidAssertAttrValid($attrParams, $rowD... method testIsAttributeValidAssertAttrInvalid (line 574) | public function testIsAttributeValidAssertAttrInvalid($attrParams, $ro... method testGetMultipleValueSeparatorDefault (line 589) | public function testGetMultipleValueSeparatorDefault() method testGetMultipleValueSeparatorFromParameters (line 598) | public function testGetMultipleValueSeparatorFromParameters() method testGetEmptyAttributeValueConstantDefault (line 615) | public function testGetEmptyAttributeValueConstantDefault() method testGetEmptyAttributeValueConstantFromParameters (line 624) | public function testGetEmptyAttributeValueConstantFromParameters() method testDeleteProductsForReplacement (line 641) | public function testDeleteProductsForReplacement() method testGetMediaGalleryAttributeIdIfNotSetYet (line 665) | public function testGetMediaGalleryAttributeIdIfNotSetYet() method testGetRowScope (line 690) | public function testGetRowScope($rowData, $expectedResult) method testValidateRowIsAlreadyValidated (line 699) | public function testValidateRowIsAlreadyValidated() method testValidateRow (line 710) | public function testValidateRow($rowScope, $oldSku, $expectedResult, $... method testValidateRowDeleteBehaviourAddRowErrorCall (line 734) | public function testValidateRowDeleteBehaviourAddRowErrorCall() method testValidateRowValidatorCheck (line 757) | public function testValidateRowValidatorCheck() method testGetProductWebsites (line 771) | public function testGetProductWebsites() method testGetProductCategories (line 796) | public function testGetProductCategories() method testGetStoreIdByCode (line 823) | public function testGetStoreIdByCode($storeCode, $expectedResult) method testGetNewSku (line 837) | public function testGetNewSku() method testGetCategoryProcessor (line 855) | public function testGetCategoryProcessor() method getStoreIdByCodeDataProvider (line 867) | public function getStoreIdByCodeDataProvider() method testValidateRowCheckSpecifiedSku (line 884) | public function testValidateRowCheckSpecifiedSku($sku, $expectedError) method testValidateRowProcessEntityIncrement (line 912) | public function testValidateRowProcessEntityIncrement() method testValidateRowValidateExistingProductTypeAddNewSku (line 927) | public function testValidateRowValidateExistingProductTypeAddNewSku() method testValidateRowValidateExistingProductTypeAddErrorRowCall (line 973) | public function testValidateRowValidateExistingProductTypeAddErrorRowC... method testValidateRowValidateNewProductTypeAddRowErrorCall (line 1009) | public function testValidateRowValidateNewProductTypeAddRowErrorCall( method testValidateRowValidateNewProductTypeGetNewSkuCall (line 1050) | public function testValidateRowValidateNewProductTypeGetNewSkuCall() method testValidateDefaultScopeNotValidAttributesResetSku (line 1094) | public function testValidateDefaultScopeNotValidAttributesResetSku() method testValidateRowSetAttributeSetCodeIntoRowData (line 1104) | public function testValidateRowSetAttributeSetCodeIntoRowData() method testValidateValidateOptionEntity (line 1152) | public function testValidateValidateOptionEntity() method testGetImagesFromRow (line 1187) | public function testGetImagesFromRow($rowData, $expectedResult) method testParseAttributesWithoutWrappedValuesWillReturnsLowercasedAttributeCodes (line 1195) | public function testParseAttributesWithoutWrappedValuesWillReturnsLowe... method testParseAttributesWithWrappedValuesWillReturnsLowercasedAttributeCodes (line 1213) | public function testParseAttributesWithWrappedValuesWillReturnsLowerca... method testFillUploaderObject (line 1263) | public function testFillUploaderObject($isRead, $isWrite, $message) method testUploadMediaFiles (line 1314) | public function testUploadMediaFiles(string $fileName, bool $throwExce... method fillUploaderObjectDataProvider (line 1358) | public function fillUploaderObjectDataProvider() method uploadMediaFilesDataProvider (line 1372) | public function uploadMediaFilesDataProvider() method getImagesFromRowDataProvider (line 1383) | public function getImagesFromRowDataProvider() method validateRowValidateNewProductTypeAddRowErrorCallDataProvider (line 1412) | public function validateRowValidateNewProductTypeAddRowErrorCallDataPr... method validateRowCheckSpecifiedSkuDataProvider (line 1449) | public function validateRowCheckSpecifiedSkuDataProvider() method validateRowDataProvider (line 1470) | public function validateRowDataProvider() method isAttributeValidAssertAttrValidDataProvider (line 1505) | public function isAttributeValidAssertAttrValidDataProvider() method isAttributeValidAssertAttrInvalidDataProvider (line 1578) | public function isAttributeValidAssertAttrInvalidDataProvider() method getRowScopeDataProvider (line 1651) | public function getRowScopeDataProvider() method returnQuoteCallback (line 1684) | public function returnQuoteCallback() method invokeMethod (line 1696) | protected function invokeMethod(&$object, $methodName, array $paramete... method setPropertyValue (line 1710) | protected function setPropertyValue(&$object, $property, $value) method getPropertyValue (line 1723) | protected function getPropertyValue(&$object, $property) method overrideMethod (line 1738) | protected function overrideMethod(&$object, $methodName, array $parame... method _suppressValidateRowOptionValidatorInvalidRows (line 1757) | private function _suppressValidateRowOptionValidatorInvalidRows($impor... method _setValidatorMockInImportProduct (line 1774) | private function _setValidatorMockInImportProduct($importProduct) method _rewriteGetOptionEntityInImportProduct (line 1790) | private function _rewriteGetOptionEntityInImportProduct($importProduct) method createModelMockWithErrorAggregator (line 1805) | protected function createModelMockWithErrorAggregator(array $methods =... FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/UploaderTest.php class UploaderTest (line 14) | class UploaderTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testMoveFileUrl (line 127) | public function testMoveFileUrl($fileUrl, $expectedHost, $expectedFile... method testMoveFileName (line 185) | public function testMoveFileName() method testMoveFileUrlDrivePool (line 207) | public function testMoveFileUrlDrivePool($fileUrl, $expectedHost, $exp... method moveFileUrlDriverPoolDataProvider (line 248) | public function moveFileUrlDriverPoolDataProvider() method moveFileUrlDataProvider (line 269) | public function moveFileUrlDataProvider() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Indexer/Product/Flat/Plugin/ImportTest.php class ImportTest (line 10) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAfterImportSourceWithFlatEnabledAndIndexerScheduledDisabled (line 57) | public function testAfterImportSourceWithFlatEnabledAndIndexerSchedule... method testAfterImportSourceWithFlatDisabledAndIndexerScheduledDisabled (line 66) | public function testAfterImportSourceWithFlatDisabledAndIndexerSchedul... method testAfterImportSourceWithFlatEnabledAndIndexerScheduledEnabled (line 75) | public function testAfterImportSourceWithFlatEnabledAndIndexerSchedule... FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Indexer/Product/Price/Plugin/ImportTest.php class ImportTest (line 8) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAfterImportSource (line 52) | public function testAfterImportSource() FILE: app/code/Magento/CatalogImportExport/Test/Unit/Model/Indexer/Stock/Plugin/ImportTest.php class ImportTest (line 8) | class ImportTest extends \PHPUnit\Framework\TestCase method testAfterImportSource (line 10) | public function testAfterImportSource() FILE: app/code/Magento/CatalogInventory/Api/Data/StockCollectionInterface.php type StockCollectionInterface (line 23) | interface StockCollectionInterface extends SearchResultsInterface method getItems (line 30) | public function getItems(); method setItems (line 38) | public function setItems(array $items); FILE: app/code/Magento/CatalogInventory/Api/Data/StockInterface.php type StockInterface (line 19) | interface StockInterface extends ExtensibleDataInterface method getStockId (line 30) | public function getStockId(); method setStockId (line 38) | public function setStockId($stockId); method getStockName (line 45) | public function getStockName(); method setStockName (line 53) | public function setStockName($stockName); method getExtensionAttributes (line 60) | public function getExtensionAttributes(); method setExtensionAttributes (line 68) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Api/Data/StockItemCollectionInterface.php type StockItemCollectionInterface (line 23) | interface StockItemCollectionInterface extends SearchResultsInterface method getItems (line 30) | public function getItems(); method setItems (line 38) | public function setItems(array $items); method getSearchCriteria (line 45) | public function getSearchCriteria(); FILE: app/code/Magento/CatalogInventory/Api/Data/StockItemInterface.php type StockItemInterface (line 19) | interface StockItemInterface extends ExtensibleDataInterface method getItemId (line 65) | public function getItemId(); method setItemId (line 71) | public function setItemId($itemId); method getProductId (line 76) | public function getProductId(); method setProductId (line 82) | public function setProductId($productId); method getStockId (line 89) | public function getStockId(); method setStockId (line 97) | public function setStockId($stockId); method getQty (line 102) | public function getQty(); method setQty (line 108) | public function setQty($qty); method getIsInStock (line 115) | public function getIsInStock(); method setIsInStock (line 123) | public function setIsInStock($isInStock); method getIsQtyDecimal (line 129) | public function getIsQtyDecimal(); method setIsQtyDecimal (line 135) | public function setIsQtyDecimal($isQtyDecimal); method getShowDefaultNotificationMessage (line 141) | public function getShowDefaultNotificationMessage(); method getUseConfigMinQty (line 147) | public function getUseConfigMinQty(); method setUseConfigMinQty (line 153) | public function setUseConfigMinQty($useConfigMinQty); method getMinQty (line 160) | public function getMinQty(); method setMinQty (line 168) | public function setMinQty($minQty); method getUseConfigMinSaleQty (line 173) | public function getUseConfigMinSaleQty(); method setUseConfigMinSaleQty (line 179) | public function setUseConfigMinSaleQty($useConfigMinSaleQty); method getMinSaleQty (line 186) | public function getMinSaleQty(); method setMinSaleQty (line 194) | public function setMinSaleQty($minSaleQty); method getUseConfigMaxSaleQty (line 200) | public function getUseConfigMaxSaleQty(); method setUseConfigMaxSaleQty (line 206) | public function setUseConfigMaxSaleQty($useConfigMaxSaleQty); method getMaxSaleQty (line 213) | public function getMaxSaleQty(); method setMaxSaleQty (line 221) | public function setMaxSaleQty($maxSaleQty); method getUseConfigBackorders (line 227) | public function getUseConfigBackorders(); method setUseConfigBackorders (line 233) | public function setUseConfigBackorders($useConfigBackorders); method getBackorders (line 240) | public function getBackorders(); method setBackorders (line 248) | public function setBackorders($backOrders); method getUseConfigNotifyStockQty (line 254) | public function getUseConfigNotifyStockQty(); method setUseConfigNotifyStockQty (line 260) | public function setUseConfigNotifyStockQty($useConfigNotifyStockQty); method getNotifyStockQty (line 267) | public function getNotifyStockQty(); method setNotifyStockQty (line 275) | public function setNotifyStockQty($notifyStockQty); method getUseConfigQtyIncrements (line 281) | public function getUseConfigQtyIncrements(); method setUseConfigQtyIncrements (line 287) | public function setUseConfigQtyIncrements($useConfigQtyIncrements); method getQtyIncrements (line 294) | public function getQtyIncrements(); method setQtyIncrements (line 302) | public function setQtyIncrements($qtyIncrements); method getUseConfigEnableQtyInc (line 308) | public function getUseConfigEnableQtyInc(); method setUseConfigEnableQtyInc (line 314) | public function setUseConfigEnableQtyInc($useConfigEnableQtyInc); method getEnableQtyIncrements (line 322) | public function getEnableQtyIncrements(); method setEnableQtyIncrements (line 330) | public function setEnableQtyIncrements($enableQtyIncrements); method getUseConfigManageStock (line 336) | public function getUseConfigManageStock(); method setUseConfigManageStock (line 342) | public function setUseConfigManageStock($useConfigManageStock); method getManageStock (line 350) | public function getManageStock(); method setManageStock (line 356) | public function setManageStock($manageStock); method getLowStockDate (line 361) | public function getLowStockDate(); method setLowStockDate (line 367) | public function setLowStockDate($lowStockDate); method getIsDecimalDivided (line 373) | public function getIsDecimalDivided(); method setIsDecimalDivided (line 379) | public function setIsDecimalDivided($isDecimalDivided); method getStockStatusChangedAuto (line 384) | public function getStockStatusChangedAuto(); method setStockStatusChangedAuto (line 390) | public function setStockStatusChangedAuto($stockStatusChangedAuto); method getExtensionAttributes (line 397) | public function getExtensionAttributes(); method setExtensionAttributes (line 405) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Api/Data/StockStatusCollectionInterface.php type StockStatusCollectionInterface (line 19) | interface StockStatusCollectionInterface extends SearchResultsInterface method getItems (line 26) | public function getItems(); method setItems (line 34) | public function setItems(array $items); method getSearchCriteria (line 41) | public function getSearchCriteria(); FILE: app/code/Magento/CatalogInventory/Api/Data/StockStatusInterface.php type StockStatusInterface (line 19) | interface StockStatusInterface extends ExtensibleDataInterface method getProductId (line 43) | public function getProductId(); method setProductId (line 49) | public function setProductId($productId); method getStockId (line 54) | public function getStockId(); method setStockId (line 60) | public function setStockId($stockId); method getQty (line 65) | public function getQty(); method setQty (line 71) | public function setQty($qty); method getStockStatus (line 76) | public function getStockStatus(); method setStockStatus (line 82) | public function setStockStatus($stockStatus); method getStockItem (line 87) | public function getStockItem(); method getExtensionAttributes (line 94) | public function getExtensionAttributes(); method setExtensionAttributes (line 102) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Api/RegisterProductSaleInterface.php type RegisterProductSaleInterface (line 20) | interface RegisterProductSaleInterface method registerProductsSale (line 33) | public function registerProductsSale($items, $websiteId = null); FILE: app/code/Magento/CatalogInventory/Api/RevertProductSaleInterface.php type RevertProductSaleInterface (line 17) | interface RevertProductSaleInterface method revertProductsSale (line 28) | public function revertProductsSale($items, $websiteId = null); FILE: app/code/Magento/CatalogInventory/Api/StockConfigurationInterface.php type StockConfigurationInterface (line 17) | interface StockConfigurationInterface method getDefaultScopeId (line 24) | public function getDefaultScopeId(); method getIsQtyTypeIds (line 30) | public function getIsQtyTypeIds($filter = null); method isQty (line 38) | public function isQty($productTypeId); method canSubtractQty (line 46) | public function canSubtractQty($storeId = null); method getMinQty (line 52) | public function getMinQty($storeId = null); method getMinSaleQty (line 59) | public function getMinSaleQty($storeId = null, $customerGroupId = null); method getMaxSaleQty (line 65) | public function getMaxSaleQty($storeId = null); method getNotifyStockQty (line 71) | public function getNotifyStockQty($storeId = null); method getEnableQtyIncrements (line 80) | public function getEnableQtyIncrements($storeId = null); method getQtyIncrements (line 86) | public function getQtyIncrements($store = null); method getBackorders (line 94) | public function getBackorders($storeId = null); method getManageStock (line 102) | public function getManageStock($storeId = null); method getCanBackInStock (line 111) | public function getCanBackInStock($storeId = null); method isShowOutOfStock (line 119) | public function isShowOutOfStock($storeId = null); method isAutoReturnEnabled (line 127) | public function isAutoReturnEnabled($storeId = null); method isDisplayProductStockStatus (line 136) | public function isDisplayProductStockStatus($storeId = null); method getDefaultConfigValue (line 143) | public function getDefaultConfigValue($field, $storeId = null); method getConfigItemOptions (line 150) | public function getConfigItemOptions(); FILE: app/code/Magento/CatalogInventory/Api/StockCriteriaInterface.php type StockCriteriaInterface (line 17) | interface StockCriteriaInterface extends \Magento\Framework\Api\Criteria... method addCriteria (line 25) | public function addCriteria(\Magento\CatalogInventory\Api\StockCriteri... method setScopeFilter (line 33) | public function setScopeFilter($scope); FILE: app/code/Magento/CatalogInventory/Api/StockIndexInterface.php type StockIndexInterface (line 17) | interface StockIndexInterface method rebuild (line 26) | public function rebuild($productId = null, $scopeId = null); FILE: app/code/Magento/CatalogInventory/Api/StockItemCriteriaInterface.php type StockItemCriteriaInterface (line 17) | interface StockItemCriteriaInterface extends \Magento\Framework\Api\Crit... method addCriteria (line 25) | public function addCriteria(\Magento\CatalogInventory\Api\StockItemCri... method setStockStatus (line 33) | public function setStockStatus($storeId = null); method setStockFilter (line 41) | public function setStockFilter($stock); method setScopeFilter (line 49) | public function setScopeFilter($scope); method setProductsFilter (line 57) | public function setProductsFilter($products); method setManagedFilter (line 65) | public function setManagedFilter($isStockManagedInConfig); method setQtyFilter (line 74) | public function setQtyFilter($comparisonMethod, $qty); FILE: app/code/Magento/CatalogInventory/Api/StockItemRepositoryInterface.php type StockItemRepositoryInterface (line 17) | interface StockItemRepositoryInterface method save (line 25) | public function save(\Magento\CatalogInventory\Api\Data\StockItemInter... method get (line 33) | public function get($stockItemId); method getList (line 41) | public function getList(\Magento\CatalogInventory\Api\StockItemCriteri... method delete (line 49) | public function delete(\Magento\CatalogInventory\Api\Data\StockItemInt... method deleteById (line 55) | public function deleteById($id); FILE: app/code/Magento/CatalogInventory/Api/StockManagementInterface.php type StockManagementInterface (line 17) | interface StockManagementInterface method backItemQty (line 27) | public function backItemQty($productId, $qty, $scopeId = null); FILE: app/code/Magento/CatalogInventory/Api/StockRegistryInterface.php type StockRegistryInterface (line 17) | interface StockRegistryInterface method getStock (line 23) | public function getStock($scopeId = null); method getStockItem (line 30) | public function getStockItem($productId, $scopeId = null); method getStockItemBySku (line 38) | public function getStockItemBySku($productSku, $scopeId = null); method getStockStatus (line 45) | public function getStockStatus($productId, $scopeId = null); method getStockStatusBySku (line 53) | public function getStockStatusBySku($productSku, $scopeId = null); method getProductStockStatus (line 62) | public function getProductStockStatus($productId, $scopeId = null); method getProductStockStatusBySku (line 70) | public function getProductStockStatusBySku($productSku, $scopeId = null); method getLowStockItems (line 81) | public function getLowStockItems($scopeId, $qty, $currentPage = 1, $pa... method updateStockItemBySku (line 89) | public function updateStockItemBySku($productSku, \Magento\CatalogInve... FILE: app/code/Magento/CatalogInventory/Api/StockRepositoryInterface.php type StockRepositoryInterface (line 17) | interface StockRepositoryInterface method save (line 25) | public function save(\Magento\CatalogInventory\Api\Data\StockInterface... method get (line 33) | public function get($stockId); method getList (line 41) | public function getList(StockCriteriaInterface $collectionBuilder); method delete (line 49) | public function delete(\Magento\CatalogInventory\Api\Data\StockInterfa... FILE: app/code/Magento/CatalogInventory/Api/StockStateInterface.php type StockStateInterface (line 17) | interface StockStateInterface method verifyStock (line 24) | public function verifyStock($productId, $scopeId = null); method verifyNotification (line 31) | public function verifyNotification($productId, $scopeId = null); method checkQuoteItemQty (line 41) | public function checkQuoteItemQty($productId, $itemQty, $qtyToCheck, $... method checkQty (line 52) | public function checkQty($productId, $qty, $scopeId = null); method suggestQty (line 63) | public function suggestQty($productId, $qty, $scopeId = null); method getStockQty (line 72) | public function getStockQty($productId, $scopeId = null); FILE: app/code/Magento/CatalogInventory/Api/StockStatusCriteriaInterface.php type StockStatusCriteriaInterface (line 17) | interface StockStatusCriteriaInterface extends \Magento\Framework\Api\Cr... method addCriteria (line 25) | public function addCriteria(\Magento\CatalogInventory\Api\StockStatusC... method setScopeFilter (line 33) | public function setScopeFilter($scope); method setProductsFilter (line 41) | public function setProductsFilter($products); method setQtyFilter (line 49) | public function setQtyFilter($qty); FILE: app/code/Magento/CatalogInventory/Api/StockStatusRepositoryInterface.php type StockStatusRepositoryInterface (line 17) | interface StockStatusRepositoryInterface method save (line 25) | public function save(\Magento\CatalogInventory\Api\Data\StockStatusInt... method get (line 33) | public function get($stockStatusId); method getList (line 41) | public function getList(StockStatusCriteriaInterface $searchCriteria); method delete (line 49) | public function delete(\Magento\CatalogInventory\Api\Data\StockStatusI... FILE: app/code/Magento/CatalogInventory/Block/Adminhtml/Form/Field/Customergroup.php class Customergroup (line 16) | class Customergroup extends \Magento\Framework\View\Element\Html\Select method __construct (line 56) | public function __construct( method _getCustomerGroups (line 76) | protected function _getCustomerGroups($groupId = null) method setInputName (line 96) | public function setInputName($value) method _toHtml (line 106) | public function _toHtml() FILE: app/code/Magento/CatalogInventory/Block/Adminhtml/Form/Field/Minsaleqty.php class Minsaleqty (line 20) | class Minsaleqty extends \Magento\Config\Block\System\Config\Form\Field\... method _getGroupRenderer (line 32) | protected function _getGroupRenderer() method _prepareToRender (line 50) | protected function _prepareToRender() method _prepareArrayRow (line 73) | protected function _prepareArrayRow(\Magento\Framework\DataObject $row) FILE: app/code/Magento/CatalogInventory/Block/Adminhtml/Form/Field/Stock.php class Stock (line 22) | class Stock extends \Magento\Framework\Data\Form\Element\Select method __construct (line 62) | public function __construct( method _createQtyElement (line 83) | protected function _createQtyElement() method getElementHtml (line 96) | public function getElementHtml() method setForm (line 111) | public function setForm($form) method setValue (line 123) | public function setValue($value) method setName (line 138) | public function setName($name) method _isProductComposite (line 149) | protected function _isProductComposite() method _disableFields (line 162) | protected function _disableFields() method _getJs (line 183) | protected function _getJs($quantityFieldId, $inStockFieldId) FILE: app/code/Magento/CatalogInventory/Block/Plugin/ProductView.php class ProductView (line 10) | class ProductView method __construct (line 20) | public function __construct( method afterGetQuantityValidators (line 31) | public function afterGetQuantityValidators( FILE: app/code/Magento/CatalogInventory/Block/Qtyincrements.php class Qtyincrements (line 22) | class Qtyincrements extends Template implements IdentityInterface method __construct (line 49) | public function __construct( method getProduct (line 65) | public function getProduct() method getProductName (line 75) | public function getProductName() method getProductQtyIncrements (line 85) | public function getProductQtyIncrements() method getIdentities (line 105) | public function getIdentities() FILE: app/code/Magento/CatalogInventory/Block/Stockqty/AbstractStockqty.php class AbstractStockqty (line 14) | abstract class AbstractStockqty extends \Magento\Framework\View\Element\... method __construct (line 47) | public function __construct( method getProduct (line 66) | public function getProduct() method getStockQty (line 76) | public function getStockQty() method getProductStockQty (line 95) | public function getProductStockQty($product) method getThresholdQty (line 105) | public function getThresholdQty() method getPlaceholderId (line 122) | public function getPlaceholderId() method isMsgVisible (line 132) | public function isMsgVisible() method getStockQtyLeft (line 144) | public function getStockQtyLeft() FILE: app/code/Magento/CatalogInventory/Block/Stockqty/Composite.php class Composite (line 14) | abstract class Composite extends DefaultStockqty method _getChildProducts (line 28) | abstract protected function _getChildProducts(); method getChildProducts (line 35) | public function getChildProducts() method getDetailsPlaceholderId (line 48) | public function getDetailsPlaceholderId() FILE: app/code/Magento/CatalogInventory/Block/Stockqty/DefaultStockqty.php class DefaultStockqty (line 19) | class DefaultStockqty extends AbstractStockqty implements \Magento\Frame... method _toHtml (line 26) | protected function _toHtml() method getIdentities (line 39) | public function getIdentities() FILE: app/code/Magento/CatalogInventory/Block/Stockqty/Type/Grouped.php class Grouped (line 14) | class Grouped extends \Magento\CatalogInventory\Block\Stockqty\Composite method _getChildProducts (line 21) | protected function _getChildProducts() FILE: app/code/Magento/CatalogInventory/Helper/Data.php class Data (line 12) | class Data extends \Magento\Framework\App\Helper\AbstractHelper FILE: app/code/Magento/CatalogInventory/Helper/Minsaleqty.php class Minsaleqty (line 17) | class Minsaleqty method __construct (line 52) | public function __construct( method fixQty (line 70) | protected function fixQty($qty) method serializeValue (line 81) | protected function serializeValue($value) method unserializeValue (line 108) | protected function unserializeValue($value) method isEncodedArrayFieldValue (line 125) | protected function isEncodedArrayFieldValue($value) method encodeArrayFieldValue (line 148) | protected function encodeArrayFieldValue(array $value) method decodeArrayFieldValue (line 164) | protected function decodeArrayFieldValue(array $value) method getConfigValue (line 189) | public function getConfigValue($customerGroupId, $store = null) method makeArrayFieldValue (line 222) | public function makeArrayFieldValue($value) method makeStorableArrayFieldValue (line 237) | public function makeStorableArrayFieldValue($value) method getAllCustomersGroupId (line 251) | protected function getAllCustomersGroupId() FILE: app/code/Magento/CatalogInventory/Helper/Stock.php class Stock (line 26) | class Stock method __construct (line 68) | public function __construct( method assignStatusToProduct (line 87) | public function assignStatusToProduct(Product $product, $status = null) method addStockStatusToProducts (line 104) | public function addStockStatusToProducts(AbstractCollection $productCo... method addInStockFilterToCollection (line 121) | public function addInStockFilterToCollection($collection) method addIsInStockFilterToCollection (line 153) | public function addIsInStockFilterToCollection($collection) method getStockStatusResource (line 173) | protected function getStockStatusResource() method getStockConfiguration (line 186) | private function getStockConfiguration() FILE: app/code/Magento/CatalogInventory/Model/AddStockStatusToCollection.php class AddStockStatusToCollection (line 14) | class AddStockStatusToCollection method __construct (line 24) | public function __construct( method beforeLoad (line 38) | public function beforeLoad(Collection $productCollection, $printQuery ... FILE: app/code/Magento/CatalogInventory/Model/Adminhtml/Stock/Item.php class Item (line 28) | class Item extends \Magento\CatalogInventory\Model\Stock\Item implements... method __construct (line 51) | public function __construct( method getCustomerGroupId (line 89) | public function getCustomerGroupId() method _isQtyCheckApplicable (line 102) | protected function _isQtyCheckApplicable() method _hasDefaultNotificationMessage (line 112) | protected function _hasDefaultNotificationMessage() method hasAdminArea (line 120) | public function hasAdminArea() method getShowDefaultNotificationMessage (line 129) | public function getShowDefaultNotificationMessage() method getIdentities (line 137) | public function getIdentities() FILE: app/code/Magento/CatalogInventory/Model/Config/Backend/AbstractValue.php class AbstractValue (line 12) | abstract class AbstractValue extends \Magento\Framework\App\Config\Value method __construct (line 35) | public function __construct( FILE: app/code/Magento/CatalogInventory/Model/Config/Backend/Backorders.php class Backorders (line 14) | class Backorders extends AbstractValue method afterSave (line 21) | public function afterSave() FILE: app/code/Magento/CatalogInventory/Model/Config/Backend/Managestock.php class Managestock (line 14) | class Managestock extends AbstractValue method afterSave (line 20) | public function afterSave() FILE: app/code/Magento/CatalogInventory/Model/Config/Backend/ShowOutOfStock.php class ShowOutOfStock (line 12) | class ShowOutOfStock extends AbstractValue FILE: app/code/Magento/CatalogInventory/Model/Configuration.php class Configuration (line 18) | class Configuration implements StockConfigurationInterface method __construct (line 142) | public function __construct( method getDefaultScopeId (line 157) | public function getDefaultScopeId() method getIsQtyTypeIds (line 170) | public function getIsQtyTypeIds($filter = null) method isQty (line 195) | public function isQty($productTypeId) method canSubtractQty (line 207) | public function canSubtractQty($store = null) method getMinQty (line 222) | public function getMinQty($store = null) method getMinSaleQty (line 238) | public function getMinSaleQty($store = null, $customerGroupId = null) method getMaxSaleQty (line 249) | public function getMaxSaleQty($store = null) method getNotifyStockQty (line 264) | public function getNotifyStockQty($store = null) method getEnableQtyIncrements (line 280) | public function getEnableQtyIncrements($store = null) method getQtyIncrements (line 295) | public function getQtyIncrements($store = null) method getBackorders (line 310) | public function getBackorders($store = null) method getManageStock (line 325) | public function getManageStock($store = null) method getCanBackInStock (line 341) | public function getCanBackInStock($store = null) method isShowOutOfStock (line 356) | public function isShowOutOfStock($store = null) method isAutoReturnEnabled (line 371) | public function isAutoReturnEnabled($store = null) method isDisplayProductStockStatus (line 386) | public function isDisplayProductStockStatus($store = null) method getDefaultConfigValue (line 402) | public function getDefaultConfigValue($field, $store = null) method getStockThresholdQty (line 417) | public function getStockThresholdQty($store = null) method getConfigItemOptions (line 431) | public function getConfigItemOptions() FILE: app/code/Magento/CatalogInventory/Model/Indexer/ProductPriceIndexFilter.php class ProductPriceIndexFilter (line 21) | class ProductPriceIndexFilter implements PriceModifierInterface method __construct (line 61) | public function __construct( method modifyPrice (line 87) | public function modifyPrice(IndexTableStructure $priceTable, array $en... FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock.php class Stock (line 10) | class Stock implements \Magento\Framework\Indexer\ActionInterface, \Mage... method __construct (line 37) | public function __construct( method execute (line 54) | public function execute($ids) method executeFull (line 65) | public function executeFull() method executeList (line 83) | public function executeList(array $ids) method executeRow (line 95) | public function executeRow($id) method getCacheContext (line 106) | protected function getCacheContext() FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php class AbstractAction (line 20) | abstract class AbstractAction method __construct (line 87) | public function __construct( method execute (line 110) | abstract public function execute($ids); method _getConnection (line 117) | protected function _getConnection() method _getTypeIndexers (line 130) | protected function _getTypeIndexers() method _getTable (line 152) | protected function _getTable($entityName) method getRelationsByChild (line 163) | public function getRelationsByChild($childIds) method reindexAll (line 183) | public function reindexAll() method _syncData (line 200) | protected function _syncData() method _deleteOldRelations (line 221) | protected function _deleteOldRelations($tableName) method _reindexRows (line 242) | protected function _reindexRows($productIds = []) method doReindex (line 262) | private function doReindex($productIds = []) method getCacheCleaner (line 288) | private function getCacheCleaner() method useIdxTable (line 302) | public function useIdxTable($value = null) method _getIdxTable (line 315) | protected function _getIdxTable() method clearTemporaryIndexTable (line 328) | public function clearTemporaryIndexTable() FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/Action/Full.php class Full (line 37) | class Full extends AbstractAction method __construct (line 88) | public function __construct( method execute (line 128) | public function execute($ids = null): void method cleanIndexersTables (line 186) | private function cleanIndexersTables(array $indexers): void FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/Action/Row.php class Row (line 16) | class Row extends \Magento\CatalogInventory\Model\Indexer\Stock\Abstract... method execute (line 26) | public function execute($id = null) FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/Action/Rows.php class Rows (line 16) | class Rows extends \Magento\CatalogInventory\Model\Indexer\Stock\Abstrac... method execute (line 26) | public function execute($ids) FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/CacheCleaner.php class CacheCleaner (line 24) | class CacheCleaner method __construct (line 63) | public function __construct( method clean (line 84) | public function clean(array $productIds, callable $reindex) method getProductStockStatuses (line 102) | private function getProductStockStatuses(array $productIds) method getProductIdsForCacheClean (line 139) | private function getProductIdsForCacheClean(array $productStatusesBefo... method getConnection (line 169) | private function getConnection() FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/Plugin/StoreGroup.php class StoreGroup (line 8) | class StoreGroup method __construct (line 18) | public function __construct(\Magento\CatalogInventory\Model\Indexer\St... method beforeSave (line 32) | public function beforeSave( FILE: app/code/Magento/CatalogInventory/Model/Indexer/Stock/Processor.php class Processor (line 11) | class Processor extends \Magento\Framework\Indexer\AbstractProcessor FILE: app/code/Magento/CatalogInventory/Model/Plugin/AfterProductLoad.php class AfterProductLoad (line 15) | class AfterProductLoad method __construct (line 25) | public function __construct( method afterLoad (line 37) | public function afterLoad(\Magento\Catalog\Model\Product $product) FILE: app/code/Magento/CatalogInventory/Model/Plugin/FilterCustomAttribute.php class FilterCustomAttribute (line 13) | class FilterCustomAttribute method __construct (line 24) | public function __construct(Filter $filter) method afterGetCustomAttributesMetadata (line 38) | public function afterGetCustomAttributesMetadata(Repository $repositor... FILE: app/code/Magento/CatalogInventory/Model/Plugin/PriceIndexUpdater.php class PriceIndexUpdater (line 17) | class PriceIndexUpdater method __construct (line 27) | public function __construct(Processor $priceIndexProcessor) method afterSave (line 39) | public function afterSave(Item $subject, Item $result, AbstractModel $... method afterUpdateSetOutOfStock (line 63) | public function afterUpdateSetOutOfStock(Item $subject, $result, int $... method afterUpdateSetInStock (line 75) | public function afterUpdateSetInStock(Item $subject, $result, int $web... FILE: app/code/Magento/CatalogInventory/Model/Plugin/ProductLinks.php class ProductLinks (line 14) | class ProductLinks method __construct (line 32) | public function __construct(Configuration $configuration, Stock $stock... method afterGetProductCollection (line 44) | public function afterGetProductCollection(Link $subject, Collection $c... FILE: app/code/Magento/CatalogInventory/Model/Plugin/ProductSearch.php class ProductSearch (line 14) | class ProductSearch method __construct (line 24) | public function __construct(Stock $stockHelper) method afterPrepareCollection (line 37) | public function afterPrepareCollection( FILE: app/code/Magento/CatalogInventory/Model/Plugin/ReindexUpdatedProducts.php class ReindexUpdatedProducts (line 13) | class ReindexUpdatedProducts method __construct (line 23) | public function __construct(\Magento\CatalogInventory\Model\Indexer\St... method afterUpdateAttributes (line 38) | public function afterUpdateAttributes( FILE: app/code/Magento/CatalogInventory/Model/Product/CopyConstructor/CatalogInventory.php class CatalogInventory (line 8) | class CatalogInventory implements \Magento\Catalog\Model\Product\CopyCon... method __construct (line 18) | public function __construct( method build (line 31) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/CatalogInventory/Model/ProductCollectionStockCondition.php class ProductCollectionStockCondition (line 18) | class ProductCollectionStockCondition implements CollectionModifierInter... method __construct (line 29) | public function __construct(\Magento\CatalogInventory\Helper\Stock $st... method apply (line 37) | public function apply(AbstractDb $collection) FILE: app/code/Magento/CatalogInventory/Model/Quote/Item/QuantityValidator.php class QuantityValidator (line 33) | class QuantityValidator method __construct (line 62) | public function __construct( method addErrorInfoToQuote (line 81) | private function addErrorInfoToQuote($result, $quoteItem) method validate (line 108) | public function validate(Observer $observer) method checkOptionsQtyIncrements (line 221) | private function checkOptionsQtyIncrements(Item $quoteItem, array $opt... method _removeErrorsFromQuoteAndItem (line 260) | protected function _removeErrorsFromQuoteAndItem($item, $code) FILE: app/code/Magento/CatalogInventory/Model/Quote/Item/QuantityValidator/Initializer/Option.php class Option (line 15) | class Option method __construct (line 37) | public function __construct( method getStockItem (line 56) | public function getStockItem( method initialize (line 87) | public function initialize( FILE: app/code/Magento/CatalogInventory/Model/Quote/Item/QuantityValidator/Initializer/QtyProcessor.php class QtyProcessor (line 14) | class QtyProcessor method __construct (line 29) | public function __construct(QuoteItemQtyList $quoteItemQtyList) method setItem (line 39) | public function setItem(Item $quoteItem) method getRowQty (line 50) | public function getRowQty($qty) method getQtyForCheck (line 64) | public function getQtyForCheck($qty) FILE: app/code/Magento/CatalogInventory/Model/Quote/Item/QuantityValidator/Initializer/StockItem.php class StockItem (line 19) | class StockItem method __construct (line 47) | public function __construct( method initialize (line 72) | public function initialize( FILE: app/code/Magento/CatalogInventory/Model/Quote/Item/QuantityValidator/QuoteItemQtyList.php class QuoteItemQtyList (line 8) | class QuoteItemQtyList method getQty (line 29) | public function getQty($productId, $quoteItemId, $quoteId, $itemQty) FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/DefaultStock.php class DefaultStock (line 26) | class DefaultStock extends AbstractIndexer implements StockInterface method __construct (line 76) | public function __construct( method _construct (line 92) | protected function _construct() method reindexAll (line 103) | public function reindexAll() method reindexEntity (line 123) | public function reindexEntity($entityIds) method getActionType (line 141) | public function getActionType() method setActionType (line 153) | public function setActionType($type) method setTypeId (line 165) | public function setTypeId($typeId) method getTypeId (line 177) | public function getTypeId() method setIsComposite (line 191) | public function setIsComposite($flag) method getIsComposite (line 203) | public function getIsComposite() method _isManageStock (line 213) | protected function _isManageStock() method _getStockStatusSelect (line 229) | protected function _getStockStatusSelect($entityIds = null, $usePrimar... method _prepareIndexTable (line 276) | protected function _prepareIndexTable($entityIds = null) method _updateIndex (line 293) | protected function _updateIndex($entityIds) method deleteOldRecords (line 332) | private function deleteOldRecords(array $ids) method _updateIndexTable (line 345) | protected function _updateIndexTable($data) method getIdxTable (line 364) | public function getIdxTable($table = null) method getStatusExpression (line 377) | protected function getStatusExpression(AdapterInterface $connection, $... method getStockConfiguration (line 404) | protected function getStockConfiguration() method getQueryProcessorComposite (line 418) | private function getQueryProcessorComposite() FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/QueryProcessorComposite.php class QueryProcessorComposite (line 9) | class QueryProcessorComposite implements QueryProcessorInterface method __construct (line 20) | public function __construct(array $queryProcessors = []) method processQuery (line 31) | public function processQuery(\Magento\Framework\DB\Select $select, $en... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/QueryProcessorInterface.php type QueryProcessorInterface (line 19) | interface QueryProcessorInterface method processQuery (line 28) | public function processQuery(Select $select, $entityIds = null, $usePr... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/StockInterface.php type StockInterface (line 17) | interface StockInterface method reindexAll (line 24) | public function reindexAll(); method reindexEntity (line 32) | public function reindexEntity($entityIds); method setTypeId (line 40) | public function setTypeId($typeId); method getTypeId (line 48) | public function getTypeId(); FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/StockFactory.php class StockFactory (line 20) | class StockFactory method __construct (line 37) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 50) | public function create($indexerClassName = '', array $data = []) FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Product/StockStatusBaseSelectProcessor.php class StockStatusBaseSelectProcessor (line 18) | class StockStatusBaseSelectProcessor implements BaseSelectProcessorInter... method __construct (line 34) | public function __construct( method process (line 49) | public function process(Select $select) FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/QtyCounterInterface.php type QtyCounterInterface (line 11) | interface QtyCounterInterface method correctItemsQty (line 21) | public function correctItemsQty(array $items, $websiteId, $operator); FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock.php class Stock (line 15) | class Stock extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb... method __construct (line 90) | public function __construct( method _construct (line 110) | protected function _construct() method lockProductsStock (line 122) | public function lockProductsStock(array $productIds, $websiteId) method correctItemsQty (line 157) | public function correctItemsQty(array $items, $websiteId, $operator) method _initConfig (line 184) | protected function _initConfig() method updateSetOutOfStock (line 215) | public function updateSetOutOfStock($website = null) method updateSetInStock (line 252) | public function updateSetInStock($website) method updateLowStockDate (line 287) | public function updateLowStockDate($website) method addLowStockFilter (line 324) | public function addLowStockFilter(\Magento\Catalog\Model\ResourceModel... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Collection.php class Collection (line 16) | class Collection extends AbstractSearchResult implements StockCollection... method init (line 21) | protected function init() FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item.php class Item (line 21) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 52) | public function __construct( method _construct (line 73) | protected function _construct() method loadByProductId (line 86) | public function loadByProductId(\Magento\CatalogInventory\Api\Data\Sto... method _getLoadSelect (line 108) | protected function _getLoadSelect($field, $value, $object) method _prepareDataForTable (line 122) | protected function _prepareDataForTable(\Magento\Framework\DataObject ... method _afterSave (line 144) | protected function _afterSave(AbstractModel $object) method setProcessIndexEvents (line 160) | public function setProcessIndexEvents($process = true) method updateSetOutOfStock (line 172) | public function updateSetOutOfStock(int $websiteId) method updateSetInStock (line 207) | public function updateSetInStock(int $websiteId) method updateLowStockDate (line 239) | public function updateLowStockDate(int $websiteId) method getManageStockExpr (line 272) | public function getManageStockExpr(string $tableAlias = ''): \Zend_Db_... method getBackordersExpr (line 292) | public function getBackordersExpr(string $tableAlias = ''): \Zend_Db_Expr method getMinSaleQtyExpr (line 312) | public function getMinSaleQtyExpr(string $tableAlias = ''): \Zend_Db_Expr method buildProductsSelectByConfigTypes (line 331) | private function buildProductsSelectByConfigTypes(): Select FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Collection.php class Collection (line 16) | class Collection extends AbstractSearchResult implements StockItemCollec... method init (line 21) | protected function init() FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/StockItemCriteria.php class StockItemCriteria (line 15) | class StockItemCriteria extends AbstractCriteria implements \Magento\Cat... method __construct (line 20) | public function __construct($mapper = '') method setStockStatus (line 29) | public function setStockStatus($storeId = null) method setStockFilter (line 38) | public function setStockFilter($stock) method setScopeFilter (line 47) | public function setScopeFilter($scope) method setProductsFilter (line 56) | public function setProductsFilter($products) method setManagedFilter (line 65) | public function setManagedFilter($isStockManagedInConfig) method setQtyFilter (line 74) | public function setQtyFilter($comparisonMethod, $qty) method addCriteria (line 86) | public function addCriteria(\Magento\CatalogInventory\Api\StockItemCri... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/StockItemCriteriaMapper.php class StockItemCriteriaMapper (line 23) | class StockItemCriteriaMapper extends GenericMapper method __construct (line 44) | public function __construct( method init (line 59) | protected function init() method mapInitialCondition (line 68) | public function mapInitialCondition() method mapStockFilter (line 80) | public function mapStockFilter($stock) method mapWebsiteFilter (line 91) | public function mapWebsiteFilter($website) method mapProductsFilter (line 102) | public function mapProductsFilter($products) method mapStockStatus (line 125) | public function mapStockStatus($storeId = null) method mapManagedFilter (line 143) | public function mapManagedFilter($isStockManagedInConfig) method mapQtyFilter (line 156) | public function mapQtyFilter($comparisonMethod, $qty) method getStockConfiguration (line 172) | private function getStockConfiguration() FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Status.php class Status (line 21) | class Status extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 56) | public function __construct( method _construct (line 78) | protected function _construct() method saveProductStatus (line 93) | public function saveProductStatus( method getProductsStockStatuses (line 137) | public function getProductsStockStatuses($productIds, $websiteId, $sto... method getWebsiteStores (line 157) | public function getWebsiteStores() method getProductsType (line 170) | public function getProductsType($productIds) method getProductCollection (line 194) | public function getProductCollection($lastEntityId = 0, $limit = 1000) method addStockStatusToSelect (line 214) | public function addStockStatusToSelect(\Magento\Framework\DB\Select $s... method addStockDataToCollection (line 231) | public function addStockDataToCollection($collection, $isFilterInStock) method addIsInStockFilterToCollection (line 265) | public function addIsInStockFilterToCollection($collection) method getWebsiteId (line 293) | private function getWebsiteId($websiteId = null) method getProductStatus (line 310) | public function getProductStatus($productIds, $storeId = null) FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Status/Collection.php class Collection (line 16) | class Collection extends AbstractSearchResult implements StockStatusColl... method init (line 21) | protected function init() FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Status/StockStatusCriteria.php class StockStatusCriteria (line 15) | class StockStatusCriteria extends AbstractCriteria implements \Magento\C... method __construct (line 20) | public function __construct($mapper = '') method setScopeFilter (line 29) | public function setScopeFilter($scope) method setProductsFilter (line 37) | public function setProductsFilter($products) method setQtyFilter (line 45) | public function setQtyFilter($qty) method addCriteria (line 53) | public function addCriteria(\Magento\CatalogInventory\Api\StockStatusC... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Status/StockStatusCriteriaMapper.php class StockStatusCriteriaMapper (line 15) | class StockStatusCriteriaMapper extends GenericMapper method init (line 20) | protected function init() method mapInitialCondition (line 30) | public function mapInitialCondition() method mapWebsiteFilter (line 45) | public function mapWebsiteFilter($website) method mapProductsFilter (line 59) | public function mapProductsFilter($products) method mapQtyFilter (line 84) | public function mapQtyFilter($qty) FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/StockCriteria.php class StockCriteria (line 13) | class StockCriteria extends AbstractCriteria implements \Magento\Catalog... method __construct (line 18) | public function __construct($mapper = '') method setScopeFilter (line 28) | public function setScopeFilter($scope) method addCriteria (line 40) | public function addCriteria(\Magento\CatalogInventory\Api\StockCriteri... FILE: app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/StockCriteriaMapper.php class StockCriteriaMapper (line 15) | class StockCriteriaMapper extends GenericMapper method init (line 20) | protected function init() FILE: app/code/Magento/CatalogInventory/Model/Source/Backorders.php class Backorders (line 17) | class Backorders implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 22) | public function toOptionArray() FILE: app/code/Magento/CatalogInventory/Model/Source/Stock.php class Stock (line 19) | class Stock extends AbstractSource method getAllOptions (line 26) | public function getAllOptions() method addValueSortToCollection (line 42) | public function addValueSortToCollection($collection, $dir = \Magento\... FILE: app/code/Magento/CatalogInventory/Model/Source/StockConfiguration.php class StockConfiguration (line 14) | class StockConfiguration implements ValueSourceInterface method __construct (line 24) | public function __construct(StockConfigurationInterface $stockConfigur... method getValue (line 32) | public function getValue($name) FILE: app/code/Magento/CatalogInventory/Model/Spi/StockRegistryProviderInterface.php type StockRegistryProviderInterface (line 15) | interface StockRegistryProviderInterface method getStock (line 23) | public function getStock($scopeId); method getStockItem (line 32) | public function getStockItem($productId, $scopeId); method getStockStatus (line 41) | public function getStockStatus($productId, $scopeId); FILE: app/code/Magento/CatalogInventory/Model/Spi/StockStateProviderInterface.php type StockStateProviderInterface (line 17) | interface StockStateProviderInterface method verifyStock (line 25) | public function verifyStock(StockItemInterface $stockItem); method verifyNotification (line 33) | public function verifyNotification(StockItemInterface $stockItem); method checkQuoteItemQty (line 44) | public function checkQuoteItemQty(StockItemInterface $stockItem, $item... method checkQty (line 54) | public function checkQty(StockItemInterface $stockItem, $qty); method suggestQty (line 65) | public function suggestQty(StockItemInterface $stockItem, $qty); method checkQtyIncrements (line 74) | public function checkQtyIncrements(StockItemInterface $stockItem, $qty); method getStockQty (line 82) | public function getStockQty(StockItemInterface $stockItem); FILE: app/code/Magento/CatalogInventory/Model/Stock.php class Stock (line 15) | class Stock extends AbstractExtensibleModel implements StockInterface method _construct (line 57) | protected function _construct() method getStockId (line 69) | public function getStockId() method getWebsiteId (line 79) | public function getWebsiteId() method getStockName (line 89) | public function getStockName() method setStockId (line 100) | public function setStockId($stockId) method setWebsiteId (line 111) | public function setWebsiteId($websiteId) method setStockName (line 122) | public function setStockName($stockName) method getExtensionAttributes (line 132) | public function getExtensionAttributes() method setExtensionAttributes (line 143) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Model/Stock/Item.php class Item (line 23) | class Item extends AbstractExtensibleModel implements StockItemInterface method __construct (line 109) | public function __construct( method _construct (line 144) | protected function _construct() method getItemId (line 152) | public function getItemId() method getWebsiteId (line 162) | public function getWebsiteId() method getStockId (line 176) | public function getStockId() method getProductId (line 190) | public function getProductId() method getStockStatusChangedAuto (line 199) | public function getStockStatusChangedAuto() method getQty (line 207) | public function getQty() method getIsInStock (line 217) | public function getIsInStock() method getIsQtyDecimal (line 229) | public function getIsQtyDecimal() method getIsDecimalDivided (line 238) | public function getIsDecimalDivided() method getLowStockDate (line 246) | public function getLowStockDate() method getShowDefaultNotificationMessage (line 257) | public function getShowDefaultNotificationMessage() method getUseConfigMinQty (line 266) | public function getUseConfigMinQty() method getMinQty (line 276) | public function getMinQty() method getUseConfigMinSaleQty (line 290) | public function getUseConfigMinSaleQty() method getMinSaleQty (line 300) | public function getMinSaleQty() method getUseConfigMaxSaleQty (line 315) | public function getUseConfigMaxSaleQty() method getMaxSaleQty (line 325) | public function getMaxSaleQty() method getUseConfigNotifyStockQty (line 340) | public function getUseConfigNotifyStockQty() method getNotifyStockQty (line 350) | public function getNotifyStockQty() method getUseConfigEnableQtyInc (line 362) | public function getUseConfigEnableQtyInc() method getEnableQtyIncrements (line 373) | public function getEnableQtyIncrements() method getUseConfigQtyIncrements (line 387) | public function getUseConfigQtyIncrements() method getQtyIncrements (line 397) | public function getQtyIncrements() method getUseConfigBackorders (line 424) | public function getUseConfigBackorders() method getBackorders (line 434) | public function getBackorders() method getUseConfigManageStock (line 446) | public function getUseConfigManageStock() method getManageStock (line 456) | public function getManageStock() method _addQuoteItemError (line 473) | protected function _addQuoteItemError( method save (line 492) | public function save() method setProduct (line 504) | public function setProduct(Product $product) method setStoreId (line 521) | public function setStoreId($value) method getStoreId (line 532) | public function getStoreId() method getCustomerGroupId (line 545) | public function getCustomerGroupId() method setCustomerGroupId (line 559) | public function setCustomerGroupId($value) method setItemId (line 571) | public function setItemId($itemId) method setProductId (line 580) | public function setProductId($productId) method setWebsiteId (line 591) | public function setWebsiteId($websiteId) method setStockId (line 602) | public function setStockId($stockId) method setQty (line 611) | public function setQty($qty) method setIsInStock (line 622) | public function setIsInStock($isInStock) method setIsQtyDecimal (line 631) | public function setIsQtyDecimal($isQtyDecimal) method setUseConfigMinQty (line 640) | public function setUseConfigMinQty($useConfigMinQty) method setMinQty (line 651) | public function setMinQty($minQty) method setUseConfigMinSaleQty (line 660) | public function setUseConfigMinSaleQty($useConfigMinSaleQty) method setMinSaleQty (line 671) | public function setMinSaleQty($minSaleQty) method setUseConfigMaxSaleQty (line 680) | public function setUseConfigMaxSaleQty($useConfigMaxSaleQty) method setMaxSaleQty (line 691) | public function setMaxSaleQty($maxSaleQty) method setUseConfigBackorders (line 700) | public function setUseConfigBackorders($useConfigBackorders) method setBackorders (line 711) | public function setBackorders($backOrders) method setUseConfigNotifyStockQty (line 720) | public function setUseConfigNotifyStockQty($useConfigNotifyStockQty) method setNotifyStockQty (line 731) | public function setNotifyStockQty($notifyStockQty) method setUseConfigQtyIncrements (line 740) | public function setUseConfigQtyIncrements($useConfigQtyIncrements) method setQtyIncrements (line 751) | public function setQtyIncrements($qtyIncrements) method setUseConfigEnableQtyInc (line 760) | public function setUseConfigEnableQtyInc($useConfigEnableQtyInc) method setEnableQtyIncrements (line 771) | public function setEnableQtyIncrements($enableQtyIncrements) method setUseConfigManageStock (line 780) | public function setUseConfigManageStock($useConfigManageStock) method setManageStock (line 789) | public function setManageStock($manageStock) method setLowStockDate (line 798) | public function setLowStockDate($lowStockDate) method setIsDecimalDivided (line 807) | public function setIsDecimalDivided($isDecimalDivided) method setStockStatusChangedAuto (line 816) | public function setStockStatusChangedAuto($stockStatusChangedAuto) method getExtensionAttributes (line 826) | public function getExtensionAttributes() method setExtensionAttributes (line 837) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Model/Stock/Status.php class Status (line 18) | class Status extends AbstractExtensibleModel implements StockStatusInter... method __construct (line 40) | public function __construct( method _construct (line 67) | protected function _construct() method getProductId (line 79) | public function getProductId() method getWebsiteId (line 89) | public function getWebsiteId() method getStockId (line 99) | public function getStockId() method getQty (line 109) | public function getQty() method getStockStatus (line 119) | public function getStockStatus(): int method getStockItem (line 131) | public function getStockItem() method setProductId (line 144) | public function setProductId($productId) method setWebsiteId (line 155) | public function setWebsiteId($websiteId) method setStockId (line 166) | public function setStockId($stockId) method setQty (line 177) | public function setQty($qty) method setStockStatus (line 188) | public function setStockStatus($stockStatus) method getExtensionAttributes (line 198) | public function getExtensionAttributes() method setExtensionAttributes (line 209) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php class StockItemRepository (line 32) | class StockItemRepository implements StockItemRepositoryInterface method __construct (line 117) | public function __construct( method save (line 149) | public function save(\Magento\CatalogInventory\Api\Data\StockItemInter... method get (line 195) | public function get($stockItemId) method getList (line 210) | public function getList(\Magento\CatalogInventory\Api\StockItemCriteri... method delete (line 223) | public function delete(StockItemInterface $stockItem) method deleteById (line 244) | public function deleteById($id) method getStockRegistryStorage (line 261) | private function getStockRegistryStorage() FILE: app/code/Magento/CatalogInventory/Model/Stock/StockRepository.php class StockRepository (line 25) | class StockRepository implements StockRepositoryInterface method __construct (line 64) | public function __construct( method save (line 83) | public function save(StockInterface $stock) method get (line 98) | public function get($stockId) method getList (line 114) | public function getList(\Magento\CatalogInventory\Api\StockCriteriaInt... method delete (line 129) | public function delete(StockInterface $stock) method deleteById (line 148) | public function deleteById($id) method getStockRegistryStorage (line 165) | private function getStockRegistryStorage() FILE: app/code/Magento/CatalogInventory/Model/Stock/StockStatusRepository.php class StockStatusRepository (line 23) | class StockStatusRepository implements StockStatusRepositoryInterface method __construct (line 62) | public function __construct( method save (line 81) | public function save(StockStatusInterface $stockStatus) method get (line 98) | public function get($stockStatusId) method getList (line 109) | public function getList(\Magento\CatalogInventory\Api\StockStatusCrite... method delete (line 124) | public function delete(StockStatusInterface $stockStatus) method deleteById (line 143) | public function deleteById($id) method getStockRegistryStorage (line 160) | private function getStockRegistryStorage() FILE: app/code/Magento/CatalogInventory/Model/StockIndex.php class StockIndex (line 21) | class StockIndex implements StockIndexInterface method __construct (line 63) | public function __construct( method rebuild (line 84) | public function rebuild($productId = null, $scopeId = null) method updateProductStockStatus (line 114) | public function updateProductStockStatus($productId, $websiteId) method processChildren (line 138) | protected function processChildren( method getWebsitesWithDefaultStores (line 201) | protected function getWebsitesWithDefaultStores($websiteId = null) method processParents (line 222) | protected function processParents($productId, $websiteId) method getProductTypeInstances (line 252) | protected function getProductTypeInstances() method getStockStatusResource (line 267) | protected function getStockStatusResource() FILE: app/code/Magento/CatalogInventory/Model/StockItemValidator.php class StockItemValidator (line 18) | class StockItemValidator method __construct (line 34) | public function __construct( method validate (line 50) | public function validate(ProductInterface $product, StockItemInterface... FILE: app/code/Magento/CatalogInventory/Model/StockManagement.php class StockManagement (line 21) | class StockManagement implements StockManagementInterface, RegisterProdu... method __construct (line 67) | public function __construct( method registerProductsSale (line 97) | public function registerProductsSale($items, $websiteId = null) method revertProductsSale (line 147) | public function revertProductsSale($items, $websiteId = null) method backItemQty (line 174) | public function backItemQty($productId, $qty, $scopeId = null) method getProductType (line 201) | protected function getProductType($productId) method getResource (line 211) | protected function getResource() method canSubtractQty (line 222) | protected function canSubtractQty(StockItemInterface $stockItem) FILE: app/code/Magento/CatalogInventory/Model/StockRegistry.php class StockRegistry (line 22) | class StockRegistry implements StockRegistryInterface method __construct (line 56) | public function __construct( method getStock (line 74) | public function getStock($scopeId = null) method getStockItem (line 85) | public function getStockItem($productId, $scopeId = null) method getStockItemBySku (line 97) | public function getStockItemBySku($productSku, $scopeId = null) method getStockStatus (line 109) | public function getStockStatus($productId, $scopeId = null) method getStockStatusBySku (line 121) | public function getStockStatusBySku($productSku, $scopeId = null) method getProductStockStatus (line 134) | public function getProductStockStatus($productId, $scopeId = null) method getProductStockStatusBySku (line 147) | public function getProductStockStatusBySku($productSku, $scopeId = null) method getLowStockItems (line 157) | public function getLowStockItems($scopeId, $qty, $currentPage = 1, $pa... method updateStockItemBySku (line 170) | public function updateStockItemBySku($productSku, \Magento\CatalogInve... method resolveProductId (line 189) | protected function resolveProductId($productSku) FILE: app/code/Magento/CatalogInventory/Model/StockRegistryProvider.php class StockRegistryProvider (line 24) | class StockRegistryProvider implements StockRegistryProviderInterface method __construct (line 88) | public function __construct( method getStock (line 114) | public function getStock($scopeId) method getStockItem (line 136) | public function getStockItem($productId, $scopeId) method getStockStatus (line 158) | public function getStockStatus($productId, $scopeId) method getStockRegistryStorage (line 179) | private function getStockRegistryStorage() FILE: app/code/Magento/CatalogInventory/Model/StockRegistryStorage.php class StockRegistryStorage (line 15) | class StockRegistryStorage method getStock (line 36) | public function getStock($scopeId) method setStock (line 46) | public function setStock($scopeId, StockInterface $value) method removeStock (line 55) | public function removeStock($scopeId = null) method getStockItem (line 69) | public function getStockItem($productId, $scopeId) method setStockItem (line 80) | public function setStockItem($productId, $scopeId, StockItemInterface ... method removeStockItem (line 90) | public function removeStockItem($productId, $scopeId = null) method getStockStatus (line 104) | public function getStockStatus($productId, $scopeId) method setStockStatus (line 115) | public function setStockStatus($productId, $scopeId, StockStatusInterf... method removeStockStatus (line 125) | public function removeStockStatus($productId, $scopeId = null) method clean (line 139) | public function clean() FILE: app/code/Magento/CatalogInventory/Model/StockState.php class StockState (line 16) | class StockState implements StockStateInterface method __construct (line 38) | public function __construct( method verifyStock (line 53) | public function verifyStock($productId, $scopeId = null) method verifyNotification (line 67) | public function verifyNotification($productId, $scopeId = null) method checkQty (line 85) | public function checkQty($productId, $qty, $scopeId = null) method suggestQty (line 103) | public function suggestQty($productId, $qty, $scopeId = null) method getStockQty (line 119) | public function getStockQty($productId, $scopeId = null) method checkQtyIncrements (line 134) | public function checkQtyIncrements($productId, $qty, $websiteId = null) method checkQuoteItemQty (line 151) | public function checkQuoteItemQty($productId, $itemQty, $qtyToCheck, $... FILE: app/code/Magento/CatalogInventory/Model/StockStateProvider.php class StockStateProvider (line 19) | class StockStateProvider implements StockStateProviderInterface method __construct (line 53) | public function __construct( method verifyStock (line 73) | public function verifyStock(StockItemInterface $stockItem) method verifyNotification (line 92) | public function verifyNotification(StockItemInterface $stockItem) method checkQuoteItemQty (line 109) | public function checkQuoteItemQty(StockItemInterface $stockItem, $qty,... method checkQty (line 240) | public function checkQty(StockItemInterface $stockItem, $qty) method suggestQty (line 270) | public function suggestQty(StockItemInterface $stockItem, $qty) method checkQtyIncrements (line 309) | public function checkQtyIncrements(StockItemInterface $stockItem, $qty) method getStockQty (line 346) | public function getStockQty(StockItemInterface $stockItem) method getNumber (line 385) | protected function getNumber($qty) FILE: app/code/Magento/CatalogInventory/Model/System/Config/Backend/Minqty.php class Minqty (line 12) | class Minqty extends \Magento\Framework\App\Config\Value method beforeSave (line 19) | public function beforeSave() FILE: app/code/Magento/CatalogInventory/Model/System/Config/Backend/Minsaleqty.php class Minsaleqty (line 11) | class Minsaleqty extends \Magento\Framework\App\Config\Value method __construct (line 30) | public function __construct( method _afterLoad (line 49) | protected function _afterLoad() method beforeSave (line 61) | public function beforeSave() FILE: app/code/Magento/CatalogInventory/Model/System/Config/Backend/Qtyincrements.php class Qtyincrements (line 14) | class Qtyincrements extends \Magento\Framework\App\Config\Value method beforeSave (line 22) | public function beforeSave() FILE: app/code/Magento/CatalogInventory/Observer/AddInventoryDataObserver.php class AddInventoryDataObserver (line 12) | class AddInventoryDataObserver implements ObserverInterface method __construct (line 22) | public function __construct(\Magento\CatalogInventory\Helper\Stock $st... method execute (line 33) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/AddStockItemsObserver.php class AddStockItemsObserver (line 20) | class AddStockItemsObserver implements ObserverInterface method __construct (line 44) | public function __construct( method execute (line 60) | public function execute(Observer $observer) FILE: app/code/Magento/CatalogInventory/Observer/CancelOrderItemObserver.php class CancelOrderItemObserver (line 17) | class CancelOrderItemObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 55) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/CheckoutAllSubmitAfterObserver.php class CheckoutAllSubmitAfterObserver (line 12) | class CheckoutAllSubmitAfterObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 42) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/DisplayProductStatusInfoObserver.php class DisplayProductStatusInfoObserver (line 16) | class DisplayProductStatusInfoObserver implements ObserverInterface method __construct (line 26) | public function __construct(StockConfigurationInterface $stockConfigur... method execute (line 37) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/InvalidatePriceIndexUponConfigChangeObserver.php class InvalidatePriceIndexUponConfigChangeObserver (line 18) | class InvalidatePriceIndexUponConfigChangeObserver implements ObserverIn... method __construct (line 28) | public function __construct(Processor $priceIndexProcessor) method execute (line 40) | public function execute(Observer $observer) FILE: app/code/Magento/CatalogInventory/Observer/ItemsForReindex.php class ItemsForReindex (line 9) | class ItemsForReindex method setItems (line 20) | public function setItems(array $items) method getItems (line 28) | public function getItems() method clear (line 36) | public function clear() FILE: app/code/Magento/CatalogInventory/Observer/ParentItemProcessorInterface.php type ParentItemProcessorInterface (line 15) | interface ParentItemProcessorInterface method process (line 23) | public function process(Product $product); FILE: app/code/Magento/CatalogInventory/Observer/ProcessInventoryDataObserver.php class ProcessInventoryDataObserver (line 22) | class ProcessInventoryDataObserver implements ObserverInterface method __construct (line 36) | public function __construct( method execute (line 48) | public function execute(EventObserver $observer) method processStockData (line 63) | private function processStockData(Product $product) method prepareQuantityAndStockStatus (line 88) | private function prepareQuantityAndStockStatus(StockItemInterface $sto... method setStockDataToProduct (line 122) | private function setStockDataToProduct(Product $product, Item $stockIt... FILE: app/code/Magento/CatalogInventory/Observer/ProductQty.php class ProductQty (line 14) | class ProductQty method getProductQty (line 22) | public function getProductQty($relatedItems) method _addItemToQtyArray (line 49) | protected function _addItemToQtyArray(QuoteItem $quoteItem, &$items) FILE: app/code/Magento/CatalogInventory/Observer/QuantityValidatorObserver.php class QuantityValidatorObserver (line 12) | class QuantityValidatorObserver implements ObserverInterface method __construct (line 22) | public function __construct( method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogInventory/Observer/ReindexQuoteInventoryObserver.php class ReindexQuoteInventoryObserver (line 12) | class ReindexQuoteInventoryObserver implements ObserverInterface method __construct (line 34) | public function __construct( method execute (line 50) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/RevertQuoteInventoryObserver.php class RevertQuoteInventoryObserver (line 16) | class RevertQuoteInventoryObserver implements ObserverInterface method __construct (line 45) | public function __construct( method execute (line 63) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php class SaveInventoryDataObserver (line 27) | class SaveInventoryDataObserver implements ObserverInterface method __construct (line 89) | public function __construct( method execute (line 112) | public function execute(EventObserver $observer) method getStockItemToBeUpdated (line 135) | private function getStockItemToBeUpdated(Product $product) method getStockData (line 152) | private function getStockData(Product $product) method processParents (line 182) | private function processParents(Product $product) FILE: app/code/Magento/CatalogInventory/Observer/SubtractQuoteInventoryObserver.php class SubtractQuoteInventoryObserver (line 16) | class SubtractQuoteInventoryObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 58) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Observer/UpdateItemsStockUponConfigChangeObserver.php class UpdateItemsStockUponConfigChangeObserver (line 16) | class UpdateItemsStockUponConfigChangeObserver implements ObserverInterface method __construct (line 26) | public function __construct(Item $resourceStockItem) method execute (line 37) | public function execute(EventObserver $observer) FILE: app/code/Magento/CatalogInventory/Plugin/MassUpdateProductAttribute.php class MassUpdateProductAttribute (line 15) | class MassUpdateProductAttribute method __construct (line 62) | public function __construct( method aroundExecute (line 88) | public function aroundExecute(Save $subject, callable $proceed) method addConfigSettings (line 124) | private function addConfigSettings($inventoryData) method updateInventoryInProducts (line 145) | private function updateInventoryInProducts($productIds, $websiteId, $i... FILE: app/code/Magento/CatalogInventory/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 21) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 44) | public function __construct( method apply (line 57) | public function apply() method isSerialized (line 97) | private function isSerialized($value) method getDependencies (line 105) | public static function getDependencies() method getVersion (line 115) | public static function getVersion() method getAliases (line 123) | public function getAliases() FILE: app/code/Magento/CatalogInventory/Setup/Patch/Data/CreateDefaultStock.php class CreateDefaultStock (line 20) | class CreateDefaultStock implements DataPatchInterface, PatchVersionInte... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 71) | public static function getDependencies() method getVersion (line 79) | public static function getVersion() method getAliases (line 87) | public function getAliases() FILE: app/code/Magento/CatalogInventory/Setup/Patch/Data/UpdateStockItemsWebsite.php class UpdateStockItemsWebsite (line 19) | class UpdateStockItemsWebsite implements DataPatchInterface, PatchVersio... method __construct (line 48) | public function __construct( method apply (line 63) | public function apply() method getDependencies (line 76) | public static function getDependencies() method getVersion (line 86) | public static function getVersion() method getAliases (line 94) | public function getAliases() FILE: app/code/Magento/CatalogInventory/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 62) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/CatalogInventory/Test/Unit/Api/StockConfigurationTest.php class StockConfigurationTest (line 14) | class StockConfigurationTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetConfigItemOptions (line 65) | public function testGetConfigItemOptions() method testIsShowOutOfStock (line 81) | public function testIsShowOutOfStock() method testIsAutoReturnEnabled (line 95) | public function testIsAutoReturnEnabled() method testIsDisplayProductStockStatus (line 109) | public function testIsDisplayProductStockStatus() FILE: app/code/Magento/CatalogInventory/Test/Unit/Api/StockRegistryTest.php class StockRegistryTest (line 15) | class StockRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method tearDown (line 131) | protected function tearDown() method testGetStock (line 136) | public function testGetStock() method testGetStockItem (line 141) | public function testGetStockItem() method testGetStockItemBySku (line 146) | public function testGetStockItemBySku() method testGetStockStatus (line 154) | public function testGetStockStatus() method testGetStockStatusBySku (line 162) | public function testGetStockStatusBySku() method testUpdateStockItemBySku (line 170) | public function testUpdateStockItemBySku() FILE: app/code/Magento/CatalogInventory/Test/Unit/Api/StockStateTest.php class StockStateTest (line 15) | class StockStateTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method tearDown (line 111) | protected function tearDown() method testVerifyStock (line 116) | public function testVerifyStock() method testVerifyNotification (line 124) | public function testVerifyNotification() method testCheckQty (line 132) | public function testCheckQty() method testSuggestQty (line 140) | public function testSuggestQty() method testGetStockQty (line 148) | public function testGetStockQty() method testCheckQtyIncrements (line 156) | public function testCheckQtyIncrements() method testCheckQuoteItemQty (line 164) | public function testCheckQuoteItemQty() FILE: app/code/Magento/CatalogInventory/Test/Unit/Block/Adminhtml/Form/Field/StockTest.php class StockTest (line 11) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testSetForm (line 64) | public function testSetForm() method testSetValue (line 86) | public function testSetValue() method testSetName (line 94) | public function testSetName() FILE: app/code/Magento/CatalogInventory/Test/Unit/Block/Plugin/ProductViewTest.php class ProductViewTest (line 8) | class ProductViewTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAfterGetQuantityValidators (line 45) | public function testAfterGetQuantityValidators() FILE: app/code/Magento/CatalogInventory/Test/Unit/Block/QtyincrementsTest.php class QtyincrementsTest (line 11) | class QtyincrementsTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method tearDown (line 58) | protected function tearDown() method testGetIdentities (line 63) | public function testGetIdentities() method testGetProductQtyIncrements (line 85) | public function testGetProductQtyIncrements($productId, $qtyInc, $isSa... method getProductQtyIncrementsDataProvider (line 111) | public function getProductQtyIncrementsDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Block/Stockqty/DefaultStockqtyTest.php class DefaultStockqtyTest (line 11) | class DefaultStockqtyTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method tearDown (line 53) | protected function tearDown() method testGetIdentities (line 58) | public function testGetIdentities() method testGetStockQty (line 78) | public function testGetStockQty($productStockQty, $productId, $website... method te1stGetStockQtyLeft (line 112) | public function te1stGetStockQtyLeft() method getStockQtyDataProvider (line 154) | public function getStockQtyDataProvider() method setDataArrayValue (line 185) | protected function setDataArrayValue($key, $value) method testGetThresholdQty (line 194) | public function testGetThresholdQty() FILE: app/code/Magento/CatalogInventory/Test/Unit/Helper/MinsaleqtyTest.php class MinsaleqtyTest (line 14) | class MinsaleqtyTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetConfigValue (line 77) | public function testGetConfigValue($customerGroupId, $store, $minSaleQ... method getConfigValueDataProvider (line 99) | public function getConfigValueDataProvider() method testMakeArrayFieldValue (line 161) | public function testMakeArrayFieldValue($value, $result, $serializeCal... method makeArrayFieldValueDataProvider (line 174) | public function makeArrayFieldValueDataProvider() method testMakeStorableArrayFieldValue (line 203) | public function testMakeStorableArrayFieldValue($value, $result, $seri... method makeStorableArrayFieldValueDataProvider (line 216) | public function makeStorableArrayFieldValueDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Helper/StockTest.php class StockTest (line 15) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAssignStatusToProduct (line 82) | public function testAssignStatusToProduct() method testAddStockStatusToProducts (line 108) | public function testAddStockStatusToProducts() method testAddInStockFilterToCollection (line 157) | public function testAddInStockFilterToCollection($configMock) method filterProvider (line 173) | public function filterProvider() method testAddIsInStockFilterToCollection (line 184) | public function testAddIsInStockFilterToCollection() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/AddStockStatusToCollectionTest.php class AddStockStatusToCollectionTest (line 11) | class AddStockStatusToCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAddStockStatusToCollection (line 45) | public function testAddStockStatusToCollection() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Adminhtml/Stock/ItemTest.php class ItemTest (line 8) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetCustomerGroupId (line 51) | public function testGetCustomerGroupId() method testGetIdentities (line 59) | public function testGetIdentities() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Config/Backend/ManagestockTest.php class ManagestockTest (line 8) | class ManagestockTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method saveAndRebuildIndexDataProvider (line 33) | public function saveAndRebuildIndexDataProvider() method testSaveAndRebuildIndex (line 47) | public function testSaveAndRebuildIndex($newStockValue, $callCount) FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/ConfigurationTest.php class ConfigurationTest (line 13) | class ConfigurationTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetDefaultWebsiteId (line 62) | public function testGetDefaultWebsiteId() method testGetIsQtyTypeIds (line 67) | public function testGetIsQtyTypeIds() method testIsQty (line 78) | public function testIsQty() method testCanSubtractQty (line 89) | public function testCanSubtractQty() method testGetMinQty (line 98) | public function testGetMinQty() method testGetMinSaleQty (line 108) | public function testGetMinSaleQty() method testGetMaxSaleQty (line 121) | public function testGetMaxSaleQty() method testGetNotifyStockQty (line 131) | public function testGetNotifyStockQty() method testGetEnableQtyIncrements (line 142) | public function testGetEnableQtyIncrements() method testGetQtyIncrements (line 156) | public function testGetQtyIncrements() method testGetBackorders (line 167) | public function testGetBackorders() method testGetCanBackInStock (line 177) | public function testGetCanBackInStock() method testIsShowOutOfStock (line 187) | public function testIsShowOutOfStock() method testIsAutoReturnEnabled (line 197) | public function testIsAutoReturnEnabled() method testIsDisplayProductStockStatus (line 207) | public function testIsDisplayProductStockStatus() method testGetDefaultConfigValue (line 221) | public function testGetDefaultConfigValue() method testGetConfigItemOptions (line 237) | public function testGetConfigItemOptions() method testGetManageStock (line 253) | public function testGetManageStock() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/ProductPriceIndexFilterTest.php class ProductPriceIndexFilterTest (line 20) | class ProductPriceIndexFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testModifyPrice (line 71) | public function testModifyPrice() method getBatchIteratorCallback (line 106) | private function getBatchIteratorCallback(MockObject $selectMock, int ... FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/Stock/Action/FullTest.php class FullTest (line 12) | class FullTest extends \PHPUnit\Framework\TestCase method testExecuteWithAdapterErrorThrowsException (line 14) | public function testExecuteWithAdapterErrorThrowsException() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/Stock/Action/RowTest.php class RowTest (line 14) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testEmptyId (line 31) | public function testEmptyId() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/Stock/Action/RowsTest.php class RowsTest (line 14) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testEmptyIds (line 31) | public function testEmptyIds() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/Stock/CacheCleanerTest.php class CacheCleanerTest (line 20) | class CacheCleanerTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testClean (line 97) | public function testClean($stockStatusBefore, $stockStatusAfter, $qtyA... method cleanDataProvider (line 130) | public function cleanDataProvider() method testNotCleanCache (line 147) | public function testNotCleanCache($stockStatusBefore, $stockStatusAfte... method notCleanCacheDataProvider (line 179) | public function notCleanCacheDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/Stock/Plugin/StoreGroupTest.php class StoreGroupTest (line 12) | class StoreGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testBeforeSave (line 34) | public function testBeforeSave(array $data) method beforeSaveDataProvider (line 58) | public function beforeSaveDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Plugin/AfterProductLoadTest.php class AfterProductLoadTest (line 10) | class AfterProductLoadTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAfterLoad (line 75) | public function testAfterLoad() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Plugin/ProductLinksTest.php class ProductLinksTest (line 8) | class ProductLinksTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAfterGetProductCollectionShow (line 39) | public function testAfterGetProductCollectionShow($status, $callCount) method buildMocks (line 54) | private function buildMocks() method stockStatusDataProvider (line 69) | public function stockStatusDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Product/CopyConstructor/CatalogInventoryTest.php class CatalogInventoryTest (line 8) | class CatalogInventoryTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testBuildWithoutCurrentProductStockItem (line 75) | public function testBuildWithoutCurrentProductStockItem() method testBuildWithCurrentProductStockItem (line 94) | public function testBuildWithCurrentProductStockItem() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Quote/Item/QuantityValidator/Initializer/OptionTest.php class OptionTest (line 8) | class OptionTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testInitializeWhenResultIsDecimalGetBackordersMessageHasOptionQtyUpdate (line 143) | public function testInitializeWhenResultIsDecimalGetBackordersMessageH... method testInitializeWhenResultNotDecimalGetBackordersMessageHasOptionQtyUpdate (line 214) | public function testInitializeWhenResultNotDecimalGetBackordersMessage... method testInitializeWithInvalidOptionQty (line 271) | public function testInitializeWithInvalidOptionQty() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Quote/Item/QuantityValidator/Initializer/QtyProcessorTest.php class QtyProcessorTest (line 10) | class QtyProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testSetItem (line 41) | public function testSetItem() method testGetRowQty (line 53) | public function testGetRowQty() method testGetQtyForCheckNoParentItem (line 76) | public function testGetQtyForCheckNoParentItem() method testGetQtyForCheck (line 103) | public function testGetQtyForCheck() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Quote/Item/QuantityValidator/Initializer/QuantityValidatorTest.php class QuantityValidatorTest (line 35) | class QuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 122) | protected function setUp() method testValidateOutOfStock (line 189) | public function testValidateOutOfStock() method testValidateInStock (line 227) | public function testValidateInStock() method testValidateWithOptions (line 277) | public function testValidateWithOptions() method testValidateWithOptionsAndError (line 320) | public function testValidateWithOptionsAndError() method testValidateAndRemoveErrorsFromQuote (line 363) | public function testValidateAndRemoveErrorsFromQuote() method testRemoveError (line 417) | public function testRemoveError() method testException (line 449) | public function testException() method setUpStubForQuantity (line 463) | private function setUpStubForQuantity($qty, $hasError) method createInitialStub (line 496) | private function createInitialStub($qty) method setUpStubForRemoveError (line 553) | private function setUpStubForRemoveError() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Quote/Item/QuantityValidator/Initializer/StockItemTest.php class StockItemTest (line 14) | class StockItemTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testInitializeWithSubitem (line 81) | public function testInitializeWithSubitem() method testInitializeWithoutSubitem (line 211) | public function testInitializeWithoutSubitem() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/ResourceModel/Product/StockStatusBaseSelectProcessorTest.php class StockStatusBaseSelectProcessorTest (line 15) | class StockStatusBaseSelectProcessorTest extends \PHPUnit\Framework\Test... method setUp (line 32) | protected function setUp() method testProcess (line 45) | public function testProcess() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/ResourceModel/StockTest.php class StockTest (line 23) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testLockProductsStock (line 121) | public function testLockProductsStock(int $websiteId, array $productId... method productsDataProvider (line 181) | public function productsDataProvider(): array FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Source/StockTest.php class StockTest (line 11) | class StockTest extends TestCase method setUp (line 18) | protected function setUp() method testAddValueSortToCollection (line 23) | public function testAddValueSortToCollection() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Spi/StockRegistryProviderTest.php class StockRegistryProviderTest (line 16) | class StockRegistryProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 108) | protected function setUp() method tearDown (line 216) | protected function tearDown() method testGetStock (line 221) | public function testGetStock() method testGetStockItem (line 235) | public function testGetStockItem() method testGetStockStatus (line 252) | public function testGetStockStatus() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Spi/StockStateProviderTest.php class StockStateProviderTest (line 16) | class StockStateProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 108) | protected function setUp() method tearDown (line 145) | protected function tearDown() method testVerifyStock (line 155) | public function testVerifyStock(StockItemInterface $stockItem, $expect... method testVerifyNotification (line 168) | public function testVerifyNotification(StockItemInterface $stockItem, ... method testCheckQty (line 181) | public function testCheckQty(StockItemInterface $stockItem, $expectedR... method testSuggestQty (line 194) | public function testSuggestQty(StockItemInterface $stockItem, $expecte... method testGetStockQty (line 207) | public function testGetStockQty(StockItemInterface $stockItem, $expect... method testCheckQtyIncrements (line 220) | public function testCheckQtyIncrements(StockItemInterface $stockItem, ... method testCheckQuoteItemQty (line 233) | public function testCheckQuoteItemQty(StockItemInterface $stockItem, $... method verifyStockDataProvider (line 249) | public function verifyStockDataProvider() method verifyNotificationDataProvider (line 257) | public function verifyNotificationDataProvider() method checkQtyDataProvider (line 265) | public function checkQtyDataProvider() method suggestQtyDataProvider (line 273) | public function suggestQtyDataProvider() method getStockQtyDataProvider (line 281) | public function getStockQtyDataProvider() method checkQtyIncrementsDataProvider (line 289) | public function checkQtyIncrementsDataProvider() method checkQuoteItemQtyDataProvider (line 297) | public function checkQuoteItemQtyDataProvider() method prepareDataForMethod (line 306) | protected function prepareDataForMethod($methodName) method getVariations (line 349) | protected function getVariations() method testCheckQtyIncrementsMsg (line 442) | public function testCheckQtyIncrementsMsg($isChildItem, $expectedMsg) method checkQtyIncrementsMsgDataProvider (line 464) | public function checkQtyIncrementsMsgDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/ItemTest.php class ItemTest (line 15) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method tearDown (line 131) | protected function tearDown() method testSave (line 136) | public function testSave() method setDataArrayValue (line 148) | protected function setDataArrayValue($key, $value) method testSetProduct (line 157) | public function testSetProduct() method testGetMaxSaleQty (line 199) | public function testGetMaxSaleQty($config, $expected) method getMaxSaleQtyDataProvider (line 218) | public function getMaxSaleQtyDataProvider() method testGetAndSetCustomerGroupId (line 238) | public function testGetAndSetCustomerGroupId() method testGetMinSaleQty (line 268) | public function testGetMinSaleQty($config, $expected) method getMinSaleQtyDataProvider (line 293) | public function getMinSaleQtyDataProvider() method testSetMinQty (line 328) | public function testSetMinQty($useConfigMinQty, $minQty) method setMinQtyDataProvider (line 345) | public function setMinQtyDataProvider() method testGetStoreId (line 358) | public function testGetStoreId($storeId, $expected) method getStoreIdDataProvider (line 371) | public function getStoreIdDataProvider() method testGetLowStockDate (line 379) | public function testGetLowStockDate() method testGetQtyIncrements (line 392) | public function testGetQtyIncrements($config, $expected) method getQtyIncrementsDataProvider (line 412) | public function getQtyIncrementsDataProvider() method testDispatchEvents (line 472) | public function testDispatchEvents($eventName, $methodName, $objectName) method eventsDataProvider (line 497) | public function eventsDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/StockItemRepositoryTest.php class StockItemRepositoryTest (line 18) | class StockItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 98) | protected function setUp() method testDelete (line 214) | public function testDelete() method testDeleteException (line 232) | public function testDeleteException() method testDeleteById (line 242) | public function testDeleteById() method testDeleteByIdException (line 257) | public function testDeleteByIdException() method testSave (line 268) | public function testSave() method testSaveWithoutProductId (line 312) | public function testSaveWithoutProductId() method testSaveException (line 327) | public function testSaveException() method testGetList (line 348) | public function testGetList() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/StockRepositoryTest.php class StockRepositoryTest (line 17) | class StockRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testSave (line 105) | public function testSave() method testSaveException (line 118) | public function testSaveException() method testGetList (line 128) | public function testGetList() method testDelete (line 153) | public function testDelete() method testDeleteException (line 168) | public function testDeleteException() method testDeleteById (line 178) | public function testDeleteById() method testDeleteByIdException (line 193) | public function testDeleteByIdException() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/StockStatusRepositoryTest.php class StockStatusRepositoryTest (line 18) | class StockStatusRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testSave (line 105) | public function testSave() method testSaveException (line 118) | public function testSaveException() method testGetList (line 128) | public function testGetList() method testDelete (line 154) | public function testDelete() method testDeleteException (line 171) | public function testDeleteException() method testDeleteById (line 181) | public function testDeleteById() method testDeleteByIdException (line 194) | public function testDeleteByIdException() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/StockManagementTest.php class StockManagementTest (line 23) | class StockManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testRegisterProductsSale (line 145) | public function testRegisterProductsSale( method testRegisterProductsSaleException (line 204) | public function testRegisterProductsSaleException(array $items, array ... method productsWithCorrectQtyDataProvider (line 239) | public function productsWithCorrectQtyDataProvider(): array method productsWithIncorrectQtyDataProvider (line 279) | public function productsWithIncorrectQtyDataProvider(): array FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/StockRegistryTest.php class StockRegistryTest (line 11) | class StockRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetLowStockItems (line 44) | public function testGetLowStockItems() FILE: app/code/Magento/CatalogInventory/Test/Unit/Model/StockTest.php class StockTest (line 11) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | public function setUp() method testDispatchEvents (line 107) | public function testDispatchEvents($eventName, $methodName, $objectName) method eventsDataProvider (line 132) | public function eventsDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Observer/AddInventoryDataObserverTest.php class AddInventoryDataObserverTest (line 10) | class AddInventoryDataObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAddInventoryData (line 58) | public function testAddInventoryData() FILE: app/code/Magento/CatalogInventory/Test/Unit/Observer/AddStockItemsObserverTest.php class AddStockItemsObserverTest (line 23) | class AddStockItemsObserverTest extends TestCase method setUp (line 49) | protected function setUp() method testExecute (line 77) | public function testExecute() FILE: app/code/Magento/CatalogInventory/Test/Unit/Observer/CheckoutAllSubmitAfterObserverTest.php class CheckoutAllSubmitAfterObserverTest (line 10) | class CheckoutAllSubmitAfterObserverTest extends \PHPUnit\Framework\Test... method setUp (line 37) | protected function setUp() method testCheckoutAllSubmitAfter (line 70) | public function testCheckoutAllSubmitAfter() FILE: app/code/Magento/CatalogInventory/Test/Unit/Observer/UpdateItemsStockUponConfigChangeObserverTest.php class UpdateItemsStockUponConfigChangeObserverTest (line 10) | class UpdateItemsStockUponConfigChangeObserverTest extends \PHPUnit\Fram... method setUp (line 32) | protected function setUp() method testUpdateItemsStockUponConfigChange (line 58) | public function testUpdateItemsStockUponConfigChange() FILE: app/code/Magento/CatalogInventory/Test/Unit/Ui/Component/Product/Form/Element/UseConfigSettingsTest.php class UseConfigSettingsTest (line 14) | class UseConfigSettingsTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testPrepare (line 59) | public function testPrepare() method testPrepareSource (line 77) | public function testPrepareSource( method prepareSourceDataProvider (line 112) | public function prepareSourceDataProvider() FILE: app/code/Magento/CatalogInventory/Test/Unit/Ui/DataProvider/Product/Form/Modifier/AdvancedInventoryTest.php class AdvancedInventoryTest (line 19) | class AdvancedInventoryTest extends AbstractModifierTest method setUp (line 46) | protected function setUp() method createModel (line 77) | protected function createModel() method testModifyMeta (line 92) | public function testModifyMeta() method testModifyData (line 106) | public function testModifyData( method modifyDataProvider (line 156) | public function modifyDataProvider() FILE: app/code/Magento/CatalogInventory/Ui/Component/Product/Form/Element/UseConfigSettings.php class UseConfigSettings (line 18) | class UseConfigSettings extends Checkbox method __construct (line 39) | public function __construct( method prepare (line 56) | public function prepare() FILE: app/code/Magento/CatalogInventory/Ui/DataProvider/Product/AddQuantityAndStockStatusFieldToCollection.php class AddQuantityAndStockStatusFieldToCollection (line 16) | class AddQuantityAndStockStatusFieldToCollection implements AddFieldToCo... method addField (line 21) | public function addField(Collection $collection, $field, $alias = null) FILE: app/code/Magento/CatalogInventory/Ui/DataProvider/Product/AddQuantityFieldToCollection.php class AddQuantityFieldToCollection (line 14) | class AddQuantityFieldToCollection implements AddFieldToCollectionInterface method addField (line 19) | public function addField(Collection $collection, $field, $alias = null) FILE: app/code/Magento/CatalogInventory/Ui/DataProvider/Product/AddQuantityFilterToCollection.php class AddQuantityFilterToCollection (line 15) | class AddQuantityFilterToCollection implements AddFilterToCollectionInte... method addFilter (line 20) | public function addFilter(Collection $collection, $field, $condition =... FILE: app/code/Magento/CatalogInventory/Ui/DataProvider/Product/Form/Modifier/AdvancedInventory.php class AdvancedInventory (line 22) | class AdvancedInventory extends AbstractModifier method __construct (line 71) | public function __construct( method modifyData (line 90) | public function modifyData(array $data) method getData (line 145) | private function getData(StockItemInterface $stockItem) method modifyMeta (line 168) | public function modifyMeta(array $meta) method prepareMeta (line 182) | private function prepareMeta() FILE: app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php class OnlyXLeftInStockResolver (line 23) | class OnlyXLeftInStockResolver implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getOnlyXLeftQty (line 70) | private function getOnlyXLeftQty(ProductInterface $product): ?float FILE: app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php class StockStatusProvider (line 21) | class StockStatusProvider implements ResolverInterface method __construct (line 31) | public function __construct(StockStatusRepositoryInterface $stockStatu... method resolve (line 39) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/CatalogRule/Api/CatalogRuleRepositoryInterface.php type CatalogRuleRepositoryInterface (line 13) | interface CatalogRuleRepositoryInterface method save (line 21) | public function save(\Magento\CatalogRule\Api\Data\RuleInterface $rule); method get (line 29) | public function get($ruleId); method delete (line 37) | public function delete(\Magento\CatalogRule\Api\Data\RuleInterface $ru... method deleteById (line 45) | public function deleteById($ruleId); FILE: app/code/Magento/CatalogRule/Api/Data/ConditionInterface.php type ConditionInterface (line 12) | interface ConditionInterface extends \Magento\Framework\Api\CustomAttrib... method setType (line 37) | public function setType($type); method getType (line 43) | public function getType(); method setAttribute (line 50) | public function setAttribute($attribute); method getAttribute (line 56) | public function getAttribute(); method setOperator (line 63) | public function setOperator($operator); method getOperator (line 69) | public function getOperator(); method setValue (line 76) | public function setValue($value); method getValue (line 82) | public function getValue(); method setIsValueParsed (line 89) | public function setIsValueParsed($isValueParsed); method getIsValueParsed (line 96) | public function getIsValueParsed(); method setAggregator (line 103) | public function setAggregator($aggregator); method getAggregator (line 109) | public function getAggregator(); method setConditions (line 116) | public function setConditions($conditions); method getConditions (line 122) | public function getConditions(); method getExtensionAttributes (line 130) | public function getExtensionAttributes(); method setExtensionAttributes (line 139) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogRule/Api/Data/RuleInterface.php type RuleInterface (line 12) | interface RuleInterface extends \Magento\Framework\Api\CustomAttributesD... method getRuleId (line 41) | public function getRuleId(); method setRuleId (line 48) | public function setRuleId($ruleId); method getName (line 56) | public function getName(); method setName (line 63) | public function setName($name); method getDescription (line 71) | public function getDescription(); method setDescription (line 78) | public function setDescription($description); method getIsActive (line 86) | public function getIsActive(); method setIsActive (line 93) | public function setIsActive($isActive); method getRuleCondition (line 101) | public function getRuleCondition(); method setRuleCondition (line 108) | public function setRuleCondition($condition); method getStopRulesProcessing (line 116) | public function getStopRulesProcessing(); method setStopRulesProcessing (line 123) | public function setStopRulesProcessing($isStopProcessing); method getSortOrder (line 131) | public function getSortOrder(); method setSortOrder (line 138) | public function setSortOrder($sortOrder); method getSimpleAction (line 146) | public function getSimpleAction(); method setSimpleAction (line 153) | public function setSimpleAction($action); method getDiscountAmount (line 161) | public function getDiscountAmount(); method setDiscountAmount (line 168) | public function setDiscountAmount($amount); method getExtensionAttributes (line 176) | public function getExtensionAttributes(); method setExtensionAttributes (line 185) | public function setExtensionAttributes(\Magento\CatalogRule\Api\Data\R... FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/DeleteButton.php class DeleteButton (line 13) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/GenericButton.php class GenericButton (line 11) | class GenericButton method __construct (line 33) | public function __construct( method getRuleId (line 46) | public function getRuleId() method getUrl (line 59) | public function getUrl($route = '', $params = []) method canRender (line 70) | public function canRender($name) FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/ResetButton.php class ResetButton (line 11) | class ResetButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/SaveAndApplyButton.php class SaveAndApplyButton (line 11) | class SaveAndApplyButton extends GenericButton implements ButtonProvider... method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/SaveAndContinueButton.php class SaveAndContinueButton (line 11) | class SaveAndContinueButton extends GenericButton implements ButtonProvi... method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Edit/SaveButton.php class SaveButton (line 11) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog.php class Catalog (line 18) | class Catalog extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 23) | protected function _construct() FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog/Edit/Tab/Conditions.php class Conditions (line 13) | class Conditions extends Generic implements TabInterface method __construct (line 33) | public function __construct( method getTabLabel (line 52) | public function getTabLabel() method getTabTitle (line 63) | public function getTabTitle() method canShowTab (line 74) | public function canShowTab() method isHidden (line 85) | public function isHidden() method getTabClass (line 96) | public function getTabClass() method getTabUrl (line 107) | public function getTabUrl() method isAjaxLoaded (line 118) | public function isAjaxLoaded() method _prepareForm (line 126) | protected function _prepareForm() method addTabToForm (line 144) | protected function addTabToForm($model, $fieldsetId = 'conditions_fiel... method setConditionFormName (line 191) | private function setConditionFormName(AbstractCondition $conditions, $... FILE: app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Widget/Chooser/Sku.php class Sku (line 17) | class Sku extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 47) | public function __construct( method _construct (line 64) | protected function _construct() method _addColumnFilterToCollection (line 89) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 113) | protected function _prepareCollection() method _getCpCollectionInstance (line 133) | protected function _getCpCollectionInstance() method _prepareColumns (line 146) | protected function _prepareColumns() method getGridUrl (line 207) | public function getGridUrl() method _getSelectedProducts (line 218) | protected function _getSelectedProducts() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog.php class Catalog (line 19) | abstract class Catalog extends Action method __construct (line 57) | public function __construct(Context $context, Registry $coreRegistry, ... method _initAction (line 69) | protected function _initAction() method setDirtyRulesNoticeMessage (line 88) | public function setDirtyRulesNoticeMessage($dirtyRulesNoticeMessage) method getDirtyRulesNoticeMessage (line 98) | public function getDirtyRulesNoticeMessage() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/ApplyRules.php class ApplyRules (line 12) | class ApplyRules extends \Magento\CatalogRule\Controller\Adminhtml\Promo... method execute (line 19) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Chooser.php class Chooser (line 9) | class Chooser extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Ca... method execute (line 14) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Delete.php class Delete (line 12) | class Delete extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Cat... method execute (line 17) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Edit.php class Edit (line 11) | class Edit extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Catal... method execute (line 16) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Index.php class Index (line 11) | class Index extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Cata... method execute (line 16) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\CatalogRule\Controller\Adminhtml\Promo\... method execute (line 16) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/NewActionHtml.php class NewActionHtml (line 11) | class NewActionHtml extends \Magento\CatalogRule\Controller\Adminhtml\Pr... method execute (line 16) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/NewConditionHtml.php class NewConditionHtml (line 14) | class NewConditionHtml extends CatalogAction implements HttpPostActionIn... method execute (line 19) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Save.php class Save (line 22) | class Save extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Catal... method __construct (line 41) | public function __construct( method execute (line 60) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Index.php class Index (line 9) | class Index extends \Magento\Backend\App\Action method execute (line 21) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Widget.php class Widget (line 10) | abstract class Widget extends Action FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Widget/CategoriesJson.php class CategoriesJson (line 16) | class CategoriesJson extends \Magento\CatalogRule\Controller\Adminhtml\P... method __construct (line 29) | public function __construct(Context $context, Registry $coreRegistry) method _initCategory (line 40) | protected function _initCategory() method execute (line 74) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Widget/Chooser.php class Chooser (line 9) | class Chooser extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Wi... method execute (line 16) | public function execute() FILE: app/code/Magento/CatalogRule/Controller/RegistryConstants.php class RegistryConstants (line 13) | class RegistryConstants FILE: app/code/Magento/CatalogRule/Cron/DailyCatalogUpdate.php class DailyCatalogUpdate (line 9) | class DailyCatalogUpdate method __construct (line 19) | public function __construct(\Magento\CatalogRule\Model\Indexer\Rule\Ru... method execute (line 32) | public function execute() FILE: app/code/Magento/CatalogRule/Helper/Data.php class Data (line 12) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method calcPriceRule (line 22) | public function calcPriceRule($actionOperator, $ruleAmount, $price) FILE: app/code/Magento/CatalogRule/Model/CatalogRuleRepository.php class CatalogRuleRepository (line 15) | class CatalogRuleRepository implements \Magento\CatalogRule\Api\CatalogR... method __construct (line 36) | public function __construct( method save (line 47) | public function save(Data\RuleInterface $rule) method get (line 69) | public function get($ruleId) method delete (line 90) | public function delete(Data\RuleInterface $rule) method deleteById (line 106) | public function deleteById($ruleId) FILE: app/code/Magento/CatalogRule/Model/Data/Condition.php class Condition (line 14) | class Condition extends AbstractExtensibleModel implements \Magento\Cata... method setType (line 19) | public function setType($type) method getType (line 27) | public function getType() method setAttribute (line 35) | public function setAttribute($attribute) method getAttribute (line 43) | public function getAttribute() method setOperator (line 51) | public function setOperator($operator) method getOperator (line 59) | public function getOperator() method setValue (line 67) | public function setValue($value) method getValue (line 75) | public function getValue() method setIsValueParsed (line 83) | public function setIsValueParsed($isValueParsed) method getIsValueParsed (line 91) | public function getIsValueParsed() method setAggregator (line 99) | public function setAggregator($aggregator) method getAggregator (line 107) | public function getAggregator() method setConditions (line 115) | public function setConditions($conditions) method getConditions (line 123) | public function getConditions() method getExtensionAttributes (line 131) | public function getExtensionAttributes() method setExtensionAttributes (line 139) | public function setExtensionAttributes( FILE: app/code/Magento/CatalogRule/Model/Data/Condition/Converter.php class Converter (line 8) | class Converter method __construct (line 18) | public function __construct(\Magento\CatalogRule\Api\Data\ConditionInt... method dataModelToArray (line 27) | public function dataModelToArray(\Magento\CatalogRule\Api\Data\Conditi... method arrayToDataModel (line 50) | public function arrayToDataModel(array $conditionArray) FILE: app/code/Magento/CatalogRule/Model/Flag.php class Flag (line 12) | class Flag extends \Magento\Framework\Flag FILE: app/code/Magento/CatalogRule/Model/Indexer/AbstractIndexer.php class AbstractIndexer (line 16) | abstract class AbstractIndexer implements IndexerActionInterface, MviewA... method __construct (line 44) | public function __construct( method execute (line 58) | public function execute($ids) method executeFull (line 68) | public function executeFull() method getIdentities (line 81) | public function getIdentities() method executeList (line 97) | public function executeList(array $ids) method doExecuteList (line 113) | abstract protected function doExecuteList($ids); method executeRow (line 122) | public function executeRow($id) method doExecuteRow (line 139) | abstract protected function doExecuteRow($id); method getCacheManager (line 147) | private function getCacheManager() method getCacheContext (line 163) | protected function getCacheContext() FILE: app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder.php class IndexBuilder (line 27) | class IndexBuilder method __construct (line 175) | public function __construct( method reindexById (line 243) | public function reindexById($id) method reindexByIds (line 271) | public function reindexByIds(array $ids) method doReindexByIds (line 289) | protected function doReindexByIds($ids) method reindexFull (line 315) | public function reindexFull() method doReindexFull (line 332) | protected function doReindexFull() method cleanProductIndex (line 356) | private function cleanProductIndex(array $productIds): void method cleanProductPriceIndex (line 368) | private function cleanProductPriceIndex(array $productIds): void method cleanByIds (line 380) | protected function cleanByIds($productIds) method assignProductToRule (line 394) | private function assignProductToRule(Rule $rule, int $productEntityId,... method applyRule (line 453) | protected function applyRule(Rule $rule, $product) method applyRules (line 472) | private function applyRules(RuleCollection $ruleCollection, Product $p... method getTable (line 493) | protected function getTable($tableName) method updateRuleProductData (line 506) | protected function updateRuleProductData(Rule $rule) method applyAllRules (line 535) | protected function applyAllRules(Product $product = null) method updateCatalogRuleGroupWebsiteData (line 549) | protected function updateCatalogRuleGroupWebsiteData() method deleteOldData (line 560) | protected function deleteOldData() method calcRuleProductPrice (line 575) | protected function calcRuleProductPrice($ruleData, $productData = null) method getRuleProductsStmt (line 590) | protected function getRuleProductsStmt($websiteId, Product $product = ... method saveRuleProductPrices (line 604) | protected function saveRuleProductPrices($arrData) method getActiveRules (line 615) | protected function getActiveRules() method getAllRules (line 625) | protected function getAllRules() method getProduct (line 636) | protected function getProduct($productId) method critical (line 650) | protected function critical($e) FILE: app/code/Magento/CatalogRule/Model/Indexer/IndexBuilder/ProductLoader.php class ProductLoader (line 17) | class ProductLoader method __construct (line 33) | public function __construct( method getProducts (line 47) | public function getProducts(array $productIds): array FILE: app/code/Magento/CatalogRule/Model/Indexer/IndexerTableSwapper.php class IndexerTableSwapper (line 15) | class IndexerTableSwapper implements IndexerTableSwapperInterface method __construct (line 32) | public function __construct(ResourceConnection $resource) method createTemporaryTable (line 44) | private function createTemporaryTable(string $originalTableName): string method generateRandomSuffix (line 66) | private function generateRandomSuffix(): string method getWorkingTableName (line 74) | public function getWorkingTableName(string $originalTable): string method swapIndexTables (line 87) | public function swapIndexTables(array $originalTablesNames) FILE: app/code/Magento/CatalogRule/Model/Indexer/IndexerTableSwapperInterface.php type IndexerTableSwapperInterface (line 14) | interface IndexerTableSwapperInterface method getWorkingTableName (line 23) | public function getWorkingTableName(string $originalTable): string; method swapIndexTables (line 32) | public function swapIndexTables(array $originalTablesNames); FILE: app/code/Magento/CatalogRule/Model/Indexer/Product/ProductRuleIndexer.php class ProductRuleIndexer (line 10) | class ProductRuleIndexer extends AbstractIndexer method doExecuteList (line 15) | protected function doExecuteList($ids) method doExecuteRow (line 24) | protected function doExecuteRow($id) FILE: app/code/Magento/CatalogRule/Model/Indexer/Product/ProductRuleProcessor.php class ProductRuleProcessor (line 10) | class ProductRuleProcessor extends AbstractProcessor FILE: app/code/Magento/CatalogRule/Model/Indexer/ProductPriceCalculator.php class ProductPriceCalculator (line 12) | class ProductPriceCalculator method __construct (line 22) | public function __construct(\Magento\Framework\Pricing\PriceCurrencyIn... method calculate (line 34) | public function calculate($ruleData, $productData = null) FILE: app/code/Magento/CatalogRule/Model/Indexer/ProductPriceIndexModifier.php class ProductPriceIndexModifier (line 19) | class ProductPriceIndexModifier implements PriceModifierInterface method __construct (line 41) | public function __construct( method modifyPrice (line 54) | public function modifyPrice(IndexTableStructure $priceTable, array $en... FILE: app/code/Magento/CatalogRule/Model/Indexer/ReindexRuleGroupWebsite.php class ReindexRuleGroupWebsite (line 16) | class ReindexRuleGroupWebsite method __construct (line 49) | public function __construct( method execute (line 68) | public function execute($useAdditionalTable = false) FILE: app/code/Magento/CatalogRule/Model/Indexer/ReindexRuleProduct.php class ReindexRuleProduct (line 19) | class ReindexRuleProduct method __construct (line 47) | public function __construct( method execute (line 69) | public function execute(Rule $rule, $batchCount, $useAdditionalTable =... FILE: app/code/Magento/CatalogRule/Model/Indexer/ReindexRuleProductPrice.php class ReindexRuleProductPrice (line 15) | class ReindexRuleProductPrice method __construct (line 49) | public function __construct( method execute (line 72) | public function execute(int $batchCount, ?int $productId = null, bool ... FILE: app/code/Magento/CatalogRule/Model/Indexer/Rule/RuleProductIndexer.php class RuleProductIndexer (line 10) | class RuleProductIndexer extends AbstractIndexer method doExecuteList (line 17) | protected function doExecuteList($ids) method doExecuteRow (line 28) | protected function doExecuteRow($id) FILE: app/code/Magento/CatalogRule/Model/Indexer/Rule/RuleProductProcessor.php class RuleProductProcessor (line 10) | class RuleProductProcessor extends AbstractProcessor FILE: app/code/Magento/CatalogRule/Model/Indexer/RuleProductPricesPersistor.php class RuleProductPricesPersistor (line 16) | class RuleProductPricesPersistor method __construct (line 44) | public function __construct( method execute (line 65) | public function execute(array $priceData, $useAdditionalTable = false) FILE: app/code/Magento/CatalogRule/Model/Indexer/RuleProductsSelectBuilder.php class RuleProductsSelectBuilder (line 16) | class RuleProductsSelectBuilder method __construct (line 56) | public function __construct( method build (line 81) | public function build(int $websiteId, ?int $productId = null, bool $us... FILE: app/code/Magento/CatalogRule/Model/Product/PriceModifier.php class PriceModifier (line 14) | class PriceModifier implements PriceModifierInterface method __construct (line 24) | public function __construct(RuleFactory $ruleFactory) method modifyPrice (line 36) | public function modifyPrice($price, Product $product) FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Grid/Collection.php class Collection (line 8) | class Collection extends \Magento\CatalogRule\Model\ResourceModel\Rule\C... method _initSelect (line 13) | protected function _initSelect() FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Product/CollectionProcessor.php class CollectionProcessor (line 19) | class CollectionProcessor method __construct (line 53) | public function __construct( method addPriceData (line 74) | public function addPriceData(ProductCollection $productCollection, $jo... FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Product/ConditionsToCollectionApplier.php class ConditionsToCollectionApplier (line 20) | class ConditionsToCollectionApplier method __construct (line 42) | public function __construct( method applyConditionsToCollection (line 61) | public function applyConditionsToCollection( FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Product/LinkedProductSelectBuilderByCatalogRulePrice.php class LinkedProductSelectBuilderByCatalogRulePrice (line 21) | class LinkedProductSelectBuilderByCatalogRulePrice implements LinkedProd... method __construct (line 67) | public function __construct( method build (line 89) | public function build($productId) FILE: app/code/Magento/CatalogRule/Model/ResourceModel/ReadHandler.php class ReadHandler (line 15) | class ReadHandler implements AttributeInterface method __construct (line 31) | public function __construct( method execute (line 46) | public function execute($entityType, $entityData, $arguments = []) FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Rule.php class Rule (line 21) | class Rule extends \Magento\Rule\Model\ResourceModel\AbstractResource method __construct (line 97) | public function __construct( method _construct (line 129) | protected function _construct() method _afterDelete (line 138) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getRulePrice (line 162) | public function getRulePrice($date, $wId, $gId, $pId) method getRulePrices (line 182) | public function getRulePrices(\DateTimeInterface $date, $websiteId, $c... method getRulesFromProduct (line 204) | public function getRulesFromProduct($date, $websiteId, $customerGroupI... method load (line 228) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method save (line 239) | public function save(\Magento\Framework\Model\AbstractModel $object) method delete (line 252) | public function delete(AbstractModel $object) method getAssociatedEntitiesMap (line 262) | private function getAssociatedEntitiesMap() method getEntityManager (line 276) | private function getEntityManager() FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Rule/Collection.php class Collection (line 11) | class Collection extends \Magento\Rule\Model\ResourceModel\Rule\Collecti... method __construct (line 35) | public function __construct( method _construct (line 55) | protected function _construct() method addAttributeInConditionFilter (line 67) | public function addAttributeInConditionFilter($attributeCode) method mapAssociatedEntities (line 81) | protected function mapAssociatedEntities($entityType, $objectField) method _afterLoad (line 111) | protected function _afterLoad() method addCustomerGroupFilter (line 126) | public function addCustomerGroupFilter($customerGroupId) method getAssociatedEntitiesMap (line 147) | private function getAssociatedEntitiesMap() FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Rule/Product/Price.php class Price (line 14) | class Price extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 22) | protected function _construct() method applyPriceRuleToIndexTable (line 39) | public function applyPriceRuleToIndexTable( FILE: app/code/Magento/CatalogRule/Model/ResourceModel/Rule/Product/Price/Collection.php class Collection (line 8) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 14) | protected function _construct() method getProductIds (line 27) | public function getProductIds() FILE: app/code/Magento/CatalogRule/Model/ResourceModel/SaveHandler.php class SaveHandler (line 15) | class SaveHandler implements AttributeInterface method __construct (line 31) | public function __construct( method execute (line 46) | public function execute($entityType, $entityData, $arguments = []) FILE: app/code/Magento/CatalogRule/Model/Rule.php class Rule (line 51) | class Rule extends \Magento\Rule\Model\AbstractModel implements RuleInte... method __construct (line 209) | public function __construct( method _construct (line 271) | protected function _construct() method getConditionsInstance (line 283) | public function getConditionsInstance() method getActionsInstance (line 293) | public function getActionsInstance() method getCustomerGroupIds (line 303) | public function getCustomerGroupIds() method getNow (line 317) | public function getNow() method setNow (line 332) | public function setNow($now) method getMatchingProductIds (line 342) | public function getMatchingProductIds() method canPreMapProducts (line 381) | private function canPreMapProducts() method callbackValidateProduct (line 399) | public function callbackValidateProduct($args) method _getWebsitesMap (line 419) | protected function _getWebsitesMap() method validateData (line 439) | public function validateData(DataObject $dataObject) method validateDiscount (line 461) | protected function validateDiscount($action, $discount) method calcProductPriceRule (line 491) | public function calcProductPriceRule(Product $product, $price) method _getRulesFromProduct (line 544) | protected function _getRulesFromProduct($dateTs, $websiteId, $customer... method setProductsFilter (line 556) | public function setProductsFilter($productIds) method getProductsFilter (line 567) | public function getProductsFilter() method _invalidateCache (line 577) | protected function _invalidateCache() method afterSave (line 590) | public function afterSave() method reindex (line 612) | public function reindex() method afterDelete (line 630) | public function afterDelete() method isRuleBehaviorChanged (line 641) | public function isRuleBehaviorChanged() method dataDiff (line 662) | protected function dataDiff($array1, $array2) method getConditionsFieldSetId (line 683) | public function getConditionsFieldSetId($formName = '') method getRuleId (line 691) | public function getRuleId() method setRuleId (line 699) | public function setRuleId($ruleId) method getName (line 707) | public function getName() method setName (line 715) | public function setName($name) method getDescription (line 723) | public function getDescription() method setDescription (line 731) | public function setDescription($description) method getIsActive (line 739) | public function getIsActive() method setIsActive (line 747) | public function setIsActive($isActive) method getRuleCondition (line 755) | public function getRuleCondition() method setRuleCondition (line 763) | public function setRuleCondition($condition) method getStopRulesProcessing (line 774) | public function getStopRulesProcessing() method setStopRulesProcessing (line 782) | public function setStopRulesProcessing($isStopProcessing) method getSortOrder (line 790) | public function getSortOrder() method setSortOrder (line 798) | public function setSortOrder($sortOrder) method getSimpleAction (line 806) | public function getSimpleAction() method setSimpleAction (line 814) | public function setSimpleAction($action) method getDiscountAmount (line 822) | public function getDiscountAmount() method setDiscountAmount (line 830) | public function setDiscountAmount($amount) method getFromDate (line 840) | public function getFromDate() method getToDate (line 850) | public function getToDate() method getExtensionAttributes (line 860) | public function getExtensionAttributes() method setExtensionAttributes (line 871) | public function setExtensionAttributes(RuleExtensionInterface $extensi... method getRuleConditionConverter (line 882) | private function getRuleConditionConverter() method getIdentities (line 894) | public function getIdentities() FILE: app/code/Magento/CatalogRule/Model/Rule/Action/Collection.php class Collection (line 12) | class Collection extends \Magento\Rule\Model\Action\Collection method __construct (line 20) | public function __construct( method getNewChildSelectOptions (line 33) | public function getNewChildSelectOptions() FILE: app/code/Magento/CatalogRule/Model/Rule/Action/Product.php class Product (line 8) | class Product extends \Magento\Rule\Model\Action\AbstractAction method loadAttributeOptions (line 13) | public function loadAttributeOptions() method loadOperatorOptions (line 22) | public function loadOperatorOptions() method asHtml (line 38) | public function asHtml() FILE: app/code/Magento/CatalogRule/Model/Rule/Action/SimpleActionOptionsProvider.php class SimpleActionOptionsProvider (line 8) | class SimpleActionOptionsProvider implements \Magento\Framework\Data\Opt... method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/CatalogRule/Model/Rule/Condition/Combine.php class Combine (line 12) | class Combine extends \Magento\Rule\Model\Condition\Combine method __construct (line 24) | public function __construct( method getNewChildSelectOptions (line 37) | public function getNewChildSelectOptions() method collectValidatedAttributes (line 65) | public function collectValidatedAttributes($productCollection) FILE: app/code/Magento/CatalogRule/Model/Rule/Condition/ConditionsToSearchCriteriaMapper.php class ConditionsToSearchCriteriaMapper (line 21) | class ConditionsToSearchCriteriaMapper method __construct (line 43) | public function __construct( method mapConditionsToSearchCriteria (line 60) | public function mapConditionsToSearchCriteria(CombinedCondition $condi... method mapConditionToFilterGroup (line 80) | private function mapConditionToFilterGroup(ConditionInterface $condition) method mapCombinedConditionToFilterGroup (line 100) | private function mapCombinedConditionToFilterGroup(CombinedCondition $... method mapSimpleConditionToFilterGroup (line 134) | private function mapSimpleConditionToFilterGroup(ConditionInterface $p... method processSimpleConditionWithArrayValue (line 154) | private function processSimpleConditionWithArrayValue(ConditionInterfa... method getGlueForArrayValues (line 177) | private function getGlueForArrayValues(string $operator): string method reverseSqlOperatorInFilter (line 193) | private function reverseSqlOperatorInFilter(Filter $filter) method createCombinedFilterGroup (line 231) | private function createCombinedFilterGroup(array $filters, string $com... method createFilter (line 250) | private function createFilter(string $field, string $value, string $co... method mapRuleOperatorToSQLCondition (line 268) | private function mapRuleOperatorToSQLCondition(string $ruleOperator): ... method mapRuleAggregatorToSQLAggregator (line 304) | private function mapRuleAggregatorToSQLAggregator(string $ruleAggregat... FILE: app/code/Magento/CatalogRule/Model/Rule/Condition/MappableConditionsProcessor.php class MappableConditionsProcessor (line 22) | class MappableConditionsProcessor method __construct (line 38) | public function __construct( method rebuildConditionsTree (line 50) | public function rebuildConditionsTree(CombinedCondition $conditions): ... method rebuildCombinedCondition (line 60) | private function rebuildCombinedCondition(CombinedCondition $originalC... method validateSimpleCondition (line 108) | private function validateSimpleCondition(SimpleCondition $originalCond... method canUseFieldForMapping (line 119) | private function canUseFieldForMapping(string $fieldName): bool FILE: app/code/Magento/CatalogRule/Model/Rule/Condition/Product.php class Product (line 14) | class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct method validate (line 22) | public function validate(\Magento\Framework\Model\AbstractModel $model) method _restoreOldAttrValue (line 52) | protected function _restoreOldAttrValue(\Magento\Framework\Model\Abstr... method _setAttributeValue (line 68) | protected function _setAttributeValue(\Magento\Framework\Model\Abstrac... method _prepareDatetimeValue (line 100) | protected function _prepareDatetimeValue($value, \Magento\Framework\Mo... method _prepareMultiselectValue (line 121) | protected function _prepareMultiselectValue($value, \Magento\Framework... FILE: app/code/Magento/CatalogRule/Model/Rule/CustomerGroupsOptionsProvider.php class CustomerGroupsOptionsProvider (line 8) | class CustomerGroupsOptionsProvider implements \Magento\Framework\Data\O... method __construct (line 30) | public function __construct( method toOptionArray (line 43) | public function toOptionArray() FILE: app/code/Magento/CatalogRule/Model/Rule/DataProvider.php class DataProvider (line 17) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 43) | public function __construct( method getData (line 60) | public function getData() FILE: app/code/Magento/CatalogRule/Model/Rule/Job.php class Job (line 30) | class Job extends \Magento\Framework\DataObject method __construct (line 43) | public function __construct( method applyAll (line 57) | public function applyAll() FILE: app/code/Magento/CatalogRule/Model/Rule/Product/Price.php class Price (line 31) | class Price extends \Magento\Framework\Model\AbstractModel method _construct (line 38) | protected function _construct() method applyPriceRuleToIndexTable (line 55) | public function applyPriceRuleToIndexTable( FILE: app/code/Magento/CatalogRule/Model/Rule/WebsitesOptionsProvider.php class WebsitesOptionsProvider (line 8) | class WebsitesOptionsProvider implements \Magento\Framework\Data\OptionS... method __construct (line 18) | public function __construct(\Magento\Store\Model\System\Store $store) method toOptionArray (line 26) | public function toOptionArray() FILE: app/code/Magento/CatalogRule/Observer/AddDirtyRulesNotice.php class AddDirtyRulesNotice (line 14) | class AddDirtyRulesNotice implements ObserverInterface method __construct (line 26) | public function __construct(\Magento\Framework\Message\ManagerInterfac... method execute (line 35) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogRule/Observer/PrepareCatalogProductCollectionPricesObserver.php class PrepareCatalogProductCollectionPricesObserver (line 28) | class PrepareCatalogProductCollectionPricesObserver implements ObserverI... method __construct (line 68) | public function __construct( method execute (line 90) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogRule/Observer/ProcessAdminFinalPriceObserver.php class ProcessAdminFinalPriceObserver (line 18) | class ProcessAdminFinalPriceObserver implements ObserverInterface method __construct (line 54) | public function __construct( method execute (line 75) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogRule/Observer/ProcessFrontFinalPriceObserver.php class ProcessFrontFinalPriceObserver (line 20) | class ProcessFrontFinalPriceObserver implements ObserverInterface method __construct (line 54) | public function __construct( method execute (line 74) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogRule/Observer/RulePricesStorage.php class RulePricesStorage (line 9) | class RulePricesStorage method getRulePrice (line 23) | public function getRulePrice($id) method hasRulePrice (line 32) | public function hasRulePrice($id) method setRulePrice (line 42) | public function setRulePrice($id, $price) FILE: app/code/Magento/CatalogRule/Plugin/Indexer/Category.php class Category (line 10) | class Category method __construct (line 20) | public function __construct( method afterSave (line 33) | public function afterSave( method afterDelete (line 52) | public function afterDelete( FILE: app/code/Magento/CatalogRule/Plugin/Indexer/CustomerGroup.php class CustomerGroup (line 11) | class CustomerGroup method __construct (line 21) | public function __construct(RuleProductProcessor $ruleProductProcessor) method afterDelete (line 33) | public function afterDelete( FILE: app/code/Magento/CatalogRule/Plugin/Indexer/ImportExport.php class ImportExport (line 11) | class ImportExport method __construct (line 21) | public function __construct(RuleProductProcessor $ruleProductProcessor) method afterImportSource (line 35) | public function afterImportSource(Import $subject, $result) FILE: app/code/Magento/CatalogRule/Plugin/Indexer/Product/Attribute.php class Attribute (line 15) | class Attribute method __construct (line 37) | public function __construct( method afterSave (line 54) | public function afterSave( method afterDelete (line 71) | public function afterDelete( method checkCatalogRulesAvailability (line 88) | protected function checkCatalogRulesAvailability($attributeCode) method removeAttributeFromConditions (line 125) | protected function removeAttributeFromConditions(Combine $combine, $at... FILE: app/code/Magento/CatalogRule/Plugin/Indexer/Product/Save/ApplyRules.php class ApplyRules (line 10) | class ApplyRules method __construct (line 20) | public function __construct(ProductRuleProcessor $productRuleProcessor) method afterSave (line 34) | public function afterSave( FILE: app/code/Magento/CatalogRule/Plugin/Indexer/Product/Save/ApplyRulesAfterReindex.php class ApplyRulesAfterReindex (line 14) | class ApplyRulesAfterReindex method __construct (line 24) | public function __construct(ProductRuleProcessor $productRuleProcessor) method afterReindex (line 35) | public function afterReindex(Product $subject) FILE: app/code/Magento/CatalogRule/Plugin/Indexer/Website.php class Website (line 10) | class Website method __construct (line 20) | public function __construct(RuleProductProcessor $ruleProductProcessor) method afterDelete (line 34) | public function afterDelete( FILE: app/code/Magento/CatalogRule/Plugin/Model/Product/Action.php class Action (line 12) | class Action method __construct (line 22) | public function __construct(ProductRuleProcessor $productRuleProcessor) method afterUpdateAttributes (line 35) | public function afterUpdateAttributes(ProductAction $object, ProductAc... FILE: app/code/Magento/CatalogRule/Pricing/Price/CatalogRulePrice.php class CatalogRulePrice (line 25) | class CatalogRulePrice extends AbstractPrice implements BasePriceProvide... method __construct (line 62) | public function __construct( method getValue (line 84) | public function getValue() FILE: app/code/Magento/CatalogRule/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 18) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 41) | public function __construct( method apply (line 54) | public function apply() method getDependencies (line 79) | public static function getDependencies() method getVersion (line 89) | public static function getVersion() method getAliases (line 97) | public function getAliases() FILE: app/code/Magento/CatalogRule/Setup/Patch/Data/UpdateClassAliasesForCatalogRules.php class UpdateClassAliasesForCatalogRules (line 17) | class UpdateClassAliasesForCatalogRules implements DataPatchInterface, P... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 60) | public static function getDependencies() method getVersion (line 68) | public static function getVersion() method getAliases (line 76) | public function getAliases() FILE: app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/DeleteButtonTest.php class DeleteButtonTest (line 10) | class DeleteButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetButtonDataWithoutRule (line 47) | public function testGetButtonDataWithoutRule() FILE: app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/GenericButtonTest.php class GenericButtonTest (line 10) | class GenericButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCanRender (line 41) | public function testCanRender() method testGetUrl (line 47) | public function testGetUrl() method testGetRuleId (line 61) | public function testGetRuleId() method testGetRuleIdWithoutRule (line 73) | public function testGetRuleIdWithoutRule() FILE: app/code/Magento/CatalogRule/Test/Unit/Cron/DailyCatalogUpdateTest.php class DailyCatalogUpdateTest (line 11) | class DailyCatalogUpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testDailyCatalogUpdate (line 41) | public function testDailyCatalogUpdate() FILE: app/code/Magento/CatalogRule/Test/Unit/Helper/DataTest.php class DataTest (line 11) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCalcPriceRule (line 35) | public function testCalcPriceRule($actionOperator, $ruleAmount, $price... method calcPriceRuleDataProvider (line 45) | public function calcPriceRuleDataProvider() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/CatalogRuleRepositoryTest.php class CatalogRuleRepositoryTest (line 9) | class CatalogRuleRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testSave (line 42) | public function testSave() method testEditRule (line 50) | public function testEditRule() method testEnableSaveRule (line 70) | public function testEnableSaveRule() method testDeleteRule (line 82) | public function testDeleteRule() method testDeleteRuleById (line 92) | public function testDeleteRuleById() method testUnableDeleteRule (line 111) | public function testUnableDeleteRule() method testGetRule (line 121) | public function testGetRule() method testGetNonExistentRule (line 137) | public function testGetNonExistentRule() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Data/Condition/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testDataModelToArray (line 29) | public function testDataModelToArray() method testArrayToDataModel (line 70) | public function testArrayToDataModel() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/AbstractIndexerTest.php class AbstractIndexerTest (line 11) | class AbstractIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testExecute (line 57) | public function testExecute() method testExecuteFull (line 70) | public function testExecuteFull() method testExecuteListWithEmptyIds (line 89) | public function testExecuteListWithEmptyIds() method testExecuteList (line 99) | public function testExecuteList() method testExecuteRowWithEmptyId (line 113) | public function testExecuteRowWithEmptyId() method testExecuteRow (line 123) | public function testExecuteRow() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/IndexBuilder/ProductLoaderTest.php class ProductLoaderTest (line 17) | class ProductLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetProducts (line 78) | public function testGetProducts() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/IndexerTableSwapperTest.php class IndexerTableSwapperTest (line 19) | class IndexerTableSwapperTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetWorkingTableNameWithExistingTemporaryTable (line 62) | public function testGetWorkingTableNameWithExistingTemporaryTable(): void method testGetWorkingTableNameWithoutExistingTemporaryTable (line 83) | public function testGetWorkingTableNameWithoutExistingTemporaryTable()... method setObjectProperty (line 114) | private function setObjectProperty($object, string $propertyName, $val... method testSwapIndexTables (line 125) | public function testSwapIndexTables(): void FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/Product/ProductRuleIndexerTest.php class ProductRuleIndexerTest (line 10) | class ProductRuleIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testDoExecuteList (line 53) | public function testDoExecuteList($ids, $idsForIndexer) method dataProviderForExecuteList (line 67) | public function dataProviderForExecuteList() method testDoExecuteRow (line 81) | public function testDoExecuteRow() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/ProductPriceCalculatorTest.php class ProductPriceCalculatorTest (line 9) | class ProductPriceCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testCalculateToFixedPrice (line 29) | public function testCalculateToFixedPrice() method testCalculateToPercentPrice (line 47) | public function testCalculateToPercentPrice() method testCalculateByFixedPrice (line 66) | public function testCalculateByFixedPrice() method testCalculateByPercentPrice (line 85) | public function testCalculateByPercentPrice() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/ReindexRuleGroupWebsiteTest.php class ReindexRuleGroupWebsiteTest (line 12) | class ReindexRuleGroupWebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecute (line 62) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/ReindexRuleProductPriceTest.php class ReindexRuleProductPriceTest (line 20) | class ReindexRuleProductPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testExecute (line 69) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/ReindexRuleProductTest.php class ReindexRuleProductTest (line 19) | class ReindexRuleProductTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecuteIfRuleInactive (line 61) | public function testExecuteIfRuleInactive() method testExecuteIfRuleWithoutWebsiteIds (line 70) | public function testExecuteIfRuleWithoutWebsiteIds() method testExecute (line 82) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/Rule/RuleProductIndexerTest.php class RuleProductIndexerTest (line 11) | class RuleProductIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testDoExecuteList (line 49) | public function testDoExecuteList() method testDoExecuteRow (line 65) | public function testDoExecuteRow() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/RuleProductPricesPersistorTest.php class RuleProductPricesPersistorTest (line 12) | class RuleProductPricesPersistorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecuteWithEmptyPriceData (line 61) | public function testExecuteWithEmptyPriceData() method testExecute (line 66) | public function testExecute() method testExecuteWithException (line 122) | public function testExecuteWithException() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Product/PriceModifierTest.php class PriceModifierTest (line 8) | class PriceModifierTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testModifyPriceIfPriceExists (line 43) | public function testModifyPriceIfPriceExists($resultPrice, $expectedPr... method modifyPriceDataProvider (line 62) | public function modifyPriceDataProvider() method testModifyPriceIfPriceNotExist (line 67) | public function testModifyPriceIfPriceNotExist() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/ResourceModel/ReadHandlerTest.php class ReadHandlerTest (line 8) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 35) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/ResourceModel/SaveHandlerTest.php class SaveHandlerTest (line 8) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 35) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/Condition/MappableConditionProcessorTest.php class MappableConditionProcessorTest (line 16) | class MappableConditionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testConditionV1 (line 86) | public function testConditionV1() method testConditionV2 (line 150) | public function testConditionV2() method testConditionV3 (line 216) | public function testConditionV3() method testConditionV4 (line 312) | public function testConditionV4() method testConditionV5 (line 442) | public function testConditionV5() method testConditionV6 (line 539) | public function testConditionV6() method testConditionV7 (line 683) | public function testConditionV7() method testConditionV8 (line 833) | public function testConditionV8() method testConditionV9 (line 933) | public function testConditionV9() method testException (line 1002) | public function testException() method getMockForCombinedCondition (line 1016) | protected function getMockForCombinedCondition($subConditions, $aggreg... method getMockForSimpleCondition (line 1034) | protected function getMockForSimpleCondition($attribute) FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/Condition/ProductTest.php class ProductTest (line 11) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testValidateMeetsCategory (line 100) | public function testValidateMeetsCategory() method testValidateWithDatetimeValue (line 122) | public function testValidateWithDatetimeValue($attributeValue, $parsed... method testValidateWithNoValue (line 159) | public function testValidateWithNoValue() method validateDataProvider (line 175) | public function validateDataProvider() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/CustomerGroupsOptionsProviderTest.php class CustomerGroupsOptionsProviderTest (line 8) | class CustomerGroupsOptionsProviderTest extends \PHPUnit\Framework\TestCase method setup (line 30) | protected function setup() method testToOptionArray (line 42) | public function testToOptionArray() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/DataProviderTest.php class DataProviderTest (line 8) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetData (line 49) | public function testGetData() method testGetDataIfRulePersisted (line 67) | public function testGetDataIfRulePersisted() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/JobTest.php class JobTest (line 10) | class JobTest extends \PHPUnit\Framework\TestCase method testApplyAll (line 19) | public function testApplyAll() method testExceptionApplyAll (line 33) | public function testExceptionApplyAll() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/Rule/WebsitesOptionsProviderTest.php class WebsitesOptionsProviderTest (line 8) | class WebsitesOptionsProviderTest extends \PHPUnit\Framework\TestCase method setup (line 20) | protected function setup() method testToOptionArray (line 26) | public function testToOptionArray() FILE: app/code/Magento/CatalogRule/Test/Unit/Model/RuleTest.php class RuleTest (line 11) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method getSerializerMock (line 130) | private function getSerializerMock() method testCallbackValidateProduct (line 166) | public function testCallbackValidateProduct($validate) method dataProviderCallbackValidateProduct (line 216) | public function dataProviderCallbackValidateProduct() method testValidateData (line 233) | public function testValidateData($data, $expected) method validateDataDataProvider (line 244) | public function validateDataDataProvider() method testAfterDelete (line 305) | public function testAfterDelete() method testAfterUpdateInactive (line 318) | public function testAfterUpdateInactive() method testAfterUpdateActive (line 331) | public function testAfterUpdateActive() method testIsRuleBehaviorChanged (line 353) | public function testIsRuleBehaviorChanged($dataArray, $originDataArray... method isRuleBehaviorChangedDataProvider (line 377) | public function isRuleBehaviorChangedDataProvider() method testGetConditionsFieldSetId (line 389) | public function testGetConditionsFieldSetId() method testReindex (line 397) | public function testReindex() FILE: app/code/Magento/CatalogRule/Test/Unit/Observer/AddDirtyRulesNoticeTest.php class AddDirtyRulesNoticeTest (line 13) | class AddDirtyRulesNoticeTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 39) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Observer/ProcessAdminFinalPriceObserverTest.php class ProcessAdminFinalPriceObserverTest (line 27) | class ProcessAdminFinalPriceObserverTest extends TestCase method setUp (line 72) | protected function setUp() method testExecute (line 111) | public function testExecute() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/CategoryTest.php class CategoryTest (line 11) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAfterSaveWithoutAffectedProductIds (line 46) | public function testAfterSaveWithoutAffectedProductIds() method testAfterSave (line 58) | public function testAfterSave() method testAfterDelete (line 73) | public function testAfterDelete() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/CustomerGroupTest.php class CustomerGroupTest (line 11) | class CustomerGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAfterDelete (line 49) | public function testAfterDelete() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/ImportExportTest.php class ImportExportTest (line 11) | class ImportExportTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAfterImportSource (line 51) | public function testAfterImportSource() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/Product/Save/ApplyRulesAfterReindexTest.php class ApplyRulesAfterReindexTest (line 13) | class ApplyRulesAfterReindexTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAfterReindex (line 51) | public function testAfterReindex() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/Product/Save/ApplyRulesTest.php class ApplyRulesTest (line 10) | class ApplyRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAfterSave (line 61) | public function testAfterSave() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Indexer/WebsiteTest.php class WebsiteTest (line 11) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAfterDelete (line 49) | public function testAfterDelete() FILE: app/code/Magento/CatalogRule/Test/Unit/Plugin/Model/Product/ActionTest.php class ActionTest (line 11) | class ActionTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testAfterUpdateAttributes (line 30) | public function testAfterUpdateAttributes() method testAfterUpdateAttributesWithPrice (line 55) | public function testAfterUpdateAttributesWithPrice() FILE: app/code/Magento/CatalogRule/Test/Unit/Pricing/Price/CatalogRulePriceTest.php class CatalogRulePriceTest (line 27) | class CatalogRulePriceTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testGetValue (line 113) | public function testGetValue() method testGetValueFromData (line 152) | public function testGetValueFromData() method testGetAmountNoBaseAmount (line 170) | public function testGetAmountNoBaseAmount() method testGetValueWithNullAmount (line 180) | public function testGetValueWithNullAmount() FILE: app/code/Magento/CatalogRuleConfigurable/Plugin/CatalogRule/Model/ConfigurableProductsProvider.php class ConfigurableProductsProvider (line 9) | class ConfigurableProductsProvider method __construct (line 24) | public function __construct(\Magento\Framework\App\ResourceConnection ... method getIds (line 33) | public function getIds(array $ids) FILE: app/code/Magento/CatalogRuleConfigurable/Plugin/CatalogRule/Model/Indexer/ProductRuleReindex.php class ProductRuleReindex (line 15) | class ProductRuleReindex method __construct (line 31) | public function __construct( method aroundExecuteRow (line 46) | public function aroundExecuteRow( method aroundExecuteList (line 65) | public function aroundExecuteList( method reindexSubProducts (line 84) | private function reindexSubProducts( FILE: app/code/Magento/CatalogRuleConfigurable/Plugin/CatalogRule/Model/Rule/ConfigurableProductHandler.php class ConfigurableProductHandler (line 15) | class ConfigurableProductHandler method __construct (line 36) | public function __construct( method afterGetMatchingProductIds (line 50) | public function afterGetMatchingProductIds(\Magento\CatalogRule\Model\... FILE: app/code/Magento/CatalogRuleConfigurable/Plugin/CatalogRule/Model/Rule/Validation.php class Validation (line 17) | class Validation method __construct (line 27) | public function __construct(Configurable $configurableType) method afterValidate (line 40) | public function afterValidate(Rule $rule, $validateResult, DataObject ... FILE: app/code/Magento/CatalogRuleConfigurable/Plugin/ConfigurableProduct/Model/ResourceModel/AddCatalogRulePrice.php class AddCatalogRulePrice (line 12) | class AddCatalogRulePrice method __construct (line 22) | public function __construct( method beforeLoad (line 34) | public function beforeLoad(Collection $productCollection, $printQuery ... FILE: app/code/Magento/CatalogRuleConfigurable/Test/Unit/Plugin/CatalogRule/Model/Rule/ConfigurableProductHandlerTest.php class ConfigurableProductHandlerTest (line 16) | class ConfigurableProductHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testAfterGetMatchingProductIdsWithSimpleProduct (line 60) | public function testAfterGetMatchingProductIdsWithSimpleProduct() method testAfterGetMatchingProductIdsWithConfigurableProduct (line 75) | public function testAfterGetMatchingProductIdsWithConfigurableProduct() FILE: app/code/Magento/CatalogRuleConfigurable/Test/Unit/Plugin/CatalogRule/Model/Rule/ValidationTest.php class ValidationTest (line 14) | class ValidationTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testAfterValidateWithValidConfigurableProduct (line 62) | public function testAfterValidateWithValidConfigurableProduct( method dataProviderForValidateWithValidConfigurableProduct (line 85) | public function dataProviderForValidateWithValidConfigurableProduct() FILE: app/code/Magento/CatalogSearch/Block/Advanced/Form.php class Form (line 24) | class Form extends Template method __construct (line 46) | public function __construct( method _prepareLayout (line 60) | public function _prepareLayout() method getSearchableAttributes (line 84) | public function getSearchableAttributes() method getAttributeLabel (line 96) | public function getAttributeLabel($attribute) method getAttributeValidationClass (line 107) | public function getAttributeValidationClass($attribute) method getAttributeValue (line 119) | public function getAttributeValue($attribute, $part = null) method getAvailableCurrencies (line 138) | public function getAvailableCurrencies() method getCurrencyCount (line 167) | public function getCurrencyCount() method getCurrency (line 179) | public function getCurrency($attribute) method getAttributeInputType (line 190) | public function getAttributeInputType($attribute) method getAttributeSelectElement (line 223) | public function getAttributeSelectElement($attribute) method getAttributeYesNoElement (line 261) | public function getAttributeYesNoElement($attribute) method _getSelectBlock (line 290) | protected function _getSelectBlock() method _getDateBlock (line 305) | protected function _getDateBlock() method getSearchPostUrl (line 320) | public function getSearchPostUrl() method getDateInput (line 332) | public function getDateInput($attribute, $part = 'from') FILE: app/code/Magento/CatalogSearch/Block/Advanced/Result.php class Result (line 22) | class Result extends Template method __construct (line 52) | public function __construct( method _prepareLayout (line 68) | protected function _prepareLayout() method getPageTitle (line 96) | private function getPageTitle() method setListOrders (line 106) | public function setListOrders() method setListModes (line 122) | public function setListModes() method setListCollection (line 132) | public function setListCollection() method _getProductCollection (line 142) | protected function _getProductCollection() method getSearchModel (line 152) | public function getSearchModel() method getResultCount (line 162) | public function getResultCount() method getProductListHtml (line 176) | public function getProductListHtml() method getFormUrl (line 186) | public function getFormUrl() method getSearchCriterias (line 201) | public function getSearchCriterias() FILE: app/code/Magento/CatalogSearch/Block/Plugin/FrontTabPlugin.php class FrontTabPlugin (line 16) | class FrontTabPlugin method __construct (line 26) | public function __construct(Weight $weightSource) method beforeSetForm (line 38) | public function beforeSetForm(ProductAttributeFrontTabBlock $subject, ... FILE: app/code/Magento/CatalogSearch/Block/Result.php class Result (line 22) | class Result extends Template method __construct (line 57) | public function __construct( method _getQuery (line 75) | protected function _getQuery() method _prepareLayout (line 85) | protected function _prepareLayout() method getAdditionalHtml (line 113) | public function getAdditionalHtml() method getListBlock (line 123) | public function getListBlock() method setListOrders (line 133) | public function setListOrders() method setListModes (line 157) | public function setListModes() method getProductListHtml (line 169) | public function getProductListHtml() method _getProductCollection (line 179) | protected function _getProductCollection() method getSearchQueryText (line 193) | public function getSearchQueryText() method getResultCount (line 203) | public function getResultCount() method getNoResultText (line 218) | public function getNoResultText() method getNoteMessages (line 231) | public function getNoteMessages() FILE: app/code/Magento/CatalogSearch/Block/SearchTermsLog.php class SearchTermsLog (line 14) | class SearchTermsLog implements ArgumentInterface method __construct (line 24) | public function __construct( method isPageCacheable (line 35) | public function isPageCacheable() FILE: app/code/Magento/CatalogSearch/Controller/Advanced/Index.php class Index (line 16) | class Index extends \Magento\Framework\App\Action\Action implements Http... method execute (line 21) | public function execute() FILE: app/code/Magento/CatalogSearch/Controller/Advanced/Result.php class Result (line 18) | class Result extends \Magento\Framework\App\Action\Action implements Htt... method __construct (line 46) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/CatalogSearch/Controller/Result/Index.php class Index (line 21) | class Index extends \Magento\Framework\App\Action\Action implements Http... method __construct (line 59) | public function __construct( method execute (line 80) | public function execute() method getCacheableResult (line 125) | private function getCacheableResult($catalogSearchHelper, $query, $han... method getNotCacheableResult (line 151) | private function getNotCacheableResult($catalogSearchHelper, $query, $... FILE: app/code/Magento/CatalogSearch/Controller/SearchTermsLog/Save.php class Save (line 19) | class Save extends \Magento\Framework\App\Action\Action method __construct (line 50) | public function __construct( method execute (line 69) | public function execute() FILE: app/code/Magento/CatalogSearch/Helper/Data.php class Data (line 14) | class Data extends \Magento\Search\Helper\Data method getAdvancedSearchUrl (line 21) | public function getAdvancedSearchUrl() FILE: app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/AggregationResolver.php class AggregationResolver (line 20) | class AggregationResolver implements AggregationResolverInterface method __construct (line 62) | public function __construct( method resolve (line 83) | public function resolve(RequestInterface $request, array $documentIds) method getApplicableAttributeCodes (line 111) | private function getApplicableAttributeCodes(array $documentIds) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/Checker/Query/AdvancedSearch.php class AdvancedSearch (line 16) | class AdvancedSearch implements RequestCheckerInterface method __construct (line 26) | public function __construct($name) method isApplicable (line 34) | public function isApplicable(RequestInterface $request) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/Checker/Query/CatalogView.php class CatalogView (line 21) | class CatalogView implements RequestCheckerInterface method __construct (line 43) | public function __construct( method isApplicable (line 56) | public function isApplicable(RequestInterface $request) method hasAnchorCategory (line 74) | private function hasAnchorCategory(RequestInterface $request) method getCategoriesFromQuery (line 104) | private function getCategoriesFromQuery(QueryInterface $queryExpression) method getCategoryIdsFromQuery (line 130) | private function getCategoryIdsFromQuery(QueryInterface $queryExpression) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/RequestCheckerComposite.php class RequestCheckerComposite (line 15) | class RequestCheckerComposite implements RequestCheckerInterface method __construct (line 38) | public function __construct( method isApplicable (line 61) | public function isApplicable(RequestInterface $request) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Aggregation/RequestCheckerInterface.php type RequestCheckerInterface (line 13) | interface RequestCheckerInterface method isApplicable (line 23) | public function isApplicable(RequestInterface $request); FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider.php class DataProvider (line 27) | class DataProvider implements DataProviderInterface method __construct (line 64) | public function __construct( method getDataSet (line 83) | public function getDataSet( method execute (line 109) | public function execute(Select $select) method getSelect (line 119) | private function getSelect() FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/QueryBuilder.php class QueryBuilder (line 30) | class QueryBuilder method __construct (line 64) | public function __construct( method build (line 89) | public function build( method buildQueryForPriceAttribute (line 118) | private function buildQueryForPriceAttribute( method buildQueryForAttribute (line 160) | private function buildQueryForAttribute( FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/SelectBuilderForAttribute.php class SelectBuilderForAttribute (line 28) | class SelectBuilderForAttribute method __construct (line 62) | public function __construct( method build (line 85) | public function build(Select $select, AbstractAttribute $attribute, in... method isAddStockFilter (line 125) | private function isAddStockFilter() FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/SelectBuilderForAttribute/ApplyStockConditionToSelect.php class ApplyStockConditionToSelect (line 20) | class ApplyStockConditionToSelect method __construct (line 30) | public function __construct( method execute (line 40) | public function execute(Select $select): Select FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/BaseSelectStrategy/BaseSelectAttributesSearchStrategy.php class BaseSelectAttributesSearchStrategy (line 25) | class BaseSelectAttributesSearchStrategy implements BaseSelectStrategyIn... method __construct (line 47) | public function __construct( method createBaseSelect (line 64) | public function createBaseSelect(SelectContainer $selectContainer) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/BaseSelectStrategy/BaseSelectFullTextSearchStrategy.php class BaseSelectFullTextSearchStrategy (line 24) | class BaseSelectFullTextSearchStrategy implements BaseSelectStrategyInte... method __construct (line 40) | public function __construct( method createBaseSelect (line 55) | public function createBaseSelect(SelectContainer $selectContainer) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Dynamic/DataProvider.php class DataProvider (line 30) | class DataProvider implements DataProviderInterface method __construct (line 87) | public function __construct( method getRange (line 113) | public function getRange() method getAggregations (line 121) | public function getAggregations(\Magento\Framework\Search\Dynamic\Enti... method getInterval (line 162) | public function getInterval( method getAggregation (line 175) | public function getAggregation( method prepareData (line 204) | public function prepareData($range, array $dbRanges) method getSelect (line 229) | private function getSelect() FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Field/Resolver.php class Resolver (line 17) | class Resolver implements ResolverInterface method __construct (line 33) | public function __construct( method resolve (line 44) | public function resolve(array $fields) FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Filter/AliasResolver.php class AliasResolver (line 18) | class AliasResolver method getAlias (line 31) | public function getAlias(\Magento\Framework\Search\Request\FilterInter... FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Filter/Preprocessor.php class Preprocessor (line 34) | class Preprocessor implements PreprocessorInterface method __construct (line 100) | public function __construct( method process (line 136) | public function process(FilterInterface $filter, $isNegation, $query) method processQueryWithField (line 150) | private function processQueryWithField(FilterInterface $filter, $isNeg... method processRangeNumeric (line 235) | private function processRangeNumeric(FilterInterface $filter, $query, ... method processTermSelect (line 270) | private function processTermSelect(FilterInterface $filter, $isNegation) method getMetadataPool (line 296) | protected function getMetadataPool() FILE: app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Plugin/Aggregation/Category/DataProvider.php class DataProvider (line 24) | class DataProvider method __construct (line 55) | public function __construct( method aroundGetDataSet (line 77) | public function aroundGetDataSet( FILE: app/code/Magento/CatalogSearch/Model/Adapter/Options.php class Options (line 18) | class Options implements OptionsInterface method __construct (line 32) | public function __construct(ScopeConfigInterface $scopeConfig) method get (line 40) | public function get() FILE: app/code/Magento/CatalogSearch/Model/Adminhtml/System/Config/Backend/Engine.php class Engine (line 14) | class Engine extends \Magento\Framework\App\Config\Value method __construct (line 31) | public function __construct( method afterSave (line 52) | public function afterSave() FILE: app/code/Magento/CatalogSearch/Model/Advanced.php class Advanced (line 51) | class Advanced extends \Magento\Framework\Model\AbstractModel method __construct (line 147) | public function __construct( method addFilters (line 190) | public function addFilters($values) method getAttributes (line 268) | public function getAttributes() method getProductCollection (line 293) | public function getProductCollection() method resolveProductCollection (line 312) | private function resolveProductCollection() method prepareProductCollection (line 325) | public function prepareProductCollection($collection) method addSearchCriteria (line 339) | protected function addSearchCriteria($attribute, $value) method getPreparedSearchCriteria (line 357) | protected function getPreparedSearchCriteria($attribute, $value) method getSearchCriterias (line 423) | public function getSearchCriterias() FILE: app/code/Magento/CatalogSearch/Model/Advanced/ProductCollectionPrepareStrategy.php class ProductCollectionPrepareStrategy (line 16) | class ProductCollectionPrepareStrategy implements ProductCollectionPrepa... method __construct (line 38) | public function __construct( method prepare (line 51) | public function prepare(Collection $collection) FILE: app/code/Magento/CatalogSearch/Model/Advanced/ProductCollectionPrepareStrategyInterface.php type ProductCollectionPrepareStrategyInterface (line 13) | interface ProductCollectionPrepareStrategyInterface method prepare (line 21) | public function prepare(Collection $collection); FILE: app/code/Magento/CatalogSearch/Model/Advanced/ProductCollectionPrepareStrategyProvider.php class ProductCollectionPrepareStrategyProvider (line 13) | class ProductCollectionPrepareStrategyProvider method __construct (line 29) | public function __construct( method getStrategy (line 42) | public function getStrategy(): ProductCollectionPrepareStrategyInterface FILE: app/code/Magento/CatalogSearch/Model/Advanced/Request/Builder.php class Builder (line 16) | class Builder extends RequestBuilder method bindRequestValue (line 26) | public function bindRequestValue($attributeCode, $attributeValue) FILE: app/code/Magento/CatalogSearch/Model/Attribute/SearchWeight.php class SearchWeight (line 16) | class SearchWeight method __construct (line 21) | public function __construct( method aroundSave (line 49) | public function aroundSave( FILE: app/code/Magento/CatalogSearch/Model/Autocomplete/DataProvider.php class DataProvider (line 19) | class DataProvider implements DataProviderInterface method __construct (line 52) | public function __construct( method getItems (line 69) | public function getItems() method getSuggestCollection (line 93) | private function getSuggestCollection() FILE: app/code/Magento/CatalogSearch/Model/Fulltext.php class Fulltext (line 28) | class Fulltext extends \Magento\Framework\Model\AbstractModel method __construct (line 53) | public function __construct( method _construct (line 70) | protected function _construct() method resetSearchResults (line 82) | public function resetSearchResults() FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php class Fulltext (line 26) | class Fulltext implements method __construct (line 87) | public function __construct( method execute (line 114) | public function execute($entityIds) method executeByDimensions (line 126) | public function executeByDimensions(array $dimensions, \Traversable $e... method executeFull (line 166) | public function executeFull() method executeList (line 183) | public function executeList(array $ids) method executeRow (line 194) | public function executeRow($id) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php class DataProvider (line 22) | class DataProvider method __construct (line 138) | public function __construct( method getTable (line 167) | private function getTable($table) method getSearchableProducts (line 183) | public function getSearchableProducts( method getSelectForSearchableProducts (line 219) | private function getSelectForSearchableProducts( method joinAttribute (line 262) | private function joinAttribute(Select $select, $attributeCode, $storeI... method getSearchableAttributes (line 309) | public function getSearchableAttributes($backendType = null) method getSearchableAttribute (line 365) | public function getSearchableAttribute($attribute) method unifyField (line 382) | private function unifyField($field, $backendType = 'varchar') method getProductAttributes (line 401) | public function getProductAttributes($storeId, array $productIds, arra... method getProductTypeInstance (line 474) | private function getProductTypeInstance($typeId) method getProductChildIds (line 492) | public function getProductChildIds($productId, $typeId) method getProductEmulator (line 527) | private function getProductEmulator($typeId) method prepareProductIndex (line 547) | public function prepareProductIndex($indexData, $productData, $storeId) method getAttributeValue (line 608) | private function getAttributeValue($attributeId, $valueIds, $storeId) method getAttributeOptionValue (line 632) | private function getAttributeOptionValue($attributeId, $valueIds, $sto... method filterAttributeValue (line 671) | private function filterAttributeValue($value) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/Full.php class Full (line 26) | class Full method __construct (line 232) | public function __construct( method reindexAll (line 287) | public function reindexAll() method getTable (line 303) | protected function getTable($table) method getProductIdsFromParents (line 318) | protected function getProductIdsFromParents(array $entityIds) method rebuildStoreIndex (line 349) | public function rebuildStoreIndex($storeId, $productIds = null) method getRelatedProducts (line 411) | private function getRelatedProducts($products) method isProductEnabled (line 433) | private function isProductEnabled($productId, array $productsAttributes) method getChildProductsIndex (line 452) | private function getChildProductsIndex($parentId, array $relatedProduc... method cleanIndex (line 470) | protected function cleanIndex($storeId) method getEavConfig (line 482) | protected function getEavConfig() method getSearchableAttributes (line 494) | protected function getSearchableAttributes($backendType = null) method getSearchableAttribute (line 506) | protected function getSearchableAttribute($attribute) method unifyField (line 520) | protected function unifyField($field, $backendType = 'varchar') method getProductTypeInstance (line 538) | protected function getProductTypeInstance($typeId) method getProductEmulator (line 556) | protected function getProductEmulator($typeId) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/IndexIterator.php class IndexIterator (line 21) | class IndexIterator implements \Iterator method __construct (line 118) | public function __construct( method current (line 146) | public function current() method next (line 157) | public function next() method key (line 256) | public function key() method valid (line 267) | public function valid() method rewind (line 278) | public function rewind() FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Model/Plugin/Category.php class Category (line 16) | class Category method __construct (line 26) | public function __construct(Processor $fulltextIndexerProcessor) method afterDelete (line 39) | public function afterDelete(Resource $subjectCategory, Resource $resul... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/AbstractPlugin.php class AbstractPlugin (line 14) | abstract class AbstractPlugin method __construct (line 24) | public function __construct(IndexerRegistry $indexerRegistry) method reindexRow (line 35) | protected function reindexRow($productId) method reindexList (line 50) | protected function reindexList(array $productIds) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Attribute.php class Attribute (line 13) | class Attribute extends AbstractPlugin method __construct (line 39) | public function __construct( method beforeSave (line 56) | public function beforeSave( method afterSave (line 77) | public function afterSave( method beforeDelete (line 100) | public function beforeDelete( method afterDelete (line 116) | public function afterDelete( FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Category.php class Category (line 15) | class Category extends AbstractPlugin method aroundSave (line 26) | public function aroundSave(ResourceCategory $resourceCategory, \Closur... method addCommitCallback (line 40) | private function addCommitCallback(ResourceCategory $resourceCategory,... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php class Product (line 15) | class Product extends AbstractPlugin method aroundSave (line 26) | public function aroundSave(ResourceProduct $productResource, \Closure ... method aroundDelete (line 40) | public function aroundDelete(ResourceProduct $productResource, \Closur... method addCommitCallback (line 54) | private function addCommitCallback(ResourceProduct $productResource, \... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product/Action.php class Action (line 14) | class Action extends AbstractIndexerPlugin method afterUpdateAttributes (line 28) | public function afterUpdateAttributes( method afterUpdateWebsites (line 52) | public function afterUpdateWebsites(ProductAction $subject, $result, $... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product/Category/Action/Rows.php class Rows (line 17) | class Rows method __construct (line 27) | public function __construct(IndexerRegistry $indexerRegistry) method afterExecute (line 42) | public function afterExecute(ActionRows $subject, ActionRows $result, ... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Store/Group.php class Group (line 16) | class Group extends AbstractIndexerPlugin method beforeSave (line 32) | public function beforeSave(StoreGroupResourceModel $subject, AbstractM... method afterSave (line 46) | public function afterSave(StoreGroupResourceModel $subject, StoreGroup... method afterDelete (line 64) | public function afterDelete(StoreGroupResourceModel $subject, StoreGro... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Store/View.php class View (line 16) | class View extends AbstractIndexerPlugin method beforeSave (line 32) | public function beforeSave(StoreResourceModel $subject, AbstractModel ... method afterSave (line 46) | public function afterSave(StoreResourceModel $subject, StoreResourceMo... method afterDelete (line 64) | public function afterDelete(StoreResourceModel $subject, StoreResource... FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Processor.php class Processor (line 16) | class Processor extends AbstractProcessor FILE: app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Store.php class Store (line 17) | class Store implements ObserverInterface method __construct (line 39) | public function __construct( method clearIndex (line 55) | private function clearIndex(\Magento\Store\Model\Store $store) method execute (line 72) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexStructure.php class IndexStructure (line 23) | class IndexStructure implements IndexStructureInterface method __construct (line 39) | public function __construct( method delete (line 50) | public function delete($index, array $dimensions = []) method create (line 61) | public function create($index, array $fields, array $dimensions = []) method createFulltextIndex (line 73) | protected function createFulltextIndex($tableName) FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexStructureFactory.php class IndexStructureFactory (line 18) | class IndexStructureFactory method __construct (line 47) | public function __construct( method create (line 64) | public function create(array $data = []) FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexStructureProxy.php class IndexStructureProxy (line 13) | class IndexStructureProxy implements IndexStructureInterface method __construct (line 28) | public function __construct( method delete (line 37) | public function delete( method create (line 47) | public function create( method getEntity (line 60) | private function getEntity() FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexSwitcherInterface.php type IndexSwitcherInterface (line 14) | interface IndexSwitcherInterface method switchIndex (line 25) | public function switchIndex(array $dimensions); FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexSwitcherProxy.php class IndexSwitcherProxy (line 15) | class IndexSwitcherProxy implements IndexSwitcherInterface method __construct (line 43) | public function __construct( method switchIndex (line 62) | public function switchIndex(array $dimensions) method create (line 77) | private function create($handler) FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexerHandler.php class IndexerHandler (line 24) | class IndexerHandler implements IndexerInterface method __construct (line 75) | public function __construct( method saveIndex (line 99) | public function saveIndex($dimensions, \Traversable $documents) method deleteIndex (line 109) | public function deleteIndex($dimensions, \Traversable $documents) method cleanIndex (line 120) | public function cleanIndex($dimensions) method isAvailable (line 129) | public function isAvailable($dimensions = []) method getTableName (line 144) | private function getTableName($dimensions) method getIndexName (line 154) | private function getIndexName() method insertDocuments (line 166) | private function insertDocuments(array $documents, array $dimensions) method prepareSearchableFields (line 185) | private function prepareSearchableFields(array $documents) method prepareFields (line 206) | private function prepareFields() FILE: app/code/Magento/CatalogSearch/Model/Indexer/IndexerHandlerFactory.php class IndexerHandlerFactory (line 18) | class IndexerHandlerFactory method __construct (line 46) | public function __construct( method create (line 62) | public function create(array $data = []) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Mview/Action.php class Action (line 15) | class Action implements ActionInterface method __construct (line 25) | public function __construct(IndexerInterfaceFactory $indexerFactory) method execute (line 37) | public function execute($ids) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Plugin/StockedProductsFilterPlugin.php class StockedProductsFilterPlugin (line 22) | class StockedProductsFilterPlugin method __construct (line 44) | public function __construct( method beforePrepareProductIndex (line 64) | public function beforePrepareProductIndex( FILE: app/code/Magento/CatalogSearch/Model/Indexer/ProductFieldset.php class ProductFieldset (line 19) | class ProductFieldset implements \Magento\Framework\Indexer\FieldsetInte... method __construct (line 40) | public function __construct( method addDynamicData (line 51) | public function addDynamicData(array $data) method getSearchableAttributes (line 68) | private function getSearchableAttributes() method convert (line 99) | private function convert(array $attributes, $defaultSource, $defaultHa... method getType (line 120) | private function getType(Attribute $attribute) method merge (line 141) | private function merge(array $dataFields, array $searchableFields) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/IndexSwitcher.php class IndexSwitcher (line 18) | class IndexSwitcher implements IndexSwitcherInterface method __construct (line 40) | public function __construct( method switchIndex (line 54) | public function switchIndex(array $dimensions) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/IndexTableNotExistException.php class IndexTableNotExistException (line 20) | class IndexTableNotExistException extends LocalizedException FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/ScopeProxy.php class ScopeProxy (line 14) | class ScopeProxy implements \Magento\Framework\Search\Request\IndexScope... method __construct (line 40) | public function __construct( method create (line 57) | private function create($state) method resolve (line 68) | public function resolve($index, array $dimensions) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/State.php class State (line 22) | class State method useTemporaryIndex (line 37) | public function useTemporaryIndex() method useRegularIndex (line 47) | public function useRegularIndex() method getState (line 57) | public function getState() FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/TemporaryResolver.php class TemporaryResolver (line 18) | class TemporaryResolver implements \Magento\Framework\Search\Request\Ind... method __construct (line 28) | public function __construct(IndexScopeResolver $indexScopeResolver) method resolve (line 38) | public function resolve($index, array $dimensions) FILE: app/code/Magento/CatalogSearch/Model/Indexer/Scope/UnknownStateException.php class UnknownStateException (line 19) | class UnknownStateException extends LocalizedException FILE: app/code/Magento/CatalogSearch/Model/Layer/Category/ItemCollectionProvider.php class ItemCollectionProvider (line 15) | class ItemCollectionProvider implements ItemCollectionProviderInterface method __construct (line 25) | public function __construct(CollectionFactory $collectionFactory) method getCollection (line 33) | public function getCollection(\Magento\Catalog\Model\Category $category) FILE: app/code/Magento/CatalogSearch/Model/Layer/Filter/Attribute.php class Attribute (line 15) | class Attribute extends AbstractFilter method __construct (line 30) | public function __construct( method apply (line 55) | public function apply(\Magento\Framework\App\RequestInterface $request) method _getItemsData (line 87) | protected function _getItemsData() method buildOptionData (line 119) | private function buildOptionData($option, $isAttributeFilterable, $opt... method getOptionValue (line 143) | private function getOptionValue($option) method getOptionCount (line 158) | private function getOptionCount($value, $optionsFacetedData) method isOptionReducesResults (line 168) | protected function isOptionReducesResults($optionCount, $totalSize) FILE: app/code/Magento/CatalogSearch/Model/Layer/Filter/Category.php class Category (line 14) | class Category extends AbstractFilter method __construct (line 38) | public function __construct( method apply (line 65) | public function apply(\Magento\Framework\App\RequestInterface $request) method getResetValue (line 89) | public function getResetValue() method getName (line 99) | public function getName() method _getItemsData (line 109) | protected function _getItemsData() FILE: app/code/Magento/CatalogSearch/Model/Layer/Filter/Decimal.php class Decimal (line 15) | class Decimal extends AbstractFilter method __construct (line 39) | public function __construct( method apply (line 66) | public function apply(\Magento\Framework\App\RequestInterface $request) method _getItemsData (line 105) | protected function _getItemsData() method renderRangeLabel (line 149) | protected function renderRangeLabel($fromPrice, $toPrice) FILE: app/code/Magento/CatalogSearch/Model/Layer/Filter/Price.php class Price (line 18) | class Price extends AbstractFilter method __construct (line 63) | public function __construct( method getResource (line 96) | public function getResource() method setCurrencyRate (line 107) | public function setCurrencyRate($rate) method apply (line 119) | public function apply(\Magento\Framework\App\RequestInterface $request) method getCurrencyRate (line 160) | public function getCurrencyRate() method _renderRangeLabel (line 181) | protected function _renderRangeLabel($fromPrice, $toPrice) method _getItemsData (line 207) | protected function _getItemsData() method getTo (line 236) | protected function getTo($from) method getFrom (line 252) | protected function getFrom($from) method prepareData (line 269) | private function prepareData($key, $count) FILE: app/code/Magento/CatalogSearch/Model/Layer/Search/Plugin/CollectionFilter.php class CollectionFilter (line 15) | class CollectionFilter method __construct (line 25) | public function __construct(QueryFactory $queryFactory) method afterFilter (line 40) | public function afterFilter( FILE: app/code/Magento/CatalogSearch/Model/Layer/Search/StateKey.php class StateKey (line 15) | class StateKey extends \Magento\Catalog\Model\Layer\Category\StateKey im... method __construct (line 27) | public function __construct( method toString (line 39) | public function toString($category) FILE: app/code/Magento/CatalogSearch/Model/Price/Interval.php class Interval (line 13) | class Interval implements IntervalInterface method __construct (line 23) | public function __construct(\Magento\Catalog\Model\ResourceModel\Layer... method load (line 31) | public function load($limit, $offset = null, $lower = null, $upper = n... method loadPrevious (line 40) | public function loadPrevious($data, $index, $lower = null) method loadNext (line 49) | public function loadNext($data, $rightIndex, $upper = null) method arrayValuesToFloat (line 61) | private function arrayValuesToFloat($prices) FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced.php class Advanced (line 14) | class Advanced extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 38) | public function __construct( method _construct (line 54) | protected function _construct() method prepareCondition (line 67) | public function prepareCondition($attribute, $value) FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced/Collection.php class Collection (line 42) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 158) | public function __construct( method addFieldsToFilter (line 243) | public function addFieldsToFilter($fields) method setOrder (line 254) | public function setOrder($attribute, $dir = Select::SQL_DESC) method addCategoryFilter (line 271) | public function addCategoryFilter(\Magento\Catalog\Model\Category $cat... method setVisibility (line 290) | public function setVisibility($visibility) method setSearchOrder (line 312) | private function setSearchOrder($field, $direction) method _renderFiltersBefore (line 323) | protected function _renderFiltersBefore() method clear (line 356) | public function clear() method _reset (line 365) | protected function _reset() method _loadEntities (line 374) | public function _loadEntities($printQuery = false, $logQuery = false) method getTotalRecordsResolver (line 416) | private function getTotalRecordsResolver(SearchResultInterface $search... method getSearchCriteriaResolver (line 430) | private function getSearchCriteriaResolver(): SearchCriteriaResolverIn... method getSearchResultApplier (line 450) | private function getSearchResultApplier(SearchResultInterface $searchR... method getAttributeCode (line 470) | private function getAttributeCode($attributeCode) method addAttributeToSearch (line 487) | private function addAttributeToSearch($attributeCode, $attributeValue) method addRangeAttributeToSearch (line 513) | private function addRangeAttributeToSearch($attributeCode, $attributeV... method getSearch (line 530) | private function getSearch() method getSearchCriteriaBuilder (line 544) | private function getSearchCriteriaBuilder() method getFilterBuilder (line 558) | private function getFilterBuilder() FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Engine.php class Engine (line 14) | class Engine implements EngineInterface method __construct (line 48) | public function __construct( method getAllowedVisibility (line 61) | public function getAllowedVisibility() method allowAdvancedIndex (line 71) | public function allowAdvancedIndex() method isTermFilterableAttribute (line 89) | private function isTermFilterableAttribute($attribute) method processAttributeValue (line 106) | public function processAttributeValue($attribute, $value) method prepareEntityIndex (line 131) | public function prepareEntityIndex($index, $separator = ' ') method isAvailable (line 143) | public function isAvailable() FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/EngineInterface.php type EngineInterface (line 14) | interface EngineInterface method getAllowedVisibility (line 39) | public function getAllowedVisibility(); method allowAdvancedIndex (line 46) | public function allowAdvancedIndex(); method processAttributeValue (line 55) | public function processAttributeValue($attribute, $value); method prepareEntityIndex (line 64) | public function prepareEntityIndex($index, $separator = ' '); FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/EngineProvider.php class EngineProvider (line 17) | class EngineProvider method __construct (line 58) | public function __construct( method get (line 73) | public function get() FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext.php class Fulltext (line 18) | class Fulltext extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 40) | public function __construct( method _construct (line 56) | protected function _construct() method resetSearchResults (line 68) | public function resetSearchResults() method resetSearchResultsByStore (line 82) | public function resetSearchResultsByStore($storeId) method getRelationsByChild (line 102) | public function getRelationsByChild($childIds) FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php class Collection (line 43) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 183) | public function __construct( method getSearch (line 272) | private function getSearch() method setSearch (line 288) | public function setSearch(\Magento\Search\Api\SearchInterface $object) method getSearchCriteriaBuilder (line 299) | private function getSearchCriteriaBuilder() method setSearchCriteriaBuilder (line 316) | public function setSearchCriteriaBuilder(\Magento\Framework\Api\Search... method getFilterBuilder (line 327) | private function getFilterBuilder() method setFilterBuilder (line 343) | public function setFilterBuilder(\Magento\Framework\Api\FilterBuilder ... method addFieldToFilter (line 355) | public function addFieldToFilter($field, $condition = null) method clear (line 385) | public function clear() method _reset (line 394) | protected function _reset() method _loadEntities (line 403) | public function _loadEntities($printQuery = false, $logQuery = false) method addSearchFilter (line 445) | public function addSearchFilter($query) method setOrder (line 454) | public function setOrder($attribute, $dir = Select::SQL_DESC) method addAttributeToSort (line 471) | public function addAttributeToSort($attribute, $dir = self::SORT_ORDER... method _renderFiltersBefore (line 485) | protected function _renderFiltersBefore() method createEmptyResult (line 520) | private function createEmptyResult() method setSearchOrder (line 532) | private function setSearchOrder($field, $direction) method getTotalRecordsResolver (line 546) | private function getTotalRecordsResolver(SearchResultInterface $search... method getSearchCriteriaResolver (line 560) | private function getSearchCriteriaResolver(): SearchCriteriaResolverIn... method getSearchResultApplier (line 580) | private function getSearchResultApplier(SearchResultInterface $searchR... method _beforeLoad (line 597) | protected function _beforeLoad() method _renderFilters (line 613) | protected function _renderFilters() method setGeneralDefaultQuery (line 624) | public function setGeneralDefaultQuery() method getFacetedData (line 636) | public function getFacetedData($field) method addCategoryFilter (line 662) | public function addCategoryFilter(\Magento\Catalog\Model\Category $cat... method setVisibility (line 684) | public function setVisibility($visibility) method prepareSearchTermFilter (line 703) | private function prepareSearchTermFilter(): void method preparePriceAggregation (line 717) | private function preparePriceAggregation(): void FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/DefaultFilterStrategyApplyChecker.php class DefaultFilterStrategyApplyChecker (line 13) | class DefaultFilterStrategyApplyChecker implements DefaultFilterStrategy... method isApplicable (line 20) | public function isApplicable(): bool FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/DefaultFilterStrategyApplyCheckerInterface.php type DefaultFilterStrategyApplyCheckerInterface (line 13) | interface DefaultFilterStrategyApplyCheckerInterface method isApplicable (line 20) | public function isApplicable(): bool; FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/SearchCriteriaResolver.php class SearchCriteriaResolver (line 16) | class SearchCriteriaResolver implements SearchCriteriaResolverInterface method __construct (line 33) | public function __construct( method resolve (line 44) | public function resolve() : SearchCriteria FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/SearchCriteriaResolverInterface.php type SearchCriteriaResolverInterface (line 14) | interface SearchCriteriaResolverInterface method resolve (line 21) | public function resolve(): SearchCriteria; FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplier.php class SearchResultApplier (line 17) | class SearchResultApplier implements SearchResultApplierInterface method __construct (line 45) | public function __construct( method apply (line 60) | public function apply() FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplierInterface.php type SearchResultApplierInterface (line 12) | interface SearchResultApplierInterface method apply (line 19) | public function apply(); FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/TotalRecordsResolver.php class TotalRecordsResolver (line 14) | class TotalRecordsResolver implements TotalRecordsResolverInterface method resolve (line 19) | public function resolve(): ?int FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection/TotalRecordsResolverInterface.php type TotalRecordsResolverInterface (line 12) | interface TotalRecordsResolverInterface method resolve (line 19) | public function resolve(): ?int; FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Search/Collection.php class Collection (line 17) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 66) | public function __construct( method addSearchFilter (line 120) | public function addSearchFilter($query) method addBackendSearchFilter (line 136) | public function addBackendSearchFilter($query) method _getAttributesCollection (line 151) | protected function _getAttributesCollection() method _isAttributeTextAndSearchable (line 169) | protected function _isAttributeTextAndSearchable($attribute) method _hasAttributeOptionsAndSearchable (line 190) | protected function _hasAttributeOptionsAndSearchable($attribute) method _getSearchEntityIdsSql (line 207) | protected function _getSearchEntityIdsSql($query, $searchOnlyInCurrent... method _getSearchInOptionSql (line 288) | protected function _getSearchInOptionSql($query) FILE: app/code/Magento/CatalogSearch/Model/ResourceModel/Setup/PropertyMapper.php class PropertyMapper (line 18) | class PropertyMapper extends PropertyMapperAbstract method map (line 28) | public function map(array $input, $entityTypeId): array FILE: app/code/Magento/CatalogSearch/Model/Search/BaseSelectStrategy/BaseSelectStrategyInterface.php type BaseSelectStrategyInterface (line 16) | interface BaseSelectStrategyInterface method createBaseSelect (line 25) | public function createBaseSelect(SelectContainer $selectContainer); FILE: app/code/Magento/CatalogSearch/Model/Search/BaseSelectStrategy/StrategyMapper.php class StrategyMapper (line 18) | class StrategyMapper method __construct (line 34) | public function __construct( method mapSelectContainerToStrategy (line 48) | public function mapSelectContainerToStrategy(SelectContainer $selectCo... FILE: app/code/Magento/CatalogSearch/Model/Search/Catalog.php class Catalog (line 13) | class Catalog extends \Magento\Framework\DataObject method __construct (line 41) | public function __construct( method load (line 56) | public function load() FILE: app/code/Magento/CatalogSearch/Model/Search/CustomAttributeFilterCheck.php class CustomAttributeFilterCheck (line 18) | class CustomAttributeFilterCheck method __construct (line 28) | public function __construct( method isCustom (line 41) | public function isCustom(FilterInterface $filter) method getAttributeByCode (line 57) | private function getAttributeByCode($field) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/CustomAttributeFilter.php class CustomAttributeFilter (line 24) | class CustomAttributeFilter method __construct (line 58) | public function __construct( method apply (line 82) | public function apply(Select $select, FilterInterface ...$filters) method getJoinConditions (line 142) | private function getJoinConditions($attrId, $mainTable, $joinTable) method getAttributeIdByCode (line 166) | private function getAttributeIdByCode($field) method extractTableAliasFromSelect (line 180) | private function extractTableAliasFromSelect(Select $select) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/DimensionsProcessor.php class DimensionsProcessor (line 23) | class DimensionsProcessor method __construct (line 39) | public function __construct( method processDimensions (line 53) | public function processDimensions(SelectContainer $selectContainer) method prepareDimensions (line 75) | private function prepareDimensions(array $dimensions) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/ExclusionStrategy.php class ExclusionStrategy (line 29) | class ExclusionStrategy implements FilterStrategyInterface method __construct (line 81) | public function __construct( method apply (line 104) | public function apply( method applyPriceFilter (line 128) | private function applyPriceFilter( method applyCategoryFilter (line 169) | private function applyCategoryFilter( method extractTableAliasFromSelect (line 211) | private function extractTableAliasFromSelect(\Magento\Framework\DB\Sel... FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/FilterContext.php class FilterContext (line 21) | class FilterContext implements FilterStrategyInterface method __construct (line 46) | public function __construct( method apply (line 61) | public function apply( method getAttributeByCode (line 88) | private function getAttributeByCode($field) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/FilterMapper.php class FilterMapper (line 20) | class FilterMapper method __construct (line 54) | public function __construct( method applyFilters (line 78) | public function applyFilters(SelectContainer $selectContainer) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/FilterStrategyInterface.php type FilterStrategyInterface (line 16) | interface FilterStrategyInterface method apply (line 24) | public function apply( FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/StaticAttributeStrategy.php class StaticAttributeStrategy (line 19) | class StaticAttributeStrategy implements FilterStrategyInterface method __construct (line 41) | public function __construct( method apply (line 54) | public function apply( method getAttributeByCode (line 77) | private function getAttributeByCode($field) method extractTableAliasFromSelect (line 88) | private function extractTableAliasFromSelect(Select $select) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/StockStatusFilter.php class StockStatusFilter (line 22) | class StockStatusFilter method __construct (line 66) | public function __construct( method apply (line 88) | public function apply(Select $select, $stockValues, $type, $showOutOfS... method addMainStockStatusJoin (line 116) | private function addMainStockStatusJoin(Select $select, $stockValues, ... method addSubProductsStockStatusJoin (line 158) | private function addSubProductsStockStatusJoin(Select $select, $stockV... method extractTableAliasFromSelect (line 196) | private function extractTableAliasFromSelect(Select $select) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/TermDropdownStrategy.php class TermDropdownStrategy (line 22) | class TermDropdownStrategy implements FilterStrategyInterface method __construct (line 49) | public function __construct( method apply (line 66) | public function apply( method getAttributeByCode (line 82) | private function getAttributeByCode($field) FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/TermDropdownStrategy/ApplyStockConditionToSelect.php class ApplyStockConditionToSelect (line 20) | class ApplyStockConditionToSelect method __construct (line 30) | public function __construct( method execute (line 43) | public function execute( FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/TermDropdownStrategy/SelectBuilder.php class SelectBuilder (line 23) | class SelectBuilder method __construct (line 51) | public function __construct( method execute (line 68) | public function execute( method isAddStockFilter (line 93) | private function isAddStockFilter() FILE: app/code/Magento/CatalogSearch/Model/Search/FilterMapper/VisibilityFilter.php class VisibilityFilter (line 23) | class VisibilityFilter method __construct (line 72) | public function __construct( method apply (line 94) | public function apply(Select $select, FilterInterface $filter, $type) method applyFilterByJoin (line 118) | private function applyFilterByJoin(FilterInterface $filter, Select $se... method applyFilterByWhere (line 158) | private function applyFilterByWhere(FilterInterface $filter, Select $s... method getVisibilityAttributeId (line 192) | private function getVisibilityAttributeId() method extractTableAliasFromSelect (line 208) | private function extractTableAliasFromSelect(Select $select) FILE: app/code/Magento/CatalogSearch/Model/Search/FiltersExtractor.php class FiltersExtractor (line 19) | class FiltersExtractor method extractFiltersFromQuery (line 27) | public function extractFiltersFromQuery(QueryInterface $query) method getFiltersFromBoolFilter (line 66) | private function getFiltersFromBoolFilter(BoolExpression $boolExpression) FILE: app/code/Magento/CatalogSearch/Model/Search/IndexBuilder.php class IndexBuilder (line 32) | class IndexBuilder implements IndexBuilderInterface method __construct (line 69) | public function __construct( method build (line 104) | public function build(RequestInterface $request) FILE: app/code/Magento/CatalogSearch/Model/Search/ItemCollectionProvider.php class ItemCollectionProvider (line 15) | class ItemCollectionProvider implements ItemCollectionProviderInterface method __construct (line 32) | public function __construct( method getCollection (line 43) | public function getCollection(): Collection FILE: app/code/Magento/CatalogSearch/Model/Search/ItemCollectionProviderInterface.php type ItemCollectionProviderInterface (line 15) | interface ItemCollectionProviderInterface method getCollection (line 22) | public function getCollection() : Collection; FILE: app/code/Magento/CatalogSearch/Model/Search/QueryChecker/FullTextSearchCheck.php class FullTextSearchCheck (line 19) | class FullTextSearchCheck method isRequiredForQuery (line 34) | public function isRequiredForQuery(QueryInterface $query) method processQuery (line 46) | private function processQuery(QueryInterface $query) method processBoolQuery (line 73) | private function processBoolQuery(BoolExpression $query) method processFilterQuery (line 103) | private function processFilterQuery(Filter $query) FILE: app/code/Magento/CatalogSearch/Model/Search/ReaderPlugin.php class ReaderPlugin (line 12) | class ReaderPlugin method __construct (line 22) | public function __construct( method afterRead (line 37) | public function afterRead( FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator.php class RequestGenerator (line 24) | class RequestGenerator method __construct (line 46) | public function __construct( method generate (line 60) | public function generate() method generateRequest (line 79) | private function generateRequest($attributeType, $container, $useFullt... method getSearchableAttributes (line 126) | protected function getSearchableAttributes() method generateAdvancedSearchRequest (line 144) | private function generateAdvancedSearchRequest() method processPriceAttribute (line 249) | private function processPriceAttribute($useFulltext, $attribute, $requ... FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/Decimal.php class Decimal (line 17) | class Decimal implements GeneratorInterface method getFilterData (line 22) | public function getFilterData(Attribute $attribute, $filterName) method getAggregationData (line 36) | public function getAggregationData(Attribute $attribute, $bucketName) FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/General.php class General (line 16) | class General implements GeneratorInterface method getFilterData (line 21) | public function getFilterData(Attribute $attribute, $filterName) method getAggregationData (line 34) | public function getAggregationData(Attribute $attribute, $bucketName) FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/GeneratorInterface.php type GeneratorInterface (line 17) | interface GeneratorInterface method getFilterData (line 27) | public function getFilterData(Attribute $attribute, $filterName); method getAggregationData (line 37) | public function getAggregationData(Attribute $attribute, $bucketName); FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/GeneratorResolver.php class GeneratorResolver (line 15) | class GeneratorResolver method __construct (line 31) | public function __construct(GeneratorInterface $defaultGenerator, arra... method getGeneratorForType (line 43) | public function getGeneratorForType($type) FILE: app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/Price.php class Price (line 17) | class Price implements GeneratorInterface method getFilterData (line 22) | public function getFilterData(Attribute $attribute, $filterName): array method getAggregationData (line 36) | public function getAggregationData(Attribute $attribute, $bucketName):... FILE: app/code/Magento/CatalogSearch/Model/Search/SelectContainer/SelectContainer.php class SelectContainer (line 18) | class SelectContainer method __construct (line 70) | public function __construct( method getNonCustomAttributesFilters (line 93) | public function getNonCustomAttributesFilters() method getCustomAttributesFilters (line 101) | public function getCustomAttributesFilters() method hasCustomAttributesFilters (line 109) | public function hasCustomAttributesFilters() method hasVisibilityFilter (line 117) | public function hasVisibilityFilter() method getVisibilityFilter (line 128) | public function getVisibilityFilter() method isFullTextSearchRequired (line 136) | public function isFullTextSearchRequired() method isShowOutOfStockEnabled (line 144) | public function isShowOutOfStockEnabled() method getUsedIndex (line 152) | public function getUsedIndex() method getDimensions (line 160) | public function getDimensions() method getSelect (line 171) | public function getSelect() method updateSelect (line 183) | public function updateSelect(Select $select) FILE: app/code/Magento/CatalogSearch/Model/Search/SelectContainer/SelectContainerBuilder.php class SelectContainerBuilder (line 24) | class SelectContainerBuilder method __construct (line 64) | public function __construct( method buildByRequest (line 89) | public function buildByRequest(RequestInterface $request) method isSetShowOutOfStockFlag (line 129) | private function isSetShowOutOfStockFlag() FILE: app/code/Magento/CatalogSearch/Model/Search/TableMapper.php class TableMapper (line 31) | class TableMapper method __construct (line 60) | public function __construct( method addTables (line 91) | public function addTables(Select $select, RequestInterface $request) method getMappingAlias (line 117) | public function getMappingAlias(FilterInterface $filter) FILE: app/code/Magento/CatalogSearch/Model/Source/Weight.php class Weight (line 13) | class Weight implements \Magento\Framework\Data\OptionSourceInterface method getOptions (line 28) | public function getOptions() method getValues (line 42) | public function getValues() method toOptionArray (line 53) | public function toOptionArray() FILE: app/code/Magento/CatalogSearch/Plugin/EnableEavIndexer.php class EnableEavIndexer (line 16) | class EnableEavIndexer method beforeSave (line 26) | public function beforeSave(\Magento\Config\Model\Config $subject) FILE: app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchDeprecationNotification.php class MySQLSearchDeprecationNotification (line 16) | class MySQLSearchDeprecationNotification implements \Magento\Framework\S... method __construct (line 32) | public function __construct( method apply (line 43) | public function apply() method getAliases (line 58) | public function getAliases() method getDependencies (line 66) | public static function getDependencies() FILE: app/code/Magento/CatalogSearch/Setup/Patch/Data/SetInitialSearchWeightForAttributes.php class SetInitialSearchWeightForAttributes (line 21) | class SetInitialSearchWeightForAttributes implements DataPatchInterface,... method __construct (line 45) | public function __construct( method apply (line 58) | public function apply() method getDependencies (line 76) | public static function getDependencies() method getVersion (line 84) | public static function getVersion() method getAliases (line 92) | public function getAliases() method setWeight (line 104) | private function setWeight($attributeCode, $weight) FILE: app/code/Magento/CatalogSearch/Test/Unit/Block/Plugin/FrontTabPluginTest.php class FrontTabPluginTest (line 20) | class FrontTabPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testBeforeSetForm (line 91) | public function testBeforeSetForm() FILE: app/code/Magento/CatalogSearch/Test/Unit/Block/ResultTest.php class ResultTest (line 13) | class ResultTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetSearchQueryText (line 61) | public function testGetSearchQueryText() method testGetNoteMessages (line 67) | public function testGetNoteMessages() method testGetNoResultText (line 78) | public function testGetNoResultText($isMinQueryLength, $expectedResult) method getNoResultTextDataProvider (line 99) | public function getNoResultTextDataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Controller/Advanced/ResultTest.php class ResultTest (line 11) | class ResultTest extends \PHPUnit\Framework\TestCase method testResultActionFiltersSetBeforeLoadLayout (line 18) | public function testResultActionFiltersSetBeforeLoadLayout() method testUrlSetOnException (line 76) | public function testUrlSetOnException() method testNoResultsHandle (line 168) | public function testNoResultsHandle() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Aggregation/AggregationResolverTest.php class AggregationResolverTest (line 20) | class AggregationResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testIsNotApplicable (line 90) | public function testIsNotApplicable() method testResolve (line 101) | public function testResolve() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Aggregation/Checker/Query/CatalogViewTest.php class CatalogViewTest (line 18) | class CatalogViewTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testIsApplicable (line 105) | public function testIsApplicable() method testIsNotApplicable (line 110) | public function testIsNotApplicable() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Aggregation/DataProvider/QueryBuilderTest.php class QueryBuilderTest (line 26) | class QueryBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testBuildWithPriceAttributeCode (line 86) | public function testBuildWithPriceAttributeCode() method testBuildWithNotPriceAttributeCode (line 118) | public function testBuildWithNotPriceAttributeCode() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Aggregation/DataProviderTest.php class DataProviderTest (line 31) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testGetDataSetUsesFrontendPriceIndexerTableIfAttributeIsPrice (line 93) | public function testGetDataSetUsesFrontendPriceIndexerTableIfAttribute... method testGetDataSetUsesFrontendPriceIndexerTableForDecimalAttributes (line 119) | public function testGetDataSetUsesFrontendPriceIndexerTableForDecimalA... FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Dynamic/DataProviderTest.php class DataProviderTest (line 26) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testGetAggregationsUsesFrontendPriceIndexerTable (line 103) | public function testGetAggregationsUsesFrontendPriceIndexerTable() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Field/ResolverTest.php class ResolverTest (line 16) | class ResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testResolve (line 68) | public function testResolve( method resolveDataProvider (line 102) | public function resolveDataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Filter/AliasResolverTest.php class AliasResolverTest (line 16) | class AliasResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetFilterAlias (line 40) | public function testGetFilterAlias($field, $expectedAlias) method aliasDataProvider (line 55) | public function aliasDataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Mysql/Filter/PreprocessorTest.php class PreprocessorTest (line 21) | class PreprocessorTest extends \PHPUnit\Framework\TestCase method setUp (line 96) | protected function setUp() method testProcessPrice (line 201) | public function testProcessPrice() method processCategoryIdsDataProvider (line 222) | public function processCategoryIdsDataProvider() method testProcessCategoryIds (line 237) | public function testProcessCategoryIds($categoryId, $expectedResult) method testProcessStaticAttribute (line 265) | public function testProcessStaticAttribute() method testProcessTermFilter (line 293) | public function testProcessTermFilter($frontendInput, $fieldValue, $is... method testTermFilterDataProvider (line 329) | public function testTermFilterDataProvider() method testProcessNotStaticAttribute (line 383) | public function testProcessNotStaticAttribute() method removeWhitespaces (line 444) | private function removeWhitespaces($actualResult) method testProcessRangeFilter (line 449) | public function testProcessRangeFilter() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/OptionsTest.php class OptionsTest (line 12) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGet (line 41) | public function testGet() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Advanced/Request/BuilderTest.php class BuilderTest (line 10) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testCreate (line 91) | public function testCreate() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php class AdvancedTest (line 13) | class AdvancedTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method addFiltersDataProvider (line 105) | public function addFiltersDataProvider() method testAddFiltersVerifyAddConditionsToRegistry (line 179) | public function testAddFiltersVerifyAddConditionsToRegistry( method createBackend (line 264) | private function createBackend($table) method createSource (line 280) | private function createSource($optionText = 'optionText') method addFiltersPriceDataProvider (line 295) | private function addFiltersPriceDataProvider() method createAttribute (line 385) | private function createAttribute( FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Attribute/SearchWeightTest.php class SearchWeightTest (line 13) | class SearchWeightTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testSaveNewAttribute (line 70) | public function testSaveNewAttribute() method testSaveNewAttributeWithChangedProperty (line 78) | public function testSaveNewAttributeWithChangedProperty() method testSaveNotNewAttributeWithChangedProperty (line 86) | public function testSaveNotNewAttributeWithChangedProperty() method testSaveNotNewAttributeWithNotChangedProperty (line 94) | public function testSaveNotNewAttributeWithNotChangedProperty() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Autocomplete/DataProviderTest.php class DataProviderTest (line 11) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetItems (line 86) | public function testGetItems() method buildCollection (line 129) | private function buildCollection(array $data) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Action/FullTest.php class FullTest (line 12) | class FullTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testReindexAll (line 90) | public function testReindexAll() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/AttributeTest.php class AttributeTest (line 11) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBeforeSave (line 82) | public function testBeforeSave() method testAfterSaveNoInvalidation (line 97) | public function testAfterSaveNoInvalidation() method testAfterSaveWithInvalidation (line 105) | public function testAfterSaveWithInvalidation() method testBeforeDelete (line 128) | public function testBeforeDelete() method testAfterDeleteNoInvalidation (line 142) | public function testAfterDeleteNoInvalidation() method testAfterDeleteWithInvalidation (line 150) | public function testAfterDeleteWithInvalidation() method prepareIndexer (line 170) | private function prepareIndexer() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/CategoryTest.php class CategoryTest (line 17) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testAfterSaveNonScheduled (line 81) | public function testAfterSaveNonScheduled() method testAfterSaveScheduled (line 90) | public function testAfterSaveScheduled() method prepareIndexer (line 99) | protected function prepareIndexer() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/Product/ActionTest.php class ActionTest (line 15) | class ActionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAfterUpdateAttributesNonScheduled (line 65) | public function testAfterUpdateAttributesNonScheduled() method testAfterUpdateAttributesScheduled (line 82) | public function testAfterUpdateAttributesScheduled() method testAfterUpdateWebsitesNonScheduled (line 98) | public function testAfterUpdateWebsitesNonScheduled() method testAfterUpdateWebsitesScheduled (line 112) | public function testAfterUpdateWebsitesScheduled() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/ProductTest.php class ProductTest (line 17) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testAfterSaveNonScheduled (line 81) | public function testAfterSaveNonScheduled() method testAfterSaveScheduled (line 89) | public function testAfterSaveScheduled() method testAfterDeleteNonScheduled (line 97) | public function testAfterDeleteNonScheduled() method testAfterDeleteScheduled (line 105) | public function testAfterDeleteScheduled() method prepareIndexer (line 113) | protected function prepareIndexer() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/Store/GroupTest.php class GroupTest (line 16) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBeforeAfterSave (line 77) | public function testBeforeAfterSave($isObjectNew, $websiteChanged, $in... method beforeAfterSaveDataProvider (line 97) | public function beforeAfterSaveDataProvider() method testAfterDelete (line 107) | public function testAfterDelete() method prepareIndexer (line 122) | private function prepareIndexer($invalidateCounter) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Fulltext/Plugin/Store/ViewTest.php class ViewTest (line 16) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBeforeAfterSave (line 76) | public function testBeforeAfterSave($isObjectNew, $invalidateCounter) method beforeAfterSaveDataProvider (line 92) | public function beforeAfterSaveDataProvider() method testAfterDelete (line 100) | public function testAfterDelete() method prepareIndexer (line 115) | private function prepareIndexer($invalidateCounter) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/FulltextTest.php class FulltextTest (line 15) | class FulltextTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method getClassMock (line 102) | private function getClassMock($className) method testExecute (line 107) | public function testExecute() method setupDataProvider (line 137) | private function setupDataProvider($stores) method testExecuteFull (line 153) | public function testExecuteFull() method testExecuteList (line 179) | public function testExecuteList() method testExecuteRow (line 198) | public function testExecuteRow() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/IndexStructureFactoryTest.php class IndexStructureFactoryTest (line 13) | class IndexStructureFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testCreate (line 32) | public function testCreate() method testCreateWithoutStructures (line 66) | public function testCreateWithoutStructures() method testCreateWithWrongStructure (line 89) | public function testCreateWithWrongStructure() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/IndexSwitcherProxyTest.php class IndexSwitcherProxyTest (line 13) | class IndexSwitcherProxyTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testSwitchIndex (line 32) | public function testSwitchIndex() method testSwitchIndexWithoutHandlers (line 66) | public function testSwitchIndexWithoutHandlers() method testSwitchIndexWithWrongHandler (line 92) | public function testSwitchIndexWithWrongHandler() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/IndexerHandlerFactoryTest.php class IndexerHandlerFactoryTest (line 13) | class IndexerHandlerFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testCreate (line 32) | public function testCreate() method testCreateWithoutHandlers (line 70) | public function testCreateWithoutHandlers() method testCreateWithWrongHandler (line 93) | public function testCreateWithWrongHandler() method testCreateWithoutAvailableHandler (line 127) | public function testCreateWithoutAvailableHandler() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Plugin/StockedProductsFilterPluginTest.php class StockedProductsFilterPluginTest (line 26) | class StockedProductsFilterPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testBeforePrepareProductIndex (line 73) | public function testBeforePrepareProductIndex(): void FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Scope/IndexSwitcherTest.php class IndexSwitcherTest (line 17) | class IndexSwitcherTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testSwitchRegularIndex (line 77) | public function testSwitchRegularIndex() method testSwitchIndexWithUnknownState (line 91) | public function testSwitchIndexWithUnknownState() method testSwitchTemporaryIndexWhenRegularIndexExist (line 105) | public function testSwitchTemporaryIndexWhenRegularIndexExist() method testSwitchTemporaryIndexWhenRegularIndexNotExist (line 144) | public function testSwitchTemporaryIndexWhenRegularIndexNotExist() method testSwitchWhenTemporaryIndexNotExist (line 187) | public function testSwitchWhenTemporaryIndexNotExist() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Catalog/ItemCollectionProviderTest.php class ItemCollectionProviderTest (line 11) | class ItemCollectionProviderTest extends \PHPUnit\Framework\TestCase method testGetCollection (line 13) | public function testGetCollection() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Filter/AttributeTest.php class AttributeTest (line 16) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testApplyFilter (line 135) | public function testApplyFilter() method testGetItemsWithApply (line 197) | public function testGetItemsWithApply() method testGetItemsWithoutApply (line 243) | public function testGetItemsWithoutApply() method testGetItemsOnlyWithResults (line 338) | public function testGetItemsOnlyWithResults() method testGetItemsIfFacetedDataIsEmpty (line 407) | public function testGetItemsIfFacetedDataIsEmpty() method createFilterItem (line 438) | private function createFilterItem($index, $label, $value, $count) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Filter/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testApplyWithEmptyRequest (line 147) | public function testApplyWithEmptyRequest($requestValue, $idValue) method applyWithEmptyRequestDataProvider (line 177) | public function applyWithEmptyRequestDataProvider() method testApply (line 195) | public function testApply() method testGetItems (line 232) | public function testGetItems() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Filter/DecimalTest.php class DecimalTest (line 15) | class DecimalTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testApplyWithEmptyRequest (line 132) | public function testApplyWithEmptyRequest($requestValue, $idValue) method applyWithEmptyRequestDataProvider (line 162) | public function applyWithEmptyRequestDataProvider() method testApply (line 180) | public function testApply() method testItemData (line 210) | public function testItemData() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Filter/PriceTest.php class PriceTest (line 18) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testApplyWithEmptyRequest (line 156) | public function testApplyWithEmptyRequest($requestValue, $idValue) method applyWithEmptyRequestDataProvider (line 186) | public function applyWithEmptyRequestDataProvider() method testApply (line 207) | public function testApply() method testGetItems (line 239) | public function testGetItems() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Layer/Search/Plugin/CollectionFilterTest.php class CollectionFilterTest (line 16) | class CollectionFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testAfterFilter (line 82) | public function testAfterFilter() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/Advanced/CollectionTest.php class CollectionTest (line 26) | class CollectionTest extends BaseCollection method setUp (line 71) | protected function setUp() method testLoadWithFilterNoFilters (line 145) | public function testLoadWithFilterNoFilters() method testLike (line 153) | public function testLike() method getCriteriaBuilder (line 202) | protected function getCriteriaBuilder() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/AdvancedTest.php class AdvancedTest (line 11) | class AdvancedTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testPrepareCondition (line 31) | public function testPrepareCondition($backendType, $value, $expected) method prepareConditionDataProvider (line 53) | public function prepareConditionDataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/BaseCollection.php class BaseCollection (line 16) | class BaseCollection extends \PHPUnit\Framework\TestCase method getStoreManager (line 23) | protected function getStoreManager() method getUniversalFactory (line 49) | protected function getUniversalFactory() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/EngineProviderTest.php class EngineProviderTest (line 13) | class EngineProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method testGetWithoutEngines (line 71) | public function testGetWithoutEngines() method testGetWithWrongEngine (line 96) | public function testGetWithWrongEngine() method testGetWithoutAvailableEngine (line 129) | public function testGetWithoutAvailableEngine() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/EngineTest.php class EngineTest (line 11) | class EngineTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testPrepareEntityIndex (line 55) | public function testPrepareEntityIndex($expected, array $data) method prepareEntityIndexDataProvider (line 63) | public function prepareEntityIndexDataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/Fulltext/CollectionTest.php class CollectionTest (line 24) | class CollectionTest extends BaseCollection method setUp (line 84) | protected function setUp() method tearDown (line 167) | protected function tearDown() method testGetFacetedDataWithEmptyAggregations (line 177) | public function testGetFacetedDataWithEmptyAggregations() method testAddFieldToFilter (line 217) | public function testAddFieldToFilter() method getScopeConfig (line 230) | protected function getScopeConfig() method getCriteriaBuilder (line 243) | protected function getCriteriaBuilder() method getFilterBuilder (line 256) | protected function getFilterBuilder() method addFiltersToFilterBuilder (line 268) | protected function addFiltersToFilterBuilder(MockObject $filterBuilder... method createFilter (line 288) | protected function createFilter() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/FulltextTest.php class FulltextTest (line 17) | class FulltextTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testResetSearchResultByStore (line 77) | public function testResetSearchResultByStore() method testGetRelationsByChild (line 94) | public function testGetRelationsByChild() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/Setup/PropertyMapperTest.php class PropertyMapperTest (line 19) | class PropertyMapperTest extends TestCase method setUp (line 29) | protected function setUp(): void method caseProvider (line 37) | public function caseProvider(): array method testMapCorrectlyMapsValue (line 60) | public function testMapCorrectlyMapsValue(array $input, array $result)... FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/BaseSelectStrategy/StrategyMapperTest.php class StrategyMapperTest (line 18) | class StrategyMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testBaseSelectFullTextSearchStrategy (line 68) | public function testBaseSelectFullTextSearchStrategy( method dataProvider (line 101) | public function dataProvider() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/CustomAttributeFilterCheckTest.php class CustomAttributeFilterCheckTest (line 16) | class CustomAttributeFilterCheckTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testIsCustomPositive (line 44) | public function testIsCustomPositive($attributeFrontEndType) method dataProviderForIsCustomPositive (line 84) | public function dataProviderForIsCustomPositive() method testIsCustomNegative1 (line 92) | public function testIsCustomNegative1() method testIsCustomNegative2 (line 120) | public function testIsCustomNegative2() method testIsCustomNegative3 (line 157) | public function testIsCustomNegative3() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/FilterMapper/ExclusionStrategyTest.php class ExclusionStrategyTest (line 23) | class ExclusionStrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testApplyUsesFrontendPriceIndexerTableIfAttributeCodeIsPrice (line 86) | public function testApplyUsesFrontendPriceIndexerTableIfAttributeCodeI... FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/FilterMapper/FilterContextTest.php class FilterContextTest (line 23) | class FilterContextTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testApplyOnExclusionFilter (line 104) | public function testApplyOnExclusionFilter() method testApplyFilterWithoutAttribute (line 115) | public function testApplyFilterWithoutAttribute() method testApplyOnTermFilterBySelect (line 129) | public function testApplyOnTermFilterBySelect() method testApplyOnTermFilterByMultiSelect (line 148) | public function testApplyOnTermFilterByMultiSelect() method testApplyOnTermFilterByStaticAttribute (line 167) | public function testApplyOnTermFilterByStaticAttribute() method testApplyOnTermFilterByUnknownAttributeType (line 186) | public function testApplyOnTermFilterByUnknownAttributeType() method createFilterMock (line 206) | private function createFilterMock($field = null, $type = null) method createAttributeMock (line 226) | private function createAttributeMock($frontendInput = null, $backendTy... FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/FilterMapper/TermDropdownStrategyTest.php class TermDropdownStrategyTest (line 25) | class TermDropdownStrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testApply (line 63) | public function testApply() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/IndexBuilderTest.php class IndexBuilderTest (line 33) | class IndexBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testBuilder (line 128) | public function testBuilder() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/Indexer/IndexStructureTest.php class IndexStructureTest (line 16) | class IndexStructureTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testDelete (line 66) | public function testDelete() method testCreateWithEmptyFields (line 85) | public function testCreateWithEmptyFields() method createDimensionMock (line 108) | private function createDimensionMock($name, $value) method mockDropTable (line 129) | private function mockDropTable($callNumber, $tableName, $isTableExist) method mockFulltextTable (line 149) | private function mockFulltextTable($callNumber, $tableName) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/QueryChecker/FullTextSearchCheckTest.php class FullTextSearchCheckTest (line 9) | class FullTextSearchCheckTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | public function setUp() method testPositiveCheck (line 28) | public function testPositiveCheck($query, $errorMsg) method testNegativeCheck (line 42) | public function testNegativeCheck($query, $errorMsg) method testInvalidArgumentException1 (line 53) | public function testInvalidArgumentException1() method testInvalidArgumentException2 (line 70) | public function testInvalidArgumentException2() method positiveDataProvider (line 84) | public function positiveDataProvider() method negativeDataProvider (line 123) | public function negativeDataProvider() method getMatchQueryMock (line 159) | private function getMatchQueryMock() method getBoolQueryMock (line 176) | private function getBoolQueryMock() method getFilterQueryMock (line 193) | private function getFilterQueryMock() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/ReaderPluginTest.php class ReaderPluginTest (line 8) | class ReaderPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testAfterRead (line 32) | public function testAfterRead() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/DecimalTest.php class DecimalTest (line 18) | class DecimalTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetFilterData (line 36) | public function testGetFilterData() method testGetAggregationData (line 54) | public function testGetAggregationData() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/GeneralTest.php class GeneralTest (line 14) | class GeneralTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetFilterData (line 32) | public function testGetFilterData() method testGetAggregationData (line 49) | public function testGetAggregationData() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/GeneratorResolverTest.php class GeneratorResolverTest (line 12) | class GeneratorResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetSpecificGenerator (line 57) | public function testGetSpecificGenerator() method testGetFallbackGenerator (line 63) | public function testGetFallbackGenerator() method testGetInvalidGeneratorType (line 71) | public function testGetInvalidGeneratorType() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/PriceTest.php class PriceTest (line 19) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetFilterData (line 46) | public function testGetFilterData() method testGetAggregationData (line 64) | public function testGetAggregationData() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGeneratorTest.php class RequestGeneratorTest (line 15) | class RequestGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method attributesProvider (line 62) | public function attributesProvider() method testGenerate (line 129) | public function testGenerate($countResult, $attributeOptions) method createAttributeMock (line 194) | private function createAttributeMock($attributeOptions) method countVal (line 249) | private function countVal(&$value) FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/SelectContainer/SelectContainerBuilderTest.php class SelectContainerBuilderTest (line 27) | class SelectContainerBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | public function setUp() method testBuildByRequest (line 114) | public function testBuildByRequest() method mockQuery (line 196) | private function mockQuery() method mockFilters (line 206) | private function mockFilters() FILE: app/code/Magento/CatalogSearch/Test/Unit/Model/Search/TableMapperTest.php class TableMapperTest (line 26) | class TableMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testRequestHasNoFilters (line 101) | public function testRequestHasNoFilters() method testRequestHasDifferentFilters (line 127) | public function testRequestHasDifferentFilters() method testRequestHasSameFilters (line 176) | public function testRequestHasSameFilters() method testRequestHasUnAppliedFilters (line 226) | public function testRequestHasUnAppliedFilters() method getSelectMock (line 284) | private function getSelectMock() method getRequestMock (line 294) | private function getRequestMock() method getQueryMock (line 304) | private function getQueryMock() method getDifferentFiltersMock (line 314) | private function getDifferentFiltersMock() method getSameFiltersMock (line 337) | private function getSameFiltersMock() FILE: app/code/Magento/CatalogSearch/Test/Unit/Plugin/EnableEavIndexerTest.php class EnableEavIndexerTest (line 16) | class EnableEavIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testBeforeSave (line 51) | public function testBeforeSave() method testBeforeSaveMysqlSearchEngine (line 64) | public function testBeforeSaveMysqlSearchEngine() FILE: app/code/Magento/CatalogSearch/Test/Unit/Ui/DataProvider/Product/AddFulltextFilterToCollectionTest.php class AddFulltextFilterToCollectionTest (line 15) | class AddFulltextFilterToCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAddFilter (line 61) | public function testAddFilter() FILE: app/code/Magento/CatalogSearch/Ui/DataProvider/Product/AddFulltextFilterToCollection.php class AddFulltextFilterToCollection (line 15) | class AddFulltextFilterToCollection implements AddFilterToCollectionInte... method __construct (line 27) | public function __construct(SearchCollection $searchCollection) method addFilter (line 37) | public function addFilter(Collection $collection, $field, $condition =... FILE: app/code/Magento/CatalogUrlRewrite/Block/UrlKeyRenderer.php class UrlKeyRenderer (line 14) | class UrlKeyRenderer extends \Magento\Catalog\Block\Adminhtml\Form\Rende... method __construct (line 28) | public function __construct( method getElementHtml (line 40) | public function getElementHtml() FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/CanonicalUrlRewriteGenerator.php class CanonicalUrlRewriteGenerator (line 13) | class CanonicalUrlRewriteGenerator method __construct (line 29) | public function __construct( method generate (line 44) | public function generate($storeId, Category $category) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/ChildrenCategoriesProvider.php class ChildrenCategoriesProvider (line 10) | class ChildrenCategoriesProvider method getChildren (line 22) | public function getChildren(Category $category, $recursive = false) method getChildrenIds (line 36) | public function getChildrenIds(Category $category, $recursive = false) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/ChildrenUrlRewriteGenerator.php class ChildrenUrlRewriteGenerator (line 18) | class ChildrenUrlRewriteGenerator method __construct (line 46) | public function __construct( method generate (line 71) | public function generate($storeId, Category $category, $rootCategoryId... FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/CurrentUrlRewritesRegenerator.php class CurrentUrlRewritesRegenerator (line 11) | class CurrentUrlRewritesRegenerator method __construct (line 57) | public function __construct( method generate (line 86) | public function generate($storeId, \Magento\Catalog\Model\Category $ca... method generateForAutogenerated (line 113) | protected function generateForAutogenerated($url, $storeId, \Magento\C... method generateForCustom (line 138) | protected function generateForCustom($url, $storeId, \Magento\Catalog\... FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Category/Move.php class Move (line 17) | class Move method __construct (line 39) | public function __construct( method afterChangeParent (line 60) | public function afterChangeParent( method updateCategoryUrlKeyForStore (line 89) | private function updateCategoryUrlKeyForStore(Category $category) method isGlobalScope (line 103) | private function isGlobalScope($storeId) method updateUrlPathForChildren (line 114) | private function updateUrlPathForChildren($category) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Category/Remove.php class Remove (line 10) | class Remove method __construct (line 38) | public function __construct( method aroundDelete (line 61) | public function aroundDelete( method deleteRewritesForCategory (line 81) | protected function deleteRewritesForCategory($categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Category/UpdateUrlPath.php class UpdateUrlPath (line 22) | class UpdateUrlPath method __construct (line 50) | public function __construct( method afterSave (line 71) | public function afterSave( method isGlobalScope (line 105) | private function isGlobalScope(int $storeId): bool method updateUrlPathForCategory (line 117) | private function updateUrlPathForCategory(Category $category, Category... FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Storage.php class Storage (line 17) | class Storage method __construct (line 33) | public function __construct( method afterReplace (line 50) | public function afterReplace(StorageInterface $object, array $result, ... method beforeDeleteByData (line 75) | public function beforeDeleteByData(StorageInterface $object, array $data) method filterUrls (line 86) | protected function filterUrls(array $urls) method isCorrectUrl (line 113) | protected function isCorrectUrl(UrlRewrite $url) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/Group.php class Group (line 21) | class Group method __construct (line 61) | public function __construct( method afterSave (line 86) | public function afterSave( method generateProductUrls (line 119) | protected function generateProductUrls($websiteId, $originWebsiteId) method generateCategoryUrls (line 147) | protected function generateCategoryUrls($rootCategoryId, $storeIds) FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Store/View.php class View (line 24) | class View method __construct (line 63) | public function __construct( method beforeSave (line 83) | public function beforeSave( method afterSave (line 98) | public function afterSave( method generateProductUrls (line 130) | protected function generateProductUrls($websiteId, $originWebsiteId, $... method generateCategoryUrls (line 157) | protected function generateCategoryUrls($rootCategoryId, $storeId) method afterDelete (line 181) | public function afterDelete( FILE: app/code/Magento/CatalogUrlRewrite/Model/Category/Product.php class Product (line 10) | class Product extends AbstractModel method _construct (line 17) | protected function _construct() FILE: app/code/Magento/CatalogUrlRewrite/Model/CategoryBasedProductRewriteGenerator.php class CategoryBasedProductRewriteGenerator (line 17) | class CategoryBasedProductRewriteGenerator method __construct (line 27) | public function __construct( method generate (line 41) | public function generate(Product $product, Category $category, $rootCa... FILE: app/code/Magento/CatalogUrlRewrite/Model/CategoryProductUrlPathGenerator.php class CategoryProductUrlPathGenerator (line 15) | class CategoryProductUrlPathGenerator method __construct (line 25) | public function __construct( method generate (line 38) | public function generate(Product $product, $rootCategoryId = null) FILE: app/code/Magento/CatalogUrlRewrite/Model/CategoryUrlPathGenerator.php class CategoryUrlPathGenerator (line 14) | class CategoryUrlPathGenerator method __construct (line 53) | public function __construct( method getUrlPath (line 71) | public function getUrlPath($category, $parentCategory = null) method isNeedToGenerateUrlPathForParent (line 99) | protected function isNeedToGenerateUrlPathForParent($category) method getUrlPathWithSuffix (line 111) | public function getUrlPathWithSuffix($category, $storeId = null) method getCategoryUrlSuffix (line 125) | protected function getCategoryUrlSuffix($storeId = null) method getCanonicalUrlPath (line 146) | public function getCanonicalUrlPath($category) method getUrlKey (line 157) | public function getUrlKey($category) FILE: app/code/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGenerator.php class CategoryUrlRewriteGenerator (line 21) | class CategoryUrlRewriteGenerator method __construct (line 70) | public function __construct( method generate (line 97) | public function generate($category, $overrideStoreUrls = false, $rootC... method generateForGlobalScope (line 119) | protected function generateForGlobalScope( method isOverrideUrlsForStore (line 147) | protected function isOverrideUrlsForStore($storeId, $categoryId, $over... method updateCategoryUrlForStore (line 163) | protected function updateCategoryUrlForStore($storeId, Category $categ... method isGlobalScope (line 180) | protected function isGlobalScope($storeId) method generateForSpecificStoreView (line 193) | protected function generateForSpecificStoreView($storeId, Category $ca... FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DataCategoryHashMap.php class DataCategoryHashMap (line 15) | class DataCategoryHashMap implements HashMapInterface method __construct (line 36) | public function __construct( method getAllData (line 50) | public function getAllData($categoryId) method getData (line 62) | public function getData($categoryId, $key) method getAllCategoryChildrenIds (line 77) | private function getAllCategoryChildrenIds(CategoryInterface $category) method resetData (line 91) | public function resetData($categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DataCategoryUrlRewriteDatabaseMap.php class DataCategoryUrlRewriteDatabaseMap (line 16) | class DataCategoryUrlRewriteDatabaseMap implements DatabaseMapInterface method __construct (line 45) | public function __construct( method generateTableAdapter (line 61) | private function generateTableAdapter($categoryId) method generateData (line 75) | private function generateData($categoryId) method destroyTableAdapter (line 115) | public function destroyTableAdapter($categoryId) method getData (line 132) | public function getData($categoryId, $key) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DataCategoryUsedInProductsHashMap.php class DataCategoryUsedInProductsHashMap (line 13) | class DataCategoryUsedInProductsHashMap implements HashMapInterface method __construct (line 34) | public function __construct( method getAllData (line 49) | public function getAllData($categoryId) method getData (line 86) | public function getData($categoryId, $key) method resetData (line 98) | public function resetData($categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DataProductHashMap.php class DataProductHashMap (line 14) | class DataProductHashMap implements HashMapInterface method __construct (line 41) | public function __construct( method getAllData (line 57) | public function getAllData($categoryId) method getData (line 86) | public function getData($categoryId, $key) method resetData (line 98) | public function resetData($categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DataProductUrlRewriteDatabaseMap.php class DataProductUrlRewriteDatabaseMap (line 16) | class DataProductUrlRewriteDatabaseMap implements DatabaseMapInterface method __construct (line 45) | public function __construct( method generateTableAdapter (line 61) | private function generateTableAdapter($categoryId) method getData (line 71) | public function getData($categoryId, $key) method generateData (line 88) | private function generateData($categoryId) method destroyTableAdapter (line 124) | public function destroyTableAdapter($categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DatabaseMapInterface.php type DatabaseMapInterface (line 15) | interface DatabaseMapInterface method getData (line 28) | public function getData($categoryId, $key); method destroyTableAdapter (line 37) | public function destroyTableAdapter($categoryId); FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/DatabaseMapPool.php class DatabaseMapPool (line 13) | class DatabaseMapPool method __construct (line 30) | public function __construct( method getDataMap (line 43) | public function getDataMap($instanceName, $categoryId) method resetMap (line 70) | public function resetMap($instanceName, $categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/HashMapInterface.php type HashMapInterface (line 19) | interface HashMapInterface method getAllData (line 27) | public function getAllData($categoryId); method getData (line 36) | public function getData($categoryId, $key); method resetData (line 44) | public function resetData($categoryId); FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/HashMapPool.php class HashMapPool (line 13) | class HashMapPool method __construct (line 30) | public function __construct( method getDataMap (line 44) | public function getDataMap($instanceName, $categoryId) method resetMap (line 71) | public function resetMap($instanceName, $categoryId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Map/UrlRewriteFinder.php class UrlRewriteFinder (line 20) | class UrlRewriteFinder method __construct (line 51) | public function __construct( method findAllByData (line 73) | public function findAllByData($entityId, $storeId, $entityType, $rootC... method arrayToUrlRewriteObject (line 103) | private function arrayToUrlRewriteObject(array $data) method createUrlRewrite (line 117) | private function createUrlRewrite(array $data) FILE: app/code/Magento/CatalogUrlRewrite/Model/ObjectRegistry.php class ObjectRegistry (line 11) | class ObjectRegistry method __construct (line 23) | public function __construct($entities) method get (line 37) | public function get($entityId) method getList (line 47) | public function getList() FILE: app/code/Magento/CatalogUrlRewrite/Model/Product/AnchorUrlRewriteGenerator.php class AnchorUrlRewriteGenerator (line 23) | class AnchorUrlRewriteGenerator method __construct (line 45) | public function __construct( method generate (line 63) | public function generate($storeId, Product $product, ObjectRegistry $p... FILE: app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php class CanonicalUrlRewriteGenerator (line 14) | class CanonicalUrlRewriteGenerator method __construct (line 30) | public function __construct(ProductUrlPathGenerator $productUrlPathGen... method generate (line 43) | public function generate($storeId, Product $product) FILE: app/code/Magento/CatalogUrlRewrite/Model/Product/CategoriesUrlRewriteGenerator.php class CategoriesUrlRewriteGenerator (line 20) | class CategoriesUrlRewriteGenerator method __construct (line 36) | public function __construct( method generate (line 52) | public function generate($storeId, Product $product, ObjectRegistry $p... FILE: app/code/Magento/CatalogUrlRewrite/Model/Product/CurrentUrlRewritesRegenerator.php class CurrentUrlRewritesRegenerator (line 25) | class CurrentUrlRewritesRegenerator method __construct (line 83) | public function __construct( method generate (line 112) | public function generate($storeId, Product $product, ObjectRegistry $p... method generateAnchor (line 146) | public function generateAnchor( method generateForAutogenerated (line 190) | protected function generateForAutogenerated($url, $storeId, $category,... method generateForCustom (line 218) | protected function generateForCustom($url, $storeId, $category, $produ... method retrieveCategoryFromMetadata (line 244) | protected function retrieveCategoryFromMetadata($url, ObjectRegistry $... FILE: app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php class ProductScopeRewriteGenerator (line 26) | class ProductScopeRewriteGenerator method __construct (line 91) | public function __construct( method isGlobalScope (line 125) | public function isGlobalScope($storeId) method generateForGlobalScope (line 138) | public function generateForGlobalScope($productCategories, Product $pr... method generateForSpecificStoreView (line 168) | public function generateForSpecificStoreView($storeId, $productCategor... method isCategoryProperForGenerating (line 227) | public function isCategoryProperForGenerating(Category $category, $sto... method getCategoryWithOverriddenUrlKey (line 247) | private function getCategoryWithOverriddenUrlKey($storeId, Category $c... method isCategoryRewritesEnabled (line 266) | private function isCategoryRewritesEnabled() FILE: app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php class ProductUrlPathGenerator (line 21) | class ProductUrlPathGenerator method __construct (line 58) | public function __construct( method getUrlPath (line 78) | public function getUrlPath($product, $category = null) method prepareProductDefaultUrlKey (line 97) | protected function prepareProductDefaultUrlKey(Product $product) method getUrlPathWithSuffix (line 112) | public function getUrlPathWithSuffix($product, $storeId, $category = n... method getCanonicalUrlPath (line 124) | public function getCanonicalUrlPath($product, $category = null) method getUrlKey (line 136) | public function getUrlKey($product) method prepareProductUrlKey (line 148) | protected function prepareProductUrlKey(Product $product) method getProductUrlSuffix (line 162) | protected function getProductUrlSuffix($storeId = null) FILE: app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php class ProductUrlRewriteGenerator (line 21) | class ProductUrlRewriteGenerator method __construct (line 89) | public function __construct( method getProductScopeRewriteGenerator (line 111) | private function getProductScopeRewriteGenerator() method generate (line 128) | public function generate(Product $product, $rootCategoryId = null) method isGlobalScope (line 154) | protected function isGlobalScope($storeId) method generateForGlobalScope (line 168) | protected function generateForGlobalScope($productCategories, $product... method generateForSpecificStoreView (line 187) | protected function generateForSpecificStoreView( method isCategoryProperForGenerating (line 203) | protected function isCategoryProperForGenerating($category, $storeId) FILE: app/code/Magento/CatalogUrlRewrite/Model/Products/AdaptUrlRewritesToVisibilityAttribute.php class AdaptUrlRewritesToVisibilityAttribute (line 23) | class AdaptUrlRewritesToVisibilityAttribute method __construct (line 51) | public function __construct( method execute (line 70) | public function execute(array $productIds, int $visibility): void method getProductsByIds (line 115) | private function getProductsByIds(array $productIds): array FILE: app/code/Magento/CatalogUrlRewrite/Model/ResourceModel/Category/Product.php class Product (line 17) | class Product extends AbstractDb method _construct (line 41) | protected function _construct() method saveMultiple (line 52) | public function saveMultiple(array $insertData) method removeMultiple (line 72) | public function removeMultiple(array $removeData) method removeMultipleByProductCategory (line 90) | public function removeMultipleByProductCategory(array $filter) method prepareSelect (line 101) | private function prepareSelect($data) FILE: app/code/Magento/CatalogUrlRewrite/Model/ResourceModel/Category/ProductCollection.php class ProductCollection (line 10) | class ProductCollection extends AbstractCollection FILE: app/code/Magento/CatalogUrlRewrite/Model/Storage/DbStorage.php class DbStorage (line 17) | class DbStorage extends BaseDbStorage method prepareSelect (line 22) | protected function prepareSelect(array $data) FILE: app/code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php class DynamicStorage (line 26) | class DynamicStorage extends BaseDbStorage method __construct (line 46) | public function __construct( method prepareSelect (line 62) | protected function prepareSelect(array $data) method doFindOneByData (line 96) | protected function doFindOneByData(array $data) method doFindAllByData (line 116) | protected function doFindAllByData(array $data) method getCategoryUrlSuffix (line 145) | private function getCategoryUrlSuffix($storeId = null): string method findProductRewriteByRequestPath (line 160) | private function findProductRewriteByRequestPath(array $data): ?array method findProductRewritesByFilter (line 215) | private function findProductRewritesByFilter(array $data): array method getBaseName (line 255) | private function getBaseName($string): string FILE: app/code/Magento/CatalogUrlRewrite/Model/TableCleaner.php class TableCleaner (line 23) | class TableCleaner extends ConfigValue method __construct (line 43) | public function __construct( method afterSave (line 62) | public function afterSave() method clearOldData (line 73) | private function clearOldData(): void FILE: app/code/Magento/CatalogUrlRewrite/Model/UrlRewriteBunchReplacer.php class UrlRewriteBunchReplacer (line 10) | class UrlRewriteBunchReplacer method __construct (line 20) | public function __construct(UrlPersistInterface $urlPersist) method doBunchReplace (line 32) | public function doBunchReplace(array $urls, $bunchSize = 10000) FILE: app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php class AfterImportDataObserver (line 45) | class AfterImportDataObserver implements ObserverInterface method __construct (line 193) | public function __construct( method execute (line 232) | public function execute(Observer $observer) method _populateForUrlGeneration (line 254) | private function _populateForUrlGeneration($rowData) method isNeedToPopulateForUrlGeneration (line 299) | private function isNeedToPopulateForUrlGeneration($rowData, $newSku, $... method setStoreToProduct (line 323) | private function setStoreToProduct(Product $product, array $rowData) method addProductToImport (line 341) | private function addProductToImport($product, $storeId) method populateGlobalProduct (line 359) | private function populateGlobalProduct($product) method generateUrls (line 378) | private function generateUrls() method isGlobalScope (line 400) | private function isGlobalScope($storeId) method canonicalUrlRewriteGenerate (line 410) | private function canonicalUrlRewriteGenerate() method categoriesUrlRewriteGenerate (line 435) | private function categoriesUrlRewriteGenerate(): array method currentUrlRewritesRegenerate (line 471) | private function currentUrlRewritesRegenerate() method generateForAutogenerated (line 505) | private function generateForAutogenerated($url, $category) method generateForCustom (line 541) | private function generateForCustom($url, $category) method retrieveCategoryFromMetadata (line 575) | private function retrieveCategoryFromMetadata($url) method getCategoryById (line 593) | private function getCategoryById($categoryId, $storeId) method isCategoryRewritesEnabled (line 614) | private function isCategoryRewritesEnabled() method getParentCategoriesUrlRewrites (line 628) | private function getParentCategoriesUrlRewrites(array $categoryIds, in... FILE: app/code/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteMovingObserver.php class CategoryProcessUrlRewriteMovingObserver (line 23) | class CategoryProcessUrlRewriteMovingObserver implements ObserverInterface method __construct (line 69) | public function __construct( method execute (line 96) | public function execute(\Magento\Framework\Event\Observer $observer) method resetUrlRewritesDataMaps (line 127) | private function resetUrlRewritesDataMaps($category) method isCategoryRewritesEnabled (line 139) | private function isCategoryRewritesEnabled() FILE: app/code/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteSavingObserver.php class CategoryProcessUrlRewriteSavingObserver (line 25) | class CategoryProcessUrlRewriteSavingObserver implements ObserverInterface method __construct (line 71) | public function __construct( method execute (line 100) | public function execute(\Magento\Framework\Event\Observer $observer) method isCategoryHasChanged (line 143) | private function isCategoryHasChanged(Category $category): bool method isChangedOnlyProduct (line 159) | private function isChangedOnlyProduct(Category $category): bool method setCategoryStoreId (line 179) | private function setCategoryStoreId($category) method resetUrlRewritesDataMaps (line 198) | private function resetUrlRewritesDataMaps($category) method isCategoryRewritesEnabled (line 210) | private function isCategoryRewritesEnabled() FILE: app/code/Magento/CatalogUrlRewrite/Observer/CategorySaveRewritesHistorySetterObserver.php class CategorySaveRewritesHistorySetterObserver (line 12) | class CategorySaveRewritesHistorySetterObserver implements ObserverInter... method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/CategoryUrlPathAutogeneratorObserver.php class CategoryUrlPathAutogeneratorObserver (line 21) | class CategoryUrlPathAutogeneratorObserver implements ObserverInterface method __construct (line 64) | public function __construct( method execute (line 88) | public function execute(\Magento\Framework\Event\Observer $observer) method updateUrlKey (line 113) | private function updateUrlKey($category, $urlKey) method getInvalidValues (line 144) | private function getInvalidValues() method updateUrlPathForChildren (line 155) | protected function updateUrlPathForChildren(Category $category) method isGlobalScope (line 191) | protected function isGlobalScope($storeId) method updateUrlPathForCategory (line 204) | protected function updateUrlPathForCategory(Category $category, Catego... FILE: app/code/Magento/CatalogUrlRewrite/Observer/ClearProductUrlsObserver.php class ClearProductUrlsObserver (line 18) | class ClearProductUrlsObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/ProcessUrlRewriteOnChangeProductVisibilityObserver.php class ProcessUrlRewriteOnChangeProductVisibilityObserver (line 19) | class ProcessUrlRewriteOnChangeProductVisibilityObserver implements Obse... method __construct (line 29) | public function __construct(AdaptUrlRewritesToVisibilityAttribute $ada... method execute (line 41) | public function execute(Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteRemovingObserver.php class ProductProcessUrlRewriteRemovingObserver (line 13) | class ProductProcessUrlRewriteRemovingObserver implements ObserverInterface method __construct (line 23) | public function __construct( method execute (line 35) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php class ProductProcessUrlRewriteSavingObserver (line 18) | class ProductProcessUrlRewriteSavingObserver implements ObserverInterface method __construct (line 40) | public function __construct( method execute (line 58) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/ProductToWebsiteChangeObserver.php class ProductToWebsiteChangeObserver (line 22) | class ProductToWebsiteChangeObserver implements ObserverInterface method __construct (line 56) | public function __construct( method execute (line 77) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/ProductUrlKeyAutogeneratorObserver.php class ProductUrlKeyAutogeneratorObserver (line 13) | class ProductUrlKeyAutogeneratorObserver implements ObserverInterface method __construct (line 23) | public function __construct(ProductUrlPathGenerator $productUrlPathGen... method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/CatalogUrlRewrite/Observer/UrlRewriteHandler.php class UrlRewriteHandler (line 32) | class UrlRewriteHandler method __construct (line 102) | public function __construct( method generateProductUrlRewrites (line 138) | public function generateProductUrlRewrites(Category $category): array method updateProductUrlRewritesForChangedProduct (line 183) | public function updateProductUrlRewritesForChangedProduct(Category $ca... method deleteCategoryRewritesForChildren (line 205) | public function deleteCategoryRewritesForChildren(Category $category) method getCategoryProductsUrlRewrites (line 234) | private function getCategoryProductsUrlRewrites( method getProducts (line 277) | private function getProducts(Collection $collection): \Generator method generateChangedProductUrls (line 301) | private function generateChangedProductUrls( method getCategoryStoreIds (line 349) | private function getCategoryStoreIds(Category $category): array FILE: app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Category/Tab/Attributes.php class Attributes (line 11) | class Attributes method afterGetAttributesMeta (line 19) | public function afterGetAttributesMeta( FILE: app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes.php class Attributes (line 8) | class Attributes method afterSetForm (line 15) | public function afterSetForm( FILE: app/code/Magento/CatalogUrlRewrite/Plugin/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php class Helper (line 8) | class Helper method __construct (line 18) | public function __construct( method afterInitialize (line 30) | public function afterInitialize( FILE: app/code/Magento/CatalogUrlRewrite/Plugin/DynamicCategoryRewrites.php class DynamicCategoryRewrites (line 18) | class DynamicCategoryRewrites method __construct (line 34) | public function __construct( method isCategoryRewritesEnabled (line 47) | private function isCategoryRewritesEnabled(): bool method proxy (line 60) | private function proxy(callable $proceed, array $data, string $functio... method aroundFindOneByData (line 78) | public function aroundFindOneByData(DbStorage $subject, callable $proc... method aroundFindAllByData (line 92) | public function aroundFindAllByData(DbStorage $subject, callable $proc... FILE: app/code/Magento/CatalogUrlRewrite/Plugin/Webapi/Controller/Rest/InputParamsResolver.php class InputParamsResolver (line 19) | class InputParamsResolver method __construct (line 29) | public function __construct(RestRequest $request) method afterResolve (line 42) | public function afterResolve(\Magento\Webapi\Controller\Rest\InputPara... method isProductSaveCalled (line 73) | private function isProductSaveCalled(string $serviceClassName, string ... method isCustomAttributesExists (line 84) | private function isCustomAttributesExists(array $requestBodyParams): bool FILE: app/code/Magento/CatalogUrlRewrite/Service/V1/StoreViewService.php class StoreViewService (line 16) | class StoreViewService method __construct (line 37) | public function __construct( method doesEntityHaveOverriddenUrlKeyForStore (line 54) | public function doesEntityHaveOverriddenUrlKeyForStore($storeId, $enti... method doesEntityHaveOverriddenUrlPathForStore (line 68) | public function doesEntityHaveOverriddenUrlPathForStore($storeId, $ent... method doesEntityHaveOverriddenUrlAttributeForStore (line 83) | protected function doesEntityHaveOverriddenUrlAttributeForStore($store... method getMetadataPool (line 110) | private function getMetadataPool() FILE: app/code/Magento/CatalogUrlRewrite/Setup/Patch/Data/CreateUrlAttributes.php class CreateUrlAttributes (line 20) | class CreateUrlAttributes implements DataPatchInterface, PatchVersionInt... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 111) | public static function getDependencies() method getVersion (line 119) | public static function getVersion() method getAliases (line 127) | public function getAliases() FILE: app/code/Magento/CatalogUrlRewrite/Setup/Patch/Data/UpdateUrlKeySearchable.php class UpdateUrlKeySearchable (line 17) | class UpdateUrlKeySearchable implements DataPatchInterface method __construct (line 33) | public function __construct( method apply (line 44) | public function apply() method getDependencies (line 67) | public static function getDependencies() method getAliases (line 75) | public function getAliases() FILE: app/code/Magento/CatalogUrlRewrite/Setup/Recurring.php class Recurring (line 20) | class Recurring implements InstallSchemaInterface method __construct (line 36) | public function __construct( method install (line 47) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/CanonicalUrlRewriteGeneratorTest.php class CanonicalUrlRewriteGeneratorTest (line 12) | class CanonicalUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGenerate (line 50) | public function testGenerate() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/ChildrenCategoriesProviderTest.php class ChildrenCategoriesProviderTest (line 11) | class ChildrenCategoriesProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetChildrenRecursive (line 54) | public function testGetChildrenRecursive() method testGetChildrenForNewCategory (line 63) | public function testGetChildrenForNewCategory() method testGetChildren (line 69) | public function testGetChildren() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/ChildrenUrlRewriteGeneratorTest.php class ChildrenUrlRewriteGeneratorTest (line 11) | class ChildrenUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testNoChildrenCategories (line 74) | public function testNoChildrenCategories() method testGenerate (line 82) | public function testGenerate() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/CurrentUrlRewritesRegeneratorTest.php class CurrentUrlRewritesRegeneratorTest (line 14) | class CurrentUrlRewritesRegeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testIsAutogeneratedWithoutSaveRewriteHistory (line 71) | public function testIsAutogeneratedWithoutSaveRewriteHistory() method testSkipGenerationForAutogenerated (line 84) | public function testSkipGenerationForAutogenerated() method testIsAutogenerated (line 107) | public function testIsAutogenerated() method testSkipGenerationForCustom (line 144) | public function testSkipGenerationForCustom() method testGenerationForCustomWithoutTargetPathGeneration (line 169) | public function testGenerationForCustomWithoutTargetPathGeneration() method testGenerationForCustomWithTargetPathGeneration (line 205) | public function testGenerationForCustomWithTargetPathGeneration() method getCurrentRewritesMocks (line 246) | protected function getCurrentRewritesMocks($currentRewrites) method prepareUrlRewriteMock (line 271) | protected function prepareUrlRewriteMock( FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/Category/MoveTest.php class MoveTest (line 16) | class MoveTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testAfterChangeParent (line 87) | public function testAfterChangeParent() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/Category/RemoveTest.php class RemoveTest (line 15) | class RemoveTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testAroundDelete (line 61) | public function testAroundDelete() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/Category/UpdateUrlPathTest.php class UpdateUrlPathTest (line 22) | class UpdateUrlPathTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testAroundSaveWithoutRootCategory (line 117) | public function testAroundSaveWithoutRootCategory() method testAroundSaveWithRootCategory (line 130) | public function testAroundSaveWithRootCategory() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/StorageTest.php class StorageTest (line 19) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testAfterReplace (line 80) | public function testAfterReplace() method testBeforeDeleteByData (line 101) | public function testBeforeDeleteByData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/Store/GroupTest.php class GroupTest (line 23) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method testAfterSave (line 132) | public function testAfterSave() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Category/Plugin/Store/ViewTest.php class ViewTest (line 24) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 86) | protected function setUp() method testAfterSave (line 138) | public function testAfterSave() method testAfterDelete (line 190) | public function testAfterDelete() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/CategoryBasedProductRewriteGeneratorTest.php class CategoryBasedProductRewriteGeneratorTest (line 16) | class CategoryBasedProductRewriteGeneratorTest extends \PHPUnit\Framewor... method setUp (line 28) | public function setUp() method testGenerationWithGlobalScope (line 39) | public function testGenerationWithGlobalScope() method testGenerationWithSpecificStore (line 69) | public function testGenerationWithSpecificStore() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/CategoryProductUrlPathGeneratorTest.php class CategoryProductUrlPathGeneratorTest (line 17) | class CategoryProductUrlPathGeneratorTest extends \PHPUnit\Framework\Tes... method setUp (line 29) | public function setUp() method testGenerationWithGlobalScope (line 40) | public function testGenerationWithGlobalScope() method testGenerationWithSpecificStore (line 77) | public function testGenerationWithSpecificStore() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/CategoryUrlPathGeneratorTest.php class CategoryUrlPathGeneratorTest (line 13) | class CategoryUrlPathGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetUrlPath (line 70) | public function testGetUrlPath( method getUrlPathDataProvider (line 93) | public function getUrlPathDataProvider() method getUrlPathWithParentDataProvider (line 107) | public function getUrlPathWithParentDataProvider() method testGetUrlPathWithParent (line 127) | public function testGetUrlPathWithParent( method getUrlPathWithSuffixDataProvider (line 163) | public function getUrlPathWithSuffixDataProvider() method testGetUrlPathWithSuffixAndStore (line 179) | public function testGetUrlPathWithSuffixAndStore($urlPath, $storeId, $... method testGetUrlPathWithSuffixWithoutStore (line 198) | public function testGetUrlPathWithSuffixWithoutStore() method testGetCanonicalUrlPath (line 225) | public function testGetCanonicalUrlPath() method getUrlKeyDataProvider (line 237) | public function getUrlKeyDataProvider() method testGetUrlKey (line 251) | public function testGetUrlKey($urlKey, $name, $result) FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/CategoryUrlRewriteGeneratorTest.php class CategoryUrlRewriteGeneratorTest (line 16) | class CategoryUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGenerationForGlobalScope (line 102) | public function testGenerationForGlobalScope() method testGenerationForSpecificStore (line 149) | public function testGenerationForSpecificStore() method testSkipGenerationForGlobalScope (line 172) | public function testSkipGenerationForGlobalScope() method testSkipGenerationForGlobalScopeWithCategory (line 184) | public function testSkipGenerationForGlobalScopeWithCategory() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/DataCategoryHashMapTest.php class DataCategoryHashMapTest (line 20) | class DataCategoryHashMapTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetAllData (line 56) | public function testGetAllData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/DataCategoryUrlRewriteDatabaseMapTest.php class DataCategoryUrlRewriteDatabaseMapTest (line 22) | class DataCategoryUrlRewriteDatabaseMapTest extends \PHPUnit\Framework\T... method setUp (line 42) | protected function setUp() method testGetAllData (line 67) | public function testGetAllData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/DataCategoryUsedInProductsHashMapTest.php class DataCategoryUsedInProductsHashMapTest (line 20) | class DataCategoryUsedInProductsHashMapTest extends \PHPUnit\Framework\T... method setUp (line 37) | protected function setUp() method testGetAllData (line 67) | public function testGetAllData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/DataProductHashMapTest.php class DataProductHashMapTest (line 20) | class DataProductHashMapTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetAllData (line 71) | public function testGetAllData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/DataProductUrlRewriteDatabaseMapTest.php class DataProductUrlRewriteDatabaseMapTest (line 20) | class DataProductUrlRewriteDatabaseMapTest extends \PHPUnit\Framework\Te... method setUp (line 37) | protected function setUp() method testGetAllData (line 61) | public function testGetAllData() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/HashMapPoolTest.php class HashMapPoolTest (line 18) | class HashMapPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetDataMap (line 41) | public function testGetDataMap() method testGetDataMapException (line 79) | public function testGetDataMapException() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Map/UrlRewriteFinderTest.php class UrlRewriteFinderTest (line 23) | class UrlRewriteFinderTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetByIdentifiersFallback (line 74) | public function testGetByIdentifiersFallback() method testGetByIdentifiersProduct (line 96) | public function testGetByIdentifiersProduct() method testGetByIdentifiersCategory (line 134) | public function testGetByIdentifiersCategory() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/ObjectRegistryTest.php class ObjectRegistryTest (line 11) | class ObjectRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGet (line 28) | public function testGet() method testGetNotExistObject (line 33) | public function testGetNotExistObject() method testGetList (line 38) | public function testGetList() method testGetEmptyList (line 43) | public function testGetEmptyList() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Product/AnchorUrlRewriteGeneratorTest.php class AnchorUrlRewriteGeneratorTest (line 11) | class AnchorUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGenerateEmpty (line 61) | public function testGenerateEmpty() method testGenerateCategories (line 71) | public function testGenerateCategories() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Product/CanonicalUrlRewriteGeneratorTest.php class CanonicalUrlRewriteGeneratorTest (line 11) | class CanonicalUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGenerate (line 54) | public function testGenerate() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Product/CategoriesUrlRewriteGeneratorTest.php class CategoriesUrlRewriteGeneratorTest (line 12) | class CategoriesUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGenerateEmpty (line 55) | public function testGenerateEmpty() method testGenerateCategories (line 65) | public function testGenerateCategories() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/Product/CurrentUrlRewritesRegeneratorTest.php class CurrentUrlRewritesRegeneratorTest (line 16) | class CurrentUrlRewritesRegeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testIsAutogeneratedWithoutSaveRewriteHistory (line 82) | public function testIsAutogeneratedWithoutSaveRewriteHistory() method testSkipGenerationForAutogenerated (line 95) | public function testSkipGenerationForAutogenerated() method testIsAutogeneratedWithoutCategory (line 112) | public function testIsAutogeneratedWithoutCategory() method testIsAutogeneratedWithCategory (line 154) | public function testIsAutogeneratedWithCategory() method testSkipGenerationForCustom (line 197) | public function testSkipGenerationForCustom() method testGenerationForCustomWithoutTargetPathGeneration (line 216) | public function testGenerationForCustomWithoutTargetPathGeneration() method testGenerationForCustomWithTargetPathGeneration (line 254) | public function testGenerationForCustomWithTargetPathGeneration() method getCurrentRewritesMocks (line 288) | protected function getCurrentRewritesMocks($currentRewrites) method prepareUrlRewriteMock (line 315) | protected function prepareUrlRewriteMock( FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/ProductScopeRewriteGeneratorTest.php class ProductScopeRewriteGeneratorTest (line 18) | class ProductScopeRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | public function setUp() method testGenerationForGlobalScope (line 121) | public function testGenerationForGlobalScope() method testGenerationForSpecificStore (line 166) | public function testGenerationForSpecificStore() method testSkipGenerationForGlobalScope (line 200) | public function testSkipGenerationForGlobalScope() method initObjectRegistryFactory (line 213) | protected function initObjectRegistryFactory($entities) method testIsCategoryProperForGenerating (line 229) | public function testIsCategoryProperForGenerating($parentIds, $expecte... method isCategoryProperForGeneratingDataProvider (line 248) | public function isCategoryProperForGeneratingDataProvider() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/ProductUrlPathGeneratorTest.php class ProductUrlPathGeneratorTest (line 17) | class ProductUrlPathGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp(): void method getUrlPathDataProvider (line 80) | public function getUrlPathDataProvider(): array method testGetUrlPath (line 99) | public function testGetUrlPath($urlKey, $productName, $formatterCalled... method testGetUrlKey (line 117) | public function testGetUrlKey($productUrlKey, $expectedUrlKey): void method getUrlKeyDataProvider (line 127) | public function getUrlKeyDataProvider(): array method testGetUrlPathDefaultUrlKey (line 142) | public function testGetUrlPathDefaultUrlKey($storedUrlKey, $productNam... method getUrlPathDefaultUrlKeyDataProvider (line 155) | public function getUrlPathDefaultUrlKeyDataProvider(): array method testGetUrlPathWithCategory (line 166) | public function testGetUrlPathWithCategory(): void method testGetUrlPathWithSuffix (line 182) | public function testGetUrlPathWithSuffix(): void method testGetUrlPathWithSuffixAndCategoryAndStore (line 203) | public function testGetUrlPathWithSuffixAndCategoryAndStore(): void method testGetCanonicalUrlPath (line 224) | public function testGetCanonicalUrlPath(): void method testGetCanonicalUrlPathWithCategory (line 237) | public function testGetCanonicalUrlPathWithCategory(): void FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/ProductUrlRewriteGeneratorTest.php class ProductUrlRewriteGeneratorTest (line 17) | class ProductUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGenerate (line 104) | public function testGenerate() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/UrlRewriteBunchReplacerTest.php class UrlRewriteBunchReplacerTest (line 11) | class UrlRewriteBunchReplacerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testDoBunchReplace (line 31) | public function testDoBunchReplace() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/AfterImportDataObserverTest.php class AfterImportDataObserverTest (line 23) | class AfterImportDataObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 154) | protected function setUp() method testAfterImportData (line 277) | public function testAfterImportData() method testCanonicalUrlRewriteGenerateWithUrlPath (line 424) | public function testCanonicalUrlRewriteGenerateWithUrlPath() method testCanonicalUrlRewriteGenerateWithEmptyUrlPath (line 495) | public function testCanonicalUrlRewriteGenerateWithEmptyUrlPath() method testCategoriesUrlRewriteGenerate (line 526) | public function testCategoriesUrlRewriteGenerate() method setPropertyValue (line 643) | protected function setPropertyValue($object, $property, $value) method invokeMethod (line 657) | protected function invokeMethod($object, $methodName, array $parameter... method currentUrlRewritesRegeneratorPrepareUrlRewriteMock (line 675) | protected function currentUrlRewritesRegeneratorPrepareUrlRewriteMock( method currentUrlRewritesRegeneratorGetCurrentRewritesMocks (line 709) | protected function currentUrlRewritesRegeneratorGetCurrentRewritesMock... FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/CategoryProcessUrlRewriteMovingObserverTest.php class CategoryProcessUrlRewriteMovingObserverTest (line 29) | class CategoryProcessUrlRewriteMovingObserverTest extends \PHPUnit\Frame... method setUp (line 64) | protected function setUp() method testCategoryProcessUrlRewriteAfterMovingWithChangedParentId (line 93) | public function testCategoryProcessUrlRewriteAfterMovingWithChangedPar... method testCategoryProcessUrlRewriteAfterMovingWithinNotChangedParent (line 132) | public function testCategoryProcessUrlRewriteAfterMovingWithinNotChang... FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/CategoryProcessUrlRewriteSavingObserverTest.php class CategoryProcessUrlRewriteSavingObserverTest (line 23) | class CategoryProcessUrlRewriteSavingObserverTest extends \PHPUnit\Frame... method setUp (line 73) | protected function setUp() method testExecuteForRootDirectory (line 132) | public function testExecuteForRootDirectory() method testExecuteHasStoreId (line 143) | public function testExecuteHasStoreId() method testExecuteHasNotChanges (line 169) | public function testExecuteHasNotChanges() method testExecuteHasChanges (line 197) | public function testExecuteHasChanges() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/CategoryUrlPathAutogeneratorObserverTest.php class CategoryUrlPathAutogeneratorObserverTest (line 11) | class CategoryUrlPathAutogeneratorObserverTest extends \PHPUnit\Framewor... method setUp (line 51) | protected function setUp() method testShouldFormatUrlKeyAndGenerateUrlPathIfUrlKeyIsNotUsingDefaultValue (line 94) | public function testShouldFormatUrlKeyAndGenerateUrlPathIfUrlKeyIsNotU... method shouldFormatUrlKeyAndGenerateUrlPathIfUrlKeyIsNotUsingDefaultValueDataProvider (line 114) | public function shouldFormatUrlKeyAndGenerateUrlPathIfUrlKeyIsNotUsing... method testShouldResetUrlPathAndUrlKeyIfUrlKeyIsUsingDefaultValue (line 127) | public function testShouldResetUrlPathAndUrlKeyIfUrlKeyIsUsingDefaultV... method shouldResetUrlPathAndUrlKeyIfUrlKeyIsUsingDefaultValueDataProvider (line 143) | public function shouldResetUrlPathAndUrlKeyIfUrlKeyIsUsingDefaultValue... method testShouldThrowExceptionIfUrlKeyIsEmpty (line 157) | public function testShouldThrowExceptionIfUrlKeyIsEmpty($useDefaultUrl... method shouldThrowExceptionIfUrlKeyIsEmptyDataProvider (line 177) | public function shouldThrowExceptionIfUrlKeyIsEmptyDataProvider() method testUrlPathAttributeUpdating (line 186) | public function testUrlPathAttributeUpdating() method testChildrenUrlPathAttributeNoUpdatingIfParentUrlPathIsNotChanged (line 200) | public function testChildrenUrlPathAttributeNoUpdatingIfParentUrlPathI... method testChildrenUrlPathAttributeUpdatingForSpecificStore (line 217) | public function testChildrenUrlPathAttributeUpdatingForSpecificStore() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/ClearProductUrlsObserverTest.php class ClearProductUrlsObserverTest (line 19) | class ClearProductUrlsObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testClearProductUrls (line 106) | public function testClearProductUrls() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/ProductProcessUrlRewriteSavingObserverTest.php class ProductProcessUrlRewriteSavingObserverTest (line 19) | class ProductProcessUrlRewriteSavingObserverTest extends \PHPUnit\Framew... method setUp (line 59) | protected function setUp() method urlKeyDataProvider (line 97) | public function urlKeyDataProvider() method testExecuteUrlKey (line 162) | public function testExecuteUrlKey( FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/ProductUrlKeyAutogeneratorObserverTest.php class ProductUrlKeyAutogeneratorObserverTest (line 16) | class ProductUrlKeyAutogeneratorObserverTest extends \PHPUnit\Framework\... method setUp (line 29) | protected function setUp(): void method testExecuteWithUrlKey (line 47) | public function testExecuteWithUrlKey(): void method testExecuteWithEmptyUrlKey (line 76) | public function testExecuteWithEmptyUrlKey(): void FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/UrlRewriteHandlerTest.php class UrlRewriteHandlerTest (line 24) | class UrlRewriteHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testGenerateProductUrlRewrites (line 126) | public function testGenerateProductUrlRewrites() method testDeleteCategoryRewritesForChildren (line 196) | public function testDeleteCategoryRewritesForChildren() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Plugin/Webapi/Controller/Rest/InputParamsResolverTest.php class InputParamsResolverTest (line 22) | class InputParamsResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testAfterResolve (line 102) | public function testAfterResolve() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Service/V1/StoreViewServiceTest.php class StoreViewServiceTest (line 10) | class StoreViewServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method isRootCategoryForStoreDataProvider (line 52) | public function isRootCategoryForStoreDataProvider() method overriddenUrlKeyForStoreDataProvider (line 64) | public function overriddenUrlKeyForStoreDataProvider() method testDoesEntityHaveOverriddenUrlKeyForStore (line 79) | public function testDoesEntityHaveOverriddenUrlKeyForStore($storeId, $... method testInvalidAttributeRetrieve (line 118) | public function testInvalidAttributeRetrieve() FILE: app/code/Magento/CatalogUrlRewrite/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ProductUrlRewriteTest.php class ProductUrlRewriteTest (line 16) | class ProductUrlRewriteTest extends AbstractModifierTest method setUp (line 23) | protected function setUp() method createModel (line 33) | protected function createModel() method testModifyMeta (line 42) | public function testModifyMeta() method testModifyData (line 62) | public function testModifyData() FILE: app/code/Magento/CatalogUrlRewrite/Ui/DataProvider/Product/Form/Modifier/ProductUrlRewrite.php class ProductUrlRewrite (line 21) | class ProductUrlRewrite extends AbstractModifier method __construct (line 45) | public function __construct( method modifyMeta (line 58) | public function modifyMeta(array $meta) method modifyData (line 70) | public function modifyData(array $data) method addUrlRewriteCheckbox (line 81) | protected function addUrlRewriteCheckbox(array $meta) FILE: app/code/Magento/CatalogUrlRewriteGraphQl/Model/Resolver/CategoryUrlSuffix.php class CategoryUrlSuffix (line 20) | class CategoryUrlSuffix implements ResolverInterface method __construct (line 44) | public function __construct(ScopeConfigInterface $scopeConfig) method resolve (line 52) | public function resolve( method getCategoryUrlSuffix (line 71) | private function getCategoryUrlSuffix(int $storeId): string FILE: app/code/Magento/CatalogUrlRewriteGraphQl/Model/Resolver/ProductUrlSuffix.php class ProductUrlSuffix (line 20) | class ProductUrlSuffix implements ResolverInterface method __construct (line 44) | public function __construct(ScopeConfigInterface $scopeConfig) method resolve (line 52) | public function resolve( method getProductUrlSuffix (line 71) | private function getProductUrlSuffix(int $storeId): string FILE: app/code/Magento/CatalogUrlRewriteGraphQl/Model/Resolver/UrlRewrite/CatalogUrlResolverIdentity.php class CatalogUrlResolverIdentity (line 15) | class CatalogUrlResolverIdentity implements IdentityInterface method getIdentities (line 29) | public function getIdentities(array $resolvedData): array method getTagFromEntityType (line 48) | private function getTagFromEntityType(string $entityType) : string FILE: app/code/Magento/CatalogWidget/Block/Product/ProductsList.php class ProductsList (line 40) | class ProductsList extends AbstractProduct implements BlockInterface, Id... method __construct (line 153) | public function __construct( method _construct (line 188) | protected function _construct() method getCacheKeyInfo (line 214) | public function getCacheKeyInfo() method getProductPriceHtml (line 240) | public function getProductPriceHtml( method getDetailsRendererList (line 281) | protected function getDetailsRendererList() method getAddToCartPostParams (line 301) | public function getAddToCartPostParams(Product $product) method _beforeToHtml (line 316) | protected function _beforeToHtml() method createCollection (line 329) | public function createCollection() method updateAnchorCategoryConditions (line 365) | private function updateAnchorCategoryConditions(array $condition): array method getConditions (line 392) | protected function getConditions() method getProductsCount (line 423) | public function getProductsCount() method getProductsPerPage (line 441) | public function getProductsPerPage() method showPager (line 454) | public function showPager() method getPageSize (line 467) | protected function getPageSize() method getPagerHtml (line 478) | public function getPagerHtml() method getIdentities (line 507) | public function getIdentities() method getTitle (line 526) | public function getTitle() method getPriceCurrency (line 537) | private function getPriceCurrency() method getAddToCartUrl (line 549) | public function getAddToCartUrl($product, $additional = []) method getWidgetPagerBlockName (line 567) | private function getWidgetPagerBlockName() FILE: app/code/Magento/CatalogWidget/Block/Product/Widget/Conditions.php class Conditions (line 19) | class Conditions extends Template implements RendererInterface method __construct (line 64) | public function __construct( method _construct (line 82) | protected function _construct() method render (line 100) | public function render(AbstractElement $element) method getNewChildUrl (line 110) | public function getNewChildUrl() method getElement (line 120) | public function getElement() method getHtmlId (line 128) | public function getHtmlId() method getInputHtml (line 136) | public function getInputHtml() FILE: app/code/Magento/CatalogWidget/Controller/Adminhtml/Product/Widget.php class Widget (line 13) | abstract class Widget extends Action FILE: app/code/Magento/CatalogWidget/Controller/Adminhtml/Product/Widget/Conditions.php class Conditions (line 13) | class Conditions extends \Magento\CatalogWidget\Controller\Adminhtml\Pro... method __construct (line 24) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/CatalogWidget/Model/Rule.php class Rule (line 17) | class Rule extends \Magento\Rule\Model\AbstractModel method __construct (line 41) | public function __construct( method getConditionsInstance (line 72) | public function getConditionsInstance() method getActionsInstance (line 80) | public function getActionsInstance() FILE: app/code/Magento/CatalogWidget/Model/Rule/Condition/Combine.php class Combine (line 11) | class Combine extends \Magento\Rule\Model\Condition\Combine method __construct (line 34) | public function __construct( method getNewChildSelectOptions (line 49) | public function getNewChildSelectOptions() method collectValidatedAttributes (line 81) | public function collectValidatedAttributes($productCollection) FILE: app/code/Magento/CatalogWidget/Model/Rule/Condition/Product.php class Product (line 20) | class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct method __construct (line 53) | public function __construct( method loadAttributeOptions (line 84) | public function loadAttributeOptions() method _addSpecialAttributes (line 115) | protected function _addSpecialAttributes(array &$attributes) method addToCollection (line 127) | public function addToCollection($collection) method addGlobalAttribute (line 174) | protected function addGlobalAttribute( method addNotGlobalAttribute (line 212) | protected function addNotGlobalAttribute( method getMappedSqlField (line 250) | public function getMappedSqlField() method collectValidatedAttributes (line 272) | public function collectValidatedAttributes($productCollection) FILE: app/code/Magento/CatalogWidget/Test/Unit/Block/Product/ProductsListTest.php class ProductsListTest (line 19) | class ProductsListTest extends \PHPUnit\Framework\TestCase method setUp (line 86) | protected function setUp() method testGetCacheKeyInfo (line 132) | public function testGetCacheKeyInfo() method testGetProductPriceHtml (line 179) | public function testGetProductPriceHtml() method testGetPagerHtmlEmpty (line 213) | public function testGetPagerHtmlEmpty() method testGetPagerHtml (line 218) | public function testGetPagerHtml() method testCreateCollection (line 265) | public function testCreateCollection($pagerEnable, $productsCount, $pr... method createCollectionDataProvider (line 325) | public function createCollectionDataProvider() method testGetProductsCount (line 343) | public function testGetProductsCount() method testGetProductsPerPage (line 350) | public function testGetProductsPerPage() method testGetDefaultProductsPerPage (line 356) | public function testGetDefaultProductsPerPage() method testShowPager (line 361) | public function testShowPager() method testGetIdentities (line 368) | public function testGetIdentities() method getConditionsForCollection (line 399) | private function getConditionsForCollection($collection) method testGetTitle (line 414) | public function testGetTitle() method testGetNonDefaultTitle (line 419) | public function testGetNonDefaultTitle() method testScope (line 425) | public function testScope() FILE: app/code/Magento/CatalogWidget/Test/Unit/Block/Product/Widget/ConditionsTest.php class ConditionsTest (line 20) | class ConditionsTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testConstructWithEmptyData (line 84) | public function testConstructWithEmptyData() method testConstructWithWidgetInstance (line 112) | public function testConstructWithWidgetInstance() method testConstructWithParamsFromBlock (line 150) | public function testConstructWithParamsFromBlock() method testRender (line 184) | public function testRender() FILE: app/code/Magento/CatalogWidget/Test/Unit/Controller/Adminhtml/Product/Widget/ConditionsTest.php class ConditionsTest (line 11) | class ConditionsTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testExecute (line 64) | public function testExecute() FILE: app/code/Magento/CatalogWidget/Test/Unit/Model/Rule/Condition/CombineTest.php class CombineTest (line 14) | class CombineTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetNewChildSelectOptions (line 47) | public function testGetNewChildSelectOptions() method testCollectValidatedAttributes (line 77) | public function testCollectValidatedAttributes() FILE: app/code/Magento/CatalogWidget/Test/Unit/Model/Rule/Condition/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAddToCollection (line 73) | public function testAddToCollection() method testGetMappedSqlFieldSku (line 101) | public function testGetMappedSqlFieldSku() FILE: app/code/Magento/CatalogWidget/Test/Unit/Model/RuleTest.php class RuleTest (line 8) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetConditionsInstance (line 41) | public function testGetConditionsInstance() method testGetActionsInstance (line 51) | public function testGetActionsInstance() FILE: app/code/Magento/Checkout/Api/AgreementsValidatorInterface.php type AgreementsValidatorInterface (line 12) | interface AgreementsValidatorInterface method isValid (line 18) | public function isValid($agreementIds = []); FILE: app/code/Magento/Checkout/Api/Data/PaymentDetailsInterface.php type PaymentDetailsInterface (line 12) | interface PaymentDetailsInterface extends \Magento\Framework\Api\Extensi... method getPaymentMethods (line 26) | public function getPaymentMethods(); method setPaymentMethods (line 32) | public function setPaymentMethods($paymentMethods); method getTotals (line 37) | public function getTotals(); method setTotals (line 43) | public function setTotals($totals); method getExtensionAttributes (line 50) | public function getExtensionAttributes(); method setExtensionAttributes (line 58) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Api/Data/ShippingInformationInterface.php type ShippingInformationInterface (line 12) | interface ShippingInformationInterface extends \Magento\Framework\Api\Cu... method getShippingAddress (line 32) | public function getShippingAddress(); method setShippingAddress (line 40) | public function setShippingAddress(\Magento\Quote\Api\Data\AddressInte... method getBillingAddress (line 47) | public function getBillingAddress(); method setBillingAddress (line 55) | public function setBillingAddress(\Magento\Quote\Api\Data\AddressInter... method getShippingMethodCode (line 62) | public function getShippingMethodCode(); method setShippingMethodCode (line 70) | public function setShippingMethodCode($code); method getShippingCarrierCode (line 77) | public function getShippingCarrierCode(); method setShippingCarrierCode (line 85) | public function setShippingCarrierCode($code); method getExtensionAttributes (line 92) | public function getExtensionAttributes(); method setExtensionAttributes (line 100) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Api/Data/TotalsInformationInterface.php type TotalsInformationInterface (line 12) | interface TotalsInformationInterface extends \Magento\Framework\Api\Cust... method getAddress (line 30) | public function getAddress(); method setAddress (line 38) | public function setAddress(\Magento\Quote\Api\Data\AddressInterface $a... method getShippingMethodCode (line 45) | public function getShippingMethodCode(); method setShippingMethodCode (line 53) | public function setShippingMethodCode($code); method getShippingCarrierCode (line 60) | public function getShippingCarrierCode(); method setShippingCarrierCode (line 68) | public function setShippingCarrierCode($code); method getExtensionAttributes (line 75) | public function getExtensionAttributes(); method setExtensionAttributes (line 83) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Api/GuestPaymentInformationManagementInterface.php type GuestPaymentInformationManagementInterface (line 12) | interface GuestPaymentInformationManagementInterface method savePaymentInformationAndPlaceOrder (line 24) | public function savePaymentInformationAndPlaceOrder( method savePaymentInformation (line 41) | public function savePaymentInformation( method getPaymentInformation (line 54) | public function getPaymentInformation($cartId); FILE: app/code/Magento/Checkout/Api/GuestShippingInformationManagementInterface.php type GuestShippingInformationManagementInterface (line 12) | interface GuestShippingInformationManagementInterface method saveAddressInformation (line 19) | public function saveAddressInformation( FILE: app/code/Magento/Checkout/Api/GuestTotalsInformationManagementInterface.php type GuestTotalsInformationManagementInterface (line 12) | interface GuestTotalsInformationManagementInterface method calculate (line 21) | public function calculate( FILE: app/code/Magento/Checkout/Api/PaymentInformationManagementInterface.php type PaymentInformationManagementInterface (line 12) | interface PaymentInformationManagementInterface method savePaymentInformationAndPlaceOrder (line 23) | public function savePaymentInformationAndPlaceOrder( method savePaymentInformation (line 38) | public function savePaymentInformation( method getPaymentInformation (line 50) | public function getPaymentInformation($cartId); FILE: app/code/Magento/Checkout/Api/ShippingInformationManagementInterface.php type ShippingInformationManagementInterface (line 12) | interface ShippingInformationManagementInterface method saveAddressInformation (line 19) | public function saveAddressInformation( FILE: app/code/Magento/Checkout/Api/TotalsInformationManagementInterface.php type TotalsInformationManagementInterface (line 12) | interface TotalsInformationManagementInterface method calculate (line 21) | public function calculate( FILE: app/code/Magento/Checkout/Block/Adminhtml/CartTab.php class CartTab (line 19) | class CartTab extends TabWrapper method __construct (line 40) | public function __construct(Context $context, Registry $registry, arra... method canShowTab (line 49) | public function canShowTab() method getTabLabel (line 59) | public function getTabLabel() method getTabUrl (line 69) | public function getTabUrl() FILE: app/code/Magento/Checkout/Block/Cart.php class Cart (line 15) | class Cart extends \Magento\Checkout\Block\Cart\AbstractCart method __construct (line 42) | public function __construct( method _construct (line 64) | protected function _construct() method prepareItemUrls (line 76) | public function prepareItemUrls() method hasError (line 116) | public function hasError() method getItemsSummaryQty (line 125) | public function getItemsSummaryQty() method isWishlistActive (line 134) | public function isWishlistActive() method getCheckoutUrl (line 153) | public function getCheckoutUrl() method getContinueShoppingUrl (line 161) | public function getContinueShoppingUrl() method getIsVirtual (line 179) | public function getIsVirtual() method getMethods (line 190) | public function getMethods($alias) method getMethodHtml (line 206) | public function getMethodHtml($name) method getItems (line 220) | public function getItems() method getItemsCount (line 233) | public function getItemsCount() method getPagerHtml (line 244) | public function getPagerHtml() FILE: app/code/Magento/Checkout/Block/Cart/AbstractCart.php class AbstractCart (line 13) | class AbstractCart extends \Magento\Framework\View\Element\Template method __construct (line 54) | public function __construct( method _getRendererList (line 71) | protected function _getRendererList() method getItemRenderer (line 87) | public function getItemRenderer($type = null) method getQuote (line 106) | public function getQuote() method getItems (line 120) | public function getItems() method getItemHtml (line 131) | public function getItemHtml(\Magento\Quote\Model\Quote\Item $item) method getTotals (line 141) | public function getTotals() method getTotalsCache (line 149) | public function getTotalsCache() FILE: app/code/Magento/Checkout/Block/Cart/Additional/Info.php class Info (line 12) | class Info extends \Magento\Framework\View\Element\Template method setItem (line 24) | public function setItem(\Magento\Quote\Model\Quote\Item\AbstractItem $... method getItem (line 34) | public function getItem() FILE: app/code/Magento/Checkout/Block/Cart/CartTotalsProcessor.php class CartTotalsProcessor (line 11) | class CartTotalsProcessor extends AbstractTotalsProcessor implements Lay... method process (line 16) | public function process($jsLayout) FILE: app/code/Magento/Checkout/Block/Cart/Coupon.php class Coupon (line 15) | class Coupon extends \Magento\Checkout\Block\Cart\AbstractCart method __construct (line 24) | public function __construct( method getCouponCode (line 40) | public function getCouponCode() method _prepareLayout (line 48) | protected function _prepareLayout() FILE: app/code/Magento/Checkout/Block/Cart/Crosssell.php class Crosssell (line 16) | class Crosssell extends \Magento\Catalog\Block\Product\AbstractProduct method __construct (line 62) | public function __construct( method getItems (line 88) | public function getItems() method getItemCount (line 138) | public function getItemCount() method _getCartProductIds (line 148) | protected function _getCartProductIds() method _getLastAddedProductId (line 170) | protected function _getLastAddedProductId() method getQuote (line 181) | public function getQuote() method _getCollection (line 191) | protected function _getCollection() FILE: app/code/Magento/Checkout/Block/Cart/Grid.php class Grid (line 18) | class Grid extends \Magento\Checkout\Block\Cart method __construct (line 61) | public function __construct( method _construct (line 94) | protected function _construct() method _prepareLayout (line 108) | protected function _prepareLayout() method getItemsForGrid (line 133) | public function getItemsForGrid() method getItems (line 152) | public function getItems() method isPagerDisplayedOnPage (line 166) | private function isPagerDisplayedOnPage() FILE: app/code/Magento/Checkout/Block/Cart/Item/Configure.php class Configure (line 15) | class Configure extends \Magento\Framework\View\Element\Template method _prepareLayout (line 22) | protected function _prepareLayout() FILE: app/code/Magento/Checkout/Block/Cart/Item/Renderer.php class Renderer (line 28) | class Renderer extends \Magento\Framework\View\Element\Template implements method __construct (line 115) | public function __construct( method setItem (line 148) | public function setItem(AbstractItem $item) method getItem (line 160) | public function getItem() method getProduct (line 171) | public function getProduct() method getProductForThumbnail (line 182) | public function getProductForThumbnail() method overrideProductUrl (line 194) | public function overrideProductUrl($productUrl) method hasProductUrl (line 205) | public function hasProductUrl() method getProductUrl (line 239) | public function getProductUrl() method getProductName (line 262) | public function getProductName() method getProductOptions (line 275) | public function getProductOptions() method getOptionList (line 288) | public function getOptionList() method getQty (line 298) | public function getQty() method getCheckoutSession (line 312) | public function getCheckoutSession() method getMessages (line 322) | public function getMessages() method getFormatedOptionValue (line 372) | public function getFormatedOptionValue($optionValue) method isProductVisible (line 389) | public function isProductVisible() method getProductAdditionalInformationBlock (line 400) | public function getProductAdditionalInformationBlock() method setQtyMode (line 412) | public function setQtyMode($strict) method setIgnoreProductUrl (line 425) | public function setIgnoreProductUrl($ignore = true) method getIdentities (line 436) | public function getIdentities() method getProductPriceHtml (line 451) | public function getProductPriceHtml(\Magento\Catalog\Model\Product $pr... method getPriceRender (line 478) | protected function getPriceRender() method convertPrice (line 490) | public function convertPrice($amount, $format = false) method getUnitPriceHtml (line 503) | public function getUnitPriceHtml(AbstractItem $item) method getRowTotalHtml (line 517) | public function getRowTotalHtml(AbstractItem $item) method getSidebarItemPriceHtml (line 531) | public function getSidebarItemPriceHtml(AbstractItem $item) method getUnitPriceExclTaxHtml (line 545) | public function getUnitPriceExclTaxHtml(AbstractItem $item) method getUnitPriceInclTaxHtml (line 559) | public function getUnitPriceInclTaxHtml(AbstractItem $item) method getRowTotalExclTaxHtml (line 573) | public function getRowTotalExclTaxHtml(AbstractItem $item) method getRowTotalInclTaxHtml (line 587) | public function getRowTotalInclTaxHtml(AbstractItem $item) method getActions (line 601) | public function getActions(AbstractItem $item) method getImage (line 621) | public function getImage($product, $imageId, $attributes = []) FILE: app/code/Magento/Checkout/Block/Cart/Item/Renderer/Actions.php class Actions (line 15) | class Actions extends Text method getItem (line 28) | public function getItem() method setItem (line 40) | public function setItem(AbstractItem $item) method _toHtml (line 51) | protected function _toHtml() FILE: app/code/Magento/Checkout/Block/Cart/Item/Renderer/Actions/Edit.php class Edit (line 11) | class Edit extends Generic method getConfigureUrl (line 18) | public function getConfigureUrl() FILE: app/code/Magento/Checkout/Block/Cart/Item/Renderer/Actions/Generic.php class Generic (line 11) | class Generic extends Template method getItem (line 24) | public function getItem() method setItem (line 36) | public function setItem(AbstractItem $item) method isProductVisibleInSiteVisibility (line 48) | public function isProductVisibleInSiteVisibility() method isVirtual (line 59) | public function isVirtual() FILE: app/code/Magento/Checkout/Block/Cart/Item/Renderer/Actions/Remove.php class Remove (line 14) | class Remove extends Generic method __construct (line 27) | public function __construct( method getDeletePostJson (line 42) | public function getDeletePostJson() FILE: app/code/Magento/Checkout/Block/Cart/LayoutProcessor.php class LayoutProcessor (line 8) | class LayoutProcessor implements \Magento\Checkout\Block\Checkout\Layout... method __construct (line 42) | public function __construct( method isCityActive (line 62) | protected function isCityActive() method isStateActive (line 73) | protected function isStateActive() method process (line 85) | public function process($jsLayout) FILE: app/code/Magento/Checkout/Block/Cart/Link.php class Link (line 13) | class Link extends \Magento\Framework\View\Element\Html\Link method __construct (line 32) | public function __construct( method getLabel (line 49) | public function getLabel() method getHref (line 60) | public function getHref() method _toHtml (line 70) | protected function _toHtml() method _getItemCount (line 83) | protected function _getItemCount() method _createLabel (line 95) | protected function _createLabel($count) FILE: app/code/Magento/Checkout/Block/Cart/Shipping.php class Shipping (line 12) | class Shipping extends \Magento\Checkout\Block\Cart\AbstractCart method __construct (line 39) | public function __construct( method getCheckoutConfig (line 62) | public function getCheckoutConfig() method getJsLayout (line 72) | public function getJsLayout() method getBaseUrl (line 87) | public function getBaseUrl() method getSerializedCheckoutConfig (line 96) | public function getSerializedCheckoutConfig() FILE: app/code/Magento/Checkout/Block/Cart/Sidebar.php class Sidebar (line 15) | class Sidebar extends AbstractCart method __construct (line 47) | public function __construct( method getConfig (line 74) | public function getConfig() method getSerializedConfig (line 96) | public function getSerializedConfig() method getImageHtmlTemplate (line 106) | public function getImageHtmlTemplate() method getCheckoutUrl (line 117) | public function getCheckoutUrl() method getShoppingCartUrl (line 128) | public function getShoppingCartUrl() method getUpdateItemQtyUrl (line 140) | public function getUpdateItemQtyUrl() method getRemoveItemUrl (line 152) | public function getRemoveItemUrl() method getIsNeedToDisplaySideBar (line 164) | public function getIsNeedToDisplaySideBar() method getTotalsCache (line 177) | public function getTotalsCache() method getTotalsHtml (line 192) | public function getTotalsHtml() method getBaseUrl (line 203) | public function getBaseUrl() method getMiniCartMaxItemsCount (line 213) | private function getMiniCartMaxItemsCount() method getMaxItemsToDisplay (line 225) | private function getMaxItemsToDisplay() FILE: app/code/Magento/Checkout/Block/Cart/Totals.php class Totals (line 18) | class Totals extends \Magento\Checkout\Block\Cart\AbstractCart method __construct (line 54) | public function __construct( method getJsLayout (line 73) | public function getJsLayout() method getTotals (line 87) | public function getTotals() method setTotals (line 102) | public function setTotals($value) method _getTotalRenderer (line 114) | protected function _getTotalRenderer($code) method renderTotal (line 143) | public function renderTotal($total, $area = null, $colspan = 1) method renderTotals (line 167) | public function renderTotals($area = null, $colspan = 1) method needDisplayBaseGrandtotal (line 184) | public function needDisplayBaseGrandtotal() method displayBaseGrandtotal (line 198) | public function displayBaseGrandtotal() method getQuote (line 213) | public function getQuote() FILE: app/code/Magento/Checkout/Block/Cart/ValidationMessages.php class ValidationMessages (line 16) | class ValidationMessages extends \Magento\Framework\View\Element\Messages method __construct (line 44) | public function __construct( method _prepareLayout (line 69) | protected function _prepareLayout() method validateMinimumAmount (line 84) | protected function validateMinimumAmount() method getMinimumAmountErrorMessage (line 95) | private function getMinimumAmountErrorMessage() method addQuoteMessages (line 111) | protected function addQuoteMessages() FILE: app/code/Magento/Checkout/Block/Checkout/AttributeMerger.php class AttributeMerger (line 21) | class AttributeMerger method __construct (line 101) | public function __construct( method merge (line 123) | public function merge($elements, $providerName, $dataScopePrefix, arra... method getFieldConfig (line 153) | protected function getFieldConfig( method mergeConfigurationNode (line 236) | protected function mergeConfigurationNode($nodeName, array $mainSource... method isFieldVisible (line 251) | protected function isFieldVisible($attributeCode, array $attributeConf... method getMultilineFieldConfig (line 274) | protected function getMultilineFieldConfig($attributeCode, array $attr... method getDefaultValue (line 329) | protected function getDefaultValue($attributeCode): ?string method getCustomer (line 369) | protected function getCustomer(): ?CustomerInterface method getFieldOptions (line 389) | protected function getFieldOptions($attributeCode, array $attributeCon... method orderCountryOptions (line 401) | protected function orderCountryOptions(array $countryOptions) FILE: app/code/Magento/Checkout/Block/Checkout/DirectoryDataProcessor.php class DirectoryDataProcessor (line 19) | class DirectoryDataProcessor implements \Magento\Checkout\Block\Checkout... method __construct (line 59) | public function __construct( method process (line 78) | public function process($jsLayout) method getCountryOptions (line 95) | private function getCountryOptions() method getRegionOptions (line 112) | private function getRegionOptions() method orderCountryOptions (line 129) | private function orderCountryOptions(array $countryOptions) FILE: app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php class LayoutProcessor (line 15) | class LayoutProcessor implements \Magento\Checkout\Block\Checkout\Layout... method __construct (line 61) | public function __construct( method getAddressAttributes (line 88) | private function getAddressAttributes() method convertElementsToSelect (line 118) | private function convertElementsToSelect($elements, $attributesToConvert) method process (line 150) | public function process($jsLayout) method processShippingChildrenComponents (line 200) | private function processShippingChildrenComponents($shippingRatesLayout) method processPaymentChildrenComponents (line 221) | private function processPaymentChildrenComponents(array $paymentLayout... method processPaymentConfiguration (line 260) | private function processPaymentConfiguration(array &$configuration, ar... method getBillingAddressComponent (line 283) | private function getBillingAddressComponent($paymentCode, $elements) FILE: app/code/Magento/Checkout/Block/Checkout/LayoutProcessorInterface.php type LayoutProcessorInterface (line 17) | interface LayoutProcessorInterface method process (line 25) | public function process($jsLayout); FILE: app/code/Magento/Checkout/Block/Checkout/TotalsProcessor.php class TotalsProcessor (line 10) | class TotalsProcessor extends AbstractTotalsProcessor implements LayoutP... method process (line 15) | public function process($jsLayout) FILE: app/code/Magento/Checkout/Block/Item/Price/Renderer.php class Renderer (line 16) | class Renderer extends \Magento\Framework\View\Element\Template method setItem (line 29) | public function setItem(\Magento\Quote\Model\Quote\Item\AbstractItem $... method getItem (line 40) | public function getItem() FILE: app/code/Magento/Checkout/Block/Link.php class Link (line 13) | class Link extends \Magento\Framework\View\Element\Html\Link method __construct (line 32) | public function __construct( method getHref (line 49) | public function getHref() method _toHtml (line 59) | protected function _toHtml() FILE: app/code/Magento/Checkout/Block/Onepage.php class Onepage (line 13) | class Onepage extends \Magento\Framework\View\Element\Template method __construct (line 55) | public function __construct( method getJsLayout (line 77) | public function getJsLayout() method getFormKey (line 92) | public function getFormKey() method getCheckoutConfig (line 103) | public function getCheckoutConfig() method getBaseUrl (line 114) | public function getBaseUrl() method getSerializedCheckoutConfig (line 125) | public function getSerializedCheckoutConfig() FILE: app/code/Magento/Checkout/Block/Onepage/Failure.php class Failure (line 11) | class Failure extends \Magento\Framework\View\Element\Template method __construct (line 23) | public function __construct( method getRealOrderId (line 36) | public function getRealOrderId() method getErrorMessage (line 46) | public function getErrorMessage() method getContinueShoppingUrl (line 57) | public function getContinueShoppingUrl() FILE: app/code/Magento/Checkout/Block/Onepage/Link.php class Link (line 14) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 32) | public function __construct( method getCheckoutUrl (line 47) | public function getCheckoutUrl() method isDisabled (line 55) | public function isDisabled() method isPossibleOnepageCheckout (line 63) | public function isPossibleOnepageCheckout() FILE: app/code/Magento/Checkout/Block/Onepage/Success.php class Success (line 16) | class Success extends \Magento\Framework\View\Element\Template method __construct (line 40) | public function __construct( method getAdditionalInfoHtml (line 59) | public function getAdditionalInfoHtml() method _beforeToHtml (line 69) | protected function _beforeToHtml() method prepareBlockData (line 80) | protected function prepareBlockData() method isVisible (line 108) | protected function isVisible(Order $order) method canViewOrder (line 122) | protected function canViewOrder(Order $order) method getContinueUrl (line 132) | public function getContinueUrl() FILE: app/code/Magento/Checkout/Block/QuoteShortcutButtons.php class QuoteShortcutButtons (line 15) | class QuoteShortcutButtons extends \Magento\Catalog\Block\ShortcutButtons method __construct (line 28) | public function __construct( method _beforeToHtml (line 42) | protected function _beforeToHtml() FILE: app/code/Magento/Checkout/Block/Registration.php class Registration (line 13) | class Registration extends \Magento\Framework\View\Element\Template method __construct (line 56) | public function __construct( method getEmailAddress (line 81) | public function getEmailAddress() method getCreateAccountUrl (line 92) | public function getCreateAccountUrl() method toHtml (line 100) | public function toHtml() method validateAddresses (line 117) | protected function validateAddresses() FILE: app/code/Magento/Checkout/Block/Shipping/Price.php class Price (line 16) | class Price extends AbstractCart method __construct (line 35) | public function __construct( method setShippingRate (line 52) | public function setShippingRate(Rate $shippingRate) method getShippingRate (line 63) | public function getShippingRate() method getShippingPrice (line 73) | public function getShippingPrice() FILE: app/code/Magento/Checkout/Block/Success.php class Success (line 8) | class Success extends \Magento\Framework\View\Element\Template method __construct (line 21) | public function __construct( method getRealOrderId (line 33) | public function getRealOrderId() FILE: app/code/Magento/Checkout/Block/Total/DefaultTotal.php class DefaultTotal (line 11) | class DefaultTotal extends \Magento\Checkout\Block\Cart\Totals method _construct (line 26) | protected function _construct() method getStyle (line 37) | public function getStyle() method setTotal (line 46) | public function setTotal($total) method getStore (line 58) | public function getStore() FILE: app/code/Magento/Checkout/Controller/Account/Create.php class Create (line 16) | class Create extends \Magento\Framework\App\Action\Action method __construct (line 40) | public function __construct( method execute (line 60) | public function execute() FILE: app/code/Magento/Checkout/Controller/Account/DelegateCreate.php class DelegateCreate (line 19) | class DelegateCreate extends Action implements HttpGetActionInterface method __construct (line 36) | public function __construct( method execute (line 49) | public function execute() FILE: app/code/Magento/Checkout/Controller/Action.php class Action (line 15) | abstract class Action extends \Magento\Framework\App\Action\Action method __construct (line 39) | public function __construct( method _preDispatchValidateCustomer (line 60) | protected function _preDispatchValidateCustomer($redirect = true, $add... FILE: app/code/Magento/Checkout/Controller/Cart.php class Cart (line 14) | abstract class Cart extends \Magento\Framework\App\Action\Action impleme... method __construct (line 50) | public function __construct( method _goBack (line 73) | protected function _goBack($backUrl = null) method _isInternalUrl (line 90) | protected function _isInternalUrl($url) method getBackUrl (line 112) | protected function getBackUrl($defaultUrl = null) method shouldRedirectToCart (line 135) | private function shouldRedirectToCart() FILE: app/code/Magento/Checkout/Controller/Cart/Add.php class Add (line 19) | class Add extends \Magento\Checkout\Controller\Cart implements HttpPostA... method __construct (line 36) | public function __construct( method _initProduct (line 61) | protected function _initProduct() method execute (line 83) | public function execute() method goBack (line 187) | protected function goBack($backUrl = null, $product = null) method getCartUrl (line 215) | private function getCartUrl() method shouldRedirectToCart (line 225) | private function shouldRedirectToCart() FILE: app/code/Magento/Checkout/Controller/Cart/Addgroup.php class Addgroup (line 21) | class Addgroup extends \Magento\Checkout\Controller\Cart implements Http... method __construct (line 37) | public function __construct( method execute (line 55) | public function execute() method addOrderItem (line 97) | private function addOrderItem(Item $item) FILE: app/code/Magento/Checkout/Controller/Cart/Configure.php class Configure (line 17) | class Configure extends \Magento\Checkout\Controller\Cart implements Htt... method __construct (line 33) | public function __construct( method execute (line 56) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/CouponPost.php class CouponPost (line 13) | class CouponPost extends \Magento\Checkout\Controller\Cart implements Ht... method __construct (line 40) | public function __construct( method execute (line 69) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/Delete.php class Delete (line 15) | class Delete extends \Magento\Checkout\Controller\Cart implements HttpPo... method execute (line 22) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/EstimatePost.php class EstimatePost (line 11) | class EstimatePost extends \Magento\Checkout\Controller\Cart method __construct (line 28) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/EstimateUpdatePost.php class EstimateUpdatePost (line 9) | class EstimateUpdatePost extends \Magento\Checkout\Controller\Cart method execute (line 14) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/Index.php class Index (line 12) | class Index extends \Magento\Checkout\Controller\Cart implements HttpGet... method __construct (line 29) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/UpdateItemOptions.php class UpdateItemOptions (line 12) | class UpdateItemOptions extends \Magento\Checkout\Controller\Cart implem... method execute (line 21) | public function execute() FILE: app/code/Magento/Checkout/Controller/Cart/UpdateItemQty.php class UpdateItemQty (line 27) | class UpdateItemQty extends Action implements HttpPostActionInterface method __construct (line 66) | public function __construct( method execute (line 87) | public function execute() method updateItemQuantity (line 125) | private function updateItemQuantity(Item $item, float $qty) method jsonResponse (line 143) | private function jsonResponse(string $error = '') method getResponseData (line 156) | private function getResponseData(string $error = ''): array method validateRequest (line 176) | private function validateRequest() method validateFormKey (line 189) | private function validateFormKey() method validateCartData (line 205) | private function validateCartData($cartData = null) FILE: app/code/Magento/Checkout/Controller/Cart/UpdatePost.php class UpdatePost (line 15) | class UpdatePost extends \Magento\Checkout\Controller\Cart implements Ht... method __construct (line 31) | public function __construct( method _emptyShoppingCart (line 57) | protected function _emptyShoppingCart() method _updateShoppingCart (line 73) | protected function _updateShoppingCart() method execute (line 100) | public function execute() FILE: app/code/Magento/Checkout/Controller/Express/RedirectLoginInterface.php type RedirectLoginInterface (line 12) | interface RedirectLoginInterface method getActionFlagList (line 18) | public function getActionFlagList(); method getCustomerBeforeAuthUrl (line 24) | public function getCustomerBeforeAuthUrl(); method getLoginUrl (line 30) | public function getLoginUrl(); method getRedirectActionName (line 36) | public function getRedirectActionName(); method getResponse (line 43) | public function getResponse(); FILE: app/code/Magento/Checkout/Controller/Index/Index.php class Index (line 14) | class Index extends \Magento\Checkout\Controller\Onepage implements Http... method execute (line 21) | public function execute() method isSecureRequest (line 57) | private function isSecureRequest(): bool FILE: app/code/Magento/Checkout/Controller/Noroute/Index.php class Index (line 11) | class Index extends \Magento\Framework\App\Action\Action method execute (line 20) | public function execute() FILE: app/code/Magento/Checkout/Controller/Onepage.php class Onepage (line 16) | abstract class Onepage extends Action method __construct (line 103) | public function __construct( method dispatch (line 144) | public function dispatch(RequestInterface $request) method _ajaxRedirectResponse (line 167) | protected function _ajaxRedirectResponse() method _expireAjax (line 180) | protected function _expireAjax() method _getHtmlByHandle (line 203) | protected function _getHtmlByHandle($handle) method _getShippingMethodsHtml (line 220) | protected function _getShippingMethodsHtml() method _getPaymentMethodsHtml (line 231) | protected function _getPaymentMethodsHtml() method getProgressHtml (line 242) | protected function getProgressHtml($checkoutStep = '') method getOnepage (line 259) | public function getOnepage() method _canShowForUnregisteredUsers (line 269) | protected function _canShowForUnregisteredUsers() FILE: app/code/Magento/Checkout/Controller/Onepage/Failure.php class Failure (line 9) | class Failure extends \Magento\Checkout\Controller\Onepage method execute (line 14) | public function execute() FILE: app/code/Magento/Checkout/Controller/Onepage/SaveOrder.php class SaveOrder (line 16) | class SaveOrder extends \Magento\Checkout\Controller\Onepage implements ... method execute (line 25) | public function execute() FILE: app/code/Magento/Checkout/Controller/Onepage/Success.php class Success (line 13) | class Success extends \Magento\Checkout\Controller\Onepage implements Ht... method execute (line 20) | public function execute() FILE: app/code/Magento/Checkout/Controller/ShippingRates/Index.php class Index (line 13) | class Index extends \Magento\Framework\App\Action\Action method __construct (line 30) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Checkout/Controller/Sidebar/RemoveItem.php class RemoveItem (line 10) | class RemoveItem extends \Magento\Framework\App\Action\Action implements... method __construct (line 44) | public function __construct( method execute (line 61) | public function execute() method jsonResponse (line 85) | protected function jsonResponse($error = '') method getFormKeyValidator (line 98) | private function getFormKeyValidator() FILE: app/code/Magento/Checkout/Controller/Sidebar/UpdateItemQty.php class UpdateItemQty (line 16) | class UpdateItemQty extends Action method __construct (line 40) | public function __construct( method execute (line 55) | public function execute() method jsonResponse (line 78) | protected function jsonResponse($error = '') FILE: app/code/Magento/Checkout/CustomerData/AbstractItem.php class AbstractItem (line 16) | abstract class AbstractItem implements ItemInterface method getItemData (line 26) | public function getItemData(Item $item) method doGetItemData (line 40) | abstract protected function doGetItemData(); FILE: app/code/Magento/Checkout/CustomerData/Cart.php class Cart (line 16) | class Cart extends \Magento\Framework\DataObject implements SectionSourc... method __construct (line 68) | public function __construct( method getSectionData (line 89) | public function getSectionData() method getQuote (line 113) | protected function getQuote() method getSummaryCount (line 126) | protected function getSummaryCount() method isPossibleOnepageCheckout (line 139) | protected function isPossibleOnepageCheckout() method getRecentItems (line 149) | protected function getRecentItems() method getAllQuoteItems (line 179) | protected function getAllQuoteItems() method isGuestCheckoutAllowed (line 192) | public function isGuestCheckoutAllowed() FILE: app/code/Magento/Checkout/CustomerData/DefaultItem.php class DefaultItem (line 15) | class DefaultItem extends AbstractItem method __construct (line 62) | public function __construct( method doGetItemData (line 83) | protected function doGetItemData() method getOptionList (line 118) | protected function getOptionList() method getProductForThumbnail (line 127) | protected function getProductForThumbnail() method getProduct (line 136) | protected function getProduct() method getConfigureUrl (line 146) | protected function getConfigureUrl() method hasProductUrl (line 159) | protected function hasProductUrl() method getProductUrl (line 190) | protected function getProductUrl() FILE: app/code/Magento/Checkout/CustomerData/DirectoryData.php class DirectoryData (line 14) | class DirectoryData implements SectionSourceInterface method __construct (line 25) | public function __construct(\Magento\Directory\Helper\Data $directoryH... method getSectionData (line 33) | public function getSectionData() FILE: app/code/Magento/Checkout/CustomerData/ItemInterface.php type ItemInterface (line 16) | interface ItemInterface method getItemData (line 24) | public function getItemData(Item $item); FILE: app/code/Magento/Checkout/CustomerData/ItemPool.php class ItemPool (line 16) | class ItemPool implements ItemPoolInterface method __construct (line 47) | public function __construct( method getItemData (line 61) | public function getItemData(Item $item) method get (line 73) | protected function get($type) FILE: app/code/Magento/Checkout/CustomerData/ItemPoolInterface.php type ItemPoolInterface (line 14) | interface ItemPoolInterface method getItemData (line 22) | public function getItemData(Item $item); FILE: app/code/Magento/Checkout/Exception.php class Exception (line 11) | class Exception extends \Magento\Framework\Exception\LocalizedException FILE: app/code/Magento/Checkout/Helper/Cart.php class Cart (line 13) | class Cart extends \Magento\Framework\Url\Helper\Data method __construct (line 46) | public function __construct( method getCart (line 62) | public function getCart() method getAddUrl (line 74) | public function getAddUrl($product, $additional = []) method getRemoveUrl (line 115) | public function getRemoveUrl($item) method getDeletePostJson (line 130) | public function getDeletePostJson($item) method getCartUrl (line 147) | public function getCartUrl() method getQuote (line 158) | public function getQuote() method getItemsCount (line 169) | public function getItemsCount() method getItemsQty (line 180) | public function getItemsQty() method getSummaryCount (line 191) | public function getSummaryCount() method getIsVirtualQuote (line 203) | public function getIsVirtualQuote() method getShouldRedirectToCart (line 216) | public function getShouldRedirectToCart($store = null) FILE: app/code/Magento/Checkout/Helper/Data.php class Data (line 20) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 74) | public function __construct( method getCheckout (line 101) | public function getCheckout() method getQuote (line 112) | public function getQuote() method formatPrice (line 123) | public function formatPrice($price) method convertPrice (line 140) | public function convertPrice($price, $format = true) method canOnepageCheckout (line 152) | public function canOnepageCheckout() method getPriceInclTax (line 166) | public function getPriceInclTax($item) method getSubtotalInclTax (line 183) | public function getSubtotalInclTax($item) method getBasePriceInclTax (line 198) | public function getBasePriceInclTax($item) method getBaseSubtotalInclTax (line 212) | public function getBaseSubtotalInclTax($item) method sendPaymentFailedEmail (line 226) | public function sendPaymentFailedEmail( method _getEmails (line 243) | protected function _getEmails($configPath, $storeId) method isAllowedGuestCheckout (line 263) | public function isAllowedGuestCheckout(\Magento\Quote\Model\Quote $quo... method isContextCheckout (line 294) | public function isContextCheckout() method isCustomerMustBeLogged (line 305) | public function isCustomerMustBeLogged() method isDisplayBillingOnPaymentMethodAvailable (line 318) | public function isDisplayBillingOnPaymentMethodAvailable() FILE: app/code/Magento/Checkout/Helper/ExpressRedirect.php class ExpressRedirect (line 10) | class ExpressRedirect extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 36) | public function __construct( method redirectLogin (line 55) | public function redirectLogin(RedirectLoginInterface $expressRedirect,... FILE: app/code/Magento/Checkout/Model/Adminhtml/BillingAddressDisplayOptions.php class BillingAddressDisplayOptions (line 14) | class BillingAddressDisplayOptions implements ArrayInterface method toOptionArray (line 25) | public function toOptionArray() FILE: app/code/Magento/Checkout/Model/AgreementsValidator.php class AgreementsValidator (line 11) | class AgreementsValidator implements \Magento\Checkout\Api\AgreementsVal... method isValid (line 22) | public function isValid($agreementIds = []) FILE: app/code/Magento/Checkout/Model/Cart.php class Cart (line 24) | class Cart extends DataObject implements CartInterface method __construct (line 120) | public function __construct( method _getResource (line 154) | protected function _getResource() method getCheckoutSession (line 165) | public function getCheckoutSession() method getCustomerSession (line 176) | public function getCustomerSession() method getItems (line 186) | public function getItems() method getQuoteProductIds (line 199) | public function getQuoteProductIds() method getQuote (line 217) | public function getQuote() method setQuote (line 232) | public function setQuote(\Magento\Quote\Model\Quote $quote) method reinitializeState (line 243) | protected function reinitializeState() method addOrderItem (line 264) | public function addOrderItem($orderItem, $qtyFlag = null) method _getProduct (line 298) | protected function _getProduct($productInfo) method _getProductRequest (line 339) | protected function _getProductRequest($requestInfo) method addProduct (line 366) | public function addProduct($productInfo, $requestInfo = null) method addProductsByIds (line 419) | public function addProductsByIds($productIds) method suggestItemsQty (line 463) | public function suggestItemsQty($data) method updateItems (line 503) | public function updateItems($data) method removeItem (line 562) | public function removeItem($itemId) method save (line 573) | public function save() method saveQuote (line 596) | public function saveQuote() method truncate (line 607) | public function truncate() method getProductIds (line 618) | public function getProductIds() method getSummaryQty (line 637) | public function getSummaryQty() method getItemsCount (line 665) | public function getItemsCount() method getItemsQty (line 676) | public function getItemsQty() method updateItem (line 695) | public function updateItem($itemId, $requestInfo = null, $updatingPara... method getRequestInfoFilter (line 749) | private function getRequestInfoFilter() method getQtyRequest (line 765) | private function getQtyRequest($product, $request = 0) FILE: app/code/Magento/Checkout/Model/Cart/CartInterface.php type CartInterface (line 18) | interface CartInterface method addProduct (line 27) | public function addProduct($productInfo, $requestInfo = null); method saveQuote (line 35) | public function saveQuote(); method setQuote (line 44) | public function setQuote(Quote $quote); method getQuote (line 52) | public function getQuote(); FILE: app/code/Magento/Checkout/Model/Cart/CheckoutSummaryConfigProvider.php class CheckoutSummaryConfigProvider (line 17) | class CheckoutSummaryConfigProvider implements ConfigProviderInterface method __construct (line 33) | public function __construct( method getConfig (line 44) | public function getConfig() method getMaxCartItemsToDisplay (line 58) | private function getMaxCartItemsToDisplay() FILE: app/code/Magento/Checkout/Model/Cart/CollectQuote.php class CollectQuote (line 8) | class CollectQuote method __construct (line 49) | public function __construct( method collect (line 69) | public function collect(\Magento\Quote\Model\Quote $quote) FILE: app/code/Magento/Checkout/Model/Cart/ImageProvider.php class ImageProvider (line 14) | class ImageProvider method __construct (line 36) | public function __construct( method getImages (line 49) | public function getImages($cartId) FILE: app/code/Magento/Checkout/Model/Cart/RequestInfoFilter.php class RequestInfoFilter (line 12) | class RequestInfoFilter implements RequestInfoFilterInterface method __construct (line 22) | public function __construct( method filter (line 34) | public function filter(\Magento\Framework\DataObject $params) FILE: app/code/Magento/Checkout/Model/Cart/RequestInfoFilterComposite.php class RequestInfoFilterComposite (line 14) | class RequestInfoFilterComposite implements RequestInfoFilterInterface method __construct (line 25) | public function __construct( method filter (line 38) | public function filter(\Magento\Framework\DataObject $params) FILE: app/code/Magento/Checkout/Model/Cart/RequestInfoFilterInterface.php type RequestInfoFilterInterface (line 14) | interface RequestInfoFilterInterface method filter (line 23) | public function filter(\Magento\Framework\DataObject $params); FILE: app/code/Magento/Checkout/Model/Cart/RequestQuantityProcessor.php class RequestQuantityProcessor (line 12) | class RequestQuantityProcessor method __construct (line 23) | public function __construct( method process (line 35) | public function process(array $cartData): array FILE: app/code/Magento/Checkout/Model/CompositeConfigProvider.php class CompositeConfigProvider (line 14) | class CompositeConfigProvider implements ConfigProviderInterface method __construct (line 25) | public function __construct( method getConfig (line 34) | public function getConfig() FILE: app/code/Magento/Checkout/Model/Config/Source/Cart/Summary.php class Summary (line 8) | class Summary implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 14) | public function toOptionArray() FILE: app/code/Magento/Checkout/Model/ConfigProviderInterface.php type ConfigProviderInterface (line 12) | interface ConfigProviderInterface method getConfig (line 19) | public function getConfig(); FILE: app/code/Magento/Checkout/Model/DefaultConfigProvider.php class DefaultConfigProvider (line 40) | class DefaultConfigProvider implements ConfigProviderInterface method __construct (line 220) | public function __construct( method getConfig (line 291) | public function getConfig() method isAutocompleteEnabled (line 364) | private function isAutocompleteEnabled() method getCustomerData (line 377) | private function getCustomerData(): array method getQuoteData (line 394) | private function getQuoteData() method getQuoteItemData (line 422) | private function getQuoteItemData() method getFormattedOptionValue (line 447) | protected function getFormattedOptionValue($item) method getRegisterUrl (line 471) | public function getRegisterUrl() method getCheckoutUrl (line 482) | public function getCheckoutUrl() method pageNotFoundUrl (line 493) | public function pageNotFoundUrl() method getDefaultSuccessPageUrl (line 504) | public function getDefaultSuccessPageUrl() method getSelectedShippingMethod (line 514) | private function getSelectedShippingMethod() method getAddressFromData (line 536) | private function getAddressFromData(AddressInterface $address) method getStoreCode (line 567) | private function getStoreCode() method isGuestCheckoutAllowed (line 578) | private function isGuestCheckoutAllowed() method isCustomerLoggedIn (line 589) | private function isCustomerLoggedIn() method isCustomerLoginRequired (line 600) | private function isCustomerLoginRequired() method getForgotPasswordUrl (line 611) | private function getForgotPasswordUrl() method getStaticBaseUrl (line 622) | protected function getStaticBaseUrl() method getTotalsData (line 632) | private function getTotalsData() method getActiveCarriers (line 664) | private function getActiveCarriers() method getOriginCountryCode (line 678) | private function getOriginCountryCode() method getPaymentMethods (line 693) | private function getPaymentMethods() method getQuoteItemsMessages (line 714) | private function getQuoteItemsMessages(array $quoteItemData): array FILE: app/code/Magento/Checkout/Model/GuestPaymentInformationManagement.php class GuestPaymentInformationManagement (line 21) | class GuestPaymentInformationManagement implements \Magento\Checkout\Api... method __construct (line 68) | public function __construct( method savePaymentInformationAndPlaceOrder (line 87) | public function savePaymentInformationAndPlaceOrder( method savePaymentInformation (line 118) | public function savePaymentInformation( method getPaymentInformation (line 145) | public function getPaymentInformation($cartId) method getLogger (line 157) | private function getLogger() method limitShippingCarrier (line 173) | private function limitShippingCarrier(Quote $quote) : void FILE: app/code/Magento/Checkout/Model/GuestShippingInformationManagement.php class GuestShippingInformationManagement (line 8) | class GuestShippingInformationManagement implements \Magento\Checkout\Ap... method __construct (line 25) | public function __construct( method saveAddressInformation (line 36) | public function saveAddressInformation( FILE: app/code/Magento/Checkout/Model/GuestTotalsInformationManagement.php class GuestTotalsInformationManagement (line 8) | class GuestTotalsInformationManagement implements \Magento\Checkout\Api\... method __construct (line 25) | public function __construct( method calculate (line 36) | public function calculate( FILE: app/code/Magento/Checkout/Model/Layout/AbstractTotalsProcessor.php class AbstractTotalsProcessor (line 21) | abstract class AbstractTotalsProcessor method __construct (line 34) | public function __construct( method sortTotals (line 46) | public function sortTotals($totals) FILE: app/code/Magento/Checkout/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 13) | class DepersonalizePlugin method __construct (line 30) | public function __construct( method afterGenerateXml (line 45) | public function afterGenerateXml(\Magento\Framework\View\LayoutInterfa... FILE: app/code/Magento/Checkout/Model/PaymentDetails.php class PaymentDetails (line 11) | class PaymentDetails extends \Magento\Framework\Model\AbstractExtensible... method getPaymentMethods (line 17) | public function getPaymentMethods() method setPaymentMethods (line 25) | public function setPaymentMethods($paymentMethods) method getTotals (line 33) | public function getTotals() method setTotals (line 41) | public function setTotals($totals) method getExtensionAttributes (line 51) | public function getExtensionAttributes() method setExtensionAttributes (line 62) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Model/PaymentInformationManagement.php class PaymentInformationManagement (line 16) | class PaymentInformationManagement implements \Magento\Checkout\Api\Paym... method __construct (line 62) | public function __construct( method savePaymentInformationAndPlaceOrder (line 79) | public function savePaymentInformationAndPlaceOrder( method savePaymentInformation (line 108) | public function savePaymentInformation( method getPaymentInformation (line 142) | public function getPaymentInformation($cartId) method getLogger (line 157) | private function getLogger() method getCartRepository (line 171) | private function getCartRepository() FILE: app/code/Magento/Checkout/Model/ResourceModel/Cart.php class Cart (line 13) | class Cart extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method fetchItemsSummary (line 32) | public function fetchItemsSummary($quoteId) method fetchItems (line 52) | public function fetchItems($quoteId) method addExcludeProductFilter (line 72) | public function addExcludeProductFilter($collection, $quoteId) FILE: app/code/Magento/Checkout/Model/Session.php class Session (line 24) | class Session extends \Magento\Framework\Session\SessionManager method __construct (line 143) | public function __construct( method setCustomerData (line 195) | public function setCustomerData($customer) method hasQuote (line 207) | public function hasQuote() method setLoadInactive (line 219) | public function setLoadInactive($load = true) method getQuote (line 234) | public function getQuote() method _getQuoteIdKey (line 330) | protected function _getQuoteIdKey() method setQuoteId (line 342) | public function setQuoteId($quoteId) method getQuoteId (line 353) | public function getQuoteId() method loadCustomerQuote (line 363) | public function loadCustomerQuote() method setStepData (line 415) | public function setStepData($step, $data, $value = null) method getStepData (line 442) | public function getStepData($step = null, $data = null) method clearQuote (line 465) | public function clearQuote() method clearStorage (line 479) | public function clearStorage() method clearHelperData (line 491) | public function clearHelperData() method resetCheckout (line 502) | public function resetCheckout() method replaceQuote (line 514) | public function replaceQuote($quote) method getLastRealOrder (line 526) | public function getLastRealOrder() method restoreQuote (line 544) | public function restoreQuote() method setIsQuoteMasked (line 571) | protected function setIsQuoteMasked($isQuoteMasked) method isQuoteMasked (line 582) | protected function isQuoteMasked() method getQuoteByCustomer (line 590) | private function getQuoteByCustomer(): ?CartInterface FILE: app/code/Magento/Checkout/Model/Session/SuccessValidator.php class SuccessValidator (line 13) | class SuccessValidator method __construct (line 24) | public function __construct( method isValid (line 33) | public function isValid() FILE: app/code/Magento/Checkout/Model/ShippingInformation.php class ShippingInformation (line 14) | class ShippingInformation extends AbstractExtensibleModel implements Shi... method getShippingAddress (line 19) | public function getShippingAddress() method setShippingAddress (line 27) | public function setShippingAddress(\Magento\Quote\Api\Data\AddressInte... method getBillingAddress (line 35) | public function getBillingAddress() method setBillingAddress (line 43) | public function setBillingAddress(\Magento\Quote\Api\Data\AddressInter... method getShippingMethodCode (line 51) | public function getShippingMethodCode() method setShippingMethodCode (line 59) | public function setShippingMethodCode($code) method getShippingCarrierCode (line 67) | public function getShippingCarrierCode() method setShippingCarrierCode (line 75) | public function setShippingCarrierCode($code) method getExtensionAttributes (line 83) | public function getExtensionAttributes() method setExtensionAttributes (line 91) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Model/ShippingInformationManagement.php class ShippingInformationManagement (line 27) | class ShippingInformationManagement implements \Magento\Checkout\Api\Shi... method __construct (line 109) | public function __construct( method saveAddressInformation (line 150) | public function saveAddressInformation( method validateQuote (line 217) | protected function validateQuote(\Magento\Quote\Model\Quote $quote) method prepareShippingAssignment (line 234) | private function prepareShippingAssignment(CartInterface $quote, Addre... FILE: app/code/Magento/Checkout/Model/Sidebar.php class Sidebar (line 18) | class Sidebar method __construct (line 46) | public function __construct( method getResponseData (line 62) | public function getResponseData($error = '') method checkQuoteItem (line 84) | public function checkQuoteItem($itemId) method removeQuoteItem (line 99) | public function removeQuoteItem($itemId) method updateQuoteItem (line 114) | public function updateQuoteItem($itemId, $itemQty) method normalize (line 127) | protected function normalize($itemQty) method getSummaryQty (line 143) | protected function getSummaryQty() method getSummaryText (line 156) | protected function getSummaryText() method getSubtotalHtml (line 166) | protected function getSubtotalHtml() FILE: app/code/Magento/Checkout/Model/TotalsInformation.php class TotalsInformation (line 14) | class TotalsInformation extends AbstractExtensibleModel implements Total... method getAddress (line 19) | public function getAddress() method setAddress (line 27) | public function setAddress(\Magento\Quote\Api\Data\AddressInterface $a... method getShippingMethodCode (line 35) | public function getShippingMethodCode() method setShippingMethodCode (line 43) | public function setShippingMethodCode($code) method getShippingCarrierCode (line 51) | public function getShippingCarrierCode() method setShippingCarrierCode (line 59) | public function setShippingCarrierCode($code) method getExtensionAttributes (line 67) | public function getExtensionAttributes() method setExtensionAttributes (line 75) | public function setExtensionAttributes( FILE: app/code/Magento/Checkout/Model/TotalsInformationManagement.php class TotalsInformationManagement (line 11) | class TotalsInformationManagement implements \Magento\Checkout\Api\Total... method __construct (line 32) | public function __construct( method calculate (line 43) | public function calculate( method validateQuote (line 69) | protected function validateQuote(\Magento\Quote\Model\Quote $quote) FILE: app/code/Magento/Checkout/Model/Type/Onepage.php class Onepage (line 22) | class Onepage method __construct (line 203) | public function __construct( method getCheckout (line 267) | public function getCheckout() method getQuote (line 277) | public function getQuote() method setQuote (line 292) | public function setQuote(\Magento\Quote\Model\Quote $quote) method getCustomerSession (line 304) | public function getCustomerSession() method initCheckout (line 315) | public function initCheckout() method getCheckoutMethod (line 349) | public function getCheckoutMethod() method saveCheckoutMethod (line 370) | public function saveCheckoutMethod($method) method isCheckoutMethodRegister (line 386) | protected function isCheckoutMethodRegister() method saveShipping (line 400) | public function saveShipping($data, $customerAddressId) method saveShippingMethod (line 479) | public function saveShippingMethod($shippingMethod) method savePayment (line 505) | public function savePayment($data) method validate (line 541) | protected function validate() method _prepareGuestQuote (line 561) | protected function _prepareGuestQuote() method _prepareNewCustomerQuote (line 576) | protected function _prepareNewCustomerQuote() method _prepareCustomerQuote (line 620) | protected function _prepareCustomerQuote() method _involveNewCustomer (line 663) | protected function _involveNewCustomer() method saveOrder (line 688) | public function saveOrder() method _customerEmailExists (line 764) | protected function _customerEmailExists($email, $websiteId = null) method getLastOrderId (line 774) | public function getLastOrderId() FILE: app/code/Magento/Checkout/Observer/LoadCustomerQuoteObserver.php class LoadCustomerQuoteObserver (line 10) | class LoadCustomerQuoteObserver implements ObserverInterface method __construct (line 27) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Checkout/Observer/SalesQuoteSaveAfterObserver.php class SalesQuoteSaveAfterObserver (line 13) | class SalesQuoteSaveAfterObserver implements ObserverInterface method __construct (line 24) | public function __construct(\Magento\Checkout\Model\Session $checkoutS... method execute (line 35) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Checkout/Observer/UnsetAllObserver.php class UnsetAllObserver (line 10) | class UnsetAllObserver implements ObserverInterface method __construct (line 21) | public function __construct(\Magento\Checkout\Model\Session $checkoutS... method execute (line 31) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Checkout/Plugin/Model/Quote/ResetQuoteAddresses.php class ResetQuoteAddresses (line 15) | class ResetQuoteAddresses method afterRemoveItem (line 26) | public function afterRemoveItem(Quote $quote, Quote $result, $itemId):... FILE: app/code/Magento/Checkout/Setup/Patch/Data/PrepareInitialCheckoutConfiguration.php class PrepareInitialCheckoutConfiguration (line 20) | class PrepareInitialCheckoutConfiguration implements DataPatchInterface,... method __construct (line 41) | public function __construct( method apply (line 57) | public function apply() method getDependencies (line 831) | public static function getDependencies() method getVersion (line 839) | public static function getVersion() method getAliases (line 847) | public function getAliases() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/AbstractCartTest.php class AbstractCartTest (line 10) | class AbstractCartTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetItemRenderer (line 27) | public function testGetItemRenderer($type, $expectedType) method getItemRendererDataProvider (line 73) | public function getItemRendererDataProvider() method testGetItemRendererThrowsExceptionForNonexistentRenderer (line 82) | public function testGetItemRendererThrowsExceptionForNonexistentRender... method testGetTotalsCache (line 106) | public function testGetTotalsCache($expectedResult, $isVirtual) method getTotalsCacheDataProvider (line 130) | public function getTotalsCacheDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/CartTotalsProcessorTest.php class CartTotalsProcessorTest (line 8) | class CartTotalsProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testProcess (line 26) | public function testProcess() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/GridTest.php class GridTest (line 14) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetTemplate (line 109) | public function testGetTemplate() method testGetItemsForGrid (line 114) | public function testGetItemsForGrid() method testSetLayout (line 123) | public function testSetLayout() method testGetItems (line 158) | public function testGetItems() method getMockItemsForGrid (line 166) | private function getMockItemsForGrid() method testGetItemsIfCustomItemsExists (line 185) | public function testGetItemsIfCustomItemsExists() method testGetItemsWhenPagerNotVisible (line 211) | public function testGetItemsWhenPagerNotVisible() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/Item/Renderer/Actions/EditTest.php class EditTest (line 12) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetConfigureUrl (line 38) | public function testGetConfigureUrl() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/Item/Renderer/Actions/GenericTest.php class GenericTest (line 12) | class GenericTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetItem (line 29) | public function testGetItem() method testIsProductVisibleInSiteVisibility (line 42) | public function testIsProductVisibleInSiteVisibility() method testIsVirtual (line 70) | public function testIsVirtual() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/Item/Renderer/Actions/RemoveTest.php class RemoveTest (line 12) | class RemoveTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetConfigureUrl (line 38) | public function testGetConfigureUrl() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/Item/Renderer/ActionsTest.php class ActionsTest (line 12) | class ActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetItem (line 51) | public function testGetItem() method testToHtml (line 64) | public function testToHtml() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/Item/RendererTest.php class RendererTest (line 17) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetProductForThumbnail (line 70) | public function testGetProductForThumbnail() method _initProduct (line 82) | protected function _initProduct() method testGetIdentities (line 104) | public function testGetIdentities() method testGetIdentitiesFromEmptyItem (line 115) | public function testGetIdentitiesFromEmptyItem() method testGetProductPriceHtml (line 124) | public function testGetProductPriceHtml() method testGetActions (line 155) | public function testGetActions() method testGetActionsWithNoBlock (line 193) | public function testGetActionsWithNoBlock() method testGetImage (line 210) | public function testGetImage() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/LayoutProcessorTest.php class LayoutProcessorTest (line 8) | class LayoutProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testProcess (line 69) | public function testProcess() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/LinkTest.php class LinkTest (line 8) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetUrl (line 20) | public function testGetUrl() method testToHtml (line 39) | public function testToHtml() method testGetLabel (line 68) | public function testGetLabel($productCount, $label) method getLabelDataProvider (line 88) | public function getLabelDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/ShippingTest.php class ShippingTest (line 8) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGetCheckoutConfig (line 84) | public function testGetCheckoutConfig() method testGetJsLayout (line 91) | public function testGetJsLayout() method testGetBaseUrl (line 108) | public function testGetBaseUrl() method testGetSerializedCheckoutConfig (line 117) | public function testGetSerializedCheckoutConfig() FILE: app/code/Magento/Checkout/Test/Unit/Block/Cart/SidebarTest.php class SidebarTest (line 11) | class SidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetTotalsHtml (line 106) | public function testGetTotalsHtml() method testGetConfig (line 126) | public function testGetConfig() method testGetIsNeedToDisplaySideBar (line 187) | public function testGetIsNeedToDisplaySideBar() method testGetTotalsCache (line 199) | public function testGetTotalsCache() FILE: app/code/Magento/Checkout/Test/Unit/Block/Checkout/AttributeMergerTest.php class AttributeMergerTest (line 17) | class AttributeMergerTest extends TestCase method setUp (line 47) | protected function setUp() method testMerge (line 70) | public function testMerge(String $validationRule, String $expectedVali... method validationRulesDataProvider (line 109) | public function validationRulesDataProvider(): array FILE: app/code/Magento/Checkout/Test/Unit/Block/Checkout/DirectoryDataProcessorTest.php class DirectoryDataProcessorTest (line 8) | class DirectoryDataProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testProcess (line 83) | public function testProcess() FILE: app/code/Magento/Checkout/Test/Unit/Block/Checkout/LayoutProcessorTest.php class LayoutProcessorTest (line 20) | class LayoutProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testProcess (line 98) | public function testProcess() method testProcessWithBillingAddressOnPaymentPage (line 148) | public function testProcessWithBillingAddressOnPaymentPage() method getLayoutData (line 186) | private function getLayoutData() method getBillingComponent (line 236) | private function getBillingComponent($paymentCode) FILE: app/code/Magento/Checkout/Test/Unit/Block/Checkout/TotalsProcessorTest.php class TotalsProcessorTest (line 9) | class TotalsProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testProcess (line 28) | public function testProcess() FILE: app/code/Magento/Checkout/Test/Unit/Block/Item/Price/RendererTest.php class RendererTest (line 10) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetItem (line 26) | public function testSetItem() FILE: app/code/Magento/Checkout/Test/Unit/Block/LinkTest.php class LinkTest (line 8) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetUrl (line 20) | public function testGetUrl() method testToHtml (line 39) | public function testToHtml($canOnepageCheckout, $isOutputEnabled) method toHtmlDataProvider (line 74) | public function toHtmlDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Block/Onepage/SuccessTest.php class SuccessTest (line 15) | class SuccessTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetAdditionalInfoHtml (line 102) | public function testGetAdditionalInfoHtml() method testToHtmlOrderVisibleOnFront (line 124) | public function testToHtmlOrderVisibleOnFront(array $invisibleStatuses... method invisibleStatusesProvider (line 159) | public function invisibleStatusesProvider() method testGetContinueUrl (line 167) | public function testGetContinueUrl() FILE: app/code/Magento/Checkout/Test/Unit/Block/OnepageTest.php class OnepageTest (line 8) | class OnepageTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetBaseUrl (line 65) | public function testGetBaseUrl() method testGetCheckoutConfig (line 76) | public function testGetCheckoutConfig() method testGetFormKey (line 84) | public function testGetFormKey() method testGetJsLayout (line 92) | public function testGetJsLayout() method testGetSerializedCheckoutConfig (line 102) | public function testGetSerializedCheckoutConfig() FILE: app/code/Magento/Checkout/Test/Unit/Block/Shipping/PriceTest.php class PriceTest (line 8) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetShippingPrice (line 46) | public function testGetShippingPrice() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Account/CreateTest.php class CreateTest (line 13) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecuteAddsSessionMessageIfCustomerIsLoggedIn (line 84) | public function testExecuteAddsSessionMessageIfCustomerIsLoggedIn() method testExecute (line 105) | public function testExecute() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Cart/AddTest.php class AddTest (line 12) | class AddTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | public function setUp() method testExecute (line 78) | public function testExecute() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Cart/ConfigureTest.php class ConfigureTest (line 15) | class ConfigureTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testPrepareAndRenderCall (line 107) | public function testPrepareAndRenderCall() method testRedirectWithWrongProductId (line 176) | public function testRedirectWithWrongProductId() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Cart/IndexTest.php class IndexTest (line 15) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testExecuteWithMessages (line 134) | public function testExecuteWithMessages() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 26) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 113) | protected function setUp() method testRegenerateSessionIdOnExecute (line 208) | public function testRegenerateSessionIdOnExecute(bool $secure, string ... method sessionRegenerationDataProvider (line 236) | public function sessionRegenerationDataProvider(): array method testOnepageCheckoutNotAvailable (line 263) | public function testOnepageCheckoutNotAvailable() method testInvalidQuote (line 276) | public function testInvalidQuote() method basicStub (line 295) | private function basicStub($mock, $method): InvocationMocker method basicMock (line 305) | private function basicMock(string $className): MockObject FILE: app/code/Magento/Checkout/Test/Unit/Controller/OnepageTest.php class OnepageTest (line 14) | class OnepageTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testDispatch (line 97) | public function testDispatch() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Sidebar/RemoveItemTest.php class RemoveItemTest (line 14) | class RemoveItemTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 84) | public function testExecute() method testExecuteWithLocalizedException (line 140) | public function testExecuteWithLocalizedException() method testExecuteWithException (line 185) | public function testExecuteWithException() method testExecuteWhenFormKeyValidationFailed (line 237) | public function testExecuteWhenFormKeyValidationFailed() method getPropertyValue (line 258) | protected function getPropertyValue($object, $property) method setPropertyValue (line 275) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/Checkout/Test/Unit/Controller/Sidebar/UpdateItemQtyTest.php class UpdateItemQtyTest (line 11) | class UpdateItemQtyTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 63) | public function testExecute() method testExecuteWithLocalizedException (line 116) | public function testExecuteWithLocalizedException() method testExecuteWithException (line 160) | public function testExecuteWithException() FILE: app/code/Magento/Checkout/Test/Unit/Controller/Stub/OnepageStub.php class OnepageStub (line 9) | class OnepageStub extends \Magento\Checkout\Controller\Onepage method execute (line 14) | public function execute() FILE: app/code/Magento/Checkout/Test/Unit/CustomerData/CartTest.php class CartTest (line 12) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testIsGuestCheckoutAllowed (line 71) | public function testIsGuestCheckoutAllowed() method testGetSectionData (line 81) | public function testGetSectionData() method testGetSectionDataWithCompositeProduct (line 173) | public function testGetSectionDataWithCompositeProduct() FILE: app/code/Magento/Checkout/Test/Unit/CustomerData/DefaultItemTest.php class DefaultItemTest (line 10) | class DefaultItemTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetItemData (line 57) | public function testGetItemData() FILE: app/code/Magento/Checkout/Test/Unit/CustomerData/ItemPoolTest.php class ItemPoolTest (line 8) | class ItemPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetItemDataIfItemNotExistInMap (line 45) | public function testGetItemDataIfItemNotExistInMap() method testGetItemDataIfItemExistInMap (line 63) | public function testGetItemDataIfItemExistInMap() method testGetItemDataIfItemNotValid (line 97) | public function testGetItemDataIfItemNotValid() FILE: app/code/Magento/Checkout/Test/Unit/Helper/CartTest.php class CartTest (line 15) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetCart (line 80) | public function testGetCart() method testGetRemoveUrl (line 85) | public function testGetRemoveUrl() method testGetCartUrl (line 100) | public function testGetCartUrl() method testGetQuote (line 106) | public function testGetQuote() method testGetItemsCount (line 113) | public function testGetItemsCount() method testGetItemsQty (line 120) | public function testGetItemsQty() method testGetSummaryCount (line 127) | public function testGetSummaryCount() method testAddUrlWithUencPlaceholder (line 134) | public function testAddUrlWithUencPlaceholder() method testGetIsVirtualQuote (line 166) | public function testGetIsVirtualQuote() method testGetShouldRedirectToCart (line 175) | public function testGetShouldRedirectToCart() method testGetAddUrl (line 184) | public function testGetAddUrl() method testGetDeletePostJson (line 228) | public function testGetDeletePostJson($id, $url, $isAjax, $expectedPos... method deletePostJsonDataProvider (line 255) | public function deletePostJsonDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Helper/DataTest.php class DataTest (line 16) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testSendPaymentFailedEmail (line 136) | public function testSendPaymentFailedEmail() method testGetCheckout (line 150) | public function testGetCheckout() method testGetQuote (line 155) | public function testGetQuote() method testFormatPrice (line 162) | public function testFormatPrice() method testConvertPrice (line 173) | public function testConvertPrice() method testCanOnepageCheckout (line 180) | public function testCanOnepageCheckout() method testIsContextCheckout (line 189) | public function testIsContextCheckout() method testIsCustomerMustBeLogged (line 205) | public function testIsCustomerMustBeLogged() method testGetPriceInclTax (line 214) | public function testGetPriceInclTax() method testGetPriceInclTaxWithoutTax (line 221) | public function testGetPriceInclTaxWithoutTax() method testGetSubtotalInclTax (line 253) | public function testGetSubtotalInclTax() method testGetSubtotalInclTaxNegative (line 262) | public function testGetSubtotalInclTaxNegative() method testGetBasePriceInclTaxWithoutQty (line 280) | public function testGetBasePriceInclTaxWithoutQty() method testGetBasePriceInclTax (line 297) | public function testGetBasePriceInclTax() method testGetBaseSubtotalInclTax (line 315) | public function testGetBaseSubtotalInclTax() method testIsAllowedGuestCheckoutWithoutStore (line 327) | public function testIsAllowedGuestCheckoutWithoutStore() FILE: app/code/Magento/Checkout/Test/Unit/Helper/ExpressRedirectTest.php class ExpressRedirectTest (line 8) | class ExpressRedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testRedirectLogin (line 71) | public function testRedirectLogin($actionFlagList, $customerBeforeAuth... method redirectLoginDataProvider (line 168) | public function redirectLoginDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Model/AgreementsValidatorTest.php class AgreementsValidatorTest (line 8) | class AgreementsValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testIsValid (line 20) | public function testIsValid() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/CheckoutSummaryConfigProviderTest.php class CheckoutSummaryConfigProviderTest (line 14) | class CheckoutSummaryConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetConfig (line 38) | public function testGetConfig() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/CollectQuoteTest.php class CollectQuoteTest (line 27) | class CollectQuoteTest extends TestCase method setUp (line 87) | protected function setUp() method testCollect (line 122) | public function testCollect() method testCollectWhenCustomerIsNotLoggedIn (line 168) | public function testCollectWhenCustomerIsNotLoggedIn() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/ImageProviderTest.php class ImageProviderTest (line 9) | class ImageProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetImages (line 45) | public function testGetImages() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterCompositeTest.php class RequestInfoFilterCompositeTest (line 11) | class RequestInfoFilterCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testFilter (line 57) | public function testFilter() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterTest.php class RequestInfoFilterTest (line 11) | class RequestInfoFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testFilter (line 41) | public function testFilter() FILE: app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestQuantityProcessorTest.php class RequestQuantityProcessorTest (line 14) | class RequestQuantityProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testProcess (line 46) | public function testProcess($cartData, $expected) method cartDataProvider (line 54) | public function cartDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Model/CartTest.php class CartTest (line 16) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method testSuggestItemsQty (line 139) | public function testSuggestItemsQty() method testUpdateItems (line 175) | public function testUpdateItems() method prepareQuoteItemMock (line 203) | public function prepareQuoteItemMock($itemId) method testGetSummaryQty (line 259) | public function testGetSummaryQty($useQty) method useQtyDataProvider (line 285) | public function useQtyDataProvider() method testAddProduct (line 300) | public function testAddProduct($productInfo, $requestInfo) method testAddProductException (line 351) | public function testAddProductException() method testAddProductExceptionBadParams (line 394) | public function testAddProductExceptionBadParams() method addProductDataProvider (line 428) | public function addProductDataProvider() FILE: app/code/Magento/Checkout/Test/Unit/Model/CompositeConfigProviderTest.php class CompositeConfigProviderTest (line 8) | class CompositeConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetConfig (line 31) | public function testGetConfig() FILE: app/code/Magento/Checkout/Test/Unit/Model/Config/Source/Cart/SummaryTest.php class SummaryTest (line 10) | class SummaryTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testToOptionArray (line 22) | public function testToOptionArray() FILE: app/code/Magento/Checkout/Test/Unit/Model/GuestPaymentInformationManagementTest.php class GuestPaymentInformationManagementTest (line 17) | class GuestPaymentInformationManagementTest extends \PHPUnit\Framework\T... method setUp (line 54) | protected function setUp() method testSavePaymentInformationAndPlaceOrder (line 84) | public function testSavePaymentInformationAndPlaceOrder() method testSavePaymentInformationAndPlaceOrderException (line 107) | public function testSavePaymentInformationAndPlaceOrderException() method testSavePaymentInformation (line 128) | public function testSavePaymentInformation() method testSavePaymentInformationWithoutBillingAddress (line 142) | public function testSavePaymentInformationWithoutBillingAddress() method testSavePaymentInformationAndPlaceOrderWithLocalizedException (line 168) | public function testSavePaymentInformationAndPlaceOrderWithLocalizedEx... method getMockForAssignBillingAddress (line 199) | private function getMockForAssignBillingAddress( FILE: app/code/Magento/Checkout/Test/Unit/Model/GuestShippingInformationManagementTest.php class GuestShippingInformationManagementTest (line 8) | class GuestShippingInformationManagementTest extends \PHPUnit\Framework\... method setUp (line 25) | protected function setUp() method testSaveAddressInformation (line 45) | public function testSaveAddressInformation() FILE: app/code/Magento/Checkout/Test/Unit/Model/Layout/DepersonalizePluginTest.php class DepersonalizePluginTest (line 12) | class DepersonalizePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAfterGenerateXml (line 59) | public function testAfterGenerateXml() method testAfterGenerateXmlNoDepersonalize (line 73) | public function testAfterGenerateXmlNoDepersonalize() FILE: app/code/Magento/Checkout/Test/Unit/Model/PaymentInformationManagementTest.php class PaymentInformationManagementTest (line 12) | class PaymentInformationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testSavePaymentInformationAndPlaceOrder (line 69) | public function testSavePaymentInformationAndPlaceOrder() method testSavePaymentInformationAndPlaceOrderException (line 89) | public function testSavePaymentInformationAndPlaceOrderException() method testSavePaymentInformationAndPlaceOrderIfBillingAddressNotExist (line 108) | public function testSavePaymentInformationAndPlaceOrderIfBillingAddres... method testSavePaymentInformation (line 123) | public function testSavePaymentInformation() method testSavePaymentInformationWithoutBillingAddress (line 135) | public function testSavePaymentInformationWithoutBillingAddress() method testSavePaymentInformationAndPlaceOrderWithLocolizedException (line 149) | public function testSavePaymentInformationAndPlaceOrderWithLocolizedEx... method testSavePaymentInformationAndPlaceOrderWithNewBillingAddress (line 170) | public function testSavePaymentInformationAndPlaceOrderWithNewBillingA... method getMockForAssignBillingAddress (line 194) | private function getMockForAssignBillingAddress($cartId, $billingAddre... FILE: app/code/Magento/Checkout/Test/Unit/Model/Session/SuccessValidatorTest.php class SuccessValidatorTest (line 10) | class SuccessValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testIsValid (line 20) | public function testIsValid() method testIsValidWithNotEmptyGetLastSuccessQuoteId (line 28) | public function testIsValidWithNotEmptyGetLastSuccessQuoteId() method testIsValidWithEmptyQuoteAndOrder (line 49) | public function testIsValidWithEmptyQuoteAndOrder() method testIsValidTrue (line 71) | public function testIsValidTrue() method createSuccessValidator (line 97) | protected function createSuccessValidator(\PHPUnit_Framework_MockObjec... FILE: app/code/Magento/Checkout/Test/Unit/Model/SessionTest.php class SessionTest (line 18) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetLastRealOrder (line 41) | public function testGetLastRealOrder($orderId, $incrementId, $orderMock) method getLastRealOrderDataProvider (line 83) | public function getLastRealOrderDataProvider() method _getOrderMock (line 97) | protected function _getOrderMock($incrementId, $orderId) method testClearHelperData (line 118) | public function testClearHelperData($paramToClear) method clearHelperDataDataProvider (line 130) | public function clearHelperDataDataProvider() method testRestoreQuote (line 146) | public function testRestoreQuote($hasOrderId, $hasQuoteId) method restoreQuoteDataProvider (line 249) | public function restoreQuoteDataProvider() method testHasQuote (line 254) | public function testHasQuote() method testReplaceQuote (line 263) | public function testReplaceQuote() method testClearStorage (line 326) | public function testClearStorage() method testResetCheckout (line 346) | public function testResetCheckout() method testGetStepData (line 357) | public function testGetStepData() method testGetQuote (line 383) | public function testGetQuote(): void method testSetStepData (line 440) | public function testSetStepData() FILE: app/code/Magento/Checkout/Test/Unit/Model/ShippingInformationManagementTest.php class ShippingInformationManagementTest (line 13) | class ShippingInformationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method testSaveAddressInformationIfCartIsEmpty (line 172) | public function testSaveAddressInformationIfCartIsEmpty() method setShippingAssignmentsMocks (line 189) | private function setShippingAssignmentsMocks($shippingMethod) method testSaveAddressInformationIfShippingAddressNotSet (line 239) | public function testSaveAddressInformationIfShippingAddressNotSet() method testSaveAddressInformationIfCanNotSaveQuote (line 262) | public function testSaveAddressInformationIfCanNotSaveQuote() method testSaveAddressInformationIfCarrierCodeIsInvalid (line 306) | public function testSaveAddressInformationIfCarrierCodeIsInvalid() method testSaveAddressInformation (line 350) | public function testSaveAddressInformation() FILE: app/code/Magento/Checkout/Test/Unit/Model/SidebarTest.php class SidebarTest (line 11) | class SidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetResponseData (line 44) | public function testGetResponseData($error, $result) method dataProviderGetResponseData (line 52) | public function dataProviderGetResponseData() method testCheckQuoteItem (line 77) | public function testCheckQuoteItem() method testCheckQuoteItemWithException (line 103) | public function testCheckQuoteItemWithException() method testRemoveQuoteItem (line 122) | public function testRemoveQuoteItem() method testUpdateQuoteItem (line 137) | public function testUpdateQuoteItem() method testUpdateQuoteItemWithZeroQty (line 157) | public function testUpdateQuoteItemWithZeroQty() FILE: app/code/Magento/Checkout/Test/Unit/Model/Type/OnepageTest.php class OnepageTest (line 17) | class OnepageTest extends \PHPUnit\Framework\TestCase method setUp (line 105) | protected function setUp() method testGetQuote (line 206) | public function testGetQuote() method testSetQuote (line 213) | public function testSetQuote() method testInitCheckout (line 224) | public function testInitCheckout($stepData, $isLoggedIn, $isSetStepDat... method initCheckoutDataProvider (line 277) | public function initCheckoutDataProvider() method testGetCheckoutMethod (line 289) | public function testGetCheckoutMethod($isLoggedIn, $quoteCheckoutMetho... method getCheckoutMethodDataProvider (line 312) | public function getCheckoutMethodDataProvider() method testSaveCheckoutMethod (line 323) | public function testSaveCheckoutMethod() method testGetLastOrderId (line 335) | public function testGetLastOrderId() FILE: app/code/Magento/Checkout/Test/Unit/Observer/LoadCustomerQuoteObserverTest.php class LoadCustomerQuoteObserverTest (line 10) | class LoadCustomerQuoteObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testLoadCustomerQuoteThrowingCoreException (line 38) | public function testLoadCustomerQuoteThrowingCoreException() method testLoadCustomerQuoteThrowingException (line 52) | public function testLoadCustomerQuoteThrowingException() FILE: app/code/Magento/Checkout/Test/Unit/Observer/SalesQuoteSaveAfterObserverTest.php class SalesQuoteSaveAfterObserverTest (line 10) | class SalesQuoteSaveAfterObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSalesQuoteSaveAfter (line 31) | public function testSalesQuoteSaveAfter() FILE: app/code/Magento/Checkout/Test/Unit/Observer/UnsetAllObserverTest.php class UnsetAllObserverTest (line 10) | class UnsetAllObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUnsetAll (line 31) | public function testUnsetAll() FILE: app/code/Magento/Checkout/view/frontend/web/js/checkout-loader.js function hideLoader (line 15) | function hideLoader($loader) { function init (line 25) | function init(config, $loader) { FILE: app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js function initSidebar (line 27) | function initSidebar() { FILE: app/code/Magento/CheckoutAgreements/Api/CheckoutAgreementsListInterface.php type CheckoutAgreementsListInterface (line 17) | interface CheckoutAgreementsListInterface method getList (line 25) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/CheckoutAgreements/Api/CheckoutAgreementsRepositoryInterface.php type CheckoutAgreementsRepositoryInterface (line 13) | interface CheckoutAgreementsRepositoryInterface method get (line 22) | public function get($id, $storeId = null); method getList (line 31) | public function getList(); method save (line 42) | public function save(\Magento\CheckoutAgreements\Api\Data\AgreementInt... method delete (line 51) | public function delete(\Magento\CheckoutAgreements\Api\Data\AgreementI... method deleteById (line 61) | public function deleteById($id); FILE: app/code/Magento/CheckoutAgreements/Api/Data/AgreementInterface.php type AgreementInterface (line 13) | interface AgreementInterface extends \Magento\Framework\Api\ExtensibleDa... method getAgreementId (line 33) | public function getAgreementId(); method setAgreementId (line 41) | public function setAgreementId($id); method getName (line 48) | public function getName(); method setName (line 56) | public function setName($name); method getContent (line 63) | public function getContent(); method setContent (line 71) | public function setContent($content); method getContentHeight (line 78) | public function getContentHeight(); method setContentHeight (line 86) | public function setContentHeight($height); method getCheckboxText (line 93) | public function getCheckboxText(); method setCheckboxText (line 101) | public function setCheckboxText($text); method getIsActive (line 109) | public function getIsActive(); method setIsActive (line 117) | public function setIsActive($status); method getIsHtml (line 126) | public function getIsHtml(); method setIsHtml (line 136) | public function setIsHtml($isHtml); method getMode (line 143) | public function getMode(); method setMode (line 151) | public function setMode($mode); method getExtensionAttributes (line 158) | public function getExtensionAttributes(); method setExtensionAttributes (line 166) | public function setExtensionAttributes( FILE: app/code/Magento/CheckoutAgreements/Block/Adminhtml/Agreement.php class Agreement (line 11) | class Agreement extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 16) | protected function _construct() FILE: app/code/Magento/CheckoutAgreements/Block/Adminhtml/Agreement/Edit.php class Edit (line 8) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 23) | public function __construct( method _construct (line 37) | protected function _construct() method getHeaderText (line 54) | public function getHeaderText() FILE: app/code/Magento/CheckoutAgreements/Block/Adminhtml/Agreement/Edit/Form.php class Form (line 8) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 29) | public function __construct( method _construct (line 47) | protected function _construct() method _prepareForm (line 59) | protected function _prepareForm() FILE: app/code/Magento/CheckoutAgreements/Block/Adminhtml/Agreement/Grid.php class Grid (line 11) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 32) | public function __construct( method _construct (line 50) | protected function _construct() method _prepareCollection (line 63) | protected function _prepareCollection() method _prepareColumns (line 72) | protected function _prepareColumns() method _afterLoadCollection (line 129) | protected function _afterLoadCollection() method _filterStoreCondition (line 141) | protected function _filterStoreCondition($collection, $column) method getRowUrl (line 155) | public function getRowUrl($row) FILE: app/code/Magento/CheckoutAgreements/Block/Agreements.php class Agreements (line 15) | class Agreements extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method getAgreements (line 40) | public function getAgreements() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement.php class Agreement (line 12) | abstract class Agreement extends Action method __construct (line 33) | public function __construct( method _initAction (line 46) | protected function _initAction() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Delete.php class Delete (line 17) | class Delete extends Agreement implements HttpPostActionInterface method __construct (line 29) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Edit.php class Edit (line 17) | class Edit extends Agreement implements HttpGetActionInterface method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Index.php class Index (line 11) | class Index extends \Magento\CheckoutAgreements\Controller\Adminhtml\Agr... method execute (line 16) | public function execute() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\CheckoutAgreements\Controller\Adminhtml... method execute (line 17) | public function execute() FILE: app/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Save.php class Save (line 18) | class Save extends Agreement implements HttpPostActionInterface method __construct (line 30) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/CheckoutAgreements/Model/Agreement.php class Agreement (line 10) | class Agreement extends \Magento\Framework\Model\AbstractExtensibleModel... method _construct (line 23) | protected function _construct() method validateData (line 32) | public function validateData($agreementData) method beforeSave (line 51) | public function beforeSave() method getAgreementId (line 72) | public function getAgreementId() method setAgreementId (line 80) | public function setAgreementId($id) method getName (line 88) | public function getName() method setName (line 96) | public function setName($name) method getContent (line 104) | public function getContent() method setContent (line 112) | public function setContent($content) method getContentHeight (line 120) | public function getContentHeight() method setContentHeight (line 128) | public function setContentHeight($height) method getCheckboxText (line 136) | public function getCheckboxText() method setCheckboxText (line 144) | public function setCheckboxText($text) method getIsActive (line 152) | public function getIsActive() method setIsActive (line 160) | public function setIsActive($status) method getIsHtml (line 168) | public function getIsHtml() method setIsHtml (line 176) | public function setIsHtml($isHtml) method getMode (line 184) | public function getMode() method setMode (line 192) | public function setMode($mode) method getExtensionAttributes (line 202) | public function getExtensionAttributes() method setExtensionAttributes (line 213) | public function setExtensionAttributes( FILE: app/code/Magento/CheckoutAgreements/Model/AgreementModeOptions.php class AgreementModeOptions (line 8) | class AgreementModeOptions method getOptionsArray (line 19) | public function getOptionsArray() FILE: app/code/Magento/CheckoutAgreements/Model/AgreementsConfigProvider.php class AgreementsConfigProvider (line 16) | class AgreementsConfigProvider implements ConfigProviderInterface method __construct (line 51) | public function __construct( method getConfig (line 72) | public function getConfig() method getAgreementsConfig (line 85) | protected function getAgreementsConfig() FILE: app/code/Magento/CheckoutAgreements/Model/AgreementsProvider.php class AgreementsProvider (line 14) | class AgreementsProvider implements AgreementsProviderInterface method __construct (line 42) | public function __construct( method getRequiredAgreementIds (line 57) | public function getRequiredAgreementIds() FILE: app/code/Magento/CheckoutAgreements/Model/AgreementsProviderInterface.php type AgreementsProviderInterface (line 11) | interface AgreementsProviderInterface method getRequiredAgreementIds (line 18) | public function getRequiredAgreementIds(); FILE: app/code/Magento/CheckoutAgreements/Model/AgreementsValidator.php class AgreementsValidator (line 11) | class AgreementsValidator implements \Magento\Checkout\Api\AgreementsVal... method __construct (line 22) | public function __construct($list = null) method isValid (line 33) | public function isValid($agreementIds = []) FILE: app/code/Magento/CheckoutAgreements/Model/Api/SearchCriteria/ActiveStoreAgreementsFilter.php class ActiveStoreAgreementsFilter (line 12) | class ActiveStoreAgreementsFilter method __construct (line 34) | public function __construct( method buildSearchCriteria (line 49) | public function buildSearchCriteria() : \Magento\Framework\Api\SearchC... FILE: app/code/Magento/CheckoutAgreements/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/StoreFilter.php class StoreFilter (line 17) | class StoreFilter implements CustomFilterInterface method apply (line 26) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/CheckoutAgreements/Model/Checkout/Plugin/GuestValidation.php class GuestValidation (line 20) | class GuestValidation method __construct (line 48) | public function __construct( method beforeSavePaymentInformationAndPlaceOrder (line 70) | public function beforeSavePaymentInformationAndPlaceOrder( method beforeSavePaymentInformation (line 92) | public function beforeSavePaymentInformation( method validateAgreements (line 109) | private function validateAgreements(\Magento\Quote\Api\Data\PaymentInt... method isAgreementEnabled (line 129) | private function isAgreementEnabled() FILE: app/code/Magento/CheckoutAgreements/Model/Checkout/Plugin/Validation.php class Validation (line 16) | class Validation method __construct (line 44) | public function __construct( method beforeSavePaymentInformationAndPlaceOrder (line 65) | public function beforeSavePaymentInformationAndPlaceOrder( method beforeSavePaymentInformation (line 85) | public function beforeSavePaymentInformation( method validateAgreements (line 101) | protected function validateAgreements(\Magento\Quote\Api\Data\PaymentI... method isAgreementEnabled (line 121) | protected function isAgreementEnabled() FILE: app/code/Magento/CheckoutAgreements/Model/CheckoutAgreementsList.php class CheckoutAgreementsList (line 12) | class CheckoutAgreementsList implements \Magento\CheckoutAgreements\Api\... method __construct (line 36) | public function __construct( method getList (line 49) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/CheckoutAgreements/Model/CheckoutAgreementsRepository.php class CheckoutAgreementsRepository (line 25) | class CheckoutAgreementsRepository implements CheckoutAgreementsReposito... method __construct (line 86) | public function __construct( method getList (line 115) | public function getList() method save (line 126) | public function save(\Magento\CheckoutAgreements\Api\Data\AgreementInt... method delete (line 150) | public function delete(\Magento\CheckoutAgreements\Api\Data\AgreementI... method deleteById (line 165) | public function deleteById($id) method get (line 175) | public function get($id, $storeId = null) FILE: app/code/Magento/CheckoutAgreements/Model/ResourceModel/Agreement.php class Agreement (line 11) | class Agreement extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method __construct (line 24) | public function __construct( method _construct (line 39) | protected function _construct() method _beforeSave (line 50) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 71) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _afterLoad (line 95) | protected function _afterLoad(\Magento\Framework\Model\AbstractModel $... method _getLoadSelect (line 119) | protected function _getLoadSelect($field, $value, $object) FILE: app/code/Magento/CheckoutAgreements/Model/ResourceModel/Agreement/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 34) | protected function _construct() method addStoreFilter (line 48) | public function addStoreFilter($store) method setIsStoreFilterWithAdmin (line 90) | public function setIsStoreFilterWithAdmin($value) FILE: app/code/Magento/CheckoutAgreements/Model/ResourceModel/Agreement/Grid/Collection.php class Collection (line 13) | class Collection extends \Magento\CheckoutAgreements\Model\ResourceModel... method load (line 19) | public function load($printQuery = false, $logQuery = false) method addStoresToResult (line 37) | private function addStoresToResult() method getStoresForAgreements (line 65) | private function getStoresForAgreements() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Block/AgreementsTest.php class AgreementsTest (line 11) | class AgreementsTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetAgreements (line 57) | public function testGetAgreements() method testGetAgreementsIfAgreementsDisabled (line 83) | public function testGetAgreementsIfAgreementsDisabled() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementModeOptionsTest.php class AgreementModeOptionsTest (line 10) | class AgreementModeOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetOptionsArray (line 23) | public function testGetOptionsArray() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementTest.php class AgreementTest (line 8) | class AgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testValidateData (line 28) | public function testValidateData($inputData, $expectedResult) method validateDataDataProvider (line 36) | public function validateDataDataProvider() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsConfigProviderTest.php class AgreementsConfigProviderTest (line 14) | class AgreementsConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetConfigIfContentIsHtml (line 73) | public function testGetConfigIfContentIsHtml() method testGetConfigIfContentIsNotHtml (line 131) | public function testGetConfigIfContentIsNotHtml() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsProviderTest.php class AgreementsProviderTest (line 12) | class AgreementsProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetRequiredAgreementIdsIfAgreementsEnabled (line 55) | public function testGetRequiredAgreementIdsIfAgreementsEnabled() method testGetRequiredAgreementIdsIfAgreementsDisabled (line 87) | public function testGetRequiredAgreementIdsIfAgreementsDisabled() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsValidatorTest.php class AgreementsValidatorTest (line 11) | class AgreementsValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method isValidDataProvider (line 27) | public static function isValidDataProvider() method testIsValid (line 40) | public function testIsValid($data, $result) method notIsValidDataProvider (line 52) | public static function notIsValidDataProvider() method testNotIsValid (line 69) | public function testNotIsValid($data, $result) FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/StoreFilterTest.php class StoreFilterTest (line 12) | class StoreFilterTest extends TestCase method setUp (line 19) | protected function setUp() method testApply (line 24) | public function testApply() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/GuestValidationTest.php class GuestValidationTest (line 16) | class GuestValidationTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testBeforeSavePaymentInformationAndPlaceOrder (line 89) | public function testBeforeSavePaymentInformationAndPlaceOrder() method testBeforeSavePaymentInformationAndPlaceOrderIfAgreementsNotValid (line 124) | public function testBeforeSavePaymentInformationAndPlaceOrderIfAgreeme... method testBeforeSavePaymentInformation (line 160) | public function testBeforeSavePaymentInformation() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/ValidationTest.php class ValidationTest (line 16) | class ValidationTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testBeforeSavePaymentInformationAndPlaceOrder (line 89) | public function testBeforeSavePaymentInformationAndPlaceOrder() method testBeforeSavePaymentInformationAndPlaceOrderIfAgreementsNotValid (line 117) | public function testBeforeSavePaymentInformationAndPlaceOrderIfAgreeme... method testBeforeSavePaymentInformation (line 146) | public function testBeforeSavePaymentInformation() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/CheckoutAgreementsListTest.php class CheckoutAgreementsListTest (line 9) | class CheckoutAgreementsListTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetList (line 49) | public function testGetList() FILE: app/code/Magento/CheckoutAgreements/Test/Unit/Model/CheckoutAgreementsRepositoryTest.php class CheckoutAgreementsRepositoryTest (line 15) | class CheckoutAgreementsRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method testGetListReturnsEmptyListIfCheckoutAgreementsAreDisabledOnFrontend (line 120) | public function testGetListReturnsEmptyListIfCheckoutAgreementsAreDisa... method testGetListReturnsTheListOfActiveCheckoutAgreements (line 132) | public function testGetListReturnsTheListOfActiveCheckoutAgreements() method testSave (line 151) | public function testSave() method testUpdate (line 162) | public function testUpdate() method testSaveWithException (line 186) | public function testSaveWithException() method testDeleteById (line 200) | public function testDeleteById() method testDeleteByIdWithException (line 217) | public function testDeleteByIdWithException() FILE: app/code/Magento/CheckoutAgreementsGraphQl/Model/Resolver/CheckoutAgreements.php class CheckoutAgreements (line 24) | class CheckoutAgreements implements ResolverInterface method __construct (line 46) | public function __construct( method resolve (line 59) | public function resolve( FILE: app/code/Magento/Cms/Api/BlockRepositoryInterface.php type BlockRepositoryInterface (line 13) | interface BlockRepositoryInterface method save (line 22) | public function save(Data\BlockInterface $block); method getById (line 31) | public function getById($blockId); method getList (line 40) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 49) | public function delete(Data\BlockInterface $block); method deleteById (line 59) | public function deleteById($blockId); FILE: app/code/Magento/Cms/Api/Data/BlockInterface.php type BlockInterface (line 13) | interface BlockInterface method getId (line 32) | public function getId(); method getIdentifier (line 39) | public function getIdentifier(); method getTitle (line 46) | public function getTitle(); method getContent (line 53) | public function getContent(); method getCreationTime (line 60) | public function getCreationTime(); method getUpdateTime (line 67) | public function getUpdateTime(); method isActive (line 74) | public function isActive(); method setId (line 82) | public function setId($id); method setIdentifier (line 90) | public function setIdentifier($identifier); method setTitle (line 98) | public function setTitle($title); method setContent (line 106) | public function setContent($content); method setCreationTime (line 114) | public function setCreationTime($creationTime); method setUpdateTime (line 122) | public function setUpdateTime($updateTime); method setIsActive (line 130) | public function setIsActive($isActive); FILE: app/code/Magento/Cms/Api/Data/BlockSearchResultsInterface.php type BlockSearchResultsInterface (line 15) | interface BlockSearchResultsInterface extends SearchResultsInterface method getItems (line 22) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Cms/Api/Data/PageInterface.php type PageInterface (line 13) | interface PageInterface method getId (line 44) | public function getId(); method getIdentifier (line 51) | public function getIdentifier(); method getTitle (line 58) | public function getTitle(); method getPageLayout (line 65) | public function getPageLayout(); method getMetaTitle (line 73) | public function getMetaTitle(); method getMetaKeywords (line 80) | public function getMetaKeywords(); method getMetaDescription (line 87) | public function getMetaDescription(); method getContentHeading (line 94) | public function getContentHeading(); method getContent (line 101) | public function getContent(); method getCreationTime (line 108) | public function getCreationTime(); method getUpdateTime (line 115) | public function getUpdateTime(); method getSortOrder (line 122) | public function getSortOrder(); method getLayoutUpdateXml (line 130) | public function getLayoutUpdateXml(); method getCustomTheme (line 137) | public function getCustomTheme(); method getCustomRootTemplate (line 144) | public function getCustomRootTemplate(); method getCustomLayoutUpdateXml (line 153) | public function getCustomLayoutUpdateXml(); method getCustomThemeFrom (line 160) | public function getCustomThemeFrom(); method getCustomThemeTo (line 167) | public function getCustomThemeTo(); method isActive (line 174) | public function isActive(); method setId (line 182) | public function setId($id); method setIdentifier (line 190) | public function setIdentifier($identifier); method setTitle (line 198) | public function setTitle($title); method setPageLayout (line 206) | public function setPageLayout($pageLayout); method setMetaTitle (line 215) | public function setMetaTitle($metaTitle); method setMetaKeywords (line 223) | public function setMetaKeywords($metaKeywords); method setMetaDescription (line 231) | public function setMetaDescription($metaDescription); method setContentHeading (line 239) | public function setContentHeading($contentHeading); method setContent (line 247) | public function setContent($content); method setCreationTime (line 255) | public function setCreationTime($creationTime); method setUpdateTime (line 263) | public function setUpdateTime($updateTime); method setSortOrder (line 271) | public function setSortOrder($sortOrder); method setLayoutUpdateXml (line 280) | public function setLayoutUpdateXml($layoutUpdateXml); method setCustomTheme (line 288) | public function setCustomTheme($customTheme); method setCustomRootTemplate (line 296) | public function setCustomRootTemplate($customRootTemplate); method setCustomLayoutUpdateXml (line 306) | public function setCustomLayoutUpdateXml($customLayoutUpdateXml); method setCustomThemeFrom (line 314) | public function setCustomThemeFrom($customThemeFrom); method setCustomThemeTo (line 322) | public function setCustomThemeTo($customThemeTo); method setIsActive (line 330) | public function setIsActive($isActive); FILE: app/code/Magento/Cms/Api/Data/PageSearchResultsInterface.php type PageSearchResultsInterface (line 15) | interface PageSearchResultsInterface extends SearchResultsInterface method getItems (line 22) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Cms/Api/GetBlockByIdentifierInterface.php type GetBlockByIdentifierInterface (line 12) | interface GetBlockByIdentifierInterface method execute (line 22) | public function execute(string $identifier, int $storeId) : \Magento\C... FILE: app/code/Magento/Cms/Api/GetPageByIdentifierInterface.php type GetPageByIdentifierInterface (line 12) | interface GetPageByIdentifierInterface method execute (line 22) | public function execute(string $identifier, int $storeId) : \Magento\C... FILE: app/code/Magento/Cms/Api/GetUtilityPageIdentifiersInterface.php type GetUtilityPageIdentifiersInterface (line 13) | interface GetUtilityPageIdentifiersInterface method execute (line 19) | public function execute(); FILE: app/code/Magento/Cms/Api/PageRepositoryInterface.php type PageRepositoryInterface (line 15) | interface PageRepositoryInterface method save (line 24) | public function save(\Magento\Cms\Api\Data\PageInterface $page); method getById (line 33) | public function getById($pageId); method getList (line 42) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 51) | public function delete(\Magento\Cms\Api\Data\PageInterface $page); method deleteById (line 61) | public function deleteById($pageId); FILE: app/code/Magento/Cms/Block/Adminhtml/Block.php class Block (line 11) | class Block extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 16) | protected function _construct() FILE: app/code/Magento/Cms/Block/Adminhtml/Block/Edit/BackButton.php class BackButton (line 13) | class BackButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getBackUrl (line 33) | public function getBackUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Block/Edit/DeleteButton.php class DeleteButton (line 13) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getDeleteUrl (line 39) | public function getDeleteUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Block/Edit/GenericButton.php class GenericButton (line 15) | class GenericButton method __construct (line 31) | public function __construct( method getBlockId (line 44) | public function getBlockId() method getUrl (line 62) | public function getUrl($route = '', $params = []) FILE: app/code/Magento/Cms/Block/Adminhtml/Block/Edit/SaveButton.php class SaveButton (line 15) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 20) | public function getButtonData() method getOptions (line 53) | private function getOptions() FILE: app/code/Magento/Cms/Block/Adminhtml/Block/Widget/Chooser.php class Chooser (line 11) | class Chooser extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 30) | public function __construct( method _construct (line 47) | protected function _construct() method prepareElementHtml (line 62) | public function prepareElementHtml(\Magento\Framework\Data\Form\Elemen... method getRowClickCallback (line 97) | public function getRowClickCallback() method _prepareCollection (line 124) | protected function _prepareCollection() method _prepareColumns (line 135) | protected function _prepareColumns() method getGridUrl (line 167) | public function getGridUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Page.php class Page (line 11) | class Page extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() method _isAllowedAction (line 39) | protected function _isAllowedAction($resourceId) FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Edit/BackButton.php class BackButton (line 13) | class BackButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getBackUrl (line 33) | public function getBackUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Edit/DeleteButton.php class DeleteButton (line 13) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getDeleteUrl (line 39) | public function getDeleteUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Edit/GenericButton.php class GenericButton (line 15) | class GenericButton method __construct (line 31) | public function __construct( method getPageId (line 44) | public function getPageId() method getUrl (line 62) | public function getUrl($route = '', $params = []) FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Edit/SaveButton.php class SaveButton (line 15) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 20) | public function getButtonData() method getOptions (line 51) | private function getOptions() FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Grid.php class Grid (line 11) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 36) | public function __construct( method _construct (line 53) | protected function _construct() method _prepareCollection (line 66) | protected function _prepareCollection() method _prepareColumns (line 81) | protected function _prepareColumns() method _afterLoadCollection (line 167) | protected function _afterLoadCollection() method _filterStoreCondition (line 181) | protected function _filterStoreCondition($collection, \Magento\Framewo... method getRowUrl (line 196) | public function getRowUrl($row) FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Grid/Renderer/Action.php class Action (line 8) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method __construct (line 20) | public function __construct( method render (line 35) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Grid/Renderer/Action/UrlBuilder.php class UrlBuilder (line 11) | class UrlBuilder method __construct (line 21) | public function __construct(\Magento\Framework\UrlInterface $frontendU... method getUrl (line 34) | public function getUrl($routePath, $scope, $store) FILE: app/code/Magento/Cms/Block/Adminhtml/Page/Widget/Chooser.php class Chooser (line 13) | class Chooser extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 44) | public function __construct( method _construct (line 65) | protected function _construct() method prepareElementHtml (line 79) | public function prepareElementHtml(\Magento\Framework\Data\Form\Elemen... method getRowClickCallback (line 114) | public function getRowClickCallback() method _prepareCollection (line 141) | protected function _prepareCollection() method _prepareColumns (line 156) | protected function _prepareColumns() method getGridUrl (line 220) | public function getGridUrl() FILE: app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content.php class Content (line 16) | class Content extends \Magento\Backend\Block\Widget\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getContentsUrl (line 115) | public function getContentsUrl() method getFilebrowserSetupObject (line 125) | public function getFilebrowserSetupObject() method getNewfolderUrl (line 153) | public function getNewfolderUrl() method getDeletefolderUrl (line 163) | protected function getDeletefolderUrl() method getDeleteFilesUrl (line 173) | public function getDeleteFilesUrl() method getOnInsertUrl (line 183) | public function getOnInsertUrl() method getTargetElementId (line 193) | public function getTargetElementId() FILE: app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content/Files.php class Files (line 14) | class Files extends \Magento\Backend\Block\Template method __construct (line 39) | public function __construct( method getFiles (line 55) | public function getFiles() method getFilesCount (line 72) | public function getFilesCount() method getFileId (line 83) | public function getFileId(\Magento\Framework\DataObject $file) method getFileThumbUrl (line 94) | public function getFileThumbUrl(\Magento\Framework\DataObject $file) method getFileName (line 105) | public function getFileName(\Magento\Framework\DataObject $file) method getFileWidth (line 116) | public function getFileWidth(\Magento\Framework\DataObject $file) method getFileHeight (line 127) | public function getFileHeight(\Magento\Framework\DataObject $file) method getFileShortName (line 138) | public function getFileShortName(\Magento\Framework\DataObject $file) method getImagesWidth (line 148) | public function getImagesWidth() method getImagesHeight (line 158) | public function getImagesHeight() method _getMediaType (line 167) | protected function _getMediaType() FILE: app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content/Newfolder.php class Newfolder (line 13) | class Newfolder extends \Magento\Backend\Block\Template FILE: app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content/Uploader.php class Uploader (line 14) | class Uploader extends \Magento\Backend\Block\Media\Uploader method __construct (line 27) | public function __construct( method _construct (line 40) | protected function _construct() method _getMediaType (line 65) | protected function _getMediaType() FILE: app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Tree.php class Tree (line 14) | class Tree extends \Magento\Backend\Block\Template method __construct (line 43) | public function __construct( method getTreeJson (line 62) | public function getTreeJson() method getTreeLoaderUrl (line 96) | public function getTreeLoaderUrl() method getRootNodeName (line 117) | public function getRootNodeName() method getTreeCurrentPath (line 127) | public function getTreeCurrentPath() method getTreeWidgetOptions (line 156) | public function getTreeWidgetOptions() FILE: app/code/Magento/Cms/Block/Block.php class Block (line 14) | class Block extends AbstractBlock implements \Magento\Framework\DataObje... method __construct (line 49) | public function __construct( method _toHtml (line 67) | protected function _toHtml() method getIdentities (line 88) | public function getIdentities() method getCacheKeyInfo (line 96) | public function getCacheKeyInfo() FILE: app/code/Magento/Cms/Block/Page.php class Page (line 16) | class Page extends \Magento\Framework\View\Element\AbstractBlock implements method __construct (line 59) | public function __construct( method getPage (line 82) | public function getPage() method _prepareLayout (line 102) | protected function _prepareLayout() method _addBreadcrumbs (line 128) | protected function _addBreadcrumbs(\Magento\Cms\Model\Page $page) method _toHtml (line 168) | protected function _toHtml() method getIdentities (line 179) | public function getIdentities() FILE: app/code/Magento/Cms/Block/Widget/Block.php class Block (line 21) | class Block extends \Magento\Framework\View\Element\Template implements ... method __construct (line 53) | public function __construct( method _beforeToHtml (line 71) | protected function _beforeToHtml() method getIdentities (line 102) | public function getIdentities() method getBlock (line 118) | private function getBlock(): ?CmsBlock FILE: app/code/Magento/Cms/Block/Widget/Page/Link.php class Link (line 11) | class Link extends \Magento\Framework\View\Element\Html\Link implements ... method __construct (line 52) | public function __construct( method getHref (line 69) | public function getHref() method getTitle (line 89) | public function getTitle() method getLabel (line 114) | public function getLabel() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block.php class Block (line 8) | abstract class Block extends \Magento\Backend\App\Action method __construct (line 28) | public function __construct(\Magento\Backend\App\Action\Context $conte... method initPage (line 40) | protected function initPage($resultPage) FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/Delete.php class Delete (line 11) | class Delete extends \Magento\Cms\Controller\Adminhtml\Block implements ... method execute (line 18) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/Edit.php class Edit (line 13) | class Edit extends \Magento\Cms\Controller\Adminhtml\Block implements Ht... method __construct (line 25) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/Index.php class Index (line 13) | class Index extends \Magento\Cms\Controller\Adminhtml\Block implements H... method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/InlineEdit.php class InlineEdit (line 13) | class InlineEdit extends \Magento\Backend\App\Action method __construct (line 37) | public function __construct( method execute (line 51) | public function execute() method getErrorWithBlockId (line 94) | protected function getErrorWithBlockId(BlockInterface $block, $errorText) FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/MassDelete.php class MassDelete (line 18) | class MassDelete extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 42) | public function __construct(Context $context, Filter $filter, Collecti... method execute (line 55) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/NewAction.php class NewAction (line 13) | class NewAction extends \Magento\Cms\Controller\Adminhtml\Block implemen... method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/Save.php class Save (line 20) | class Save extends \Magento\Cms\Controller\Adminhtml\Block implements Ht... method __construct (line 44) | public function __construct( method execute (line 65) | public function execute() method processBlockReturn (line 118) | private function processBlockReturn($model, $data, $resultRedirect) FILE: app/code/Magento/Cms/Controller/Adminhtml/Block/Widget/Chooser.php class Chooser (line 13) | class Chooser extends \Magento\Backend\App\Action method __construct (line 35) | public function __construct(Context $context, LayoutFactory $layoutFac... method execute (line 47) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/Delete.php class Delete (line 13) | class Delete extends \Magento\Backend\App\Action implements HttpPostActi... method execute (line 27) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/Edit.php class Edit (line 14) | class Edit extends \Magento\Backend\App\Action implements HttpGetActionI... method __construct (line 40) | public function __construct( method _initAction (line 55) | protected function _initAction() method execute (line 72) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/Index.php class Index (line 17) | class Index extends \Magento\Backend\App\Action implements HttpGetAction... method __construct (line 41) | public function __construct( method execute (line 56) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/InlineEdit.php class InlineEdit (line 19) | class InlineEdit extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 47) | public function __construct( method execute (line 65) | public function execute() method filterPost (line 120) | protected function filterPost($postData = []) method validatePost (line 139) | protected function validatePost(array $pageData, \Magento\Cms\Model\Pa... method getErrorWithPageId (line 156) | protected function getErrorWithPageId(PageInterface $page, $errorText) method setCmsPageData (line 169) | public function setCmsPageData(\Magento\Cms\Model\Page $page, array $e... FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/MassDelete.php class MassDelete (line 17) | class MassDelete extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 41) | public function __construct(Context $context, Filter $filter, Collecti... method execute (line 54) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/MassDisable.php class MassDisable (line 17) | class MassDisable extends \Magento\Backend\App\Action implements HttpPos... method __construct (line 41) | public function __construct(Context $context, Filter $filter, Collecti... method execute (line 54) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/MassEnable.php class MassEnable (line 17) | class MassEnable extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 41) | public function __construct(Context $context, Filter $filter, Collecti... method execute (line 54) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/NewAction.php class NewAction (line 14) | class NewAction extends \Magento\Backend\App\Action implements HttpGetAc... method __construct (line 32) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/PostDataProcessor.php class PostDataProcessor (line 17) | class PostDataProcessor method __construct (line 45) | public function __construct( method filter (line 64) | public function filter($data) method validate (line 84) | public function validate($data) method validateRequireEntry (line 111) | public function validateRequireEntry(array $data) method validateData (line 137) | private function validateData($data, $layoutXmlValidator) FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/Save.php class Save (line 20) | class Save extends \Magento\Backend\App\Action implements HttpPostAction... method __construct (line 56) | public function __construct( method execute (line 77) | public function execute() method processResultRedirect (line 138) | private function processResultRedirect($model, $resultRedirect, $data) FILE: app/code/Magento/Cms/Controller/Adminhtml/Page/Widget/Chooser.php class Chooser (line 15) | class Chooser extends Action implements HttpPostActionInterface, HttpGet... method __construct (line 37) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Directive.php class Directive (line 17) | class Directive extends Action implements HttpGetActionInterface method __construct (line 42) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images.php class Images (line 13) | abstract class Images extends \Magento\Backend\App\Action method __construct (line 33) | public function __construct(\Magento\Backend\App\Action\Context $conte... method _initAction (line 44) | protected function _initAction() method getStorage (line 55) | public function getStorage() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Contents.php class Contents (line 9) | class Contents extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images method __construct (line 27) | public function __construct( method _saveSessionCurrentPath (line 43) | protected function _saveSessionCurrentPath() method execute (line 56) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFiles.php class DeleteFiles (line 14) | class DeleteFiles extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Imag... method __construct (line 40) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFolder.php class DeleteFolder (line 15) | class DeleteFolder extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Ima... method __construct (line 39) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Index.php class Index (line 9) | class Index extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/NewFolder.php class NewFolder (line 15) | class NewFolder extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images... method __construct (line 33) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php class OnInsert (line 9) | class OnInsert extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images method __construct (line 21) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Thumbnail.php class Thumbnail (line 11) | class Thumbnail extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images method __construct (line 23) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/TreeJson.php class TreeJson (line 9) | class TreeJson extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images method __construct (line 27) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Upload.php class Upload (line 18) | class Upload extends \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images im... method __construct (line 36) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Cms/Controller/Index/DefaultIndex.php class DefaultIndex (line 11) | class DefaultIndex extends DefaultNoRoute FILE: app/code/Magento/Cms/Controller/Index/DefaultNoRoute.php class DefaultNoRoute (line 8) | class DefaultNoRoute extends \Magento\Framework\App\Action\Action method __construct (line 19) | public function __construct( method execute (line 30) | public function execute() FILE: app/code/Magento/Cms/Controller/Index/Index.php class Index (line 25) | class Index extends Action implements HttpGetActionInterface, HttpPostAc... method __construct (line 50) | public function __construct( method execute (line 71) | public function execute($coreRoute = null) FILE: app/code/Magento/Cms/Controller/Noroute/Index.php class Index (line 12) | class Index extends \Magento\Framework\App\Action\Action method __construct (line 23) | public function __construct( method execute (line 36) | public function execute() FILE: app/code/Magento/Cms/Controller/Page/View.php class View (line 16) | class View extends Action implements HttpGetActionInterface, HttpPostAct... method __construct (line 27) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Cms/Controller/Router.php class Router (line 11) | class Router implements \Magento\Framework\App\RouterInterface method __construct (line 68) | public function __construct( method match (line 90) | public function match(\Magento\Framework\App\RequestInterface $request) FILE: app/code/Magento/Cms/Helper/Page.php class Page (line 21) | class Page extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 116) | public function __construct( method prepareResultPage (line 153) | public function prepareResultPage(Action $action, $pageId = null) method getPageUrl (line 230) | public function getPageUrl($pageId = null) method setLayoutType (line 253) | protected function setLayoutType($inRange, $resultPage) FILE: app/code/Magento/Cms/Helper/Wysiwyg/Images.php class Images (line 13) | class Images extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 76) | public function __construct( method setStoreId (line 98) | public function setStoreId($store) method getStorageRoot (line 109) | public function getStorageRoot() method getStorageRootSubpath (line 119) | public function getStorageRootSubpath() method getBaseUrl (line 129) | public function getBaseUrl() method getTreeNodeName (line 139) | public function getTreeNodeName() method convertPathToId (line 150) | public function convertPathToId($path) method convertIdToPath (line 163) | public function convertIdToPath($id) method isUsingStaticUrlsAllowed (line 182) | public function isUsingStaticUrlsAllowed() method getImageHtmlDeclaration (line 200) | public function getImageHtmlDeclaration($filename, $renderAsTag = false) method getCurrentPath (line 233) | public function getCurrentPath() method getCurrentUrl (line 263) | public function getCurrentUrl() method idEncode (line 283) | public function idEncode($string) method idDecode (line 294) | public function idDecode($string) method getShortFilename (line 307) | public function getShortFilename($filename, $maxLength = 20) method setImageDirectorySubpath (line 321) | public function setImageDirectorySubpath($subpath) FILE: app/code/Magento/Cms/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/BlockStoreFilter.php class BlockStoreFilter (line 12) | class BlockStoreFilter implements CustomFilterInterface method apply (line 21) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Cms/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/PageStoreFilter.php class PageStoreFilter (line 12) | class PageStoreFilter implements CustomFilterInterface method apply (line 21) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Cms/Model/Block.php class Block (line 18) | class Block extends AbstractModel implements BlockInterface, IdentityInt... method _construct (line 48) | protected function _construct() method beforeSave (line 59) | public function beforeSave() method getIdentities (line 79) | public function getIdentities() method getId (line 89) | public function getId() method getIdentifier (line 99) | public function getIdentifier() method getTitle (line 109) | public function getTitle() method getContent (line 119) | public function getContent() method getCreationTime (line 129) | public function getCreationTime() method getUpdateTime (line 139) | public function getUpdateTime() method isActive (line 149) | public function isActive() method setId (line 160) | public function setId($id) method setIdentifier (line 171) | public function setIdentifier($identifier) method setTitle (line 182) | public function setTitle($title) method setContent (line 193) | public function setContent($content) method setCreationTime (line 204) | public function setCreationTime($creationTime) method setUpdateTime (line 215) | public function setUpdateTime($updateTime) method setIsActive (line 226) | public function setIsActive($isActive) method getStores (line 236) | public function getStores() method getAvailableStatuses (line 246) | public function getAvailableStatuses() FILE: app/code/Magento/Cms/Model/Block/DataProvider.php class DataProvider (line 15) | class DataProvider extends \Magento\Ui\DataProvider\ModifierPoolDataProv... method __construct (line 44) | public function __construct( method getData (line 64) | public function getData() FILE: app/code/Magento/Cms/Model/Block/Source/IsActive.php class IsActive (line 13) | class IsActive implements OptionSourceInterface method __construct (line 25) | public function __construct(\Magento\Cms\Model\Block $cmsBlock) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/BlockRepository.php class BlockRepository (line 25) | class BlockRepository implements BlockRepositoryInterface method __construct (line 83) | public function __construct( method save (line 112) | public function save(Data\BlockInterface $block) method getById (line 133) | public function getById($blockId) method getList (line 151) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 173) | public function delete(Data\BlockInterface $block) method deleteById (line 191) | public function deleteById($blockId) method getCollectionProcessor (line 202) | private function getCollectionProcessor() FILE: app/code/Magento/Cms/Model/BlockSearchResults.php class BlockSearchResults (line 16) | class BlockSearchResults extends SearchResults implements BlockSearchRes... FILE: app/code/Magento/Cms/Model/Config/Source/Block.php class Block (line 16) | class Block implements OptionSourceInterface method __construct (line 31) | public function __construct( method toOptionArray (line 40) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Config/Source/Page.php class Page (line 13) | class Page implements \Magento\Framework\Option\ArrayInterface method __construct (line 28) | public function __construct( method toOptionArray (line 39) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Config/Source/Wysiwyg/Editor.php class Editor (line 11) | class Editor implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(array $adapterOptions = []) method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Config/Source/Wysiwyg/Enabled.php class Enabled (line 11) | class Enabled implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/GetBlockByIdentifier.php class GetBlockByIdentifier (line 16) | class GetBlockByIdentifier implements GetBlockByIdentifierInterface method __construct (line 32) | public function __construct( method execute (line 43) | public function execute(string $identifier, int $storeId) : BlockInter... FILE: app/code/Magento/Cms/Model/GetPageByIdentifier.php class GetPageByIdentifier (line 16) | class GetPageByIdentifier implements GetPageByIdentifierInterface method __construct (line 32) | public function __construct( method execute (line 43) | public function execute(string $identifier, int $storeId) : PageInterface FILE: app/code/Magento/Cms/Model/GetUtilityPageIdentifiers.php class GetUtilityPageIdentifiers (line 15) | class GetUtilityPageIdentifiers implements GetUtilityPageIdentifiersInte... method __construct (line 26) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Cms/Model/Page.php class Page (line 26) | class Page extends AbstractModel implements PageInterface, IdentityInter... method __construct (line 75) | public function __construct( method _construct (line 93) | protected function _construct() method load (line 105) | public function load($id, $field = null) method noRoutePage (line 118) | public function noRoutePage() method getStores (line 128) | public function getStores() method checkIdentifier (line 140) | public function checkIdentifier($identifier, $storeId) method getAvailableStatuses (line 150) | public function getAvailableStatuses() method getIdentities (line 160) | public function getIdentities() method getId (line 170) | public function getId() method getIdentifier (line 180) | public function getIdentifier() method getTitle (line 190) | public function getTitle() method getPageLayout (line 200) | public function getPageLayout() method getMetaTitle (line 211) | public function getMetaTitle() method getMetaKeywords (line 221) | public function getMetaKeywords() method getMetaDescription (line 231) | public function getMetaDescription() method getContentHeading (line 241) | public function getContentHeading() method getContent (line 251) | public function getContent() method getCreationTime (line 261) | public function getCreationTime() method getUpdateTime (line 271) | public function getUpdateTime() method getSortOrder (line 281) | public function getSortOrder() method getLayoutUpdateXml (line 291) | public function getLayoutUpdateXml() method getCustomTheme (line 301) | public function getCustomTheme() method getCustomRootTemplate (line 311) | public function getCustomRootTemplate() method getCustomLayoutUpdateXml (line 321) | public function getCustomLayoutUpdateXml() method getCustomThemeFrom (line 331) | public function getCustomThemeFrom() method getCustomThemeTo (line 341) | public function getCustomThemeTo() method isActive (line 351) | public function isActive() method setId (line 362) | public function setId($id) method setIdentifier (line 373) | public function setIdentifier($identifier) method setTitle (line 384) | public function setTitle($title) method setPageLayout (line 395) | public function setPageLayout($pageLayout) method setMetaTitle (line 407) | public function setMetaTitle($metaTitle) method setMetaKeywords (line 418) | public function setMetaKeywords($metaKeywords) method setMetaDescription (line 429) | public function setMetaDescription($metaDescription) method setContentHeading (line 440) | public function setContentHeading($contentHeading) method setContent (line 451) | public function setContent($content) method setCreationTime (line 462) | public function setCreationTime($creationTime) method setUpdateTime (line 473) | public function setUpdateTime($updateTime) method setSortOrder (line 484) | public function setSortOrder($sortOrder) method setLayoutUpdateXml (line 495) | public function setLayoutUpdateXml($layoutUpdateXml) method setCustomTheme (line 506) | public function setCustomTheme($customTheme) method setCustomRootTemplate (line 517) | public function setCustomRootTemplate($customRootTemplate) method setCustomLayoutUpdateXml (line 528) | public function setCustomLayoutUpdateXml($customLayoutUpdateXml) method setCustomThemeFrom (line 539) | public function setCustomThemeFrom($customThemeFrom) method setCustomThemeTo (line 550) | public function setCustomThemeTo($customThemeTo) method setIsActive (line 561) | public function setIsActive($isActive) method validateNewIdentifier (line 572) | private function validateNewIdentifier(): void method beforeSave (line 598) | public function beforeSave() method getScopeConfig (line 626) | private function getScopeConfig() FILE: app/code/Magento/Cms/Model/Page/Authorization.php class Authorization (line 22) | class Authorization method __construct (line 50) | public function __construct( method hasPageChanged (line 72) | private function hasPageChanged(PageInterface $page, ?PageInterface $o... method authorizeFor (line 118) | public function authorizeFor(PageInterface $page): void FILE: app/code/Magento/Cms/Model/Page/CustomLayout/CustomLayoutManager.php class CustomLayoutManager (line 26) | class CustomLayoutManager implements CustomLayoutManagerInterface method __construct (line 65) | public function __construct( method sanitizeIdentifier (line 85) | private function sanitizeIdentifier(PageInterface $page): string method getLayoutProcessor (line 95) | private function getLayoutProcessor(): LayoutProcessor method fetchAvailableFiles (line 115) | public function fetchAvailableFiles(PageInterface $page): array method applyUpdate (line 142) | public function applyUpdate(PageLayout $layout, CustomLayoutSelectedIn... FILE: app/code/Magento/Cms/Model/Page/CustomLayout/CustomLayoutRepository.php class CustomLayoutRepository (line 25) | class CustomLayoutRepository implements CustomLayoutRepositoryInterface method __construct (line 53) | public function __construct( method findPage (line 72) | private function findPage(int $id): PageModel method isLayoutValidFor (line 92) | private function isLayoutValidFor(PageModel $page, string $layoutFile)... method saveLayout (line 106) | private function saveLayout(int $pageId, ?string $layoutFile): void method save (line 124) | public function save(CustomLayoutSelectedInterface $layout): void method validateLayoutSelectedFor (line 136) | public function validateLayoutSelectedFor(PageModel $page): void method deleteFor (line 147) | public function deleteFor(int $pageId): void method getFor (line 155) | public function getFor(int $pageId): CustomLayoutSelectedInterface FILE: app/code/Magento/Cms/Model/Page/CustomLayout/Data/CustomLayoutSelected.php class CustomLayoutSelected (line 14) | class CustomLayoutSelected implements CustomLayoutSelectedInterface method __construct (line 30) | public function __construct(int $pageId, string $layoutFile) method getPageId (line 39) | public function getPageId(): int method getLayoutFileId (line 47) | public function getLayoutFileId(): string FILE: app/code/Magento/Cms/Model/Page/CustomLayout/Data/CustomLayoutSelectedInterface.php type CustomLayoutSelectedInterface (line 14) | interface CustomLayoutSelectedInterface method getPageId (line 21) | public function getPageId(): int; method getLayoutFileId (line 28) | public function getLayoutFileId(): string; FILE: app/code/Magento/Cms/Model/Page/CustomLayoutManagerInterface.php type CustomLayoutManagerInterface (line 18) | interface CustomLayoutManagerInterface method fetchAvailableFiles (line 26) | public function fetchAvailableFiles(PageInterface $page): array; method applyUpdate (line 35) | public function applyUpdate(View $layout, CustomLayoutSelectedInterfac... FILE: app/code/Magento/Cms/Model/Page/CustomLayoutRepositoryInterface.php type CustomLayoutRepositoryInterface (line 18) | interface CustomLayoutRepositoryInterface method save (line 30) | public function save(CustomLayoutSelectedInterface $layout): void; method deleteFor (line 40) | public function deleteFor(int $pageId): void; method getFor (line 49) | public function getFor(int $pageId): CustomLayoutSelectedInterface; FILE: app/code/Magento/Cms/Model/Page/DataProvider.php class DataProvider (line 19) | class DataProvider extends \Magento\Ui\DataProvider\ModifierPoolDataProv... method __construct (line 70) | public function __construct( method findCurrentPage (line 99) | private function findCurrentPage(): ?Page method prepareMeta (line 116) | public function prepareMeta(array $meta) method getData (line 126) | public function getData() method getMeta (line 159) | public function getMeta() FILE: app/code/Magento/Cms/Model/Page/DomValidationState.php class DomValidationState (line 14) | class DomValidationState implements \Magento\Framework\Config\Validation... method isValidationRequired (line 22) | public function isValidationRequired() FILE: app/code/Magento/Cms/Model/Page/IdentityMap.php class IdentityMap (line 15) | class IdentityMap method add (line 29) | public function add(Page $page): void method get (line 43) | public function get(int $id): ?Page method remove (line 58) | public function remove(int $id): void method clear (line 68) | public function clear(): void FILE: app/code/Magento/Cms/Model/Page/Source/CustomLayout.php class CustomLayout (line 11) | class CustomLayout extends PageLayout method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Page/Source/IsActive.php class IsActive (line 13) | class IsActive implements OptionSourceInterface method __construct (line 25) | public function __construct(\Magento\Cms\Model\Page $cmsPage) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Page/Source/IsActiveFilter.php class IsActiveFilter (line 11) | class IsActiveFilter extends IsActive method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Page/Source/PageLayout.php class PageLayout (line 14) | class PageLayout implements OptionSourceInterface method __construct (line 32) | public function __construct(BuilderInterface $pageLayoutBuilder) method toOptionArray (line 40) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Page/Source/PageLayoutFilter.php class PageLayoutFilter (line 11) | class PageLayoutFilter extends PageLayout method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/Page/Source/Theme.php class Theme (line 14) | class Theme implements OptionSourceInterface method __construct (line 26) | public function __construct(ListInterface $themeList) method toOptionArray (line 36) | public function toOptionArray() FILE: app/code/Magento/Cms/Model/PageRepository.php class PageRepository (line 27) | class PageRepository implements PageRepositoryInterface method __construct (line 92) | public function __construct( method validateLayoutUpdate (line 123) | private function validateLayoutUpdate(Data\PageInterface $page): void method save (line 147) | public function save(\Magento\Cms\Api\Data\PageInterface $page) method getById (line 173) | public function getById($pageId) method getList (line 193) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 215) | public function delete(\Magento\Cms\Api\Data\PageInterface $page) method deleteById (line 236) | public function deleteById($pageId) method getCollectionProcessor (line 247) | private function getCollectionProcessor() FILE: app/code/Magento/Cms/Model/PageRepository/ValidationComposite.php class ValidationComposite (line 18) | class ValidationComposite implements PageRepositoryInterface method __construct (line 34) | public function __construct( method save (line 52) | public function save(PageInterface $page) method getById (line 64) | public function getById($pageId) method getList (line 72) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 80) | public function delete(PageInterface $page) method deleteById (line 88) | public function deleteById($pageId) FILE: app/code/Magento/Cms/Model/PageRepository/Validator/LayoutUpdateValidator.php class LayoutUpdateValidator (line 23) | class LayoutUpdateValidator implements ValidatorInterface method __construct (line 39) | public function __construct( method validate (line 53) | public function validate(PageInterface $page): void method validateRequiredFields (line 66) | private function validateRequiredFields(PageInterface $page): void method validateLayoutUpdate (line 79) | private function validateLayoutUpdate(PageInterface $page): void method validateCustomLayoutUpdate (line 100) | private function validateCustomLayoutUpdate(PageInterface $page): void method getLayoutValidator (line 120) | private function getLayoutValidator(): Validator FILE: app/code/Magento/Cms/Model/PageRepository/ValidatorInterface.php type ValidatorInterface (line 17) | interface ValidatorInterface method validate (line 26) | public function validate(PageInterface $page): void; FILE: app/code/Magento/Cms/Model/PageSearchResults.php class PageSearchResults (line 16) | class PageSearchResults extends SearchResults implements PageSearchResul... FILE: app/code/Magento/Cms/Model/Plugin/Product.php class Product (line 16) | class Product method __construct (line 26) | public function __construct(Page $page) method afterGetIdentities (line 38) | public function afterGetIdentities(CatalogProduct $product, array $ide... FILE: app/code/Magento/Cms/Model/ResourceModel/AbstractCollection.php class AbstractCollection (line 13) | abstract class AbstractCollection extends \Magento\Framework\Model\Resou... method __construct (line 37) | public function __construct( method performAfterLoad (line 59) | protected function performAfterLoad($tableName, $linkField) method addFieldToFilter (line 102) | public function addFieldToFilter($field, $condition = null) method addStoreFilter (line 118) | abstract public function addStoreFilter($store, $withAdmin = true); method performAddStoreFilter (line 127) | protected function performAddStoreFilter($store, $withAdmin = true) method joinStoreRelationTable (line 151) | protected function joinStoreRelationTable($tableName, $linkField) method getSelectCountSql (line 172) | public function getSelectCountSql() method toOptionIdArray (line 186) | public function toOptionIdArray() FILE: app/code/Magento/Cms/Model/ResourceModel/Block.php class Block (line 23) | class Block extends AbstractDb method __construct (line 49) | public function __construct( method _construct (line 67) | protected function _construct() method getConnection (line 75) | public function getConnection() method _beforeSave (line 87) | protected function _beforeSave(AbstractModel $object) method getBlockId (line 107) | private function getBlockId(AbstractModel $object, $value, $field = null) method load (line 135) | public function load(AbstractModel $object, $value, $field = null) method _getLoadSelect (line 152) | protected function _getLoadSelect($field, $value, $object) method getIsUniqueBlockToStores (line 183) | public function getIsUniqueBlockToStores(AbstractModel $object) method lookupStoreIds (line 226) | public function lookupStoreIds($id) method save (line 252) | public function save(AbstractModel $object) method delete (line 261) | public function delete(AbstractModel $object) FILE: app/code/Magento/Cms/Model/ResourceModel/Block/Collection.php class Collection (line 14) | class Collection extends AbstractCollection method _afterLoad (line 40) | protected function _afterLoad() method _construct (line 54) | protected function _construct() method toOptionArray (line 66) | public function toOptionArray() method addStoreFilter (line 78) | public function addStoreFilter($store, $withAdmin = true) method _renderFiltersBefore (line 90) | protected function _renderFiltersBefore() FILE: app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php class Collection (line 15) | class Collection extends BlockCollection implements SearchResultInterface method __construct (line 39) | public function __construct( method getAggregations (line 73) | public function getAggregations() method setAggregations (line 82) | public function setAggregations($aggregations) method getSearchCriteria (line 93) | public function getSearchCriteria() method setSearchCriteria (line 105) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 115) | public function getTotalCount() method setTotalCount (line 127) | public function setTotalCount($totalCount) method setItems (line 139) | public function setItems(array $items = null) FILE: app/code/Magento/Cms/Model/ResourceModel/Block/Relation/Store/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements ExtensionInterface method __construct (line 24) | public function __construct( method execute (line 36) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Cms/Model/ResourceModel/Block/Relation/Store/SaveHandler.php class SaveHandler (line 16) | class SaveHandler implements ExtensionInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Cms/Model/ResourceModel/Page.php class Page (line 26) | class Page extends AbstractDb method __construct (line 65) | public function __construct( method _construct (line 85) | protected function _construct() method getConnection (line 93) | public function getConnection() method _beforeSave (line 105) | protected function _beforeSave(AbstractModel $object) method getPageId (line 143) | private function getPageId(AbstractModel $object, $value, $field = null) method load (line 173) | public function load(AbstractModel $object, $value, $field = null) method _getLoadSelect (line 190) | protected function _getLoadSelect($field, $value, $object) method _getLoadByIdentifierSelect (line 224) | protected function _getLoadByIdentifierSelect($identifier, $store, $is... method isNumericPageIdentifier (line 252) | protected function isNumericPageIdentifier(AbstractModel $object) method isValidPageIdentifier (line 263) | protected function isValidPageIdentifier(AbstractModel $object) method checkIdentifier (line 276) | public function checkIdentifier($identifier, $storeId) method getCmsPageTitleByIdentifier (line 296) | public function getCmsPageTitleByIdentifier($identifier) method getCmsPageTitleById (line 318) | public function getCmsPageTitleById($id) method getCmsPageIdentifierById (line 336) | public function getCmsPageIdentifierById($id) method lookupStoreIds (line 354) | public function lookupStoreIds($pageId) method setStore (line 379) | public function setStore($store) method getStore (line 390) | public function getStore() method save (line 398) | public function save(AbstractModel $object) method delete (line 407) | public function delete(AbstractModel $object) FILE: app/code/Magento/Cms/Model/ResourceModel/Page/Collection.php class Collection (line 14) | class Collection extends AbstractCollection method _construct (line 47) | protected function _construct() method setFirstStoreFlag (line 60) | public function setFirstStoreFlag($flag = false) method addStoreFilter (line 73) | public function addStoreFilter($store, $withAdmin = true) method _afterLoad (line 88) | protected function _afterLoad() method _renderFiltersBefore (line 102) | protected function _renderFiltersBefore() FILE: app/code/Magento/Cms/Model/ResourceModel/Page/Grid/Collection.php class Collection (line 16) | class Collection extends PageCollection implements SearchResultInterface method __construct (line 40) | public function __construct( method getAggregations (line 74) | public function getAggregations() method setAggregations (line 83) | public function setAggregations($aggregations) method getSearchCriteria (line 94) | public function getSearchCriteria() method setSearchCriteria (line 106) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 116) | public function getTotalCount() method setTotalCount (line 128) | public function setTotalCount($totalCount) method setItems (line 140) | public function setItems(array $items = null) FILE: app/code/Magento/Cms/Model/ResourceModel/Page/Relation/Store/ReadHandler.php class ReadHandler (line 15) | class ReadHandler implements ExtensionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Cms/Model/ResourceModel/Page/Relation/Store/SaveHandler.php class SaveHandler (line 16) | class SaveHandler implements ExtensionInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Cms/Model/Template/Filter.php class Filter (line 13) | class Filter extends \Magento\Email\Model\Template\Filter method setUseSessionInUrl (line 28) | public function setUseSessionInUrl($flag) method mediaDirective (line 40) | public function mediaDirective($construction) FILE: app/code/Magento/Cms/Model/Template/FilterProvider.php class FilterProvider (line 13) | class FilterProvider method __construct (line 40) | public function __construct( method _getFilterInstance (line 55) | protected function _getFilterInstance($instanceName) method getBlockFilter (line 72) | public function getBlockFilter() method getPageFilter (line 80) | public function getPageFilter() FILE: app/code/Magento/Cms/Model/Wysiwyg/CompositeConfigProvider.php class CompositeConfigProvider (line 13) | class CompositeConfigProvider method __construct (line 70) | public function __construct( method processVariableConfig (line 92) | public function processVariableConfig($config) method processWidgetConfig (line 103) | public function processWidgetConfig($config) method processGalleryConfig (line 114) | public function processGalleryConfig($config) method processWysiwygConfig (line 125) | public function processWysiwygConfig($config) method getActiveEditorPath (line 136) | private function getActiveEditorPath($config) method updateConfig (line 154) | private function updateConfig($config, array $configProviders) FILE: app/code/Magento/Cms/Model/Wysiwyg/Config.php class Config (line 20) | class Config extends \Magento\Framework\DataObject implements ConfigInte... method __construct (line 132) | public function __construct( method getConfig (line 177) | public function getConfig($data = []) method getSkinImagePlaceholderPath (line 231) | public function getSkinImagePlaceholderPath() method isEnabled (line 243) | public function isEnabled() method isHidden (line 258) | public function isHidden() FILE: app/code/Magento/Cms/Model/Wysiwyg/ConfigProviderFactory.php class ConfigProviderFactory (line 16) | class ConfigProviderFactory method __construct (line 28) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 40) | public function create(string $instance, array $arguments = []): Wysiw... FILE: app/code/Magento/Cms/Model/Wysiwyg/DefaultConfigProvider.php class DefaultConfigProvider (line 14) | class DefaultConfigProvider implements \Magento\Framework\Data\Wysiwyg\C... method __construct (line 24) | public function __construct(\Magento\Framework\View\Asset\Repository $... method getConfig (line 32) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Cms/Model/Wysiwyg/Gallery/DefaultConfigProvider.php class DefaultConfigProvider (line 11) | class DefaultConfigProvider implements \Magento\Framework\Data\Wysiwyg\C... method __construct (line 39) | public function __construct( method getConfig (line 54) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php class Storage (line 29) | class Storage extends \Magento\Framework\DataObject method __construct (line 181) | public function __construct( method createSubDirectories (line 229) | protected function createSubDirectories($path) method getConditionsForExcludeDirs (line 247) | protected function getConditionsForExcludeDirs() method removeItemFromCollection (line 274) | protected function removeItemFromCollection($collection, $conditions) method getDirsCollection (line 299) | public function getDirsCollection($path) method getFilesCollection (line 324) | public function getFilesCollection($path, $type = null) method getCollection (line 397) | public function getCollection($path = null) method createDirectory (line 415) | public function createDirectory($name, $path) method deleteDirectory (line 462) | public function deleteDirectory($path) method _deleteByPath (line 489) | protected function _deleteByPath($path) method deleteFile (line 504) | public function deleteFile($target) method uploadFile (line 531) | public function uploadFile($targetPath, $type = null) method getThumbnailPath (line 568) | public function getThumbnailPath($filePath, $checkFile = false) method getThumbnailUrl (line 590) | public function getThumbnailUrl($filePath, $checkFile = false) method resizeFile (line 619) | public function resizeFile($source, $keepRatio = true) method resizeOnTheFly (line 652) | public function resizeOnTheFly($filename) method getThumbsPath (line 667) | public function getThumbsPath($filePath = false) method getSession (line 684) | public function getSession() method getAllowedExtensions (line 695) | public function getAllowedExtensions($type = null) method getThumbnailRoot (line 707) | public function getThumbnailRoot() method isImage (line 718) | public function isImage($filename) method getResizeWidth (line 736) | public function getResizeWidth() method getResizeHeight (line 746) | public function getResizeHeight() method getCmsWysiwygImages (line 756) | public function getCmsWysiwygImages() method _validatePath (line 768) | protected function _validatePath($path) method _sanitizePath (line 789) | protected function _sanitizePath($path) method _getRelativePathToRoot (line 800) | protected function _getRelativePathToRoot($path) method getAllowedMimeTypes (line 814) | private function getAllowedMimeTypes($type = null): array method getExtensionsList (line 827) | private function getExtensionsList($type = null): array method isPathAllowed (line 845) | private function isPathAllowed($path, array $conditions): bool FILE: app/code/Magento/Cms/Model/Wysiwyg/Images/Storage/Collection.php class Collection (line 17) | class Collection extends \Magento\Framework\Data\Collection\Filesystem method __construct (line 28) | public function __construct( method _generateRow (line 42) | protected function _generateRow($filename) FILE: app/code/Magento/Cms/Model/WysiwygDefaultConfig.php class WysiwygDefaultConfig (line 10) | class WysiwygDefaultConfig implements \Magento\Framework\Data\Wysiwyg\Co... method getConfig (line 15) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Cms/Observer/NoCookiesObserver.php class NoCookiesObserver (line 10) | class NoCookiesObserver implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Cms/Observer/NoRouteObserver.php class NoRouteObserver (line 10) | class NoRouteObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Cms/Observer/PageAclPlugin.php class PageAclPlugin (line 18) | class PageAclPlugin method __construct (line 28) | public function __construct(Authorization $authorization) method beforeSave (line 42) | public function beforeSave(PageRepositoryInterface $subject, PageInter... FILE: app/code/Magento/Cms/Observer/PageValidatorObserver.php class PageValidatorObserver (line 20) | class PageValidatorObserver implements ObserverInterface method __construct (line 30) | public function __construct(Authorization $authorization) method execute (line 40) | public function execute(Observer $observer) FILE: app/code/Magento/Cms/Setup/ContentConverter.php class ContentConverter (line 18) | class ContentConverter extends SerializedToJson method __construct (line 38) | public function __construct( method convert (line 56) | public function convert($value) method isValidJsonValue (line 77) | protected function isValidJsonValue($value) method convertWidgetParams (line 88) | private function convertWidgetParams($paramsString) method restoreReservedCharactersInSerializedContent (line 118) | private function restoreReservedCharactersInSerializedContent($seriali... FILE: app/code/Magento/Cms/Setup/Patch/Data/ConvertWidgetConditionsToJson.php class ConvertWidgetConditionsToJson (line 26) | class ConvertWidgetConditionsToJson implements DataPatchInterface, Patch... method __construct (line 55) | public function __construct( method apply (line 70) | public function apply() method getDependencies (line 136) | public static function getDependencies() method getVersion (line 146) | public static function getVersion() method getAliases (line 154) | public function getAliases() FILE: app/code/Magento/Cms/Setup/Patch/Data/CreateDefaultPages.php class CreateDefaultPages (line 18) | class CreateDefaultPages implements DataPatchInterface, PatchVersionInte... method __construct (line 35) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 381) | public static function getDependencies() method getVersion (line 389) | public static function getVersion() method getAliases (line 397) | public function getAliases() method createPage (line 407) | private function createPage() FILE: app/code/Magento/Cms/Setup/Patch/Data/UpdatePrivacyPolicyPage.php class UpdatePrivacyPolicyPage (line 17) | class UpdatePrivacyPolicyPage implements DataPatchInterface, PatchVersio... method __construct (line 28) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 238) | public static function getDependencies() method getVersion (line 248) | public static function getVersion() method getAliases (line 256) | public function getAliases() method createPage (line 266) | private function createPage() FILE: app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Widget/ChooserTest.php class ChooserTest (line 11) | class ChooserTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testPrepareElementHtml (line 151) | public function testPrepareElementHtml($elementValue, $modelBlockId) method prepareElementHtmlDataProvider (line 239) | public function prepareElementHtmlDataProvider() method testGetGridUrl (line 260) | public function testGetGridUrl() FILE: app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Page/Widget/ChooserTest.php class ChooserTest (line 11) | class ChooserTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testPrepareElementHtml (line 152) | public function testPrepareElementHtml($elementValue, $cmsPageId) method prepareElementHtmlDataProvider (line 242) | public function prepareElementHtmlDataProvider() method testGetGridUrl (line 263) | public function testGetGridUrl() FILE: app/code/Magento/Cms/Test/Unit/Block/BlockTest.php class BlockTest (line 8) | class BlockTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() FILE: app/code/Magento/Cms/Test/Unit/Block/PageTest.php class PageTest (line 11) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method tearDown (line 35) | protected function tearDown() method testGetIdentities (line 40) | public function testGetIdentities() FILE: app/code/Magento/Cms/Test/Unit/Block/Widget/Page/LinkTest.php class LinkTest (line 8) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method tearDown (line 45) | protected function tearDown() method testGetHrefEmpty (line 50) | public function testGetHrefEmpty() method testGetHref (line 55) | public function testGetHref() method testGetHrefByPageId (line 62) | public function testGetHrefByPageId() method testGetTitleEmpty (line 72) | public function testGetTitleEmpty() method testGetTitle (line 77) | public function testGetTitle() method testGetTitleByPageId (line 84) | public function testGetTitleByPageId() method testGetTitleByHref (line 96) | public function testGetTitleByHref() method testGetLabelByAnchorText (line 111) | public function testGetLabelByAnchorText() method testGetLabelLikeTitle (line 118) | public function testGetLabelLikeTitle() method testGetLabelByHref (line 125) | public function testGetLabelByHref() method testGetLabelByPageId (line 140) | public function testGetLabelByPageId() method testGetLabelEmpty (line 152) | public function testGetLabelEmpty() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/AbstractMassActionTest.php class AbstractMassActionTest (line 10) | abstract class AbstractMassActionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/DeleteTest.php class DeleteTest (line 11) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testDeleteAction (line 121) | public function testDeleteAction() method testDeleteActionNoId (line 150) | public function testDeleteActionNoId() method testDeleteActionThrowsException (line 170) | public function testDeleteActionThrowsException() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/EditTest.php class EditTest (line 11) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testEditActionBlockNoExists (line 125) | public function testEditActionBlockNoExists() method testEditAction (line 163) | public function testEditAction($blockId, $label, $title) method getTitle (line 216) | protected function getTitle() method editActionData (line 224) | public function editActionData() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/MassDeleteTest.php class MassDeleteTest (line 10) | class MassDeleteTest extends AbstractMassActionTest method setUp (line 27) | protected function setUp() method testMassDeleteAction (line 49) | public function testMassDeleteAction() method getBlockMock (line 88) | protected function getBlockMock() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/SaveTest.php class SaveTest (line 11) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testSaveAction (line 162) | public function testSaveAction() method testSaveActionWithoutData (line 208) | public function testSaveActionWithoutData() method testSaveActionNoId (line 215) | public function testSaveActionNoId() method testSaveAndDuplicate (line 250) | public function testSaveAndDuplicate() method testSaveAndClose (line 330) | public function testSaveAndClose() method testSaveActionThrowsException (line 376) | public function testSaveActionThrowsException() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/DeleteTest.php class DeleteTest (line 8) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testDeleteAction (line 106) | public function testDeleteAction() method testDeleteActionNoId (line 147) | public function testDeleteActionNoId() method testDeleteActionThrowsException (line 167) | public function testDeleteActionThrowsException() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/EditTest.php class EditTest (line 11) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testEditActionPageNoExists (line 125) | public function testEditActionPageNoExists() method testEditAction (line 163) | public function testEditAction($pageId, $label, $title) method getTitle (line 216) | protected function getTitle() method editActionData (line 224) | public function editActionData() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/InlineEditTest.php class InlineEditTest (line 13) | class InlineEditTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method prepareMocksForTestExecute (line 79) | public function prepareMocksForTestExecute() method testExecuteWithLocalizedException (line 143) | public function testExecuteWithLocalizedException() method testExecuteWithRuntimeException (line 166) | public function testExecuteWithRuntimeException() method testExecuteWithException (line 189) | public function testExecuteWithException() method testExecuteWithoutData (line 212) | public function testExecuteWithoutData() method testSetCmsPageData (line 240) | public function testSetCmsPageData() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/MassDeleteTest.php class MassDeleteTest (line 10) | class MassDeleteTest extends AbstractMassActionTest method setUp (line 27) | protected function setUp() method testMassDeleteAction (line 49) | public function testMassDeleteAction() method getPageMock (line 88) | protected function getPageMock() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/MassDisableTest.php class MassDisableTest (line 10) | class MassDisableTest extends AbstractMassActionTest method setUp (line 27) | protected function setUp() method testMassDisableAction (line 48) | public function testMassDisableAction() method getPageMock (line 87) | protected function getPageMock() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/MassEnableTest.php class MassEnableTest (line 10) | class MassEnableTest extends AbstractMassActionTest method setUp (line 27) | protected function setUp() method testMassEnableAction (line 48) | public function testMassEnableAction() method getPageMock (line 87) | protected function getPageMock() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Page/SaveTest.php class SaveTest (line 11) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testSaveAction (line 117) | public function testSaveAction() method testSaveActionWithoutData (line 176) | public function testSaveActionWithoutData() method testSaveActionNoId (line 183) | public function testSaveActionNoId() method testSaveAndContinue (line 213) | public function testSaveAndContinue() method testSaveActionThrowsException (line 264) | public function testSaveActionThrowsException() FILE: app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Wysiwyg/DirectiveTest.php class DirectiveTest (line 12) | class DirectiveTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method testExecute (line 162) | public function testExecute() method testExecuteException (line 198) | public function testExecuteException() method prepareExecuteTest (line 243) | protected function prepareExecuteTest() FILE: app/code/Magento/Cms/Test/Unit/Controller/Block/InlineEditTest.php class InlineEditTest (line 10) | class InlineEditTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method prepareMocksForTestExecute (line 68) | public function prepareMocksForTestExecute() method testExecuteWithException (line 108) | public function testExecuteWithException() method testExecuteWithoutData (line 128) | public function testExecuteWithoutData() FILE: app/code/Magento/Cms/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 8) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testExecuteResultPage (line 100) | public function testExecuteResultPage() method testExecuteResultForward (line 112) | public function testExecuteResultForward() FILE: app/code/Magento/Cms/Test/Unit/Controller/Noroute/IndexTest.php class IndexTest (line 8) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testExecuteResultPage (line 87) | public function testExecuteResultPage() method testExecuteResultForward (line 119) | public function testExecuteResultForward() FILE: app/code/Magento/Cms/Test/Unit/Controller/Page/PostDataProcessorTest.php class PostDataProcessorTest (line 18) | class PostDataProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testValidateRequireEntry (line 62) | public function testValidateRequireEntry() method testFilter (line 74) | public function testFilter() FILE: app/code/Magento/Cms/Test/Unit/Controller/Page/ViewTest.php class ViewTest (line 8) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecuteResultPage (line 78) | public function testExecuteResultPage() method testExecuteResultForward (line 95) | public function testExecuteResultForward() FILE: app/code/Magento/Cms/Test/Unit/Controller/RouterTest.php class RouterTest (line 11) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testMatchCmsControllerRouterMatchBeforeEventParams (line 78) | public function testMatchCmsControllerRouterMatchBeforeEventParams() FILE: app/code/Magento/Cms/Test/Unit/Helper/PageTest.php class PageTest (line 14) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 124) | protected function setUp() method testPrepareResultPage (line 237) | public function testPrepareResultPage( method renderPageExtendedDataProvider (line 376) | public function renderPageExtendedDataProvider() method testGetPageUrl (line 431) | public function testGetPageUrl( method getPageUrlDataProvider (line 479) | public function getPageUrlDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Helper/Wysiwyg/ImagesTest.php class ImagesTest (line 13) | class ImagesTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method tearDown (line 150) | protected function tearDown() method getAbsolutePath (line 170) | protected function getAbsolutePath($path) method testSetStoreId (line 175) | public function testSetStoreId() method testGetStorageRoot (line 180) | public function testGetStorageRoot() method testGetBaseUrl (line 188) | public function testGetBaseUrl() method testGetTreeNodeName (line 199) | public function testGetTreeNodeName() method testConvertPathToId (line 204) | public function testConvertPathToId() method testConvertIdToPathAnyId (line 219) | public function testConvertIdToPathAnyId($path, $pathId) method providerConvertIdToPath (line 229) | public function providerConvertIdToPath() method testConvertIdToPathNodeRoot (line 237) | public function testConvertIdToPathNodeRoot() method testConvertIdToPathInvalid (line 247) | public function testConvertIdToPathInvalid() method testGetShortFilename (line 258) | public function testGetShortFilename($fileName, $maxLength, $expectedF... method providerShortFilename (line 266) | public function providerShortFilename() method testGetShortFilenameDefaultMaxLength (line 280) | public function testGetShortFilenameDefaultMaxLength($fileName, $expec... method providerShortFilenameDefaultMaxLength (line 288) | public function providerShortFilenameDefaultMaxLength() method testIsUsingStaticUrlsAllowed (line 301) | public function testIsUsingStaticUrlsAllowed($allowedValue) method generalSettingsIsUsingStaticUrlsAllowed (line 311) | protected function generalSettingsIsUsingStaticUrlsAllowed($allowedValue) method providerIsUsingStaticUrlsAllowed (line 328) | public function providerIsUsingStaticUrlsAllowed() method testGetCurrentPath (line 342) | public function testGetCurrentPath($pathId, $expectedPath, $isExist) method testGetCurrentPathThrowException (line 380) | public function testGetCurrentPathThrowException() method providerGetCurrentPath (line 402) | public function providerGetCurrentPath() method testGetCurrentUrl (line 414) | public function testGetCurrentUrl() method testGetImageHtmlDeclarationRenderingAsTag (line 444) | public function testGetImageHtmlDeclarationRenderingAsTag( method providerGetImageHtmlDeclarationRenderingAsTag (line 458) | public function providerGetImageHtmlDeclarationRenderingAsTag() method testGetImageHtmlDeclaration (line 485) | public function testGetImageHtmlDeclaration($baseUrl, $fileName, $isUs... method providerGetImageHtmlDeclaration (line 507) | public function providerGetImageHtmlDeclaration() method generalSettingsGetImageHtmlDeclaration (line 520) | protected function generalSettingsGetImageHtmlDeclaration($baseUrl, $i... FILE: app/code/Magento/Cms/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/BlockStoreFilterTest.php class BlockStoreFilterTest (line 10) | class BlockStoreFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testApply (line 22) | public function testApply() FILE: app/code/Magento/Cms/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/PageStoreFilterTest.php class PageStoreFilterTest (line 10) | class PageStoreFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testApply (line 22) | public function testApply() FILE: app/code/Magento/Cms/Test/Unit/Model/Block/Source/IsActiveTest.php class IsActiveTest (line 11) | class IsActiveTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method getSourceClassName (line 47) | protected function getSourceClassName() method testToOptionArray (line 58) | public function testToOptionArray(array $availableStatuses, array $exp... method getAvailableStatusesDataProvider (line 70) | public function getAvailableStatusesDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/BlockRepositoryTest.php class BlockRepositoryTest (line 16) | class BlockRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testSave (line 158) | public function testSave() method testDeleteById (line 170) | public function testDeleteById() method testSaveException (line 194) | public function testSaveException() method testDeleteException (line 208) | public function testDeleteException() method testGetByIdException (line 222) | public function testGetByIdException() method testGetList (line 239) | public function testGetList() FILE: app/code/Magento/Cms/Test/Unit/Model/BlockTest.php class BlockTest (line 20) | class BlockTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testBeforeSave (line 79) | public function testBeforeSave() method testBeforeSaveWithException (line 98) | public function testBeforeSaveWithException() method testGetIdentities (line 114) | public function testGetIdentities() method testGetId (line 125) | public function testGetId() method testGetIdentifier (line 139) | public function testGetIdentifier() method testGetTitle (line 153) | public function testGetTitle() method testGetContent (line 167) | public function testGetContent() method testGetCreationTime (line 181) | public function testGetCreationTime() method testGetUpdateTime (line 195) | public function testGetUpdateTime() method testIsActive (line 209) | public function testIsActive() method testSetId (line 222) | public function testSetId() method testSetIdentifier (line 236) | public function testSetIdentifier() method testSetTitle (line 250) | public function testSetTitle() method testSetContent (line 264) | public function testSetContent() method testSetCreationTime (line 278) | public function testSetCreationTime() method testSetUpdateTime (line 292) | public function testSetUpdateTime() method testSetIsActive (line 306) | public function testSetIsActive() method testGetStores (line 318) | public function testGetStores() method testGetAvailableStatuses (line 332) | public function testGetAvailableStatuses() FILE: app/code/Magento/Cms/Test/Unit/Model/Config/Source/BlockTest.php class BlockTest (line 13) | class BlockTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testToOptionArray (line 52) | public function testToOptionArray() FILE: app/code/Magento/Cms/Test/Unit/Model/Config/Source/PageTest.php class PageTest (line 11) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testToOptionArray (line 50) | public function testToOptionArray() FILE: app/code/Magento/Cms/Test/Unit/Model/GetBlockByIdentifierTest.php class GetBlockByIdentifierTest (line 14) | class GetBlockByIdentifierTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetByIdentifier (line 58) | public function testGetByIdentifier() FILE: app/code/Magento/Cms/Test/Unit/Model/GetPageByIdentifierTest.php class GetPageByIdentifierTest (line 14) | class GetPageByIdentifierTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | public function setUp() method testGetByIdentifier (line 58) | public function testGetByIdentifier() FILE: app/code/Magento/Cms/Test/Unit/Model/GetUtilityPageIdentifiersTest.php class GetUtilityPageIdentifiersTest (line 18) | class GetUtilityPageIdentifiersTest extends TestCase method setUp (line 35) | protected function setUp() method testExecute (line 55) | public function testExecute() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/CustomLayoutTest.php class CustomLayoutTest (line 10) | class CustomLayoutTest extends PageLayoutTest method getSourceClassName (line 15) | protected function getSourceClassName() method getOptionsDataProvider (line 23) | public function getOptionsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/IsActiveFilterTest.php class IsActiveFilterTest (line 8) | class IsActiveFilterTest extends IsActiveTest method getSourceClassName (line 13) | protected function getSourceClassName() method getAvailableStatusesDataProvider (line 21) | public function getAvailableStatusesDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/IsActiveTest.php class IsActiveTest (line 11) | class IsActiveTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method getSourceClassName (line 47) | protected function getSourceClassName() method testToOptionArray (line 58) | public function testToOptionArray(array $availableStatuses, array $exp... method getAvailableStatusesDataProvider (line 70) | public function getAvailableStatusesDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/PageLayoutFilterTest.php class PageLayoutFilterTest (line 8) | class PageLayoutFilterTest extends PageLayoutTest method getSourceClassName (line 13) | protected function getSourceClassName() method getOptionsDataProvider (line 21) | public function getOptionsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/PageLayoutTest.php class PageLayoutTest (line 13) | class PageLayoutTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method getSourceClassName (line 63) | protected function getSourceClassName() method testToOptionArray (line 74) | public function testToOptionArray(array $options, array $expected) method getOptionsDataProvider (line 86) | public function getOptionsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Page/Source/ThemeTest.php class ThemeTest (line 12) | class ThemeTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method getClassName (line 48) | protected function getClassName() method testToOptionArray (line 59) | public function testToOptionArray(array $options, array $expected) method getOptionsDataProvider (line 71) | public function getOptionsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/PageRepository/ValidationCompositeTest.php class ValidationCompositeTest (line 23) | class ValidationCompositeTest extends TestCase method setUp (line 30) | protected function setUp() method testConstructorValidation (line 41) | public function testConstructorValidation($validators) method testSaveInvokesValidatorsWithSucess (line 46) | public function testSaveInvokesValidatorsWithSucess() method testSaveInvokesValidatorsWithErrors (line 79) | public function testSaveInvokesValidatorsWithErrors() method testPassthroughMethods (line 111) | public function testPassthroughMethods($method, $arg) method constructorArgumentProvider (line 124) | public function constructorArgumentProvider() method passthroughMethodDataProvider (line 135) | public function passthroughMethodDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/PageRepository/Validator/LayoutUpdateValidatorTest.php class LayoutUpdateValidatorTest (line 25) | class LayoutUpdateValidatorTest extends TestCase method setUp (line 37) | protected function setUp() method testValidate (line 54) | public function testValidate($data, $expectedExceptionMessage, $layout... method validationSetDataProvider (line 88) | public function validationSetDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/PageTest.php class PageTest (line 19) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testNoRoutePage (line 98) | public function testNoRoutePage() method testCheckIdentifier (line 106) | public function testCheckIdentifier() method testBeforeSave404Identifier (line 124) | public function testBeforeSave404Identifier() method testBeforeSaveHomeIdentifier (line 150) | public function testBeforeSaveHomeIdentifier() method testBeforeSaveNoCookiesIdentifier (line 176) | public function testBeforeSaveNoCookiesIdentifier() FILE: app/code/Magento/Cms/Test/Unit/Model/Plugin/ProductTest.php class ProductTest (line 20) | class ProductTest extends TestCase method setUp (line 40) | protected function setUp() method testAfterGetIdentities (line 62) | public function testAfterGetIdentities() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/AbstractCollectionTest.php class AbstractCollectionTest (line 8) | abstract class AbstractCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends AbstractCollectionTest method setUp (line 28) | protected function setUp() method testAddFieldToFilterStore (line 50) | public function testAddFieldToFilterStore() method testAddFieldToFilter (line 67) | public function testAddFieldToFilter() method testAfterLoad (line 89) | public function testAfterLoad($item, $storesData) method getItemsDataProvider (line 125) | public function getItemsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/Relation/Store/ReadHandlerTest.php class ReadHandlerTest (line 12) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testExecute (line 35) | public function testExecute() method testExecuteWithNoId (line 62) | public function testExecuteWithNoId() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/Relation/Store/SaveHandlerTest.php class SaveHandlerTest (line 13) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends AbstractCollectionTest method setUp (line 28) | protected function setUp() method testAddFieldToFilterStore (line 50) | public function testAddFieldToFilterStore() method testAddFieldToFilter (line 67) | public function testAddFieldToFilter() method testAfterLoad (line 89) | public function testAfterLoad($item, $storesData) method getItemsDataProvider (line 125) | public function getItemsDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/Grid/CollectionTest.php class CollectionTest (line 25) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testSetterGetter (line 130) | public function testSetterGetter() method testSetSearchCriteria (line 136) | public function testSetSearchCriteria() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/Relation/Store/ReadHandlerTest.php class ReadHandlerTest (line 12) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testExecute (line 45) | public function testExecute() method testExecuteWithNoId (line 70) | public function testExecuteWithNoId() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/Relation/Store/SaveHandlerTest.php class SaveHandlerTest (line 13) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Cms/Test/Unit/Model/ResourceModel/PageTest.php class PageTest (line 23) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testSave (line 101) | public function testSave() method testBeforeSave (line 111) | public function testBeforeSave() FILE: app/code/Magento/Cms/Test/Unit/Model/Template/FilterProviderTest.php class FilterProviderTest (line 8) | class FilterProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetBlockFilter (line 36) | public function testGetBlockFilter() method testGetPageFilter (line 44) | public function testGetPageFilter() method testGetPageFilterInnerCache (line 52) | public function testGetPageFilterInnerCache() method testGetPageWrongInstance (line 63) | public function testGetPageWrongInstance() FILE: app/code/Magento/Cms/Test/Unit/Model/Template/FilterTest.php class FilterTest (line 13) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testMediaDirective (line 53) | public function testMediaDirective() method testMediaDirectiveWithEncodedQuotes (line 73) | public function testMediaDirectiveWithEncodedQuotes() method testMediaDirectiveRelativePath (line 95) | public function testMediaDirectiveRelativePath() FILE: app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testGetConfig (line 160) | public function testGetConfig($data, $isAuthorizationAllowed, $expecte... method getConfigDataProvider (line 205) | public function getConfigDataProvider() method testGetSkinImagePlaceholderPath (line 231) | public function testGetSkinImagePlaceholderPath() method testIsEnabled (line 261) | public function testIsEnabled($wysiwygState, $expectedResult) method isEnabledDataProvider (line 277) | public function isEnabledDataProvider() method testIsHidden (line 293) | public function testIsHidden($status, $expectedResult) method isHiddenDataProvider (line 306) | public function isHiddenDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php class StorageTest (line 16) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 131) | protected function setUp() method testGetResizeWidth (line 268) | public function testGetResizeWidth() method testGetResizeHeight (line 276) | public function testGetResizeHeight() method testDeleteDirectoryOverRoot (line 286) | public function testDeleteDirectoryOverRoot() method testDeleteRootDirectory (line 297) | public function testDeleteRootDirectory() method testGetDirsCollectionCreateSubDirectories (line 303) | public function testGetDirsCollectionCreateSubDirectories() method testGetDirsCollection (line 334) | public function testGetDirsCollection($exclude, $include, $fileNames, ... method dirsCollectionDataProvider (line 375) | public function dirsCollectionDataProvider() method generalTestGetDirsCollection (line 432) | protected function generalTestGetDirsCollection($path, $collectionArra... method testUploadFile (line 468) | public function testUploadFile() FILE: app/code/Magento/Cms/Test/Unit/Observer/NoCookiesObserverTest.php class NoCookiesObserverTest (line 8) | class NoCookiesObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testNoCookies (line 96) | public function testNoCookies($pageUrl) method noCookiesDataProvider (line 145) | public function noCookiesDataProvider() FILE: app/code/Magento/Cms/Test/Unit/Observer/NoRouteObserverTest.php class NoRouteObserverTest (line 8) | class NoRouteObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testNoRoute (line 73) | public function testNoRoute() FILE: app/code/Magento/Cms/Test/Unit/Ui/Component/Listing/Column/BlockActionsTest.php class BlockActionsTest (line 19) | class BlockActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testPrepareDataSource (line 76) | public function testPrepareDataSource() FILE: app/code/Magento/Cms/Test/Unit/Ui/Component/Listing/Column/Cms/OptionsTest.php class OptionsTest (line 8) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testToOptionArray (line 65) | public function testToOptionArray() FILE: app/code/Magento/Cms/Test/Unit/Ui/Component/Listing/Column/PageActionsTest.php class PageActionsTest (line 14) | class PageActionsTest extends \PHPUnit\Framework\TestCase method testPrepareItemsByPageId (line 16) | public function testPrepareItemsByPageId() FILE: app/code/Magento/Cms/Test/Unit/Ui/Component/Listing/DataProviderTest.php class DataProviderTest (line 17) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | public function setUp() method testPrepareMetadata (line 107) | public function testPrepareMetadata() FILE: app/code/Magento/Cms/Ui/Component/AddFilterInterface.php type AddFilterInterface (line 16) | interface AddFilterInterface method addFilter (line 25) | public function addFilter(SearchCriteriaBuilder $searchCriteriaBuilder... FILE: app/code/Magento/Cms/Ui/Component/DataProvider.php class DataProvider (line 19) | class DataProvider extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 44) | public function __construct( method getAuthorizationInstance (line 78) | private function getAuthorizationInstance() method prepareMetadata (line 91) | public function prepareMetadata() method addFilter (line 118) | public function addFilter(Filter $filter) FILE: app/code/Magento/Cms/Ui/Component/Listing/Column/BlockActions.php class BlockActions (line 18) | class BlockActions extends Column method __construct (line 44) | public function __construct( method prepareDataSource (line 58) | public function prepareDataSource(array $dataSource) method getEscaper (line 104) | private function getEscaper() FILE: app/code/Magento/Cms/Ui/Component/Listing/Column/Cms/Options.php class Options (line 13) | class Options extends StoreOptions method toOptionArray (line 25) | public function toOptionArray() FILE: app/code/Magento/Cms/Ui/Component/Listing/Column/PageActions.php class PageActions (line 19) | class PageActions extends Column method __construct (line 60) | public function __construct( method prepareDataSource (line 81) | public function prepareDataSource(array $dataSource) method getEscaper (line 128) | private function getEscaper() FILE: app/code/Magento/Cms/Ui/Component/Page/FulltextFilter.php class FulltextFilter (line 18) | class FulltextFilter implements AddFilterInterface method __construct (line 28) | public function __construct(FilterBuilder $filterBuilder) method addFilter (line 36) | public function addFilter(SearchCriteriaBuilder $searchCriteriaBuilder... FILE: app/code/Magento/Cms/ViewModel/Page/Grid/UrlBuilder.php class UrlBuilder (line 17) | class UrlBuilder method __construct (line 39) | public function __construct( method getUrl (line 57) | public function getUrl($routePath, $scope, $store) method prepareRequestQuery (line 99) | private function prepareRequestQuery(string $store, string $href) : array FILE: app/code/Magento/CmsGraphQl/Model/Resolver/Block/Identity.php class Identity (line 16) | class Identity implements IdentityInterface method getIdentities (line 27) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CmsGraphQl/Model/Resolver/Blocks.php class Blocks (line 21) | class Blocks implements ResolverInterface method __construct (line 31) | public function __construct( method resolve (line 40) | public function resolve( method getBlockIdentifiers (line 64) | private function getBlockIdentifiers(array $args): array method getBlocksData (line 80) | private function getBlocksData(array $blockIdentifiers): array FILE: app/code/Magento/CmsGraphQl/Model/Resolver/DataProvider/Block.php class Block (line 18) | class Block method __construct (line 34) | public function __construct( method getData (line 49) | public function getData(string $blockIdentifier): array FILE: app/code/Magento/CmsGraphQl/Model/Resolver/DataProvider/Page.php class Page (line 19) | class Page method __construct (line 41) | public function __construct( method getDataByPageId (line 59) | public function getDataByPageId(int $pageId): array method getDataByPageIdentifier (line 74) | public function getDataByPageIdentifier(string $pageIdentifier, int $s... method convertPageData (line 88) | private function convertPageData(PageInterface $page) FILE: app/code/Magento/CmsGraphQl/Model/Resolver/Page.php class Page (line 21) | class Page implements ResolverInterface method __construct (line 32) | public function __construct( method resolve (line 41) | public function resolve( FILE: app/code/Magento/CmsGraphQl/Model/Resolver/Page/Identity.php class Identity (line 16) | class Identity implements IdentityInterface method getIdentities (line 27) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CmsUrlRewrite/Model/CmsPageUrlPathGenerator.php class CmsPageUrlPathGenerator (line 14) | class CmsPageUrlPathGenerator method __construct (line 23) | public function __construct( method getUrlPath (line 34) | public function getUrlPath(PageInterface $cmsPage) method getCanonicalUrlPath (line 45) | public function getCanonicalUrlPath(PageInterface $cmsPage) method generateUrlKey (line 56) | public function generateUrlKey(PageInterface $cmsPage) FILE: app/code/Magento/CmsUrlRewrite/Model/CmsPageUrlRewriteGenerator.php class CmsPageUrlRewriteGenerator (line 11) | class CmsPageUrlRewriteGenerator method __construct (line 45) | public function __construct( method generate (line 59) | public function generate($cmsPage) method generateForAllStores (line 74) | protected function generateForAllStores() method generateForSpecificStores (line 89) | protected function generateForSpecificStores($storeIds) method createUrlRewrite (line 109) | protected function createUrlRewrite($storeId, $redirectType = 0) FILE: app/code/Magento/CmsUrlRewrite/Observer/ProcessUrlRewriteSavingObserver.php class ProcessUrlRewriteSavingObserver (line 14) | class ProcessUrlRewriteSavingObserver implements ObserverInterface method __construct (line 30) | public function __construct(CmsPageUrlRewriteGenerator $cmsPageUrlRewr... method execute (line 42) | public function execute(EventObserver $observer) FILE: app/code/Magento/CmsUrlRewrite/Plugin/Cms/Model/ResourceModel/Page.php class Page (line 20) | class Page method __construct (line 36) | public function __construct( method beforeSave (line 53) | public function beforeSave( method afterDelete (line 73) | public function afterDelete( FILE: app/code/Magento/CmsUrlRewrite/Plugin/Cms/Model/Store/View.php class View (line 22) | class View method __construct (line 52) | public function __construct( method afterSave (line 73) | public function afterSave(ResourceStore $object, ResourceStore $result... method generateCmsPagesUrls (line 88) | private function generateCmsPagesUrls(int $storeId): array FILE: app/code/Magento/CmsUrlRewrite/Test/Unit/Model/CmsPageUrlPathGeneratorTest.php class CmsPageUrlPathGeneratorTest (line 19) | class CmsPageUrlPathGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetUrlPath (line 58) | public function testGetUrlPath() method testGetCanonicalUrlPath (line 75) | public function testGetCanonicalUrlPath() method testGenerateUrlKeyWithNullIdentifier (line 92) | public function testGenerateUrlKeyWithNullIdentifier() method testGenerateUrlKeyWithIdentifier (line 126) | public function testGenerateUrlKeyWithIdentifier() FILE: app/code/Magento/CmsUrlRewrite/Test/Unit/Model/CmsPageUrlRewriteGeneratorTest.php class CmsPageUrlRewriteGeneratorTest (line 8) | class CmsPageUrlRewriteGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGenerateForAllStores (line 60) | public function testGenerateForAllStores() method testGenerateForSpecificStores (line 86) | public function testGenerateForSpecificStores() FILE: app/code/Magento/CmsUrlRewrite/Test/Unit/Observer/ProcessUrlRewriteSavingObserverTest.php class ProcessUrlRewriteSavingObserverTest (line 20) | class ProcessUrlRewriteSavingObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 60) | protected function setUp() method testExecute (line 103) | public function testExecute($identifierChanged, $storeIdChanged) method executeDataProvider (line 137) | public function executeDataProvider() method testExecuteWithoutDataChanged (line 149) | public function testExecuteWithoutDataChanged() FILE: app/code/Magento/CmsUrlRewrite/Test/Unit/Plugin/Cms/Model/ResourceModel/PageTest.php class PageTest (line 11) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAfterDeletePositive (line 56) | public function testAfterDeletePositive() method testAfterDeleteNegative (line 87) | public function testAfterDeleteNegative() FILE: app/code/Magento/CmsUrlRewriteGraphQl/Model/Resolver/UrlRewrite/CmsUrlResolverIdentity.php class CmsUrlResolverIdentity (line 15) | class CmsUrlResolverIdentity implements IdentityInterface method getIdentities (line 26) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/CmsUrlRewriteGraphQl/Model/Resolver/UrlRewrite/HomePageUrlLocator.php class HomePageUrlLocator (line 17) | class HomePageUrlLocator implements CustomUrlLocatorInterface method __construct (line 27) | public function __construct( method locateUrl (line 36) | public function locateUrl($urlKey): ?string FILE: app/code/Magento/Config/App/Config/Source/DumpConfigSourceAggregated.php class DumpConfigSourceAggregated (line 17) | class DumpConfigSourceAggregated implements DumpConfigSourceInterface method __construct (line 86) | public function __construct( method get (line 103) | public function get($path = '') method filterChain (line 133) | private function filterChain($path, &$data) method isExcludedPath (line 158) | private function isExcludedPath($path) method filterPath (line 186) | private function filterPath($path) method sortSources (line 209) | private function sortSources() method getExcludedFields (line 220) | public function getExcludedFields() FILE: app/code/Magento/Config/App/Config/Source/DumpConfigSourceInterface.php type DumpConfigSourceInterface (line 15) | interface DumpConfigSourceInterface extends ConfigSourceInterface method getExcludedFields (line 23) | public function getExcludedFields(); FILE: app/code/Magento/Config/App/Config/Source/EnvironmentConfigSource.php class EnvironmentConfigSource (line 20) | class EnvironmentConfigSource implements ConfigSourceInterface method __construct (line 40) | public function __construct( method get (line 52) | public function get($path = '') method loadConfig (line 63) | private function loadConfig() FILE: app/code/Magento/Config/App/Config/Source/InitialSnapshotConfigSource.php class InitialSnapshotConfigSource (line 17) | class InitialSnapshotConfigSource implements ConfigSourceInterface method __construct (line 37) | public function __construct(FlagManager $flagManager, DataObjectFactor... method get (line 50) | public function get($path = '') FILE: app/code/Magento/Config/App/Config/Source/ModularConfigSource.php class ModularConfigSource (line 18) | class ModularConfigSource implements ConfigSourceInterface method __construct (line 28) | public function __construct(Reader $reader) method get (line 40) | public function get($path = '') FILE: app/code/Magento/Config/App/Config/Source/RuntimeConfigSource.php class RuntimeConfigSource (line 21) | class RuntimeConfigSource implements ConfigSourceInterface method __construct (line 43) | public function __construct( method get (line 60) | public function get($path = '') method loadConfig (line 74) | private function loadConfig() FILE: app/code/Magento/Config/App/Config/Type/System.php class System (line 32) | class System implements ConfigTypeInterface method __construct (line 116) | public function __construct( method get (line 161) | public function get($path = '') method getWithParts (line 178) | private function getWithParts($path) method loadAllData (line 221) | private function loadAllData() method loadDefaultScopeData (line 246) | private function loadDefaultScopeData($scopeType) method loadScopeData (line 272) | private function loadScopeData($scopeType, $scopeId) method cacheData (line 312) | private function cacheData(array $data) method getDataByPathParts (line 349) | private function getDataByPathParts($data, $pathParts) method readData (line 369) | private function readData(): array method clean (line 389) | public function clean() FILE: app/code/Magento/Config/App/Config/Type/System/Reader.php class Reader (line 13) | class Reader method __construct (line 38) | public function __construct( method read (line 56) | public function read() FILE: app/code/Magento/Config/Block/System/Config/Dwstree.php class Dwstree (line 12) | class Dwstree extends \Magento\Backend\Block\Widget\Tabs method _construct (line 17) | protected function _construct() method initTabs (line 27) | public function initTabs() FILE: app/code/Magento/Config/Block/System/Config/Edit.php class Edit (line 22) | class Edit extends \Magento\Backend\Block\Widget method __construct (line 58) | public function __construct( method _prepareLayout (line 74) | protected function _prepareLayout() method getSaveButtonHtml (line 107) | public function getSaveButtonHtml() method getSaveUrl (line 117) | public function getSaveUrl() method getConfigSearchParamsJson (line 125) | public function getConfigSearchParamsJson() FILE: app/code/Magento/Config/Block/System/Config/Form.php class Form (line 25) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 139) | public function __construct( method _initObjects (line 169) | protected function _initObjects() method initForm (line 192) | public function initForm() method _initGroup (line 218) | protected function _initGroup( method _getDependence (line 267) | protected function _getDependence() method initFields (line 285) | public function initFields( method _initElement (line 332) | protected function _initElement( method getFieldData (line 406) | private function getFieldData(\Magento\Config\Model\Config\Structure\E... method getStringScopeCode (line 449) | private function getStringScopeCode() method _populateDependenciesBlock (line 476) | protected function _populateDependenciesBlock(array $dependencies, $el... method _generateElementName (line 503) | protected function _generateElementName($elementPath, $fieldPrefix = '... method _generateElementId (line 521) | protected function _generateElementId($path) method getConfigValue (line 532) | public function getConfigValue($path) method _beforeToHtml (line 540) | protected function _beforeToHtml() method _afterToHtml (line 552) | protected function _afterToHtml($html) method canUseDefaultValue (line 567) | public function canUseDefaultValue($fieldValue) method canUseWebsiteValue (line 584) | public function canUseWebsiteValue($fieldValue) method isCanRestoreToDefault (line 599) | public function isCanRestoreToDefault($fieldValue) method getScope (line 612) | public function getScope() method getScopeLabel (line 635) | public function getScopeLabel(\Magento\Config\Model\Config\Structure\E... method getScopeCode (line 653) | public function getScopeCode() method getScopeId (line 675) | public function getScopeId() method _getAdditionalElementTypes (line 696) | protected function _getAdditionalElementTypes() method getSectionCode (line 717) | public function getSectionCode() method getWebsiteCode (line 729) | public function getWebsiteCode() method getStoreCode (line 741) | public function getStoreCode() method _getSharedCssClass (line 752) | protected function _getSharedCssClass(\Magento\Config\Model\Config\Str... method _getRequiresCssClass (line 769) | protected function _getRequiresCssClass(\Magento\Config\Model\Config\S... method getAppConfig (line 789) | private function getAppConfig() method isReadOnly (line 804) | private function isReadOnly(\Magento\Config\Model\Config\Structure\Ele... method getAppConfigDataValue (line 823) | private function getAppConfigDataValue($path) method getElementVisibility (line 846) | public function getElementVisibility() FILE: app/code/Magento/Config/Block/System/Config/Form/Field.php class Field (line 17) | class Field extends \Magento\Backend\Block\Template implements method _getElementHtml (line 26) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method render (line 37) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _renderValue (line 68) | protected function _renderValue(\Magento\Framework\Data\Form\Element\A... method _renderInheritCheckbox (line 92) | protected function _renderInheritCheckbox(\Magento\Framework\Data\Form... method _isInheritCheckboxRequired (line 122) | protected function _isInheritCheckboxRequired(\Magento\Framework\Data\... method _getInheritCheckboxLabel (line 135) | protected function _getInheritCheckboxLabel(\Magento\Framework\Data\Fo... method _renderScopeLabel (line 153) | protected function _renderScopeLabel(\Magento\Framework\Data\Form\Elem... method _renderHint (line 169) | protected function _renderHint(\Magento\Framework\Data\Form\Element\Ab... method _decorateRowHtml (line 186) | protected function _decorateRowHtml(\Magento\Framework\Data\Form\Eleme... FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Datetime.php class Datetime (line 14) | class Datetime extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 26) | public function __construct( method _getElementHtml (line 42) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Factory.php class Factory (line 14) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create(array $data = []) FILE: app/code/Magento/Config/Block/System/Config/Form/Field/FieldArray/AbstractFieldArray.php class AbstractFieldArray (line 16) | abstract class AbstractFieldArray extends \Magento\Config\Block\System\C... method _construct (line 63) | protected function _construct() method addColumn (line 78) | public function addColumn($name, $params) method _getParam (line 102) | protected function _getParam($params, $paramName, $defaultValue = null) method _getElementHtml (line 113) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method _prepareArrayRow (line 129) | protected function _prepareArrayRow(\Magento\Framework\DataObject $row) method getArrayRows (line 141) | public function getArrayRows() method _getCellInputElementId (line 173) | protected function _getCellInputElementId($rowId, $columnName) method _getCellInputElementName (line 184) | protected function _getCellInputElementName($columnName) method renderCellTemplate (line 196) | public function renderCellTemplate($columnName) method _prepareToRender (line 240) | protected function _prepareToRender() method _toHtml (line 251) | protected function _toHtml() method isAddAfter (line 268) | public function isAddAfter() method getColumns (line 278) | public function getColumns() method getAddButtonLabel (line 287) | public function getAddButtonLabel() FILE: app/code/Magento/Config/Block/System/Config/Form/Field/File.php class File (line 14) | class File extends \Magento\Framework\Data\Form\Element\File method getElementHtml (line 21) | public function getElementHtml() method _getDeleteCheckbox (line 33) | protected function _getDeleteCheckbox() FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Heading.php class Heading (line 18) | class Heading extends \Magento\Backend\Block\AbstractBlock implements method render (line 27) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Image.php class Image (line 17) | class Image extends \Magento\Framework\Data\Form\Element\Image method _getUrl (line 24) | protected function _getUrl() FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Notification.php class Notification (line 17) | class Notification extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 29) | public function __construct( method _getElementHtml (line 44) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Regexceptions.php class Regexceptions (line 12) | class Regexceptions extends \Magento\Config\Block\System\Config\Form\Fie... method __construct (line 30) | public function __construct( method _construct (line 46) | protected function _construct() method renderCellTemplate (line 61) | public function renderCellTemplate($columnName) FILE: app/code/Magento/Config/Block/System/Config/Form/Field/Select/Allowspecific.php class Allowspecific (line 14) | class Allowspecific extends \Magento\Framework\Data\Form\Element\Select method getAfterElementHtml (line 21) | public function getAfterElementHtml() method getHtml (line 54) | public function getHtml() method _getSpecificCountryElementId (line 66) | protected function _getSpecificCountryElementId() FILE: app/code/Magento/Config/Block/System/Config/Form/Fieldset.php class Fieldset (line 18) | class Fieldset extends \Magento\Backend\Block\AbstractBlock implements method __construct (line 44) | public function __construct( method render (line 61) | public function render(AbstractElement $element) method _getChildrenElementsHtml (line 78) | protected function _getChildrenElementsHtml(AbstractElement $element) method _getHeaderHtml (line 99) | protected function _getHeaderHtml($element) method _getFrontendClass (line 144) | protected function _getFrontendClass($element) method _getHeaderTitleHtml (line 157) | protected function _getHeaderTitleHtml($element) method _getHeaderCommentHtml (line 177) | protected function _getHeaderCommentHtml($element) method _getFieldsetCss (line 187) | protected function _getFieldsetCss() method _getFooterHtml (line 202) | protected function _getFooterHtml($element) method _getExtraJs (line 232) | protected function _getExtraJs($element) method _isCollapseState (line 245) | protected function _isCollapseState($element) FILE: app/code/Magento/Config/Block/System/Config/Form/Fieldset/Factory.php class Factory (line 14) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create(array $data = []) FILE: app/code/Magento/Config/Block/System/Config/Form/Fieldset/Modules/DisableOutput.php class DisableOutput (line 21) | class DisableOutput extends \Magento\Config\Block\System\Config\Form\Fie... method __construct (line 54) | public function __construct( method render (line 73) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getDummyElement (line 103) | protected function _getDummyElement() method _getFieldRenderer (line 115) | protected function _getFieldRenderer() method _getValues (line 129) | protected function _getValues() method _getFieldHtml (line 146) | protected function _getFieldHtml($fieldset, $moduleName) FILE: app/code/Magento/Config/Block/System/Config/Tabs.php class Tabs (line 21) | class Tabs extends \Magento\Backend\Block\Widget method __construct (line 69) | public function __construct( method getTabs (line 91) | public function getTabs() method getSectionUrl (line 102) | public function getSectionUrl(\Magento\Config\Model\Config\Structure\E... method isSectionActive (line 113) | public function isSectionActive(\Magento\Config\Model\Config\Structure... FILE: app/code/Magento/Config/Console/Command/ConfigSet/ConfigSetProcessorFactory.php class ConfigSetProcessorFactory (line 22) | class ConfigSetProcessorFactory method __construct (line 56) | public function __construct( method create (line 73) | public function create($processorName) FILE: app/code/Magento/Config/Console/Command/ConfigSet/ConfigSetProcessorInterface.php type ConfigSetProcessorInterface (line 19) | interface ConfigSetProcessorInterface method process (line 32) | public function process($path, $value, $scope, $scopeCode); FILE: app/code/Magento/Config/Console/Command/ConfigSet/DefaultProcessor.php class DefaultProcessor (line 26) | class DefaultProcessor implements ConfigSetProcessorInterface method __construct (line 60) | public function __construct( method process (line 81) | public function process($path, $value, $scope, $scopeCode) method isLocked (line 112) | private function isLocked($path, $scope, $scopeCode) FILE: app/code/Magento/Config/Console/Command/ConfigSet/LockProcessor.php class LockProcessor (line 24) | class LockProcessor implements ConfigSetProcessorInterface method __construct (line 65) | public function __construct( method process (line 85) | public function process($path, $value, $scope, $scopeCode) FILE: app/code/Magento/Config/Console/Command/ConfigSet/ProcessorFacade.php class ProcessorFacade (line 29) | class ProcessorFacade method __construct (line 78) | public function __construct( method process (line 106) | public function process($path, $value, $scope, $scopeCode, $lock) method processWithLockTarget (line 123) | public function processWithLockTarget( FILE: app/code/Magento/Config/Console/Command/ConfigSetCommand.php class ConfigSetCommand (line 29) | class ConfigSetCommand extends Command method __construct (line 73) | public function __construct( method configure (line 91) | protected function configure() method execute (line 147) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Config/Console/Command/ConfigShow/ValueProcessor.php class ValueProcessor (line 24) | class ValueProcessor method __construct (line 66) | public function __construct( method process (line 88) | public function process($scope, $scopeCode, $value, $path) FILE: app/code/Magento/Config/Console/Command/ConfigShowCommand.php class ConfigShowCommand (line 26) | class ConfigShowCommand extends Command method __construct (line 88) | public function __construct( method configure (line 105) | protected function configure() method execute (line 142) | protected function execute(InputInterface $input, OutputInterface $out... method outputResult (line 194) | private function outputResult(OutputInterface $output, $configValue, $... FILE: app/code/Magento/Config/Console/Command/EmulatedAdminhtmlAreaProcessor.php class EmulatedAdminhtmlAreaProcessor (line 16) | class EmulatedAdminhtmlAreaProcessor method __construct (line 36) | public function __construct(ScopeInterface $scope, State $state) method process (line 53) | public function process(callable $callback, array $params = []) FILE: app/code/Magento/Config/Controller/Adminhtml/System/AbstractConfig.php class AbstractConfig (line 19) | abstract class AbstractConfig extends \Magento\Backend\App\AbstractAction method __construct (line 43) | public function __construct( method dispatch (line 59) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method _isAllowed (line 77) | protected function _isAllowed() method _saveState (line 90) | protected function _saveState($configState = []) method sanitizeConfigState (line 118) | protected function sanitizeConfigState($configState) FILE: app/code/Magento/Config/Controller/Adminhtml/System/Config/AbstractScopeConfig.php class AbstractScopeConfig (line 15) | abstract class AbstractScopeConfig extends \Magento\Config\Controller\Ad... method __construct (line 28) | public function __construct( method isSectionAllowed (line 44) | protected function isSectionAllowed($sectionId) FILE: app/code/Magento/Config/Controller/Adminhtml/System/Config/Edit.php class Edit (line 11) | class Edit extends AbstractScopeConfig implements HttpGetActionInterface method __construct (line 25) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Config/Controller/Adminhtml/System/Config/Index.php class Index (line 11) | class Index extends AbstractScopeConfig implements HttpGetActionInterface method __construct (line 25) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Config/Controller/Adminhtml/System/Config/Save.php class Save (line 18) | class Save extends AbstractConfig implements HttpPostActionInterface method __construct (line 45) | public function __construct( method _isAllowed (line 62) | protected function _isAllowed() method isSectionAllowed (line 72) | private function isSectionAllowed(): bool method getFirstFieldPath (line 98) | private function getFirstFieldPath(array $elements, string $fieldPath)... method _getGroupsForSave (line 126) | protected function _getGroupsForSave() method _processNestedGroups (line 156) | protected function _processNestedGroups($group) method _saveSection (line 185) | protected function _saveSection() method _saveAdvanced (line 198) | protected function _saveAdvanced() method execute (line 208) | public function execute() method filterPaths (line 265) | private function filterPaths(string $prefix, array $groups, array $sys... method filterNodes (line 320) | private function filterNodes(array $configData): array FILE: app/code/Magento/Config/Controller/Adminhtml/System/Config/State.php class State (line 15) | class State extends AbstractScopeConfig implements HttpPostActionInterfa... method __construct (line 29) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Config/Controller/Adminhtml/System/ConfigSectionChecker.php class ConfigSectionChecker (line 15) | class ConfigSectionChecker method __construct (line 25) | public function __construct(\Magento\Config\Model\Config\Structure $co... method isSectionAllowed (line 40) | public function isSectionAllowed($sectionId) FILE: app/code/Magento/Config/Model/Config.php class Config (line 39) | class Config extends \Magento\Framework\DataObject method __construct (line 137) | public function __construct( method save (line 177) | public function save() method getOriginalFieldId (line 248) | private function getOriginalFieldId(Group $group, string $fieldId): st... method getField (line 275) | private function getField(string $sectionId, string $groupId, string $... method getFieldPath (line 294) | private function getFieldPath(Field $field, string $fieldId, array &$o... method isValueChanged (line 323) | private function isValueChanged(array $oldConfig, string $path, array ... method getChangedPaths (line 344) | private function getChangedPaths( method _processGroup (line 395) | protected function _processGroup( method load (line 499) | public function load() method extendConfig (line 516) | public function extendConfig($path, $full = true, $oldConfig = []) method setDataByPath (line 533) | public function setDataByPath($path, $value) method initScope (line 572) | private function initScope() method retrieveScope (line 596) | private function retrieveScope(): ScopeInterface method _getConfig (line 645) | protected function _getConfig($full = true) method _checkSingleStoreMode (line 662) | protected function _checkSingleStoreMode( method getConfigDataValue (line 688) | public function getConfigDataValue($path, &$inherit = null, $configDat... FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Custom.php class Custom (line 18) | class Custom extends \Magento\Framework\App\Config\Value method __construct (line 76) | public function __construct( method beforeSave (line 95) | public function beforeSave() method afterSave (line 112) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Custompath.php class Custompath (line 18) | class Custompath extends \Magento\Framework\App\Config\Value method beforeSave (line 25) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Password/Link/Expirationperiod.php class Expirationperiod (line 18) | class Expirationperiod extends \Magento\Framework\App\Config\Value method beforeSave (line 25) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Robots.php class Robots (line 18) | class Robots extends \Magento\Framework\App\Config\Value method __construct (line 41) | public function __construct( method _getDefaultValue (line 64) | protected function _getDefaultValue() method _afterLoad (line 77) | protected function _afterLoad() method afterSave (line 91) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Usecustom.php class Usecustom (line 18) | class Usecustom extends \Magento\Framework\App\Config\Value method __construct (line 37) | public function __construct( method beforeSave (line 57) | public function beforeSave() method afterSave (line 76) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Admin/Usesecretkey.php class Usesecretkey (line 16) | class Usesecretkey extends \Magento\Framework\App\Config\Value method __construct (line 33) | public function __construct( method afterSave (line 50) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Baseurl.php class Baseurl (line 15) | class Baseurl extends \Magento\Framework\App\Config\Value method __construct (line 37) | public function __construct( method beforeSave (line 57) | public function beforeSave() method _validateUnsecure (line 79) | private function _validateUnsecure($value) method _validateSecure (line 105) | private function _validateSecure($value) method _assertValuesOrUrl (line 133) | private function _assertValuesOrUrl(array $values, $value) method _assertStartsWithValuesOrUrl (line 150) | private function _assertStartsWithValuesOrUrl(array $values, $value) method _assertStartsWithValuesOrUrlOrEmpty (line 172) | private function _assertStartsWithValuesOrUrlOrEmpty(array $values, $v... method _validateFullyQualifiedUrl (line 193) | private function _validateFullyQualifiedUrl($value) method _isFullyQualifiedUrl (line 206) | private function _isFullyQualifiedUrl($value) method afterSave (line 216) | public function afterSave() method getUrlValidator (line 237) | private function getUrlValidator() FILE: app/code/Magento/Config/Model/Config/Backend/Cache.php class Cache (line 17) | class Cache extends \Magento\Framework\App\Config\Value method afterSave (line 31) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Currency/AbstractCurrency.php class AbstractCurrency (line 22) | abstract class AbstractCurrency extends \Magento\Framework\App\Config\Value method _getAllowedCurrencies (line 29) | protected function _getAllowedCurrencies() method _getInstalledCurrencies (line 51) | protected function _getInstalledCurrencies() method _getCurrencyBase (line 67) | protected function _getCurrencyBase() method _getCurrencyDefault (line 85) | protected function _getCurrencyDefault() method isFormData (line 102) | private function isFormData() FILE: app/code/Magento/Config/Model/Config/Backend/Currency/Allow.php class Allow (line 17) | class Allow extends AbstractCurrency method __construct (line 34) | public function __construct( method afterSave (line 55) | public function afterSave() method _getAllowedCurrencies (line 86) | protected function _getAllowedCurrencies() FILE: app/code/Magento/Config/Model/Config/Backend/Currency/Base.php class Base (line 17) | class Base extends AbstractCurrency method __construct (line 34) | public function __construct( method afterSave (line 54) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Currency/Cron.php class Cron (line 18) | class Cron extends \Magento\Framework\App\Config\Value method __construct (line 37) | public function __construct( method afterSave (line 57) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Currency/DefaultCurrency.php class DefaultCurrency (line 17) | class DefaultCurrency extends AbstractCurrency method afterSave (line 26) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Datashare.php class Datashare (line 18) | class Datashare extends \Magento\Framework\App\Config\Value method afterSave (line 23) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Design/Exception.php class Exception (line 12) | class Exception extends \Magento\Config\Model\Config\Backend\Serialized\... FILE: app/code/Magento/Config/Model/Config/Backend/Email/Address.php class Address (line 18) | class Address extends \Magento\Framework\App\Config\Value method beforeSave (line 24) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Email/Logo.php class Logo (line 17) | class Logo extends \Magento\Config\Model\Config\Backend\Image method _getUploadDir (line 36) | protected function _getUploadDir() method _addWhetherScopeInfo (line 46) | protected function _addWhetherScopeInfo() method getTmpFileName (line 54) | protected function getTmpFileName() method beforeSave (line 72) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Email/Sender.php class Sender (line 16) | class Sender extends \Magento\Framework\App\Config\Value method beforeSave (line 24) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Encrypted.php class Encrypted (line 15) | class Encrypted extends \Magento\Framework\App\Config\Value implements method __construct (line 33) | public function __construct( method __sleep (line 52) | public function __sleep() method __wakeup (line 63) | public function __wakeup() method _afterLoad (line 76) | protected function _afterLoad() method beforeSave (line 89) | public function beforeSave() method processValue (line 109) | public function processValue($value) FILE: app/code/Magento/Config/Model/Config/Backend/File.php class File (line 21) | class File extends \Magento\Framework\App\Config\Value method __construct (line 62) | public function __construct( method beforeSave (line 87) | public function beforeSave() method getFileData (line 130) | protected function getFileData() method validateMaxSize (line 153) | public function validateMaxSize($filePath) method _addWhetherScopeInfo (line 171) | protected function _addWhetherScopeInfo() method _getUploadDir (line 184) | protected function _getUploadDir() method getUploadDirPath (line 219) | protected function getUploadDirPath($uploadDir) method _prependScopeInfo (line 232) | protected function _prependScopeInfo($path) method _appendScopeInfo (line 249) | protected function _appendScopeInfo($path) method _getAllowedExtensions (line 263) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/File/Pdf.php class Pdf (line 12) | class Pdf extends \Magento\Config\Model\Config\Backend\File method _getAllowedExtensions (line 17) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/File/RequestData.php class RequestData (line 8) | class RequestData implements \Magento\Config\Model\Config\Backend\File\R... method getTmpName (line 16) | public function getTmpName($path) method getName (line 27) | public function getName($path) method _getParam (line 39) | protected function _getParam($paramName, $path) FILE: app/code/Magento/Config/Model/Config/Backend/File/RequestData/RequestDataInterface.php type RequestDataInterface (line 16) | interface RequestDataInterface method getTmpName (line 24) | public function getTmpName($path); method getName (line 32) | public function getName($path); FILE: app/code/Magento/Config/Model/Config/Backend/Filename.php class Filename (line 12) | class Filename extends \Magento\Framework\App\Config\Value method beforeSave (line 17) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Image.php class Image (line 16) | class Image extends File method _getAllowedExtensions (line 23) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/Image/Adapter.php class Adapter (line 18) | class Adapter extends \Magento\Framework\App\Config\Value method __construct (line 35) | public function __construct( method beforeSave (line 55) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Image/Favicon.php class Favicon (line 16) | class Favicon extends \Magento\Config\Model\Config\Backend\Image method _getUploadDir (line 30) | protected function _getUploadDir() method _addWhetherScopeInfo (line 40) | protected function _addWhetherScopeInfo() method _getAllowedExtensions (line 50) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/Image/Logo.php class Logo (line 16) | class Logo extends \Magento\Config\Model\Config\Backend\Image method _getUploadDir (line 30) | protected function _getUploadDir() method _addWhetherScopeInfo (line 40) | protected function _addWhetherScopeInfo() method _getAllowedExtensions (line 50) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/Image/Pdf.php class Pdf (line 16) | class Pdf extends \Magento\Config\Model\Config\Backend\Image method _getAllowedExtensions (line 23) | protected function _getAllowedExtensions() FILE: app/code/Magento/Config/Model/Config/Backend/Locale.php class Locale (line 18) | class Locale extends \Magento\Framework\App\Config\Value method __construct (line 55) | public function __construct( method afterSave (line 79) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Locale/Timezone.php class Timezone (line 18) | class Timezone extends \Magento\Framework\App\Config\Value method beforeSave (line 24) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Log/Cron.php class Cron (line 18) | class Cron extends \Magento\Framework\App\Config\Value method __construct (line 45) | public function __construct( method afterSave (line 67) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Secure.php class Secure (line 12) | class Secure extends \Magento\Framework\App\Config\Value method __construct (line 29) | public function __construct( method afterSave (line 48) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Serialized.php class Serialized (line 17) | class Serialized extends \Magento\Framework\App\Config\Value method __construct (line 36) | public function __construct( method _afterLoad (line 55) | protected function _afterLoad() method beforeSave (line 79) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Serialized/ArraySerialized.php class ArraySerialized (line 17) | class ArraySerialized extends \Magento\Config\Model\Config\Backend\Seria... method beforeSave (line 24) | public function beforeSave() FILE: app/code/Magento/Config/Model/Config/Backend/Store.php class Store (line 16) | class Store extends \Magento\Framework\App\Config\Value method __construct (line 33) | public function __construct( method afterSave (line 50) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/Backend/Translate.php class Translate (line 16) | class Translate extends \Magento\Framework\App\Config\Value method afterSave (line 30) | public function afterSave() FILE: app/code/Magento/Config/Model/Config/BackendClone/Factory.php class Factory (line 16) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($cloneModel) FILE: app/code/Magento/Config/Model/Config/BackendFactory.php class BackendFactory (line 12) | class BackendFactory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($modelName, array $arguments = []) FILE: app/code/Magento/Config/Model/Config/CommentFactory.php class CommentFactory (line 16) | class CommentFactory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($type) FILE: app/code/Magento/Config/Model/Config/CommentInterface.php type CommentInterface (line 16) | interface CommentInterface method getCommentText (line 23) | public function getCommentText($elementValue); FILE: app/code/Magento/Config/Model/Config/Compiler/IncludeElement.php class IncludeElement (line 22) | class IncludeElement implements ElementInterface method __construct (line 42) | public function __construct(Reader $moduleReader, Filesystem\Directory... method compile (line 57) | public function compile( method getChildNodes (line 87) | protected function getChildNodes(\DOMElement $node) method getContent (line 104) | protected function getContent($includePath) FILE: app/code/Magento/Config/Model/Config/Export/Comment.php class Comment (line 20) | class Comment implements CommentInterface method __construct (line 44) | public function __construct( method get (line 63) | public function get() FILE: app/code/Magento/Config/Model/Config/Export/ExcludeList.php class ExcludeList (line 15) | class ExcludeList method __construct (line 25) | public function __construct(array $configs = []) method isPresent (line 37) | public function isPresent($path) method get (line 48) | public function get() FILE: app/code/Magento/Config/Model/Config/Factory.php class Factory (line 16) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create(array $data = []) FILE: app/code/Magento/Config/Model/Config/Importer.php class Importer (line 28) | class Importer implements ImporterInterface method __construct (line 85) | public function __construct( method import (line 108) | public function import(array $data) method getWarningMessages (line 150) | public function getWarningMessages(array $data) FILE: app/code/Magento/Config/Model/Config/Importer/SaveProcessor.php class SaveProcessor (line 16) | class SaveProcessor method __construct (line 44) | public function __construct( method process (line 60) | public function process(array $data) method invokeSave (line 95) | private function invokeSave(array $scopeData, $scope, $scopeCode = null) FILE: app/code/Magento/Config/Model/Config/Loader.php class Loader (line 19) | class Loader method __construct (line 31) | public function __construct(\Magento\Framework\App\Config\ValueFactory... method getConfigByPath (line 45) | public function getConfigByPath($path, $scope, $scopeId, $full = true) FILE: app/code/Magento/Config/Model/Config/Parser/Comment.php class Comment (line 24) | class Comment implements CommentParserInterface method __construct (line 40) | public function __construct( method execute (line 89) | public function execute($fileName) FILE: app/code/Magento/Config/Model/Config/PathValidator.php class PathValidator (line 16) | class PathValidator method __construct (line 28) | public function __construct(Structure $structure) method validate (line 41) | public function validate($path) FILE: app/code/Magento/Config/Model/Config/Processor/EnvironmentPlaceholder.php class EnvironmentPlaceholder (line 18) | class EnvironmentPlaceholder implements PreProcessorInterface method __construct (line 39) | public function __construct( method process (line 55) | public function process(array $config) FILE: app/code/Magento/Config/Model/Config/Reader/Source/Deployed/DocumentRoot.php class DocumentRoot (line 19) | class DocumentRoot method __construct (line 30) | public function __construct(DeploymentConfig $config) method getPath (line 42) | public function getPath() method isPub (line 55) | public function isPub() FILE: app/code/Magento/Config/Model/Config/Reader/Source/Deployed/SettingChecker.php class SettingChecker (line 19) | class SettingChecker method __construct (line 41) | public function __construct( method isReadOnly (line 60) | public function isReadOnly($path, $scope, $scopeCode = null) method getPlaceholderValue (line 90) | public function getPlaceholderValue($path, $scope, $scopeCode = null) method getEnvValue (line 102) | public function getEnvValue($placeholder) method resolvePath (line 120) | private function resolvePath($scope, $scopeCode) FILE: app/code/Magento/Config/Model/Config/SchemaLocator.php class SchemaLocator (line 16) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 35) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 47) | public function getSchema() method getPerFileSchema (line 57) | public function getPerFileSchema() FILE: app/code/Magento/Config/Model/Config/ScopeDefiner.php class ScopeDefiner (line 16) | class ScopeDefiner method __construct (line 28) | public function __construct(\Magento\Framework\App\RequestInterface $r... method getScope (line 38) | public function getScope() FILE: app/code/Magento/Config/Model/Config/Source/Admin/Page.php class Page (line 14) | class Page implements \Magento\Framework\Option\ArrayInterface method __construct (line 32) | public function __construct( method toOptionArray (line 43) | public function toOptionArray() method _getMenuIterator (line 56) | protected function _getMenuIterator(\Magento\Backend\Model\Menu $menu) method _createOptions (line 69) | protected function _createOptions(&$optionArray, \Magento\Backend\Mode... FILE: app/code/Magento/Config/Model/Config/Source/Date/Short.php class Short (line 12) | class Short implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Design/Robots.php class Robots (line 12) | class Robots implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Dev/Dbautoup.php class Dbautoup (line 13) | class Dbautoup implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Email/Identity.php class Identity (line 12) | class Identity implements \Magento\Framework\Option\ArrayInterface method __construct (line 31) | public function __construct(\Magento\Config\Model\Config\Structure $co... method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Email/Method.php class Method (line 18) | class Method implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 23) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Email/Smtpauth.php class Smtpauth (line 12) | class Smtpauth implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Email/Template.php class Template (line 14) | class Template extends \Magento\Framework\DataObject implements \Magento... method __construct (line 37) | public function __construct( method toOptionArray (line 54) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Enabledisable.php class Enabledisable (line 13) | class Enabledisable implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 28) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Image/Adapter.php class Adapter (line 12) | class Adapter implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\Framework\Image\Adapter\ConfigInt... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Locale.php class Locale (line 16) | class Locale implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 34) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Locale/Country.php class Country (line 16) | class Country implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 34) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Locale/Currency.php class Currency (line 19) | class Currency implements \Magento\Framework\Option\ArrayInterface method __construct (line 45) | public function __construct( method toOptionArray (line 56) | public function toOptionArray() method getInstalledCurrencies (line 79) | private function getInstalledCurrencies() FILE: app/code/Magento/Config/Model/Config/Source/Locale/Currency/All.php class All (line 12) | class All implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 36) | public function toOptionArray($isMultiselect = false) FILE: app/code/Magento/Config/Model/Config/Source/Locale/Timezone.php class Timezone (line 16) | class Timezone implements \Magento\Framework\Option\ArrayInterface method __construct (line 36) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 44) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Locale/Weekdaycodes.php class Weekdaycodes (line 16) | class Weekdaycodes implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 34) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Locale/Weekdays.php class Weekdays (line 16) | class Weekdays implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct(\Magento\Framework\Locale\ListsInterface $... method toOptionArray (line 34) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Nooptreq.php class Nooptreq (line 12) | class Nooptreq implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Reports/Scope.php class Scope (line 18) | class Scope implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 25) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Store.php class Store (line 12) | class Store implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct(\Magento\Store\Model\ResourceModel\Store\C... method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Web/Protocol.php class Protocol (line 12) | class Protocol implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Web/Redirect.php class Redirect (line 12) | class Redirect implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Website.php class Website (line 12) | class Website implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Website/AdminOptionHash.php class AdminOptionHash (line 17) | class AdminOptionHash extends OptionHash method __construct (line 23) | public function __construct(Store $systemStore, $withDefaultWebsite = ... FILE: app/code/Magento/Config/Model/Config/Source/Website/OptionHash.php class OptionHash (line 15) | class OptionHash implements ArrayInterface method __construct (line 33) | public function __construct(Store $systemStore, $withDefaultWebsite = ... method toOptionArray (line 44) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/Source/Yesno.php class Yesno (line 12) | class Yesno implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 19) | public function toOptionArray() method toArray (line 29) | public function toArray() FILE: app/code/Magento/Config/Model/Config/Source/Yesnocustom.php class Yesnocustom (line 17) | class Yesnocustom implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 24) | public function toOptionArray() FILE: app/code/Magento/Config/Model/Config/SourceFactory.php class SourceFactory (line 12) | class SourceFactory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create($modelName) FILE: app/code/Magento/Config/Model/Config/Structure.php class Structure (line 47) | class Structure implements \Magento\Config\Model\Config\Structure\Search... method __construct (line 121) | public function __construct( method getTabs (line 138) | public function getTabs() method getSectionList (line 158) | public function getSectionList() method getElement (line 178) | public function getElement($path) method getElementByConfigPath (line 190) | public function getElementByConfigPath($path) method getFirstSection (line 207) | public function getFirstSection() method getElementByPathParts (line 227) | public function getElementByPathParts(array $pathParts) method _createEmptyElement (line 258) | protected function _createEmptyElement(array $pathParts) method getFieldPathsByAttribute (line 281) | public function getFieldPathsByAttribute($attributeName, $attributeValue) method _getGroupFieldPathsByAttribute (line 319) | protected function _getGroupFieldPathsByAttribute(array $fields, $pare... method getFieldPaths (line 373) | public function getFieldPaths() method getFieldsRecursively (line 390) | private function getFieldsRecursively(array $elements = []) FILE: app/code/Magento/Config/Model/Config/Structure/AbstractElement.php class AbstractElement (line 19) | abstract class AbstractElement implements StructureElementInterface method __construct (line 56) | public function __construct(StoreManagerInterface $storeManager, \Mage... method _getTranslatedAttribute (line 68) | protected function _getTranslatedAttribute($code) method setData (line 83) | public function setData(array $data, $scope) method getData (line 94) | public function getData() method getId (line 104) | public function getId() method getLabel (line 114) | public function getLabel() method getComment (line 124) | public function getComment() method getFrontendModel (line 134) | public function getFrontendModel() method getAttribute (line 145) | public function getAttribute($key) method isVisible (line 155) | public function isVisible() method _hasVisibilityValue (line 185) | protected function _hasVisibilityValue($key) method getClass (line 195) | public function getClass() method _getPath (line 207) | protected function _getPath($fieldId, $fieldPrefix = '') method getPath (line 219) | public function getPath($fieldPrefix = '') method getElementVisibility (line 233) | public function getElementVisibility() FILE: app/code/Magento/Config/Model/Config/Structure/AbstractMapper.php class AbstractMapper (line 16) | abstract class AbstractMapper implements MapperInterface method _hasValue (line 25) | protected function _hasValue($key, $target) FILE: app/code/Magento/Config/Model/Config/Structure/ConcealInProductionConfigList.php class ConcealInProductionConfigList (line 17) | class ConcealInProductionConfigList implements ElementVisibilityInterface method __construct (line 50) | public function __construct(State $state, array $configs = []) method isHidden (line 60) | public function isHidden($path) method isDisabled (line 73) | public function isDisabled($path) method normalizePath (line 99) | private function normalizePath($path) FILE: app/code/Magento/Config/Model/Config/Structure/Converter.php class Converter (line 12) | class Converter implements \Magento\Framework\Config\ConverterInterface method __construct (line 50) | public function __construct(\Magento\Config\Model\Config\Structure\Map... method convert (line 61) | public function convert($source) method _convertDOMDocument (line 82) | protected function _convertDOMDocument(\DOMNode $root) method _addProcessedNode (line 162) | protected function _addProcessedNode($convertedChild, $result, $childN... method _processAttributes (line 178) | protected function _processAttributes(\DOMNode $root) FILE: app/code/Magento/Config/Model/Config/Structure/Data.php class Data (line 15) | class Data extends \Magento\Framework\Config\Data\Scoped method __construct (line 26) | public function __construct( method merge (line 42) | public function merge(array $config) FILE: app/code/Magento/Config/Model/Config/Structure/Element/AbstractComposite.php class AbstractComposite (line 15) | abstract class AbstractComposite extends \Magento\Config\Model\Config\St... method __construct (line 29) | public function __construct( method setData (line 45) | public function setData(array $data, $scope) method hasChildren (line 62) | public function hasChildren() method getChildren (line 75) | public function getChildren() method isVisible (line 85) | public function isVisible() FILE: app/code/Magento/Config/Model/Config/Structure/Element/Dependency/Field.php class Field (line 12) | class Field method __construct (line 39) | public function __construct(array $fieldData = [], $fieldPrefix = "") method isValueSatisfy (line 64) | public function isValueSatisfy($value) method getId (line 74) | public function getId() method getValues (line 84) | public function getValues() method isNegative (line 94) | public function isNegative() FILE: app/code/Magento/Config/Model/Config/Structure/Element/Dependency/FieldFactory.php class FieldFactory (line 12) | class FieldFactory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create(array $arguments = []) FILE: app/code/Magento/Config/Model/Config/Structure/Element/Dependency/Mapper.php class Mapper (line 12) | class Mapper method __construct (line 38) | public function __construct( method getDependencies (line 56) | public function getDependencies($dependencies, $storeCode, $fieldPrefi... FILE: app/code/Magento/Config/Model/Config/Structure/Element/Field.php class Field (line 16) | class Field extends \Magento\Config\Model\Config\Structure\AbstractElement method __construct (line 66) | public function __construct( method getLabel (line 89) | public function getLabel($labelPrefix = '') method getHint (line 104) | public function getHint() method getComment (line 115) | public function getComment($currentValue = '') method getTooltip (line 136) | public function getTooltip() method getType (line 151) | public function getType() method _getRequiredElements (line 163) | protected function _getRequiredElements($fieldPrefix = '', $elementTyp... method getRequiredGroups (line 184) | public function getRequiredGroups($fieldPrefix = '') method getRequiredFields (line 195) | public function getRequiredFields($fieldPrefix = '') method getFrontendClass (line 205) | public function getFrontendClass() method hasBackendModel (line 215) | public function hasBackendModel() method getBackendModel (line 225) | public function getBackendModel() method getSectionId (line 235) | public function getSectionId() method getGroupPath (line 246) | public function getGroupPath() method getConfigPath (line 257) | public function getConfigPath() method showInDefault (line 267) | public function showInDefault() method showInWebsite (line 277) | public function showInWebsite() method showInStore (line 287) | public function showInStore() method canRestore (line 298) | public function canRestore() method populateInput (line 309) | public function populateInput($formField) method hasValidation (line 325) | public function hasValidation() method getValidation (line 335) | public function getValidation() method canBeEmpty (line 345) | public function canBeEmpty() method hasSourceModel (line 355) | public function hasSourceModel() method hasOptions (line 365) | public function hasOptions() method getOptions (line 375) | public function getOptions() method _getStaticOptions (line 395) | protected function _getStaticOptions(array $options) method _translateLabel (line 410) | private function _translateLabel($label) method _fillInConstantPlaceholders (line 421) | private function _fillInConstantPlaceholders($value) method _getOptionsFromSourceModel (line 435) | protected function _getOptionsFromSourceModel($sourceModel) method getDependencies (line 473) | public function getDependencies($fieldPrefix, $storeCode) method isAdvanced (line 492) | public function isAdvanced() FILE: app/code/Magento/Config/Model/Config/Structure/Element/FlyweightFactory.php class FlyweightFactory (line 12) | class FlyweightFactory method __construct (line 33) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 44) | public function create($type) FILE: app/code/Magento/Config/Model/Config/Structure/Element/Group.php class Group (line 15) | class Group extends AbstractComposite method __construct (line 37) | public function __construct( method shouldCloneFields (line 54) | public function shouldCloneFields() method getCloneModel (line 65) | public function getCloneModel() method populateFieldset (line 81) | public function populateFieldset(\Magento\Framework\Data\Form\Element\... method isExpanded (line 97) | public function isExpanded() method getFieldsetCss (line 107) | public function getFieldsetCss() method getDependencies (line 118) | public function getDependencies($storeCode) FILE: app/code/Magento/Config/Model/Config/Structure/Element/Group/Proxy.php class Proxy (line 12) | class Proxy extends \Magento\Config\Model\Config\Structure\Element\Group... method __construct (line 29) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method _getSubject (line 39) | protected function _getSubject() method setData (line 56) | public function setData(array $data, $scope) method getId (line 66) | public function getId() method getLabel (line 76) | public function getLabel() method getComment (line 86) | public function getComment() method getFrontendModel (line 96) | public function getFrontendModel() method getAttribute (line 107) | public function getAttribute($key) method isAllowed (line 117) | public function isAllowed() method isVisible (line 129) | public function isVisible($websiteCode = '', $storeCode = '') method getClass (line 139) | public function getClass() method hasChildren (line 149) | public function hasChildren() method getChildren (line 159) | public function getChildren() method shouldCloneFields (line 169) | public function shouldCloneFields() method getCloneModel (line 179) | public function getCloneModel() method populateFieldset (line 190) | public function populateFieldset(\Magento\Framework\Data\Form\Element\... method getData (line 200) | public function getData() method getPath (line 211) | public function getPath($fieldPrefix = '') method isExpanded (line 221) | public function isExpanded() method getFieldsetCss (line 231) | public function getFieldsetCss() method getDependencies (line 242) | public function getDependencies($storeCode) FILE: app/code/Magento/Config/Model/Config/Structure/Element/Iterator.php class Iterator (line 12) | class Iterator implements \Iterator method __construct (line 45) | public function __construct(\Magento\Config\Model\Config\Structure\Abs... method setElements (line 57) | public function setElements(array $elements, $scope) method current (line 72) | public function current() method next (line 82) | public function next() method _initFlyweight (line 99) | protected function _initFlyweight(array $element) method key (line 109) | public function key() method valid (line 120) | public function valid() method rewind (line 130) | public function rewind() method isLast (line 147) | public function isLast(\Magento\Config\Model\Config\Structure\ElementI... FILE: app/code/Magento/Config/Model/Config/Structure/Element/Iterator/Field.php class Field (line 12) | class Field extends \Magento\Config\Model\Config\Structure\Element\Iterator method __construct (line 32) | public function __construct( method _initFlyweight (line 47) | protected function _initFlyweight(array $element) FILE: app/code/Magento/Config/Model/Config/Structure/Element/Iterator/Group.php class Group (line 12) | class Group extends \Magento\Config\Model\Config\Structure\Element\Iterator method __construct (line 17) | public function __construct(\Magento\Config\Model\Config\Structure\Ele... FILE: app/code/Magento/Config/Model/Config/Structure/Element/Iterator/Section.php class Section (line 12) | class Section extends \Magento\Config\Model\Config\Structure\Element\Ite... method __construct (line 17) | public function __construct(\Magento\Config\Model\Config\Structure\Ele... FILE: app/code/Magento/Config/Model/Config/Structure/Element/Iterator/Tab.php class Tab (line 12) | class Tab extends \Magento\Config\Model\Config\Structure\Element\Iterator method __construct (line 17) | public function __construct(\Magento\Config\Model\Config\Structure\Ele... FILE: app/code/Magento/Config/Model/Config/Structure/Element/Section.php class Section (line 14) | class Section extends AbstractComposite method __construct (line 29) | public function __construct( method getHeaderCss (line 44) | public function getHeaderCss() method isAllowed (line 54) | public function isAllowed() method isVisible (line 64) | public function isVisible() FILE: app/code/Magento/Config/Model/Config/Structure/Element/Tab.php class Tab (line 12) | class Tab extends AbstractComposite method isVisible (line 19) | public function isVisible() FILE: app/code/Magento/Config/Model/Config/Structure/ElementInterface.php type ElementInterface (line 16) | interface ElementInterface method setData (line 25) | public function setData(array $data, $scope); method getData (line 32) | public function getData(); method getId (line 39) | public function getId(); method getLabel (line 46) | public function getLabel(); method isVisible (line 53) | public function isVisible(); method getAttribute (line 61) | public function getAttribute($key); FILE: app/code/Magento/Config/Model/Config/Structure/ElementVisibility/ConcealInProduction.php class ConcealInProduction (line 20) | class ConcealInProduction implements ElementVisibilityInterface method __construct (line 74) | public function __construct(State $state, array $configs = [], array $... method isHidden (line 85) | public function isHidden($path) method isDisabled (line 110) | public function isDisabled($path) method normalizePath (line 136) | private function normalizePath($path) FILE: app/code/Magento/Config/Model/Config/Structure/ElementVisibility/ConcealInProductionWithoutScdOnDemand.php class ConcealInProductionWithoutScdOnDemand (line 22) | class ConcealInProductionWithoutScdOnDemand implements ElementVisibility... method __construct (line 40) | public function __construct( method isHidden (line 54) | public function isHidden($path): bool method isDisabled (line 65) | public function isDisabled($path): bool FILE: app/code/Magento/Config/Model/Config/Structure/ElementVisibilityComposite.php class ElementVisibilityComposite (line 16) | class ElementVisibilityComposite implements ElementVisibilityInterface method __construct (line 32) | public function __construct(array $visibility = []) method isHidden (line 54) | public function isHidden($path) method isDisabled (line 69) | public function isDisabled($path) FILE: app/code/Magento/Config/Model/Config/Structure/ElementVisibilityInterface.php type ElementVisibilityInterface (line 14) | interface ElementVisibilityInterface method isDisabled (line 30) | public function isDisabled($path); method isHidden (line 39) | public function isHidden($path); FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Attribute/Inheritance.php class Inheritance (line 16) | class Inheritance implements \Magento\Config\Model\Config\Structure\Mapp... method map (line 24) | public function map(array $data) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Dependencies.php class Dependencies (line 16) | class Dependencies extends \Magento\Config\Model\Config\Structure\Abstra... method __construct (line 28) | public function __construct( method map (line 40) | public function map(array $data) method _processConfig (line 56) | protected function _processConfig($config) method _processDepends (line 74) | protected function _processDepends($config) method _getDependPath (line 94) | protected function _getDependPath($field, $config) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/ExtendsMapper.php class ExtendsMapper (line 16) | class ExtendsMapper extends \Magento\Config\Model\Config\Structure\Abstr... method __construct (line 42) | public function __construct( method map (line 54) | public function map(array $data) method _traverseAndExtend (line 75) | protected function _traverseAndExtend($path) method _getDataByPath (line 100) | protected function _getDataByPath($path) method _extendNode (line 123) | protected function _extendNode($path, $extendSourceNode) method _mergeData (line 160) | protected function _mergeData($arr1, $arr2) method _replaceData (line 180) | protected function _replaceData($path, $newData) method _transformPathToKeysList (line 201) | protected function _transformPathToKeysList($path) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Factory.php class Factory (line 16) | class Factory method __construct (line 51) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 63) | public function create($type) method _getMapperClassNameByType (line 85) | protected function _getMapperClassNameByType($type) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Helper/RelativePathConverter.php class RelativePathConverter (line 16) | class RelativePathConverter method convert (line 26) | public function convert($nodePath, $relativePath) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Ignore.php class Ignore (line 16) | class Ignore implements \Magento\Config\Model\Config\Structure\MapperInt... method map (line 24) | public function map(array $data) FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Path.php class Path (line 16) | class Path extends \Magento\Config\Model\Config\Structure\AbstractMapper method map (line 24) | public function map(array $data) method _processConfig (line 45) | protected function _processConfig(array $elementConfig, array $parentC... FILE: app/code/Magento/Config/Model/Config/Structure/Mapper/Sorting.php class Sorting (line 18) | class Sorting extends \Magento\Config\Model\Config\Structure\AbstractMapper method map (line 26) | public function map(array $data) method _processConfig (line 40) | protected function _processConfig($data) method _cmp (line 58) | protected function _cmp($elementA, $elementB) FILE: app/code/Magento/Config/Model/Config/Structure/MapperInterface.php type MapperInterface (line 16) | interface MapperInterface method map (line 24) | public function map(array $data); FILE: app/code/Magento/Config/Model/Config/Structure/Reader.php class Reader (line 21) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 55) | public function __construct( method _readFiles (line 86) | protected function _readFiles($fileList) method processingDocument (line 134) | protected function processingDocument($content) FILE: app/code/Magento/Config/Model/Config/Structure/Search/Proxy.php class Proxy (line 12) | class Proxy implements method __construct (line 30) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method _getSubject (line 40) | protected function _getSubject() method getElement (line 54) | public function getElement($path) FILE: app/code/Magento/Config/Model/Config/Structure/SearchInterface.php type SearchInterface (line 12) | interface SearchInterface method getElement (line 20) | public function getElement($path); FILE: app/code/Magento/Config/Model/Config/StructureElementInterface.php type StructureElementInterface (line 11) | interface StructureElementInterface extends Structure\ElementInterface method getPath (line 19) | public function getPath($fieldPrefix = ''); FILE: app/code/Magento/Config/Model/Config/TypePool.php class TypePool (line 18) | class TypePool method __construct (line 68) | public function __construct(array $sensitive = [], array $environment ... method isPresent (line 88) | public function isPresent($path, $type) method getPathsByType (line 124) | private function getPathsByType($type) FILE: app/code/Magento/Config/Model/Placeholder/Environment.php class Environment (line 16) | class Environment implements PlaceholderInterface method __construct (line 31) | public function __construct(DeploymentConfig $deploymentConfig) method generate (line 42) | public function generate($path, $scopeType = ScopeConfigInterface::SCO... method restore (line 64) | public function restore($template) method isApplicable (line 77) | public function isApplicable($placeholder) FILE: app/code/Magento/Config/Model/Placeholder/PlaceholderFactory.php class PlaceholderFactory (line 15) | class PlaceholderFactory method __construct (line 36) | public function __construct(ObjectManagerInterface $objectManager, arr... method create (line 50) | public function create($type) FILE: app/code/Magento/Config/Model/Placeholder/PlaceholderInterface.php type PlaceholderInterface (line 15) | interface PlaceholderInterface method generate (line 26) | public function generate($path, $scopeType = ScopeConfigInterface::SCO... method restore (line 35) | public function restore($template); method isApplicable (line 44) | public function isApplicable($placeholder); FILE: app/code/Magento/Config/Model/PreparedValueFactory.php class PreparedValueFactory (line 26) | class PreparedValueFactory method __construct (line 71) | public function __construct( method create (line 97) | public function create($path, $value, $scope, $scopeCode = null) FILE: app/code/Magento/Config/Model/ResourceModel/Config.php class Config (line 17) | class Config extends \Magento\Framework\Model\ResourceModel\Db\AbstractD... method _construct (line 25) | protected function _construct() method saveConfig (line 39) | public function saveConfig($path, $value, $scope = ScopeConfigInterfac... method deleteConfig (line 75) | public function deleteConfig($path, $scope = ScopeConfigInterface::SCO... FILE: app/code/Magento/Config/Model/ResourceModel/Config/Data.php class Data (line 15) | class Data extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 22) | protected function _construct() method _beforeSave (line 33) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _checkUnique (line 52) | protected function _checkUnique(\Magento\Framework\Model\AbstractModel... method clearScopeData (line 85) | public function clearScopeData($scopeCode, $scopeIds) FILE: app/code/Magento/Config/Model/ResourceModel/Config/Data/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | protected function _construct() method addScopeFilter (line 38) | public function addScopeFilter($scope, $scopeId, $section) method addPathFilter (line 52) | public function addPathFilter($section) method addValueFilter (line 64) | public function addValueFilter($value) FILE: app/code/Magento/Config/Observer/Config/Backend/Admin/AfterCustomUrlChangedObserver.php class AfterCustomUrlChangedObserver (line 17) | class AfterCustomUrlChangedObserver implements ObserverInterface method __construct (line 49) | public function __construct( method execute (line 68) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Config/Setup/ConfigOptionsList.php class ConfigOptionsList (line 20) | class ConfigOptionsList implements ConfigOptionsListInterface method __construct (line 50) | public function __construct(ConfigDataFactory $configDataFactory) method getOptions (line 58) | public function getOptions() method createConfig (line 81) | public function createConfig(array $options, DeploymentConfig $deploym... method processBooleanConfigValue (line 111) | private function processBooleanConfigValue(string $inputKey, string $c... method validate (line 131) | public function validate(array $options, DeploymentConfig $deploymentC... FILE: app/code/Magento/Config/Setup/Patch/Data/UpdateClassAliases.php class UpdateClassAliases (line 17) | class UpdateClassAliases implements DataPatchInterface, PatchVersionInte... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 56) | public static function getDependencies() method getVersion (line 64) | public static function getVersion() method getAliases (line 72) | public function getAliases() FILE: app/code/Magento/Config/Test/Unit/App/Config/Source/DumpConfigSourceAggregatedTest.php class DumpConfigSourceAggregatedTest (line 15) | class DumpConfigSourceAggregatedTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | public function setUp() method testGet (line 128) | public function testGet() method testGetWithExcludeDefault (line 154) | public function testGetWithExcludeDefault() method testGetExcludedFields (line 182) | public function testGetExcludedFields() FILE: app/code/Magento/Config/Test/Unit/App/Config/Source/EnvironmentConfigSourceTest.php class EnvironmentConfigSourceTest (line 13) | class EnvironmentConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGet (line 55) | public function testGet($path, $expectedResult) method getDataProvider (line 83) | public function getDataProvider() method testGetWithoutEnvConfigurationVariables (line 94) | public function testGetWithoutEnvConfigurationVariables() method tearDown (line 109) | public function tearDown() FILE: app/code/Magento/Config/Test/Unit/App/Config/Source/InitialSnapshotConfigSourceTest.php class InitialSnapshotConfigSourceTest (line 17) | class InitialSnapshotConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGet (line 65) | public function testGet() FILE: app/code/Magento/Config/Test/Unit/App/Config/Source/ModularConfigSourceTest.php class ModularConfigSourceTest (line 16) | class ModularConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | public function setUp() method testGet (line 36) | public function testGet() FILE: app/code/Magento/Config/Test/Unit/App/Config/Source/RuntimeConfigSourceTest.php class RuntimeConfigSourceTest (line 19) | class RuntimeConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | public function setUp() method testGet (line 78) | public function testGet() FILE: app/code/Magento/Config/Test/Unit/App/Config/Type/System/ReaderTest.php class ReaderTest (line 14) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | public function setUp() method testGetCachedWithLoadDefaultScopeData (line 69) | public function testGetCachedWithLoadDefaultScopeData() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/DwstreeTest.php class DwstreeTest (line 8) | class DwstreeTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testInitTabs (line 80) | public function testInitTabs($section, $website, $store) method initTabsDataProvider (line 127) | public function initTabsDataProvider() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/EditTest.php class EditTest (line 8) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetSaveButtonHtml (line 90) | public function testGetSaveButtonHtml() method testGetSaveUrl (line 118) | public function testGetSaveUrl() method testPrepareLayout (line 137) | public function testPrepareLayout() method testGetConfigSearchParamsJson (line 181) | public function testGetConfigSearchParamsJson(array $requestData, arra... method getConfigSearchParamsJsonData (line 210) | public function getConfigSearchParamsJsonData() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/FieldArray/AbstractTest.php class AbstractTest (line 8) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetArrayRows (line 28) | public function testGetArrayRows() method testGetAddButtonLabel (line 50) | public function testGetAddButtonLabel() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/FileTest.php class FileTest (line 12) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetElementHtml (line 56) | public function testGetElementHtml() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/HeadingTest.php class HeadingTest (line 12) | class HeadingTest extends \PHPUnit\Framework\TestCase method testRender (line 14) | public function testRender() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/ImageTest.php class ImageTest (line 12) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetElementHtmlWithValue (line 58) | public function testGetElementHtmlWithValue() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/NotificationTest.php class NotificationTest (line 12) | class NotificationTest extends \PHPUnit\Framework\TestCase method testRender (line 14) | public function testRender() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/RegexceptionsTest.php class RegexceptionsTest (line 12) | class RegexceptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testRenderCellTemplateValueColumn (line 83) | public function testRenderCellTemplateValueColumn() method testRenderCellTemplateOtherColumn (line 109) | public function testRenderCellTemplateOtherColumn() method testRenderCellTemplateWrongColumnName (line 124) | public function testRenderCellTemplateWrongColumnName() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/Select/AllowspecificTest.php class AllowspecificTest (line 8) | class AllowspecificTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetAfterElementHtml (line 36) | public function testGetAfterElementHtml() method testGetHtmlWhenValueIsEmpty (line 68) | public function testGetHtmlWhenValueIsEmpty($value) method getHtmlWhenValueIsEmptyDataProvider (line 94) | public function getHtmlWhenValueIsEmptyDataProvider() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/FieldTest.php class FieldTest (line 13) | class FieldTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testRenderHtmlIdLabelInputElementName (line 108) | public function testRenderHtmlIdLabelInputElementName() method testRenderValueWithCommentBlock (line 124) | public function testRenderValueWithCommentBlock() method testRenderValueWithTooltipBlock (line 137) | public function testRenderValueWithTooltipBlock() method testRenderHint (line 150) | public function testRenderHint() method testRenderScopeLabel (line 159) | public function testRenderScopeLabel() method testRenderInheritCheckbox (line 176) | public function testRenderInheritCheckbox() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Fieldset/Modules/DisableOutputTest.php class DisableOutputTest (line 11) | class DisableOutputTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testRender (line 210) | public function testRender($expanded, $nested, $extra) method renderDataProvider (line 230) | public function renderDataProvider() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/Form/FieldsetTest.php class FieldsetTest (line 11) | class FieldsetTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testRenderWithoutStoredElements (line 153) | public function testRenderWithoutStoredElements($expanded, $nested, $e... method testRenderWithStoredElements (line 178) | public function testRenderWithStoredElements($expanded, $nested, $extra) method renderWithoutStoredElementsDataProvider (line 236) | public function renderWithoutStoredElementsDataProvider() method renderWithStoredElementsDataProvider (line 244) | public function renderWithStoredElementsDataProvider() method dataProvider (line 252) | protected function dataProvider() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/FormTest.php class FormTest (line 23) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testInitForm (line 188) | public function testInitForm($sectionIsVisible) method initFormDataProvider (line 237) | public function initFormDataProvider() method testInitGroup (line 252) | public function testInitGroup($shouldCloneFields, $prefixes, $callNum) method initGroupDataProvider (line 353) | public function initGroupDataProvider() method testInitFields (line 378) | public function testInitFields( method initFieldsDataProvider (line 554) | public function initFieldsDataProvider() FILE: app/code/Magento/Config/Test/Unit/Block/System/Config/TabsTest.php class TabsTest (line 8) | class TabsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method tearDown (line 55) | protected function tearDown() method testGetSectionUrl (line 63) | public function testGetSectionUrl() method testIsSectionActiveReturnsTrueForActiveSection (line 82) | public function testIsSectionActiveReturnsTrueForActiveSection() method testIsSectionActiveReturnsFalseForNonActiveSection (line 89) | public function testIsSectionActiveReturnsFalseForNonActiveSection() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSet/ConfigSetProcessorFactoryTest.php class ConfigSetProcessorFactoryTest (line 21) | class ConfigSetProcessorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCreate (line 51) | public function testCreate() method testCreateNonExisted (line 70) | public function testCreateNonExisted() method testCreateWrongImplementation (line 79) | public function testCreateWrongImplementation() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSet/DefaultProcessorTest.php class DefaultProcessorTest (line 27) | class DefaultProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testProcess (line 99) | public function testProcess($path, $value, $scope, $scopeCode) method processDataProvider (line 121) | public function processDataProvider() method configMockForProcessTest (line 135) | private function configMockForProcessTest($path, $scope, $scopeCode) method testProcessLockedValue (line 154) | public function testProcessLockedValue() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSet/LockConfigProcessorTest.php class LockConfigProcessorTest (line 26) | class LockConfigProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testProcess (line 98) | public function testProcess($path, $value, $scope, $scopeCode) method processDataProvider (line 155) | public function processDataProvider() method testProcessNotReadableFs (line 168) | public function testProcessNotReadableFs() method testCustomException (line 197) | public function testCustomException() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSet/LockEnvProcessorTest.php class LockEnvProcessorTest (line 26) | class LockEnvProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testProcess (line 98) | public function testProcess($path, $value, $scope, $scopeCode) method processDataProvider (line 155) | public function processDataProvider() method testProcessNotReadableFs (line 168) | public function testProcessNotReadableFs() method testCustomException (line 197) | public function testCustomException() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSet/ProcessorFacadeTest.php class ProcessorFacadeTest (line 30) | class ProcessorFacadeTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testProcess (line 103) | public function testProcess() method testProcessWithValidatorException (line 140) | public function testProcessWithValidatorException(LocalizedException $... method processWithValidatorExceptionDataProvider (line 160) | public function processWithValidatorExceptionDataProvider() method testProcessWithConfigurationMismatchException (line 172) | public function testProcessWithConfigurationMismatchException() method testProcessWithCouldNotSaveException (line 202) | public function testProcessWithCouldNotSaveException() method testExecuteLockEnv (line 230) | public function testExecuteLockEnv() method testExecuteLockConfig (line 257) | public function testExecuteLockConfig() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigSetCommandTest.php class ConfigSetCommandTest (line 25) | class ConfigSetCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 86) | public function testExecute() method testExecuteMagentoUninstalled (line 119) | public function testExecuteMagentoUninstalled() method testExecuteNeedsRegeneration (line 140) | public function testExecuteNeedsRegeneration() method testExecuteWithException (line 164) | public function testExecuteWithException() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php class ValueProcessorTest (line 24) | class ValueProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testProcess (line 92) | public function testProcess( method processDataProvider (line 189) | public function processDataProvider() FILE: app/code/Magento/Config/Test/Unit/Console/Command/ConfigShowCommandTest.php class ConfigShowCommandTest (line 18) | class ConfigShowCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 66) | public function testExecute() method testNotValidScopeOrScopeCode (line 102) | public function testNotValidScopeOrScopeCode() method testConfigPathNotExist (line 125) | public function testConfigPathNotExist() method getConfigShowCommandTester (line 146) | private function getConfigShowCommandTester($configPath, $scope = null... FILE: app/code/Magento/Config/Test/Unit/Console/Command/EmulatedAdminhtmlAreaProcessorTest.php class EmulatedAdminhtmlAreaProcessorTest (line 14) | class EmulatedAdminhtmlAreaProcessorTest extends \PHPUnit\Framework\Test... method setUp (line 37) | protected function setUp() method testProcess (line 52) | public function testProcess() method testProcessWithException (line 77) | public function testProcessWithException() FILE: app/code/Magento/Config/Test/Unit/Model/Compiler/IncludeElementTest.php class IncludeElementTest (line 11) | class IncludeElementTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCompileSuccess (line 51) | public function testCompileSuccess() method testCompileException (line 87) | public function testCompileException() method getContentStep (line 117) | protected function getContentStep($check = true) FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/BaseurlTest.php class BaseurlTest (line 11) | class BaseurlTest extends \PHPUnit\Framework\TestCase method testSaveMergedJsCssMustBeCleaned (line 13) | public function testSaveMergedJsCssMustBeCleaned() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/Email/AddressTest.php class AddressTest (line 12) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testBeforeSave (line 31) | public function testBeforeSave($value, $expectedValue) method beforeSaveDataProvider (line 46) | public function beforeSaveDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/Email/LogoTest.php class LogoTest (line 23) | class LogoTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testBeforeSave (line 102) | public function testBeforeSave() method testBeforeSaveWithTmpInValue (line 134) | public function testBeforeSaveWithTmpInValue() method testBeforeSaveWithDelete (line 165) | public function testBeforeSaveWithDelete() method testBeforeSaveWithoutOldValue (line 196) | public function testBeforeSaveWithoutOldValue() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/Email/SenderTest.php class SenderTest (line 12) | class SenderTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testBeforeSave (line 31) | public function testBeforeSave($value, $expectedValue) method beforeSaveDataProvider (line 47) | public function beforeSaveDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/EncryptedTest.php class EncryptedTest (line 8) | class EncryptedTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testProcessValue (line 60) | public function testProcessValue() method testBeforeSave (line 84) | public function testBeforeSave($value, $expectedValue, $encryptMethodC... method beforeSaveDataProvider (line 101) | public function beforeSaveDataProvider() method testAllowEmptySave (line 109) | public function testAllowEmptySave() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/File/RequestDataTest.php class RequestDataTest (line 8) | class RequestDataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testGetNameRetrievesFileName (line 46) | public function testGetNameRetrievesFileName() method testGetTmpNameRetrievesFileName (line 52) | public function testGetTmpNameRetrievesFileName() method testGetNameReturnsNullIfInvalidPathIsProvided (line 58) | public function testGetNameReturnsNullIfInvalidPathIsProvided() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/FileTest.php class FileTest (line 24) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testBeforeSave (line 103) | public function testBeforeSave() method testBeforeWithoutRequest (line 159) | public function testBeforeWithoutRequest() method testBeforeWithoutFile (line 204) | public function testBeforeWithoutFile() method testBeforeWithDelete (line 230) | public function testBeforeWithDelete() method testBeforeSaveWithException (line 260) | public function testBeforeSaveWithException() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/Image/LogoTest.php class LogoTest (line 8) | class LogoTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testBeforeSave (line 69) | public function testBeforeSave() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/SecureTest.php class SecureTest (line 10) | class SecureTest extends \PHPUnit\Framework\TestCase method testSaveMergedJsCssMustBeCleaned (line 12) | public function testSaveMergedJsCssMustBeCleaned() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Backend/SerializedTest.php class SerializedTest (line 17) | class SerializedTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAfterLoad (line 55) | public function testAfterLoad($expected, $value, $numCalls, $unseriali... method afterLoadDataProvider (line 68) | public function afterLoadDataProvider() method testAfterLoadWithException (line 85) | public function testAfterLoadWithException() method testBeforeSave (line 106) | public function testBeforeSave($expected, $value, $numCalls, $serializ... method beforeSaveDataProvider (line 120) | public function beforeSaveDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Export/CommentTest.php class CommentTest (line 16) | class CommentTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGet (line 81) | public function testGet( method dataProviderForTestGet (line 103) | public function dataProviderForTestGet() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Export/ExcludeListTest.php class ExcludeListTest (line 10) | class ExcludeListTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGet (line 28) | public function testGet() method testIsPresent (line 33) | public function testIsPresent() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Export/TypePoolTest.php class TypePoolTest (line 12) | class TypePoolTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | public function setUp() method testIsPresent (line 35) | public function testIsPresent( method dataProviderToTestIsPresent (line 53) | public function dataProviderToTestIsPresent() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Importer/SaveProcessorTest.php class SaveProcessorTest (line 22) | class SaveProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testProcess (line 82) | public function testProcess() FILE: app/code/Magento/Config/Test/Unit/Model/Config/ImporterTest.php class ImporterTest (line 27) | class ImporterTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testImport (line 125) | public function testImport() method testImportWithException (line 173) | public function testImportWithException() FILE: app/code/Magento/Config/Test/Unit/Model/Config/LoaderTest.php class LoaderTest (line 11) | class LoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method tearDown (line 75) | protected function tearDown() method testGetConfigByPathInFullMode (line 82) | public function testGetConfigByPathInFullMode() method testGetConfigByPath (line 88) | public function testGetConfigByPath() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Parser/CommentTest.php class CommentTest (line 15) | class CommentTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/Config/Test/Unit/Model/Config/PathValidatorTest.php class PathValidatorTest (line 18) | class PathValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidate (line 44) | public function testValidate() method testValidateWithException (line 61) | public function testValidateWithException() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Processor/EnvironmentPlaceholderTest.php class EnvironmentPlaceholderTest (line 14) | class EnvironmentPlaceholderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testProcess (line 64) | public function testProcess() method tearDown (line 127) | protected function tearDown() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Reader/Source/Deployed/DocumentRootTest.php class DocumentRootTest (line 18) | class DocumentRootTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp() method testGetPath (line 42) | public function testGetPath() method testIsPub (line 53) | public function testIsPub() method configMockSetForDocumentRootIsPub (line 60) | private function configMockSetForDocumentRootIsPub() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Reader/Source/Deployed/SettingCheckerTest.php class SettingCheckerTest (line 18) | class SettingCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | public function setUp() method testIsReadonly (line 78) | public function testIsReadonly( method isReadonlyDataProvider (line 125) | public function isReadonlyDataProvider() method tearDown (line 208) | protected function tearDown() FILE: app/code/Magento/Config/Test/Unit/Model/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 37) | public function testGetSchema() method testGetPerFileSchema (line 42) | public function testGetPerFileSchema() FILE: app/code/Magento/Config/Test/Unit/Model/Config/ScopeDefinerTest.php class ScopeDefinerTest (line 11) | class ScopeDefinerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetScopeReturnsDefaultScopeIfNoScopeDataIsSpecified (line 33) | public function testGetScopeReturnsDefaultScopeIfNoScopeDataIsSpecified() method testGetScopeReturnsStoreScopeIfStoreIsSpecified (line 38) | public function testGetScopeReturnsStoreScopeIfStoreIsSpecified() method testGetScopeReturnsWebsiteScopeIfWebsiteIsSpecified (line 50) | public function testGetScopeReturnsWebsiteScopeIfWebsiteIsSpecified() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Source/Admin/PageTest.php class PageTest (line 12) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testToOptionArray (line 70) | public function testToOptionArray() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Source/Email/TemplateTest.php class TemplateTest (line 12) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testToOptionArray (line 48) | public function testToOptionArray() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Source/Locale/TimezoneTest.php class TimezoneTest (line 8) | class TimezoneTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArray (line 28) | public function testToOptionArray() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/AbstractElementTest.php class AbstractElementTest (line 12) | class AbstractElementTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetId (line 61) | public function testGetId() method testGetLabelTranslatesLabel (line 68) | public function testGetLabelTranslatesLabel() method testGetCommentTranslatesComment (line 75) | public function testGetCommentTranslatesComment() method testGetFrontEndModel (line 82) | public function testGetFrontEndModel() method testGetAttribute (line 88) | public function testGetAttribute() method testIsVisibleReturnsTrueInSingleStoreModeForNonHiddenElements (line 100) | public function testIsVisibleReturnsTrueInSingleStoreModeForNonHiddenE... method testIsVisibleReturnsFalseInSingleStoreModeForHiddenElements (line 110) | public function testIsVisibleReturnsFalseInSingleStoreModeForHiddenEle... method testIsVisibleReturnsFalseInSingleStoreModeForInvisibleElements (line 123) | public function testIsVisibleReturnsFalseInSingleStoreModeForInvisible... method testIsVisibleReturnsTrueForProperScopes (line 138) | public function testIsVisibleReturnsTrueForProperScopes($settings, $sc... method isVisibleReturnsTrueForProperScopesDataProvider (line 147) | public function isVisibleReturnsTrueForProperScopesDataProvider() method testIsVisibleReturnsFalseForNonProperScopes (line 170) | public function testIsVisibleReturnsFalseForNonProperScopes($settings,... method isVisibleReturnsFalseForNonProperScopesDataProvider (line 179) | public function isVisibleReturnsFalseForNonProperScopesDataProvider() method testIsVisibleReturnFalseIfModuleNotEnabled (line 197) | public function testIsVisibleReturnFalseIfModuleNotEnabled() method testIsVisibleVisibilityIsHiddenTrue (line 215) | public function testIsVisibleVisibilityIsHiddenTrue() method testGetClass (line 223) | public function testGetClass() method testGetPathBuildsFullPath (line 230) | public function testGetPathBuildsFullPath() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ConcealInProductionConfigListTest.php class ConcealInProductionConfigListTest (line 16) | class ConcealInProductionConfigListTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testIsDisabled (line 54) | public function testIsDisabled($path, $mageMode, $expectedResult) method disabledDataProvider (line 67) | public function disabledDataProvider() method testIsHidden (line 93) | public function testIsHidden($path, $mageMode, $expectedResult) method hiddenDataProvider (line 106) | public function hiddenDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvertCorrectlyConvertsConfigStructureToArray (line 26) | public function testConvertCorrectlyConvertsConfigStructureToArray() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/AbstractCompositeTest.php class AbstractCompositeTest (line 14) | class AbstractCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method tearDown (line 73) | protected function tearDown() method testSetDataInitializesChildIterator (line 80) | public function testSetDataInitializesChildIterator() method testSetDataInitializesChildIteratorWithEmptyArrayIfNoChildrenArePresent (line 93) | public function testSetDataInitializesChildIteratorWithEmptyArrayIfNoC... method testHasChildrenReturnsFalseIfThereAreNoChildren (line 99) | public function testHasChildrenReturnsFalseIfThereAreNoChildren() method testHasChildrenReturnsTrueIfThereAreVisibleChildren (line 104) | public function testHasChildrenReturnsTrueIfThereAreVisibleChildren() method testIsVisibleReturnsTrueIfThereAreVisibleChildren (line 111) | public function testIsVisibleReturnsTrueIfThereAreVisibleChildren() method testIsVisibleReturnsTrueIfElementHasFrontEndModel (line 120) | public function testIsVisibleReturnsTrueIfElementHasFrontEndModel() method testIsVisibleReturnsFalseIfElementHasNoChildrenAndFrontendModel (line 127) | public function testIsVisibleReturnsFalseIfElementHasNoChildrenAndFron... FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Dependency/FieldTest.php class FieldTest (line 8) | class FieldTest extends \PHPUnit\Framework\TestCase method _getSimpleData (line 33) | protected function _getSimpleData() method _getComplexData (line 43) | protected function _getComplexData() method _getFieldObject (line 59) | protected function _getFieldObject($data, $isNegative) method testGetId (line 72) | public function testGetId($data, $isNegative) method testIsNegative (line 86) | public function testIsNegative($data, $isNegative) method dataProvider (line 94) | public function dataProvider() method testIsValueSatisfy (line 111) | public function testIsValueSatisfy($data, $isNegative, $value, $expected) method isValueSatisfyDataProvider (line 119) | public function isValueSatisfyDataProvider() method testGetValues (line 139) | public function testGetValues($data, $isNegative, $expected) method getValuesDataProvider (line 147) | public function getValuesDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Dependency/MapperTest.php class MapperTest (line 8) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method tearDown (line 85) | protected function tearDown() method testGetDependenciesWhenDependentIsInvisible (line 97) | public function testGetDependenciesWhenDependentIsInvisible($isValueSa... method getDependenciesDataProvider (line 156) | public function getDependenciesDataProvider() method testGetDependenciesIsVisible (line 161) | public function testGetDependenciesIsVisible() method _getDependencyField (line 212) | protected function _getDependencyField($isValueSatisfy, $isFieldVisibl... method _getField (line 252) | protected function _getField($isVisible, $path, $mockClassName) FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/FieldTest.php class FieldTest (line 16) | class FieldTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method tearDown (line 74) | protected function tearDown() method testGetLabelTranslatesLabelAndPrefix (line 84) | public function testGetLabelTranslatesLabelAndPrefix() method testGetHintTranslatesElementHint (line 90) | public function testGetHintTranslatesElementHint() method testGetCommentTranslatesCommentTextIfNoCommentModelIsProvided (line 96) | public function testGetCommentTranslatesCommentTextIfNoCommentModelIsP... method testGetCommentRetrievesCommentFromCommentModelIfItsProvided (line 102) | public function testGetCommentRetrievesCommentFromCommentModelIfItsPro... method testGetTooltipRetunrsTranslatedAttributeIfNoBlockIsProvided (line 128) | public function testGetTooltipRetunrsTranslatedAttributeIfNoBlockIsPro... method testGetTooltipCreatesTooltipBlock (line 134) | public function testGetTooltipCreatesTooltipBlock() method testGetTypeReturnsTextByDefault (line 151) | public function testGetTypeReturnsTextByDefault() method testGetTypeReturnsProvidedType (line 156) | public function testGetTypeReturnsProvidedType() method testGetFrontendClass (line 162) | public function testGetFrontendClass() method testHasBackendModel (line 169) | public function testHasBackendModel() method testGetBackendModelCreatesBackendModel (line 176) | public function testGetBackendModelCreatesBackendModel() method testGetSectionId (line 191) | public function testGetSectionId() method testGetGroupPath (line 197) | public function testGetGroupPath() method testGetConfigPath (line 203) | public function testGetConfigPath() method testShowInDefault (line 209) | public function testShowInDefault() method testShowInWebsite (line 216) | public function testShowInWebsite() method testShowInStore (line 223) | public function testShowInStore() method testPopulateInput (line 230) | public function testPopulateInput() method testHasValidation (line 245) | public function testHasValidation() method testCanBeEmpty (line 252) | public function testCanBeEmpty() method testHasSourceModel (line 259) | public function testHasSourceModel() method testHasOptionsWithSourceModel (line 266) | public function testHasOptionsWithSourceModel() method testHasOptionsWithOptions (line 273) | public function testHasOptionsWithOptions() method testGetOptionsWithOptions (line 280) | public function testGetOptionsWithOptions() method testGetOptionsWithConstantValOptions (line 288) | public function testGetOptionsWithConstantValOptions() method testGetOptionsUsesOptionsInterfaceIfNoMethodIsProvided (line 308) | public function testGetOptionsUsesOptionsInterfaceIfNoMethodIsProvided() method testGetOptionsUsesProvidedMethodOfSourceModel (line 334) | public function testGetOptionsUsesProvidedMethodOfSourceModel() method testGetOptionsParsesResultOfProvidedMethodOfSourceModelIfTypeIsNotMultiselect (line 359) | public function testGetOptionsParsesResultOfProvidedMethodOfSourceMode... method testGetDependenciesWithoutDependencies (line 390) | public function testGetDependenciesWithoutDependencies() method testGetDependenciesWithDependencies (line 395) | public function testGetDependenciesWithDependencies() method testIsAdvanced (line 425) | public function testIsAdvanced() method testGetValidation (line 437) | public function testGetValidation() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/FlyweightFactoryTest.php class FlyweightFactoryTest (line 8) | class FlyweightFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 28) | protected function tearDown() method testCreate (line 34) | public function testCreate() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Group/ProxyTest.php class ProxyTest (line 8) | class ProxyTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 26) | protected function tearDown() method testProxyInitializesProxiedObjectOnFirstCall (line 32) | public function testProxyInitializesProxiedObjectOnFirstCall() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/GroupTest.php class GroupTest (line 10) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testShouldCloneFields (line 51) | public function testShouldCloneFields() method testGetCloneModelThrowsExceptionIfNoSourceModelIsSet (line 65) | public function testGetCloneModelThrowsExceptionIfNoSourceModelIsSet() method testGetCloneModelCreatesCloneModel (line 70) | public function testGetCloneModelCreatesCloneModel() method testGetFieldsetSetsOnlyNonArrayValuesToFieldset (line 89) | public function testGetFieldsetSetsOnlyNonArrayValuesToFieldset() method testIsExpanded (line 107) | public function testIsExpanded() method testGetFieldsetCss (line 118) | public function testGetFieldsetCss() method testGetDependenciesWithoutDependencies (line 125) | public function testGetDependenciesWithoutDependencies() method testGetDependenciesWithDependencies (line 130) | public function testGetDependenciesWithDependencies() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Iterator/FieldTest.php class FieldTest (line 8) | class FieldTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testIteratorInitializesCorrespondingFlyweights (line 51) | public function testIteratorInitializesCorrespondingFlyweights() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/IteratorTest.php class IteratorTest (line 8) | class IteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 29) | protected function tearDown() method testIteratorInitializesFlyweight (line 35) | public function testIteratorInitializesFlyweight() method testIteratorSkipsNonValidElements (line 49) | public function testIteratorSkipsNonValidElements() method testIsLast (line 64) | public function testIsLast($elementId, $result) method isLastDataProvider (line 74) | public function isLastDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/SectionTest.php class SectionTest (line 11) | class SectionTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method tearDown (line 56) | protected function tearDown() method testIsAllowedReturnsFalseIfNoResourceIsSpecified (line 63) | public function testIsAllowedReturnsFalseIfNoResourceIsSpecified() method testIsAllowedReturnsTrueIfResourcesIsValidAndAllowed (line 68) | public function testIsAllowedReturnsTrueIfResourcesIsValidAndAllowed() method testIsVisibleFirstChecksIfSectionIsAllowed (line 84) | public function testIsVisibleFirstChecksIfSectionIsAllowed() method testIsVisibleProceedsWithVisibilityCheckIfSectionIsAllowed (line 90) | public function testIsVisibleProceedsWithVisibilityCheckIfSectionIsAll... FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/TabTest.php class TabTest (line 10) | class TabTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 32) | protected function tearDown() method testIsVisibleOnlyChecksPresenceOfChildren (line 38) | public function testIsVisibleOnlyChecksPresenceOfChildren() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ElementVisibility/ConcealInProductionTest.php class ConcealInProductionTest (line 14) | class ConcealInProductionTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testCheckVisibility (line 59) | public function testCheckVisibility(string $path, string $mageMode, bo... method disabledDataProvider (line 72) | public function disabledDataProvider(): array FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ElementVisibility/ConcealInProductionWithoutScdOnDemandTest.php class ConcealInProductionWithoutScdOnDemandTest (line 17) | class ConcealInProductionWithoutScdOnDemandTest extends \PHPUnit\Framewo... method setUp (line 34) | protected function setUp() method testIsHiddenScdOnDemandEnabled (line 72) | public function testIsHiddenScdOnDemandEnabled(): void method testIsDisabledScdOnDemandEnabled (line 85) | public function testIsDisabledScdOnDemandEnabled(): void method testIsHiddenScdOnDemandDisabled (line 103) | public function testIsHiddenScdOnDemandDisabled(bool $isHidden): void method testIsDisabledScdOnDemandDisabled (line 123) | public function testIsDisabledScdOnDemandDisabled(bool $isDisabled): void method visibilityDataProvider (line 141) | public function visibilityDataProvider(): array FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ElementVisibilityCompositeTest.php class ElementVisibilityCompositeTest (line 11) | class ElementVisibilityCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testException (line 44) | public function testException() method testDisabled (line 61) | public function testDisabled($firstExpects, $firstResult, $secondExpec... method testHidden (line 84) | public function testHidden($firstExpects, $firstResult, $secondExpects... method visibilityDataProvider (line 102) | public function visibilityDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Mapper/DependenciesTest.php class DependenciesTest (line 8) | class DependenciesTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMap (line 22) | public function testMap() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Mapper/ExtendsTest.php class ExtendsTest (line 8) | class ExtendsTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMap (line 27) | public function testMap($sourceData, $resultData) method testMapWithBadPath (line 32) | public function testMapWithBadPath() method mapDataProvider (line 48) | public function mapDataProvider() method _emptySectionsNodeData (line 62) | protected function _emptySectionsNodeData() method _extendFromASiblingData (line 72) | protected function _extendFromASiblingData() method _extendFromNodeOnHigherLevelData (line 94) | protected function _extendFromNodeOnHigherLevelData() method _extendWithMerge (line 130) | protected function _extendWithMerge() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Mapper/Helper/RelativePathConverterTest.php class RelativePathConverterTest (line 8) | class RelativePathConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvertWithInvalidRelativePath (line 20) | public function testConvertWithInvalidRelativePath() method testConvertWithInvalidArguments (line 37) | public function testConvertWithInvalidArguments($nodePath, $relativePath) method testConvert (line 50) | public function testConvert($nodePath, $relativePath, $result) method convertWithInvalidArgumentsDataProvider (line 58) | public function convertWithInvalidArgumentsDataProvider() method convertDataProvider (line 66) | public function convertDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Mapper/PathTest.php class PathTest (line 8) | class PathTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMap (line 20) | public function testMap() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/Mapper/SortingTest.php class SortingTest (line 8) | class SortingTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMap (line 20) | public function testMap() FILE: app/code/Magento/Config/Test/Unit/Model/Config/Structure/ReaderTest.php class ReaderTest (line 11) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testReadSuccessNotValidatedCase (line 78) | public function testReadSuccessNotValidatedCase() method testReadWithValidationException (line 110) | public function testReadWithValidationException() FILE: app/code/Magento/Config/Test/Unit/Model/Config/StructureTest.php class StructureTest (line 21) | class StructureTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testGetTabsBuildsSectionTree (line 85) | public function testGetTabsBuildsSectionTree() method testGetSectionList (line 111) | public function testGetSectionList() method testGetElementReturnsEmptyElementIfNotExistingElementIsRequested (line 161) | public function testGetElementReturnsEmptyElementIfNotExistingElementI... method testGetElementReturnsEmptyByConfigPathElementIfNotExistingElementIsRequested (line 183) | public function testGetElementReturnsEmptyByConfigPathElementIfNotExis... method getElementReturnsEmptyElementIfNotExistingElementIsRequested (line 204) | private function getElementReturnsEmptyElementIfNotExistingElementIsRe... method emptyElementDataProvider (line 227) | public function emptyElementDataProvider() method testGetElementReturnsProperElementByPath (line 237) | public function testGetElementReturnsProperElementByPath() method testGetElementByConfigPathReturnsProperElementByPath (line 244) | public function testGetElementByConfigPathReturnsProperElementByPath() method getElementPathReturnsProperElementByPath (line 254) | private function getElementPathReturnsProperElementByPath() method testGetElementByPathPartsIfSectionDataIsEmpty (line 274) | public function testGetElementByPathPartsIfSectionDataIsEmpty() method testGetFirstSectionReturnsFirstAllowedSection (line 311) | public function testGetFirstSectionReturnsFirstAllowedSection() method testGetElementReturnsProperElementByPathCachesObject (line 345) | public function testGetElementReturnsProperElementByPathCachesObject() method testGetElementByConfigPathReturnsProperElementByPathCachesObject (line 353) | public function testGetElementByConfigPathReturnsProperElementByPathCa... method getElementReturnsProperElementByPathCachesObject (line 364) | private function getElementReturnsProperElementByPathCachesObject() method testGetFieldPathsByAttribute (line 390) | public function testGetFieldPathsByAttribute($attributeName, $attribut... method getFieldPathsByAttributeDataProvider (line 398) | public function getFieldPathsByAttributeDataProvider() method testGetFieldPaths (line 414) | public function testGetFieldPaths() FILE: app/code/Magento/Config/Test/Unit/Model/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 52) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testSaveDoesNotDoAnythingIfGroupsAreNotPassed (line 143) | public function testSaveDoesNotDoAnythingIfGroupsAreNotPassed() method testSaveEmptiesNonSetArguments (line 149) | public function testSaveEmptiesNonSetArguments() method testSaveToCheckAdminSystemConfigChangedSectionEvent (line 161) | public function testSaveToCheckAdminSystemConfigChangedSectionEvent() method testDoNotSaveReadOnlyFields (line 191) | public function testDoNotSaveReadOnlyFields() method testSaveToCheckScopeDataSet (line 234) | public function testSaveToCheckScopeDataSet() method testSetDataByPath (line 340) | public function testSetDataByPath(string $path, string $value, string ... method setDataByPathDataProvider (line 350) | public function setDataByPathDataProvider(): array method testSetDataByPathEmpty (line 392) | public function testSetDataByPathEmpty() method testSetDataByPathWrongDepth (line 401) | public function testSetDataByPathWrongDepth(string $path) method setDataByPathWrongDepthDataProvider (line 414) | public function setDataByPathWrongDepthDataProvider(): array FILE: app/code/Magento/Config/Test/Unit/Model/Placeholder/EnvironmentTest.php class EnvironmentTest (line 17) | class EnvironmentTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGenerate (line 47) | public function testGenerate($path, $scope, $scopeId, $expected) method getGenerateDataProvider (line 58) | public function getGenerateDataProvider() method testIsApplicable (line 87) | public function testIsApplicable($placeholder, $expected) method getIsPlaceholderDataProvider (line 98) | public function getIsPlaceholderDataProvider() method testRestore (line 115) | public function testRestore($template, $expected) method restoreDataProvider (line 126) | public function restoreDataProvider() FILE: app/code/Magento/Config/Test/Unit/Model/Placeholder/PlaceholderFactoryTest.php class PlaceholderFactoryTest (line 12) | class PlaceholderFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testCreate (line 46) | public function testCreate() method testCreateNonExisted (line 63) | public function testCreateNonExisted() method testCreateWrongImplementation (line 72) | public function testCreateWrongImplementation() FILE: app/code/Magento/Config/Test/Unit/Model/PreparedValueFactoryTest.php class PreparedValueFactoryTest (line 28) | class PreparedValueFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testCreate (line 143) | public function testCreate( method createDataProvider (line 251) | public function createDataProvider() method testCreateNotInstanceOfValue (line 321) | public function testCreateNotInstanceOfValue( method createNotInstanceOfValueDataProvider (line 367) | public function createNotInstanceOfValueDataProvider() method testCreateWithException (line 388) | public function testCreateWithException() FILE: app/code/Magento/ConfigurableImportExport/Model/Export/Product/Type/Configurable.php class Configurable (line 8) | class Configurable extends \Magento\CatalogImportExport\Model\Export\Pro... FILE: app/code/Magento/ConfigurableImportExport/Model/Export/RowCustomizer.php class RowCustomizer (line 21) | class RowCustomizer implements RowCustomizerInterface method __construct (line 54) | public function __construct(StoreManagerInterface $storeManager) method prepareData (line 66) | public function prepareData($collection, $productIds) method addHeaderColumns (line 116) | public function addHeaderColumns($columns) method addData (line 128) | public function addData($dataRow, $productId) method getAdditionalRowsCount (line 143) | public function getAdditionalRowsCount($additionalRowsCount, $productId) FILE: app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php class Configurable (line 23) | class Configurable extends \Magento\CatalogImportExport\Model\Import\Pro... method __construct (line 224) | public function __construct( method _addAttributeParams (line 249) | protected function _addAttributeParams($attrSetName, array $attrParams... method _getSuperAttributeId (line 265) | protected function _getSuperAttributeId($productId, $attributeId) method _isAttributeRequiredCheckNeeded (line 279) | protected function _isAttributeRequiredCheckNeeded($attrCode) method _isAttributeSuper (line 291) | protected function _isAttributeSuper($attrCode) method _isParticularAttributesValid (line 303) | protected function _isParticularAttributesValid(array $rowData, $rowNum) method identifySuperAttributeError (line 331) | private function identifySuperAttributeError($superAttrCode, $rowNum) method doesSuperAttributeExist (line 365) | private function doesSuperAttributeExist($superAttrCode) method _loadSkuSuperAttributeValues (line 393) | protected function _loadSkuSuperAttributeValues($bunch, $newSku, $oldSku) method _loadSkuSuperDataForBunch (line 446) | protected function _loadSkuSuperDataForBunch(array $bunch) method _processSuperData (line 496) | protected function _processSuperData() method _parseVariations (line 556) | protected function _parseVariations($rowData) method _parseVariationLabels (line 625) | protected function _parseVariationLabels($rowData) method _deleteData (line 654) | protected function _deleteData() method _insertData (line 677) | protected function _insertData() method _getNextAttrId (line 712) | protected function _getNextAttrId() method _collectSuperData (line 728) | protected function _collectSuperData($rowData) method _collectAssocIds (line 777) | protected function _collectAssocIds($data) method _collectSuperDataLabels (line 810) | protected function _collectSuperDataLabels($data, $productSuperAttrId,... method saveData (line 836) | public function saveData() method configurableInBunch (line 897) | protected function configurableInBunch($bunch) method isRowValid (line 920) | public function isRowValid(array $rowData, $rowNum, $isNewProduct = true) method getProductEntityIdentifierField (line 963) | private function getProductEntityIdentifierField() FILE: app/code/Magento/ConfigurableImportExport/Test/Unit/Model/Export/RowCustomizerTest.php class RowCustomizerTest (line 16) | class RowCustomizerTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testAddHeaderColumns (line 56) | public function testAddHeaderColumns() method testAddData (line 78) | public function testAddData(array $expected, array $data) method addDataDataProvider (line 88) | public function addDataDataProvider() method testGetAdditionalRowsCount (line 135) | public function testGetAdditionalRowsCount(array $expected, array $data) method getAdditionalRowsCountDataProvider (line 148) | public function getAdditionalRowsCountDataProvider() method initConfigurableData (line 175) | private function initConfigurableData() method getExpectedConfigurableData (line 242) | private function getExpectedConfigurableData() method createProductMock (line 277) | private function createProductMock() method getPropertyValue (line 291) | private function getPropertyValue($object, $property) FILE: app/code/Magento/ConfigurableImportExport/Test/Unit/Model/Import/Product/Type/ConfigurableTest.php class ConfigurableTest (line 16) | class ConfigurableTest extends \Magento\ImportExport\Test\Unit\Model\Imp... method setUp (line 83) | protected function setUp() method _getBunch (line 276) | protected function _getBunch() method _getSuperAttributes (line 398) | protected function _getSuperAttributes() method testSaveData (line 450) | public function testSaveData() method isRowAllowedToImport (line 535) | public function isRowAllowedToImport($rowData, $rowNum) method testIsRowValid (line 543) | public function testIsRowValid() method testRowValidationForNumericalSkus (line 619) | public function testRowValidationForNumericalSkus() method rowValidationDataProvider (line 654) | public function rowValidationDataProvider() method setPropertyValue (line 703) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/ConfigurableProduct/Api/ConfigurableProductManagementInterface.php type ConfigurableProductManagementInterface (line 14) | interface ConfigurableProductManagementInterface method generateVariation (line 23) | public function generateVariation(\Magento\Catalog\Api\Data\ProductInt... method getCount (line 31) | public function getCount($status = null); FILE: app/code/Magento/ConfigurableProduct/Api/Data/ConfigurableItemOptionValueInterface.php type ConfigurableItemOptionValueInterface (line 13) | interface ConfigurableItemOptionValueInterface extends \Magento\Framewor... method getOptionId (line 29) | public function getOptionId(); method setOptionId (line 37) | public function setOptionId($value); method getOptionValue (line 44) | public function getOptionValue(); method setOptionValue (line 52) | public function setOptionValue($value); method getExtensionAttributes (line 59) | public function getExtensionAttributes(); method setExtensionAttributes (line 67) | public function setExtensionAttributes( FILE: app/code/Magento/ConfigurableProduct/Api/Data/OptionInterface.php type OptionInterface (line 14) | interface OptionInterface extends \Magento\Framework\Api\ExtensibleDataI... method getId (line 19) | public function getId(); method setId (line 25) | public function setId($id); method getAttributeId (line 30) | public function getAttributeId(); method setAttributeId (line 36) | public function setAttributeId($attributeId); method getLabel (line 41) | public function getLabel(); method setLabel (line 47) | public function setLabel($label); method getPosition (line 52) | public function getPosition(); method setPosition (line 58) | public function setPosition($position); method getIsUseDefault (line 63) | public function getIsUseDefault(); method setIsUseDefault (line 69) | public function setIsUseDefault($isUseDefault); method getValues (line 74) | public function getValues(); method setValues (line 80) | public function setValues(array $values = null); method getExtensionAttributes (line 87) | public function getExtensionAttributes(); method setExtensionAttributes (line 95) | public function setExtensionAttributes( method getProductId (line 102) | public function getProductId(); method setProductId (line 108) | public function setProductId($value); FILE: app/code/Magento/ConfigurableProduct/Api/Data/OptionValueInterface.php type OptionValueInterface (line 14) | interface OptionValueInterface extends \Magento\Framework\Api\Extensible... method getValueIndex (line 19) | public function getValueIndex(); method setValueIndex (line 25) | public function setValueIndex($valueIndex); method getExtensionAttributes (line 32) | public function getExtensionAttributes(); method setExtensionAttributes (line 40) | public function setExtensionAttributes( FILE: app/code/Magento/ConfigurableProduct/Api/LinkManagementInterface.php type LinkManagementInterface (line 15) | interface LinkManagementInterface method getChildren (line 23) | public function getChildren($sku); method addChild (line 30) | public function addChild($sku, $childSku); method removeChild (line 41) | public function removeChild($sku, $childSku); FILE: app/code/Magento/ConfigurableProduct/Api/OptionRepositoryInterface.php type OptionRepositoryInterface (line 15) | interface OptionRepositoryInterface method get (line 26) | public function get($sku, $id); method getList (line 36) | public function getList($sku); method delete (line 44) | public function delete(\Magento\ConfigurableProduct\Api\Data\OptionInt... method deleteById (line 55) | public function deleteById($sku, $id); method save (line 67) | public function save($sku, \Magento\ConfigurableProduct\Api\Data\Optio... FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Order/Create/Sidebar.php class Sidebar (line 14) | class Sidebar method aroundGetItemQty (line 26) | public function aroundGetItemQty( method aroundIsConfigurationRequired (line 47) | public function aroundIsConfigurationRequired( FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Attribute/Edit/Tab/Variations/Main.php class Main (line 17) | class Main extends \Magento\Eav\Block\Adminhtml\Attribute\Edit\Main\Abst... method _prepareForm (line 24) | protected function _prepareForm() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Created.php class Created (line 14) | class Created extends \Magento\Backend\Block\Widget method __construct (line 51) | public function __construct( method _getGroupAttributes (line 71) | protected function _getGroupAttributes() method getCloseButtonHtml (line 90) | public function getCloseButtonHtml() method getAttributesBlockJson (line 100) | public function getAttributesBlockJson() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Composite/Fieldset/Configurable.php class Configurable (line 14) | class Configurable extends \Magento\ConfigurableProduct\Block\Product\Vi... method getProduct (line 21) | public function getProduct() method getCurrentStore (line 42) | public function getCurrentStore() method _getAdditionalConfig (line 52) | protected function _getAdditionalConfig() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/AttributeSet/Form.php class Form (line 16) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 36) | public function __construct( method _prepareForm (line 54) | protected function _prepareForm() method getCurrentAttributeSetName (line 129) | protected function getCurrentAttributeSetName() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Button/Save.php class Save (line 15) | class Save extends Generic method getButtonData (line 20) | public function getButtonData() method getOptions (line 54) | protected function getOptions() method getSaveTarget (line 132) | protected function getSaveTarget() method getSaveAction (line 146) | protected function getSaveAction() method isConfigurableProduct (line 160) | protected function isConfigurableProduct() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations/Config.php class Config (line 16) | class Config extends Widget implements TabInterface method __construct (line 41) | public function __construct( method _construct (line 57) | protected function _construct() method getTabClass (line 72) | public function getTabClass() method getProduct (line 82) | public function getProduct() method getTabLabel (line 92) | public function getTabLabel() method getTabTitle (line 102) | public function getTabTitle() method canShowTab (line 112) | public function canShowTab() method isHidden (line 122) | public function isHidden() method getParentTab (line 132) | public function getParentTab() method isHasVariations (line 140) | public function isHasVariations() method _prepareLayout (line 149) | protected function _prepareLayout() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations/Config/Matrix.php class Matrix (line 20) | class Matrix extends \Magento\Backend\Block\Template method __construct (line 79) | public function __construct( method getCurrencySymbol (line 105) | public function getCurrencySymbol() method getProduct (line 115) | public function getProduct() method getVariations (line 125) | public function getVariations() method getProvider (line 136) | public function getProvider() method getModal (line 147) | public function getModal() method getForm (line 158) | public function getForm() method getConfigurableModal (line 169) | public function getConfigurableModal() method getEditProductUrl (line 180) | public function getEditProductUrl($id) method getAttributes (line 190) | protected function getAttributes() method getUsedAttributes (line 220) | protected function getUsedAttributes() method getAssociatedProducts (line 230) | protected function getAssociatedProducts() method _getAssociatedProducts (line 250) | protected function _getAssociatedProducts() method getImageUploadUrl (line 274) | public function getImageUploadUrl() method getProductStockQty (line 285) | public function getProductStockQty(Product $product) method getVariationWizard (line 296) | public function getVariationWizard($initData) method getProductMatrix (line 312) | public function getProductMatrix() method getProductAttributes (line 325) | public function getProductAttributes() method prepareVariations (line 341) | protected function prepareVariations() method prepareAttributes (line 401) | private function prepareAttributes( FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/AttributeValues.php class AttributeValues (line 14) | class AttributeValues extends \Magento\Ui\Block\Component\StepsWizard\St... method getCaption (line 19) | public function getCaption() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/Bulk.php class Bulk (line 22) | class Bulk extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract method __construct (line 45) | public function __construct( method getCaption (line 60) | public function getCaption() method getNoImageUrl (line 68) | public function getNoImageUrl() method getImageTypes (line 78) | public function getImageTypes() method getMediaAttributes (line 97) | public function getMediaAttributes() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/SelectAttributes.php class SelectAttributes (line 14) | class SelectAttributes extends \Magento\Ui\Block\Component\StepsWizard\S... method __construct (line 27) | public function __construct( method getAddNewAttributeButton (line 41) | public function getAddNewAttributeButton($dataProvider = '') method getCaption (line 81) | public function getCaption() FILE: app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/Summary.php class Summary (line 12) | class Summary extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract method getCaption (line 17) | public function getCaption() method getImageUploadUrl (line 27) | public function getImageUploadUrl() FILE: app/code/Magento/ConfigurableProduct/Block/Cart/Item/Renderer/Configurable.php class Configurable (line 18) | class Configurable extends Renderer implements IdentityInterface method getChildProduct (line 32) | public function getChildProduct() method getProductName (line 45) | public function getProductName() method getOptionList (line 55) | public function getOptionList() method getIdentities (line 65) | public function getIdentities() method getProductPriceHtml (line 79) | public function getProductPriceHtml(\Magento\Catalog\Model\Product $pr... FILE: app/code/Magento/ConfigurableProduct/Block/Plugin/Product/Media/Gallery.php class Gallery (line 15) | class Gallery method __construct (line 25) | public function __construct( method afterGetOptionsMediaGalleryDataJson (line 36) | public function afterGetOptionsMediaGalleryDataJson( method getProductGallery (line 59) | private function getProductGallery($product) FILE: app/code/Magento/ConfigurableProduct/Block/Product/Configurable/AssociatedSelector/Renderer/Id.php class Id (line 14) | class Id extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Abst... method __construct (line 26) | public function __construct( method render (line 41) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/ConfigurableProduct/Block/Product/Configurable/AttributeSelector.php class AttributeSelector (line 16) | class AttributeSelector extends \Magento\Backend\Block\Template method getAttributeSetCreationUrl (line 23) | public function getAttributeSetCreationUrl() method getSuggestWidgetOptions (line 33) | public function getSuggestWidgetOptions() FILE: app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php class Configurable (line 26) | class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView method __construct (line 100) | public function __construct( method getCacheKeyInfo (line 139) | public function getCacheKeyInfo() method getAllowAttributes (line 152) | public function getAllowAttributes() method hasOptions (line 162) | public function hasOptions() method getAllowProducts (line 181) | public function getAllowProducts() method getCurrentStore (line 202) | public function getCurrentStore() method _getAdditionalConfig (line 212) | protected function _getAdditionalConfig() method getJsonConfig (line 222) | public function getJsonConfig() method getOptionImages (line 258) | protected function getOptionImages() method getOptionPrices (line 286) | protected function getOptionPrices() method _registerJsPrice (line 339) | protected function _registerJsPrice($price) method showMinimalPrice (line 350) | public function showMinimalPrice() FILE: app/code/Magento/ConfigurableProduct/Block/Stockqty/Type/Configurable.php class Configurable (line 16) | class Configurable extends \Magento\CatalogInventory\Block\Stockqty\Comp... method _getChildProducts (line 23) | protected function _getChildProducts() FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/AddAttribute.php class AddAttribute (line 13) | class AddAttribute extends Action implements HttpGetActionInterface method __construct (line 31) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Associated/Grid.php class Grid (line 13) | class Grid extends Action method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Attribute/CreateOptions.php class CreateOptions (line 21) | class CreateOptions extends Action implements HttpPostActionInterface method __construct (line 50) | public function __construct( method execute (line 65) | public function execute() method saveAttributeOptions (line 88) | protected function saveAttributeOptions() method checkUnique (line 112) | private function checkUnique(ProductAttributeInterface $attribute, arr... method getAttribute (line 136) | private function getAttribute(int $attributeId) method getUpdatedAttributeIds (line 151) | private function getUpdatedAttributeIds() method saveOption (line 171) | private function saveOption(ProductAttributeInterface $attribute, arra... FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Attribute/GetAttributes.php class GetAttributes (line 13) | class GetAttributes extends Action implements HttpGetActionInterface method __construct (line 40) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Attribute/SuggestConfigurableAttributes.php class SuggestConfigurableAttributes (line 12) | class SuggestConfigurableAttributes extends Action method __construct (line 44) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Builder/Plugin.php class Plugin (line 15) | class Plugin method __construct (line 31) | public function __construct(ProductFactory $productFactory, Type\Confi... method afterBuild (line 47) | public function afterBuild(CatalogProductBuilder $subject, Product $pr... FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Configurable.php class Configurable (line 23) | class Configurable method __construct (line 64) | public function __construct( method afterInitialize (line 84) | public function afterInitialize(Helper $subject, ProductInterface $pro... method setLinkedProducts (line 128) | private function setLinkedProducts(ProductInterface $product, ProductE... method getVariationMatrix (line 153) | protected function getVariationMatrix() method mapData (line 180) | private function mapData(array $item) FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Initialization/Helper/Plugin/UpdateConfigurations.php class UpdateConfigurations (line 15) | class UpdateConfigurations method __construct (line 54) | public function __construct( method afterInitialize (line 73) | public function afterInitialize( method getConfigurations (line 98) | protected function getConfigurations() method mapData (line 137) | private function mapData(array $item) FILE: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Wizard.php class Wizard (line 18) | class Wizard extends Action implements HttpPostActionInterface, HttpGetA... method __construct (line 36) | public function __construct(Context $context, Builder $productBuilder) method execute (line 45) | public function execute() FILE: app/code/Magento/ConfigurableProduct/Helper/Data.php class Data (line 22) | class Data method __construct (line 38) | public function __construct(ImageHelper $imageHelper, UrlBuilder $urlB... method getGalleryImages (line 50) | public function getGalleryImages(ProductInterface $product) method getOptions (line 80) | public function getOptions($currentProduct, $allowedProducts) method getAllowAttributes (line 106) | public function getAllowAttributes($product) FILE: app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php class Plugin (line 9) | class Plugin method aroundGetOptions (line 21) | public function aroundGetOptions( FILE: app/code/Magento/ConfigurableProduct/Helper/Product/Options/Factory.php class Factory (line 20) | class Factory method __construct (line 50) | public function __construct( method create (line 70) | public function create(array $attributesData) method updateAttributeData (line 96) | private function updateAttributeData(OptionInterface $attribute, array... FILE: app/code/Magento/ConfigurableProduct/Helper/Product/Options/Loader.php class Loader (line 17) | class Loader method __construct (line 35) | public function __construct( method load (line 47) | public function load(ProductInterface $product) FILE: app/code/Magento/ConfigurableProduct/Model/Attribute/LockValidator.php class LockValidator (line 17) | class LockValidator implements LockValidatorInterface method __construct (line 34) | public function __construct( method validate (line 48) | public function validate(\Magento\Framework\Model\AbstractModel $objec... method getMetadataPool (line 83) | private function getMetadataPool() FILE: app/code/Magento/ConfigurableProduct/Model/AttributeOptionProvider.php class AttributeOptionProvider (line 18) | class AttributeOptionProvider implements AttributeOptionProviderInterface method __construct (line 40) | public function __construct( method getAttributeOptions (line 53) | public function getAttributeOptions(AbstractAttribute $superAttribute,... FILE: app/code/Magento/ConfigurableProduct/Model/AttributeOptionProviderInterface.php type AttributeOptionProviderInterface (line 13) | interface AttributeOptionProviderInterface method getAttributeOptions (line 23) | public function getAttributeOptions(\Magento\Eav\Model\Entity\Attribut... FILE: app/code/Magento/ConfigurableProduct/Model/AttributesList.php class AttributesList (line 8) | class AttributesList implements AttributesListInterface method __construct (line 18) | public function __construct( method getAttributes (line 30) | public function getAttributes($ids) FILE: app/code/Magento/ConfigurableProduct/Model/AttributesListInterface.php type AttributesListInterface (line 12) | interface AttributesListInterface method getAttributes (line 20) | public function getAttributes($ids); FILE: app/code/Magento/ConfigurableProduct/Model/ConfigurableAttributeData.php class ConfigurableAttributeData (line 17) | class ConfigurableAttributeData method getAttributesData (line 26) | public function getAttributesData(Product $product, array $options = []) method getAttributeOptionsData (line 56) | protected function getAttributeOptionsData($attribute, $config) method getAttributeConfigValue (line 77) | protected function getAttributeConfigValue($attributeId, $product) FILE: app/code/Magento/ConfigurableProduct/Model/ConfigurableAttributeHandler.php class ConfigurableAttributeHandler (line 8) | class ConfigurableAttributeHandler method __construct (line 20) | public function __construct( method getApplicableAttributes (line 31) | public function getApplicableAttributes() method isAttributeApplicable (line 51) | public function isAttributeApplicable($attribute) FILE: app/code/Magento/ConfigurableProduct/Model/ConfigurableProductManagement.php class ConfigurableProductManagement (line 14) | class ConfigurableProductManagement implements \Magento\ConfigurableProd... method __construct (line 36) | public function __construct( method generateVariation (line 49) | public function generateVariation(ProductInterface $product, $options) method getCount (line 59) | public function getCount($status = null) method getAttributesForMatrix (line 82) | private function getAttributesForMatrix($options) method objectToArray (line 107) | private function objectToArray(\Magento\Framework\DataObject $object) FILE: app/code/Magento/ConfigurableProduct/Model/Entity/Product/Attribute/Group/AttributeMapper/Plugin.php class Plugin (line 13) | class Plugin method __construct (line 34) | public function __construct(AttributeFactory $attributeFactory, Regist... method aroundMap (line 50) | public function aroundMap( FILE: app/code/Magento/ConfigurableProduct/Model/Inventory/ParentItemProcessor.php class ParentItemProcessor (line 21) | class ParentItemProcessor implements ParentItemProcessorInterface method __construct (line 49) | public function __construct( method process (line 67) | public function process(Product $product) method processStockForParent (line 81) | private function processStockForParent(int $productId) method isNeedToUpdateParent (line 122) | private function isNeedToUpdateParent( FILE: app/code/Magento/ConfigurableProduct/Model/LinkManagement.php class LinkManagement (line 18) | class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkMan... method __construct (line 59) | public function __construct( method getChildren (line 77) | public function getChildren($sku) method addChild (line 120) | public function addChild($sku, $childSku) method removeChild (line 169) | public function removeChild($sku, $childSku) method getOptionsFactory (line 204) | private function getOptionsFactory() method getConfigurableAttributesData (line 219) | private function getConfigurableAttributesData($attributeData) FILE: app/code/Magento/ConfigurableProduct/Model/OptionRepository.php class OptionRepository (line 28) | class OptionRepository implements \Magento\ConfigurableProduct\Api\Optio... method __construct (line 93) | public function __construct( method get (line 118) | public function get($sku, $id) method getList (line 137) | public function getList($sku) method delete (line 147) | public function delete(OptionInterface $option) method deleteById (line 173) | public function deleteById($sku, $id) method save (line 191) | public function save($sku, OptionInterface $option) method getProduct (line 248) | private function getProduct($sku) method getProductById (line 266) | private function getProductById($id) method validateNewOptionData (line 285) | public function validateNewOptionData(OptionInterface $option) method getMetadataPool (line 313) | private function getMetadataPool() FILE: app/code/Magento/ConfigurableProduct/Model/Order/Admin/Item/Plugin/Configurable.php class Configurable (line 8) | class Configurable method __construct (line 18) | public function __construct(\Magento\Catalog\Model\ProductFactory $pro... method aroundGetSku (line 33) | public function aroundGetSku( method aroundGetName (line 56) | public function aroundGetName( method aroundGetProductId (line 79) | public function aroundGetProductId( FILE: app/code/Magento/ConfigurableProduct/Model/Plugin/Frontend/ProductIdentitiesExtender.php class ProductIdentitiesExtender (line 16) | class ProductIdentitiesExtender method __construct (line 26) | public function __construct(Configurable $configurableType) method afterGetIdentities (line 38) | public function afterGetIdentities(Product $subject, array $identities... FILE: app/code/Magento/ConfigurableProduct/Model/Plugin/Frontend/UsedProductsCache.php class UsedProductsCache (line 25) | class UsedProductsCache method __construct (line 59) | public function __construct( method aroundGetUsedProducts (line 83) | public function aroundGetUsedProducts( method getCacheKey (line 106) | private function getCacheKey($product, $requiredAttributeIds = null): ... method readUsedProductsCacheData (line 133) | private function readUsedProductsCacheData(string $cacheKey): ?array method saveUsedProductsCacheData (line 166) | private function saveUsedProductsCacheData(Product $product, array $su... FILE: app/code/Magento/ConfigurableProduct/Model/Plugin/PriceBackend.php class PriceBackend (line 15) | class PriceBackend method aroundValidate (line 24) | public function aroundValidate( FILE: app/code/Magento/ConfigurableProduct/Model/Plugin/ProductIdentitiesExtender.php class ProductIdentitiesExtender (line 17) | class ProductIdentitiesExtender method __construct (line 33) | public function __construct(Configurable $configurableType, ProductRep... method afterGetIdentities (line 47) | public function afterGetIdentities(Product $subject, array $identities... FILE: app/code/Magento/ConfigurableProduct/Model/Plugin/ProductRepositorySave.php class ProductRepositorySave (line 17) | class ProductRepositorySave method __construct (line 33) | public function __construct( method afterSave (line 54) | public function afterSave( method validateProductLinks (line 95) | private function validateProductLinks(array $attributeCodes, array $li... FILE: app/code/Magento/ConfigurableProduct/Model/Product/CartConfiguration/Plugin/Configurable.php class Configurable (line 10) | class Configurable method aroundIsProductConfigured (line 23) | public function aroundIsProductConfigured( FILE: app/code/Magento/ConfigurableProduct/Model/Product/Configuration/Item/ItemProductResolver.php class ItemProductResolver (line 21) | class ItemProductResolver implements ItemResolverInterface method __construct (line 36) | public function __construct(ScopeConfigInterface $scopeConfig) method getFinalProduct (line 47) | public function getFinalProduct(ItemInterface $item): ProductInterface method getChildProduct (line 67) | private function getChildProduct(ItemInterface $item): ?Product method isUseChildProduct (line 80) | private function isUseChildProduct(Product $childProduct): bool FILE: app/code/Magento/ConfigurableProduct/Model/Product/ReadHandler.php class ReadHandler (line 16) | class ReadHandler implements ExtensionInterface method __construct (line 28) | public function __construct(Loader $optionLoader) method execute (line 39) | public function execute($entity, $arguments = []) method getLinkedProducts (line 61) | private function getLinkedProducts(ProductInterface $product) FILE: app/code/Magento/ConfigurableProduct/Model/Product/SaveHandler.php class SaveHandler (line 19) | class SaveHandler implements ExtensionInterface method __construct (line 37) | public function __construct( method execute (line 51) | public function execute($entity, $arguments = []) method saveConfigurableProductAttributes (line 87) | private function saveConfigurableProductAttributes(ProductInterface $p... method deleteConfigurableProductAttributes (line 113) | private function deleteConfigurableProductAttributes(ProductInterface ... method isOptionChanged (line 135) | private function isOptionChanged(OptionInterface $option, Attribute $a... FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Collection/SalableProcessor.php class SalableProcessor (line 17) | class SalableProcessor method __construct (line 27) | public function __construct(StatusFactory $stockStatusFactory) method process (line 43) | public function process(Collection $collection) FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php class Configurable (line 33) | class Configurable extends \Magento\Catalog\Model\Product\Type\AbstractType method __construct (line 237) | public function __construct( method getCache (line 298) | private function getCache() method getCustomerSession (line 310) | private function getCustomerSession() method getRelationInfo (line 323) | public function getRelationInfo() method getChildrenIds (line 346) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 357) | public function getParentIdsByChild($childId) method canUseAttribute (line 368) | public function canUseAttribute(\Magento\Catalog\Model\ResourceModel\E... method setUsedProductAttributeIds (line 384) | public function setUsedProductAttributeIds($ids, $product) method setUsedProductAttributes (line 410) | public function setUsedProductAttributes(ProductInterface $product, ar... method getUsedProductAttributeIds (line 429) | public function getUsedProductAttributeIds($product) method getUsedProductAttributes (line 447) | public function getUsedProductAttributes($product) method getConfigurableAttributes (line 471) | public function getConfigurableAttributes($product) method resetConfigurableAttributes (line 497) | public function resetConfigurableAttributes($product) method getConfigurableAttributesAsArray (line 509) | public function getConfigurableAttributesAsArray($product) method getConfigurableAttributeCollection (line 542) | public function getConfigurableAttributeCollection(\Magento\Catalog\Mo... method getUsedProductIds (line 554) | public function getUsedProductIds($product) method getGalleryReadHandler (line 573) | protected function getGalleryReadHandler() method getUsedProductCollection (line 588) | public function getUsedProductCollection($product) method beforeSave (line 609) | public function beforeSave($product) method save (line 647) | public function save($product) method saveConfigurableOptions (line 675) | private function saveConfigurableOptions(ProductInterface $product) method saveRelatedProducts (line 728) | private function saveRelatedProducts(ProductInterface $product) method isSalable (line 745) | public function isSalable($product) method getIsSalable (line 767) | public function getIsSalable($product) method getProductByAttributes (line 782) | public function getProductByAttributes($attributesInfo, $product) method getSelectedAttributesInfo (line 818) | public function getSelectedAttributesInfo($product) method _prepareProduct (line 872) | protected function _prepareProduct(\Magento\Framework\DataObject $buyR... method checkProductBuyState (line 970) | public function checkProductBuyState($product) method getSpecifyOptionMessage (line 996) | public function getSpecifyOptionMessage() method getOrderOptions (line 1008) | public function getOrderOptions($product) method isVirtual (line 1029) | public function isVirtual($product) method hasOptions (line 1046) | public function hasOptions($product) method getWeight (line 1067) | public function getWeight($product) method assignProductToOption (line 1089) | public function assignProductToOption($optionProduct, $option, $product) method getProductsToPurchaseByReqGroups (line 1106) | public function getProductsToPurchaseByReqGroups($product) method getSku (line 1117) | public function getSku($product) method processBuyRequest (line 1142) | public function processBuyRequest($product, $buyRequest) method getConfigurableOptions (line 1158) | public function getConfigurableOptions($product) method deleteTypeSpecificData (line 1171) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... method getAttributeById (line 1188) | public function getAttributeById($attributeId, $product) method setImageFromChildProduct (line 1199) | public function setImageFromChildProduct(\Magento\Catalog\Model\Produc... method getMetadataPool (line 1216) | private function getMetadataPool() method getCatalogConfig (line 1229) | private function getCatalogConfig() method isPossibleBuyFromList (line 1241) | public function isPossibleBuyFromList($product) method getUsedProducts (line 1261) | public function getUsedProducts($product, $requiredAttributeIds = null) method getSalableUsedProducts (line 1285) | public function getSalableUsedProducts(\Magento\Catalog\Model\Product ... method loadUsedProducts (line 1315) | private function loadUsedProducts(\Magento\Catalog\Model\Product $prod... method readUsedProductsCacheData (line 1343) | private function readUsedProductsCacheData($cacheKey) method saveUsedProductsCacheData (line 1373) | private function saveUsedProductsCacheData(\Magento\Catalog\Model\Prod... method getUsedProductsCacheKey (line 1404) | private function getUsedProductsCacheKey($keyParts) method getConfiguredUsedProductCollection (line 1419) | private function getConfiguredUsedProductCollection( method getAttributesForCollection (line 1455) | private function getAttributesForCollection(\Magento\Catalog\Model\Pro... FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Attribute.php class Attribute (line 19) | class Attribute extends \Magento\Framework\Model\AbstractExtensibleModel... method __construct (line 47) | public function __construct( method _construct (line 74) | protected function _construct() method getOptions (line 84) | public function getOptions() method getLabel (line 92) | public function getLabel() method afterSave (line 108) | public function afterSave() method loadByProductAndAttribute (line 123) | public function loadByProductAndAttribute($product, $attribute) method deleteByProduct (line 142) | public function deleteByProduct($product) method getAttributeId (line 153) | public function getAttributeId() method getPosition (line 163) | public function getPosition() method getIsUseDefault (line 173) | public function getIsUseDefault() method getValues (line 183) | public function getValues() method setAttributeId (line 193) | public function setAttributeId($attributeId) method setLabel (line 201) | public function setLabel($label) method setPosition (line 209) | public function setPosition($position) method setIsUseDefault (line 217) | public function setIsUseDefault($isUseDefault) method setValues (line 225) | public function setValues(array $values = null) method getExtensionAttributes (line 233) | public function getExtensionAttributes() method setExtensionAttributes (line 241) | public function setExtensionAttributes( method getProductId (line 250) | public function getProductId() method setProductId (line 258) | public function setProductId($value) method __sleep (line 268) | public function __sleep() method __wakeup (line 279) | public function __wakeup() FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/OptionValue.php class OptionValue (line 14) | class OptionValue extends \Magento\Framework\Model\AbstractExtensibleMod... method getValueIndex (line 28) | public function getValueIndex() method setValueIndex (line 37) | public function setValueIndex($valueIndex) method getExtensionAttributes (line 47) | public function getExtensionAttributes() method setExtensionAttributes (line 58) | public function setExtensionAttributes( FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Price.php class Price (line 15) | class Price extends \Magento\Catalog\Model\Product\Type\Price method getFinalPrice (line 20) | public function getFinalPrice($qty, $product) method getPrice (line 44) | public function getPrice($product) FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Variations/Prices.php class Prices (line 14) | class Prices method __construct (line 25) | public function __construct(\Magento\Framework\Locale\Format $localeFo... method getFormattedPrices (line 36) | public function getFormattedPrices(\Magento\Framework\Pricing\PriceInf... FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/Plugin.php class Plugin (line 14) | class Plugin method __construct (line 24) | public function __construct(Manager $moduleManager) method afterGetOptionArray (line 38) | public function afterGetOptionArray(\Magento\Catalog\Model\Product\Typ... FILE: app/code/Magento/ConfigurableProduct/Model/Product/Type/VariationMatrix.php class VariationMatrix (line 15) | class VariationMatrix method getVariations (line 23) | public function getVariations($usedProductAttributes) method combineVariationalAttributes (line 64) | private function combineVariationalAttributes($usedProductAttributes) method incrementVariationalIndex (line 92) | private function incrementVariationalIndex($attributesCount, $variatio... FILE: app/code/Magento/ConfigurableProduct/Model/Product/TypeTransitionManager/Plugin/Configurable.php class Configurable (line 13) | class Configurable method __construct (line 25) | public function __construct(RequestInterface $request) method aroundProcessProduct (line 39) | public function aroundProcessProduct( FILE: app/code/Magento/ConfigurableProduct/Model/Product/Validator/Plugin.php class Plugin (line 18) | class Plugin method __construct (line 40) | public function __construct( method beforeValidate (line 60) | public function beforeValidate( method afterValidate (line 82) | public function afterValidate( method _validateProductVariations (line 113) | protected function _validateProductVariations(Product $parentProduct, ... method getRequiredDataFromProduct (line 157) | protected function getRequiredDataFromProduct(Product $product) FILE: app/code/Magento/ConfigurableProduct/Model/Product/VariationHandler.php class VariationHandler (line 19) | class VariationHandler method __construct (line 66) | public function __construct( method generateSimpleProducts (line 90) | public function generateSimpleProducts($parentProduct, $productsData) method prepareAttributeSetToBeBaseForNewVariations (line 126) | protected function prepareAttributeSetToBeBaseForNewVariations(\Magent... method prepareAttributeSet (line 138) | public function prepareAttributeSet(\Magento\Catalog\Model\Product $pr... method fillSimpleProductData (line 171) | protected function fillSimpleProductData( method duplicateImagesForVariations (line 232) | public function duplicateImagesForVariations($productsData) method processMediaGallery (line 271) | public function processMediaGallery($product, $productData) FILE: app/code/Magento/ConfigurableProduct/Model/ProductOptionProcessor.php class ProductOptionProcessor (line 15) | class ProductOptionProcessor implements ProductOptionProcessorInterface method __construct (line 31) | public function __construct( method convertToBuyRequest (line 42) | public function convertToBuyRequest(ProductOptionInterface $productOpt... method getConfigurableItemOptions (line 66) | protected function getConfigurableItemOptions(ProductOptionInterface $... method convertToProductOption (line 81) | public function convertToProductOption(DataObject $request) FILE: app/code/Magento/ConfigurableProduct/Model/ProductVariationsBuilder.php class ProductVariationsBuilder (line 9) | class ProductVariationsBuilder method __construct (line 31) | public function __construct( method create (line 48) | public function create(\Magento\Catalog\Api\Data\ProductInterface $pro... FILE: app/code/Magento/ConfigurableProduct/Model/Quote/Item/CartItemProcessor.php class CartItemProcessor (line 13) | class CartItemProcessor implements CartItemProcessorInterface method __construct (line 47) | public function __construct( method convertToBuyRequest (line 64) | public function convertToBuyRequest(CartItemInterface $cartItem) method processOptions (line 83) | public function processOptions(CartItemInterface $cartItem) FILE: app/code/Magento/ConfigurableProduct/Model/Quote/Item/ConfigurableItemOptionValue.php class ConfigurableItemOptionValue (line 14) | class ConfigurableItemOptionValue extends AbstractExtensibleModel implem... method getOptionId (line 21) | public function getOptionId() method setOptionId (line 29) | public function setOptionId($value) method getOptionValue (line 37) | public function getOptionValue() method setOptionValue (line 45) | public function setOptionValue($value) method getExtensionAttributes (line 55) | public function getExtensionAttributes() method setExtensionAttributes (line 66) | public function setExtensionAttributes( FILE: app/code/Magento/ConfigurableProduct/Model/Quote/Item/QuantityValidator/Initializer/Option/Plugin/ConfigurableProduct.php class ConfigurableProduct (line 10) | class ConfigurableProduct method afterGetStockItem (line 23) | public function afterGetStockItem( FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Attribute/OptionProvider.php class OptionProvider (line 11) | class OptionProvider method __construct (line 23) | public function __construct( method getProductEntityLinkField (line 34) | public function getProductEntityLinkField() FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Attribute/OptionSelectBuilder.php class OptionSelectBuilder (line 16) | class OptionSelectBuilder implements OptionSelectBuilderInterface method __construct (line 36) | public function __construct(Attribute $attributeResource, OptionProvid... method getSelect (line 45) | public function getSelect(AbstractAttribute $superAttribute, int $prod... FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Attribute/OptionSelectBuilderInterface.php type OptionSelectBuilderInterface (line 15) | interface OptionSelectBuilderInterface method getSelect (line 25) | public function getSelect(AbstractAttribute $superAttribute, int $prod... FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Indexer/Stock/Configurable.php class Configurable (line 24) | class Configurable extends \Magento\CatalogInventory\Model\ResourceModel... method __construct (line 40) | public function __construct( method _getStockStatusSelect (line 61) | protected function _getStockStatusSelect($entityIds = null, $usePrimar... FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price/Configurable.php class Configurable (line 26) | class Configurable implements DimensionalIndexerInterface method __construct (line 89) | public function __construct( method executeByDimensions (line 116) | public function executeByDimensions(array $dimensions, \Traversable $e... method applyConfigurableOption (line 154) | private function applyConfigurableOption( method fillTemporaryOptionsTable (line 184) | private function fillTemporaryOptionsTable(string $temporaryOptionsTab... method updateTemporaryTable (line 239) | private function updateTemporaryTable(string $temporaryPriceTableName,... method getMainTable (line 267) | private function getMainTable($dimensions) method getConnection (line 281) | private function getConnection(): \Magento\Framework\DB\Adapter\Adapte... method getTable (line 296) | private function getTable($tableName) method isConfigShowOutOfStock (line 306) | private function isConfigShowOutOfStock(): bool FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/LinkedProductSelectBuilder.php class LinkedProductSelectBuilder (line 17) | class LinkedProductSelectBuilder implements LinkedProductSelectBuilderIn... method __construct (line 33) | public function __construct( method build (line 44) | public function build($productId) FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/StockStatusBaseSelectProcessor.php class StockStatusBaseSelectProcessor (line 19) | class StockStatusBaseSelectProcessor implements BaseSelectProcessorInter... method __construct (line 35) | public function __construct( method process (line 46) | public function process(Select $select) FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable.php class Configurable (line 25) | class Configurable extends \Magento\Framework\Model\ResourceModel\Db\Abs... method __construct (line 57) | public function __construct( method _construct (line 78) | protected function _construct() method getEntityIdByAttribute (line 89) | public function getEntityIdByAttribute(OptionInterface $option) method saveProducts (line 109) | public function saveProducts($mainProduct, array $productIds) method getChildrenIds (line 161) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 196) | public function getParentIdsByChild($childId) method getConfigurableOptions (line 218) | public function getConfigurableOptions($product, $attributes) method getAttributeOptions (line 236) | public function getAttributeOptions(AbstractAttribute $superAttribute,... FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Attribute.php class Attribute (line 15) | class Attribute extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method __construct (line 44) | public function __construct( method _construct (line 60) | protected function _construct() method saveLabel (line 72) | public function saveLabel($attribute) method getUsedAttributes (line 123) | public function getUsedAttributes($setId) method getIdByProductIdAndAttributeId (line 159) | public function getIdByProductIdAndAttributeId($attribute, $productId,... method deleteAttributesByProductId (line 180) | public function deleteAttributesByProductId($productId) method _afterLoad (line 195) | protected function _afterLoad(\Magento\Framework\Model\AbstractModel $... method loadLabel (line 208) | protected function loadLabel(ConfigurableAttribute $object) FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Attribute/Collection.php class Collection (line 26) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 93) | public function __construct( method _construct (line 117) | protected function _construct() method setProductFilter (line 132) | public function setProductFilter($product) method getProductType (line 145) | private function getProductType() method orderByPosition (line 156) | public function orderByPosition($dir = self::SORT_ORDER_ASC) method getStoreId (line 167) | public function getStoreId() method _beforeLoad (line 178) | protected function _beforeLoad() method _afterLoad (line 194) | protected function _afterLoad() method _addProductAttributes (line 214) | protected function _addProductAttributes() method getAttributeParentProduct (line 233) | private function getAttributeParentProduct($attribute) method _addAssociatedProductFilters (line 250) | public function _addAssociatedProductFilters() method _loadLabels (line 266) | protected function _loadLabels() method loadOptions (line 309) | protected function loadOptions() method getIncludedOptions (line 348) | protected function getIncludedOptions(array $usedProducts, AbstractAtt... method __sleep (line 362) | public function __sleep() method __wakeup (line 381) | public function __wakeup() method getMetadataPool (line 398) | private function getMetadataPool() method getConfigurableResource (line 412) | private function getConfigurableResource() FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php class Collection (line 18) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method _construct (line 37) | protected function _construct() method _initSelect (line 48) | protected function _initSelect() method setProductFilter (line 67) | public function setProductFilter($product) method _renderFilters (line 78) | protected function _renderFilters() method isEnabledFlat (line 97) | public function isEnabledFlat() FILE: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Setup/PropertyMapper.php class PropertyMapper (line 12) | class PropertyMapper extends PropertyMapperAbstract method map (line 24) | public function map(array $input, $entityTypeId) FILE: app/code/Magento/ConfigurableProduct/Model/SuggestedAttributeList.php class SuggestedAttributeList (line 10) | class SuggestedAttributeList method __construct (line 28) | public function __construct( method getSuggestedAttributes (line 42) | public function getSuggestedAttributes($labelPart) FILE: app/code/Magento/ConfigurableProduct/Observer/HideUnsupportedAttributeTypes.php class HideUnsupportedAttributeTypes (line 13) | class HideUnsupportedAttributeTypes implements ObserverInterface method __construct (line 29) | public function __construct(array $supportedTypes, RequestInterface $r... method execute (line 39) | public function execute(EventObserver $observer) method isVariationsPopupUsed (line 62) | private function isVariationsPopupUsed() FILE: app/code/Magento/ConfigurableProduct/Plugin/Catalog/Model/Product/Pricing/Renderer/SalableResolver.php class SalableResolver (line 13) | class SalableResolver method __construct (line 23) | public function __construct(TypeConfigurable $typeConfigurable) method afterIsSalable (line 37) | public function afterIsSalable( FILE: app/code/Magento/ConfigurableProduct/Plugin/Model/Attribute/Backend/AttributeValidation.php class AttributeValidation (line 14) | class AttributeValidation method __construct (line 25) | public function __construct( method aroundValidate (line 37) | public function aroundValidate( FILE: app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel/Attribute/InStockOptionSelectBuilder.php class InStockOptionSelectBuilder (line 16) | class InStockOptionSelectBuilder method __construct (line 33) | public function __construct( method afterGetSelect (line 50) | public function afterGetSelect(OptionSelectBuilderInterface $subject, ... FILE: app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel/Product.php class Product (line 12) | class Product method __construct (line 30) | public function __construct( method beforeSave (line 47) | public function beforeSave( method aroundDelete (line 66) | public function aroundDelete( FILE: app/code/Magento/ConfigurableProduct/Plugin/Product/Initialization/CleanConfigurationTmpImages.php class CleanConfigurationTmpImages (line 19) | class CleanConfigurationTmpImages method __construct (line 55) | public function __construct( method afterInitialize (line 79) | public function afterInitialize( method getFilenameFromTmp (line 111) | private function getFilenameFromTmp($file) method getConfigurations (line 121) | private function getConfigurations() FILE: app/code/Magento/ConfigurableProduct/Plugin/SalesRule/Model/Rule/Condition/Product.php class Product (line 17) | class Product method beforeValidate (line 26) | public function beforeValidate( method getProductToValidate (line 49) | private function getProductToValidate( FILE: app/code/Magento/ConfigurableProduct/Plugin/Tax/Model/Sales/Total/Quote/CommonTaxCollector.php class CommonTaxCollector (line 18) | class CommonTaxCollector method afterMapItem (line 31) | public function afterMapItem( FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProvider.php class ConfigurableOptionsProvider (line 15) | class ConfigurableOptionsProvider implements ConfigurableOptionsProvider... method __construct (line 30) | public function __construct( method getProducts (line 39) | public function getProducts(ProductInterface $product) FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php type ConfigurableOptionsProviderInterface (line 16) | interface ConfigurableOptionsProviderInterface method getProducts (line 23) | public function getProducts(\Magento\Catalog\Api\Data\ProductInterface... FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurablePriceResolver.php class ConfigurablePriceResolver (line 13) | class ConfigurablePriceResolver implements PriceResolverInterface method __construct (line 43) | public function __construct( method resolvePrice (line 61) | public function resolvePrice(\Magento\Framework\Pricing\SaleableInterf... FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableRegularPrice.php class ConfigurableRegularPrice (line 16) | class ConfigurableRegularPrice extends AbstractPrice implements Configur... method __construct (line 61) | public function __construct( method getValue (line 78) | public function getValue() method getAmount (line 90) | public function getAmount() method getMaxRegularAmount (line 98) | public function getMaxRegularAmount() method doGetMaxRegularAmount (line 111) | protected function doGetMaxRegularAmount() method getMinRegularAmount (line 126) | public function getMinRegularAmount() method doGetMinRegularAmount (line 139) | protected function doGetMinRegularAmount() method getUsedProducts (line 156) | protected function getUsedProducts() method getConfigurableOptionsProvider (line 165) | private function getConfigurableOptionsProvider() FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableRegularPriceInterface.php type ConfigurableRegularPriceInterface (line 17) | interface ConfigurableRegularPriceInterface extends BasePriceProviderInt... method getMaxRegularAmount (line 24) | public function getMaxRegularAmount(); method getMinRegularAmount (line 31) | public function getMinRegularAmount(); FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/FinalPrice.php class FinalPrice (line 9) | class FinalPrice extends \Magento\Catalog\Pricing\Price\FinalPrice method __construct (line 28) | public function __construct( method getValue (line 42) | public function getValue() FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/FinalPriceResolver.php class FinalPriceResolver (line 11) | class FinalPriceResolver implements PriceResolverInterface method resolvePrice (line 17) | public function resolvePrice(\Magento\Framework\Pricing\SaleableInterf... FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProvider.php class LowestPriceOptionsProvider (line 17) | class LowestPriceOptionsProvider implements LowestPriceOptionsProviderIn... method __construct (line 52) | public function __construct( method getProducts (line 67) | public function getProducts(ProductInterface $product) FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php type LowestPriceOptionsProviderInterface (line 15) | interface LowestPriceOptionsProviderInterface method getProducts (line 22) | public function getProducts(\Magento\Catalog\Api\Data\ProductInterface... FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/PriceResolverInterface.php type PriceResolverInterface (line 13) | interface PriceResolverInterface method resolvePrice (line 19) | public function resolvePrice(\Magento\Framework\Pricing\SaleableInterf... FILE: app/code/Magento/ConfigurableProduct/Pricing/Price/RegularPriceResolver.php class RegularPriceResolver (line 9) | class RegularPriceResolver implements PriceResolverInterface method resolvePrice (line 15) | public function resolvePrice(\Magento\Framework\Pricing\SaleableInterf... FILE: app/code/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox.php class FinalPriceBox (line 21) | class FinalPriceBox extends \Magento\Catalog\Pricing\Render\FinalPriceBox method __construct (line 38) | public function __construct( method hasSpecialPrice (line 66) | public function hasSpecialPrice() FILE: app/code/Magento/ConfigurableProduct/Pricing/Render/TierPriceBox.php class TierPriceBox (line 15) | class TierPriceBox extends FinalPriceBox method toHtml (line 20) | public function toHtml() method isTierPriceApplicable (line 33) | private function isTierPriceApplicable() FILE: app/code/Magento/ConfigurableProduct/Setup/Patch/Data/InstallInitialConfigurableAttributes.php class InstallInitialConfigurableAttributes (line 21) | class InstallInitialConfigurableAttributes implements DataPatchInterface... method __construct (line 38) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 90) | public static function getDependencies() method getVersion (line 98) | public static function getVersion() method getAliases (line 106) | public function getAliases() FILE: app/code/Magento/ConfigurableProduct/Setup/Patch/Data/UpdateManufacturerAttribute.php class UpdateManufacturerAttribute (line 20) | class UpdateManufacturerAttribute implements DataPatchInterface, PatchVe... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 77) | public static function getDependencies() method getVersion (line 87) | public static function getVersion() method getAliases (line 95) | public function getAliases() FILE: app/code/Magento/ConfigurableProduct/Setup/Patch/Data/UpdateTierPriceAttribute.php class UpdateTierPriceAttribute (line 21) | class UpdateTierPriceAttribute implements DataPatchInterface, PatchVersi... method __construct (line 38) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 72) | public static function getDependencies() method getVersion (line 82) | public static function getVersion() method getAliases (line 90) | public function getAliases() FILE: app/code/Magento/ConfigurableProduct/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 62) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Adminhtml/Product/Edit/Button/SaveTest.php class SaveTest (line 13) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetButtonData (line 56) | public function testGetButtonData() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Adminhtml/Product/Edit/Tab/Variations/Config/MatrixTest.php class MatrixTest (line 11) | class MatrixTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetProductStockQty (line 61) | public function testGetProductStockQty() method testGetVariationWizard (line 104) | public function testGetVariationWizard($wizardBlockName, $wizardHtml) method getVariationWizardDataProvider (line 131) | public function getVariationWizardDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Adminhtml/Product/Steps/SelectAttributesTest.php class SelectAttributesTest (line 16) | class SelectAttributesTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetAddNewAttributeButton (line 90) | public function testGetAddNewAttributeButton($isAllowed, $result) method attributesDataProvider (line 120) | public function attributesDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Cart/Item/Renderer/ConfigurableTest.php class ConfigurableTest (line 11) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetOptionList (line 50) | public function testGetOptionList() method testGetIdentities (line 58) | public function testGetIdentities() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Plugin/Product/Media/GalleryTest.php class GalleryTest (line 15) | class GalleryTest extends \PHPUnit\Framework\TestCase method testAfterGetOptions (line 18) | public function testAfterGetOptions() method createJsonMock (line 66) | private function createJsonMock() method createProductMock (line 76) | private function createProductMock() method createGalleryMock (line 86) | private function createGalleryMock() method createConfigurableTypeMock (line 96) | private function createConfigurableTypeMock() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Product/Configurable/AttributeSelectorTest.php class AttributeSelectorTest (line 8) | class AttributeSelectorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetAttributeSetCreationUrl (line 30) | public function testGetAttributeSetCreationUrl() method testGetSuggestWidgetOptions (line 44) | public function testGetSuggestWidgetOptions() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Block/Product/View/Type/ConfigurableTest.php class ConfigurableTest (line 15) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method cacheKeyProvider (line 181) | public function cacheKeyProvider(): array method testGetCacheKeyInfo (line 233) | public function testGetCacheKeyInfo(array $expected, string $priceCurr... method testGetJsonConfig (line 261) | public function testGetJsonConfig() method getExpectedArray (line 357) | private function getExpectedArray($productId, $amount, $priceQty, $per... method getProductTypeMock (line 413) | private function getProductTypeMock(\PHPUnit_Framework_MockObject_Mock... method mockContextObject (line 453) | protected function mockContextObject() method getAmountMock (line 472) | protected function getAmountMock($amount): \PHPUnit_Framework_MockObje... method getTierPriceMock (line 495) | protected function getTierPriceMock(\PHPUnit_Framework_MockObject_Mock... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/AddAttributeTest.php class AddAttributeTest (line 12) | class AddAttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testExecute (line 92) | public function testExecute() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Attribute/SuggestConfigurableAttributesTest.php class SuggestConfigurableAttributesTest (line 8) | class SuggestConfigurableAttributesTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testIndexAction (line 53) | public function testIndexAction() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Builder/PluginTest.php class PluginTest (line 8) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testAfterBuild (line 105) | public function testAfterBuild() method testAfterBuildWhenProductNotHaveAttributeAndRequiredParameters (line 228) | public function testAfterBuildWhenProductNotHaveAttributeAndRequiredPa... method testAfterBuildWhenAttributesAreEmpty (line 255) | public function testAfterBuildWhenAttributesAreEmpty() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/ConfigurableTest.php class ConfigurableTest (line 21) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAfterInitializeWithAttributesAndVariations (line 95) | public function testAfterInitializeWithAttributesAndVariations() method testAfterInitializeWithAttributesAndWithoutVariations (line 206) | public function testAfterInitializeWithAttributesAndWithoutVariations() method testAfterInitializeIfAttributesEmpty (line 268) | public function testAfterInitializeIfAttributesEmpty() method testAfterInitializeForNotConfigurableProduct (line 288) | public function testAfterInitializeForNotConfigurableProduct() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/UpdateConfigurationsTest.php class UpdateConfigurationsTest (line 21) | class UpdateConfigurationsTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method getConfigurableMatrix (line 82) | private function getConfigurableMatrix() method testAfterInitialize (line 123) | public function testAfterInitialize() method getProductMock (line 193) | protected function getProductMock(array $expectedData = null, $hasData... method testAfterInitializeEmptyMatrix (line 220) | public function testAfterInitializeEmptyMatrix() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/WizardTest.php class WizardTest (line 12) | class WizardTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 63) | public function testExecute() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Helper/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetAllowAttributes (line 52) | public function testGetAllowAttributes() method testGetOptions (line 71) | public function testGetOptions(array $expected, array $data) method getOptionsDataProvider (line 108) | public function getOptionsDataProvider() method getDataCallback (line 205) | public function getDataCallback($key) method testGetGalleryImages (line 214) | public function testGetGalleryImages() method getImagesCollection (line 269) | private function getImagesCollection() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Configuration/PluginTest.php class PluginTest (line 8) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testAroundGetOptionsWhenProductTypeIsConfigurable (line 56) | public function testAroundGetOptionsWhenProductTypeIsConfigurable() method testAroundGetOptionsWhenProductTypeIsSimple (line 87) | public function testAroundGetOptionsWhenProductTypeIsSimple() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Options/FactoryTest.php class FactoryTest (line 24) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testCreateWithException (line 93) | public function testCreateWithException() method testCreate (line 130) | public function testCreate() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Options/LoaderTest.php class LoaderTest (line 21) | class LoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testLoad (line 69) | public function testLoad() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Attribute/LockValidatorTest.php class LockValidatorTest (line 15) | class LockValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testValidate (line 81) | public function testValidate() method getMetaDataMock (line 89) | private function getMetaDataMock() method testValidateException (line 106) | public function testValidateException() method validate (line 115) | public function validate($exception) FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/AttributeOptionProviderTest.php class AttributeOptionProviderTest (line 23) | class AttributeOptionProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetAttributeOptions (line 117) | public function testGetAttributeOptions(array $options) method testGetAttributeOptionsWithBackendModel (line 147) | public function testGetAttributeOptionsWithBackendModel(array $options) method getAttributeOptionsDataProvider (line 195) | public function getAttributeOptionsDataProvider() method optionsWithBackendModelDataProvider (line 229) | public function optionsWithBackendModelDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/AttributesListTest.php class AttributesListTest (line 9) | class AttributesListTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetAttributes (line 54) | public function testGetAttributes() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ConfigurableAttributeDataTest.php class ConfigurableAttributeDataTest (line 12) | class ConfigurableAttributeDataTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testPrepareJsonAttributes (line 52) | public function testPrepareJsonAttributes() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ConfigurableProductManagementTest.php class ConfigurableProductManagementTest (line 12) | class ConfigurableProductManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGenerateVariation (line 66) | public function testGenerateVariation() method testGetEnabledCount (line 98) | public function testGetEnabledCount() method testGetDisabledCount (line 125) | public function testGetDisabledCount() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Entity/Product/Attribute/Group/AttributeMapper/PluginTest.php class PluginTest (line 11) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testAroundMap (line 72) | public function testAroundMap() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/LinkManagementTest.php class LinkManagementTest (line 15) | class LinkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetChildren (line 74) | public function testGetChildren() method testGetWithNonConfigurableProduct (line 125) | public function testGetWithNonConfigurableProduct() method testAddChild (line 139) | public function testAddChild() method testAddChildStateException (line 240) | public function testAddChildStateException() method testRemoveChild (line 268) | public function testRemoveChild() method testRemoveChildForbidden (line 315) | public function testRemoveChildForbidden() method testRemoveChildInvalidChildSku (line 332) | public function testRemoveChildInvalidChildSku() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/OptionRepositoryTest.php class OptionRepositoryTest (line 20) | class OptionRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGet (line 85) | public function testGet() method testGetNotConfigurableProduct (line 119) | public function testGetNotConfigurableProduct() method testGetNotProductById (line 147) | public function testGetNotProductById() method testDeleteCantSaveProducts (line 174) | public function testDeleteCantSaveProducts() method testDeleteCantDeleteOption (line 206) | public function testDeleteCantDeleteOption() method testDelete (line 243) | public function testDelete() method testGetEmptyExtensionAttribute (line 282) | public function testGetEmptyExtensionAttribute() method testGetList (line 308) | public function testGetList() method testGetListNotConfigurableProduct (line 335) | public function testGetListNotConfigurableProduct() method testValidateNewOptionData (line 358) | public function testValidateNewOptionData($attributeId, $label, $optio... method validateOptionDataProvider (line 396) | public function validateOptionDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Order/Admin/Item/Plugin/ConfigurableTest.php class ConfigurableTest (line 8) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testAroundGetNameIfProductIsConfigurable (line 57) | public function testAroundGetNameIfProductIsConfigurable() method testAroundGetNameIfProductIsSimple (line 79) | public function testAroundGetNameIfProductIsSimple() method testAroundGetSkuIfProductIsConfigurable (line 89) | public function testAroundGetSkuIfProductIsConfigurable() method testAroundGetSkuIfProductIsSimple (line 111) | public function testAroundGetSkuIfProductIsSimple() method testAroundGetProductIdIfProductIsConfigurable (line 121) | public function testAroundGetProductIdIfProductIsConfigurable() method testAroundGetProductIdIfProductIsSimple (line 159) | public function testAroundGetProductIdIfProductIsSimple() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Plugin/Frontend/ProductIdentitiesExtenderTest.php class ProductIdentitiesExtenderTest (line 17) | class ProductIdentitiesExtenderTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAfterGetIdentities (line 46) | public function testAfterGetIdentities() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Plugin/PriceBackendTest.php class PriceBackendTest (line 20) | class PriceBackendTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAroundValidate (line 67) | public function testAroundValidate($typeId, $expectedResult) method aroundValidateDataProvider (line 85) | public function aroundValidateDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Plugin/ProductIdentitiesExtenderTest.php class ProductIdentitiesExtenderTest (line 18) | class ProductIdentitiesExtenderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAfterGetIdentities (line 46) | public function testAfterGetIdentities() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Plugin/ProductRepositorySaveTest.php class ProductRepositorySaveTest (line 24) | class ProductRepositorySaveTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testAfterSaveWhenProductIsSimple (line 110) | public function testAfterSaveWhenProductIsSimple() method testAfterSaveWithoutOptions (line 124) | public function testAfterSaveWithoutOptions() method testAfterSaveWithLinks (line 154) | public function testAfterSaveWithLinks() method testAfterSaveWithLinksWithMissingAttribute (line 196) | public function testAfterSaveWithLinksWithMissingAttribute() method testAfterSaveWithLinksWithDuplicateAttributes (line 253) | public function testAfterSaveWithLinksWithDuplicateAttributes() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/CartConfiguration/Plugin/ConfigurableTest.php class ConfigurableTest (line 8) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAroundIsProductConfiguredChecksThatSuperAttributeIsSetWhenProductIsConfigurable (line 40) | public function testAroundIsProductConfiguredChecksThatSuperAttributeI... method testAroundIsProductConfiguredWhenProductIsNotConfigurable (line 61) | public function testAroundIsProductConfiguredWhenProductIsNotConfigura... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Configuration/Item/ItemProductResolverTest.php class ItemProductResolverTest (line 20) | class ItemProductResolverTest extends TestCase method setUp (line 38) | protected function setUp() method testGetFinalProductChildIsNull (line 83) | public function testGetFinalProductChildIsNull(): void method testGetFinalProductChild (line 107) | public function testGetFinalProductChild($expectedSku, $scopeValue, $t... method provideScopeConfig (line 130) | public function provideScopeConfig(): array FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/ProductExtensionAttributes.php class ProductExtensionAttributes (line 13) | abstract class ProductExtensionAttributes implements ProductExtensionInt... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/ProductOptionExtensionAttributes.php class ProductOptionExtensionAttributes (line 13) | abstract class ProductOptionExtensionAttributes implements ProductOption... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/ReadHandlerTest.php class ReadHandlerTest (line 17) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testExecuteWithInvalidProductType (line 45) | public function testExecuteWithInvalidProductType() method testExecute (line 66) | public function testExecute() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/SaveHandlerTest.php class SaveHandlerTest (line 24) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecuteWithInvalidProductType (line 67) | public function testExecuteWithInvalidProductType() method testExecuteWithEmptyExtensionAttributes (line 88) | public function testExecuteWithEmptyExtensionAttributes() method testExecute (line 134) | public function testExecute() method initConfigurableFactoryMock (line 213) | private function initConfigurableFactoryMock() method processSaveOptions (line 238) | private function processSaveOptions(\PHPUnit_Framework_MockObject_Mock... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/Collection/SalableProcessorTest.php class SalableProcessorTest (line 12) | class SalableProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testProcess (line 44) | public function testProcess() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/Configurable/PriceTest.php class PriceTest (line 19) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetFinalPrice (line 53) | public function testGetFinalPrice() method testGetFinalPriceWithSimpleProduct (line 89) | public function testGetFinalPriceWithSimpleProduct() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/Configurable/Variations/PricesTest.php class PricesTest (line 13) | class PricesTest extends TestCase method setUp (line 25) | protected function setUp() method testGetFormattedPrices (line 33) | public function testGetFormattedPrices() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/ConfigurableTest.php class ConfigurableTest (line 34) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 133) | protected function setUp() method testHasWeightTrue (line 233) | public function testHasWeightTrue() method testSave (line 241) | public function testSave() method testGetRelationInfo (line 317) | public function testGetRelationInfo() method testCanUseAttribute (line 326) | public function testCanUseAttribute() method testGetUsedProducts (line 347) | public function testGetUsedProducts() method testGetConfigurableAttributesAsArray (line 390) | public function testGetConfigurableAttributesAsArray($productStore) method getConfigurableAttributesAsArrayDataProvider (line 443) | public function getConfigurableAttributesAsArrayDataProvider() method testGetConfigurableAttributesNewProduct (line 451) | public function testGetConfigurableAttributesNewProduct() method testGetConfigurableAttributes (line 467) | public function testGetConfigurableAttributes() method testResetConfigurableAttributes (line 503) | public function testResetConfigurableAttributes() method testHasOptions (line 517) | public function testHasOptions() method testHasOptionsConfigurableAttribute (line 528) | public function testHasOptionsConfigurableAttribute() method testHasOptionsFalse (line 549) | public function testHasOptionsFalse() method testIsSalable (line 567) | public function testIsSalable() method testGetSelectedAttributesInfo (line 615) | public function testGetSelectedAttributesInfo() method testCheckProductBuyState (line 674) | public function testCheckProductBuyState() method testCheckProductBuyStateException (line 708) | public function testCheckProductBuyStateException() method testGetProductByAttributesReturnUsedProduct (line 735) | public function testGetProductByAttributesReturnUsedProduct() method testGetProductByAttributesReturnFirstItem (line 782) | public function testGetProductByAttributesReturnFirstItem() method testSetImageFromChildProduct (line 809) | public function testSetImageFromChildProduct() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/PluginTest.php class PluginTest (line 12) | class PluginTest extends \PHPUnit\Framework\TestCase method testAfterGetOptionArray (line 19) | public function testAfterGetOptionArray(array $expected, array $data) method afterGetOptionArrayDataProvider (line 37) | public function afterGetOptionArrayDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/VariationMatrixTest.php class VariationMatrixTest (line 11) | class VariationMatrixTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetVariations (line 34) | public function testGetVariations($expectedResult) method variationProvider (line 43) | public function variationProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/TypeTransitionManager/Plugin/ConfigurableTest.php class ConfigurableTest (line 8) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAroundProcessProductWithProductThatCanBeTransformedToConfigurable (line 48) | public function testAroundProcessProductWithProductThatCanBeTransforme... method testAroundProcessProductWithProductThatCannotBeTransformedToConfigurable (line 69) | public function testAroundProcessProductWithProductThatCannotBeTransfo... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Validator/PluginTest.php class PluginTest (line 8) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testBeforeValidate (line 88) | public function testBeforeValidate() method testAfterValidateWithVariationsValid (line 101) | public function testAfterValidateWithVariationsValid() method testAfterValidateWithVariationsInvalid (line 146) | public function testAfterValidateWithVariationsInvalid() method testAfterValidateIfVariationsNotExist (line 192) | public function testAfterValidateIfVariationsNotExist() method testAfterValidateWithVariationsAndRequiredAttributes (line 213) | public function testAfterValidateWithVariationsAndRequiredAttributes() method createProduct (line 319) | private function createProduct($index, $id, $isValid = true) method createAttribute (line 341) | private function createAttribute($attributeCode, $isUserDefined, $isRe... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/VariationHandlerTest.php class VariationHandlerTest (line 16) | class VariationHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testPrepareAttributeSet (line 89) | public function testPrepareAttributeSet() method testGenerateSimpleProducts (line 143) | public function testGenerateSimpleProducts($weight, $typeId) method dataProviderTestGenerateSimpleProducts (line 252) | public function dataProviderTestGenerateSimpleProducts() method testProcessMediaGalleryWithImagesAndGallery (line 270) | public function testProcessMediaGalleryWithImagesAndGallery() method testProcessMediaGalleryIfImageIsEmptyButProductMediaGalleryIsNotEmpty (line 283) | public function testProcessMediaGalleryIfImageIsEmptyButProductMediaGa... method testProcessMediaGalleryIfProductDataHasNoImagesAndGallery (line 296) | public function testProcessMediaGalleryIfProductDataHasNoImagesAndGall... method testProcessMediaGalleryForFillingGallery (line 310) | public function testProcessMediaGalleryForFillingGallery($productData,... method productDataProviderForProcessMediaGalleryForFillingGallery (line 318) | public function productDataProviderForProcessMediaGalleryForFillingGal... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ProductOptionProcessorTest.php class ProductOptionProcessorTest (line 18) | class ProductOptionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testConvertToBuyRequest (line 88) | public function testConvertToBuyRequest( method dataProviderConvertToBuyRequest (line 122) | public function dataProviderConvertToBuyRequest() method testConvertToProductOption (line 151) | public function testConvertToProductOption( method dataProviderConvertToProductOption (line 183) | public function dataProviderConvertToProductOption() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ProductVariationsBuilderTest.php class ProductVariationsBuilderTest (line 9) | class ProductVariationsBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCreate (line 58) | public function testCreate() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Quote/Item/CartItemProcessorTest.php class CartItemProcessorTest (line 14) | class CartItemProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testConvertToBuyRequestIfNoProductOption (line 102) | public function testConvertToBuyRequestIfNoProductOption() method testConvertToBuyRequest (line 109) | public function testConvertToBuyRequest() method testProcessProductOptionsIfOptionNotSelected (line 150) | public function testProcessProductOptionsIfOptionNotSelected() method testProcessProductOptions (line 163) | public function testProcessProductOptions() method testProcessProductOptionsIfOptionsExist (line 207) | public function testProcessProductOptionsIfOptionsExist() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/Quote/Item/QuantityValidator/Initializer/Option/Plugin/ConfigurableProductTest.php class ConfigurableProductTest (line 11) | class ConfigurableProductTest extends \PHPUnit\Framework\TestCase method testAfterGetStockItem (line 17) | public function testAfterGetStockItem(array $data) method afterGetStockItemDataProvider (line 51) | public function afterGetStockItemDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Attribute/OptionProviderTest.php class OptionProviderTest (line 13) | class OptionProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetProductEntityLinkField (line 53) | public function testGetProductEntityLinkField() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Attribute/OptionSelectBuilderTest.php class OptionSelectBuilderTest (line 20) | class OptionSelectBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetSelect (line 111) | public function testGetSelect() method testGetSelectWithBackendModel (line 155) | public function testGetSelectWithBackendModel() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Product/LinkedProductSelectBuilderTest.php class LinkedProductSelectBuilderTest (line 14) | class LinkedProductSelectBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testBuild (line 50) | public function testBuild() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Product/StockStatusBaseSelectProcessorTest.php class StockStatusBaseSelectProcessorTest (line 16) | class StockStatusBaseSelectProcessorTest extends \PHPUnit\Framework\Test... method setUp (line 38) | protected function setUp() method testProcess (line 65) | public function testProcess($isShowOutOfStock) method processDataProvider (line 106) | public function processDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Product/Type/Configurable/AttributeTest.php class AttributeTest (line 14) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSaveNewLabel (line 56) | public function testSaveNewLabel() method testSaveExistingLabel (line 91) | public function testSaveExistingLabel() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Product/Type/ConfigurableTest.php class ConfigurableTest (line 24) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testSaveProducts (line 137) | public function testSaveProducts() method testGetConfigurableOptions (line 190) | public function testGetConfigurableOptions() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Model/SuggestedAttributeListTest.php class SuggestedAttributeListTest (line 9) | class SuggestedAttributeListTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetSuggestedAttributesIfTheyApplicable (line 94) | public function testGetSuggestedAttributesIfTheyApplicable() method testGetSuggestedAttributesIfTheyNotApplicable (line 109) | public function testGetSuggestedAttributesIfTheyNotApplicable() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Observer/HideUnsupportedAttributeTypesTest.php class HideUnsupportedAttributeTypesTest (line 21) | class HideUnsupportedAttributeTypesTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testExecuteWhenBlockNotPassed (line 39) | public function testExecuteWhenBlockNotPassed() method createTarget (line 51) | private function createTarget(\PHPUnit_Framework_MockObject_MockObject... method createRequestMock (line 67) | private function createRequestMock($popup, $productTab = 'variations') method createEventMock (line 93) | private function createEventMock(\PHPUnit_Framework_MockObject_MockObj... method testExecuteWithDefaultTypes (line 108) | public function testExecuteWithDefaultTypes(array $supportedTypes, arr... method executeDataProvider (line 118) | public function executeDataProvider() method createFrontendInputValue (line 159) | private function createFrontendInputValue($value, $label) method createForm (line 169) | private function createForm(array $originalValues = [], array $expecte... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Catalog/Model/Product/Pricing/Renderer/SalableResolverTest.php class SalableResolverTest (line 15) | class SalableResolverTest extends TestCase method setUp (line 27) | protected function setUp() method testAfterIsSalable (line 41) | public function testAfterIsSalable($salableItem, bool $isSalable, bool... method afterIsSalableDataProvider (line 55) | public function afterIsSalableDataProvider(): array FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel/Attribute/InStockOptionSelectBuilderTest.php class InStockOptionSelectBuilderTest (line 15) | class InStockOptionSelectBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAfterGetSelect (line 69) | public function testAfterGetSelect() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testBeforeSaveConfigurable (line 50) | public function testBeforeSaveConfigurable() method testBeforeSaveSimple (line 71) | public function testBeforeSaveSimple() method testAroundDelete (line 86) | public function testAroundDelete() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Product/Initialization/CleanConfigurationTmpImagesTest.php class CleanConfigurationTmpImagesTest (line 25) | class CleanConfigurationTmpImagesTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method getConfigurableMatrix (line 117) | private function getConfigurableMatrix() method testAfterInitialize (line 162) | public function testAfterInitialize() method getProductMock (line 190) | protected function getProductMock(array $expectedData = null, $hasData... method testAfterInitializeEmptyMatrix (line 217) | public function testAfterInitializeEmptyMatrix() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/SalesRule/Model/Rule/Condition/ProductTest.php class ProductTest (line 32) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | public function setUp() method createValidator (line 59) | private function createValidator(): SalesRuleProduct method testChildIsUsedForValidation (line 119) | public function testChildIsUsedForValidation() method createProductMock (line 175) | private function createProductMock(): \PHPUnit_Framework_MockObject_Mo... method testChildIsNotUsedForValidation (line 202) | public function testChildIsNotUsedForValidation() method testChildIsNotUsedForValidationWhenConfigurableProductIsMissingChildren (line 232) | public function testChildIsNotUsedForValidationWhenConfigurableProduct... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Tax/Model/Sales/Total/Quote/CommonTaxCollectorTest.php class CommonTaxCollectorTest (line 24) | class CommonTaxCollectorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method testAfterMapItem (line 48) | public function testAfterMapItem() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Pricing/Price/ConfigurablePriceResolverTest.php class ConfigurablePriceResolverTest (line 11) | class ConfigurablePriceResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testResolvePrice (line 62) | public function testResolvePrice($variantPrices, $expectedPrice) method resolvePriceDataProvider (line 88) | public function resolvePriceDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Pricing/Price/LowestPriceOptionsProviderTest.php class LowestPriceOptionsProviderTest (line 16) | class LowestPriceOptionsProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetProducts (line 102) | public function testGetProducts() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Pricing/Render/FinalPriceBoxTest.php class FinalPriceBoxTest (line 22) | class FinalPriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testHasSpecialPrice (line 97) | public function testHasSpecialPrice( method hasSpecialPriceDataProvider (line 135) | public function hasSpecialPriceDataProvider(): array FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/Component/Listing/AssociatedProduct/Columns/AttributesTest.php class AttributesTest (line 22) | class AttributesTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testPrepareDataSource (line 103) | public function testPrepareDataSource() method createAttributeMock (line 197) | private function createAttributeMock($attributeCode, $defaultFrontendL... method createAttributeOptionMock (line 222) | private function createAttributeOptionMock($value, $label) FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/Component/Listing/AssociatedProduct/Columns/NameTest.php class NameTest (line 14) | class NameTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testPrepareDataSource (line 65) | public function testPrepareDataSource() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/Component/Listing/AssociatedProduct/Columns/PriceTest.php class PriceTest (line 22) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testPrepareDataSource (line 105) | public function testPrepareDataSource() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CompositeTest.php class CompositeTest (line 21) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testModifyData (line 73) | public function testModifyData() method testDisallowModifyData (line 116) | public function testDisallowModifyData() method testModifyMeta (line 138) | public function testModifyMeta() method testDisallowModifyMeta (line 163) | public function testDisallowModifyMeta() method createCompositeModifier (line 192) | private function createCompositeModifier(array $modifiers = []) method createModifierMock (line 213) | private function createModifierMock(array $initialMeta, array $resultM... FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurableAttributeSetHandlerTest.php class ConfigurableAttributeSetHandlerTest (line 11) | class ConfigurableAttributeSetHandlerTest extends \PHPUnit\Framework\Tes... method setUp (line 23) | protected function setUp() method testModifyMeta (line 31) | public function testModifyMeta() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurablePanelTest.php class ConfigurablePanelTest (line 14) | class ConfigurablePanelTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testModifyMeta (line 67) | public function testModifyMeta() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurablePriceTest.php class ConfigurablePriceTest (line 11) | class ConfigurablePriceTest extends AbstractModifierTest method createModel (line 16) | protected function createModel() method testModifyMeta (line 26) | public function testModifyMeta($metaInput, $metaOutput) method metaDataProvider (line 39) | public function metaDataProvider() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurableQtyTest.php class ConfigurableQtyTest (line 11) | class ConfigurableQtyTest extends AbstractModifierTest method createModel (line 16) | protected function createModel() method testModifyMeta (line 21) | public function testModifyMeta() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CustomOptionsTest.php class CustomOptionsTest (line 11) | class CustomOptionsTest extends AbstractModifierTest method setUp (line 13) | protected function setUp() method createModel (line 24) | protected function createModel() method testModifyMeta (line 35) | public function testModifyMeta() FILE: app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/StockDataTest.php class StockDataTest (line 13) | class StockDataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testModifyMeta (line 55) | public function testModifyMeta() FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Attribute/Repository.php class Repository (line 12) | class Repository extends \Magento\Catalog\Ui\Component\Listing\Attribute... method __construct (line 24) | public function __construct( method buildSearchCriteria (line 36) | protected function buildSearchCriteria() FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Columns.php class Columns (line 8) | class Columns extends \Magento\Ui\Component\Listing\Columns method __construct (line 22) | public function __construct( method prepare (line 37) | public function prepare() FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Columns/Attributes.php class Attributes (line 13) | class Attributes extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 38) | public function __construct( method prepareDataSource (line 57) | public function prepareDataSource(array $dataSource) method getAttributes (line 84) | private function getAttributes() method getSearchCriteria (line 110) | private function getSearchCriteria() FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Columns/Name.php class Name (line 12) | class Name extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 31) | public function __construct( method prepareDataSource (line 48) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Columns/Price.php class Price (line 11) | class Price extends \Magento\Ui\Component\Listing\Columns\Column method __construct (line 31) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/ConfigurableProduct/Ui/Component/Listing/AssociatedProduct/Filters.php class Filters (line 17) | class Filters implements ObserverInterface method __construct (line 33) | public function __construct( method update (line 44) | public function update(UiComponentInterface $component) method getAttributes (line 64) | protected function getAttributes($attributeCodes) FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Attributes.php class Attributes (line 9) | class Attributes extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 24) | public function __construct( method getCollection (line 40) | public function getCollection() method getData (line 48) | public function getData() FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Composite.php class Composite (line 20) | class Composite extends AbstractModifier method __construct (line 59) | public function __construct( method modifyData (line 89) | public function modifyData(array $data) method modifyMeta (line 117) | public function modifyMeta(array $meta) FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurableAttributeSetHandler.php class ConfigurableAttributeSetHandler (line 17) | class ConfigurableAttributeSetHandler extends AbstractModifier method __construct (line 29) | public function __construct( method modifyData (line 38) | public function modifyData(array $data) method modifyMeta (line 46) | public function modifyMeta(array $meta) method getConfirmButton (line 146) | protected function getConfirmButton() method getNewAttributeSet (line 189) | protected function getNewAttributeSet() method getExistingAttributeSet (line 220) | protected function getExistingAttributeSet($meta) method getAttributeSetErrorContainer (line 262) | protected function getAttributeSetErrorContainer() FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurablePanel.php class ConfigurablePanel (line 21) | class ConfigurablePanel extends AbstractModifier method __construct (line 76) | public function __construct( method modifyData (line 95) | public function modifyData(array $data) method modifyMeta (line 104) | public function modifyMeta(array $meta) method getPanelChildren (line 253) | protected function getPanelChildren() method getButtonSet (line 266) | protected function getButtonSet() method getGrid (line 355) | protected function getGrid() method getRows (line 417) | protected function getRows() method getColumn (line 553) | protected function getColumn( FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurablePrice.php class ConfigurablePrice (line 16) | class ConfigurablePrice extends AbstractModifier method __construct (line 33) | public function __construct( method modifyData (line 42) | public function modifyData(array $data) method modifyMeta (line 50) | public function modifyMeta(array $meta) FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurableQty.php class ConfigurableQty (line 15) | class ConfigurableQty extends AbstractModifier method modifyData (line 23) | public function modifyData(array $data) method modifyMeta (line 31) | public function modifyMeta(array $meta) FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/CustomOptions.php class CustomOptions (line 18) | class CustomOptions extends AbstractModifier method __construct (line 36) | public function __construct(LocatorInterface $locator, ArrayManager $a... method modifyData (line 45) | public function modifyData(array $data) method modifyMeta (line 53) | public function modifyMeta(array $meta) method addPriceTypeWarning (line 67) | private function addPriceTypeWarning(array $meta) method modifyPriceTypeFields (line 110) | private function modifyPriceTypeFields(array $meta) FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProducts.php class AssociatedProducts (line 28) | class AssociatedProducts method __construct (line 108) | public function __construct( method getProductMatrix (line 137) | public function getProductMatrix() method getProductAttributes (line 150) | public function getProductAttributes() method getProductIds (line 163) | public function getProductIds() method getProductAttributesIds (line 176) | public function getProductAttributesIds() method getProductAttributesCodes (line 192) | public function getProductAttributesCodes() method getConfigurableAttributesData (line 208) | public function getConfigurableAttributesData() method prepareVariations (line 240) | protected function prepareVariations() method getJsonConfigurableAttributes (line 337) | protected function getJsonConfigurableAttributes(array $options = []) method getTextAttributes (line 354) | protected function getTextAttributes(array $options = []) method getVariationKey (line 373) | protected function getVariationKey(array $options = []) method getAssociatedProducts (line 391) | protected function getAssociatedProducts() method _getAssociatedProducts (line 411) | protected function _getAssociatedProducts() method getUsedAttributes (line 435) | protected function getUsedAttributes() method getProductStockQty (line 446) | protected function getProductStockQty(Product $product) method getVariations (line 456) | protected function getVariations() method getAttributes (line 466) | protected function getAttributes() FILE: app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/StockData.php class StockData (line 15) | class StockData extends AbstractModifier method __construct (line 25) | public function __construct(LocatorInterface $locator) method modifyData (line 33) | public function modifyData(array $data) method modifyMeta (line 41) | public function modifyMeta(array $meta) FILE: app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/variations.js function UserException (line 21) | function UserException(message) { FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Cart/BuyRequest/SuperAttributeDataProvider.php class SuperAttributeDataProvider (line 23) | class SuperAttributeDataProvider implements BuyRequestDataProviderInterface method __construct (line 51) | public function __construct( method execute (line 66) | public function execute(array $cartItemData): array FILE: app/code/Magento/ConfigurableProductGraphQl/Model/ConfigurableProductTypeResolver.php class ConfigurableProductTypeResolver (line 16) | class ConfigurableProductTypeResolver implements TypeResolverInterface method resolveType (line 26) | public function resolveType(array $data): string FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Options/Collection.php class Collection (line 22) | class Collection method __construct (line 54) | public function __construct( method addProductId (line 69) | public function addProductId(int $productId) : void method getAttributesByProductId (line 82) | public function getAttributesByProductId(int $productId) : array method fetch (line 98) | private function fetch() : array FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/AddConfigurableProductsToCart.php class AddConfigurableProductsToCart (line 21) | class AddConfigurableProductsToCart implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/ConfigurableCartItemOptions.php class ConfigurableCartItemOptions (line 20) | class ConfigurableCartItemOptions implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/ConfigurableVariant.php class ConfigurableVariant (line 26) | class ConfigurableVariant implements ResolverInterface method __construct (line 66) | public function __construct( method resolve (line 85) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Options.php class Options (line 22) | class Options implements ResolverInterface method __construct (line 44) | public function __construct( method resolve (line 59) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Product/Price/Provider.php class Provider (line 21) | class Provider implements ProviderInterface method __construct (line 41) | public function __construct( method getMinimalFinalPrice (line 50) | public function getMinimalFinalPrice(SaleableInterface $product): Amou... method getMinimalRegularPrice (line 69) | public function getMinimalRegularPrice(SaleableInterface $product): Am... method getMaximalFinalPrice (line 79) | public function getMaximalFinalPrice(SaleableInterface $product): Amou... method getMaximalRegularPrice (line 98) | public function getMaximalRegularPrice(SaleableInterface $product): Am... method getRegularPrice (line 108) | public function getRegularPrice(SaleableInterface $product): AmountInt... FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Variant/Attributes.php class Attributes (line 20) | class Attributes implements ResolverInterface method resolve (line 35) | public function resolve( method getOptionsFromMap (line 82) | private function getOptionsFromMap(array $optionMap, string $code, int... method getOptionsArray (line 99) | private function getOptionsArray(array $optionValue, string $code): array FILE: app/code/Magento/ConfigurableProductGraphQl/Model/Variant/Collection.php class Collection (line 22) | class Collection method __construct (line 71) | public function __construct( method addParentProduct (line 91) | public function addParentProduct(Product $product) : void method addEavAttributes (line 112) | public function addEavAttributes(array $attributeCodes) : void method getChildProductsByParentId (line 123) | public function getChildProductsByParentId(int $id) : array method fetch (line 139) | private function fetch() : array method getAttributesCodes (line 179) | private function getAttributesCodes(Product $currentProduct): array FILE: app/code/Magento/ConfigurableProductSales/Model/Order/Reorder/OrderedProductAvailabilityChecker.php class OrderedProductAvailabilityChecker (line 19) | class OrderedProductAvailabilityChecker implements OrderedProductAvailab... method __construct (line 41) | public function __construct( method isAvailable (line 54) | public function isAvailable(Item $item) method getConnection (line 114) | private function getConnection() method getMetadata (line 122) | private function getMetadata() FILE: app/code/Magento/Contact/Block/ContactForm.php class ContactForm (line 16) | class ContactForm extends Template method __construct (line 22) | public function __construct(Template\Context $context, array $data = []) method getFormAction (line 33) | public function getFormAction() FILE: app/code/Magento/Contact/Controller/Index.php class Index (line 16) | abstract class Index extends \Magento\Framework\App\Action\Action method __construct (line 47) | public function __construct( method dispatch (line 62) | public function dispatch(RequestInterface $request) FILE: app/code/Magento/Contact/Controller/Index/Index.php class Index (line 12) | class Index extends \Magento\Contact\Controller\Index implements HttpGet... method execute (line 19) | public function execute() FILE: app/code/Magento/Contact/Controller/Index/Post.php class Post (line 21) | class Post extends \Magento\Contact\Controller\Index implements HttpPost... method __construct (line 50) | public function __construct( method execute (line 69) | public function execute() method sendEmail (line 97) | private function sendEmail($post) method validatedParams (line 109) | private function validatedParams() FILE: app/code/Magento/Contact/Helper/Data.php class Data (line 21) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 52) | public function __construct( method isEnabled (line 68) | public function isEnabled() method getUserName (line 81) | public function getUserName() method getUserEmail (line 99) | public function getUserEmail() method getPostValue (line 118) | public function getPostValue($key) method getDataPersistor (line 137) | private function getDataPersistor() FILE: app/code/Magento/Contact/Model/Config.php class Config (line 14) | class Config implements ConfigInterface method __construct (line 24) | public function __construct(ScopeConfigInterface $scopeConfig) method isEnabled (line 32) | public function isEnabled() method emailTemplate (line 43) | public function emailTemplate() method emailSender (line 54) | public function emailSender() method emailRecipient (line 65) | public function emailRecipient() FILE: app/code/Magento/Contact/Model/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method isEnabled (line 42) | public function isEnabled(); method emailTemplate (line 50) | public function emailTemplate(); method emailSender (line 58) | public function emailSender(); method emailRecipient (line 66) | public function emailRecipient(); FILE: app/code/Magento/Contact/Model/Mail.php class Mail (line 14) | class Mail implements MailInterface method __construct (line 44) | public function __construct( method send (line 63) | public function send($replyTo, array $variables) FILE: app/code/Magento/Contact/Model/MailInterface.php type MailInterface (line 14) | interface MailInterface method send (line 24) | public function send($replyTo, array $variables); FILE: app/code/Magento/Contact/Model/System/Config/Backend/Links.php class Links (line 13) | class Links extends Cache implements \Magento\Framework\DataObject\Ident... method getIdentities (line 27) | public function getIdentities() FILE: app/code/Magento/Contact/Test/Unit/Block/ContactFormTest.php class ContactFormTest (line 11) | class ContactFormTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testScope (line 54) | public function testScope() method testGetFormAction (line 62) | public function testGetFormAction() FILE: app/code/Magento/Contact/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 12) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 78) | public function testExecute() FILE: app/code/Magento/Contact/Test/Unit/Controller/Index/PostTest.php class PostTest (line 16) | class PostTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecuteEmptyPost (line 129) | public function testExecuteEmptyPost() method testExecutePostValidation (line 140) | public function testExecutePostValidation($postData, $exceptionExpected) method postDataProvider (line 158) | public function postDataProvider() method testExecuteValidPost (line 173) | public function testExecuteValidPost() method stubRequestPostData (line 189) | private function stubRequestPostData($post) FILE: app/code/Magento/Contact/Test/Unit/Controller/IndexTest.php class IndexTest (line 13) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testDispatch (line 67) | public function testDispatch() FILE: app/code/Magento/Contact/Test/Unit/Controller/Stub/IndexStub.php class IndexStub (line 9) | class IndexStub extends \Magento\Contact\Controller\Index method execute (line 14) | public function execute() FILE: app/code/Magento/Contact/Test/Unit/Helper/DataTest.php class DataTest (line 9) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testIsEnabled (line 59) | public function testIsEnabled() method testIsNotEnabled (line 68) | public function testIsNotEnabled() method testGetUserNameNotLoggedIn (line 77) | public function testGetUserNameNotLoggedIn() method testGetUserName (line 86) | public function testGetUserName() method testGetUserEmailNotLoggedIn (line 106) | public function testGetUserEmailNotLoggedIn() method testGetUserEmail (line 115) | public function testGetUserEmail() method testGetPostValue (line 133) | public function testGetPostValue() FILE: app/code/Magento/Contact/Test/Unit/Model/MailTest.php class MailTest (line 14) | class MailTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testSendMail (line 70) | public function testSendMail() FILE: app/code/Magento/Contact/Test/Unit/Model/System/Config/Backend/LinksTest.php class LinksTest (line 10) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetIdentities (line 24) | public function testGetIdentities() FILE: app/code/Magento/Cookie/Block/DataProviders/SessionConfig.php class SessionConfig (line 16) | class SessionConfig implements ArgumentInterface method __construct (line 30) | public function __construct( method getCookieSecure (line 41) | public function getCookieSecure() FILE: app/code/Magento/Cookie/Block/Html/Notices.php class Notices (line 16) | class Notices extends \Magento\Framework\View\Element\Template method getPrivacyPolicyLink (line 24) | public function getPrivacyPolicyLink() FILE: app/code/Magento/Cookie/Block/RequireCookie.php class RequireCookie (line 23) | class RequireCookie extends \Magento\Framework\View\Element\Template method getScriptOptions (line 30) | public function getScriptOptions() FILE: app/code/Magento/Cookie/Controller/Index/NoCookies.php class NoCookies (line 9) | class NoCookies extends \Magento\Framework\App\Action\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Cookie/Helper/Cookie.php class Cookie (line 13) | class Cookie extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 48) | public function __construct( method isUserNotAllowSaveCookie (line 72) | public function isUserNotAllowSaveCookie() method isCookieRestrictionModeEnabled (line 85) | public function isCookieRestrictionModeEnabled() method getAcceptedSaveCookiesWebsiteIds (line 99) | public function getAcceptedSaveCookiesWebsiteIds() method _getAcceptedSaveCookiesWebsites (line 111) | protected function _getAcceptedSaveCookiesWebsites() method getCookieRestrictionLifetime (line 126) | public function getCookieRestrictionLifetime() FILE: app/code/Magento/Cookie/Model/Config/Backend/Cookie.php class Cookie (line 12) | class Cookie extends \Magento\Framework\App\Config\Value FILE: app/code/Magento/Cookie/Model/Config/Backend/Domain.php class Domain (line 11) | class Domain extends \Magento\Framework\App\Config\Value method __construct (line 29) | public function __construct( method beforeSave (line 49) | public function beforeSave() FILE: app/code/Magento/Cookie/Model/Config/Backend/Lifetime.php class Lifetime (line 11) | class Lifetime extends \Magento\Framework\App\Config\Value method __construct (line 29) | public function __construct( method beforeSave (line 49) | public function beforeSave() FILE: app/code/Magento/Cookie/Model/Config/Backend/Path.php class Path (line 11) | class Path extends \Magento\Framework\App\Config\Value method __construct (line 29) | public function __construct( method beforeSave (line 49) | public function beforeSave() FILE: app/code/Magento/Cookie/Test/Unit/Block/RequireCookieTest.php class RequireCookieTest (line 18) | class RequireCookieTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetScriptOptionsWhenRedirectToCmsIsYes (line 61) | public function testGetScriptOptionsWhenRedirectToCmsIsYes() method testGetScriptOptionsWhenRedirectToCmsIsNo (line 89) | public function testGetScriptOptionsWhenRedirectToCmsIsNo() FILE: app/code/Magento/Cookie/Test/Unit/Controller/Index/NoCookiesTest.php class NoCookiesTest (line 10) | class NoCookiesTest extends \PHPUnit\Framework\TestCase method setup (line 46) | public function setup() method testExecuteRedirectUrl (line 72) | public function testExecuteRedirectUrl() method testExecuteRedirectPath (line 101) | public function testExecuteRedirectPath() method testExecuteDefault (line 132) | public function testExecuteDefault() FILE: app/code/Magento/Cookie/Test/Unit/Helper/CookieTest.php class CookieTest (line 8) | class CookieTest extends \PHPUnit\Framework\TestCase method testIsUserNotAllowSaveCookie (line 25) | public function testIsUserNotAllowSaveCookie() method testGetAcceptedSaveCookiesWebsiteIds (line 46) | public function testGetAcceptedSaveCookiesWebsiteIds() method testGetCookieRestrictionLifetime (line 52) | public function testGetCookieRestrictionLifetime() method _initMock (line 85) | protected function _initMock() method _getStoreStub (line 108) | protected function _getStoreStub() method _getConfigStub (line 119) | protected function _getConfigStub() method _getCookieStub (line 138) | protected function _getCookieStub($cookieString = []) method _getWebsiteStub (line 153) | protected function _getWebsiteStub() method getConfigMethodStub (line 169) | public function getConfigMethodStub($hashName) FILE: app/code/Magento/Cookie/Test/Unit/Model/Config/Backend/DomainTest.php class DomainTest (line 14) | class DomainTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testBeforeSave (line 74) | public function testBeforeSave($value, $isValid, $callNum, $callGetMes... method beforeSaveDataProvider (line 100) | public function beforeSaveDataProvider() FILE: app/code/Magento/Cookie/Test/Unit/Model/Config/Backend/LifetimeTest.php class LifetimeTest (line 14) | class LifetimeTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSaveException (line 51) | public function testBeforeSaveException() method testBeforeSaveNoException (line 73) | public function testBeforeSaveNoException() method testBeforeEmptyString (line 91) | public function testBeforeEmptyString() FILE: app/code/Magento/Cookie/Test/Unit/Model/Config/Backend/PathTest.php class PathTest (line 14) | class PathTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSaveException (line 52) | public function testBeforeSaveException() method testBeforeSaveNoException (line 70) | public function testBeforeSaveNoException() method testBeforeSaveEmptyString (line 88) | public function testBeforeSaveEmptyString() FILE: app/code/Magento/Cookie/view/base/web/js/jquery.storageapi.extended.js function _extend (line 18) | function _extend(storage) { FILE: app/code/Magento/Cron/Console/Command/CronCommand.php class CronCommand (line 25) | class CronCommand extends Command method __construct (line 50) | public function __construct( method configure (line 64) | protected function configure() method execute (line 91) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Cron/Console/Command/CronInstallCommand.php class CronInstallCommand (line 22) | class CronInstallCommand extends Command method __construct (line 41) | public function __construct( method configure (line 54) | protected function configure() method execute (line 74) | protected function execute(InputInterface $input, OutputInterface $out... method extractNonOptionalTasks (line 104) | private function extractNonOptionalTasks(array $tasks = []): array FILE: app/code/Magento/Cron/Console/Command/CronRemoveCommand.php class CronRemoveCommand (line 18) | class CronRemoveCommand extends Command method __construct (line 28) | public function __construct(CrontabManagerInterface $crontabManager) method configure (line 38) | protected function configure() method execute (line 49) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Cron/Model/Backend/Config/Structure/Converter.php class Converter (line 8) | class Converter method __construct (line 18) | public function __construct(\Magento\Cron\Model\Groups\Config\Data $gr... method afterConvert (line 33) | public function afterConvert(\Magento\Config\Model\Config\Structure\Co... FILE: app/code/Magento/Cron/Model/Config.php class Config (line 11) | class Config implements \Magento\Cron\Model\ConfigInterface method __construct (line 25) | public function __construct(\Magento\Cron\Model\Config\Data $configData) method getJobs (line 35) | public function getJobs() FILE: app/code/Magento/Cron/Model/Config/Backend/Product/Alert.php class Alert (line 17) | class Alert extends \Magento\Framework\App\Config\Value method __construct (line 50) | public function __construct( method afterSave (line 72) | public function afterSave() FILE: app/code/Magento/Cron/Model/Config/Backend/Sitemap.php class Sitemap (line 17) | class Sitemap extends \Magento\Framework\App\Config\Value method __construct (line 50) | public function __construct( method afterSave (line 72) | public function afterSave() FILE: app/code/Magento/Cron/Model/Config/Converter/Db.php class Db (line 11) | class Db implements \Magento\Framework\Config\ConverterInterface method convert (line 19) | public function convert($source) method _extractParams (line 35) | protected function _extractParams(array $cronTab) method _processConfigParam (line 62) | protected function _processConfigParam(array $jobConfig, $jobName, arr... method _processScheduleParam (line 77) | protected function _processScheduleParam(array $jobConfig, $jobName, a... method _processRunModel (line 92) | protected function _processRunModel(array $jobConfig, $jobName, array ... FILE: app/code/Magento/Cron/Model/Config/Converter/Xml.php class Xml (line 11) | class Xml implements \Magento\Framework\Config\ConverterInterface method convert (line 20) | public function convert($source) method convertCronConfig (line 63) | protected function convertCronConfig(\DOMElement $jobConfig) method convertCronSchedule (line 84) | protected function convertCronSchedule(\DOMElement $jobConfig) method convertCronConfigPath (line 107) | protected function convertCronConfigPath(\DOMElement $jobConfig) FILE: app/code/Magento/Cron/Model/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 24) | public function __construct( method getJobs (line 40) | public function getJobs() FILE: app/code/Magento/Cron/Model/Config/Reader/Db.php class Db (line 13) | class Db method __construct (line 38) | public function __construct( method get (line 51) | public function get() FILE: app/code/Magento/Cron/Model/Config/Reader/Xml.php class Xml (line 11) | class Xml extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 30) | public function __construct( FILE: app/code/Magento/Cron/Model/Config/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 32) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 42) | public function getSchema() method getPerFileSchema (line 52) | public function getPerFileSchema() FILE: app/code/Magento/Cron/Model/Config/Source/Frequency.php class Frequency (line 8) | class Frequency implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 24) | public function toOptionArray() FILE: app/code/Magento/Cron/Model/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getJobs (line 21) | public function getJobs(); FILE: app/code/Magento/Cron/Model/Groups/Config/Converter/Xml.php class Xml (line 11) | class Xml implements \Magento\Framework\Config\ConverterInterface method convert (line 20) | public function convert($source) FILE: app/code/Magento/Cron/Model/Groups/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 23) | public function __construct( method getByGroupId (line 38) | public function getByGroupId($groupId) FILE: app/code/Magento/Cron/Model/Groups/Config/Reader/Xml.php class Xml (line 11) | class Xml extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 30) | public function __construct( FILE: app/code/Magento/Cron/Model/Groups/Config/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 32) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 43) | public function getSchema() method getPerFileSchema (line 53) | public function getPerFileSchema() FILE: app/code/Magento/Cron/Model/ResourceModel/Schedule.php class Schedule (line 14) | class Schedule extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | public function _construct() method trySetJobStatusAtomic (line 37) | public function trySetJobStatusAtomic($scheduleId, $newStatus, $curren... method trySetJobUniqueStatusAtomic (line 65) | public function trySetJobUniqueStatusAtomic($scheduleId, $newStatus, $... FILE: app/code/Magento/Cron/Model/ResourceModel/Schedule/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | public function _construct() FILE: app/code/Magento/Cron/Model/Schedule.php class Schedule (line 37) | class Schedule extends \Magento\Framework\Model\AbstractModel method __construct (line 68) | public function __construct( method _construct (line 85) | public function _construct() method setCronExpr (line 97) | public function setCronExpr($expr) method trySchedule (line 115) | public function trySchedule() method matchCronExpression (line 151) | public function matchCronExpression($expr, $num) method getNumeric (line 215) | public function getNumeric($value) method tryLockJob (line 262) | public function tryLockJob() FILE: app/code/Magento/Cron/Model/System/Config/Initial/Converter.php class Converter (line 8) | class Converter method __construct (line 18) | public function __construct(\Magento\Cron\Model\Groups\Config\Data $gr... method afterConvert (line 32) | public function afterConvert(\Magento\Framework\App\Config\Initial\Con... FILE: app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php class ProcessCronQueueObserver (line 23) | class ProcessCronQueueObserver implements ObserverInterface method __construct (line 163) | public function __construct( method execute (line 204) | public function execute(\Magento\Framework\Event\Observer $observer) method lockGroup (line 257) | private function lockGroup($groupId, callable $callback) method _runJob (line 286) | protected function _runJob($scheduledTime, $currentTime, $jobConfig, $... method startProfiling (line 364) | private function startProfiling() method stopProfiling (line 375) | private function stopProfiling() method getProfilingStat (line 385) | private function getProfilingStat() method getPendingSchedules (line 398) | private function getPendingSchedules($groupId) method getNonExitedSchedules (line 413) | private function getNonExitedSchedules($groupId) method generateSchedules (line 435) | private function generateSchedules($groupId) method _generateJobs (line 486) | protected function _generateJobs($jobs, $exists, $groupId) method cleanupJobs (line 506) | private function cleanupJobs($groupId, $currentTime) method getConfigSchedule (line 559) | protected function getConfigSchedule($jobConfig) method saveSchedule (line 578) | protected function saveSchedule($jobCode, $cronExpression, $timeInterv... method createSchedule (line 611) | protected function createSchedule($jobCode, $cronExpression, $time) method getScheduleTimeInterval (line 629) | protected function getScheduleTimeInterval($groupId) method cleanupDisabledJobs (line 645) | private function cleanupDisabledJobs($groupId) method getCronExpression (line 676) | private function getCronExpression($jobConfig) method cleanupScheduleMismatches (line 698) | private function cleanupScheduleMismatches() method getCronGroupConfigurationValue (line 722) | private function getCronGroupConfigurationValue($groupId, $path) method isGroupInFilter (line 736) | private function isGroupInFilter($groupId): bool method processPendingJobs (line 749) | private function processPendingJobs($groupId, $jobsRoot, $currentTime) method processError (line 790) | private function processError(\Magento\Cron\Model\Schedule $schedule, ... FILE: app/code/Magento/Cron/Setup/Recurring.php class Recurring (line 17) | class Recurring implements InstallSchemaInterface method __construct (line 28) | public function __construct( method install (line 37) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/Cron/Test/Unit/Console/Command/CronCommandTest.php class CronCommandTest (line 14) | class CronCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testExecuteWithDisabledCrons (line 37) | public function testExecuteWithDisabledCrons() method testExecute (line 58) | public function testExecute() FILE: app/code/Magento/Cron/Test/Unit/Console/Command/CronInstallCommandTest.php class CronInstallCommandTest (line 16) | class CronInstallCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testExecuteAlreadyInstalled (line 51) | public function testExecuteAlreadyInstalled() method testExecuteWithException (line 70) | public function testExecuteWithException() method testExecute (line 96) | public function testExecute($existingTasks, $options) method executeDataProvider (line 119) | public function executeDataProvider() FILE: app/code/Magento/Cron/Test/Unit/Console/Command/CronRemoveCommandTest.php class CronRemoveCommandTest (line 15) | class CronRemoveCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 43) | public function testExecute() method testExecuteFailed (line 59) | public function testExecuteFailed() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/Converter/DbTest.php class DbTest (line 8) | class DbTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testConvertNoJobs (line 26) | public function testConvertNoJobs() method testConvertConfigParams (line 36) | public function testConvertConfigParams() method testConvertRunConfig (line 90) | public function testConvertRunConfig() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/Converter/XmlTest.php class XmlTest (line 8) | class XmlTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testConvertWrongIncomingData (line 26) | public function testConvertWrongIncomingData() method testConvertNoElements (line 35) | public function testConvertNoElements() method testConvert (line 44) | public function testConvert() method testConvertWrongConfiguration (line 82) | public function testConvertWrongConfiguration() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method testGetJobs (line 13) | public function testGetJobs() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/Reader/DbTest.php class DbTest (line 16) | class DbTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGet (line 48) | public function testGet() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/Reader/XmlTest.php class XmlTest (line 8) | class XmlTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testInstanceof (line 38) | public function testInstanceof() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetSchema (line 44) | public function testGetSchema() FILE: app/code/Magento/Cron/Test/Unit/Model/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testValidXmlFile (line 28) | public function testValidXmlFile($xmlFile) method validXmlFileDataProvider (line 41) | public function validXmlFileDataProvider() method testInvalidXmlFile (line 51) | public function testInvalidXmlFile($xmlFile, $expectedErrors) method invalidXmlFileDataProvider (line 66) | public function invalidXmlFileDataProvider() FILE: app/code/Magento/Cron/Test/Unit/Model/ConfigTest.php class ConfigTest (line 11) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetJobs (line 37) | public function testGetJobs() FILE: app/code/Magento/Cron/Test/Unit/Model/CronJobException.php class CronJobException (line 13) | class CronJobException method __construct (line 23) | public function __construct(\Throwable $exception = null) method execute (line 31) | public function execute() FILE: app/code/Magento/Cron/Test/Unit/Model/Groups/Config/Converter/XmlTest.php class XmlTest (line 8) | class XmlTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Cron/Test/Unit/Model/ScheduleTest.php class ScheduleTest (line 17) | class ScheduleTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testSetCronExpr (line 73) | public function testSetCronExpr($cronExpression, $expected): void method setCronExprDataProvider (line 95) | public function setCronExprDataProvider(): array method testSetCronExprException (line 163) | public function testSetCronExprException($cronExpression): void method setCronExprExceptionDataProvider (line 181) | public function setCronExprExceptionDataProvider(): array method testTrySchedule (line 202) | public function testTrySchedule($scheduledAt, $cronExprArr, $expected)... method testTryScheduleWithConversionToAdminStoreTime (line 236) | public function testTryScheduleWithConversionToAdminStoreTime(): void method tryScheduleDataProvider (line 272) | public function tryScheduleDataProvider(): array method testMatchCronExpression (line 303) | public function testMatchCronExpression($cronExpressionPart, $dateTime... method matchCronExpressionDataProvider (line 321) | public function matchCronExpressionDataProvider(): array method testMatchCronExpressionException (line 366) | public function testMatchCronExpressionException($cronExpressionPart):... method matchCronExpressionExceptionDataProvider (line 383) | public function matchCronExpressionExceptionDataProvider(): array method testGetNumeric (line 402) | public function testGetNumeric($param, $expectedResult): void method getNumericDataProvider (line 420) | public function getNumericDataProvider(): array method testTryLockJobSuccess (line 450) | public function testTryLockJobSuccess(): void method testTryLockJobFailure (line 479) | public function testTryLockJobFailure(): void FILE: app/code/Magento/Cron/Test/Unit/Model/System/Config/Initial/ConverterTest.php class ConverterTest (line 19) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testAfterConvertWithNoData (line 51) | public function testAfterConvertWithNoData() method testAfterConvertWithData (line 65) | public function testAfterConvertWithData() FILE: app/code/Magento/Cron/Test/Unit/Observer/ProcessCronQueueObserverTest.php class ProcessCronQueueObserverTest (line 18) | class ProcessCronQueueObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 106) | protected function setUp() method testDispatchNoJobConfig (line 205) | public function testDispatchNoJobConfig() method testDispatchCanNotLock (line 242) | public function testDispatchCanNotLock() method testDispatchExceptionTooLate (line 287) | public function testDispatchExceptionTooLate() method testDispatchExceptionNoCallback (line 356) | public function testDispatchExceptionNoCallback() method testDispatchExceptionInCallback (line 420) | public function testDispatchExceptionInCallback( method dispatchExceptionInCallbackDataProvider (line 482) | public function dispatchExceptionInCallbackDataProvider() method testDispatchRunJob (line 519) | public function testDispatchRunJob() method testDispatchNotGenerate (line 600) | public function testDispatchNotGenerate() method testDispatchGenerate (line 665) | public function testDispatchGenerate() method testDispatchCleanup (line 746) | public function testDispatchCleanup() method testMissedJobsCleanedInTime (line 795) | public function testMissedJobsCleanedInTime() FILE: app/code/Magento/Csp/Api/CspAwareActionInterface.php type CspAwareActionInterface (line 15) | interface CspAwareActionInterface extends ActionInterface method modifyCsp (line 26) | public function modifyCsp(array $appliedPolicies): array; FILE: app/code/Magento/Csp/Api/CspRendererInterface.php type CspRendererInterface (line 15) | interface CspRendererInterface method render (line 23) | public function render(HttpResponse $response): void; FILE: app/code/Magento/Csp/Api/Data/ModeConfiguredInterface.php type ModeConfiguredInterface (line 13) | interface ModeConfiguredInterface method isReportOnly (line 22) | public function isReportOnly(): bool; method getReportUri (line 31) | public function getReportUri(): ?string; FILE: app/code/Magento/Csp/Api/Data/PolicyInterface.php type PolicyInterface (line 15) | interface PolicyInterface method getId (line 22) | public function getId(): string; method getValue (line 29) | public function getValue(): string; FILE: app/code/Magento/Csp/Api/InlineUtilInterface.php type InlineUtilInterface (line 15) | interface InlineUtilInterface method renderTag (line 28) | public function renderTag(string $tagName, array $attributes, ?string ... method renderEventListener (line 39) | public function renderEventListener(string $eventName, string $javascr... FILE: app/code/Magento/Csp/Api/ModeConfigManagerInterface.php type ModeConfigManagerInterface (line 17) | interface ModeConfigManagerInterface method getConfigured (line 25) | public function getConfigured(): ModeConfiguredInterface; FILE: app/code/Magento/Csp/Api/PolicyCollectorInterface.php type PolicyCollectorInterface (line 15) | interface PolicyCollectorInterface method collect (line 27) | public function collect(array $defaultPolicies = []): array; FILE: app/code/Magento/Csp/Api/PolicyRendererInterface.php type PolicyRendererInterface (line 18) | interface PolicyRendererInterface method render (line 27) | public function render(PolicyInterface $policy, HttpResponse $response... method canRender (line 35) | public function canRender(PolicyInterface $policy): bool; FILE: app/code/Magento/Csp/Helper/InlineUtil.php class InlineUtil (line 19) | class InlineUtil implements InlineUtilInterface method __construct (line 52) | public function __construct(DynamicCollector $dynamicCollector, bool $... method generateHashValue (line 64) | private function generateHashValue(string $content): array method extractHost (line 75) | private function extractHost(string $url): ?string method extractRemoteFonts (line 95) | private function extractRemoteFonts(string $styleContent): array method extractRemoteHosts (line 115) | private function extractRemoteHosts(string $tag, array $attributes, ?s... method render (line 140) | private function render(string $tag, array $attributes, ?string $conte... method renderTag (line 158) | public function renderTag(string $tagName, array $attributes, ?string ... method renderEventListener (line 189) | public function renderEventListener(string $eventName, string $javascr... FILE: app/code/Magento/Csp/Model/Collector/Config/FetchPolicyReader.php class FetchPolicyReader (line 16) | class FetchPolicyReader implements PolicyReaderInterface method read (line 21) | public function read(string $id, $value): PolicyInterface method canRead (line 41) | public function canRead(string $id): bool FILE: app/code/Magento/Csp/Model/Collector/Config/FlagPolicyReader.php class FlagPolicyReader (line 16) | class FlagPolicyReader implements PolicyReaderInterface method read (line 21) | public function read(string $id, $value): PolicyInterface method canRead (line 29) | public function canRead(string $id): bool FILE: app/code/Magento/Csp/Model/Collector/Config/PluginTypesPolicyReader.php class PluginTypesPolicyReader (line 16) | class PluginTypesPolicyReader implements PolicyReaderInterface method read (line 21) | public function read(string $id, $value): PolicyInterface method canRead (line 29) | public function canRead(string $id): bool FILE: app/code/Magento/Csp/Model/Collector/Config/PolicyReaderInterface.php type PolicyReaderInterface (line 15) | interface PolicyReaderInterface method read (line 24) | public function read(string $id, $value): PolicyInterface; method canRead (line 32) | public function canRead(string $id): bool; FILE: app/code/Magento/Csp/Model/Collector/Config/PolicyReaderPool.php class PolicyReaderPool (line 13) | class PolicyReaderPool method __construct (line 23) | public function __construct(array $readers) method getReader (line 35) | public function getReader(string $id): PolicyReaderInterface FILE: app/code/Magento/Csp/Model/Collector/Config/SandboxPolicyReader.php class SandboxPolicyReader (line 16) | class SandboxPolicyReader implements PolicyReaderInterface method read (line 21) | public function read(string $id, $value): PolicyInterface method canRead (line 41) | public function canRead(string $id): bool FILE: app/code/Magento/Csp/Model/Collector/ConfigCollector.php class ConfigCollector (line 21) | class ConfigCollector implements PolicyCollectorInterface method __construct (line 49) | public function __construct( method collect (line 64) | public function collect(array $defaultPolicies = []): array FILE: app/code/Magento/Csp/Model/Collector/ControllerCollector.php class ControllerCollector (line 16) | class ControllerCollector implements PolicyCollectorInterface method setCurrentActionInstance (line 29) | public function setCurrentActionInstance(CspAwareActionInterface $cspA... method collect (line 37) | public function collect(array $defaultPolicies = []): array FILE: app/code/Magento/Csp/Model/Collector/CspWhitelistXml/Converter.php class Converter (line 16) | class Converter implements ConverterInterface method convert (line 21) | public function convert($source) FILE: app/code/Magento/Csp/Model/Collector/CspWhitelistXml/Reader.php class Reader (line 16) | class Reader extends Filesystem FILE: app/code/Magento/Csp/Model/Collector/CspWhitelistXml/SchemaLocator.php class SchemaLocator (line 18) | class SchemaLocator implements SchemaLocatorInterface method __construct (line 30) | public function __construct(Reader $moduleReader) method getSchema (line 39) | public function getSchema() method getPerFileSchema (line 47) | public function getPerFileSchema() FILE: app/code/Magento/Csp/Model/Collector/CspWhitelistXmlCollector.php class CspWhitelistXmlCollector (line 18) | class CspWhitelistXmlCollector implements PolicyCollectorInterface method __construct (line 28) | public function __construct(ConfigReader $configReader) method collect (line 36) | public function collect(array $defaultPolicies = []): array FILE: app/code/Magento/Csp/Model/Collector/DynamicCollector.php class DynamicCollector (line 16) | class DynamicCollector implements PolicyCollectorInterface method add (line 29) | public function add(PolicyInterface $policy): void method collect (line 37) | public function collect(array $defaultPolicies = []): array FILE: app/code/Magento/Csp/Model/Collector/FetchPolicyMerger.php class FetchPolicyMerger (line 16) | class FetchPolicyMerger implements MergerInterface method merge (line 21) | public function merge(PolicyInterface $policy1, PolicyInterface $polic... method canMerge (line 43) | public function canMerge(PolicyInterface $policy1, PolicyInterface $po... FILE: app/code/Magento/Csp/Model/Collector/FlagPolicyMerger.php class FlagPolicyMerger (line 16) | class FlagPolicyMerger implements MergerInterface method merge (line 21) | public function merge(PolicyInterface $policy1, PolicyInterface $polic... method canMerge (line 29) | public function canMerge(PolicyInterface $policy1, PolicyInterface $po... FILE: app/code/Magento/Csp/Model/Collector/MergerInterface.php type MergerInterface (line 15) | interface MergerInterface method merge (line 24) | public function merge(PolicyInterface $policy1, PolicyInterface $polic... method canMerge (line 33) | public function canMerge(PolicyInterface $policy1, PolicyInterface $po... FILE: app/code/Magento/Csp/Model/Collector/PluginTypesPolicyMerger.php class PluginTypesPolicyMerger (line 16) | class PluginTypesPolicyMerger implements MergerInterface method merge (line 21) | public function merge(PolicyInterface $policy1, PolicyInterface $polic... method canMerge (line 31) | public function canMerge(PolicyInterface $policy1, PolicyInterface $po... FILE: app/code/Magento/Csp/Model/Collector/SandboxPolicyMerger.php class SandboxPolicyMerger (line 16) | class SandboxPolicyMerger implements MergerInterface method merge (line 22) | public function merge(PolicyInterface $policy1, PolicyInterface $polic... method canMerge (line 44) | public function canMerge(PolicyInterface $policy1, PolicyInterface $po... FILE: app/code/Magento/Csp/Model/CompositePolicyCollector.php class CompositePolicyCollector (line 17) | class CompositePolicyCollector implements PolicyCollectorInterface method __construct (line 33) | public function __construct(array $collectors, array $mergers) method merge (line 47) | private function merge(array $collected): array method collect (line 73) | public function collect(array $defaultPolicies = []): array FILE: app/code/Magento/Csp/Model/CspRenderer.php class CspRenderer (line 17) | class CspRenderer implements CspRendererInterface method __construct (line 33) | public function __construct(PolicyRendererPool $rendererPool, PolicyCo... method render (line 42) | public function render(HttpResponse $response): void FILE: app/code/Magento/Csp/Model/Mode/ConfigManager.php class ConfigManager (line 22) | class ConfigManager implements ModeConfigManagerInterface method __construct (line 44) | public function __construct(ScopeConfigInterface $config, Store $store... method getConfigured (line 54) | public function getConfigured(): ModeConfiguredInterface FILE: app/code/Magento/Csp/Model/Mode/Data/ModeConfigured.php class ModeConfigured (line 15) | class ModeConfigured implements ModeConfiguredInterface method __construct (line 31) | public function __construct(bool $reportOnly, ?string $reportUri) method isReportOnly (line 40) | public function isReportOnly(): bool method getReportUri (line 48) | public function getReportUri(): ?string FILE: app/code/Magento/Csp/Model/Policy/FetchPolicy.php class FetchPolicy (line 13) | class FetchPolicy implements SimplePolicyInterface method __construct (line 104) | public function __construct( method getId (line 133) | public function getId(): string method getHostSources (line 143) | public function getHostSources(): array method getSchemeSources (line 153) | public function getSchemeSources(): array method isSelfAllowed (line 163) | public function isSelfAllowed(): bool method isInlineAllowed (line 173) | public function isInlineAllowed(): bool method isEvalAllowed (line 185) | public function isEvalAllowed(): bool method isNoneAllowed (line 195) | public function isNoneAllowed(): bool method getValue (line 205) | public function getValue(): string method getNonceValues (line 247) | public function getNonceValues(): array method getHashes (line 259) | public function getHashes(): array method isDynamicAllowed (line 269) | public function isDynamicAllowed(): bool method areEventHandlersAllowed (line 279) | public function areEventHandlersAllowed(): bool FILE: app/code/Magento/Csp/Model/Policy/FlagPolicy.php class FlagPolicy (line 13) | class FlagPolicy implements SimplePolicyInterface method __construct (line 28) | public function __construct(string $id) method getId (line 36) | public function getId(): string method getValue (line 44) | public function getValue(): string FILE: app/code/Magento/Csp/Model/Policy/PluginTypesPolicy.php class PluginTypesPolicy (line 13) | class PluginTypesPolicy implements SimplePolicyInterface method __construct (line 23) | public function __construct(array $types) method getId (line 34) | public function getId(): string method getValue (line 42) | public function getValue(): string method getTypes (line 55) | public function getTypes(): array FILE: app/code/Magento/Csp/Model/Policy/Renderer/SimplePolicyHeaderRenderer.php class SimplePolicyHeaderRenderer (line 20) | class SimplePolicyHeaderRenderer implements PolicyRendererInterface method __construct (line 30) | public function __construct(ModeConfigManagerInterface $modeConfig) method render (line 38) | public function render(PolicyInterface $policy, HttpResponse $response... method canRender (line 66) | public function canRender(PolicyInterface $policy): bool FILE: app/code/Magento/Csp/Model/Policy/SandboxPolicy.php class SandboxPolicy (line 15) | class SandboxPolicy implements SimplePolicyInterface method __construct (line 86) | public function __construct( method isFormAllowed (line 117) | public function isFormAllowed(): bool method isModalsAllowed (line 127) | public function isModalsAllowed(): bool method isOrientationLockAllowed (line 137) | public function isOrientationLockAllowed(): bool method isPointerLockAllowed (line 147) | public function isPointerLockAllowed(): bool method isPopupsAllowed (line 157) | public function isPopupsAllowed(): bool method isPopupsToEscapeSandboxAllowed (line 167) | public function isPopupsToEscapeSandboxAllowed(): bool method isPresentationAllowed (line 177) | public function isPresentationAllowed(): bool method isSameOriginAllowed (line 187) | public function isSameOriginAllowed(): bool method isScriptsAllowed (line 197) | public function isScriptsAllowed(): bool method isTopNavigationAllowed (line 207) | public function isTopNavigationAllowed(): bool method isTopNavigationByUserActivationAllowed (line 217) | public function isTopNavigationByUserActivationAllowed(): bool method getId (line 225) | public function getId(): string method getValue (line 235) | public function getValue(): string FILE: app/code/Magento/Csp/Model/Policy/SimplePolicyInterface.php type SimplePolicyInterface (line 15) | interface SimplePolicyInterface extends PolicyInterface FILE: app/code/Magento/Csp/Model/PolicyRendererPool.php class PolicyRendererPool (line 16) | class PolicyRendererPool method __construct (line 26) | public function __construct(array $renderers) method getRenderer (line 38) | public function getRenderer(PolicyInterface $forPolicy): PolicyRendere... FILE: app/code/Magento/Csp/Observer/Render.php class Render (line 18) | class Render implements ObserverInterface method __construct (line 28) | public function __construct(CspRendererInterface $cspRenderer) method execute (line 36) | public function execute(Observer $observer) FILE: app/code/Magento/Csp/Plugin/CspAwareControllerPlugin.php class CspAwareControllerPlugin (line 18) | class CspAwareControllerPlugin method __construct (line 28) | public function __construct(ControllerCollector $collector) method afterMatch (line 41) | public function afterMatch(RouterInterface $router, $matched) FILE: app/code/Magento/Csp/Plugin/TemplateRenderingPlugin.php class TemplateRenderingPlugin (line 17) | class TemplateRenderingPlugin method __construct (line 27) | public function __construct(InlineUtilInterface $util) method beforeRender (line 42) | public function beforeRender(Php $renderer, BlockInterface $block, $fi... FILE: app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency.php class Currency (line 18) | class Currency extends \Magento\Backend\Block\Template method _prepareLayout (line 30) | protected function _prepareLayout() method getHeader (line 80) | public function getHeader() method getSaveButtonHtml (line 91) | public function getSaveButtonHtml() method getResetButtonHtml (line 102) | public function getResetButtonHtml() method getImportButtonHtml (line 113) | public function getImportButtonHtml() method getServicesHtml (line 124) | public function getServicesHtml() method getRatesMatrixHtml (line 135) | public function getRatesMatrixHtml() method getImportFormAction (line 146) | public function getImportFormAction() FILE: app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency/Rate/Matrix.php class Matrix (line 17) | class Matrix extends \Magento\Backend\Block\Template method __construct (line 34) | public function __construct( method _prepareLayout (line 48) | protected function _prepareLayout() method getRatesFormAction (line 91) | public function getRatesFormAction() method _prepareRates (line 102) | protected function _prepareRates($array) FILE: app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency/Rate/Services.php class Services (line 14) | class Services extends \Magento\Backend\Block\Template method __construct (line 31) | public function __construct( method _prepareLayout (line 45) | protected function _prepareLayout() FILE: app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currencysymbol.php class Currencysymbol (line 18) | class Currencysymbol extends \Magento\Backend\Block\Widget\Form method __construct (line 30) | public function __construct( method _construct (line 44) | protected function _construct() method _prepareLayout (line 62) | protected function _prepareLayout() method getHeader (line 85) | public function getHeader() method getFormActionUrl (line 96) | public function getFormActionUrl() method getWebsiteId (line 107) | public function getWebsiteId() method getStoreId (line 118) | public function getStoreId() method getCurrencySymbolsData (line 128) | public function getCurrencySymbolsData() method getInheritText (line 142) | public function getInheritText() FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency.php class Currency (line 18) | abstract class Currency extends \Magento\Backend\App\Action method __construct (line 38) | public function __construct(\Magento\Backend\App\Action\Context $conte... FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/FetchRates.php class FetchRates (line 28) | class FetchRates extends CurrencyAction implements HttpGetActionInterfac... method __construct (line 52) | public function __construct( method execute (line 71) | public function execute() FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/Index.php class Index (line 11) | class Index extends \Magento\CurrencySymbol\Controller\Adminhtml\System\... method execute (line 18) | public function execute() FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/SaveRates.php class SaveRates (line 14) | class SaveRates extends \Magento\CurrencySymbol\Controller\Adminhtml\Sys... method execute (line 21) | public function execute() FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol.php class Currencysymbol (line 18) | abstract class Currencysymbol extends \Magento\Backend\App\Action FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol/Index.php class Index (line 11) | class Index extends \Magento\CurrencySymbol\Controller\Adminhtml\System\... method execute (line 18) | public function execute() FILE: app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol/Save.php class Save (line 19) | class Save extends CurrencysymbolController implements HttpPostActionInt... method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/CurrencySymbol/Model/System/Currencysymbol.php class Currencysymbol (line 20) | class Currencysymbol method __construct (line 132) | public function __construct( method getCurrencySymbolsData (line 159) | public function getCurrencySymbolsData() method setCurrencySymbolsData (line 193) | public function setCurrencySymbolsData($symbols = []) method getCurrencySymbol (line 242) | public function getCurrencySymbol($code) method clearCache (line 257) | protected function clearCache() method _unserializeStoreConfig (line 273) | protected function _unserializeStoreConfig($configPath, $storeId = null) method getAllowedCurrencies (line 293) | protected function getAllowedCurrencies() FILE: app/code/Magento/CurrencySymbol/Observer/CurrencyDisplayOptions.php class CurrencyDisplayOptions (line 11) | class CurrencyDisplayOptions implements ObserverInterface method __construct (line 21) | public function __construct(\Magento\CurrencySymbol\Model\System\Curre... method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) method getCurrencyOptions (line 47) | protected function getCurrencyOptions($baseCode) FILE: app/code/Magento/CurrencySymbol/Setup/Patch/Data/ConvertSerializedCustomCurrencySymbolToJson.php class ConvertSerializedCustomCurrencySymbolToJson (line 22) | class ConvertSerializedCustomCurrencySymbolToJson implements DataPatchIn... method __construct (line 44) | public function __construct( method apply (line 57) | public function apply() method getDependencies (line 80) | public static function getDependencies() method getVersion (line 88) | public static function getVersion() method getAliases (line 96) | public function getAliases() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Block/Adminhtml/System/Currency/Rate/MatrixTest.php class MatrixTest (line 8) | class MatrixTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method tearDown (line 22) | protected function tearDown() method testPrepareLayout (line 27) | public function testPrepareLayout() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Block/Adminhtml/System/Currency/Rate/ServicesTest.php class ServicesTest (line 8) | class ServicesTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method tearDown (line 22) | protected function tearDown() method testPrepareLayout (line 27) | public function testPrepareLayout() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Block/Adminhtml/System/CurrencyTest.php class CurrencyTest (line 8) | class CurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method tearDown (line 22) | protected function tearDown() method testPrepareLayout (line 27) | public function testPrepareLayout() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Block/Adminhtml/System/CurrencysymbolTest.php class CurrencysymbolTest (line 8) | class CurrencysymbolTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method tearDown (line 22) | protected function tearDown() method testPrepareLayout (line 27) | public function testPrepareLayout() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/Currency/SaveRatesTest.php class SaveRatesTest (line 13) | class SaveRatesTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testWithNullRateExecute (line 56) | public function testWithNullRateExecute() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/Currencysymbol/IndexTest.php class IndexTest (line 13) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 95) | public function testExecute() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/Currencysymbol/SaveTest.php class SaveTest (line 26) | class SaveTest extends TestCase method setUp (line 76) | protected function setUp() method testExecute (line 112) | public function testExecute() FILE: app/code/Magento/CurrencySymbol/Test/Unit/Model/System/CurrencysymbolTest.php class CurrencysymbolTest (line 17) | class CurrencysymbolTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method tearDown (line 131) | protected function tearDown() method testGetCurrencySymbolData (line 136) | public function testGetCurrencySymbolData() method testSetCurrencySymbolData (line 160) | public function testSetCurrencySymbolData() method expectSaveOfCustomSymbols (line 183) | private function expectSaveOfCustomSymbols(array $configValue) method expectApplicationServiceMethodsCalls (line 207) | private function expectApplicationServiceMethodsCalls() method testGetCurrencySymbol (line 217) | public function testGetCurrencySymbol( method getCurrencySymbolDataProvider (line 242) | public function getCurrencySymbolDataProvider() method testGetCurrencySymbolWithNoSymbolsConfig (line 260) | public function testGetCurrencySymbolWithNoSymbolsConfig() method prepareMocksForGetCurrencySymbolsData (line 283) | protected function prepareMocksForGetCurrencySymbolsData( FILE: app/code/Magento/CurrencySymbol/Test/Unit/Observer/CurrencyDisplayOptionsTest.php class CurrencyDisplayOptionsTest (line 13) | class CurrencyDisplayOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testCurrencyDisplayOptionsEmpty (line 65) | public function testCurrencyDisplayOptionsEmpty() method testCurrencyDisplayOptions (line 83) | public function testCurrencyDisplayOptions() FILE: app/code/Magento/CurrencySymbol/view/adminhtml/web/js/symbols-form.js function toggleUseDefault (line 23) | function toggleUseDefault(code, value) { FILE: app/code/Magento/Customer/Api/AccountDelegationInterface.php type AccountDelegationInterface (line 16) | interface AccountDelegationInterface method createRedirectForNew (line 27) | public function createRedirectForNew( FILE: app/code/Magento/Customer/Api/AccountManagementInterface.php type AccountManagementInterface (line 17) | interface AccountManagementInterface method createAccount (line 37) | public function createAccount( method createAccountWithPasswordHash (line 56) | public function createAccountWithPasswordHash( method validate (line 69) | public function validate(\Magento\Customer\Api\Data\CustomerInterface ... method isReadonly (line 80) | public function isReadonly($customerId); method activate (line 90) | public function activate($email, $confirmationKey); method activateById (line 101) | public function activateById($customerId, $confirmationKey); method authenticate (line 111) | public function authenticate($email, $password); method changePassword (line 122) | public function changePassword($email, $currentPassword, $newPassword); method changePasswordById (line 133) | public function changePasswordById($customerId, $currentPassword, $new... method initiatePasswordReset (line 144) | public function initiatePasswordReset($email, $template, $websiteId = ... method resetPassword (line 158) | public function resetPassword($email, $resetToken, $newPassword); method validateResetPasswordLinkToken (line 174) | public function validateResetPasswordLinkToken($customerId, $resetPass... method getConfirmationStatus (line 183) | public function getConfirmationStatus($customerId); method resendConfirmation (line 194) | public function resendConfirmation($email, $websiteId, $redirectUrl = ... method isEmailAvailable (line 204) | public function isEmailAvailable($customerEmail, $websiteId = null); method isCustomerInStore (line 214) | public function isCustomerInStore($customerWebsiteId, $storeId); method getDefaultBillingAddress (line 224) | public function getDefaultBillingAddress($customerId); method getDefaultShippingAddress (line 234) | public function getDefaultShippingAddress($customerId); method getPasswordHash (line 242) | public function getPasswordHash($password); FILE: app/code/Magento/Customer/Api/AddressMetadataInterface.php type AddressMetadataInterface (line 14) | interface AddressMetadataInterface extends MetadataInterface FILE: app/code/Magento/Customer/Api/AddressMetadataManagementInterface.php type AddressMetadataManagementInterface (line 13) | interface AddressMetadataManagementInterface extends MetadataManagementI... FILE: app/code/Magento/Customer/Api/AddressRepositoryInterface.php type AddressRepositoryInterface (line 14) | interface AddressRepositoryInterface method save (line 23) | public function save(\Magento\Customer\Api\Data\AddressInterface $addr... method getById (line 32) | public function getById($addressId); method getList (line 41) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 50) | public function delete(\Magento\Customer\Api\Data\AddressInterface $ad... method deleteById (line 60) | public function deleteById($addressId); FILE: app/code/Magento/Customer/Api/CustomerGroupConfigInterface.php type CustomerGroupConfigInterface (line 14) | interface CustomerGroupConfigInterface method setDefaultCustomerGroup (line 27) | public function setDefaultCustomerGroup($id); FILE: app/code/Magento/Customer/Api/CustomerManagementInterface.php type CustomerManagementInterface (line 12) | interface CustomerManagementInterface method getCount (line 19) | public function getCount(); FILE: app/code/Magento/Customer/Api/CustomerMetadataInterface.php type CustomerMetadataInterface (line 14) | interface CustomerMetadataInterface extends MetadataInterface FILE: app/code/Magento/Customer/Api/CustomerMetadataManagementInterface.php type CustomerMetadataManagementInterface (line 13) | interface CustomerMetadataManagementInterface extends MetadataManagement... FILE: app/code/Magento/Customer/Api/CustomerNameGenerationInterface.php type CustomerNameGenerationInterface (line 18) | interface CustomerNameGenerationInterface method getCustomerName (line 27) | public function getCustomerName(CustomerInterface $customerData); FILE: app/code/Magento/Customer/Api/CustomerRepositoryInterface.php type CustomerRepositoryInterface (line 15) | interface CustomerRepositoryInterface method save (line 27) | public function save(\Magento\Customer\Api\Data\CustomerInterface $cus... method get (line 38) | public function get($email, $websiteId = null); method getById (line 48) | public function getById($customerId); method getList (line 61) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 70) | public function delete(\Magento\Customer\Api\Data\CustomerInterface $c... method deleteById (line 80) | public function deleteById($customerId); FILE: app/code/Magento/Customer/Api/Data/AddressInterface.php type AddressInterface (line 15) | interface AddressInterface extends \Magento\Framework\Api\CustomAttribut... method getId (line 46) | public function getId(); method setId (line 54) | public function setId($id); method getCustomerId (line 61) | public function getCustomerId(); method setCustomerId (line 69) | public function setCustomerId($customerId); method getRegion (line 76) | public function getRegion(); method setRegion (line 84) | public function setRegion(RegionInterface $region = null); method getRegionId (line 91) | public function getRegionId(); method setRegionId (line 99) | public function setRegionId($regionId); method getCountryId (line 106) | public function getCountryId(); method setCountryId (line 114) | public function setCountryId($countryId); method getStreet (line 121) | public function getStreet(); method setStreet (line 129) | public function setStreet(array $street); method getCompany (line 136) | public function getCompany(); method setCompany (line 144) | public function setCompany($company); method getTelephone (line 151) | public function getTelephone(); method setTelephone (line 159) | public function setTelephone($telephone); method getFax (line 166) | public function getFax(); method setFax (line 174) | public function setFax($fax); method getPostcode (line 181) | public function getPostcode(); method setPostcode (line 189) | public function setPostcode($postcode); method getCity (line 196) | public function getCity(); method setCity (line 204) | public function setCity($city); method getFirstname (line 211) | public function getFirstname(); method setFirstname (line 219) | public function setFirstname($firstName); method getLastname (line 226) | public function getLastname(); method setLastname (line 234) | public function setLastname($lastName); method getMiddlename (line 241) | public function getMiddlename(); method setMiddlename (line 249) | public function setMiddlename($middleName); method getPrefix (line 256) | public function getPrefix(); method setPrefix (line 264) | public function setPrefix($prefix); method getSuffix (line 271) | public function getSuffix(); method setSuffix (line 279) | public function setSuffix($suffix); method getVatId (line 286) | public function getVatId(); method setVatId (line 294) | public function setVatId($vatId); method isDefaultShipping (line 301) | public function isDefaultShipping(); method setIsDefaultShipping (line 309) | public function setIsDefaultShipping($isDefaultShipping); method isDefaultBilling (line 316) | public function isDefaultBilling(); method setIsDefaultBilling (line 324) | public function setIsDefaultBilling($isDefaultBilling); method getExtensionAttributes (line 331) | public function getExtensionAttributes(); method setExtensionAttributes (line 339) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Addr... FILE: app/code/Magento/Customer/Api/Data/AddressSearchResultsInterface.php type AddressSearchResultsInterface (line 14) | interface AddressSearchResultsInterface extends \Magento\Framework\Api\S... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Customer/Api/Data/AttributeMetadataInterface.php type AttributeMetadataInterface (line 14) | interface AttributeMetadataInterface extends \Magento\Framework\Api\Meta... method getFrontendInput (line 47) | public function getFrontendInput(); method setFrontendInput (line 55) | public function setFrontendInput($frontendInput); method getInputFilter (line 62) | public function getInputFilter(); method setInputFilter (line 70) | public function setInputFilter($inputFilter); method getStoreLabel (line 77) | public function getStoreLabel(); method setStoreLabel (line 85) | public function setStoreLabel($storeLabel); method getValidationRules (line 92) | public function getValidationRules(); method setValidationRules (line 100) | public function setValidationRules(array $validationRules); method getMultilineCount (line 107) | public function getMultilineCount(); method setMultilineCount (line 115) | public function setMultilineCount($multilineCount); method isVisible (line 122) | public function isVisible(); method setIsVisible (line 130) | public function setIsVisible($isVisible); method isRequired (line 137) | public function isRequired(); method setIsRequired (line 145) | public function setIsRequired($isRequired); method getDataModel (line 152) | public function getDataModel(); method setDataModel (line 160) | public function setDataModel($dataModel); method getOptions (line 167) | public function getOptions(); method setOptions (line 175) | public function setOptions(array $options = null); method getFrontendClass (line 182) | public function getFrontendClass(); method setFrontendClass (line 190) | public function setFrontendClass($frontendClass); method isUserDefined (line 197) | public function isUserDefined(); method setIsUserDefined (line 205) | public function setIsUserDefined($isUserDefined); method getSortOrder (line 212) | public function getSortOrder(); method setSortOrder (line 220) | public function setSortOrder($sortOrder); method getFrontendLabel (line 227) | public function getFrontendLabel(); method setFrontendLabel (line 235) | public function setFrontendLabel($frontendLabel); method getNote (line 242) | public function getNote(); method setNote (line 250) | public function setNote($note); method isSystem (line 257) | public function isSystem(); method setIsSystem (line 265) | public function setIsSystem($isSystem); method getBackendType (line 272) | public function getBackendType(); method setBackendType (line 280) | public function setBackendType($backendType); method getIsUsedInGrid (line 287) | public function getIsUsedInGrid(); method getIsVisibleInGrid (line 294) | public function getIsVisibleInGrid(); method getIsFilterableInGrid (line 301) | public function getIsFilterableInGrid(); method getIsSearchableInGrid (line 308) | public function getIsSearchableInGrid(); method setIsUsedInGrid (line 316) | public function setIsUsedInGrid($isUsedInGrid); method setIsVisibleInGrid (line 324) | public function setIsVisibleInGrid($isVisibleInGrid); method setIsFilterableInGrid (line 332) | public function setIsFilterableInGrid($isFilterableInGrid); method setIsSearchableInGrid (line 340) | public function setIsSearchableInGrid($isSearchableInGrid); FILE: app/code/Magento/Customer/Api/Data/CustomerInterface.php type CustomerInterface (line 13) | interface CustomerInterface extends \Magento\Framework\Api\CustomAttribu... method getId (line 46) | public function getId(); method setId (line 54) | public function setId($id); method getGroupId (line 61) | public function getGroupId(); method setGroupId (line 69) | public function setGroupId($groupId); method getDefaultBilling (line 76) | public function getDefaultBilling(); method setDefaultBilling (line 84) | public function setDefaultBilling($defaultBilling); method getDefaultShipping (line 91) | public function getDefaultShipping(); method setDefaultShipping (line 99) | public function setDefaultShipping($defaultShipping); method getConfirmation (line 106) | public function getConfirmation(); method setConfirmation (line 114) | public function setConfirmation($confirmation); method getCreatedAt (line 121) | public function getCreatedAt(); method setCreatedAt (line 129) | public function setCreatedAt($createdAt); method getUpdatedAt (line 136) | public function getUpdatedAt(); method setUpdatedAt (line 144) | public function setUpdatedAt($updatedAt); method getCreatedIn (line 151) | public function getCreatedIn(); method setCreatedIn (line 159) | public function setCreatedIn($createdIn); method getDob (line 166) | public function getDob(); method setDob (line 174) | public function setDob($dob); method getEmail (line 181) | public function getEmail(); method setEmail (line 189) | public function setEmail($email); method getFirstname (line 196) | public function getFirstname(); method setFirstname (line 204) | public function setFirstname($firstname); method getLastname (line 211) | public function getLastname(); method setLastname (line 219) | public function setLastname($lastname); method getMiddlename (line 226) | public function getMiddlename(); method setMiddlename (line 234) | public function setMiddlename($middlename); method getPrefix (line 241) | public function getPrefix(); method setPrefix (line 249) | public function setPrefix($prefix); method getSuffix (line 256) | public function getSuffix(); method setSuffix (line 264) | public function setSuffix($suffix); method getGender (line 271) | public function getGender(); method setGender (line 279) | public function setGender($gender); method getStoreId (line 286) | public function getStoreId(); method setStoreId (line 294) | public function setStoreId($storeId); method getTaxvat (line 301) | public function getTaxvat(); method setTaxvat (line 309) | public function setTaxvat($taxvat); method getWebsiteId (line 316) | public function getWebsiteId(); method setWebsiteId (line 324) | public function setWebsiteId($websiteId); method getAddresses (line 331) | public function getAddresses(); method setAddresses (line 339) | public function setAddresses(array $addresses = null); method getDisableAutoGroupChange (line 346) | public function getDisableAutoGroupChange(); method setDisableAutoGroupChange (line 354) | public function setDisableAutoGroupChange($disableAutoGroupChange); method getExtensionAttributes (line 361) | public function getExtensionAttributes(); method setExtensionAttributes (line 369) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Cust... FILE: app/code/Magento/Customer/Api/Data/CustomerSearchResultsInterface.php type CustomerSearchResultsInterface (line 14) | interface CustomerSearchResultsInterface extends \Magento\Framework\Api\... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Customer/Api/Data/GroupInterface.php type GroupInterface (line 17) | interface GroupInterface extends ExtensibleDataInterface method getId (line 36) | public function getId(); method setId (line 44) | public function setId($id); method getCode (line 51) | public function getCode(); method setCode (line 59) | public function setCode($code); method getTaxClassId (line 66) | public function getTaxClassId(); method setTaxClassId (line 74) | public function setTaxClassId($taxClassId); method getTaxClassName (line 81) | public function getTaxClassName(); method setTaxClassName (line 89) | public function setTaxClassName($taxClassName); method getExtensionAttributes (line 96) | public function getExtensionAttributes(); method setExtensionAttributes (line 104) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Grou... FILE: app/code/Magento/Customer/Api/Data/GroupSearchResultsInterface.php type GroupSearchResultsInterface (line 14) | interface GroupSearchResultsInterface extends \Magento\Framework\Api\Sea... method getItems (line 21) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Customer/Api/Data/OptionInterface.php type OptionInterface (line 15) | interface OptionInterface method getLabel (line 30) | public function getLabel(); method setLabel (line 38) | public function setLabel($label); method getValue (line 45) | public function getValue(); method setValue (line 53) | public function setValue($value); method getOptions (line 60) | public function getOptions(); method setOptions (line 68) | public function setOptions(array $options = null); FILE: app/code/Magento/Customer/Api/Data/RegionInterface.php type RegionInterface (line 16) | interface RegionInterface extends ExtensibleDataInterface method getRegionCode (line 31) | public function getRegionCode(); method setRegionCode (line 39) | public function setRegionCode($regionCode); method getRegion (line 46) | public function getRegion(); method setRegion (line 54) | public function setRegion($region); method getRegionId (line 61) | public function getRegionId(); method setRegionId (line 69) | public function setRegionId($regionId); method getExtensionAttributes (line 76) | public function getExtensionAttributes(); method setExtensionAttributes (line 84) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Regi... FILE: app/code/Magento/Customer/Api/Data/ValidationResultsInterface.php type ValidationResultsInterface (line 15) | interface ValidationResultsInterface method isValid (line 29) | public function isValid(); method setIsValid (line 37) | public function setIsValid($isValid); method getMessages (line 44) | public function getMessages(); method setMessages (line 52) | public function setMessages(array $messages); FILE: app/code/Magento/Customer/Api/Data/ValidationRuleInterface.php type ValidationRuleInterface (line 15) | interface ValidationRuleInterface method getName (line 29) | public function getName(); method setName (line 37) | public function setName($name); method getValue (line 44) | public function getValue(); method setValue (line 52) | public function setValue($value); FILE: app/code/Magento/Customer/Api/GroupManagementInterface.php type GroupManagementInterface (line 14) | interface GroupManagementInterface method isReadonly (line 24) | public function isReadonly($id); method getDefaultGroup (line 34) | public function getDefaultGroup($storeId = null); method getNotLoggedInGroup (line 43) | public function getNotLoggedInGroup(); method getLoggedInGroups (line 51) | public function getLoggedInGroups(); method getAllCustomersGroup (line 59) | public function getAllCustomersGroup(); FILE: app/code/Magento/Customer/Api/GroupRepositoryInterface.php type GroupRepositoryInterface (line 13) | interface GroupRepositoryInterface method save (line 26) | public function save(\Magento\Customer\Api\Data\GroupInterface $group); method getById (line 36) | public function getById($id); method getList (line 52) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 62) | public function delete(\Magento\Customer\Api\Data\GroupInterface $group); method deleteById (line 73) | public function deleteById($id); FILE: app/code/Magento/Customer/Api/MetadataInterface.php type MetadataInterface (line 14) | interface MetadataInterface extends \Magento\Framework\Api\MetadataServi... method getAttributes (line 23) | public function getAttributes($formCode); method getAttributeMetadata (line 33) | public function getAttributeMetadata($attributeCode); method getAllAttributesMetadata (line 41) | public function getAllAttributesMetadata(); method getCustomAttributesMetadata (line 50) | public function getCustomAttributesMetadata($dataInterfaceName = ''); FILE: app/code/Magento/Customer/Api/MetadataManagementInterface.php type MetadataManagementInterface (line 15) | interface MetadataManagementInterface method canBeSearchableInGrid (line 25) | public function canBeSearchableInGrid(AttributeMetadataInterface $attr... method canBeFilterableInGrid (line 35) | public function canBeFilterableInGrid(AttributeMetadataInterface $attr... FILE: app/code/Magento/Customer/Block/Account/AuthenticationPopup.php class AuthenticationPopup (line 15) | class AuthenticationPopup extends \Magento\Framework\View\Element\Template method __construct (line 33) | public function __construct( method getJsLayout (line 47) | public function getJsLayout() method getConfig (line 57) | public function getConfig() method getSerializedConfig (line 75) | public function getSerializedConfig() method isAutocompleteEnabled (line 85) | private function isAutocompleteEnabled() method getBaseUrl (line 98) | public function getBaseUrl() method getCustomerRegisterUrlUrl (line 108) | public function getCustomerRegisterUrlUrl() method getCustomerForgotPasswordUrl (line 118) | public function getCustomerForgotPasswordUrl() FILE: app/code/Magento/Customer/Block/Account/AuthorizationLink.php class AuthorizationLink (line 18) | class AuthorizationLink extends \Magento\Framework\View\Element\Html\Lin... method __construct (line 44) | public function __construct( method getHref (line 60) | public function getHref() method getLabel (line 70) | public function getLabel() method getPostParams (line 80) | public function getPostParams() method isLoggedIn (line 90) | public function isLoggedIn() method getSortOrder (line 99) | public function getSortOrder() FILE: app/code/Magento/Customer/Block/Account/Customer.php class Customer (line 14) | class Customer extends \Magento\Framework\View\Element\Template method __construct (line 36) | public function __construct( method customerLoggedIn (line 50) | public function customerLoggedIn() FILE: app/code/Magento/Customer/Block/Account/Dashboard.php class Dashboard (line 17) | class Dashboard extends \Magento\Framework\View\Element\Template method __construct (line 54) | public function __construct( method getCustomer (line 74) | public function getCustomer() method getAccountUrl (line 84) | public function getAccountUrl() method getAddressesUrl (line 94) | public function getAddressesUrl() method getAddressEditUrl (line 105) | public function getAddressEditUrl($address) method getOrdersUrl (line 119) | public function getOrdersUrl() method getReviewsUrl (line 131) | public function getReviewsUrl() method getWishlistUrl (line 141) | public function getWishlistUrl() method getSubscriptionObject (line 151) | public function getSubscriptionObject() method getManageNewsletterUrl (line 166) | public function getManageNewsletterUrl() method getSubscriptionText (line 176) | public function getSubscriptionText() method getPrimaryAddresses (line 190) | public function getPrimaryAddresses() method getBackUrl (line 221) | public function getBackUrl() method _createSubscriber (line 235) | protected function _createSubscriber() FILE: app/code/Magento/Customer/Block/Account/Dashboard/Address.php class Address (line 18) | class Address extends \Magento\Framework\View\Element\Template method __construct (line 48) | public function __construct( method getCustomer (line 68) | public function getCustomer() method getPrimaryShippingAddressHtml (line 82) | public function getPrimaryShippingAddressHtml() method getPrimaryBillingAddressHtml (line 102) | public function getPrimaryBillingAddressHtml() method getPrimaryShippingAddressEditUrl (line 120) | public function getPrimaryShippingAddressEditUrl() method getPrimaryBillingAddressEditUrl (line 137) | public function getPrimaryBillingAddressEditUrl() method getAddressBookUrl (line 154) | public function getAddressBookUrl() method _getAddressHtml (line 165) | protected function _getAddressHtml($address) FILE: app/code/Magento/Customer/Block/Account/Dashboard/Info.php class Info (line 16) | class Info extends \Magento\Framework\View\Element\Template method __construct (line 49) | public function __construct( method getCustomer (line 67) | public function getCustomer() method getName (line 81) | public function getName() method getChangePasswordUrl (line 89) | public function getChangePasswordUrl() method getSubscriptionObject (line 99) | public function getSubscriptionObject() method getIsSubscribed (line 118) | public function getIsSubscribed() method isNewsletterEnabled (line 128) | public function isNewsletterEnabled() method _createSubscriber (line 138) | protected function _createSubscriber() method _toHtml (line 146) | protected function _toHtml() FILE: app/code/Magento/Customer/Block/Account/Delimiter.php class Delimiter (line 15) | class Delimiter extends \Magento\Framework\View\Element\Template impleme... method getSortOrder (line 21) | public function getSortOrder() FILE: app/code/Magento/Customer/Block/Account/Forgotpassword.php class Forgotpassword (line 17) | class Forgotpassword extends \Magento\Framework\View\Element\Template method __construct (line 29) | public function __construct( method getLoginUrl (line 43) | public function getLoginUrl() FILE: app/code/Magento/Customer/Block/Account/Link.php class Link (line 17) | class Link extends \Magento\Framework\View\Element\Html\Link implements ... method __construct (line 29) | public function __construct( method getHref (line 41) | public function getHref() method getSortOrder (line 50) | public function getSortOrder() FILE: app/code/Magento/Customer/Block/Account/Navigation.php class Navigation (line 19) | class Navigation extends Links method getLinks (line 25) | public function getLinks() method compare (line 48) | private function compare(SortLinkInterface $firstLink, SortLinkInterfa... FILE: app/code/Magento/Customer/Block/Account/RegisterLink.php class RegisterLink (line 17) | class RegisterLink extends \Magento\Framework\View\Element\Html\Link method __construct (line 43) | public function __construct( method getHref (line 59) | public function getHref() method _toHtml (line 67) | protected function _toHtml() FILE: app/code/Magento/Customer/Block/Account/Resetpassword.php class Resetpassword (line 16) | class Resetpassword extends \Magento\Framework\View\Element\Template method isAutocompleteDisabled (line 23) | public function isAutocompleteDisabled() method getMinimumPasswordLength (line 37) | public function getMinimumPasswordLength() method getRequiredCharacterClassesNumber (line 48) | public function getRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Block/Account/SortLink.php class SortLink (line 12) | class SortLink extends \Magento\Framework\View\Element\Html\Link\Current... method getSortOrder (line 17) | public function getSortOrder() FILE: app/code/Magento/Customer/Block/Account/SortLinkInterface.php type SortLinkInterface (line 14) | interface SortLinkInterface method getSortOrder (line 28) | public function getSortOrder(); FILE: app/code/Magento/Customer/Block/Address/Book.php class Book (line 19) | class Book extends \Magento\Framework\View\Element\Template method __construct (line 62) | public function __construct( method _prepareLayout (line 86) | protected function _prepareLayout() method getAddAddressUrl (line 99) | public function getAddAddressUrl() method getBackUrl (line 109) | public function getBackUrl() method getDeleteUrl (line 124) | public function getDeleteUrl() method getAddressEditUrl (line 139) | public function getAddressEditUrl($addressId) method hasPrimaryAddress (line 150) | public function hasPrimaryAddress() method getAdditionalAddresses (line 165) | public function getAdditionalAddresses() method getAddressHtml (line 180) | public function getAddressHtml(\Magento\Customer\Api\Data\AddressInter... method getCustomer (line 195) | public function getCustomer() method getDefaultBilling (line 210) | public function getDefaultBilling() method getAddressById (line 227) | public function getAddressById($addressId) method getDefaultShipping (line 241) | public function getDefaultShipping() FILE: app/code/Magento/Customer/Block/Address/Edit.php class Edit (line 19) | class Edit extends \Magento\Directory\Block\Data method __construct (line 75) | public function __construct( method _prepareLayout (line 112) | protected function _prepareLayout() method initAddressObject (line 140) | private function initAddressObject() method precheckRequiredAttributes (line 170) | private function precheckRequiredAttributes() method getNameBlockHtml (line 190) | public function getNameBlockHtml() method getTitle (line 204) | public function getTitle() method getBackUrl (line 222) | public function getBackUrl() method getSaveUrl (line 240) | public function getSaveUrl() method getAddress (line 253) | public function getAddress() method getStreetLine (line 264) | public function getStreetLine($lineNumber) method getCountryId (line 275) | public function getCountryId() method getRegion (line 288) | public function getRegion() method getRegionId (line 299) | public function getRegionId() method getCustomerAddressCount (line 310) | public function getCustomerAddressCount() method canSetAsDefaultBilling (line 320) | public function canSetAsDefaultBilling() method canSetAsDefaultShipping (line 333) | public function canSetAsDefaultShipping() method isDefaultBilling (line 346) | public function isDefaultBilling() method isDefaultShipping (line 356) | public function isDefaultShipping() method getCustomer (line 366) | public function getCustomer() method getBackButtonUrl (line 376) | public function getBackButtonUrl() method getConfig (line 391) | public function getConfig($path) FILE: app/code/Magento/Customer/Block/Address/Grid.php class Grid (line 19) | class Grid extends \Magento\Framework\View\Element\Template method __construct (line 48) | public function __construct( method _prepareLayout (line 68) | protected function _prepareLayout(): void method getAddAddressUrl (line 79) | public function getAddAddressUrl(): string method getDeleteUrl (line 89) | public function getDeleteUrl(): string method getAddressEditUrl (line 102) | public function getAddressEditUrl($addressId): string method getAdditionalAddresses (line 116) | public function getAdditionalAddresses(): array method getCustomer (line 136) | public function getCustomer(): \Magento\Customer\Api\Data\CustomerInte... method getStreetAddress (line 152) | public function getStreetAddress(\Magento\Customer\Api\Data\AddressInt... method getCountryByCode (line 169) | public function getCountryByCode(string $countryCode): string method getDefaultBilling (line 184) | private function getDefaultBilling(): int method getDefaultShipping (line 199) | private function getDefaultShipping(): int method preparePager (line 212) | private function preparePager(): void method getAddressCollection (line 232) | private function getAddressCollection(): \Magento\Customer\Model\Resou... FILE: app/code/Magento/Customer/Block/Address/Renderer/DefaultRenderer.php class DefaultRenderer (line 16) | class DefaultRenderer extends AbstractBlock implements RendererInterface method __construct (line 55) | public function __construct( method getType (line 76) | public function getType() method setType (line 87) | public function setType(\Magento\Framework\DataObject $type) method getFormat (line 98) | public function getFormat(AddressModelInterface $address = null) method render (line 114) | public function render(AddressModelInterface $address, $format = null) method getFormatArray (line 123) | public function getFormatArray($addressAttributes = null) method renderArray (line 141) | public function renderArray($addressAttributes, $format = null) FILE: app/code/Magento/Customer/Block/Address/Renderer/RendererInterface.php type RendererInterface (line 16) | interface RendererInterface method setType (line 24) | public function setType(\Magento\Framework\DataObject $type); method getType (line 31) | public function getType(); method render (line 41) | public function render(AddressModelInterface $address, $format = null); method getFormatArray (line 49) | public function getFormatArray($addressAttributes = null); method renderArray (line 58) | public function renderArray($addressAttributes, $format = null); FILE: app/code/Magento/Customer/Block/Adminhtml/Edit.php class Edit (line 16) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 52) | public function __construct( method _construct (line 70) | protected function _construct() method getCreateOrderUrl (line 138) | public function getCreateOrderUrl() method getCustomerId (line 148) | public function getCustomerId() method getHeaderText (line 159) | public function getHeaderText() method getFormHtml (line 175) | public function getFormHtml() method getValidationUrl (line 189) | public function getValidationUrl() method _prepareLayout (line 199) | protected function _prepareLayout() method _getSaveAndContinueUrl (line 226) | protected function _getSaveAndContinueUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Address/CancelButton.php class CancelButton (line 15) | class CancelButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 22) | public function getButtonData() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Address/DeleteButton.php class DeleteButton (line 15) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 23) | public function getButtonData() method getDeleteUrl (line 58) | private function getDeleteUrl(): string FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Address/GenericButton.php class GenericButton (line 18) | class GenericButton method __construct (line 52) | public function __construct( method getAddressId (line 71) | public function getAddressId() method getCustomerId (line 90) | public function getCustomerId() method getUrl (line 106) | public function getUrl($route = '', array $params = []): string FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Address/SaveButton.php class SaveButton (line 15) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 22) | public function getButtonData() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/BackButton.php class BackButton (line 13) | class BackButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getBackUrl (line 33) | public function getBackUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/DeleteButton.php class DeleteButton (line 16) | class DeleteButton extends GenericButton implements ButtonProviderInterface method __construct (line 30) | public function __construct( method getButtonData (line 44) | public function getButtonData() method getDeleteUrl (line 70) | public function getDeleteUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 37) | public function __construct( method _prepareForm (line 55) | protected function _prepareForm() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/GenericButton.php class GenericButton (line 14) | class GenericButton method __construct (line 36) | public function __construct( method getCustomerId (line 49) | public function getCustomerId() method getUrl (line 61) | public function getUrl($route = '', $params = []) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/InvalidateTokenButton.php class InvalidateTokenButton (line 15) | class InvalidateTokenButton extends GenericButton implements ButtonProvi... method getButtonData (line 22) | public function getButtonData() method getInvalidateTokenUrl (line 44) | public function getInvalidateTokenUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/OrderButton.php class OrderButton (line 13) | class OrderButton extends GenericButton implements ButtonProviderInterface method __construct (line 26) | public function __construct( method getButtonData (line 37) | public function getButtonData() method getCreateOrderUrl (line 57) | public function getCreateOrderUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Renderer/Region.php class Region (line 11) | class Region extends \Magento\Backend\Block\AbstractBlock implements method __construct (line 24) | public function __construct( method render (line 41) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/ResetButton.php class ResetButton (line 13) | class ResetButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/ResetPasswordButton.php class ResetPasswordButton (line 13) | class ResetPasswordButton extends GenericButton implements ButtonProvide... method getButtonData (line 20) | public function getButtonData() method getResetPasswordUrl (line 41) | public function getResetPasswordUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/SaveAndContinueButton.php class SaveAndContinueButton (line 14) | class SaveAndContinueButton extends GenericButton implements ButtonProvi... method __construct (line 28) | public function __construct( method getButtonData (line 40) | public function getButtonData() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/SaveButton.php class SaveButton (line 15) | class SaveButton extends GenericButton implements ButtonProviderInterface method __construct (line 29) | public function __construct( method getButtonData (line 41) | public function getButtonData() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Cart.php class Cart (line 18) | class Cart extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 61) | public function __construct( method _construct (line 80) | protected function _construct() method _prepareGrid (line 93) | protected function _prepareGrid() method _prepareCollection (line 104) | protected function _prepareCollection() method _prepareColumns (line 124) | protected function _prepareColumns() method getCustomerId (line 198) | public function getCustomerId() method getGridUrl (line 206) | public function getGridUrl() method getGridParentHtml (line 216) | public function getGridParentHtml() method getRowUrl (line 225) | public function getRowUrl($row) method getQuote (line 241) | protected function getQuote() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Carts.php class Carts (line 14) | class Carts extends \Magento\Backend\Block\Template method __construct (line 38) | public function __construct( method _prepareLayout (line 56) | protected function _prepareLayout() method _toHtml (line 81) | protected function _toHtml() method _getCustomer (line 90) | protected function _getCustomer() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/GenericMetadata.php class GenericMetadata (line 15) | class GenericMetadata extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 29) | public function __construct( method _setFieldset (line 48) | protected function _setFieldset($attributes, $fieldset, $exclude = []) method _applyTypeSpecificConfigCustomer (line 87) | protected function _applyTypeSpecificConfigCustomer( method _getAttributeOptionsArray (line 115) | protected function _getAttributeOptionsArray(AttributeMetadataInterfac... FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Newsletter.php class Newsletter (line 15) | class Newsletter extends \Magento\Backend\Block\Widget\Form\Generic impl... method __construct (line 49) | public function __construct( method getTabLabel (line 67) | public function getTabLabel() method getTabTitle (line 77) | public function getTabTitle() method getTabClass (line 87) | public function getTabClass() method getTabUrl (line 97) | public function getTabUrl() method isAjaxLoaded (line 107) | public function isAjaxLoaded() method canShowTab (line 117) | public function canShowTab() method isHidden (line 127) | public function isHidden() method initForm (line 138) | public function initForm() method updateFromSession (line 196) | protected function updateFromSession(\Magento\Framework\Data\Form $for... method getStatusChangedDate (line 212) | public function getStatusChangedDate() method _toHtml (line 229) | protected function _toHtml() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 35) | public function __construct( method _construct (line 50) | protected function _construct() method getGridUrl (line 65) | public function getGridUrl() method _prepareCollection (line 73) | protected function _prepareCollection() method _prepareColumns (line 88) | protected function _prepareColumns() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid/Filter/Status.php class Status (line 13) | class Status extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Se... method _construct (line 23) | protected function _construct() method _getOptions (line 39) | protected function _getOptions() method getCondition (line 52) | public function getCondition() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid/Renderer/Action.php class Action (line 14) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method __construct (line 34) | public function __construct( method render (line 53) | public function render(\Magento\Framework\DataObject $row) method _getEscapedValue (line 80) | protected function _getEscapedValue($value) method _actionsToHtml (line 92) | protected function _actionsToHtml(array $actions) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid/Renderer/Status.php class Status (line 11) | class Status extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method _construct (line 23) | protected function _construct() method render (line 39) | public function render(\Magento\Framework\DataObject $row) method getStatus (line 48) | public static function getStatus($status) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Orders.php class Orders (line 16) | class Orders extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 45) | public function __construct( method _construct (line 62) | protected function _construct() method _prepareCollection (line 76) | protected function _prepareCollection() method _prepareColumns (line 108) | protected function _prepareColumns() method getRowUrl (line 161) | public function getRowUrl($row) method getGridUrl (line 172) | public function getGridUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Reviews.php class Reviews (line 12) | class Reviews extends \Magento\Review\Block\Adminhtml\Grid method _prepareMassaction (line 19) | protected function _prepareMassaction() method getGridUrl (line 29) | public function getGridUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View.php class View (line 14) | class View extends \Magento\Backend\Block\Template implements TabInterface method __construct (line 28) | public function __construct( method getCustomerId (line 40) | public function getCustomerId() method getTabLabel (line 48) | public function getTabLabel() method getTabTitle (line 56) | public function getTabTitle() method canShowTab (line 64) | public function canShowTab() method isHidden (line 75) | public function isHidden() method getTabClass (line 88) | public function getTabClass() method getTabUrl (line 98) | public function getTabUrl() method isAjaxLoaded (line 108) | public function isAjaxLoaded() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/Cart.php class Cart (line 19) | class Cart extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 57) | public function __construct( method _construct (line 76) | protected function _construct() method _prepareCollection (line 93) | protected function _prepareCollection() method _prepareColumns (line 112) | protected function _prepareColumns() method getRowUrl (line 150) | public function getRowUrl($row) method getHeadersVisibility (line 158) | public function getHeadersVisibility() method getQuote (line 168) | protected function getQuote() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/Grid/Renderer/Item.php class Item (line 13) | class Item extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method __construct (line 35) | public function __construct( method _getProductHelper (line 52) | protected function _getProductHelper($product) method getProduct (line 85) | public function getProduct() method getOptionList (line 95) | protected function getOptionList() method getFormattedOptionValue (line 109) | protected function getFormattedOptionValue($option) method render (line 121) | public function render(\Magento\Framework\DataObject $item) method _renderItemOptions (line 136) | protected function _renderItemOptions(Product $product, array $options) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/PersonalInfo.php class PersonalInfo (line 19) | class PersonalInfo extends \Magento\Backend\Block\Template method __construct (line 126) | public function __construct( method setCustomerRegistry (line 159) | public function setCustomerRegistry(\Magento\Customer\Model\CustomerRe... method getCustomerRegistry (line 170) | public function getCustomerRegistry() method getCustomer (line 187) | public function getCustomer() method getCustomerId (line 206) | public function getCustomerId() method getCustomerLog (line 216) | protected function getCustomerLog() method getStoreCreateDate (line 232) | public function getStoreCreateDate() method getStoreCreateDateTimezone (line 253) | public function getStoreCreateDateTimezone() method getCreateDate (line 267) | public function getCreateDate() method getIsConfirmedStatus (line 281) | public function getIsConfirmedStatus() method getCreatedInStore (line 300) | public function getCreatedInStore() method getBillingAddressHtml (line 312) | public function getBillingAddressHtml() method getGroupName (line 336) | public function getGroupName() method getGroup (line 354) | private function getGroup($groupId) method getStoreLastLoginDateTimezone (line 369) | public function getStoreLastLoginDateTimezone() method getCurrentStatus (line 391) | public function getCurrentStatus() method getLastLoginDate (line 424) | public function getLastLoginDate() method getStoreLastLoginDate (line 440) | public function getStoreLastLoginDate() method getOnlineMinutesInterval (line 457) | protected function getOnlineMinutesInterval() method getAccountLock (line 471) | public function getAccountLock() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/Sales.php class Sales (line 15) | class Sales extends \Magento\Backend\Block\Template method __construct (line 67) | public function __construct( method _construct (line 85) | protected function _construct() method _beforeToHtml (line 96) | public function _beforeToHtml() method getWebsiteCount (line 148) | public function getWebsiteCount($websiteId) method getRows (line 158) | public function getRows() method getTotals (line 168) | public function getTotals() method formatCurrency (line 182) | public function formatCurrency($price, $websiteId = null) method isSingleStoreMode (line 192) | public function isSingleStoreMode() FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/Wishlist.php class Wishlist (line 16) | class Wishlist extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 41) | public function __construct( method _construct (line 58) | protected function _construct() method _prepareCollection (line 73) | protected function _prepareCollection() method _prepareColumns (line 91) | protected function _prepareColumns() method getHeadersVisibility (line 139) | public function getHeadersVisibility() method getRowUrl (line 147) | public function getRowUrl($row) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Wishlist/Grid/Renderer/Description.php class Description (line 11) | class Description extends \Magento\Backend\Block\Widget\Grid\Column\Rend... method render (line 19) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Customer/Block/Adminhtml/Edit/UnlockButton.php class UnlockButton (line 14) | class UnlockButton extends GenericButton implements ButtonProviderInterface method __construct (line 28) | public function __construct( method getButtonData (line 42) | public function getButtonData() method getUnlockUrl (line 65) | protected function getUnlockUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Form/Element/Boolean.php class Boolean (line 14) | class Boolean extends \Magento\Framework\Data\Form\Element\Select method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Customer/Block/Adminhtml/Form/Element/File.php class File (line 13) | class File extends \Magento\Framework\Data\Form\Element\AbstractElement method __construct (line 41) | public function __construct( method getElementHtml (line 62) | public function getElementHtml() method _getDeleteCheckboxHtml (line 87) | protected function _getDeleteCheckboxHtml() method _getDeleteCheckboxSpanClass (line 118) | protected function _getDeleteCheckboxSpanClass() method _getDeleteCheckboxLabel (line 128) | protected function _getDeleteCheckboxLabel() method _getPreviewHtml (line 138) | protected function _getPreviewHtml() method _getHiddenInput (line 162) | protected function _getHiddenInput() method _getPreviewUrl (line 180) | protected function _getPreviewUrl() method _drawElementHtml (line 196) | protected function _drawElementHtml($element, array $attributes, $clos... method getEscapedValue (line 212) | public function getEscapedValue($index = null) FILE: app/code/Magento/Customer/Block/Adminhtml/Form/Element/Image.php class Image (line 14) | class Image extends \Magento\Customer\Block\Adminhtml\Form\Element\File method _getDeleteCheckboxLabel (line 21) | protected function _getDeleteCheckboxLabel() method _getDeleteCheckboxSpanClass (line 31) | protected function _getDeleteCheckboxSpanClass() method _getPreviewHtml (line 41) | protected function _getPreviewHtml() method _getPreviewUrl (line 72) | protected function _getPreviewUrl() FILE: app/code/Magento/Customer/Block/Adminhtml/Grid/Filter/Country.php class Country (line 13) | class Country extends \Magento\Backend\Block\Widget\Grid\Column\Filter\S... method __construct (line 26) | public function __construct( method _getOptions (line 39) | protected function _getOptions() FILE: app/code/Magento/Customer/Block/Adminhtml/Grid/Renderer/Multiaction.php class Multiaction (line 13) | class Multiaction extends \Magento\Backend\Block\Widget\Grid\Column\Rend... method render (line 21) | public function render(\Magento\Framework\DataObject $row) method _toLinkHtml (line 52) | protected function _toLinkHtml($action, \Magento\Framework\DataObject ... FILE: app/code/Magento/Customer/Block/Adminhtml/Group.php class Group (line 18) | class Group extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 25) | protected function _construct() method getHeaderCssClass (line 38) | public function getHeaderCssClass() FILE: app/code/Magento/Customer/Block/Adminhtml/Group/Edit.php class Edit (line 15) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 43) | public function __construct( method _construct (line 61) | protected function _construct() method getHeaderText (line 83) | public function getHeaderText() method getHeaderCssClass (line 99) | public function getHeaderCssClass() FILE: app/code/Magento/Customer/Block/Adminhtml/Group/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 45) | public function __construct( method _prepareLayout (line 67) | protected function _prepareLayout() FILE: app/code/Magento/Customer/Block/Adminhtml/Sales/Order/Address/Form/Renderer/Vat.php class Vat (line 15) | class Vat extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\E... method __construct (line 39) | public function __construct( method getValidateButton (line 53) | public function getValidateButton() FILE: app/code/Magento/Customer/Block/Adminhtml/System/Config/Validatevat.php class Validatevat (line 14) | class Validatevat extends \Magento\Config\Block\System\Config\Form\Field method setMerchantCountryField (line 43) | public function setMerchantCountryField($countryField) method getMerchantCountryField (line 54) | public function getMerchantCountryField() method setMerchantVatNumberField (line 65) | public function setMerchantVatNumberField($vatNumberField) method getMerchantVatNumberField (line 76) | public function getMerchantVatNumberField() method setVatButtonLabel (line 87) | public function setVatButtonLabel($vatButtonLabel) method _prepareLayout (line 98) | protected function _prepareLayout() method render (line 113) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 125) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... FILE: app/code/Magento/Customer/Block/CustomerData.php class CustomerData (line 12) | class CustomerData extends \Magento\Framework\View\Element\Template method __construct (line 24) | public function __construct( method getCookieLifeTime (line 37) | public function getCookieLifeTime() method getCustomerDataUrl (line 51) | public function getCustomerDataUrl($route) method getExpirableSectionLifetime (line 64) | public function getExpirableSectionLifetime() method getExpirableSectionNames (line 75) | public function getExpirableSectionNames() FILE: app/code/Magento/Customer/Block/CustomerScopeData.php class CustomerScopeData (line 20) | class CustomerScopeData extends \Magento\Framework\View\Element\Template method __construct (line 40) | public function __construct( method getWebsiteId (line 59) | public function getWebsiteId() method encodeConfiguration (line 71) | public function encodeConfiguration(array $configuration) FILE: app/code/Magento/Customer/Block/DataProviders/AddressAttributeData.php class AddressAttributeData (line 19) | class AddressAttributeData implements ArgumentInterface method __construct (line 35) | public function __construct( method getFrontendLabel (line 51) | public function getFrontendLabel(string $attributeCode): string FILE: app/code/Magento/Customer/Block/DataProviders/PostCodesPatternsAttributeData.php class PostCodesPatternsAttributeData (line 17) | class PostCodesPatternsAttributeData implements ArgumentInterface method __construct (line 35) | public function __construct(PostCodeConfig $postCodeConfig, Serializer... method getSerializedPostCodes (line 46) | public function getSerializedPostCodes(): string FILE: app/code/Magento/Customer/Block/Form/Edit.php class Edit (line 18) | class Edit extends \Magento\Customer\Block\Account\Dashboard method getFormData (line 25) | protected function getFormData() method restoreSessionData (line 47) | public function restoreSessionData(\Magento\Customer\Model\Metadata\Fo... method getChangePassword (line 66) | public function getChangePassword() method getMinimumPasswordLength (line 77) | public function getMinimumPasswordLength() method getRequiredCharacterClassesNumber (line 88) | public function getRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Block/Form/Login.php class Login (line 15) | class Login extends \Magento\Framework\View\Element\Template method __construct (line 38) | public function __construct( method getPostActionUrl (line 55) | public function getPostActionUrl() method getForgotPasswordUrl (line 65) | public function getForgotPasswordUrl() method getUsername (line 75) | public function getUsername() method isAutocompleteDisabled (line 88) | public function isAutocompleteDisabled() FILE: app/code/Magento/Customer/Block/Form/Login/Info.php class Info (line 14) | class Info extends \Magento\Framework\View\Element\Template method __construct (line 50) | public function __construct( method getRegistration (line 70) | public function getRegistration() method getCreateAccountUrl (line 80) | public function getCreateAccountUrl() FILE: app/code/Magento/Customer/Block/Form/Register.php class Register (line 19) | class Register extends \Magento\Directory\Block\Data method __construct (line 58) | public function __construct( method getConfig (line 93) | public function getConfig($path) method getPostActionUrl (line 103) | public function getPostActionUrl() method getBackUrl (line 113) | public function getBackUrl() method getFormData (line 127) | public function getFormData() method getCountryId (line 150) | public function getCountryId() method getRegion (line 164) | public function getRegion() method isNewsletterEnabled (line 179) | public function isNewsletterEnabled() method restoreSessionData (line 194) | public function restoreSessionData(\Magento\Customer\Model\Metadata\Fo... method getMinimumPasswordLength (line 211) | public function getMinimumPasswordLength() method getRequiredCharacterClassesNumber (line 222) | public function getRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Block/Newsletter.php class Newsletter (line 18) | class Newsletter extends \Magento\Customer\Block\Account\Dashboard method getIsSubscribed (line 29) | public function getIsSubscribed() method getAction (line 39) | public function getAction() FILE: app/code/Magento/Customer/Block/SectionConfig.php class SectionConfig (line 12) | class SectionConfig extends \Magento\Framework\View\Element\Template method __construct (line 33) | public function __construct( method getSections (line 49) | public function getSections() method getClientSideSections (line 58) | public function getClientSideSections() FILE: app/code/Magento/Customer/Block/SectionNamesProvider.php class SectionNamesProvider (line 14) | class SectionNamesProvider implements ArgumentInterface method __construct (line 24) | public function __construct( method getSectionNames (line 35) | public function getSectionNames() FILE: app/code/Magento/Customer/Block/Widget/AbstractWidget.php class AbstractWidget (line 11) | class AbstractWidget extends \Magento\Framework\View\Element\Template method __construct (line 29) | public function __construct( method getConfig (line 45) | public function getConfig($key) method getFieldIdFormat (line 53) | public function getFieldIdFormat() method getFieldNameFormat (line 64) | public function getFieldNameFormat() method getFieldId (line 76) | public function getFieldId($field) method getFieldName (line 85) | public function getFieldName($field) method _getAttribute (line 96) | protected function _getAttribute($attributeCode) FILE: app/code/Magento/Customer/Block/Widget/Company.php class Company (line 24) | class Company extends AbstractWidget method __construct (line 50) | public function __construct( method _construct (line 67) | public function _construct() method _showConfig (line 82) | protected function _showConfig($key) method showCompany (line 92) | public function showCompany() method _getAttribute (line 100) | protected function _getAttribute($attributeCode) method getStoreLabel (line 129) | public function getStoreLabel($attributeCode) method getAttributeValidationClass (line 142) | public function getAttributeValidationClass($attributeCode) method _isAttributeVisible (line 152) | private function _isAttributeVisible($attributeCode) method isEnabled (line 163) | public function isEnabled() method isRequired (line 174) | public function isRequired() FILE: app/code/Magento/Customer/Block/Widget/Dob.php class Dob (line 16) | class Dob extends AbstractWidget method __construct (line 50) | public function __construct( method _construct (line 66) | public function _construct() method isEnabled (line 77) | public function isEnabled() method isRequired (line 88) | public function isRequired() method setDate (line 100) | public function setDate($date) method filterTime (line 113) | private function filterTime($value) method getFormFilter (line 135) | protected function getFormFilter() method applyOutputFilter (line 156) | protected function applyOutputFilter($value) method getDay (line 171) | public function getDay() method getMonth (line 181) | public function getMonth() method getYear (line 191) | public function getYear() method getLabel (line 201) | public function getLabel() method getStoreLabel (line 213) | public function getStoreLabel($attributeCode) method getFieldHtml (line 224) | public function getFieldHtml() method getHtmlId (line 251) | public function getHtmlId() method getHtmlExtraParams (line 261) | public function getHtmlExtraParams() method getDateFormat (line 280) | public function getDateFormat() method setDateInput (line 296) | public function setDateInput($code, $html) method getSortedDateInputs (line 308) | public function getSortedDateInputs($stripNonInputChars = true) method getMinDateRange (line 329) | public function getMinDateRange() method getMaxDateRange (line 350) | public function getMaxDateRange() method getFirstDay (line 371) | public function getFirstDay() FILE: app/code/Magento/Customer/Block/Widget/Fax.php class Fax (line 24) | class Fax extends AbstractWidget method __construct (line 50) | public function __construct( method _construct (line 67) | public function _construct() method _showConfig (line 82) | protected function _showConfig($key) method showFax (line 92) | public function showFax() method _getAttribute (line 100) | protected function _getAttribute($attributeCode) method getStoreLabel (line 129) | public function getStoreLabel($attributeCode) method getAttributeValidationClass (line 142) | public function getAttributeValidationClass($attributeCode) method _isAttributeVisible (line 152) | private function _isAttributeVisible($attributeCode) method isEnabled (line 163) | public function isEnabled() method isRequired (line 174) | public function isRequired() FILE: app/code/Magento/Customer/Block/Widget/Gender.php class Gender (line 18) | class Gender extends AbstractWidget method __construct (line 40) | public function __construct( method _construct (line 59) | public function _construct() method isEnabled (line 70) | public function isEnabled() method isRequired (line 80) | public function isRequired() method getStoreLabel (line 92) | public function getStoreLabel($attributeCode) method getCustomer (line 103) | public function getCustomer() method getGenderOptions (line 113) | public function getGenderOptions() FILE: app/code/Magento/Customer/Block/Widget/Name.php class Name (line 23) | class Name extends AbstractWidget method __construct (line 43) | public function __construct( method _construct (line 60) | public function _construct() method _showConfig (line 74) | protected function _showConfig($key) method showPrefix (line 84) | public function showPrefix() method isPrefixRequired (line 94) | public function isPrefixRequired() method getPrefixOptions (line 104) | public function getPrefixOptions() method showMiddlename (line 123) | public function showMiddlename() method isMiddlenameRequired (line 133) | public function isMiddlenameRequired() method showSuffix (line 143) | public function showSuffix() method isSuffixRequired (line 153) | public function isSuffixRequired() method getSuffixOptions (line 163) | public function getSuffixOptions() method getClassName (line 181) | public function getClassName() method getContainerClassName (line 194) | public function getContainerClassName() method _getAttribute (line 206) | protected function _getAttribute($attributeCode) method getStoreLabel (line 234) | public function getStoreLabel($attributeCode) method getAttributeValidationClass (line 246) | public function getAttributeValidationClass($attributeCode) method _isAttributeRequired (line 258) | private function _isAttributeRequired($attributeCode) method _isAttributeVisible (line 270) | private function _isAttributeVisible($attributeCode) FILE: app/code/Magento/Customer/Block/Widget/Taxvat.php class Taxvat (line 16) | class Taxvat extends AbstractWidget method __construct (line 26) | public function __construct( method _construct (line 41) | public function _construct() method isEnabled (line 52) | public function isEnabled() method isRequired (line 62) | public function isRequired() method getStoreLabel (line 74) | public function getStoreLabel($attributeCode) FILE: app/code/Magento/Customer/Block/Widget/Telephone.php class Telephone (line 24) | class Telephone extends AbstractWidget method __construct (line 50) | public function __construct( method _construct (line 67) | public function _construct() method _showConfig (line 82) | protected function _showConfig($key) method showTelephone (line 92) | public function showTelephone() method _getAttribute (line 100) | protected function _getAttribute($attributeCode) method getStoreLabel (line 129) | public function getStoreLabel($attributeCode) method getAttributeValidationClass (line 142) | public function getAttributeValidationClass($attributeCode) method _isAttributeVisible (line 152) | private function _isAttributeVisible($attributeCode) method isEnabled (line 163) | public function isEnabled() method isRequired (line 174) | public function isRequired() FILE: app/code/Magento/Customer/Console/Command/UpgradeHashAlgorithmCommand.php class UpgradeHashAlgorithmCommand (line 19) | class UpgradeHashAlgorithmCommand extends Command method __construct (line 40) | public function __construct( method configure (line 52) | protected function configure() method execute (line 61) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Customer/Controller/AbstractAccount.php class AbstractAccount (line 16) | abstract class AbstractAccount extends Action implements AccountInterface FILE: app/code/Magento/Customer/Controller/Account/Confirm.php class Confirm (line 29) | class Confirm extends AbstractAccount implements HttpGetActionInterface method __construct (line 86) | public function __construct( method getCookieManager (line 112) | private function getCookieManager() method getCookieMetadataFactory (line 128) | private function getCookieMetadataFactory() method execute (line 143) | public function execute() method getSuccessMessage (line 189) | protected function getSuccessMessage() method getSuccessRedirect (line 218) | protected function getSuccessRedirect() FILE: app/code/Magento/Customer/Controller/Account/Confirmation.php class Confirmation (line 23) | class Confirmation extends AbstractAccount implements HttpGetActionInter... method __construct (line 58) | public function __construct( method execute (line 79) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/Create.php class Create (line 15) | class Create extends \Magento\Customer\Controller\AbstractAccount implem... method __construct (line 38) | public function __construct( method execute (line 55) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/CreatePassword.php class CreatePassword (line 23) | class CreatePassword extends \Magento\Customer\Controller\AbstractAccoun... method __construct (line 52) | public function __construct( method execute (line 73) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/CreatePost.php class CreatePost (line 50) | class CreatePost extends AbstractAccount implements CsrfAwareActionInter... method __construct (line 176) | public function __construct( method getCookieManager (line 226) | private function getCookieManager() method getCookieMetadataFactory (line 242) | private function getCookieMetadataFactory() method extractAddress (line 257) | protected function extractAddress() method createCsrfValidationException (line 305) | public function createCsrfValidationException( method validateForCsrf (line 322) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 334) | public function execute() method checkPasswordConfirmation (line 431) | protected function checkPasswordConfirmation($password, $confirmation) method getSuccessMessage (line 445) | protected function getSuccessMessage() method getMessageManagerSuccessMessage (line 475) | private function getMessageManagerSuccessMessage(): MessageInterface FILE: app/code/Magento/Customer/Controller/Account/Edit.php class Edit (line 16) | class Edit extends \Magento\Customer\Controller\AbstractAccount implemen... method __construct (line 45) | public function __construct( method execute (line 64) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/EditPost.php class EditPost (line 39) | class EditPost extends AbstractAccount implements CsrfAwareActionInterfa... method __construct (line 106) | public function __construct( method getAuthentication (line 131) | private function getAuthentication() method getEmailNotification (line 149) | private function getEmailNotification() method createCsrfValidationException (line 163) | public function createCsrfValidationException( method validateForCsrf (line 179) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 189) | public function execute() method dispatchSuccessEvent (line 258) | private function dispatchSuccessEvent(\Magento\Customer\Api\Data\Custo... method getCustomerDataObject (line 273) | private function getCustomerDataObject($customerId) method populateNewCustomerDataObject (line 285) | private function populateNewCustomerDataObject( method changeCustomerPassword (line 313) | protected function changeCustomerPassword($email) method processChangeEmailRequest (line 338) | private function processChangeEmailRequest(\Magento\Customer\Api\Data\... method getCustomerMapper (line 362) | private function getCustomerMapper() method disableAddressValidation (line 376) | private function disableAddressValidation($customer) FILE: app/code/Magento/Customer/Controller/Account/ForgotPassword.php class ForgotPassword (line 16) | class ForgotPassword extends \Magento\Customer\Controller\AbstractAccoun... method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/ForgotPasswordPost.php class ForgotPasswordPost (line 22) | class ForgotPasswordPost extends \Magento\Customer\Controller\AbstractAc... method __construct (line 45) | public function __construct( method execute (line 62) | public function execute() method getSuccessMessage (line 107) | protected function getSuccessMessage($email) FILE: app/code/Magento/Customer/Controller/Account/Index.php class Index (line 13) | class Index extends \Magento\Customer\Controller\AbstractAccount impleme... method __construct (line 24) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/Login.php class Login (line 19) | class Login extends AbstractAccount implements HttpGetActionInterface, H... method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/LoginPost.php class LoginPost (line 33) | class LoginPost extends AbstractAccount implements CsrfAwareActionInterf... method __construct (line 78) | public function __construct( method getScopeConfig (line 100) | private function getScopeConfig() method getCookieManager (line 117) | private function getCookieManager() method getCookieMetadataFactory (line 133) | private function getCookieMetadataFactory() method createCsrfValidationException (line 146) | public function createCsrfValidationException( method validateForCsrf (line 162) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 173) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/Logout.php class Logout (line 21) | class Logout extends AbstractAccount implements HttpGetActionInterface, ... method __construct (line 42) | public function __construct( method getCookieManager (line 56) | private function getCookieManager() method getCookieMetadataFactory (line 70) | private function getCookieMetadataFactory() method execute (line 83) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/LogoutSuccess.php class LogoutSuccess (line 13) | class LogoutSuccess extends \Magento\Customer\Controller\AbstractAccount... method __construct (line 24) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Customer/Controller/Account/ResetPasswordPost.php class ResetPasswordPost (line 21) | class ResetPasswordPost extends \Magento\Customer\Controller\AbstractAcc... method __construct (line 47) | public function __construct( method execute (line 67) | public function execute() FILE: app/code/Magento/Customer/Controller/AccountInterface.php type AccountInterface (line 14) | interface AccountInterface extends ActionInterface FILE: app/code/Magento/Customer/Controller/Address.php class Address (line 15) | abstract class Address extends \Magento\Framework\App\Action\Action method __construct (line 81) | public function __construct( method _getSession (line 112) | protected function _getSession() method dispatch (line 123) | public function dispatch(RequestInterface $request) method _buildUrl (line 136) | protected function _buildUrl($route = '', $params = []) FILE: app/code/Magento/Customer/Controller/Address/Delete.php class Delete (line 15) | class Delete extends \Magento\Customer\Controller\Address implements Htt... method execute (line 21) | public function execute() FILE: app/code/Magento/Customer/Controller/Address/Edit.php class Edit (line 11) | class Edit extends \Magento\Customer\Controller\Address implements HttpG... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Address/File/Upload.php class Upload (line 25) | class Upload extends Action implements HttpPostActionInterface method __construct (line 54) | public function __construct( method execute (line 71) | public function execute() method moveTmpFileToSuitableFolder (line 116) | private function moveTmpFileToSuitableFolder(&$fileInfo) method processError (line 137) | private function processError($message, $code = 0) FILE: app/code/Magento/Customer/Controller/Address/Form.php class Form (line 11) | class Form extends \Magento\Customer\Controller\Address implements HttpG... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Address/FormPost.php class FormPost (line 33) | class FormPost extends \Magento\Customer\Controller\Address implements H... method __construct (line 66) | public function __construct( method _extractAddress (line 103) | protected function _extractAddress() method getExistingAddressData (line 147) | protected function getExistingAddressData() method updateRegionData (line 167) | protected function updateRegionData(&$attributeValues) method execute (line 197) | public function execute() method getCustomerAddressMapper (line 243) | private function getCustomerAddressMapper() FILE: app/code/Magento/Customer/Controller/Address/Index.php class Index (line 15) | class Index extends \Magento\Customer\Controller\Address implements Http... method __construct (line 37) | public function __construct( method execute (line 72) | public function execute() FILE: app/code/Magento/Customer/Controller/Address/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Customer\Controller\Address implements ... method execute (line 16) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/DefaultBillingAddress.php class DefaultBillingAddress (line 21) | class DefaultBillingAddress extends Action implements HttpPostActionInte... method __construct (line 51) | public function __construct( method execute (line 68) | public function execute(): Json method setAddressAsDefault (line 105) | private function setAddressAsDefault(AddressInterface $address): void FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/DefaultShippingAddress.php class DefaultShippingAddress (line 21) | class DefaultShippingAddress extends Action implements HttpPostActionInt... method __construct (line 51) | public function __construct( method execute (line 68) | public function execute(): Json method setAddressAsDefault (line 105) | private function setAddressAsDefault(AddressInterface $address): void FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/Delete.php class Delete (line 20) | class Delete extends Action implements HttpPostActionInterface method __construct (line 50) | public function __construct( method execute (line 68) | public function execute(): Json FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/MassDelete.php class MassDelete (line 24) | class MassDelete extends Action implements HttpPostActionInterface method __construct (line 66) | public function __construct( method execute (line 88) | public function execute(): Json FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/Save.php class Save (line 21) | class Save extends Action implements HttpPostActionInterface method __construct (line 75) | public function __construct( method execute (line 100) | public function execute(): Json FILE: app/code/Magento/Customer/Controller/Adminhtml/Address/Validate.php class Validate (line 18) | class Validate extends Action implements HttpPostActionInterface, HttpGe... method __construct (line 42) | public function __construct( method execute (line 57) | public function execute(): Json method validateCustomerAddress (line 82) | private function validateCustomerAddress(DataObject $response): DataOb... FILE: app/code/Magento/Customer/Controller/Adminhtml/Cart/Product/Composite/Cart.php class Cart (line 17) | abstract class Cart extends \Magento\Backend\App\Action method __construct (line 62) | public function __construct( method _initData (line 78) | protected function _initData() FILE: app/code/Magento/Customer/Controller/Adminhtml/Cart/Product/Composite/Cart/Configure.php class Configure (line 9) | class Configure extends \Magento\Customer\Controller\Adminhtml\Cart\Prod... method execute (line 16) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Cart/Product/Composite/Cart/Update.php class Update (line 9) | class Update extends \Magento\Customer\Controller\Adminhtml\Cart\Product... method execute (line 16) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Customer/InvalidateToken.php class InvalidateToken (line 29) | class InvalidateToken extends \Magento\Customer\Controller\Adminhtml\Ind... method __construct (line 73) | public function __construct( method execute (line 136) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/File/Address/Upload.php class Upload (line 22) | class Upload extends Action implements HttpGetActionInterface, HttpPostA... method __construct (line 58) | public function __construct( method execute (line 75) | public function execute() method convertFilesArray (line 128) | private function convertFilesArray() FILE: app/code/Magento/Customer/Controller/Adminhtml/File/Customer/Upload.php class Upload (line 17) | class Upload extends Action method __construct (line 47) | public function __construct( method execute (line 62) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Group.php class Group (line 14) | abstract class Group extends \Magento\Backend\App\Action method __construct (line 60) | public function __construct( FILE: app/code/Magento/Customer/Controller/Adminhtml/Group/Delete.php class Delete (line 14) | class Delete extends \Magento\Customer\Controller\Adminhtml\Group implem... method execute (line 21) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Group/Edit.php class Edit (line 11) | class Edit extends \Magento\Customer\Controller\Adminhtml\Group implemen... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Group/Index.php class Index (line 11) | class Index extends \Magento\Customer\Controller\Adminhtml\Group impleme... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Group/NewAction.php class NewAction (line 12) | class NewAction extends \Magento\Customer\Controller\Adminhtml\Group imp... method _initGroup (line 19) | protected function _initGroup() method execute (line 32) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Group/Save.php class Save (line 16) | class Save extends \Magento\Customer\Controller\Adminhtml\Group implemen... method __construct (line 33) | public function __construct( method storeCustomerGroupDataToSession (line 59) | protected function storeCustomerGroupDataToSession($customerGroupData) method execute (line 73) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index.php class Index (line 27) | abstract class Index extends \Magento\Backend\App\Action method __construct (line 200) | public function __construct( method initCurrentCustomer (line 259) | protected function initCurrentCustomer() method prepareDefaultCustomerTitle (line 276) | protected function prepareDefaultCustomerTitle(\Magento\Backend\Model\... method _addSessionErrorMessages (line 289) | protected function _addSessionErrorMessages($messages) method actUponMultipleCustomers (line 311) | protected function actUponMultipleCustomers(callable $singleAction, $c... FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/AbstractMassAction.php class AbstractMassAction (line 19) | abstract class AbstractMassAction extends \Magento\Backend\App\Action method __construct (line 48) | public function __construct(Context $context, Filter $filter, Collecti... method execute (line 61) | public function execute() method getComponentRefererUrl (line 81) | protected function getComponentRefererUrl() method massAction (line 92) | abstract protected function massAction(AbstractCollection $collection); FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Cart.php class Cart (line 21) | class Cart extends \Magento\Customer\Controller\Adminhtml\Index method __construct (line 59) | public function __construct( method execute (line 122) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Carts.php class Carts (line 8) | class Carts extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Delete.php class Delete (line 14) | class Delete extends \Magento\Customer\Controller\Adminhtml\Index implem... method execute (line 28) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Edit.php class Edit (line 12) | class Edit extends \Magento\Customer\Controller\Adminhtml\Index implemen... method execute (line 22) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Index.php class Index (line 10) | class Index extends \Magento\Customer\Controller\Adminhtml\Index impleme... method execute (line 17) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/InlineEdit.php class InlineEdit (line 24) | class InlineEdit extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 88) | public function __construct( method getEmailNotification (line 114) | private function getEmailNotification() method execute (line 132) | public function execute() method getData (line 177) | protected function getData(array $data, $isCustomerData = null) method updateCustomer (line 202) | protected function updateCustomer(array $data) method updateDefaultBilling (line 222) | protected function updateDefaultBilling(array $data) method saveCustomer (line 244) | protected function saveCustomer(CustomerInterface $customer) method processAddressData (line 271) | protected function processAddressData(array $data) method getErrorMessages (line 286) | protected function getErrorMessages() method isErrorExists (line 300) | protected function isErrorExists() method setCustomer (line 311) | protected function setCustomer(CustomerInterface $customer) method getCustomer (line 322) | protected function getCustomer() method getErrorWithCustomerId (line 333) | protected function getErrorWithCustomerId($errorText) method disableAddressValidation (line 344) | private function disableAddressValidation($customer) FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/LastOrders.php class LastOrders (line 8) | class LastOrders extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/MassAssignGroup.php class MassAssignGroup (line 20) | class MassAssignGroup extends AbstractMassAction implements HttpPostActi... method __construct (line 33) | public function __construct( method massAction (line 49) | protected function massAction(AbstractCollection $collection) method setIgnoreValidationFlag (line 78) | private function setIgnoreValidationFlag($customer) FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/MassDelete.php class MassDelete (line 19) | class MassDelete extends AbstractMassAction implements HttpPostActionInt... method __construct (line 39) | public function __construct( method massAction (line 52) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/MassSubscribe.php class MassSubscribe (line 20) | class MassSubscribe extends AbstractMassAction implements HttpPostAction... method __construct (line 39) | public function __construct( method massAction (line 57) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/MassUnsubscribe.php class MassUnsubscribe (line 20) | class MassUnsubscribe extends AbstractMassAction implements HttpPostActi... method __construct (line 39) | public function __construct( method massAction (line 57) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/NewAction.php class NewAction (line 10) | class NewAction extends \Magento\Customer\Controller\Adminhtml\Index imp... method execute (line 17) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Newsletter.php class Newsletter (line 8) | class Newsletter extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Orders.php class Orders (line 8) | class Orders extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/ProductReviews.php class ProductReviews (line 8) | class ProductReviews extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/ResetPassword.php class ResetPassword (line 17) | class ResetPassword extends \Magento\Customer\Controller\Adminhtml\Index... method execute (line 31) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php class Save (line 33) | class Save extends \Magento\Customer\Controller\Adminhtml\Index implemen... method __construct (line 76) | public function __construct( method _extractCustomerData (line 139) | protected function _extractCustomerData() method _extractData (line 178) | protected function _extractData( method saveDefaultFlags (line 223) | protected function saveDefaultFlags(array $addressIdList, array & $ext... method _extractCustomerAddressData (line 265) | protected function _extractCustomerAddressData(array & $extractedCusto... method execute (line 289) | public function execute() method getEmailNotification (line 415) | private function getEmailNotification() method getMetadataForm (line 434) | private function getMetadataForm($entityType, $formCode, $scope) method getCurrentCustomerId (line 470) | private function getCurrentCustomerId() method disableAddressValidation (line 487) | private function disableAddressValidation($customer) method retrieveFormattedFormData (line 500) | private function retrieveFormattedFormData(): array FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Validate.php class Validate (line 17) | class Validate extends CustomerAction implements HttpPostActionInterface... method _validateCustomer (line 25) | protected function _validateCustomer($response) method execute (line 83) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/ViewCart.php class ViewCart (line 8) | class ViewCart extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/ViewWishlist.php class ViewWishlist (line 8) | class ViewWishlist extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Viewfile.php class Viewfile (line 27) | class Viewfile extends \Magento\Customer\Controller\Adminhtml\Index method __construct (line 70) | public function __construct( method execute (line 136) | public function execute() method getFileParams (line 198) | private function getFileParams() FILE: app/code/Magento/Customer/Controller/Adminhtml/Index/Wishlist.php class Wishlist (line 8) | class Wishlist extends \Magento\Customer\Controller\Adminhtml\Index method execute (line 15) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Locks/Unlock.php class Unlock (line 17) | class Unlock extends \Magento\Backend\App\Action implements HttpGetActio... method __construct (line 39) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Online/Index.php class Index (line 13) | class Index extends \Magento\Backend\App\Action implements HttpGetAction... method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/System/Config/Validatevat.php class Validatevat (line 13) | abstract class Validatevat extends \Magento\Backend\App\Action method _validate (line 27) | protected function _validate() FILE: app/code/Magento/Customer/Controller/Adminhtml/System/Config/Validatevat/Validate.php class Validate (line 10) | class Validate extends \Magento\Customer\Controller\Adminhtml\System\Con... method __construct (line 21) | public function __construct( method execute (line 34) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/System/Config/Validatevat/ValidateAdvanced.php class ValidateAdvanced (line 9) | class ValidateAdvanced extends \Magento\Customer\Controller\Adminhtml\Sy... method __construct (line 20) | public function __construct( method execute (line 33) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Wishlist/Product/Composite/Wishlist.php class Wishlist (line 13) | abstract class Wishlist extends \Magento\Backend\App\Action method _initData (line 42) | protected function _initData() FILE: app/code/Magento/Customer/Controller/Adminhtml/Wishlist/Product/Composite/Wishlist/Configure.php class Configure (line 11) | class Configure extends \Magento\Customer\Controller\Adminhtml\Wishlist\... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Adminhtml/Wishlist/Product/Composite/Wishlist/Update.php class Update (line 11) | class Update extends \Magento\Customer\Controller\Adminhtml\Wishlist\Pro... method execute (line 18) | public function execute() FILE: app/code/Magento/Customer/Controller/Ajax/Login.php class Login (line 27) | class Login extends \Magento\Framework\App\Action\Action implements Http... method __construct (line 86) | public function __construct( method getAccountRedirect (line 114) | protected function getAccountRedirect() method setAccountRedirect (line 129) | public function setAccountRedirect($value) method getScopeConfig (line 140) | protected function getScopeConfig() method setScopeConfig (line 155) | public function setScopeConfig($value) method execute (line 168) | public function execute() FILE: app/code/Magento/Customer/Controller/Ajax/Logout.php class Logout (line 18) | class Logout extends \Magento\Framework\App\Action\Action implements Htt... method __construct (line 37) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Customer/Controller/Plugin/Account.php class Account (line 15) | class Account method __construct (line 31) | public function __construct( method beforeDispatch (line 46) | public function beforeDispatch(AbstractAction $subject, RequestInterfa... method afterDispatch (line 69) | public function afterDispatch(AbstractAction $subject, $result, Reques... FILE: app/code/Magento/Customer/Controller/RegistryConstants.php class RegistryConstants (line 12) | class RegistryConstants FILE: app/code/Magento/Customer/Controller/Review.php class Review (line 11) | class Review extends \Magento\Framework\App\Action\Action method __construct (line 22) | public function __construct( method execute (line 33) | public function execute() FILE: app/code/Magento/Customer/Controller/Review/Index.php class Index (line 9) | class Index extends \Magento\Customer\Controller\Review FILE: app/code/Magento/Customer/Controller/Review/View.php class View (line 9) | class View extends \Magento\Customer\Controller\Review FILE: app/code/Magento/Customer/Controller/Section/Load.php class Load (line 17) | class Load extends \Magento\Framework\App\Action\Action implements HttpG... method __construct (line 47) | public function __construct( method execute (line 64) | public function execute() FILE: app/code/Magento/Customer/CustomerData/Customer.php class Customer (line 15) | class Customer implements SectionSourceInterface method __construct (line 31) | public function __construct( method getSectionData (line 42) | public function getSectionData() FILE: app/code/Magento/Customer/CustomerData/JsLayoutDataProviderInterface.php type JsLayoutDataProviderInterface (line 15) | interface JsLayoutDataProviderInterface method getData (line 22) | public function getData(); FILE: app/code/Magento/Customer/CustomerData/JsLayoutDataProviderPool.php class JsLayoutDataProviderPool (line 15) | class JsLayoutDataProviderPool implements JsLayoutDataProviderPoolInterface method __construct (line 29) | public function __construct( method getData (line 38) | public function getData() FILE: app/code/Magento/Customer/CustomerData/JsLayoutDataProviderPoolInterface.php type JsLayoutDataProviderPoolInterface (line 12) | interface JsLayoutDataProviderPoolInterface method getData (line 19) | public function getData(); FILE: app/code/Magento/Customer/CustomerData/Plugin/SessionChecker.php class SessionChecker (line 15) | class SessionChecker method __construct (line 31) | public function __construct( method beforeStart (line 47) | public function beforeStart(SessionManagerInterface $sessionManager) FILE: app/code/Magento/Customer/CustomerData/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 22) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 30) | public function getSchema() method getPerFileSchema (line 38) | public function getPerFileSchema() FILE: app/code/Magento/Customer/CustomerData/Section/Identifier.php class Identifier (line 11) | class Identifier method __construct (line 37) | public function __construct( method initMark (line 49) | public function initMark($forceNewTimestamp) method markSections (line 74) | public function markSections(array $sectionsData, $sectionNames = null... FILE: app/code/Magento/Customer/CustomerData/SectionConfigConverter.php class SectionConfigConverter (line 8) | class SectionConfigConverter implements \Magento\Framework\Config\Conver... method convert (line 18) | public function convert($source) FILE: app/code/Magento/Customer/CustomerData/SectionPool.php class SectionPool (line 17) | class SectionPool implements SectionPoolInterface method __construct (line 45) | public function __construct( method getSectionsData (line 58) | public function getSectionsData(array $sectionNames = null, $forceNewT... method getSectionNames (line 70) | public function getSectionNames() method getSectionDataByNames (line 82) | protected function getSectionDataByNames($sectionNames) method getAllSectionData (line 99) | protected function getAllSectionData() method get (line 115) | protected function get($name) FILE: app/code/Magento/Customer/CustomerData/SectionPoolInterface.php type SectionPoolInterface (line 11) | interface SectionPoolInterface method getSectionsData (line 20) | public function getSectionsData(array $sectionNames = null, $forceNewT... FILE: app/code/Magento/Customer/CustomerData/SectionSourceInterface.php type SectionSourceInterface (line 14) | interface SectionSourceInterface method getSectionData (line 21) | public function getSectionData(); FILE: app/code/Magento/Customer/Helper/Address.php class Address (line 23) | class Address extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 108) | public function __construct( method getBookUrl (line 129) | public function getBookUrl() method getEditUrl (line 138) | public function getEditUrl() method getDeleteUrl (line 147) | public function getDeleteUrl() method getCreateUrl (line 156) | public function getCreateUrl() method getRenderer (line 166) | public function getRenderer($renderer) method getConfig (line 184) | public function getConfig($key, $store = null) method getStreetLines (line 207) | public function getStreetLines($store = null) method getFormat (line 229) | public function getFormat($code) method getFormatTypeRenderer (line 241) | public function getFormatTypeRenderer($code) method canShowConfig (line 258) | public function canShowConfig($key) method getAttributeValidationClass (line 273) | public function getAttributeValidationClass($attributeCode) method convertStreetLines (line 306) | public function convertStreetLines($origStreets, $toCount) method isVatValidationEnabled (line 337) | public function isVatValidationEnabled($store = null) method isDisableAutoGroupAssignDefaultValue (line 351) | public function isDisableAutoGroupAssignDefaultValue() method hasValidateOnEachTransaction (line 365) | public function hasValidateOnEachTransaction($store = null) method getTaxCalculationAddressType (line 380) | public function getTaxCalculationAddressType($store = null) method isVatAttributeVisible (line 394) | public function isVatAttributeVisible() method isAttributeVisible (line 412) | public function isAttributeVisible($code) FILE: app/code/Magento/Customer/Helper/Session/CurrentCustomer.php class CurrentCustomer (line 20) | class CurrentCustomer method __construct (line 66) | public function __construct( method getDepersonalizedCustomer (line 89) | protected function getDepersonalizedCustomer() method getCustomerFromService (line 101) | protected function getCustomerFromService() method getCustomer (line 111) | public function getCustomer() method getCustomerId (line 129) | public function getCustomerId() method setCustomerId (line 140) | public function setCustomerId($customerId) FILE: app/code/Magento/Customer/Helper/Session/CurrentCustomerAddress.php class CurrentCustomerAddress (line 14) | class CurrentCustomerAddress method __construct (line 30) | public function __construct( method getDefaultBillingAddress (line 43) | public function getDefaultBillingAddress() method getDefaultShippingAddress (line 53) | public function getDefaultShippingAddress() FILE: app/code/Magento/Customer/Helper/View.php class View (line 15) | class View extends \Magento\Framework\App\Helper\AbstractHelper implemen... method __construct (line 28) | public function __construct( method getCustomerName (line 39) | public function getCustomerName(CustomerInterface $customerData) FILE: app/code/Magento/Customer/Model/Account/Redirect.php class Redirect (line 26) | class Redirect method __construct (line 93) | public function __construct( method getRedirect (line 120) | public function getRedirect() method updateLastCustomerId (line 144) | protected function updateLastCustomerId() method prepareRedirectUrl (line 161) | protected function prepareRedirectUrl() method processLoggedCustomer (line 201) | protected function processLoggedCustomer() method applyRedirect (line 233) | private function applyRedirect($url) method getCookieManager (line 244) | protected function getCookieManager() method setCookieManager (line 259) | public function setCookieManager($value) method getRedirectCookie (line 269) | public function getRedirectCookie() method setRedirectCookie (line 280) | public function setRedirectCookie($route) method clearRedirectCookie (line 290) | public function clearRedirectCookie() FILE: app/code/Magento/Customer/Model/AccountConfirmation.php class AccountConfirmation (line 15) | class AccountConfirmation method __construct (line 38) | public function __construct( method isConfirmationRequired (line 54) | public function isConfirmationRequired($websiteId, $customerId, $custo... method canSkipConfirmation (line 74) | private function canSkipConfirmation($customerId, $customerEmail): bool FILE: app/code/Magento/Customer/Model/AccountManagement.php class AccountManagement (line 66) | class AccountManagement implements AccountManagementInterface method __construct (line 412) | public function __construct( method getAuthentication (line 497) | private function getAuthentication() method resendConfirmation (line 511) | public function resendConfirmation($email, $websiteId = null, $redirec... method activate (line 534) | public function activate($email, $confirmationKey) method activateById (line 543) | public function activateById($customerId, $confirmationKey) method activateCustomer (line 561) | private function activateCustomer($customer, $confirmationKey) method authenticate (line 588) | public function authenticate($username, $password) method validateResetPasswordLinkToken (line 623) | public function validateResetPasswordLinkToken($customerId, $resetPass... method initiatePasswordReset (line 632) | public function initiatePasswordReset($email, $template, $websiteId = ... method handleUnknownTemplate (line 672) | private function handleUnknownTemplate($template) method resetPassword (line 690) | public function resetPassword($email, $resetToken, $newPassword) method checkPasswordStrength (line 734) | protected function checkPasswordStrength($password) method makeRequiredCharactersCheck (line 778) | protected function makeRequiredCharactersCheck($password) method getMinPasswordLength (line 809) | protected function getMinPasswordLength() method getConfirmationStatus (line 817) | public function getConfirmationStatus($customerId) method createAccount (line 835) | public function createAccount(CustomerInterface $customer, $password =... method createAccountWithPasswordHash (line 861) | public function createAccountWithPasswordHash(CustomerInterface $custo... method getDefaultBillingAddress (line 946) | public function getDefaultBillingAddress($customerId) method getDefaultShippingAddress (line 955) | public function getDefaultShippingAddress($customerId) method sendEmailConfirmation (line 970) | protected function sendEmailConfirmation(CustomerInterface $customer, ... method changePassword (line 995) | public function changePassword($email, $currentPassword, $newPassword) method changePasswordById (line 1010) | public function changePasswordById($customerId, $currentPassword, $new... method changePasswordForCustomer (line 1034) | private function changePasswordForCustomer($customer, $currentPassword... method createPasswordHash (line 1063) | protected function createPasswordHash($password) method getEavValidator (line 1073) | private function getEavValidator() method validate (line 1084) | public function validate(CustomerInterface $customer) method isEmailAvailable (line 1110) | public function isEmailAvailable($customerEmail, $websiteId = null) method isCustomerInStore (line 1126) | public function isCustomerInStore($customerWebsiteId, $storeId) method validateResetPasswordToken (line 1154) | private function validateResetPasswordToken($customerId, $resetPasswor... method isReadonly (line 1194) | public function isReadonly($customerId) method sendNewAccountEmail (line 1212) | protected function sendNewAccountEmail( method sendPasswordResetNotificationEmail (line 1255) | protected function sendPasswordResetNotificationEmail($customer) method getWebsiteStoreId (line 1269) | protected function getWebsiteStoreId($customer, $defaultStoreId = null) method getTemplateTypes (line 1285) | protected function getTemplateTypes() method sendEmailTemplate (line 1318) | protected function sendEmailTemplate( method isConfirmationRequired (line 1366) | protected function isConfirmationRequired($customer) method canSkipConfirmation (line 1383) | protected function canSkipConfirmation($customer) method isResetPasswordLinkTokenExpired (line 1407) | public function isResetPasswordLinkTokenExpired($rpToken, $rpTokenCrea... method changeResetPasswordLinkToken (line 1442) | public function changeResetPasswordLinkToken($customer, $passwordLinkT... method sendPasswordReminderEmail (line 1473) | public function sendPasswordReminderEmail($customer) method sendPasswordResetConfirmationEmail (line 1502) | public function sendPasswordResetConfirmationEmail($customer) method getAddressById (line 1529) | protected function getAddressById(CustomerInterface $customer, $addres... method getFullCustomerObject (line 1547) | protected function getFullCustomerObject($customer) method getPasswordHash (line 1567) | public function getPasswordHash($password) method disableAddressValidation (line 1578) | private function disableAddressValidation($customer) method getEmailNotification (line 1592) | private function getEmailNotification() method destroyCustomerSessions (line 1612) | private function destroyCustomerSessions($customerId) method setIgnoreValidationFlag (line 1639) | private function setIgnoreValidationFlag($customer) method isAddressAllowedForWebsite (line 1651) | private function isAddressAllowedForWebsite(AddressInterface $address,... FILE: app/code/Magento/Customer/Model/Address.php class Address (line 23) | class Address extends \Magento\Customer\Model\Address\AbstractAddress method __construct (line 80) | public function __construct( method _construct (line 129) | protected function _construct() method updateData (line 141) | public function updateData(AddressInterface $address) method getDataModel (line 179) | public function getDataModel($defaultBillingAddressId = null, $default... method getCustomerId (line 194) | public function getCustomerId() method setCustomerId (line 205) | public function setCustomerId($id) method getCustomer (line 217) | public function getCustomer() method setCustomer (line 234) | public function setCustomer(Customer $customer) method getAttributes (line 246) | public function getAttributes() method getDefaultAttributeCodes (line 261) | public function getDefaultAttributeCodes() method __clone (line 271) | public function __clone() method getEntityType (line 281) | public function getEntityType() method getRegionId (line 291) | public function getRegionId() method setRegionId (line 302) | public function setRegionId($regionId) method _createCustomer (line 313) | protected function _createCustomer() method getEntityTypeId (line 323) | public function getEntityTypeId() method afterSave (line 333) | public function afterSave() method afterDeleteCommit (line 347) | public function afterDeleteCommit() method reindex (line 358) | public function reindex() method getCustomAttributesCodes (line 373) | protected function getCustomAttributesCodes() method getAttributeList (line 384) | private function getAttributeList() method getAttributeSetId (line 400) | public function getAttributeSetId() FILE: app/code/Magento/Customer/Model/Address/AbstractAddress.php class AbstractAddress (line 38) | class AbstractAddress extends AbstractExtensibleModel implements Address... method __construct (line 146) | public function __construct( method getName (line 193) | public function getName() method getStreet (line 216) | public function getStreet() method getStreetLine (line 230) | public function getStreetLine($number) method getStreetFull (line 241) | public function getStreetFull() method setStreetFull (line 253) | public function setStreetFull($street) method setStreet (line 264) | public function setStreet($street) method setData (line 278) | public function setData($key, $value = null) method isAddressMultilineAttribute (line 294) | protected function isAddressMultilineAttribute($code) method _implodeArrayField (line 305) | protected function _implodeArrayField(array $data) method _implodeArrayValues (line 321) | protected function _implodeArrayValues($value) method explodeStreetAddress (line 348) | public function explodeStreetAddress() method getRegion (line 362) | public function getRegion() method getRegionCode (line 390) | public function getRegionCode() method getRegionId (line 414) | public function getRegionId() method getCountry (line 438) | public function getCountry() method getCountryModel (line 449) | public function getCountryModel() method getRegionModel (line 466) | public function getRegionModel($regionId = null) method format (line 493) | public function format($type) method getConfig (line 507) | public function getConfig() method beforeSave (line 517) | public function beforeSave() method getDataModel (line 536) | public function getDataModel($defaultBillingAddressId = null, $default... method validate (line 590) | public function validate() method _createRegionInstance (line 610) | protected function _createRegionInstance() method _createCountryInstance (line 620) | protected function _createCountryInstance() method unsRegion (line 631) | public function unsRegion() method isCompanyRequired (line 643) | protected function isCompanyRequired() method isTelephoneRequired (line 655) | protected function isTelephoneRequired() method isFaxRequired (line 667) | protected function isFaxRequired() FILE: app/code/Magento/Customer/Model/Address/AddressModelInterface.php type AddressModelInterface (line 15) | interface AddressModelInterface method getStreetLine (line 23) | public function getStreetLine($number); method explodeStreetAddress (line 32) | public function explodeStreetAddress(); FILE: app/code/Magento/Customer/Model/Address/CompositeValidator.php class CompositeValidator (line 12) | class CompositeValidator implements ValidatorInterface method __construct (line 22) | public function __construct( method validate (line 31) | public function validate(AbstractAddress $address) FILE: app/code/Magento/Customer/Model/Address/Config.php class Config (line 16) | class Config extends ConfigData method __construct (line 71) | public function __construct( method setStore (line 92) | public function setStore($store) method getStore (line 103) | public function getStore() method getFormats (line 116) | public function getFormats() method _getDefaultFormat (line 156) | protected function _getDefaultFormat() method getFormatByCode (line 183) | public function getFormatByCode($typeCode) FILE: app/code/Magento/Customer/Model/Address/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 18) | public function convert($source) FILE: app/code/Magento/Customer/Model/Address/Config/Reader.php class Reader (line 10) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 18) | public function __construct( FILE: app/code/Magento/Customer/Model/Address/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 24) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 32) | public function getSchema() method getPerFileSchema (line 40) | public function getPerFileSchema() FILE: app/code/Magento/Customer/Model/Address/CustomAttributeList.php class CustomAttributeList (line 8) | class CustomAttributeList implements CustomAttributeListInterface method getAttributes (line 13) | public function getAttributes() FILE: app/code/Magento/Customer/Model/Address/CustomAttributeListInterface.php type CustomAttributeListInterface (line 12) | interface CustomAttributeListInterface method getAttributes (line 20) | public function getAttributes(); FILE: app/code/Magento/Customer/Model/Address/CustomAttributesProcessor.php class CustomAttributesProcessor (line 16) | class CustomAttributesProcessor method __construct (line 32) | public function __construct( method setLabelsForAttributes (line 48) | private function setLabelsForAttributes(array $customAttributes): array method getAttributeLabels (line 70) | private function getAttributeLabels(array $customAttribute, string $cu... method filterNotVisibleAttributes (line 101) | public function filterNotVisibleAttributes(array $attributes): array FILE: app/code/Magento/Customer/Model/Address/CustomerAddressDataFormatter.php class CustomerAddressDataFormatter (line 17) | class CustomerAddressDataFormatter method __construct (line 39) | public function __construct( method prepareAddress (line 56) | public function prepareAddress(AddressInterface $customerAddress) method getCustomerAddressInline (line 103) | private function getCustomerAddressInline(AddressInterface $address): ... FILE: app/code/Magento/Customer/Model/Address/CustomerAddressDataProvider.php class CustomerAddressDataProvider (line 13) | class CustomerAddressDataProvider method __construct (line 30) | public function __construct( method getAddressDataByCustomer (line 43) | public function getAddressDataByCustomer( FILE: app/code/Magento/Customer/Model/Address/DataProvider.php class DataProvider (line 25) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 92) | public function __construct( method getData (line 126) | public function getData(): array method prepareAddressData (line 162) | private function prepareAddressData($addressId, array &$addresses, $de... method getDefaultData (line 190) | private function getDefaultData(): array method getAttributesMeta (line 210) | private function getAttributesMeta(Type $entityType): array FILE: app/code/Magento/Customer/Model/Address/Form.php class Form (line 14) | class Form extends \Magento\Customer\Model\Form FILE: app/code/Magento/Customer/Model/Address/Mapper.php class Mapper (line 15) | class Mapper method __construct (line 25) | public function __construct(ExtensibleDataObjectConverter $extensibleD... method toFlatArray (line 38) | public function toFlatArray($addressDataObject) FILE: app/code/Magento/Customer/Model/Address/Validator/Country.php class Country (line 19) | class Country implements ValidatorInterface method __construct (line 41) | public function __construct( method validate (line 56) | public function validate(AbstractAddress $address) method validateCountry (line 72) | private function validateCountry(AbstractAddress $address) method validateRegion (line 97) | private function validateRegion(AbstractAddress $address) method getWebsiteAllowedCountries (line 132) | private function getWebsiteAllowedCountries(AbstractAddress $address):... FILE: app/code/Magento/Customer/Model/Address/Validator/General.php class General (line 14) | class General implements ValidatorInterface method __construct (line 30) | public function __construct( method validate (line 41) | public function validate(AbstractAddress $address) method checkRequiredFields (line 58) | private function checkRequiredFields(AbstractAddress $address) method checkOptionalFields (line 88) | private function checkOptionalFields(AbstractAddress $address) method isCompanyRequired (line 125) | private function isCompanyRequired() method isTelephoneRequired (line 136) | private function isTelephoneRequired() method isFaxRequired (line 147) | private function isFaxRequired() FILE: app/code/Magento/Customer/Model/Address/Validator/Postcode.php class Postcode (line 8) | class Postcode method __construct (line 18) | public function __construct(\Magento\Directory\Helper\Data $directoryH... method isValid (line 30) | public function isValid($countryId, $postcode) FILE: app/code/Magento/Customer/Model/Address/ValidatorInterface.php type ValidatorInterface (line 14) | interface ValidatorInterface method validate (line 23) | public function validate(AbstractAddress $address); FILE: app/code/Magento/Customer/Model/AddressRegistry.php class AddressRegistry (line 14) | class AddressRegistry method __construct (line 29) | public function __construct(AddressFactory $addressFactory) method retrieve (line 41) | public function retrieve($addressId) method remove (line 61) | public function remove($addressId) method push (line 72) | public function push(Address $address) FILE: app/code/Magento/Customer/Model/AddressSearchResults.php class AddressSearchResults (line 16) | class AddressSearchResults extends SearchResults implements AddressSearc... FILE: app/code/Magento/Customer/Model/App/Action/ContextPlugin.php class ContextPlugin (line 19) | class ContextPlugin method __construct (line 35) | public function __construct(Session $customerSession, HttpContext $htt... method beforeDispatch (line 49) | public function beforeDispatch(AbstractAction $subject, RequestInterfa... FILE: app/code/Magento/Customer/Model/Attribute.php class Attribute (line 18) | class Attribute extends \Magento\Eav\Model\Attribute method __construct (line 75) | public function __construct( method _construct (line 129) | protected function _construct() method afterSave (line 137) | public function afterSave() method afterDelete (line 151) | public function afterDelete() method afterDeleteCommit (line 162) | public function afterDeleteCommit() method invalidate (line 175) | public function invalidate() method canBeSearchableInGrid (line 187) | public function canBeSearchableInGrid() method canBeFilterableInGrid (line 197) | public function canBeFilterableInGrid() method __sleep (line 206) | public function __sleep() method __wakeup (line 218) | public function __wakeup() FILE: app/code/Magento/Customer/Model/Attribute/Backend/Data/Boolean.php class Boolean (line 13) | class Boolean extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method beforeSave (line 21) | public function beforeSave($customer) FILE: app/code/Magento/Customer/Model/Attribute/Data/AbstractData.php class AbstractData (line 14) | abstract class AbstractData extends \Magento\Eav\Model\Attribute\Data\Ab... FILE: app/code/Magento/Customer/Model/Attribute/Data/Boolean.php class Boolean (line 14) | class Boolean extends \Magento\Eav\Model\Attribute\Data\Boolean FILE: app/code/Magento/Customer/Model/Attribute/Data/Date.php class Date (line 14) | class Date extends \Magento\Eav\Model\Attribute\Data\Date FILE: app/code/Magento/Customer/Model/Attribute/Data/File.php class File (line 14) | class File extends \Magento\Eav\Model\Attribute\Data\File FILE: app/code/Magento/Customer/Model/Attribute/Data/Hidden.php class Hidden (line 14) | class Hidden extends \Magento\Eav\Model\Attribute\Data\Hidden FILE: app/code/Magento/Customer/Model/Attribute/Data/Image.php class Image (line 14) | class Image extends \Magento\Eav\Model\Attribute\Data\Image FILE: app/code/Magento/Customer/Model/Attribute/Data/Multiline.php class Multiline (line 14) | class Multiline extends \Magento\Eav\Model\Attribute\Data\Multiline FILE: app/code/Magento/Customer/Model/Attribute/Data/Multiselect.php class Multiselect (line 14) | class Multiselect extends \Magento\Eav\Model\Attribute\Data\Multiselect FILE: app/code/Magento/Customer/Model/Attribute/Data/Postcode.php class Postcode (line 21) | class Postcode extends \Magento\Eav\Model\Attribute\Data\AbstractData method __construct (line 34) | public function __construct( method validateValue (line 52) | public function validateValue($value) method extractValue (line 78) | public function extractValue(RequestInterface $request) method compactValue (line 90) | public function compactValue($value) method restoreValue (line 104) | public function restoreValue($value) method outputValue (line 116) | public function outputValue($format = AttributeDataFactory::OUTPUT_FOR... FILE: app/code/Magento/Customer/Model/Attribute/Data/Select.php class Select (line 14) | class Select extends \Magento\Eav\Model\Attribute\Data\Select FILE: app/code/Magento/Customer/Model/Attribute/Data/Text.php class Text (line 14) | class Text extends \Magento\Eav\Model\Attribute\Data\Text FILE: app/code/Magento/Customer/Model/Attribute/Data/Textarea.php class Textarea (line 14) | class Textarea extends \Magento\Eav\Model\Attribute\Data\Textarea FILE: app/code/Magento/Customer/Model/AttributeMetadataConverter.php class AttributeMetadataConverter (line 20) | class AttributeMetadataConverter method __construct (line 70) | public function __construct( method createMetadataAttribute (line 90) | public function createMetadataAttribute($attribute) method getOptionFromConfig (line 164) | private function getOptionFromConfig($attributeCode) FILE: app/code/Magento/Customer/Model/AttributeMetadataDataProvider.php class AttributeMetadataDataProvider (line 14) | class AttributeMetadataDataProvider method __construct (line 38) | public function __construct( method getAttribute (line 55) | public function getAttribute($entityType, $attributeCode) method getAllAttributeCodes (line 68) | public function getAllAttributeCodes($entityType, $attributeSetId = 0,... method loadAttributesCollection (line 89) | public function loadAttributesCollection($entityType, $formCode) FILE: app/code/Magento/Customer/Model/AttributeMetadataResolver.php class AttributeMetadataResolver (line 25) | class AttributeMetadataResolver method __construct (line 85) | public function __construct( method getAttributesMeta (line 108) | public function getAttributesMeta( method canShowAttribute (line 170) | private function canShowAttribute( method modifyBooleanAttributeMeta (line 185) | private function modifyBooleanAttributeMeta(AttributeInterface $attrib... method processWebsiteMeta (line 205) | public function processWebsiteMeta(&$meta): void FILE: app/code/Magento/Customer/Model/Authentication.php class Authentication (line 20) | class Authentication implements AuthenticationInterface method __construct (line 71) | public function __construct( method processAuthenticationFailure (line 88) | public function processAuthenticationFailure($customerId) method unlock (line 125) | public function unlock($customerId) method getLockThreshold (line 139) | protected function getLockThreshold() method getMaxFailures (line 149) | protected function getMaxFailures() method isLocked (line 157) | public function isLocked($customerId) method authenticate (line 166) | public function authenticate($customerId, $password) method getCustomerAuthUpdate (line 186) | private function getCustomerAuthUpdate() FILE: app/code/Magento/Customer/Model/AuthenticationInterface.php type AuthenticationInterface (line 15) | interface AuthenticationInterface method processAuthenticationFailure (line 23) | public function processAuthenticationFailure($customerId); method unlock (line 31) | public function unlock($customerId); method isLocked (line 39) | public function isLocked($customerId); method authenticate (line 50) | public function authenticate($customerId, $password); FILE: app/code/Magento/Customer/Model/Authorization/CustomerSessionUserContext.php class CustomerSessionUserContext (line 15) | class CustomerSessionUserContext implements UserContextInterface method __construct (line 27) | public function __construct( method getUserId (line 36) | public function getUserId() method getUserType (line 44) | public function getUserType() FILE: app/code/Magento/Customer/Model/Backend/Customer.php class Customer (line 8) | class Customer extends \Magento\Customer\Model\Customer method getStoreId (line 15) | public function getStoreId() FILE: app/code/Magento/Customer/Model/Cache/Type/Notification.php class Notification (line 11) | class Notification extends \Magento\Framework\Cache\Frontend\Decorator\T... method __construct (line 26) | public function __construct(\Magento\Framework\App\Cache\Type\Frontend... FILE: app/code/Magento/Customer/Model/Cart/ConfigPlugin.php class ConfigPlugin (line 10) | class ConfigPlugin method __construct (line 20) | public function __construct( method afterGetConfig (line 33) | public function afterGetConfig(\Magento\Checkout\Block\Cart\Sidebar $s... FILE: app/code/Magento/Customer/Model/Checkout/ConfigProvider.php class ConfigProvider (line 20) | class ConfigProvider implements ConfigProviderInterface method __construct (line 49) | public function __construct( method getConfig (line 65) | public function getConfig() method isAutocompleteEnabled (line 80) | protected function isAutocompleteEnabled() method getLoginUrl (line 93) | protected function getLoginUrl() method isRedirectRequired (line 105) | protected function isRedirectRequired() FILE: app/code/Magento/Customer/Model/Config/Backend/Address/Street.php class Street (line 15) | class Street extends \Magento\Framework\App\Config\Value method __construct (line 38) | public function __construct( method afterSave (line 59) | public function afterSave() method afterDelete (line 86) | public function afterDelete() FILE: app/code/Magento/Customer/Model/Config/Backend/CreateAccount/DisableAutoGroupAssignDefault.php class DisableAutoGroupAssignDefault (line 8) | class DisableAutoGroupAssignDefault extends \Magento\Framework\App\Confi... method __construct (line 25) | public function __construct( method afterSave (line 44) | public function afterSave() FILE: app/code/Magento/Customer/Model/Config/Backend/Password/Link/Expirationperiod.php class Expirationperiod (line 13) | class Expirationperiod extends \Magento\Framework\App\Config\Value method beforeSave (line 20) | public function beforeSave() FILE: app/code/Magento/Customer/Model/Config/Backend/Show/Address.php class Address (line 15) | class Address extends Customer method _getAttributeObjects (line 22) | protected function _getAttributeObjects() FILE: app/code/Magento/Customer/Model/Config/Backend/Show/AddressOnly.php class AddressOnly (line 15) | class AddressOnly extends Customer method _getAttributeObjects (line 22) | protected function _getAttributeObjects() FILE: app/code/Magento/Customer/Model/Config/Backend/Show/Customer.php class Customer (line 15) | class Customer extends \Magento\Framework\App\Config\Value method __construct (line 38) | public function __construct( method _getAttributeCode (line 59) | protected function _getAttributeCode() method _getAttributeObjects (line 69) | protected function _getAttributeObjects() method afterSave (line 79) | public function afterSave() method afterDelete (line 123) | public function afterDelete() FILE: app/code/Magento/Customer/Model/Config/Share.php class Share (line 13) | class Share extends \Magento\Framework\App\Config\Value implements \Mage... method __construct (line 52) | public function __construct( method isGlobalScope (line 73) | public function isGlobalScope() method isWebsiteScope (line 83) | public function isWebsiteScope() method toOptionArray (line 96) | public function toOptionArray() method beforeSave (line 107) | public function beforeSave() method getSharedWebsiteIds (line 130) | public function getSharedWebsiteIds($websiteId) FILE: app/code/Magento/Customer/Model/Config/Source/Address/Type.php class Type (line 14) | class Type implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Customer/Model/Config/Source/Group.php class Group (line 12) | class Group implements \Magento\Framework\Option\ArrayInterface method __construct (line 41) | public function __construct( method toOptionArray (line 55) | public function toOptionArray() FILE: app/code/Magento/Customer/Model/Config/Source/Group/Multiselect.php class Multiselect (line 12) | class Multiselect implements \Magento\Framework\Option\ArrayInterface method __construct (line 43) | public function __construct( method toOptionArray (line 59) | public function toOptionArray() FILE: app/code/Magento/Customer/Model/Context.php class Context (line 8) | class Context FILE: app/code/Magento/Customer/Model/Customer.php class Customer (line 47) | class Customer extends \Magento\Framework\Model\AbstractModel method __construct (line 256) | public function __construct( method _construct (line 312) | public function _construct() method getDataModel (line 322) | public function getDataModel() method updateData (line 350) | public function updateData($customer) method getSharingConfig (line 384) | public function getSharingConfig() method authenticate (line 398) | public function authenticate($login, $password) method loadByEmail (line 428) | public function loadByEmail($customerEmail) method changePassword (line 441) | public function changePassword($newPassword) method getName (line 453) | public function getName() method addAddress (line 478) | public function addAddress(Address $address) method getAddressById (line 490) | public function getAddressById($addressId) method getAddressItemById (line 502) | public function getAddressItemById($addressId) method getAddressCollection (line 512) | public function getAddressCollection() method getAddressesCollection (line 523) | public function getAddressesCollection() method getAddresses (line 544) | public function getAddresses() method getAttributes (line 555) | public function getAttributes() method getAttribute (line 569) | public function getAttribute($attributeCode) method setPassword (line 584) | public function setPassword($password) method hashPassword (line 598) | public function hashPassword($password, $salt = true) method validatePassword (line 610) | public function validatePassword($password) method encryptPassword (line 625) | public function encryptPassword($password) method decryptPassword (line 636) | public function decryptPassword($password) method getPrimaryAddress (line 647) | public function getPrimaryAddress($attributeCode) method getPrimaryBillingAddress (line 659) | public function getPrimaryBillingAddress() method getDefaultBillingAddress (line 669) | public function getDefaultBillingAddress() method getPrimaryShippingAddress (line 679) | public function getPrimaryShippingAddress() method getDefaultShippingAddress (line 689) | public function getDefaultShippingAddress() method getPrimaryAddressIds (line 699) | public function getPrimaryAddressIds() method getPrimaryAddresses (line 716) | public function getPrimaryAddresses() method getAdditionalAddresses (line 742) | public function getAdditionalAddresses() method isAddressPrimary (line 760) | public function isAddressPrimary(Address $address) method sendNewAccountEmail (line 777) | public function sendNewAccountEmail($type = 'registered', $backUrl = '... method isConfirmationRequired (line 808) | public function isConfirmationRequired() method getRandomConfirmationKey (line 820) | public function getRandomConfirmationKey() method sendPasswordReminderEmail (line 830) | public function sendPasswordReminderEmail() method _sendEmailTemplate (line 851) | protected function _sendEmailTemplate($template, $sender, $templatePar... method sendPasswordResetConfirmationEmail (line 876) | public function sendPasswordResetConfirmationEmail() method getGroupId (line 898) | public function getGroupId() method getTaxClassId (line 917) | public function getTaxClassId() method getStore (line 931) | public function getStore() method getSharedStoreIds (line 941) | public function getSharedStoreIds() method getSharedWebsiteIds (line 964) | public function getSharedWebsiteIds() method getAttributeSetId (line 986) | public function getAttributeSetId() method setStore (line 997) | public function setStore(\Magento\Store\Model\Store $store) method validate (line 1010) | public function validate() method unsetSubscription (line 1020) | public function unsetSubscription() method cleanAllAddresses (line 1033) | public function cleanAllAddresses() method addError (line 1044) | public function addError($error) method getErrors (line 1055) | public function getErrors() method resetErrors (line 1065) | public function resetErrors() method afterSave (line 1076) | public function afterSave() method afterDeleteCommit (line 1090) | public function afterDeleteCommit() method reindex (line 1101) | public function reindex() method getCreatedAtTimestamp (line 1113) | public function getCreatedAtTimestamp() method reset (line 1127) | public function reset() method isDeleteable (line 1141) | public function isDeleteable() method setIsDeleteable (line 1152) | public function setIsDeleteable($value) method isReadonly (line 1163) | public function isReadonly() method setIsReadonly (line 1174) | public function setIsReadonly($value) method canSkipConfirmation (line 1187) | protected function canSkipConfirmation() method __clone (line 1209) | public function __clone() method getEntityType (line 1225) | public function getEntityType() method _getWebsiteStoreId (line 1237) | protected function _getWebsiteStoreId($defaultStoreId = null) method changeResetPasswordLinkToken (line 1256) | public function changeResetPasswordLinkToken($passwordLinkToken) method isResetPasswordLinkTokenExpired (line 1272) | public function isResetPasswordLinkTokenExpired() method getResetPasswordLinkExpirationPeriod (line 1302) | public function getResetPasswordLinkExpirationPeriod() method _createAddressInstance (line 1315) | protected function _createAddressInstance() method _createAddressCollection (line 1325) | protected function _createAddressCollection() method getTemplateTypes (line 1335) | protected function getTemplateTypes() method isCustomerLocked (line 1356) | public function isCustomerLocked() method getPasswordConfirm (line 1373) | public function getPasswordConfirm() method getPassword (line 1384) | public function getPassword() FILE: app/code/Magento/Customer/Model/Customer/Attribute/Backend/Billing.php class Billing (line 13) | class Billing extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method beforeSave (line 19) | public function beforeSave($object) method afterSave (line 31) | public function afterSave($object) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Backend/Password.php class Password (line 15) | class Password extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstr... method __construct (line 32) | public function __construct(\Magento\Framework\Stdlib\StringUtils $str... method beforeSave (line 46) | public function beforeSave($object) method validate (line 76) | public function validate($object) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Backend/Shipping.php class Shipping (line 13) | class Shipping extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstr... method beforeSave (line 19) | public function beforeSave($object) method afterSave (line 31) | public function afterSave($object) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Backend/Store.php class Store (line 13) | class Store extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method __construct (line 23) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method beforeSave (line 34) | public function beforeSave($object) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Backend/Website.php class Website (line 13) | class Website extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method __construct (line 23) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method beforeSave (line 34) | public function beforeSave($object) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Source/Group.php class Group (line 15) | class Group extends \Magento\Eav\Model\Entity\Attribute\Source\Table imp... method __construct (line 33) | public function __construct( method getAllOptions (line 47) | public function getAllOptions($withEmpty = true, $defaultValues = false) FILE: app/code/Magento/Customer/Model/Customer/Attribute/Source/GroupSourceLoggedInOnlyInterface.php type GroupSourceLoggedInOnlyInterface (line 15) | interface GroupSourceLoggedInOnlyInterface extends OptionSourceInterface FILE: app/code/Magento/Customer/Model/Customer/Attribute/Source/Store.php class Store (line 13) | class Store extends \Magento\Eav\Model\Entity\Attribute\Source\Table method __construct (line 31) | public function __construct( method getAllOptions (line 45) | public function getAllOptions($withEmpty = true, $defaultValues = false) method getOptionText (line 64) | public function getOptionText($value) method _createStoresCollection (line 100) | protected function _createStoresCollection() FILE: app/code/Magento/Customer/Model/Customer/Attribute/Source/Website.php class Website (line 13) | class Website extends \Magento\Eav\Model\Entity\Attribute\Source\Table method __construct (line 25) | public function __construct( method getAllOptions (line 37) | public function getAllOptions($withEmpty = true, $defaultValues = false) method getOptionText (line 50) | public function getOptionText($value) FILE: app/code/Magento/Customer/Model/Customer/CredentialsValidator.php class CredentialsValidator (line 15) | class CredentialsValidator method checkPasswordDifferentFromEmail (line 25) | public function checkPasswordDifferentFromEmail($email, $password) FILE: app/code/Magento/Customer/Model/Customer/DataProvider.php class DataProvider (line 40) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 159) | public function __construct( method getSession (line 199) | protected function getSession() method getData (line 214) | public function getData() method getAttributesMeta (line 261) | protected function getAttributesMeta(Type $entityType) method canShowAttribute (line 316) | private function canShowAttribute(AbstractAttribute $customerAttribute... method getCountryWithWebsiteSource (line 329) | private function getCountryWithWebsiteSource() method getShareConfig (line 344) | private function getShareConfig() method processWebsiteMeta (line 359) | private function processWebsiteMeta(&$meta) method processFrontendInput (line 380) | private function processFrontendInput(AttributeInterface $attribute, a... method prepareAddressData (line 400) | protected function prepareAddressData($addressId, array &$addresses, a... FILE: app/code/Magento/Customer/Model/Customer/DataProviderWithDefaultAddresses.php class DataProviderWithDefaultAddresses (line 22) | class DataProviderWithDefaultAddresses extends \Magento\Ui\DataProvider\... method __construct (line 82) | public function __construct( method getData (line 114) | public function getData(): array method prepareDefaultAddress (line 159) | private function prepareDefaultAddress($address): array method getAttributesMeta (line 182) | private function getAttributesMeta(Type $entityType): array FILE: app/code/Magento/Customer/Model/Customer/Mapper.php class Mapper (line 16) | class Mapper method __construct (line 26) | public function __construct(ExtensibleDataObjectConverter $extensibleD... method toFlatArray (line 37) | public function toFlatArray(CustomerInterface $customer) FILE: app/code/Magento/Customer/Model/Customer/NotificationStorage.php class NotificationStorage (line 12) | class NotificationStorage method __construct (line 31) | public function __construct( method add (line 46) | public function add($notificationType, $customerId) method isExists (line 64) | public function isExists($notificationType, $customerId) method remove (line 76) | public function remove($notificationType, $customerId) method getCacheKey (line 88) | private function getCacheKey($notificationType, $customerId) FILE: app/code/Magento/Customer/Model/Customer/Source/Group.php class Group (line 17) | class Group implements GroupSourceInterface method __construct (line 39) | public function __construct( method toOptionArray (line 54) | public function toOptionArray() FILE: app/code/Magento/Customer/Model/Customer/Source/GroupSourceInterface.php type GroupSourceInterface (line 14) | interface GroupSourceInterface extends OptionSourceInterface FILE: app/code/Magento/Customer/Model/CustomerAuthUpdate.php class CustomerAuthUpdate (line 16) | class CustomerAuthUpdate method __construct (line 38) | public function __construct( method saveAuth (line 55) | public function saveAuth($customerId) FILE: app/code/Magento/Customer/Model/CustomerExtractor.php class CustomerExtractor (line 17) | class CustomerExtractor method __construct (line 51) | public function __construct( method extract (line 73) | public function extract( FILE: app/code/Magento/Customer/Model/CustomerGroupConfig.php class CustomerGroupConfig (line 12) | class CustomerGroupConfig implements \Magento\Customer\Api\CustomerGroup... method __construct (line 28) | public function __construct( method setDefaultCustomerGroup (line 39) | public function setDefaultCustomerGroup($id) FILE: app/code/Magento/Customer/Model/CustomerIdProvider.php class CustomerIdProvider (line 15) | class CustomerIdProvider method __construct (line 25) | public function __construct( method getCustomerId (line 36) | public function getCustomerId(): int FILE: app/code/Magento/Customer/Model/CustomerManagement.php class CustomerManagement (line 11) | class CustomerManagement implements CustomerManagementInterface method __construct (line 21) | public function __construct(CollectionFactory $customersFactory) method getCount (line 29) | public function getCount() FILE: app/code/Magento/Customer/Model/CustomerRegistry.php class CustomerRegistry (line 17) | class CustomerRegistry method __construct (line 58) | public function __construct( method retrieve (line 75) | public function retrieve($customerId) method retrieveByEmail (line 101) | public function retrieveByEmail($customerEmail, $websiteId = null) method retrieveSecureData (line 146) | public function retrieveSecureData($customerId) method remove (line 173) | public function remove($customerId) method removeByEmail (line 192) | public function removeByEmail($customerEmail, $websiteId = null) method getEmailKey (line 214) | protected function getEmailKey($customerEmail, $websiteId) method push (line 225) | public function push(Customer $customer) FILE: app/code/Magento/Customer/Model/CustomerSearchResults.php class CustomerSearchResults (line 16) | class CustomerSearchResults extends SearchResults implements CustomerSea... FILE: app/code/Magento/Customer/Model/Data/Address.php class Address (line 20) | class Address extends \Magento\Framework\Api\AbstractExtensibleObject im... method __construct (line 34) | public function __construct( method getCustomAttributesCodes (line 47) | protected function getCustomAttributesCodes() method getId (line 60) | public function getId() method getRegion (line 70) | public function getRegion() method getRegionId (line 80) | public function getRegionId() method getCountryId (line 90) | public function getCountryId() method getStreet (line 100) | public function getStreet() method getCompany (line 110) | public function getCompany() method getTelephone (line 120) | public function getTelephone() method getFax (line 130) | public function getFax() method getPostcode (line 140) | public function getPostcode() method getCity (line 150) | public function getCity() method getFirstname (line 160) | public function getFirstname() method getLastname (line 170) | public function getLastname() method getMiddlename (line 180) | public function getMiddlename() method getPrefix (line 190) | public function getPrefix() method getSuffix (line 200) | public function getSuffix() method getVatId (line 210) | public function getVatId() method getCustomerId (line 220) | public function getCustomerId() method isDefaultShipping (line 230) | public function isDefaultShipping() method isDefaultBilling (line 240) | public function isDefaultBilling() method setId (line 251) | public function setId($id) method setCustomerId (line 262) | public function setCustomerId($customerId) method setRegion (line 273) | public function setRegion(RegionInterface $region = null) method setRegionId (line 284) | public function setRegionId($regionId) method setCountryId (line 295) | public function setCountryId($countryId) method setStreet (line 306) | public function setStreet(array $street) method setCompany (line 317) | public function setCompany($company) method setTelephone (line 328) | public function setTelephone($telephone) method setFax (line 339) | public function setFax($fax) method setPostcode (line 350) | public function setPostcode($postcode) method setCity (line 361) | public function setCity($city) method setFirstname (line 372) | public function setFirstname($firstName) method setLastname (line 383) | public function setLastname($lastName) method setMiddlename (line 394) | public function setMiddlename($middleName) method setPrefix (line 405) | public function setPrefix($prefix) method setSuffix (line 416) | public function setSuffix($suffix) method setVatId (line 427) | public function setVatId($vatId) method setIsDefaultShipping (line 438) | public function setIsDefaultShipping($isDefaultShipping) method setIsDefaultBilling (line 449) | public function setIsDefaultBilling($isDefaultBilling) method getExtensionAttributes (line 459) | public function getExtensionAttributes() method setExtensionAttributes (line 470) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Addr... FILE: app/code/Magento/Customer/Model/Data/AttributeMetadata.php class AttributeMetadata (line 14) | class AttributeMetadata extends \Magento\Framework\Api\AbstractSimpleObj... method getAttributeCode (line 21) | public function getAttributeCode() method getFrontendInput (line 29) | public function getFrontendInput() method getInputFilter (line 37) | public function getInputFilter() method getStoreLabel (line 45) | public function getStoreLabel() method getValidationRules (line 53) | public function getValidationRules() method getMultilineCount (line 61) | public function getMultilineCount() method isVisible (line 69) | public function isVisible() method isRequired (line 77) | public function isRequired() method getDataModel (line 85) | public function getDataModel() method getOptions (line 93) | public function getOptions() method getFrontendClass (line 101) | public function getFrontendClass() method isUserDefined (line 109) | public function isUserDefined() method getSortOrder (line 117) | public function getSortOrder() method getFrontendLabel (line 125) | public function getFrontendLabel() method getNote (line 133) | public function getNote() method isSystem (line 141) | public function isSystem() method getBackendType (line 149) | public function getBackendType() method setAttributeCode (line 160) | public function setAttributeCode($attributeCode) method setFrontendInput (line 171) | public function setFrontendInput($frontendInput) method setInputFilter (line 182) | public function setInputFilter($inputFilter) method setStoreLabel (line 193) | public function setStoreLabel($storeLabel) method setValidationRules (line 204) | public function setValidationRules(array $validationRules) method setMultilineCount (line 215) | public function setMultilineCount($multilineCount) method setIsVisible (line 226) | public function setIsVisible($isVisible) method setIsRequired (line 237) | public function setIsRequired($isRequired) method setDataModel (line 248) | public function setDataModel($dataModel) method setOptions (line 259) | public function setOptions(array $options = null) method setFrontendClass (line 270) | public function setFrontendClass($frontendClass) method setIsUserDefined (line 281) | public function setIsUserDefined($isUserDefined) method setSortOrder (line 292) | public function setSortOrder($sortOrder) method setFrontendLabel (line 303) | public function setFrontendLabel($frontendLabel) method setNote (line 314) | public function setNote($note) method setIsSystem (line 325) | public function setIsSystem($isSystem) method setBackendType (line 336) | public function setBackendType($backendType) method getIsUsedInGrid (line 344) | public function getIsUsedInGrid() method getIsVisibleInGrid (line 352) | public function getIsVisibleInGrid() method getIsFilterableInGrid (line 360) | public function getIsFilterableInGrid() method getIsSearchableInGrid (line 368) | public function getIsSearchableInGrid() method setIsUsedInGrid (line 376) | public function setIsUsedInGrid($isUsedInGrid) method setIsVisibleInGrid (line 384) | public function setIsVisibleInGrid($isVisibleInGrid) method setIsFilterableInGrid (line 392) | public function setIsFilterableInGrid($isFilterableInGrid) method setIsSearchableInGrid (line 400) | public function setIsSearchableInGrid($isSearchableInGrid) method getDefaultValue (line 408) | public function getDefaultValue() method setDefaultValue (line 416) | public function setDefaultValue($defaultValue) FILE: app/code/Magento/Customer/Model/Data/Customer.php class Customer (line 15) | class Customer extends \Magento\Framework\Api\AbstractExtensibleObject i... method __construct (line 31) | public function __construct( method getCustomAttributesCodes (line 44) | protected function getCustomAttributesCodes() method getDefaultBilling (line 55) | public function getDefaultBilling() method getDefaultShipping (line 65) | public function getDefaultShipping() method getConfirmation (line 75) | public function getConfirmation() method getCreatedAt (line 85) | public function getCreatedAt() method getCreatedIn (line 95) | public function getCreatedIn() method getUpdatedAt (line 105) | public function getUpdatedAt() method getDob (line 115) | public function getDob() method getEmail (line 125) | public function getEmail() method getFirstname (line 135) | public function getFirstname() method getGender (line 145) | public function getGender() method getGroupId (line 155) | public function getGroupId() method getId (line 165) | public function getId() method getLastname (line 175) | public function getLastname() method getMiddlename (line 185) | public function getMiddlename() method getPrefix (line 195) | public function getPrefix() method getStoreId (line 205) | public function getStoreId() method getSuffix (line 215) | public function getSuffix() method getTaxvat (line 225) | public function getTaxvat() method getWebsiteId (line 235) | public function getWebsiteId() method getAddresses (line 245) | public function getAddresses() method getDisableAutoGroupChange (line 255) | public function getDisableAutoGroupChange() method setId (line 266) | public function setId($id) method setGroupId (line 277) | public function setGroupId($groupId) method setDefaultBilling (line 288) | public function setDefaultBilling($defaultBilling) method setDefaultShipping (line 299) | public function setDefaultShipping($defaultShipping) method setConfirmation (line 310) | public function setConfirmation($confirmation) method setCreatedAt (line 321) | public function setCreatedAt($createdAt) method setUpdatedAt (line 332) | public function setUpdatedAt($updatedAt) method setCreatedIn (line 343) | public function setCreatedIn($createdIn) method setDob (line 354) | public function setDob($dob) method setEmail (line 365) | public function setEmail($email) method setFirstname (line 376) | public function setFirstname($firstname) method setLastname (line 387) | public function setLastname($lastname) method setMiddlename (line 398) | public function setMiddlename($middlename) method setPrefix (line 409) | public function setPrefix($prefix) method setSuffix (line 420) | public function setSuffix($suffix) method setGender (line 431) | public function setGender($gender) method setStoreId (line 442) | public function setStoreId($storeId) method setTaxvat (line 453) | public function setTaxvat($taxvat) method setWebsiteId (line 464) | public function setWebsiteId($websiteId) method setAddresses (line 475) | public function setAddresses(array $addresses = null) method setDisableAutoGroupChange (line 486) | public function setDisableAutoGroupChange($disableAutoGroupChange) method getExtensionAttributes (line 496) | public function getExtensionAttributes() method setExtensionAttributes (line 507) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Cust... FILE: app/code/Magento/Customer/Model/Data/CustomerSecure.php class CustomerSecure (line 21) | class CustomerSecure extends \Magento\Framework\DataObject FILE: app/code/Magento/Customer/Model/Data/Group.php class Group (line 12) | class Group extends \Magento\Framework\Api\AbstractExtensibleObject impl... method getId (line 20) | public function getId() method getCode (line 30) | public function getCode() method getTaxClassId (line 40) | public function getTaxClassId() method getTaxClassName (line 50) | public function getTaxClassName() method setId (line 61) | public function setId($id) method setCode (line 72) | public function setCode($code) method setTaxClassId (line 83) | public function setTaxClassId($taxClassId) method setTaxClassName (line 94) | public function setTaxClassName($taxClassName) method getExtensionAttributes (line 104) | public function getExtensionAttributes() method setExtensionAttributes (line 115) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Grou... FILE: app/code/Magento/Customer/Model/Data/Option.php class Option (line 14) | class Option extends \Magento\Framework\Api\AbstractSimpleObject implements method getLabel (line 22) | public function getLabel() method getValue (line 32) | public function getValue() method getOptions (line 42) | public function getOptions() method setLabel (line 53) | public function setLabel($label) method setValue (line 64) | public function setValue($value) method setOptions (line 75) | public function setOptions(array $options = null) FILE: app/code/Magento/Customer/Model/Data/Region.php class Region (line 12) | class Region extends \Magento\Framework\Api\AbstractExtensibleObject imp... method getRegionCode (line 20) | public function getRegionCode() method getRegion (line 30) | public function getRegion() method getRegionId (line 40) | public function getRegionId() method setRegionCode (line 51) | public function setRegionCode($regionCode) method setRegion (line 62) | public function setRegion($region) method setRegionId (line 73) | public function setRegionId($regionId) method getExtensionAttributes (line 83) | public function getExtensionAttributes() method setExtensionAttributes (line 94) | public function setExtensionAttributes(\Magento\Customer\Api\Data\Regi... FILE: app/code/Magento/Customer/Model/Data/ValidationResults.php class ValidationResults (line 13) | class ValidationResults extends \Magento\Framework\Api\AbstractSimpleObj... method isValid (line 19) | public function isValid() method getMessages (line 27) | public function getMessages() method setIsValid (line 38) | public function setIsValid($isValid) method setMessages (line 49) | public function setMessages(array $messages) FILE: app/code/Magento/Customer/Model/Data/ValidationRule.php class ValidationRule (line 10) | class ValidationRule extends \Magento\Framework\Api\AbstractSimpleObject... method getName (line 16) | public function getName() method getValue (line 24) | public function getValue() method setName (line 35) | public function setName($name) method setValue (line 46) | public function setValue($value) FILE: app/code/Magento/Customer/Model/Delegation/AccountDelegation.php class AccountDelegation (line 18) | class AccountDelegation implements AccountDelegationInterface method __construct (line 34) | public function __construct( method createRedirectForNew (line 45) | public function createRedirectForNew( FILE: app/code/Magento/Customer/Model/Delegation/Data/NewOperation.php class NewOperation (line 15) | class NewOperation method __construct (line 31) | public function __construct( method getCustomer (line 42) | public function getCustomer(): CustomerInterface method getAdditionalData (line 50) | public function getAdditionalData(): array FILE: app/code/Magento/Customer/Model/Delegation/Storage.php class Storage (line 28) | class Storage method __construct (line 68) | public function __construct( method storeNewOperation (line 92) | public function storeNewOperation(CustomerInterface $customer, array $... method consumeNewOperation (line 118) | public function consumeNewOperation() FILE: app/code/Magento/Customer/Model/EmailNotification.php class EmailNotification (line 24) | class EmailNotification implements EmailNotificationInterface method __construct (line 112) | public function __construct( method credentialsChanged (line 138) | public function credentialsChanged( method emailAndPasswordChanged (line 167) | private function emailAndPasswordChanged(CustomerInterface $customer, ... method emailChanged (line 193) | private function emailChanged(CustomerInterface $customer, $email) method passwordReset (line 218) | private function passwordReset(CustomerInterface $customer) method sendEmailTemplate (line 248) | private function sendEmailTemplate( method getFullCustomerObject (line 283) | private function getFullCustomerObject($customer) method getWebsiteStoreId (line 302) | private function getWebsiteStoreId($customer, $defaultStoreId = null) method passwordReminder (line 317) | public function passwordReminder(CustomerInterface $customer) method passwordResetConfirmation (line 341) | public function passwordResetConfirmation(CustomerInterface $customer) method newAccount (line 370) | public function newAccount( FILE: app/code/Magento/Customer/Model/EmailNotificationInterface.php type EmailNotificationInterface (line 15) | interface EmailNotificationInterface method credentialsChanged (line 46) | public function credentialsChanged( method passwordReminder (line 59) | public function passwordReminder(CustomerInterface $customer); method passwordResetConfirmation (line 68) | public function passwordResetConfirmation(CustomerInterface $customer); method newAccount (line 82) | public function newAccount( FILE: app/code/Magento/Customer/Model/FileProcessor.php class FileProcessor (line 13) | class FileProcessor method __construct (line 64) | public function __construct( method getBase64EncodedData (line 88) | public function getBase64EncodedData($fileName) method getStat (line 104) | public function getStat($fileName) method getMimeType (line 118) | public function getMimeType($fileName) method isExist (line 133) | public function isExist($fileName) method getViewUrl (line 148) | public function getViewUrl($filePath, $type) method saveTemporaryFile (line 175) | public function saveTemporaryFile($fileId) method moveTemporaryFile (line 206) | public function moveTemporaryFile($fileName) method removeUploadedFile (line 250) | public function removeUploadedFile($fileName) FILE: app/code/Magento/Customer/Model/FileUploader.php class FileUploader (line 15) | class FileUploader method __construct (line 61) | public function __construct( method validate (line 84) | public function validate() method upload (line 102) | public function upload() method getAttributeCode (line 128) | private function getAttributeCode() method getData (line 138) | private function getData() method getAllowedExtensions (line 155) | private function getAllowedExtensions() FILE: app/code/Magento/Customer/Model/FileUploaderDataResolver.php class FileUploaderDataResolver (line 17) | class FileUploaderDataResolver method __construct (line 43) | public function __construct( method overrideFileUploaderData (line 58) | public function overrideFileUploaderData($entity, array &$entityData):... method getFileUploaderData (line 81) | private function getFileUploaderData( method overrideFileUploaderMetadata (line 124) | public function overrideFileUploaderMetadata( method getMetadataValue (line 179) | private function getMetadataValue($config, $name, $default = null) method getFileUploadUrl (line 190) | private function getFileUploadUrl($entityTypeCode): string FILE: app/code/Magento/Customer/Model/ForgotPasswordToken/ConfirmCustomerByToken.php class ConfirmCustomerByToken (line 15) | class ConfirmCustomerByToken method __construct (line 33) | public function __construct( method execute (line 49) | public function execute(string $resetPasswordToken): void FILE: app/code/Magento/Customer/Model/ForgotPasswordToken/GetCustomerByToken.php class GetCustomerByToken (line 21) | class GetCustomerByToken method __construct (line 39) | public function __construct( method execute (line 57) | public function execute(string $resetPasswordToken):CustomerInterface FILE: app/code/Magento/Customer/Model/Form.php class Form (line 14) | class Form extends \Magento\Eav\Model\Form method _getFormAttributeCollection (line 41) | protected function _getFormAttributeCollection() FILE: app/code/Magento/Customer/Model/Group.php class Group (line 18) | class Group extends \Magento\Framework\Model\AbstractModel method __construct (line 72) | public function __construct( method _construct (line 97) | protected function _construct() method setCode (line 108) | public function setCode($value) method getCode (line 118) | public function getCode() method getTaxClassName (line 128) | public function getTaxClassName() method usesAsDefault (line 146) | public function usesAsDefault() method beforeSave (line 162) | public function beforeSave() method _prepareData (line 173) | protected function _prepareData() FILE: app/code/Magento/Customer/Model/Group/Retriever.php class Retriever (line 13) | class Retriever implements RetrieverInterface method __construct (line 23) | public function __construct(Session $customerSession) method getCustomerGroupId (line 31) | public function getCustomerGroupId() FILE: app/code/Magento/Customer/Model/Group/RetrieverInterface.php type RetrieverInterface (line 14) | interface RetrieverInterface method getCustomerGroupId (line 22) | public function getCustomerGroupId(); FILE: app/code/Magento/Customer/Model/GroupManagement.php class GroupManagement (line 26) | class GroupManagement implements \Magento\Customer\Api\GroupManagementIn... method __construct (line 86) | public function __construct( method isReadonly (line 110) | public function isReadonly($groupId) method getDefaultGroup (line 124) | public function getDefaultGroup($storeId = null) method getNotLoggedInGroup (line 150) | public function getNotLoggedInGroup() method getLoggedInGroups (line 158) | public function getLoggedInGroups() method getAllCustomersGroup (line 185) | public function getAllCustomersGroup() FILE: app/code/Magento/Customer/Model/GroupRegistry.php class GroupRegistry (line 15) | class GroupRegistry method __construct (line 30) | public function __construct(GroupFactory $groupFactory) method retrieve (line 42) | public function retrieve($groupId) method remove (line 62) | public function remove($groupId) FILE: app/code/Magento/Customer/Model/GroupSearchResults.php class GroupSearchResults (line 16) | class GroupSearchResults extends SearchResults implements GroupSearchRes... FILE: app/code/Magento/Customer/Model/Indexer/Address/AttributeProvider.php class AttributeProvider (line 12) | class AttributeProvider extends \Magento\Customer\Model\Indexer\Attribut... method __construct (line 22) | public function __construct( FILE: app/code/Magento/Customer/Model/Indexer/Attribute/Filter.php class Filter (line 14) | class Filter method __construct (line 36) | public function __construct( method filter (line 50) | public function filter(array $attributes) FILE: app/code/Magento/Customer/Model/Indexer/AttributeProvider.php class AttributeProvider (line 13) | class AttributeProvider implements FieldsetInterface method __construct (line 33) | public function __construct( method addDynamicData (line 45) | public function addDynamicData(array $data) method getAttributes (line 57) | private function getAttributes() method convert (line 83) | protected function convert(array $attributes, array $fieldset) method getType (line 118) | protected function getType(Attribute $attribute) method merge (line 138) | protected function merge(array $dataFields, array $searchableFields) FILE: app/code/Magento/Customer/Model/Indexer/CustomerGroupDimensionProvider.php class CustomerGroupDimensionProvider (line 17) | class CustomerGroupDimensionProvider implements DimensionProviderInterface method __construct (line 44) | public function __construct(CustomerGroupCollectionFactory $collection... method getIterator (line 53) | public function getIterator(): \Traversable method getCustomerGroups (line 65) | private function getCustomerGroups(): array FILE: app/code/Magento/Customer/Model/Indexer/Source.php class Source (line 16) | class Source implements \IteratorAggregate, \Countable, SourceProviderIn... method __construct (line 32) | public function __construct( method getMainTable (line 43) | public function getMainTable() method getIdFieldName (line 51) | public function getIdFieldName() method addFieldToSelect (line 59) | public function addFieldToSelect($fieldName, $alias = null) method getSelect (line 68) | public function getSelect() method addFieldToFilter (line 76) | public function addFieldToFilter($attribute, $condition = null) method count (line 85) | public function count() method getIterator (line 95) | public function getIterator() method joinAttribute (line 123) | public function joinAttribute( FILE: app/code/Magento/Customer/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 15) | class DepersonalizePlugin method __construct (line 59) | public function __construct( method beforeGenerateXml (line 79) | public function beforeGenerateXml(\Magento\Framework\View\LayoutInterf... method afterGenerateXml (line 95) | public function afterGenerateXml(\Magento\Framework\View\LayoutInterfa... FILE: app/code/Magento/Customer/Model/Log.php class Log (line 13) | class Log method __construct (line 49) | public function __construct($customerId = null, $lastLoginAt = null, $... method getCustomerId (line 62) | public function getCustomerId() method getLastLoginAt (line 72) | public function getLastLoginAt() method getLastVisitAt (line 82) | public function getLastVisitAt() method getLastLogoutAt (line 92) | public function getLastLogoutAt() FILE: app/code/Magento/Customer/Model/Logger.php class Logger (line 15) | class Logger method __construct (line 33) | public function __construct( method log (line 49) | public function log($customerId, array $data) method get (line 75) | public function get($customerId = null) method loadLogData (line 95) | protected function loadLogData($customerId) FILE: app/code/Magento/Customer/Model/Metadata/AddressCachedMetadata.php class AddressCachedMetadata (line 13) | class AddressCachedMetadata extends CachedMetadata implements AddressMet... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Customer/Model/Metadata/AddressMetadata.php class AddressMetadata (line 19) | class AddressMetadata implements AddressMetadataInterface method __construct (line 40) | public function __construct( method getAttributes (line 51) | public function getAttributes($formCode) method getAttributeMetadata (line 71) | public function getAttributeMetadata($attributeCode) method getAllAttributesMetadata (line 97) | public function getAllAttributesMetadata() method getCustomAttributesMetadata (line 121) | public function getCustomAttributesMetadata($dataObjectClassName = Add... FILE: app/code/Magento/Customer/Model/Metadata/AddressMetadataManagement.php class AddressMetadataManagement (line 14) | class AddressMetadataManagement implements AddressMetadataManagementInte... method __construct (line 24) | public function __construct( method canBeSearchableInGrid (line 33) | public function canBeSearchableInGrid(AttributeMetadataInterface $attr... method canBeFilterableInGrid (line 42) | public function canBeFilterableInGrid(AttributeMetadataInterface $attr... FILE: app/code/Magento/Customer/Model/Metadata/AttributeMetadataCache.php class AttributeMetadataCache (line 20) | class AttributeMetadataCache method __construct (line 71) | public function __construct( method load (line 93) | public function load($entityType, $suffix = '') method save (line 123) | public function save($entityType, array $attributes, $suffix = '') method clean (line 151) | public function clean() method isEnabled (line 169) | private function isEnabled() FILE: app/code/Magento/Customer/Model/Metadata/AttributeMetadataHydrator.php class AttributeMetadataHydrator (line 20) | class AttributeMetadataHydrator method __construct (line 50) | public function __construct( method hydrate (line 68) | public function hydrate(array $data) method createOptions (line 89) | private function createOptions(array $data) method createValidationRules (line 106) | private function createValidationRules(array $data) method extract (line 120) | public function extract($attributeMetadata) FILE: app/code/Magento/Customer/Model/Metadata/AttributeResolver.php class AttributeResolver (line 13) | class AttributeResolver method __construct (line 23) | public function __construct( method getModelByAttribute (line 37) | public function getModelByAttribute($entityType, AttributeMetadataInte... FILE: app/code/Magento/Customer/Model/Metadata/CachedMetadata.php class CachedMetadata (line 14) | class CachedMetadata implements MetadataInterface method __construct (line 39) | public function __construct( method getAttributes (line 51) | public function getAttributes($formCode) method getAttributeMetadata (line 65) | public function getAttributeMetadata($attributeCode) method getAllAttributesMetadata (line 79) | public function getAllAttributesMetadata() method getCustomAttributesMetadata (line 93) | public function getCustomAttributesMetadata($dataObjectClassName = null) FILE: app/code/Magento/Customer/Model/Metadata/CustomerCachedMetadata.php class CustomerCachedMetadata (line 13) | class CustomerCachedMetadata extends CachedMetadata implements CustomerM... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Customer/Model/Metadata/CustomerMetadata.php class CustomerMetadata (line 19) | class CustomerMetadata implements CustomerMetadataInterface method __construct (line 48) | public function __construct( method getAttributes (line 61) | public function getAttributes($formCode) method getAttributeMetadata (line 82) | public function getAttributeMetadata($attributeCode) method getAllAttributesMetadata (line 107) | public function getAllAttributesMetadata() method getCustomAttributesMetadata (line 131) | public function getCustomAttributesMetadata($dataObjectClassName = sel... FILE: app/code/Magento/Customer/Model/Metadata/CustomerMetadataManagement.php class CustomerMetadataManagement (line 14) | class CustomerMetadataManagement implements CustomerMetadataManagementIn... method __construct (line 24) | public function __construct( method canBeSearchableInGrid (line 33) | public function canBeSearchableInGrid(AttributeMetadataInterface $attr... method canBeFilterableInGrid (line 42) | public function canBeFilterableInGrid(AttributeMetadataInterface $attr... FILE: app/code/Magento/Customer/Model/Metadata/ElementFactory.php class ElementFactory (line 12) | class ElementFactory method __construct (line 35) | public function __construct( method create (line 52) | public function create( FILE: app/code/Magento/Customer/Model/Metadata/Form.php class Form (line 15) | class Form method __construct (line 112) | public function __construct( method getAttributes (line 146) | public function getAttributes() method getAttribute (line 166) | public function getAttribute($attributeCode) method getUserAttributes (line 180) | public function getUserAttributes() method getSystemAttributes (line 196) | public function getSystemAttributes() method getAllowedAttributes (line 212) | public function getAllowedAttributes() method extractData (line 235) | public function extractData(\Magento\Framework\App\RequestInterface $r... method compactData (line 253) | public function compactData(array $data) method restoreData (line 274) | public function restoreData(array $data) method _getAttributeDataModel (line 294) | protected function _getAttributeDataModel($attribute) method prepareRequest (line 313) | public function prepareRequest(array $data) method _getValidator (line 327) | protected function _getValidator(array $data) method validateData (line 360) | public function validateData(array $data) method outputData (line 379) | public function outputData($format = \Magento\Eav\Model\AttributeDataF... method setInvisibleIgnored (line 395) | public function setInvisibleIgnored($ignoreInvisible) FILE: app/code/Magento/Customer/Model/Metadata/Form/AbstractData.php class AbstractData (line 19) | abstract class AbstractData method __construct (line 96) | public function __construct( method getAttribute (line 120) | public function getAttribute() method setRequestScope (line 134) | public function setRequestScope($scope) method setRequestScopeOnly (line 148) | public function setRequestScopeOnly($flag) method setExtractedData (line 160) | public function setExtractedData(array $data) method getExtractedData (line 172) | public function getExtractedData($index = null) method _applyInputFilter (line 189) | protected function _applyInputFilter($value) method _getFormFilter (line 208) | protected function _getFormFilter() method _dateFilterFormat (line 229) | protected function _dateFilterFormat($format = null) method _applyOutputFilter (line 253) | protected function _applyOutputFilter($value) method _validateInputRule (line 271) | protected function _validateInputRule($value) method getIsAjaxRequest (line 455) | public function getIsAjaxRequest() method _getRequestValue (line 466) | protected function _getRequestValue(\Magento\Framework\App\RequestInte... method extractValue (line 505) | abstract public function extractValue(\Magento\Framework\App\RequestIn... method validateValue (line 514) | abstract public function validateValue($value); method compactValue (line 522) | abstract public function compactValue($value); method restoreValue (line 530) | abstract public function restoreValue($value); method outputValue (line 538) | abstract public function outputValue( FILE: app/code/Magento/Customer/Model/Metadata/Form/Boolean.php class Boolean (line 10) | class Boolean extends Select method _getOptionText (line 18) | protected function _getOptionText($value) FILE: app/code/Magento/Customer/Model/Metadata/Form/Date.php class Date (line 12) | class Date extends AbstractData method extractValue (line 17) | public function extractValue(\Magento\Framework\App\RequestInterface $... method validateValue (line 28) | public function validateValue($value) method compactValue (line 100) | public function compactValue($value) method restoreValue (line 108) | public function restoreValue($value) method outputValue (line 116) | public function outputValue($format = \Magento\Customer\Model\Metadata... FILE: app/code/Magento/Customer/Model/Metadata/Form/File.php class File (line 22) | class File extends AbstractData method __construct (line 81) | public function __construct( method extractValue (line 109) | public function extractValue(\Magento\Framework\App\RequestInterface $... method _validateByRules (line 170) | protected function _validateByRules($value) method _isUploadedFile (line 220) | protected function _isUploadedFile($filename) method validateValue (line 240) | public function validateValue($value) method compactValue (line 281) | public function compactValue($value) method processUiComponentValue (line 311) | protected function processUiComponentValue(array $value) method processInputFieldValue (line 323) | protected function processInputFieldValue($value) method restoreValue (line 364) | public function restoreValue($value) method outputValue (line 372) | public function outputValue($format = \Magento\Customer\Model\Metadata... method getFileProcessor (line 392) | protected function getFileProcessor() FILE: app/code/Magento/Customer/Model/Metadata/Form/Hidden.php class Hidden (line 10) | class Hidden extends Text FILE: app/code/Magento/Customer/Model/Metadata/Form/Image.php class Image (line 23) | class Image extends File method __construct (line 48) | public function __construct( method _validateByRules (line 91) | protected function _validateByRules($value) method processUiComponentValue (line 157) | protected function processUiComponentValue(array $value) method processCustomerAddressValue (line 178) | protected function processCustomerAddressValue(array $value) method processCustomerValue (line 190) | protected function processCustomerValue(array $value) FILE: app/code/Magento/Customer/Model/Metadata/Form/Multiline.php class Multiline (line 10) | class Multiline extends Text method extractValue (line 15) | public function extractValue(\Magento\Framework\App\RequestInterface $... method validateValue (line 30) | public function validateValue($value) method compactValue (line 75) | public function compactValue($value) method restoreValue (line 86) | public function restoreValue($value) method outputValue (line 94) | public function outputValue($format = \Magento\Customer\Model\Metadata... FILE: app/code/Magento/Customer/Model/Metadata/Form/Multiselect.php class Multiselect (line 13) | class Multiselect extends Select method extractValue (line 18) | public function extractValue(RequestInterface $request) method compactValue (line 30) | public function compactValue($value) method outputValue (line 45) | public function outputValue($format = ElementFactory::OUTPUT_FORMAT_TEXT) FILE: app/code/Magento/Customer/Model/Metadata/Form/Postcode.php class Postcode (line 18) | class Postcode extends AbstractData method __construct (line 35) | public function __construct( method validateValue (line 64) | public function validateValue($value) method extractValue (line 87) | public function extractValue(\Magento\Framework\App\RequestInterface $... method compactValue (line 95) | public function compactValue($value) method restoreValue (line 103) | public function restoreValue($value) method outputValue (line 111) | public function outputValue($format = ElementFactory::OUTPUT_FORMAT_TEXT) FILE: app/code/Magento/Customer/Model/Metadata/Form/Select.php class Select (line 13) | class Select extends AbstractData method extractValue (line 18) | public function extractValue(RequestInterface $request) method validateValue (line 26) | public function validateValue($value) method compactValue (line 55) | public function compactValue($value) method restoreValue (line 63) | public function restoreValue($value) method _getOptionText (line 74) | protected function _getOptionText($value) method outputValue (line 90) | public function outputValue($format = ElementFactory::OUTPUT_FORMAT_TEXT) FILE: app/code/Magento/Customer/Model/Metadata/Form/Text.php class Text (line 17) | class Text extends AbstractData method __construct (line 34) | public function __construct( method extractValue (line 51) | public function extractValue(\Magento\Framework\App\RequestInterface $... method validateValue (line 59) | public function validateValue($value) method compactValue (line 95) | public function compactValue($value) method restoreValue (line 103) | public function restoreValue($value) method outputValue (line 111) | public function outputValue($format = \Magento\Customer\Model\Metadata... method validateLength (line 124) | private function validateLength($value, AttributeMetadataInterface $at... FILE: app/code/Magento/Customer/Model/Metadata/Form/Textarea.php class Textarea (line 10) | class Textarea extends Text FILE: app/code/Magento/Customer/Model/Metadata/FormFactory.php class FormFactory (line 10) | class FormFactory method __construct (line 20) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 36) | public function create( FILE: app/code/Magento/Customer/Model/Metadata/Validator.php class Validator (line 9) | class Validator extends \Magento\Eav\Model\Validator\Attribute\Data method __construct (line 24) | public function __construct(ElementFactory $attrDataFactory) method isValid (line 35) | public function isValid($entityData) method validateData (line 51) | public function validateData(array $data, array $attributes, $entityType) method setEntityType (line 80) | public function setEntityType($entityType) FILE: app/code/Magento/Customer/Model/Observer/Grid.php class Grid (line 13) | class Grid method __construct (line 23) | public function __construct( method syncCustomerGrid (line 34) | public function syncCustomerGrid() FILE: app/code/Magento/Customer/Model/Options.php class Options (line 16) | class Options method __construct (line 34) | public function __construct( method getNamePrefixOptions (line 48) | public function getNamePrefixOptions($store = null) method getNameSuffixOptions (line 62) | public function getNameSuffixOptions($store = null) method _prepareNamePrefixSuffixOptions (line 80) | protected function _prepareNamePrefixSuffixOptions($options, $isOption... method prepareNamePrefixSuffixOptions (line 94) | private function prepareNamePrefixSuffixOptions($options, $isOptional ... FILE: app/code/Magento/Customer/Model/Plugin/AllowedCountries.php class AllowedCountries (line 17) | class AllowedCountries method __construct (line 33) | public function __construct( method beforeGetAllowedCountries (line 50) | public function beforeGetAllowedCountries( FILE: app/code/Magento/Customer/Model/Plugin/CustomerAuthorization.php class CustomerAuthorization (line 17) | class CustomerAuthorization method __construct (line 29) | public function __construct(UserContextInterface $userContext) method aroundIsAllowed (line 46) | public function aroundIsAllowed( FILE: app/code/Magento/Customer/Model/Plugin/CustomerFlushFormKey.php class CustomerFlushFormKey (line 13) | class CustomerFlushFormKey method __construct (line 31) | public function __construct(Session $session, DataFormKey $dataFormKey) method aroundExecute (line 43) | public function aroundExecute(FlushFormKey $subject, callable $proceed... FILE: app/code/Magento/Customer/Model/Plugin/CustomerNotification.php class CustomerNotification (line 23) | class CustomerNotification method __construct (line 59) | public function __construct( method beforeDispatch (line 81) | public function beforeDispatch(AbstractAction $subject, RequestInterfa... FILE: app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php class TransactionWrapper (line 10) | class TransactionWrapper method __construct (line 20) | public function __construct( method aroundSave (line 35) | public function aroundSave( FILE: app/code/Magento/Customer/Model/Registration.php class Registration (line 12) | class Registration method isAllowed (line 19) | public function isAllowed() FILE: app/code/Magento/Customer/Model/Renderer/Region.php class Region (line 15) | class Region implements \Magento\Framework\Data\Form\Element\Renderer\Re... method __construct (line 46) | public function __construct( method render (line 64) | public function render(AbstractElement $element) FILE: app/code/Magento/Customer/Model/ResourceModel/Address.php class Address (line 21) | class Address extends \Magento\Eav\Model\Entity\VersionControl\AbstractE... method __construct (line 41) | public function __construct( method _construct (line 59) | protected function _construct() method getEntityType (line 70) | public function getEntityType() method _beforeSave (line 84) | protected function _beforeSave(\Magento\Framework\DataObject $address) method _validate (line 100) | protected function _validate($address) method delete (line 119) | public function delete($object) method getDeleteRelation (line 132) | private function getDeleteRelation() method getCustomerRegistry (line 143) | private function getCustomerRegistry() method _afterDelete (line 154) | protected function _afterDelete(\Magento\Framework\DataObject $address) FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Attribute/Backend/Region.php class Region (line 13) | class Region extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstrac... method __construct (line 23) | public function __construct(\Magento\Directory\Model\RegionFactory $re... method beforeSave (line 34) | public function beforeSave($object) method _createRegionInstance (line 50) | protected function _createRegionInstance() FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Attribute/Collection.php class Collection (line 14) | class Collection extends \Magento\Customer\Model\ResourceModel\Attribute... FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/Country.php class Country (line 21) | class Country extends \Magento\Eav\Model\Entity\Attribute\Source\Table method __construct (line 38) | public function __construct( method getAllOptions (line 50) | public function getAllOptions($withEmpty = true, $defaultValues = false) method _createCountriesCollection (line 63) | protected function _createCountriesCollection() method getStoreManager (line 73) | private function getStoreManager() FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryWithWebsites.php class CountryWithWebsites (line 18) | class CountryWithWebsites extends \Magento\Eav\Model\Entity\Attribute\So... method __construct (line 54) | public function __construct( method getAllOptions (line 72) | public function getAllOptions($withEmpty = true, $defaultValues = false) method createCountriesCollection (line 111) | private function createCountriesCollection() FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/Region.php class Region (line 14) | class Region extends \Magento\Eav\Model\Entity\Attribute\Source\Table method __construct (line 26) | public function __construct( method getAllOptions (line 38) | public function getAllOptions($withEmpty = true, $defaultValues = false) method _createRegionsCollection (line 49) | protected function _createRegionsCollection() FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Collection.php class Collection (line 15) | class Collection extends \Magento\Eav\Model\Entity\Collection\VersionCon... method _construct (line 22) | protected function _construct() method setCustomerFilter (line 33) | public function setCustomerFilter($customer) FILE: app/code/Magento/Customer/Model/ResourceModel/Address/DeleteRelation.php class DeleteRelation (line 14) | class DeleteRelation method deleteRelation (line 23) | public function deleteRelation( method getDataToUpdate (line 45) | private function getDataToUpdate( FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Grid/Collection.php class Collection (line 16) | class Collection extends AbstractCollection implements SearchResultInter... method __construct (line 38) | public function __construct( method getAggregations (line 71) | public function getAggregations() method setAggregations (line 82) | public function setAggregations($aggregations) method getSearchCriteria (line 93) | public function getSearchCriteria() method setSearchCriteria (line 105) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 115) | public function getTotalCount() method setTotalCount (line 127) | public function setTotalCount($totalCount) method setItems (line 139) | public function setItems(array $items = null) FILE: app/code/Magento/Customer/Model/ResourceModel/Address/Relation.php class Relation (line 17) | class Relation implements RelationInterface method __construct (line 27) | public function __construct(\Magento\Customer\Model\CustomerFactory $c... method processRelation (line 38) | public function processRelation(\Magento\Framework\Model\AbstractModel... method getDefaultBillingChangedAddress (line 68) | private function getDefaultBillingChangedAddress( method getDefaultShippingChangedAddress (line 93) | private function getDefaultShippingChangedAddress( method isAddressDefault (line 119) | protected function isAddressDefault(\Magento\Framework\Model\AbstractM... FILE: app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php class AddressRepository (line 24) | class AddressRepository implements \Magento\Customer\Api\AddressReposito... method __construct (line 84) | public function __construct( method save (line 113) | public function save(\Magento\Customer\Api\Data\AddressInterface $addr... method updateAddressCollection (line 157) | private function updateAddressCollection(CustomerModel $customer, Cust... method getById (line 170) | public function getById($addressId) method getList (line 183) | public function getList(SearchCriteriaInterface $searchCriteria) method addFilterGroupToCollection (line 218) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method delete (line 239) | public function delete(\Magento\Customer\Api\Data\AddressInterface $ad... method deleteById (line 258) | public function deleteById($addressId) method getCollectionProcessor (line 274) | private function getCollectionProcessor() FILE: app/code/Magento/Customer/Model/ResourceModel/Attribute.php class Attribute (line 14) | class Attribute extends \Magento\Eav\Model\ResourceModel\Attribute method _getEavWebsiteTable (line 24) | protected function _getEavWebsiteTable() method _getFormAttributeTable (line 36) | protected function _getFormAttributeTable() FILE: app/code/Magento/Customer/Model/ResourceModel/Attribute/Collection.php class Collection (line 14) | class Collection extends \Magento\Eav\Model\ResourceModel\Attribute\Coll... method _getEntityTypeCode (line 28) | protected function _getEntityTypeCode() method _getEavWebsiteTable (line 41) | protected function _getEavWebsiteTable() FILE: app/code/Magento/Customer/Model/ResourceModel/Customer.php class Customer (line 22) | class Customer extends \Magento\Eav\Model\Entity\VersionControl\Abstract... method __construct (line 69) | public function __construct( method _getDefaultAttributes (line 97) | protected function _getDefaultAttributes() method _beforeSave (line 120) | protected function _beforeSave(\Magento\Framework\DataObject $customer) method _validate (line 188) | protected function _validate($customer) method getNotificationStorage (line 206) | private function getNotificationStorage() method _afterSave (line 220) | protected function _afterSave(\Magento\Framework\DataObject $customer) method _getLoadRowSelect (line 236) | protected function _getLoadRowSelect($object, $rowId) method loadByEmail (line 254) | public function loadByEmail(\Magento\Customer\Model\Customer $customer... method changePassword (line 292) | public function changePassword(\Magento\Customer\Model\Customer $custo... method findEmailDuplicates (line 303) | public function findEmailDuplicates() method checkCustomerId (line 329) | public function checkCustomerId($customerId) method getWebsiteId (line 355) | public function getWebsiteId($customerId) method setNewIncrementId (line 375) | public function setNewIncrementId(\Magento\Framework\DataObject $object) method changeResetPasswordLinkToken (line 396) | public function changeResetPasswordLinkToken(\Magento\Customer\Model\C... FILE: app/code/Magento/Customer/Model/ResourceModel/Customer/Collection.php class Collection (line 14) | class Collection extends \Magento\Eav\Model\Entity\Collection\VersionCon... method __construct (line 48) | public function __construct( method _construct (line 85) | protected function _construct() method groupByEmail (line 95) | public function groupByEmail() method addNameToSelect (line 114) | public function addNameToSelect() method getSelectCountSql (line 163) | public function getSelectCountSql() method _getAllIdsSelect (line 178) | protected function _getAllIdsSelect($limit = null, $offset = null) FILE: app/code/Magento/Customer/Model/ResourceModel/Customer/Grid.php class Grid (line 16) | class Grid method __construct (line 38) | public function __construct( method syncCustomerGrid (line 55) | public function syncCustomerGrid() method getCustomerIdsForReindex (line 71) | protected function getCustomerIdsForReindex() FILE: app/code/Magento/Customer/Model/ResourceModel/Customer/Indexer/Collection.php class Collection (line 11) | class Collection extends \Magento\Customer\Model\ResourceModel\Customer\... method beforeAddLoadedItem (line 16) | protected function beforeAddLoadedItem(\Magento\Framework\DataObject $... FILE: app/code/Magento/Customer/Model/ResourceModel/Customer/Relation.php class Relation (line 12) | class Relation implements \Magento\Framework\Model\ResourceModel\Db\Vers... method processRelation (line 21) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php class CustomerRepository (line 37) | class CustomerRepository implements CustomerRepositoryInterface method __construct (line 138) | public function __construct( method save (line 186) | public function save(CustomerInterface $customer, $passwordHash = null) method populateCustomerWithSecureData (line 294) | private function populateCustomerWithSecureData($customerModel, $passw... method get (line 324) | public function get($email, $websiteId = null) method getById (line 338) | public function getById($customerId) method getList (line 355) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 399) | public function delete(CustomerInterface $customer) method deleteById (line 412) | public function deleteById($customerId) method addFilterGroupToCollection (line 430) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method setValidationFlag (line 449) | private function setValidationFlag($customerArray, $customerModel) FILE: app/code/Magento/Customer/Model/ResourceModel/Db/VersionControl/AddressSnapshot.php class AddressSnapshot (line 11) | class AddressSnapshot extends Snapshot method isModified (line 16) | public function isModified(DataObject $entity) method isAddressDefault (line 36) | private function isAddressDefault(DataObject $entity) FILE: app/code/Magento/Customer/Model/ResourceModel/Form/Attribute.php class Attribute (line 13) | class Attribute extends \Magento\Eav\Model\ResourceModel\Form\Attribute method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Customer/Model/ResourceModel/Form/Attribute/Collection.php class Collection (line 13) | class Collection extends \Magento\Eav\Model\ResourceModel\Form\Attribute... method _construct (line 34) | protected function _construct() method _getEavWebsiteTable (line 48) | protected function _getEavWebsiteTable() FILE: app/code/Magento/Customer/Model/ResourceModel/Grid/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 37) | public function __construct( FILE: app/code/Magento/Customer/Model/ResourceModel/Group.php class Group (line 16) | class Group extends \Magento\Framework\Model\ResourceModel\Db\VersionCon... method __construct (line 38) | public function __construct( method _construct (line 56) | protected function _construct() method _initUniqueFields (line 66) | protected function _initUniqueFields() method _beforeDelete (line 80) | protected function _beforeDelete(\Magento\Framework\Model\AbstractMode... method _afterDelete (line 96) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method _createCustomersCollection (line 117) | protected function _createCustomersCollection() method _beforeSave (line 128) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 138) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method skipReservedId (line 154) | private function skipReservedId(\Magento\Framework\Model\AbstractModel... method getTableFieldsWithoutIdField (line 186) | private function getTableFieldsWithoutIdField() FILE: app/code/Magento/Customer/Model/ResourceModel/Group/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 25) | protected function _construct() method setIgnoreIdFilter (line 36) | public function setIgnoreIdFilter($indexes) method setRealGroupsFilter (line 49) | public function setRealGroupsFilter() method addTaxClass (line 59) | public function addTaxClass() method toOptionArray (line 73) | public function toOptionArray() method toOptionHash (line 83) | public function toOptionHash() FILE: app/code/Magento/Customer/Model/ResourceModel/Group/Grid/Collection.php class Collection (line 17) | class Collection extends GroupCollection implements SearchResultInterface method __construct (line 39) | public function __construct( method _initSelect (line 70) | protected function _initSelect() method getAggregations (line 80) | public function getAggregations() method setAggregations (line 89) | public function setAggregations($aggregations) method getSearchCriteria (line 100) | public function getSearchCriteria() method setSearchCriteria (line 112) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 122) | public function getTotalCount() method setTotalCount (line 134) | public function setTotalCount($totalCount) method setItems (line 146) | public function setItems(array $items = null) FILE: app/code/Magento/Customer/Model/ResourceModel/Group/Grid/ServiceCollection.php class ServiceCollection (line 21) | class ServiceCollection extends AbstractServiceCollection method __construct (line 41) | public function __construct( method loadData (line 62) | public function loadData($printQuery = false, $logQuery = false) FILE: app/code/Magento/Customer/Model/ResourceModel/GroupRepository.php class GroupRepository (line 26) | class GroupRepository implements \Magento\Customer\Api\GroupRepositoryIn... method __construct (line 89) | public function __construct( method save (line 114) | public function save(\Magento\Customer\Api\Data\GroupInterface $group) method getById (line 170) | public function getById($id) method getList (line 184) | public function getList(SearchCriteriaInterface $searchCriteria) method addFilterGroupToCollection (line 229) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method translateField (line 250) | protected function translateField($field) method delete (line 272) | public function delete(GroupInterface $group) method deleteById (line 286) | public function deleteById($id) method _validate (line 310) | private function _validate($group) method _verifyTaxClassModel (line 330) | protected function _verifyTaxClassModel($taxClassId, $group) method getCollectionProcessor (line 349) | private function getCollectionProcessor() FILE: app/code/Magento/Customer/Model/ResourceModel/Online/Grid/Collection.php class Collection (line 21) | class Collection extends SearchResult method __construct (line 48) | public function __construct( method _initSelect (line 68) | protected function _initSelect() method addFieldToFilter (line 97) | public function addFieldToFilter($field, $condition = null) FILE: app/code/Magento/Customer/Model/ResourceModel/Setup/PropertyMapper.php class PropertyMapper (line 12) | class PropertyMapper extends PropertyMapperAbstract method map (line 23) | public function map(array $input, $entityTypeId) FILE: app/code/Magento/Customer/Model/ResourceModel/Visitor.php class Visitor (line 13) | class Visitor extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 31) | public function __construct( method _construct (line 47) | protected function _construct() method _prepareDataForSave (line 58) | protected function _prepareDataForSave(\Magento\Framework\Model\Abstra... method clean (line 73) | public function clean(\Magento\Customer\Model\Visitor $object) FILE: app/code/Magento/Customer/Model/ResourceModel/Visitor/Collection.php class Collection (line 8) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 15) | protected function _construct() FILE: app/code/Magento/Customer/Model/Session.php class Session (line 24) | class Session extends \Magento\Framework\Session\SessionManager method __construct (line 139) | public function __construct( method getCustomerConfigShare (line 196) | public function getCustomerConfigShare() method setCustomerData (line 207) | public function setCustomerData(CustomerData $customer) method getCustomerData (line 230) | public function getCustomerData() method getCustomerDataObject (line 244) | public function getCustomerDataObject() method setCustomerDataObject (line 256) | public function setCustomerDataObject(CustomerData $customerData) method setCustomer (line 270) | public function setCustomer(Customer $customerModel) method getCustomer (line 304) | public function getCustomer() method setCustomerId (line 319) | public function setCustomerId($id) method getCustomerId (line 331) | public function getCustomerId() method getId (line 344) | public function getId() method setId (line 355) | public function setId($customerId) method setCustomerGroupId (line 366) | public function setCustomerGroupId($id) method getCustomerGroupId (line 381) | public function getCustomerGroupId() method isLoggedIn (line 400) | public function isLoggedIn() method checkCustomerId (line 413) | public function checkCustomerId($customerId) method setCustomerAsLoggedIn (line 434) | public function setCustomerAsLoggedIn($customer) method setCustomerDataAsLoggedIn (line 449) | public function setCustomerDataAsLoggedIn($customer) method loginById (line 471) | public function loginById($customerId) method logout (line 488) | public function logout() method authenticate (line 504) | public function authenticate($loginUrl = null) method _setAuthUrl (line 536) | protected function _setAuthUrl($key, $url) method _logout (line 551) | protected function _logout() method setBeforeAuthUrl (line 567) | public function setBeforeAuthUrl($url) method setAfterAuthUrl (line 578) | public function setAfterAuthUrl($url) method regenerateId (line 588) | public function regenerateId() method _createUrl (line 600) | protected function _createUrl() FILE: app/code/Magento/Customer/Model/Session/Storage.php class Storage (line 10) | class Storage extends \Magento\Framework\Session\Storage method __construct (line 18) | public function __construct( FILE: app/code/Magento/Customer/Model/Url.php class Url (line 17) | class Url method __construct (line 78) | public function __construct( method getLoginUrl (line 103) | public function getLoginUrl() method getLoginUrlParams (line 113) | public function getLoginUrlParams() method getLoginPostUrl (line 140) | public function getLoginPostUrl() method getLogoutUrl (line 157) | public function getLogoutUrl() method getDashboardUrl (line 167) | public function getDashboardUrl() method getAccountUrl (line 177) | public function getAccountUrl() method getRegisterUrl (line 187) | public function getRegisterUrl() method getRegisterPostUrl (line 197) | public function getRegisterPostUrl() method getEditUrl (line 207) | public function getEditUrl() method getEditPostUrl (line 217) | public function getEditPostUrl() method getForgotPasswordUrl (line 227) | public function getForgotPasswordUrl() method getEmailConfirmationUrl (line 238) | public function getEmailConfirmationUrl($email = null) method getRequestReferrer (line 246) | private function getRequestReferrer() FILE: app/code/Magento/Customer/Model/Vat.php class Vat (line 19) | class Vat method __construct (line 73) | public function __construct( method getMerchantCountryCode (line 87) | public function getMerchantCountryCode($store = null) method getMerchantVatNumber (line 102) | public function getMerchantVatNumber($store = null) method getCustomerGroupIdBasedOnVatNumber (line 119) | public function getCustomerGroupIdBasedOnVatNumber($customerCountryCod... method checkVatNumber (line 162) | public function checkVatNumber($countryCode, $vatNumber, $requesterCou... method createVatNumberValidationSoapClient (line 227) | protected function createVatNumberValidationSoapClient($trace = false) method canCheckVatNumber (line 244) | public function canCheckVatNumber($countryCode, $vatNumber, $requester... method getCustomerVatClass (line 267) | public function getCustomerVatClass($customerCountryCode, $vatValidati... method isCountryInEU (line 299) | public function isCountryInEU($countryCode, $storeId = null) method getCountryCodeForVatNumber (line 314) | private function getCountryCodeForVatNumber(string $countryCode): string FILE: app/code/Magento/Customer/Model/Visitor.php class Visitor (line 19) | class Visitor extends \Magento\Framework\Model\AbstractModel method __construct (line 95) | public function __construct( method _construct (line 126) | protected function _construct() method setSkipRequestLogging (line 143) | public function setSkipRequestLogging($skipRequestLogging) method initByRequest (line 157) | public function initByRequest($observer) method saveByRequest (line 194) | public function saveByRequest($observer) method isModuleIgnored (line 217) | public function isModuleIgnored($observer) method bindCustomerLogin (line 236) | public function bindCustomerLogin($observer) method bindCustomerLogout (line 256) | public function bindCustomerLogout($observer) method bindQuoteCreate (line 270) | public function bindQuoteCreate($observer) method bindQuoteDestroy (line 288) | public function bindQuoteDestroy($observer) method getCleanTime (line 302) | public function getCleanTime() method clean (line 315) | public function clean() method getOnlineInterval (line 326) | public function getOnlineInterval() FILE: app/code/Magento/Customer/Observer/AfterAddressSaveObserver.php class AfterAddressSaveObserver (line 29) | class AfterAddressSaveObserver implements ObserverInterface method __construct (line 92) | public function __construct( method execute (line 121) | public function execute(\Magento\Framework\Event\Observer $observer) method _canProcessAddress (line 187) | protected function _canProcessAddress($address) method _isDefaultBilling (line 212) | protected function _isDefaultBilling($address) method _isDefaultShipping (line 225) | protected function _isDefaultShipping($address) method addValidMessage (line 239) | protected function addValidMessage($customerAddress, $validationResult) method addInvalidMessage (line 269) | protected function addInvalidMessage($customerAddress) method addErrorMessage (line 294) | protected function addErrorMessage($customerAddress) FILE: app/code/Magento/Customer/Observer/BeforeAddressSaveObserver.php class BeforeAddressSaveObserver (line 18) | class BeforeAddressSaveObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 53) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Customer/Observer/CustomerLoginSuccessObserver.php class CustomerLoginSuccessObserver (line 14) | class CustomerLoginSuccessObserver implements ObserverInterface method __construct (line 26) | public function __construct( method execute (line 37) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Customer/Observer/LogLastLoginAtObserver.php class LogLastLoginAtObserver (line 16) | class LogLastLoginAtObserver implements ObserverInterface method __construct (line 28) | public function __construct(Logger $logger) method execute (line 39) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/LogLastLogoutAtObserver.php class LogLastLogoutAtObserver (line 16) | class LogLastLogoutAtObserver implements ObserverInterface method __construct (line 28) | public function __construct(Logger $logger) method execute (line 39) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/UpgradeCustomerPasswordObserver.php class UpgradeCustomerPasswordObserver (line 18) | class UpgradeCustomerPasswordObserver implements ObserverInterface method __construct (line 42) | public function __construct( method execute (line 58) | public function execute(\Magento\Framework\Event\Observer $observer) method setIgnoreValidationFlag (line 80) | private function setIgnoreValidationFlag($customer) FILE: app/code/Magento/Customer/Observer/UpgradeQuoteCustomerEmailObserver.php class UpgradeQuoteCustomerEmailObserver (line 18) | class UpgradeQuoteCustomerEmailObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(Observer $observer): void FILE: app/code/Magento/Customer/Observer/Visitor/AbstractVisitorObserver.php class AbstractVisitorObserver (line 16) | abstract class AbstractVisitorObserver implements ObserverInterface method __construct (line 28) | public function __construct(Visitor $visitor) FILE: app/code/Magento/Customer/Observer/Visitor/BindCustomerLoginObserver.php class BindCustomerLoginObserver (line 14) | class BindCustomerLoginObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/Visitor/BindCustomerLogoutObserver.php class BindCustomerLogoutObserver (line 14) | class BindCustomerLogoutObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/Visitor/BindQuoteCreateObserver.php class BindQuoteCreateObserver (line 14) | class BindQuoteCreateObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/Visitor/BindQuoteDestroyObserver.php class BindQuoteDestroyObserver (line 14) | class BindQuoteDestroyObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/Visitor/InitByRequestObserver.php class InitByRequestObserver (line 14) | class InitByRequestObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Observer/Visitor/SaveByRequestObserver.php class SaveByRequestObserver (line 14) | class SaveByRequestObserver extends AbstractVisitorObserver method execute (line 22) | public function execute(Observer $observer) FILE: app/code/Magento/Customer/Setup/CustomerSetup.php class CustomerSetup (line 21) | class CustomerSetup extends EavSetup method __construct (line 39) | public function __construct( method installCustomerForms (line 57) | public function installCustomerForms() method getDefaultEntities (line 126) | public function getDefaultEntities() method getEavConfig (line 488) | public function getEavConfig() method upgradeAttributes (line 499) | public function upgradeAttributes(array $entityAttributes) FILE: app/code/Magento/Customer/Setup/Patch/Data/AddCustomerUpdatedAtAttribute.php class AddCustomerUpdatedAtAttribute (line 20) | class AddCustomerUpdatedAtAttribute implements DataPatchInterface, Patch... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 69) | public static function getDependencies() method getVersion (line 79) | public static function getVersion() method getAliases (line 87) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/AddNonSpecifiedGenderAttributeOption.php class AddNonSpecifiedGenderAttributeOption (line 31) | class AddNonSpecifiedGenderAttributeOption implements DataPatchInterface... method __construct (line 48) | public function __construct( method apply (line 59) | public function apply() method getDependencies (line 72) | public static function getDependencies() method getVersion (line 82) | public static function getVersion() method getAliases (line 90) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/AddSecurityTrackingAttributes.php class AddSecurityTrackingAttributes (line 20) | class AddSecurityTrackingAttributes implements DataPatchInterface, Patch... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 104) | public static function getDependencies() method getVersion (line 114) | public static function getVersion() method getAliases (line 122) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/ConvertValidationRulesFromSerializedToJson.php class ConvertValidationRulesFromSerializedToJson (line 20) | class ConvertValidationRulesFromSerializedToJson implements DataPatchInt... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 62) | public static function getDependencies() method getVersion (line 72) | public static function getVersion() method getAliases (line 80) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/DefaultCustomerGroupsAndAttributes.php class DefaultCustomerGroupsAndAttributes (line 21) | class DefaultCustomerGroupsAndAttributes implements DataPatchInterface, ... method __construct (line 38) | public function __construct( method apply (line 50) | public function apply() method getDependencies (line 154) | public static function getDependencies() method getVersion (line 162) | public static function getVersion() method getAliases (line 170) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/MigrateStoresAllowedCountriesToWebsite.php class MigrateStoresAllowedCountriesToWebsite (line 19) | class MigrateStoresAllowedCountriesToWebsite implements DataPatchInterfa... method __construct (line 42) | public function __construct( method apply (line 55) | public function apply() method migrateStoresAllowedCountriesToWebsite (line 74) | private function migrateStoresAllowedCountriesToWebsite() method getAllowedCountries (line 128) | private function getAllowedCountries($scope, $scopeCode) method mergeAllowedCountries (line 143) | private function mergeAllowedCountries(array $countries, array $newCou... method getDependencies (line 157) | public static function getDependencies() method getVersion (line 167) | public static function getVersion() method getAliases (line 175) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/RemoveCheckoutRegisterAndUpdateAttributes.php class RemoveCheckoutRegisterAndUpdateAttributes (line 31) | class RemoveCheckoutRegisterAndUpdateAttributes implements DataPatchInte... method __construct (line 48) | public function __construct( method apply (line 59) | public function apply() method getDependencies (line 114) | public static function getDependencies() method getVersion (line 124) | public static function getVersion() method getAliases (line 132) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpdateAutocompleteOnStorefrontConfigPath.php class UpdateAutocompleteOnStorefrontConfigPath (line 18) | class UpdateAutocompleteOnStorefrontConfigPath implements DataPatchInter... method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 50) | public static function getDependencies() method getVersion (line 60) | public static function getVersion() method getAliases (line 68) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpdateCustomerAttributeInputFilters.php class UpdateCustomerAttributeInputFilters (line 19) | class UpdateCustomerAttributeInputFilters implements DataPatchInterface,... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 80) | public static function getDependencies() method getVersion (line 90) | public static function getVersion() method getAliases (line 98) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpdateCustomerAttributesMetadata.php class UpdateCustomerAttributesMetadata (line 19) | class UpdateCustomerAttributesMetadata implements DataPatchInterface, Pa... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method updateCustomerAttributesMetadata (line 59) | private function updateCustomerAttributesMetadata($customerSetup) method getDependencies (line 181) | public static function getDependencies() method getVersion (line 191) | public static function getVersion() method getAliases (line 199) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpdateIdentifierCustomerAttributesVisibility.php class UpdateIdentifierCustomerAttributesVisibility (line 19) | class UpdateIdentifierCustomerAttributesVisibility implements DataPatchI... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 78) | public static function getDependencies() method getVersion (line 88) | public static function getVersion() method getAliases (line 96) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpdateVATNumber.php class UpdateVATNumber (line 27) | class UpdateVATNumber implements DataPatchInterface, PatchVersionInterface method __construct (line 44) | public function __construct( method apply (line 55) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 74) | public static function getVersion() method getAliases (line 82) | public function getAliases() FILE: app/code/Magento/Customer/Setup/Patch/Data/UpgradePasswordHashAndAddress.php class UpgradePasswordHashAndAddress (line 20) | class UpgradePasswordHashAndAddress implements DataPatchInterface, Patch... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method upgradeHash (line 66) | private function upgradeHash() method getDependencies (line 98) | public static function getDependencies() method getVersion (line 108) | public static function getVersion() method getAliases (line 116) | public function getAliases() FILE: app/code/Magento/Customer/Setup/RecurringData.php class RecurringData (line 18) | class RecurringData implements InstallDataInterface method __construct (line 30) | public function __construct(IndexerRegistry $indexerRegistry) method install (line 38) | public function install(ModuleDataSetupInterface $setup, ModuleContext... FILE: app/code/Magento/Customer/Test/Unit/Block/Account/AuthenticationPopupTest.php class AuthenticationPopupTest (line 17) | class AuthenticationPopupTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetConfig (line 98) | public function testGetConfig($isAutocomplete, $baseUrl, $registerUrl,... method dataProviderGetConfig (line 134) | public function dataProviderGetConfig() method testGetSerializedConfig (line 198) | public function testGetSerializedConfig($isAutocomplete, $baseUrl, $re... FILE: app/code/Magento/Customer/Test/Unit/Block/Account/AuthorizationLinkTest.php class AuthorizationLinkTest (line 11) | class AuthorizationLinkTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetLabelLoggedIn (line 56) | public function testGetLabelLoggedIn() method testGetLabelLoggedOut (line 65) | public function testGetLabelLoggedOut() method testGetHrefLoggedIn (line 74) | public function testGetHrefLoggedIn() method testGetHrefLoggedOut (line 85) | public function testGetHrefLoggedOut() FILE: app/code/Magento/Customer/Test/Unit/Block/Account/CustomerTest.php class CustomerTest (line 8) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method customerLoggedInDataProvider (line 28) | public function customerLoggedInDataProvider() method testCustomerLoggedIn (line 41) | public function testCustomerLoggedIn($isLoggedIn, $result) FILE: app/code/Magento/Customer/Test/Unit/Block/Account/Dashboard/InfoTest.php class InfoTest (line 16) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testGetCustomer (line 101) | public function testGetCustomer() method testGetCustomerException (line 111) | public function testGetCustomerException() method testGetName (line 127) | public function testGetName() method testGetChangePasswordUrl (line 143) | public function testGetChangePasswordUrl() method testGetSubscriptionObject (line 148) | public function testGetSubscriptionObject() method testGetIsSubscribed (line 159) | public function testGetIsSubscribed($isSubscribed, $expectedValue) method getIsSubscribedProvider (line 168) | public function getIsSubscribedProvider() method testIsNewsletterEnabled (line 179) | public function testIsNewsletterEnabled($isNewsletterEnabled, $expecte... method isNewsletterEnabledProvider (line 190) | public function isNewsletterEnabledProvider() FILE: app/code/Magento/Customer/Test/Unit/Block/Account/LinkTest.php class LinkTest (line 8) | class LinkTest extends \PHPUnit\Framework\TestCase method testGetHref (line 10) | public function testGetHref() FILE: app/code/Magento/Customer/Test/Unit/Block/Account/NavigationTest.php class NavigationTest (line 18) | class NavigationTest extends TestCase method setUp (line 43) | protected function setUp() method testGetLinksWithCustomerAndWishList (line 64) | public function testGetLinksWithCustomerAndWishList() FILE: app/code/Magento/Customer/Test/Unit/Block/Account/RegisterLinkTest.php class RegisterLinkTest (line 13) | class RegisterLinkTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToHtml (line 32) | public function testToHtml($isAuthenticated, $isRegistrationAllowed, $... method dataProviderToHtml (line 69) | public function dataProviderToHtml() method testGetHref (line 79) | public function testGetHref() FILE: app/code/Magento/Customer/Test/Unit/Block/Account/ResetpasswordTest.php class ResetpasswordTest (line 13) | class ResetpasswordTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | public function setUp() method testGetMinimumPasswordLength (line 50) | public function testGetMinimumPasswordLength() method testGetRequiredCharacterClassesNumber (line 65) | public function testGetRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Test/Unit/Block/Address/EditTest.php class EditTest (line 11) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testSetLayoutWithOwnAddressAndPostedData (line 104) | public function testSetLayoutWithOwnAddressAndPostedData() method testSetLayoutWithAlienAddress (line 176) | public function testSetLayoutWithAlienAddress() method testSetLayoutWithoutAddressId (line 279) | public function testSetLayoutWithoutAddressId() method testSetLayoutWithoutAddress (line 363) | public function testSetLayoutWithoutAddress() FILE: app/code/Magento/Customer/Test/Unit/Block/Address/GridTest.php class GridTest (line 14) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetChildHtml (line 81) | public function testGetChildHtml() method testGetAddAddressUrl (line 123) | public function testGetAddAddressUrl() method testGetAdditionalAddresses (line 133) | public function testGetAdditionalAddresses() method testGetStreetAddress (line 173) | public function testGetStreetAddress() method testGetCountryByCode (line 185) | public function testGetCountryByCode() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/Address/DeleteButtonTest.php class DeleteButtonTest (line 13) | class DeleteButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetButtonData (line 80) | public function testGetButtonData() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/Tab/NewsletterTest.php class NewsletterTest (line 15) | class NewsletterTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | public function setUp() method testInitFormCanNotShowTab (line 84) | public function testInitFormCanNotShowTab() method testInitForm (line 91) | public function testInitForm() method testInitFormWithCustomerFormData (line 139) | public function testInitFormWithCustomerFormData() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/Tab/View/Grid/Renderer/ItemTest.php class ItemTest (line 9) | class ItemTest extends \PHPUnit\Framework\TestCase method configure (line 21) | public function configure($amountOption, $withoutOptions = false) method testRenderWithoutOptions (line 86) | public function testRenderWithoutOptions() method testRender (line 95) | public function testRender($amountOption, $expectedHtml) method optionHtmlProvider (line 105) | public function optionHtmlProvider() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/Tab/View/PersonalInfoTest.php class PersonalInfoTest (line 16) | class PersonalInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetStoreLastLoginDateTimezone (line 124) | public function testGetStoreLastLoginDateTimezone() method testGetCurrentStatus (line 146) | public function testGetCurrentStatus($status, $lastLoginAt, $lastVisit... method getCurrentStatusDataProvider (line 166) | public function getCurrentStatusDataProvider() method testGetLastLoginDate (line 182) | public function testGetLastLoginDate($result, $lastLoginAt) method getLastLoginDateDataProvider (line 193) | public function getLastLoginDateDataProvider() method testGetStoreLastLoginDate (line 207) | public function testGetStoreLastLoginDate($result, $lastLoginAt) method getStoreLastLoginDateDataProvider (line 220) | public function getStoreLastLoginDateDataProvider() method testGetAccountLock (line 234) | public function testGetAccountLock($expectedResult, $value) method getAccountLockDataProvider (line 245) | public function getAccountLockDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/Tab/ViewTest.php class ViewTest (line 14) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetTabLabel (line 34) | public function testGetTabLabel() method testGetTabTitle (line 39) | public function testGetTabTitle() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/Edit/UnlockButtonTest.php class UnlockButtonTest (line 14) | class UnlockButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetButtonData (line 81) | public function testGetButtonData($result, $expectedValue) method getButtonDataProvider (line 94) | public function getButtonDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Block/Adminhtml/From/Element/ImageTest.php class ImageTest (line 11) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetPreviewFile (line 46) | public function testGetPreviewFile() FILE: app/code/Magento/Customer/Test/Unit/Block/CustomerDataTest.php class CustomerDataTest (line 12) | class CustomerDataTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetExpirableSectionLifetimeReturnsConfigurationValue (line 31) | public function testGetExpirableSectionLifetimeReturnsConfigurationVal... method testGetExpirableSectionNames (line 48) | public function testGetExpirableSectionNames() FILE: app/code/Magento/Customer/Test/Unit/Block/CustomerScopeDataTest.php class CustomerScopeDataTest (line 14) | class CustomerScopeDataTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetWebsiteId (line 68) | public function testGetWebsiteId() method testEncodeConfiguration (line 88) | public function testEncodeConfiguration() FILE: app/code/Magento/Customer/Test/Unit/Block/Form/EditTest.php class EditTest (line 14) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp() method testGetMinimumPasswordLength (line 53) | public function testGetMinimumPasswordLength() method testGetRequiredCharacterClassesNumber (line 68) | public function testGetRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Test/Unit/Block/Form/Login/InfoTest.php class InfoTest (line 8) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetExistingCreateAccountUrl (line 58) | public function testGetExistingCreateAccountUrl() method testGetCreateAccountUrlWithContext (line 67) | public function testGetCreateAccountUrlWithContext() method testGetCreateAccountUrl (line 87) | public function testGetCreateAccountUrl() FILE: app/code/Magento/Customer/Test/Unit/Block/Form/RegisterTest.php class RegisterTest (line 16) | class RegisterTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetConfig (line 89) | public function testGetConfig($path, $configValue) method getConfigProvider (line 98) | public function getConfigProvider() method testGetPostActionUrl (line 106) | public function testGetPostActionUrl() method testGetBackUrlNullData (line 121) | public function testGetBackUrlNullData() method testGetBackUrlNotNullData (line 136) | public function testGetBackUrlNotNullData() method testGetFormDataNotNullFormData (line 145) | public function testGetFormDataNotNullFormData() method testGetFormDataNullFormData (line 156) | public function testGetFormDataNullFormData() method testGetFormDataNullFormDataCustomerFormData (line 168) | public function testGetFormDataNullFormDataCustomerFormData() method testGetFormDataCustomerFormDataRegionId (line 189) | public function testGetFormDataCustomerFormDataRegionId() method testGetCountryIdFormData (line 213) | public function testGetCountryIdFormData() method testGetCountryIdParentNullData (line 225) | public function testGetCountryIdParentNullData() method testGetCountryIdParentNotNullData (line 241) | public function testGetCountryIdParentNotNullData() method testGetRegionByRegion (line 251) | public function testGetRegionByRegion() method testGetRegionByRegionId (line 263) | public function testGetRegionByRegionId() method testGetRegionNull (line 275) | public function testGetRegionNull() method testIsNewsletterEnabled (line 289) | public function testIsNewsletterEnabled($isNewsletterEnabled, $isNewsl... method isNewsletterEnabledProvider (line 315) | public function isNewsletterEnabledProvider() method testRestoreSessionData (line 324) | public function testRestoreSessionData() method testGetMinimumPasswordLength (line 370) | public function testGetMinimumPasswordLength() method testGetRequiredCharacterClassesNumber (line 387) | public function testGetRequiredCharacterClassesNumber() FILE: app/code/Magento/Customer/Test/Unit/Block/NewsletterTest.php class NewsletterTest (line 10) | class NewsletterTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetAction (line 32) | public function testGetAction() FILE: app/code/Magento/Customer/Test/Unit/Block/SectionConfigTest.php class SectionConfigTest (line 10) | class SectionConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetSections (line 43) | public function testGetSections() FILE: app/code/Magento/Customer/Test/Unit/Block/Widget/AbstractWidgetTest.php class AbstractWidgetTest (line 10) | class AbstractWidgetTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetConfig (line 44) | public function testGetConfig($key, $expectedValue) method getConfigDataProvider (line 61) | public function getConfigDataProvider() method testGetFieldIdFormatHasData (line 70) | public function testGetFieldIdFormatHasData() method testGetFieldIdFormatHasNoData (line 79) | public function testGetFieldIdFormatHasNoData() method testGetFieldNameFormatHasData (line 88) | public function testGetFieldNameFormatHasData() method testGetFieldNameFormatHasNoData (line 97) | public function testGetFieldNameFormatHasNoData() method testGetFieldId (line 113) | public function testGetFieldId($format, $fieldId, $expectedValue, $met... method getFieldIdDataProvider (line 123) | public function getFieldIdDataProvider() method testGetFieldName (line 143) | public function testGetFieldName($format, $fieldName, $expectedValue, ... method getFieldNameDataProvider (line 153) | public function getFieldNameDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Block/Widget/DobTest.php class DobTest (line 33) | class DobTest extends TestCase method setUp (line 94) | protected function setUp() method testIsEnabled (line 172) | public function testIsEnabled($isVisible, $expectedValue) method isEnabledDataProvider (line 181) | public function isEnabledDataProvider() method testIsEnabledWithException (line 189) | public function testIsEnabledWithException() method testIsRequired (line 212) | public function testIsRequired($isRequired, $expectedValue) method testIsRequiredWithException (line 218) | public function testIsRequiredWithException() method isRequiredDataProvider (line 238) | public function isRequiredDataProvider() method testSetDate (line 250) | public function testSetDate($date, $expectedTime, $expectedDate, $loca... method setDateDataProvider (line 261) | public function setDateDataProvider() method testGetDay (line 284) | public function testGetDay($date, $expectedDay) method getDayDataProvider (line 293) | public function getDayDataProvider() method testGetMonth (line 304) | public function testGetMonth($date, $expectedMonth) method getMonthDataProvider (line 313) | public function getMonthDataProvider() method testGetYear (line 324) | public function testGetYear($date, $expectedYear) method getYearDataProvider (line 333) | public function getYearDataProvider() method testGetDateFormat (line 345) | public function testGetDateFormat(string $locale, string $expectedFormat) method getDateFormatDataProvider (line 354) | public function getDateFormatDataProvider(): array method testGetSortedDateInputs (line 366) | public function testGetSortedDateInputs() method testGetSortedDateInputsWithoutStrippingNonInputChars (line 379) | public function testGetSortedDateInputsWithoutStrippingNonInputChars() method testGetMinDateRange (line 397) | public function testGetMinDateRange($validationRules, $expectedValue) method getMinDateRangeDataProvider (line 408) | public function getMinDateRangeDataProvider() method testGetMinDateRangeWithException (line 445) | public function testGetMinDateRangeWithException() method testGetMaxDateRange (line 468) | public function testGetMaxDateRange($validationRules, $expectedValue) method getMaxDateRangeDataProvider (line 479) | public function getMaxDateRangeDataProvider() method testGetMaxDateRangeWithException (line 515) | public function testGetMaxDateRangeWithException() method testGetHtmlExtraParamsWithoutRequiredOption (line 535) | public function testGetHtmlExtraParamsWithoutRequiredOption() method testGetHtmlExtraParamsWithRequiredOption (line 555) | public function testGetHtmlExtraParamsWithRequiredOption() FILE: app/code/Magento/Customer/Test/Unit/Block/Widget/GenderTest.php class GenderTest (line 13) | class GenderTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testIsEnabled (line 72) | public function testIsEnabled($isVisible, $expectedValue) method isEnabledDataProvider (line 82) | public function isEnabledDataProvider() method testIsEnabledWithException (line 87) | public function testIsEnabledWithException() method testIsRequired (line 113) | public function testIsRequired($isRequired, $expectedValue) method isRequiredDataProvider (line 123) | public function isRequiredDataProvider() method testIsRequiredWithException (line 128) | public function testIsRequiredWithException() method testGetCustomer (line 149) | public function testGetCustomer() method testGetGenderOptions (line 168) | public function testGetGenderOptions() FILE: app/code/Magento/Customer/Test/Unit/Block/Widget/NameTest.php class NameTest (line 18) | class NameTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testShowPrefix (line 113) | public function testShowPrefix() method testShowPrefixWithException (line 122) | public function testShowPrefixWithException() method testMethodWithNoSuchEntityException (line 143) | public function testMethodWithNoSuchEntityException($method) method methodDataProvider (line 163) | public function methodDataProvider() method testIsPrefixRequired (line 178) | public function testIsPrefixRequired() method testShowMiddlename (line 184) | public function testShowMiddlename() method testIsMiddlenameRequired (line 190) | public function testIsMiddlenameRequired() method testShowSuffix (line 196) | public function testShowSuffix() method testIsSuffixRequired (line 202) | public function testIsSuffixRequired() method testGetPrefixOptionsNotEmpty (line 208) | public function testGetPrefixOptionsNotEmpty() method testGetPrefixOptionsEmpty (line 239) | public function testGetPrefixOptionsEmpty() method testGetSuffixOptionsNotEmpty (line 257) | public function testGetSuffixOptionsNotEmpty() method testGetSuffixOptionsEmpty (line 287) | public function testGetSuffixOptionsEmpty() method testGetClassName (line 305) | public function testGetClassName() method testGetContainerClassName (line 323) | public function testGetContainerClassName($isPrefixVisible, $isMiddlen... method getContainerClassNameProvider (line 356) | public function getContainerClassNameProvider() method testGetStoreLabel (line 382) | public function testGetStoreLabel($attributeCode, $storeLabel, $expect... method getStoreLabelProvider (line 395) | public function getStoreLabelProvider() method testGetStoreLabelWithException (line 403) | public function testGetStoreLabelWithException() method _setUpShowAttribute (line 426) | private function _setUpShowAttribute(array $data) method _setUpIsAttributeRequired (line 449) | private function _setUpIsAttributeRequired() FILE: app/code/Magento/Customer/Test/Unit/Block/Widget/TaxvatTest.php class TaxvatTest (line 12) | class TaxvatTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testIsEnabled (line 60) | public function testIsEnabled($isVisible, $expectedValue) method isEnabledDataProvider (line 69) | public function isEnabledDataProvider() method testIsEnabledWithException (line 74) | public function testIsEnabledWithException() method testIsRequired (line 98) | public function testIsRequired($isRequired, $expectedValue) method isRequiredDataProvider (line 107) | public function isRequiredDataProvider() method testIsRequiredWithException (line 112) | public function testIsRequiredWithException() FILE: app/code/Magento/Customer/Test/Unit/Console/Command/UpgradeHashAlgorithmCommandTest.php class UpgradeHashAlgorithmCommandTest (line 12) | class UpgradeHashAlgorithmCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testConfigure (line 47) | public function testConfigure() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/ConfirmTest.php class ConfirmTest (line 18) | class ConfirmTest extends \PHPUnit\Framework\TestCase method setUp (line 100) | protected function setUp() method testIsLoggedIn (line 174) | public function testIsLoggedIn() method testNoCustomerIdInRequest (line 191) | public function testNoCustomerIdInRequest($customerId, $key) method getParametersDataProvider (line 232) | public function getParametersDataProvider() method testSuccessMessage (line 249) | public function testSuccessMessage($customerId, $key, $vatValidationEn... method getSuccessMessageDataProvider (line 341) | public function getSuccessMessageDataProvider() method testSuccessRedirect (line 361) | public function testSuccessRedirect( method getSuccessRedirectDataProvider (line 453) | public function getSuccessRedirectDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/ConfirmationTest.php class ConfirmationTest (line 13) | class ConfirmationTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | public function setUp() method testGetLoginUrl (line 82) | public function testGetLoginUrl() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/CreatePostTest.php class CreatePostTest (line 19) | class CreatePostTest extends \PHPUnit\Framework\TestCase method setUp (line 134) | protected function setUp() method testCreatePostActionRegistrationDisabled (line 246) | public function testCreatePostActionRegistrationDisabled() method testRegenerateIdOnExecution (line 267) | public function testRegenerateIdOnExecution() method testSuccessMessage (line 305) | public function testSuccessMessage( method getSuccessMessageDataProvider (line 393) | public function getSuccessMessageDataProvider() method testSuccessRedirect (line 445) | public function testSuccessRedirect( method getSuccessRedirectDataProvider (line 545) | public function getSuccessRedirectDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/CreateTest.php class CreateTest (line 10) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testCreateActionRegistrationDisabled (line 93) | public function testCreateActionRegistrationDisabled() method testCreateActionRegistrationEnabled (line 121) | public function testCreateActionRegistrationEnabled() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/ForgotPasswordPostTest.php class ForgotPasswordPostTest (line 23) | class ForgotPasswordPostTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testExecuteEmptyEmail (line 93) | public function testExecuteEmptyEmail() method testExecute (line 113) | public function testExecute() method testExecuteNoSuchEntityException (line 149) | public function testExecuteNoSuchEntityException() method testExecuteException (line 185) | public function testExecuteException() method prepareContext (line 213) | protected function prepareContext() FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/LoginPostTest.php class LoginPostTest (line 23) | class LoginPostTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method testExecuteInvalidFormKey (line 142) | public function testExecuteInvalidFormKey( method invalidFormKeyDataProvider (line 166) | public function invalidFormKeyDataProvider() method testExecuteNoPostData (line 184) | public function testExecuteNoPostData() method testExecuteEmptyLoginData (line 206) | public function testExecuteEmptyLoginData() method testExecuteSuccessCustomRedirect (line 237) | public function testExecuteSuccessCustomRedirect() method testExecuteSuccess (line 320) | public function testExecuteSuccess() method testExecuteWithException (line 411) | public function testExecuteWithException( method exceptionDataProvider (line 458) | public function exceptionDataProvider() method prepareContext (line 488) | protected function prepareContext() method mockExceptions (line 543) | protected function mockExceptions($exception, $username) FILE: app/code/Magento/Customer/Test/Unit/Controller/Account/LogoutTest.php class LogoutTest (line 16) | class LogoutTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 92) | public function testExecute() FILE: app/code/Magento/Customer/Test/Unit/Controller/Address/DeleteTest.php class DeleteTest (line 14) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecute (line 119) | public function testExecute() method testExecuteWithException (line 158) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Address/FormPostTest.php class FormPostTest (line 39) | class FormPostTest extends \PHPUnit\Framework\TestCase method setUp (line 169) | protected function setUp() method prepareContext (line 240) | protected function prepareContext(): void method prepareAddress (line 297) | protected function prepareAddress(): void method prepareRegion (line 319) | protected function prepareRegion(): void method prepareForm (line 354) | protected function prepareForm(): void method testExecuteNoFormKey (line 368) | public function testExecuteNoFormKey(): void method testExecuteNoPostData (line 386) | public function testExecuteNoPostData(): void method testExecute (line 449) | public function testExecute( method dataProviderTestExecute (line 614) | public function dataProviderTestExecute(): array method testExecuteInputException (line 648) | public function testExecuteInputException(): void method testExecuteException (line 713) | public function testExecuteException(): void FILE: app/code/Magento/Customer/Test/Unit/Controller/Address/SaveTest.php class SaveTest (line 18) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecute (line 115) | public function testExecute(): void FILE: app/code/Magento/Customer/Test/Unit/Controller/Address/ValidateTest.php class ValidateTest (line 15) | class ValidateTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 70) | public function testExecute() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/File/Address/UploadTest.php class UploadTest (line 12) | class UploadTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testExecuteEmptyFiles (line 78) | public function testExecuteEmptyFiles() method testExecute (line 106) | public function testExecute() method testExecuteWithErrors (line 175) | public function testExecuteWithErrors() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/File/Customer/UploadTest.php class UploadTest (line 12) | class UploadTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testExecuteEmptyFiles (line 77) | public function testExecuteEmptyFiles() method testExecute (line 105) | public function testExecute() method testExecuteWithErrors (line 172) | public function testExecuteWithErrors() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Group/SaveTest.php class SaveTest (line 18) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testExecuteWithTaxClassAndException (line 136) | public function testExecuteWithTaxClassAndException() method testExecuteWithoutTaxClass (line 193) | public function testExecuteWithoutTaxClass() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/IndexTest.php class IndexTest (line 11) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testExecute (line 115) | public function testExecute() method testExecuteAjax (line 154) | public function testExecuteAjax() method prepareExecute (line 175) | protected function prepareExecute($ajax = false) FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/InlineEditTest.php class InlineEditTest (line 20) | class InlineEditTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method prepareMocksForTesting (line 201) | protected function prepareMocksForTesting($populateSequence = 0) method prepareMocksForUpdateDefaultBilling (line 240) | protected function prepareMocksForUpdateDefaultBilling() method prepareMocksForProcessAddressData (line 269) | protected function prepareMocksForProcessAddressData() method prepareMocksForErrorMessagesProcessing (line 282) | protected function prepareMocksForErrorMessagesProcessing() method testExecuteWithUpdateBilling (line 313) | public function testExecuteWithUpdateBilling() method testExecuteWithoutItems (line 336) | public function testExecuteWithoutItems() method testExecuteLocalizedException (line 367) | public function testExecuteLocalizedException() method testExecuteException (line 396) | public function testExecuteException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassAssignGroupTest.php class MassAssignGroupTest (line 17) | class MassAssignGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method testExecute (line 157) | public function testExecute() method testExecuteWithException (line 189) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassDeleteTest.php class MassDeleteTest (line 16) | class MassDeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testExecute (line 145) | public function testExecute() method testExecuteWithException (line 169) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassSubscribeTest.php class MassSubscribeTest (line 16) | class MassSubscribeTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecute (line 157) | public function testExecute() method testExecuteWithException (line 185) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassUnsubscribeTest.php class MassUnsubscribeTest (line 16) | class MassUnsubscribeTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecute (line 157) | public function testExecute() method testExecuteWithException (line 185) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/NewsletterTest.php class NewsletterTest (line 13) | class NewsletterTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testNewsletterAction (line 239) | public function testNewsletterAction() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/ResetPasswordTest.php class ResetPasswordTest (line 18) | class ResetPasswordTest extends \PHPUnit\Framework\TestCase method setUp (line 93) | protected function setUp() method testResetPasswordActionNoCustomer (line 218) | public function testResetPasswordActionNoCustomer() method testResetPasswordActionInvalidCustomerId (line 242) | public function testResetPasswordActionInvalidCustomerId() method testResetPasswordActionCoreException (line 296) | public function testResetPasswordActionCoreException() method testResetPasswordActionSecurityException (line 334) | public function testResetPasswordActionSecurityException() method testResetPasswordActionCoreExceptionWarn (line 384) | public function testResetPasswordActionCoreExceptionWarn() method testResetPasswordActionException (line 413) | public function testResetPasswordActionException() method testResetPasswordActionSendEmail (line 454) | public function testResetPasswordActionSendEmail() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/SaveTest.php class SaveTest (line 23) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 158) | protected function setUp() method testExecuteWithExistentCustomer (line 282) | public function testExecuteWithExistentCustomer() method testExecuteWithNewCustomer (line 511) | public function testExecuteWithNewCustomer() method testExecuteWithNewCustomerAndValidationException (line 699) | public function testExecuteWithNewCustomerAndValidationException() method testExecuteWithNewCustomerAndLocalizedException (line 850) | public function testExecuteWithNewCustomerAndLocalizedException() method testExecuteWithNewCustomerAndException (line 1001) | public function testExecuteWithNewCustomerAndException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/ValidateTest.php class ValidateTest (line 12) | class ValidateTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testExecute (line 142) | public function testExecute() method testExecuteWithoutAddresses (line 178) | public function testExecuteWithoutAddresses() method testExecuteWithException (line 210) | public function testExecuteWithException() method testExecuteWithNewCustomerAndNoEntityId (line 249) | public function testExecuteWithNewCustomerAndNoEntityId() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/ViewfileTest.php class ViewfileTest (line 12) | class ViewfileTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testExecuteNoParamsShouldThrowException (line 97) | public function testExecuteNoParamsShouldThrowException() method testExecuteParamFile (line 104) | public function testExecuteParamFile() method testExecuteGetParamImage (line 151) | public function testExecuteGetParamImage() method testExecuteInvalidFile (line 214) | public function testExecuteInvalidFile() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Locks/UnlockTest.php class UnlockTest (line 16) | class UnlockTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | public function setUp() method testExecute (line 113) | public function testExecute() method testExecuteWithException (line 132) | public function testExecuteWithException() FILE: app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/System/Config/Validatevat/ValidateTest.php class ValidateTest (line 8) | class ValidateTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 63) | public function testExecute() method mockResultJson (line 113) | protected function mockResultJson() FILE: app/code/Magento/Customer/Test/Unit/Controller/Ajax/LoginTest.php class LoginTest (line 36) | class LoginTest extends \PHPUnit\Framework\TestCase method setUp (line 106) | protected function setUp(): void method testLogin (line 186) | public function testLogin(): void method testLoginFailure (line 239) | public function testLoginFailure(): void method withRequest (line 280) | private function withRequest(string $jsonRequest): void method withCookieManager (line 295) | private function withCookieManager(): void method withScopeConfig (line 316) | private function withScopeConfig(): void FILE: app/code/Magento/Customer/Test/Unit/Controller/Plugin/AccountTest.php class AccountTest (line 17) | class AccountTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testBeforeDispatch (line 95) | public function testBeforeDispatch( method beforeDispatchDataProvider (line 133) | public function beforeDispatchDataProvider() method testAfterDispatch (line 169) | public function testAfterDispatch() FILE: app/code/Magento/Customer/Test/Unit/Controller/Section/LoadTest.php class LoadTest (line 20) | class LoadTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testExecute (line 92) | public function testExecute($sectionNames, $forceNewSectionTimestamp, ... method executeDataProvider (line 131) | public function executeDataProvider() method testExecuteWithThrowException (line 149) | public function testExecuteWithThrowException() FILE: app/code/Magento/Customer/Test/Unit/CustomerData/Plugin/SessionCheckerTest.php class SessionCheckerTest (line 10) | class SessionCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testBeforeStart (line 61) | public function testBeforeStart($result, $callCount) method beforeStartDataProvider (line 92) | public function beforeStartDataProvider() FILE: app/code/Magento/Customer/Test/Unit/CustomerData/Section/IdentifierTest.php class IdentifierTest (line 11) | class IdentifierTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testInitMark (line 37) | public function testInitMark() method testMarkSectionsDontUpdate (line 46) | public function testMarkSectionsDontUpdate() method testMarkSectionsUpdate (line 71) | public function testMarkSectionsUpdate() FILE: app/code/Magento/Customer/Test/Unit/CustomerData/SectionConfigConverterTest.php class SectionConfigConverterTest (line 11) | class SectionConfigConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testConvert (line 31) | public function testConvert() FILE: app/code/Magento/Customer/Test/Unit/CustomerData/SectionPoolTest.php class SectionPoolTest (line 11) | class SectionPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetSectionsDataAllSections (line 45) | public function testGetSectionsDataAllSections() method testGetSectionsDataAllSectionsException (line 77) | public function testGetSectionsDataAllSectionsException() FILE: app/code/Magento/Customer/Test/Unit/Helper/AddressTest.php class AddressTest (line 15) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetStreetLines (line 63) | public function testGetStreetLines($numLines, $expectedNumLines) method providerGetStreetLines (line 84) | public function providerGetStreetLines() method testGetRenderer (line 104) | public function testGetRenderer($renderer, $blockFactory, $result) method getRendererDataProvider (line 120) | public function getRendererDataProvider() method testGetConfigCanShowConfig (line 136) | public function testGetConfigCanShowConfig() method testGetAttributeValidationClass (line 156) | public function testGetAttributeValidationClass() method testGetAttributeValidationClassWithNoAttribute (line 174) | public function testGetAttributeValidationClassWithNoAttribute() method testConvertStreetLines (line 191) | public function testConvertStreetLines($origStreets, $toCount, $result) method getConvertStreetLinesDataProvider (line 199) | public function getConvertStreetLinesDataProvider() method testIsVatValidationEnabled (line 212) | public function testIsVatValidationEnabled($store, $result) method getVatValidationEnabledDataProvider (line 228) | public function getVatValidationEnabledDataProvider() method testHasValidateOnEachTransaction (line 242) | public function testHasValidateOnEachTransaction($store, $result) method getValidateOnEachTransactionDataProvider (line 258) | public function getValidateOnEachTransactionDataProvider() method testGetTaxCalculationAddressType (line 272) | public function testGetTaxCalculationAddressType($store, $result) method getTaxCalculationAddressTypeDataProvider (line 288) | public function getTaxCalculationAddressTypeDataProvider() method testIsDisableAutoGroupAssignDefaultValue (line 297) | public function testIsDisableAutoGroupAssignDefaultValue() method testIsVatAttributeVisible (line 309) | public function testIsVatAttributeVisible() method testGetFormatTypeRenderer (line 326) | public function testGetFormatTypeRenderer($code, $result) method getFormatTypeRendererDataProvider (line 340) | public function getFormatTypeRendererDataProvider() method testGetFormat (line 355) | public function testGetFormat($code, $result) method getFormatDataProvider (line 377) | public function getFormatDataProvider() method testIsAttributeVisible (line 390) | public function testIsAttributeVisible($attributeCode, $isMetadataExists) method isAttributeVisibleDataProvider (line 410) | public function isAttributeVisibleDataProvider() method isAttributeRequiredDataProvider (line 423) | public function isAttributeRequiredDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Helper/Session/CurrentCustomerAddressTest.php class CurrentCustomerAddressTest (line 8) | class CurrentCustomerAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetDefaultBillingAddress (line 56) | public function testGetDefaultBillingAddress() method testGetDefaultShippingAddress (line 74) | public function testGetDefaultShippingAddress() FILE: app/code/Magento/Customer/Test/Unit/Helper/Session/CurrentCustomerTest.php class CurrentCustomerTest (line 12) | class CurrentCustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testGetCustomerDepersonalizeCustomerData (line 100) | public function testGetCustomerDepersonalizeCustomerData() method testGetCustomerLoadCustomerFromService (line 125) | public function testGetCustomerLoadCustomerFromService() FILE: app/code/Magento/Customer/Test/Unit/Helper/ViewTest.php class ViewTest (line 10) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetCustomerName (line 40) | public function testGetCustomerName($prefix, $firstName, $middleName, ... method getCustomerServiceDataProvider (line 61) | public function getCustomerServiceDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Account/RedirectTest.php class RedirectTest (line 21) | class RedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testGetRedirect (line 179) | public function testGetRedirect( method getRedirectDataProvider (line 249) | public function getRedirectDataProvider() method testBeforeRequestParams (line 295) | public function testBeforeRequestParams() FILE: app/code/Magento/Customer/Test/Unit/Model/AccountConfirmationTest.php class AccountConfirmationTest (line 16) | class AccountConfirmationTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testIsConfirmationRequired (line 52) | public function testIsConfirmationRequired( method dataProviderIsConfirmationRequired (line 83) | public function dataProviderIsConfirmationRequired() FILE: app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php class AccountManagementTest (line 27) | class AccountManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 167) | protected function setUp() method testCreateAccountWithPasswordHashWithExistingCustomer (line 284) | public function testCreateAccountWithPasswordHashWithExistingCustomer() method testCreateAccountWithPasswordHashWithCustomerWithoutStoreId (line 329) | public function testCreateAccountWithPasswordHashWithCustomerWithoutSt... method testCreateAccountWithPasswordHashWithLocalizedException (line 405) | public function testCreateAccountWithPasswordHashWithLocalizedException() method testCreateAccountWithPasswordHashWithAddressException (line 481) | public function testCreateAccountWithPasswordHashWithAddressException() method testCreateAccountWithPasswordHashWithNewCustomerAndLocalizedException (line 576) | public function testCreateAccountWithPasswordHashWithNewCustomerAndLoc... method testCreateAccountWithoutPassword (line 648) | public function testCreateAccountWithoutPassword() method dataProviderCheckPasswordStrength (line 760) | public function dataProviderCheckPasswordStrength() method testCreateAccountWithPasswordInputException (line 785) | public function testCreateAccountWithPasswordInputException( method testCreateAccountInputExceptionExtraLongPassword (line 840) | public function testCreateAccountInputExceptionExtraLongPassword() method testCreateAccountWithPassword (line 861) | public function testCreateAccountWithPassword() method testSendPasswordReminderEmail (line 1015) | public function testSendPasswordReminderEmail() method prepareInitiatePasswordReset (line 1125) | protected function prepareInitiatePasswordReset($email, $templateIdent... method prepareEmailSend (line 1229) | protected function prepareEmailSend($email, $templateIdentifier, $send... method testInitiatePasswordResetEmailReminder (line 1265) | public function testInitiatePasswordResetEmailReminder() method testInitiatePasswordResetEmailReset (line 1290) | public function testInitiatePasswordResetEmailReset() method testInitiatePasswordResetNoTemplate (line 1314) | public function testInitiatePasswordResetNoTemplate() method testValidateResetPasswordTokenBadCustomerId (line 1339) | public function testValidateResetPasswordTokenBadCustomerId() method testValidateResetPasswordTokenBadResetPasswordLinkToken (line 1348) | public function testValidateResetPasswordTokenBadResetPasswordLinkToken() method testValidateResetPasswordTokenTokenMismatch (line 1357) | public function testValidateResetPasswordTokenTokenMismatch() method testValidateResetPasswordTokenTokenExpired (line 1370) | public function testValidateResetPasswordTokenTokenExpired() method testValidateResetPasswordToken (line 1383) | public function testValidateResetPasswordToken() method reInitModel (line 1402) | private function reInitModel() method testChangePassword (line 1498) | public function testChangePassword() method testResetPassword (line 1597) | public function testResetPassword() method testChangePasswordException (line 1672) | public function testChangePasswordException() method testAuthenticate (line 1696) | public function testAuthenticate() method testGetConfirmationStatus (line 1759) | public function testGetConfirmationStatus( method dataProviderGetConfirmationStatus (line 1800) | public function dataProviderGetConfirmationStatus() method testCreateAccountWithPasswordHashForGuest (line 1814) | public function testCreateAccountWithPasswordHashForGuest() method testCreateAccountWithPasswordHashWithCustomerAddresses (line 1882) | public function testCreateAccountWithPasswordHashWithCustomerAddresses() method prepareDateTimeFactory (line 2004) | private function prepareDateTimeFactory() method testCreateAccountUnexpectedValueException (line 2030) | public function testCreateAccountUnexpectedValueException(): void method testCreateAccountWithStoreNotInWebsite (line 2133) | public function testCreateAccountWithStoreNotInWebsite() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/AbstractAddressTest.php class AbstractAddressTest (line 14) | class AbstractAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetRegionWithRegionId (line 99) | public function testGetRegionWithRegionId() method testGetRegionWithRegion (line 110) | public function testGetRegionWithRegion() method testGetRegionWithRegionName (line 121) | public function testGetRegionWithRegionName() method testGetRegionWithoutRegion (line 130) | public function testGetRegionWithoutRegion() method testGetRegionCodeWithRegionId (line 137) | public function testGetRegionCodeWithRegionId() method testGetRegionCodeWithRegion (line 148) | public function testGetRegionCodeWithRegion() method testGetRegionCodeWithRegionName (line 159) | public function testGetRegionCodeWithRegionName() method testGetRegionCodeWithoutRegion (line 168) | public function testGetRegionCodeWithoutRegion() method prepareGetRegion (line 178) | protected function prepareGetRegion($countryId, $regionName = 'RegionN... method prepareGetRegionCode (line 198) | protected function prepareGetRegionCode($countryId, $regionCode = 'UK') method testSetData (line 220) | public function testSetData() method testSetDataWithMultidimensionalArray (line 235) | public function testSetDataWithMultidimensionalArray() method testSetDataWithValue (line 258) | public function testSetDataWithValue() method testSetDataWithObject (line 273) | public function testSetDataWithObject() method testValidate (line 294) | public function testValidate(array $data, $expected) method validateDataProvider (line 309) | public function validateDataProvider() method testGetStreetFullAlwaysReturnsString (line 364) | public function testGetStreetFullAlwaysReturnsString($expectedResult, ... method testSetDataStreetAlwaysConvertedToString (line 373) | public function testSetDataStreetAlwaysConvertedToString($expectedResu... method getStreetFullDataProvider (line 382) | public function getStreetFullDataProvider() method tearDown (line 393) | protected function tearDown() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Config/ReaderTest.php class ReaderTest (line 8) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testRead (line 86) | public function testRead() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetSchema (line 48) | public function testGetSchema() method testGetPerFileSchema (line 55) | public function testGetPerFileSchema() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Config/XsdTest.php class XsdTest (line 10) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExemplarXml (line 31) | public function testExemplarXml($fixtureXml, array $expectedErrors) method exemplarXmlDataProvider (line 45) | public function exemplarXmlDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetStore (line 91) | public function testGetStore() method testSetStore (line 96) | public function testSetStore() method testGetFormats (line 102) | public function testGetFormats() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/DataProviderTest.php class DataProviderTest (line 28) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testGetDefaultData (line 181) | public function testGetDefaultData(): void method testGetData (line 211) | public function testGetData(): void method getTypeAddressMock (line 271) | protected function getTypeAddressMock($customerAttributes = []) method getAttributeMock (line 296) | protected function getAttributeMock($options = []): array FILE: app/code/Magento/Customer/Test/Unit/Model/Address/MapperTest.php class MapperTest (line 9) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testToFlatArray (line 36) | public function testToFlatArray() method createAddressMock (line 67) | protected function createAddressMock() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Validator/CountryTest.php class CountryTest (line 14) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testValidate (line 62) | public function testValidate(array $data, array $countryIds, array $al... method validateDataProvider (line 114) | public function validateDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Validator/GeneralTest.php class GeneralTest (line 12) | class GeneralTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testValidate (line 47) | public function testValidate(array $data, array $expected) method validateDataProvider (line 96) | public function validateDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Address/Validator/PostcodeTest.php class PostcodeTest (line 8) | class PostcodeTest extends \PHPUnit\Framework\TestCase method testIsValid (line 15) | public function testIsValid() FILE: app/code/Magento/Customer/Test/Unit/Model/AddressRegistryTest.php class AddressRegistryTest (line 10) | class AddressRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRetrieve (line 31) | public function testRetrieve() method testRetrieveException (line 57) | public function testRetrieveException() method testRemove (line 77) | public function testRemove() FILE: app/code/Magento/Customer/Test/Unit/Model/AddressTest.php class AddressTest (line 9) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testCustomerId (line 74) | public function testCustomerId() method testCustomer (line 83) | public function testCustomer() method testGetAttributes (line 105) | public function testGetAttributes() method testRegionId (line 119) | public function testRegionId() method testGetEntityTypeId (line 125) | public function testGetEntityTypeId() FILE: app/code/Magento/Customer/Test/Unit/Model/App/Action/ContextPluginTest.php class ContextPluginTest (line 14) | class ContextPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testBeforeDispatch (line 59) | public function testBeforeDispatch() FILE: app/code/Magento/Customer/Test/Unit/Model/Attribute/Backend/BooleanTest.php class BooleanTest (line 9) | class BooleanTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testBeforeSave (line 28) | public function testBeforeSave($value, $defaultValue, $result) method beforeSaveDataProvider (line 62) | public function beforeSaveDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Attribute/Data/PostcodeTest.php class PostcodeTest (line 12) | class PostcodeTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testValidateValue (line 64) | public function testValidateValue($value, $expected, $countryId, $isOp... method validateValueDataProvider (line 93) | public function validateValueDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/AttributeMetadatConverterTest.php class AttributeMetadatConverterTest (line 18) | class AttributeMetadatConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method prepareValidateRules (line 78) | private function prepareValidateRules() method prepareOptions (line 89) | private function prepareOptions() method testCreateAttributeMetadataTestWithSource (line 105) | public function testCreateAttributeMetadataTestWithSource() FILE: app/code/Magento/Customer/Test/Unit/Model/AttributeTest.php class AttributeTest (line 20) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 136) | protected function setUp() method testAfterSaveEavCache (line 238) | public function testAfterSaveEavCache() method testAfterDeleteEavCache (line 249) | public function testAfterDeleteEavCache() method testInvalidate (line 260) | public function testInvalidate() method testCanBeSearchableInGrid (line 283) | public function testCanBeSearchableInGrid($isSearchableInGrid, $fronte... method dataProviderCanBeSearchableInGrid (line 294) | public function dataProviderCanBeSearchableInGrid() method testCanBeFilterableInGrid (line 319) | public function testCanBeFilterableInGrid($isFilterableInGrid, $fronte... method dataProviderCanBeFilterableInGrid (line 330) | public function dataProviderCanBeFilterableInGrid() FILE: app/code/Magento/Customer/Test/Unit/Model/AuthenticationTest.php class AuthenticationTest (line 19) | class AuthenticationTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testProcessAuthenticationFailureLockingIsDisabled (line 124) | public function testProcessAuthenticationFailureLockingIsDisabled() method testProcessAuthenticationFailureFirstAttempt (line 153) | public function testProcessAuthenticationFailureFirstAttempt( method processAuthenticationFailureDataProvider (line 202) | public function processAuthenticationFailureDataProvider() method testUnlock (line 212) | public function testUnlock() method validatePasswordAndLockStatusDataProvider (line 232) | public function validatePasswordAndLockStatusDataProvider() method testIsLocked (line 240) | public function testIsLocked() method testAuthenticate (line 261) | public function testAuthenticate($result) method validateCustomerPassword (line 322) | public function validateCustomerPassword() FILE: app/code/Magento/Customer/Test/Unit/Model/Authorization/CustomerSessionUserContextTest.php class CustomerSessionUserContextTest (line 14) | class CustomerSessionUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetUserIdExist (line 46) | public function testGetUserIdExist() method testGetUserIdDoesNotExist (line 53) | public function testGetUserIdDoesNotExist() method testGetUserType (line 60) | public function testGetUserType() method setupUserId (line 69) | public function setupUserId($userId) FILE: app/code/Magento/Customer/Test/Unit/Model/Backend/CustomerTest.php class CustomerTest (line 14) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetStoreId (line 42) | public function testGetStoreId($websiteId, $websiteStoreId, $storeId, ... method getStoreDataProvider (line 59) | public function getStoreDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Checkout/ConfigProviderTest.php class ConfigProviderTest (line 17) | class ConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetConfigWithoutRedirect (line 91) | public function testGetConfigWithoutRedirect() method testGetConfig (line 119) | public function testGetConfig() FILE: app/code/Magento/Customer/Test/Unit/Model/Config/Backend/CreateAccount/DisableAutoGroupAssignDefaultTest.php class DisableAutoGroupAssignDefaultTest (line 8) | class DisableAutoGroupAssignDefaultTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterSave (line 35) | public function testAfterSave() FILE: app/code/Magento/Customer/Test/Unit/Model/Config/Source/Address/TypeTest.php class TypeTest (line 9) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testToOptionArray (line 21) | public function testToOptionArray() FILE: app/code/Magento/Customer/Test/Unit/Model/Config/Source/Group/MultiselectTest.php class MultiselectTest (line 11) | class MultiselectTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testToOptionArray (line 45) | public function testToOptionArray() FILE: app/code/Magento/Customer/Test/Unit/Model/Config/Source/GroupTest.php class GroupTest (line 15) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testToOptionArray (line 53) | public function testToOptionArray() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/BillingTest.php class BillingTest (line 10) | class BillingTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testBeforeSave (line 24) | public function testBeforeSave() method testAfterSave (line 38) | public function testAfterSave() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/PasswordTest.php class PasswordTest (line 13) | class PasswordTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testValidatePositive (line 26) | public function testValidatePositive() method passwordNegativeDataProvider (line 45) | public function passwordNegativeDataProvider() method testBeforeSaveNegative (line 58) | public function testBeforeSaveNegative($password) method testBeforeSavePositive (line 71) | public function testBeforeSavePositive() method randomValuesProvider (line 92) | public function randomValuesProvider() method testCustomerGetPasswordAndGetPasswordConfirmAlwaysReturnsAString (line 111) | public function testCustomerGetPasswordAndGetPasswordConfirmAlwaysRetu... FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/ShippingTest.php class ShippingTest (line 11) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testBeforeSave (line 25) | public function testBeforeSave() method testAfterSave (line 39) | public function testAfterSave() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/StoreTest.php class StoreTest (line 11) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testBeforeSaveWithId (line 31) | public function testBeforeSaveWithId() method testBeforeSave (line 47) | public function testBeforeSave() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/WebsiteTest.php class WebsiteTest (line 11) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testBeforeSaveWithId (line 31) | public function testBeforeSaveWithId() method testBeforeSave (line 47) | public function testBeforeSave() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Source/WebsiteTest.php class WebsiteTest (line 11) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method mockOptions (line 51) | protected function mockOptions() method testGetAllOptions (line 72) | public function testGetAllOptions() method testGetOptionText (line 81) | public function testGetOptionText() method testGetOptionTextWithoutOption (line 88) | public function testGetOptionTextWithoutOption() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/CredentialsValidatorTest.php class CredentialsValidatorTest (line 11) | class CredentialsValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCheckPasswordDifferentFromEmail (line 34) | public function testCheckPasswordDifferentFromEmail() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/DataProviderTest.php class DataProviderTest (line 36) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testGetAttributesMetaWithOptions (line 106) | public function testGetAttributesMetaWithOptions(array $expected) method getAttributesMetaDataProvider (line 134) | public function getAttributesMetaDataProvider() method getCustomerCollectionFactoryMock (line 262) | protected function getCustomerCollectionFactoryMock() method getEavConfigMock (line 282) | protected function getEavConfigMock($customerAttributes = []) method getTypeCustomerMock (line 299) | protected function getTypeCustomerMock($customerAttributes = []) method getTypeAddressMock (line 324) | protected function getTypeAddressMock() method injectVisibilityProps (line 342) | private function injectVisibilityProps( method getAttributeMock (line 387) | protected function getAttributeMock($type = 'customer', $options = []) method attributeGetUsingMethodCallback (line 490) | private function attributeGetUsingMethodCallback() method getCountryAttrMock (line 500) | private function getCountryAttrMock() method testGetData (line 554) | public function testGetData() method testGetDataWithCustomerFormData (line 659) | public function testGetDataWithCustomerFormData() method testGetDataWithCustomAttributeImage (line 767) | public function testGetDataWithCustomAttributeImage() method testGetAttributesMetaWithCustomAttributeImage (line 841) | public function testGetAttributesMetaWithCustomAttributeImage() method testGetDataWithVisibleAttributes (line 989) | public function testGetDataWithVisibleAttributes() method testGetDataWithVisibleAttributesWithAccountEdit (line 1050) | public function testGetDataWithVisibleAttributesWithAccountEdit() method getCustomerAttributeExpectations (line 1121) | private function getCustomerAttributeExpectations() method getExpectationForVisibleAttributes (line 1216) | private function getExpectationForVisibleAttributes() FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/DataProviderWithDefaultAddressesTest.php class DataProviderWithDefaultAddressesTest (line 25) | class DataProviderWithDefaultAddressesTest extends \PHPUnit\Framework\Te... method setUp (line 72) | protected function setUp(): void method testGetAttributesMetaWithOptions (line 180) | public function testGetAttributesMetaWithOptions(array $expected): void method getAttributesMetaDataProvider (line 192) | public function getAttributesMetaDataProvider(): array method getTypeCustomerMock (line 252) | protected function getTypeCustomerMock($customerAttributes = []) method getAttributeMock (line 275) | protected function getAttributeMock($options = []): array method testGetData (line 334) | public function testGetData(): void method testGetDataWithCustomerFormData (line 382) | public function testGetDataWithCustomerFormData(): void FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/NotificationStorageTest.php class NotificationStorageTest (line 10) | class NotificationStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAdd (line 40) | public function testAdd() method testIsExists (line 62) | public function testIsExists() method testRemove (line 73) | public function testRemove() method getCacheKey (line 90) | private function getCacheKey($notificationType, $customerId) FILE: app/code/Magento/Customer/Test/Unit/Model/Customer/Source/GroupTest.php class GroupTest (line 18) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testToOptionArray (line 74) | public function testToOptionArray() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerAuthUpdateTest.php class CustomerAuthUpdateTest (line 20) | class CustomerAuthUpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testSaveAuth (line 75) | public function testSaveAuth() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerExtractorTest.php class CustomerExtractorTest (line 14) | class CustomerExtractorTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExtract (line 111) | public function testExtract() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerGroupConfigTest.php class CustomerGroupConfigTest (line 11) | class CustomerGroupConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | public function setUp() method testSetDefaultCustomerGroup (line 60) | public function testSetDefaultCustomerGroup() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerManagementTest.php class CustomerManagementTest (line 8) | class CustomerManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetCount (line 31) | public function testGetCount() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerRegistryTest.php class CustomerRegistryTest (line 15) | class CustomerRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testRetrieve (line 67) | public function testRetrieve() method testRetrieveByEmail (line 85) | public function testRetrieveByEmail() method testRetrieveException (line 118) | public function testRetrieveException() method testRetrieveByEmailException (line 136) | public function testRetrieveByEmailException() method testRemove (line 160) | public function testRemove() method testRemoveByEmail (line 179) | public function testRemoveByEmail() FILE: app/code/Magento/Customer/Test/Unit/Model/CustomerTest.php class CustomerTest (line 24) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 98) | protected function setUp() method testHashPassword (line 165) | public function testHashPassword() method testSendNewAccountEmailException (line 184) | public function testSendNewAccountEmailException() method testSendNewAccountEmailWithoutStoreId (line 189) | public function testSendNewAccountEmailWithoutStoreId() method testIsCustomerLocked (line 252) | public function testIsCustomerLocked($lockExpires, $expectedResult) method isCustomerLockedDataProvider (line 261) | public function isCustomerLockedDataProvider() method testIsConfirmationRequired (line 276) | public function testIsConfirmationRequired( method dataProviderIsConfirmationRequired (line 299) | public function dataProviderIsConfirmationRequired() method testUpdateData (line 308) | public function testUpdateData() method testGetDataModel (line 364) | public function testGetDataModel() method testGetRandomConfirmationKey (line 405) | public function testGetRandomConfirmationKey() : void FILE: app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php class EmailNotificationTest (line 20) | class EmailNotificationTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | public function setUp() method testCredentialsChanged (line 129) | public function testCredentialsChanged($testNumber, $oldEmail, $newEma... method sendNotificationEmailsDataProvider (line 285) | public function sendNotificationEmailsDataProvider() method testPasswordReminder (line 312) | public function testPasswordReminder() method testPasswordReminderCustomerWithoutStoreId (line 412) | public function testPasswordReminderCustomerWithoutStoreId() method testPasswordResetConfirmation (line 505) | public function testPasswordResetConfirmation() method testNewAccount (line 590) | public function testNewAccount() method mockDefaultTransportBuilder (line 685) | private function mockDefaultTransportBuilder( FILE: app/code/Magento/Customer/Test/Unit/Model/FileProcessorTest.php class FileProcessorTest (line 13) | class FileProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method getModel (line 79) | private function getModel($entityTypeCode, array $allowedExtensions = []) method testGetStat (line 93) | public function testGetStat() method testIsExist (line 110) | public function testIsExist() method testGetViewUrlCustomer (line 123) | public function testGetViewUrlCustomer() method testGetViewUrlCustomerAddress (line 144) | public function testGetViewUrlCustomerAddress() method testRemoveUploadedFile (line 165) | public function testRemoveUploadedFile() method testSaveTemporaryFile (line 178) | public function testSaveTemporaryFile() method testSaveTemporaryFileWithError (line 241) | public function testSaveTemporaryFileWithError() method testMoveTemporaryFileUnableToCreateDirectory (line 294) | public function testMoveTemporaryFileUnableToCreateDirectory() method testMoveTemporaryFileDestinationFolderDoesNotExists (line 313) | public function testMoveTemporaryFileDestinationFolderDoesNotExists() method testMoveTemporaryFile (line 332) | public function testMoveTemporaryFile() method testMoveTemporaryFileWithException (line 367) | public function testMoveTemporaryFileWithException() method testGetMimeType (line 398) | public function testGetMimeType() FILE: app/code/Magento/Customer/Test/Unit/Model/FileUploaderTest.php class FileUploaderTest (line 12) | class FileUploaderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method tearDown (line 60) | protected function tearDown() method getModel (line 70) | private function getModel($entityTypeCode, $scope) method testValidate (line 84) | public function testValidate() method testUpload (line 115) | public function testUpload() FILE: app/code/Magento/Customer/Test/Unit/Model/GroupRegistryTest.php class GroupRegistryTest (line 11) | class GroupRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testRetrieve (line 37) | public function testRetrieve() method testRetrieveException (line 66) | public function testRetrieveException() method testRemove (line 91) | public function testRemove() FILE: app/code/Magento/Customer/Test/Unit/Model/Indexer/Attribute/FilterTest.php class FilterTest (line 11) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testFilter (line 65) | public function testFilter() FILE: app/code/Magento/Customer/Test/Unit/Model/Indexer/AttributeProviderTest.php class AttributeProviderTest (line 12) | class AttributeProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testAddDynamicData (line 37) | public function testAddDynamicData() method testAddDynamicDataWithStaticAndSearchable (line 140) | public function testAddDynamicDataWithStaticAndSearchable() method testAddDynamicDataWithStaticAndFilterable (line 232) | public function testAddDynamicDataWithStaticAndFilterable() FILE: app/code/Magento/Customer/Test/Unit/Model/Layout/DepersonalizePluginTest.php class DepersonalizePluginTest (line 13) | class DepersonalizePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testBeforeGenerateXml (line 92) | public function testBeforeGenerateXml() method testBeforeGenerateXmlNoDepersonalize (line 104) | public function testBeforeGenerateXmlNoDepersonalize() method testAfterGenerateXml (line 115) | public function testAfterGenerateXml() method testAfterGenerateXmlNoDepersonalize (line 140) | public function testAfterGenerateXmlNoDepersonalize() FILE: app/code/Magento/Customer/Test/Unit/Model/LogTest.php class LogTest (line 11) | class LogTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetCustomerId (line 51) | public function testGetCustomerId() method testGetLastLoginAt (line 59) | public function testGetLastLoginAt() method testGetLastVisitAt (line 67) | public function testGetLastVisitAt() method testGetLastLogoutAt (line 75) | public function testGetLastLogoutAt() FILE: app/code/Magento/Customer/Test/Unit/Model/LoggerTest.php class LoggerTest (line 11) | class LoggerTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testLog (line 68) | public function testLog($customerId, $data) method logDataProvider (line 97) | public function logDataProvider() method testGet (line 111) | public function testGet($customerId, $data) method getDataProvider (line 155) | public function getDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/AddressMetadataManagementTest.php class AddressMetadataManagementTest (line 13) | class AddressMetadataManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testCanBeSearchableInGrid (line 32) | public function testCanBeSearchableInGrid() method testCanBeFilterableInGrid (line 55) | public function testCanBeFilterableInGrid() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/AddressMetadataTest.php class AddressMetadataTest (line 17) | class AddressMetadataTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetAttributes (line 45) | public function testGetAttributes() method testGetAttributesWithException (line 92) | public function testGetAttributesWithException() method testGetAttributeMetadata (line 114) | public function testGetAttributeMetadata() method testGetAttributeMetadataWithCodeId (line 147) | public function testGetAttributeMetadataWithCodeId() method testGetAttributeMetadataWithoutAttribute (line 178) | public function testGetAttributeMetadataWithoutAttribute() method testGetAllAttributesMetadata (line 190) | public function testGetAllAttributesMetadata() method testGetAllAttributesMetadataWithoutEntity (line 224) | public function testGetAllAttributesMetadataWithoutEntity() method testGetCustomAttributesMetadata (line 244) | public function testGetCustomAttributesMetadata() method testGetCustomAttributesMetadataWithSystemAttribute (line 291) | public function testGetCustomAttributesMetadataWithSystemAttribute() method testGetCustomAttributesMetadataWithoutAttributes (line 338) | public function testGetCustomAttributesMetadataWithoutAttributes() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/AttributeMetadataCacheTest.php class AttributeMetadataCacheTest (line 26) | class AttributeMetadataCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testLoadCacheDisabled (line 86) | public function testLoadCacheDisabled() method testLoadNoCache (line 101) | public function testLoadNoCache() method testLoad (line 118) | public function testLoad() method testSaveCacheDisabled (line 163) | public function testSaveCacheDisabled() method testSave (line 179) | public function testSave() method testCleanCacheDisabled (line 224) | public function testCleanCacheDisabled() method testClean (line 235) | public function testClean() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/AttributeMetadataHydratorTest.php class AttributeMetadataHydratorTest (line 24) | class AttributeMetadataHydratorTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testHydrate (line 81) | public function testHydrate() method testExtract (line 201) | public function testExtract() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/AttributeResolverTest.php class AttributeResolverTest (line 13) | class AttributeResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetModelByAttribute (line 32) | public function testGetModelByAttribute() method testGetModelByAttributeWithoutModel (line 62) | public function testGetModelByAttributeWithoutModel() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/CustomerMetadataManagementTest.php class CustomerMetadataManagementTest (line 12) | class CustomerMetadataManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCanBeSearchableInGrid (line 31) | public function testCanBeSearchableInGrid() method testCanBeFilterableInGrid (line 54) | public function testCanBeFilterableInGrid() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/ElementFactoryTest.php class ElementFactoryTest (line 10) | class ElementFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testAttributePostcodeDataModelClass (line 32) | public function testAttributePostcodeDataModelClass() method testAttributeEmptyDataModelClass (line 49) | public function testAttributeEmptyDataModelClass() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/AbstractDataTest.php class AbstractDataTest (line 13) | class AbstractDataTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetAttribute (line 66) | public function testGetAttribute() method testGetAttributeException (line 75) | public function testGetAttributeException() method testSetRequestScope (line 81) | public function testSetRequestScope() method testSetRequestScopeOnly (line 91) | public function testSetRequestScopeOnly($bool) method trueFalseDataProvider (line 100) | public function trueFalseDataProvider() method testGetSetExtractedData (line 105) | public function testGetSetExtractedData() method testApplyInputFilter (line 120) | public function testApplyInputFilter($input, $output, $filter) method applyInputFilterProvider (line 131) | public function applyInputFilterProvider() method testDateFilterFormat (line 147) | public function testDateFilterFormat($format, $output) method dateFilterFormatProvider (line 172) | public function dateFilterFormatProvider() method testApplyOutputFilter (line 183) | public function testApplyOutputFilter($input, $output, $filter) method applyOutputFilterDataProvider (line 196) | public function applyOutputFilterDataProvider() method testValidateInputRule (line 216) | public function testValidateInputRule($value, $label, $inputValidation... method validateInputRuleDataProvider (line 241) | public function validateInputRuleDataProvider() method testGetIsAjaxRequest (line 303) | public function testGetIsAjaxRequest($ajaxRequest) method testGetRequestValue (line 325) | public function testGetRequestValue($request, $attributeCode, $request... method getRequestValueDataProvider (line 342) | public function getRequestValueDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/AbstractFormTestCase.php class AbstractFormTestCase (line 9) | abstract class AbstractFormTestCase extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/BooleanTest.php class BooleanTest (line 10) | class BooleanTest extends AbstractFormTestCase method testGetOptionText (line 17) | public function testGetOptionText($value, $expected) method getOptionTextDataProvider (line 34) | public function getOptionTextDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/DateTest.php class DateTest (line 10) | class DateTest extends AbstractFormTestCase method setUp (line 18) | protected function setUp() method testExtractValue (line 55) | public function testExtractValue() method testValidateValue (line 75) | public function testValidateValue($value, $validation, $required, $exp... method validateValueDataProvider (line 124) | public function validateValueDataProvider() method testCompactValue (line 170) | public function testCompactValue($value, $expected) method compactAndRestoreValueDataProvider (line 178) | public function compactAndRestoreValueDataProvider() method testRestoreValue (line 195) | public function testRestoreValue($value, $expected) method testOutputValue (line 203) | public function testOutputValue() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/ExtendsAbstractData.php class ExtendsAbstractData (line 15) | class ExtendsAbstractData extends AbstractData method extractValue (line 20) | public function extractValue(\Magento\Framework\App\RequestInterface $... method validateValue (line 27) | public function validateValue($value) method compactValue (line 34) | public function compactValue($value) method restoreValue (line 41) | public function restoreValue($value) method outputValue (line 48) | public function outputValue($format = \Magento\Customer\Model\Metadata... method setAttribute (line 55) | public function setAttribute($attribute) method getRequestScope (line 63) | public function getRequestScope() method isRequestScopeOnly (line 71) | public function isRequestScopeOnly() method applyInputFilter (line 80) | public function applyInputFilter($value) method dateFilterFormat (line 89) | public function dateFilterFormat($format) method applyOutputFilter (line 98) | public function applyOutputFilter($value) method validateInputRule (line 107) | public function validateInputRule($value) method getRequestValue (line 116) | public function getRequestValue(\Magento\Framework\App\RequestInterfac... FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/FileTest.php class FileTest (line 15) | class FileTest extends AbstractFormTestCase method setUp (line 54) | protected function setUp() method testExtractValueNoRequestScope (line 86) | public function testExtractValueNoRequestScope($expected, $attributeCo... method extractValueNoRequestScopeDataProvider (line 124) | public function extractValueNoRequestScopeDataProvider() method testExtractValueWithRequestScope (line 140) | public function testExtractValueWithRequestScope($expected, $requestSc... method extractValueWithRequestScopeDataProvider (line 187) | public function extractValueWithRequestScopeDataProvider() method testValidateValueNotToUpload (line 211) | public function testValidateValueNotToUpload($expected, $value, $isAja... method validateValueNotToUploadDataProvider (line 240) | public function validateValueNotToUploadDataProvider() method testValidateValueToUpload (line 256) | public function testValidateValueToUpload($expected, $value, $paramete... method validateValueToUploadDataProvider (line 300) | public function validateValueToUploadDataProvider() method testCompactValueIsAjax (line 317) | public function testCompactValueIsAjax() method testCompactValueNoDelete (line 328) | public function testCompactValueNoDelete() method testCompactValueDelete (line 346) | public function testCompactValueDelete() method testCompactValueTmpFile (line 371) | public function testCompactValueTmpFile() method testRestoreValue (line 416) | public function testRestoreValue() method testOutputValueNonJson (line 433) | public function testOutputValueNonJson($format) method outputValueDataProvider (line 447) | public function outputValueDataProvider() method testOutputValueJson (line 458) | public function testOutputValueJson() method initialize (line 488) | private function initialize(array $data) method testExtractValueFileUploaderUIComponent (line 506) | public function testExtractValueFileUploaderUIComponent() method testCompactValueRemoveUiComponentValue (line 539) | public function testCompactValueRemoveUiComponentValue() method testCompactValueNoAction (line 557) | public function testCompactValueNoAction() method testCompactValueUiComponent (line 570) | public function testCompactValueUiComponent() method testCompactValueInputField (line 590) | public function testCompactValueInputField() method testCompactValueInputFieldWithException (line 651) | public function testCompactValueInputFieldWithException() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/HiddenTest.php class HiddenTest (line 10) | class HiddenTest extends TextTest method getClass (line 18) | protected function getClass($value) FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/ImageTest.php class ImageTest (line 17) | class ImageTest extends AbstractFormTestCase method setUp (line 59) | protected function setUp() method initialize (line 98) | private function initialize(array $data) method testValidateIsNotValidFile (line 117) | public function testValidateIsNotValidFile() method testValidate (line 142) | public function testValidate() method testValidateMaxFileSize (line 167) | public function testValidateMaxFileSize() method testValidateMaxImageWidth (line 208) | public function testValidateMaxImageWidth() method testValidateMaxImageHeight (line 248) | public function testValidateMaxImageHeight() method testCompactValueNoChanges (line 288) | public function testCompactValueNoChanges() method testCompactValueUiComponentAddress (line 305) | public function testCompactValueUiComponentAddress() method testCompactValueUiComponentCustomer (line 327) | public function testCompactValueUiComponentCustomer() method testCompactValueUiComponentCustomerNotExists (line 381) | public function testCompactValueUiComponentCustomerNotExists() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/MultilineTest.php class MultilineTest (line 11) | class MultilineTest extends TextTest method getClass (line 19) | protected function getClass($value) method testValidateValueRequired (line 38) | public function testValidateValueRequired($value, $expected) method validateValueRequiredDataProvider (line 48) | public function validateValueRequiredDataProvider() method testValidateValueLength (line 65) | public function testValidateValueLength($value, $expected) method validateValueLengthDataProvider (line 75) | public function validateValueLengthDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/MultiselectTest.php class MultiselectTest (line 13) | class MultiselectTest extends AbstractFormTestCase method getClass (line 22) | protected function getClass($value) method testExtractValue (line 43) | public function testExtractValue($value, $expected) method extractValueDataProvider (line 63) | public function extractValueDataProvider() method testCompactValue (line 82) | public function testCompactValue($value, $expected) method compactValueDataProvider (line 94) | public function compactValueDataProvider() method testOutputValueText (line 113) | public function testOutputValueText($value, $expected) method testOutputValueHtml (line 127) | public function testOutputValueHtml($value, $expected) method outputValueTextDataProvider (line 137) | public function outputValueTextDataProvider() method testOutputValueJson (line 158) | public function testOutputValueJson($value, $expected) method outputValueJsonDataProvider (line 168) | public function outputValueJsonDataProvider() method runOutputValueTest (line 187) | protected function runOutputValueTest($value, $expected, $format) FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/PostcodeTest.php class PostcodeTest (line 12) | class PostcodeTest extends AbstractFormTestCase method setUp (line 19) | protected function setUp() method getClass (line 34) | protected function getClass($value) method testValidateValue (line 56) | public function testValidateValue($value, $expected, $countryId, $isOp... method validateValueDataProvider (line 79) | public function validateValueDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/SelectTest.php class SelectTest (line 13) | class SelectTest extends AbstractFormTestCase method getClass (line 21) | protected function getClass($value) method testValidateValue (line 38) | public function testValidateValue($value, $expected) method validateValueDataProvider (line 48) | public function validateValueDataProvider() method testValidateValueRequired (line 66) | public function testValidateValueRequired($value, $expected) method validateValueRequiredDataProvider (line 83) | public function validateValueRequiredDataProvider() method testOutputValue (line 101) | public function testOutputValue($value, $expected) method outputValueDataProvider (line 157) | public function outputValueDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/TextTest.php class TextTest (line 14) | class TextTest extends AbstractFormTestCase method setUp (line 22) | protected function setUp() method getClass (line 34) | protected function getClass($value) method testValidateValue (line 53) | public function testValidateValue($value, $expected) method validateValueDataProvider (line 63) | public function validateValueDataProvider() method testValidateValueRequired (line 81) | public function testValidateValueRequired($value, $expected) method validateValueRequiredDataProvider (line 98) | public function validateValueRequiredDataProvider() method testValidateValueLength (line 117) | public function testValidateValueLength($value, $expected) method validateValueLengthDataProvider (line 179) | public function validateValueLengthDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/TextareaTest.php class TextareaTest (line 10) | class TextareaTest extends TextTest method getClass (line 18) | protected function getClass($value) FILE: app/code/Magento/Customer/Test/Unit/Model/Metadata/ValidatorTest.php class ValidatorTest (line 11) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testValidateDataWithNoDataModel (line 31) | public function testValidateDataWithNoDataModel() method testValidateData (line 44) | public function testValidateData($isValid) method testIsValidWithNoModel (line 51) | public function testIsValidWithNoModel() method testIsValid (line 69) | public function testIsValid($isValid) method trueFalseDataProvider (line 85) | public function trueFalseDataProvider() method getMockAttribute (line 93) | protected function getMockAttribute() method mockDataModel (line 110) | protected function mockDataModel($isValid, AttributeMetadata $attribute) FILE: app/code/Magento/Customer/Test/Unit/Model/Plugin/AllowedCountriesTest.php class AllowedCountriesTest (line 14) | class AllowedCountriesTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | public function setUp() method testGetAllowedCountriesWithGlobalScope (line 39) | public function testGetAllowedCountriesWithGlobalScope() FILE: app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerFlushFormKeyTest.php class CustomerFlushFormKeyTest (line 17) | class CustomerFlushFormKeyTest extends TestCase method setUp (line 34) | protected function setUp() method testAroundFlushFormKey (line 61) | public function testAroundFlushFormKey( method aroundFlushFormKeyProvider (line 97) | public function aroundFlushFormKeyProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerNotificationTest.php class CustomerNotificationTest (line 20) | class CustomerNotificationTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testBeforeDispatch (line 90) | public function testBeforeDispatch() method testBeforeDispatchWithNoCustomerFound (line 113) | public function testBeforeDispatchWithNoCustomerFound() FILE: app/code/Magento/Customer/Test/Unit/Model/Plugin/CustomerRepository/TransactionWrapperTest.php class TransactionWrapperTest (line 8) | class TransactionWrapperTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAroundSaveCommit (line 63) | public function testAroundSaveCommit() method testAroundSaveRollBack (line 78) | public function testAroundSaveRollBack() FILE: app/code/Magento/Customer/Test/Unit/Model/Renderer/RegionTest.php class RegionTest (line 10) | class RegionTest extends \PHPUnit\Framework\TestCase method testRender (line 16) | public function testRender($regionCollection) method renderDataProvider (line 106) | public function renderDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Address/Attribute/Backend/RegionTest.php class RegionTest (line 11) | class RegionTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testBeforeSave (line 39) | public function testBeforeSave() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Address/Attribute/Source/CountryWithWebsitesTest.php class CountryWithWebsitesTest (line 16) | class CountryWithWebsitesTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | public function setUp() method testGetAllOptions (line 75) | public function testGetAllOptions() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Address/DeleteRelationTest.php class DeleteRelationTest (line 14) | class DeleteRelationTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testDeleteRelation (line 36) | public function testDeleteRelation($addressId, $isDefaultBilling, $isD... method getRelationDataProvider (line 107) | public function getRelationDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Address/RelationTest.php class RelationTest (line 14) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testProcessRelation (line 42) | public function testProcessRelation($addressId, $isDefaultBilling, $is... method getRelationDataProvider (line 136) | public function getRelationDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/AddressRepositoryTest.php class AddressRepositoryTest (line 13) | class AddressRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testSave (line 133) | public function testSave() method testSaveWithException (line 198) | public function testSaveWithException() method testSaveWithInvalidRegion (line 237) | public function testSaveWithInvalidRegion() method testSaveWithInvalidRegionId (line 280) | public function testSaveWithInvalidRegionId() method testGetById (line 318) | public function testGetById() method testGetList (line 337) | public function testGetList() method testDelete (line 396) | public function testDelete() method testDeleteById (line 439) | public function testDeleteById() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/AddressTest.php class AddressTest (line 16) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testSave (line 63) | public function testSave($addressId, $isDefaultBilling, $isDefaultShip... method getSaveDataProvider (line 106) | public function getSaveDataProvider() method prepareResource (line 122) | protected function prepareResource() method prepareEavConfig (line 164) | protected function prepareEavConfig() method prepareValidatorFactory (line 229) | protected function prepareValidatorFactory() method prepareCustomerFactory (line 248) | protected function prepareCustomerFactory() method testGetType (line 254) | public function testGetType() class SubResourceModelAddress (line 266) | class SubResourceModelAddress extends \Magento\Customer\Model\ResourceMo... method loadAllAttributes (line 274) | public function loadAllAttributes($object = null) method setAttributeLoader (line 282) | public function setAttributeLoader($attributeLoader) method getAttributeLoader (line 290) | protected function getAttributeLoader() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Customer/GridTest.php class GridTest (line 10) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testSyncCustomerGrid (line 68) | public function testSyncCustomerGrid() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/CustomerRepositoryTest.php class CustomerRepositoryTest (line 17) | class CustomerRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 104) | protected function setUp() method testSave (line 193) | public function testSave() method testSaveWithPasswordHash (line 369) | public function testSaveWithPasswordHash() method testGetList (line 520) | public function testGetList() method testDeleteById (line 633) | public function testDeleteById() method testDelete (line 651) | public function testDelete() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Db/VersionControl/AddressSnapshotTest.php class AddressSnapshotTest (line 10) | class AddressSnapshotTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIsModified (line 40) | public function testIsModified( method dataProviderIsModified (line 93) | public function dataProviderIsModified() method testIsModifiedBypass (line 103) | public function testIsModifiedBypass() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Group/Grid/CollectionTest.php class CollectionTest (line 26) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testSetGetAggregations (line 123) | public function testSetGetAggregations() method testSetSearchCriteria (line 132) | public function testSetSearchCriteria() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Group/Grid/ServiceCollectionTest.php class ServiceCollectionTest (line 16) | class ServiceCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetSearchCriteriaImplicitEq (line 81) | public function testGetSearchCriteriaImplicitEq() method testGetSearchCriteriaOneField (line 108) | public function testGetSearchCriteriaOneField() method testGetSearchCriteriaOr (line 138) | public function testGetSearchCriteriaOr() method testGetSearchCriteriaAnd (line 174) | public function testGetSearchCriteriaAnd() method testAddFieldToFilterInconsistentArrays (line 225) | public function testAddFieldToFilterInconsistentArrays($fields, $condi... method addFieldToFilterInconsistentArraysDataProvider (line 233) | public function addFieldToFilterInconsistentArraysDataProvider() method testAddFieldToFilterEmptyArrays (line 252) | public function testAddFieldToFilterEmptyArrays() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/GroupRepositoryTest.php class GroupRepositoryTest (line 14) | class GroupRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 86) | protected function setUp() method setupGroupObjects (line 128) | private function setupGroupObjects() method testSave (line 171) | public function testSave() method testSaveWithException (line 271) | public function testSaveWithException() method testGetById (line 317) | public function testGetById() method testGetList (line 366) | public function testGetList() method testDeleteById (line 467) | public function testDeleteById() method testDelete (line 487) | public function testDelete() FILE: app/code/Magento/Customer/Test/Unit/Model/ResourceModel/GroupTest.php class GroupTest (line 15) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testSaveWithReservedId (line 102) | public function testSaveWithReservedId() method testDelete (line 148) | public function testDelete() FILE: app/code/Magento/Customer/Test/Unit/Model/SessionTest.php class SessionTest (line 13) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testSetCustomerAsLoggedIn (line 91) | public function testSetCustomerAsLoggedIn() method testSetCustomerDataAsLoggedIn (line 114) | public function testSetCustomerDataAsLoggedIn() method testAuthenticate (line 141) | public function testAuthenticate() method testLoginById (line 168) | public function testLoginById() method prepareLoginDataMock (line 186) | protected function prepareLoginDataMock($customerId) method testIsLoggedIn (line 223) | public function testIsLoggedIn($expectedResult, $isCustomerIdValid, $i... method getIsLoggedInDataProvider (line 247) | public function getIsLoggedInDataProvider() method testSetCustomerRemovesFlagThatShowsIfCustomerIsEmulated (line 260) | public function testSetCustomerRemovesFlagThatShowsIfCustomerIsEmulated() FILE: app/code/Magento/Customer/Test/Unit/Model/VisitorTest.php class VisitorTest (line 15) | class VisitorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testInitByRequest (line 78) | public function testInitByRequest() method testSaveByRequest (line 89) | public function testSaveByRequest() method testIsModuleIgnored (line 95) | public function testIsModuleIgnored() method testBindCustomerLogin (line 113) | public function testBindCustomerLogin() method testBindCustomerLogout (line 131) | public function testBindCustomerLogout() method testBindQuoteCreate (line 144) | public function testBindQuoteCreate() method testBindQuoteDestroy (line 154) | public function testBindQuoteDestroy() method testClean (line 164) | public function testClean() FILE: app/code/Magento/Customer/Test/Unit/Observer/AfterAddressSaveObserverTest.php class AfterAddressSaveObserverTest (line 25) | class AfterAddressSaveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testAfterAddressSaveRestricted (line 145) | public function testAfterAddressSaveRestricted( method dataProviderAfterAddressSaveRestricted (line 243) | public function dataProviderAfterAddressSaveRestricted() method testAfterAddressSaveException (line 254) | public function testAfterAddressSaveException() method testAfterAddressSaveDefaultGroup (line 321) | public function testAfterAddressSaveDefaultGroup( method dataProviderAfterAddressSaveDefaultGroup (line 417) | public function dataProviderAfterAddressSaveDefaultGroup() method testAfterAddressSaveNewGroup (line 441) | public function testAfterAddressSaveNewGroup( method dataProviderAfterAddressSaveNewGroup (line 609) | public function dataProviderAfterAddressSaveNewGroup() FILE: app/code/Magento/Customer/Test/Unit/Observer/BeforeAddressSaveObserverTest.php class BeforeAddressSaveObserverTest (line 15) | class BeforeAddressSaveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testBeforeAddressSaveWithCustomerAddressId (line 53) | public function testBeforeAddressSaveWithCustomerAddressId() method testBeforeAddressSaveWithoutCustomerAddressId (line 96) | public function testBeforeAddressSaveWithoutCustomerAddressId( method dataProviderBeforeAddressSaveWithoutCustomerAddressId (line 156) | public function dataProviderBeforeAddressSaveWithoutCustomerAddressId() FILE: app/code/Magento/Customer/Test/Unit/Observer/CustomerLoginSuccessObserverTest.php class CustomerLoginSuccessObserverTest (line 15) | class CustomerLoginSuccessObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/Customer/Test/Unit/Observer/LogLastLoginAtObserverTest.php class LogLastLoginAtObserverTest (line 16) | class LogLastLoginAtObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testLogLastLoginAt (line 40) | public function testLogLastLoginAt() FILE: app/code/Magento/Customer/Test/Unit/Observer/LogLastLogoutAtObserverTest.php class LogLastLogoutAtObserverTest (line 16) | class LogLastLogoutAtObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testLogLastLogoutAt (line 40) | public function testLogLastLogoutAt() FILE: app/code/Magento/Customer/Test/Unit/Observer/UpgradeCustomerPasswordObserverTest.php class UpgradeCustomerPasswordObserverTest (line 13) | class UpgradeCustomerPasswordObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 38) | protected function setUp() method testUpgradeCustomerPassword (line 60) | public function testUpgradeCustomerPassword() FILE: app/code/Magento/Customer/Test/Unit/Observer/UpgradeQuoteCustomerEmailObserverTest.php class UpgradeQuoteCustomerEmailObserverTest (line 15) | class UpgradeQuoteCustomerEmailObserverTest extends \PHPUnit\Framework\T... method setUp (line 40) | protected function setUp() method testUpgradeQuoteCustomerEmail (line 62) | public function testUpgradeQuoteCustomerEmail() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/ColumnFactoryTest.php class ColumnFactoryTest (line 13) | class ColumnFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCreate (line 76) | public function testCreate() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/DataProvider/DocumentTest.php class DocumentTest (line 27) | class DocumentTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testGetGenderAttribute (line 83) | public function testGetGenderAttribute() method testGetGroupAttribute (line 117) | public function testGetGroupAttribute() method testGetWebsiteAttribute (line 144) | public function testGetWebsiteAttribute() method testGetConfirmationAttribute (line 172) | public function testGetConfirmationAttribute() method testGetAccountLockValue (line 193) | public function testGetAccountLockValue() method initAttributeValueFactoryMock (line 208) | private function initAttributeValueFactoryMock() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/DataProviderTest.php class DataProviderTest (line 18) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetData (line 83) | public function testGetData() method mockSearchCriteria (line 152) | protected function mockSearchCriteria() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/FilterFactoryTest.php class FilterFactoryTest (line 13) | class FilterFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCreate (line 67) | public function testCreate() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Form/AddressFieldsetTest.php class AddressFieldsetTest (line 15) | class AddressFieldsetTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCanShow (line 50) | public function testCanShow() method testCanShowWithoutId (line 63) | public function testCanShowWithoutId() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/AttributeRepositoryTest.php class AttributeRepositoryTest (line 13) | class AttributeRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetList (line 84) | public function testGetList() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/AccountLockTest.php class AccountLockTest (line 10) | class AccountLockTest extends \PHPUnit\Framework\TestCase method setup (line 21) | public function setup() method testPrepareDataSource (line 41) | public function testPrepareDataSource($lockExpirationDate, $expectedRe... method testPrepareDataSourceDataProvider (line 51) | public function testPrepareDataSourceDataProvider() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/ActionsTest.php class ActionsTest (line 13) | class ActionsTest extends \PHPUnit\Framework\TestCase method setup (line 27) | public function setup() method testPrepareDataSource (line 50) | public function testPrepareDataSource() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/AttributeColumnTest.php class AttributeColumnTest (line 10) | class AttributeColumnTest extends \PHPUnit\Framework\TestCase method setup (line 27) | public function setup() method testPrepareDataSource (line 54) | public function testPrepareDataSource() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/ConfirmationTest.php class ConfirmationTest (line 15) | class ConfirmationTest extends \PHPUnit\Framework\TestCase method setup (line 47) | public function setup() method testPrepareDataSource (line 85) | public function testPrepareDataSource( method dataProviderPrepareDataSource (line 129) | public function dataProviderPrepareDataSource() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/InlineEditUpdaterTest.php class InlineEditUpdaterTest (line 12) | class InlineEditUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testApplyEditing (line 43) | public function testApplyEditing() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Column/ValidationRulesTest.php class ValidationRulesTest (line 11) | class ValidationRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetValidationRules (line 35) | public function testGetValidationRules(String $validationRule, String ... method validationRulesDataProvider (line 64) | public function validationRulesDataProvider(): array method testGetValidationRulesWithOnlyRequiredRule (line 76) | public function testGetValidationRulesWithOnlyRequiredRule() FILE: app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/ColumnsTest.php class ColumnsTest (line 10) | class ColumnsTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testPrepareWithAddColumn (line 69) | public function testPrepareWithAddColumn() method testPrepareWithUpdateColumn (line 107) | public function testPrepareWithUpdateColumn() method testPrepareWithUpdateStaticColumn (line 172) | public function testPrepareWithUpdateStaticColumn() FILE: app/code/Magento/Customer/Ui/Component/ColumnFactory.php class ColumnFactory (line 15) | class ColumnFactory method __construct (line 52) | public function __construct( method create (line 69) | public function create(array $attributeData, $columnName, $context, ar... method getJsComponent (line 120) | protected function getJsComponent($dataType) method getDataType (line 131) | protected function getDataType($frontendType) FILE: app/code/Magento/Customer/Ui/Component/DataProvider.php class DataProvider (line 15) | class DataProvider extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 35) | public function __construct( method getData (line 64) | public function getData() FILE: app/code/Magento/Customer/Ui/Component/DataProvider/Document.php class Document (line 21) | class Document extends \Magento\Framework\View\Element\UiComponent\DataP... method __construct (line 82) | public function __construct( method getCustomAttribute (line 99) | public function getCustomAttribute($attributeCode) method setGenderValue (line 127) | private function setGenderValue() method setCustomerGroupValue (line 151) | private function setCustomerGroupValue() method setWebsiteValue (line 167) | private function setWebsiteValue() method setConfirmationValue (line 180) | private function setConfirmationValue() method setAccountLockValue (line 203) | private function setAccountLockValue() FILE: app/code/Magento/Customer/Ui/Component/FilterFactory.php class FilterFactory (line 13) | class FilterFactory method __construct (line 34) | public function __construct(\Magento\Framework\View\Element\UiComponen... method create (line 46) | public function create(array $attributeData, $context) method getFilterType (line 77) | protected function getFilterType($frontendInput) FILE: app/code/Magento/Customer/Ui/Component/Form/AddressFieldset.php class AddressFieldset (line 16) | class AddressFieldset extends \Magento\Ui\Component\Form\Fieldset implem... method __construct (line 23) | public function __construct( method isComponentVisible (line 41) | public function isComponentVisible(): bool FILE: app/code/Magento/Customer/Ui/Component/Form/Field/DisableAutoGroupChange.php class DisableAutoGroupChange (line 20) | class DisableAutoGroupChange extends \Magento\Ui\Component\Form\Field method __construct (line 43) | public function __construct( method prepare (line 60) | public function prepare() FILE: app/code/Magento/Customer/Ui/Component/Listing/Address/Column/Actions.php class Actions (line 17) | class Actions extends Column method __construct (line 35) | public function __construct( method prepareDataSource (line 52) | public function prepareDataSource(array $dataSource): array FILE: app/code/Magento/Customer/Ui/Component/Listing/Address/Column/Countries.php class Countries (line 14) | class Countries implements OptionSourceInterface method __construct (line 24) | public function __construct( method toOptionArray (line 35) | public function toOptionArray(): array FILE: app/code/Magento/Customer/Ui/Component/Listing/Address/DataProvider.php class DataProvider (line 15) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 37) | public function __construct( method getData (line 58) | public function getData(): array method addFilter (line 81) | public function addFilter(Filter $filter): void FILE: app/code/Magento/Customer/Ui/Component/Listing/AttributeRepository.php class AttributeRepository (line 19) | class AttributeRepository method __construct (line 60) | public function __construct( method getList (line 79) | public function getList() method getListForEntity (line 108) | protected function getListForEntity(array $metadata, $entityTypeCode, ... method getOptionArray (line 142) | protected function getOptionArray(array $options) method getMetadataByCode (line 161) | public function getMetadataByCode($code) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/AccountLock.php class AccountLock (line 15) | class AccountLock extends Column method __construct (line 25) | public function __construct( method prepareDataSource (line 40) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Actions.php class Actions (line 19) | class Actions extends Column method __construct (line 33) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/AttributeColumn.php class AttributeColumn (line 14) | class AttributeColumn extends Column method __construct (line 28) | public function __construct( method prepareDataSource (line 45) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Confirmation.php class Confirmation (line 18) | class Confirmation extends Column method __construct (line 34) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) method getFieldLabel (line 66) | private function getFieldLabel(array $item) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Group/Options.php class Options (line 14) | class Options implements OptionSourceInterface method __construct (line 31) | public function __construct(CollectionFactory $collectionFactory) method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/GroupActions.php class GroupActions (line 20) | class GroupActions extends Column method __construct (line 48) | public function __construct( method prepareDataSource (line 67) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/InlineEditUpdater.php class InlineEditUpdater (line 10) | class InlineEditUpdater method __construct (line 32) | public function __construct( method applyEditing (line 47) | public function applyEditing( FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Online/Type.php class Type (line 14) | class Type extends Column method prepareDataSource (line 22) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Online/Type/Options.php class Options (line 13) | class Options implements OptionSourceInterface method toOptionArray (line 25) | public function toOptionArray() FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/ValidationRules.php class ValidationRules (line 13) | class ValidationRules method getValidationRules (line 34) | public function getValidationRules($isRequired, $validationRules) method getValidationClass (line 63) | protected function getValidationClass(ValidationRuleInterface $rule) method getRuleValue (line 77) | protected function getRuleValue(ValidationRuleInterface $rule) FILE: app/code/Magento/Customer/Ui/Component/Listing/Column/Websites.php class Websites (line 16) | class Websites extends Column method __construct (line 32) | public function __construct( method prepare (line 47) | public function prepare() FILE: app/code/Magento/Customer/Ui/Component/Listing/Columns.php class Columns (line 15) | class Columns extends \Magento\Ui\Component\Listing\Columns method __construct (line 51) | public function __construct( method getDefaultSortOrder (line 68) | protected function getDefaultSortOrder() method updateActionColumnSortOrder (line 85) | protected function updateActionColumnSortOrder() method prepare (line 99) | public function prepare() method addColumn (line 120) | public function addColumn(array $attributeData, $columnName) method updateColumn (line 136) | public function updateColumn(array $attributeData, $newAttributeCode) method addOptions (line 184) | public function addOptions(UiComponentInterface $component, array $att... method getFilterType (line 201) | protected function getFilterType($frontendInput) FILE: app/code/Magento/Customer/Ui/Component/MassAction/Group/Options.php class Options (line 15) | class Options implements \JsonSerializable method __construct (line 67) | public function __construct( method jsonSerialize (line 82) | public function jsonSerialize() method prepareData (line 118) | protected function prepareData() FILE: app/code/Magento/Customer/view/adminhtml/web/edit/post-wrapper.js function getForm (line 17) | function getForm(url) { FILE: app/code/Magento/Customer/view/frontend/web/js/zxcvbn.js function s (line 29) | function s(o, u) { FILE: app/code/Magento/CustomerDownloadableGraphQl/Model/Resolver/CustomerDownloadableProducts.php class CustomerDownloadableProducts (line 23) | class CustomerDownloadableProducts implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Context/AddUserInfoToContext.php class AddUserInfoToContext (line 17) | class AddUserInfoToContext implements ContextParametersProcessorInterface method __construct (line 27) | public function __construct( method execute (line 36) | public function execute(ContextParametersInterface $contextParameters)... method isCustomer (line 61) | private function isCustomer(?int $customerId, ?int $customerType): bool FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/CreateCustomerAddress.php class CreateCustomerAddress (line 21) | class CreateCustomerAddress method __construct (line 54) | public function __construct( method execute (line 76) | public function execute(int $customerId, array $data): AddressInterface method validateData (line 108) | public function validateData(array $addressData): void FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/DeleteCustomerAddress.php class DeleteCustomerAddress (line 18) | class DeleteCustomerAddress method __construct (line 28) | public function __construct( method execute (line 41) | public function execute(AddressInterface $address): void FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/ExtractCustomerAddressData.php class ExtractCustomerAddressData (line 22) | class ExtractCustomerAddressData method __construct (line 50) | public function __construct( method curateAddressDefaultValues (line 69) | private function curateAddressDefaultValues(array $address, AddressInt... method execute (line 88) | public function execute(AddressInterface $address): array FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/GetAllowedAddressAttributes.php class GetAllowedAddressAttributes (line 17) | class GetAllowedAddressAttributes method __construct (line 27) | public function __construct(Config $eavConfig) method execute (line 37) | public function execute(): array FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/GetCustomerAddress.php class GetCustomerAddress (line 21) | class GetCustomerAddress method __construct (line 31) | public function __construct(AddressRepositoryInterface $addressReposit... method execute (line 46) | public function execute(int $addressId, int $customerId): AddressInter... FILE: app/code/Magento/CustomerGraphQl/Model/Customer/Address/UpdateCustomerAddress.php class UpdateCustomerAddress (line 19) | class UpdateCustomerAddress method __construct (line 47) | public function __construct( method execute (line 67) | public function execute(AddressInterface $address, array $data): void method validateData (line 95) | public function validateData(array $addressData): void FILE: app/code/Magento/CustomerGraphQl/Model/Customer/ChangeSubscriptionStatus.php class ChangeSubscriptionStatus (line 15) | class ChangeSubscriptionStatus method __construct (line 25) | public function __construct( method execute (line 38) | public function execute(int $customerId, bool $subscriptionStatus): void FILE: app/code/Magento/CustomerGraphQl/Model/Customer/CheckCustomerPassword.php class CheckCustomerPassword (line 18) | class CheckCustomerPassword method __construct (line 28) | public function __construct( method execute (line 41) | public function execute(string $password, int $customerId) FILE: app/code/Magento/CustomerGraphQl/Model/Customer/CreateCustomerAccount.php class CreateCustomerAccount (line 22) | class CreateCustomerAccount method __construct (line 64) | public function __construct( method execute (line 88) | public function execute(array $data, StoreInterface $store): CustomerI... method createAccount (line 110) | private function createAccount(array $data, StoreInterface $store): Cu... FILE: app/code/Magento/CustomerGraphQl/Model/Customer/ExtractCustomerData.php class ExtractCustomerData (line 19) | class ExtractCustomerData method __construct (line 35) | public function __construct( method curateAddressData (line 49) | private function curateAddressData(array $arrayAddress): array method execute (line 69) | public function execute(CustomerInterface $customer): array FILE: app/code/Magento/CustomerGraphQl/Model/Customer/GetAllowedCustomerAttributes.php class GetAllowedCustomerAttributes (line 23) | class GetAllowedCustomerAttributes method __construct (line 53) | public function __construct( method execute (line 74) | public function execute($attributeKeys): array FILE: app/code/Magento/CustomerGraphQl/Model/Customer/GetCustomer.php class GetCustomer (line 25) | class GetCustomer method __construct (line 47) | public function __construct( method execute (line 67) | public function execute(ContextInterface $context): CustomerInterface FILE: app/code/Magento/CustomerGraphQl/Model/Customer/SaveCustomer.php class SaveCustomer (line 20) | class SaveCustomer method __construct (line 30) | public function __construct( method execute (line 43) | public function execute(CustomerInterface $customer): void FILE: app/code/Magento/CustomerGraphQl/Model/Customer/UpdateCustomerAccount.php class UpdateCustomerAccount (line 24) | class UpdateCustomerAccount method __construct (line 64) | public function __construct( method execute (line 92) | public function execute(CustomerInterface $customer, array $data, Stor... FILE: app/code/Magento/CustomerGraphQl/Model/Customer/ValidateCustomerData.php class ValidateCustomerData (line 16) | class ValidateCustomerData method __construct (line 36) | public function __construct( method execute (line 53) | public function execute(array $customerData): void FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/ChangePassword.php class ChangePassword (line 25) | class ChangePassword implements ResolverInterface method __construct (line 53) | public function __construct( method resolve (line 68) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/CreateCustomer.php class CreateCustomer (line 22) | class CreateCustomer implements ResolverInterface method __construct (line 46) | public function __construct( method resolve (line 59) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/CreateCustomerAddress.php class CreateCustomerAddress (line 22) | class CreateCustomerAddress implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/Customer.php class Customer (line 21) | class Customer implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/CustomerAddresses.php class CustomerAddresses (line 20) | class CustomerAddresses implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/DeleteCustomerAddress.php class DeleteCustomerAddress (line 22) | class DeleteCustomerAddress implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/GenerateCustomerToken.php class GenerateCustomerToken (line 21) | class GenerateCustomerToken implements ResolverInterface method __construct (line 31) | public function __construct( method resolve (line 40) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/IsEmailAvailable.php class IsEmailAvailable (line 21) | class IsEmailAvailable implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/IsSubscribed.php class IsSubscribed (line 19) | class IsSubscribed implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 38) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/RevokeCustomerToken.php class RevokeCustomerToken (line 20) | class RevokeCustomerToken implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/UpdateCustomer.php class UpdateCustomer (line 23) | class UpdateCustomer implements ResolverInterface method __construct (line 45) | public function __construct( method resolve (line 58) | public function resolve( FILE: app/code/Magento/CustomerGraphQl/Model/Resolver/UpdateCustomerAddress.php class UpdateCustomerAddress (line 23) | class UpdateCustomerAddress implements ResolverInterface method __construct (line 45) | public function __construct( method resolve (line 58) | public function resolve( FILE: app/code/Magento/CustomerImportExport/Controller/Adminhtml/Index/ExportCsv.php class ExportCsv (line 14) | class ExportCsv extends \Magento\Backend\App\Action method __construct (line 34) | public function __construct( method execute (line 47) | public function execute() FILE: app/code/Magento/CustomerImportExport/Controller/Adminhtml/Index/ExportXml.php class ExportXml (line 14) | class ExportXml extends \Magento\Backend\App\Action method __construct (line 34) | public function __construct( method execute (line 47) | public function execute() FILE: app/code/Magento/CustomerImportExport/Model/Export/Address.php class Address (line 16) | class Address extends \Magento\ImportExport\Model\Export\Entity\AbstractEav method __construct (line 136) | public function __construct( method _initCustomers (line 179) | protected function _initCustomers() method _getHeaderColumns (line 202) | protected function _getHeaderColumns() method _getEntityCollection (line 216) | protected function _getEntityCollection() method export (line 226) | public function export() method exportItem (line 246) | public function exportItem($item) method setParameters (line 275) | public function setParameters(array $parameters) method getEntityTypeCode (line 289) | public function getEntityTypeCode() FILE: app/code/Magento/CustomerImportExport/Model/Export/Customer.php class Customer (line 16) | class Customer extends \Magento\ImportExport\Model\Export\Entity\Abstrac... method __construct (line 87) | public function __construct( method export (line 119) | public function export() method _getEntityCollection (line 136) | protected function _getEntityCollection() method _getHeaderColumns (line 144) | protected function _getHeaderColumns() method exportItem (line 156) | public function exportItem($item) method filterAttributeCollection (line 171) | public function filterAttributeCollection(\Magento\Framework\Data\Coll... method getEntityTypeCode (line 192) | public function getEntityTypeCode() method getOverriddenAttributes (line 202) | public function getOverriddenAttributes() FILE: app/code/Magento/CustomerImportExport/Model/Import/AbstractCustomer.php class AbstractCustomer (line 21) | abstract class AbstractCustomer extends \Magento\ImportExport\Model\Impo... method __construct (line 98) | public function __construct( method _initCustomers (line 147) | protected function _initCustomers(array $data) method _getCustomerId (line 168) | protected function _getCustomerId($email, $websiteCode) method validateRow (line 186) | public function validateRow(array $rowData, $rowNumber) method _validateRowForUpdate (line 210) | abstract protected function _validateRowForUpdate(array $rowData, $row... method _validateRowForDelete (line 219) | abstract protected function _validateRowForDelete(array $rowData, $row... method _checkUniqueKey (line 228) | protected function _checkUniqueKey(array $rowData, $rowNumber) method getCustomerStorage (line 252) | public function getCustomerStorage() method getSelectAttrIdByValue (line 265) | protected function getSelectAttrIdByValue(array $attributeParameters, ... method getMultipleValueSeparator (line 278) | protected function getMultipleValueSeparator() FILE: app/code/Magento/CustomerImportExport/Model/Import/Address.php class Address (line 23) | class Address extends AbstractCustomer method __construct (line 276) | public function __construct( method getAttributeOptions (line 353) | public function getAttributeOptions(AbstractAttribute $attribute, arra... method adjustAttributeDataForWebsite (line 393) | private function adjustAttributeDataForWebsite(array $attributeData, i... method _getCustomerEntity (line 410) | protected function _getCustomerEntity() method _getNextEntityId (line 423) | protected function _getNextEntityId() method _initCountryRegions (line 436) | protected function _initCountryRegions() method prepareCustomerData (line 460) | public function prepareCustomerData($rows): void method validateData (line 493) | public function validateData() method _importData (line 507) | protected function _importData() method _mergeEntityAttributes (line 569) | protected function _mergeEntityAttributes(array $newAttributes, array ... method _prepareDataForUpdate (line 589) | protected function _prepareDataForUpdate(array $rowData):array method getValueByAttributeType (line 682) | protected function getValueByAttributeType(string $rowAttributeData, a... method _saveAddressEntities (line 714) | protected function _saveAddressEntities(array $addRows, array $updateR... method _saveAddressAttributes (line 735) | protected function _saveAddressAttributes(array $attributesData) method _saveCustomerDefaults (line 760) | protected function _saveCustomerDefaults(array $defaults) method _deleteAddressEntities (line 781) | protected function _deleteAddressEntities(array $entityRowIds) method getEntityTypeCode (line 795) | public function getEntityTypeCode() method getDefaultAddressAttributeMapping (line 807) | public static function getDefaultAddressAttributeMapping() method _isOptionalAddressEmpty (line 819) | protected function _isOptionalAddressEmpty(array $rowData) method _validateRowForUpdate (line 847) | protected function _validateRowForUpdate(array $rowData, $rowNumber) method _validateRowForDelete (line 917) | protected function _validateRowForDelete(array $rowData, $rowNumber) method _checkRowDuplicate (line 945) | protected function _checkRowDuplicate($customerId, $addressId) method setCustomerAttributes (line 967) | public function setCustomerAttributes($customerAttributes) method getCountryRegionId (line 980) | private function getCountryRegionId(string $countryId, string $region) FILE: app/code/Magento/CustomerImportExport/Model/Import/Customer.php class Customer (line 23) | class Customer extends AbstractCustomer method __construct (line 187) | public function __construct( method _saveCustomerEntities (line 266) | protected function _saveCustomerEntities(array $entitiesToCreate, arra... method getCustomerEntityFieldsToUpdate (line 289) | private function getCustomerEntityFieldsToUpdate(array $entitiesToUpda... method _saveCustomerAttributes (line 308) | protected function _saveCustomerAttributes(array $attributesData) method _deleteCustomerEntities (line 333) | protected function _deleteCustomerEntities(array $entitiesToDelete) method _getNextEntityId (line 346) | protected function _getNextEntityId() method prepareCustomerData (line 361) | public function prepareCustomerData($rows): void method validateData (line 381) | public function validateData() method _prepareDataForUpdate (line 396) | protected function _prepareDataForUpdate(array $rowData) method _importData (line 499) | protected function _importData() method getEntityTypeCode (line 560) | public function getEntityTypeCode() method _validateRowForUpdate (line 574) | protected function _validateRowForUpdate(array $rowData, $rowNumber) method _validateRowForDelete (line 638) | protected function _validateRowForDelete(array $rowData, $rowNumber) method getEntityTable (line 652) | public function getEntityTable() method getValidColumnNames (line 660) | public function getValidColumnNames() FILE: app/code/Magento/CustomerImportExport/Model/Import/CustomerComposite.php class CustomerComposite (line 15) | class CustomerComposite extends \Magento\ImportExport\Model\Import\Abstr... method __construct (line 166) | public function __construct( method _initCustomerAttributes (line 240) | protected function _initCustomerAttributes() method _initAddressAttributes (line 255) | protected function _initAddressAttributes() method _importData (line 270) | protected function _importData() method getEntityTypeCode (line 289) | public function getEntityTypeCode() method validateData (line 297) | public function validateData() method validateRow (line 323) | public function validateRow(array $rowData, $rowNumber) method _validateAddressRow (line 370) | protected function _validateAddressRow(array $rowData, $rowNumber) method _prepareAddressRowData (line 396) | protected function _prepareAddressRowData(array $rowData) method _getRowScope (line 424) | protected function _getRowScope(array $rowData) method setParameters (line 440) | public function setParameters(array $parameters) method setSource (line 460) | public function setSource(\Magento\ImportExport\Model\Import\AbstractS... method getProcessedEntitiesCount (line 473) | public function getProcessedEntitiesCount() method isAttributeParticular (line 485) | public function isAttributeParticular($attributeCode) method _prepareRowForDb (line 500) | protected function _prepareRowForDb(array $rowData) method getValidColumnNames (line 514) | public function getValidColumnNames() FILE: app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Address/Storage.php class Storage (line 21) | class Storage method __construct (line 52) | public function __construct( method addRecord (line 70) | private function addRecord(string $customerId, string $addressId): void method loadAddresses (line 91) | private function loadAddresses(array $customerIds): void method doesExist (line 118) | public function doesExist(string $addressId, string $forCustomerId): bool method prepareAddresses (line 134) | public function prepareAddresses(array $forCustomersIds): void FILE: app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php class Storage (line 19) | class Storage method __construct (line 64) | public function __construct( method prepareCollection (line 86) | private function prepareCollection(array $customerIdentifiers): Custom... method loadCustomersData (line 113) | private function loadCustomersData(array $customerIdentifiers) method addCustomerByArray (line 128) | public function addCustomerByArray(array $customer): Storage method addCustomer (line 146) | public function addCustomer(DataObject $customer): Storage method getCustomerId (line 164) | public function getCustomerId(string $email, int $websiteId) method prepareCustomers (line 186) | public function prepareCustomers(array $customersToFind): void FILE: app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/CustomerComposite/Data.php class Data (line 10) | class Data extends \Magento\ImportExport\Model\ResourceModel\Import\Data method __construct (line 34) | public function __construct( method getNextBunch (line 55) | public function getNextBunch() method _prepareRow (line 79) | protected function _prepareRow(array $rowData) method _prepareAddressRowData (line 99) | protected function _prepareAddressRowData(array $rowData) FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Export/AddressTest.php class AddressTest (line 13) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method tearDown (line 96) | protected function tearDown() method _getModelDependencies (line 107) | protected function _getModelDependencies() method getWebsites (line 182) | public function getWebsites($withDefault = false) method iterate (line 208) | public function iterate(\Magento\Framework\Data\Collection\AbstractDb ... method testExportItem (line 234) | public function testExportItem() method validateWriteRow (line 268) | public function validateWriteRow(array $row) FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Export/CustomerTest.php class CustomerTest (line 13) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method tearDown (line 89) | protected function tearDown() method _getModelDependencies (line 99) | protected function _getModelDependencies() method getWebsites (line 143) | public function getWebsites($withDefault = false) method getStores (line 166) | public function getStores($withDefault = false) method testExportItem (line 188) | public function testExportItem() method validateWriteRow (line 224) | public function validateWriteRow(array $row) FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AbstractCustomerTest.php class AbstractCustomerTest (line 14) | class AbstractCustomerTest extends \Magento\ImportExport\Test\Unit\Model... method setUp (line 50) | protected function setUp() method tearDown (line 57) | protected function tearDown() method _getModelMock (line 69) | protected function _getModelMock() method checkUniqueKeyDataProvider (line 110) | public function checkUniqueKeyDataProvider() method testCheckUniqueKey (line 177) | public function testCheckUniqueKey(array $rowData, array $errors, $isV... method testValidateRowForUpdate (line 192) | public function testValidateRowForUpdate() method testValidateRowForDelete (line 210) | public function testValidateRowForDelete() method _clearValidatedRows (line 229) | protected function _clearValidatedRows() FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AddressTest.php class AddressTest (line 24) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 130) | protected function setUp() method tearDown (line 159) | protected function tearDown() method _getModelDependencies (line 169) | protected function _getModelDependencies() method _createAttrCollectionMock (line 213) | protected function _createAttrCollectionMock() method _createCustomerStorageMock (line 255) | protected function _createCustomerStorageMock() method _createCustomerEntityMock (line 284) | protected function _createCustomerEntityMock() method getWebsites (line 298) | public function getWebsites($withDefault = false) method iterate (line 324) | public function iterate(\Magento\Framework\Data\Collection $collection... method _getModelMockForTestImportDataWithCustomBehaviour (line 338) | protected function _getModelMockForTestImportDataWithCustomBehaviour() method _getModelMock (line 429) | protected function _getModelMock() method validateRowForUpdateDataProvider (line 467) | public function validateRowForUpdateDataProvider() method validateRowForDeleteDataProvider (line 488) | public function validateRowForDeleteDataProvider() method testValidateRowForUpdate (line 507) | public function testValidateRowForUpdate(array $rowData, array $errors... method testValidateRowForUpdateDuplicateRows (line 525) | public function testValidateRowForUpdateDuplicateRows() method testValidateRowForDelete (line 571) | public function testValidateRowForDelete(array $rowData, array $errors... method testGetEntityTypeCode (line 585) | public function testGetEntityTypeCode() method testGetDefaultAddressAttributeMapping (line 593) | public function testGetDefaultAddressAttributeMapping() method testImportDataWithCustomBehaviour (line 614) | public function testImportDataWithCustomBehaviour() method validateSaveAddressEntities (line 630) | public function validateSaveAddressEntities(array $addRows, array $upd... method validateDeleteAddressEntities (line 644) | public function validateDeleteAddressEntities(array $deleteRowIds) FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerCompositeTest.php class CustomerCompositeTest (line 22) | class CustomerCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method _createModelMock (line 150) | protected function _createModelMock($data) method _getModelMock (line 169) | protected function _getModelMock() method _getModelMockForPrepareRowForDb (line 182) | protected function _getModelMockForPrepareRowForDb() method _getModelMockForImportData (line 225) | protected function _getModelMockForImportData($isDeleteBehavior, $cust... method _getCustomerEntityMock (line 249) | protected function _getCustomerEntityMock() method _getAddressEntityMock (line 268) | private function _getAddressEntityMock() method _getModelDependencies (line 289) | protected function _getModelDependencies() method testIsAttributeParticular (line 307) | public function testIsAttributeParticular() method testValidateRow (line 330) | public function testValidateRow(array $rows, array $calls, $validation... method testPrepareAddressRowData (line 369) | public function testPrepareAddressRowData() method validateAddressRowParams (line 413) | public function validateAddressRowParams(array $rowData, $rowNumber) method getRowDataProvider (line 432) | public function getRowDataProvider() method testSetParameters (line 497) | public function testSetParameters() method callbackCheckParameters (line 521) | public function callbackCheckParameters(array $params) method testSetSource (line 527) | public function testSetSource() method testPrepareRowForDb (line 549) | public function testPrepareRowForDb() method verifyPrepareRowForDbData (line 572) | public function verifyPrepareRowForDbData($entityType, $behavior, $bun... method dataProviderTestImportData (line 590) | public function dataProviderTestImportData() method testImportData (line 640) | public function testImportData($behavior, $customerImport, $addressImp... method testGetProcessedEntitiesCount (line 653) | public function testGetProcessedEntitiesCount() method _getModelForGetterTest (line 668) | protected function _getModelForGetterTest($method, $customerReturnData... FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerTest.php class CustomerTest (line 15) | class CustomerTest extends \PHPUnit\Framework\TestCase method tearDown (line 68) | protected function tearDown() method _getModelMockForTestImportDataWithCustomBehaviour (line 80) | protected function _getModelMockForTestImportDataWithCustomBehaviour() method testImportDataWithCustomBehaviour (line 171) | public function testImportDataWithCustomBehaviour() method prepareForUpdateMock (line 186) | public function prepareForUpdateMock(array $rowData) method validateSaveCustomerEntities (line 215) | public function validateSaveCustomerEntities(array $entitiesToCreate, ... method validateDeleteCustomerEntities (line 230) | public function validateDeleteCustomerEntities(array $customerIdsToDel... FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/ResourceModel/Import/Customer/StorageTest.php class StorageTest (line 20) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method tearDown (line 74) | protected function tearDown() method testAddCustomerByArray (line 79) | public function testAddCustomerByArray() method testGetCustomerId (line 89) | public function testGetCustomerId() method _addCustomerToStorage (line 132) | protected function _addCustomerToStorage() FILE: app/code/Magento/CustomerImportExport/Test/Unit/Model/ResourceModel/Import/CustomerComposite/DataTest.php class DataTest (line 18) | class DataTest extends \PHPUnit\Framework\TestCase method _getDependencies (line 34) | protected function _getDependencies($entityType, $bunchData) method testGetNextBunch (line 85) | public function testGetNextBunch($entityType, $bunchData, $expectedData) method getNextBunchDataProvider (line 126) | public function getNextBunchDataProvider() FILE: app/code/Magento/Deploy/App/Mode/ConfigProvider.php class ConfigProvider (line 11) | class ConfigProvider method __construct (line 31) | public function __construct(array $config = []) method getConfigs (line 51) | public function getConfigs($currentMode, $targetMode) FILE: app/code/Magento/Deploy/Collector/Collector.php class Collector (line 20) | class Collector implements CollectorInterface method __construct (line 71) | public function __construct( method collect (line 87) | public function collect() method getParams (line 116) | private function getParams(PackageFile $file) FILE: app/code/Magento/Deploy/Collector/CollectorInterface.php type CollectorInterface (line 15) | interface CollectorInterface method collect (line 26) | public function collect(); FILE: app/code/Magento/Deploy/Config/BundleConfig.php class BundleConfig (line 16) | class BundleConfig method __construct (line 57) | public function __construct( method getBundleFileMaxSize (line 72) | public function getBundleFileMaxSize($area, $theme) method getExcludedDirectories (line 97) | public function getExcludedDirectories($area, $theme) method getExcludedFiles (line 109) | public function getExcludedFiles($area, $theme) method getConfig (line 121) | private function getConfig($area, $theme) FILE: app/code/Magento/Deploy/Console/Command/App/ApplicationDumpCommand.php class ApplicationDumpCommand (line 22) | class ApplicationDumpCommand extends Command method __construct (line 48) | public function __construct( method configure (line 62) | protected function configure() method execute (line 84) | protected function execute(InputInterface $input, OutputInterface $out... method groupSourcesByPool (line 136) | private function groupSourcesByPool() method skipDump (line 157) | private function skipDump(InputInterface $input, array $sourceData): bool FILE: app/code/Magento/Deploy/Console/Command/App/ConfigImport/Processor.php class Processor (line 24) | class Processor method __construct (line 84) | public function __construct( method execute (line 110) | public function execute(InputInterface $input, OutputInterface $output) method validateSectionData (line 164) | private function validateSectionData($section, array $data) FILE: app/code/Magento/Deploy/Console/Command/App/ConfigImportCommand.php class ConfigImportCommand (line 22) | class ConfigImportCommand extends Command method __construct (line 39) | public function __construct(Processor $processor) method configure (line 49) | protected function configure() method execute (line 60) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Deploy/Console/Command/App/ConfigStatusCommand.php class ConfigStatusCommand (line 17) | class ConfigStatusCommand extends Command method __construct (line 33) | public function __construct(ChangeDetector $changeDetector) method configure (line 42) | protected function configure() method execute (line 52) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSet/CollectorFactory.php class CollectorFactory (line 15) | class CollectorFactory method __construct (line 45) | public function __construct( method create (line 65) | public function create($type) FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSet/CollectorInterface.php type CollectorInterface (line 15) | interface CollectorInterface method getValues (line 34) | public function getValues(InputInterface $input, OutputInterface $outp... FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSet/InteractiveCollector.php class InteractiveCollector (line 16) | class InteractiveCollector implements CollectorInterface method __construct (line 32) | public function __construct( method getValues (line 54) | public function getValues(InputInterface $input, OutputInterface $outp... FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSet/SensitiveConfigSetFacade.php class SensitiveConfigSetFacade (line 22) | class SensitiveConfigSetFacade method __construct (line 66) | public function __construct( method process (line 89) | public function process(InputInterface $input, OutputInterface $output) method getConfigPaths (line 117) | private function getConfigPaths() FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSet/SimpleCollector.php class SimpleCollector (line 21) | class SimpleCollector implements CollectorInterface method __construct (line 37) | public function __construct( method getValues (line 54) | public function getValues(InputInterface $input, OutputInterface $outp... method getConfigPathQuestion (line 79) | private function getConfigPathQuestion(array $configPaths) method getConfigValueQuestion (line 99) | private function getConfigValueQuestion() method validatePath (line 123) | private function validatePath($configPath, array $configPaths) FILE: app/code/Magento/Deploy/Console/Command/App/SensitiveConfigSetCommand.php class SensitiveConfigSetCommand (line 24) | class SensitiveConfigSetCommand extends Command method __construct (line 85) | public function __construct( method configure (line 102) | protected function configure() method execute (line 142) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Deploy/Console/Command/SetModeCommand.php class SetModeCommand (line 21) | class SetModeCommand extends Command method __construct (line 45) | public function __construct(ObjectManagerInterface $objectManager) method configure (line 54) | protected function configure() method execute (line 80) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Deploy/Console/Command/ShowModeCommand.php class ShowModeCommand (line 18) | class ShowModeCommand extends Command method __construct (line 32) | public function __construct(ObjectManagerInterface $objectManager) method configure (line 41) | protected function configure() method execute (line 52) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Deploy/Console/CommandList.php class CommandList (line 13) | class CommandList implements \Magento\Framework\Console\CommandListInter... method __construct (line 25) | public function __construct(ObjectManagerInterface $objectManager) method getCommandsClasses (line 35) | private function getCommandsClasses() method getCommands (line 45) | public function getCommands() FILE: app/code/Magento/Deploy/Console/ConsoleLogger.php class ConsoleLogger (line 20) | class ConsoleLogger extends AbstractLogger method __construct (line 118) | public function __construct( method log (line 135) | public function log($level, $message, array $context = []) method registerProcess (line 165) | private function registerProcess(array $context) method refresh (line 181) | private function refresh(OutputInterface $output) method updateProcessInfo (line 220) | private function updateProcessInfo($deployedPackagePath, array & $proc... method cleanUp (line 244) | private function cleanUp() method renderProgressBar (line 263) | private function renderProgressBar(OutputInterface $output, array $pro... method renderBar (line 285) | private function renderBar(OutputInterface $output, array $process) method getPackageDeploymentInfo (line 306) | private function getPackageDeploymentInfo($relativePath) FILE: app/code/Magento/Deploy/Console/ConsoleLoggerFactory.php class ConsoleLoggerFactory (line 19) | class ConsoleLoggerFactory method __construct (line 41) | public function __construct(ObjectManagerProvider $objectManagerProvid... method getLogger (line 55) | public function getLogger(OutputInterface $output, $verbose) FILE: app/code/Magento/Deploy/Console/DeployStaticOptions.php class DeployStaticOptions (line 19) | class DeployStaticOptions method getOptionsList (line 152) | public function getOptionsList() method getBasicOptions (line 163) | private function getBasicOptions() method getSkipOptions (line 271) | private function getSkipOptions() FILE: app/code/Magento/Deploy/Console/InputValidator.php class InputValidator (line 18) | class InputValidator method __construct (line 71) | public function __construct( method validate (line 86) | public function validate(InputInterface $input) method checkAreasInput (line 113) | private function checkAreasInput(array $areasInclude, array $areasExcl... method checkThemesInput (line 130) | private function checkThemesInput(array $themesInclude, array $themesE... method checkLanguagesInput (line 147) | private function checkLanguagesInput(array $languagesInclude, array $l... method checkVersionInput (line 172) | private function checkVersionInput(string $contentVersion): void FILE: app/code/Magento/Deploy/Model/ConfigWriter.php class ConfigWriter (line 20) | class ConfigWriter method __construct (line 44) | public function __construct( method save (line 62) | public function save(array $values, $scope = ScopeConfigInterface::SCO... method setConfig (line 102) | private function setConfig(array $config, $configPath, $configValue) method getPathPrefix (line 126) | private function getPathPrefix($scope, $scopeCode) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/ChangeDetector.php class ChangeDetector (line 16) | class ChangeDetector method __construct (line 44) | public function __construct( method hasChanges (line 65) | public function hasChanges($sectionName = null) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/DataCollector.php class DataCollector (line 39) | class DataCollector method __construct (line 59) | public function __construct(ImporterPool $configImporterPool, Deployme... method getConfig (line 90) | public function getConfig($sectionName = null) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/Hash.php class Hash (line 22) | class Hash method __construct (line 63) | public function __construct( method regenerate (line 86) | public function regenerate($sectionName = null) method get (line 110) | public function get() method getFlagObject (line 124) | private function getFlagObject() FILE: app/code/Magento/Deploy/Model/DeploymentConfig/Hash/Generator.php class Generator (line 13) | class Generator method __construct (line 25) | public function __construct(SerializerInterface $serializer) method generate (line 36) | public function generate($data) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/ImporterFactory.php class ImporterFactory (line 16) | class ImporterFactory method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method create (line 41) | public function create($className, array $data = []) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/ImporterPool.php class ImporterPool (line 18) | class ImporterPool method __construct (line 102) | public function __construct( method getSections (line 128) | public function getSections() method getImporters (line 147) | public function getImporters() method getValidator (line 175) | public function getValidator($section) method sort (line 189) | private function sort(array $data) method getSortOrder (line 204) | private function getSortOrder(array $variable) FILE: app/code/Magento/Deploy/Model/DeploymentConfig/ValidatorFactory.php class ValidatorFactory (line 16) | class ValidatorFactory method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method create (line 41) | public function create($className, array $data = []) FILE: app/code/Magento/Deploy/Model/Filesystem.php class Filesystem (line 23) | class Filesystem method __construct (line 122) | public function __construct( method regenerateStatic (line 156) | public function regenerateStatic( method deployStaticContent (line 186) | protected function deployStaticContent( method getAdminUserInterfaceLocales (line 211) | private function getAdminUserInterfaceLocales() method getUsedLocales (line 227) | private function getUsedLocales() method compile (line 255) | protected function compile(OutputInterface $output) method cleanupFilesystem (line 283) | public function cleanupFilesystem($directoryCodeList) method changePermissions (line 312) | protected function changePermissions($directoryCodeList, $dirPermissio... method lockStaticResources (line 338) | public function lockStaticResources() method reinitCacheDirectories (line 357) | private function reinitCacheDirectories() method cleanupStaticDirectory (line 369) | private function cleanupStaticDirectory(array $excludePatterns): void FILE: app/code/Magento/Deploy/Model/Mode.php class Mode (line 31) | class Mode method __construct (line 96) | public function __construct( method enableProductionMode (line 130) | public function enableProductionMode() method enableProductionModeMinimal (line 156) | public function enableProductionModeMinimal() method enableDeveloperMode (line 166) | public function enableDeveloperMode() method enableDefaultMode (line 185) | public function enableDefaultMode() method getMode (line 205) | public function getMode() method setStoreMode (line 217) | protected function setStoreMode($mode) method saveAppConfigs (line 234) | private function saveAppConfigs($mode) FILE: app/code/Magento/Deploy/Model/Plugin/ConfigChangeDetector.php class ConfigChangeDetector (line 21) | class ConfigChangeDetector method __construct (line 33) | public function __construct(ChangeDetector $changeDetector) method beforeDispatch (line 47) | public function beforeDispatch(FrontControllerInterface $subject, Requ... FILE: app/code/Magento/Deploy/Package/Bundle/RequireJs.php class RequireJs (line 20) | class RequireJs implements BundleInterface method __construct (line 118) | public function __construct( method addFile (line 141) | public function addFile($filePath, $sourcePath, $contentType) method flush (line 152) | public function flush() method clear (line 193) | public function clear() method startNewBundleFile (line 204) | private function startNewBundleFile($contentPoolName) method endBundleFile (line 222) | private function endBundleFile(WriteInterface $bundleFile, array $cont... method getFileContent (line 240) | private function getFileContent($sourcePath) method getBundleFileMaxSize (line 258) | private function getBundleFileMaxSize() method getInitJs (line 268) | private function getInitJs() FILE: app/code/Magento/Deploy/Package/BundleInterface.php type BundleInterface (line 11) | interface BundleInterface method addFile (line 26) | public function addFile($filePath, $sourcePath, $contentType); method flush (line 33) | public function flush(); method clear (line 40) | public function clear(); FILE: app/code/Magento/Deploy/Package/BundleInterfaceFactory.php class BundleInterfaceFactory (line 17) | class BundleInterfaceFactory method __construct (line 32) | public function __construct(ObjectManagerInterface $objectManager, $ty... method create (line 48) | public function create(array $arguments) FILE: app/code/Magento/Deploy/Package/Package.php class Package (line 15) | class Package method __construct (line 132) | public function __construct( method getArea (line 157) | public function getArea() method getParent (line 167) | public function getParent() method getTheme (line 177) | public function getTheme() method getLocale (line 187) | public function getLocale() method getPath (line 197) | public function getPath() method isVirtual (line 209) | public function isVirtual() method getParam (line 220) | public function getParam($name) method setParam (line 232) | public function setParam($name, $value) method getThemeModel (line 243) | public function getThemeModel() method getFile (line 254) | public function getFile($fileId) method addFile (line 265) | public function addFile(PackageFile $file) method addFileToMap (line 286) | public function addFileToMap(PackageFile $file) method getFiles (line 301) | public function getFiles() method getFilesByType (line 312) | public function getFilesByType($type) method deleteFile (line 333) | public function deleteFile($fileId) method aggregate (line 349) | public function aggregate(Package $parentPackage = null) method setParent (line 371) | public function setParent($parent) method getMap (line 382) | public function getMap() method getState (line 392) | public function getState() method setState (line 403) | public function setState($state) method getInheritanceLevel (line 414) | public function getInheritanceLevel() method getResultMap (line 432) | public function getResultMap() method getParentMap (line 444) | public function getParentMap() method getParentFiles (line 460) | public function getParentFiles($type = null) method getParentPackages (line 480) | public function getParentPackages() method getPreProcessors (line 510) | public function getPreProcessors() method getPostProcessors (line 520) | public function getPostProcessors() method collectParentPaths (line 536) | private function collectParentPaths( FILE: app/code/Magento/Deploy/Package/PackageFactory.php class PackageFactory (line 17) | class PackageFactory method __construct (line 32) | public function __construct(ObjectManagerInterface $objectManager, $ty... method create (line 48) | public function create(array $arguments) FILE: app/code/Magento/Deploy/Package/PackageFile.php class PackageFile (line 14) | class PackageFile extends Asset method setPackage (line 45) | public function setPackage(Package $package) method getPackage (line 61) | public function getPackage() method getOrigPackage (line 69) | public function getOrigPackage() method setDeployedFileName (line 78) | public function setDeployedFileName($name) method getDeployedFileName (line 87) | public function getDeployedFileName() method setDeployedFilePath (line 96) | public function setDeployedFilePath($name) method getDeployedFilePath (line 105) | public function getDeployedFilePath() method getDeployedFileId (line 113) | public function getDeployedFileId() method getContent (line 124) | public function getContent() method setContent (line 133) | public function setContent($content) method setArea (line 143) | public function setArea($area) method setTheme (line 153) | public function setTheme($theme) method setLocale (line 163) | public function setLocale($locale) method setModule (line 173) | public function setModule($module) FILE: app/code/Magento/Deploy/Package/PackagePool.php class PackagePool (line 17) | class PackagePool method __construct (line 51) | public function __construct( method getPackage (line 66) | public function getPackage($path) method getPackages (line 75) | public function getPackages() method getThemeModel (line 86) | public function getThemeModel($areaCode, $themePath) method getPackagesForDeployment (line 99) | public function getPackagesForDeployment(array $options) method isAncestorForDeployedPackages (line 131) | private function isAncestorForDeployedPackages(Package $excludedPackag... method getThemeByFullPath (line 146) | private function getThemeByFullPath($fullPath) method collect (line 160) | private function collect($recollect = false) method ensurePackagesForRequiredLocales (line 174) | private function ensurePackagesForRequiredLocales(array $options) method ensureRequiredLocales (line 209) | private function ensureRequiredLocales(array $options) method checkPackageSkip (line 239) | private function checkPackageSkip(Package $package, array $options) method canDeployArea (line 251) | private function canDeployArea(Package $package, array $options) method canDeployTheme (line 271) | private function canDeployTheme(Package $package, array $options) method canDeployLocale (line 288) | private function canDeployLocale(Package $package, array $options) method isIncluded (line 305) | private function isIncluded($entity, array $includedEntities, array $e... method getOption (line 323) | private function getOption($name, $options) method ensurePackage (line 332) | private function ensurePackage(array $params) FILE: app/code/Magento/Deploy/Package/Processor/PostProcessor/CssUrls.php class CssUrls (line 24) | class CssUrls implements ProcessorInterface method __construct (line 53) | public function __construct(Filesystem $filesystem, Minification $mini... method process (line 62) | public function process(Package $package, array $options) method parseCss (line 100) | private function parseCss(array $urlMap, $cssFilePath, $packagePath, $... method updateCssUrls (line 153) | private function updateCssUrls(array $urlMap) method getCssUrls (line 173) | private function getCssUrls($cssContent) method getNormalizedFilePath (line 189) | private function getNormalizedFilePath($url) method getValidExternalUrl (line 223) | private function getValidExternalUrl($url, Package $package) method getFileFromParent (line 246) | private function getFileFromParent($fileName, Package $currentPackage) method isExternalUrl (line 265) | private function isExternalUrl($url) method isFileExistsInPackage (line 277) | private function isFileExistsInPackage($filePath, Package $package) FILE: app/code/Magento/Deploy/Package/Processor/PostProcessor/Map.php class Map (line 24) | class Map implements ProcessorInterface method __construct (line 74) | public function __construct( method process (line 89) | public function process(Package $package, array $options) method getRequireJsMap (line 138) | private function getRequireJsMap(array $map) FILE: app/code/Magento/Deploy/Package/Processor/PreProcessor/Css.php class Css (line 24) | class Css implements ProcessorInterface method __construct (line 42) | public function __construct(Filesystem $filesystem, Minification $mini... method process (line 67) | public function process(Package $package, array $options) method hasOverrides (line 102) | private function hasOverrides(PackageFile $parentFile, Package $package) method buildMap (line 130) | private function buildMap($packagePath, $filePath, $fullPath) method collectFileMap (line 181) | private function collectFileMap($fileName) method normalize (line 196) | private function normalize($path) FILE: app/code/Magento/Deploy/Package/Processor/PreProcessor/Less.php class Less (line 25) | class Less implements ProcessorInterface method __construct (line 69) | public function __construct( method process (line 84) | public function process(Package $package, array $options) method hasOverrides (line 123) | private function hasOverrides(PackageFile $parentFile, Package $package) method inParentFiles (line 147) | private function inParentFiles($fileName, $parentFile, $map) method buildMap (line 169) | private function buildMap($filePath, $packagePath, $contentType) method normalizePath (line 206) | private function normalizePath($path) FILE: app/code/Magento/Deploy/Package/Processor/ProcessorInterface.php type ProcessorInterface (line 13) | interface ProcessorInterface method process (line 24) | public function process(Package $package, array $options); FILE: app/code/Magento/Deploy/Process/Queue.php class Queue (line 22) | class Queue method __construct (line 109) | public function __construct( method add (line 136) | public function add(Package $package, array $dependencies = []) method getPackages (line 151) | public function getPackages() method process (line 161) | public function process() method assertAndExecute (line 207) | private function assertAndExecute($name, array & $packages, array $pac... method executePackage (line 241) | private function executePackage(Package $package, string $name, array ... method awaitForAllProcesses (line 257) | private function awaitForAllProcesses() method isCanBeParalleled (line 290) | private function isCanBeParalleled() method execute (line 302) | private function execute(Package $package) method isDeployed (line 357) | private function isDeployed(Package $package) method getPid (line 409) | private function getPid(Package $package) method checkTimeout (line 419) | private function checkTimeout() method __destruct (line 433) | public function __destruct() FILE: app/code/Magento/Deploy/Process/QueueFactory.php class QueueFactory (line 15) | class QueueFactory method __construct (line 37) | public function __construct(ObjectManagerInterface $objectManager, $ty... method create (line 50) | public function create(array $arguments = []) FILE: app/code/Magento/Deploy/Service/Bundle.php class Bundle (line 25) | class Bundle method __construct (line 98) | public function __construct( method deploy (line 125) | public function deploy($area, $theme, $locale) method hasMinVersion (line 186) | private function hasMinVersion($filePath) method isExcluded (line 214) | private function isExcluded($filePath, $area, $theme) method prepareExcludePath (line 240) | private function prepareExcludePath($path) FILE: app/code/Magento/Deploy/Service/DeployPackage.php class DeployPackage (line 19) | class DeployPackage method __construct (line 75) | public function __construct( method deploy (line 95) | public function deploy(Package $package, array $options, $skipLogging ... method deployEmulated (line 117) | public function deployEmulated(Package $package, array $options, $skip... method processFile (line 166) | private function processFile(PackageFile $file, Package $package) method checkIfCanCopy (line 204) | private function checkIfCanCopy(PackageFile $file, Package $package, P... method checkFileSkip (line 224) | private function checkFileSkip($filePath, array $options) method register (line 250) | private function register(Package $package, PackageFile $file = null, ... FILE: app/code/Magento/Deploy/Service/DeployRequireJsConfig.php class DeployRequireJsConfig (line 19) | class DeployRequireJsConfig method __construct (line 66) | public function __construct( method deploy (line 88) | public function deploy($areaCode, $themePath, $localeCode) FILE: app/code/Magento/Deploy/Service/DeployStaticContent.php class DeployStaticContent (line 22) | class DeployStaticContent method __construct (line 58) | public function __construct( method deploy (line 82) | public function deploy(array $options) method getProcessesAmount (line 157) | private function getProcessesAmount(array $options) method isRefreshContentVersionOnly (line 168) | private function isRefreshContentVersionOnly(array $options) FILE: app/code/Magento/Deploy/Service/DeployStaticFile.php class DeployStaticFile (line 20) | class DeployStaticFile method __construct (line 63) | public function __construct( method deployFile (line 84) | public function deployFile($fileName, array $params = []) method deleteFile (line 98) | public function deleteFile($path) method readFile (line 121) | public function readFile($fileName, $filePath) method openFile (line 137) | public function openFile($fileName, $filePath) method writeFile (line 151) | public function writeFile($fileName, $filePath, $content) method copyFile (line 165) | public function copyFile($fileName, $sourcePath, $targetPath) method readTmpFile (line 181) | public function readTmpFile($fileName, $filePath) method writeTmpFile (line 195) | public function writeTmpFile($fileName, $filePath, $content) method resolveFile (line 207) | private function resolveFile($fileName) FILE: app/code/Magento/Deploy/Service/DeployTranslationsDictionary.php class DeployTranslationsDictionary (line 15) | class DeployTranslationsDictionary method __construct (line 43) | public function __construct( method deploy (line 61) | public function deploy($area, $theme, $locale) FILE: app/code/Magento/Deploy/Service/MinifyTemplates.php class MinifyTemplates (line 14) | class MinifyTemplates method __construct (line 30) | public function __construct( method minifyTemplates (line 43) | public function minifyTemplates() FILE: app/code/Magento/Deploy/Source/Lib.php class Lib (line 19) | class Lib implements SourceInterface method __construct (line 45) | public function __construct( method get (line 58) | public function get() FILE: app/code/Magento/Deploy/Source/Modules.php class Modules (line 14) | class Modules implements SourceInterface method __construct (line 34) | public function __construct( method get (line 45) | public function get() FILE: app/code/Magento/Deploy/Source/SourceInterface.php type SourceInterface (line 13) | interface SourceInterface method get (line 20) | public function get(); FILE: app/code/Magento/Deploy/Source/SourcePool.php class SourcePool (line 11) | class SourcePool method __construct (line 24) | public function __construct(array $sources) method getAll (line 34) | public function getAll() method getSource (line 45) | public function getSource($name) FILE: app/code/Magento/Deploy/Source/Themes.php class Themes (line 14) | class Themes implements SourceInterface method __construct (line 37) | public function __construct( method get (line 48) | public function get() FILE: app/code/Magento/Deploy/Strategy/CompactDeploy.php class CompactDeploy (line 15) | class CompactDeploy implements StrategyInterface method __construct (line 37) | public function __construct( method deploy (line 48) | public function deploy(array $options) FILE: app/code/Magento/Deploy/Strategy/DeployStrategyFactory.php class DeployStrategyFactory (line 14) | class DeployStrategyFactory method __construct (line 49) | public function __construct(ObjectManagerInterface $objectManager, arr... method create (line 68) | public function create($type, array $arguments = []) FILE: app/code/Magento/Deploy/Strategy/QuickDeploy.php class QuickDeploy (line 15) | class QuickDeploy implements StrategyInterface method __construct (line 38) | public function __construct( method deploy (line 49) | public function deploy(array $options) method preparePackages (line 86) | private function preparePackages($level, array $levelPackages) method getInheritanceLevel (line 123) | private function getInheritanceLevel(Package $package) FILE: app/code/Magento/Deploy/Strategy/StandardDeploy.php class StandardDeploy (line 15) | class StandardDeploy implements StrategyInterface method __construct (line 37) | public function __construct( method deploy (line 48) | public function deploy(array $options) FILE: app/code/Magento/Deploy/Strategy/StrategyInterface.php type StrategyInterface (line 13) | interface StrategyInterface method deploy (line 21) | public function deploy(array $options); FILE: app/code/Magento/Deploy/Test/Unit/App/Mode/ConfigProviderTest.php class ConfigProviderTest (line 10) | class ConfigProviderTest extends \PHPUnit\Framework\TestCase method testGetConfigs (line 12) | public function testGetConfigs() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/ConfigImport/ProcessorTest.php class ProcessorTest (line 24) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testImport (line 121) | public function testImport($doImport, $skipImport, array $warningMessa... method importDataProvider (line 187) | public function importDataProvider() method testImportWithException (line 217) | public function testImportWithException() method testImportWithValidation (line 242) | public function testImportWithValidation() method testImportNothingToImport (line 285) | public function testImportNothingToImport(array $importers, $isValid) method importNothingToImportDataProvider (line 310) | public function importNothingToImportDataProvider() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/ConfigImportCommandTest.php class ConfigImportCommandTest (line 14) | class ConfigImportCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testExecute (line 43) | public function testExecute() method testExecuteWithException (line 54) | public function testExecuteWithException() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/ConfigStatusCommandTest.php class ConfigStatusCommandTest (line 16) | class ConfigStatusCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testExecute (line 47) | public function testExecute(bool $hasChanges, $expectedMessage, $expec... method executeDataProvider (line 63) | public function executeDataProvider() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/SensitiveConfigSet/CollectorFactoryTest.php class CollectorFactoryTest (line 17) | class CollectorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCreate (line 47) | public function testCreate() method testCreateNonExisted (line 66) | public function testCreateNonExisted() method testCreateWrongImplementation (line 75) | public function testCreateWrongImplementation() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/SensitiveConfigSet/InteractiveCollectorTest.php class InteractiveCollectorTest (line 16) | class InteractiveCollectorTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetValues (line 66) | public function testGetValues() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/SensitiveConfigSet/SensitiveConfigSetFacadeTest.php class SensitiveConfigSetFacadeTest (line 27) | class SensitiveConfigSetFacadeTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | public function setUp() method testConfigFileNotExist (line 105) | public function testConfigFileNotExist() method testWriterException (line 135) | public function testWriterException() method testEmptyConfigPaths (line 177) | public function testEmptyConfigPaths() method testExecute (line 199) | public function testExecute() method testExecuteInteractive (line 237) | public function testExecuteInteractive() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/SensitiveConfigSet/SimpleCollectorTest.php class SimpleCollectorTest (line 18) | class SimpleCollectorTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetValues (line 68) | public function testGetValues() method testWrongConfigPath (line 116) | public function testWrongConfigPath() method testEmptyValue (line 145) | public function testEmptyValue() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/App/SensitiveConfigSetCommandTest.php class SensitiveConfigSetCommandTest (line 21) | class SensitiveConfigSetCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | public function setUp() method testExecute (line 74) | public function testExecute() method testExecuteNeedsRegeneration (line 94) | public function testExecuteNeedsRegeneration() method testExecuteWithException (line 117) | public function testExecuteWithException() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/ApplicationDumpCommandTest.php class ApplicationDumpCommandTest (line 21) | class ApplicationDumpCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | public function setUp() method testExport (line 104) | public function testExport() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/SetModeCommandTest.php class SetModeCommandTest (line 15) | class SetModeCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testSetProductionMode (line 46) | public function testSetProductionMode() method testSetDeveloperMode (line 58) | public function testSetDeveloperMode() method testSetDefaultMode (line 70) | public function testSetDefaultMode() method testSetProductionSkipCompilation (line 82) | public function testSetProductionSkipCompilation() method testSetInvalidMode (line 94) | public function testSetInvalidMode() FILE: app/code/Magento/Deploy/Test/Unit/Console/Command/ShowModeCommandTest.php class ShowModeCommandTest (line 15) | class ShowModeCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Deploy/Test/Unit/Console/CommandListTest.php class CommandListTest (line 16) | class CommandListTest extends TestCase method setUp (line 31) | protected function setUp() method testGetCommands (line 41) | public function testGetCommands() FILE: app/code/Magento/Deploy/Test/Unit/Console/InputValidatorTest.php class InputValidatorTest (line 29) | class InputValidatorTest extends TestCase method setUp (line 49) | protected function setUp() method testValidate (line 83) | public function testValidate() method testCheckAreasInputException (line 111) | public function testCheckAreasInputException() method testCheckThemesInputException (line 133) | public function testCheckThemesInputException() method testCheckLanguagesInputException (line 154) | public function testCheckLanguagesInputException() method testCheckVersionInputException (line 181) | public function testCheckVersionInputException() FILE: app/code/Magento/Deploy/Test/Unit/Model/ConfigWriterTest.php class ConfigWriterTest (line 17) | class ConfigWriterTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | public function setUp() method testSave (line 78) | public function testSave() method testSaveDefaultScope (line 125) | public function testSaveDefaultScope() method testSavingNullValues (line 176) | public function testSavingNullValues() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/ChangeDetectorTest.php class ChangeDetectorTest (line 13) | class ChangeDetectorTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testHasChanges (line 67) | public function testHasChanges( method hasChangesDataProvider (line 93) | public function hasChangesDataProvider() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/DataCollectorTest.php class DataCollectorTest (line 12) | class DataCollectorTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetConfig (line 47) | public function testGetConfig() method testGetConfigSpecificSection (line 63) | public function testGetConfigSpecificSection() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/Hash/GeneratorTest.php class GeneratorTest (line 11) | class GeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGenerate (line 37) | public function testGenerate() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/HashTest.php class HashTest (line 17) | class HashTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGet (line 87) | public function testGet($dataFromStorage, $expectedResult) method getDataProvider (line 107) | public function getDataProvider() method testRegenerate (line 120) | public function testRegenerate() method testRegenerateWithException (line 143) | public function testRegenerateWithException() method generalRegenerateMocks (line 168) | private function generalRegenerateMocks($fullConfig, $config, $hash, $... FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/ImporterFactoryTest.php class ImporterFactoryTest (line 12) | class ImporterFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testCreate (line 31) | public function testCreate() method testCreateWithInvalidArgumentException (line 53) | public function testCreateWithInvalidArgumentException() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/ImporterPoolTest.php class ImporterPoolTest (line 15) | class ImporterPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetImporters (line 59) | public function testGetImporters() method testGetImportersEmptyParameterClass (line 74) | public function testGetImportersEmptyParameterClass() method testGetSections (line 88) | public function testGetSections() method testGetValidator (line 96) | public function testGetValidator() FILE: app/code/Magento/Deploy/Test/Unit/Model/DeploymentConfig/ValidatorFactoryTest.php class ValidatorFactoryTest (line 13) | class ValidatorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCreate (line 33) | public function testCreate() method testCreateWrongImplementation (line 55) | public function testCreateWrongImplementation() FILE: app/code/Magento/Deploy/Test/Unit/Model/FilesystemTest.php class FilesystemTest (line 25) | class FilesystemTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testRegenerateStatic (line 133) | public function testRegenerateStatic() method testGenerateStaticForNotAllowedStoreViewLocale (line 175) | public function testGenerateStaticForNotAllowedStoreViewLocale() method testGenerateStaticForNotAllowedAdminLocale (line 194) | public function testGenerateStaticForNotAllowedAdminLocale() method initAdminLocaleMock (line 211) | private function initAdminLocaleMock($locale) FILE: app/code/Magento/Deploy/Test/Unit/Model/ModeTest.php class ModeTest (line 30) | class ModeTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testGetMode (line 133) | public function testGetMode() method testEnableProductionMode (line 150) | public function testEnableProductionMode() method testEnableDeveloperModeOnFail (line 187) | public function testEnableDeveloperModeOnFail() method testEnableProductionModeMinimal (line 222) | public function testEnableProductionModeMinimal() FILE: app/code/Magento/Deploy/Test/Unit/Model/Plugin/ConfigChangeDetectorTest.php class ConfigChangeDetectorTest (line 14) | class ConfigChangeDetectorTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBeforeDispatchWithoutException (line 55) | public function testBeforeDispatchWithoutException() method testBeforeDispatchWithException (line 70) | public function testBeforeDispatchWithException() FILE: app/code/Magento/Deploy/Test/Unit/Process/QueueTest.php class QueueTest (line 24) | class QueueTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testAdd (line 91) | public function testAdd() method testProcess (line 107) | public function testProcess() FILE: app/code/Magento/Deploy/Test/Unit/Service/DeployStaticContentTest.php class DeployStaticContentTest (line 33) | class DeployStaticContentTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testDeploy (line 97) | public function testDeploy($options, $expectedContentVersion) method deployDataProvider (line 194) | public function deployDataProvider() method testMaxExecutionTimeOptionPassed (line 228) | public function testMaxExecutionTimeOptionPassed() FILE: app/code/Magento/Deploy/Test/Unit/Service/DeployTranslationsDictionaryTest.php class DeployTranslationsDictionaryTest (line 21) | class DeployTranslationsDictionaryTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testDeploy (line 109) | public function testDeploy() FILE: app/code/Magento/Deploy/Test/Unit/Service/MinifyTemplatesTest.php class MinifyTemplatesTest (line 18) | class MinifyTemplatesTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testMinifyTemplates (line 58) | public function testMinifyTemplates() FILE: app/code/Magento/Deploy/Test/Unit/Strategy/CompactDeployTest.php class CompactDeployTest (line 20) | class CompactDeployTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testDeploy (line 106) | public function testDeploy() FILE: app/code/Magento/Developer/Block/Adminhtml/System/Config/WorkflowType.php class WorkflowType (line 12) | class WorkflowType extends \Magento\Config\Block\System\Config\Form\Field method render (line 17) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Developer/Console/Command/DevTestsRunCommand.php class DevTestsRunCommand (line 19) | class DevTestsRunCommand extends Command method configure (line 54) | protected function configure() method execute (line 83) | protected function execute(InputInterface $input, OutputInterface $out... method setupTestInfo (line 133) | private function setupTestInfo() FILE: app/code/Magento/Developer/Console/Command/DiInfoCommand.php class DiInfoCommand (line 17) | class DiInfoCommand extends Command method __construct (line 37) | public function __construct( method configure (line 48) | protected function configure() method printPreference (line 66) | private function printPreference($className, $output) method printConstructorArguments (line 81) | private function printConstructorArguments($className, $output) method printVirtualTypes (line 106) | private function printVirtualTypes($className, $output) method printPlugins (line 126) | private function printPlugins($className, $output, $label) method execute (line 152) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/GeneratePatchCommand.php class GeneratePatchCommand (line 26) | class GeneratePatchCommand extends Command method __construct (line 65) | public function __construct( method configure (line 82) | protected function configure() method execute (line 126) | protected function execute(InputInterface $input, OutputInterface $out... method getPatchTemplate (line 194) | private function getPatchTemplate(): string method getRevertMethodTemplate (line 207) | private function getRevertMethodTemplate(): string FILE: app/code/Magento/Developer/Console/Command/ProfilerDisableCommand.php class ProfilerDisableCommand (line 14) | class ProfilerDisableCommand extends Command method __construct (line 42) | public function __construct(File $filesystem) method configure (line 51) | protected function configure() method execute (line 63) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/ProfilerEnableCommand.php class ProfilerEnableCommand (line 15) | class ProfilerEnableCommand extends Command method __construct (line 53) | public function __construct(File $filesystem) method configure (line 62) | protected function configure() method execute (line 75) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/QueryLogDisableCommand.php class QueryLogDisableCommand (line 16) | class QueryLogDisableCommand extends Command method __construct (line 38) | public function __construct( method configure (line 49) | protected function configure() method execute (line 61) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/QueryLogEnableCommand.php class QueryLogEnableCommand (line 17) | class QueryLogEnableCommand extends Command method __construct (line 54) | public function __construct( method configure (line 65) | protected function configure() method execute (line 102) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/SourceThemeDeployCommand.php class SourceThemeDeployCommand (line 22) | class SourceThemeDeployCommand extends Command method __construct (line 71) | public function __construct( method configure (line 85) | protected function configure() method execute (line 134) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/TablesWhitelistGenerateCommand.php class TablesWhitelistGenerateCommand (line 24) | class TablesWhitelistGenerateCommand extends Command method __construct (line 40) | public function __construct( method configure (line 53) | protected function configure() method execute (line 76) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/TemplateHintsDisableCommand.php class TemplateHintsDisableCommand (line 14) | class TemplateHintsDisableCommand extends Command method __construct (line 36) | public function __construct(ConfigInterface $resourceConfig) method configure (line 45) | protected function configure() method execute (line 57) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/TemplateHintsEnableCommand.php class TemplateHintsEnableCommand (line 14) | class TemplateHintsEnableCommand extends Command method __construct (line 37) | public function __construct(ConfigInterface $resourceConfig) method configure (line 46) | protected function configure() method execute (line 58) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php class XmlCatalogGenerateCommand (line 24) | class XmlCatalogGenerateCommand extends Command method __construct (line 64) | public function __construct( method configure (line 80) | protected function configure() method getUrnDictionary (line 109) | private function getUrnDictionary(OutputInterface $output) method execute (line 145) | protected function execute(InputInterface $input, OutputInterface $out... method getFormatters (line 164) | private function getFormatters($format) method getSupportedFormats (line 178) | public function getSupportedFormats() FILE: app/code/Magento/Developer/Console/Command/XmlConverterCommand.php class XmlConverterCommand (line 22) | class XmlConverterCommand extends Command method __construct (line 61) | public function __construct( method configure (line 76) | protected function configure() method execute (line 106) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Developer/Helper/Data.php class Data (line 14) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method isDevAllowed (line 27) | public function isDevAllowed($storeId = null) FILE: app/code/Magento/Developer/Model/Config/Backend/AllowedIps.php class AllowedIps (line 11) | class AllowedIps extends \Magento\Framework\App\Config\Value method __construct (line 38) | public function __construct( method beforeSave (line 59) | public function beforeSave() FILE: app/code/Magento/Developer/Model/Config/Backend/WorkflowType.php class WorkflowType (line 19) | class WorkflowType extends \Magento\Framework\App\Config\Value method __construct (line 36) | public function __construct( method beforeSave (line 53) | public function beforeSave() method afterSave (line 68) | public function afterSave() FILE: app/code/Magento/Developer/Model/Config/Source/WorkflowType.php class WorkflowType (line 16) | class WorkflowType implements ArrayInterface method toOptionArray (line 38) | public function toOptionArray() FILE: app/code/Magento/Developer/Model/Css/PreProcessor/FileGenerator/PublicationDecorator.php class PublicationDecorator (line 21) | class PublicationDecorator extends RelatedGenerator method __construct (line 52) | public function __construct( method generateRelatedFile (line 68) | protected function generateRelatedFile($relatedFileId, LocalInterface ... method getState (line 86) | private function getState() FILE: app/code/Magento/Developer/Model/Di/Information.php class Information (line 8) | class Information method __construct (line 40) | public function __construct( method getPreference (line 56) | public function getPreference($className) method getConstructorParameters (line 70) | private function getConstructorParameters($className) method getParameters (line 82) | public function getParameters($className) method renderParameters (line 110) | private function renderParameters($configuredParameter) method getConfiguredConstructorParameters (line 133) | private function getConfiguredConstructorParameters($className) method getVirtualTypes (line 144) | public function getVirtualTypes($className) method getPlugins (line 162) | public function getPlugins($className) method isVirtualType (line 173) | public function isVirtualType($className) method getVirtualTypeBase (line 185) | public function getVirtualTypeBase($className) FILE: app/code/Magento/Developer/Model/Di/PluginList.php class PluginList (line 15) | class PluginList extends Interception\PluginList\PluginList method getPluginsConfig (line 47) | public function getPluginsConfig() method setScopePriorityScheme (line 61) | public function setScopePriorityScheme($areaCodes) method isCurrentScope (line 74) | protected function isCurrentScope($scopeCode) method getPlugins (line 85) | private function getPlugins($type) method getPluginsListByClass (line 101) | public function getPluginsListByClass($className) method addPluginToList (line 142) | private function addPluginToList($pluginInstance, $pluginMethod, $meth... FILE: app/code/Magento/Developer/Model/Logger/Handler/Debug.php class Debug (line 17) | class Debug extends \Magento\Framework\Logger\Handler\Debug method __construct (line 42) | public function __construct( method isHandling (line 59) | public function isHandling(array $record) method isLoggingEnabled (line 75) | private function isLoggingEnabled(): bool FILE: app/code/Magento/Developer/Model/Logger/Handler/Syslog.php class Syslog (line 17) | class Syslog extends \Magento\Framework\Logger\Handler\Syslog method __construct (line 37) | public function __construct( method isHandling (line 49) | public function isHandling(array $record): bool method isLoggingEnabled (line 61) | private function isLoggingEnabled(): bool FILE: app/code/Magento/Developer/Model/Setup/Declaration/Schema/WhitelistGenerator.php class WhitelistGenerator (line 26) | class WhitelistGenerator method __construct (line 71) | public function __construct( method generate (line 93) | public function generate(string $moduleName) method checkMagentoInstallation (line 111) | private function checkMagentoInstallation() method persistModule (line 128) | private function persistModule(Schema $schema, string $moduleName) method getElementsWithFixedName (line 169) | private function getElementsWithFixedName(array $tableData): array method getElementsWithAutogeneratedName (line 187) | private function getElementsWithAutogeneratedName(Schema $schema, stri... method getPrimaryDbSchema (line 239) | private function getPrimaryDbSchema(): array method filterPrimaryTables (line 253) | private function filterPrimaryTables(array $moduleDbSchema): array FILE: app/code/Magento/Developer/Model/TemplateEngine/Decorator/DebugHints.php class DebugHints (line 17) | class DebugHints implements \Magento\Framework\View\TemplateEngineInterface method __construct (line 33) | public function __construct(\Magento\Framework\View\TemplateEngineInte... method render (line 44) | public function render(\Magento\Framework\View\Element\BlockInterface ... method _renderTemplateHints (line 61) | protected function _renderTemplateHints($blockHtml, $templateFile) method _renderBlockHints (line 80) | protected function _renderBlockHints($blockHtml, \Magento\Framework\Vi... FILE: app/code/Magento/Developer/Model/TemplateEngine/Plugin/DebugHints.php class DebugHints (line 19) | class DebugHints method __construct (line 85) | public function __construct( method afterCreate (line 116) | public function afterCreate( FILE: app/code/Magento/Developer/Model/Tools/Formatter.php class Formatter (line 9) | class Formatter method __construct (line 19) | public function __construct($indent = " ") method format (line 30) | public function format($xmlString) FILE: app/code/Magento/Developer/Model/View/Asset/PreProcessor/FrontendCompilation.php class FrontendCompilation (line 22) | class FrontendCompilation implements PreProcessorInterface method __construct (line 58) | public function __construct( method process (line 78) | public function process(PreProcessor\Chain $chain) method processContent (line 107) | private function processContent($path, $content, $module, FallbackCont... FILE: app/code/Magento/Developer/Model/View/Asset/PreProcessor/PreprocessorStrategy.php class PreprocessorStrategy (line 22) | class PreprocessorStrategy implements PreProcessorInterface method __construct (line 51) | public function __construct( method process (line 67) | public function process(PreProcessor\Chain $chain) method getState (line 84) | private function getState() FILE: app/code/Magento/Developer/Model/View/Page/Config/ClientSideLessCompilation/Renderer.php class Renderer (line 13) | class Renderer extends Config\Renderer method __construct (line 34) | public function __construct( method addDefaultAttributes (line 60) | protected function addDefaultAttributes($contentType, $attributes) method renderAssets (line 85) | public function renderAssets($resultGroups = []) method renderLessJsScripts (line 97) | private function renderLessJsScripts($resultGroups) method getAssetContentType (line 114) | protected function getAssetContentType(\Magento\Framework\View\Asset\A... FILE: app/code/Magento/Developer/Model/View/Page/Config/RendererFactory.php class RendererFactory (line 18) | class RendererFactory extends \Magento\Framework\View\Page\Config\Render... method __construct (line 46) | public function __construct( method create (line 63) | public function create(array $data = []) FILE: app/code/Magento/Developer/Model/XmlCatalog/Format/FormatInterface.php type FormatInterface (line 15) | interface FormatInterface method generateCatalog (line 24) | public function generateCatalog(array $dictionary, $configFile); FILE: app/code/Magento/Developer/Model/XmlCatalog/Format/PhpStorm.php class PhpStorm (line 19) | class PhpStorm implements FormatInterface method __construct (line 43) | public function __construct( method generateCatalog (line 60) | public function generateCatalog(array $dictionary, $configFilePath) method initEmptyFile (line 119) | private function initEmptyFile(\DOMDocument $dom) method getFileLocationInProject (line 141) | private function getFileLocationInProject(string $xsdPath): string FILE: app/code/Magento/Developer/Model/XmlCatalog/Format/PhpStorm/DomDocumentFactory.php class DomDocumentFactory (line 10) | class DomDocumentFactory method __construct (line 21) | public function __construct(\Magento\Framework\DomDocument\DomDocument... method create (line 29) | public function create(string $data = null) method initializeDocument (line 46) | private function initializeDocument(DOMDocument $document) FILE: app/code/Magento/Developer/Test/Unit/Block/Adminhtml/System/Config/WorkflowTypeTest.php class WorkflowTypeTest (line 14) | class WorkflowTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | public function setUp() method testRender (line 64) | public function testRender($mode, $disable) method renderDataProvider (line 87) | public function renderDataProvider() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/DevTestsRunCommandTest.php function passthru (line 22) | function passthru($command, &$return_var = null) class DevTestsRunCommandTest (line 34) | class DevTestsRunCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecuteBadType (line 47) | public function testExecuteBadType() method testPassArgumentsToPHPUnit (line 54) | public function testPassArgumentsToPHPUnit() method testPassArgumentsToPHPUnitNegative (line 79) | public function testPassArgumentsToPHPUnitNegative() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/ProfilerDisableCommandTest.php class ProfilerDisableCommandTest (line 19) | class ProfilerDisableCommandTest extends TestCase method testCommand (line 33) | public function testCommand(bool $fileExists, string $expectedOutput) method commandDataProvider (line 60) | public function commandDataProvider() method setUp (line 71) | protected function setUp() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/ProfilerEnableCommandTest.php class ProfilerEnableCommandTest (line 19) | class ProfilerEnableCommandTest extends TestCase method testCommand (line 34) | public function testCommand(string $inputType, bool $fileExists, strin... method commandDataProvider (line 64) | public function commandDataProvider() method setUp (line 115) | protected function setUp() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/QueryLogDisableCommandTest.php class QueryLogDisableCommandTest (line 21) | class QueryLogDisableCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | public function setUp() method testExecute (line 47) | public function testExecute() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/QueryLogEnableCommandTest.php class QueryLogEnableCommandTest (line 21) | class QueryLogEnableCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | public function setUp() method testExecuteWithNoParams (line 47) | public function testExecuteWithNoParams() method testExecuteWithParams (line 73) | public function testExecuteWithParams() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/SourceThemeDeployCommandTest.php class SourceThemeDeployCommandTest (line 21) | class SourceThemeDeployCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 82) | public function testExecute() method testExecuteIncorrectThemeFormat (line 141) | public function testExecuteIncorrectThemeFormat() method testExecuteNonExistingValue (line 170) | public function testExecuteNonExistingValue() method getInputMock (line 215) | private function getInputMock(array $valueMap = []) FILE: app/code/Magento/Developer/Test/Unit/Console/Command/TablesWhitelistGenerateCommandTest.php class TablesWhitelistGenerateCommandTest (line 23) | class TablesWhitelistGenerateCommandTest extends TestCase method setUp (line 35) | protected function setUp() method testCommandSuccess (line 52) | public function testCommandSuccess(string $arguments, string $expected) method testCommandFailure (line 73) | public function testCommandFailure(string $arguments, string $expected... method successDataProvider (line 94) | public function successDataProvider() method failureDataProvider (line 114) | public function failureDataProvider() method execute (line 151) | private function execute(string $arguments) FILE: app/code/Magento/Developer/Test/Unit/Console/Command/XmlCatalogGenerateCommandTest.php class XmlCatalogGenerateCommandTest (line 12) | class XmlCatalogGenerateCommandTest extends \PHPUnit\Framework\TestCase method testExecuteBadType (line 19) | public function testExecuteBadType() FILE: app/code/Magento/Developer/Test/Unit/Console/Command/XmlConverterCommandTest.php class XmlConverterCommandTest (line 15) | class XmlConverterCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testExecute (line 49) | public function testExecute() method testWrongParameter (line 80) | public function testWrongParameter() FILE: app/code/Magento/Developer/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testIsDevAllowed (line 48) | public function testIsDevAllowed($allowedIps, $expected, $callNum = 1) method isDevAllowedDataProvider (line 74) | public function isDevAllowedDataProvider() FILE: app/code/Magento/Developer/Test/Unit/Model/Config/Backend/AllowedIpsTest.php class AllowedIpsTest (line 13) | class AllowedIpsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testBeforeSave (line 49) | public function testBeforeSave($value, $expected) method beforeSaveDataProvider (line 60) | public function beforeSaveDataProvider() FILE: app/code/Magento/Developer/Test/Unit/Model/Config/Backend/WorkflowTypeTest.php class WorkflowTypeTest (line 15) | class WorkflowTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testBeforeSaveSwitchedToClientSideInProductionShouldThrowException (line 63) | public function testBeforeSaveSwitchedToClientSideInProductionShouldTh... method testAfterSaveValueIsChangedShouldCleanViewFiles (line 73) | public function testAfterSaveValueIsChangedShouldCleanViewFiles() FILE: app/code/Magento/Developer/Test/Unit/Model/Config/Source/WorkflowTypeTest.php class WorkflowTypeTest (line 15) | class WorkflowTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testToOptionArray (line 27) | public function testToOptionArray() method testOptionStructure (line 38) | public function testOptionStructure() FILE: app/code/Magento/Developer/Test/Unit/Model/Css/PreProcessor/FileGenerator/PublicationDecoratorTest.php class PublicationDecoratorTest (line 23) | class PublicationDecoratorTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testGenerateRelatedFile (line 117) | public function testGenerateRelatedFile() FILE: app/code/Magento/Developer/Test/Unit/Model/Di/InformationTest.php class InformationTest (line 14) | class InformationTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetPreference (line 57) | public function testGetPreference() method testGetParameters (line 66) | public function testGetParameters() FILE: app/code/Magento/Developer/Test/Unit/Model/Logger/Handler/DebugTest.php class DebugTest (line 22) | class DebugTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testHandleEnabledInDeveloperMode (line 89) | public function testHandleEnabledInDeveloperMode() method testHandleEnabledInDefaultMode (line 108) | public function testHandleEnabledInDefaultMode() method testHandleDisabledByProduction (line 127) | public function testHandleDisabledByProduction() method testHandleDisabledByLevel (line 146) | public function testHandleDisabledByLevel() method testDeploymentConfigIsNotAvailable (line 165) | public function testDeploymentConfigIsNotAvailable() FILE: app/code/Magento/Developer/Test/Unit/Model/Logger/Handler/SyslogTest.php class SyslogTest (line 21) | class SyslogTest extends TestCase method setUp (line 41) | protected function setUp() method testIsHandling (line 56) | public function testIsHandling(): void method testIsHandlingNotInstalled (line 83) | public function testIsHandlingNotInstalled(): void method testIsHandlingDisabled (line 105) | public function testIsHandlingDisabled(): void FILE: app/code/Magento/Developer/Test/Unit/Model/TemplateEngine/Decorator/DebugHintsTest.php class DebugHintsTest (line 8) | class DebugHintsTest extends \PHPUnit\Framework\TestCase method testRender (line 14) | public function testRender($showBlockHints) method renderDataProvider (line 39) | public function renderDataProvider() FILE: app/code/Magento/Developer/Test/Unit/Model/TemplateEngine/Plugin/DebugHintsTest.php class DebugHintsTest (line 12) | class DebugHintsTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAfterCreateActive (line 63) | public function testAfterCreateActive( method afterCreateActiveDataProvider (line 114) | public function afterCreateActiveDataProvider() method testAfterCreateInactive (line 131) | public function testAfterCreateInactive( method afterCreateInactiveDataProvider (line 169) | public function afterCreateInactiveDataProvider() method setupConfigFixture (line 189) | protected function setupConfigFixture($debugHintsPath, $showTemplateHi... FILE: app/code/Magento/Developer/Test/Unit/Model/View/Asset/PreProcessor/FrontendCompilationTest.php class FrontendCompilationTest (line 25) | class FrontendCompilationTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testProcessException (line 79) | public function testProcessException() method testProcess (line 136) | public function testProcess() method getChainMock (line 195) | private function getChainMock() method getChainMockExpects (line 211) | private function getChainMockExpects($content = '', $contentExactly = ... method getAssetNew (line 234) | private function getAssetNew() method getAssetMock (line 246) | private function getAssetMock() method getAssetMockExpects (line 259) | private function getAssetMockExpects($pathExactly = 1) method getContextMock (line 279) | private function getContextMock() FILE: app/code/Magento/Developer/Test/Unit/Model/View/Asset/PreProcessor/PreprocessorStrategyTest.php class PreprocessorStrategyTest (line 23) | class PreprocessorStrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testProcessClientSideCompilation (line 85) | public function testProcessClientSideCompilation() method testProcessClientSideCompilationWithDefaultMode (line 105) | public function testProcessClientSideCompilationWithDefaultMode() method testProcessAlternativeSource (line 130) | public function testProcessAlternativeSource() method getChainMock (line 153) | private function getChainMock() FILE: app/code/Magento/Developer/Test/Unit/Model/View/Page/Config/ClientSideLessCompilation/RendererTest.php class RendererTest (line 11) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRenderLessJsScripts (line 57) | public function testRenderLessJsScripts() FILE: app/code/Magento/Developer/Test/Unit/Model/View/Page/Config/RendererFactoryTest.php class RendererFactoryTest (line 20) | class RendererFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testCreate (line 72) | public function testCreate() FILE: app/code/Magento/Dhl/Block/Adminhtml/Unitofmeasure.php class Unitofmeasure (line 17) | class Unitofmeasure extends Field method __construct (line 37) | public function __construct( method _construct (line 53) | public function _construct() method _getElementHtml (line 98) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Dhl/Model/AbstractDhl.php class AbstractDhl (line 10) | abstract class AbstractDhl extends AbstractCarrierOnline method _getShipDate (line 32) | protected function _getShipDate() method _determineShippingDay (line 44) | protected function _determineShippingDay($shippingDays, $date) FILE: app/code/Magento/Dhl/Model/Carrier.php class Carrier (line 33) | class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento... method __construct (line 272) | public function __construct( method _getDefaultValue (line 347) | protected function _getDefaultValue($origValue, $pathToValue) method collectRates (line 366) | public function collectRates(RateRequest $request) method _setFreeMethodRequest (line 412) | protected function _setFreeMethodRequest($freeMethod) method getResult (line 425) | public function getResult() method _addParams (line 436) | protected function _addParams(\Magento\Framework\DataObject $requestOb... method setRequest (line 458) | public function setRequest(\Magento\Framework\DataObject $request) method getAllowedMethods (line 562) | public function getAllowedMethods() method getCode (line 598) | public function getCode($type, $code = '') method getDhlProducts (line 642) | public function getDhlProducts($doc) method getDhlProductTitle (line 702) | public function getDhlProductTitle($code) method _getWeight (line 718) | protected function _getWeight($weight, $maxWeight = false, $configWeig... method _getAllItems (line 752) | protected function _getAllItems() method _makePieces (line 844) | protected function _makePieces(\Magento\Shipping\Model\Simplexml\Eleme... method _getDimension (line 916) | protected function _getDimension($dimension, $configWeightUnit = false) method _addDimension (line 952) | protected function _addDimension($nodePiece) method processQuotesResponses (line 973) | private function processQuotesResponses(array $responsesData) method _getQuotes (line 1026) | protected function _getQuotes() method _getQuotesFromServer (line 1090) | protected function _getQuotesFromServer($request) method _buildQuotesRequestXml (line 1105) | protected function _buildQuotesRequestXml() method _setQuotesRequestXmlDate (line 1178) | protected function _setQuotesRequestXmlDate(\SimpleXMLElement $request... method _parseResponse (line 1193) | protected function _parseResponse($response) method _addRate (line 1251) | protected function _addRate(\SimpleXMLElement $shipmentDetails) method _getDimensionUnit (line 1325) | protected function _getDimensionUnit() method _getWeightUnit (line 1344) | protected function _getWeightUnit() method getCountryParams (line 1365) | protected function getCountryParams($countryCode) method _doShipmentRequest (line 1385) | protected function _doShipmentRequest(\Magento\Framework\DataObject $r... method proccessAdditionalValidation (line 1401) | public function proccessAdditionalValidation(\Magento\Framework\DataOb... method processAdditionalValidation (line 1412) | public function processAdditionalValidation(\Magento\Framework\DataObj... method getContainerTypes (line 1446) | public function getContainerTypes(\Magento\Framework\DataObject $param... method _mapRequestToShipment (line 1461) | protected function _mapRequestToShipment(\Magento\Framework\DataObject... method _getMinDimension (line 1504) | protected function _getMinDimension($dimensionUnit) method _doRequest (line 1518) | protected function _doRequest() method _shipmentDetails (line 1717) | protected function _shipmentDetails($xml, $rawRequest, $originRegion =... method getTracking (line 1789) | public function getTracking($trackings) method _getXMLTracking (line 1805) | protected function _getXMLTracking($trackings) method _parseXmlTrackingResponse (line 1883) | protected function _parseXmlTrackingResponse($trackings, $response) method _getPerpackagePrice (line 1976) | protected function _getPerpackagePrice($cost, $handlingType, $handling... method requestToShipment (line 1992) | public function requestToShipment($request) method _checkDomesticStatus (line 2023) | protected function _checkDomesticStatus($origCountryCode, $destCountry... method _prepareShippingLabelContent (line 2049) | protected function _prepareShippingLabelContent(\SimpleXMLElement $xml) method isDutiable (line 2075) | protected function isDutiable($origCountryId, $destCountryId) : bool method buildMessageTimestamp (line 2088) | private function buildMessageTimestamp(string $datetime = null): string method buildMessageReference (line 2100) | private function buildMessageReference(string $servicePrefix): string method buildSoftwareName (line 2122) | private function buildSoftwareName(): string method buildSoftwareVersion (line 2132) | private function buildSoftwareVersion(): string method getGatewayURL (line 2142) | private function getGatewayURL(): string FILE: app/code/Magento/Dhl/Model/Plugin/Checkout/Block/Cart/Shipping.php class Shipping (line 12) | class Shipping method __construct (line 22) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method afterIsStateActive (line 33) | public function afterIsStateActive(\Magento\Checkout\Block\Cart\Layout... method afterIsCityActive (line 47) | public function afterIsCityActive(\Magento\Checkout\Block\Cart\LayoutP... FILE: app/code/Magento/Dhl/Model/Source/Contenttype.php class Contenttype (line 11) | class Contenttype implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Dhl/Model/Source/Method/AbstractMethod.php class AbstractMethod (line 11) | abstract class AbstractMethod extends \Magento\Dhl\Model\Source\Method\G... method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/Dhl/Model/Source/Method/Doc.php class Doc (line 11) | class Doc extends \Magento\Dhl\Model\Source\Method\AbstractMethod FILE: app/code/Magento/Dhl/Model/Source/Method/Freedoc.php class Freedoc (line 11) | class Freedoc extends \Magento\Dhl\Model\Source\Method\AbstractMethod FILE: app/code/Magento/Dhl/Model/Source/Method/Freenondoc.php class Freenondoc (line 11) | class Freenondoc extends \Magento\Dhl\Model\Source\Method\AbstractMethod FILE: app/code/Magento/Dhl/Model/Source/Method/Generic.php class Generic (line 8) | class Generic method __construct (line 23) | public function __construct(\Magento\Dhl\Model\Carrier $shippingDhl) method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Dhl/Model/Source/Method/Nondoc.php class Nondoc (line 11) | class Nondoc extends \Magento\Dhl\Model\Source\Method\AbstractMethod FILE: app/code/Magento/Dhl/Model/Source/Method/Size.php class Size (line 11) | class Size extends \Magento\Dhl\Model\Source\Method\Generic FILE: app/code/Magento/Dhl/Model/Source/Method/Unitofmeasure.php class Unitofmeasure (line 11) | class Unitofmeasure extends \Magento\Dhl\Model\Source\Method\Generic FILE: app/code/Magento/Dhl/Model/Validator/ResponseErrorProcessor.php class ResponseErrorProcessor (line 12) | class ResponseErrorProcessor method process (line 21) | public function process($xml, $isShippingLabel) FILE: app/code/Magento/Dhl/Model/Validator/XmlValidator.php class XmlValidator (line 14) | class XmlValidator method __construct (line 32) | public function __construct( method validate (line 48) | public function validate($xmlResponse, $isShippingLabel = false) FILE: app/code/Magento/Dhl/Setup/Patch/Data/PrepareShipmentDays.php class PrepareShipmentDays (line 20) | class PrepareShipmentDays implements DataPatchInterface, PatchVersionInt... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 79) | public static function getDependencies() method getVersion (line 87) | public static function getVersion() method getAliases (line 95) | public function getAliases() FILE: app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php class CarrierTest (line 42) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 102) | protected function setUp() method scopeConfigGetValue (line 167) | public function scopeConfigGetValue($path) method testPrepareShippingLabelContent (line 198) | public function testPrepareShippingLabelContent() method testPrepareShippingLabelContentException (line 215) | public function testPrepareShippingLabelContentException(\SimpleXMLEle... method prepareShippingLabelContentExceptionDataProvider (line 225) | public function prepareShippingLabelContentExceptionDataProvider() method _invokePrepareShippingLabelContent (line 248) | protected function _invokePrepareShippingLabelContent(\SimpleXMLElemen... method testCollectRatesErrorMessage (line 259) | public function testCollectRatesErrorMessage() method testGetDhlProducts (line 283) | public function testGetDhlProducts(string $docType, array $products) method dhlProductsDataProvider (line 293) | public function dhlProductsDataProvider(): array method testBuildMessageReference (line 349) | public function testBuildMessageReference($servicePrefix) method buildMessageReferenceDataProvider (line 364) | public function buildMessageReferenceDataProvider() method testBuildMessageReferenceInvalidPrefix (line 379) | public function testBuildMessageReferenceInvalidPrefix() method testBuildSoftwareName (line 394) | public function testBuildSoftwareName($productName) method buildSoftwareNameDataProvider (line 410) | public function buildSoftwareNameDataProvider() method testBuildSoftwareVersion (line 425) | public function testBuildSoftwareVersion($productVersion) method buildSoftwareVersionProvider (line 441) | public function buildSoftwareVersionProvider() method testGetGatewayURL (line 457) | public function testGetGatewayURL($sandboxMode, $expectedURL) method getGatewayURLProvider (line 485) | public function getGatewayURLProvider() method getXmlFactory (line 498) | private function getXmlFactory(): MockObject method getRateFactory (line 524) | private function getRateFactory(): MockObject method getRateMethodFactory (line 545) | private function getRateMethodFactory(): MockObject method getConfigReader (line 574) | private function getConfigReader(): MockObject method getReadFactory (line 590) | private function getReadFactory(): MockObject method getStoreManager (line 610) | private function getStoreManager(): MockObject method getCarrierHelper (line 633) | private function getCarrierHelper(): CarrierHelper method getHttpClientFactory (line 653) | private function getHttpClientFactory(): MockObject FILE: app/code/Magento/Dhl/Test/Unit/Model/Validator/ResponseErrorProcessorTest.php class ResponseErrorProcessorTest (line 13) | class ResponseErrorProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testProcess (line 38) | public function testProcess($data) method getXml (line 54) | private function getXml($file) method processProvider (line 63) | public function processProvider() FILE: app/code/Magento/Dhl/Test/Unit/Model/Validator/XmlValidatorTest.php class XmlValidatorTest (line 17) | class XmlValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testValidateValidXml (line 67) | public function testValidateValidXml() method testValidateInvalidXml (line 85) | public function testValidateInvalidXml($data) method invalidXmlResponseProvider (line 113) | public function invalidXmlResponseProvider() FILE: app/code/Magento/Directory/Api/CountryInformationAcquirerInterface.php type CountryInformationAcquirerInterface (line 14) | interface CountryInformationAcquirerInterface method getCountriesInfo (line 21) | public function getCountriesInfo(); method getCountryInfo (line 30) | public function getCountryInfo($countryId); FILE: app/code/Magento/Directory/Api/CurrencyInformationAcquirerInterface.php type CurrencyInformationAcquirerInterface (line 14) | interface CurrencyInformationAcquirerInterface method getCurrencyInfo (line 21) | public function getCurrencyInfo(); FILE: app/code/Magento/Directory/Api/Data/CountryInformationInterface.php type CountryInformationInterface (line 14) | interface CountryInformationInterface extends \Magento\Framework\Api\Ext... method getId (line 21) | public function getId(); method setId (line 29) | public function setId($id); method getTwoLetterAbbreviation (line 36) | public function getTwoLetterAbbreviation(); method setTwoLetterAbbreviation (line 44) | public function setTwoLetterAbbreviation($abbreviation); method getThreeLetterAbbreviation (line 51) | public function getThreeLetterAbbreviation(); method setThreeLetterAbbreviation (line 59) | public function setThreeLetterAbbreviation($abbreviation); method getFullNameLocale (line 66) | public function getFullNameLocale(); method setFullNameLocale (line 74) | public function setFullNameLocale($fullNameLocale); method getFullNameEnglish (line 81) | public function getFullNameEnglish(); method setFullNameEnglish (line 89) | public function setFullNameEnglish($fullNameEnglish); method getAvailableRegions (line 96) | public function getAvailableRegions(); method setAvailableRegions (line 104) | public function setAvailableRegions($availableRegions); method getExtensionAttributes (line 111) | public function getExtensionAttributes(); method setExtensionAttributes (line 119) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Api/Data/CurrencyInformationInterface.php type CurrencyInformationInterface (line 14) | interface CurrencyInformationInterface extends \Magento\Framework\Api\Ex... method getBaseCurrencyCode (line 21) | public function getBaseCurrencyCode(); method setBaseCurrencyCode (line 29) | public function setBaseCurrencyCode($code); method getBaseCurrencySymbol (line 36) | public function getBaseCurrencySymbol(); method setBaseCurrencySymbol (line 44) | public function setBaseCurrencySymbol($symbol); method getDefaultDisplayCurrencyCode (line 51) | public function getDefaultDisplayCurrencyCode(); method setDefaultDisplayCurrencyCode (line 59) | public function setDefaultDisplayCurrencyCode($code); method getDefaultDisplayCurrencySymbol (line 66) | public function getDefaultDisplayCurrencySymbol(); method setDefaultDisplayCurrencySymbol (line 74) | public function setDefaultDisplayCurrencySymbol($symbol); method getAvailableCurrencyCodes (line 81) | public function getAvailableCurrencyCodes(); method setAvailableCurrencyCodes (line 89) | public function setAvailableCurrencyCodes(array $codes = null); method getExchangeRates (line 96) | public function getExchangeRates(); method setExchangeRates (line 104) | public function setExchangeRates(array $exchangeRates = null); method getExtensionAttributes (line 111) | public function getExtensionAttributes(); method setExtensionAttributes (line 119) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Api/Data/ExchangeRateInterface.php type ExchangeRateInterface (line 14) | interface ExchangeRateInterface extends \Magento\Framework\Api\Extensibl... method getCurrencyTo (line 21) | public function getCurrencyTo(); method setCurrencyTo (line 29) | public function setCurrencyTo($code); method getRate (line 36) | public function getRate(); method setRate (line 44) | public function setRate($rate); method getExtensionAttributes (line 51) | public function getExtensionAttributes(); method setExtensionAttributes (line 59) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Api/Data/RegionInformationInterface.php type RegionInformationInterface (line 15) | interface RegionInformationInterface extends \Magento\Framework\Api\Exte... method getId (line 22) | public function getId(); method setId (line 30) | public function setId($regionId); method getCode (line 37) | public function getCode(); method setCode (line 45) | public function setCode($regionCode); method getName (line 52) | public function getName(); method setName (line 60) | public function setName($regionName); method getExtensionAttributes (line 67) | public function getExtensionAttributes(); method setExtensionAttributes (line 75) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Block/Adminhtml/Frontend/Currency/Base.php class Base (line 12) | class Base extends \Magento\Config\Block\System\Config\Form\Field method render (line 18) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Directory/Block/Adminhtml/Frontend/Region/Updater.php class Updater (line 10) | class Updater extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 22) | public function __construct( method _getElementHtml (line 35) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Directory/Block/Currency.php class Currency (line 18) | class Currency extends \Magento\Framework\View\Element\Template method __construct (line 42) | public function __construct( method getCurrencyCount (line 61) | public function getCurrencyCount() method getCurrencies (line 73) | public function getCurrencies() method getSwitchUrl (line 105) | public function getSwitchUrl() method getSwitchCurrencyPostData (line 116) | public function getSwitchCurrencyPostData($code) method getCurrentCurrencyCode (line 126) | public function getCurrentCurrencyCode() method getStoreCode (line 139) | public function getStoreCode() FILE: app/code/Magento/Directory/Block/Data.php class Data (line 15) | class Data extends \Magento\Framework\View\Element\Template method __construct (line 56) | public function __construct( method getLoadrRegionUrl (line 78) | public function getLoadrRegionUrl() method getCountryCollection (line 88) | public function getCountryCollection() method getTopDestinations (line 104) | protected function getTopDestinations() method getCountryHtmlSelect (line 122) | public function getCountryHtmlSelect($defValue = null, $name = 'countr... method getRegionCollection (line 163) | public function getRegionCollection() method getRegionHtmlSelect (line 181) | public function getRegionHtmlSelect() method getRegionSelect (line 195) | public function getRegionSelect( method getCountryId (line 237) | public function getCountryId() method getRegionsJs (line 251) | public function getRegionsJs() method getSerializer (line 283) | private function getSerializer() FILE: app/code/Magento/Directory/Controller/Adminhtml/Json/CountryRegion.php class CountryRegion (line 9) | class CountryRegion extends \Magento\Backend\App\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Directory/Controller/Currency/SwitchAction.php class SwitchAction (line 9) | class SwitchAction extends \Magento\Framework\App\Action\Action method execute (line 14) | public function execute() FILE: app/code/Magento/Directory/Helper/Data.php class Data (line 25) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 132) | public function __construct( method getRegionCollection (line 155) | public function getRegionCollection() method getCountryCollection (line 170) | public function getCountryCollection($store = null) method getRegionJson (line 184) | public function getRegionJson() method currencyConvert (line 216) | public function currencyConvert($amount, $from, $to = null) method getCountriesWithOptionalZip (line 234) | public function getCountriesWithOptionalZip($asJson = false) method isZipCodeOptional (line 257) | public function isZipCodeOptional($countryCode) method getCountriesWithStatesRequired (line 269) | public function getCountriesWithStatesRequired($asJson = false) method isShowNonRequiredState (line 289) | public function isShowNonRequiredState() method isRegionRequired (line 303) | public function isRegionRequired($countryId) method getBaseCurrencyCode (line 317) | public function getBaseCurrencyCode() method getDefaultCountry (line 331) | public function getDefaultCountry($store = null) method getRegionData (line 345) | public function getRegionData() method getTopCountryCodes (line 377) | public function getTopCountryCodes() method getWeightUnit (line 391) | public function getWeightUnit() FILE: app/code/Magento/Directory/Model/AllowedCountries.php class AllowedCountries (line 19) | class AllowedCountries method __construct (line 38) | public function __construct( method getAllowedCountries (line 54) | public function getAllowedCountries( method getDefaultScopeCode (line 87) | private function getDefaultScopeCode($scope) method makeCountriesUnique (line 112) | public function makeCountriesUnique(array $allowedCountries) method getCountriesFromConfig (line 125) | public function getCountriesFromConfig($scope, $scopeCode) method getSingleScope (line 143) | private function getSingleScope($scope) FILE: app/code/Magento/Directory/Model/Config/Source/Allregion.php class Allregion (line 14) | class Allregion implements \Magento\Framework\Option\ArrayInterface method __construct (line 40) | public function __construct( method toOptionArray (line 52) | public function toOptionArray($isMultiselect = false) method sortRegionCountries (line 90) | public function sortRegionCountries($a, $b) FILE: app/code/Magento/Directory/Model/Config/Source/Country.php class Country (line 14) | class Country implements \Magento\Framework\Option\ArrayInterface method __construct (line 33) | public function __construct(\Magento\Directory\Model\ResourceModel\Cou... method toOptionArray (line 45) | public function toOptionArray($isMultiselect = false, $foregroundCount... FILE: app/code/Magento/Directory/Model/Config/Source/Country/Full.php class Full (line 16) | class Full extends \Magento\Directory\Model\Config\Source\Country implem... method toOptionArray (line 21) | public function toOptionArray($isMultiselect = false, $foregroundCount... FILE: app/code/Magento/Directory/Model/Config/Source/WeightUnit.php class WeightUnit (line 15) | class WeightUnit implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 20) | public function toOptionArray() FILE: app/code/Magento/Directory/Model/Country.php class Country (line 19) | class Country extends \Magento\Framework\Model\AbstractModel method __construct (line 51) | public function __construct( method _construct (line 70) | protected function _construct() method loadByCode (line 81) | public function loadByCode($code) method getRegions (line 92) | public function getRegions() method getLoadedRegionCollection (line 100) | public function getLoadedRegionCollection() method getRegionCollection (line 110) | public function getRegionCollection() method formatAddress (line 122) | public function formatAddress(\Magento\Framework\DataObject $address, ... method getFormats (line 163) | public function getFormats() method getFormat (line 184) | public function getFormat($type) method getName (line 201) | public function getName($locale = null) FILE: app/code/Magento/Directory/Model/Country/Format.php class Format (line 21) | class Format extends \Magento\Framework\Model\AbstractModel method _construct (line 26) | protected function _construct() FILE: app/code/Magento/Directory/Model/Country/Postcode/Config.php class Config (line 8) | class Config implements ConfigInterface method __construct (line 18) | public function __construct(\Magento\Directory\Model\Country\Postcode\... method getPostCodes (line 26) | public function getPostCodes() FILE: app/code/Magento/Directory/Model/Country/Postcode/Config/Converter.php class Converter (line 8) | class Converter implements \Magento\Framework\Config\ConverterInterface method __construct (line 18) | public function __construct(\Magento\Framework\Stdlib\BooleanUtils $bo... method convert (line 29) | public function convert($source) FILE: app/code/Magento/Directory/Model/Country/Postcode/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 23) | public function __construct( FILE: app/code/Magento/Directory/Model/Country/Postcode/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 32) | public function __construct( FILE: app/code/Magento/Directory/Model/Country/Postcode/Config/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 22) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 30) | public function getSchema() method getPerFileSchema (line 38) | public function getPerFileSchema() FILE: app/code/Magento/Directory/Model/Country/Postcode/ConfigInterface.php type ConfigInterface (line 11) | interface ConfigInterface method getPostCodes (line 18) | public function getPostCodes(); FILE: app/code/Magento/Directory/Model/Country/Postcode/Validator.php class Validator (line 8) | class Validator implements ValidatorInterface method __construct (line 18) | public function __construct(\Magento\Directory\Model\Country\Postcode\... method validate (line 26) | public function validate($postcode, $countryId) FILE: app/code/Magento/Directory/Model/Country/Postcode/ValidatorInterface.php type ValidatorInterface (line 12) | interface ValidatorInterface method validate (line 22) | public function validate($postcode, $countryId); FILE: app/code/Magento/Directory/Model/CountryInformationAcquirer.php class CountryInformationAcquirer (line 13) | class CountryInformationAcquirer implements \Magento\Directory\Api\Count... method __construct (line 47) | public function __construct( method getCountriesInfo (line 64) | public function getCountriesInfo() method getCountryInfo (line 90) | public function getCountryInfo($countryId) method setCountryInfo (line 123) | protected function setCountryInfo($country, $regions, $storeLocale) FILE: app/code/Magento/Directory/Model/Currency.php class Currency (line 21) | class Currency extends \Magento\Framework\Model\AbstractModel method __construct (line 88) | public function __construct( method _construct (line 119) | protected function _construct() method getCode (line 129) | public function getCode() method getCurrencyCode (line 139) | public function getCurrencyCode() method getRates (line 149) | public function getRates() method setRates (line 160) | public function setRates(array $rates) method load (line 174) | public function load($id, $field = null) method getRate (line 187) | public function getRate($toCurrency) method getAnyRate (line 204) | public function getAnyRate($toCurrency) method convert (line 223) | public function convert($price, $toCurrency = null) method getCurrencyCodeFromToCurrency (line 243) | private function getCurrencyCodeFromToCurrency($toCurrency) method getFilter (line 260) | public function getFilter() method format (line 278) | public function format($price, $options = [], $includeContainer = true... method formatPrecision (line 293) | public function formatPrecision( method formatTxt (line 317) | public function formatTxt($price, $options = []) method getCurrencySymbol (line 337) | public function getCurrencySymbol() method getOutputFormat (line 345) | public function getOutputFormat() method getConfigAllowCurrencies (line 357) | public function getConfigAllowCurrencies() method getConfigDefaultCurrencies (line 379) | public function getConfigDefaultCurrencies() method getConfigBaseCurrencies (line 387) | public function getConfigBaseCurrencies() method getCurrencyRates (line 399) | public function getCurrencyRates($currency, $toCurrencies = null) method saveRates (line 414) | public function saveRates($rates) method trimUnicodeDirectionMark (line 426) | private function trimUnicodeDirectionMark($string) FILE: app/code/Magento/Directory/Model/Currency/DefaultLocator.php class DefaultLocator (line 8) | class DefaultLocator method __construct (line 28) | public function __construct( method getDefaultCurrency (line 42) | public function getDefaultCurrency(\Magento\Framework\App\RequestInter... FILE: app/code/Magento/Directory/Model/Currency/Filter.php class Filter (line 14) | class Filter implements \Zend_Filter_Interface method __construct (line 60) | public function __construct( method setRate (line 81) | public function setRate($rate) method filter (line 92) | public function filter($value) FILE: app/code/Magento/Directory/Model/Currency/Import/AbstractImport.php class AbstractImport (line 16) | abstract class AbstractImport implements \Magento\Directory\Model\Curren... method __construct (line 33) | public function __construct(\Magento\Directory\Model\CurrencyFactory $... method _getCurrencyCodes (line 43) | protected function _getCurrencyCodes() method _getDefaultCurrencyCodes (line 53) | protected function _getDefaultCurrencyCodes() method _convert (line 65) | abstract protected function _convert($currencyFrom, $currencyTo); method _saveRates (line 73) | protected function _saveRates($rates) method importRates (line 86) | public function importRates() method fetchRates (line 96) | public function fetchRates() method _numberFormat (line 127) | protected function _numberFormat($number) method getMessages (line 135) | public function getMessages() FILE: app/code/Magento/Directory/Model/Currency/Import/Config.php class Config (line 14) | class Config method __construct (line 27) | public function __construct(array $servicesConfig) method getAvailableServices (line 48) | public function getAvailableServices() method getServiceClass (line 59) | public function getServiceClass($serviceName) method getServiceLabel (line 73) | public function getServiceLabel($serviceName) FILE: app/code/Magento/Directory/Model/Currency/Import/CurrencyConverterApi.php class CurrencyConverterApi (line 20) | class CurrencyConverterApi extends AbstractImport method __construct (line 57) | public function __construct( method fetchRates (line 70) | public function fetchRates() method convertBatch (line 94) | private function convertBatch(array $data, string $currencyFrom, array... method getServiceHost (line 139) | private function getServiceHost(string $url): string method getServiceURL (line 157) | private function getServiceURL(string $currencyFrom, array $currencies... method getServiceResponse (line 189) | private function getServiceResponse($url, $retry = 0): array method validateResponse (line 224) | private function validateResponse(array $response): bool method makeEmptyResponse (line 239) | private function makeEmptyResponse(array $currenciesTo): array method _convert (line 247) | protected function _convert($currencyFrom, $currencyTo) FILE: app/code/Magento/Directory/Model/Currency/Import/Factory.php class Factory (line 15) | class Factory method __construct (line 31) | public function __construct( method create (line 48) | public function create($serviceName, array $data = []) FILE: app/code/Magento/Directory/Model/Currency/Import/FixerIo.php class FixerIo (line 15) | class FixerIo extends AbstractImport method __construct (line 49) | public function __construct( method fetchRates (line 62) | public function fetchRates() method _convert (line 81) | protected function _convert($currencyFrom, $currencyTo) method convertBatch (line 94) | private function convertBatch(array $data, string $currencyFrom, array... method getServiceResponse (line 147) | private function getServiceResponse(string $url, int $retry = 0): array method validateResponse (line 182) | private function validateResponse(array $response, string $baseCurrenc... method makeEmptyResponse (line 206) | private function makeEmptyResponse(array $currenciesTo): array method getServiceHost (line 217) | private function getServiceHost(string $url): string FILE: app/code/Magento/Directory/Model/Currency/Import/ImportInterface.php type ImportInterface (line 15) | interface ImportInterface method importRates (line 22) | public function importRates(); method fetchRates (line 29) | public function fetchRates(); method getMessages (line 36) | public function getMessages(); FILE: app/code/Magento/Directory/Model/Currency/Import/Source/Service.php class Service (line 8) | class Service implements \Magento\Framework\Option\ArrayInterface method __construct (line 23) | public function __construct(\Magento\Directory\Model\Currency\Import\C... method toOptionArray (line 31) | public function toOptionArray() FILE: app/code/Magento/Directory/Model/CurrencyConfig.php class CurrencyConfig (line 18) | class CurrencyConfig method __construct (line 42) | public function __construct( method getConfigCurrencies (line 58) | public function getConfigCurrencies(string $path) method getConfigForAllStores (line 74) | private function getConfigForAllStores(string $path) method getConfigForCurrentStore (line 93) | private function getConfigForCurrentStore(string $path) FILE: app/code/Magento/Directory/Model/CurrencyInformationAcquirer.php class CurrencyInformationAcquirer (line 11) | class CurrencyInformationAcquirer implements \Magento\Directory\Api\Curr... method __construct (line 33) | public function __construct( method getCurrencyInfo (line 46) | public function getCurrencyInfo() FILE: app/code/Magento/Directory/Model/Data/CountryInformation.php class CountryInformation (line 14) | class CountryInformation extends \Magento\Framework\Api\AbstractExtensib... method getId (line 27) | public function getId() method setId (line 35) | public function setId($id) method getTwoLetterAbbreviation (line 43) | public function getTwoLetterAbbreviation() method setTwoLetterAbbreviation (line 51) | public function setTwoLetterAbbreviation($abbreviation) method getThreeLetterAbbreviation (line 59) | public function getThreeLetterAbbreviation() method setThreeLetterAbbreviation (line 67) | public function setThreeLetterAbbreviation($abbreviation) method getFullNameLocale (line 75) | public function getFullNameLocale() method setFullNameLocale (line 83) | public function setFullNameLocale($fullNameLocale) method getFullNameEnglish (line 91) | public function getFullNameEnglish() method setFullNameEnglish (line 99) | public function setFullNameEnglish($fullNameEnglish) method getAvailableRegions (line 107) | public function getAvailableRegions() method setAvailableRegions (line 115) | public function setAvailableRegions($availableRegions) method getExtensionAttributes (line 123) | public function getExtensionAttributes() method setExtensionAttributes (line 131) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Model/Data/CurrencyInformation.php class CurrencyInformation (line 15) | class CurrencyInformation extends \Magento\Framework\Api\AbstractExtensi... method getBaseCurrencyCode (line 28) | public function getBaseCurrencyCode() method setBaseCurrencyCode (line 36) | public function setBaseCurrencyCode($code) method getBaseCurrencySymbol (line 44) | public function getBaseCurrencySymbol() method setBaseCurrencySymbol (line 52) | public function setBaseCurrencySymbol($symbol) method getDefaultDisplayCurrencyCode (line 60) | public function getDefaultDisplayCurrencyCode() method setDefaultDisplayCurrencyCode (line 68) | public function setDefaultDisplayCurrencyCode($code) method getDefaultDisplayCurrencySymbol (line 76) | public function getDefaultDisplayCurrencySymbol() method setDefaultDisplayCurrencySymbol (line 84) | public function setDefaultDisplayCurrencySymbol($symbol) method getAvailableCurrencyCodes (line 92) | public function getAvailableCurrencyCodes() method setAvailableCurrencyCodes (line 100) | public function setAvailableCurrencyCodes(array $codes = null) method getExchangeRates (line 108) | public function getExchangeRates() method setExchangeRates (line 116) | public function setExchangeRates(array $exchangeRates = null) method getExtensionAttributes (line 124) | public function getExtensionAttributes() method setExtensionAttributes (line 132) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Model/Data/ExchangeRate.php class ExchangeRate (line 18) | class ExchangeRate extends \Magento\Framework\Api\AbstractExtensibleObje... method getCurrencyTo (line 28) | public function getCurrencyTo() method setCurrencyTo (line 36) | public function setCurrencyTo($code) method getRate (line 44) | public function getRate() method setRate (line 52) | public function setRate($rate) method getExchangeRates (line 60) | public function getExchangeRates() method setExchangeRates (line 68) | public function setExchangeRates(array $exchangeRates = null) method getExtensionAttributes (line 76) | public function getExtensionAttributes() method setExtensionAttributes (line 84) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Model/Data/RegionInformation.php class RegionInformation (line 14) | class RegionInformation extends \Magento\Framework\Api\AbstractExtensibl... method getId (line 24) | public function getId() method setId (line 32) | public function setId($regionId) method getCode (line 40) | public function getCode() method setCode (line 48) | public function setCode($regionCode) method getName (line 56) | public function getName() method setName (line 64) | public function setName($regionName) method getExtensionAttributes (line 72) | public function getExtensionAttributes() method setExtensionAttributes (line 80) | public function setExtensionAttributes( FILE: app/code/Magento/Directory/Model/Observer.php class Observer (line 20) | class Observer method __construct (line 74) | public function __construct( method scheduledUpdateCurrencyRates (line 98) | public function scheduledUpdateCurrencyRates($schedule) FILE: app/code/Magento/Directory/Model/PriceCurrency.php class PriceCurrency (line 16) | class PriceCurrency implements \Magento\Framework\Pricing\PriceCurrencyI... method __construct (line 38) | public function __construct( method convert (line 51) | public function convert($amount, $scope = null, $currency = null) method convertAndRound (line 63) | public function convertAndRound($amount, $scope = null, $currency = nu... method format (line 71) | public function format( method convertAndFormat (line 85) | public function convertAndFormat( method getCurrency (line 100) | public function getCurrency($scope = null, $currency = null) method getCurrencySymbol (line 125) | public function getCurrencySymbol($scope = null, $currency = null) method getStore (line 136) | protected function getStore($scope = null) method round (line 153) | public function round($price) method roundPrice (line 165) | public function roundPrice($price, $precision = self::DEFAULT_PRECISION) FILE: app/code/Magento/Directory/Model/Region.php class Region (line 23) | class Region extends \Magento\Framework\Model\AbstractModel method _construct (line 28) | protected function _construct() method getName (line 40) | public function getName() method loadByCode (line 56) | public function loadByCode($code, $countryId) method loadByName (line 71) | public function loadByName($name, $countryId) FILE: app/code/Magento/Directory/Model/RegionFactory.php class RegionFactory (line 12) | class RegionFactory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create(array $arguments = []) FILE: app/code/Magento/Directory/Model/ResourceModel/Country.php class Country (line 18) | class Country extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 30) | public function __construct( method _construct (line 46) | protected function _construct() method loadByCode (line 59) | public function loadByCode(\Magento\Directory\Model\Country $country, ... FILE: app/code/Magento/Directory/Model/ResourceModel/Country/Collection.php class Collection (line 21) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 93) | public function __construct( method _construct (line 134) | protected function _construct() method getAllowedCountriesReader (line 145) | private function getAllowedCountriesReader() method loadByStore (line 160) | public function loadByStore($store = null) method getItemById (line 178) | public function getItemById($countryId) method addCountryCodeFilter (line 199) | public function addCountryCodeFilter($countryCode, $iso = ['iso3', 'is... method addCountryIdFilter (line 233) | public function addCountryIdFilter($countryId) method toOptionArray (line 251) | public function toOptionArray($emptyLabel = ' ') method addDefaultCountryToOptions (line 294) | private function addDefaultCountryToOptions(array &$options) method setForegroundCountries (line 319) | public function setForegroundCountries($foregroundCountries) method getCountriesWithRequiredStates (line 334) | public function getCountriesWithRequiredStates() method getSort (line 354) | private function getSort(array $options): array FILE: app/code/Magento/Directory/Model/ResourceModel/Country/Format.php class Format (line 14) | class Format extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method _initUniqueFields (line 31) | protected function _initUniqueFields() FILE: app/code/Magento/Directory/Model/ResourceModel/Country/Format/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method setCountryFilter (line 35) | public function setCountryFilter($country) FILE: app/code/Magento/Directory/Model/ResourceModel/Currency.php class Currency (line 15) | class Currency extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 36) | protected function _construct() method getRate (line 49) | public function getRate($currencyFrom, $currencyTo) method getAnyRate (line 88) | public function getAnyRate($currencyFrom, $currencyTo) method saveRates (line 139) | public function saveRates($rates) method getConfigCurrencies (line 171) | public function getConfigCurrencies($model, $path) method getCurrencyRates (line 193) | public function getCurrencyRates($currency, $toCurrencies = null) method _getRatesByCode (line 214) | protected function _getRatesByCode($code, $toCurrencies = null) FILE: app/code/Magento/Directory/Model/ResourceModel/Region.php class Region (line 15) | class Region extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 34) | public function __construct( method _construct (line 48) | protected function _construct() method _getLoadSelect (line 62) | protected function _getLoadSelect($field, $value, $object) method _loadByCountry (line 103) | protected function _loadByCountry($object, $countryId, $value, $field) method loadByCode (line 141) | public function loadByCode(\Magento\Directory\Model\Region $region, $r... method loadByName (line 154) | public function loadByName(\Magento\Directory\Model\Region $region, $r... FILE: app/code/Magento/Directory/Model/ResourceModel/Region/Collection.php class Collection (line 21) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 56) | public function __construct( method _construct (line 75) | protected function _construct() method _initSelect (line 91) | protected function _initSelect() method getAllowedCountriesReader (line 112) | private function getAllowedCountriesReader() method addAllowedCountriesFilter (line 129) | public function addAllowedCountriesFilter($store = null) method addCountryFilter (line 147) | public function addCountryFilter($countryId) method addCountryCodeFilter (line 165) | public function addCountryCodeFilter($countryCode) method addRegionCodeFilter (line 184) | public function addRegionCodeFilter($regionCode) method addRegionNameFilter (line 202) | public function addRegionNameFilter($regionName) method addRegionCodeOrNameFilter (line 220) | public function addRegionCodeOrNameFilter($region) method toOptionArray (line 237) | public function toOptionArray() FILE: app/code/Magento/Directory/Model/TopDestinationCountries.php class TopDestinationCountries (line 15) | class TopDestinationCountries method __construct (line 27) | public function __construct(ScopeConfigInterface $scopeConfig) method getTopDestinations (line 37) | public function getTopDestinations() FILE: app/code/Magento/Directory/Setup/DataInstaller.php class DataInstaller (line 16) | class DataInstaller method __construct (line 33) | public function __construct( method addCountryRegions (line 47) | public function addCountryRegions(AdapterInterface $adapter, array $data) FILE: app/code/Magento/Directory/Setup/Patch/Data/AddCountriesCaribbeanCuracaoKosovoSintMaarten.php class AddCountriesCaribbeanCuracaoKosovoSintMaarten (line 19) | class AddCountriesCaribbeanCuracaoKosovoSintMaarten implements DataPatch... method __construct (line 30) | public function __construct( method apply (line 39) | public function apply() method getDependencies (line 76) | public static function getDependencies() method getAliases (line 86) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForAustralia.php class AddDataForAustralia (line 19) | class AddDataForAustralia implements DataPatchInterface, PatchVersionInt... method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDataForAustralia (line 61) | private function getDataForAustralia() method getDependencies (line 78) | public static function getDependencies() method getVersion (line 90) | public static function getVersion() method getAliases (line 98) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForBelgium.php class AddDataForBelgium (line 16) | class AddDataForBelgium implements DataPatchInterface method __construct (line 32) | public function __construct( method apply (line 43) | public function apply() method getDataForBelgium (line 58) | private function getDataForBelgium() method getDependencies (line 78) | public static function getDependencies() method getAliases (line 88) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForChina.php class AddDataForChina (line 18) | class AddDataForChina implements DataPatchInterface method __construct (line 34) | public function __construct( method apply (line 45) | public function apply() method getDataForChina (line 60) | private function getDataForChina() method getDependencies (line 103) | public static function getDependencies() method getAliases (line 113) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForColombia.php class AddDataForColombia (line 18) | class AddDataForColombia implements DataPatchInterface method __construct (line 34) | public function __construct( method apply (line 45) | public function apply() method getDataForColombia (line 60) | private function getDataForColombia() method getDependencies (line 101) | public static function getDependencies() method getAliases (line 111) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForCroatia.php class AddDataForCroatia (line 19) | class AddDataForCroatia implements DataPatchInterface, PatchVersionInter... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDataForCroatia (line 63) | private function getDataForCroatia() method getDependencies (line 93) | public static function getDependencies() method getVersion (line 103) | public static function getVersion() method getAliases (line 111) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForIndia.php class AddDataForIndia (line 18) | class AddDataForIndia implements DataPatchInterface, PatchVersionInterface method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDataForIndia (line 62) | private function getDataForIndia() method getDependencies (line 107) | public static function getDependencies() method getVersion (line 117) | public static function getVersion() method getAliases (line 125) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForMexico.php class AddDataForMexico (line 19) | class AddDataForMexico implements DataPatchInterface, PatchVersionInterface method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDataForMexico (line 61) | private function getDataForMexico() method getDependencies (line 102) | public static function getDependencies() method getVersion (line 115) | public static function getVersion() method getAliases (line 123) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/AddDataForPoland.php class AddDataForPoland (line 19) | class AddDataForPoland implements DataPatchInterface method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDataForPoland (line 61) | private function getDataForPoland() method getDependencies (line 86) | public static function getDependencies() method getAliases (line 96) | public function getAliases() FILE: app/code/Magento/Directory/Setup/Patch/Data/InitializeDirectoryData.php class InitializeDirectoryData (line 19) | class InitializeDirectoryData implements DataPatchInterface, PatchVersio... method __construct (line 36) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 881) | public static function getDependencies() method getVersion (line 889) | public static function getVersion() method getAliases (line 897) | public function getAliases() FILE: app/code/Magento/Directory/Test/Unit/Block/CurrencyTest.php class CurrencyTest (line 8) | class CurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetSwitchCurrencyPostData (line 66) | public function testGetSwitchCurrencyPostData() FILE: app/code/Magento/Directory/Test/Unit/Block/DataTest.php class DataTest (line 24) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method prepareContext (line 92) | protected function prepareContext() method prepareCountryCollection (line 128) | protected function prepareCountryCollection() method testGetCountryHtmlSelect (line 157) | public function testGetCountryHtmlSelect( method dataProviderGetCountryHtmlSelect (line 220) | public function dataProviderGetCountryHtmlSelect() method mockElementHtmlSelect (line 280) | protected function mockElementHtmlSelect($defaultCountry, $options, $r... FILE: app/code/Magento/Directory/Test/Unit/Helper/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetRegionJson (line 92) | public function testGetRegionJson() method testGetCountriesWithStatesRequired (line 166) | public function testGetCountriesWithStatesRequired($configValue, $expe... method testGetCountriesWithOptionalZip (line 187) | public function testGetCountriesWithOptionalZip($configValue, $expected) method countriesCommaListDataProvider (line 206) | public static function countriesCommaListDataProvider() method testGetDefaultCountry (line 214) | public function testGetDefaultCountry() method testGetCountryCollection (line 230) | public function testGetCountryCollection() method testGetTopCountryCodesReturnsParsedConfigurationValue (line 257) | public function testGetTopCountryCodesReturnsParsedConfigurationValue(... method topCountriesDataProvider (line 269) | public function topCountriesDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/AllowedCountriesTest.php class AllowedCountriesTest (line 15) | class AllowedCountriesTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testGetAllowedCountriesWithEmptyFilter (line 49) | public function testGetAllowedCountriesWithEmptyFilter() method testGetAllowedCountries (line 69) | public function testGetAllowedCountries() method testGetAllowedCountriesDefaultScope (line 85) | public function testGetAllowedCountriesDefaultScope() FILE: app/code/Magento/Directory/Test/Unit/Model/Config/Source/AllRegionTest.php class AllRegionTest (line 8) | class AllRegionTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testToOptionArray (line 75) | public function testToOptionArray($isMultiselect, $countries, $regions... method toOptionArrayDataProvider (line 93) | public function toOptionArrayDataProvider() method generateCountry (line 186) | private function generateCountry($countryLabel, $countryValue) method generateRegion (line 202) | private function generateRegion($countryId, $id, $defaultName) FILE: app/code/Magento/Directory/Test/Unit/Model/Config/Source/CountryTest.php class CountryTest (line 8) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArray (line 37) | public function testToOptionArray($isMultiselect, $foregroundCountries... method toOptionArrayDataProvider (line 56) | public function toOptionArrayDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvert (line 26) | public function testConvert() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/Config/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGet (line 32) | public function testGet() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/Config/ReaderTest.php class ReaderTest (line 8) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testInstanceof (line 43) | public function testInstanceof() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 37) | public function testGetSchema() method testGetPerFileSchema (line 42) | public function testGetPerFileSchema() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGet (line 20) | public function testGet() FILE: app/code/Magento/Directory/Test/Unit/Model/Country/Postcode/ValidatorTest.php class ValidatorTest (line 8) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testValidatePositive (line 33) | public function testValidatePositive() method testValidateNegative (line 40) | public function testValidateNegative() method testValidateThrowExceptionIfCountryDoesNotExist (line 51) | public function testValidateThrowExceptionIfCountryDoesNotExist() FILE: app/code/Magento/Directory/Test/Unit/Model/CountryInformationAcquirerTest.php class CountryInformationAcquirerTest (line 13) | class CountryInformationAcquirerTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetCountriesInfo (line 73) | public function testGetCountriesInfo() method testGetCountryInfo (line 112) | public function testGetCountryInfo() method testGetCountryInfoNotFound (line 149) | public function testGetCountryInfoNotFound() FILE: app/code/Magento/Directory/Test/Unit/Model/CountryTest.php class CountryTest (line 11) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetName (line 31) | public function testGetName() method testGetNameWithLocale (line 42) | public function testGetNameWithLocale() FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/DefaultLocatorTest.php class DefaultLocatorTest (line 8) | class DefaultLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetDefaultCurrencyReturnDefaultStoreDefaultCurrencyIfNoStoreIsSpecified (line 50) | public function testGetDefaultCurrencyReturnDefaultStoreDefaultCurrenc... method testGetDefaultCurrencyReturnStoreDefaultCurrency (line 56) | public function testGetDefaultCurrencyReturnStoreDefaultCurrency() method testGetDefaultCurrencyReturnWebsiteDefaultCurrency (line 81) | public function testGetDefaultCurrencyReturnWebsiteDefaultCurrency() method testGetDefaultCurrencyReturnGroupDefaultCurrency (line 110) | public function testGetDefaultCurrencyReturnGroupDefaultCurrency() FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/Import/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConstructorException (line 30) | public function testConstructorException(array $configData, $expectedE... method constructorExceptionDataProvider (line 40) | public function constructorExceptionDataProvider() method testGetAvailableServices (line 70) | public function testGetAvailableServices() method testGetServiceClass (line 80) | public function testGetServiceClass($serviceName, $expectedResult) method getServiceClassDataProvider (line 88) | public function getServiceClassDataProvider() method testGetServiceLabel (line 98) | public function testGetServiceLabel($serviceName, $expectedResult) method getServiceLabelDataProvider (line 106) | public function getServiceLabelDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/Import/CurrencyConverterApiTest.php class CurrencyConverterApiTest (line 24) | class CurrencyConverterApiTest extends TestCase method setUp (line 49) | protected function setUp() method prepareCurrencyFactoryMock (line 78) | private function prepareCurrencyFactoryMock(): void method prepareFetchRatesTest (line 96) | private function prepareFetchRatesTest(string $responseBody): void method testFetchRates (line 129) | public function testFetchRates(): void method testFetchRatesWhenServiceResponseIsEmpty (line 141) | public function testFetchRatesWhenServiceResponseIsEmpty(): void method testFetchRatesWhenServiceResponseHasError (line 159) | public function testFetchRatesWhenServiceResponseHasError(): void method testFetchRatesWhenServiceUrlIsEmpty (line 175) | public function testFetchRatesWhenServiceUrlIsEmpty(): void FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/Import/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCreate (line 35) | public function testCreate() method testCreateUndefinedServiceClass (line 65) | public function testCreateUndefinedServiceClass() method testCreateIrrelevantServiceClass (line 85) | public function testCreateIrrelevantServiceClass() FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/Import/FixerIoTest.php class FixerIoTest (line 22) | class FixerIoTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testFetchRates (line 70) | public function testFetchRates(): void FILE: app/code/Magento/Directory/Test/Unit/Model/Currency/Import/Source/ServiceTest.php class ServiceTest (line 8) | class ServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArray (line 26) | public function testToOptionArray() FILE: app/code/Magento/Directory/Test/Unit/Model/CurrencyConfigTest.php class CurrencyConfigTest (line 22) | class CurrencyConfigTest extends TestCase method setUp (line 47) | protected function setUp() method testGetConfigCurrencies (line 76) | public function testGetConfigCurrencies(string $areCode) method getConfigCurrenciesDataProvider (line 120) | public function getConfigCurrenciesDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/CurrencyInformationAcquirerTest.php class CurrencyInformationAcquirerTest (line 11) | class CurrencyInformationAcquirerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetCurrencyInfo (line 67) | public function testGetCurrencyInfo() FILE: app/code/Magento/Directory/Test/Unit/Model/CurrencyTest.php class CurrencyTest (line 11) | class CurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetCurrencySymbol (line 41) | public function testGetCurrencySymbol() method testGetOutputFormat (line 65) | public function testGetOutputFormat($withCurrency, $noCurrency, $expec... method getOutputFormatDataProvider (line 88) | public function getOutputFormatDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/PriceCurrencyTest.php class PriceCurrencyTest (line 11) | class PriceCurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testConvert (line 52) | public function testConvert() method testConvertWithStoreCode (line 64) | public function testConvertWithStoreCode() method testConvertWithCurrencyString (line 82) | public function testConvertWithCurrencyString() method testConvertWithStoreCurrency (line 108) | public function testConvertWithStoreCurrency() method testFormat (line 124) | public function testFormat() method testConvertAndFormat (line 147) | public function testConvertAndFormat() method testGetCurrencySymbol (line 174) | public function testGetCurrencySymbol() method getCurrentCurrencyMock (line 189) | protected function getCurrentCurrencyMock() method getStoreMock (line 202) | protected function getStoreMock($baseCurrency) method getBaseCurrencyMock (line 221) | protected function getBaseCurrencyMock($amount, $convertedAmount, $cur... method testConvertAndRound (line 235) | public function testConvertAndRound() FILE: app/code/Magento/Directory/Test/Unit/Model/ResourceModel/Country/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testToOptionArray (line 86) | public function testToOptionArray($optionsArray, $emptyLabel, $foregro... method toOptionArrayDataProvider (line 111) | public function toOptionArrayDataProvider() FILE: app/code/Magento/Directory/Test/Unit/Model/ResourceModel/Region/CollectionTest.php class CollectionTest (line 27) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testToOptionArray (line 81) | public function testToOptionArray() method testAddAllowedCountriesFilter (line 124) | public function testAddAllowedCountriesFilter() FILE: app/code/Magento/Directory/Test/Unit/Model/TopDestinationCountriesTest.php class TopDestinationCountriesTest (line 9) | class TopDestinationCountriesTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetTopDestinations (line 36) | public function testGetTopDestinations($options, $expectedResults) method toTestGetTopDestinationsDataProvider (line 45) | public function toTestGetTopDestinationsDataProvider() FILE: app/code/Magento/DirectoryGraphQl/Controller/HttpHeaderProcessor/CurrencyProcessor.php class CurrencyProcessor (line 19) | class CurrencyProcessor implements HttpHeaderProcessorInterface method __construct (line 47) | public function __construct( method processHeaderValue (line 65) | public function processHeaderValue(string $headerValue) : void FILE: app/code/Magento/DirectoryGraphQl/Controller/HttpRequestValidator/CurrencyValidator.php class CurrencyValidator (line 18) | class CurrencyValidator implements HttpRequestValidatorInterface method __construct (line 28) | public function __construct( method validate (line 41) | public function validate(HttpRequestInterface $request): void FILE: app/code/Magento/DirectoryGraphQl/Model/Resolver/Countries.php class Countries (line 20) | class Countries implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 47) | public function resolve( FILE: app/code/Magento/DirectoryGraphQl/Model/Resolver/Country.php class Country (line 23) | class Country implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve( FILE: app/code/Magento/DirectoryGraphQl/Model/Resolver/Currency.php class Currency (line 20) | class Currency implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 47) | public function resolve( FILE: app/code/Magento/Downloadable/Api/Data/DownloadableOptionInterface.php type DownloadableOptionInterface (line 13) | interface DownloadableOptionInterface method getDownloadableLinks (line 22) | public function getDownloadableLinks(); method setDownloadableLinks (line 30) | public function setDownloadableLinks($downloadableLinks); FILE: app/code/Magento/Downloadable/Api/Data/File/ContentInterface.php type ContentInterface (line 13) | interface ContentInterface extends \Magento\Framework\Api\ExtensibleData... method getFileData (line 20) | public function getFileData(); method setFileData (line 28) | public function setFileData($fileData); method getName (line 35) | public function getName(); method setName (line 43) | public function setName($name); method getExtensionAttributes (line 50) | public function getExtensionAttributes(); method setExtensionAttributes (line 58) | public function setExtensionAttributes( FILE: app/code/Magento/Downloadable/Api/Data/File/ContentUploaderInterface.php type ContentUploaderInterface (line 13) | interface ContentUploaderInterface method upload (line 23) | public function upload(ContentInterface $fileContent, $contentType); FILE: app/code/Magento/Downloadable/Api/Data/LinkInterface.php type LinkInterface (line 13) | interface LinkInterface extends \Magento\Framework\Api\ExtensibleDataInt... method getId (line 18) | public function getId(); method setId (line 24) | public function setId($id); method getTitle (line 29) | public function getTitle(); method setTitle (line 35) | public function setTitle($title); method getSortOrder (line 40) | public function getSortOrder(); method setSortOrder (line 46) | public function setSortOrder($sortOrder); method getIsShareable (line 56) | public function getIsShareable(); method setIsShareable (line 62) | public function setIsShareable($isShareable); method getPrice (line 69) | public function getPrice(); method setPrice (line 77) | public function setPrice($price); method getNumberOfDownloads (line 85) | public function getNumberOfDownloads(); method setNumberOfDownloads (line 94) | public function setNumberOfDownloads($numberOfDownloads); method getLinkType (line 99) | public function getLinkType(); method setLinkType (line 105) | public function setLinkType($linkType); method getLinkFile (line 112) | public function getLinkFile(); method setLinkFile (line 120) | public function setLinkFile($linkFile); method getLinkFileContent (line 127) | public function getLinkFileContent(); method setLinkFileContent (line 135) | public function setLinkFileContent(\Magento\Downloadable\Api\Data\File... method getLinkUrl (line 142) | public function getLinkUrl(); method setLinkUrl (line 150) | public function setLinkUrl($linkUrl); method getSampleType (line 155) | public function getSampleType(); method setSampleType (line 161) | public function setSampleType($sampleType); method getSampleFile (line 168) | public function getSampleFile(); method setSampleFile (line 176) | public function setSampleFile($sampleFile); method getSampleFileContent (line 183) | public function getSampleFileContent(); method setSampleFileContent (line 191) | public function setSampleFileContent( method getSampleUrl (line 200) | public function getSampleUrl(); method setSampleUrl (line 208) | public function setSampleUrl($sampleUrl); method getExtensionAttributes (line 215) | public function getExtensionAttributes(); method setExtensionAttributes (line 223) | public function setExtensionAttributes(\Magento\Downloadable\Api\Data\... FILE: app/code/Magento/Downloadable/Api/Data/ProductAttributeInterface.php type ProductAttributeInterface (line 13) | interface ProductAttributeInterface extends \Magento\Catalog\Api\Data\Pr... FILE: app/code/Magento/Downloadable/Api/Data/SampleInterface.php type SampleInterface (line 15) | interface SampleInterface extends \Magento\Framework\Api\ExtensibleDataI... method getId (line 22) | public function getId(); method setId (line 30) | public function setId($id); method getTitle (line 37) | public function getTitle(); method setTitle (line 45) | public function setTitle($title); method getSortOrder (line 52) | public function getSortOrder(); method setSortOrder (line 60) | public function setSortOrder($sortOrder); method getSampleType (line 65) | public function getSampleType(); method setSampleType (line 71) | public function setSampleType($sampleType); method getSampleFile (line 78) | public function getSampleFile(); method setSampleFile (line 86) | public function setSampleFile($sampleFile); method getSampleFileContent (line 93) | public function getSampleFileContent(); method setSampleFileContent (line 101) | public function setSampleFileContent(ContentInterface $sampleFileConte... method getSampleUrl (line 108) | public function getSampleUrl(); method setSampleUrl (line 116) | public function setSampleUrl($sampleUrl); method getExtensionAttributes (line 123) | public function getExtensionAttributes(); method setExtensionAttributes (line 131) | public function setExtensionAttributes( FILE: app/code/Magento/Downloadable/Api/DomainManagerInterface.php type DomainManagerInterface (line 12) | interface DomainManagerInterface method getDomains (line 19) | public function getDomains(): array; method addDomains (line 27) | public function addDomains(array $hosts): void; method removeDomains (line 35) | public function removeDomains(array $hosts): void; FILE: app/code/Magento/Downloadable/Api/LinkRepositoryInterface.php type LinkRepositoryInterface (line 17) | interface LinkRepositoryInterface method getList (line 25) | public function getList($sku); method getLinksByProduct (line 33) | public function getLinksByProduct(ProductInterface $product); method save (line 43) | public function save($sku, LinkInterface $link, $isGlobalScopeContent ... method delete (line 51) | public function delete($id); FILE: app/code/Magento/Downloadable/Api/SampleRepositoryInterface.php type SampleRepositoryInterface (line 15) | interface SampleRepositoryInterface method getList (line 23) | public function getList($sku); method getSamplesByProduct (line 31) | public function getSamplesByProduct(\Magento\Catalog\Api\Data\ProductI... method save (line 41) | public function save( method delete (line 53) | public function delete($id); FILE: app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Downloadable.php class Downloadable (line 17) | class Downloadable extends \Magento\Downloadable\Block\Catalog\Product\L... FILE: app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable.php class Downloadable (line 21) | class Downloadable extends Widget implements TabInterface method __construct (line 59) | public function __construct( method getParentTab (line 73) | public function getParentTab() method isReadonly (line 83) | public function isReadonly() method getProduct (line 93) | public function getProduct() method getTabLabel (line 103) | public function getTabLabel() method getTabTitle (line 113) | public function getTabTitle() method canShowTab (line 123) | public function canShowTab() method isHidden (line 133) | public function isHidden() method getGroupCode (line 143) | public function getGroupCode() method getContentTabId (line 153) | public function getContentTabId() method isDownloadable (line 163) | public function isDownloadable() method _prepareLayout (line 171) | protected function _prepareLayout() FILE: app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php class Links (line 17) | class Links extends \Magento\Backend\Block\Template method __construct (line 97) | public function __construct( method _construct (line 125) | protected function _construct() method getProduct (line 138) | public function getProduct() method getPurchasedSeparatelyAttribute (line 148) | public function getPurchasedSeparatelyAttribute() method isProductLinksCanBePurchasedSeparately (line 167) | public function isProductLinksCanBePurchasedSeparately() method getAddButtonHtml (line 177) | public function getAddButtonHtml() method getLinksTitle (line 197) | public function getLinksTitle() method getUsedDefault (line 213) | public function getUsedDefault() method getIsPriceWebsiteScope (line 224) | public function getIsPriceWebsiteScope() method getLinkData (line 243) | public function getLinkData() method getPriceValue (line 335) | public function getPriceValue($value) method getConfigMaxDownloads (line 345) | public function getConfigMaxDownloads() method _prepareLayout (line 358) | protected function _prepareLayout() method getUploadButtonHtml (line 377) | public function getUploadButtonHtml() method getFileFieldName (line 388) | public function getFileFieldName($type) method getUploadUrl (line 399) | public function getUploadUrl($type) method getConfigJson (line 413) | public function getConfigJson($type = 'links') method getConfig (line 430) | public function getConfig() method isSingleStoreMode (line 444) | public function isSingleStoreMode() method getBaseCurrencyCode (line 456) | public function getBaseCurrencyCode($storeId) method getBaseCurrencySymbol (line 468) | public function getBaseCurrencySymbol($storeId) FILE: app/code/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.php class Samples (line 16) | class Samples extends \Magento\Backend\Block\Widget method __construct (line 76) | public function __construct( method getProduct (line 101) | public function getProduct() method isReadonly (line 111) | public function isReadonly() method getAddButtonHtml (line 121) | public function getAddButtonHtml() method getSampleData (line 141) | public function getSampleData() method getUsedDefault (line 197) | public function getUsedDefault() method getSamplesTitle (line 207) | public function getSamplesTitle() method _prepareLayout (line 222) | protected function _prepareLayout() method getUploadButtonHtml (line 241) | public function getUploadButtonHtml() method getConfigJson (line 251) | public function getConfigJson() method getConfig (line 272) | public function getConfig() method isSingleStoreMode (line 286) | public function isSingleStoreMode() FILE: app/code/Magento/Downloadable/Block/Adminhtml/Sales/Items/Column/Downloadable/Name.php class Name (line 19) | class Name extends \Magento\Sales\Block\Adminhtml\Items\Column\Name method __construct (line 46) | public function __construct( method getLinks (line 64) | public function getLinks() method getLinksTitle (line 78) | public function getLinksTitle() FILE: app/code/Magento/Downloadable/Block/Catalog/Product/Links.php class Links (line 19) | class Links extends \Magento\Catalog\Block\Product\AbstractProduct method __construct (line 37) | public function __construct( method getLinksPurchasedSeparately (line 54) | public function getLinksPurchasedSeparately() method getLinkSelectionRequired (line 63) | public function getLinkSelectionRequired() method hasLinks (line 71) | public function hasLinks() method getLinks (line 79) | public function getLinks() method getCurrencyPrice (line 90) | public function getCurrencyPrice($price) method getJsonConfig (line 99) | public function getJsonConfig() method getLinkSampleUrl (line 120) | public function getLinkSampleUrl($link) method getLinksTitle (line 131) | public function getLinksTitle() method getIsOpenInNewWindow (line 148) | public function getIsOpenInNewWindow() method getIsLinkChecked (line 163) | public function getIsLinkChecked($link) method getLinkCheckedValue (line 179) | public function getLinkCheckedValue($link) method getLinkAmount (line 188) | protected function getLinkAmount($link) method getLinkPrice (line 197) | public function getLinkPrice(Link $link) method getPriceType (line 211) | protected function getPriceType() FILE: app/code/Magento/Downloadable/Block/Catalog/Product/Samples.php class Samples (line 18) | class Samples extends \Magento\Catalog\Block\Product\AbstractProduct method hasSamples (line 25) | public function hasSamples() method getSamples (line 35) | public function getSamples() method getSampleUrl (line 44) | public function getSampleUrl($sample) method getSamplesTitle (line 54) | public function getSamplesTitle() method getIsOpenInNewWindow (line 71) | public function getIsOpenInNewWindow() FILE: app/code/Magento/Downloadable/Block/Catalog/Product/View/Type.php class Type (line 18) | class Type extends \Magento\Catalog\Block\Product\View\Type\Virtual FILE: app/code/Magento/Downloadable/Block/Checkout/Cart/Item/Renderer.php class Renderer (line 23) | class Renderer extends \Magento\Checkout\Block\Cart\Item\Renderer method __construct (line 46) | public function __construct( method getLinks (line 79) | public function getLinks() method getLinksTitle (line 92) | public function getLinksTitle() method getOptionList (line 102) | public function getOptionList() method getOption (line 113) | public function getOption($item) FILE: app/code/Magento/Downloadable/Block/Checkout/Success.php class Success (line 20) | class Success extends \Magento\Checkout\Block\Onepage\Success method __construct (line 35) | public function __construct( method orderHasDownloadableProducts (line 58) | private function orderHasDownloadableProducts() method prepareBlockData (line 71) | protected function prepareBlockData() method getDownloadableProductsUrl (line 87) | public function getDownloadableProductsUrl() FILE: app/code/Magento/Downloadable/Block/Customer/Products/ListProducts.php class ListProducts (line 17) | class ListProducts extends \Magento\Framework\View\Element\Template method __construct (line 41) | public function __construct( method _construct (line 59) | protected function _construct() method _prepareLayout (line 91) | protected function _prepareLayout() method getOrderViewUrl (line 115) | public function getOrderViewUrl($orderId) method getBackUrl (line 125) | public function getBackUrl() method getRemainingDownloads (line 139) | public function getRemainingDownloads($item) method getDownloadUrl (line 154) | public function getDownloadUrl($item) method getIsOpenInNewWindow (line 165) | public function getIsOpenInNewWindow() FILE: app/code/Magento/Downloadable/Block/Sales/Order/Email/Items/Downloadable.php class Downloadable (line 20) | class Downloadable extends \Magento\Sales\Block\Order\Email\Items\Defaul... method __construct (line 50) | public function __construct( method getLinks (line 68) | public function getLinks() method getLinksTitle (line 86) | public function getLinksTitle() method getPurchasedLinkUrl (line 98) | public function getPurchasedLinkUrl($item) FILE: app/code/Magento/Downloadable/Block/Sales/Order/Email/Items/Order/Downloadable.php class Downloadable (line 20) | class Downloadable extends \Magento\Sales\Block\Order\Email\Items\Order\... method __construct (line 48) | public function __construct( method getLinks (line 64) | public function getLinks() method getLinksTitle (line 79) | public function getLinksTitle() method getPurchasedLinkUrl (line 91) | public function getPurchasedLinkUrl($item) method getFrontendUrlBuilder (line 111) | private function getFrontendUrlBuilder() FILE: app/code/Magento/Downloadable/Block/Sales/Order/Item/Renderer/Downloadable.php class Downloadable (line 19) | class Downloadable extends \Magento\Sales\Block\Order\Item\Renderer\Defa... method __construct (line 44) | public function __construct( method getLinks (line 60) | public function getLinks() method getLinksTitle (line 78) | public function getLinksTitle() FILE: app/code/Magento/Downloadable/Console/Command/DomainsAddCommand.php class DomainsAddCommand (line 20) | class DomainsAddCommand extends Command method __construct (line 36) | public function __construct( method configure (line 46) | protected function configure() method execute (line 67) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Downloadable/Console/Command/DomainsRemoveCommand.php class DomainsRemoveCommand (line 20) | class DomainsRemoveCommand extends Command method __construct (line 37) | public function __construct( method configure (line 47) | protected function configure() method execute (line 68) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Downloadable/Console/Command/DomainsShowCommand.php class DomainsShowCommand (line 19) | class DomainsShowCommand extends Command method __construct (line 30) | public function __construct( method configure (line 40) | protected function configure() method execute (line 52) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File.php class File (line 13) | abstract class File extends \Magento\Backend\App\Action FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File/Upload.php class Upload (line 18) | class Upload extends \Magento\Downloadable\Controller\Adminhtml\Download... method __construct (line 58) | public function __construct( method execute (line 79) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/AddAttributeToTemplate.php class AddAttributeToTemplate (line 9) | class AddAttributeToTemplate extends \Magento\Catalog\Controller\Adminht... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/AlertsPriceGrid.php class AlertsPriceGrid (line 9) | class AlertsPriceGrid extends \Magento\Catalog\Controller\Adminhtml\Prod... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/AlertsStockGrid.php class AlertsStockGrid (line 9) | class AlertsStockGrid extends \Magento\Catalog\Controller\Adminhtml\Prod... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Categories.php class Categories (line 9) | class Categories extends \Magento\Catalog\Controller\Adminhtml\Product\C... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Crosssell.php class Crosssell (line 19) | class Crosssell extends CatalogCrosssell implements HttpPostActionInterface FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/CrosssellGrid.php class CrosssellGrid (line 19) | class CrosssellGrid extends CatalogCrosssellGrid implements HttpPostActi... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/CustomOptions.php class CustomOptions (line 9) | class CustomOptions extends \Magento\Catalog\Controller\Adminhtml\Produc... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Duplicate.php class Duplicate (line 9) | class Duplicate extends \Magento\Catalog\Controller\Adminhtml\Product\Du... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Edit.php class Edit (line 9) | class Edit extends \Magento\Catalog\Controller\Adminhtml\Product\Edit FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Form.php class Form (line 16) | class Form extends \Magento\Catalog\Controller\Adminhtml\Product\Edit method execute (line 23) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Grid.php class Grid (line 9) | class Grid extends \Magento\Catalog\Controller\Adminhtml\Product\Grid FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/GridOnly.php class GridOnly (line 9) | class GridOnly extends \Magento\Catalog\Controller\Adminhtml\Product\Gri... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Index.php class Index (line 9) | class Index extends \Magento\Catalog\Controller\Adminhtml\Product\Index FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Link.php class Link (line 12) | class Link extends \Magento\Catalog\Controller\Adminhtml\Product\Edit method _createLink (line 17) | protected function _createLink() method _getLink (line 25) | protected function _getLink() method _processDownload (line 37) | protected function _processDownload($resource, $resourceType) method execute (line 89) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/MassDelete.php class MassDelete (line 9) | class MassDelete extends \Magento\Catalog\Controller\Adminhtml\Product\M... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/MassStatus.php class MassStatus (line 9) | class MassStatus extends \Magento\Catalog\Controller\Adminhtml\Product\M... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\Catalog\Controller\Adminhtml\Product\Ne... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Options.php class Options (line 9) | class Options extends \Magento\Catalog\Controller\Adminhtml\Product\Options FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/OptionsImportGrid.php class OptionsImportGrid (line 9) | class OptionsImportGrid extends \Magento\Catalog\Controller\Adminhtml\Pr... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Related.php class Related (line 19) | class Related extends CatalogRelated implements HttpPostActionInterface FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/RelatedGrid.php class RelatedGrid (line 19) | class RelatedGrid extends CatalogRelatedGrid implements HttpPostActionIn... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Sample.php class Sample (line 11) | class Sample extends \Magento\Downloadable\Controller\Adminhtml\Download... method _createLink (line 16) | protected function _createLink() method _getLink (line 24) | protected function _getLink() method execute (line 34) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Save.php class Save (line 9) | class Save extends \Magento\Catalog\Controller\Adminhtml\Product\Save FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/ShowUpdateResult.php class ShowUpdateResult (line 9) | class ShowUpdateResult extends \Magento\Catalog\Controller\Adminhtml\Pro... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/SuggestAttributes.php class SuggestAttributes (line 9) | class SuggestAttributes extends \Magento\Catalog\Controller\Adminhtml\Pr... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Upsell.php class Upsell (line 19) | class Upsell extends CatalogUpsell implements HttpPostActionInterface FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/UpsellGrid.php class UpsellGrid (line 19) | class UpsellGrid extends CatalogUpsellGrid implements HttpPostActionInte... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Validate.php class Validate (line 9) | class Validate extends \Magento\Catalog\Controller\Adminhtml\Product\Val... FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/Wysiwyg.php class Wysiwyg (line 9) | class Wysiwyg extends \Magento\Catalog\Controller\Adminhtml\Product\Wysiwyg FILE: app/code/Magento/Downloadable/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Downloadable.php class Downloadable (line 20) | class Downloadable method __construct (line 54) | public function __construct( method afterInitialize (line 78) | public function afterInitialize( method processLink (line 141) | private function processLink(array $linkData, array $productLinks): array method processSample (line 165) | private function processSample(array $sampleData, Collection $productS... method processFileStatus (line 186) | private function processFileStatus(array $data, ?string $file): array FILE: app/code/Magento/Downloadable/Controller/Customer/Products.php class Products (line 12) | class Products extends \Magento\Framework\App\Action\Action method __construct (line 23) | public function __construct( method dispatch (line 37) | public function dispatch(RequestInterface $request) method execute (line 52) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Download.php class Download (line 16) | abstract class Download extends \Magento\Framework\App\Action\Action method _processDownload (line 32) | protected function _processDownload($path, $resourceType) method _getLink (line 83) | protected function _getLink() FILE: app/code/Magento/Downloadable/Controller/Download/Link.php class Link (line 19) | class Link extends \Magento\Downloadable\Controller\Download method _getCustomerSession (line 26) | protected function _getCustomerSession() method execute (line 39) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Download/LinkSample.php class LinkSample (line 20) | class LinkSample extends \Magento\Downloadable\Controller\Download method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Downloadable/Controller/Download/Sample.php class Sample (line 20) | class Sample extends \Magento\Downloadable\Controller\Download method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Downloadable/Helper/Catalog/Product/Configuration.php class Configuration (line 14) | class Configuration extends \Magento\Framework\App\Helper\AbstractHelper... method __construct (line 28) | public function __construct( method getLinks (line 42) | public function getLinks(\Magento\Catalog\Model\Product\Configuration\... method getLinksTitle (line 64) | public function getLinksTitle($product) method getOptions (line 82) | public function getOptions(\Magento\Catalog\Model\Product\Configuratio... FILE: app/code/Magento/Downloadable/Helper/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method getIsShareable (line 26) | public function getIsShareable($link) FILE: app/code/Magento/Downloadable/Helper/Download.php class Download (line 18) | class Download extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 120) | public function __construct( method _getHandle (line 142) | protected function _getHandle() method getFileSize (line 177) | public function getFileSize() method getContentType (line 187) | public function getContentType() method getFilename (line 213) | public function getFilename() method setResource (line 247) | public function setResource($resourceFile, $linkType = self::LINK_TYPE... method output (line 280) | public function output() method getContentDisposition (line 296) | public function getContentDisposition($store = null) FILE: app/code/Magento/Downloadable/Helper/File.php class File (line 16) | class File extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 45) | public function __construct( method uploadFromTmp (line 68) | public function uploadFromTmp($tmpPath, \Magento\MediaStorage\Model\Fi... method moveFileFromTmp (line 87) | public function moveFileFromTmp($baseTmpPath, $basePath, $file) method ensureFileInFilesystem (line 110) | public function ensureFileInFilesystem($file) method _moveFileFromTmp (line 128) | protected function _moveFileFromTmp($baseTmpPath, $basePath, $file) method getFilePath (line 160) | public function getFilePath($path, $file) method getFileFromPathFile (line 174) | public function getFileFromPathFile($pathFile) method getFileSize (line 186) | public function getFileSize($file) method getFileType (line 195) | public function getFileType($filePath) method _getFileTypeByExt (line 205) | protected function _getFileTypeByExt($ext) method getAllFileTypes (line 217) | public function getAllFileTypes() method getAllMineTypes (line 225) | public function getAllMineTypes() FILE: app/code/Magento/Downloadable/Model/ComponentInterface.php type ComponentInterface (line 14) | interface ComponentInterface method getBasePath (line 21) | public function getBasePath(); method getBaseTmpPath (line 28) | public function getBaseTmpPath(); method getSearchableData (line 37) | public function getSearchableData($productId, $storeId); FILE: app/code/Magento/Downloadable/Model/DomainManager.php class DomainManager (line 20) | class DomainManager implements DomainManagerInterface method __construct (line 43) | public function __construct( method getDomains (line 54) | public function getDomains(): array method addDomains (line 62) | public function addDomains(array $hosts): void method removeDomains (line 84) | public function removeDomains(array $hosts): void FILE: app/code/Magento/Downloadable/Model/DownloadableOption.php class DownloadableOption (line 16) | class DownloadableOption extends AbstractExtensibleModel implements Down... method getDownloadableLinks (line 23) | public function getDownloadableLinks() method setDownloadableLinks (line 34) | public function setDownloadableLinks($downloadableLinks) method getExtensionAttributes (line 44) | public function getExtensionAttributes() method setExtensionAttributes (line 55) | public function setExtensionAttributes( FILE: app/code/Magento/Downloadable/Model/File/Content.php class Content (line 13) | class Content extends \Magento\Framework\Model\AbstractExtensibleModel i... method getFileData (line 22) | public function getFileData() method getName (line 31) | public function getName() method setFileData (line 43) | public function setFileData($fileData) method setName (line 55) | public function setName($name) method getExtensionAttributes (line 65) | public function getExtensionAttributes() method setExtensionAttributes (line 76) | public function setExtensionAttributes( FILE: app/code/Magento/Downloadable/Model/File/ContentUploader.php class ContentUploader (line 18) | class ContentUploader extends Uploader implements \Magento\Downloadable\... method __construct (line 60) | public function __construct( method decodeContent (line 83) | protected function decodeContent(ContentInterface $fileContent) method getTmpFileName (line 102) | protected function getTmpFileName() method upload (line 110) | public function upload(ContentInterface $fileContent, $contentType) method getDestinationDirectory (line 134) | protected function getDestinationDirectory($contentType) FILE: app/code/Magento/Downloadable/Model/File/ContentValidator.php class ContentValidator (line 11) | class ContentValidator method isValid (line 20) | public function isValid(ContentInterface $fileContent) method isFileNameValid (line 39) | protected function isFileNameValid($fileName) FILE: app/code/Magento/Downloadable/Model/Link.php class Link (line 21) | class Link extends \Magento\Framework\Model\AbstractExtensibleModel impl... method __construct (line 64) | public function __construct( method _construct (line 89) | protected function _construct() method afterSave (line 98) | public function afterSave() method getBaseTmpPath (line 109) | public function getBaseTmpPath() method getBasePath (line 119) | public function getBasePath() method getBaseSampleTmpPath (line 129) | public function getBaseSampleTmpPath() method getBaseSamplePath (line 139) | public function getBaseSamplePath() method getSearchableData (line 151) | public function getSearchableData($productId, $storeId) method getTitle (line 160) | public function getTitle() method getPrice (line 169) | public function getPrice() method getIsShareable (line 178) | public function getIsShareable() method getSortOrder (line 187) | public function getSortOrder() method getNumberOfDownloads (line 196) | public function getNumberOfDownloads() method getLinkType (line 205) | public function getLinkType() method getLinkFile (line 214) | public function getLinkFile() method getLinkFileContent (line 224) | public function getLinkFileContent() method getLinkUrl (line 233) | public function getLinkUrl() method getSampleType (line 242) | public function getSampleType() method getSampleFile (line 251) | public function getSampleFile() method getSampleFileContent (line 261) | public function getSampleFileContent() method getSampleUrl (line 270) | public function getSampleUrl() method setTitle (line 281) | public function setTitle($title) method setSortOrder (line 290) | public function setSortOrder($sortOrder) method setIsShareable (line 299) | public function setIsShareable($isShareable) method setPrice (line 310) | public function setPrice($price) method setNumberOfDownloads (line 322) | public function setNumberOfDownloads($numberOfDownloads) method setLinkType (line 331) | public function setLinkType($linkType) method setLinkFile (line 342) | public function setLinkFile($linkFile) method setLinkFileContent (line 353) | public function setLinkFileContent(\Magento\Downloadable\Api\Data\File... method setLinkUrl (line 364) | public function setLinkUrl($linkUrl) method setSampleType (line 373) | public function setSampleType($sampleType) method setSampleFile (line 384) | public function setSampleFile($sampleFile) method setSampleFileContent (line 395) | public function setSampleFileContent( method setSampleUrl (line 407) | public function setSampleUrl($sampleUrl) method getExtensionAttributes (line 417) | public function getExtensionAttributes() method setExtensionAttributes (line 428) | public function setExtensionAttributes(\Magento\Downloadable\Api\Data\... FILE: app/code/Magento/Downloadable/Model/Link/Builder.php class Builder (line 19) | class Builder method __construct (line 59) | public function __construct( method setData (line 78) | public function setData(array $data) method build (line 92) | public function build(\Magento\Downloadable\Api\Data\LinkInterface $link) method resetData (line 145) | private function resetData() method getComponent (line 155) | private function getComponent() method buildSample (line 171) | private function buildSample(\Magento\Downloadable\Api\Data\LinkInterf... FILE: app/code/Magento/Downloadable/Model/Link/ContentValidator.php class ContentValidator (line 20) | class ContentValidator method __construct (line 48) | public function __construct( method isValid (line 69) | public function isValid(LinkInterface $link, $validateLinkContent = tr... method validateLinkResource (line 100) | protected function validateLinkResource(LinkInterface $link) method validateSampleResource (line 126) | protected function validateSampleResource(LinkInterface $link) method isFileValid (line 151) | private function isFileValid(string $file): bool FILE: app/code/Magento/Downloadable/Model/Link/CreateHandler.php class CreateHandler (line 15) | class CreateHandler implements ExtensionInterface method __construct (line 25) | public function __construct(LinkRepository $linkRepository) method execute (line 36) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Link/DeleteHandler.php class DeleteHandler (line 14) | class DeleteHandler implements ExtensionInterface method __construct (line 24) | public function __construct(LinkRepository $linkRepository) method execute (line 35) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Link/Purchased.php class Purchased (line 34) | class Purchased extends \Magento\Framework\Model\AbstractModel method _construct (line 41) | protected function _construct() method beforeSave (line 52) | public function beforeSave() FILE: app/code/Magento/Downloadable/Model/Link/Purchased/Item.php class Item (line 47) | class Item extends \Magento\Framework\Model\AbstractModel method _construct (line 66) | protected function _construct() method beforeSave (line 78) | public function beforeSave() FILE: app/code/Magento/Downloadable/Model/Link/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements ExtensionInterface method __construct (line 24) | public function __construct(LinkRepository $linkRepository) method execute (line 35) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Link/UpdateHandler.php class UpdateHandler (line 15) | class UpdateHandler implements ExtensionInterface method __construct (line 25) | public function __construct(LinkRepository $linkRepository) method execute (line 36) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/LinkRepository.php class LinkRepository (line 25) | class LinkRepository implements \Magento\Downloadable\Api\LinkRepository... method __construct (line 81) | public function __construct( method getList (line 102) | public function getList($sku) method getLinksByProduct (line 115) | public function getLinksByProduct(\Magento\Catalog\Api\Data\ProductInt... method buildLink (line 132) | protected function buildLink($resourceData) method setBasicFields (line 154) | protected function setBasicFields($resourceData, $dataObject) method save (line 177) | public function save($sku, LinkInterface $link, $isGlobalScopeContent ... method saveLink (line 210) | protected function saveLink( method updateLink (line 286) | protected function updateLink( method delete (line 332) | public function delete($id) method validateLinkType (line 356) | private function validateLinkType(LinkInterface $link): void method validateSampleType (line 370) | private function validateSampleType(LinkInterface $link): void method resetLinkSampleContent (line 384) | private function resetLinkSampleContent(LinkInterface $link, LinkInter... method getMetadataPool (line 401) | private function getMetadataPool() method getLinkTypeHandler (line 416) | private function getLinkTypeHandler() FILE: app/code/Magento/Downloadable/Model/Product/CartConfiguration/Plugin/Downloadable.php class Downloadable (line 10) | class Downloadable method aroundIsProductConfigured (line 23) | public function aroundIsProductConfigured( FILE: app/code/Magento/Downloadable/Model/Product/CopyConstructor/Downloadable.php class Downloadable (line 8) | class Downloadable implements \Magento\Catalog\Model\Product\CopyConstru... method __construct (line 18) | public function __construct(\Magento\Framework\Json\Helper\Data $jsonH... method build (line 30) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/Downloadable/Model/Product/Price.php class Price (line 14) | class Price extends \Magento\Catalog\Model\Product\Type\Price method getFinalPrice (line 23) | public function getFinalPrice($qty, $product) FILE: app/code/Magento/Downloadable/Model/Product/Type.php class Type (line 18) | class Type extends \Magento\Catalog\Model\Product\Type\Virtual method __construct (line 92) | public function __construct( method getLinks (line 140) | public function getLinks($product) method hasLinks (line 169) | public function hasLinks($product) method hasOptions (line 184) | public function hasOptions($product) method hasRequiredOptions (line 195) | public function hasRequiredOptions($product) method getLinkSelectionRequired (line 207) | public function getLinkSelectionRequired($product) method getSamples (line 218) | public function getSamples($product) method hasSamples (line 239) | public function hasSamples($product) method checkProductBuyState (line 251) | public function checkProductBuyState($product) method getOrderOptions (line 282) | public function getOrderOptions($product) method getSearchableData (line 309) | public function getSearchableData($product) method isSalable (line 332) | public function isSalable($product) method processBuyRequest (line 345) | public function processBuyRequest($product, $buyRequest) method canConfigure (line 361) | public function canConfigure($product) method hasWeight (line 371) | public function hasWeight() method deleteTypeSpecificData (line 382) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... method _prepareProduct (line 418) | protected function _prepareProduct(\Magento\Framework\DataObject $buyR... method _createLink (line 461) | protected function _createLink() method _createSample (line 469) | protected function _createSample() FILE: app/code/Magento/Downloadable/Model/Product/TypeHandler/AbstractTypeHandler.php class AbstractTypeHandler (line 19) | abstract class AbstractTypeHandler method __construct (line 49) | public function __construct( method getDataKey (line 60) | abstract public function getDataKey(); method getIdentifierKey (line 65) | abstract public function getIdentifierKey(); method save (line 72) | public function save(Product $product, array $data) method createItem (line 91) | abstract protected function createItem(); method setDataToModel (line 99) | abstract protected function setDataToModel( method linkToProduct (line 110) | abstract protected function linkToProduct(ComponentInterface $model, P... method prepareItem (line 116) | protected function prepareItem(array $item) method processDelete (line 128) | abstract protected function processDelete(); method isDelete (line 134) | protected function isDelete(array $item) method getFiles (line 143) | protected function getFiles(array $item) method setFiles (line 157) | abstract protected function setFiles(ComponentInterface $model, array ... method saveItem (line 164) | protected function saveItem(Product $product, array $item) method addToDeleteQueue (line 181) | protected function addToDeleteQueue(array $item) method clear (line 193) | protected function clear() method getMetadataPool (line 202) | protected function getMetadataPool() FILE: app/code/Magento/Downloadable/Model/Product/TypeHandler/Link.php class Link (line 17) | class Link extends AbstractTypeHandler method __construct (line 40) | public function __construct( method getDataKey (line 54) | public function getDataKey() method getIdentifierKey (line 62) | public function getIdentifierKey() method save (line 70) | public function save(Product $product, array $data) method clear (line 81) | protected function clear() method createItem (line 90) | protected function createItem() method setDataToModel (line 101) | protected function setDataToModel(ComponentInterface $model, array $da... method linkToProduct (line 131) | protected function linkToProduct(ComponentInterface $model, Product $p... method processDelete (line 139) | protected function processDelete() method saveItem (line 149) | protected function saveItem(Product $product, array $item) method setFiles (line 163) | protected function setFiles(ComponentInterface $model, array $files) FILE: app/code/Magento/Downloadable/Model/Product/TypeHandler/Sample.php class Sample (line 17) | class Sample extends AbstractTypeHandler method __construct (line 38) | public function __construct( method getDataKey (line 52) | public function getDataKey() method getIdentifierKey (line 60) | public function getIdentifierKey() method processDelete (line 68) | protected function processDelete() method createItem (line 78) | protected function createItem() method setDataToModel (line 89) | protected function setDataToModel(ComponentInterface $model, array $da... method setFiles (line 111) | protected function setFiles(ComponentInterface $model, array $files) method linkToProduct (line 129) | protected function linkToProduct(ComponentInterface $model, Product $p... FILE: app/code/Magento/Downloadable/Model/Product/TypeHandler/TypeHandler.php class TypeHandler (line 13) | class TypeHandler implements TypeHandlerInterface method __construct (line 24) | public function __construct(array $handlers) method save (line 32) | public function save(Product $product, array $data) method isCanHandle (line 42) | public function isCanHandle(array $data) FILE: app/code/Magento/Downloadable/Model/Product/TypeHandler/TypeHandlerInterface.php type TypeHandlerInterface (line 15) | interface TypeHandlerInterface method save (line 22) | public function save(Product $product, array $data); method isCanHandle (line 28) | public function isCanHandle(array $data); FILE: app/code/Magento/Downloadable/Model/Product/TypeTransitionManager/Plugin/Downloadable.php class Downloadable (line 15) | class Downloadable method __construct (line 33) | public function __construct(RequestInterface $request, WeightResolver ... method aroundProcessProduct (line 48) | public function aroundProcessProduct( FILE: app/code/Magento/Downloadable/Model/ProductOptionProcessor.php class ProductOptionProcessor (line 15) | class ProductOptionProcessor implements ProductOptionProcessorInterface method __construct (line 37) | public function __construct( method convertToBuyRequest (line 50) | public function convertToBuyRequest(ProductOptionInterface $productOpt... method getDownloadableLinks (line 69) | protected function getDownloadableLinks(ProductOptionInterface $produc... method convertToProductOption (line 85) | public function convertToProductOption(DataObject $request) FILE: app/code/Magento/Downloadable/Model/Quote/Item/CartItemProcessor.php class CartItemProcessor (line 12) | class CartItemProcessor implements CartItemProcessorInterface method __construct (line 46) | public function __construct( method convertToBuyRequest (line 63) | public function convertToBuyRequest(CartItemInterface $cartItem) method processOptions (line 86) | public function processOptions(CartItemInterface $cartItem) FILE: app/code/Magento/Downloadable/Model/ResourceModel/Indexer/Price.php class Price (line 25) | class Price implements DimensionalIndexerInterface method __construct (line 82) | public function __construct( method executeByDimensions (line 108) | public function executeByDimensions(array $dimensions, \Traversable $e... method applyDownloadableLink (line 135) | private function applyDownloadableLink( method getAttribute (line 158) | protected function getAttribute($attributeCode) method fillTemporaryTable (line 171) | private function fillTemporaryTable(string $temporaryDownloadableTable... method updateTemporaryDownloadableTable (line 219) | private function updateTemporaryDownloadableTable( method fillFinalPrice (line 256) | private function fillFinalPrice( method getConnection (line 272) | private function getConnection(): \Magento\Framework\DB\Adapter\Adapte... method getTable (line 287) | private function getTable($tableName) FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link.php class Link (line 14) | class Link extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 46) | public function __construct( method _construct (line 66) | protected function _construct() method saveItemTitleAndPrice (line 78) | public function saveItemTitleAndPrice($linkObject) method deleteItems (line 168) | public function deleteItems($items) method getSearchableData (line 191) | public function getSearchableData($productId, $storeId) method _createCurrency (line 223) | protected function _createCurrency() FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 31) | public function __construct( method _construct (line 56) | protected function _construct() method addProductToFilter (line 67) | public function addProductToFilter($product) method addTitleToResult (line 95) | public function addTitleToResult($storeId = 0) method addPriceToResult (line 121) | public function addPriceToResult($websiteId) FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link/Purchased.php class Purchased (line 13) | class Purchased extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link/Purchased/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method addPurchasedItemsToResult (line 34) | public function addPurchasedItemsToResult() FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link/Purchased/Item.php class Item (line 13) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Downloadable/Model/ResourceModel/Link/Purchased/Item/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Downloadable/Model/ResourceModel/Sample.php class Sample (line 16) | class Sample extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 29) | public function __construct( method _construct (line 43) | protected function _construct() method saveItemTitle (line 54) | public function saveItemTitle($sampleObject) method deleteItems (line 95) | public function deleteItems($items) method getSearchableData (line 115) | public function getSearchableData($productId, $storeId) FILE: app/code/Magento/Downloadable/Model/ResourceModel/Sample/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 33) | public function __construct( method _construct (line 58) | protected function _construct() method addProductToFilter (line 72) | public function addProductToFilter($product) method addTitleToResult (line 100) | public function addTitleToResult($storeId = 0) FILE: app/code/Magento/Downloadable/Model/Sales/Order/Pdf/Items/AbstractItems.php class AbstractItems (line 13) | abstract class AbstractItems extends \Magento\Sales\Model\Order\Pdf\Item... method __construct (line 53) | public function __construct( method getLinks (line 86) | public function getLinks() method getLinksTitle (line 103) | public function getLinksTitle() FILE: app/code/Magento/Downloadable/Model/Sales/Order/Pdf/Items/Creditmemo.php class Creditmemo (line 13) | class Creditmemo extends \Magento\Downloadable\Model\Sales\Order\Pdf\Ite... method __construct (line 35) | public function __construct( method draw (line 70) | public function draw() FILE: app/code/Magento/Downloadable/Model/Sales/Order/Pdf/Items/Invoice.php class Invoice (line 13) | class Invoice extends \Magento\Downloadable\Model\Sales\Order\Pdf\Items\... method __construct (line 35) | public function __construct( method draw (line 71) | public function draw() FILE: app/code/Magento/Downloadable/Model/Sample.php class Sample (line 18) | class Sample extends \Magento\Framework\Model\AbstractExtensibleModel im... method __construct (line 42) | public function __construct( method _construct (line 67) | protected function _construct() method afterSave (line 78) | public function afterSave() method getUrl (line 89) | public function getUrl() method getBaseTmpPath (line 103) | public function getBaseTmpPath() method getBasePath (line 113) | public function getBasePath() method getSearchableData (line 125) | public function getSearchableData($productId, $storeId) method getTitle (line 134) | public function getTitle() method getSortOrder (line 143) | public function getSortOrder() method getSampleType (line 152) | public function getSampleType() method getSampleFile (line 161) | public function getSampleFile() method getSampleFileContent (line 170) | public function getSampleFileContent() method getSampleUrl (line 179) | public function getSampleUrl() method setTitle (line 190) | public function setTitle($title) method setSortOrder (line 201) | public function setSortOrder($sortOrder) method setSampleType (line 210) | public function setSampleType($sampleType) method setSampleFile (line 221) | public function setSampleFile($sampleFile) method setSampleFileContent (line 232) | public function setSampleFileContent(\Magento\Downloadable\Api\Data\Fi... method setSampleUrl (line 243) | public function setSampleUrl($sampleUrl) method getExtensionAttributes (line 253) | public function getExtensionAttributes() method setExtensionAttributes (line 264) | public function setExtensionAttributes(\Magento\Downloadable\Api\Data\... FILE: app/code/Magento/Downloadable/Model/Sample/Builder.php class Builder (line 21) | class Builder method __construct (line 61) | public function __construct( method setData (line 78) | public function setData(array $data) method build (line 90) | public function build(SampleInterface $sample) method resetData (line 127) | private function resetData() method getComponent (line 135) | private function getComponent() FILE: app/code/Magento/Downloadable/Model/Sample/ContentValidator.php class ContentValidator (line 20) | class ContentValidator method __construct (line 48) | public function __construct( method isValid (line 68) | public function isValid(SampleInterface $sample, $validateSampleConten... method validateSampleResource (line 88) | protected function validateSampleResource(SampleInterface $sample) method isFileValid (line 113) | private function isFileValid(string $file): bool FILE: app/code/Magento/Downloadable/Model/Sample/CreateHandler.php class CreateHandler (line 15) | class CreateHandler implements ExtensionInterface method __construct (line 25) | public function __construct(SampleRepository $sampleRepository) method execute (line 36) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Sample/DeleteHandler.php class DeleteHandler (line 14) | class DeleteHandler implements ExtensionInterface method __construct (line 24) | public function __construct(SampleRepository $sampleRepository) method execute (line 35) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Sample/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements ExtensionInterface method __construct (line 24) | public function __construct(SampleRepository $sampleRepository) method execute (line 35) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/Sample/UpdateHandler.php class UpdateHandler (line 15) | class UpdateHandler implements ExtensionInterface method __construct (line 25) | public function __construct(SampleRepository $sampleRepository) method execute (line 36) | public function execute($entity, $arguments = []) FILE: app/code/Magento/Downloadable/Model/SampleRepository.php class SampleRepository (line 29) | class SampleRepository implements \Magento\Downloadable\Api\SampleReposi... method __construct (line 85) | public function __construct( method getList (line 106) | public function getList($sku) method buildSample (line 119) | protected function buildSample($resourceData) method setBasicFields (line 133) | protected function setBasicFields($resourceData, $dataObject) method getSamplesByProduct (line 155) | public function getSamplesByProduct(\Magento\Catalog\Api\Data\ProductI... method save (line 176) | public function save( method saveSample (line 215) | protected function saveSample( method updateSample (line 269) | protected function updateSample( method delete (line 317) | public function delete($id) method validateSampleType (line 341) | private function validateSampleType(SampleInterface $sample): void method getMetadataPool (line 354) | private function getMetadataPool() method getSampleTypeHandler (line 369) | private function getSampleTypeHandler() FILE: app/code/Magento/Downloadable/Model/Source/Shareable.php class Shareable (line 13) | class Shareable implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Downloadable/Model/Source/TypeUpload.php class TypeUpload (line 11) | class TypeUpload implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Downloadable/Model/System/Config/Source/Contentdisposition.php class Contentdisposition (line 13) | class Contentdisposition implements \Magento\Framework\Option\ArrayInter... method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Downloadable/Model/System/Config/Source/Orderitemstatus.php class Orderitemstatus (line 13) | class Orderitemstatus implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Downloadable/Model/Url/DomainValidator.php class DomainValidator (line 17) | class DomainValidator method __construct (line 44) | public function __construct( method isValid (line 62) | public function isValid($value): bool method getHost (line 78) | private function getHost($url): string FILE: app/code/Magento/Downloadable/Observer/InitOptionRendererObserver.php class InitOptionRendererObserver (line 10) | class InitOptionRendererObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Downloadable/Observer/IsAllowedGuestCheckoutObserver.php class IsAllowedGuestCheckoutObserver (line 11) | class IsAllowedGuestCheckoutObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Downloadable/Observer/SaveDownloadableOrderItemObserver.php class SaveDownloadableOrderItemObserver (line 16) | class SaveDownloadableOrderItemObserver implements ObserverInterface method __construct (line 58) | public function __construct( method execute (line 82) | public function execute(\Magento\Framework\Event\Observer $observer) method _createPurchasedModel (line 187) | protected function _createPurchasedModel() method _createProductModel (line 197) | protected function _createProductModel() method _createPurchasedItemModel (line 207) | protected function _createPurchasedItemModel() method _createItemsCollection (line 217) | protected function _createItemsCollection() FILE: app/code/Magento/Downloadable/Observer/SetHasDownloadableProductsObserver.php class SetHasDownloadableProductsObserver (line 10) | class SetHasDownloadableProductsObserver implements ObserverInterface method __construct (line 20) | public function __construct( method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Downloadable/Observer/SetLinkStatusObserver.php class SetLinkStatusObserver (line 11) | class SetLinkStatusObserver implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 46) | public function execute(\Magento\Framework\Event\Observer $observer) method _createItemsCollection (line 150) | protected function _createItemsCollection() FILE: app/code/Magento/Downloadable/Observer/UpdateLinkPurchasedObserver.php class UpdateLinkPurchasedObserver (line 19) | class UpdateLinkPurchasedObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 53) | public function execute(Observer $observer) method getPurchasedCollection (line 75) | private function getPurchasedCollection(int $orderId): PurchasedCollec... FILE: app/code/Magento/Downloadable/Pricing/Price/LinkPrice.php class LinkPrice (line 16) | class LinkPrice extends RegularPrice implements LinkPriceInterface method getLinkAmount (line 27) | public function getLinkAmount(Link $link) FILE: app/code/Magento/Downloadable/Pricing/Price/LinkPriceInterface.php type LinkPriceInterface (line 14) | interface LinkPriceInterface method getLinkAmount (line 20) | public function getLinkAmount(Link $link); FILE: app/code/Magento/Downloadable/Setup/Patch/Data/AddDownloadableHostsConfig.php class AddDownloadableHostsConfig (line 26) | class AddDownloadableHostsConfig implements DataPatchInterface method __construct (line 67) | public function __construct( method apply (line 84) | public function apply() method addStoreAndWebsiteUrlsFromScope (line 151) | private function addStoreAndWebsiteUrlsFromScope(Store $scope) method addHost (line 190) | private function addHost($url) method getDependencies (line 205) | public static function getDependencies() method getAliases (line 213) | public function getAliases() FILE: app/code/Magento/Downloadable/Setup/Patch/Data/InstallDownloadableAttributes.php class InstallDownloadableAttributes (line 20) | class InstallDownloadableAttributes implements DataPatchInterface, Patch... method __construct (line 37) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 186) | public static function getDependencies() method getVersion (line 194) | public static function getVersion() method getAliases (line 202) | public function getAliases() FILE: app/code/Magento/Downloadable/Setup/Patch/Data/UpdateLinksExistDefaultAttributeValue.php class UpdateLinksExistDefaultAttributeValue (line 19) | class UpdateLinksExistDefaultAttributeValue implements DataPatchInterfac... method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDependencies (line 62) | public static function getDependencies() method getVersion (line 70) | public static function getVersion() method getAliases (line 78) | public function getAliases() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/LinksTest.php class LinksTest (line 16) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetConfig (line 117) | public function testGetConfig() method testGetLinkData (line 122) | public function testGetLinkData() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/SamplesTest.php class SamplesTest (line 16) | class SamplesTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetConfig (line 107) | public function testGetConfig() method testGetSampleData (line 112) | public function testGetSampleData() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Adminhtml/Sales/Items/Column/Downloadable/NameTest.php class NameTest (line 14) | class NameTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLinks (line 58) | public function testGetLinks() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Catalog/Product/LinksTest.php class LinksTest (line 16) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetLinkPrice (line 70) | public function testGetLinkPrice() method testGetJsonConfig (line 107) | public function testGetJsonConfig() method getLinkMock (line 164) | protected function getLinkMock($linkPrice, $linkId) FILE: app/code/Magento/Downloadable/Test/Unit/Block/Sales/Order/Email/Items/DownloadableTest.php class DownloadableTest (line 14) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLinks (line 58) | public function testGetLinks() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Sales/Order/Email/Items/Order/DownloadableTest.php class DownloadableTest (line 14) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLinks (line 58) | public function testGetLinks() FILE: app/code/Magento/Downloadable/Test/Unit/Block/Sales/Order/Item/Renderer/DownloadableTest.php class DownloadableTest (line 14) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLinks (line 58) | public function testGetLinks() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Adminhtml/Downloadable/File/UploadTest.php class UploadTest (line 14) | class UploadTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecute (line 127) | public function testExecute() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Adminhtml/Downloadable/Product/Edit/LinkTest.php class LinkTest (line 11) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecuteFile (line 110) | public function testExecuteFile($fileType) method testExecuteUrl (line 175) | public function testExecuteUrl($fileType) method executeDataProvider (line 220) | public function executeDataProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Adminhtml/Downloadable/Product/Edit/SampleTest.php class SampleTest (line 11) | class SampleTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecuteFile (line 105) | public function testExecuteFile() method testExecuteUrl (line 152) | public function testExecuteUrl() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/DownloadableTest.php class DownloadableTest (line 13) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testAfterInitializeWithNoDataToSave (line 94) | public function testAfterInitializeWithNoDataToSave($downloadable) method afterInitializeWithEmptyDataDataProvider (line 125) | public function afterInitializeWithEmptyDataDataProvider() method testAfterInitializeIfDownloadableNotExist (line 150) | public function testAfterInitializeIfDownloadableNotExist($downloadable) method afterInitializeIfDownloadableNotExistDataProvider (line 163) | public function afterInitializeIfDownloadableNotExistDataProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Download/LinkSampleTest.php class LinkSampleTest (line 15) | class LinkSampleTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testExecuteLinkTypeUrl (line 144) | public function testExecuteLinkTypeUrl() method testExecuteLinkTypeFile (line 185) | public function testExecuteLinkTypeFile() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Download/LinkTest.php class LinkTest (line 13) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testAbsentLinkId (line 161) | public function testAbsentLinkId() method testGetLinkForGuestCustomer (line 185) | public function testGetLinkForGuestCustomer() method testGetLinkForWrongCustomer (line 236) | public function testGetLinkForWrongCustomer() method testExceptionInUpdateLinkStatus (line 282) | public function testExceptionInUpdateLinkStatus($mimeType, $disposition) method processDownload (line 333) | private function processDownload($resource, $resourceType, $mimeType, ... method testLinkNotAvailable (line 374) | public function testLinkNotAvailable($messageType, $status, $notice) method testContentDisposition (line 412) | public function testContentDisposition($mimeType, $disposition) method linkNotAvailableDataProvider (line 479) | public function linkNotAvailableDataProvider() method downloadTypesDataProvider (line 492) | public function downloadTypesDataProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Controller/Download/SampleTest.php class SampleTest (line 15) | class SampleTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testExecuteSampleWithUrlType (line 144) | public function testExecuteSampleWithUrlType() method testExecuteSampleWithFileType (line 185) | public function testExecuteSampleWithFileType() FILE: app/code/Magento/Downloadable/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php class ConfigurationTest (line 14) | class ConfigurationTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetLinksTitle (line 58) | public function testGetLinksTitle() method testGetLinksTitleWithoutTitle (line 70) | public function testGetLinksTitleWithoutTitle() method testGetOptions (line 86) | public function testGetOptions() FILE: app/code/Magento/Downloadable/Test/Unit/Helper/DownloadTest.php class DownloadTest (line 18) | class DownloadTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testSetResourceInvalidPath (line 85) | public function testSetResourceInvalidPath() method testGetFileSizeNoResource (line 94) | public function testGetFileSizeNoResource() method testGetFileSizeInvalidLinkType (line 103) | public function testGetFileSizeInvalidLinkType() method testGetFileSizeUrl (line 109) | public function testGetFileSizeUrl() method testGetFileSize (line 115) | public function testGetFileSize() method testGetFileSizeNoFile (line 125) | public function testGetFileSizeNoFile() method testGetContentType (line 131) | public function testGetContentType() method testGetContentTypeThroughHelper (line 141) | public function testGetContentTypeThroughHelper($functionExistsResult,... method dataProviderForTestGetContentTypeThroughHelper (line 161) | public function dataProviderForTestGetContentTypeThroughHelper() method testGetContentTypeUrl (line 166) | public function testGetContentTypeUrl() method testGetFilename (line 172) | public function testGetFilename() method testGetFileNameUrl (line 180) | public function testGetFileNameUrl() method testGetFileNameUrlWithContentDisposition (line 186) | public function testGetFileNameUrlWithContentDisposition() method _setupFileMocks (line 198) | protected function _setupFileMocks($doesExist = true, $size = self::FI... method _setupUrlMocks (line 215) | protected function _setupUrlMocks($size = self::FILE_SIZE, $url = self... method testOutput (line 236) | public function testOutput() FILE: app/code/Magento/Downloadable/Test/Unit/Helper/FileTest.php class FileTest (line 9) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testUploadFromTmp (line 85) | public function testUploadFromTmp() FILE: app/code/Magento/Downloadable/Test/Unit/Model/File/ContentValidatorTest.php class ContentValidatorTest (line 10) | class ContentValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIsValid (line 29) | public function testIsValid() method testIsValidThrowsExceptionIfProvidedContentIsNotBase64Encoded (line 43) | public function testIsValidThrowsExceptionIfProvidedContentIsNotBase64... method testIsValidThrowsExceptionIfProvidedImageNameContainsForbiddenCharacters (line 58) | public function testIsValidThrowsExceptionIfProvidedImageNameContainsF... method getInvalidNames (line 70) | public function getInvalidNames() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Link/BuilderTest.php class BuilderTest (line 16) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBuild (line 89) | public function testBuild($data, $expectedPrice) method testBuildFileNotProvided (line 176) | public function testBuildFileNotProvided() method buildProvider (line 213) | public function buildProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Link/ContentValidatorTest.php class ContentValidatorTest (line 14) | class ContentValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testIsValid (line 76) | public function testIsValid() method testIsValidSkipLinkContent (line 98) | public function testIsValidSkipLinkContent() method testIsValidSkipSampleContent (line 119) | public function testIsValidSkipSampleContent() method testIsValidThrowsExceptionIfSortOrderIsInvalid (line 146) | public function testIsValidThrowsExceptionIfSortOrderIsInvalid($sortOr... method getInvalidSortOrder (line 167) | public function getInvalidSortOrder() method testIsValidThrowsExceptionIfPriceIsInvalid (line 182) | public function testIsValidThrowsExceptionIfPriceIsInvalid($price) method getInvalidPrice (line 203) | public function getInvalidPrice() method testIsValidThrowsExceptionIfNumberOfDownloadsIsInvalid (line 217) | public function testIsValidThrowsExceptionIfNumberOfDownloadsIsInvalid... method getInvalidNumberOfDownloads (line 238) | public function getInvalidNumberOfDownloads() method getLinkMock (line 251) | protected function getLinkMock(array $linkData) FILE: app/code/Magento/Downloadable/Test/Unit/Model/Link/CreateHandlerTest.php class CreateHandlerTest (line 15) | class CreateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecute (line 33) | public function testExecute() method testExecuteNonDownloadable (line 81) | public function testExecuteNonDownloadable() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Link/UpdateHandlerTest.php class UpdateHandlerTest (line 15) | class UpdateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecute (line 33) | public function testExecute() method testExecuteNonDownloadable (line 93) | public function testExecuteNonDownloadable() FILE: app/code/Magento/Downloadable/Test/Unit/Model/LinkRepositoryTest.php class LinkRepositoryTest (line 14) | class LinkRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method getLinkMock (line 155) | protected function getLinkMock(array $linkData) method testCreate (line 227) | public function testCreate() method testCreateThrowsExceptionIfTitleIsEmpty (line 269) | public function testCreateThrowsExceptionIfTitleIsEmpty() method testUpdate (line 294) | public function testUpdate() method testUpdateWithExistingFile (line 357) | public function testUpdateWithExistingFile() method testUpdateThrowsExceptionIfTitleIsEmptyAndScopeIsGlobal (line 437) | public function testUpdateThrowsExceptionIfTitleIsEmptyAndScopeIsGlobal() method testDelete (line 471) | public function testDelete() method testDeleteThrowsExceptionIfLinkIdIsNotValid (line 487) | public function testDeleteThrowsExceptionIfLinkIdIsNotValid() method testGetList (line 499) | public function testGetList() method setLinkAssertions (line 562) | protected function setLinkAssertions($resource, $inputData) FILE: app/code/Magento/Downloadable/Test/Unit/Model/Product/CopyConstructor/DownloadableTest.php class DownloadableTest (line 8) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testBuildWithNonDownloadableProductType (line 71) | public function testBuildWithNonDownloadableProductType() method testBuild (line 80) | public function testBuild() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Product/TypeHandler/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testSave (line 77) | public function testSave($product, array $data, array $modelData) method saveDataProvider (line 92) | public function saveDataProvider() method testDelete (line 167) | public function testDelete($product, array $data, array $expectedItems) method deleteDataProvider (line 178) | public function deleteDataProvider() method createLinkkModel (line 218) | private function createLinkkModel($product, array $modelData, $isUnlim... method createProductMock (line 281) | private function createProductMock($id, $storeId, $storeWebsiteId, arr... FILE: app/code/Magento/Downloadable/Test/Unit/Model/Product/TypeHandler/SampleTest.php class SampleTest (line 16) | class SampleTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testSave (line 86) | public function testSave($product, array $data, array $modelData) method saveDataProvider (line 99) | public function saveDataProvider() method testDelete (line 132) | public function testDelete($product, array $data, array $expectedItems) method deleteDataProvider (line 143) | public function deleteDataProvider() method createSampleModel (line 182) | private function createSampleModel($product, array $modelData) method createProductMock (line 229) | private function createProductMock($id, $storeId, $storeWebsiteId, arr... FILE: app/code/Magento/Downloadable/Test/Unit/Model/Product/TypeTest.php class TypeTest (line 17) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testHasWeightFalse (line 162) | public function testHasWeightFalse() method testBeforeSave (line 167) | public function testBeforeSave() method testHasLinks (line 173) | public function testHasLinks() method testCheckProductBuyState (line 182) | public function testCheckProductBuyState() method testCheckProductBuyStateException (line 233) | public function testCheckProductBuyStateException() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Product/TypeTransitionManager/Plugin/DownloadableTest.php class DownloadableTest (line 8) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testAroundProcessProductWithProductThatCanBeTransformedToDownloadable (line 61) | public function testAroundProcessProductWithProductThatCanBeTransforme... method compatibleTypeDataProvider (line 79) | public function compatibleTypeDataProvider() method testAroundProcessProductWithProductThatCannotBeTransformedToDownloadable (line 94) | public function testAroundProcessProductWithProductThatCannotBeTransfo... method productThatCannotBeTransformedToDownloadableDataProvider (line 113) | public function productThatCannotBeTransformedToDownloadableDataProvid... FILE: app/code/Magento/Downloadable/Test/Unit/Model/ProductOptionProcessorTest.php class ProductOptionProcessorTest (line 15) | class ProductOptionProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testConvertToBuyRequest (line 98) | public function testConvertToBuyRequest( method dataProviderConvertToBuyRequest (line 136) | public function dataProviderConvertToBuyRequest() method testConvertToProductOption (line 155) | public function testConvertToProductOption( method dataProviderConvertToProductOption (line 185) | public function dataProviderConvertToProductOption() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Quote/Item/CartItemProcessorTest.php class CartItemProcessorTest (line 13) | class CartItemProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testConvertToBuyRequestReturnsNullIfItemDoesNotContainProductOption (line 71) | public function testConvertToBuyRequestReturnsNullIfItemDoesNotContain... method testConvertToBuyRequest (line 77) | public function testConvertToBuyRequest() method testConvertToBuyRequestWithoutExtensionAttributes (line 114) | public function testConvertToBuyRequestWithoutExtensionAttributes() method testProcessProductOptions (line 128) | public function testProcessProductOptions() method testProcessProductOptionsWhenItemDoesNotHaveDownloadableLinks (line 182) | public function testProcessProductOptionsWhenItemDoesNotHaveDownloadab... FILE: app/code/Magento/Downloadable/Test/Unit/Model/Sales/Order/Pdf/Items/CreditmemoTest.php class CreditmemoTest (line 11) | class CreditmemoTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method tearDown (line 64) | protected function tearDown() method formatPrice (line 77) | public function formatPrice($price) method testDraw (line 82) | public function testDraw() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Sample/BuilderTest.php class BuilderTest (line 16) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testBuild (line 83) | public function testBuild() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Sample/ContentValidatorTest.php class ContentValidatorTest (line 14) | class ContentValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testIsValid (line 68) | public function testIsValid() method testIsValidThrowsExceptionIfSortOrderIsInvalid (line 89) | public function testIsValidThrowsExceptionIfSortOrderIsInvalid($sortOr... method getInvalidSortOrder (line 104) | public function getInvalidSortOrder() method getSampleContentMock (line 117) | protected function getSampleContentMock(array $sampleContentData) FILE: app/code/Magento/Downloadable/Test/Unit/Model/Sample/CreateHandlerTest.php class CreateHandlerTest (line 15) | class CreateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecute (line 33) | public function testExecute() method testExecuteNonDownloadable (line 81) | public function testExecuteNonDownloadable() FILE: app/code/Magento/Downloadable/Test/Unit/Model/Sample/UpdateHandlerTest.php class UpdateHandlerTest (line 15) | class UpdateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecute (line 33) | public function testExecute() method testExecuteNonDownloadable (line 93) | public function testExecuteNonDownloadable() FILE: app/code/Magento/Downloadable/Test/Unit/Model/SampleRepositoryTest.php class SampleRepositoryTest (line 14) | class SampleRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method getSampleMock (line 144) | protected function getSampleMock(array $sampleData) method testCreate (line 175) | public function testCreate() method testCreateThrowsExceptionIfTitleIsEmpty (line 213) | public function testCreateThrowsExceptionIfTitleIsEmpty() method testUpdate (line 235) | public function testUpdate() method testUpdateWithExistingFile (line 283) | public function testUpdateWithExistingFile() method testUpdateThrowsExceptionIfTitleIsEmptyAndScopeIsGlobal (line 348) | public function testUpdateThrowsExceptionIfTitleIsEmptyAndScopeIsGlobal() method testDelete (line 381) | public function testDelete() method testDeleteThrowsExceptionIfSampleIdIsNotValid (line 397) | public function testDeleteThrowsExceptionIfSampleIdIsNotValid() method testGetList (line 409) | public function testGetList() method setSampleAssertions (line 461) | protected function setSampleAssertions($resource, $inputData) FILE: app/code/Magento/Downloadable/Test/Unit/Observer/IsAllowedGuestCheckoutObserverTest.php class IsAllowedGuestCheckoutObserverTest (line 17) | class IsAllowedGuestCheckoutObserverTest extends \PHPUnit\Framework\Test... method setUp (line 51) | protected function setUp() method testIsAllowedGuestCheckoutConfigSetToTrue (line 92) | public function testIsAllowedGuestCheckoutConfigSetToTrue($productType... method dataProviderForTestisAllowedGuestCheckoutConfigSetToTrue (line 161) | public function dataProviderForTestisAllowedGuestCheckoutConfigSetToTr... method testIsAllowedGuestCheckoutConfigSetToFalse (line 169) | public function testIsAllowedGuestCheckoutConfigSetToFalse() FILE: app/code/Magento/Downloadable/Test/Unit/Observer/SaveDownloadableOrderItemObserverTest.php class SaveDownloadableOrderItemObserverTest (line 16) | class SaveDownloadableOrderItemObserverTest extends \PHPUnit\Framework\T... method setUp (line 78) | protected function setUp() method testSaveDownloadableOrderItem (line 148) | public function testSaveDownloadableOrderItem() method testSaveDownloadableOrderItemNotDownloadableItem (line 237) | public function testSaveDownloadableOrderItemNotDownloadableItem() method testSaveDownloadableOrderItemNotSavedOrderItem (line 264) | public function testSaveDownloadableOrderItemNotSavedOrderItem() method testSaveDownloadableOrderItemSavedPurchasedLink (line 286) | public function testSaveDownloadableOrderItemSavedPurchasedLink() method createLinkItem (line 334) | private function createLinkItem($status, $orderItemId, $isSaved = fals... FILE: app/code/Magento/Downloadable/Test/Unit/Observer/SetLinkStatusObserverTest.php class SetLinkStatusObserverTest (line 18) | class SetLinkStatusObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method setLinkStatusPendingDataProvider (line 110) | public function setLinkStatusPendingDataProvider() method testSetLinkStatusPending (line 148) | public function testSetLinkStatusPending($orderState, array $orderStat... method testSetLinkStatusClosed (line 200) | public function testSetLinkStatusClosed() method testSetLinkStatusInvoiced (line 254) | public function testSetLinkStatusInvoiced() method testSetLinkStatusEmptyOrder (line 319) | public function testSetLinkStatusEmptyOrder() method createOrderItem (line 344) | private function createOrderItem( method createLinkItemCollection (line 375) | private function createLinkItemCollection(array $expectedOrderItemIds,... method createLinkItem (line 398) | private function createLinkItem($status, $orderItemId, $isSaved = fals... FILE: app/code/Magento/Downloadable/Test/Unit/Pricing/Price/LinkPriceTest.php class LinkPriceTest (line 12) | class LinkPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetLinkAmount (line 67) | public function testGetLinkAmount() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CompositeTest.php class CompositeTest (line 17) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testModifyDataCanNotShowDownloadablePanel (line 77) | public function testModifyDataCanNotShowDownloadablePanel() method testModifyMetaCanNotShowDownloadablePanel (line 88) | public function testModifyMetaCanNotShowDownloadablePanel() method testModifyData (line 101) | public function testModifyData($typeId) method testModifyMeta (line 117) | public function testModifyMeta($typeId) method productTypesDataProvider (line 131) | public function productTypesDataProvider() method canShowDownloadablePanel (line 144) | protected function canShowDownloadablePanel($typeId) method initModifiers (line 157) | protected function initModifiers() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/LinksTest.php class LinksTest (line 23) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testGetLinksTitle (line 106) | public function testGetLinksTitle($id, $typeId, $expectedGetTitle, $ex... method getLinksTitleDataProvider (line 131) | public function getLinksTitleDataProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/SamplesTest.php class SamplesTest (line 25) | class SamplesTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetSamplesTitle (line 103) | public function testGetSamplesTitle($id, $typeId, $expectedGetTitle, $... method getSamplesTitleDataProvider (line 129) | public function getSamplesTitleDataProvider() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/DownloadablePanelTest.php class DownloadablePanelTest (line 21) | class DownloadablePanelTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testModifyData (line 72) | public function testModifyData($typeId, $isDownloadable) method modifyDataDataProvider (line 96) | public function modifyDataDataProvider() method testModifyMeta (line 107) | public function testModifyMeta() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/LinksTest.php class LinksTest (line 23) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testModifyData (line 109) | public function testModifyData($isPurchasedSeparatelyBool, $isPurchase... method modifyDataDataProvider (line 148) | public function modifyDataDataProvider() method testModifyMeta (line 159) | public function testModifyMeta() FILE: app/code/Magento/Downloadable/Test/Unit/Ui/DataProvider/Product/Form/Modifier/SamplesTest.php class SamplesTest (line 22) | class SamplesTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testModifyData (line 98) | public function testModifyData() method testModifyMeta (line 133) | public function testModifyMeta() FILE: app/code/Magento/Downloadable/Test/Unit/_files/download_mock.php function function_exists (line 13) | function function_exists() function mime_content_type (line 21) | function mime_content_type() FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Composite.php class Composite (line 18) | class Composite extends AbstractModifier method __construct (line 50) | public function __construct( method modifyData (line 63) | public function modifyData(array $data) method modifyMeta (line 77) | public function modifyMeta(array $meta) method canShowDownloadablePanel (line 93) | protected function canShowDownloadablePanel() method getModifiers (line 109) | protected function getModifiers() FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Data/Links.php class Links (line 22) | class Links method __construct (line 62) | public function __construct( method getLinksTitle (line 83) | public function getLinksTitle() method isProductLinksCanBePurchasedSeparately (line 99) | public function isProductLinksCanBePurchasedSeparately() method getLinksData (line 110) | public function getLinksData() method addSampleFile (line 154) | protected function addSampleFile(array $linkData, LinkInterface $link) method addLinkFile (line 183) | protected function addLinkFile(array $linkData, LinkInterface $link) method isLinkFileValid (line 211) | private function isLinkFileValid(string $file): bool method getPriceValue (line 226) | public function getPriceValue($value) FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Data/Samples.php class Samples (line 22) | class Samples method __construct (line 62) | public function __construct( method getSamplesTitle (line 83) | public function getSamplesTitle() method getSamplesData (line 99) | public function getSamplesData() method addSampleFile (line 135) | protected function addSampleFile(array $sampleData, SampleInterface $s... method isSampleFileValid (line 163) | private function isSampleFileValid(string $file): bool FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/DownloadablePanel.php class DownloadablePanel (line 20) | class DownloadablePanel extends AbstractModifier method __construct (line 41) | public function __construct(LocatorInterface $locator, ArrayManager $a... method modifyData (line 50) | public function modifyData(array $data) method modifyMeta (line 63) | public function modifyMeta(array $meta) method addMessageBox (line 88) | protected function addMessageBox() method addCheckboxIsDownloadable (line 112) | protected function addCheckboxIsDownloadable() FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Links.php class Links (line 26) | class Links extends AbstractModifier method __construct (line 72) | public function __construct( method modifyData (line 93) | public function modifyData(array $data) method modifyMeta (line 109) | public function modifyMeta(array $meta) method getDynamicRows (line 169) | protected function getDynamicRows() method getRecord (line 191) | protected function getRecord() method getTitleColumn (line 234) | protected function getTitleColumn() method getPriceColumn (line 264) | protected function getPriceColumn() method getFileColumn (line 302) | protected function getFileColumn() method getSampleColumn (line 369) | protected function getSampleColumn() method getShareableColumn (line 433) | protected function getShareableColumn() method getMaxDownloadsColumn (line 453) | protected function getMaxDownloadsColumn() FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Samples.php class Samples (line 25) | class Samples extends AbstractModifier method __construct (line 65) | public function __construct( method modifyData (line 84) | public function modifyData(array $data) method modifyMeta (line 98) | public function modifyMeta(array $meta) method getDynamicRows (line 144) | protected function getDynamicRows() method getRecord (line 166) | protected function getRecord() method getTitleColumn (line 205) | protected function getTitleColumn() method getSampleColumn (line 235) | protected function getSampleColumn() FILE: app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/UsedDefault.php class UsedDefault (line 14) | class UsedDefault extends AbstractModifier method __construct (line 41) | public function __construct( method modifyData (line 54) | public function modifyData(array $data) method modifyMeta (line 62) | public function modifyMeta(array $meta) method titleUsedDefault (line 81) | protected function titleUsedDefault($titleIndex) method priceUsedDefault (line 106) | protected function priceUsedDefault() method titleUsedDefaultInGrid (line 141) | protected function titleUsedDefaultInGrid($indexTitle) FILE: app/code/Magento/DownloadableGraphQl/Model/Cart/BuyRequest/DownloadableLinksDataProvider.php class DownloadableLinksDataProvider (line 18) | class DownloadableLinksDataProvider implements BuyRequestDataProviderInt... method __construct (line 28) | public function __construct( method execute (line 37) | public function execute(array $cartItemData): array FILE: app/code/Magento/DownloadableGraphQl/Model/ConvertLinksToArray.php class ConvertLinksToArray (line 16) | class ConvertLinksToArray method __construct (line 26) | public function __construct( method execute (line 38) | public function execute(array $links): array FILE: app/code/Magento/DownloadableGraphQl/Model/ConvertSamplesToArray.php class ConvertSamplesToArray (line 16) | class ConvertSamplesToArray method __construct (line 26) | public function __construct( method execute (line 38) | public function execute(array $samples): array FILE: app/code/Magento/DownloadableGraphQl/Model/DownloadableProductTypeResolver.php class DownloadableProductTypeResolver (line 16) | class DownloadableProductTypeResolver implements TypeResolverInterface method resolveType (line 22) | public function resolveType(array $data) : string FILE: app/code/Magento/DownloadableGraphQl/Model/GetDownloadableProductLinks.php class GetDownloadableProductLinks (line 18) | class GetDownloadableProductLinks method __construct (line 28) | public function __construct( method execute (line 42) | public function execute(Product $product, array $selectedLinksIds = []... FILE: app/code/Magento/DownloadableGraphQl/Model/GetDownloadableProductSamples.php class GetDownloadableProductSamples (line 17) | class GetDownloadableProductSamples method __construct (line 27) | public function __construct( method execute (line 39) | public function execute(Product $product): array FILE: app/code/Magento/DownloadableGraphQl/Model/ResourceModel/GetPurchasedDownloadableProducts.php class GetPurchasedDownloadableProducts (line 16) | class GetPurchasedDownloadableProducts method __construct (line 26) | public function __construct( method execute (line 38) | public function execute(int $customerId): array FILE: app/code/Magento/DownloadableGraphQl/Resolver/DownloadableCartItem/Links.php class Links (line 22) | class Links implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve( FILE: app/code/Magento/DownloadableGraphQl/Resolver/DownloadableCartItem/Samples.php class Samples (line 23) | class Samples implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve( FILE: app/code/Magento/DownloadableGraphQl/Resolver/Product/Links.php class Links (line 21) | class Links implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve( FILE: app/code/Magento/DownloadableGraphQl/Resolver/Product/Samples.php class Samples (line 21) | class Samples implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve( FILE: app/code/Magento/DownloadableImportExport/Helper/Data.php class Data (line 13) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method isRowDownloadableEmptyOptions (line 21) | public function isRowDownloadableEmptyOptions(array $rowData) method isRowDownloadableNoValid (line 36) | public function isRowDownloadableNoValid(array $rowData) method fillExistOptions (line 51) | public function fillExistOptions(array $base, array $option, array $ex... method prepareDataForSave (line 75) | public function prepareDataForSave(array $base, array $replacement) method getTypeByValue (line 90) | public function getTypeByValue($option) FILE: app/code/Magento/DownloadableImportExport/Helper/Uploader.php class Uploader (line 13) | class Uploader extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 55) | public function __construct( method getUploader (line 80) | public function getUploader($type, $parameters) method getAllowedExtensions (line 113) | protected function getAllowedExtensions() FILE: app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php class Downloadable (line 21) | class Downloadable extends \Magento\CatalogImportExport\Model\Import\Pro... method __construct (line 274) | public function __construct( method saveData (line 297) | public function saveData() method isRowValid (line 331) | public function isRowValid(array $rowData, $rowNum, $isNewProduct = true) method isRowValidSample (line 355) | protected function isRowValidSample(array $rowData) method isRowValidLink (line 396) | protected function isRowValidLink(array $rowData) method isTitle (line 437) | protected function isTitle(array $options) method prepareAttributesWithDefaultValueForSave (line 456) | public function prepareAttributesWithDefaultValueForSave(array $rowDat... method addAdditionalAttributes (line 469) | protected function addAdditionalAttributes(array $rowData) method linksAdditionalAttributes (line 490) | protected function linksAdditionalAttributes(array $rowData, $attribut... method sampleGroupTitle (line 515) | protected function sampleGroupTitle(array $rowData) method parseOptions (line 541) | protected function parseOptions(array $rowData, $entityId) method fillDataSample (line 566) | protected function fillDataSample(array $base, array $options) method fillDataLink (line 602) | protected function fillDataLink(array $base, array $options) method fillDataTitleLink (line 630) | protected function fillDataTitleLink(array $options) method uploadSampleFiles (line 677) | protected function uploadSampleFiles(array $options) method uploadLinkFiles (line 695) | protected function uploadLinkFiles(array $options) method saveOptions (line 715) | protected function saveOptions() method saveSampleOptions (line 732) | protected function saveSampleOptions() method saveLinkOptions (line 753) | protected function saveLinkOptions() method prepareSampleData (line 782) | protected function prepareSampleData($rowCol, $entityId = null) method prepareLinkData (line 807) | protected function prepareLinkData($rowCol, $entityId = null) method parseLinkOption (line 831) | protected function parseLinkOption(array $values) method parseSampleOption (line 865) | protected function parseSampleOption($values) method uploadDownloadableFiles (line 896) | protected function uploadDownloadableFiles($fileName, $type = 'links',... method clear (line 912) | protected function clear() method hasDomainNotInWhitelist (line 930) | private function hasDomainNotInWhitelist(array $link, string $linkType... FILE: app/code/Magento/DownloadableImportExport/Test/Unit/Model/Import/Product/Type/DownloadableTest.php class DownloadableTest (line 16) | class DownloadableTest extends \Magento\ImportExport\Test\Unit\Model\Imp... method setUp (line 76) | protected function setUp() method testSaveDataAppend (line 180) | public function testSaveDataAppend($newSku, $bunch, $allowImport, $fet... method dataForSave (line 230) | public function dataForSave() method testIsRowValid (line 501) | public function testIsRowValid(array $rowData, $rowNum, $isNewProduct ... method isRowValidData (line 538) | public function isRowValidData() method testSetUploaderDirFalse (line 651) | public function testSetUploaderDirFalse($newSku, $bunch, $allowImport,... method dataForUploaderDir (line 692) | public function dataForUploaderDir() method testPrepareAttributesWithDefaultValueForSave (line 752) | public function testPrepareAttributesWithDefaultValueForSave() method setPropertyValue (line 834) | protected function setPropertyValue(&$object, $property, $value) FILE: app/code/Magento/Eav/Api/AttributeGroupRepositoryInterface.php type AttributeGroupRepositoryInterface (line 14) | interface AttributeGroupRepositoryInterface method save (line 24) | public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $gr... method get (line 33) | public function get($groupId); method getList (line 42) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method deleteById (line 52) | public function deleteById($groupId); method delete (line 62) | public function delete(\Magento\Eav\Api\Data\AttributeGroupInterface $... FILE: app/code/Magento/Eav/Api/AttributeManagementInterface.php type AttributeManagementInterface (line 14) | interface AttributeManagementInterface method assign (line 28) | public function assign($entityTypeCode, $attributeSetId, $attributeGro... method unassign (line 40) | public function unassign($attributeSetId, $attributeCode); method getAttributes (line 50) | public function getAttributes($entityTypeCode, $attributeSetId); FILE: app/code/Magento/Eav/Api/AttributeOptionManagementInterface.php type AttributeOptionManagementInterface (line 13) | interface AttributeOptionManagementInterface method add (line 25) | public function add($entityType, $attributeCode, $option); method delete (line 38) | public function delete($entityType, $attributeCode, $optionId); method getItems (line 49) | public function getItems($entityType, $attributeCode); FILE: app/code/Magento/Eav/Api/AttributeRepositoryInterface.php type AttributeRepositoryInterface (line 14) | interface AttributeRepositoryInterface method getList (line 23) | public function getList($entityTypeCode, \Magento\Framework\Api\Search... method get (line 33) | public function get($entityTypeCode, $attributeCode); method save (line 42) | public function save(\Magento\Eav\Api\Data\AttributeInterface $attribu... method delete (line 51) | public function delete(Data\AttributeInterface $attribute); method deleteById (line 61) | public function deleteById($attributeId); FILE: app/code/Magento/Eav/Api/AttributeSetManagementInterface.php type AttributeSetManagementInterface (line 14) | interface AttributeSetManagementInterface method create (line 26) | public function create( FILE: app/code/Magento/Eav/Api/AttributeSetRepositoryInterface.php type AttributeSetRepositoryInterface (line 14) | interface AttributeSetRepositoryInterface method getList (line 26) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 35) | public function get($attributeSetId); method save (line 46) | public function save(\Magento\Eav\Api\Data\AttributeSetInterface $attr... method deleteById (line 56) | public function deleteById($attributeSetId); method delete (line 66) | public function delete(\Magento\Eav\Api\Data\AttributeSetInterface $at... FILE: app/code/Magento/Eav/Api/Data/AttributeDefaultValueInterface.php type AttributeDefaultValueInterface (line 16) | interface AttributeDefaultValueInterface method setDefaultValue (line 25) | public function setDefaultValue($defaultValue); method getDefaultValue (line 31) | public function getDefaultValue(); FILE: app/code/Magento/Eav/Api/Data/AttributeFrontendLabelInterface.php type AttributeFrontendLabelInterface (line 14) | interface AttributeFrontendLabelInterface extends AttributeOptionLabelIn... FILE: app/code/Magento/Eav/Api/Data/AttributeGroupInterface.php type AttributeGroupInterface (line 15) | interface AttributeGroupInterface extends ExtensibleDataInterface method getAttributeGroupId (line 28) | public function getAttributeGroupId(); method setAttributeGroupId (line 36) | public function setAttributeGroupId($attributeGroupId); method getAttributeGroupName (line 43) | public function getAttributeGroupName(); method setAttributeGroupName (line 51) | public function setAttributeGroupName($attributeGroupName); method getAttributeSetId (line 58) | public function getAttributeSetId(); method setAttributeSetId (line 66) | public function setAttributeSetId($attributeSetId); method getExtensionAttributes (line 73) | public function getExtensionAttributes(); method setExtensionAttributes (line 81) | public function setExtensionAttributes( FILE: app/code/Magento/Eav/Api/Data/AttributeGroupSearchResultsInterface.php type AttributeGroupSearchResultsInterface (line 14) | interface AttributeGroupSearchResultsInterface extends \Magento\Framewor... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Eav/Api/Data/AttributeInterface.php type AttributeInterface (line 17) | interface AttributeInterface extends CustomAttributesDataInterface, Meta... method getAttributeId (line 58) | public function getAttributeId(); method setAttributeId (line 66) | public function setAttributeId($attributeId); method getAttributeCode (line 73) | public function getAttributeCode(); method setAttributeCode (line 81) | public function setAttributeCode($attributeCode); method getFrontendInput (line 88) | public function getFrontendInput(); method setFrontendInput (line 96) | public function setFrontendInput($frontendInput); method getEntityTypeId (line 103) | public function getEntityTypeId(); method setEntityTypeId (line 111) | public function setEntityTypeId($entityTypeId); method getIsRequired (line 119) | public function getIsRequired(); method setIsRequired (line 127) | public function setIsRequired($isRequired); method getOptions (line 134) | public function getOptions(); method setOptions (line 142) | public function setOptions(array $options = null); method getIsUserDefined (line 149) | public function getIsUserDefined(); method setIsUserDefined (line 157) | public function setIsUserDefined($isUserDefined); method getDefaultFrontendLabel (line 164) | public function getDefaultFrontendLabel(); method setDefaultFrontendLabel (line 172) | public function setDefaultFrontendLabel($defaultFrontendLabel); method getFrontendLabels (line 179) | public function getFrontendLabels(); method setFrontendLabels (line 187) | public function setFrontendLabels(array $frontendLabels = null); method getNote (line 194) | public function getNote(); method setNote (line 202) | public function setNote($note); method getBackendType (line 209) | public function getBackendType(); method setBackendType (line 217) | public function setBackendType($backendType); method getBackendModel (line 224) | public function getBackendModel(); method setBackendModel (line 232) | public function setBackendModel($backendModel); method getSourceModel (line 239) | public function getSourceModel(); method setSourceModel (line 247) | public function setSourceModel($sourceModel); method getDefaultValue (line 254) | public function getDefaultValue(); method setDefaultValue (line 262) | public function setDefaultValue($defaultValue); method getIsUnique (line 269) | public function getIsUnique(); method setIsUnique (line 277) | public function setIsUnique($isUnique); method getFrontendClass (line 284) | public function getFrontendClass(); method setFrontendClass (line 292) | public function setFrontendClass($frontendClass); method getValidationRules (line 299) | public function getValidationRules(); method setValidationRules (line 307) | public function setValidationRules(array $validationRules = null); method getExtensionAttributes (line 312) | public function getExtensionAttributes(); method setExtensionAttributes (line 320) | public function setExtensionAttributes( FILE: app/code/Magento/Eav/Api/Data/AttributeOptionInterface.php type AttributeOptionInterface (line 15) | interface AttributeOptionInterface method getLabel (line 35) | public function getLabel(); method setLabel (line 43) | public function setLabel($label); method getValue (line 50) | public function getValue(); method setValue (line 58) | public function setValue($value); method getSortOrder (line 65) | public function getSortOrder(); method setSortOrder (line 73) | public function setSortOrder($sortOrder); method getIsDefault (line 80) | public function getIsDefault(); method setIsDefault (line 88) | public function setIsDefault($isDefault); method getStoreLabels (line 95) | public function getStoreLabels(); method setStoreLabels (line 103) | public function setStoreLabels(array $storeLabels = null); FILE: app/code/Magento/Eav/Api/Data/AttributeOptionLabelInterface.php type AttributeOptionLabelInterface (line 14) | interface AttributeOptionLabelInterface method getStoreId (line 25) | public function getStoreId(); method setStoreId (line 33) | public function setStoreId($storeId); method getLabel (line 40) | public function getLabel(); method setLabel (line 48) | public function setLabel($label); FILE: app/code/Magento/Eav/Api/Data/AttributeSearchResultsInterface.php type AttributeSearchResultsInterface (line 14) | interface AttributeSearchResultsInterface extends \Magento\Framework\Api... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Eav/Api/Data/AttributeSetInterface.php type AttributeSetInterface (line 13) | interface AttributeSetInterface extends \Magento\Framework\Api\Extensibl... method getAttributeSetId (line 20) | public function getAttributeSetId(); method setAttributeSetId (line 28) | public function setAttributeSetId($attributeSetId); method getAttributeSetName (line 35) | public function getAttributeSetName(); method setAttributeSetName (line 43) | public function setAttributeSetName($attributeSetName); method getSortOrder (line 50) | public function getSortOrder(); method setSortOrder (line 58) | public function setSortOrder($sortOrder); method getEntityTypeId (line 65) | public function getEntityTypeId(); method setEntityTypeId (line 73) | public function setEntityTypeId($entityTypeId); method getExtensionAttributes (line 80) | public function getExtensionAttributes(); method setExtensionAttributes (line 88) | public function setExtensionAttributes(\Magento\Eav\Api\Data\Attribute... FILE: app/code/Magento/Eav/Api/Data/AttributeSetSearchResultsInterface.php type AttributeSetSearchResultsInterface (line 14) | interface AttributeSetSearchResultsInterface extends \Magento\Framework\... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Eav/Api/Data/AttributeValidationRuleInterface.php type AttributeValidationRuleInterface (line 14) | interface AttributeValidationRuleInterface extends \Magento\Framework\Da... FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Js.php class Js (line 13) | class Js extends \Magento\Backend\Block\Template method __construct (line 31) | public function __construct( method getComaptibleInputTypes (line 44) | public function getComaptibleInputTypes() method getCompatibleInputTypes (line 54) | public function getCompatibleInputTypes() method getInputTypeHints (line 64) | public function getInputTypeHints() FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Main/AbstractMain.php class AbstractMain (line 14) | abstract class AbstractMain extends \Magento\Backend\Block\Widget\Form\G... method __construct (line 56) | public function __construct( method setAttributeObject (line 80) | public function setAttributeObject($attribute) method getAttributeObject (line 91) | public function getAttributeObject() method _prepareForm (line 105) | protected function _prepareForm() method _initFormValues (line 269) | protected function _initFormValues() method _afterToHtml (line 287) | protected function _afterToHtml($html) FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Options/AbstractOptions.php class AbstractOptions (line 15) | abstract class AbstractOptions extends \Magento\Framework\View\Element\A... method _prepareLayout (line 22) | protected function _prepareLayout() method _toHtml (line 33) | protected function _toHtml() FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Options/Labels.php class Labels (line 15) | class Labels extends \Magento\Backend\Block\Template method __construct (line 33) | public function __construct( method getStores (line 47) | public function getStores() method getLabelValues (line 60) | public function getLabelValues() method getAttributeObject (line 78) | private function getAttributeObject() FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Options/Options.php class Options (line 18) | class Options extends \Magento\Backend\Block\Template method __construct (line 47) | public function __construct( method canManageOptionDefaultOnly (line 67) | public function canManageOptionDefaultOnly() method getStores (line 80) | public function getStores() method getStoresSortedBySortOrder (line 94) | public function getStoresSortedBySortOrder() method getOptionValues (line 117) | public function getOptionValues() method _prepareOptionValues (line 142) | protected function _prepareOptionValues( method getPreparedValues (line 185) | private function getPreparedValues( method _getOptionValuesCollection (line 218) | protected function _getOptionValuesCollection(AbstractAttribute $attri... method _prepareSystemAttributeOptionValues (line 246) | protected function _prepareSystemAttributeOptionValues($option, $input... method _prepareUserDefinedAttributeOptionValues (line 284) | protected function _prepareUserDefinedAttributeOptionValues($option, $... method getStoreOptionValues (line 312) | public function getStoreOptionValues($storeId) method getAttributeObject (line 337) | protected function getAttributeObject() FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/Grid/AbstractGrid.php class AbstractGrid (line 16) | abstract class AbstractGrid extends \Magento\Backend\Block\Widget\Grid\E... method _construct (line 28) | protected function _construct() method _prepareColumns (line 41) | protected function _prepareColumns() method getRowUrl (line 105) | public function getRowUrl($row) FILE: app/code/Magento/Eav/Block/Adminhtml/Attribute/PropertyLocker.php class PropertyLocker (line 16) | class PropertyLocker method __construct (line 33) | public function __construct( method lock (line 45) | public function lock(\Magento\Framework\Data\Form $form) FILE: app/code/Magento/Eav/Helper/Data.php class Data (line 12) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 47) | public function __construct( method _getDefaultFrontendClasses (line 62) | protected function _getDefaultFrontendClasses() method getFrontendClasses (line 81) | public function getFrontendClasses($entityTypeCode) method getAttributeLockedFields (line 98) | public function getAttributeLockedFields($entityTypeCode) method getInputTypesValidatorData (line 119) | public function getInputTypesValidatorData() method getAttributeMetadata (line 139) | public function getAttributeMetadata($entityTypeCode, $attributeCode) FILE: app/code/Magento/Eav/Model/Adminhtml/Attribute/Validation/Rules/Options.php class Options (line 11) | class Options implements \Magento\Framework\Data\OptionSourceInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Eav/Model/Adminhtml/System/Config/Source/Inputtype.php class Inputtype (line 8) | class Inputtype implements \Magento\Framework\Option\ArrayInterface method __construct (line 19) | public function __construct(array $optionsArray = []) method toOptionArray (line 29) | public function toOptionArray() method getVolatileInputTypes (line 41) | public function getVolatileInputTypes() method getInputTypeHints (line 53) | public function getInputTypeHints() FILE: app/code/Magento/Eav/Model/Adminhtml/System/Config/Source/Inputtype/Validator.php class Validator (line 13) | class Validator extends \Zend_Validate_InArray method __construct (line 26) | public function __construct(\Magento\Eav\Helper\Data $eavData) method _initMessageTemplates (line 45) | protected function _initMessageTemplates() method addInputType (line 61) | public function addInputType($type) FILE: app/code/Magento/Eav/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor.php class FilterProcessor (line 14) | class FilterProcessor implements CollectionProcessorInterface method __construct (line 30) | public function __construct( method process (line 45) | public function process(SearchCriteriaInterface $searchCriteria, Abstr... method addFilterGroupToCollection (line 59) | private function addFilterGroupToCollection( method getCustomFilterForField (line 90) | private function getCustomFilterForField($field) method getFieldMapping (line 114) | private function getFieldMapping($field) FILE: app/code/Magento/Eav/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeGroupAttributeSetIdFilter.php class AttributeGroupAttributeSetIdFilter (line 12) | class AttributeGroupAttributeSetIdFilter implements CustomFilterInterface method apply (line 21) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Eav/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeGroupCodeFilter.php class AttributeGroupCodeFilter (line 12) | class AttributeGroupCodeFilter implements CustomFilterInterface method apply (line 21) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Eav/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeSetEntityTypeCodeFilter.php class AttributeSetEntityTypeCodeFilter (line 13) | class AttributeSetEntityTypeCodeFilter implements CustomFilterInterface method __construct (line 23) | public function __construct( method apply (line 36) | public function apply(Filter $filter, AbstractDb $collection) FILE: app/code/Magento/Eav/Model/Attribute.php class Attribute (line 23) | class Attribute extends \Magento\Eav\Model\Entity\Attribute method setWebsite (line 51) | public function setWebsite($website) method getWebsite (line 62) | public function getWebsite() method afterSave (line 76) | public function afterSave() method getUsedInForms (line 87) | public function getUsedInForms() method getValidateRules (line 102) | public function getValidateRules() method setValidateRules (line 119) | public function setValidateRules($rules) method _getScopeValue (line 137) | protected function _getScopeValue($key) method getIsRequired (line 152) | public function getIsRequired() method getIsVisible (line 163) | public function getIsVisible() method getDefaultValue (line 174) | public function getDefaultValue() method getMultilineCount (line 185) | public function getMultilineCount() method afterDelete (line 193) | public function afterDelete() FILE: app/code/Magento/Eav/Model/Attribute/Data/AbstractData.php class AbstractData (line 21) | abstract class AbstractData method __construct (line 94) | public function __construct( method setAttribute (line 111) | public function setAttribute(\Magento\Eav\Model\Entity\Attribute\Abstr... method getAttribute (line 123) | public function getAttribute() method setRequestScope (line 138) | public function setRequestScope($scope) method setRequestScopeOnly (line 153) | public function setRequestScopeOnly($flag) method setEntity (line 166) | public function setEntity(\Magento\Framework\Model\AbstractModel $entity) method getEntity (line 178) | public function getEntity() method setExtractedData (line 193) | public function setExtractedData(array $data) method getExtractedData (line 205) | public function getExtractedData($index = null) method _applyInputFilter (line 222) | protected function _applyInputFilter($value) method _getFormFilter (line 241) | protected function _getFormFilter() method _dateFilterFormat (line 262) | protected function _dateFilterFormat($format = null) method _applyOutputFilter (line 286) | protected function _applyOutputFilter($value) method _validateInputRule (line 304) | protected function _validateInputRule($value) method setIsAjaxRequest (line 488) | public function setIsAjaxRequest($flag = true) method getIsAjaxRequest (line 501) | public function getIsAjaxRequest() method _getRequestValue (line 512) | protected function _getRequestValue(RequestInterface $request) method extractValue (line 551) | abstract public function extractValue(RequestInterface $request); method validateValue (line 560) | abstract public function validateValue($value); method compactValue (line 568) | abstract public function compactValue($value); method restoreValue (line 576) | abstract public function restoreValue($value); method outputValue (line 584) | abstract public function outputValue($format = \Magento\Eav\Model\Attr... FILE: app/code/Magento/Eav/Model/Attribute/Data/Boolean.php class Boolean (line 13) | class Boolean extends \Magento\Eav\Model\Attribute\Data\Select method _getOptionText (line 21) | protected function _getOptionText($value) FILE: app/code/Magento/Eav/Model/Attribute/Data/Date.php class Date (line 15) | class Date extends \Magento\Eav\Model\Attribute\Data\AbstractData method extractValue (line 23) | public function extractValue(RequestInterface $request) method validateValue (line 38) | public function validateValue($value) method compactValue (line 108) | public function compactValue($value) method restoreValue (line 126) | public function restoreValue($value) method outputValue (line 137) | public function outputValue($format = \Magento\Eav\Model\AttributeData... FILE: app/code/Magento/Eav/Model/Attribute/Data/File.php class File (line 17) | class File extends \Magento\Eav\Model\Attribute\Data\AbstractData method __construct (line 50) | public function __construct( method extractValue (line 71) | public function extractValue(RequestInterface $request) method _validateByRules (line 128) | protected function _validateByRules($value) method validateValue (line 171) | public function validateValue($value) method compactValue (line 226) | public function compactValue($value) method restoreValue (line 281) | public function restoreValue($value) method outputValue (line 292) | public function outputValue($format = \Magento\Eav\Model\AttributeData... FILE: app/code/Magento/Eav/Model/Attribute/Data/Hidden.php class Hidden (line 13) | class Hidden extends \Magento\Eav\Model\Attribute\Data\Text FILE: app/code/Magento/Eav/Model/Attribute/Data/Image.php class Image (line 13) | class Image extends \Magento\Eav\Model\Attribute\Data\File method _validateByRules (line 25) | protected function _validateByRules($value) FILE: app/code/Magento/Eav/Model/Attribute/Data/Multiline.php class Multiline (line 15) | class Multiline extends \Magento\Eav\Model\Attribute\Data\Text method extractValue (line 23) | public function extractValue(RequestInterface $request) method validateValue (line 41) | public function validateValue($value) method processValue (line 77) | protected function processValue($value) method compactValue (line 97) | public function compactValue($value) method restoreValue (line 112) | public function restoreValue($value) method outputValue (line 123) | public function outputValue($format = \Magento\Eav\Model\AttributeData... FILE: app/code/Magento/Eav/Model/Attribute/Data/Multiselect.php class Multiselect (line 15) | class Multiselect extends \Magento\Eav\Model\Attribute\Data\Select method extractValue (line 23) | public function extractValue(RequestInterface $request) method compactValue (line 38) | public function compactValue($value) method outputValue (line 52) | public function outputValue($format = \Magento\Eav\Model\AttributeData... FILE: app/code/Magento/Eav/Model/Attribute/Data/Select.php class Select (line 15) | class Select extends \Magento\Eav\Model\Attribute\Data\AbstractData method extractValue (line 23) | public function extractValue(RequestInterface $request) method validateValue (line 35) | public function validateValue($value) method compactValue (line 67) | public function compactValue($value) method restoreValue (line 82) | public function restoreValue($value) method _getOptionText (line 93) | protected function _getOptionText($value) method outputValue (line 104) | public function outputValue($format = \Magento\Eav\Model\AttributeData... FILE: app/code/Magento/Eav/Model/Attribute/Data/Text.php class Text (line 16) | class Text extends \Magento\Eav\Model\Attribute\Data\AbstractData method __construct (line 30) | public function __construct( method extractValue (line 46) | public function extractValue(RequestInterface $request) method validateValue (line 61) | public function validateValue($value) method compactValue (line 101) | public function compactValue($value) method restoreValue (line 116) | public function restoreValue($value) method outputValue (line 128) | public function outputValue($format = \Magento\Eav\Model\AttributeData... method validateLength (line 143) | private function validateLength(\Magento\Eav\Model\Attribute $attribut... method validateInputRule (line 171) | private function validateInputRule(string $value): array FILE: app/code/Magento/Eav/Model/Attribute/Data/Textarea.php class Textarea (line 13) | class Textarea extends \Magento\Eav\Model\Attribute\Data\Text FILE: app/code/Magento/Eav/Model/Attribute/GroupRepository.php class GroupRepository (line 17) | class GroupRepository implements \Magento\Eav\Api\AttributeGroupReposito... method __construct (line 64) | public function __construct( method save (line 85) | public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $gr... method getList (line 119) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 138) | public function get($groupId) method delete (line 154) | public function delete(\Magento\Eav\Api\Data\AttributeGroupInterface $... method deleteById (line 173) | public function deleteById($groupId) method retrieveAttributeSetIdFromSearchCriteria (line 186) | protected function retrieveAttributeSetIdFromSearchCriteria( method getCollectionProcessor (line 205) | private function getCollectionProcessor() FILE: app/code/Magento/Eav/Model/AttributeDataFactory.php class AttributeDataFactory (line 14) | class AttributeDataFactory method __construct (line 43) | public function __construct( method create (line 59) | public function create(\Magento\Eav\Model\Attribute $attribute, \Magen... FILE: app/code/Magento/Eav/Model/AttributeFactory.php class AttributeFactory (line 15) | class AttributeFactory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method createAttribute (line 37) | public function createAttribute($className, $arguments = []) FILE: app/code/Magento/Eav/Model/AttributeGroupSearchResults.php class AttributeGroupSearchResults (line 16) | class AttributeGroupSearchResults extends SearchResults implements Attri... FILE: app/code/Magento/Eav/Model/AttributeManagement.php class AttributeManagement (line 17) | class AttributeManagement implements \Magento\Eav\Api\AttributeManagemen... method __construct (line 73) | public function __construct( method assign (line 97) | public function assign($entityTypeCode, $attributeSetId, $attributeGro... method unassign (line 139) | public function unassign($attributeSetId, $attributeCode) method getAttributes (line 176) | public function getAttributes($entityType, $attributeSetId) FILE: app/code/Magento/Eav/Model/AttributeProvider.php class AttributeProvider (line 18) | class AttributeProvider implements AttributeProviderInterface method __construct (line 42) | public function __construct( method getAttributes (line 59) | public function getAttributes($entityType) FILE: app/code/Magento/Eav/Model/AttributeRepository.php class AttributeRepository (line 18) | class AttributeRepository implements \Magento\Eav\Api\AttributeRepositor... method __construct (line 65) | public function __construct( method save (line 86) | public function save(\Magento\Eav\Api\Data\AttributeInterface $attribute) method getList (line 99) | public function getList($entityTypeCode, \Magento\Framework\Api\Search... method get (line 161) | public function get($entityTypeCode, $attributeCode) method delete (line 179) | public function delete(\Magento\Eav\Api\Data\AttributeInterface $attri... method deleteById (line 192) | public function deleteById($attributeId) method getCollectionProcessor (line 214) | private function getCollectionProcessor() FILE: app/code/Magento/Eav/Model/AttributeSearchResults.php class AttributeSearchResults (line 16) | class AttributeSearchResults extends SearchResults implements AttributeS... FILE: app/code/Magento/Eav/Model/AttributeSetManagement.php class AttributeSetManagement (line 14) | class AttributeSetManagement implements AttributeSetManagementInterface method __construct (line 31) | public function __construct( method create (line 42) | public function create($entityTypeCode, AttributeSetInterface $attribu... FILE: app/code/Magento/Eav/Model/AttributeSetRepository.php class AttributeSetRepository (line 24) | class AttributeSetRepository implements AttributeSetRepositoryInterface method __construct (line 71) | public function __construct( method save (line 92) | public function save(AttributeSetInterface $attributeSet) method getList (line 110) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method getEntityTypeCode (line 133) | protected function getEntityTypeCode(\Magento\Framework\Api\SearchCrit... method get (line 148) | public function get($attributeSetId) method delete (line 163) | public function delete(AttributeSetInterface $attributeSet) method deleteById (line 183) | public function deleteById($attributeSetId) method getCollectionProcessor (line 194) | private function getCollectionProcessor() FILE: app/code/Magento/Eav/Model/AttributeSetSearchResults.php class AttributeSetSearchResults (line 16) | class AttributeSetSearchResults extends SearchResults implements Attribu... FILE: app/code/Magento/Eav/Model/Cache/Type.php class Type (line 13) | class Type extends \Magento\Framework\Cache\Frontend\Decorator\TagScope method __construct (line 29) | public function __construct(\Magento\Framework\App\Cache\Type\Frontend... FILE: app/code/Magento/Eav/Model/Config.php class Config (line 26) | class Config method __construct (line 169) | public function __construct( method getCache (line 195) | public function getCache() method clear (line 205) | public function clear() method _load (line 229) | protected function _load($id) method loadAttributes (line 240) | private function loadAttributes($entityTypeCode) method _save (line 253) | protected function _save($obj, $id) method saveAttribute (line 266) | private function saveAttribute(AbstractAttribute $attribute, $entityTy... method _addEntityTypeReference (line 279) | protected function _addEntityTypeReference($id, $code) method _getEntityTypeReference (line 291) | protected function _getEntityTypeReference($id) method _addAttributeReference (line 304) | protected function _addAttributeReference($id, $code, $entityTypeCode) method _getAttributeReference (line 317) | protected function _getAttributeReference($id, $entityTypeCode) method _getEntityKey (line 332) | protected function _getEntityKey($code) method _getAttributeKey (line 345) | protected function _getAttributeKey($entityTypeCode, $attributeCode) method isCacheEnabled (line 357) | public function isCacheEnabled() method _initEntityTypes (line 370) | protected function _initEntityTypes() method getEntityType (line 421) | public function getEntityType($code) method _initAttributes (line 462) | protected function _initAttributes($entityType) method getAttributes (line 517) | public function getAttributes($entityType) method getAttribute (line 530) | public function getAttribute($entityType, $code) method initSystemAttributes (line 576) | private function initSystemAttributes($entityType, $systemAttributes) method cacheUserDefinedAttribute (line 643) | private function cacheUserDefinedAttribute($entityType, $entityTypeCod... method initUserDefinedAttribute (line 690) | private function initUserDefinedAttribute($entityType, $entityTypeCode... method createAttribute (line 713) | private function createAttribute($model) method getEntityAttributeCodes (line 732) | public function getEntityAttributeCodes($entityType, $object = null) method getEntityAttributes (line 748) | public function getEntityAttributes($entityType, $object = null) method _createAttribute (line 812) | protected function _createAttribute($entityType, $attributeData) method _validateAttributeData (line 852) | protected function _validateAttributeData($attributeData = null) method importAttributesData (line 874) | public function importAttributesData($entityType, array $attributes) method createAttributeByAttributeCode (line 895) | private function createAttributeByAttributeCode($entityType, $attribut... method setAttributeData (line 921) | private function setAttributeData($attribute, $entityType): AbstractAt... method initAttributesFromCache (line 940) | private function initAttributesFromCache(Type $entityType) FILE: app/code/Magento/Eav/Model/CustomAttributesMapper.php class CustomAttributesMapper (line 18) | class CustomAttributesMapper implements MapperInterface method __construct (line 45) | public function __construct( method entityToDatabase (line 58) | public function entityToDatabase($entityType, $data) method databaseToEntity (line 81) | public function databaseToEntity($entityType, $data) method getNonStaticAttributes (line 105) | private function getNonStaticAttributes($entityType) FILE: app/code/Magento/Eav/Model/Entity.php class Entity (line 12) | class Entity extends \Magento\Eav\Model\Entity\AbstractEntity method __construct (line 33) | public function __construct(\Magento\Eav\Model\Entity\Context $context... FILE: app/code/Magento/Eav/Model/Entity/AbstractEntity.php class AbstractEntity (line 37) | abstract class AbstractEntity extends AbstractResource implements Entity... method __construct (line 230) | public function __construct( method setConnection (line 261) | public function setConnection($connection) method _construct (line 274) | protected function _construct() method getConnection (line 284) | public function getConnection() method getIdFieldName (line 295) | public function getIdFieldName() method getTable (line 307) | public function getTable($alias) method setType (line 320) | public function setType($type) method getEntityType (line 332) | public function getEntityType() method getType (line 345) | public function getType() method getTypeId (line 355) | public function getTypeId() method unsetAttributes (line 370) | public function unsetAttributes($attributes = null) method _getConfig (line 404) | protected function _getConfig() method getAttribute (line 421) | public function getAttribute($attribute) method addAttribute (line 465) | public function addAttribute(AbstractAttribute $attribute, $object = n... method getAttributesByScope (line 492) | private function getAttributesByScope($suffix) method getAttributesCacheSuffix (line 505) | private function getAttributesCacheSuffix(DataObject $object) method isPartialLoad (line 518) | public function isPartialLoad($flag = null) method isPartialSave (line 533) | public function isPartialSave($flag = null) method loadAllAttributes (line 548) | public function loadAllAttributes($object = null) method getSortedAttributes (line 559) | public function getSortedAttributes($setId = null) method attributesCompare (line 588) | public function attributesCompare($firstAttribute, $secondAttribute) method _isApplicableAttribute (line 604) | protected function _isApplicableAttribute($object, $attribute) method walkAttributes (line 626) | public function walkAttributes($partMethod, array $args = [], $collect... method _isCallableAttributeInstance (line 711) | protected function _isCallableAttributeInstance($instance, $method, $a... method getAttributesByCode (line 725) | public function getAttributesByCode() method getAttributesByTable (line 735) | public function getAttributesByTable() method getEntityTable (line 745) | public function getEntityTable() method getLinkField (line 764) | public function getLinkField() method getEntityIdField (line 783) | public function getEntityIdField() method getValueEntityIdField (line 800) | public function getValueEntityIdField() method getValueTablePrefix (line 810) | public function getValueTablePrefix() method getEntityTablePrefix (line 833) | public function getEntityTablePrefix() method isAttributeStatic (line 856) | public function isAttributeStatic($attribute) method validate (line 869) | public function validate($object) method setNewIncrementId (line 894) | public function setNewIncrementId(DataObject $object) method checkAttributeUniqueValue (line 916) | public function checkAttributeUniqueValue(AbstractAttribute $attribute... method getDefaultAttributeSourceModel (line 973) | public function getDefaultAttributeSourceModel() method load (line 986) | public function load($object, $entityId, $attributes = []) method loadAttributesMetadata (line 1021) | protected function loadAttributesMetadata($attributes) method _loadModelAttributes (line 1032) | protected function _loadModelAttributes($object) method _prepareLoadSelect (line 1073) | protected function _prepareLoadSelect(array $selects) method _getLoadRowSelect (line 1086) | protected function _getLoadRowSelect($object, $rowId) method _getLoadAttributesSelect (line 1105) | protected function _getLoadAttributesSelect($object, $table) method _setAttributeValue (line 1125) | protected function _setAttributeValue($object, $valueRow) method save (line 1145) | public function save(\Magento\Framework\Model\AbstractModel $object) method processSave (line 1203) | protected function processSave($object) method _getOrigObject (line 1214) | protected function _getOrigObject($object) method _aggregateDeleteData (line 1232) | private function _aggregateDeleteData(&$delete, $attribute, $object) method _collectSaveData (line 1256) | protected function _collectSaveData($newObject) method _canUpdateAttribute (line 1362) | protected function _canUpdateAttribute(AbstractAttribute $attribute, $... method _getStaticFieldProperties (line 1373) | protected function _getStaticFieldProperties($field) method _prepareStaticValue (line 1395) | protected function _prepareStaticValue($key, $value) method _processSaveData (line 1418) | protected function _processSaveData($saveData) method _insertAttribute (line 1513) | protected function _insertAttribute($object, $attribute, $value) method _updateAttribute (line 1528) | protected function _updateAttribute($object, $attribute, $valueId, $va... method _saveAttribute (line 1543) | protected function _saveAttribute($object, $attribute, $value) method _processAttributeValues (line 1572) | protected function _processAttributeValues() method _prepareValueForSave (line 1597) | protected function _prepareValueForSave($value, AbstractAttribute $att... method _deleteAttributes (line 1622) | protected function _deleteAttributes($object, $table, $info) method saveAttribute (line 1651) | public function saveAttribute(DataObject $object, $attributeCode) method getAttributeRow (line 1704) | protected function getAttributeRow($entity, $object, $attribute) method delete (line 1726) | public function delete($object) method evaluateDelete (line 1771) | protected function evaluateDelete($object, $id, $connection) method _afterLoad (line 1800) | protected function _afterLoad(DataObject $object) method _beforeSave (line 1814) | protected function _beforeSave(DataObject $object) method _afterSave (line 1826) | protected function _afterSave(DataObject $object) method _beforeDelete (line 1838) | protected function _beforeDelete(DataObject $object) method _afterDelete (line 1850) | protected function _afterDelete(DataObject $object) method _getDefaultAttributeModel (line 1861) | protected function _getDefaultAttributeModel() method _getDefaultAttributes (line 1871) | protected function _getDefaultAttributes() method getDefaultAttributes (line 1881) | public function getDefaultAttributes() method _isAttributeValueEmpty (line 1898) | protected function _isAttributeValueEmpty(AbstractAttribute $attribute... method getAttributeLoader (line 1911) | protected function getAttributeLoader() method afterLoad (line 1925) | public function afterLoad(DataObject $object) method beforeSave (line 1936) | public function beforeSave(DataObject $object) method afterSave (line 1947) | public function afterSave(DataObject $object) method beforeDelete (line 1958) | public function beforeDelete(DataObject $object) method afterDelete (line 1969) | public function afterDelete(DataObject $object) method loadAttributesForObject (line 1984) | protected function loadAttributesForObject($attributes, $object = null) FILE: app/code/Magento/Eav/Model/Entity/Attribute.php class Attribute (line 23) | class Attribute extends \Magento\Eav\Model\Entity\Attribute\AbstractAttr... method __construct (line 114) | public function __construct( method _getDefaultBackendModel (line 167) | protected function _getDefaultBackendModel() method _getDefaultSourceModel (line 194) | protected function _getDefaultSourceModel() method deleteEntity (line 209) | public function deleteEntity() method loadEntityAttributeIdBySet (line 219) | public function loadEntityAttributeIdBySet() method beforeSave (line 244) | public function beforeSave() method afterSave (line 319) | public function afterSave() method getBackendTypeByInput (line 332) | public function getBackendTypeByInput($type) method getDefaultValueByInput (line 376) | public function getDefaultValueByInput($type) method getAttributeCodesByFrontendType (line 422) | public function getAttributeCodesByFrontendType($type) method getStoreLabels (line 432) | public function getStoreLabels() method getStoreLabel (line 447) | public function getStoreLabel($storeId = null) method getSortWeight (line 467) | public function getSortWeight($setId) method getIdentities (line 484) | public function getIdentities() method __sleep (line 493) | public function __sleep() method __wakeup (line 506) | public function __wakeup() FILE: app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php class AbstractAttribute (line 24) | abstract class AbstractAttribute extends \Magento\Framework\Model\Abstra... method __construct (line 177) | public function __construct( method getSerializer (line 227) | protected function getSerializer() method _construct (line 242) | protected function _construct() method loadByCode (line 255) | public function loadByCode($entityType, $code) method getName (line 282) | public function getName() method setAttributeId (line 294) | public function setAttributeId($data) method getAttributeId (line 305) | public function getAttributeId() method setAttributeCode (line 317) | public function setAttributeCode($data) method getAttributeCode (line 326) | public function getAttributeCode() method setAttributeModel (line 338) | public function setAttributeModel($data) method getAttributeModel (line 349) | public function getAttributeModel() method setBackendType (line 361) | public function setBackendType($data) method getBackendType (line 370) | public function getBackendType() method setBackendModel (line 382) | public function setBackendModel($data) method getBackendModel (line 391) | public function getBackendModel() method setBackendTable (line 403) | public function setBackendTable($data) method getIsVisibleOnFront (line 415) | public function getIsVisibleOnFront() method getDefaultValue (line 426) | public function getDefaultValue() method setDefaultValue (line 438) | public function setDefaultValue($defaultValue) method getAttributeSetId (line 449) | public function getAttributeSetId() method setAttributeSetId (line 461) | public function setAttributeSetId($id) method getEntityTypeId (line 472) | public function getEntityTypeId() method setEntityTypeId (line 484) | public function setEntityTypeId($id) method setEntityType (line 498) | public function setEntityType($type) method getAlias (line 511) | public function getAlias($entity = null) method setName (line 529) | public function setName($name) method getEntityType (line 540) | public function getEntityType() method setEntity (line 552) | public function setEntity($entity) method getEntity (line 564) | public function getEntity() method getEntityIdField (line 579) | public function getEntityIdField() method getBackend (line 590) | public function getBackend() method getFrontend (line 616) | public function getFrontend() method getSource (line 634) | public function getSource() method usesSource (line 663) | public function usesSource() method _getDefaultBackendModel (line 676) | protected function _getDefaultBackendModel() method _getDefaultFrontendModel (line 687) | protected function _getDefaultFrontendModel() method _getDefaultSourceModel (line 698) | protected function _getDefaultSourceModel() method isValueEmpty (line 709) | public function isValueEmpty($value) method isAllowedEmptyTextValue (line 724) | public function isAllowedEmptyTextValue($value) method isInEmptyStringTypes (line 734) | private function isInEmptyStringTypes() method isInSet (line 745) | public function isInSet($setId) method isInGroup (line 769) | public function isInGroup($setId, $groupId) method getIdByCode (line 786) | public function getIdByCode($entityType, $code) method isStatic (line 801) | public function isStatic() method getBackendTable (line 811) | public function getBackendTable() method getFlatColumns (line 834) | public function getFlatColumns() method _getFlatColumnsDdlDefinition (line 850) | public function _getFlatColumnsDdlDefinition() method _getFlatColumnsOldDefinition (line 936) | protected function _getFlatColumnsOldDefinition() method getFlatIndexes (line 1012) | public function getFlatIndexes() method getFlatUpdateSelect (line 1083) | public function getFlatUpdateSelect($store = null) method getIsUnique (line 1108) | public function getIsUnique() method setIsUnique (line 1119) | public function setIsUnique($isUnique) method getFrontendClass (line 1127) | public function getFrontendClass() method setFrontendClass (line 1138) | public function setFrontendClass($frontendClass) method getFrontendInput (line 1146) | public function getFrontendInput() method setFrontendInput (line 1154) | public function setFrontendInput($frontendInput) method getIsRequired (line 1162) | public function getIsRequired() method setIsRequired (line 1170) | public function setIsRequired($isRequired) method getOptions (line 1180) | public function getOptions() method setOptions (line 1196) | public function setOptions(array $options = null) method convertToObjects (line 1221) | protected function convertToObjects(array $options) method getIsUserDefined (line 1242) | public function getIsUserDefined() method setIsUserDefined (line 1253) | public function setIsUserDefined($isUserDefined) method getDefaultFrontendLabel (line 1261) | public function getDefaultFrontendLabel() method setDefaultFrontendLabel (line 1272) | public function setDefaultFrontendLabel($defaultFrontendLabel) method getFrontendLabels (line 1280) | public function getFrontendLabels() method setFrontendLabels (line 1304) | public function setFrontendLabels(array $frontendLabels = null) method getNote (line 1312) | public function getNote() method setNote (line 1323) | public function setNote($note) method getSourceModel (line 1331) | public function getSourceModel() method setSourceModel (line 1342) | public function setSourceModel($sourceModel) method getValidationRules (line 1352) | public function getValidationRules() method setValidationRules (line 1371) | public function setValidationRules(array $validationRules = null) method getExtensionAttributes (line 1382) | public function getExtensionAttributes() method setExtensionAttributes (line 1400) | public function setExtensionAttributes(\Magento\Eav\Api\Data\Attribute... method __sleep (line 1409) | public function __sleep() method __wakeup (line 1434) | public function __wakeup() FILE: app/code/Magento/Eav/Model/Entity/Attribute/AttributeGroupAlreadyExistsException.php class AttributeGroupAlreadyExistsException (line 14) | class AttributeGroupAlreadyExistsException extends AlreadyExistsException FILE: app/code/Magento/Eav/Model/Entity/Attribute/AttributeInterface.php type AttributeInterface (line 12) | interface AttributeInterface FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/AbstractBackend.php class AbstractBackend (line 19) | abstract class AbstractBackend implements \Magento\Eav\Model\Entity\Attr... method setAttribute (line 70) | public function setAttribute($attribute) method getAttribute (line 82) | public function getAttribute() method getType (line 93) | public function getType() method isStatic (line 104) | public function isStatic() method getTable (line 114) | public function getTable() method getEntityIdField (line 136) | public function getEntityIdField() method setValueId (line 156) | public function setValueId($valueId) method setEntityValueId (line 169) | public function setEntityValueId($entity, $valueId) method getValueId (line 185) | public function getValueId() method getEntityValueId (line 196) | public function getEntityValueId($entity) method getDefaultValue (line 210) | public function getDefaultValue() method validate (line 231) | public function validate($object) method afterLoad (line 275) | public function afterLoad($object) method beforeSave (line 286) | public function beforeSave($object) method afterSave (line 304) | public function afterSave($object) method beforeDelete (line 317) | public function beforeDelete($object) method afterDelete (line 330) | public function afterDelete($object) method getAffectedFields (line 341) | public function getAffectedFields($object) method isScalar (line 356) | public function isScalar() FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/ArrayBackend.php class ArrayBackend (line 14) | class ArrayBackend extends \Magento\Eav\Model\Entity\Attribute\Backend\A... method beforeSave (line 22) | public function beforeSave($object) method validate (line 42) | public function validate($object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/BackendInterface.php type BackendInterface (line 15) | interface BackendInterface method getTable (line 20) | public function getTable(); method isStatic (line 25) | public function isStatic(); method getType (line 30) | public function getType(); method getEntityIdField (line 35) | public function getEntityIdField(); method setValueId (line 41) | public function setValueId($valueId); method getValueId (line 46) | public function getValueId(); method afterLoad (line 52) | public function afterLoad($object); method beforeSave (line 58) | public function beforeSave($object); method afterSave (line 64) | public function afterSave($object); method beforeDelete (line 70) | public function beforeDelete($object); method afterDelete (line 76) | public function afterDelete($object); method getEntityValueId (line 84) | public function getEntityValueId($entity); method setEntityValueId (line 93) | public function setEntityValueId($entity, $valueId); method isScalar (line 100) | public function isScalar(); FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/Datetime.php class Datetime (line 13) | class Datetime extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstr... method __construct (line 24) | public function __construct(\Magento\Framework\Stdlib\DateTime\Timezon... method beforeSave (line 39) | public function beforeSave($object) method formatDate (line 70) | public function formatDate($date) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/DefaultBackend.php class DefaultBackend (line 14) | class DefaultBackend extends \Magento\Eav\Model\Entity\Attribute\Backend... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/Increment.php class Increment (line 14) | class Increment extends \Magento\Eav\Model\Entity\Attribute\Backend\Abst... method beforeSave (line 22) | public function beforeSave($object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/JsonEncoded.php class JsonEncoded (line 16) | class JsonEncoded extends \Magento\Eav\Model\Entity\Attribute\Backend\Ab... method __construct (line 28) | public function __construct(Json $jsonSerializer) method beforeSave (line 40) | public function beforeSave($object) method afterLoad (line 57) | public function afterLoad($object) method isJsonEncoded (line 71) | private function isJsonEncoded($value): bool FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/Store.php class Store (line 12) | class Store extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method __construct (line 23) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method _beforeSave (line 34) | protected function _beforeSave($object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/Time/Created.php class Created (line 14) | class Created extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method __construct (line 26) | public function __construct(\Magento\Framework\Stdlib\DateTime\DateTim... method beforeSave (line 37) | public function beforeSave($object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Backend/Time/Updated.php class Updated (line 13) | class Updated extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method __construct (line 25) | public function __construct(\Magento\Framework\Stdlib\DateTime $dateTime) method beforeSave (line 36) | public function beforeSave($object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Config.php class Config (line 16) | class Config extends \Magento\Framework\Config\Data method __construct (line 26) | public function __construct( method getLockedFields (line 41) | public function getLockedFields(AbstractAttribute $attribute) method getEntityAttributesLockedFields (line 64) | public function getEntityAttributesLockedFields($entityCode) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 18) | public function convert($source) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Config/Reader.php class Reader (line 10) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 30) | public function __construct( FILE: app/code/Magento/Eav/Model/Entity/Attribute/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 25) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 36) | public function getSchema() method getPerFileSchema (line 47) | public function getPerFileSchema() FILE: app/code/Magento/Eav/Model/Entity/Attribute/Exception.php class Exception (line 14) | class Exception extends \Magento\Framework\Exception\LocalizedException method setAttributeCode (line 38) | public function setAttributeCode($attribute) method setPart (line 51) | public function setPart($part) method getAttributeCode (line 63) | public function getAttributeCode() method getPart (line 74) | public function getPart() FILE: app/code/Magento/Eav/Model/Entity/Attribute/Frontend/AbstractFrontend.php class AbstractFrontend (line 28) | abstract class AbstractFrontend implements \Magento\Eav\Model\Entity\Att... method __construct (line 79) | public function __construct( method setAttribute (line 101) | public function setAttribute($attribute) method getAttribute (line 113) | public function getAttribute() method getInputType (line 124) | public function getInputType() method getLabel (line 134) | public function getLabel() method getLocalizedLabel (line 149) | public function getLocalizedLabel() method getValue (line 160) | public function getValue(\Magento\Framework\DataObject $object) method isVisible (line 193) | public function isVisible() method getClass (line 203) | public function getClass() method _getInputValidateClass (line 230) | protected function _getInputValidateClass() method getTextLengthValidateClasses (line 270) | private function getTextLengthValidateClasses() method getConfigField (line 297) | public function getConfigField($fieldName) method getSelectOptions (line 307) | public function getSelectOptions() method getOption (line 332) | public function getOption($optionId) method getInputRendererClass (line 347) | public function getInputRendererClass() FILE: app/code/Magento/Eav/Model/Entity/Attribute/Frontend/Datetime.php class Datetime (line 13) | class Datetime extends \Magento\Eav\Model\Entity\Attribute\Frontend\Abst... method __construct (line 25) | public function __construct( method getValue (line 39) | public function getValue(\Magento\Framework\DataObject $object) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Frontend/DefaultFrontend.php class DefaultFrontend (line 12) | class DefaultFrontend extends \Magento\Eav\Model\Entity\Attribute\Fronte... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Frontend/FrontendInterface.php type FrontendInterface (line 16) | interface FrontendInterface FILE: app/code/Magento/Eav/Model/Entity/Attribute/FrontendLabel.php class FrontendLabel (line 12) | class FrontendLabel extends OptionLabel implements FILE: app/code/Magento/Eav/Model/Entity/Attribute/Group.php class Group (line 27) | class Group extends \Magento\Framework\Model\AbstractExtensibleModel imp... method __construct (line 51) | public function __construct( method _construct (line 81) | protected function _construct() method itemExists (line 93) | public function itemExists() method deleteGroups (line 105) | public function deleteGroups() method beforeSave (line 115) | public function beforeSave() method getAttributeGroupId (line 144) | public function getAttributeGroupId() method getAttributeGroupName (line 152) | public function getAttributeGroupName() method getAttributeSetId (line 160) | public function getAttributeSetId() method setAttributeGroupId (line 168) | public function setAttributeGroupId($attributeGroupId) method setAttributeGroupName (line 176) | public function setAttributeGroupName($attributeGroupName) method setAttributeSetId (line 184) | public function setAttributeSetId($attributeSetId) method getExtensionAttributes (line 194) | public function getExtensionAttributes() method setExtensionAttributes (line 205) | public function setExtensionAttributes(AttributeGroupExtensionInterfac... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Option.php class Option (line 21) | class Option extends AbstractModel implements AttributeOptionInterface method _construct (line 28) | public function _construct() method getLabel (line 36) | public function getLabel() method getValue (line 44) | public function getValue() method getSortOrder (line 52) | public function getSortOrder() method getIsDefault (line 60) | public function getIsDefault() method getStoreLabels (line 68) | public function getStoreLabels() method setLabel (line 79) | public function setLabel($label) method setValue (line 90) | public function setValue($value) method setSortOrder (line 101) | public function setSortOrder($sortOrder) method setIsDefault (line 112) | public function setIsDefault($isDefault) method setStoreLabels (line 123) | public function setStoreLabels(array $storeLabels = null) FILE: app/code/Magento/Eav/Model/Entity/Attribute/OptionLabel.php class OptionLabel (line 16) | class OptionLabel extends AbstractModel implements AttributeOptionLabelI... method getLabel (line 21) | public function getLabel() method getStoreId (line 29) | public function getStoreId() method setStoreId (line 40) | public function setStoreId($storeId) method setLabel (line 51) | public function setLabel($label) FILE: app/code/Magento/Eav/Model/Entity/Attribute/OptionManagement.php class OptionManagement (line 18) | class OptionManagement implements \Magento\Eav\Api\AttributeOptionManage... method __construct (line 35) | public function __construct( method add (line 55) | public function add($entityType, $attributeCode, $option) method delete (line 107) | public function delete($entityType, $attributeCode, $optionId) method getItems (line 138) | public function getItems($entityType, $attributeCode) method validateOption (line 162) | protected function validateOption($attribute, $optionId) method getOptionId (line 181) | private function getOptionId(\Magento\Eav\Api\Data\AttributeOptionInte... method setOptionValue (line 194) | private function setOptionValue( method isAttributeOptionLabelExists (line 220) | private function isAttributeOptionLabelExists( FILE: app/code/Magento/Eav/Model/Entity/Attribute/ScopedAttributeInterface.php type ScopedAttributeInterface (line 12) | interface ScopedAttributeInterface FILE: app/code/Magento/Eav/Model/Entity/Attribute/Set.php class Set (line 28) | class Set extends \Magento\Framework\Model\AbstractExtensibleModel imple... method __construct (line 85) | public function __construct( method _construct (line 119) | protected function _construct() method initFromSkeleton (line 130) | public function initFromSkeleton($skeletonId) method organizeData (line 175) | public function organizeData($data) method initGroupModel (line 259) | private function initGroupModel($group) method validate (line 286) | public function validate() method addSetInfo (line 311) | public function addSetInfo($entityType, array $attributes, $setId = null) method getDefaultGroupId (line 365) | public function getDefaultGroupId($setId = null) method _getResource (line 380) | protected function _getResource() method getAttributeSetId (line 389) | public function getAttributeSetId() method getAttributeSetName (line 397) | public function getAttributeSetName() method getSortOrder (line 405) | public function getSortOrder() method getEntityTypeId (line 413) | public function getEntityTypeId() method setName (line 424) | public function setName($name) method setAttributeSetId (line 435) | public function setAttributeSetId($attributeSetId) method setAttributeSetName (line 446) | public function setAttributeSetName($attributeSetName) method setSortOrder (line 457) | public function setSortOrder($sortOrder) method setEntityTypeId (line 468) | public function setEntityTypeId($entityTypeId) method getExtensionAttributes (line 478) | public function getExtensionAttributes() method setExtensionAttributes (line 489) | public function setExtensionAttributes(\Magento\Eav\Api\Data\Attribute... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/AbstractSource.php class AbstractSource (line 17) | abstract class AbstractSource implements method setAttribute (line 42) | public function setAttribute($attribute) method getAttribute (line 54) | public function getAttribute() method getOptionText (line 65) | public function getOptionText($value) method getOptionId (line 89) | public function getOptionId($value) method addValueSortToCollection (line 108) | public function addValueSortToCollection($collection, $dir = \Magento\... method getFlatColumns (line 119) | public function getFlatColumns() method getFlatIndexes (line 130) | public function getFlatIndexes() method getFlatUpdateSelect (line 143) | public function getFlatUpdateSelect($store) method getIndexOptionText (line 155) | public function getIndexOptionText($value) method toOptionArray (line 166) | public function toOptionArray() method mbStrcasecmp (line 178) | private function mbStrcasecmp($str1, $str2) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/Boolean.php class Boolean (line 12) | class Boolean extends \Magento\Eav\Model\Entity\Attribute\Source\Abstrac... method __construct (line 30) | public function __construct( method getAllOptions (line 41) | public function getAllOptions() method getOptionArray (line 57) | public function getOptionArray() method getOptionText (line 72) | public function getOptionText($value) method getFlatColumns (line 88) | public function getFlatColumns() method getFlatIndexes (line 110) | public function getFlatIndexes() method getFlatUpdateSelect (line 126) | public function getFlatUpdateSelect($store) method getIndexOptionText (line 137) | public function getIndexOptionText($value) method addValueSortToCollection (line 157) | public function addValueSortToCollection($collection, $dir = \Magento\... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/Config.php class Config (line 15) | class Config extends \Magento\Eav\Model\Entity\Attribute\Source\Abstract... method __construct (line 26) | public function __construct(array $options) method getAllOptions (line 37) | public function getAllOptions() FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/SourceInterface.php type SourceInterface (line 16) | interface SourceInterface method getAllOptions (line 23) | public function getAllOptions(); method getOptionText (line 31) | public function getOptionText($value); FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/SpecificSourceInterface.php type SpecificSourceInterface (line 16) | interface SpecificSourceInterface extends SourceInterface method getOptionsFor (line 27) | public function getOptionsFor(CustomAttributesDataInterface $entity): ... FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/Store.php class Store (line 14) | class Store extends \Magento\Eav\Model\Entity\Attribute\Source\Table method __construct (line 27) | public function __construct( method getAllOptions (line 40) | public function getAllOptions($withEmpty = true, $defaultValues = false) FILE: app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php class Table (line 17) | class Table extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractS... method __construct (line 46) | public function __construct( method getAllOptions (line 61) | public function getAllOptions($withEmpty = true, $defaultValues = false) method getStoreManager (line 101) | private function getStoreManager() method getSpecificOptions (line 116) | public function getSpecificOptions($ids, $withEmpty = true) method addEmptyOption (line 137) | private function addEmptyOption(array $options) method getOptionText (line 149) | public function getOptionText($value) method addValueSortToCollection (line 185) | public function addValueSortToCollection($collection, $dir = \Magento\... method getFlatColumns (line 226) | public function getFlatColumns() method getFlatIndexes (line 262) | public function getFlatIndexes() method getFlatUpdateSelect (line 288) | public function getFlatUpdateSelect($store) FILE: app/code/Magento/Eav/Model/Entity/Attribute/UniqueValidationInterface.php type UniqueValidationInterface (line 14) | interface UniqueValidationInterface method validate (line 26) | public function validate( FILE: app/code/Magento/Eav/Model/Entity/Attribute/UniqueValidator.php class UniqueValidator (line 14) | class UniqueValidator implements UniqueValidationInterface method validate (line 19) | public function validate( FILE: app/code/Magento/Eav/Model/Entity/Attribute/ValidationRule.php class ValidationRule (line 12) | class ValidationRule extends \Magento\Framework\Model\AbstractModel impl... method getKey (line 18) | public function getKey() method getValue (line 26) | public function getValue() method setKey (line 37) | public function setKey($key) method setValue (line 48) | public function setValue($value) FILE: app/code/Magento/Eav/Model/Entity/AttributeLoader.php class AttributeLoader (line 17) | class AttributeLoader implements AttributeLoaderInterface method __construct (line 42) | public function __construct( method loadAllAttributes (line 58) | public function loadAllAttributes(AbstractEntity $resource, DataObject... method _getDefaultAttribute (line 85) | protected function _getDefaultAttribute(AbstractEntity $resource, $att... FILE: app/code/Magento/Eav/Model/Entity/AttributeLoaderInterface.php type AttributeLoaderInterface (line 14) | interface AttributeLoaderInterface method loadAllAttributes (line 23) | public function loadAllAttributes(AbstractEntity $resource, DataObject... FILE: app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php class AbstractCollection (line 24) | abstract class AbstractCollection extends AbstractDb implements SourcePr... method __construct (line 148) | public function __construct( method _construct (line 179) | protected function _construct() method getTable (line 190) | public function getTable($table) method _prepareStaticFields (line 200) | protected function _prepareStaticFields() method _initSelect (line 213) | protected function _initSelect() method _init (line 230) | protected function _init($model, $entityModel) method setEntity (line 246) | public function setEntity($entity) method getEntity (line 266) | public function getEntity() method getResource (line 280) | public function getResource() method setObject (line 291) | public function setObject($object = null) method addItem (line 308) | public function addItem(\Magento\Framework\DataObject $object) method getAttribute (line 324) | public function getAttribute($attributeCode) method addAttributeToFilter (line 351) | public function addAttributeToFilter($attribute, $condition = null, $j... method addFieldToFilter (line 403) | public function addFieldToFilter($attribute, $condition = null) method addAttributeToSort (line 415) | public function addAttributeToSort($attribute, $dir = self::SORT_ORDER... method _prepareOrderExpression (line 461) | protected function _prepareOrderExpression($field) method addAttributeToSelect (line 484) | public function addAttributeToSelect($attribute, $joinType = false) method addEntityTypeToSelect (line 527) | public function addEntityTypeToSelect($entityType, $prefix) method addStaticField (line 539) | public function addStaticField($field) method addExpressionAttributeToSelect (line 561) | public function addExpressionAttributeToSelect($alias, $expression, $a... method groupByAttribute (line 604) | public function groupByAttribute($attribute) method joinAttribute (line 665) | public function joinAttribute($alias, $attribute, $bind, $filter = nul... method joinField (line 753) | public function joinField($alias, $table, $field, $bind, $cond = null,... method joinTable (line 816) | public function joinTable($table, $bind, $fields = null, $cond = null,... method removeAttributeToSelect (line 880) | public function removeAttributeToSelect($attribute = null) method setPage (line 898) | public function setPage($pageNum, $pageSize) method load (line 911) | public function load($printQuery = false, $logQuery = false) method _getAllIdsSelect (line 957) | protected function _getAllIdsSelect($limit = null, $offset = null) method getAllIds (line 977) | public function getAllIds($limit = null, $offset = null) method getAllIdsSql (line 987) | public function getAllIdsSql() method save (line 1007) | public function save() method delete (line 1022) | public function delete() method importFromArray (line 1039) | public function importFromArray($arr) method exportToArray (line 1060) | public function exportToArray() method getRowIdFieldName (line 1076) | public function getRowIdFieldName() method getIdFieldName (line 1086) | public function getIdFieldName() method setRowIdFieldName (line 1101) | public function setRowIdFieldName($fieldName) method _loadEntities (line 1114) | public function _loadEntities($printQuery = false, $logQuery = false) method _loadAttributes (line 1160) | public function _loadAttributes($printQuery = false, $logQuery = false) method _getLoadAttributesSelect (line 1223) | protected function _getLoadAttributesSelect($table, $attributeIds = []) method _addLoadAttributesSelectValues (line 1266) | protected function _addLoadAttributesSelectValues($select, $table, $type) method _setItemAttributeValue (line 1281) | protected function _setItemAttributeValue($valueInfo) method _getAttributeTableAlias (line 1312) | protected function _getAttributeTableAlias($attributeCode) method _getAttributeFieldName (line 1324) | protected function _getAttributeFieldName($attributeCode) method _addAttributeJoin (line 1367) | protected function _addAttributeJoin($attributeCode, $joinType = 'inner') method getEntityPkName (line 1448) | protected function getEntityPkName(\Magento\Eav\Model\Entity\AbstractE... method _joinAttributeToSelect (line 1464) | protected function _joinAttributeToSelect($method, $attribute, $tableA... method _getAttributeConditionSql (line 1484) | protected function _getAttributeConditionSql($attribute, $condition, $... method setOrder (line 1530) | public function setOrder($attribute, $dir = self::SORT_ORDER_ASC) method toArray (line 1547) | public function toArray($arrAttributes = []) method _renderOrders (line 1561) | protected function _renderOrders() method _afterLoad (line 1578) | protected function _afterLoad() method _reset (line 1588) | protected function _reset() method isAttributeAdded (line 1608) | public function isAttributeAdded($attributeCode) : bool method getLoadedIds (line 1619) | public function getLoadedIds() method clear (line 1629) | public function clear() method removeAllItems (line 1640) | public function removeAllItems() method removeItemByKey (line 1652) | public function removeItemByKey($key) method getMainTable (line 1667) | public function getMainTable() method addFieldToSelect (line 1682) | public function addFieldToSelect($field, $alias = null) method removeFieldFromSelect (line 1694) | public function removeFieldFromSelect($field) method removeAllFieldsFromSelect (line 1705) | public function removeAllFieldsFromSelect() FILE: app/code/Magento/Eav/Model/Entity/Collection/VersionControl/AbstractCollection.php class AbstractCollection (line 16) | abstract class AbstractCollection extends \Magento\Eav\Model\Entity\Coll... method __construct (line 40) | public function __construct( method fetchItem (line 72) | public function fetchItem() method beforeAddLoadedItem (line 85) | protected function beforeAddLoadedItem(\Magento\Framework\DataObject $... FILE: app/code/Magento/Eav/Model/Entity/Context.php class Context (line 23) | class Context implements \Magento\Framework\ObjectManager\ContextInterface method __construct (line 75) | public function __construct( method getEavConfig (line 98) | public function getEavConfig() method getResource (line 106) | public function getResource() method getAttributeSetEntity (line 114) | public function getAttributeSetEntity() method getLocaleFormat (line 122) | public function getLocaleFormat() method getResourceHelper (line 130) | public function getResourceHelper() method getUniversalFactory (line 138) | public function getUniversalFactory() method getObjectRelationProcessor (line 146) | public function getObjectRelationProcessor() method getTransactionManager (line 154) | public function getTransactionManager() FILE: app/code/Magento/Eav/Model/Entity/EntityInterface.php type EntityInterface (line 12) | interface EntityInterface FILE: app/code/Magento/Eav/Model/Entity/Increment/AbstractIncrement.php class AbstractIncrement (line 18) | abstract class AbstractIncrement extends \Magento\Framework\DataObject i... method getPadLength (line 26) | public function getPadLength() method getPadChar (line 40) | public function getPadChar() method format (line 55) | public function format($id) method frontendFormat (line 69) | public function frontendFormat($id) FILE: app/code/Magento/Eav/Model/Entity/Increment/Alphanum.php class Alphanum (line 21) | class Alphanum extends \Magento\Eav\Model\Entity\Increment\AbstractIncre... method getAllowedChars (line 29) | public function getAllowedChars() method getNextId (line 40) | public function getNextId() FILE: app/code/Magento/Eav/Model/Entity/Increment/IncrementInterface.php type IncrementInterface (line 12) | interface IncrementInterface method getNextId (line 19) | public function getNextId(); FILE: app/code/Magento/Eav/Model/Entity/Increment/NumericValue.php class NumericValue (line 20) | class NumericValue extends \Magento\Eav\Model\Entity\Increment\AbstractI... method getNextId (line 27) | public function getNextId() FILE: app/code/Magento/Eav/Model/Entity/Setup/Context.php class Context (line 23) | class Context extends \Magento\Framework\Module\Setup\Context method __construct (line 43) | public function __construct( method getAttributeMapper (line 72) | public function getAttributeMapper() FILE: app/code/Magento/Eav/Model/Entity/Setup/PropertyMapper.php class PropertyMapper (line 12) | class PropertyMapper extends PropertyMapperAbstract method map (line 22) | public function map(array $input, $entityTypeId) FILE: app/code/Magento/Eav/Model/Entity/Setup/PropertyMapper/Composite.php class Composite (line 13) | class Composite implements PropertyMapperInterface method __construct (line 30) | public function __construct(ObjectManagerInterface $objectManager, arr... method map (line 44) | public function map(array $input, $entityTypeId) FILE: app/code/Magento/Eav/Model/Entity/Setup/PropertyMapperAbstract.php class PropertyMapperAbstract (line 10) | abstract class PropertyMapperAbstract implements PropertyMapperInterface method _getValue (line 20) | protected function _getValue($array, $key, $default = null) FILE: app/code/Magento/Eav/Model/Entity/Setup/PropertyMapperInterface.php type PropertyMapperInterface (line 14) | interface PropertyMapperInterface method map (line 23) | public function map(array $input, $entityTypeId); FILE: app/code/Magento/Eav/Model/Entity/Store.php class Store (line 20) | class Store extends \Magento\Framework\Model\AbstractModel method _construct (line 28) | protected function _construct() method loadByEntityStore (line 41) | public function loadByEntityStore($entityTypeId, $storeId) FILE: app/code/Magento/Eav/Model/Entity/Type.php class Type (line 39) | class Type extends \Magento\Framework\Model\AbstractModel method __construct (line 94) | public function __construct( method _construct (line 118) | protected function _construct() method loadByCode (line 129) | public function loadByCode($code) method getAttributeCollection (line 142) | public function getAttributeCollection($setId = null) method _getAttributeCollection (line 168) | protected function _getAttributeCollection() method getAttributeSetCollection (line 180) | public function getAttributeSetCollection() method fetchNewIncrementId (line 197) | public function fetchNewIncrementId($storeId = null) method getEntityIdField (line 265) | public function getEntityIdField() method getEntityTable (line 275) | public function getEntityTable() method getValueTablePrefix (line 289) | public function getValueTablePrefix() method getEntityTablePrefix (line 304) | public function getEntityTablePrefix() method getDefaultAttributeSetId (line 320) | public function getDefaultAttributeSetId() method getEntityTypeId (line 330) | public function getEntityTypeId() method getEntityTypeCode (line 340) | public function getEntityTypeCode() method getAttributeModel (line 350) | public function getAttributeModel() method getEntity (line 364) | public function getEntity() method getEntityAttributeCollection (line 374) | public function getEntityAttributeCollection() FILE: app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php class AbstractEntity (line 11) | abstract class AbstractEntity extends \Magento\Eav\Model\Entity\Abstract... method __construct (line 30) | public function __construct( method _afterLoad (line 45) | protected function _afterLoad(\Magento\Framework\DataObject $object) method save (line 54) | public function save(\Magento\Framework\Model\AbstractModel $object) method isModified (line 116) | protected function isModified(\Magento\Framework\Model\AbstractModel $... FILE: app/code/Magento/Eav/Model/Entity/VersionControl/Metadata.php class Metadata (line 11) | class Metadata extends \Magento\Framework\Model\ResourceModel\Db\Version... method getFields (line 19) | public function getFields(\Magento\Framework\DataObject $entity) FILE: app/code/Magento/Eav/Model/Form.php class Form (line 18) | abstract class Form method __construct (line 155) | public function __construct( method _getFormAttributeCollection (line 186) | protected function _getFormAttributeCollection() method _getFilteredFormAttributeCollection (line 198) | protected function _getFilteredFormAttributeCollection() method setStore (line 216) | public function setStore($store) method setEntity (line 228) | public function setEntity(\Magento\Framework\Model\AbstractModel $entity) method setEntityType (line 243) | public function setEntityType($entityType) method setFormCode (line 255) | public function setFormCode($formCode) method getStore (line 266) | public function getStore() method getFormCode (line 280) | public function getFormCode() method getEntityType (line 295) | public function getEntityType() method getEntity (line 309) | public function getEntity() method getAttributes (line 322) | public function getAttributes() method getAttribute (line 351) | public function getAttribute($attributeCode) method getUserAttributes (line 365) | public function getUserAttributes() method getSystemAttributes (line 379) | public function getSystemAttributes() method getAllowedAttributes (line 393) | public function getAllowedAttributes() method _getAttributeDataModel (line 408) | protected function _getAttributeDataModel(\Magento\Eav\Model\Entity\At... method prepareRequest (line 422) | public function prepareRequest(array $data) method extractData (line 438) | public function extractData(RequestInterface $request, $scope = null, ... method _getValidator (line 457) | protected function _getValidator(array $data) method validateData (line 484) | public function validateData(array $data) method compactData (line 503) | public function compactData(array $data) method restoreData (line 524) | public function restoreData(array $data) method outputData (line 544) | public function outputData($format = \Magento\Eav\Model\AttributeDataF... method resetEntityData (line 561) | public function resetEntityData() method setIsAjaxRequest (line 577) | public function setIsAjaxRequest($flag = true) method getIsAjaxRequest (line 589) | public function getIsAjaxRequest() method initDefaultValues (line 599) | public function initDefaultValues() method ignoreInvisible (line 619) | public function ignoreInvisible($setValue = null) method _isAttributeOmitted (line 634) | protected function _isAttributeOmitted($attribute) FILE: app/code/Magento/Eav/Model/Form/Element.php class Element (line 25) | class Element extends \Magento\Framework\Model\AbstractModel method __construct (line 48) | public function __construct( method _construct (line 66) | protected function _construct() method beforeSave (line 77) | public function beforeSave() method getAttribute (line 94) | public function getAttribute() FILE: app/code/Magento/Eav/Model/Form/Factory.php class Factory (line 13) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($form, array $data = []) FILE: app/code/Magento/Eav/Model/Form/Fieldset.php class Fieldset (line 21) | class Fieldset extends \Magento\Framework\Model\AbstractModel method __construct (line 44) | public function __construct( method _construct (line 62) | protected function _construct() method beforeSave (line 73) | public function beforeSave() method getLabels (line 92) | public function getLabels() method setLabels (line 108) | public function setLabels(array $labels) method setStoreLabel (line 120) | public function setStoreLabel($storeId, $label) method getStoreId (line 133) | public function getStoreId() FILE: app/code/Magento/Eav/Model/Form/Type.php class Type (line 24) | class Type extends \Magento\Framework\Model\AbstractModel method __construct (line 53) | public function __construct( method _construct (line 73) | protected function _construct() method getEntityTypes (line 83) | public function getEntityTypes() method setEntityTypes (line 97) | public function setEntityTypes(array $entityTypes) method addEntityType (line 109) | public function addEntityType($entityTypeId) method createFromSkeleton (line 125) | public function createFromSkeleton(\Magento\Eav\Model\Form\Type $skele... FILE: app/code/Magento/Eav/Model/ResourceModel/Attribute.php class Attribute (line 17) | abstract class Attribute extends \Magento\Eav\Model\ResourceModel\Entity... method _getEavWebsiteTable (line 27) | abstract protected function _getEavWebsiteTable(); method _getFormAttributeTable (line 36) | abstract protected function _getFormAttributeTable(); method _beforeSave (line 44) | protected function _beforeSave(AbstractModel $object) method _getLoadSelect (line 61) | protected function _getLoadSelect($field, $value, $object) method _afterSave (line 91) | protected function _afterSave(AbstractModel $object) method getScopeValues (line 149) | public function getScopeValues(\Magento\Eav\Model\Attribute $object) method getUsedInForms (line 177) | public function getUsedInForms(AbstractModel $object) FILE: app/code/Magento/Eav/Model/ResourceModel/Attribute/Collection.php class Collection (line 16) | abstract class Collection extends \Magento\Eav\Model\ResourceModel\Entit... method __construct (line 53) | public function __construct( method _getEntityTypeCode (line 72) | abstract protected function _getEntityTypeCode(); method _getEavWebsiteTable (line 82) | abstract protected function _getEavWebsiteTable(); method getEntityTypeCode (line 90) | public function getEntityTypeCode() method getEntityType (line 100) | public function getEntityType() method setWebsite (line 114) | public function setWebsite($website) method getWebsite (line 126) | public function getWebsite() method _initSelect (line 139) | protected function _initSelect() method setEntityTypeFilter (line 222) | public function setEntityTypeFilter($type) method addVisibleFilter (line 233) | public function addVisibleFilter() method addSystemHiddenFilter (line 243) | public function addSystemHiddenFilter() method addSystemHiddenFilterWithPasswordHash (line 260) | public function addSystemHiddenFilterWithPasswordHash() method addExcludeHiddenFrontendFilter (line 281) | public function addExcludeHiddenFrontendFilter() FILE: app/code/Magento/Eav/Model/ResourceModel/Attribute/DefaultEntityAttributes/ProviderInterface.php type ProviderInterface (line 12) | interface ProviderInterface method getDefaultAttributes (line 19) | public function getDefaultAttributes(); FILE: app/code/Magento/Eav/Model/ResourceModel/AttributeLoader.php class AttributeLoader (line 15) | class AttributeLoader method __construct (line 42) | public function __construct( method getAttributes (line 59) | public function getAttributes($entityType, $attributeSetId = null) FILE: app/code/Magento/Eav/Model/ResourceModel/AttributePersistor.php class AttributePersistor (line 22) | class AttributePersistor method __construct (line 59) | public function __construct( method registerDelete (line 75) | public function registerDelete($entityType, $link, $attributeCode) method registerUpdate (line 87) | public function registerUpdate($entityType, $link, $attributeCode, $va... method registerInsert (line 99) | public function registerInsert($entityType, $link, $attributeCode, $va... method processDeletes (line 111) | public function processDeletes($entityType, $context) method processInserts (line 141) | public function processInserts($entityType, $context) method prepareInsertDataForMultipleSave (line 168) | private function prepareInsertDataForMultipleSave($entityType, $context) method processUpdates (line 203) | public function processUpdates($entityType, $context) method buildUpdateConditions (line 240) | protected function buildUpdateConditions( method buildDeleteConditions (line 270) | protected function buildDeleteConditions( method buildInsertConditions (line 300) | protected function buildInsertConditions( method flush (line 327) | public function flush($entityType, $context) method prepareValue (line 342) | protected function prepareValue($entityType, $value, AbstractAttribute... method getScopeValue (line 364) | protected function getScopeValue(ScopeInterface $scope, AbstractAttrib... FILE: app/code/Magento/Eav/Model/ResourceModel/Config.php class Config (line 13) | class Config extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 35) | protected function _construct() method _loadTypes (line 45) | protected function _loadTypes() method _loadTypeAttributes (line 69) | protected function _loadTypeAttributes($typeId) method fetchEntityTypeData (line 92) | public function fetchEntityTypeData($entityType) FILE: app/code/Magento/Eav/Model/ResourceModel/CreateHandler.php class CreateHandler (line 19) | class CreateHandler implements AttributeInterface method __construct (line 59) | public function __construct( method getAttributes (line 80) | protected function getAttributes($entityType, $attributeSetId = null) method execute (line 94) | public function execute($entityType, $entityData, $arguments = []) FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute.php class Attribute (line 25) | class Attribute extends AbstractDb method __construct (line 58) | public function __construct( method _construct (line 75) | protected function _construct() method _initUniqueFields (line 86) | protected function _initUniqueFields() method loadByCode (line 102) | public function loadByCode(AbstractModel $object, $entityTypeId, $code) method _getMaxSortOrder (line 122) | private function _getMaxSortOrder(AbstractModel $object) method deleteEntity (line 151) | public function deleteEntity(\Magento\Framework\Model\AbstractModel $o... method _beforeSave (line 172) | protected function _beforeSave(AbstractModel $object) method _beforeDelete (line 201) | protected function _beforeDelete(AbstractModel $attribute) method _afterSave (line 217) | protected function _afterSave(AbstractModel $object) method _afterDelete (line 240) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getConfig (line 252) | private function getConfig() method _saveStoreLabels (line 266) | protected function _saveStoreLabels(AbstractModel $object) method _saveAdditionalAttributeData (line 293) | protected function _saveAdditionalAttributeData(AbstractModel $object) method saveInSetIncluding (line 328) | public function saveInSetIncluding( method _saveOption (line 367) | protected function _saveOption(AbstractModel $object) method _processAttributeOptions (line 393) | protected function _processAttributeOptions($object, $option) method _checkDefaultOptionValue (line 415) | protected function _checkDefaultOptionValue($values) method _updateDefaultValue (line 433) | protected function _updateDefaultValue($object, $optionId, $intOptionI... method _saveDefaultValue (line 452) | protected function _saveDefaultValue($object, $defaultValue) method _updateAttributeOption (line 469) | protected function _updateAttributeOption($object, $optionId, $option) method clearSelectedOptionInEntities (line 505) | private function clearSelectedOptionInEntities(AbstractModel $object, ... method _updateAttributeOptionValues (line 540) | protected function _updateAttributeOptionValues($optionId, $values) method getIdByCode (line 564) | public function getIdByCode($entityType, $code) method getEntityAttribute (line 591) | public function getEntityAttribute($entityAttributeId) method getAttributeCodesByFrontendType (line 608) | public function getAttributeCodesByFrontendType($frontendType) method getFlatUpdateSelect (line 629) | public function getFlatUpdateSelect(AbstractAttribute $attribute, $sto... method describeTable (line 677) | public function describeTable($table) method getAdditionalAttributeTable (line 689) | public function getAdditionalAttributeTable($entityTypeId) method _afterLoad (line 702) | protected function _afterLoad(AbstractModel $object) method getStoreLabelsByAttributeId (line 741) | public function getStoreLabelsByAttributeId($attributeId) method getValidAttributeIds (line 764) | public function getValidAttributeIds($attributeIds) method __sleep (line 784) | public function __sleep() method __wakeup (line 797) | public function __wakeup() method setStoreLabels (line 812) | private function setStoreLabels(AbstractModel $object, $frontendLabel) method checkDefaultFrontendLabelExists (line 835) | private function checkDefaultFrontendLabelExists($frontendLabel, $resu... FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 42) | public function __construct( method _construct (line 61) | protected function _construct() method _getLoadDataFields (line 75) | protected function _getLoadDataFields() method useLoadDataFields (line 95) | public function useLoadDataFields() method setEntityTypeFilter (line 109) | public function setEntityTypeFilter($type) method setAttributeSetFilter (line 135) | public function setAttributeSetFilter($setId) method setAttributeSetFilterBySetName (line 166) | public function setAttributeSetFilterBySetName($attributeSetName, $ent... method setAttributeSetsFilter (line 193) | public function setAttributeSetsFilter(array $setIds) method setInAllAttributeSetsFilter (line 213) | public function setInAllAttributeSetsFilter(array $setIds) method setAttributesExcludeFilter (line 241) | public function setAttributesExcludeFilter($attributes) method setExcludeSetFilter (line 252) | public function setExcludeSetFilter($setId) method setAttributeGroupFilter (line 272) | public function setAttributeGroupFilter($groupId) method addAttributeGrouping (line 290) | public function addAttributeGrouping() method addIsUniqueFilter (line 302) | public function addIsUniqueFilter() method addIsNotUniqueFilter (line 313) | public function addIsNotUniqueFilter() method addHasOptionsFilter (line 323) | public function addHasOptionsFilter() method setFrontendInputTypeFilter (line 354) | public function setFrontendInputTypeFilter($frontendInputType) method addSetInfo (line 366) | public function addSetInfo($flag = true) method _addSetInfo (line 377) | protected function _addSetInfo() method _afterLoadData (line 431) | protected function _afterLoadData() method setCodeFilter (line 444) | public function setCodeFilter($code) method addStoreLabel (line 462) | public function addStoreLabel($storeId) method getSelectCountSql (line 481) | public function getSelectCountSql() method joinLeft (line 498) | public function joinLeft($table, $cond, $cols = '*') FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Grid/Collection.php class Collection (line 15) | class Collection extends \Magento\Eav\Model\ResourceModel\Entity\Attribu... method __construct (line 32) | public function __construct( method _initSelect (line 50) | protected function _initSelect() FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Group.php class Group (line 17) | class Group extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 27) | public function __construct( method _construct (line 42) | protected function _construct() method itemExists (line 53) | public function itemExists($object) method _beforeSave (line 77) | protected function _beforeSave(AbstractModel $object) method _afterSave (line 91) | protected function _afterSave(AbstractModel $object) method _getMaxSortOrder (line 112) | protected function _getMaxSortOrder($object) method updateDefaultGroup (line 132) | public function updateDefaultGroup($attributeSetId) method saveNewObject (line 161) | protected function saveNewObject(AbstractModel $object) method updateObject (line 178) | protected function updateObject(AbstractModel $object) FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Group/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | protected function _construct() method setAttributeSetFilter (line 36) | public function setAttributeSetFilter($setId) method setSortOrder (line 50) | public function setSortOrder($direction = self::SORT_ORDER_ASC) FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Option.php class Option (line 13) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method addOptionValueToCollection (line 34) | public function addOptionValueToCollection($collection, $attribute, $v... method getFlatUpdateSelect (line 78) | public function getFlatUpdateSelect( FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Option/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 43) | public function __construct( method _construct (line 63) | protected function _construct() method setAttributeFilter (line 79) | public function setAttributeFilter($setId) method setStoreFilter (line 91) | public function setStoreFilter($storeId = null, $useDefaultValue = true) method setIdFilter (line 139) | public function setIdFilter($optionId) method toOptionArray (line 150) | public function toOptionArray($valueKey = 'value') method setPositionOrder (line 162) | public function setPositionOrder($dir = self::SORT_ORDER_ASC, $sortAlp... FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Set.php class Set (line 9) | class Set extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 34) | public function __construct( method _construct (line 51) | protected function _construct() method _afterSave (line 62) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _beforeDelete (line 99) | protected function _beforeDelete(\Magento\Framework\Model\AbstractMode... method validate (line 120) | public function validate($object, $attributeSetName) method getSetInfo (line 147) | public function getSetInfo(array $attributeIds, $setId = null) method getDefaultGroupId (line 192) | public function getDefaultGroupId($setId) method fetchAttributeSetData (line 215) | protected function fetchAttributeSetData($setId = null) FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Set/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() method setEntityTypeFilter (line 38) | public function setEntityTypeFilter($typeId) method toOptionArray (line 48) | public function toOptionArray() method toOptionHash (line 58) | public function toOptionHash() FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Store.php class Store (line 16) | class Store extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 24) | protected function _construct() method loadByEntityStore (line 37) | public function loadByEntityStore(AbstractModel $object, $entityTypeId... FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Type.php class Type (line 14) | class Type extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 29) | protected function _construct() method loadByCode (line 42) | public function loadByCode($object, $code) method getAdditionalAttributeTable (line 53) | public function getAdditionalAttributeTable($entityTypeId) FILE: app/code/Magento/Eav/Model/ResourceModel/Entity/Type/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Attribute.php class Attribute (line 14) | abstract class Attribute extends \Magento\Framework\Model\ResourceModel\... method getFormAttributeIds (line 22) | public function getFormAttributeIds($formCode) FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Attribute/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 66) | public function __construct( method _construct (line 87) | protected function _construct() method _getEavWebsiteTable (line 108) | protected function _getEavWebsiteTable() method setStore (line 120) | public function setStore($store) method getStore (line 131) | public function getStore() method setEntityType (line 146) | public function setEntityType($entityType) method getEntityType (line 157) | public function getEntityType() method addFormCodeFilter (line 172) | public function addFormCodeFilter($code) method setSortOrder (line 183) | public function setSortOrder($direction = self::SORT_ORDER_ASC) method _beforeLoad (line 194) | protected function _beforeLoad() FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Element.php class Element (line 13) | class Element extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method _getLoadSelect (line 36) | protected function _getLoadSelect($field, $value, $object) FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Element/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | protected function _construct() method addTypeFilter (line 33) | public function addTypeFilter($type) method addFieldsetFilter (line 48) | public function addFieldsetFilter($fieldset) method addAttributeFilter (line 64) | public function addAttributeFilter($attribute) method setSortOrder (line 79) | public function setSortOrder() method _joinAttributeData (line 91) | protected function _joinAttributeData() method load (line 109) | public function load($printQuery = false, $logQuery = false) FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Fieldset.php class Fieldset (line 17) | class Fieldset extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 24) | protected function _construct() method _afterSave (line 40) | protected function _afterSave(AbstractModel $object) method getLabels (line 101) | public function getLabels($object) method _getLoadSelect (line 127) | protected function _getLoadSelect($field, $value, $object) FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Fieldset/Collection.php class Collection (line 22) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 46) | public function __construct( method _construct (line 65) | protected function _construct() method addTypeFilter (line 76) | public function addTypeFilter($type) method setSortOrder (line 91) | public function setSortOrder() method getStoreId (line 102) | public function getStoreId() method setStoreId (line 117) | public function setStoreId($storeId) method _initSelect (line 128) | protected function _initSelect() FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Type.php class Type (line 16) | class Type extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() method load (line 39) | public function load(AbstractModel $object, $value, $field = null) method getEntityTypes (line 53) | public function getEntityTypes($object) method _afterSave (line 79) | protected function _afterSave(AbstractModel $object) method getFormTypesByAttribute (line 118) | public function getFormTypesByAttribute($attribute) FILE: app/code/Magento/Eav/Model/ResourceModel/Form/Type/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 24) | protected function _construct() method toOptionArray (line 34) | public function toOptionArray() method addEntityTypeFilter (line 45) | public function addEntityTypeFilter($entity) FILE: app/code/Magento/Eav/Model/ResourceModel/Helper.php class Helper (line 14) | class Helper extends \Magento\Framework\DB\Helper method __construct (line 23) | public function __construct(\Magento\Framework\App\ResourceConnection ... method getDdlTypeByColumnType (line 68) | public function getDdlTypeByColumnType($columnType) method getLoadAttributesSelectGroups (line 105) | public function getLoadAttributesSelectGroups($selects) FILE: app/code/Magento/Eav/Model/ResourceModel/ReadHandler.php class ReadHandler (line 28) | class ReadHandler implements AttributeInterface method __construct (line 56) | public function __construct( method getAttributes (line 77) | protected function getAttributes($entityType) method getEntityAttributes (line 92) | private function getEntityAttributes(string $entityType, DataObject $e... method getContextVariables (line 105) | protected function getContextVariables(ScopeInterface $scope) method execute (line 126) | public function execute($entityType, $entityData, $arguments = []) method applyIdentifierForSelects (line 199) | private function applyIdentifierForSelects(array $selects, array $iden... method applyIdentifierForUnion (line 214) | private function applyIdentifierForUnion(Select $unionSelect, array $i... FILE: app/code/Magento/Eav/Model/ResourceModel/ReadSnapshot.php class ReadSnapshot (line 15) | class ReadSnapshot extends ReadHandler method getContextVariables (line 21) | protected function getContextVariables(ScopeInterface $scope) FILE: app/code/Magento/Eav/Model/ResourceModel/UpdateHandler.php class UpdateHandler (line 20) | class UpdateHandler implements AttributeInterface method __construct (line 72) | public function __construct( method getAttributes (line 95) | protected function getAttributes($entityType, $attributeSetId = null) method execute (line 111) | public function execute($entityType, $entityData, $arguments = []) method getReadHandler (line 200) | protected function getReadHandler() FILE: app/code/Magento/Eav/Model/TypeLocator.php class TypeLocator (line 16) | class TypeLocator implements CustomAttributeTypeLocatorInterface method __construct (line 34) | public function __construct( method getType (line 45) | public function getType($attributeCode, $entityType) method getAllServiceDataInterfaces (line 60) | public function getAllServiceDataInterfaces() FILE: app/code/Magento/Eav/Model/TypeLocator/ComplexType.php class ComplexType (line 19) | class ComplexType implements ServiceTypeListInterface, CustomAttributeTy... method __construct (line 44) | public function __construct( method getType (line 57) | public function getType($attributeCode, $entityType) method getDataTypes (line 88) | public function getDataTypes() method getAllServiceDataInterfaces (line 102) | public function getAllServiceDataInterfaces() method getAttributeBackendModelToTypeMapping (line 110) | private function getAttributeBackendModelToTypeMapping() FILE: app/code/Magento/Eav/Model/TypeLocator/ServiceClassLocator.php class ServiceClassLocator (line 19) | class ServiceClassLocator implements CustomAttributeTypeLocatorInterface method __construct (line 47) | public function __construct( method getType (line 62) | public function getType($attributeCode, $entityType) method getAllServiceDataInterfaces (line 80) | public function getAllServiceDataInterfaces() FILE: app/code/Magento/Eav/Model/TypeLocator/SimpleType.php class SimpleType (line 18) | class SimpleType implements CustomAttributeTypeLocatorInterface method __construct (line 35) | public function __construct( method getType (line 46) | public function getType($attributeCode, $entityType) method getAllServiceDataInterfaces (line 69) | public function getAllServiceDataInterfaces() FILE: app/code/Magento/Eav/Model/Validator/Attribute/Backend.php class Backend (line 13) | class Backend extends \Magento\Framework\Validator\AbstractValidator method isValid (line 22) | public function isValid($entity) FILE: app/code/Magento/Eav/Model/Validator/Attribute/Code.php class Code (line 21) | class Code extends AbstractValidator method isValid (line 35) | public function isValid($attributeCode): bool FILE: app/code/Magento/Eav/Model/Validator/Attribute/Data.php class Data (line 16) | class Data extends \Magento\Framework\Validator\AbstractValidator method __construct (line 46) | public function __construct(\Magento\Eav\Model\AttributeDataFactory $a... method setAttributes (line 57) | public function setAttributes(array $attributes) method setAttributesWhiteList (line 71) | public function setAttributesWhiteList(array $attributesCodes) method setAttributesBlackList (line 85) | public function setAttributesBlackList(array $attributesCodes) method setData (line 97) | public function setData(array $data) method isValid (line 109) | public function isValid($entity) method _getAttributes (line 148) | protected function _getAttributes($entity) method _addErrorMessages (line 196) | protected function _addErrorMessages($code, array $messages) FILE: app/code/Magento/Eav/Plugin/Model/ResourceModel/Entity/Attribute.php class Attribute (line 15) | class Attribute method __construct (line 43) | public function __construct( method aroundGetStoreLabelsByAttributeId (line 60) | public function aroundGetStoreLabelsByAttributeId( method isCacheEnabled (line 88) | private function isCacheEnabled() FILE: app/code/Magento/Eav/Setup/AddOptionToAttribute.php class AddOptionToAttribute (line 17) | class AddOptionToAttribute method __construct (line 27) | public function __construct( method execute (line 41) | public function execute(array $option): void method addValue (line 63) | private function addValue(array $option, string $optionTable, string $... method addValues (line 118) | private function addValues(array $option, string $optionTable, string ... method isExistingOptionValue (line 156) | private function isExistingOptionValue(string $value, array $existingO... method getExistingAttributeOptions (line 176) | private function getExistingAttributeOptions(int $attributeId, string ... method getExistingOptionIdWithDiffSortOrder (line 200) | private function getExistingOptionIdWithDiffSortOrder(int $sortOrder, ... FILE: app/code/Magento/Eav/Setup/EavSetup.php class EavSetup (line 27) | class EavSetup method __construct (line 106) | public function __construct( method getSetup (line 131) | public function getSetup() method getAttributeGroupCollectionFactory (line 141) | public function getAttributeGroupCollectionFactory() method cleanCache (line 151) | public function cleanCache() method installDefaultGroupIds (line 162) | public function installDefaultGroupIds() method addEntityType (line 207) | public function addEntityType($code, array $params) method updateEntityType (line 254) | public function updateEntityType($code, $field, $value = null) method getEntityType (line 273) | public function getEntityType($id, $field = null) method getEntityTypeId (line 290) | public function getEntityTypeId($entityTypeId) method removeEntityType (line 308) | public function removeEntityType($id) method getAttributeSetSortOrder (line 328) | public function getAttributeSetSortOrder($entityTypeId, $sortOrder = n... method addAttributeSet (line 354) | public function addAttributeSet($entityTypeId, $name, $sortOrder = nul... method updateAttributeSet (line 390) | public function updateAttributeSet($entityTypeId, $id, $field, $value ... method getAttributeSet (line 412) | public function getAttributeSet($entityTypeId, $id, $field = null) method getAttributeSetId (line 432) | public function getAttributeSetId($entityTypeId, $setId) method removeAttributeSet (line 451) | public function removeAttributeSet($entityTypeId, $id) method setDefaultSetToEntityType (line 468) | public function setDefaultSetToEntityType($entityType, $attributeSet =... method getAllAttributeSetIds (line 482) | public function getAllAttributeSetIds($entityTypeId = null) method getDefaultAttributeSetId (line 502) | public function getDefaultAttributeSetId($entityType) method getAttributeGroupSortOrder (line 530) | public function getAttributeGroupSortOrder($entityTypeId, $setId, $sor... method addAttributeGroup (line 556) | public function addAttributeGroup($entityTypeId, $setId, $name, $sortO... method convertToAttributeGroupCode (line 601) | public function convertToAttributeGroupCode($groupName) method updateAttributeGroup (line 616) | public function updateAttributeGroup($entityTypeId, $setId, $id, $fiel... method getAttributeGroup (line 640) | public function getAttributeGroup($entityTypeId, $setId, $id, $field =... method getAttributeGroupByCode (line 674) | public function getAttributeGroupByCode($entityTypeId, $setId, $code, ... method getAttributeGroupId (line 695) | public function getAttributeGroupId($entityTypeId, $setId, $groupId) method removeAttributeGroup (line 719) | public function removeAttributeGroup($entityTypeId, $setId, $id) method getDefaultAttributeGroupId (line 736) | public function getDefaultAttributeGroupId($entityType, $attributeSetI... method getAttributesNumberInGroup (line 766) | public function getAttributesNumberInGroup($entityTypeId, $setId, $gro... method _getValue (line 795) | private function _getValue($array, $key, $default = null) method addAttribute (line 815) | public function addAttribute($entityTypeId, $code, array $attr) method addAttributeOption (line 880) | public function addAttributeOption($option) method updateAttribute (line 895) | public function updateAttribute($entityTypeId, $id, $field, $value = n... method _updateAttribute (line 913) | private function _updateAttribute($entityTypeId, $id, $field, $value =... method _updateAttributeAdditionalData (line 973) | private function _updateAttributeAdditionalData($entityTypeId, $id, $f... method updateCachedRow (line 1035) | private function updateCachedRow($field, $value, $attribute) method getAttribute (line 1069) | public function getAttribute($entityTypeId, $id, $field = null) method getAttributeId (line 1118) | public function getAttributeId($entityTypeId, $id) method getAttributeTable (line 1136) | public function getAttributeTable($entityTypeId, $id) method removeAttribute (line 1176) | public function removeAttribute($entityTypeId, $code) method getAttributeSortOrder (line 1199) | public function getAttributeSortOrder($entityTypeId, $setId, $groupId,... method addAttributeToSet (line 1226) | public function addAttributeToSet($entityTypeId, $setId, $groupId, $at... method addAttributeToGroup (line 1275) | public function addAttributeToGroup($entityType, $setId, $groupId, $at... method getDefaultEntities (line 1344) | public function getDefaultEntities() method installEntities (line 1357) | public function installEntities($entities = null) method _getAttributeTableFields (line 1410) | private function _getAttributeTableFields() method _insertAttribute (line 1423) | private function _insertAttribute(array $data) method _insertAttributeAdditionalData (line 1460) | private function _insertAttributeAdditionalData($entityTypeId, array $... method validateAttributeCode (line 1498) | private function validateAttributeCode(array $data): void FILE: app/code/Magento/Eav/Setup/Patch/Data/InitializeAttributeModels.php class InitializeAttributeModels (line 19) | class InitializeAttributeModels implements DataPatchInterface, PatchVers... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 125) | public static function getDependencies() method getVersion (line 133) | public static function getVersion() method getAliases (line 141) | public function getAliases() FILE: app/code/Magento/Eav/Test/Unit/Block/Adminhtml/Attribute/PropertyLockerTest.php class PropertyLockerTest (line 10) | class PropertyLockerTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testLock (line 53) | public function testLock() FILE: app/code/Magento/Eav/Test/Unit/Helper/DataTest.php class DataTest (line 11) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetAttributeMetadata (line 62) | public function testGetAttributeMetadata() method testGetFrontendClasses (line 96) | public function testGetFrontendClasses() method testGetAttributeLockedFieldsNoEntityCode (line 107) | public function testGetAttributeLockedFieldsNoEntityCode() method testGetAttributeLockedFieldsNonCachedLockedFiled (line 116) | public function testGetAttributeLockedFieldsNonCachedLockedFiled() method testGetAttributeLockedFieldsCachedLockedFiled (line 128) | public function testGetAttributeLockedFieldsCachedLockedFiled() method testGetAttributeLockedFieldsNoLockedFields (line 142) | public function testGetAttributeLockedFieldsNoLockedFields() method testGetInputTypesValidatorData (line 150) | public function testGetInputTypesValidatorData() FILE: app/code/Magento/Eav/Test/Unit/Model/Adminhtml/Attribute/Validation/Rules/OptionsTest.php class OptionsTest (line 14) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testToOptionArray (line 28) | public function testToOptionArray() FILE: app/code/Magento/Eav/Test/Unit/Model/Adminhtml/System/Config/Source/Inputtype/ValidatorTest.php class ValidatorTest (line 8) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAddInputType (line 28) | public function testAddInputType() FILE: app/code/Magento/Eav/Test/Unit/Model/Adminhtml/System/Config/Source/InputtypeTest.php class InputtypeTest (line 8) | class InputtypeTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testToOptionArray (line 22) | public function testToOptionArray() method getOptionsArray (line 31) | private function getOptionsArray() FILE: app/code/Magento/Eav/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeGroupAttributeSetIdFilterTest.php class AttributeGroupAttributeSetIdFilterTest (line 12) | class AttributeGroupAttributeSetIdFilterTest extends \PHPUnit\Framework\... method setUp (line 19) | protected function setUp() method testApply (line 24) | public function testApply() FILE: app/code/Magento/Eav/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeGroupCodeFilterTest.php class AttributeGroupCodeFilterTest (line 12) | class AttributeGroupCodeFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testApply (line 24) | public function testApply() FILE: app/code/Magento/Eav/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor/AttributeSetEntityTypeCodeFilterTest.php class AttributeSetEntityTypeCodeFilterTest (line 14) | class AttributeSetEntityTypeCodeFilterTest extends \PHPUnit\Framework\Te... method setUp (line 26) | protected function setUp() method testApply (line 35) | public function testApply() FILE: app/code/Magento/Eav/Test/Unit/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessorTest.php class FilterProcessorTest (line 15) | class FilterProcessorTest extends \PHPUnit\Framework\TestCase method getModel (line 24) | private function getModel(array $customFilters, array $fieldMapping) method testProcess (line 32) | public function testProcess() method testProcessWithException (line 150) | public function testProcessWithException() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/AbstractDataTest.php class AbstractDataTest (line 11) | class AbstractDataTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetEntity (line 33) | public function testGetEntity() method testGetEntityWhenEntityNotSet (line 46) | public function testGetEntityWhenEntityNotSet() method testGetExtractedData (line 60) | public function testGetExtractedData($index, $expectedResult) method extractedDataDataProvider (line 70) | public function extractedDataDataProvider() method testGetRequestValue (line 99) | public function testGetRequestValue($requestScope, $value, $params, $r... method getRequestValueDataProvider (line 126) | public function getRequestValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/BooleanTest.php class BooleanTest (line 8) | class BooleanTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testOutputValue (line 32) | public function testOutputValue($format, $value, $expectedResult) method getOptionTextDataProvider (line 47) | public function getOptionTextDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/DateTest.php class DateTest (line 8) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testOutputValue (line 42) | public function testOutputValue($format, $value, $callTimes, $expected... method outputValueDataProvider (line 58) | public function outputValueDataProvider() method testValidateValue (line 86) | public function testValidateValue($value, $rules, $originalValue, $isR... method validateValueDataProvider (line 104) | public function validateValueDataProvider() method testCompactValue (line 159) | public function testCompactValue($value, $expectedResult) method compactValueDataProvider (line 175) | public function compactValueDataProvider() method testCompactValueWithFalseValue (line 186) | public function testCompactValueWithFalseValue() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/FileTest.php class FileTest (line 9) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testOutputValue (line 57) | public function testOutputValue($format, $value, $callTimes, $expected... method outputValueDataProvider (line 75) | public function outputValueDataProvider() method testValidateValue (line 112) | public function testValidateValue( method validateValueDataProvider (line 144) | public function validateValueDataProvider() function is_uploaded_file (line 284) | function is_uploaded_file($name) FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/ImageTest.php class ImageTest (line 9) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testValidateValue (line 50) | public function testValidateValue( method validateValueDataProvider (line 76) | public function validateValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/MultilineTest.php class MultilineTest (line 12) | class MultilineTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testExtractValue (line 52) | public function testExtractValue($param, $expectedResult) method extractValueDataProvider (line 71) | public function extractValueDataProvider() method testOutputValue (line 92) | public function testOutputValue($format, $expectedResult) method outputValueDataProvider (line 111) | public function outputValueDataProvider() method testValidateValue (line 143) | public function testValidateValue($value, $isAttributeRequired, $rules... method validateValueDataProvider (line 173) | public function validateValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/MultiselectTest.php class MultiselectTest (line 8) | class MultiselectTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testExtractValue (line 35) | public function testExtractValue($param, $expectedResult) method extractValueDataProvider (line 50) | public function extractValueDataProvider() method testOutputValue (line 75) | public function testOutputValue($format, $expectedResult) method outputValueDataProvider (line 94) | public function outputValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/SelectTest.php class SelectTest (line 8) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testOutputValue (line 32) | public function testOutputValue($format, $value, $expectedResult) method outputValueDataProvider (line 51) | public function outputValueDataProvider() method testValidateValue (line 81) | public function testValidateValue($value, $originalValue, $isRequired,... method validateValueDataProvider (line 98) | public function validateValueDataProvider() method testCompactValue (line 137) | public function testCompactValue() method testCompactValueWithFalseValue (line 153) | public function testCompactValueWithFalseValue() FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/TextTest.php class TextTest (line 15) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 48) | protected function tearDown() method testValidateValueString (line 56) | public function testValidateValueString(): void method testValidateValueInteger (line 66) | public function testValidateValueInteger(): void method testWithoutLengthValidation (line 77) | public function testWithoutLengthValidation(): void method testAlphanumericValidation (line 105) | public function testAlphanumericValidation($value, $expectedResult): void method alphanumDataProvider (line 127) | public function alphanumDataProvider(): array method testAlphanumericValidationWithSpaces (line 153) | public function testAlphanumericValidationWithSpaces($value, $expected... method alphanumWithSpacesDataProvider (line 175) | public function alphanumWithSpacesDataProvider(): array method createAttribute (line 194) | protected function createAttribute($attributeData): \Magento\Eav\Model... FILE: app/code/Magento/Eav/Test/Unit/Model/Attribute/GroupRepositoryTest.php class GroupRepositoryTest (line 14) | class GroupRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testSaveIfObjectNew (line 100) | public function testSaveIfObjectNew() method testSaveIfObjectNotNew (line 125) | public function testSaveIfObjectNotNew() method testSaveThrowExceptionIfAttributeSetDoesNotExist (line 160) | public function testSaveThrowExceptionIfAttributeSetDoesNotExist() method testSaveThrowExceptionIfCannotSaveGroup (line 185) | public function testSaveThrowExceptionIfCannotSaveGroup() method testSaveThrowExceptionIfGroupDoesNotBelongToProvidedSet (line 216) | public function testSaveThrowExceptionIfGroupDoesNotBelongToProvidedSet() method testSaveThrowExceptionIfProvidedGroupDoesNotExist (line 243) | public function testSaveThrowExceptionIfProvidedGroupDoesNotExist() method testGetList (line 268) | public function testGetList() method testGet (line 326) | public function testGet() method testGetThrowExceptionIfProvidedGroupDoesNotExist (line 344) | public function testGetThrowExceptionIfProvidedGroupDoesNotExist() method testDelete (line 360) | public function testDelete() method testDeleteThrowExceptionIfProvidedGroupDoesNotExist (line 375) | public function testDeleteThrowExceptionIfProvidedGroupDoesNotExist() method testDeleteById (line 391) | public function testDeleteById() FILE: app/code/Magento/Eav/Test/Unit/Model/AttributeFactoryTest.php class AttributeFactoryTest (line 8) | class AttributeFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 40) | protected function tearDown() method testCreateAttribute (line 48) | public function testCreateAttribute() method getModelInstance (line 58) | public function getModelInstance($className, $arguments) FILE: app/code/Magento/Eav/Test/Unit/Model/AttributeManagementTest.php class AttributeManagementTest (line 23) | class AttributeManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testAssignNoSuchEntityException (line 107) | public function testAssignNoSuchEntityException() method testAssignInputException (line 134) | public function testAssignInputException() method testAssignInputExceptionGroupInSet (line 166) | public function testAssignInputExceptionGroupInSet() method testAssign (line 201) | public function testAssign() method testUnassign (line 257) | public function testUnassign() method testUnassignInputException (line 300) | public function testUnassignInputException() method testUnassignWithWrongAttributeSet (line 348) | public function testUnassignWithWrongAttributeSet() method testUnassignStateException (line 365) | public function testUnassignStateException() method testGetAttributes (line 405) | public function testGetAttributes() method testGetAttributesNoSuchEntityException (line 453) | public function testGetAttributesNoSuchEntityException() FILE: app/code/Magento/Eav/Test/Unit/Model/AttributeRepositoryTest.php class AttributeRepositoryTest (line 18) | class AttributeRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testGetListInputException (line 105) | public function testGetListInputException() method testGetList (line 116) | public function testGetList() method createSearchResultsMock (line 228) | protected function createSearchResultsMock($searchCriteriaMock, $attri... method createAttributeMock (line 255) | protected function createAttributeMock($attributeCode, $attributeId) FILE: app/code/Magento/Eav/Test/Unit/Model/AttributeSetManagementTest.php class AttributeSetManagementTest (line 10) | class AttributeSetManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreate (line 38) | public function testCreate() method testCreateThrowsExceptionIfGivenAttributeSetAlreadyHasId (line 67) | public function testCreateThrowsExceptionIfGivenAttributeSetAlreadyHas... method testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid (line 85) | public function testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid() method testCreateThrowsExceptionIfAttributeSetNotValid (line 102) | public function testCreateThrowsExceptionIfAttributeSetNotValid() FILE: app/code/Magento/Eav/Test/Unit/Model/AttributeSetRepositoryTest.php class AttributeSetRepositoryTest (line 16) | class AttributeSetRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGet (line 99) | public function testGet() method testGetThrowsExceptionIfRequestedAttributeSetDoesNotExist (line 114) | public function testGetThrowsExceptionIfRequestedAttributeSetDoesNotEx... method testSave (line 126) | public function testSave() method testSaveThrowsExceptionIfGivenEntityCannotBeSaved (line 137) | public function testSaveThrowsExceptionIfGivenEntityCannotBeSaved() method testDelete (line 154) | public function testDelete() method testDeleteThrowsExceptionIfGivenEntityCannotBeDeleted (line 165) | public function testDeleteThrowsExceptionIfGivenEntityCannotBeDeleted() method testDeleteThrowsExceptionIfGivenAttributeSetIsDefault (line 184) | public function testDeleteThrowsExceptionIfGivenAttributeSetIsDefault() method testDeleteById (line 196) | public function testDeleteById() method testGetList (line 210) | public function testGetList() method testGetListIfEntityTypeCodeIsNull (line 264) | public function testGetListIfEntityTypeCodeIsNull() FILE: app/code/Magento/Eav/Test/Unit/Model/ConfigTest.php class ConfigTest (line 16) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetAttributeCache (line 90) | public function testGetAttributeCache() method getAttributeCacheDataProvider (line 164) | public function getAttributeCacheDataProvider() method testGetAttributes (line 196) | public function testGetAttributes($cacheEnabled) method testClear (line 276) | public function testClear() method testGetEntityTypeInstanceOfTypePassed (line 291) | public function testGetEntityTypeInstanceOfTypePassed() method testGetEntityTypeCacheExists (line 299) | public function testGetEntityTypeCacheExists() method testGetEntityTypeCacheDoesNotExist (line 336) | public function testGetEntityTypeCacheDoesNotExist() FILE: app/code/Magento/Eav/Test/Unit/Model/CustomAttributesMapperTest.php class CustomAttributesMapperTest (line 11) | class CustomAttributesMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testEntityToDatabase (line 23) | public function testEntityToDatabase() method testDatabaseToEntity (line 122) | public function testDatabaseToEntity() method getAttributes (line 204) | private function getAttributes() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/AbstractEntityTest.php class AbstractEntityTest (line 18) | class AbstractEntityTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method tearDown (line 43) | protected function tearDown() method testCompareAttributes (line 55) | public function testCompareAttributes($attribute1Sort, $attribute2Sort... method compareAttributesDataProvider (line 67) | public static function compareAttributesDataProvider() method _getAttributes (line 93) | protected function _getAttributes() method _getConnectionMock (line 126) | protected function _getConnectionMock() method _getAttributeMock (line 196) | protected function _getAttributeMock($attributeCode, $attributeSetId) method testSave (line 235) | public function testSave($attributeCode, $attributeSetId, $productData... method productAttributesDataProvider (line 322) | public function productAttributesDataProvider() method testDuplicateExceptionProcessingOnSave (line 360) | public function testDuplicateExceptionProcessingOnSave() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/AbstractAttributeTest.php class AbstractAttributeTest (line 10) | class AbstractAttributeTest extends \PHPUnit\Framework\TestCase method testGetOptionWhenOptionsAreSet (line 12) | public function testGetOptionWhenOptionsAreSet() method testGetOptionWhenOptionsAreEmptyWithoutSource (line 39) | public function testGetOptionWhenOptionsAreEmptyWithoutSource() method testGetOptionWhenOptionsAreEmptyWithSource (line 67) | public function testGetOptionWhenOptionsAreEmptyWithSource() method testConvertToObjects (line 96) | public function testConvertToObjects() method testGetValidationRulesWhenRuleIsArray (line 126) | public function testGetValidationRulesWhenRuleIsArray() method testGetValidationRulesWhenRuleIsSerialized (line 142) | public function testGetValidationRulesWhenRuleIsSerialized() method testGetValidationRulesWhenRuleIsEmpty (line 173) | public function testGetValidationRulesWhenRuleIsEmpty() method testIsValueEmpty (line 195) | public function testIsValueEmpty($isEmpty, $value, $attributeType) method attributeValueDataProvider (line 228) | public function attributeValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/AbstractTest.php class AbstractTest (line 8) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetAffectedFields (line 25) | public function testGetAffectedFields() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/ArrayBackendTest.php class ArrayBackendTest (line 8) | class ArrayBackendTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testValidate (line 34) | public function testValidate($data) method attributeValueDataProvider (line 46) | public static function attributeValueDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/JsonEncodedTest.php class JsonEncodedTest (line 11) | class JsonEncodedTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testBeforeSave (line 74) | public function testBeforeSave() method testBeforeSaveWithAlreadyEncodedValue (line 88) | public function testBeforeSaveWithAlreadyEncodedValue() method testAfterLoad (line 107) | public function testAfterLoad() method testAfterLoadWithNullAttributeValue (line 121) | public function testAfterLoadWithNullAttributeValue() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testConvert (line 28) | public function testConvert() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 52) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetLockedFieldsEmpty (line 68) | public function testGetLockedFieldsEmpty() method testGetLockedFields (line 90) | public function testGetLockedFields() method testGetEntityAttributesLockedFields (line 118) | public function testGetEntityAttributesLockedFields() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Frontend/DatetimeTest.php class DatetimeTest (line 10) | class DatetimeTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetValue (line 45) | public function testGetValue() method testGetLocalizedLabel (line 72) | public function testGetLocalizedLabel($labelText, $attributeCode, $exp... method getLabelDataProvider (line 88) | public function getLabelDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Frontend/DefaultFrontendTest.php class DefaultFrontendTest (line 20) | class DefaultFrontendTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetClassEmpty (line 103) | public function testGetClassEmpty() method testGetClass (line 128) | public function testGetClass(String $validationRule, String $expectedC... method validationRulesDataProvider (line 158) | public function validationRulesDataProvider(): array method testGetClassLength (line 171) | public function testGetClassLength() method createAttribute (line 199) | private function createAttribute() method testGetSelectOptions (line 213) | public function testGetSelectOptions() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/GroupTest.php class GroupTest (line 11) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testBeforeSaveGeneratesGroupCodeBasedOnGroupName (line 57) | public function testBeforeSaveGeneratesGroupCodeBasedOnGroupName($grou... method attributeGroupCodeDataProvider (line 67) | public function attributeGroupCodeDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/OptionManagementTest.php class OptionManagementTest (line 15) | class OptionManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testAdd (line 43) | public function testAdd() method testAddWithEmptyAttributeCode (line 81) | public function testAddWithEmptyAttributeCode() method testAddWithWrongOptions (line 94) | public function testAddWithWrongOptions() method testAddWithCannotSaveException (line 111) | public function testAddWithCannotSaveException() method testDelete (line 146) | public function testDelete() method testDeleteWithCannotSaveException (line 181) | public function testDeleteWithCannotSaveException() method testDeleteWithWrongOption (line 217) | public function testDeleteWithWrongOption() method testDeleteWithAbsentOption (line 246) | public function testDeleteWithAbsentOption() method testDeleteWithEmptyAttributeCode (line 271) | public function testDeleteWithEmptyAttributeCode() method testGetItems (line 280) | public function testGetItems() method testGetItemsWithCannotLoadException (line 304) | public function testGetItemsWithCannotLoadException() method testGetItemsWithEmptyAttributeCode (line 327) | public function testGetItemsWithEmptyAttributeCode() method getAttribute (line 340) | private function getAttribute(array $attributeOptions = []) method getAttributeOption (line 369) | private function getAttributeOption() method getAttributeOptionLabel (line 379) | private function getAttributeOptionLabel() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/SetTest.php class SetTest (line 12) | class SetTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testValidateWithExistingName (line 43) | public function testValidateWithExistingName($attributeSetName, $excep... method testValidateWithNonexistentValidName (line 53) | public function testValidateWithNonexistentValidName() method invalidAttributeSetDataProvider (line 66) | public function invalidAttributeSetDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/BooleanTest.php class BooleanTest (line 12) | class BooleanTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetFlatColumns (line 25) | public function testGetFlatColumns() method testAddValueSortToCollection (line 60) | public function testAddValueSortToCollection( method addValueSortToCollectionDataProvider (line 95) | public function addValueSortToCollectionDataProvider() method getCollectionMock (line 162) | protected function getCollectionMock() method getAttributeMock (line 181) | protected function getAttributeMock() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/TableTest.php class TableTest (line 18) | class TableTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetFlatColumns (line 121) | public function testGetFlatColumns() method testGetSpecificOptions (line 149) | public function testGetSpecificOptions($optionIds, $withEmpty) method specificOptionsProvider (line 200) | public function specificOptionsProvider() method testGetOptionText (line 215) | public function testGetOptionText($optionsIds, $value, $options, $expe... method getOptionTextProvider (line 258) | public function getOptionTextProvider() method testAddValueSortToCollection (line 272) | public function testAddValueSortToCollection() method testGetAllOptions (line 330) | public function testGetAllOptions( method getAllOptionsDataProvider (line 379) | public function getAllOptionsDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/AttributeLoaderTest.php class AttributeLoaderTest (line 16) | class AttributeLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testLoadAllAttributes (line 58) | public function testLoadAllAttributes() method testLoadAllAttributesAttributeCodesPresentInDefaultAttributes (line 84) | public function testLoadAllAttributesAttributeCodesPresentInDefaultAtt... FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/AttributeTest.php class AttributeTest (line 11) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testGetBackendTypeByInput (line 41) | public function testGetBackendTypeByInput($givenFrontendInput, $expect... method dataGetBackendTypeByInput (line 49) | public static function dataGetBackendTypeByInput() method testGetDefaultValueByInput (line 72) | public function testGetDefaultValueByInput($givenFrontendInput, $expec... method dataGetDefaultValueByInput (line 80) | public static function dataGetDefaultValueByInput() method testGetSortWeight (line 103) | public function testGetSortWeight($sortWeights, $expected) method getSortWeightDataProvider (line 113) | public function getSortWeightDataProvider() method testGetFrontendLabels (line 129) | public function testGetFrontendLabels() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Collection/AbstractCollectionStub.php class AbstractCollectionStub (line 8) | class AbstractCollectionStub extends \Magento\Eav\Model\Entity\Collectio... method getItemById (line 16) | public function getItemById($id) method _construct (line 29) | protected function _construct() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Collection/AbstractCollectionTest.php class AbstractCollectionTest (line 13) | class AbstractCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method tearDown (line 133) | public function tearDown() method testLoad (line 141) | public function testLoad() method testClear (line 156) | public function testClear($values, $count) method testRemoveAllItems (line 170) | public function testRemoveAllItems($values, $count) method testRemoveItemByKey (line 184) | public function testRemoveItemByKey($values, $count) method getItemsDataProvider (line 199) | public function getItemsDataProvider() method getMagentoObject (line 211) | public function getMagentoObject() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Collection/VersionControl/AbstractCollectionStub.php class AbstractCollectionStub (line 11) | class AbstractCollectionStub extends \Magento\Eav\Model\Entity\Collectio... method getItemById (line 19) | public function getItemById($id) method _construct (line 32) | protected function _construct() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Collection/VersionControl/AbstractCollectionTest.php class AbstractCollectionTest (line 13) | class AbstractCollectionTest extends \Magento\Eav\Test\Unit\Model\Entity... method setUp (line 27) | protected function setUp() method testFetchItem (line 52) | public function testFetchItem(array $data) method fetchItemDataProvider (line 74) | public static function fetchItemDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Increment/AlphanumTest.php class AlphanumTest (line 10) | class AlphanumTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetAllowedChars (line 22) | public function testGetAllowedChars() method testGetNextId (line 33) | public function testGetNextId($lastId, $prefix, $expectedResult) method getLastIdDataProvider (line 43) | public function getLastIdDataProvider() method testGetNextIdThrowsExceptionIfIdContainsNotAllowedCharacters (line 63) | public function testGetNextIdThrowsExceptionIfIdContainsNotAllowedChar... FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/Increment/NumericTest.php class NumericTest (line 10) | class NumericTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetNextId (line 28) | public function testGetNextId($lastId, $prefix, $expectedResult) method getLastIdDataProvider (line 38) | public function getLastIdDataProvider() method testGetPadLength (line 54) | public function testGetPadLength() method getPadChar (line 61) | public function getPadChar() method testFormat (line 68) | public function testFormat() method testFrontendFormat (line 76) | public function testFrontendFormat() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/TypeTest.php class TypeTest (line 8) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testFetchNewIncrementIdRollsBackTransactionAndRethrowsExceptionIfProgramFlowIsInterrupted (line 83) | public function testFetchNewIncrementIdRollsBackTransactionAndRethrows... FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/VersionControl/AbstractEntityTest.php class AbstractEntityTest (line 15) | class AbstractEntityTest extends \Magento\Eav\Test\Unit\Model\Entity\Abs... method setUp (line 27) | protected function setUp() method testSave (line 51) | public function testSave($attributeCode, $attributeSetId, $productData... method testSaveNotModified (line 146) | public function testSaveNotModified() FILE: app/code/Magento/Eav/Test/Unit/Model/Entity/VersionControl/MetadataTest.php class MetadataTest (line 13) | class MetadataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetFields (line 71) | public function testGetFields() FILE: app/code/Magento/Eav/Test/Unit/Model/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method tearDown (line 72) | protected function tearDown() method testGetAttributes (line 80) | public function testGetAttributes() method testGetUserAttributes (line 92) | public function testGetUserAttributes() method testGetSystemAttributes (line 101) | public function testGetSystemAttributes() method testGetAllowedAttributes (line 110) | public function testGetAllowedAttributes() method testValidateDataPassed (line 125) | public function testValidateDataPassed($isValid, $expected, $messages ... method validateDataProvider (line 150) | public function validateDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Attribute/CollectionTest.php class CollectionTest (line 13) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testInitSelect (line 156) | public function testInitSelect($column, $value) method initSelectDataProvider (line 183) | public function initSelectDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/AttributeLoaderTest.php class AttributeLoaderTest (line 9) | class AttributeLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetAttributes (line 57) | public function testGetAttributes($entityType, $attributeSetId, $expec... method getAttributesDataProvider (line 96) | public function getAttributesDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/CollectionTest.php class CollectionTest (line 17) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testSetInAllAttributeSetsFilter (line 136) | public function testSetInAllAttributeSetsFilter() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/Option/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testSetIdFilter (line 125) | public function testSetIdFilter() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/SetTest.php class SetTest (line 16) | class SetTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testBeforeDeleteStateException (line 123) | public function testBeforeDeleteStateException() method testBeforeDelete (line 147) | public function testBeforeDelete() method testGetSetInfoCacheMiss (line 172) | public function testGetSetInfoCacheMiss() method testGetSetInfoCacheHit (line 252) | public function testGetSetInfoCacheHit() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/AttributeTest.php class AttributeTest (line 14) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testSaveOptionSystemAttribute (line 37) | public function testSaveOptionSystemAttribute() method testSaveOptionNewUserDefinedAttribute (line 112) | public function testSaveOptionNewUserDefinedAttribute() method testSaveOptionNoValue (line 213) | public function testSaveOptionNoValue() method _prepareResourceModel (line 243) | protected function _prepareResourceModel() method _describeEavAttribute (line 346) | protected function _describeEavAttribute() FILE: app/code/Magento/Eav/Test/Unit/Model/ResourceModel/ReadHandlerTest.php class ReadHandlerTest (line 12) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testExecute (line 65) | public function testExecute($eavEntityType, $callNum, array $expected,... method executeDataProvider (line 121) | public function executeDataProvider() method testExecuteWithException (line 141) | public function testExecuteWithException() FILE: app/code/Magento/Eav/Test/Unit/Model/TypeLocatorTest.php class TypeLocatorTest (line 17) | class TypeLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetType (line 61) | public function testGetType( method getTypeDataProvider (line 80) | public function getTypeDataProvider() FILE: app/code/Magento/Eav/Test/Unit/Model/Validator/Attribute/BackendTest.php class BackendTest (line 8) | class BackendTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testisValidIfProvidedModelIsIncorrect (line 30) | public function testisValidIfProvidedModelIsIncorrect() method testisValidIfProvidedResourceModelIsIncorrect (line 41) | public function testisValidIfProvidedResourceModelIsIncorrect() method testisValidIfAttributeValueNotValid (line 48) | public function testisValidIfAttributeValueNotValid() method testisValidIfValidationResultIsFalse (line 69) | public function testisValidIfValidationResultIsFalse() method testisValidIfValidationResultIsString (line 87) | public function testisValidIfValidationResultIsString() method testisValidSuccess (line 105) | public function testisValidSuccess() FILE: app/code/Magento/Eav/Test/Unit/Model/Validator/Attribute/CodeTest.php class CodeTest (line 19) | class CodeTest extends TestCase method testIsValid (line 29) | public function testIsValid(string $attributeCode, bool $expected): void method isValidDataProvider (line 40) | public function isValidDataProvider(): array FILE: app/code/Magento/Eav/Test/Unit/Model/Validator/Attribute/DataTest.php class DataTest (line 14) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsValid (line 66) | public function testIsValid( method isValidDataProvider (line 103) | public function isValidDataProvider() method testIsValidAttributesFromCollection (line 190) | public function testIsValidAttributesFromCollection() method testIsValidBlackListWhiteListChecks (line 241) | public function testIsValidBlackListWhiteListChecks($callback) method whiteBlackListProvider (line 291) | public function whiteBlackListProvider() method testSetAttributesWhiteList (line 303) | public function testSetAttributesWhiteList() method testSetAttributesBlackList (line 320) | public function testSetAttributesBlackList() method testAddErrorMessages (line 337) | public function testAddErrorMessages() method _getAttributeMock (line 422) | protected function _getAttributeMock($attributeData) method _getDataModelMock (line 477) | protected function _getDataModelMock($returnValue, $argument = null) method _getEntityMock (line 503) | protected function _getEntityMock() method testIsValidWithoutData (line 518) | public function testIsValidWithoutData() : void FILE: app/code/Magento/Eav/Test/Unit/Plugin/Model/ResourceModel/Entity/AttributeTest.php class AttributeTest (line 17) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAroundGetStoreLabelsByAttributeIdCacheIsDisabled (line 61) | public function testAroundGetStoreLabelsByAttributeIdCacheIsDisabled() method testAroundGetStoreLabelsByAttributeIdCacheExists (line 85) | public function testAroundGetStoreLabelsByAttributeIdCacheExists() method testAroundGetStoreLabelsByAttributeIdCacheDoesNotExist (line 121) | public function testAroundGetStoreLabelsByAttributeIdCacheDoesNotExist() FILE: app/code/Magento/Eav/Test/Unit/Setup/AddAttributeOptionTest.php class AddAttributeOptionTest (line 22) | class AddAttributeOptionTest extends TestCase method setUp (line 34) | protected function setUp() method testAddNewOptions (line 51) | public function testAddNewOptions() method testAddExistingOptionsWithTheSameSortOrder (line 67) | public function testAddExistingOptionsWithTheSameSortOrder() method testAddExistingOptionsWithDifferentSortOrder (line 90) | public function testAddExistingOptionsWithDifferentSortOrder() method testAddMixedOptions (line 113) | public function testAddMixedOptions() method testAddNewOption (line 135) | public function testAddNewOption() method testAddNewOptionWithoutDefaultValue (line 157) | public function testAddNewOptionWithoutDefaultValue() method testDeleteOption (line 168) | public function testDeleteOption() method testUpdateOption (line 185) | public function testUpdateOption() FILE: app/code/Magento/EavGraphQl/Model/Resolver/AttributeOptions.php class AttributeOptions (line 25) | class AttributeOptions implements ResolverInterface method __construct (line 41) | public function __construct( method resolve (line 52) | public function resolve( method getEntityType (line 78) | private function getEntityType(array $value): string method getAttributeCode (line 94) | private function getAttributeCode(array $value): string method getAttributeOptionsData (line 112) | private function getAttributeOptionsData(string $entityType, string $a... FILE: app/code/Magento/EavGraphQl/Model/Resolver/CustomAttributeMetadata.php class CustomAttributeMetadata (line 23) | class CustomAttributeMetadata implements ResolverInterface method __construct (line 39) | public function __construct(Type $type, FrontendType $frontendType) method resolve (line 48) | public function resolve( method createInputException (line 104) | private function createInputException(array $attribute) : GraphQlInput... FILE: app/code/Magento/EavGraphQl/Model/Resolver/DataProvider/AttributeOptions.php class AttributeOptions (line 15) | class AttributeOptions method __construct (line 25) | public function __construct( method getData (line 38) | public function getData(string $entityType, string $attributeCode): array FILE: app/code/Magento/EavGraphQl/Model/Resolver/Query/FrontendType.php class FrontendType (line 17) | class FrontendType method __construct (line 33) | public function __construct( method getType (line 48) | public function getType(string $attributeCode, string $entityType): ?s... FILE: app/code/Magento/EavGraphQl/Model/Resolver/Query/Type.php class Type (line 19) | class Type method __construct (line 41) | public function __construct( method getType (line 59) | public function getType(string $attributeCode, string $entityType) : s... FILE: app/code/Magento/Elasticsearch/Block/Adminhtml/System/Config/Elasticsearch5/TestConnection.php class TestConnection (line 12) | class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\Sys... method _getFieldMapping (line 17) | protected function _getFieldMapping() FILE: app/code/Magento/Elasticsearch/Block/Adminhtml/System/Config/TestConnection.php class TestConnection (line 12) | class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\Sys... method _getFieldMapping (line 17) | protected function _getFieldMapping() FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php class CategoryFieldsProvider (line 18) | class CategoryFieldsProvider implements AdditionalFieldsProviderInterface method __construct (line 40) | public function __construct( method getFields (line 55) | public function getFields(array $productIds, $storeId) method getProductCategoryData (line 74) | private function getProductCategoryData($productId, array $categoryInd... FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php class CategoryFieldsProviderProxy (line 14) | class CategoryFieldsProviderProxy implements AdditionalFieldsProviderInt... method __construct (line 31) | public function __construct( method getCategoryFieldsProvider (line 42) | private function getCategoryFieldsProvider() method getFields (line 50) | public function getFields(array $productIds, $storeId) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/DataMapper/ProductDataMapper.php class ProductDataMapper (line 28) | class ProductDataMapper implements DataMapperInterface method __construct (line 109) | public function __construct( method map (line 147) | public function map($productId, array $indexData, $storeId, $context =... method processAdvancedAttributes (line 199) | protected function processAdvancedAttributes($productId, array $produc... method checkValue (line 237) | protected function checkValue($value, $attribute, $storeId) method getProductTierPriceData (line 255) | protected function getProductTierPriceData($data) method getProductMediaGalleryData (line 283) | protected function getProductMediaGalleryData($media, $roles) method getMediaRoleImage (line 328) | protected function getMediaRoleImage($file, $roles) method getMediaRoleSmallImage (line 340) | protected function getMediaRoleSmallImage($file, $roles) method getMediaRoleThumbnail (line 352) | protected function getMediaRoleThumbnail($file, $roles) method getMediaRoleSwatchImage (line 364) | protected function getMediaRoleSwatchImage($file, $roles) method getQtyAndStatus (line 375) | protected function getQtyAndStatus($data) method getProductPriceData (line 396) | protected function getProductPriceData($productId, $storeId, array $pr... method getProductCategoryData (line 419) | protected function getProductCategoryData($productId, array $categoryI... FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/DataMapper/ProductDataMapperProxy.php class ProductDataMapperProxy (line 14) | class ProductDataMapperProxy implements DataMapperInterface method __construct (line 31) | public function __construct( method getDataMapper (line 42) | private function getDataMapper() method map (line 50) | public function map($entityId, array $entityIndexData, $storeId, $cont... FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/Converter.php class Converter (line 15) | class Converter implements ConverterInterface method convert (line 44) | public function convert(string $internalType) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/IndexResolver.php class IndexResolver (line 23) | class IndexResolver implements ResolverInterface method __construct (line 45) | public function __construct( method getFieldIndex (line 58) | public function getFieldIndex(AttributeAdapter $attribute) method isStringServiceFieldType (line 80) | private function isStringServiceFieldType(AttributeAdapter $attribute)... FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Converter.php class Converter (line 15) | class Converter implements ConverterInterface method convert (line 47) | public function convert(string $internalType): string FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/CompositeResolver.php class CompositeResolver (line 16) | class CompositeResolver implements ResolverInterface method __construct (line 26) | public function __construct(array $items) method getFieldType (line 44) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/IntegerType.php class IntegerType (line 17) | class IntegerType implements ResolverInterface method __construct (line 33) | public function __construct(ConverterInterface $fieldTypeConverter, $i... method getFieldType (line 45) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/KeywordType.php class KeywordType (line 17) | class KeywordType implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $fieldTypeConverter) method getFieldType (line 38) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/ProductFieldMapper.php class ProductFieldMapper (line 23) | class ProductFieldMapper implements FieldMapperInterface method __construct (line 80) | public function __construct( method getFieldName (line 110) | public function getFieldName($attributeCode, $context = []) method getAllAttributesTypes (line 122) | public function getAllAttributesTypes($context = []) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldMapper/ProductFieldMapperProxy.php class ProductFieldMapperProxy (line 14) | class ProductFieldMapperProxy implements FieldMapperInterface method __construct (line 31) | public function __construct( method getProductFieldMapper (line 42) | private function getProductFieldMapper() method getFieldName (line 55) | public function getFieldName($attributeCode, $context = []) method getAllAttributesTypes (line 67) | public function getAllAttributesTypes($context = []) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Adapter/FieldType.php class FieldType (line 20) | class FieldType method getFieldType (line 48) | public function getFieldType($attribute) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Client/ClientFactoryProxy.php class ClientFactoryProxy (line 14) | class ClientFactoryProxy implements ClientFactoryInterface method __construct (line 31) | public function __construct( method getClientFactory (line 42) | private function getClientFactory() method create (line 50) | public function create(array $options = []) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/Model/Client/Elasticsearch.php class Elasticsearch (line 14) | class Elasticsearch implements ClientInterface method __construct (line 45) | public function __construct( method getClient (line 69) | private function getClient() method ping (line 84) | public function ping() method testConnection (line 98) | public function testConnection() method buildConfig (line 109) | private function buildConfig($options = []) method bulkQuery (line 142) | public function bulkQuery($query) method createIndex (line 154) | public function createIndex($index, $settings) method deleteIndex (line 170) | public function deleteIndex($index) method isEmptyIndex (line 181) | public function isEmptyIndex($index) method updateAlias (line 198) | public function updateAlias($alias, $newIndex, $oldIndex = '') method indexExists (line 217) | public function indexExists($index) method existsAlias (line 229) | public function existsAlias($alias, $index = '') method getAlias (line 244) | public function getAlias($alias) method addFieldsMapping (line 257) | public function addFieldsMapping(array $fields, $index, $entityType) method prepareFieldInfo (line 322) | private function prepareFieldInfo($fieldInfo) method deleteMapping (line 346) | public function deleteMapping($index, $entityType) method query (line 359) | public function query($query) method prepareSearchQuery (line 373) | private function prepareSearchQuery($query) method suggest (line 391) | public function suggest($query) method getServerVersion (line 401) | private function getServerVersion() FILE: app/code/Magento/Elasticsearch/Elasticsearch5/SearchAdapter/Adapter.php class Adapter (line 20) | class Adapter implements AdapterInterface method __construct (line 85) | public function __construct( method query (line 108) | public function query(RequestInterface $request) FILE: app/code/Magento/Elasticsearch/Elasticsearch5/SearchAdapter/Aggregation/Interval.php class Interval (line 20) | class Interval implements IntervalInterface method __construct (line 71) | public function __construct( method load (line 92) | public function load($limit, $offset = null, $lower = null, $upper = n... method loadPrevious (line 121) | public function loadPrevious($data, $index, $lower = null) method loadNext (line 150) | public function loadNext($data, $rightIndex, $upper = null) method arrayValuesToFloat (line 194) | private function arrayValuesToFloat(array $hits, string $fieldName): a... method prepareBaseRequestQuery (line 211) | private function prepareBaseRequestQuery($from = null, $to = null): array FILE: app/code/Magento/Elasticsearch/Elasticsearch5/SearchAdapter/Mapper.php class Mapper (line 22) | class Mapper method __construct (line 47) | public function __construct( method buildQuery (line 64) | public function buildQuery(RequestInterface $request) method processQuery (line 94) | protected function processQuery( method processBoolQuery (line 131) | protected function processBoolQuery( method processBoolQueryCondition (line 165) | protected function processBoolQueryCondition( method processFilterQuery (line 185) | private function processFilterQuery( FILE: app/code/Magento/Elasticsearch/Elasticsearch5/SearchAdapter/Query/Builder.php class Builder (line 23) | class Builder method __construct (line 60) | public function __construct( method initQuery (line 79) | public function initQuery(RequestInterface $request) method initAggregations (line 106) | public function initAggregations( method getSortBuilder (line 118) | private function getSortBuilder() FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php class CategoryFieldsProvider (line 18) | class CategoryFieldsProvider implements AdditionalFieldsProviderInterface method __construct (line 40) | public function __construct( method getFields (line 55) | public function getFields(array $productIds, $storeId) method getProductCategoryData (line 74) | private function getProductCategoryData($productId, array $categoryInd... FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperFactory.php class DataMapperFactory (line 16) | class DataMapperFactory method __construct (line 34) | public function __construct( method create (line 50) | public function create($entityType) FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php class DataMapperResolver (line 16) | class DataMapperResolver implements BatchDataMapperInterface method __construct (line 31) | public function __construct(DataMapperFactory $dataMapperFactory) method map (line 39) | public function map(array $documentData, $storeId, array $context = []) method getDataMapper (line 53) | private function getDataMapper($entityType) FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/PriceFieldsProvider.php class PriceFieldsProvider (line 20) | class PriceFieldsProvider implements AdditionalFieldsProviderInterface method __construct (line 54) | public function __construct( method getFields (line 73) | public function getFields(array $productIds, $storeId) method getProductPriceData (line 97) | private function getProductPriceData($productId, $websiteId, array $pr... FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php class ProductDataMapper (line 20) | class ProductDataMapper implements BatchDataMapperInterface method __construct (line 98) | public function __construct( method map (line 128) | public function map(array $documentData, $storeId, array $context = []) method convertToProductData (line 172) | private function convertToProductData(int $productId, array $indexData... method convertAttribute (line 206) | private function convertAttribute(Attribute $attribute, array $attribu... method prepareAttributeValues (line 235) | private function prepareAttributeValues( method prepareMultiselectValues (line 273) | private function prepareMultiselectValues(array $values): array method isAttributeDate (line 286) | private function isAttributeDate(Attribute $attribute): bool method getValuesLabels (line 299) | private function getValuesLabels(Attribute $attribute, array $attribut... method getAttributeOptions (line 323) | private function getAttributeOptions(Attribute $attribute): array method retrieveFieldValue (line 341) | private function retrieveFieldValue(array $values) FILE: app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapperInterface.php type BatchDataMapperInterface (line 14) | interface BatchDataMapperInterface method map (line 25) | public function map(array $documentData, $storeId, array $context = []); FILE: app/code/Magento/Elasticsearch/Model/Adapter/Container/Attribute.php class Attribute (line 16) | class Attribute method __construct (line 36) | public function __construct(Collection $attributeCollection) method getAttributeCodeById (line 45) | public function getAttributeCodeById($attributeId) method getAttributeIdByCode (line 60) | public function getAttributeIdByCode($attributeCode) method getAttribute (line 76) | public function getAttribute($attributeCode) method getAttributes (line 87) | public function getAttributes() FILE: app/code/Magento/Elasticsearch/Model/Adapter/DataMapper/DataMapperResolver.php class DataMapperResolver (line 16) | class DataMapperResolver implements DataMapperInterface method __construct (line 41) | public function __construct( method map (line 52) | public function map( method getEntity (line 69) | private function getEntity($entityType = '') FILE: app/code/Magento/Elasticsearch/Model/Adapter/DataMapper/ProductDataMapper.php class ProductDataMapper (line 17) | class ProductDataMapper extends ElasticSearch5ProductDataMapper implemen... FILE: app/code/Magento/Elasticsearch/Model/Adapter/DataMapperInterface.php type DataMapperInterface (line 12) | interface DataMapperInterface method map (line 23) | public function map($entityId, array $entityIndexData, $storeId, $cont... FILE: app/code/Magento/Elasticsearch/Model/Adapter/Document/Builder.php class Builder (line 12) | class Builder method build (line 23) | public function build() method clear (line 36) | private function clear() method addFieldToDocument (line 47) | private function addFieldToDocument($document, $field, $value) method addField (line 72) | public function addField($field, $value) method addFields (line 83) | public function addFields(array $fields) FILE: app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php class Elasticsearch (line 15) | class Elasticsearch method __construct (line 94) | public function __construct( method ping (line 131) | public function ping() method prepareDocsPerStore (line 150) | public function prepareDocsPerStore(array $documentData, $storeId) method addDocs (line 171) | public function addDocs(array $documents, $storeId, $mappedIndexerId) method cleanIndex (line 194) | public function cleanIndex($storeId, $mappedIndexerId) method deleteDocs (line 227) | public function deleteDocs(array $documentIds, $storeId, $mappedIndexe... method getDocsArrayInBulkIndexFormat (line 254) | protected function getDocsArrayInBulkIndexFormat( method checkIndex (line 291) | public function checkIndex( method updateAlias (line 319) | public function updateAlias($storeId, $mappedIndexerId) method prepareIndex (line 352) | protected function prepareIndex($storeId, $indexName, $mappedIndexerId) method getMappingTotalFieldsLimit (line 381) | private function getMappingTotalFieldsLimit(array $allAttributeTypes):... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/FieldMapperResolver.php class FieldMapperResolver (line 15) | class FieldMapperResolver implements FieldMapperInterface method __construct (line 40) | public function __construct( method getFieldName (line 51) | public function getFieldName($attributeCode, $context = []) method getAllAttributesTypes (line 60) | public function getAllAttributesTypes($context = []) method getEntity (line 73) | private function getEntity($entityType) FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/AttributeAdapter.php class AttributeAdapter (line 15) | class AttributeAdapter method __construct (line 31) | public function __construct( method isFilterable (line 44) | public function isFilterable(): bool method isSearchable (line 54) | public function isSearchable(): bool method isAlwaysIndexable (line 66) | public function isAlwaysIndexable(): bool method isDateTimeType (line 82) | public function isDateTimeType(): bool method isFloatType (line 92) | public function isFloatType(): bool method isIntegerType (line 102) | public function isIntegerType(): bool method isBooleanType (line 112) | public function isBooleanType(): bool method isTextType (line 123) | public function isTextType(): bool method isComplexType (line 135) | public function isComplexType(): bool method isEavAttribute (line 146) | public function isEavAttribute(): bool method getAttributeCode (line 156) | public function getAttributeCode(): string method isSortable (line 166) | public function isSortable(): bool method isUserDefined (line 176) | public function isUserDefined() method getFrontendInput (line 186) | public function getFrontendInput() method getAttribute (line 196) | private function getAttribute(): CustomAttributesDataInterface FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/AttributeAdapter/DummyAttribute.php class DummyAttribute (line 16) | class DummyAttribute implements CustomAttributesDataInterface method getCustomAttribute (line 24) | public function getCustomAttribute($attributeCode) method setCustomAttribute (line 36) | public function setCustomAttribute($attributeCode, $attributeValue) method getCustomAttributes (line 46) | public function getCustomAttributes() method setCustomAttributes (line 58) | public function setCustomAttributes(array $attributes) method getUsedForSortBy (line 68) | public function getUsedForSortBy() method getBackendType (line 78) | public function getBackendType() FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/AttributeProvider.php class AttributeProvider (line 18) | class AttributeProvider method __construct (line 57) | public function __construct( method getByAttributeCode (line 72) | public function getByAttributeCode(string $attributeCode): AttributeAd... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/CompositeFieldProvider.php class CompositeFieldProvider (line 13) | class CompositeFieldProvider implements FieldProviderInterface method __construct (line 23) | public function __construct(array $providers) method getFields (line 41) | public function getFields(array $context = []): array FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/DynamicField.php class DynamicField (line 27) | class DynamicField implements FieldProviderInterface method __construct (line 88) | public function __construct( method getFields (line 112) | public function getFields(array $context = []): array FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/Converter.php class Converter (line 13) | class Converter implements ConverterInterface method convert (line 42) | public function convert(string $internalType) FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/ConverterInterface.php type ConverterInterface (line 13) | interface ConverterInterface method convert (line 28) | public function convert(string $internalType); FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/IndexResolver.php class IndexResolver (line 17) | class IndexResolver implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $converter) method getFieldIndex (line 35) | public function getFieldIndex(AttributeAdapter $attribute) FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/ResolverInterface.php type ResolverInterface (line 15) | interface ResolverInterface method getFieldIndex (line 23) | public function getFieldIndex(AttributeAdapter $attribute); FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/CategoryName.php class CategoryName (line 19) | class CategoryName implements ResolverInterface method __construct (line 35) | public function __construct( method getFieldName (line 52) | public function getFieldName(AttributeAdapter $attribute, $context = [... method resolveCategoryId (line 64) | private function resolveCategoryId($context): int FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/CompositeResolver.php class CompositeResolver (line 16) | class CompositeResolver implements ResolverInterface method __construct (line 26) | public function __construct(array $items) method getFieldName (line 45) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolver.php class DefaultResolver (line 21) | class DefaultResolver implements ResolverInterface method __construct (line 37) | public function __construct( method getFieldName (line 52) | public function getFieldName(AttributeAdapter $attribute, $context = [... method isStringServiceFieldType (line 82) | private function isStringServiceFieldType(string $serviceFieldType): bool method getQueryTypeFieldName (line 97) | private function getQueryTypeFieldName($frontendInput, $fieldType, $at... method getRefinedFieldName (line 115) | private function getRefinedFieldName($frontendInput, $fieldType, $attr... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/NotEavAttribute.php class NotEavAttribute (line 16) | class NotEavAttribute implements ResolverInterface method getFieldName (line 25) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/Position.php class Position (line 19) | class Position implements ResolverInterface method __construct (line 35) | public function __construct( method getFieldName (line 48) | public function getFieldName(AttributeAdapter $attribute, $context = [... method resolveCategoryId (line 60) | private function resolveCategoryId($context) FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/Price.php class Price (line 19) | class Price implements ResolverInterface method __construct (line 35) | public function __construct( method getFieldName (line 48) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/SpecialAttribute.php class SpecialAttribute (line 16) | class SpecialAttribute implements ResolverInterface method getFieldName (line 25) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/ResolverInterface.php type ResolverInterface (line 15) | interface ResolverInterface method getFieldName (line 24) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Converter.php class Converter (line 13) | class Converter implements ConverterInterface method convert (line 44) | public function convert(string $internalType): string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/ConverterInterface.php type ConverterInterface (line 14) | interface ConverterInterface method convert (line 32) | public function convert(string $internalType): string; FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/CompositeResolver.php class CompositeResolver (line 16) | class CompositeResolver implements ResolverInterface method __construct (line 26) | public function __construct(array $items) method getFieldType (line 44) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/DateTimeType.php class DateTimeType (line 17) | class DateTimeType implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $fieldTypeConverter) method getFieldType (line 38) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/DefaultResolver.php class DefaultResolver (line 17) | class DefaultResolver implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $fieldTypeConverter) method getFieldType (line 38) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/FloatType.php class FloatType (line 17) | class FloatType implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $fieldTypeConverter) method getFieldType (line 38) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/IntegerType.php class IntegerType (line 17) | class IntegerType implements ResolverInterface method __construct (line 27) | public function __construct(ConverterInterface $fieldTypeConverter) method getFieldType (line 38) | public function getFieldType(AttributeAdapter $attribute): ?string FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/ResolverInterface.php type ResolverInterface (line 15) | interface ResolverInterface method getFieldType (line 23) | public function getFieldType(AttributeAdapter $attribute): ?string; FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/StaticField.php class StaticField (line 28) | class StaticField implements FieldProviderInterface method __construct (line 74) | public function __construct( method getFields (line 100) | public function getFields(array $context = []): array FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProviderInterface.php type FieldProviderInterface (line 14) | interface FieldProviderInterface method getFields (line 22) | public function getFields(array $context = []): array; FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/ProductFieldMapper.php class ProductFieldMapper (line 15) | class ProductFieldMapper extends Elasticsearch5ProductFieldMapper implem... FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldMapperInterface.php type FieldMapperInterface (line 12) | interface FieldMapperInterface method getFieldName (line 30) | public function getFieldName($attributeCode, $context = []); method getAllAttributesTypes (line 39) | public function getAllAttributesTypes($context = []); FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldType.php class FieldType (line 20) | class FieldType method getFieldType (line 46) | public function getFieldType($attribute) FILE: app/code/Magento/Elasticsearch/Model/Adapter/FieldType/Date.php class Date (line 12) | class Date method __construct (line 36) | public function __construct( method formatDate (line 55) | public function formatDate($storeId, $date = null) FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/Builder.php class Builder (line 11) | class Builder implements BuilderInterface method __construct (line 34) | public function __construct( method build (line 45) | public function build() method setStoreId (line 76) | public function setStoreId($storeId) method getTokenizer (line 84) | protected function getTokenizer() method getFilter (line 97) | protected function getFilter() method getCharFilter (line 112) | protected function getCharFilter() method getStemmerConfig (line 125) | protected function getStemmerConfig() FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/BuilderInterface.php type BuilderInterface (line 12) | interface BuilderInterface method build (line 18) | public function build(); method setStoreId (line 25) | public function setStoreId($storeId); FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/Config/Converter.php class Converter (line 10) | class Converter implements ConverterInterface method convert (line 15) | public function convert($source) FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/Config/EsConfig.php class EsConfig (line 13) | class EsConfig extends Data implements EsConfigInterface method __construct (line 21) | public function __construct( method getStemmerInfo (line 33) | public function getStemmerInfo() method getStopwordsInfo (line 41) | public function getStopwordsInfo() FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/Config/EsConfigInterface.php type EsConfigInterface (line 12) | interface EsConfigInterface method getStemmerInfo (line 18) | public function getStemmerInfo(); method getStopwordsInfo (line 24) | public function getStopwordsInfo(); FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/Config/SchemaLocator.php class SchemaLocator (line 11) | class SchemaLocator implements SchemaLocatorInterface method __construct (line 34) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 44) | public function getSchema() method getPerFileSchema (line 52) | public function getPerFileSchema() FILE: app/code/Magento/Elasticsearch/Model/Adapter/Index/IndexNameResolver.php class IndexNameResolver (line 21) | class IndexNameResolver method __construct (line 56) | public function __construct( method getIndexNamespace (line 82) | protected function getIndexNamespace() method getIndexNameForAlias (line 96) | public function getIndexNameForAlias($storeId, $mappedIndexerId) method getIndexName (line 110) | public function getIndexName($storeId, $mappedIndexerId, array $prepar... method getIndexPattern (line 131) | public function getIndexPattern($storeId, $mappedIndexerId) method getIndexFromAlias (line 144) | public function getIndexFromAlias($storeId, $mappedIndexerId) method getIndexMapping (line 169) | public function getIndexMapping($indexerId) FILE: app/code/Magento/Elasticsearch/Model/Advanced/ProductCollectionPrepareStrategy.php class ProductCollectionPrepareStrategy (line 15) | class ProductCollectionPrepareStrategy implements ProductCollectionPrepa... method __construct (line 25) | public function __construct( method prepare (line 34) | public function prepare(Collection $collection) FILE: app/code/Magento/Elasticsearch/Model/Client/Elasticsearch.php class Elasticsearch (line 15) | class Elasticsearch implements ClientInterface method __construct (line 41) | public function __construct( method getClient (line 65) | private function getClient() method ping (line 80) | public function ping() method testConnection (line 93) | public function testConnection() method buildConfig (line 104) | private function buildConfig($options = []) method bulkQuery (line 137) | public function bulkQuery($query) method createIndex (line 149) | public function createIndex($index, $settings) method deleteIndex (line 165) | public function deleteIndex($index) method isEmptyIndex (line 176) | public function isEmptyIndex($index) method updateAlias (line 193) | public function updateAlias($alias, $newIndex, $oldIndex = '') method indexExists (line 212) | public function indexExists($index) method existsAlias (line 224) | public function existsAlias($alias, $index = '') method getAlias (line 239) | public function getAlias($alias) method addFieldsMapping (line 252) | public function addFieldsMapping(array $fields, $index, $entityType) method deleteMapping (line 312) | public function deleteMapping($index, $entityType) method query (line 328) | public function query($query) method suggest (line 339) | public function suggest($query) FILE: app/code/Magento/Elasticsearch/Model/Config.php class Config (line 21) | class Config implements ClientOptionsInterface method __construct (line 78) | public function __construct( method prepareClientOptions (line 97) | public function prepareClientOptions($options = []) method getElasticsearchConfigData (line 128) | public function getElasticsearchConfigData($field, $storeId = null) method getSearchConfigData (line 141) | public function getSearchConfigData($field, $storeId = null) method isElasticsearchEnabled (line 153) | public function isElasticsearchEnabled() method getIndexPrefix (line 164) | public function getIndexPrefix() method getEntityType (line 175) | public function getEntityType() FILE: app/code/Magento/Elasticsearch/Model/DataProvider/Suggestions.php class Suggestions (line 21) | class Suggestions implements SuggestedQueriesInterface method __construct (line 81) | public function __construct( method getItems (line 100) | public function getItems(QueryInterface $query) method isResultsCountEnabled (line 126) | public function isResultsCountEnabled() method getSuggestions (line 142) | private function getSuggestions(QueryInterface $query) method fetchQuery (line 193) | private function fetchQuery(array $query) method getSearchSuggestionsCount (line 203) | private function getSearchSuggestionsCount() method isSuggestionsAllowed (line 216) | private function isSuggestionsAllowed() FILE: app/code/Magento/Elasticsearch/Model/Indexer/IndexStructure.php class IndexStructure (line 12) | class IndexStructure implements IndexStructureInterface method __construct (line 28) | public function __construct( method delete (line 39) | public function delete( method create (line 52) | public function create( FILE: app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php class IndexerHandler (line 18) | class IndexerHandler implements IndexerInterface method __construct (line 69) | public function __construct( method saveIndex (line 90) | public function saveIndex($dimensions, \Traversable $documents) method deleteIndex (line 105) | public function deleteIndex($dimensions, \Traversable $documents) method cleanIndex (line 120) | public function cleanIndex($dimensions) method isAvailable (line 130) | public function isAvailable($dimensions = []) method getIndexerId (line 140) | private function getIndexerId() FILE: app/code/Magento/Elasticsearch/Model/Indexer/Plugin/DependencyUpdaterPlugin.php class DependencyUpdaterPlugin (line 23) | class DependencyUpdaterPlugin method __construct (line 33) | public function __construct(Config $config) method afterGetIndexerIdsToRunBefore (line 48) | public function afterGetIndexerIdsToRunBefore(Provider $provider, arra... method afterGetIndexerIdsToRunAfter (line 67) | public function afterGetIndexerIdsToRunAfter(Provider $provider, array... method isFilteringNeeded (line 81) | private function isFilteringNeeded(string $currentIndexerId, string $t... FILE: app/code/Magento/Elasticsearch/Model/Layer/Category/ItemCollectionProvider.php class ItemCollectionProvider (line 15) | class ItemCollectionProvider implements ItemCollectionProviderInterface method __construct (line 32) | public function __construct( method getCollection (line 43) | public function getCollection(\Magento\Catalog\Model\Category $category) FILE: app/code/Magento/Elasticsearch/Model/Layer/Search/ItemCollectionProvider.php class ItemCollectionProvider (line 15) | class ItemCollectionProvider implements ItemCollectionProviderInterface method __construct (line 32) | public function __construct( method getCollection (line 43) | public function getCollection(\Magento\Catalog\Model\Category $category) FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Engine.php class Engine (line 15) | class Engine implements EngineInterface method __construct (line 35) | public function __construct( method getAllowedVisibility (line 48) | public function getAllowedVisibility() method allowAdvancedIndex (line 58) | public function allowAdvancedIndex() method processAttributeValue (line 66) | public function processAttributeValue($attribute, $value) method prepareEntityIndex (line 80) | public function prepareEntityIndex($index, $separator = ' ') method isAvailable (line 88) | public function isAvailable() FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/DefaultFilterStrategyApplyChecker.php class DefaultFilterStrategyApplyChecker (line 15) | class DefaultFilterStrategyApplyChecker implements DefaultFilterStrategy... method isApplicable (line 22) | public function isApplicable(): bool FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/SearchCriteriaResolver.php class SearchCriteriaResolver (line 17) | class SearchCriteriaResolver implements SearchCriteriaResolverInterface method __construct (line 58) | public function __construct( method resolve (line 77) | public function resolve(): SearchCriteria FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/SearchResultApplier.php class SearchResultApplier (line 16) | class SearchResultApplier implements SearchResultApplierInterface method __construct (line 44) | public function __construct( method apply (line 59) | public function apply() method sliceItems (line 85) | private function sliceItems(array $items, int $size, int $currentPage)... FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Fulltext/Collection/TotalRecordsResolver.php class TotalRecordsResolver (line 15) | class TotalRecordsResolver implements TotalRecordsResolverInterface method __construct (line 25) | public function __construct( method resolve (line 34) | public function resolve(): ?int FILE: app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php class Index (line 23) | class Index extends \Magento\AdvancedSearch\Model\ResourceModel\Index method __construct (line 56) | public function __construct( method getFullProductIndexData (line 88) | public function getFullProductIndexData($productId, $indexData) method getFullCategoryProductIndexData (line 133) | public function getFullCategoryProductIndexData($storeId = null, $prod... FILE: app/code/Magento/Elasticsearch/Observer/CategoryProductIndexer.php class CategoryProductIndexer (line 19) | class CategoryProductIndexer implements ObserverInterface method __construct (line 41) | public function __construct( method execute (line 54) | public function execute(Observer $observer): void FILE: app/code/Magento/Elasticsearch/SearchAdapter/Adapter.php class Adapter (line 17) | class Adapter implements AdapterInterface method __construct (line 55) | public function __construct( method query (line 73) | public function query(RequestInterface $request) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Builder.php class Builder (line 15) | class Builder method __construct (line 42) | public function __construct( method build (line 75) | public function build(RequestInterface $request, array $queryResult) method setQuery (line 105) | public function setQuery(QueryContainer $query) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Builder/BucketBuilderInterface.php type BucketBuilderInterface (line 16) | interface BucketBuilderInterface method build (line 26) | public function build( FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Builder/Dynamic.php class Dynamic (line 15) | class Dynamic implements BucketBuilderInterface method __construct (line 31) | public function __construct(Repository $algorithmRepository, EntitySto... method build (line 40) | public function build( method getEntityStorage (line 60) | private function getEntityStorage(array $queryResult) method prepareData (line 76) | private function prepareData($data) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Builder/Term.php class Term (line 14) | class Term implements BucketBuilderInterface method build (line 19) | public function build( FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/DataProviderFactory.php class DataProviderFactory (line 18) | class DataProviderFactory method __construct (line 30) | public function __construct(ObjectManagerInterface $objectManager) method create (line 55) | public function create(DataProviderInterface $dataProvider, QueryConta... FILE: app/code/Magento/Elasticsearch/SearchAdapter/Aggregation/Interval.php class Interval (line 15) | class Interval implements IntervalInterface method __construct (line 66) | public function __construct( method load (line 87) | public function load($limit, $offset = null, $lower = null, $upper = n... method loadPrevious (line 146) | public function loadPrevious($data, $index, $lower = null) method loadNext (line 205) | public function loadNext($data, $rightIndex, $upper = null) method arrayValuesToFloat (line 278) | private function arrayValuesToFloat($hits, $fieldName) FILE: app/code/Magento/Elasticsearch/SearchAdapter/AggregationFactory.php class AggregationFactory (line 15) | class AggregationFactory method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method create (line 40) | public function create(array $rawAggregation) method prepareValues (line 65) | private function prepareValues(array $values) FILE: app/code/Magento/Elasticsearch/SearchAdapter/ConnectionManager.php class ConnectionManager (line 17) | class ConnectionManager method __construct (line 48) | public function __construct( method getConnection (line 66) | public function getConnection($options = []) method connect (line 82) | private function connect($options) FILE: app/code/Magento/Elasticsearch/SearchAdapter/DocumentFactory.php class DocumentFactory (line 21) | class DocumentFactory method __construct (line 41) | public function __construct(ObjectManagerInterface $objectManager, Ent... method create (line 54) | public function create($rawDocument) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Dynamic/DataProvider.php class DataProvider (line 17) | class DataProvider implements \Magento\Framework\Search\Dynamic\DataProv... method __construct (line 100) | public function __construct( method getRange (line 128) | public function getRange() method getAggregations (line 137) | public function getAggregations(\Magento\Framework\Search\Dynamic\Enti... method getInterval (line 176) | public function getInterval( method getAggregation (line 199) | public function getAggregation( method prepareData (line 234) | public function prepareData($range, array $dbRanges) method getBasicSearchQuery (line 271) | private function getBasicSearchQuery( FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/Builder.php class Builder (line 15) | class Builder implements BuilderInterface method __construct (line 47) | public function __construct( method build (line 62) | public function build(RequestFilterInterface $filter, $conditionType) method processFilter (line 72) | protected function processFilter(RequestFilterInterface $filter, $cond... method processBoolFilter (line 95) | protected function processBoolFilter(RequestFilterInterface $filter, $... method buildFilters (line 123) | private function buildFilters(array $filters, $conditionType) method isNegation (line 142) | protected function isNegation($conditionType) method mapConditionType (line 152) | private function mapConditionType($conditionType, $isNegation) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/Builder/FilterInterface.php type FilterInterface (line 14) | interface FilterInterface method buildFilter (line 21) | public function buildFilter(RequestFilterInterface $filter); FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/Builder/Range.php class Range (line 12) | class Range implements FilterInterface method __construct (line 22) | public function __construct( method buildFilter (line 32) | public function buildFilter(RequestFilterInterface $filter) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/Builder/Term.php class Term (line 19) | class Term implements FilterInterface method __construct (line 42) | public function __construct( method buildFilter (line 59) | public function buildFilter(RequestFilterInterface $filter) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/Builder/Wildcard.php class Wildcard (line 12) | class Wildcard implements FilterInterface method __construct (line 22) | public function __construct(FieldMapperInterface $fieldMapper) method buildFilter (line 31) | public function buildFilter(RequestFilterInterface $filter) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Filter/BuilderInterface.php type BuilderInterface (line 14) | interface BuilderInterface method build (line 28) | public function build(RequestFilterInterface $filter, $conditionType); FILE: app/code/Magento/Elasticsearch/SearchAdapter/Mapper.php class Mapper (line 23) | class Mapper extends Elasticsearch5Mapper method __construct (line 30) | public function __construct( method buildQuery (line 47) | public function buildQuery(RequestInterface $request) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder.php class Builder (line 20) | class Builder extends Elasticsearch5Builder method initQuery (line 34) | public function initQuery(RequestInterface $request) method getSortBuilder (line 57) | private function getSortBuilder() FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/Aggregation.php class Aggregation (line 16) | class Aggregation method __construct (line 35) | public function __construct( method build (line 49) | public function build( method buildBucket (line 68) | protected function buildBucket( FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/Match.php class QueryInterface (line 20) | class Match implements QueryInterface method __construct (line 61) | public function __construct( method build (line 81) | public function build(array $selectQuery, RequestQueryInterface $reque... method prepareQuery (line 106) | protected function prepareQuery($queryValue, $conditionType) method buildQueries (line 130) | protected function buildQueries(array $matches, array $queryValue) method escape (line 183) | protected function escape($value) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/QueryInterface.php type QueryInterface (line 14) | interface QueryInterface method build (line 23) | public function build( FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/Sort.php class Sort (line 18) | class Sort method __construct (line 60) | public function __construct( method getSort (line 78) | public function getSort(RequestInterface $request) FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/Preprocessor/Stopwords.php class Stopwords (line 17) | class Stopwords implements PreprocessorInterface method __construct (line 92) | public function __construct( method process (line 116) | public function process($query) method getStopwordsList (line 130) | protected function getStopwordsList() method getStopwordsFile (line 154) | protected function getStopwordsFile() method getSerializer (line 170) | private function getSerializer() FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformer/DateTransformer.php class DateTransformer (line 16) | class DateTransformer implements ValueTransformerInterface method __construct (line 26) | public function __construct(Date $dateFieldType) method transform (line 34) | public function transform(string $value): ?string FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformer/FloatTransformer.php class FloatTransformer (line 15) | class FloatTransformer implements ValueTransformerInterface method transform (line 20) | public function transform(string $value): ?float FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformer/IntegerTransformer.php class IntegerTransformer (line 15) | class IntegerTransformer implements ValueTransformerInterface method transform (line 20) | public function transform(string $value): ?int FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformer/TextTransformer.php class TextTransformer (line 16) | class TextTransformer implements ValueTransformerInterface method __construct (line 26) | public function __construct(array $preprocessors = []) method transform (line 42) | public function transform(string $value): string method escape (line 58) | private function escape(string $value): string FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformerInterface.php type ValueTransformerInterface (line 13) | interface ValueTransformerInterface method transform (line 21) | public function transform(string $value); FILE: app/code/Magento/Elasticsearch/SearchAdapter/Query/ValueTransformerPool.php class ValueTransformerPool (line 13) | class ValueTransformerPool method __construct (line 23) | public function __construct(array $valueTransformers = []) method get (line 42) | public function get(string $fieldType): ValueTransformerInterface FILE: app/code/Magento/Elasticsearch/SearchAdapter/QueryAwareInterface.php type QueryAwareInterface (line 17) | interface QueryAwareInterface FILE: app/code/Magento/Elasticsearch/SearchAdapter/QueryContainer.php class QueryContainer (line 13) | class QueryContainer method __construct (line 23) | public function __construct(array $query) method getQuery (line 33) | public function getQuery() FILE: app/code/Magento/Elasticsearch/SearchAdapter/ResponseFactory.php class ResponseFactory (line 15) | class ResponseFactory method __construct (line 46) | public function __construct( method create (line 63) | public function create($response) FILE: app/code/Magento/Elasticsearch/SearchAdapter/SearchIndexNameResolver.php class SearchIndexNameResolver (line 16) | class SearchIndexNameResolver method __construct (line 26) | public function __construct( method getIndexName (line 40) | public function getIndexName($storeId, $indexerId) method getIndexMapping (line 52) | private function getIndexMapping($indexerId) FILE: app/code/Magento/Elasticsearch/Test/Unit/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/IndexResolverTest.php class IndexResolverTest (line 22) | class IndexResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetFieldName (line 88) | public function testGetFieldName( method getFieldIndexProvider (line 151) | public function getFieldIndexProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/IntegerTypeTest.php class IntegerTypeTest (line 20) | class IntegerTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetFieldType (line 62) | public function testGetFieldType( method getFieldTypeProvider (line 94) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Elasticsearch5/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/KeywordTypeTest.php class KeywordTypeTest (line 20) | class KeywordTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetFieldType (line 64) | public function testGetFieldType( method getFieldTypeProvider (line 104) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Elasticsearch5/Model/Client/ElasticsearchTest.php class ElasticsearchTest (line 16) | class ElasticsearchTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp(): void method testConstructorOptionsException (line 99) | public function testConstructorOptionsException() method testConstructorWithOptions (line 113) | public function testConstructorWithOptions() method testPing (line 127) | public function testPing() method testTestConnection (line 136) | public function testTestConnection() method testTestConnectionFalse (line 145) | public function testTestConnectionFalse() method testTestConnectionPing (line 154) | public function testTestConnectionPing() method testBulkQuery (line 171) | public function testBulkQuery() method testCreateIndexExists (line 182) | public function testCreateIndexExists() method testDeleteIndex (line 198) | public function testDeleteIndex() method testIsEmptyIndex (line 209) | public function testIsEmptyIndex() method testIsEmptyIndexFalse (line 224) | public function testIsEmptyIndexFalse() method testUpdateAlias (line 239) | public function testUpdateAlias() method testUpdateAliasRemoveOldIndex (line 255) | public function testUpdateAliasRemoveOldIndex() method testIndexExists (line 273) | public function testIndexExists() method testExistsAlias (line 285) | public function testExistsAlias() method testExistsAliasWithIndex (line 299) | public function testExistsAliasWithIndex() method testGetAlias (line 314) | public function testGetAlias() method testCreateIndexFailure (line 329) | public function testCreateIndexFailure() method testAddFieldsMapping (line 346) | public function testAddFieldsMapping() method testAddFieldsMappingFailure (line 416) | public function testAddFieldsMappingFailure() method testDeleteMapping (line 486) | public function testDeleteMapping() method testBuildConfig (line 511) | public function testBuildConfig(array $options, $expectedResult): void method getPrivateMethod (line 527) | private function getPrivateMethod($className, $methodName) method testDeleteMappingFailure (line 540) | public function testDeleteMappingFailure() method testQuery (line 561) | public function testQuery() method testSuggest (line 575) | public function testSuggest() method getOptionsDataProvider (line 587) | public function getOptionsDataProvider() method getOptions (line 618) | protected function getOptions() method getEmptyIndexOption (line 634) | protected function getEmptyIndexOption() FILE: app/code/Magento/Elasticsearch/Test/Unit/Elasticsearch5/SearchAdapter/Aggregation/IntervalTest.php class IntervalTest (line 26) | class IntervalTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testLoad (line 154) | public function testLoad( method testLoadPrev (line 179) | public function testLoadPrev(string $data, string $index, string $lowe... method testLoadNext (line 198) | public function testLoadNext(string $data, string $rightIndex, string ... method processQuery (line 212) | private function processQuery(array $queryResult): void method loadParamsProvider (line 228) | public function loadParamsProvider(): array method loadPrevParamsProvider (line 255) | public function loadPrevParamsProvider(): array method loadNextParamsProvider (line 291) | public function loadNextParamsProvider(): array FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/BatchDataMapper/DataMapperFactoryTest.php class DataMapperFactoryTest (line 13) | class DataMapperFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testCreateEmpty (line 57) | public function testCreateEmpty() method testCreateWrongType (line 66) | public function testCreateWrongType() method testCreateFailure (line 75) | public function testCreateFailure() method testCreate (line 86) | public function testCreate() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/BatchDataMapper/DataMapperResolverTest.php class DataMapperResolverTest (line 13) | class DataMapperResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testMapWithDefaultEntityType (line 49) | public function testMapWithDefaultEntityType() method testMapWithSpecifiedEntityType (line 59) | public function testMapWithSpecifiedEntityType() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/BatchDataMapper/ProductDataMapperTest.php class ProductDataMapperTest (line 23) | class ProductDataMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testGetMapAdditionalFieldsOnly (line 88) | public function testGetMapAdditionalFieldsOnly() method testGetMapEmptyData (line 116) | public function testGetMapEmptyData() method testGetMap (line 138) | public function testGetMap(int $productId, array $attributeData, $attr... method testGetMapWithOptions (line 166) | public function testGetMapWithOptions() method getAttribute (line 198) | private function getAttribute(array $attributeData): \PHPUnit_Framewor... method mapProvider (line 221) | public static function mapProvider(): array FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Container/AttributeTest.php class AttributeTest (line 14) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetAttributeCodeById (line 47) | public function testGetAttributeCodeById() method testGetOptionsAttributeCodeById (line 60) | public function testGetOptionsAttributeCodeById() method testGetAttributeIdByCode (line 71) | public function testGetAttributeIdByCode() method testGetOptionsAttributeIdByCode (line 83) | public function testGetOptionsAttributeIdByCode() method testGetMultipleAttributeIdsByCode (line 94) | public function testGetMultipleAttributeIdsByCode() method testGetAttributeByIdTwice (line 110) | public function testGetAttributeByIdTwice() method testGetAttributeByIdCachedInGetAttributeByCode (line 123) | public function testGetAttributeByIdCachedInGetAttributeByCode() method testGetAttribute (line 135) | public function testGetAttribute() method testGetUnknownAttribute (line 149) | public function testGetUnknownAttribute() method testGetAttributes (line 162) | public function testGetAttributes() method mockAttributes (line 181) | private function mockAttributes(array $attributes) method mockAttributeById (line 194) | private function mockAttributeById($attributeId, $attributeCode, $sequ... method mockAttributeByCode (line 210) | private function mockAttributeByCode($attributeId, $attributeCode, $se... method createAttributeMock (line 225) | private function createAttributeMock($attributeId, $attributeCode) FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/DataMapper/ProductDataMapperTest.php class ProductDataMapperTest (line 27) | class ProductDataMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 92) | protected function setUp() method testGetMap (line 177) | public function testGetMap($productId, $productData, $storeId, $emptyD... method mapProvider (line 254) | public static function mapProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Document/BuilderTest.php class BuilderTest (line 14) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testBuildWithSimpleField (line 35) | public function testBuildWithSimpleField() method testBuildWithTwoSimpleFields (line 49) | public function testBuildWithTwoSimpleFields() method testBuildWithSimpleFieldAndFieldsArray (line 71) | public function testBuildWithSimpleFieldAndFieldsArray() method testBuildWithArrayField (line 97) | public function testBuildWithArrayField() method testBuildWithEmptyArrayField (line 116) | public function testBuildWithEmptyArrayField() method testBuildTwoDocuments (line 133) | public function testBuildTwoDocuments() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/ElasticsearchTest.php class ElasticsearchTest (line 24) | class ElasticsearchTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testPing (line 197) | public function testPing() method testPingFailure (line 209) | public function testPingFailure() method testPrepareDocsPerStoreEmpty (line 220) | public function testPrepareDocsPerStoreEmpty() method testPrepareDocsPerStore (line 228) | public function testPrepareDocsPerStore() method testAddDocs (line 253) | public function testAddDocs() method testAddDocsFailure (line 275) | public function testAddDocsFailure() method testCleanIndex (line 294) | public function testCleanIndex() method testDeleteDocs (line 316) | public function testDeleteDocs() method testDeleteDocsFailure (line 330) | public function testDeleteDocsFailure() method testUpdateAliasEmpty (line 341) | public function testUpdateAliasEmpty() method testConnectException (line 366) | public function testConnectException() method testUpdateAlias (line 399) | public function testUpdateAlias() method testUpdateAliasWithOldIndex (line 414) | public function testUpdateAliasWithOldIndex() method testUpdateAliasWithoutOldIndex (line 442) | public function testUpdateAliasWithoutOldIndex() method getClientOptions (line 463) | protected function getClientOptions() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/FieldMapperResolverTest.php class FieldMapperResolverTest (line 12) | class FieldMapperResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetFieldNameEmpty (line 67) | public function testGetFieldNameEmpty() method testGetFieldNameWrongType (line 77) | public function testGetFieldNameWrongType() method testGetFieldNameFailure (line 87) | public function testGetFieldNameFailure() method testGetFieldName (line 99) | public function testGetFieldName() method testGetAllAttributesTypes (line 111) | public function testGetAllAttributesTypes() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/AttributeAdapterTest.php class AttributeAdapterTest (line 19) | class AttributeAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testIsFilterable (line 69) | public function testIsFilterable($isFilterable, $isFilterableInSearch,... method testIsSearchable (line 92) | public function testIsSearchable( method testIsAlwaysIndexable (line 122) | public function testIsAlwaysIndexable($expected) method testIsDateTimeType (line 136) | public function testIsDateTimeType($backendType, $expected) method testIsFloatType (line 153) | public function testIsFloatType($backendType, $expected) method testIsIntegerType (line 170) | public function testIsIntegerType($backendType, $expected) method testIsBooleanType (line 188) | public function testIsBooleanType($frontendInput, $backendType, $expec... method testIsComplexType (line 209) | public function testIsComplexType($frontendInput, $usesSource, $expected) method testIsEavAttribute (line 228) | public function testIsEavAttribute($expected) method isEavAttributeProvider (line 239) | public function isEavAttributeProvider() method isComplexTypeProvider (line 249) | public function isComplexTypeProvider() method isBooleanTypeProvider (line 263) | public function isBooleanTypeProvider() method isIntegerTypeProvider (line 278) | public function isIntegerTypeProvider() method isFloatTypeProvider (line 290) | public function isFloatTypeProvider() method isDateTimeTypeProvider (line 301) | public function isDateTimeTypeProvider() method isAlwaysIndexableProvider (line 313) | public function isAlwaysIndexableProvider() method isSearchableProvider (line 323) | public function isSearchableProvider() method isFilterableProvider (line 338) | public function isFilterableProvider() method isStringServiceFieldTypeProvider (line 350) | public function isStringServiceFieldTypeProvider() method getFieldNameProvider (line 361) | public function getFieldNameProvider() method getFieldTypeProvider (line 371) | public function getFieldTypeProvider() method getFieldIndexProvider (line 381) | public function getFieldIndexProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/DynamicFieldTest.php class DynamicFieldTest (line 32) | class DynamicFieldTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testGetAllAttributesTypes (line 139) | public function testGetAllAttributesTypes( method attributeProvider (line 273) | public function attributeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/IndexResolverTest.php class IndexResolverTest (line 17) | class IndexResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetFieldName (line 58) | public function testGetFieldName( method getFieldIndexProvider (line 90) | public function getFieldIndexProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/CategoryNameTest.php class CategoryNameTest (line 21) | class CategoryNameTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetFieldName (line 73) | public function testGetFieldName($attributeCode, $context, $fromRegist... method getFieldNameProvider (line 115) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolverTest.php class DefaultResolverTest (line 21) | class DefaultResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetFieldName (line 74) | public function testGetFieldName( method getFieldNameProvider (line 111) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/NotEavAttributeTest.php class NotEavAttributeTest (line 17) | class NotEavAttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetFieldName (line 46) | public function testGetFieldName($attributeCode, $isEavAttribute, $con... method getFieldNameProvider (line 68) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/PositionTest.php class PositionTest (line 20) | class PositionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetFieldName (line 72) | public function testGetFieldName($attributeCode, $context, $fromRegist... method getFieldNameProvider (line 114) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/PriceTest.php class PriceTest (line 19) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetFieldName (line 70) | public function testGetFieldName($attributeCode, $context, $expected) method getFieldNameProvider (line 102) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/SpecialAttributeTest.php class SpecialAttributeTest (line 17) | class SpecialAttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetFieldName (line 44) | public function testGetFieldName($attributeCode, $expected) method getFieldNameProvider (line 63) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/ConverterTest.php class ConverterTest (line 15) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testConvert (line 42) | public function testConvert($internalType, $expected) method convertProvider (line 53) | public function convertProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/DateTimeTypeTest.php class DateTimeTypeTest (line 19) | class DateTimeTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetFieldType (line 59) | public function testGetFieldType($isDateTimeType, $expected) method getFieldTypeProvider (line 81) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/DefaultResolverTest.php class DefaultResolverTest (line 19) | class DefaultResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetFieldType (line 58) | public function testGetFieldType($expected) method getFieldTypeProvider (line 76) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/FloatTypeTest.php class FloatTypeTest (line 18) | class FloatTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetFieldType (line 58) | public function testGetFieldType($isFloatType, $expected) method getFieldTypeProvider (line 80) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/IntegerTypeTest.php class IntegerTypeTest (line 19) | class IntegerTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetFieldType (line 61) | public function testGetFieldType( method getFieldTypeProvider (line 93) | public function getFieldTypeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/StaticFieldTest.php class StaticFieldTest (line 29) | class StaticFieldTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testGetAllAttributesTypes (line 135) | public function testGetAllAttributesTypes( method attributeProvider (line 246) | public function attributeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldType/DateTest.php class DateTest (line 14) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testFormatDateEmpty (line 70) | public function testFormatDateEmpty() method testFormatDate (line 81) | public function testFormatDate() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/BuilderTest.php class BuilderTest (line 13) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testBuild (line 65) | public function testBuild($locale) method testSetStoreId (line 86) | public function testSetStoreId() method buildDataProvider (line 95) | public function buildDataProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config/ConverterTest.php class ConverterTest (line 14) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testConvert (line 35) | public function testConvert() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config/EsConfigTest.php class EsConfigTest (line 15) | class EsConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetStemmerInfo (line 80) | public function testGetStemmerInfo() method testGetStopwordsInfo (line 88) | public function testGetStopwordsInfo() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 10) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetSchema (line 53) | public function testGetSchema() method testGetPerFileSchema (line 61) | public function testGetPerFileSchema() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/IndexNameResolverTest.php class IndexNameResolverTest (line 18) | class IndexNameResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testGetIndexNameForAlias (line 150) | public function testGetIndexNameForAlias() method testGetIndexNameWithPreparedIndex (line 165) | public function testGetIndexNameWithPreparedIndex() method testGetIndexNameWithoutPreparedIndexWithIndexName (line 178) | public function testGetIndexNameWithoutPreparedIndexWithIndexName() method testGetIndexPattern (line 191) | public function testGetIndexPattern() method testUpdateAliasWithOldIndex (line 202) | public function testUpdateAliasWithOldIndex() method testConnectException (line 231) | public function testConnectException() method testGetIndexNameCatalogSearchFullText (line 258) | public function testGetIndexNameCatalogSearchFullText() method testGetIndexName (line 269) | public function testGetIndexName() method getClientOptions (line 282) | protected function getClientOptions() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testPrepareClientOptions (line 50) | public function testPrepareClientOptions() method testGetIndexPrefix (line 70) | public function testGetIndexPrefix() method testGetEntityType (line 81) | public function testGetEntityType() method testIsElasticsearchEnabled (line 89) | public function testIsElasticsearchEnabled() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/DataProvider/SuggestionsTest.php class SuggestionsTest (line 21) | class SuggestionsTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testGetItems (line 121) | public function testGetItems() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Indexer/IndexStructureTest.php class IndexStructureTest (line 11) | class IndexStructureTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testDelete (line 69) | public function testDelete() method testCreate (line 88) | public function testCreate() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Indexer/IndexerHandlerTest.php class IndexerHandlerTest (line 11) | class IndexerHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testIsAvailable (line 127) | public function testIsAvailable() method testDeleteIndex (line 142) | public function testDeleteIndex() method testSaveIndex (line 165) | public function testSaveIndex() method testCleanIndexCatalogSearchFullText (line 205) | public function testCleanIndexCatalogSearchFullText() method testCleanIndex (line 227) | public function testCleanIndex() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/Indexer/Plugin/DependencyUpdaterPluginTest.php class DependencyUpdaterPluginTest (line 19) | class DependencyUpdaterPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testAfterGetIndexerIdsToRunBefore (line 57) | public function testAfterGetIndexerIdsToRunBefore(): void method testAfterGetIndexerIdsToRunAfter (line 74) | public function testAfterGetIndexerIdsToRunAfter(): void FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/ResourceModel/EngineTest.php class EngineTest (line 11) | class EngineTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testPrepareEntityIndex (line 83) | public function testPrepareEntityIndex($expected, array $data) method testAllowAdvancedIndex (line 91) | public function testAllowAdvancedIndex() method testIsAvailable (line 99) | public function testIsAvailable() method testGetAllowedVisibility (line 108) | public function testGetAllowedVisibility() method testProcessAttributeValue (line 120) | public function testProcessAttributeValue() method prepareEntityIndexDataProvider (line 128) | public function prepareEntityIndexDataProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/ResourceModel/Fulltext/Collection/SearchCriteriaResolverTest.php class SearchCriteriaResolverTest (line 18) | class SearchCriteriaResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testResolve (line 41) | public function testResolve($params, $expected) method resolveSortOrderDataProvider (line 100) | public function resolveSortOrderDataProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Model/ResourceModel/IndexTest.php class IndexTest (line 14) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 107) | protected function setUp() method testGetPriceIndexData (line 275) | public function testGetPriceIndexData() method testGetPriceIndexDataEmpty (line 319) | public function testGetPriceIndexDataEmpty() method testGetCategoryProductIndexData (line 354) | public function testGetCategoryProductIndexData() method testGetMovedCategoryProductIds (line 396) | public function testGetMovedCategoryProductIds() method testGetFullProductIndexData (line 444) | public function testGetFullProductIndexData($frontendInput, $indexData) method testGetFullCategoryProductIndexData (line 508) | public function testGetFullCategoryProductIndexData() method attributeCodeProvider (line 555) | public static function attributeCodeProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/Observer/CategoryProductIndexerTest.php class CategoryProductIndexerTest (line 20) | class CategoryProductIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp(): void method testExecuteIfCategoryHasChangedProducts (line 68) | public function testExecuteIfCategoryHasChangedProducts() method testExecuteIfCategoryHasChangedProductsAndNotScheduledIndexer (line 80) | public function testExecuteIfCategoryHasChangedProductsAndNotScheduled... method testExecuteIfCategoryHasNoneChangedProducts (line 93) | public function testExecuteIfCategoryHasNoneChangedProducts(): void method testExecuteIfElasticSearchIsDisabled (line 113) | public function testExecuteIfElasticSearchIsDisabled(): void method getProductIdsWithEnabledElasticSearch (line 127) | private function getProductIdsWithEnabledElasticSearch(): void FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/AdapterTest.php class AdapterTest (line 16) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testQuery (line 112) | public function testQuery() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Aggregation/Builder/DynamicTest.php class DynamicTest (line 11) | class DynamicTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testBuild (line 113) | public function testBuild() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Aggregation/Builder/TermTest.php class TermTest (line 11) | class TermTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testBuild (line 66) | public function testBuild() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Aggregation/BuilderTest.php class BuilderTest (line 15) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testBuild (line 85) | public function testBuild() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Aggregation/DataProviderFactoryTest.php class DataProviderFactoryTest (line 15) | class DataProviderFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCreateDataProviderWithoutQuery (line 39) | public function testCreateDataProviderWithoutQuery() method testCreateDataProviderWithEmptyQuery (line 48) | public function testCreateDataProviderWithEmptyQuery() method testCreateDataProviderWithQuery (line 57) | public function testCreateDataProviderWithQuery() method testCreateQueryAwareDataProvider (line 72) | public function testCreateQueryAwareDataProvider() method testCreateContainerAwareDataProviderWithoutQuery (line 101) | public function testCreateContainerAwareDataProviderWithoutQuery() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Aggregation/IntervalTest.php class IntervalTest (line 22) | class IntervalTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testLoad (line 150) | public function testLoad($limit, $offset, $lower, $upper) method testLoadPrevArray (line 192) | public function testLoadPrevArray($data, $index, $lower) method testLoadPrevFalse (line 235) | public function testLoadPrevFalse($data, $index, $lower) method testLoadNextArray (line 264) | public function testLoadNextArray($data, $rightIndex, $upper) method testLoadNextFalse (line 307) | public function testLoadNextFalse($data, $rightIndex, $upper) method loadParamsProvider (line 332) | public static function loadParamsProvider() method loadPrevParamsProvider (line 342) | public static function loadPrevParamsProvider() method loadNextParamsProvider (line 352) | public static function loadNextParamsProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/AggregationFactoryTest.php class AggregationFactoryTest (line 14) | class AggregationFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCreate (line 56) | public function testCreate() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/ConnectionManagerTest.php class ConnectionManagerTest (line 17) | class ConnectionManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetConnectionSuccessfull (line 82) | public function testGetConnectionSuccessfull() method testGetConnectionFailure (line 98) | public function testGetConnectionFailure() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/DocumentFactoryTest.php class DocumentFactoryTest (line 12) | class DocumentFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testCreate (line 69) | public function testCreate() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Dynamic/DataProviderTest.php class DataProviderTest (line 11) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUpMockObjects (line 92) | private function setUpMockObjects() method setUp (line 189) | protected function setUp() method testGetRange (line 215) | public function testGetRange() method testGetAggregations (line 229) | public function testGetAggregations() method testGetInterval (line 263) | public function testGetInterval() method testGetAggregation (line 302) | public function testGetAggregation() method testPrepareData (line 365) | public function testPrepareData() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Filter/Builder/RangeTest.php class RangeTest (line 15) | class RangeTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testBuildFilter (line 64) | public function testBuildFilter() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Filter/Builder/TermTest.php class TermTest (line 15) | class TermTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testBuildFilter (line 63) | public function testBuildFilter() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Filter/Builder/WildcardTest.php class WildcardTest (line 15) | class WildcardTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testBuildFilter (line 60) | public function testBuildFilter() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Filter/BuilderTest.php class BuilderTest (line 14) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testBuildFailure (line 72) | public function testBuildFailure() method testBuild (line 90) | public function testBuild($filterMock, $filterType) method testBuildNegation (line 125) | public function testBuildNegation($filterMock, $filterType) method buildDataProvider (line 157) | public function buildDataProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/MapperTest.php class MapperTest (line 17) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testBuildQueryFailure (line 94) | public function testBuildQueryFailure() method testBuildQuery (line 121) | public function testBuildQuery($queryType, $queryMock, $referenceType,... method buildQueryDataProvider (line 181) | public function buildQueryDataProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Query/Builder/AggregationTest.php class AggregationTest (line 12) | class AggregationTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBuildDynamicPrice (line 66) | public function testBuildDynamicPrice() method testBuildDynamic (line 101) | public function testBuildDynamic() method testBuildTerm (line 136) | public function testBuildTerm() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Query/Builder/MatchTest.php class MatchTest (line 19) | class MatchTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBuild (line 68) | public function testBuild() method testBuildMatchQuery (line 109) | public function testBuildMatchQuery($rawQueryValue, $queryValue, $match) method matchProvider (line 148) | public function matchProvider() method getFieldMapper (line 161) | private function getFieldMapper() method getMatchRequestQuery (line 179) | private function getMatchRequestQuery($rawQueryValue) FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Query/Builder/SortTest.php class SortTest (line 21) | class SortTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetSort (line 71) | public function testGetSort( method getSortProvider (line 127) | public function getSortProvider() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Query/BuilderTest.php class BuilderTest (line 18) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | public function setUp() method testInitQuery (line 106) | public function testInitQuery() method testInitAggregations (line 147) | public function testInitAggregations() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Query/Preprocessor/StopwordsTest.php class StopwordsTest (line 21) | class StopwordsTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testProcess (line 111) | public function testProcess() method testProcessFromCache (line 172) | public function testProcessFromCache() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/ResponseFactoryTest.php class ResponseFactoryTest (line 12) | class ResponseFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testCreate (line 66) | public function testCreate() FILE: app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/SearchIndexNameResolverTest.php class SearchIndexNameResolverTest (line 12) | class SearchIndexNameResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetIndexNameCatalogSearchFullText (line 73) | public function testGetIndexNameCatalogSearchFullText() method testGetIndexName (line 84) | public function testGetIndexName() FILE: app/code/Magento/Elasticsearch6/Block/Adminhtml/System/Config/TestConnection.php class TestConnection (line 11) | class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\Sys... method _getFieldMapping (line 16) | protected function _getFieldMapping() FILE: app/code/Magento/Elasticsearch6/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolver.php class DefaultResolver (line 16) | class DefaultResolver extends Base method getFieldName (line 25) | public function getFieldName(AttributeAdapter $attribute, $context = [... FILE: app/code/Magento/Elasticsearch6/Model/Client/Elasticsearch.php class Elasticsearch (line 14) | class Elasticsearch implements ClientInterface method __construct (line 40) | public function __construct( method getClient (line 64) | private function getClient() method ping (line 79) | public function ping() method testConnection (line 93) | public function testConnection() method buildConfig (line 104) | private function buildConfig($options = []) method bulkQuery (line 137) | public function bulkQuery($query) method createIndex (line 149) | public function createIndex($index, $settings) method deleteIndex (line 165) | public function deleteIndex($index) method isEmptyIndex (line 176) | public function isEmptyIndex($index) method updateAlias (line 193) | public function updateAlias($alias, $newIndex, $oldIndex = '') method indexExists (line 212) | public function indexExists($index) method existsAlias (line 224) | public function existsAlias($alias, $index = '') method getAlias (line 239) | public function getAlias($alias) method addFieldsMapping (line 252) | public function addFieldsMapping(array $fields, $index, $entityType) method deleteMapping (line 315) | public function deleteMapping($index, $entityType) method query (line 331) | public function query($query) method suggest (line 342) | public function suggest($query) FILE: app/code/Magento/Elasticsearch6/Model/DataProvider/Suggestions.php class Suggestions (line 22) | class Suggestions implements SuggestedQueriesInterface method __construct (line 70) | public function __construct( method getItems (line 91) | public function getItems(QueryInterface $query) method isResultsCountEnabled (line 117) | public function isResultsCountEnabled() method getSuggestions (line 133) | private function getSuggestions(QueryInterface $query) method initQuery (line 171) | private function initQuery($query) method addSuggestFields (line 197) | private function addSuggestFields($searchQuery, $searchSuggestionsCount) method getSuggestFields (line 226) | private function getSuggestFields() method fetchQuery (line 241) | private function fetchQuery(array $query) method getSearchSuggestionsCount (line 251) | private function getSearchSuggestionsCount() method isSuggestionsAllowed (line 264) | private function isSuggestionsAllowed() FILE: app/code/Magento/Elasticsearch6/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolverTest.php class DefaultResolverTest (line 21) | class DefaultResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetFieldName (line 74) | public function testGetFieldName( method getFieldNameProvider (line 111) | public function getFieldNameProvider() FILE: app/code/Magento/Elasticsearch6/Test/Unit/Model/Client/ElasticsearchTest.php class ElasticsearchTest (line 16) | class ElasticsearchTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testConstructorOptionsException (line 99) | public function testConstructorOptionsException() method testConstructorWithOptions (line 113) | public function testConstructorWithOptions() method testBuildConfig (line 133) | public function testBuildConfig(array $options, $expectedResult): void method getPrivateMethod (line 149) | private function getPrivateMethod($className, $methodName) method getOptionsDataProvider (line 161) | public function getOptionsDataProvider() method testPing (line 190) | public function testPing() method testTestConnection (line 199) | public function testTestConnection() method testTestConnectionFalse (line 208) | public function testTestConnectionFalse() method testTestConnectionPing (line 217) | public function testTestConnectionPing() method testBulkQuery (line 234) | public function testBulkQuery() method testCreateIndexExists (line 245) | public function testCreateIndexExists() method testDeleteIndex (line 261) | public function testDeleteIndex() method testIsEmptyIndex (line 272) | public function testIsEmptyIndex() method testIsEmptyIndexFalse (line 287) | public function testIsEmptyIndexFalse() method testUpdateAlias (line 302) | public function testUpdateAlias() method testUpdateAliasRemoveOldIndex (line 318) | public function testUpdateAliasRemoveOldIndex() method testIndexExists (line 336) | public function testIndexExists() method testExistsAlias (line 348) | public function testExistsAlias() method testExistsAliasWithIndex (line 362) | public function testExistsAliasWithIndex() method testGetAlias (line 377) | public function testGetAlias() method testCreateIndexFailure (line 392) | public function testCreateIndexFailure() method testAddFieldsMapping (line 409) | public function testAddFieldsMapping() method testAddFieldsMappingFailure (line 479) | public function testAddFieldsMappingFailure() method testDeleteMapping (line 549) | public function testDeleteMapping() method testDeleteMappingFailure (line 569) | public function testDeleteMappingFailure() method testQuery (line 590) | public function testQuery() method testSuggest (line 604) | public function testSuggest() method getOptions (line 618) | protected function getOptions() method getEmptyIndexOption (line 634) | protected function getEmptyIndexOption() FILE: app/code/Magento/Elasticsearch6/Test/Unit/Model/DataProvider/SuggestionsTest.php class SuggestionsTest (line 21) | class SuggestionsTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testGetItems (line 121) | public function testGetItems() FILE: app/code/Magento/Email/Block/Adminhtml/Template.php class Template (line 18) | class Template extends \Magento\Backend\Block\Template implements \Magen... method __construct (line 43) | public function __construct( method updateButton (line 57) | public function updateButton($buttonId, $key, $data) method _prepareLayout (line 68) | protected function _prepareLayout() method getCreateUrl (line 87) | public function getCreateUrl() method addButton (line 95) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method getHeaderText (line 106) | public function getHeaderText() method removeButton (line 114) | public function removeButton($buttonId) method getAddButtonHtml (line 125) | protected function getAddButtonHtml() method canRender (line 140) | public function canRender(\Magento\Backend\Block\Widget\Button\Item $i... FILE: app/code/Magento/Email/Block/Adminhtml/Template/Edit.php class Edit (line 19) | class Edit extends Widget implements ContainerInterface method __construct (line 83) | public function __construct( method updateButton (line 109) | public function updateButton($buttonId, $key, $data) method canRender (line 118) | public function canRender(\Magento\Backend\Block\Widget\Button\Item $i... method removeButton (line 126) | public function removeButton($buttonId) method _prepareLayout (line 138) | protected function _prepareLayout() method addButton (line 235) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method _beforeToHtml (line 246) | protected function _beforeToHtml() method _getDefaultTemplatesAsOptionsArray (line 263) | protected function _getDefaultTemplatesAsOptionsArray() method getLoadButtonHtml (line 283) | public function getLoadButtonHtml() method getEditMode (line 293) | public function getEditMode() method getHeaderText (line 303) | public function getHeaderText() method getFormHtml (line 316) | public function getFormHtml() method getSaveUrl (line 326) | public function getSaveUrl() method getPreviewUrl (line 336) | public function getPreviewUrl() method isTextType (line 346) | public function isTextType() method getTemplateType (line 356) | public function getTemplateType() method getDeleteUrl (line 366) | public function getDeleteUrl() method getEmailTemplate (line 376) | public function getEmailTemplate() method getLoadUrl (line 386) | public function getLoadUrl() method getCurrentlyUsedForPaths (line 397) | public function getCurrentlyUsedForPaths($asJSON = true) method _getSystemConfigPathsParts (line 416) | protected function _getSystemConfigPathsParts($paths) method getOrigTemplateCode (line 487) | public function getOrigTemplateCode() FILE: app/code/Magento/Email/Block/Adminhtml/Template/Edit/Form.php class Form (line 15) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 42) | public function __construct( method _prepareLayout (line 65) | protected function _prepareLayout() method _prepareForm (line 79) | protected function _prepareForm() method getEmailTemplate (line 179) | public function getEmailTemplate() method getVariables (line 189) | public function getVariables() FILE: app/code/Magento/Email/Block/Adminhtml/Template/Grid/Filter/Type.php class Type (line 13) | class Type extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Select method _getOptions (line 31) | protected function _getOptions() method getCondition (line 46) | public function getCondition() FILE: app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Action.php class Action (line 13) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 21) | public function render(\Magento\Framework\DataObject $row) method _getEscapedValue (line 42) | protected function _getEscapedValue($value) method _actionsToHtml (line 54) | protected function _actionsToHtml(array $actions) FILE: app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Sender.php class Sender (line 13) | class Sender extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Type.php class Type (line 13) | class Type extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method render (line 31) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Email/Block/Adminhtml/Template/Preview.php class Preview (line 16) | class Preview extends \Magento\Backend\Block\Widget method __construct (line 39) | public function __construct( method _toHtml (line 56) | protected function _toHtml() method getAnyStoreView (line 96) | protected function getAnyStoreView() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template.php class Template (line 13) | abstract class Template extends \Magento\Backend\App\Action method __construct (line 34) | public function __construct(\Magento\Backend\App\Action\Context $conte... method _initTemplate (line 46) | protected function _initTemplate($idFieldName = 'template_id') FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/DefaultTemplate.php class DefaultTemplate (line 9) | class DefaultTemplate extends \Magento\Email\Controller\Adminhtml\Email\... method __construct (line 28) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Delete.php class Delete (line 9) | class Delete extends \Magento\Email\Controller\Adminhtml\Email\Template method execute (line 16) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Edit.php class Edit (line 11) | class Edit extends \Magento\Email\Controller\Adminhtml\Email\Template im... method execute (line 18) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Grid.php class Grid (line 9) | class Grid extends \Magento\Email\Controller\Adminhtml\Email\Template method execute (line 16) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Index.php class Index (line 11) | class Index extends \Magento\Email\Controller\Adminhtml\Email\Template i... method execute (line 18) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Email\Controller\Adminhtml\Email\Templa... method execute (line 18) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Popup.php class Popup (line 15) | class Popup extends \Magento\Backend\App\Action implements HttpPostActio... method __construct (line 26) | public function __construct( method execute (line 41) | public function execute() method _isAllowed (line 49) | protected function _isAllowed() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Preview.php class Preview (line 18) | class Preview extends Template implements HttpGetActionInterface, HttpPo... method execute (line 23) | public function execute() FILE: app/code/Magento/Email/Controller/Adminhtml/Email/Template/Save.php class Save (line 11) | class Save extends \Magento\Email\Controller\Adminhtml\Email\Template method execute (line 18) | public function execute() FILE: app/code/Magento/Email/Model/AbstractTemplate.php class AbstractTemplate (line 29) | abstract class AbstractTemplate extends AbstractModel implements Templat... method __construct (line 191) | public function __construct( method getTemplateContent (line 231) | public function getTemplateContent($configPath, array $variables) method getTemplateInstance (line 260) | protected function getTemplateInstance() method loadByConfigPath (line 271) | public function loadByConfigPath($configPath) method loadDefault (line 290) | public function loadDefault($templateId) method getProcessedTemplate (line 339) | public function getProcessedTemplate(array $variables = []) method getDefaultEmailLogo (line 389) | public function getDefaultEmailLogo() method getLogoUrl (line 404) | protected function getLogoUrl($store) method getLogoAlt (line 435) | protected function getLogoAlt($store) method addEmailVariables (line 459) | protected function addEmailVariables($variables, $storeId) method applyDesignConfig (line 522) | protected function applyDesignConfig() method cancelDesignConfig (line 547) | protected function cancelDesignConfig() method setForcedArea (line 560) | public function setForcedArea($templateId) method setForcedTheme (line 578) | public function setForcedTheme($templateId, $theme) method getDesignParams (line 590) | public function getDesignParams() method getDesignConfig (line 607) | public function getDesignConfig() method setDesignConfig (line 630) | public function setDesignConfig(array $config) method isChildTemplate (line 646) | public function isChildTemplate() method setIsChildTemplate (line 657) | public function setIsChildTemplate($isChildTemplate) method setTemplateFilter (line 669) | public function setTemplateFilter(Template\Filter $filter) method getTemplateFilter (line 680) | public function getTemplateFilter() method emulateDesign (line 698) | public function emulateDesign($storeId, $area = self::DEFAULT_DESIGN_A... method revertDesign (line 719) | public function revertDesign() method isPlain (line 733) | public function isPlain() method getFilterFactory (line 743) | abstract protected function getFilterFactory(); method getType (line 750) | abstract public function getType(); method getUrl (line 760) | public function getUrl(Store $store, $route = '', $params = []) FILE: app/code/Magento/Email/Model/BackendTemplate.php class BackendTemplate (line 18) | class BackendTemplate extends Template method __construct (line 45) | public function __construct( method getSystemConfigPathsWhereCurrentlyUsed (line 88) | public function getSystemConfigPathsWhereCurrentlyUsed() FILE: app/code/Magento/Email/Model/Design/Backend/Logo.php class Logo (line 10) | class Logo extends DesignLogo method getAllowedExtensions (line 29) | public function getAllowedExtensions() FILE: app/code/Magento/Email/Model/Mail/TransportInterfacePlugin.php class TransportInterfacePlugin (line 18) | class TransportInterfacePlugin method __construct (line 28) | public function __construct( method aroundSendMessage (line 43) | public function aroundSendMessage( FILE: app/code/Magento/Email/Model/Plugin/WindowsSmtpConfig.php class WindowsSmtpConfig (line 11) | class WindowsSmtpConfig method __construct (line 37) | public function __construct( method beforeSendMessage (line 52) | public function beforeSendMessage(\Magento\Framework\Mail\TransportInt... FILE: app/code/Magento/Email/Model/ResourceModel/Template.php class Template (line 16) | class Template extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 22) | public function __construct( method _construct (line 34) | protected function _construct() method checkCodeUsage (line 45) | public function checkCodeUsage(\Magento\Email\Model\Template $template) method _beforeSave (line 76) | protected function _beforeSave(AbstractModel $object) method getSystemConfigByPathsAndTemplateId (line 89) | public function getSystemConfigByPathsAndTemplateId($paths, $templateId) FILE: app/code/Magento/Email/Model/ResourceModel/Template/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 28) | public function _construct() method toOptionArray (line 39) | public function toOptionArray() FILE: app/code/Magento/Email/Model/Template.php class Template (line 41) | class Template extends AbstractTemplate implements \Magento\Framework\Ma... method __construct (line 128) | public function __construct( method _construct (line 170) | protected function _construct() method getId (line 180) | public function getId() method setId (line 191) | public function setId($value) method isValidForSend (line 201) | public function isValidForSend() method getType (line 211) | public function getType() method getSendingException (line 227) | public function getSendingException() method getProcessedTemplateSubject (line 239) | public function getProcessedTemplateSubject(array $variables) method addBcc (line 274) | public function addBcc($bcc) method setReturnPath (line 287) | public function setReturnPath($email) method setReplyTo (line 300) | public function setReplyTo($email) method _parseVariablesString (line 312) | protected function _parseVariablesString($variablesString) method getVariablesOptionArray (line 328) | public function getVariablesOptionArray($withGroup = false) method beforeSave (line 349) | public function beforeSave() method processTemplate (line 368) | public function processTemplate() method getSubject (line 400) | public function getSubject() method setVars (line 411) | public function setVars(array $vars) method setOptions (line 423) | public function setOptions(array $options) method getFilterFactory (line 433) | protected function getFilterFactory() method _getVars (line 443) | protected function _getVars() FILE: app/code/Magento/Email/Model/Template/Config.php class Config (line 13) | class Config implements \Magento\Framework\Mail\Template\ConfigInterface method __construct (line 52) | public function __construct( method getAvailableTemplates (line 71) | public function getAvailableTemplates() method getThemeTemplates (line 92) | public function getThemeTemplates($templateId) method parseTemplateIdParts (line 133) | public function parseTemplateIdParts($templateId) method getTemplateLabel (line 153) | public function getTemplateLabel($templateId) method getTemplateType (line 164) | public function getTemplateType($templateId) method getTemplateModule (line 175) | public function getTemplateModule($templateId) method getTemplateArea (line 186) | public function getTemplateArea($templateId) method getTemplateFilename (line 198) | public function getTemplateFilename($templateId, $designParams = []) method _getInfo (line 221) | protected function _getInfo($templateId, $fieldName) method getFilename (line 246) | private function getFilename(string $file, array $designParams, string... FILE: app/code/Magento/Email/Model/Template/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 15) | public function convert($source) FILE: app/code/Magento/Email/Model/Template/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 23) | public function __construct( FILE: app/code/Magento/Email/Model/Template/Config/FileIterator.php class FileIterator (line 15) | class FileIterator extends \Magento\Framework\Config\FileIterator method __construct (line 27) | public function __construct( method current (line 40) | public function current() FILE: app/code/Magento/Email/Model/Template/Config/FileResolver.php class FileResolver (line 14) | class FileResolver implements \Magento\Framework\Config\FileResolverInte... method __construct (line 32) | public function __construct( method get (line 43) | public function get($filename, $scope) FILE: app/code/Magento/Email/Model/Template/Config/Reader.php class Reader (line 13) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 32) | public function __construct( FILE: app/code/Magento/Email/Model/Template/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 24) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 32) | public function getSchema() method getPerFileSchema (line 40) | public function getPerFileSchema() FILE: app/code/Magento/Email/Model/Template/Css/Processor.php class Processor (line 14) | class Processor method __construct (line 24) | public function __construct(Repository $assetRepository) method process (line 35) | public function process($css) method getPlaceholderValue (line 56) | private function getPlaceholderValue($placeholder) FILE: app/code/Magento/Email/Model/Template/Filter.php class Filter (line 24) | class Filter extends \Magento\Framework\Filter\Template method __construct (line 206) | public function __construct( method setUseAbsoluteLinks (line 255) | public function setUseAbsoluteLinks($flag) method setUseSessionInUrl (line 267) | public function setUseSessionInUrl($flag) method setPlainTemplateMode (line 279) | public function setPlainTemplateMode($plainTemplateMode) method isPlainTemplateMode (line 290) | public function isPlainTemplateMode() method setIsChildTemplate (line 301) | public function setIsChildTemplate($isChildTemplate) method isChildTemplate (line 312) | public function isChildTemplate() method setStoreId (line 323) | public function setStoreId($storeId) method setDesignParams (line 335) | public function setDesignParams(array $designParams) method setPubDirectory (line 347) | private function setPubDirectory($dirType) method getDesignParams (line 357) | public function getDesignParams() method getStoreId (line 367) | public function getStoreId() method blockDirective (line 383) | public function blockDirective($construction) method layoutDirective (line 429) | public function layoutDirective($construction) method emulateAreaCallback (line 450) | public function emulateAreaCallback() method _getBlockParameters (line 494) | protected function _getBlockParameters($value) method viewDirective (line 508) | public function viewDirective($construction) method mediaDirective (line 521) | public function mediaDirective($construction) method storeDirective (line 537) | public function storeDirective($construction) method setUrlModel (line 573) | public function setUrlModel(\Magento\Framework\UrlInterface $urlModel) method transDirective (line 592) | public function transDirective($construction) method getTransParameters (line 611) | protected function getTransParameters($value) method varDirective (line 635) | public function varDirective($construction) method explodeModifiers (line 664) | protected function explodeModifiers($value, $default = null) method applyModifiers (line 683) | protected function applyModifiers($value, $modifiers) method modifierEscape (line 711) | public function modifierEscape($value, $type = 'html') method protocolDirective (line 740) | public function protocolDirective($construction) method configDirective (line 773) | public function configDirective($construction) method isAvailableConfigVariable (line 794) | private function isAvailableConfigVariable($variable) method customvarDirective (line 808) | public function customvarDirective($construction) method cssDirective (line 840) | public function cssDirective($construction) method inlinecssDirective (line 885) | public function inlinecssDirective($construction) method addInlineCssFile (line 918) | protected function addInlineCssFile($file) method getInlineCssFiles (line 929) | protected function getInlineCssFiles() method getCssFilesContent (line 941) | public function getCssFilesContent(array $files) method applyInlineCss (line 982) | public function applyInlineCss($html) method filter (line 1035) | public function filter($value) FILE: app/code/Magento/Email/Model/Template/SenderResolver.php class SenderResolver (line 8) | class SenderResolver implements \Magento\Framework\Mail\Template\SenderR... method __construct (line 20) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method resolve (line 28) | public function resolve($sender, $scopeId = null) FILE: app/code/Magento/Email/Model/Transport.php class Transport (line 23) | class Transport implements TransportInterface method __construct (line 68) | public function __construct( method sendMessage (line 89) | public function sendMessage() method getMessage (line 110) | public function getMessage() FILE: app/code/Magento/Email/Setup/Patch/Data/FlagLegacyTemplates.php class FlagLegacyTemplates (line 17) | class FlagLegacyTemplates implements DataPatchInterface method __construct (line 27) | public function __construct(ModuleDataSetupInterface $moduleDataSetup) method apply (line 35) | public function apply() method getDependencies (line 45) | public static function getDependencies() method getAliases (line 53) | public function getAliases() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Edit/FormTest.php class FormTest (line 11) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetVariables (line 59) | public function testGetVariables() method testGetEmailTemplate (line 86) | public function testGetEmailTemplate() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/EditTest.php class EditTest (line 13) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetCurrentlyUsedForPaths (line 103) | public function testGetCurrentlyUsedForPaths() method testGetDefaultTemplatesAsOptionsArray (line 185) | public function testGetDefaultTemplatesAsOptionsArray() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Grid/Renderer/ActionTest.php class ActionTest (line 11) | class ActionTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testRenderNoActions (line 36) | public function testRenderNoActions() method testRender (line 51) | public function testRender() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Grid/Renderer/SenderTest.php class SenderTest (line 11) | class SenderTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testRenderName (line 35) | public function testRenderName() method testRenderEmail (line 45) | public function testRenderEmail() method testRenderNameAndEmail (line 55) | public function testRenderNameAndEmail() method testRenderEmpty (line 66) | public function testRenderEmpty() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Grid/Renderer/TypeTest.php class TypeTest (line 11) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testRenderHtml (line 27) | public function testRenderHtml() method testRenderText (line 37) | public function testRenderText() method testRenderUnknown (line 47) | public function testRenderUnknown() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/PreviewTest.php class PreviewTest (line 12) | class PreviewTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testToHtml (line 153) | public function testToHtml($requestParamMap) method toHtmlDataProvider (line 176) | public function toHtmlDataProvider() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Render/SenderTest.php class SenderTest (line 17) | class SenderTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testRenderWithSenderNameAndEmail (line 38) | public function testRenderWithSenderNameAndEmail() method testRenderWithNoSenderNameAndEmail (line 57) | public function testRenderWithNoSenderNameAndEmail() FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/Template/Render/TypeTest.php class TypeTest (line 18) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRenderWithSupportedTemplateTextType (line 39) | public function testRenderWithSupportedTemplateTextType() method testRenderWithSupportedTemplateHtmlType (line 53) | public function testRenderWithSupportedTemplateHtmlType() method testRenderWithUnsupportedTemplateType (line 67) | public function testRenderWithUnsupportedTemplateType() method executeTestCase (line 83) | public function executeTestCase($testCase) FILE: app/code/Magento/Email/Test/Unit/Block/Adminhtml/TemplateTest.php class TemplateTest (line 11) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAddButton (line 75) | public function testAddButton() method testUpdateButton (line 82) | public function testUpdateButton() method testRemoveButton (line 93) | public function testRemoveButton() method testGetCreateUrl (line 101) | public function testGetCreateUrl() method testGetHeaderText (line 109) | public function testGetHeaderText() method testCanRender (line 114) | public function testCanRender() FILE: app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template/EditTest.php class EditTest (line 12) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecuteNewTemplate (line 196) | public function testExecuteNewTemplate() method testExecuteEdit (line 225) | public function testExecuteEdit() FILE: app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template/IndexTest.php class IndexTest (line 12) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testExecute (line 118) | public function testExecute() method testExecuteAjax (line 161) | public function testExecuteAjax() method prepareExecute (line 180) | protected function prepareExecute($ajax = false) FILE: app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template/PreviewTest.php class PreviewTest (line 20) | class PreviewTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testExecute (line 97) | public function testExecute() FILE: app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php class AbstractTemplateTest (line 15) | class AbstractTemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method getModelMock (line 124) | protected function getModelMock(array $mockedMethods = [], array $data... method testGetProcessedTemplate (line 160) | public function testGetProcessedTemplate($variables, $templateType, $s... method testGetProcessedTemplateException (line 251) | public function testGetProcessedTemplateException() method getProcessedTemplateProvider (line 323) | public function getProcessedTemplateProvider() method testGetDefaultEmailLogo (line 365) | public function testGetDefaultEmailLogo() method testSetDesignConfigWithInvalidInputParametersThrowsException (line 388) | public function testSetDesignConfigWithInvalidInputParametersThrowsExc... method testSetDesignConfigWithValidInputParametersReturnsSuccess (line 393) | public function testSetDesignConfigWithValidInputParametersReturnsSucc... method invalidInputParametersDataProvider (line 404) | public function invalidInputParametersDataProvider() method testEmulateDesignAndRevertDesign (line 409) | public function testEmulateDesignAndRevertDesign() method testGetDesignConfig (line 433) | public function testGetDesignConfig() method testSetForcedAreaWhenAreaIsNotSet (line 463) | public function testSetForcedAreaWhenAreaIsNotSet(): void method testSetForcedAreaWhenAreaIsSet (line 478) | public function testSetForcedAreaWhenAreaIsSet(): void FILE: app/code/Magento/Email/Test/Unit/Model/BackendTemplateTest.php class BackendTemplateTest (line 18) | class BackendTemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method tearDown (line 103) | protected function tearDown() method testGetSystemConfigPathsWhereCurrentlyUsedNoId (line 111) | public function testGetSystemConfigPathsWhereCurrentlyUsedNoId() method testGetSystemConfigPathsWhereCurrentlyUsedValidId (line 116) | public function testGetSystemConfigPathsWhereCurrentlyUsedValidId() FILE: app/code/Magento/Email/Test/Unit/Model/Mail/TransportInterfacePluginTest.php class TransportInterfacePluginTest (line 16) | class TransportInterfacePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testAroundSendMessage (line 59) | public function testAroundSendMessage(bool $isDisabled, bool $shouldPr... method sendMessageDataProvider (line 75) | public function sendMessageDataProvider() FILE: app/code/Magento/Email/Test/Unit/Model/Plugin/WindowsSmtpConfigTest.php class WindowsSmtpConfigTest (line 19) | class WindowsSmtpConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp(): void method testBeforeSendMessageOsWindows (line 68) | public function testBeforeSendMessageOsWindows(): void method testBeforeSendMessageOsIsWindows (line 89) | public function testBeforeSendMessageOsIsWindows(): void FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/FileIteratorTest.php class FileIteratorTest (line 13) | class FileIteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method tearDown (line 56) | protected function tearDown() method testIterator (line 63) | public function testIterator() method testIteratorNegative (line 92) | public function testIteratorNegative() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/FileResolverTest.php class FileResolverTest (line 10) | class FileResolverTest extends \PHPUnit\Framework\TestCase method testGet (line 12) | public function testGet() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/ReaderTest.php class ReaderTest (line 11) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testRead (line 100) | public function testRead() method testReadUnknownModule (line 163) | public function testReadUnknownModule() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 36) | public function testGetSchema() method testGetPerFileSchema (line 44) | public function testGetPerFileSchema() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Config/XsdTest.php class XsdTest (line 11) | class XsdTest extends \PHPUnit\Framework\TestCase method testMergedXml (line 20) | public function testMergedXml($fixtureXml, array $expectedErrors) method mergedXmlDataProvider (line 33) | public function mergedXmlDataProvider() method _testXmlAgainstXsd (line 120) | protected function _testXmlAgainstXsd($fixtureXml, $schemaFile, array ... FILE: app/code/Magento/Email/Test/Unit/Model/Template/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetAvailableTemplates (line 75) | public function testGetAvailableTemplates() method testGetThemeTemplates (line 133) | public function testGetThemeTemplates() method testParseTemplateIdParts (line 188) | public function testParseTemplateIdParts($input, $expectedOutput) method parseTemplateCodePartsDataProvider (line 196) | public function parseTemplateCodePartsDataProvider() method testGetTemplateLabel (line 216) | public function testGetTemplateLabel() method testGetTemplateType (line 221) | public function testGetTemplateType() method testGetTemplateModule (line 226) | public function testGetTemplateModule() method testGetTemplateArea (line 231) | public function testGetTemplateArea() method testGetTemplateFilenameWithParams (line 236) | public function testGetTemplateFilenameWithParams() method testGetTemplateFilenameWithNoParams (line 257) | public function testGetTemplateFilenameWithNoParams() method testGetTemplateFilenameWrongFileName (line 283) | public function testGetTemplateFilenameWrongFileName(): void method testGetterMethodUnknownTemplate (line 299) | public function testGetterMethodUnknownTemplate($getterMethod, $argume... method getterMethodUnknownTemplateDataProvider (line 311) | public function getterMethodUnknownTemplateDataProvider() method testGetterMethodUnknownField (line 328) | public function testGetterMethodUnknownField( method getterMethodUnknownFieldDataProvider (line 361) | public function getterMethodUnknownFieldDataProvider() FILE: app/code/Magento/Email/Test/Unit/Model/Template/Css/ProcessorTest.php class ProcessorTest (line 12) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | public function setUp() method testProcess (line 41) | public function testProcess() FILE: app/code/Magento/Email/Test/Unit/Model/Template/FilterTest.php class FilterTest (line 22) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 124) | protected function setUp() method getModel (line 220) | protected function getModel($mockedMethods = null) method testApplyInlineCss (line 259) | public function testApplyInlineCss($html, $css, $expectedResults) method testGetCssFilesContent (line 289) | public function testGetCssFilesContent() method applyInlineCssDataProvider (line 345) | public function applyInlineCssDataProvider() method testApplyInlineCssThrowsExceptionWhenDesignParamsNotSet (line 372) | public function testApplyInlineCssThrowsExceptionWhenDesignParamsNotSet() method testConfigDirectiveAvailable (line 389) | public function testConfigDirectiveAvailable() method testConfigDirectiveUnavailable (line 413) | public function testConfigDirectiveUnavailable() FILE: app/code/Magento/Email/Test/Unit/Model/Template/SenderResolverTest.php class SenderResolverTest (line 18) | class SenderResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp(): void method testResolve (line 52) | public function testResolve(): void method testResolveThrowException (line 91) | public function testResolveThrowException(array $sender): void method dataProvidedSenderArray (line 101) | public function dataProvidedSenderArray() FILE: app/code/Magento/Email/Test/Unit/Model/TemplateTest.php class TemplateTest (line 35) | class TemplateTest extends TestCase method setUp (line 108) | protected function setUp() method getModelMock (line 172) | protected function getModelMock(array $mockedMethods = []) method testSetAndGetIsChildTemplate (line 198) | public function testSetAndGetIsChildTemplate() method testSetAndGetTemplateFilter (line 208) | public function testSetAndGetTemplateFilter() method testGetTemplateFilterWithEmptyValue (line 218) | public function testGetTemplateFilterWithEmptyValue() method testLoadDefault (line 254) | public function testLoadDefault( method loadDefaultDataProvider (line 321) | public function loadDefaultDataProvider() method testLoadByConfigPath (line 382) | public function testLoadByConfigPath($loadFromDatabase) method loadByConfigPathDataProvider (line 433) | public function loadByConfigPathDataProvider() method testGetAndSetId (line 449) | public function testGetAndSetId() method testIsValidForSend (line 463) | public function testIsValidForSend($senderName, $senderEmail, $templat... method isValidForSendDataProvider (line 481) | public function isValidForSendDataProvider() method testGetProcessedTemplateSubject (line 511) | public function testGetProcessedTemplateSubject() method testGetVariablesOptionArray (line 570) | public function testGetVariablesOptionArray($withGroup, $templateVaria... method getVariablesOptionArrayDataProvider (line 585) | public function getVariablesOptionArrayDataProvider() method testProcessTemplate (line 647) | public function testProcessTemplate($templateId, $expectedResult) method processTemplateVariable (line 690) | public function processTemplateVariable() method testProcessTemplateThrowsExceptionNonExistentTemplate (line 707) | public function testProcessTemplateThrowsExceptionNonExistentTemplate() method testGetSubject (line 721) | public function testGetSubject() method testSetOptions (line 734) | public function testSetOptions() method testGetType (line 749) | public function testGetType($templateType, $expectedResult) method getTypeDataProvider (line 790) | public function getTypeDataProvider() FILE: app/code/Magento/Email/Test/Unit/ViewModel/Template/Preview/FormTest.php class FormTest (line 19) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetFormFields (line 51) | public function testGetFormFields(string $httpMethod, array $httpParam... method testGetFormFieldsMissingParameter (line 75) | public function testGetFormFieldsMissingParameter(string $httpMethod, ... method getFormFieldsDataProvider (line 91) | public function getFormFieldsDataProvider() method getFormFieldsInvalidDataProvider (line 134) | public function getFormFieldsInvalidDataProvider() FILE: app/code/Magento/Email/ViewModel/Template/Preview/Form.php class Form (line 17) | class Form implements ArgumentInterface method __construct (line 37) | public function __construct(RequestInterface $request) method getFormFields (line 48) | public function getFormFields() FILE: app/code/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/Edit.php class Edit (line 14) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 35) | protected function _construct() method getHeaderText (line 56) | public function getHeaderText() FILE: app/code/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/Form.php class Form (line 16) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 23) | protected function _prepareForm() FILE: app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key.php class Key (line 12) | abstract class Key extends \Magento\Backend\App\Action FILE: app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/Index.php class Index (line 14) | class Index extends \Magento\EncryptionKey\Controller\Adminhtml\Crypt\Ke... method execute (line 21) | public function execute() FILE: app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/Save.php class Save (line 13) | class Save extends \Magento\EncryptionKey\Controller\Adminhtml\Crypt\Key method __construct (line 36) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/EncryptionKey/Model/ResourceModel/Key/Change.php class Change (line 22) | class Change extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 69) | public function __construct( method _construct (line 91) | protected function _construct() method changeEncryptionKey (line 103) | public function changeEncryptionKey($key = null) method _reEncryptSystemConfigurationValues (line 139) | protected function _reEncryptSystemConfigurationValues() method _reEncryptCreditCardNumbers (line 174) | protected function _reEncryptCreditCardNumbers() FILE: app/code/Magento/EncryptionKey/Setup/Patch/Data/SodiumChachaPatch.php class SodiumChachaPatch (line 16) | class SodiumChachaPatch implements DataPatchInterface method __construct (line 51) | public function __construct( method apply (line 68) | public function apply() method getDependencies (line 80) | public static function getDependencies() method getAliases (line 88) | public function getAliases() method reEncryptSystemConfigurationValues (line 96) | private function reEncryptSystemConfigurationValues() FILE: app/code/Magento/EncryptionKey/Test/Unit/Controller/Adminhtml/Crypt/Key/SaveTest.php class SaveTest (line 13) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testExecuteNonRandomAndWithCryptKey (line 78) | public function testExecuteNonRandomAndWithCryptKey() method testExecuteNonRandomAndWithoutCryptKey (line 102) | public function testExecuteNonRandomAndWithoutCryptKey() method testExecuteRandom (line 120) | public function testExecuteRandom() FILE: app/code/Magento/EncryptionKey/Test/Unit/Model/ResourceModel/Key/ChangeTest.php class ChangeTest (line 14) | class ChangeTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method setUpChangeEncryptionKey (line 109) | private function setUpChangeEncryptionKey() method testChangeEncryptionKey (line 132) | public function testChangeEncryptionKey() method testChangeEncryptionKeyAutogenerate (line 140) | public function testChangeEncryptionKeyAutogenerate() method testChangeEncryptionKeyThrowsException (line 147) | public function testChangeEncryptionKeyThrowsException() FILE: app/code/Magento/Fedex/Model/Carrier.php class Carrier (line 25) | class Carrier extends AbstractCarrierOnline implements \Magento\Shipping... method __construct (line 176) | public function __construct( method _createSoapClient (line 234) | protected function _createSoapClient($wsdl, $trace = false) method _createRateSoapClient (line 251) | protected function _createRateSoapClient() method _createShipSoapClient (line 261) | protected function _createShipSoapClient() method _createTrackSoapClient (line 271) | protected function _createTrackSoapClient() method collectRates (line 282) | public function collectRates(RateRequest $request) method setRequest (line 303) | public function setRequest(RateRequest $request) method getResult (line 399) | public function getResult() method getVersionInfo (line 412) | public function getVersionInfo() method _formRateRequest (line 423) | protected function _formRateRequest($purpose) method _doRatesRequest (line 497) | protected function _doRatesRequest($purpose) method _getQuotes (line 528) | protected function _getQuotes() method _prepareRateResponse (line 560) | protected function _prepareRateResponse($response) method _getRateAmountOriginBased (line 629) | protected function _getRateAmountOriginBased($rate) method _setFreeMethodRequest (line 663) | protected function _setFreeMethodRequest($freeMethod) method _getXmlQuotes (line 676) | protected function _getXmlQuotes() method _parseXmlResponse (line 760) | protected function _parseXmlResponse($response) method getCode (line 830) | public function getCode($type, $code = '') method getCurrencyCode (line 990) | public function getCurrencyCode() method getTracking (line 1020) | public function getTracking($trackings) method setTrackingReqeust (line 1040) | protected function setTrackingReqeust() method _getXMLTracking (line 1056) | protected function _getXMLTracking($tracking) method _parseTrackingResponse (line 1108) | protected function _parseTrackingResponse($trackingValue, $response) method getResponse (line 1155) | public function getResponse() method getAllowedMethods (line 1183) | public function getAllowedMethods() method _getAuthDetails (line 1199) | protected function _getAuthDetails() method _formShipmentRequest (line 1228) | protected function _formShipmentRequest(\Magento\Framework\DataObject ... method _doShipmentRequest (line 1403) | protected function _doShipmentRequest(\Magento\Framework\DataObject $r... method getTrackingNumber (line 1446) | private function getTrackingNumber($trackingIds) method rollBack (line 1463) | public function rollBack($data) method getContainerTypes (line 1484) | public function getContainerTypes(\Magento\Framework\DataObject $param... method getContainerTypesAll (line 1529) | public function getContainerTypesAll() method getContainerTypesFilter (line 1539) | public function getContainerTypesFilter() method getDeliveryConfirmationTypes (line 1552) | public function getDeliveryConfirmationTypes(\Magento\Framework\DataOb... method filterDebugData (line 1563) | protected function filterDebugData($data) method processTrackingDetails (line 1583) | private function processTrackingDetails(\stdClass $trackInfo) method getDeliveryDateTime (line 1652) | private function getDeliveryDateTime(\stdClass $trackInfo) method getDeliveryAddress (line 1670) | private function getDeliveryAddress(\stdClass $address) method processTrackDetailsEvents (line 1697) | private function processTrackDetailsEvents(array $events) method appendTrackingError (line 1731) | private function appendTrackingError($trackingValue, $errorMessage) method parseDate (line 1750) | private function parseDate($timestamp) method getPaymentType (line 1774) | private function getPaymentType(DataObject $request): string FILE: app/code/Magento/Fedex/Model/Source/Dropoff.php class Dropoff (line 14) | class Dropoff extends \Magento\Fedex\Model\Source\Generic FILE: app/code/Magento/Fedex/Model/Source/Freemethod.php class Freemethod (line 13) | class Freemethod extends \Magento\Fedex\Model\Source\Method method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Fedex/Model/Source/Generic.php class Generic (line 8) | class Generic implements \Magento\Framework\Option\ArrayInterface method __construct (line 25) | public function __construct(\Magento\Fedex\Model\Carrier $shippingFedex) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Fedex/Model/Source/Method.php class Method (line 14) | class Method extends \Magento\Fedex\Model\Source\Generic FILE: app/code/Magento/Fedex/Model/Source/Packaging.php class Packaging (line 14) | class Packaging extends \Magento\Fedex\Model\Source\Generic FILE: app/code/Magento/Fedex/Model/Source/Unitofmeasure.php class Unitofmeasure (line 9) | class Unitofmeasure extends Generic FILE: app/code/Magento/Fedex/Plugin/Block/DataProviders/Tracking/ChangeTitle.php class ChangeTitle (line 16) | class ChangeTitle method afterGetTitle (line 27) | public function afterGetTitle(Subject $subject, $result, Status $track... FILE: app/code/Magento/Fedex/Plugin/Block/Tracking/PopupDeliveryDate.php class PopupDeliveryDate (line 16) | class PopupDeliveryDate method afterFormatDeliveryDateTime (line 28) | public function afterFormatDeliveryDateTime(Popup $subject, $result, $... method getCarrier (line 42) | private function getCarrier(Popup $subject): string FILE: app/code/Magento/Fedex/Setup/Patch/Data/ConfigureFedexDefaults.php class ConfigureFedexDefaults (line 13) | class ConfigureFedexDefaults implements DataPatchInterface, PatchVersion... method __construct (line 24) | public function __construct( method apply (line 34) | public function apply() method getDependencies (line 121) | public static function getDependencies() method getVersion (line 129) | public static function getVersion() method getAliases (line 137) | public function getAliases() FILE: app/code/Magento/Fedex/Test/Unit/Model/CarrierTest.php class CarrierTest (line 46) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testSetRequestWithoutCity (line 200) | public function testSetRequestWithoutCity() method testSetRequestWithCity (line 212) | public function testSetRequestWithCity() method scopeConfigGetValue (line 230) | public function scopeConfigGetValue(string $path) method testCollectRatesRateAmountOriginBased (line 248) | public function testCollectRatesRateAmountOriginBased($amount, $rateTy... method collectRatesDataProvider (line 295) | public function collectRatesDataProvider() method testCollectRatesErrorMessage (line 317) | public function testCollectRatesErrorMessage() method testFilterDebugData (line 343) | public function testFilterDebugData($data, array $maskFields, $expected) method logDataProvider (line 359) | public function logDataProvider() method testGetTrackingErrorResponse (line 392) | public function testGetTrackingErrorResponse() method testGetTracking (line 427) | public function testGetTracking($tracking, $shipTimeStamp, $expectedDa... method shipDateDataProvider (line 493) | public function shipDateDataProvider() method testGetTrackingWithEvents (line 556) | public function testGetTrackingWithEvents($tracking, $shipTimeStamp, $... method initRateErrorFactory (line 612) | private function initRateErrorFactory() method getRateFactory (line 631) | private function getRateFactory() method getCountryFactory (line 652) | private function getCountryFactory() method getResultFactory (line 677) | private function getResultFactory() method getStoreManager (line 695) | private function getStoreManager() method getRateMethodFactory (line 713) | private function getRateMethodFactory() FILE: app/code/Magento/GiftMessage/Api/CartRepositoryInterface.php type CartRepositoryInterface (line 13) | interface CartRepositoryInterface method get (line 21) | public function get($cartId); method save (line 35) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Api/Data/MessageInterface.php type MessageInterface (line 13) | interface MessageInterface extends \Magento\Framework\Api\ExtensibleData... method getGiftMessageId (line 30) | public function getGiftMessageId(); method setGiftMessageId (line 38) | public function setGiftMessageId($id); method getCustomerId (line 45) | public function getCustomerId(); method setCustomerId (line 53) | public function setCustomerId($id); method getSender (line 60) | public function getSender(); method setSender (line 68) | public function setSender($sender); method getRecipient (line 75) | public function getRecipient(); method setRecipient (line 83) | public function setRecipient($recipient); method getMessage (line 90) | public function getMessage(); method setMessage (line 98) | public function setMessage($message); method getExtensionAttributes (line 105) | public function getExtensionAttributes(); method setExtensionAttributes (line 113) | public function setExtensionAttributes( FILE: app/code/Magento/GiftMessage/Api/GuestCartRepositoryInterface.php type GuestCartRepositoryInterface (line 13) | interface GuestCartRepositoryInterface method get (line 21) | public function get($cartId); method save (line 33) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Api/GuestItemRepositoryInterface.php type GuestItemRepositoryInterface (line 13) | interface GuestItemRepositoryInterface method get (line 23) | public function get($cartId, $itemId); method save (line 36) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Api/ItemRepositoryInterface.php type ItemRepositoryInterface (line 13) | interface ItemRepositoryInterface method get (line 23) | public function get($cartId, $itemId); method save (line 38) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Api/OrderItemRepositoryInterface.php type OrderItemRepositoryInterface (line 13) | interface OrderItemRepositoryInterface method get (line 23) | public function get($orderId, $orderItemId); method save (line 36) | public function save($orderId, $orderItemId, \Magento\GiftMessage\Api\... FILE: app/code/Magento/GiftMessage/Api/OrderRepositoryInterface.php type OrderRepositoryInterface (line 13) | interface OrderRepositoryInterface method get (line 22) | public function get($orderId); method save (line 35) | public function save($orderId, \Magento\GiftMessage\Api\Data\MessageIn... FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Product/Helper/Form/Config.php class Config (line 14) | class Config extends \Magento\Catalog\Block\Adminhtml\Product\Helper\For... method __construct (line 30) | public function __construct( method _getValueFromConfig (line 46) | protected function _getValueFromConfig() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/Create/Form.php class Form (line 15) | class Form extends \Magento\Backend\Block\Template method __construct (line 33) | public function __construct( method canDisplayGiftmessageForm (line 49) | public function canDisplayGiftmessageForm() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/Create/Giftoptions.php class Giftoptions (line 16) | class Giftoptions extends \Magento\Backend\Block\Template method getItem (line 23) | public function getItem() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/Create/Items.php class Items (line 15) | class Items extends \Magento\Backend\Block\Template method __construct (line 27) | public function __construct( method getItem (line 42) | public function getItem() method canDisplayGiftMessage (line 52) | public function canDisplayGiftMessage() method getFormHtml (line 67) | public function getFormHtml() method getMessageText (line 83) | public function getMessageText() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/View/Form.php class Form (line 15) | class Form extends \Magento\Backend\Block\Template method __construct (line 29) | public function __construct( method canDisplayGiftmessageForm (line 43) | public function canDisplayGiftmessageForm() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/View/Giftoptions.php class Giftoptions (line 16) | class Giftoptions extends \Magento\Backend\Block\Template method getItem (line 23) | public function getItem() FILE: app/code/Magento/GiftMessage/Block/Adminhtml/Sales/Order/View/Items.php class Items (line 15) | class Items extends \Magento\Backend\Block\Template method __construct (line 34) | public function __construct( method getItem (line 49) | public function getItem() method getDefaultSender (line 59) | public function getDefaultSender() method getDefaultRecipient (line 77) | public function getDefaultRecipient() method getFieldName (line 107) | public function getFieldName($name) method getFieldId (line 119) | public function getFieldId($id) method getFieldIdPrefix (line 130) | public function getFieldIdPrefix() method _initMessage (line 140) | protected function _initMessage() method getMessage (line 162) | public function getMessage() method getSaveUrl (line 177) | public function getSaveUrl() method getHtmlId (line 191) | public function getHtmlId() method canDisplayGiftmessage (line 201) | public function canDisplayGiftmessage() method getSender (line 211) | public function getSender() method getRecipient (line 221) | public function getRecipient() method getMessageText (line 231) | public function getMessageText() FILE: app/code/Magento/GiftMessage/Block/Cart/GiftOptions.php class GiftOptions (line 19) | class GiftOptions extends \Magento\Backend\Block\Template method __construct (line 53) | public function __construct( method getJsLayout (line 73) | public function getJsLayout() method getGiftOptionsConfigJson (line 86) | public function getGiftOptionsConfigJson() FILE: app/code/Magento/GiftMessage/Block/Cart/Item/Renderer/Actions/GiftOptions.php class GiftOptions (line 16) | class GiftOptions extends Generic method __construct (line 44) | public function __construct( method getJsLayout (line 62) | public function getJsLayout() FILE: app/code/Magento/GiftMessage/Block/Cart/Item/Renderer/Actions/ItemIdProcessor.php class ItemIdProcessor (line 10) | class ItemIdProcessor implements LayoutProcessorInterface method process (line 19) | public function process($jsLayout, AbstractItem $item) FILE: app/code/Magento/GiftMessage/Block/Cart/Item/Renderer/Actions/LayoutProcessorInterface.php type LayoutProcessorInterface (line 20) | interface LayoutProcessorInterface method process (line 29) | public function process($jsLayout, AbstractItem $item); FILE: app/code/Magento/GiftMessage/Block/Message/Inline.php class Inline (line 16) | class Inline extends \Magento\Framework\View\Element\Template method __construct (line 75) | public function __construct( method setEntity (line 98) | public function setEntity($entity) method getEntity (line 110) | public function getEntity() method setType (line 122) | public function setType($type) method getType (line 134) | public function getType() method setCheckoutType (line 146) | public function setCheckoutType($type) method getCheckoutType (line 158) | public function getCheckoutType() method hasGiftMessage (line 168) | public function hasGiftMessage() method _initMessage (line 178) | protected function _initMessage() method getDefaultFrom (line 189) | public function getDefaultFrom() method getDefaultTo (line 203) | public function getDefaultTo() method getMessage (line 218) | public function getMessage($entity = null) method getItems (line 239) | public function getItems() method isItemsAvailable (line 265) | public function isItemsAvailable() method countItems (line 275) | public function countItems() method getItemsHasMesssages (line 286) | public function getItemsHasMesssages() method getItemsHasMessages (line 297) | public function getItemsHasMessages() method getEntityHasMessage (line 313) | public function getEntityHasMessage() method getEscaped (line 325) | public function getEscaped($value, $defaultValue = '') method isMessagesOrderAvailable (line 335) | public function isMessagesOrderAvailable() method isMessagesAvailable (line 349) | public function isMessagesAvailable() method isItemMessagesAvailable (line 360) | public function isItemMessagesAvailable($item) method _toHtml (line 371) | protected function _toHtml() method getImage (line 388) | public function getImage($product, $imageId, $attributes = []) FILE: app/code/Magento/GiftMessage/Block/Message/Multishipping/Plugin/ItemsBox.php class ItemsBox (line 15) | class ItemsBox method __construct (line 29) | public function __construct(MessageHelper $helper) method afterGetItemsBoxTextAfter (line 44) | public function afterGetItemsBoxTextAfter(ShippingBlock $subject, $ite... FILE: app/code/Magento/GiftMessage/Helper/Message.php class Message (line 15) | class Message extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 81) | public function __construct( method getInline (line 110) | public function getInline($type, \Magento\Framework\DataObject $entity... method skipPage (line 128) | protected function skipPage($pageType) method isMessagesAllowed (line 142) | public function isMessagesAllowed($type, \Magento\Framework\DataObject... method _getDependenceFromStoreConfig (line 202) | protected function _getDependenceFromStoreConfig($productConfig, $stor... method getEscapedGiftMessage (line 222) | public function getEscapedGiftMessage(\Magento\Framework\DataObject $e... method getGiftMessageForEntity (line 237) | public function getGiftMessageForEntity(\Magento\Framework\DataObject ... method getCached (line 254) | public function getCached($key) method isCached (line 268) | public function isCached($key) method setCached (line 280) | public function setCached($key, $value) method getAvailableForQuoteItems (line 294) | public function getAvailableForQuoteItems($quote, $store = null) method getAvailableForAddressItems (line 312) | public function getAvailableForAddressItems($items, $store = null) method getGiftMessage (line 328) | public function getGiftMessage($messageId = null) FILE: app/code/Magento/GiftMessage/Model/CartRepository.php class CartRepository (line 17) | class CartRepository implements \Magento\GiftMessage\Api\CartRepositoryI... method __construct (line 61) | public function __construct( method get (line 78) | public function get($cartId) method save (line 94) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Model/CompositeConfigProvider.php class CompositeConfigProvider (line 13) | class CompositeConfigProvider implements ConfigProviderInterface method __construct (line 23) | public function __construct( method getConfig (line 32) | public function getConfig() FILE: app/code/Magento/GiftMessage/Model/GiftMessageConfigProvider.php class GiftMessageConfigProvider (line 23) | class GiftMessageConfigProvider implements ConfigProviderInterface method __construct (line 77) | public function __construct( method getConfig (line 100) | public function getConfig() method isCustomerLoggedIn (line 139) | private function isCustomerLoggedIn() method getStoreCode (line 149) | protected function getStoreCode() method isQuoteVirtual (line 159) | protected function isQuoteVirtual() method getOrderLevelGiftMessages (line 169) | protected function getOrderLevelGiftMessages() method getItemLevelGiftMessages (line 181) | protected function getItemLevelGiftMessages() FILE: app/code/Magento/GiftMessage/Model/GiftMessageManager.php class GiftMessageManager (line 11) | class GiftMessageManager method __construct (line 21) | public function __construct( method add (line 33) | public function add($giftMessages, $quote) method setMessage (line 104) | public function setMessage(\Magento\Quote\Model\Quote $quote, $type, $... FILE: app/code/Magento/GiftMessage/Model/GuestCartRepository.php class GuestCartRepository (line 18) | class GuestCartRepository implements GuestCartRepositoryInterface method __construct (line 34) | public function __construct( method get (line 45) | public function get($cartId) method save (line 55) | public function save($cartId, MessageInterface $giftMessage) FILE: app/code/Magento/GiftMessage/Model/GuestItemRepository.php class GuestItemRepository (line 18) | class GuestItemRepository implements GuestItemRepositoryInterface method __construct (line 34) | public function __construct( method get (line 45) | public function get($cartId, $itemId) method save (line 55) | public function save($cartId, MessageInterface $giftMessage, $itemId) FILE: app/code/Magento/GiftMessage/Model/ItemRepository.php class ItemRepository (line 18) | class ItemRepository implements \Magento\GiftMessage\Api\ItemRepositoryI... method __construct (line 62) | public function __construct( method get (line 79) | public function get($cartId, $itemId) method save (line 108) | public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInt... FILE: app/code/Magento/GiftMessage/Model/Message.php class Message (line 17) | class Message extends \Magento\Framework\Model\AbstractExtensibleModel i... method __construct (line 35) | public function __construct( method _construct (line 60) | protected function _construct() method getEntityModelByType (line 71) | public function getEntityModelByType($type) method isMessageEmpty (line 81) | public function isMessageEmpty() method getGiftMessageId (line 91) | public function getGiftMessageId() method setGiftMessageId (line 99) | public function setGiftMessageId($id) method getCustomerId (line 107) | public function getCustomerId() method setCustomerId (line 115) | public function setCustomerId($id) method getSender (line 123) | public function getSender() method setSender (line 131) | public function setSender($sender) method getRecipient (line 139) | public function getRecipient() method setRecipient (line 147) | public function setRecipient($recipient) method getMessage (line 155) | public function getMessage() method setMessage (line 163) | public function setMessage($message) method getExtensionAttributes (line 173) | public function getExtensionAttributes() method setExtensionAttributes (line 184) | public function setExtensionAttributes(\Magento\GiftMessage\Api\Data\M... FILE: app/code/Magento/GiftMessage/Model/OrderItemRepository.php class OrderItemRepository (line 17) | class OrderItemRepository implements \Magento\GiftMessage\Api\OrderItemR... method __construct (line 68) | public function __construct( method get (line 85) | public function get($orderId, $orderItemId) method save (line 116) | public function save($orderId, $orderItemId, \Magento\GiftMessage\Api\... method getItemById (line 163) | protected function getItemById($orderId, $orderItemId) FILE: app/code/Magento/GiftMessage/Model/OrderRepository.php class OrderRepository (line 18) | class OrderRepository implements \Magento\GiftMessage\Api\OrderRepositor... method __construct (line 62) | public function __construct( method get (line 79) | public function get($orderId) method save (line 103) | public function save($orderId, \Magento\GiftMessage\Api\Data\MessageIn... FILE: app/code/Magento/GiftMessage/Model/Plugin/MergeQuoteItems.php class MergeQuoteItems (line 13) | class MergeQuoteItems method afterMerge (line 26) | public function afterMerge(Processor $subject, Item $result, Item $sou... FILE: app/code/Magento/GiftMessage/Model/Plugin/OrderGet.php class OrderGet (line 12) | class OrderGet method __construct (line 42) | public function __construct( method afterGet (line 62) | public function afterGet( method getOrderGiftMessage (line 78) | protected function getOrderGiftMessage(\Magento\Sales\Api\Data\OrderIn... method getOrderItemGiftMessage (line 106) | protected function getOrderItemGiftMessage(\Magento\Sales\Api\Data\Ord... method afterGetList (line 144) | public function afterGetList( FILE: app/code/Magento/GiftMessage/Model/Plugin/OrderSave.php class OrderSave (line 12) | class OrderSave method __construct (line 30) | public function __construct( method afterSave (line 47) | public function afterSave( method saveOrderGiftMessage (line 65) | protected function saveOrderGiftMessage(\Magento\Sales\Api\Data\OrderI... method saveOrderItemGiftMessage (line 92) | protected function saveOrderItemGiftMessage(\Magento\Sales\Api\Data\Or... FILE: app/code/Magento/GiftMessage/Model/Plugin/QuoteItem.php class QuoteItem (line 13) | class QuoteItem method __construct (line 23) | public function __construct(MessageHelper $helper) method afterConvert (line 38) | public function afterConvert( FILE: app/code/Magento/GiftMessage/Model/ResourceModel/Message.php class Message (line 13) | class Message extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/GiftMessage/Model/ResourceModel/Message/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/GiftMessage/Model/Save.php class Save (line 13) | class Save extends \Magento\Framework\DataObject method __construct (line 48) | public function __construct( method saveAllInQuote (line 65) | public function saveAllInQuote() method getSaved (line 86) | public function getSaved() method saveAllInOrder (line 94) | public function saveAllInOrder() method _saveOne (line 118) | protected function _saveOne($entityId, $giftmessage, $entityType) method _deleteOne (line 170) | protected function _deleteOne($entityModel, $giftmessageModel = null) method setAllowQuoteItems (line 186) | public function setAllowQuoteItems($items) method addAllowQuoteItem (line 198) | public function addAllowQuoteItem($item) method getAllowQuoteItems (line 214) | public function getAllowQuoteItems() method getAllowQuoteItemsProducts (line 228) | public function getAllowQuoteItemsProducts() method getIsAllowedQuoteItem (line 248) | public function getIsAllowedQuoteItem($item) method isGiftMessagesAvailable (line 267) | public function isGiftMessagesAvailable($item) method importAllowQuoteItemsFromProducts (line 278) | public function importAllowQuoteItemsFromProducts($products) method importAllowQuoteItemsFromItems (line 307) | public function importAllowQuoteItemsFromItems($items) method getMappedType (line 338) | protected function getMappedType($type) method _getQuote (line 359) | protected function _getQuote() FILE: app/code/Magento/GiftMessage/Model/Type/Plugin/Multishipping.php class Multishipping (line 8) | class Multishipping method __construct (line 24) | public function __construct( method beforeSetShippingMethods (line 38) | public function beforeSetShippingMethods( FILE: app/code/Magento/GiftMessage/Model/Type/Plugin/Onepage.php class Onepage (line 12) | class Onepage method __construct (line 28) | public function __construct( method afterSaveShippingMethod (line 43) | public function afterSaveShippingMethod( FILE: app/code/Magento/GiftMessage/Model/TypeFactory.php class TypeFactory (line 11) | class TypeFactory method __construct (line 38) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method createType (line 50) | public function createType($eavType) FILE: app/code/Magento/GiftMessage/Observer/MultishippingEventCreateOrdersObserver.php class MultishippingEventCreateOrdersObserver (line 15) | class MultishippingEventCreateOrdersObserver implements ObserverInterface method execute (line 23) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GiftMessage/Observer/SalesEventOrderItemToQuoteItemObserver.php class SalesEventOrderItemToQuoteItemObserver (line 15) | class SalesEventOrderItemToQuoteItemObserver implements ObserverInterface method __construct (line 33) | public function __construct( method execute (line 47) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GiftMessage/Observer/SalesEventOrderToQuoteObserver.php class SalesEventOrderToQuoteObserver (line 15) | class SalesEventOrderToQuoteObserver implements ObserverInterface method __construct (line 33) | public function __construct( method execute (line 47) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GiftMessage/Observer/SalesEventQuoteMerge.php class SalesEventQuoteMerge (line 16) | class SalesEventQuoteMerge implements ObserverInterface method execute (line 24) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GiftMessage/Observer/SalesEventQuoteSubmitBeforeObserver.php class SalesEventQuoteSubmitBeforeObserver (line 15) | class SalesEventQuoteSubmitBeforeObserver implements ObserverInterface method execute (line 23) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GiftMessage/Setup/Patch/Data/AddGiftMessageAttributes.php class AddGiftMessageAttributes (line 16) | class AddGiftMessageAttributes implements DataPatchInterface, PatchVersi... method __construct (line 45) | public function __construct( method apply (line 60) | public function apply() method getDependencies (line 125) | public static function getDependencies() method getVersion (line 133) | public static function getVersion() method getAliases (line 141) | public function getAliases() FILE: app/code/Magento/GiftMessage/Setup/Patch/Data/MoveGiftMessageToGiftOptionsGroup.php class MoveGiftMessageToGiftOptionsGroup (line 18) | class MoveGiftMessageToGiftOptionsGroup implements DataPatchInterface, P... method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDependencies (line 74) | public static function getDependencies() method getVersion (line 84) | public static function getVersion() method getAliases (line 92) | public function getAliases() FILE: app/code/Magento/GiftMessage/Setup/Patch/Data/UpdateGiftMessageAttribute.php class UpdateGiftMessageAttribute (line 19) | class UpdateGiftMessageAttribute implements DataPatchInterface, PatchVer... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 67) | public static function getDependencies() method getVersion (line 77) | public static function getVersion() method getAliases (line 85) | public function getAliases() FILE: app/code/Magento/GiftMessage/Test/Unit/Block/Cart/GiftOptionsTest.php class GiftOptionsTest (line 10) | class GiftOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetJsLayout (line 50) | public function testGetJsLayout() method testGetGiftOptionsConfigJson (line 63) | public function testGetGiftOptionsConfigJson() FILE: app/code/Magento/GiftMessage/Test/Unit/Block/Cart/Item/Renderer/Actions/GiftOptionsTest.php class GiftOptionsTest (line 14) | class GiftOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetJsLayout (line 59) | public function testGetJsLayout() FILE: app/code/Magento/GiftMessage/Test/Unit/Block/Cart/Item/Renderer/Actions/ItemIdProcessorTest.php class ItemIdProcessorTest (line 11) | class ItemIdProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testProcess (line 27) | public function testProcess($itemId, array $jsLayout, array $result) method dataProviderProcess (line 45) | public function dataProviderProcess() FILE: app/code/Magento/GiftMessage/Test/Unit/Helper/MessageTest.php class MessageTest (line 8) | class MessageTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetInlineForCheckout (line 37) | public function testGetInlineForCheckout() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/CartRepositoryTest.php class CartRepositoryTest (line 12) | class CartRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testGetWithOutMessageId (line 116) | public function testGetWithOutMessageId() method testGet (line 123) | public function testGet() method testSaveWithInputException (line 140) | public function testSaveWithInputException() method testSaveWithInvalidTransitionException (line 150) | public function testSaveWithInvalidTransitionException() method testSave (line 157) | public function testSave() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/CompositeConfigProviderTest.php class CompositeConfigProviderTest (line 8) | class CompositeConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetConfig (line 26) | public function testGetConfig() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/GiftMessageConfigProviderTest.php class GiftMessageConfigProviderTest (line 17) | class GiftMessageConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testGetConfig (line 89) | public function testGetConfig() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/GiftMessageManagerTest.php class GiftMessageManagerTest (line 12) | class GiftMessageManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testAddWhenGiftMessagesIsNoArray (line 120) | public function testAddWhenGiftMessagesIsNoArray() method testAddWithSaveMessageIdAndEmptyMessageException (line 127) | public function testAddWithSaveMessageIdAndEmptyMessageException() method testAddWithSaveMessageIdException (line 156) | public function testAddWithSaveMessageIdException() method testAddWithQuoteAddress (line 207) | public function testAddWithQuoteAddress() method testAddWithQuoteAddressItem (line 256) | public function testAddWithQuoteAddressItem() method testSetMessageCouldNotAddGiftMessageException (line 317) | public function testSetMessageCouldNotAddGiftMessageException() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/GuestCartRepositoryTest.php class GuestCartRepositoryTest (line 15) | class GuestCartRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGet (line 49) | public function testGet() method testSave (line 85) | public function testSave() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/GuestItemRepositoryTest.php class GuestItemRepositoryTest (line 15) | class GuestItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testGetWithNoSuchEntityException (line 121) | public function testGetWithNoSuchEntityException() method testGetWithoutMessageId (line 130) | public function testGetWithoutMessageId() method testGet (line 144) | public function testGet() method testSaveWithNoSuchEntityException (line 168) | public function testSaveWithNoSuchEntityException() method testSaveWithInvalidTransitionException (line 184) | public function testSaveWithInvalidTransitionException() method testSave (line 198) | public function testSave() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/ItemRepositoryTest.php class ItemRepositoryTest (line 15) | class ItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testGetWithNoSuchEntityException (line 121) | public function testGetWithNoSuchEntityException() method testGetWithoutMessageId (line 130) | public function testGetWithoutMessageId() method testGet (line 144) | public function testGet() method testSaveWithNoSuchEntityException (line 168) | public function testSaveWithNoSuchEntityException() method testSaveWithInvalidTransitionException (line 184) | public function testSaveWithInvalidTransitionException() method testSave (line 198) | public function testSave() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 17) | class OrderItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testGet (line 108) | public function testGet() method testGetNoSuchEntityExceptionOnGetItemById (line 152) | public function testGetNoSuchEntityExceptionOnGetItemById() method testGetNoSuchEntityExceptionOnIsMessageAllowed (line 183) | public function testGetNoSuchEntityExceptionOnIsMessageAllowed() method testGetNoSuchEntityExceptionOnGetGiftMessageId (line 223) | public function testGetNoSuchEntityExceptionOnGetGiftMessageId() method testSave (line 266) | public function testSave() method testSaveNoSuchEntityException (line 322) | public function testSaveNoSuchEntityException() method testSaveInvalidTransitionException (line 357) | public function testSaveInvalidTransitionException() method testSaveCouldNotSaveException (line 396) | public function testSaveCouldNotSaveException() method testSaveCouldNotSaveExceptionOnSaveAllInOrder (line 439) | public function testSaveCouldNotSaveExceptionOnSaveAllInOrder() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/Plugin/OrderGetTest.php class OrderGetTest (line 12) | class OrderGetTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | public function setUp() method testAfterGetGiftMessageOnOrderLevel (line 121) | public function testAfterGetGiftMessageOnOrderLevel() method testAfterGetGiftMessageOnItemLevel (line 152) | public function testAfterGetGiftMessageOnItemLevel() method testGetAfterWhenMessagesAreNotSet (line 190) | public function testGetAfterWhenMessagesAreNotSet() method testAfterGetList (line 230) | public function testAfterGetList() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/Plugin/OrderSaveTest.php class OrderSaveTest (line 11) | class OrderSaveTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | public function setUp() method testAfterSaveGiftMessages (line 93) | public function testAfterSaveGiftMessages() method testAfterSaveIfGiftMessagesNotExist (line 133) | public function testAfterSaveIfGiftMessagesNotExist() method testAfterSaveIfItemGiftMessagesNotExist (line 160) | public function testAfterSaveIfItemGiftMessagesNotExist() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/Plugin/QuoteItemTest.php class QuoteItemTest (line 8) | class QuoteItemTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testAfterItemToOrderItem (line 62) | public function testAfterItemToOrderItem() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/SaveTest.php class SaveTest (line 9) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSaveAllInOrder (line 38) | public function testSaveAllInOrder() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/Type/Plugin/MultishippingTest.php class MultishippingTest (line 12) | class MultishippingTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testBeforeSetShippingMethods (line 48) | public function testBeforeSetShippingMethods($methods) method beforeSetShippingMethodsDataProvider (line 65) | public function beforeSetShippingMethodsDataProvider() FILE: app/code/Magento/GiftMessage/Test/Unit/Model/Type/Plugin/OnepageTest.php class OnepageTest (line 12) | class OnepageTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testAfterSaveShippingMethodWithEmptyResult (line 44) | public function testAfterSaveShippingMethodWithEmptyResult() method testAfterSaveShippingMethodWithNotEmptyResult (line 58) | public function testAfterSaveShippingMethodWithNotEmptyResult() FILE: app/code/Magento/GiftMessage/Test/Unit/Observer/MultishippingEventCreateOrdersObserverTest.php class MultishippingEventCreateOrdersObserverTest (line 11) | class MultishippingEventCreateOrdersObserverTest extends \PHPUnit\Framew... method setUp (line 18) | protected function setUp() method testMultishippingEventCreateOrders (line 23) | public function testMultishippingEventCreateOrders() FILE: app/code/Magento/GiftMessage/Test/Unit/Observer/SalesEventOrderToQuoteObserverTest.php class SalesEventOrderToQuoteObserverTest (line 27) | class SalesEventOrderToQuoteObserverTest extends TestCase method setUp (line 77) | public function setUp(): void method testExecute (line 111) | public function testExecute(bool $orderIsReordered, bool $isMessagesAl... method giftMessageDataProvider (line 170) | public function giftMessageDataProvider(): array FILE: app/code/Magento/GiftMessage/Test/Unit/Observer/SalesEventQuoteMergeTest.php class SalesEventQuoteMergeTest (line 19) | class SalesEventQuoteMergeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp(): void method testExecute (line 43) | public function testExecute($giftMessageId): void method dataProviderGiftMessageId (line 74) | public function dataProviderGiftMessageId(): array FILE: app/code/Magento/GiftMessage/Test/Unit/Observer/SalesEventQuoteSubmitBeforeObserverTest.php class SalesEventQuoteSubmitBeforeObserverTest (line 11) | class SalesEventQuoteSubmitBeforeObserverTest extends \PHPUnit\Framework... method setUp (line 18) | protected function setUp() method testSalesEventQuoteSubmitBefore (line 23) | public function testSalesEventQuoteSubmitBefore() FILE: app/code/Magento/GiftMessage/Test/Unit/Ui/DataProvider/Product/Modifier/GiftMessageTest.php class GiftMessageTest (line 20) | class GiftMessageTest extends AbstractModifierTest method setUp (line 27) | protected function setUp() method createModel (line 37) | protected function createModel() method testModifyData (line 45) | public function testModifyData() method testModifyMeta (line 58) | public function testModifyMeta() method testModifyDataUsesConfigurationValuesWhenProductDoesNotContainValidValue (line 74) | public function testModifyDataUsesConfigurationValuesWhenProductDoesNo... method testModifyDataUsesConfigurationValuesForNewProduct (line 100) | public function testModifyDataUsesConfigurationValuesForNewProduct() FILE: app/code/Magento/GiftMessage/Ui/DataProvider/Product/Modifier/GiftMessage.php class GiftMessage (line 21) | class GiftMessage extends AbstractModifier method __construct (line 45) | public function __construct( method modifyData (line 58) | public function modifyData(array $data) method modifyMeta (line 78) | public function modifyMeta(array $meta) method customizeAllowGiftMessageField (line 89) | protected function customizeAllowGiftMessageField(array $meta) method getValueFromConfig (line 185) | protected function getValueFromConfig() FILE: app/code/Magento/GoogleAdwords/Block/Code.php class Code (line 14) | class Code extends \Magento\Framework\View\Element\Template method __construct (line 26) | public function __construct( method _toHtml (line 40) | protected function _toHtml() method getHelper (line 48) | public function getHelper() FILE: app/code/Magento/GoogleAdwords/Helper/Data.php class Data (line 14) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 91) | public function __construct( method isGoogleAdwordsActive (line 104) | public function isGoogleAdwordsActive() method getLanguageCodes (line 122) | public function getLanguageCodes() method convertLanguageCodeToLocaleCode (line 133) | public function convertLanguageCodeToLocaleCode($language) method getConversionJsSrc (line 144) | public function getConversionJsSrc() method getConversionImgSrc (line 154) | public function getConversionImgSrc() method getConversionId (line 168) | public function getConversionId() method getConversionLanguage (line 181) | public function getConversionLanguage() method getConversionFormat (line 194) | public function getConversionFormat() method getConversionColor (line 207) | public function getConversionColor() method getConversionLabel (line 220) | public function getConversionLabel() method getConversionValueType (line 233) | public function getConversionValueType() method isDynamicConversionValue (line 246) | public function isDynamicConversionValue() method getConversionValueConstant (line 256) | public function getConversionValueConstant() method getConversionValue (line 269) | public function getConversionValue() method hasSendConversionValueCurrency (line 284) | public function hasSendConversionValueCurrency() method getConversionValueCurrency (line 297) | public function getConversionValueCurrency() FILE: app/code/Magento/GoogleAdwords/Model/Config/Backend/AbstractConversion.php class AbstractConversion (line 15) | abstract class AbstractConversion extends \Magento\Framework\App\Config\... method __construct (line 38) | public function __construct( FILE: app/code/Magento/GoogleAdwords/Model/Config/Backend/Color.php class Color (line 14) | class Color extends \Magento\GoogleAdwords\Model\Config\Backend\Abstract... method _getValidationRulesBeforeSave (line 21) | protected function _getValidationRulesBeforeSave() method getConversionColor (line 35) | public function getConversionColor() FILE: app/code/Magento/GoogleAdwords/Model/Config/Backend/ConversionId.php class ConversionId (line 14) | class ConversionId extends \Magento\GoogleAdwords\Model\Config\Backend\A... method _getValidationRulesBeforeSave (line 21) | protected function _getValidationRulesBeforeSave() method getConversionId (line 35) | public function getConversionId() FILE: app/code/Magento/GoogleAdwords/Model/Config/Source/Language.php class Language (line 15) | class Language implements \Magento\Framework\Option\ArrayInterface method __construct (line 31) | public function __construct( method toOptionArray (line 44) | public function toOptionArray() FILE: app/code/Magento/GoogleAdwords/Model/Config/Source/ValueType.php class ValueType (line 14) | class ValueType implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/GoogleAdwords/Model/Filter/UppercaseTitle.php class UppercaseTitle (line 14) | class UppercaseTitle implements \Zend_Filter_Interface method filter (line 22) | public function filter($value) FILE: app/code/Magento/GoogleAdwords/Model/Validator/Factory.php class Factory (line 19) | class Factory method __construct (line 29) | public function __construct(UniversalFactory $validatorBuilderFactory) method createColorValidator (line 40) | public function createColorValidator($currentColor) method createConversionIdValidator (line 79) | public function createConversionIdValidator($currentId) FILE: app/code/Magento/GoogleAdwords/Observer/SetConversionValueObserver.php class SetConversionValueObserver (line 12) | class SetConversionValueObserver implements ObserverInterface method __construct (line 31) | public function __construct( method execute (line 47) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GoogleAdwords/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method dataProviderForTestIsActive (line 40) | public function dataProviderForTestIsActive() method testIsGoogleAdwordsActive (line 56) | public function testIsGoogleAdwordsActive($isActive, $returnConfigValu... method testGetLanguageCodes (line 78) | public function testGetLanguageCodes() method dataProviderForTestConvertLanguage (line 97) | public function dataProviderForTestConvertLanguage() method testConvertLanguageCodeToLocaleCode (line 112) | public function testConvertLanguageCodeToLocaleCode($language, $return... method testGetConversionImgSrc (line 128) | public function testGetConversionImgSrc() method testGetConversionJsSrc (line 150) | public function testGetConversionJsSrc() method dataProviderForTestStoreConfig (line 168) | public function dataProviderForTestStoreConfig() method testGetStoreConfigValue (line 187) | public function testGetStoreConfigValue($method, $xmlPath, $returnValue) method testHasSendConversionValueCurrency (line 202) | public function testHasSendConversionValueCurrency() method testGetConversionValueDynamic (line 209) | public function testGetConversionValueDynamic() method testGetConversionValueCurrency (line 234) | public function testGetConversionValueCurrency() method dataProviderForTestConversionValueConstant (line 254) | public function dataProviderForTestConversionValueConstant() method testGetConversionValueConstant (line 264) | public function testGetConversionValueConstant($conversionValueConst, ... FILE: app/code/Magento/GoogleAdwords/Test/Unit/Model/Config/Source/ValueTypeTest.php class ValueTypeTest (line 8) | class ValueTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testToOptionArray (line 21) | public function testToOptionArray() FILE: app/code/Magento/GoogleAdwords/Test/Unit/Model/Filter/UppercaseTitleTest.php class UppercaseTitleTest (line 8) | class UppercaseTitleTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method dataProviderForFilterValues (line 23) | public function dataProviderForFilterValues() method testFilter (line 33) | public function testFilter($inputValue, $returnValue) FILE: app/code/Magento/GoogleAdwords/Test/Unit/Model/Validator/FactoryTest.php class FactoryTest (line 13) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testCreateColorValidator (line 61) | public function testCreateColorValidator() method testCreateConversionIdValidator (line 110) | public function testCreateConversionIdValidator() FILE: app/code/Magento/GoogleAdwords/Test/Unit/Observer/SetConversionValueObserverTest.php class SetConversionValueObserverTest (line 10) | class SetConversionValueObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method dataProviderForDisabled (line 64) | public function dataProviderForDisabled() method testSetConversionValueWhenAdwordsDisabled (line 75) | public function testSetConversionValueWhenAdwordsDisabled($isActive, $... method dataProviderForOrdersIds (line 99) | public function dataProviderForOrdersIds() method testSetConversionValueWhenAdwordsActiveWithoutOrdersIds (line 109) | public function testSetConversionValueWhenAdwordsActiveWithoutOrdersId... method testSetConversionValueWhenAdwordsActiveWithOrdersIds (line 129) | public function testSetConversionValueWhenAdwordsActiveWithOrdersIds() FILE: app/code/Magento/GoogleAnalytics/Block/Ga.php class Ga (line 17) | class Ga extends \Magento\Framework\View\Element\Template method __construct (line 43) | public function __construct( method getConfig (line 62) | public function getConfig($path) method getPageName (line 72) | public function getPageName() method getPageTrackingCode (line 88) | public function getPageTrackingCode($accountId) method getOrdersTrackingCode (line 109) | public function getOrdersTrackingCode() method _toHtml (line 164) | protected function _toHtml() method isCookieRestrictionModeEnabled (line 179) | public function isCookieRestrictionModeEnabled() method getCurrentWebsiteId (line 190) | public function getCurrentWebsiteId() method getPageTrackingData (line 205) | public function getPageTrackingData($accountId) method getOrdersTrackingData (line 224) | public function getOrdersTrackingData() method getOptPageUrl (line 261) | private function getOptPageUrl() FILE: app/code/Magento/GoogleAnalytics/Helper/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method isGoogleAnalyticsAvailable (line 34) | public function isGoogleAnalyticsAvailable($store = null) method isAnonymizedIpActive (line 47) | public function isAnonymizedIpActive($store = null) FILE: app/code/Magento/GoogleAnalytics/Observer/SetGoogleAnalyticsOnOrderSuccessPageViewObserver.php class SetGoogleAnalyticsOnOrderSuccessPageViewObserver (line 15) | class SetGoogleAnalyticsOnOrderSuccessPageViewObserver implements Observ... method __construct (line 39) | public function __construct( method execute (line 55) | public function execute(EventObserver $observer) FILE: app/code/Magento/GoogleAnalytics/Test/Unit/Block/GaTest.php class GaTest (line 25) | class GaTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testOrderTrackingCode (line 97) | public function testOrderTrackingCode() method testIsCookieRestrictionModeEnabled (line 129) | public function testIsCookieRestrictionModeEnabled() method testGetCurrentWebsiteId (line 135) | public function testGetCurrentWebsiteId() method testOrderTrackingData (line 144) | public function testOrderTrackingData() method testGetPageTrackingData (line 177) | public function testGetPageTrackingData() method createOrderMock (line 198) | protected function createOrderMock($orderItemCount = 1) method createCollectionMock (line 225) | protected function createCollectionMock() method packString (line 243) | protected function packString($string) FILE: app/code/Magento/GoogleAnalytics/Test/Unit/Observer/SetGoogleAnalyticsOnOrderSuccessPageViewObserverTest.php class SetGoogleAnalyticsOnOrderSuccessPageViewObserverTest (line 20) | class SetGoogleAnalyticsOnOrderSuccessPageViewObserverTest extends TestCase method setUp (line 55) | protected function setUp() method testExecuteWithNoOrderIds (line 84) | public function testExecuteWithNoOrderIds() method testExecuteWithOrderIds (line 104) | public function testExecuteWithOrderIds() FILE: app/code/Magento/GoogleOptimizer/Block/AbstractCode.php class AbstractCode (line 10) | abstract class AbstractCode extends \Magento\Framework\View\Element\Temp... method __construct (line 39) | public function __construct( method _getGoogleExperiment (line 58) | protected function _getGoogleExperiment() method _toHtml (line 68) | protected function _toHtml() method _getScriptCode (line 78) | protected function _getScriptCode() method _getEntity (line 94) | protected function _getEntity() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/AbstractTab.php class AbstractTab (line 10) | abstract class AbstractTab extends \Magento\Backend\Block\Widget\Form im... method __construct (line 42) | public function __construct( method _prepareForm (line 65) | protected function _prepareForm() method _getGoogleExperiment (line 76) | protected function _getGoogleExperiment() method _getEntity (line 90) | abstract protected function _getEntity(); method canShowTab (line 97) | public function canShowTab() method isHidden (line 107) | public function isHidden() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Catalog/Category/Edit/Googleoptimizer.php class Googleoptimizer (line 9) | class Googleoptimizer extends \Magento\Backend\Block\Template method toHtml (line 14) | public function toHtml() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Catalog/Category/Edit/GoogleoptimizerForm.php class GoogleoptimizerForm (line 13) | class GoogleoptimizerForm extends \Magento\Catalog\Block\Adminhtml\Form method __construct (line 38) | public function __construct( method _prepareForm (line 58) | protected function _prepareForm() method _getGoogleExperiment (line 71) | protected function _getGoogleExperiment() method _getCategory (line 86) | protected function _getCategory() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Catalog/Product/Edit/Tab/Googleoptimizer.php class Googleoptimizer (line 10) | class Googleoptimizer extends \Magento\GoogleOptimizer\Block\Adminhtml\A... method _getEntity (line 18) | protected function _getEntity() method getTabLabel (line 32) | public function getTabLabel() method getTabTitle (line 42) | public function getTabTitle() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Cms/Page/Edit/Tab/Googleoptimizer.php class Googleoptimizer (line 13) | class Googleoptimizer extends \Magento\GoogleOptimizer\Block\Adminhtml\A... method _getEntity (line 21) | protected function _getEntity() method getTabLabel (line 35) | public function getTabLabel() method getTabTitle (line 45) | public function getTabTitle() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Cms/Page/EntityCmsPage.php class EntityCmsPage (line 12) | class EntityCmsPage extends DataObject method __construct (line 36) | public function __construct( method getCode (line 52) | public function getCode() method getEntity (line 69) | private function getEntity() FILE: app/code/Magento/GoogleOptimizer/Block/Adminhtml/Form.php class Form (line 17) | class Form extends Generic method __construct (line 31) | public function __construct( method _prepareForm (line 46) | protected function _prepareForm() FILE: app/code/Magento/GoogleOptimizer/Block/Code/Category.php class Category (line 15) | class Category extends \Magento\GoogleOptimizer\Block\AbstractCode imple... method getIdentities (line 28) | public function getIdentities() FILE: app/code/Magento/GoogleOptimizer/Block/Code/Page.php class Page (line 14) | class Page extends \Magento\GoogleOptimizer\Block\AbstractCode method __construct (line 29) | public function __construct( method _getEntity (line 47) | protected function _getEntity() FILE: app/code/Magento/GoogleOptimizer/Block/Code/Product.php class Product (line 15) | class Product extends \Magento\GoogleOptimizer\Block\AbstractCode implem... method getIdentities (line 28) | public function getIdentities() FILE: app/code/Magento/GoogleOptimizer/Helper/Code.php class Code (line 14) | class Code method __construct (line 29) | public function __construct(\Magento\GoogleOptimizer\Model\Code $code) method getCodeObjectByEntity (line 40) | public function getCodeObjectByEntity(\Magento\Framework\Model\Abstrac... method _getEntityType (line 60) | protected function _getEntityType() method _getTypeString (line 76) | protected function _getTypeString() method _checkEntityIsEmpty (line 99) | protected function _checkEntityIsEmpty() FILE: app/code/Magento/GoogleOptimizer/Helper/Data.php class Data (line 19) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 42) | public function __construct( method isGoogleExperimentEnabled (line 56) | public function isGoogleExperimentEnabled($store = null) method isGoogleExperimentActive (line 67) | public function isGoogleExperimentActive($store = null) FILE: app/code/Magento/GoogleOptimizer/Helper/Form.php class Form (line 17) | class Form extends \Magento\Framework\App\Helper\AbstractHelper method addGoogleoptimizerFields (line 27) | public function addGoogleoptimizerFields(DataForm $form, ModelCode $ex... FILE: app/code/Magento/GoogleOptimizer/Model/Code.php class Code (line 22) | class Code extends \Magento\Framework\Model\AbstractModel method _construct (line 42) | protected function _construct() method loadByEntityIdAndType (line 56) | public function loadByEntityIdAndType($entityId, $entityType, $storeId... FILE: app/code/Magento/GoogleOptimizer/Model/Plugin/Catalog/Category/DataProvider.php class DataProvider (line 12) | class DataProvider method __construct (line 28) | public function __construct( method afterPrepareMeta (line 42) | public function afterPrepareMeta(\Magento\Catalog\Model\Category\DataP... FILE: app/code/Magento/GoogleOptimizer/Model/Plugin/Catalog/Product/Category/DataProvider.php class DataProvider (line 11) | class DataProvider method __construct (line 21) | public function __construct( method afterGetMeta (line 34) | public function afterGetMeta(NewCategoryDataProvider $subject, $result) FILE: app/code/Magento/GoogleOptimizer/Model/Plugin/Cms/Page/DataProvider.php class DataProvider (line 9) | class DataProvider method __construct (line 19) | public function __construct( method afterPrepareMeta (line 32) | public function afterPrepareMeta(\Magento\Cms\Model\Page\DataProvider ... FILE: app/code/Magento/GoogleOptimizer/Model/ResourceModel/Code.php class Code (line 14) | class Code extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method loadByEntityType (line 35) | public function loadByEntityType($object, $entityId, $entityType, $sto... FILE: app/code/Magento/GoogleOptimizer/Observer/AbstractSave.php class AbstractSave (line 17) | abstract class AbstractSave implements ObserverInterface method __construct (line 44) | public function __construct( method execute (line 60) | public function execute(Observer $observer) method _initEntity (line 77) | abstract protected function _initEntity($observer); method _isGoogleExperimentActive (line 84) | protected function _isGoogleExperimentActive() method _processCode (line 94) | protected function _processCode() method _initRequestParams (line 116) | protected function _initRequestParams() method _isNewCode (line 129) | protected function _isNewCode() method _saveCode (line 139) | protected function _saveCode() method _getCodeData (line 150) | abstract protected function _getCodeData(); method _loadCode (line 158) | protected function _loadCode() method _isEmptyCode (line 171) | protected function _isEmptyCode() method _deleteCode (line 182) | protected function _deleteCode() method isDataAvailable (line 190) | private function isDataAvailable() method getRequestData (line 199) | private function getRequestData() FILE: app/code/Magento/GoogleOptimizer/Observer/Category/DeleteCategoryGoogleExperimentScriptObserver.php class DeleteCategoryGoogleExperimentScriptObserver (line 12) | class DeleteCategoryGoogleExperimentScriptObserver implements ObserverIn... method __construct (line 22) | public function __construct(\Magento\GoogleOptimizer\Model\Code $model... method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GoogleOptimizer/Observer/Category/SaveGoogleExperimentScriptObserver.php class SaveGoogleExperimentScriptObserver (line 12) | class SaveGoogleExperimentScriptObserver extends \Magento\GoogleOptimize... method _initEntity (line 25) | protected function _initEntity($observer) method _isGoogleExperimentActive (line 35) | protected function _isGoogleExperimentActive() method _getCodeData (line 45) | protected function _getCodeData() FILE: app/code/Magento/GoogleOptimizer/Observer/CmsPage/DeleteCmsGoogleExperimentScriptObserver.php class DeleteCmsGoogleExperimentScriptObserver (line 12) | class DeleteCmsGoogleExperimentScriptObserver implements ObserverInterface method __construct (line 22) | public function __construct(\Magento\GoogleOptimizer\Model\Code $model... method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GoogleOptimizer/Observer/CmsPage/SaveGoogleExperimentScriptObserver.php class SaveGoogleExperimentScriptObserver (line 12) | class SaveGoogleExperimentScriptObserver extends \Magento\GoogleOptimize... method _initEntity (line 25) | protected function _initEntity($observer) method _getCodeData (line 35) | protected function _getCodeData() FILE: app/code/Magento/GoogleOptimizer/Observer/Product/DeleteProductGoogleExperimentScriptObserver.php class DeleteProductGoogleExperimentScriptObserver (line 12) | class DeleteProductGoogleExperimentScriptObserver implements ObserverInt... method __construct (line 22) | public function __construct(\Magento\GoogleOptimizer\Model\Code $model... method execute (line 33) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/GoogleOptimizer/Observer/Product/SaveGoogleExperimentScriptObserver.php class SaveGoogleExperimentScriptObserver (line 12) | class SaveGoogleExperimentScriptObserver extends \Magento\GoogleOptimize... method _initEntity (line 25) | protected function _initEntity($observer) method _isGoogleExperimentActive (line 35) | protected function _isGoogleExperimentActive() method _getCodeData (line 45) | protected function _getCodeData() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Block/Code/CategoryTest.php class CategoryTest (line 8) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testGetIdentities (line 35) | public function testGetIdentities() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Block/Code/ProductTest.php class ProductTest (line 8) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testGetIdentities (line 35) | public function testGetIdentities() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Helper/CodeTest.php class CodeTest (line 8) | class CodeTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testLoadingCodeForCategoryEntity (line 31) | public function testLoadingCodeForCategoryEntity() method testLoadingCodeForProductEntity (line 59) | public function testLoadingCodeForProductEntity() method testLoadingCodeForPageEntity (line 87) | public function testLoadingCodeForPageEntity() method testExceptionNotValidEntityType (line 113) | public function testExceptionNotValidEntityType() method testExceptionEmptyEntity (line 132) | public function testExceptionEmptyEntity() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Helper/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGoogleExperimentIsEnabled (line 46) | public function testGoogleExperimentIsEnabled($isExperimentsEnabled) method dataProviderBoolValues (line 67) | public function dataProviderBoolValues() method testGoogleExperimentIsActive (line 78) | public function testGoogleExperimentIsActive($isExperimentsEnabled, $i... method dataProviderForTestGoogleExperimentIsActive (line 109) | public function dataProviderForTestGoogleExperimentIsActive() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Helper/FormTest.php class FormTest (line 8) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAddFieldsWithExperimentCode (line 47) | public function testAddFieldsWithExperimentCode() method testAddFieldsWithoutExperimentCode (line 70) | public function testAddFieldsWithoutExperimentCode() method _prepareFormMock (line 83) | protected function _prepareFormMock($experimentCode, $experimentCodeId) FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Model/Plugin/Catalog/Product/Category/DataProviderTest.php class DataProviderTest (line 8) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAfterGetMetaPositive (line 42) | public function testAfterGetMetaPositive() method testAfterGetMetaNegative (line 54) | public function testAfterGetMetaNegative() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/Category/DeleteCategoryGoogleExperimentScriptObserverTest.php class DeleteCategoryGoogleExperimentScriptObserverTest (line 8) | class DeleteCategoryGoogleExperimentScriptObserverTest extends \PHPUnit\... method setUp (line 30) | protected function setUp() method testDeleteFromCategoryGoogleExperimentScriptSuccess (line 46) | public function testDeleteFromCategoryGoogleExperimentScriptSuccess() method testDeleteFromCategoryGoogleExperimentScriptFail (line 69) | public function testDeleteFromCategoryGoogleExperimentScriptFail() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/Category/SaveGoogleExperimentScriptObserverTest.php class SaveGoogleExperimentScriptObserverTest (line 8) | class SaveGoogleExperimentScriptObserverTest extends \PHPUnit\Framework\... method setUp (line 45) | protected function setUp() method testCreatingCodeIfRequestIsValid (line 71) | public function testCreatingCodeIfRequestIsValid() method testCreatingCodeIfRequestIsNotValid (line 118) | public function testCreatingCodeIfRequestIsNotValid($params) method dataProviderWrongRequestForCreating (line 146) | public function dataProviderWrongRequestForCreating() method testEditingCodeIfRequestIsValid (line 157) | public function testEditingCodeIfRequestIsValid() method testEditingCodeIfCodeModelIsNotFound (line 208) | public function testEditingCodeIfCodeModelIsNotFound() method testRemovingCode (line 240) | public function testRemovingCode() method testManagingCodeIfGoogleExperimentIsDisabled (line 273) | public function testManagingCodeIfGoogleExperimentIsDisabled() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/CmsPage/DeleteCmsGoogleExperimentScriptObserverTest.php class DeleteCmsGoogleExperimentScriptObserverTest (line 8) | class DeleteCmsGoogleExperimentScriptObserverTest extends \PHPUnit\Frame... method setUp (line 25) | protected function setUp() method testDeleteFromPageGoogleExperimentScriptSuccess (line 44) | public function testDeleteFromPageGoogleExperimentScriptSuccess() method testDeleteFromPageGoogleExperimentScriptFail (line 64) | public function testDeleteFromPageGoogleExperimentScriptFail() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/CmsPage/SaveGoogleExperimentScriptObserverTest.php class SaveGoogleExperimentScriptObserverTest (line 8) | class SaveGoogleExperimentScriptObserverTest extends \PHPUnit\Framework\... method setUp (line 45) | protected function setUp() method testCreatingCodeIfRequestIsValid (line 64) | public function testCreatingCodeIfRequestIsValid() method testCreatingCodeIfRequestIsNotValid (line 103) | public function testCreatingCodeIfRequestIsNotValid($params) method dataProviderWrongRequestForCreating (line 123) | public function dataProviderWrongRequestForCreating() method testEditingCodeIfRequestIsValid (line 134) | public function testEditingCodeIfRequestIsValid() method testEditingCodeIfCodeModelIsNotFound (line 177) | public function testEditingCodeIfCodeModelIsNotFound() method testRemovingCode (line 201) | public function testRemovingCode() method testManagingCodeIfGoogleExperimentIsDisabled (line 234) | public function testManagingCodeIfGoogleExperimentIsDisabled() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/Product/DeleteProductGoogleExperimentScriptObserverTest.php class DeleteProductGoogleExperimentScriptObserverTest (line 8) | class DeleteProductGoogleExperimentScriptObserverTest extends \PHPUnit\F... method setUp (line 25) | protected function setUp() method testDeleteFromProductGoogleExperimentScriptSuccess (line 46) | public function testDeleteFromProductGoogleExperimentScriptSuccess() method testDeleteFromProductGoogleExperimentScriptFail (line 66) | public function testDeleteFromProductGoogleExperimentScriptFail() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Observer/Product/SaveGoogleExperimentScriptObserverTest.php class SaveGoogleExperimentScriptObserverTest (line 8) | class SaveGoogleExperimentScriptObserverTest extends \PHPUnit\Framework\... method setUp (line 45) | protected function setUp() method testCreatingCodeIfRequestIsValid (line 71) | public function testCreatingCodeIfRequestIsValid() method testCreatingCodeIfRequestIsNotValid (line 118) | public function testCreatingCodeIfRequestIsNotValid($params) method dataProviderWrongRequestForCreating (line 146) | public function dataProviderWrongRequestForCreating() method testEditingCodeIfRequestIsValid (line 157) | public function testEditingCodeIfRequestIsValid() method testEditingCodeIfCodeModelIsNotFound (line 208) | public function testEditingCodeIfCodeModelIsNotFound() method testRemovingCode (line 240) | public function testRemovingCode() method testManagingCodeIfGoogleExperimentIsDisabled (line 273) | public function testManagingCodeIfGoogleExperimentIsDisabled() FILE: app/code/Magento/GoogleOptimizer/Test/Unit/Ui/DataProvider/Product/Form/Modifier/GoogleOptimizerTest.php class GoogleOptimizerTest (line 23) | class GoogleOptimizerTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method canShowPanel (line 84) | protected function canShowPanel($flag) method testGetDataGoogleExperimentDisabled (line 99) | public function testGetDataGoogleExperimentDisabled() method testGetDataGoogleExperimentEnabled (line 113) | public function testGetDataGoogleExperimentEnabled($productId, $experi... method getDataGoogleExperimentEnabledDataProvider (line 148) | public function getDataGoogleExperimentEnabledDataProvider() method testGetMetaGoogleExperimentDisabled (line 159) | public function testGetMetaGoogleExperimentDisabled() method testGetMetaGoogleExperimentEnabled (line 168) | public function testGetMetaGoogleExperimentEnabled() FILE: app/code/Magento/GoogleOptimizer/Ui/DataProvider/Product/Form/Modifier/GoogleOptimizer.php class GoogleOptimizer (line 24) | class GoogleOptimizer extends AbstractModifier method __construct (line 52) | public function __construct( method modifyMeta (line 66) | public function modifyMeta(array $meta) method modifyData (line 79) | public function modifyData(array $data) method canShowPanel (line 94) | protected function canShowPanel() method addDataProductViewOptimization (line 108) | protected function addDataProductViewOptimization(array $data) method getCodeModel (line 126) | protected function getCodeModel() method addProductViewOptimizationPanel (line 142) | protected function addProductViewOptimizationPanel(array $meta) FILE: app/code/Magento/GraphQl/Controller/GraphQl.php class GraphQl (line 32) | class GraphQl implements FrontControllerInterface method __construct (line 105) | public function __construct( method dispatch (line 137) | public function dispatch(RequestInterface $request) : ResponseInterface method getDataFromRequest (line 178) | private function getDataFromRequest(RequestInterface $request) : array FILE: app/code/Magento/GraphQl/Controller/HttpHeaderProcessorInterface.php type HttpHeaderProcessorInterface (line 13) | interface HttpHeaderProcessorInterface method processHeaderValue (line 24) | public function processHeaderValue(string $headerValue) : void; FILE: app/code/Magento/GraphQl/Controller/HttpRequestProcessor.php class HttpRequestProcessor (line 15) | class HttpRequestProcessor method __construct (line 31) | public function __construct(array $graphQlHeaders = [], array $request... method processHeaders (line 43) | public function processHeaders(Http $request) : void method validateRequest (line 56) | public function validateRequest(Http $request) : void FILE: app/code/Magento/GraphQl/Controller/HttpRequestValidator/ContentTypeValidator.php class ContentTypeValidator (line 17) | class ContentTypeValidator implements HttpRequestValidatorInterface method validate (line 26) | public function validate(HttpRequestInterface $request) : void FILE: app/code/Magento/GraphQl/Controller/HttpRequestValidator/HttpVerbValidator.php class HttpVerbValidator (line 18) | class HttpVerbValidator implements HttpRequestValidatorInterface method validate (line 27) | public function validate(HttpRequestInterface $request) : void FILE: app/code/Magento/GraphQl/Controller/HttpRequestValidatorInterface.php type HttpRequestValidatorInterface (line 16) | interface HttpRequestValidatorInterface method validate (line 25) | public function validate(HttpRequestInterface $request) : void; FILE: app/code/Magento/GraphQl/Model/EntityAttributeList.php class EntityAttributeList (line 22) | class EntityAttributeList method __construct (line 50) | public function __construct( method getDefaultEntityAttributes (line 74) | public function getDefaultEntityAttributes( FILE: app/code/Magento/GraphQl/Model/Query/Context.php class Context (line 16) | class Context implements ContextInterface method __construct (line 38) | public function __construct( method getUserType (line 51) | public function getUserType(): ?int method getUserId (line 59) | public function getUserId(): ?int method getExtensionAttributes (line 67) | public function getExtensionAttributes(): ContextExtensionInterface FILE: app/code/Magento/GraphQl/Model/Query/ContextFactory.php class ContextFactory (line 17) | class ContextFactory implements ContextFactoryInterface method __construct (line 39) | public function __construct( method create (line 52) | public function create(): ContextInterface FILE: app/code/Magento/GraphQl/Model/Query/ContextFactoryInterface.php type ContextFactoryInterface (line 13) | interface ContextFactoryInterface method create (line 20) | public function create(): ContextInterface; FILE: app/code/Magento/GraphQl/Model/Query/ContextInterface.php type ContextInterface (line 20) | interface ContextInterface extends BaseContextInterface, ExtensibleDataI... method getUserType (line 27) | public function getUserType(): ?int; method getUserId (line 34) | public function getUserId(): ?int; method getExtensionAttributes (line 41) | public function getExtensionAttributes(): \Magento\GraphQl\Model\Query... FILE: app/code/Magento/GraphQl/Model/Query/ContextParameters.php class ContextParameters (line 13) | class ContextParameters implements ContextParametersInterface method setUserType (line 33) | public function setUserType(int $userType): void method getUserType (line 41) | public function getUserType(): ?int method setUserId (line 49) | public function setUserId(int $userId): void method getUserId (line 57) | public function getUserId(): ?int method addExtensionAttribute (line 65) | public function addExtensionAttribute(string $key, $value): void method getExtensionAttributesData (line 73) | public function getExtensionAttributesData(): array FILE: app/code/Magento/GraphQl/Model/Query/ContextParametersInterface.php type ContextParametersInterface (line 13) | interface ContextParametersInterface method setUserType (line 21) | public function setUserType(int $userType): void; method getUserType (line 28) | public function getUserType(): ?int; method setUserId (line 36) | public function setUserId(int $userId): void; method getUserId (line 43) | public function getUserId(): ?int; method addExtensionAttribute (line 52) | public function addExtensionAttribute(string $key, $value): void; method getExtensionAttributesData (line 59) | public function getExtensionAttributesData(): array; FILE: app/code/Magento/GraphQl/Model/Query/ContextParametersProcessorInterface.php type ContextParametersProcessorInterface (line 18) | interface ContextParametersProcessorInterface method execute (line 26) | public function execute(ContextParametersInterface $contextParameters)... FILE: app/code/Magento/GraphQl/Model/Query/Resolver/Context.php class Context (line 17) | class Context extends \Magento\Framework\Model\AbstractExtensibleModel i... method getExtensionAttributes (line 31) | public function getExtensionAttributes() : \Magento\Framework\GraphQl\... method setExtensionAttributes (line 42) | public function setExtensionAttributes( method getUserId (line 53) | public function getUserId() : int method setUserId (line 64) | public function setUserId(int $userId) : ContextInterface method getUserType (line 74) | public function getUserType() : int method setUserType (line 85) | public function setUserType(int $typeId) : ContextInterface FILE: app/code/Magento/GraphQlCache/Controller/Plugin/GraphQl.php class GraphQl (line 23) | class GraphQl method __construct (line 57) | public function __construct( method beforeDispatch (line 79) | public function beforeDispatch( method afterRenderResult (line 97) | public function afterRenderResult(ResultInterface $subject, ResultInte... FILE: app/code/Magento/GraphQlCache/Model/CacheableQuery.php class CacheableQuery (line 13) | class CacheableQuery method getCacheTags (line 30) | public function getCacheTags(): array method addCacheTags (line 41) | public function addCacheTags(array $cacheTags): void method isCacheable (line 51) | public function isCacheable(): bool method setCacheValidity (line 61) | public function setCacheValidity(bool $cacheable): void method shouldPopulateCacheHeadersWithTags (line 71) | public function shouldPopulateCacheHeadersWithTags() : bool FILE: app/code/Magento/GraphQlCache/Model/CacheableQueryHandler.php class CacheableQueryHandler (line 21) | class CacheableQueryHandler method __construct (line 43) | public function __construct( method handleCacheFromResolverResponse (line 60) | public function handleCacheFromResolverResponse(array $resolvedValue, ... method setCacheValidity (line 81) | private function setCacheValidity(bool $isValid): void FILE: app/code/Magento/GraphQlCache/Model/Plugin/App/PageCache/Identifier.php class Identifier (line 13) | class Identifier method __construct (line 41) | public function __construct( method afterGetValue (line 61) | public function afterGetValue(\Magento\Framework\App\PageCache\Identif... FILE: app/code/Magento/GraphQlCache/Model/Plugin/Query/Resolver.php class Resolver (line 20) | class Resolver method __construct (line 30) | public function __construct( method afterResolve (line 49) | public function afterResolve( FILE: app/code/Magento/GraphQlCache/Model/Resolver/IdentityPool.php class IdentityPool (line 16) | class IdentityPool method __construct (line 31) | public function __construct(ObjectManagerInterface $objectManager) method get (line 42) | public function get(string $identityClass): IdentityInterface FILE: app/code/Magento/GraphQlCache/Test/Unit/Model/CacheableQueryHandlerTest.php class CacheableQueryHandlerTest (line 22) | class CacheableQueryHandlerTest extends TestCase method setup (line 33) | protected function setup(): void method testhandleCacheFromResolverResponse (line 54) | public function testhandleCacheFromResolverResponse( method resolvedDataProvider (line 83) | public function resolvedDataProvider(): array FILE: app/code/Magento/GroupedCatalogInventory/Plugin/OutOfStockFilter.php class OutOfStockFilter (line 20) | class OutOfStockFilter method __construct (line 30) | public function __construct(StockRegistryInterface $stockRegistry) method afterPrepareForCartAdvanced (line 44) | public function afterPrepareForCartAdvanced(Grouped $subject, $result,... FILE: app/code/Magento/GroupedCatalogInventory/Test/Unit/Plugin/OutOfStockFilterTest.php class OutOfStockFilterTest (line 24) | class OutOfStockFilterTest extends TestCase method setUp (line 48) | protected function setUp() method testFilterOnlyProcessesArray (line 77) | public function testFilterOnlyProcessesArray($nonArrayResult): void method testFilterIgnoresResultIfSuperGroupIsPresent (line 96) | public function testFilterIgnoresResultIfSuperGroupIsPresent(): void method testFilterRemovesOutOfStockProducts (line 123) | public function testFilterRemovesOutOfStockProducts( method outOfStockProductDataProvider (line 145) | public function outOfStockProductDataProvider(): array method nonArrayResultsProvider (line 182) | public function nonArrayResultsProvider(): array method createProductMock (line 196) | private function createProductMock(): MockObject FILE: app/code/Magento/GroupedImportExport/Model/Export/Product/Type/Grouped.php class Grouped (line 10) | class Grouped extends \Magento\CatalogImportExport\Model\Export\Product\... FILE: app/code/Magento/GroupedImportExport/Model/Export/RowCustomizer.php class RowCustomizer (line 10) | class RowCustomizer implements RowCustomizerInterface method prepareData (line 20) | public function prepareData($collection, $productIds) method addHeaderColumns (line 31) | public function addHeaderColumns($columns) method addData (line 50) | public function addData($dataRow, $productId) method getAdditionalRowsCount (line 63) | public function getAdditionalRowsCount($additionalRowsCount, $productId) FILE: app/code/Magento/GroupedImportExport/Model/Import/Product/Type/Grouped.php class Grouped (line 13) | class Grouped extends \Magento\CatalogImportExport\Model\Import\Product\... method __construct (line 46) | public function __construct( method saveData (line 65) | public function saveData() method getProductEntityIdentifierField (line 137) | private function getProductEntityIdentifierField() FILE: app/code/Magento/GroupedImportExport/Model/Import/Product/Type/Grouped/Links.php class Links (line 13) | class Links method __construct (line 47) | public function __construct( method saveLinksData (line 61) | public function saveLinksData($linksData) method deleteOldLinks (line 114) | protected function deleteOldLinks($productIds) method getAttributes (line 130) | public function getAttributes() method getLinkTypeId (line 150) | protected function getLinkTypeId() method getBehavior (line 160) | protected function getBehavior() FILE: app/code/Magento/GroupedImportExport/Test/Unit/Model/Export/Product/RowCustomizerTest.php class RowCustomizerTest (line 13) | class RowCustomizerTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAddHeaderColumns (line 39) | public function testAddHeaderColumns() FILE: app/code/Magento/GroupedImportExport/Test/Unit/Model/Import/Product/Type/Grouped/LinksTest.php class LinksTest (line 12) | class LinksTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method linksDataProvider (line 63) | public function linksDataProvider() method testSaveLinksDataNoProductsAttrs (line 81) | public function testSaveLinksDataNoProductsAttrs($linksData) method testSaveLinksDataWithProductsAttrs (line 95) | public function testSaveLinksDataWithProductsAttrs($linksData) method attributesDataProvider (line 116) | public function attributesDataProvider() method processAttributeGetter (line 147) | protected function processAttributeGetter($dbAttributes) method testGetAttributes (line 167) | public function testGetAttributes($dbAttributes, $returnedAttributes) method processBehaviorGetter (line 177) | protected function processBehaviorGetter($behavior) FILE: app/code/Magento/GroupedImportExport/Test/Unit/Model/Import/Product/Type/GroupedTest.php class GroupedTest (line 14) | class GroupedTest extends \Magento\ImportExport\Test\Unit\Model\Import\A... method setUp (line 67) | protected function setUp() method testSaveData (line 166) | public function testSaveData($skus, $bunch) method saveDataProvider (line 188) | public function saveDataProvider() method testSaveDataScopeStore (line 246) | public function testSaveDataScopeStore() FILE: app/code/Magento/GroupedProduct/Block/Adminhtml/Items/Column/Name/Grouped.php class Grouped (line 14) | class Grouped extends \Magento\Sales\Block\Adminhtml\Items\Column\Name method _toHtml (line 25) | protected function _toHtml() FILE: app/code/Magento/GroupedProduct/Block/Adminhtml/Order/Create/Sidebar.php class Sidebar (line 8) | class Sidebar method aroundGetItemQty (line 20) | public function aroundGetItemQty( method aroundIsConfigurationRequired (line 41) | public function aroundIsConfigurationRequired( FILE: app/code/Magento/GroupedProduct/Block/Adminhtml/Product/Composite/Fieldset/Grouped.php class Grouped (line 18) | class Grouped extends \Magento\GroupedProduct\Block\Product\View\Type\Gr... method __construct (line 31) | public function __construct( method _construct (line 51) | protected function _construct() method getProduct (line 63) | public function getProduct() method getAssociatedProducts (line 84) | public function getAssociatedProducts() method setPreconfiguredValue (line 102) | public function setPreconfiguredValue() method getCanShowProductPrice (line 125) | public function getCanShowProductPrice($product) method getIsLastFieldset (line 137) | public function getIsLastFieldset() method getCurrencyPrice (line 153) | public function getCurrencyPrice($price) FILE: app/code/Magento/GroupedProduct/Block/Cart/Item/Renderer/Grouped.php class Grouped (line 18) | class Grouped extends Renderer implements IdentityInterface method getGroupedProduct (line 32) | public function getGroupedProduct() method getIdentities (line 46) | public function getIdentities() FILE: app/code/Magento/GroupedProduct/Block/Order/Email/Items/Order/Grouped.php class Grouped (line 14) | class Grouped extends \Magento\Sales\Block\Order\Email\Items\Order\Defau... method _toHtml (line 23) | protected function _toHtml() FILE: app/code/Magento/GroupedProduct/Block/Order/Item/Renderer/Grouped.php class Grouped (line 16) | class Grouped extends DefaultRenderer method _toHtml (line 25) | protected function _toHtml() FILE: app/code/Magento/GroupedProduct/Block/Product/Grouped/AssociatedProducts.php class AssociatedProducts (line 12) | class AssociatedProducts extends \Magento\Backend\Block\Catalog\Product\... method _construct (line 17) | protected function _construct() method getTabLabel (line 28) | public function getTabLabel() method getParentTab (line 38) | public function getParentTab() method isHidden (line 48) | public function isHidden() method _prepareLayout (line 56) | protected function _prepareLayout() FILE: app/code/Magento/GroupedProduct/Block/Product/Grouped/AssociatedProducts/ListAssociatedProducts.php class ListAssociatedProducts (line 18) | class ListAssociatedProducts extends \Magento\Backend\Block\Template method __construct (line 38) | public function __construct( method getAssociatedProducts (line 54) | public function getAssociatedProducts() FILE: app/code/Magento/GroupedProduct/Block/Product/View/Type/Grouped.php class Grouped (line 14) | class Grouped extends \Magento\Catalog\Block\Product\View\AbstractView method getAssociatedProducts (line 19) | public function getAssociatedProducts() method setPreconfiguredValue (line 29) | public function setPreconfiguredValue() FILE: app/code/Magento/GroupedProduct/Block/Stockqty/Type/Grouped.php class Grouped (line 16) | class Grouped extends \Magento\CatalogInventory\Block\Stockqty\Composite... method _getChildProducts (line 23) | protected function _getChildProducts() method getIdentities (line 33) | public function getIdentities() FILE: app/code/Magento/GroupedProduct/Controller/Adminhtml/Edit/Popup.php class Popup (line 15) | class Popup extends AbstractAction method __construct (line 45) | public function __construct( method execute (line 62) | public function execute() FILE: app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php class Grouped (line 8) | class Grouped method aroundGetOptions (line 20) | public function aroundGetOptions( FILE: app/code/Magento/GroupedProduct/Model/Order/Pdf/Items/Creditmemo/Grouped.php class Grouped (line 10) | class Grouped extends \Magento\Sales\Model\Order\Pdf\Items\Creditmemo\De... method draw (line 17) | public function draw() FILE: app/code/Magento/GroupedProduct/Model/Order/Pdf/Items/Invoice/Grouped.php class Grouped (line 10) | class Grouped extends \Magento\Sales\Model\Order\Pdf\Items\Invoice\Defau... method draw (line 17) | public function draw() FILE: app/code/Magento/GroupedProduct/Model/Product/Cart/Configuration/Plugin/Grouped.php class Grouped (line 10) | class Grouped method aroundIsProductConfigured (line 23) | public function aroundIsProductConfigured( FILE: app/code/Magento/GroupedProduct/Model/Product/CatalogPrice.php class CatalogPrice (line 11) | class CatalogPrice implements \Magento\Catalog\Model\Product\CatalogPric... method __construct (line 27) | public function __construct( method getCatalogPrice (line 39) | public function getCatalogPrice( method getCatalogRegularPrice (line 76) | public function getCatalogRegularPrice(\Magento\Catalog\Model\Product ... FILE: app/code/Magento/GroupedProduct/Model/Product/Configuration/Item/ItemProductResolver.php class ItemProductResolver (line 20) | class ItemProductResolver implements ItemResolverInterface method __construct (line 35) | public function __construct(ScopeConfigInterface $scopeConfig) method getFinalProduct (line 43) | public function getFinalProduct(ItemInterface $item) : ProductInterface method getParentProduct (line 74) | private function getParentProduct(ItemInterface $item) : Product FILE: app/code/Magento/GroupedProduct/Model/Product/CopyConstructor/Grouped.php class Grouped (line 8) | class Grouped implements \Magento\Catalog\Model\Product\CopyConstructorI... method _getGroupedLinkCollection (line 16) | protected function _getGroupedLinkCollection(\Magento\Catalog\Model\Pr... method build (line 37) | public function build(\Magento\Catalog\Model\Product $product, \Magent... FILE: app/code/Magento/GroupedProduct/Model/Product/Initialization/Helper/ProductLinks/Plugin/Grouped.php class Grouped (line 18) | class Grouped method __construct (line 47) | public function __construct( method beforeInitializeLinks (line 72) | public function beforeInitializeLinks( method removeUnExistingLinks (line 138) | private function removeUnExistingLinks($existingLinks, $newLinks) FILE: app/code/Magento/GroupedProduct/Model/Product/Link/CollectionProvider/Grouped.php class Grouped (line 9) | class Grouped implements \Magento\Catalog\Model\ProductLink\CollectionPr... method getLinkedProducts (line 14) | public function getLinkedProducts(\Magento\Catalog\Model\Product $prod... FILE: app/code/Magento/GroupedProduct/Model/Product/Link/ProductEntity/Converter.php class Converter (line 11) | class Converter implements ConverterInterface method convert (line 16) | public function convert(\Magento\Catalog\Model\Product $product) FILE: app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php class Grouped (line 19) | class Grouped extends \Magento\Catalog\Model\Product\Type\AbstractType method __construct (line 107) | public function __construct( method getRelationInfo (line 148) | public function getRelationInfo() method getChildrenIds (line 175) | public function getChildrenIds($parentId, $required = true) method getParentIdsByChild (line 189) | public function getParentIdsByChild($childId) method getAssociatedProducts (line 203) | public function getAssociatedProducts($product) method flushAssociatedProductsCache (line 237) | public function flushAssociatedProductsCache($product) method addStatusFilter (line 249) | public function addStatusFilter($status, $product) method setSaleableStatus (line 268) | public function setSaleableStatus($product) method getStatusFilters (line 280) | public function getStatusFilters($product) method getAssociatedProductIds (line 297) | public function getAssociatedProductIds($product) method getAssociatedProductCollection (line 316) | public function getAssociatedProductCollection($product) method getProductInfo (line 337) | protected function getProductInfo(\Magento\Framework\DataObject $buyRe... method _prepareProduct (line 369) | protected function _prepareProduct(\Magento\Framework\DataObject $buyR... method getProductsToPurchaseByReqGroups (line 439) | public function getProductsToPurchaseByReqGroups($product) method processBuyRequest (line 452) | public function processBuyRequest($product, $buyRequest) method hasWeight (line 467) | public function hasWeight() method deleteTypeSpecificData (line 480) | public function deleteTypeSpecificData(\Magento\Catalog\Model\Product ... method beforeSave (line 488) | public function beforeSave($product) method getChildrenMsrp (line 505) | public function getChildrenMsrp(\Magento\Catalog\Model\Product $product) FILE: app/code/Magento/GroupedProduct/Model/Product/Type/Grouped/Backend.php class Backend (line 11) | class Backend extends \Magento\GroupedProduct\Model\Product\Type\Grouped method setSaleableStatus (line 19) | public function setSaleableStatus($product) FILE: app/code/Magento/GroupedProduct/Model/Product/Type/Grouped/Price.php class Price (line 10) | class Price extends \Magento\Catalog\Model\Product\Type\Price method getFinalPrice (line 19) | public function getFinalPrice($qty, $product) FILE: app/code/Magento/GroupedProduct/Model/Product/Type/Plugin.php class Plugin (line 14) | class Plugin method __construct (line 24) | public function __construct(Manager $moduleManager) method afterGetOptionArray (line 38) | public function afterGetOptionArray(\Magento\Catalog\Model\Product\Typ... FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Indexer/Stock/Grouped.php class Grouped (line 22) | class Grouped extends \Magento\CatalogInventory\Model\ResourceModel\Inde... method __construct (line 38) | public function __construct( method _getStockStatusSelect (line 59) | protected function _getStockStatusSelect($entityIds = null, $usePrimar... FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price/Grouped.php class Grouped (line 26) | class Grouped implements DimensionalIndexerInterface method __construct (line 71) | public function __construct( method executeByDimensions (line 93) | public function executeByDimensions(array $dimensions, \Traversable $e... method prepareGroupedProductPriceDataSelect (line 121) | private function prepareGroupedProductPriceDataSelect(array $dimension... method getMainTable (line 184) | private function getMainTable($dimensions) method getConnection (line 198) | private function getConnection(): \Magento\Framework\DB\Adapter\Adapte... method getTable (line 213) | private function getTable($tableName) FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price/GroupedInterface.php type GroupedInterface (line 12) | interface GroupedInterface method reindexAll (line 20) | public function reindexAll(); method reindexEntity (line 29) | public function reindexEntity($entityIds); FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Link.php class Link (line 16) | class Link extends \Magento\Catalog\Model\ResourceModel\Product\Link method __construct (line 33) | public function __construct( method getChildrenIds (line 57) | public function getChildrenIds($parentId, $typeId) FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Link/RelationPersister.php class RelationPersister (line 14) | class RelationPersister method __construct (line 32) | public function __construct(Relation $relationProcessor, LinkFactory $... method afterSaveProductLinks (line 49) | public function afterSaveProductLinks(Link $subject, Link $result, $pa... method aroundDeleteProductLink (line 70) | public function aroundDeleteProductLink(Link $subject, \Closure $proce... FILE: app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Type/Grouped/AssociatedProductsCollection.php class AssociatedProductsCollection (line 16) | class AssociatedProductsCollection extends \Magento\Catalog\Model\Resour... method __construct (line 59) | public function __construct( method _getProduct (line 114) | protected function _getProduct() method _initSelect (line 122) | public function _initSelect() FILE: app/code/Magento/GroupedProduct/Model/Sales/AdminOrder/Product/Quote/Plugin/Initializer.php class Initializer (line 17) | class Initializer method afterInit (line 29) | public function afterInit( FILE: app/code/Magento/GroupedProduct/Pricing/Price/ConfiguredPrice.php class ConfiguredPrice (line 15) | class ConfiguredPrice extends CatalogFinalPrice implements ConfiguredPri... method setItem (line 31) | public function setItem(ItemInterface $item) method calculatePrice (line 42) | protected function calculatePrice() method getValue (line 72) | public function getValue() FILE: app/code/Magento/GroupedProduct/Pricing/Price/ConfiguredRegularPrice.php class ConfiguredRegularPrice (line 18) | class ConfiguredRegularPrice extends AbstractPrice implements Configured... method setItem (line 34) | public function setItem(ItemInterface $item): ConfiguredRegularPrice method calculatePrice (line 46) | protected function calculatePrice(): float method getValue (line 77) | public function getValue() FILE: app/code/Magento/GroupedProduct/Pricing/Price/FinalPrice.php class FinalPrice (line 15) | class FinalPrice extends \Magento\Catalog\Pricing\Price\FinalPrice imple... method getValue (line 32) | public function getValue() method getMinProduct (line 45) | public function getMinProduct() FILE: app/code/Magento/GroupedProduct/Setup/Patch/Data/InitializeGroupedProductLinks.php class InitializeGroupedProductLinks (line 20) | class InitializeGroupedProductLinks implements DataPatchInterface, Patch... method __construct (line 37) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 106) | public static function getDependencies() method getVersion (line 114) | public static function getVersion() method getAliases (line 122) | public function getAliases() FILE: app/code/Magento/GroupedProduct/Setup/Patch/Data/UpdateProductRelations.php class UpdateProductRelations (line 20) | class UpdateProductRelations implements DataPatchInterface, PatchVersion... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 74) | public static function getDependencies() method getVersion (line 84) | public static function getVersion() method getAliases (line 92) | public function getAliases() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Adminhtml/Order/Create/SidebarTest.php class SidebarTest (line 8) | class SidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAroundGetItemQtyWhenProductGrouped (line 48) | public function testAroundGetItemQtyWhenProductGrouped() method testAroundGetItemQtyWhenProductNotGrouped (line 64) | public function testAroundGetItemQtyWhenProductNotGrouped() method testAroundIsConfigurationRequiredWhenProductGrouped (line 71) | public function testAroundIsConfigurationRequiredWhenProductGrouped() method testAroundIsConfigurationRequiredWhenProductNotGrouped (line 83) | public function testAroundIsConfigurationRequiredWhenProductNotGrouped() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Adminhtml/Product/Composite/Fieldset/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetProductPositive (line 62) | public function testGetProductPositive() method testGetProductNegative (line 79) | public function testGetProductNegative() method testGetAssociatedProducts (line 117) | public function testGetAssociatedProducts() method testSetPreconfiguredValue (line 147) | public function testSetPreconfiguredValue() method testGetCanShowProductPrice (line 188) | public function testGetCanShowProductPrice() method testGetIsLastFieldsetPositive (line 196) | public function testGetIsLastFieldsetPositive() method testGetIsLastFieldsetNegative (line 212) | public function testGetIsLastFieldsetNegative($options, $expectedResult) method getIsLastFieldsetDataProvider (line 232) | public function getIsLastFieldsetDataProvider() method testGetCurrencyPrice (line 243) | public function testGetCurrencyPrice() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Cart/Item/Renderer/GroupedTest.php class GroupedTest (line 11) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetIdentities (line 30) | public function testGetIdentities() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Product/Grouped/AssociatedProducts/ListAssociatedProductsTest.php class ListAssociatedProductsTest (line 8) | class ListAssociatedProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetAssociatedProducts (line 82) | public function testGetAssociatedProducts() method generateAssociatedProduct (line 153) | protected function generateAssociatedProduct($productKey = 0) FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Product/Grouped/AssociatedProductsTest.php class AssociatedProductsTest (line 8) | class AssociatedProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetParentTab (line 29) | public function testGetParentTab() method testGetTabLabel (line 37) | public function testGetTabLabel() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Product/View/Type/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetAssociatedProducts (line 61) | public function testGetAssociatedProducts() method testSetPreconfiguredValue (line 80) | public function testSetPreconfiguredValue($id) method setPreconfiguredValueDataProvider (line 117) | public function setPreconfiguredValueDataProvider() method testSetPreconfiguredValueIfSuperGroupNotExist (line 122) | public function testSetPreconfiguredValueIfSuperGroupNotExist() FILE: app/code/Magento/GroupedProduct/Test/Unit/Block/Stockqty/Type/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testGetIdentities (line 35) | public function testGetIdentities() FILE: app/code/Magento/GroupedProduct/Test/Unit/Controller/Adminhtml/Edit/PopupTest.php class PopupTest (line 10) | class PopupTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testPopupActionNoProductId (line 87) | public function testPopupActionNoProductId() method testPopupActionWithProductIdNoSetId (line 121) | public function testPopupActionWithProductIdNoSetId() FILE: app/code/Magento/GroupedProduct/Test/Unit/Helper/Product/Configuration/Plugin/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testAroundGetOptionsGroupedProductWithAssociated (line 63) | public function testAroundGetOptionsGroupedProductWithAssociated() method testAroundGetOptionsGroupedProductWithoutAssociated (line 129) | public function testAroundGetOptionsGroupedProductWithoutAssociated() method testAroundGetOptionsAnotherProductType (line 166) | public function testAroundGetOptionsAnotherProductType() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/Cart/Configuration/Plugin/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAroundIsProductConfiguredWhenProductGrouped (line 40) | public function testAroundIsProductConfiguredWhenProductGrouped() method testAroundIsProductConfiguredWhenProductIsNotGrouped (line 61) | public function testAroundIsProductConfiguredWhenProductIsNotGrouped() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/CatalogPriceTest.php class CatalogPriceTest (line 8) | class CatalogPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetCatalogPriceWithDefaultStoreAndWhenProductDoesNotHaveAssociatedProducts (line 65) | public function testGetCatalogPriceWithDefaultStoreAndWhenProductDoesN... method testGetCatalogPriceWithDefaultStoreAndSubProductIsNotSalable (line 88) | public function testGetCatalogPriceWithDefaultStoreAndSubProductIsNotS... method testGetCatalogPriceWithCustomStoreAndSubProductIsSalable (line 131) | public function testGetCatalogPriceWithCustomStoreAndSubProductIsSalab... method testGetCatalogRegularPrice (line 198) | public function testGetCatalogRegularPrice() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/CopyConstructor/GroupedTest.php class GroupedTest (line 8) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBuildWithNonGroupedProductType (line 63) | public function testBuildWithNonGroupedProductType() method testBuild (line 72) | public function testBuild() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/Initialization/Helper/ProductLinks/Plugin/GroupedTest.php class GroupedTest (line 15) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testBeforeInitializeLinksRequestDoesNotHaveGrouped (line 87) | public function testBeforeInitializeLinksRequestDoesNotHaveGrouped($pr... method productTypeDataProvider (line 98) | public function productTypeDataProvider() method testBeforeInitializeLinksRequestHasGrouped (line 110) | public function testBeforeInitializeLinksRequestHasGrouped($linksData) method linksDataProvider (line 150) | public function linksDataProvider() method testBeforeInitializeLinksProductIsReadonly (line 157) | public function testBeforeInitializeLinksProductIsReadonly() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/Type/Grouped/PriceTest.php class PriceTest (line 8) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetFinalPriceIfQtyIsNullAndFinalPriceExist (line 34) | public function testGetFinalPriceIfQtyIsNullAndFinalPriceExist() method testGetFinalPrice (line 60) | public function testGetFinalPrice( method getFinalPriceDataProvider (line 148) | public function getFinalPriceDataProvider() method generateAssociatedProducts (line 179) | protected function generateAssociatedProducts() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/Type/GroupedTest.php class GroupedTest (line 13) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testHasWeightFalse (line 77) | public function testHasWeightFalse() method testGetChildrenIds (line 82) | public function testGetChildrenIds() method testGetParentIdsByChild (line 99) | public function testGetParentIdsByChild() method testGetAssociatedProducts (line 116) | public function testGetAssociatedProducts() method testAddStatusFilter (line 131) | public function testAddStatusFilter($status, $filters, $result) method addStatusFilterDataProvider (line 141) | public function addStatusFilterDataProvider() method testSetSaleableStatus (line 146) | public function testSetSaleableStatus() method testGetStatusFiltersNoData (line 162) | public function testGetStatusFiltersNoData() method testGetStatusFiltersWithData (line 172) | public function testGetStatusFiltersWithData() method testGetAssociatedProductIdsCached (line 183) | public function testGetAssociatedProductIdsCached() method testGetAssociatedProductIdsNonCached (line 195) | public function testGetAssociatedProductIdsNonCached() method testGetAssociatedProductCollection (line 239) | public function testGetAssociatedProductCollection() method testProcessBuyRequest (line 268) | public function testProcessBuyRequest($superGroup, $result) method processBuyRequestDataProvider (line 279) | public function processBuyRequestDataProvider() method testGetChildrenMsrpWhenNoChildrenWithMsrp (line 290) | public function testGetChildrenMsrpWhenNoChildrenWithMsrp() method testPrepareForCartAdvancedEmpty (line 301) | public function testPrepareForCartAdvancedEmpty() method testPrepareForCartAdvancedNoProductsStrictTrue (line 384) | public function testPrepareForCartAdvancedNoProductsStrictTrue() method testPrepareForCartAdvancedNoProductsStrictFalse (line 407) | public function testPrepareForCartAdvancedNoProductsStrictFalse() method testPrepareForCartAdvancedWithProductsStrictFalseStringResult (line 432) | public function testPrepareForCartAdvancedWithProductsStrictFalseStrin... method testPrepareForCartAdvancedWithProductsStrictFalseEmptyArrayResult (line 466) | public function testPrepareForCartAdvancedWithProductsStrictFalseEmpty... method testPrepareForCartAdvancedWithProductsStrictFalse (line 501) | public function testPrepareForCartAdvancedWithProductsStrictFalse() method testPrepareForCartAdvancedWithProductsStrictTrue (line 544) | public function testPrepareForCartAdvancedWithProductsStrictTrue() method testPrepareForCartAdvancedZeroQty (line 590) | public function testPrepareForCartAdvancedZeroQty() method testFlushAssociatedProductsCache (line 612) | public function testFlushAssociatedProductsCache() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Product/Type/PluginTest.php class PluginTest (line 9) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testAfterGetOptionArray (line 33) | public function testAfterGetOptionArray() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/ProductTest.php class ProductTest (line 20) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 160) | protected function setUp() method testGetProductLinks (line 309) | public function testGetProductLinks() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/ResourceModel/Product/Link/RelationPersisterTest.php class RelationPersisterTest (line 15) | class RelationPersisterTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAfterSaveProductLinks (line 77) | public function testAfterSaveProductLinks() method testAroundDeleteProductLink (line 89) | public function testAroundDeleteProductLink() FILE: app/code/Magento/GroupedProduct/Test/Unit/Model/Sales/AdminOrder/Product/Quote/Plugin/InitializerTest.php class InitializerTest (line 16) | class InitializerTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testAfterInit (line 80) | public function testAfterInit() FILE: app/code/Magento/GroupedProduct/Test/Unit/Pricing/Price/ConfiguredPriceTest.php class ConfiguredPriceTest (line 16) | class ConfiguredPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testSetItem (line 86) | public function testSetItem() method testGetValueNoItem (line 94) | public function testGetValueNoItem() method testGetValue (line 110) | public function testGetValue() method testGetAmount (line 204) | public function testGetAmount() FILE: app/code/Magento/GroupedProduct/Test/Unit/Pricing/Price/FinalPriceTest.php class FinalPriceTest (line 12) | class FinalPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetMinProduct (line 52) | public function testGetMinProduct() method testGetValue (line 70) | public function testGetValue() method testGetValueWithoutMinProduct (line 88) | public function testGetValueWithoutMinProduct() method getProductMock (line 109) | protected function getProductMock($price) FILE: app/code/Magento/GroupedProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CustomOptionsTest.php class CustomOptionsTest (line 11) | class CustomOptionsTest extends AbstractModifierTest method createModel (line 16) | protected function createModel() method testModifyDataNotGrouped (line 27) | public function testModifyDataNotGrouped() method testModifyData (line 40) | public function testModifyData() FILE: app/code/Magento/GroupedProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/GroupedTest.php class GroupedTest (line 32) | class GroupedTest extends AbstractModifierTest method setUp (line 101) | protected function setUp() method createModel (line 178) | protected function createModel() method testModifyMeta (line 230) | public function testModifyMeta() method testModifyData (line 238) | public function testModifyData() FILE: app/code/Magento/GroupedProduct/Test/Unit/Ui/DataProvider/Product/GroupedProductDataProviderTest.php class GroupedProductDataProviderTest (line 15) | class GroupedProductDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method getModel (line 81) | protected function getModel() method testGetData (line 97) | public function testGetData() method testGetCollection (line 124) | public function testGetCollection() FILE: app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/CustomOptions.php class CustomOptions (line 16) | class CustomOptions extends AbstractModifier method __construct (line 34) | public function __construct(LocatorInterface $locator, ArrayManager $a... method modifyData (line 43) | public function modifyData(array $data) method modifyMeta (line 60) | public function modifyMeta(array $meta) FILE: app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/Grouped.php class Grouped (line 32) | class Grouped extends AbstractModifier method __construct (line 129) | public function __construct( method modifyData (line 161) | public function modifyData(array $data) method fillData (line 192) | protected function fillData(ProductInterface $linkedProduct, ProductLi... method modifyMeta (line 220) | public function modifyMeta(array $meta) method modifyQtyAndStockStatus (line 257) | protected function modifyQtyAndStockStatus(array $meta) method getChildren (line 305) | protected function getChildren() method getModal (line 320) | protected function getModal() method getListing (line 365) | protected function getListing() method getButtonSet (line 412) | protected function getButtonSet() method getGrid (line 476) | protected function getGrid() method getRows (line 519) | protected function getRows() method fillMeta (line 544) | protected function fillMeta() method getTextColumn (line 644) | protected function getTextColumn($dataScope, $fit, Phrase $label, $sor... FILE: app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/StockData.php class StockData (line 15) | class StockData extends AbstractModifier method __construct (line 25) | public function __construct(LocatorInterface $locator) method modifyData (line 33) | public function modifyData(array $data) method modifyMeta (line 41) | public function modifyMeta(array $meta) FILE: app/code/Magento/GroupedProduct/Ui/DataProvider/Product/GroupedProductDataProvider.php class GroupedProductDataProvider (line 16) | class GroupedProductDataProvider extends ProductDataProvider method __construct (line 49) | public function __construct( method getData (line 83) | public function getData() FILE: app/code/Magento/GroupedProductGraphQl/Model/GroupedProductLinksTypeResolver.php class GroupedProductLinksTypeResolver (line 15) | class GroupedProductLinksTypeResolver implements TypeResolverInterface method resolveType (line 25) | public function resolveType(array $data) : string FILE: app/code/Magento/GroupedProductGraphQl/Model/GroupedProductTypeResolver.php class GroupedProductTypeResolver (line 16) | class GroupedProductTypeResolver implements TypeResolverInterface method resolveType (line 22) | public function resolveType(array $data) : string FILE: app/code/Magento/GroupedProductGraphQl/Model/Resolver/GroupedItems.php class GroupedItems (line 20) | class GroupedItems implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/GroupedProductGraphQl/Model/Resolver/Product/Price/Provider.php class Provider (line 20) | class Provider implements ProviderInterface method getMinimalFinalPrice (line 32) | public function getMinimalFinalPrice(SaleableInterface $product): Amou... method getMinimalRegularPrice (line 40) | public function getMinimalRegularPrice(SaleableInterface $product): Am... method getMaximalFinalPrice (line 48) | public function getMaximalFinalPrice(SaleableInterface $product): Amou... method getMaximalRegularPrice (line 57) | public function getMaximalRegularPrice(SaleableInterface $product): Am... method getRegularPrice (line 66) | public function getRegularPrice(SaleableInterface $product): AmountInt... method getMinimalProductAmount (line 78) | private function getMinimalProductAmount(SaleableInterface $product, s... FILE: app/code/Magento/ImportExport/Api/Data/ExportInfoInterface.php type ExportInfoInterface (line 14) | interface ExportInfoInterface method getFileName (line 21) | public function getFileName(); method setFileName (line 29) | public function setFileName($fileName); method getFileFormat (line 36) | public function getFileFormat(); method setFileFormat (line 44) | public function setFileFormat($fileFormat); method getContentType (line 51) | public function getContentType(); method setContentType (line 59) | public function setContentType($contentType); method getEntity (line 66) | public function getEntity(); method setEntity (line 74) | public function setEntity($entity); method getExportFilter (line 81) | public function getExportFilter(); method setExportFilter (line 89) | public function setExportFilter($exportFilter); FILE: app/code/Magento/ImportExport/Api/Data/ExtendedExportInfoInterface.php type ExtendedExportInfoInterface (line 13) | interface ExtendedExportInfoInterface extends ExportInfoInterface method getSkipAttr (line 20) | public function getSkipAttr(); method setSkipAttr (line 28) | public function setSkipAttr($skipAttr); FILE: app/code/Magento/ImportExport/Api/ExportManagementInterface.php type ExportManagementInterface (line 16) | interface ExportManagementInterface method export (line 24) | public function export(ExportInfoInterface $exportInfo); FILE: app/code/Magento/ImportExport/Block/Adminhtml/Export/Edit.php class Edit (line 18) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 25) | protected function _construct() method getHeaderText (line 40) | public function getHeaderText() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Export/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 34) | public function __construct( method _prepareForm (line 52) | protected function _prepareForm() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Export/Filter.php class Filter (line 18) | class Filter extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 49) | public function __construct( method _construct (line 64) | protected function _construct() method _getDateFromToHtmlWithValue (line 86) | protected function _getDateFromToHtmlWithValue(Attribute $attribute, $... method _getInputHtmlWithValue (line 122) | protected function _getInputHtmlWithValue(Attribute $attribute, $value) method _getMultiSelectHtmlWithValue (line 140) | protected function _getMultiSelectHtmlWithValue(Attribute $attribute, ... method _getNumberFromToHtmlWithValue (line 181) | protected function _getNumberFromToHtmlWithValue(Attribute $attribute,... method getFromAttributePrefix (line 218) | protected function getFromAttributePrefix(Attribute $attribute) method _getSelectHtmlWithValue (line 235) | protected function _getSelectHtmlWithValue(Attribute $attribute, $value) method _prepareColumns (line 277) | protected function _prepareColumns() method decorateFilter (line 349) | public function decorateFilter($value, Attribute $row, \Magento\Framew... method getFilterElementId (line 392) | public function getFilterElementId($attributeCode) method getFilterElementName (line 403) | public function getFilterElementName($attributeCode) method getRowUrl (line 416) | public function getRowUrl($row) method prepareCollection (line 427) | public function prepareCollection(\Magento\Framework\Data\Collection $... FILE: app/code/Magento/ImportExport/Block/Adminhtml/Form/After.php class After (line 16) | class After extends \Magento\Backend\Block\Template method __construct (line 28) | public function __construct( method getOperation (line 42) | public function getOperation() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Grid/Column/Renderer/Download.php class Download (line 13) | class Download extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method _getValue (line 21) | public function _getValue(\Magento\Framework\DataObject $row) FILE: app/code/Magento/ImportExport/Block/Adminhtml/Grid/Column/Renderer/Error.php class Error (line 13) | class Error extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Text method _getValue (line 21) | public function _getValue(\Magento\Framework\DataObject $row) FILE: app/code/Magento/ImportExport/Block/Adminhtml/History.php class History (line 15) | class History extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit.php class Edit (line 18) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 25) | protected function _construct() method getHeaderText (line 46) | public function getHeaderText() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Before.php class Before (line 18) | class Before extends \Magento\Backend\Block\Template method __construct (line 38) | public function __construct( method getEntityBehaviors (line 54) | public function getEntityBehaviors() method getEntityBehaviorsNotes (line 68) | public function getEntityBehaviorsNotes() method getUniqueBehaviors (line 82) | public function getUniqueBehaviors() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php class Form (line 17) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 51) | public function __construct( method _prepareForm (line 75) | protected function _prepareForm() method getDownloadSampleFileHtml (line 269) | protected function getDownloadSampleFileHtml() method getImportBehaviorTooltip (line 282) | private function getImportBehaviorTooltip() FILE: app/code/Magento/ImportExport/Block/Adminhtml/Import/Frame/Result.php class Result (line 16) | class Result extends \Magento\Backend\Block\Template method __construct (line 57) | public function __construct( method addAction (line 74) | public function addAction($actionName, $elementId, $value = null) method addError (line 98) | public function addError($message) method addNotice (line 117) | public function addNotice($message, $appendImportButton = false) method addSuccess (line 136) | public function addSuccess($message, $appendImportButton = false) method getImportButtonHtml (line 153) | public function getImportButtonHtml() method getImportStartUrl (line 171) | public function getImportStartUrl() method getMessages (line 181) | public function getMessages() method getMessagesHtml (line 191) | public function getMessagesHtml() method getResponseJson (line 211) | public function getResponseJson() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export.php class Export (line 13) | abstract class Export extends Action FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export/Export.php class Export (line 22) | class Export extends ExportController implements HttpPostActionInterface method __construct (line 51) | public function __construct( method execute (line 75) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Delete.php class Delete (line 23) | class Delete extends ExportController implements HttpPostActionInterface method __construct (line 46) | public function __construct( method execute (line 62) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Download.php class Download (line 21) | class Download extends ExportController implements HttpGetActionInterface method __construct (line 44) | public function __construct( method execute (line 60) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export/GetFilter.php class GetFilter (line 13) | class GetFilter extends ExportController implements HttpGetActionInterfa... method execute (line 20) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Export/Index.php class Index (line 12) | class Index extends ExportController implements HttpGetActionInterface method execute (line 19) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/History.php class History (line 13) | abstract class History extends Action FILE: app/code/Magento/ImportExport/Controller/Adminhtml/History/Download.php class Download (line 14) | class Download extends \Magento\ImportExport\Controller\Adminhtml\Histor... method __construct (line 31) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/History/Index.php class Index (line 11) | class Index extends HistoryController method execute (line 18) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Import.php class Import (line 15) | abstract class Import extends Action FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Import/Download.php class Download (line 17) | class Download extends ImportController method __construct (line 55) | public function __construct( method execute (line 80) | public function execute() method getResultRedirect (line 117) | private function getResultRedirect(): Redirect FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Import/Index.php class Index (line 12) | class Index extends ImportController implements HttpGetActionInterface method execute (line 19) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Import/Start.php class Start (line 19) | class Start extends ImportResultController implements HttpPostActionInte... method __construct (line 45) | public function __construct( method execute (line 67) | public function execute() FILE: app/code/Magento/ImportExport/Controller/Adminhtml/Import/Validate.php class Validate (line 20) | class Validate extends ImportResultController implements HttpPostActionI... method execute (line 33) | public function execute() method processValidationResult (line 77) | private function processValidationResult($validationResult, $resultBlock) method getImport (line 120) | private function getImport() method addMessageToSkipErrors (line 138) | private function addMessageToSkipErrors(Result $resultBlock) method addMessageForValidResult (line 159) | private function addMessageForValidResult(Result $resultBlock) method collectErrors (line 178) | private function collectErrors(Result $resultBlock) FILE: app/code/Magento/ImportExport/Controller/Adminhtml/ImportResult.php class ImportResult (line 16) | abstract class ImportResult extends Import method __construct (line 46) | public function __construct( method addErrorMessages (line 63) | protected function addErrorMessages( method getErrorMessages (line 107) | protected function getErrorMessages(ProcessingErrorAggregatorInterface... method getSystemExceptions (line 121) | protected function getSystemExceptions(ProcessingErrorAggregatorInterf... method createErrorReport (line 130) | protected function createErrorReport(ProcessingErrorAggregatorInterfac... method createDownloadUrlImportHistoryFile (line 147) | protected function createDownloadUrlImportHistoryFile($fileName) FILE: app/code/Magento/ImportExport/Helper/Data.php class Data (line 15) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 33) | public function __construct( method getMaxUploadSizeMessage (line 48) | public function getMaxUploadSizeMessage() method getLocalValidPaths (line 64) | public function getLocalValidPaths() method getBunchSize (line 78) | public function getBunchSize() FILE: app/code/Magento/ImportExport/Helper/Report.php class Report (line 18) | class Report extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 37) | public function __construct( method getExecutionTime (line 53) | public function getExecutionTime($time) method getSummaryStats (line 66) | public function getSummaryStats(\Magento\ImportExport\Model\Import $im... method importFileExists (line 83) | public function importFileExists($filename) method getReportOutput (line 94) | public function getReportOutput($filename) method getReportAbsolutePath (line 105) | public function getReportAbsolutePath($fileName) method getReportSize (line 116) | public function getReportSize($filename) method getFilePath (line 128) | protected function getFilePath($filename) method getDelimiter (line 142) | public function getDelimiter() FILE: app/code/Magento/ImportExport/Model/AbstractModel.php class AbstractModel (line 15) | abstract class AbstractModel extends \Magento\Framework\DataObject method __construct (line 53) | public function __construct( method addLogComment (line 70) | public function addLogComment($debugData) method getFormatedLogTrace (line 90) | public function getFormatedLogTrace() FILE: app/code/Magento/ImportExport/Model/Export.php class Export (line 18) | class Export extends \Magento\ImportExport\Model\AbstractModel method __construct (line 90) | public function __construct( method _getEntityAdapter (line 111) | protected function _getEntityAdapter() method _getWriter (line 157) | protected function _getWriter() method export (line 192) | public function export() method filterAttributeCollection (line 216) | public function filterAttributeCollection(\Magento\Framework\Data\Coll... method getAttributeFilterType (line 229) | public static function getAttributeFilterType(\Magento\Eav\Model\Entit... method getStaticAttributeFilterType (line 256) | public static function getStaticAttributeFilterType(\Magento\Eav\Model... method getContentType (line 286) | public function getContentType() method getEntity (line 297) | public function getEntity() method getEntityAttributeCollection (line 310) | public function getEntityAttributeCollection() method getFileFormat (line 321) | public function getFileFormat() method getFileName (line 334) | public function getFileName() FILE: app/code/Magento/ImportExport/Model/Export/AbstractEntity.php class AbstractEntity (line 20) | abstract class AbstractEntity method __construct (line 180) | public function __construct( method _initStores (line 210) | protected function _initStores() method _initWebsites (line 228) | protected function _initWebsites($withDefault = false) method addRowError (line 244) | public function addRowError($errorCode, $errorRowNum) method addMessageTemplate (line 262) | public function addMessageTemplate($errorCode, $message) method retrieveMessageTemplate (line 275) | public function retrieveMessageTemplate($errorCode) method export (line 288) | abstract public function export(); method exportItem (line 296) | abstract public function exportItem($item); method _exportCollectionByPages (line 304) | protected function _exportCollectionByPages(\Magento\Framework\Data\Co... method _getExportAttributeCodes (line 314) | protected function _getExportAttributeCodes() method getEntityTypeCode (line 347) | abstract public function getEntityTypeCode(); method _getHeaderColumns (line 354) | abstract protected function _getHeaderColumns(); method _getEntityCollection (line 361) | abstract protected function _getEntityCollection(); method getAttributeCollection (line 368) | public function getAttributeCollection() method filterAttributeCollection (line 379) | public function filterAttributeCollection(\Magento\Framework\Data\Coll... method getErrorMessages (line 396) | public function getErrorMessages() method getErrorsCount (line 420) | public function getErrorsCount() method getInvalidRowsCount (line 430) | public function getInvalidRowsCount() method getProcessedEntitiesCount (line 440) | public function getProcessedEntitiesCount() method getProcessedRowsCount (line 450) | public function getProcessedRowsCount() method getWriter (line 461) | public function getWriter() method setParameters (line 476) | public function setParameters(array $parameters) method setWriter (line 489) | public function setWriter(AbstractAdapter $writer) method setFileName (line 502) | public function setFileName($fileName) method getFileName (line 512) | public function getFileName() method getDisabledAttributes (line 522) | public function getDisabledAttributes() FILE: app/code/Magento/ImportExport/Model/Export/Adapter/AbstractAdapter.php class AbstractAdapter (line 17) | abstract class AbstractAdapter method __construct (line 46) | public function __construct( method _init (line 79) | protected function _init() method getContents (line 89) | public function getContents() method getContentType (line 99) | public function getContentType() method getFileExtension (line 109) | public function getFileExtension() method setHeaderCols (line 121) | public function setHeaderCols(array $headerColumns) method writeRow (line 132) | abstract public function writeRow(array $rowData); FILE: app/code/Magento/ImportExport/Model/Export/Adapter/Csv.php class Csv (line 14) | class Csv extends \Magento\ImportExport\Model\Export\Adapter\AbstractAda... method __construct (line 40) | public function __construct(\Magento\Framework\Filesystem $filesystem,... method destruct (line 51) | public function destruct() method _init (line 63) | protected function _init() method getContentType (line 74) | public function getContentType() method getFileExtension (line 84) | public function getFileExtension() method setHeaderCols (line 96) | public function setHeaderCols(array $headerColumns) method writeRow (line 117) | public function writeRow(array $rowData) FILE: app/code/Magento/ImportExport/Model/Export/Adapter/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/ImportExport/Model/Export/Config.php class Config (line 13) | class Config extends \Magento\Framework\Config\Data implements \Magento\... method __construct (line 23) | public function __construct( method getEntities (line 37) | public function getEntities() method getEntityTypes (line 48) | public function getEntityTypes($entity) method getFileFormats (line 59) | public function getFileFormats() FILE: app/code/Magento/ImportExport/Model/Export/Config/Converter.php class Converter (line 14) | class Converter implements \Magento\Framework\Config\ConverterInterface method __construct (line 24) | public function __construct(Manager $moduleManager) method convert (line 36) | public function convert($source) FILE: app/code/Magento/ImportExport/Model/Export/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 31) | public function __construct( FILE: app/code/Magento/ImportExport/Model/Export/Config/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 29) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 41) | public function getSchema() method getPerFileSchema (line 51) | public function getPerFileSchema() FILE: app/code/Magento/ImportExport/Model/Export/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getEntities (line 21) | public function getEntities(); method getFileFormats (line 28) | public function getFileFormats(); method getEntityTypes (line 36) | public function getEntityTypes($entity); FILE: app/code/Magento/ImportExport/Model/Export/Consumer.php class Consumer (line 21) | class Consumer method __construct (line 50) | public function __construct( method process (line 68) | public function process(ExportInfoInterface $exportInfo) FILE: app/code/Magento/ImportExport/Model/Export/Entity/AbstractEav.php class AbstractEav (line 22) | abstract class AbstractEav extends \Magento\ImportExport\Model\Export\Ab... method __construct (line 67) | public function __construct( method _initAttributeValues (line 91) | protected function _initAttributeValues() method _initAttributeTypes (line 106) | protected function _initAttributeTypes() method _prepareEntityCollection (line 121) | protected function _prepareEntityCollection(AbstractCollection $collec... method filterEntityCollection (line 135) | public function filterEntityCollection(AbstractCollection $collection) method _addAttributesToCollection (line 219) | protected function _addAttributesToCollection(AbstractCollection $coll... method getAttributeOptions (line 232) | public function getAttributeOptions(AbstractAttribute $attribute) method getEntityTypeId (line 265) | public function getEntityTypeId() method _addAttributeValuesToRow (line 277) | protected function _addAttributeValuesToRow(\Magento\Framework\Model\A... method isMultiselect (line 305) | private function isMultiselect($attributeCode) method getAttributeValueById (line 318) | private function getAttributeValueById($attributeCode, $valueId) FILE: app/code/Magento/ImportExport/Model/Export/Entity/AbstractEntity.php class AbstractEntity (line 20) | abstract class AbstractEntity method __construct (line 157) | public function __construct( method _initStores (line 175) | protected function _initStores() method _getHeaderColumns (line 191) | abstract protected function _getHeaderColumns(); method _getEntityCollection (line 199) | abstract protected function _getEntityCollection($resetCollection = fa... method _getExportAttrCodes (line 206) | protected function _getExportAttrCodes() method _initAttrValues (line 240) | protected function _initAttrValues() method _prepareEntityCollection (line 255) | protected function _prepareEntityCollection(\Magento\Eav\Model\Entity\... method addRowError (line 338) | public function addRowError($errorCode, $errorRowNum) method addMessageTemplate (line 356) | public function addMessageTemplate($errorCode, $message) method retrieveMessageTemplate (line 369) | public function retrieveMessageTemplate($errorCode) method export (line 382) | abstract public function export(); method filterAttributeCollection (line 390) | public function filterAttributeCollection(\Magento\Eav\Model\ResourceM... method getAttributeCollection (line 407) | abstract public function getAttributeCollection(); method getAttributeOptions (line 415) | public function getAttributeOptions(\Magento\Eav\Model\Entity\Attribut... method getEntityTypeCode (line 448) | abstract public function getEntityTypeCode(); method getEntityTypeId (line 455) | public function getEntityTypeId() method getErrorMessages (line 465) | public function getErrorMessages() method getErrorsCount (line 487) | public function getErrorsCount() method getInvalidRowsCount (line 497) | public function getInvalidRowsCount() method getProcessedEntitiesCount (line 507) | public function getProcessedEntitiesCount() method getProcessedRowsCount (line 517) | public function getProcessedRowsCount() method getWriter (line 528) | public function getWriter() method setParameters (line 542) | public function setParameters(array $parameters) method setWriter (line 555) | public function setWriter(AbstractAdapter $writer) method __destruct (line 566) | public function __destruct() FILE: app/code/Magento/ImportExport/Model/Export/Entity/ExportInfo.php class ExportInfo (line 15) | class ExportInfo implements ExtendedExportInfoInterface method getFileFormat (line 50) | public function getFileFormat() method setFileFormat (line 58) | public function setFileFormat($fileFormat) method getFileName (line 66) | public function getFileName() method setFileName (line 74) | public function setFileName($fileName) method getContentType (line 82) | public function getContentType() method setContentType (line 90) | public function setContentType($contentType) method getEntity (line 98) | public function getEntity() method setEntity (line 106) | public function setEntity($entity) method getExportFilter (line 114) | public function getExportFilter() method setExportFilter (line 122) | public function setExportFilter($exportFilter) method getSkipAttr (line 130) | public function getSkipAttr() method setSkipAttr (line 138) | public function setSkipAttr($skipAttr) FILE: app/code/Magento/ImportExport/Model/Export/Entity/ExportInfoFactory.php class ExportInfoFactory (line 22) | class ExportInfoFactory method __construct (line 65) | public function __construct( method create (line 91) | public function create($fileFormat, $entity, $exportFilter, $skipAttr) method generateFileName (line 122) | private function generateFileName($entity, $entityAdapter, $fileExtens... method getEntityAdapter (line 146) | private function getEntityAdapter($entity, $fileFormat, $exportFilter,... method getWriter (line 197) | private function getWriter($fileFormat) FILE: app/code/Magento/ImportExport/Model/Export/Entity/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/ImportExport/Model/Export/ExportManagement.php class ExportManagement (line 19) | class ExportManagement implements ExportManagementInterface method __construct (line 42) | public function __construct( method export (line 59) | public function export(ExportInfoInterface $exportInfo) FILE: app/code/Magento/ImportExport/Model/Export/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/ImportExport/Model/History.php class History (line 16) | class History extends \Magento\Framework\Model\AbstractModel method __construct (line 61) | public function __construct( method _construct (line 81) | protected function _construct() method addReport (line 92) | public function addReport($filename) method addErrorReportFile (line 107) | public function addErrorReportFile($filename) method updateReport (line 121) | public function updateReport(Import $import, $updateSummary = false) method invalidateReport (line 143) | public function invalidateReport(Import $import) method getId (line 158) | public function getId() method getStartedAt (line 168) | public function getStartedAt() method getUserId (line 178) | public function getUserId() method getImportedFile (line 188) | public function getImportedFile() method getErrorFile (line 198) | public function getErrorFile() method getExecutionTime (line 208) | public function getExecutionTime() method getSummary (line 218) | public function getSummary() method setId (line 229) | public function setId($id) method setStartedAt (line 240) | public function setStartedAt($startedAt) method setUserId (line 251) | public function setUserId($userId) method setImportedFile (line 262) | public function setImportedFile($importedFile) method setErrorFile (line 273) | public function setErrorFile($errorFile) method setExecutionTime (line 284) | public function setExecutionTime($executionTime) method setSummary (line 295) | public function setSummary($summary) method loadLastInsertItem (line 305) | public function loadLastInsertItem() method getAdminId (line 317) | protected function getAdminId() method getLastItemId (line 331) | protected function getLastItemId() FILE: app/code/Magento/ImportExport/Model/Import.php class Import (line 52) | class Import extends AbstractModel method __construct (line 222) | public function __construct( method _getEntityAdapter (line 267) | protected function _getEntityAdapter() method _getSourceAdapter (line 313) | protected function _getSourceAdapter($sourceFile) method getOperationResultMessages (line 329) | public function getOperationResultMessages(ProcessingErrorAggregatorIn... method getAttributeType (line 374) | public static function getAttributeType(AbstractAttribute $attribute) method getDataSourceModel (line 391) | public function getDataSourceModel() method getDefaultBehavior (line 402) | public static function getDefaultBehavior() method getEntity (line 413) | public function getEntity() method getProcessedEntitiesCount (line 432) | public function getProcessedEntitiesCount() method getProcessedRowsCount (line 443) | public function getProcessedRowsCount() method getWorkingDir (line 453) | public function getWorkingDir() method importSource (line 464) | public function importSource() method processImport (line 521) | protected function processImport() method isImportAllowed (line 532) | public function isImportAllowed() method getErrorAggregator (line 543) | public function getErrorAggregator() method uploadSource (line 554) | public function uploadSource() method uploadFileAndGetSource (line 618) | public function uploadFileAndGetSource() method _removeBom (line 638) | protected function _removeBom($sourceFile) method validateSource (line 658) | public function validateSource(AbstractSource $source) method invalidateIndex (line 697) | public function invalidateIndex() method getEntityBehaviors (line 732) | public function getEntityBehaviors() method getUniqueEntityBehaviors (line 765) | public function getUniqueEntityBehaviors() method isReportEntityType (line 785) | public function isReportEntityType($entity = null) method createHistoryReport (line 820) | protected function createHistoryReport($sourceFileRelative, $entity, $... method getCreatedItemsCount (line 857) | public function getCreatedItemsCount() method getUpdatedItemsCount (line 868) | public function getUpdatedItemsCount() method getDeletedItemsCount (line 879) | public function getDeletedItemsCount() FILE: app/code/Magento/ImportExport/Model/Import/AbstractEntity.php class AbstractEntity (line 24) | abstract class AbstractEntity method __construct (line 296) | public function __construct( method getErrorAggregator (line 340) | public function getErrorAggregator() method _importData (line 351) | abstract protected function _importData(); method getEntityTypeCode (line 359) | abstract public function getEntityTypeCode(); method _prepareRowForDb (line 367) | protected function _prepareRowForDb(array $rowData) method addErrors (line 389) | protected function addErrors($code, $errors) method _saveValidatedBunches (line 408) | protected function _saveValidatedBunches() method getSerializer (line 496) | private function getSerializer() method addRowError (line 515) | public function addRowError( method addMessageTemplate (line 543) | public function addMessageTemplate($errorCode, $message) method getBehavior (line 556) | public function getBehavior(array $rowData = null) method getDefaultBehavior (line 594) | public static function getDefaultBehavior() method getProcessedEntitiesCount (line 604) | public function getProcessedEntitiesCount() method getProcessedRowsCount (line 614) | public function getProcessedRowsCount() method getSource (line 625) | public function getSource() method importData (line 638) | public function importData() method isAttributeParticular (line 649) | public function isAttributeParticular($attributeCode) method getMasterAttributeCode (line 657) | public function getMasterAttributeCode() method isAttributeValid (line 673) | public function isAttributeValid( method isImportAllowed (line 748) | public function isImportAllowed() method isRowAllowedToImport (line 760) | public function isRowAllowedToImport(array $rowData, $rowNumber) method isNeedToLogInHistory (line 770) | public function isNeedToLogInHistory() method validateRow (line 782) | abstract public function validateRow(array $rowData, $rowNumber); method setParameters (line 790) | public function setParameters(array $parameters) method setSource (line 802) | public function setSource(AbstractSource $source) method validateData (line 816) | public function validateData() method getCreatedItemsCount (line 858) | public function getCreatedItemsCount() method getUpdatedItemsCount (line 868) | public function getUpdatedItemsCount() method getDeletedItemsCount (line 878) | public function getDeletedItemsCount() method updateItemsCounterStats (line 891) | protected function updateItemsCounterStats(array $created = [], array ... method getValidColumnNames (line 904) | public function getValidColumnNames() FILE: app/code/Magento/ImportExport/Model/Import/AbstractSource.php class AbstractSource (line 16) | abstract class AbstractSource implements \SeekableIterator method __construct (line 57) | public function __construct(array $colNames) method getColNames (line 74) | public function getColNames() method current (line 86) | public function current() method next (line 104) | public function next() method _getNextRow (line 123) | abstract protected function _getNextRow(); method key (line 130) | public function key() method valid (line 140) | public function valid() method rewind (line 150) | public function rewind() method seek (line 164) | public function seek($position) FILE: app/code/Magento/ImportExport/Model/Import/Adapter.php class Adapter (line 15) | class Adapter method factory (line 29) | public static function factory($type, $directory, $source, $options = ... method findAdapterFor (line 62) | public static function findAdapterFor($source, $directory, $options = ... FILE: app/code/Magento/ImportExport/Model/Import/Config.php class Config (line 13) | class Config extends \Magento\Framework\Config\Data implements \Magento\... method __construct (line 23) | public function __construct( method getEntities (line 37) | public function getEntities() method getEntityTypes (line 48) | public function getEntityTypes($entity) method getRelatedIndexers (line 60) | public function getRelatedIndexers($entity) FILE: app/code/Magento/ImportExport/Model/Import/Config/Converter.php class Converter (line 14) | class Converter implements \Magento\Framework\Config\ConverterInterface method __construct (line 24) | public function __construct(Manager $moduleManager) method convert (line 36) | public function convert($source) FILE: app/code/Magento/ImportExport/Model/Import/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 31) | public function __construct( FILE: app/code/Magento/ImportExport/Model/Import/Config/SchemaLocator.php class SchemaLocator (line 10) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 29) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 41) | public function getSchema() method getPerFileSchema (line 51) | public function getPerFileSchema() FILE: app/code/Magento/ImportExport/Model/Import/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getEntities (line 21) | public function getEntities(); method getEntityTypes (line 29) | public function getEntityTypes($entity); method getRelatedIndexers (line 37) | public function getRelatedIndexers($entity); FILE: app/code/Magento/ImportExport/Model/Import/Entity/AbstractEav.php class AbstractEav (line 18) | abstract class AbstractEav extends \Magento\ImportExport\Model\Import\Ab... method __construct (line 95) | public function __construct( method getWebsiteId (line 129) | public function getWebsiteId($websiteCode) method _initWebsites (line 144) | protected function _initWebsites($withDefault = false) method _initStores (line 159) | protected function _initStores($withDefault = false) method _initAttributes (line 173) | protected function _initAttributes() method getEntityTypeId (line 197) | public function getEntityTypeId() method getAttributeOptions (line 209) | public function getAttributeOptions( method getAttributeCollection (line 247) | public function getAttributeCollection() FILE: app/code/Magento/ImportExport/Model/Import/Entity/AbstractEntity.php class AbstractEntity (line 26) | abstract class AbstractEntity method __construct (line 278) | public function __construct( method _getSource (line 311) | protected function _getSource() method _importData (line 325) | abstract protected function _importData(); method _isRowScopeDefault (line 334) | protected function _isRowScopeDefault(array $rowData) method _prepareRowForDb (line 345) | protected function _prepareRowForDb(array $rowData) method addErrors (line 367) | protected function addErrors($code, $errors) method _saveValidatedBunches (line 385) | protected function _saveValidatedBunches() method getSerializer (line 454) | private function getSerializer() method addRowError (line 473) | public function addRowError( method addMessageTemplate (line 501) | public function addMessageTemplate($errorCode, $message) method getAttributeOptions (line 515) | public function getAttributeOptions( method getBehavior (line 553) | public function getBehavior() method getEntityTypeCode (line 575) | abstract public function getEntityTypeCode(); method getEntityTypeId (line 582) | public function getEntityTypeId() method getProcessedEntitiesCount (line 592) | public function getProcessedEntitiesCount() method getProcessedRowsCount (line 602) | public function getProcessedRowsCount() method getSource (line 613) | public function getSource() method importData (line 626) | public function importData() method isAttributeParticular (line 637) | public function isAttributeParticular($attrCode) method isAttributeValid (line 652) | public function isAttributeValid($attrCode, array $attrParams, array $... method isImportAllowed (line 701) | public function isImportAllowed() method isRowAllowedToImport (line 713) | public function isRowAllowedToImport(array $rowData, $rowNum) method retrieveMessageTemplate (line 725) | public function retrieveMessageTemplate($errorCode) method isNeedToLogInHistory (line 738) | public function isNeedToLogInHistory() method validateRow (line 750) | abstract public function validateRow(array $rowData, $rowNum); method setParameters (line 758) | public function setParameters(array $params) method getParameters (line 769) | public function getParameters() method setSource (line 780) | public function setSource(AbstractSource $source) method validateData (line 795) | public function validateData() method getErrorAggregator (line 839) | public function getErrorAggregator() method getCreatedItemsCount (line 849) | public function getCreatedItemsCount() method getUpdatedItemsCount (line 859) | public function getUpdatedItemsCount() method getDeletedItemsCount (line 869) | public function getDeletedItemsCount() method getValidColumnNames (line 879) | public function getValidColumnNames() method getMetadataPool (line 890) | protected function getMetadataPool() FILE: app/code/Magento/ImportExport/Model/Import/Entity/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/ImportExport/Model/Import/ErrorProcessing/ProcessingError.php class ProcessingError (line 15) | class ProcessingError method init (line 61) | public function init( method getErrorCode (line 80) | public function getErrorCode() method getErrorMessage (line 88) | public function getErrorMessage() method getRowNumber (line 96) | public function getRowNumber() method getColumnName (line 104) | public function getColumnName() method getErrorLevel (line 112) | public function getErrorLevel() method getErrorDescription (line 120) | public function getErrorDescription() FILE: app/code/Magento/ImportExport/Model/Import/ErrorProcessing/ProcessingErrorAggregator.php class ProcessingErrorAggregator (line 12) | class ProcessingErrorAggregator implements ProcessingErrorAggregatorInte... method __construct (line 57) | public function __construct( method addError (line 74) | public function addError( method addRowToSkip (line 106) | public function addRowToSkip($rowNumber) method processInvalidRow (line 122) | protected function processInvalidRow($rowNumber) method addErrorMessageTemplate (line 141) | public function addErrorMessageTemplate($code, $template) method isRowInvalid (line 154) | public function isRowInvalid($rowNumber) method getInvalidRowsCount (line 164) | public function getInvalidRowsCount() method initValidationStrategy (line 177) | public function initValidationStrategy($validationStrategy, $allowedEr... method hasToBeTerminated (line 199) | public function hasToBeTerminated() method isErrorLimitExceeded (line 209) | public function isErrorLimitExceeded() method hasFatalExceptions (line 228) | public function hasFatalExceptions() method getAllErrors (line 238) | public function getAllErrors() method getErrorsByCode (line 258) | public function getErrorsByCode(array $codes) method getErrorByRowNumber (line 276) | public function getErrorByRowNumber($rowNumber) method getRowsGroupedByErrorCode (line 294) | public function getRowsGroupedByErrorCode( method getAllowedErrorsCount (line 327) | public function getAllowedErrorsCount() method getErrorsCount (line 338) | public function getErrorsCount( method clear (line 357) | public function clear() method isErrorAlreadyAdded (line 375) | protected function isErrorAlreadyAdded($rowNum, $errorCode, $columnNam... method getErrorMessage (line 394) | protected function getErrorMessage($errorCode, $errorMessage, $columnN... method processErrorStatistics (line 415) | protected function processErrorStatistics($errorLevel) FILE: app/code/Magento/ImportExport/Model/Import/ErrorProcessing/ProcessingErrorAggregatorInterface.php type ProcessingErrorAggregatorInterface (line 15) | interface ProcessingErrorAggregatorInterface method addError (line 31) | public function addError( method addRowToSkip (line 46) | public function addRowToSkip($rowNumber); method addErrorMessageTemplate (line 55) | public function addErrorMessageTemplate($code, $template); method isRowInvalid (line 63) | public function isRowInvalid($rowNumber); method getInvalidRowsCount (line 70) | public function getInvalidRowsCount(); method initValidationStrategy (line 80) | public function initValidationStrategy($validationStrategy, $allowedEr... method hasToBeTerminated (line 87) | public function hasToBeTerminated(); method isErrorLimitExceeded (line 94) | public function isErrorLimitExceeded(); method hasFatalExceptions (line 101) | public function hasFatalExceptions(); method getAllErrors (line 108) | public function getAllErrors(); method getErrorsByCode (line 116) | public function getErrorsByCode(array $codes); method getErrorByRowNumber (line 124) | public function getErrorByRowNumber($rowNumber); method getRowsGroupedByErrorCode (line 134) | public function getRowsGroupedByErrorCode( method getAllowedErrorsCount (line 145) | public function getAllowedErrorsCount(); method getErrorsCount (line 153) | public function getErrorsCount( method clear (line 165) | public function clear(); FILE: app/code/Magento/ImportExport/Model/Import/ImageDirectoryBaseProvider.php class ImageDirectoryBaseProvider (line 19) | class ImageDirectoryBaseProvider method __construct (line 35) | public function __construct(ScopeConfigInterface $config, Filesystem $... method getDirectory (line 46) | public function getDirectory(): ReadInterface method getDirectoryRelativePath (line 60) | public function getDirectoryRelativePath(): string FILE: app/code/Magento/ImportExport/Model/Import/SampleFileProvider.php class SampleFileProvider (line 18) | class SampleFileProvider method __construct (line 41) | public function __construct( method getSize (line 58) | public function getSize(string $entityName) method getFileContents (line 75) | public function getFileContents(string $entityName): string method getPath (line 87) | private function getPath(string $entityName): string method getDirectoryRead (line 107) | private function getDirectoryRead(string $entityName): ReadInterface method getModuleName (line 121) | private function getModuleName(string $entityName): string FILE: app/code/Magento/ImportExport/Model/Import/Source/Csv.php class Csv (line 11) | class Csv extends \Magento\ImportExport\Model\Import\AbstractSource method __construct (line 41) | public function __construct( method destruct (line 65) | public function destruct() method _getNextRow (line 77) | protected function _getNextRow() method rewind (line 98) | public function rewind() FILE: app/code/Magento/ImportExport/Model/Import/Source/Zip.php class Zip (line 13) | class Zip extends Csv method __construct (line 22) | public function __construct( FILE: app/code/Magento/ImportExport/Model/Report/Csv.php class Csv (line 16) | class Csv implements ReportProcessorInterface method __construct (line 50) | public function __construct( method createReport (line 69) | public function createReport( method retrieveErrorMessagesByRowNumber (line 99) | public function retrieveErrorMessagesByRowNumber($rowNumber, Processin... method generateOutputFileName (line 118) | protected function generateOutputFileName($sourceFile) method createSourceCsvModel (line 128) | protected function createSourceCsvModel($sourceFile) method createOutputCsvModel (line 143) | protected function createOutputCsvModel($outputFileName) FILE: app/code/Magento/ImportExport/Model/Report/ReportProcessorInterface.php type ReportProcessorInterface (line 14) | interface ReportProcessorInterface method createReport (line 22) | public function createReport( FILE: app/code/Magento/ImportExport/Model/ResourceModel/CollectionByPagesIterator.php class CollectionByPagesIterator (line 14) | class CollectionByPagesIterator method iterate (line 24) | public function iterate(\Magento\Framework\Data\Collection\AbstractDb ... FILE: app/code/Magento/ImportExport/Model/ResourceModel/Helper.php class Helper (line 14) | class Helper extends \Magento\Framework\DB\Helper method __construct (line 30) | public function __construct(\Magento\Framework\App\ResourceConnection ... method getMaxDataSize (line 40) | public function getMaxDataSize() method getNextAutoincrement (line 53) | public function getNextAutoincrement($tableName) FILE: app/code/Magento/ImportExport/Model/ResourceModel/History.php class History (line 14) | class History extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method getLastInsertedId (line 32) | public function getLastInsertedId($userId) FILE: app/code/Magento/ImportExport/Model/ResourceModel/History/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 30) | protected function _construct() method _initSelect (line 44) | protected function _initSelect() FILE: app/code/Magento/ImportExport/Model/ResourceModel/Import/Data.php class Data (line 14) | class Data extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb ... method __construct (line 35) | public function __construct( method _construct (line 49) | protected function _construct() method getIterator (line 59) | public function getIterator() method cleanBunches (line 82) | public function cleanBunches() method getBehavior (line 92) | public function getBehavior() method getEntityTypeCode (line 102) | public function getEntityTypeCode() method getUniqueColumnData (line 114) | public function getUniqueColumnData($code) method getNextBunch (line 132) | public function getNextBunch() method saveBunch (line 160) | public function saveBunch($entity, $behavior, array $data) FILE: app/code/Magento/ImportExport/Model/Source/Export/Entity.php class Entity (line 14) | class Entity implements \Magento\Framework\Option\ArrayInterface method __construct (line 24) | public function __construct(\Magento\ImportExport\Model\Export\ConfigI... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/ImportExport/Model/Source/Export/Format.php class Format (line 14) | class Format implements \Magento\Framework\Option\ArrayInterface method __construct (line 24) | public function __construct(\Magento\ImportExport\Model\Export\ConfigI... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/ImportExport/Model/Source/Import/AbstractBehavior.php class AbstractBehavior (line 14) | abstract class AbstractBehavior implements \Magento\Framework\Option\Arr... method toArray (line 22) | abstract public function toArray(); method toOptionArray (line 29) | public function toOptionArray() method getCode (line 47) | abstract public function getCode(); method getNotes (line 56) | public function getNotes($entityCode) FILE: app/code/Magento/ImportExport/Model/Source/Import/Behavior/Basic.php class Basic (line 16) | class Basic extends \Magento\ImportExport\Model\Source\Import\AbstractBe... method toArray (line 21) | public function toArray() method getCode (line 33) | public function getCode() method getNotes (line 41) | public function getNotes($entityCode) FILE: app/code/Magento/ImportExport/Model/Source/Import/Behavior/Custom.php class Custom (line 14) | class Custom extends \Magento\ImportExport\Model\Source\Import\AbstractB... method toArray (line 19) | public function toArray() method getCode (line 31) | public function getCode() FILE: app/code/Magento/ImportExport/Model/Source/Import/Behavior/Factory.php class Factory (line 12) | class Factory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className) FILE: app/code/Magento/ImportExport/Model/Source/Import/Entity.php class Entity (line 14) | class Entity implements \Magento\Framework\Option\ArrayInterface method __construct (line 24) | public function __construct(\Magento\ImportExport\Model\Import\ConfigI... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/ImportExport/Test/Unit/Block/Adminhtml/Export/FilterTest.php class FilterTest (line 13) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 130) | protected function setUp() method testDecorateFilter (line 202) | public function testDecorateFilter($attributeData, $backendType, $colu... method decorateFilterDataProvider (line 242) | public function decorateFilterDataProvider() method testPrepareForm (line 293) | public function testPrepareForm() FILE: app/code/Magento/ImportExport/Test/Unit/Block/Adminhtml/Grid/Column/Renderer/DownloadTest.php class DownloadTest (line 10) | class DownloadTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetValue (line 51) | public function testGetValue() FILE: app/code/Magento/ImportExport/Test/Unit/Block/Adminhtml/Import/Edit/FormTest.php class FormTest (line 10) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testPrepareForm (line 73) | public function testPrepareForm() FILE: app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/History/DownloadTest.php class DownloadTest (line 13) | class DownloadTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testExecute (line 136) | public function testExecute($requestFilename, $processedFilename) method executeDataProvider (line 152) | public function executeDataProvider() method testExecuteFileNotFound (line 164) | public function testExecuteFileNotFound() FILE: app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/History/IndexTest.php class IndexTest (line 10) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testExecute (line 61) | public function testExecute() FILE: app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Import/ValidateTest.php class ValidateTest (line 8) | class ValidateTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testNoDataWasPosted (line 106) | public function testNoDataWasPosted() method testFileWasNotUploaded (line 158) | public function testFileWasNotUploaded() FILE: app/code/Magento/ImportExport/Test/Unit/Helper/DataTest.php class DataTest (line 22) | class DataTest extends TestCase method setUp (line 52) | protected function setUp() method testGetMaxUploadSizeMessage (line 77) | public function testGetMaxUploadSizeMessage($maxImageSize, $expected) method getMaxUploadSizeMessageDataProvider (line 88) | public function getMaxUploadSizeMessageDataProvider() method testGetLocalValidPaths (line 107) | public function testGetLocalValidPaths() method testGetBunchSize (line 129) | public function testGetBunchSize() FILE: app/code/Magento/ImportExport/Test/Unit/Helper/ReportTest.php class ReportTest (line 15) | class ReportTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGetExecutionTime (line 90) | public function testGetExecutionTime() method testGetSummaryStats (line 108) | public function testGetSummaryStats() method testImportFileExistsException (line 162) | public function testImportFileExistsException($fileName) method testImportFileExists (line 170) | public function testImportFileExists() method importFileExistsDataProvider (line 180) | public function importFileExistsDataProvider() method testGetReportOutput (line 195) | public function testGetReportOutput() method testGetReportSize (line 203) | public function testGetReportSize() method testGetDelimiter (line 212) | public function testGetDelimiter() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/Config/ConverterTest.php class ConverterTest (line 11) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testConvert (line 41) | public function testConvert() method testConvertWithDisabledModules (line 51) | public function testConvertWithDisabledModules() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 37) | public function testGetSchema() method testGetPerFileSchema (line 42) | public function testGetPerFileSchema() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method _loadDataForTest (line 36) | protected function _loadDataForTest($schemaName, $xmlString, $expected... method testSchemaCorrectlyIdentifiesInvalidProductOptionsXml (line 47) | public function testSchemaCorrectlyIdentifiesInvalidProductOptionsXml(... method testSchemaCorrectlyIdentifiesInvalidProductOptionsMergedXml (line 57) | public function testSchemaCorrectlyIdentifiesInvalidProductOptionsMerg... method testSchemaCorrectlyIdentifiesValidXml (line 67) | public function testSchemaCorrectlyIdentifiesValidXml($schemaName, $va... method schemaCorrectlyIdentifiesValidXmlDataProvider (line 78) | public function schemaCorrectlyIdentifiesValidXmlDataProvider() method schemaCorrectlyIdentifiesExportOptionsDataProvider (line 89) | public function schemaCorrectlyIdentifiesExportOptionsDataProvider() method schemaCorrectlyIdentifiesInvalidExportMergedXmlDataProvider (line 97) | public function schemaCorrectlyIdentifiesInvalidExportMergedXmlDataPro... FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetEntities (line 47) | public function testGetEntities($value, $expected) method getEntitiesDataProvider (line 71) | public function getEntitiesDataProvider() method testGetEntityTypes (line 85) | public function testGetEntityTypes($configData, $entity, $expectedResult) method getEntityTypesDataProvider (line 109) | public function getEntityTypesDataProvider() method testGetFileFormats (line 142) | public function testGetFileFormats($value, $expected) method getFileFormatsDataProvider (line 166) | public function getFileFormatsDataProvider() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/Entity/AbstractEavTest.php class AbstractEavTest (line 8) | class AbstractEavTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 45) | protected function tearDown() method testAddAttributesToCollection (line 55) | public function testAddAttributesToCollection() method testAddAttributeValuesToRow (line 73) | public function testAddAttributeValuesToRow() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Export/EntityAbstractTest.php class EntityAbstractTest (line 12) | class EntityAbstractTest extends \PHPUnit\Framework\TestCase method testGetFileNameAndSetFileName (line 20) | public function testGetFileNameAndSetFileName() FILE: app/code/Magento/ImportExport/Test/Unit/Model/ExportTest.php class ExportTest (line 12) | class ExportTest extends \PHPUnit\Framework\TestCase method _getMageImportExportModelExportMock (line 31) | protected function _getMageImportExportModelExportMock() method testGetFileNameWithAdapterFileName (line 92) | public function testGetFileNameWithAdapterFileName() method testGetFileNameWithoutAdapterFileName (line 109) | public function testGetFileNameWithoutAdapterFileName() method _getCorrectDateTime (line 130) | protected function _getCorrectDateTime($fileName) FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/AbstractImportTestCase.php class AbstractImportTestCase (line 11) | abstract class AbstractImportTestCase extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method getErrorAggregatorObject (line 29) | protected function getErrorAggregatorObject($methods = null) FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/AdapterTest.php class AdapterTest (line 10) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testFactory (line 22) | public function testFactory() method testFindAdapterFor (line 27) | public function testFindAdapterFor() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Config/ConverterTest.php class ConverterTest (line 11) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testConvert (line 41) | public function testConvert() method testConvertWithDisabledModules (line 51) | public function testConvertWithDisabledModules() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetSchema (line 37) | public function testGetSchema() method testGetPerFileSchema (line 42) | public function testGetPerFileSchema() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Config/XsdMergedTest.php class XsdMergedTest (line 8) | class XsdMergedTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 53) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSchemaCorrectlyIdentifiesInvalidXml (line 36) | public function testSchemaCorrectlyIdentifiesInvalidXml($xmlString, $e... method testSchemaCorrectlyIdentifiesValidXml (line 42) | public function testSchemaCorrectlyIdentifiesValidXml() method schemaCorrectlyIdentifiesInvalidXmlDataProvider (line 53) | public function schemaCorrectlyIdentifiesInvalidXmlDataProvider() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetEntities (line 47) | public function testGetEntities($value, $expected) method getEntitiesDataProvider (line 71) | public function getEntitiesDataProvider() method testGetEntityTypes (line 85) | public function testGetEntityTypes($configData, $entity, $expectedResult) method getEntityTypesDataProvider (line 109) | public function getEntityTypesDataProvider() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Entity/AbstractTest.php class AbstractTest (line 14) | class AbstractTest extends \Magento\ImportExport\Test\Unit\Model\Import\... method setUp (line 23) | protected function setUp() method tearDown (line 37) | protected function tearDown() method _createSourceAdapterMock (line 50) | protected function _createSourceAdapterMock(array $columns) method testValidateDataEmptyColumnName (line 73) | public function testValidateDataEmptyColumnName() method testValidateDataEmptyColumnNameForDeleteBehaviour (line 88) | public function testValidateDataEmptyColumnNameForDeleteBehaviour() method testValidateDataColumnNameWithWhitespacesForDeleteBehaviour (line 101) | public function testValidateDataColumnNameWithWhitespacesForDeleteBeha... method testValidateDataColumnNameWithWhitespaces (line 114) | public function testValidateDataColumnNameWithWhitespaces() method testValidateDataAttributeNames (line 129) | public function testValidateDataAttributeNames() method testIsNeedToLogInHistory (line 144) | public function testIsNeedToLogInHistory() method testIsAttributeValid (line 161) | public function testIsAttributeValid($attrCode, array $attrParams, arr... method isAttributeValidDataProvider (line 175) | public function isAttributeValidDataProvider() method testGetCreatedItemsCount (line 196) | public function testGetCreatedItemsCount() method testGetUpdatedItemsCount (line 204) | public function testGetUpdatedItemsCount() method testGetDeletedItemsCount (line 212) | public function testGetDeletedItemsCount() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Entity/EavAbstractTest.php class EavAbstractTest (line 12) | class EavAbstractTest extends \Magento\ImportExport\Test\Unit\Model\Impo... method setUp (line 61) | protected function setUp() method tearDown (line 92) | protected function tearDown() method _getModelDependencies (line 102) | protected function _getModelDependencies() method testGetEntityTypeId (line 126) | public function testGetEntityTypeId() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/EntityAbstractTest.php class EntityAbstractTest (line 16) | class EntityAbstractTest extends \Magento\ImportExport\Test\Unit\Model\I... method setUp (line 36) | protected function setUp() method tearDown (line 46) | protected function tearDown() method _getModelDependencies (line 56) | protected function _getModelDependencies() method testPrepareRowForDb (line 90) | public function testPrepareRowForDb() method testAddRowError (line 113) | public function testAddRowError() method testImportData (line 128) | public function testImportData() method testIsAttributeParticular (line 137) | public function testIsAttributeParticular() method testAddMessageTemplate (line 151) | public function testAddMessageTemplate() method testIsRowAllowedToImport (line 166) | public function testIsRowAllowedToImport() method testGetBehaviorWithoutRowData (line 198) | public function testGetBehaviorWithoutRowData() method dataProviderForTestGetBehaviorWithRowData (line 221) | public function dataProviderForTestGetBehaviorWithRowData() method testGetBehaviorWithRowData (line 368) | public function testGetBehaviorWithRowData($inputBehavior, $rowData, $... method testIsAttributeValid (line 388) | public function testIsAttributeValid(array $data) method attributeList (line 410) | public function attributeList() method _getDataSet (line 488) | protected function _getDataSet($code, $type, $validValue, $invalidValu... method testValidateDataPermanentAttributes (line 510) | public function testValidateDataPermanentAttributes() method testValidateDataEmptyColumnName (line 529) | public function testValidateDataEmptyColumnName() method testValidateDataColumnNameWithWhitespaces (line 541) | public function testValidateDataColumnNameWithWhitespaces() method testValidateDataAttributeNames (line 554) | public function testValidateDataAttributeNames() method _createSourceAdapterMock (line 567) | protected function _createSourceAdapterMock(array $columns) FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/ErrorProcessing/ProcessingErrorAggregatorTest.php class ProcessingErrorAggregatorTest (line 10) | class ProcessingErrorAggregatorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAddError (line 79) | public function testAddError() method testAddRowToSkip (line 95) | public function testAddRowToSkip() method testAddErrorMessageTemplate (line 105) | public function testAddErrorMessageTemplate() method testIsRowInvalid (line 120) | public function testIsRowInvalid($errorLevel, $rowNumber, $isValid) method isRowInvalidDataProvider (line 130) | public function isRowInvalidDataProvider() method testGetInvalidRowsCountZero (line 143) | public function testGetInvalidRowsCountZero() method testGetInvalidRowsCountOne (line 152) | public function testGetInvalidRowsCountOne() method testGetInvalidRowsCountTwo (line 162) | public function testGetInvalidRowsCountTwo() method testInitValidationStrategy (line 174) | public function testInitValidationStrategy() method testInitValidationStrategyExceed (line 183) | public function testInitValidationStrategyExceed() method testInitValidationStrategyException (line 196) | public function testInitValidationStrategyException() method testIsErrorLimitExceededTrue (line 205) | public function testIsErrorLimitExceededTrue() method testIsErrorLimitExceededFalse (line 217) | public function testIsErrorLimitExceededFalse() method testHasFatalExceptionsTrue (line 230) | public function testHasFatalExceptionsTrue() method testHasFatalExceptionsFalse (line 242) | public function testHasFatalExceptionsFalse() method testHasToBeTerminatedFalse (line 252) | public function testHasToBeTerminatedFalse() method testHasToBeTerminatedTrue (line 261) | public function testHasToBeTerminatedTrue() method testGetAllErrors (line 271) | public function testGetAllErrors() method testGetErrorByRowNumber (line 286) | public function testGetErrorByRowNumber() method testAddTheSameErrorTwice (line 305) | public function testAddTheSameErrorTwice() method testGetErrorsByCodeInArray (line 322) | public function testGetErrorsByCodeInArray() method testGetErrorsByCodeNotInArray (line 334) | public function testGetErrorsByCodeNotInArray() method testGetRowsGroupedByErrorCodeWithErrors (line 351) | public function testGetRowsGroupedByErrorCodeWithErrors(array $params ... method getRowsGroupedByErrorCodeWithErrorsDataProvider (line 365) | public function getRowsGroupedByErrorCodeWithErrorsDataProvider() method testGetRowsGroupedByErrorCodeNoErrors (line 415) | public function testGetRowsGroupedByErrorCodeNoErrors() method testGetAllowedErrorsCount (line 425) | public function testGetAllowedErrorsCount() method testClear (line 433) | public function testClear() method testGetErrorsCount (line 445) | public function testGetErrorsCount() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/ErrorProcessing/ProcessingErrorTest.php class ProcessingErrorTest (line 8) | class ProcessingErrorTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testInit (line 33) | public function testInit($initData) method errorMessageInfo (line 57) | public function errorMessageInfo() method testGetErrorCode (line 88) | public function testGetErrorCode($data, $expectedValue) method errorCodeData (line 100) | public function errorCodeData() method testGetErrorMessage (line 119) | public function testGetErrorMessage($data, $expectedValue) method errorMessageData (line 131) | public function errorMessageData() method testGetRowNumber (line 150) | public function testGetRowNumber($data, $expectedValue) method rowNumberData (line 162) | public function rowNumberData() method testGetColumnName (line 181) | public function testGetColumnName($data, $expectedValue) method columnNameData (line 193) | public function columnNameData() method testGetErrorLevel (line 217) | public function testGetErrorLevel($data, $expectedValue) method errorLevelData (line 229) | public function errorLevelData() method testGetErrorDescription (line 254) | public function testGetErrorDescription($data, $expectedValue) method errorDescriptionData (line 266) | public function errorDescriptionData() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Source/CsvTest.php class CsvTest (line 8) | class CsvTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testConstructException (line 32) | public function testConstructException() method testConstructStream (line 40) | public function testConstructStream() method testOptionalArgs (line 73) | public function testOptionalArgs($delimiter, $enclosure, $expectedColu... method optionalArgsDataProvider (line 99) | public function optionalArgsDataProvider() method testRewind (line 112) | public function testRewind() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/Source/ZipTest.php class ZipTest (line 9) | class ZipTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testConstructorFileDestinationMatch (line 35) | public function testConstructorFileDestinationMatch($fileName, $expect... method constructorFileDestinationMatchDataProvider (line 45) | public function constructorFileDestinationMatchDataProvider() method _invokeConstructor (line 68) | protected function _invokeConstructor($fileName) FILE: app/code/Magento/ImportExport/Test/Unit/Model/Import/SourceAbstractTest.php class SourceAbstractTest (line 8) | class SourceAbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConstructException (line 28) | public function testConstructException($argument) method constructExceptionDataProvider (line 36) | public function constructExceptionDataProvider() method testGetColNames (line 41) | public function testGetColNames() method testIteratorInterface (line 50) | public function testIteratorInterface() method testSeekableInterface (line 77) | public function testSeekableInterface() method testSeekableInterfaceException (line 99) | public function testSeekableInterfaceException() FILE: app/code/Magento/ImportExport/Test/Unit/Model/ImportTest.php class ImportTest (line 18) | class ImportTest extends \Magento\ImportExport\Test\Unit\Model\Import\Ab... method setUp (line 120) | protected function setUp() method testImportSource (line 249) | public function testImportSource() method testImportSourceException (line 299) | public function testImportSourceException() method testGetOperationResultMessages (line 333) | public function testGetOperationResultMessages() method testGetAttributeType (line 341) | public function testGetAttributeType() method testGetEntity (line 355) | public function testGetEntity() method testGetErrorsCount (line 363) | public function testGetErrorsCount() method testGetErrorsLimit (line 371) | public function testGetErrorsLimit() method testGetInvalidRowsCount (line 379) | public function testGetInvalidRowsCount() method testGetNotices (line 387) | public function testGetNotices() method testGetProcessedEntitiesCount (line 395) | public function testGetProcessedEntitiesCount() method testGetProcessedRowsCount (line 403) | public function testGetProcessedRowsCount() method testGetWorkingDir (line 411) | public function testGetWorkingDir() method testIsImportAllowed (line 419) | public function testIsImportAllowed() method testUploadSource (line 427) | public function testUploadSource() method testValidateSource (line 438) | public function testValidateSource() method testInvalidateIndex (line 485) | public function testInvalidateIndex() method testInvalidateIndexWithoutIndexers (line 544) | public function testInvalidateIndexWithoutIndexers() method testGetKnownEntity (line 577) | public function testGetKnownEntity() method testGetUnknownEntity (line 613) | public function testGetUnknownEntity($entity) method unknownEntitiesProvider (line 646) | public function unknownEntitiesProvider() method testGetUniqueEntityBehaviors (line 657) | public function testGetUniqueEntityBehaviors() method testIsReportEntityType (line 667) | public function testIsReportEntityType($entity, $getEntityResult, $exp... method testIsReportEntityTypeException (line 705) | public function testIsReportEntityTypeException($entity, $getEntitiesR... method testCreateHistoryReportEmptyReportEntityType (line 734) | public function testCreateHistoryReportEmptyReportEntityType() method testCreateHistoryReportSourceFileRelativeIsArray (line 772) | public function testCreateHistoryReportSourceFileRelativeIsArray() method testCreateHistoryReportSourceFileRelativeIsNotArrayResultIsSet (line 817) | public function testCreateHistoryReportSourceFileRelativeIsNotArrayRes... method testCreateHistoryReportExtensionIsSet (line 859) | public function testCreateHistoryReportExtensionIsSet() method testCreateHistoryReportThrowException (line 902) | public function testCreateHistoryReportThrowException() method isReportEntityTypeDataProvider (line 946) | public function isReportEntityTypeDataProvider() method isReportEntityTypeExceptionDataProvider (line 967) | public function isReportEntityTypeExceptionDataProvider() method setPropertyValue (line 992) | protected function setPropertyValue(&$object, $property, $value) method invokeMethod (line 1009) | protected function invokeMethod(&$object, $methodName, array $paramete... FILE: app/code/Magento/ImportExport/Test/Unit/Model/Report/CsvTest.php class CsvTest (line 8) | class CsvTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testCreateReport (line 95) | public function testCreateReport() FILE: app/code/Magento/ImportExport/Test/Unit/Model/ResourceModel/CollectionByPagesIteratorTest.php class CollectionByPagesIteratorTest (line 13) | class CollectionByPagesIteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 25) | protected function tearDown() method testIterate (line 33) | public function testIterate() FILE: app/code/Magento/ImportExport/Test/Unit/Model/ResourceModel/HistoryTest.php class HistoryTest (line 13) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetLastInsertedId (line 56) | public function testGetLastInsertedId() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/AbstractBehaviorTestCase.php class AbstractBehaviorTestCase (line 12) | abstract class AbstractBehaviorTestCase extends \PHPUnit\Framework\TestCase method tearDown (line 21) | protected function tearDown() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/Behavior/BasicTest.php class BasicTest (line 12) | class BasicTest extends \Magento\ImportExport\Test\Unit\Model\Source\Imp... method setUp (line 32) | protected function setUp() method testToArray (line 43) | public function testToArray() method testGetCode (line 55) | public function testGetCode() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/Behavior/CustomTest.php class CustomTest (line 12) | class CustomTest extends \Magento\ImportExport\Test\Unit\Model\Source\Im... method setUp (line 32) | protected function setUp() method testToArray (line 43) | public function testToArray() method testGetCode (line 55) | public function testGetCode() FILE: app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/BehaviorAbstractTest.php class BehaviorAbstractTest (line 12) | class BehaviorAbstractTest extends \Magento\ImportExport\Test\Unit\Model... method setUp (line 31) | protected function setUp() method testToOptionArray (line 54) | public function testToOptionArray() FILE: app/code/Magento/ImportExport/Ui/Component/Columns/ExportGridActions.php class ExportGridActions (line 20) | class ExportGridActions extends Column method __construct (line 35) | public function __construct( method prepareDataSource (line 52) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/ImportExport/Ui/DataProvider/ExportFileDataProvider.php class ExportFileDataProvider (line 20) | class ExportFileDataProvider extends DataProvider method __construct (line 52) | public function __construct( method getData (line 89) | public function getData() method getExportFiles (line 122) | private function getExportFiles(string $directoryPath): array FILE: app/code/Magento/Indexer/App/Indexer.php class Indexer (line 11) | class Indexer implements \Magento\Framework\AppInterface method __construct (line 36) | public function __construct( method launch (line 53) | public function launch() method catchException (line 72) | public function catchException(App\Bootstrap $bootstrap, \Exception $e... FILE: app/code/Magento/Indexer/Block/Backend/Container.php class Container (line 12) | class Container extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 19) | protected function _construct() FILE: app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/Scheduled.php class Scheduled (line 8) | class Scheduled extends \Magento\Backend\Block\Widget\Grid\Column\Render... method render (line 16) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/Status.php class Status (line 8) | class Status extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 16) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/Updated.php class Updated (line 8) | class Updated extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method render (line 16) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Indexer/Block/Backend/Grid/ItemsUpdater.php class ItemsUpdater (line 8) | class ItemsUpdater implements \Magento\Framework\View\Layout\Argument\Up... method __construct (line 18) | public function __construct(\Magento\Framework\AuthorizationInterface ... method update (line 28) | public function update($argument) FILE: app/code/Magento/Indexer/Console/Command/AbstractIndexerCommand.php class AbstractIndexerCommand (line 17) | abstract class AbstractIndexerCommand extends Command method __construct (line 40) | public function __construct( method getAllIndexers (line 54) | protected function getAllIndexers() method getObjectManager (line 74) | protected function getObjectManager() method getCollectionFactory (line 94) | private function getCollectionFactory() FILE: app/code/Magento/Indexer/Console/Command/AbstractIndexerManageCommand.php class AbstractIndexerManageCommand (line 15) | abstract class AbstractIndexerManageCommand extends AbstractIndexerCommand method getIndexers (line 29) | protected function getIndexers(InputInterface $input) method getInputList (line 59) | public function getInputList() FILE: app/code/Magento/Indexer/Console/Command/IndexerInfoCommand.php class IndexerInfoCommand (line 14) | class IndexerInfoCommand extends AbstractIndexerCommand method configure (line 19) | protected function configure() method execute (line 27) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Indexer/Console/Command/IndexerReindexCommand.php class IndexerReindexCommand (line 23) | class IndexerReindexCommand extends AbstractIndexerManageCommand method __construct (line 50) | public function __construct( method configure (line 63) | protected function configure() method execute (line 75) | protected function execute(InputInterface $input, OutputInterface $out... method getIndexers (line 112) | protected function getIndexers(InputInterface $input) method getRelatedIndexerIds (line 160) | private function getRelatedIndexerIds(string $indexerId) method getDependentIndexerIds (line 180) | private function getDependentIndexerIds(string $indexerId) method validateIndexerStatus (line 204) | private function validateIndexerStatus(IndexerInterface $indexer) method getIndexerIdsBySharedIndex (line 222) | private function getIndexerIdsBySharedIndex($sharedIndex) method validateSharedIndex (line 240) | private function validateSharedIndex($sharedIndex) method getConfig (line 268) | private function getConfig() method getIndexerRegistry (line 282) | private function getIndexerRegistry() method getDependencyInfoProvider (line 296) | private function getDependencyInfoProvider() FILE: app/code/Magento/Indexer/Console/Command/IndexerResetStateCommand.php class IndexerResetStateCommand (line 17) | class IndexerResetStateCommand extends AbstractIndexerManageCommand method configure (line 22) | protected function configure() method execute (line 34) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Indexer/Console/Command/IndexerSetDimensionsModeCommand.php class IndexerSetDimensionsModeCommand (line 21) | class IndexerSetDimensionsModeCommand extends AbstractIndexerCommand method __construct (line 50) | public function __construct( method configure (line 63) | protected function configure() method execute (line 77) | protected function execute(InputInterface $input, OutputInterface $out... method showAvailableModes (line 124) | private function showAvailableModes(OutputInterface $output) method getInputList (line 138) | private function getInputList(): array method validate (line 167) | private function validate(InputInterface $input): array method validateArgument (line 194) | private function validateArgument(string $inputKey, string $inputIndex... FILE: app/code/Magento/Indexer/Console/Command/IndexerSetModeCommand.php class IndexerSetModeCommand (line 17) | class IndexerSetModeCommand extends AbstractIndexerManageCommand method configure (line 30) | protected function configure() method execute (line 42) | protected function execute(InputInterface $input, OutputInterface $out... method getInputList (line 85) | public function getInputList() method validate (line 102) | public function validate(InputInterface $input) FILE: app/code/Magento/Indexer/Console/Command/IndexerShowDimensionsModeCommand.php class IndexerShowDimensionsModeCommand (line 20) | class IndexerShowDimensionsModeCommand extends AbstractIndexerCommand method __construct (line 45) | public function __construct( method configure (line 58) | protected function configure() method execute (line 72) | protected function execute(InputInterface $input, OutputInterface $out... method getInputList (line 109) | private function getInputList(): array method validate (line 127) | private function validate(InputInterface $input): array method validateArgument (line 144) | private function validateArgument(string $inputKey, array $inputIndexe... FILE: app/code/Magento/Indexer/Console/Command/IndexerShowModeCommand.php class IndexerShowModeCommand (line 14) | class IndexerShowModeCommand extends AbstractIndexerManageCommand method configure (line 19) | protected function configure() method execute (line 31) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Indexer/Console/Command/IndexerStatusCommand.php class IndexerStatusCommand (line 17) | class IndexerStatusCommand extends AbstractIndexerManageCommand method configure (line 22) | protected function configure() method execute (line 36) | protected function execute(InputInterface $input, OutputInterface $out... method getStatus (line 82) | private function getStatus(Indexer\IndexerInterface $indexer) method getPendingCount (line 105) | private function getPendingCount(Mview\ViewInterface $view) FILE: app/code/Magento/Indexer/Controller/Adminhtml/Indexer.php class Indexer (line 8) | abstract class Indexer extends \Magento\Backend\App\Action method _isAllowed (line 15) | protected function _isAllowed() FILE: app/code/Magento/Indexer/Controller/Adminhtml/Indexer/ListAction.php class ListAction (line 11) | class ListAction extends \Magento\Indexer\Controller\Adminhtml\Indexer i... method execute (line 18) | public function execute() FILE: app/code/Magento/Indexer/Controller/Adminhtml/Indexer/MassChangelog.php class MassChangelog (line 11) | class MassChangelog extends \Magento\Indexer\Controller\Adminhtml\Indexe... method execute (line 18) | public function execute() FILE: app/code/Magento/Indexer/Controller/Adminhtml/Indexer/MassOnTheFly.php class MassOnTheFly (line 11) | class MassOnTheFly extends \Magento\Indexer\Controller\Adminhtml\Indexer... method execute (line 18) | public function execute() FILE: app/code/Magento/Indexer/Cron/ClearChangelog.php class ClearChangelog (line 8) | class ClearChangelog method __construct (line 18) | public function __construct( method execute (line 29) | public function execute() FILE: app/code/Magento/Indexer/Cron/ReindexAllInvalid.php class ReindexAllInvalid (line 8) | class ReindexAllInvalid method __construct (line 18) | public function __construct( method execute (line 29) | public function execute() FILE: app/code/Magento/Indexer/Cron/UpdateMview.php class UpdateMview (line 8) | class UpdateMview method __construct (line 18) | public function __construct( method execute (line 29) | public function execute() FILE: app/code/Magento/Indexer/Model/Config.php class Config (line 10) | class Config implements ConfigInterface method __construct (line 20) | public function __construct(Config\Data $configData) method getIndexers (line 30) | public function getIndexers() method getIndexer (line 41) | public function getIndexer($indexerId) FILE: app/code/Magento/Indexer/Model/Config/Data.php class Data (line 14) | class Data extends \Magento\Framework\Config\Data method __construct (line 30) | public function __construct( method deleteNonexistentStates (line 53) | protected function deleteNonexistentStates() FILE: app/code/Magento/Indexer/Model/DimensionMode.php class DimensionMode (line 13) | class DimensionMode method __construct (line 29) | public function __construct(string $name, array $dimensions) method getName (line 42) | public function getName(): string method getDimensions (line 52) | public function getDimensions(): array FILE: app/code/Magento/Indexer/Model/DimensionModes.php class DimensionModes (line 13) | class DimensionModes method __construct (line 23) | public function __construct(array $dimensions) method getDimensions (line 39) | public function getDimensions(): array FILE: app/code/Magento/Indexer/Model/Indexer.php class Indexer (line 22) | class Indexer extends \Magento\Framework\DataObject implements IndexerIn... method __construct (line 73) | public function __construct( method getId (line 98) | public function getId() method setId (line 111) | public function setId($id) method setIdFieldName (line 125) | public function setIdFieldName($name) method getIdFieldName (line 138) | public function getIdFieldName() method getViewId (line 148) | public function getViewId() method getActionClass (line 158) | public function getActionClass() method getTitle (line 168) | public function getTitle() method getDescription (line 178) | public function getDescription() method getFields (line 188) | public function getFields() method getSources (line 198) | public function getSources() method getHandlers (line 208) | public function getHandlers() method load (line 220) | public function load($indexerId) method getView (line 238) | public function getView() method getState (line 251) | public function getState() method setState (line 266) | public function setState(StateInterface $state) method isScheduled (line 277) | public function isScheduled() method setScheduled (line 288) | public function setScheduled($scheduled) method isValid (line 303) | public function isValid() method isInvalid (line 313) | public function isInvalid() method isWorking (line 323) | public function isWorking() method invalidate (line 333) | public function invalidate() method getStatus (line 345) | public function getStatus() method getLatestUpdated (line 355) | public function getLatestUpdated() method getActionInstance (line 376) | protected function getActionInstance() method getStructureInstance (line 392) | protected function getStructureInstance() method reindexAll (line 406) | public function reindexAll() method reindexRow (line 435) | public function reindexRow($id) method reindexList (line 447) | public function reindexList($ids) FILE: app/code/Magento/Indexer/Model/Indexer/CacheCleaner.php class CacheCleaner (line 18) | class CacheCleaner method __construct (line 40) | public function __construct( method afterExecuteFull (line 57) | public function afterExecuteFull(ActionInterface $subject) method afterExecuteList (line 69) | public function afterExecuteList(ActionInterface $subject) method afterExecuteRow (line 81) | public function afterExecuteRow(ActionInterface $subject) method cleanCache (line 91) | private function cleanCache() FILE: app/code/Magento/Indexer/Model/Indexer/Collection.php class Collection (line 10) | class Collection extends \Magento\Framework\Data\Collection method __construct (line 41) | public function __construct( method loadData (line 60) | public function loadData($printQuery = false, $logQuery = false) method getAllIds (line 85) | public function getAllIds() method getItems (line 98) | public function getItems() method getColumnValues (line 108) | public function getColumnValues($colName) method getItemsByColumnValue (line 118) | public function getItemsByColumnValue($column, $value) method getItemByColumnValue (line 128) | public function getItemByColumnValue($column, $value) method setDataToAll (line 138) | public function setDataToAll($key, $value = null) method setItemObjectClass (line 148) | public function setItemObjectClass($className) method toXml (line 157) | public function toXml() method toArray (line 167) | public function toArray($arrRequiredFields = []) method toOptionArray (line 176) | public function toOptionArray() method toOptionHash (line 185) | public function toOptionHash() method _toOptionArray (line 195) | protected function _toOptionArray($valueField = 'id', $labelField = 'n... method _toOptionHash (line 205) | protected function _toOptionHash($valueField = 'id', $labelField = 'na... FILE: app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php class DependencyDecorator (line 21) | class DependencyDecorator implements IndexerInterface method __construct (line 43) | public function __construct( method __call (line 56) | public function __call(string $method, array $args) method __sleep (line 68) | public function __sleep() method __clone (line 76) | public function __clone() method getId (line 84) | public function getId(): string method getViewId (line 92) | public function getViewId(): string method getActionClass (line 100) | public function getActionClass(): string method getTitle (line 108) | public function getTitle(): string method getDescription (line 116) | public function getDescription(): string method getFields (line 124) | public function getFields(): array method getSources (line 132) | public function getSources(): array method getHandlers (line 140) | public function getHandlers(): array method load (line 148) | public function load($indexerId): self method getView (line 157) | public function getView(): ViewInterface method getState (line 165) | public function getState(): StateInterface method setState (line 173) | public function setState(StateInterface $state): self method isScheduled (line 182) | public function isScheduled(): bool method setScheduled (line 190) | public function setScheduled($scheduled) method isValid (line 198) | public function isValid(): bool method isInvalid (line 206) | public function isInvalid(): bool method isWorking (line 214) | public function isWorking(): bool method invalidate (line 222) | public function invalidate() method getStatus (line 241) | public function getStatus(): string method getLatestUpdated (line 249) | public function getLatestUpdated(): string method reindexAll (line 257) | public function reindexAll() method reindexRow (line 265) | public function reindexRow($id) method reindexList (line 280) | public function reindexList($ids) FILE: app/code/Magento/Indexer/Model/Indexer/State.php class State (line 10) | class State extends \Magento\Framework\Model\AbstractModel implements St... method __construct (line 33) | public function __construct( method getIndexerId (line 51) | public function getIndexerId() method setIndexerId (line 62) | public function setIndexerId($value) method getStatus (line 72) | public function getStatus() method getUpdated (line 82) | public function getUpdated() method setUpdated (line 93) | public function setUpdated($value) method loadByIndexer (line 104) | public function loadByIndexer($indexerId) method setStatus (line 119) | public function setStatus($status) method beforeSave (line 129) | public function beforeSave() FILE: app/code/Magento/Indexer/Model/Message/Invalid.php class Invalid (line 12) | class Invalid implements \Magento\Framework\Notification\MessageInterface method __construct (line 28) | public function __construct( method isDisplayed (line 41) | public function isDisplayed() method getIdentity (line 60) | public function getIdentity() method getText (line 71) | public function getText() method getSeverity (line 88) | public function getSeverity() FILE: app/code/Magento/Indexer/Model/ModeSwitcherInterface.php type ModeSwitcherInterface (line 13) | interface ModeSwitcherInterface method getDimensionModes (line 20) | public function getDimensionModes(): DimensionModes; method switchMode (line 31) | public function switchMode(string $currentMode, string $previousMode); FILE: app/code/Magento/Indexer/Model/Mview/View/State.php class State (line 11) | class State extends \Magento\Framework\Model\AbstractModel implements \M... method __construct (line 34) | public function __construct( method loadByView (line 56) | public function loadByView($viewId) method beforeSave (line 70) | public function beforeSave() method getViewId (line 81) | public function getViewId() method getMode (line 91) | public function getMode() method setMode (line 102) | public function setMode($mode) method getStatus (line 113) | public function getStatus() method setStatus (line 124) | public function setStatus($status) method getUpdated (line 135) | public function getUpdated() method setUpdated (line 146) | public function setUpdated($updated) method getVersionId (line 157) | public function getVersionId() method setVersionId (line 168) | public function setVersionId($versionId) FILE: app/code/Magento/Indexer/Model/ProcessManager.php class ProcessManager (line 13) | class ProcessManager method __construct (line 37) | public function __construct( method execute (line 57) | public function execute($userFunctions) method simpleThreadExecute (line 71) | private function simpleThreadExecute($userFunctions) method multiThreadsExecute (line 86) | private function multiThreadsExecute($userFunctions) method isCanBeParalleled (line 116) | private function isCanBeParalleled(): bool method isSetupMode (line 126) | private function isSetupMode(): bool method startChildProcess (line 136) | private function startChildProcess(callable $userFunction) method executeParentProcess (line 150) | private function executeParentProcess(int &$threadNumber) FILE: app/code/Magento/Indexer/Model/Processor.php class Processor (line 13) | class Processor method __construct (line 41) | public function __construct( method reindexAllInvalid (line 58) | public function reindexAllInvalid() method reindexAll (line 88) | public function reindexAll() method updateMview (line 102) | public function updateMview() method clearChangelog (line 112) | public function clearChangelog() FILE: app/code/Magento/Indexer/Model/Processor/CleanCache.php class CleanCache (line 10) | class CleanCache method __construct (line 31) | public function __construct( method afterUpdateMview (line 46) | public function afterUpdateMview(\Magento\Indexer\Model\Processor $sub... method afterReindexAllInvalid (line 61) | public function afterReindexAllInvalid(\Magento\Indexer\Model\Processo... method getCache (line 75) | private function getCache() FILE: app/code/Magento/Indexer/Model/ResourceModel/AbstractResource.php class AbstractResource (line 17) | abstract class AbstractResource extends \Magento\Framework\Model\Resourc... method __construct (line 33) | public function __construct( method reindexAll (line 47) | public function reindexAll() method _getIndexAdapter (line 58) | protected function _getIndexAdapter() method getIdxTable (line 69) | public function getIdxTable($table = null) method syncData (line 82) | public function syncData() method insertFromTable (line 107) | public function insertFromTable($sourceTable, $destTable, $readToIndex... method insertFromSelect (line 132) | public function insertFromSelect($select, $destTable, array $columns, ... method clearTemporaryIndexTable (line 171) | public function clearTemporaryIndexTable() FILE: app/code/Magento/Indexer/Model/ResourceModel/Indexer/State.php class State (line 8) | class State extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 15) | protected function _construct() FILE: app/code/Magento/Indexer/Model/ResourceModel/Indexer/State/Collection.php class Collection (line 8) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 15) | protected function _construct() FILE: app/code/Magento/Indexer/Model/ResourceModel/Mview/View/State.php class State (line 8) | class State extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 15) | protected function _construct() FILE: app/code/Magento/Indexer/Model/ResourceModel/Mview/View/State/Collection.php class Collection (line 8) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/Indexer/Model/Source/DataInterface.php type DataInterface (line 14) | interface DataInterface method getData (line 21) | public function getData(array $fieldsData); FILE: app/code/Magento/Indexer/Model/Source/ServiceSource.php class ServiceSource (line 13) | class ServiceSource implements DataInterface method __construct (line 35) | public function __construct( method getData (line 48) | public function getData(array $fieldsData) method getRequestedFields (line 66) | private function getRequestedFields(SearchResults $list, array $fields) method getService (line 84) | private function getService() FILE: app/code/Magento/Indexer/Setup/Patch/Data/InitializeIndexerState.php class InitializeIndexerState (line 25) | class InitializeIndexerState implements DataPatchInterface, PatchVersion... method __construct (line 61) | public function __construct( method apply (line 80) | public function apply() method getDependencies (line 109) | public static function getDependencies() method getVersion (line 117) | public static function getVersion() method getAliases (line 125) | public function getAliases() FILE: app/code/Magento/Indexer/Setup/Recurring.php class Recurring (line 25) | class Recurring implements InstallSchemaInterface method __construct (line 63) | public function __construct( method install (line 80) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/Indexer/Setup/RecurringData.php class RecurringData (line 18) | class RecurringData implements InstallDataInterface method __construct (line 36) | public function __construct( method install (line 47) | public function install(ModuleDataSetupInterface $setup, ModuleContext... FILE: app/code/Magento/Indexer/Test/Unit/App/IndexerTest.php class IndexerTest (line 8) | class IndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 52) | public function testExecute($isExist, $callCount) method executeProvider (line 68) | public function executeProvider() method testCatchException (line 76) | public function testCatchException() FILE: app/code/Magento/Indexer/Test/Unit/Block/Backend/ContainerTest.php class ContainerTest (line 8) | class ContainerTest extends \PHPUnit\Framework\TestCase method testPseudoConstruct (line 10) | public function testPseudoConstruct() FILE: app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer/ScheduledTest.php class ScheduledTest (line 8) | class ScheduledTest extends \PHPUnit\Framework\TestCase method testRender (line 16) | public function testRender($rowValue, $class, $text) method typeProvider (line 37) | public function typeProvider() FILE: app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer/StatusTest.php class StatusTest (line 8) | class StatusTest extends \PHPUnit\Framework\TestCase method testRender (line 15) | public function testRender($indexValues, $expectedResult) method renderDataProvider (line 39) | public function renderDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer/UpdatedTest.php class UpdatedTest (line 8) | class UpdatedTest extends \PHPUnit\Framework\TestCase method testRender (line 15) | public function testRender($defaultValue, $assert) method renderProvider (line 33) | public function renderProvider() FILE: app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/ItemsUpdaterTest.php class ItemsUpdaterTest (line 8) | class ItemsUpdaterTest extends \PHPUnit\Framework\TestCase method testUpdate (line 14) | public function testUpdate($argument) method updateDataProvider (line 37) | public function updateDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/AbstractIndexerCommandCommonSetup.php class AbstractIndexerCommandCommonSetup (line 12) | class AbstractIndexerCommandCommonSetup extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method getObjectManagerReturnValueMap (line 96) | protected function getObjectManagerReturnValueMap() method configureAdminArea (line 104) | protected function configureAdminArea() method getIndexerMock (line 124) | protected function getIndexerMock(array $methods = [], array $data = []) method initIndexerCollectionByItems (line 143) | protected function initIndexerCollectionByItems(array $items) FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerInfoCommandTest.php class IndexerInfoCommandTest (line 12) | class IndexerInfoCommandTest extends AbstractIndexerCommandCommonSetup method setUp (line 21) | protected function setUp() method testExecute (line 27) | public function testExecute() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerReindexCommandTest.php class IndexerReindexCommandTest (line 23) | class IndexerReindexCommandTest extends AbstractIndexerCommandCommonSetup method setUp (line 55) | public function setUp() method getObjectManagerReturnValueMap (line 76) | protected function getObjectManagerReturnValueMap() method testGetOptions (line 84) | public function testGetOptions() method testExecuteAll (line 93) | public function testExecuteAll() method testExecuteWithIndex (line 133) | public function testExecuteWithIndex( method addSeparateIndexersToConfigMock (line 196) | private function addSeparateIndexersToConfigMock(array $indexers) method addAllIndexersToConfigMock (line 213) | private function addAllIndexersToConfigMock(array $indexers) method getStateMock (line 226) | private function getStateMock(array $methods = null, array $data = []) method executeWithIndexDataProvider (line 242) | public function executeWithIndexDataProvider() method testExecuteWithLocalizedException (line 405) | public function testExecuteWithLocalizedException() method testExecuteWithException (line 420) | public function testExecuteWithException() method testExecuteWithExceptionInGetIndexers (line 439) | public function testExecuteWithExceptionInGetIndexers() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerResetStateCommandTest.php class IndexerResetStateCommandTest (line 12) | class IndexerResetStateCommandTest extends AbstractIndexerCommandCommonS... method setUp (line 21) | protected function setUp() method testExecute (line 27) | public function testExecute() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerSetDimensionsModeCommandTest.php class IndexerSetDimensionsModeCommandTest (line 18) | class IndexerSetDimensionsModeCommandTest extends AbstractIndexerCommand... method setUp (line 57) | protected function setUp() method getObjectManagerReturnValueMap (line 83) | protected function getObjectManagerReturnValueMap() method testExecuteWithAttributes (line 102) | public function testExecuteWithAttributes($indexerTitle, $previousMode... method dimensionModesDataProvider (line 124) | public function dimensionModesDataProvider(): array method testExecuteWithIndxerException (line 168) | public function testExecuteWithIndxerException() method testExecuteWithModeException (line 182) | public function testExecuteWithModeException() method testExecuteWithNoArguments (line 201) | public function testExecuteWithNoArguments() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerSetModeCommandTest.php class IndexerSetModeCommandTest (line 15) | class IndexerSetModeCommandTest extends AbstractIndexerCommandCommonSetup method testGetOptions (line 24) | public function testGetOptions() method testExecuteInvalidArgument (line 38) | public function testExecuteInvalidArgument() method testExecuteInvalidMode (line 50) | public function testExecuteInvalidMode() method testExecuteAll (line 58) | public function testExecuteAll() method testExecuteWithIndex (line 93) | public function testExecuteWithIndex($isScheduled, $previous, $current... method executeWithIndexDataProvider (line 116) | public function executeWithIndexDataProvider() method testExecuteWithLocalizedException (line 154) | public function testExecuteWithLocalizedException() method testExecuteWithException (line 171) | public function testExecuteWithException() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerShowDimensionsModeCommandTest.php class IndexerShowDimensionsModeCommandTest (line 15) | class IndexerShowDimensionsModeCommandTest extends AbstractIndexerComman... method setUp (line 44) | protected function setUp() method getObjectManagerReturnValueMap (line 65) | protected function getObjectManagerReturnValueMap(): array method testExecuteWithAttributes (line 81) | public function testExecuteWithAttributes($command, $consoleOutput) method dimensionModesDataProvider (line 101) | public function dimensionModesDataProvider(): array FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerShowModeCommandTest.php class IndexerShowModeCommandTest (line 12) | class IndexerShowModeCommandTest extends AbstractIndexerCommandCommonSetup method testGetOptions (line 21) | public function testGetOptions() method testExecuteAll (line 30) | public function testExecuteAll() method testExecuteWithIndex (line 60) | public function testExecuteWithIndex(array $inputIndexers, array $inde... method executeWithIndexDataProvider (line 88) | public function executeWithIndexDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerStatusCommandTest.php class IndexerStatusCommandTest (line 12) | class IndexerStatusCommandTest extends AbstractIndexerCommandCommonSetup method attachViewToIndexerMock (line 26) | private function attachViewToIndexerMock($indexerMock, array $data) method testExecuteAll (line 69) | public function testExecuteAll(array $indexers) method executeAllDataProvider (line 151) | public function executeAllDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Controller/Adminhtml/Indexer/ListActionTest.php class ListActionTest (line 9) | class ListActionTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testExecute (line 148) | public function testExecute() FILE: app/code/Magento/Indexer/Test/Unit/Controller/Adminhtml/Indexer/MassChangelogTest.php class MassChangelogTest (line 12) | class MassChangelogTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testExecute (line 175) | public function testExecute($indexerIds, $exception, $expectsException... method executeDataProvider (line 231) | public function executeDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Controller/Adminhtml/Indexer/MassOnTheFlyTest.php class MassOnTheFlyTest (line 12) | class MassOnTheFlyTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testExecute (line 178) | public function testExecute($indexerIds, $exception, $expectsException... method executeDataProvider (line 233) | public function executeDataProvider() FILE: app/code/Magento/Indexer/Test/Unit/Model/CacheContextTest.php class CacheContextTest (line 9) | class CacheContextTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testRegisterEntities (line 27) | public function testRegisterEntities() method testGetIdentities (line 39) | public function testGetIdentities() FILE: app/code/Magento/Indexer/Test/Unit/Model/Config/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testConstructorWithCache (line 64) | public function testConstructorWithCache() method testConstructorWithoutCache (line 89) | public function testConstructorWithoutCache() FILE: app/code/Magento/Indexer/Test/Unit/Model/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetIndexers (line 32) | public function testGetIndexers() method testGetIndexer (line 38) | public function testGetIndexer() method testGetNotExistingIndexer (line 45) | public function testGetNotExistingIndexer() FILE: app/code/Magento/Indexer/Test/Unit/Model/Indexer/AbstractProcessorStub.php class AbstractProcessorStub (line 8) | class AbstractProcessorStub extends \Magento\Framework\Indexer\AbstractP... FILE: app/code/Magento/Indexer/Test/Unit/Model/Indexer/AbstractProcessorTest.php class AbstractProcessorTest (line 8) | class AbstractProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetIndexer (line 33) | public function testGetIndexer() method testReindexAll (line 41) | public function testReindexAll() method testMarkIndexerAsInvalid (line 50) | public function testMarkIndexerAsInvalid() method testGetIndexerId (line 59) | public function testGetIndexerId() method testReindexRow (line 68) | public function testReindexRow($scheduled) method testReindexList (line 91) | public function testReindexList($scheduled) method runDataProvider (line 113) | public function runDataProvider() method testIsIndexerScheduled (line 124) | public function testIsIndexerScheduled() FILE: app/code/Magento/Indexer/Test/Unit/Model/Indexer/CollectionTest.php class CollectionTest (line 17) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testLoadData (line 77) | public function testLoadData(array $indexersData, array $states) method loadDataDataProvider (line 123) | public function loadDataDataProvider() method testGetAllIds (line 150) | public function testGetAllIds(array $indexersData) method getAllIdsDataProvider (line 179) | public function getAllIdsDataProvider() method testStubMethods (line 203) | public function testStubMethods(string $methodName, array $arguments) method stubMethodsDataProvider (line 223) | public function stubMethodsDataProvider() method testStubMethodsWithReturnSelf (line 262) | public function testStubMethodsWithReturnSelf(string $methodName, arra... method stubMethodsWithReturnSelfDataProvider (line 282) | public function stubMethodsWithReturnSelfDataProvider() method getIndexerMock (line 299) | private function getIndexerMock(array $data = []) method getStateMock (line 315) | private function getStateMock(array $data = []) FILE: app/code/Magento/Indexer/Test/Unit/Model/Indexer/DependencyDecoratorTest.php class DependencyDecoratorTest (line 18) | class DependencyDecoratorTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testOverload (line 78) | public function testOverload(string $methodName, array $params = [], $... method overloadDataProvider (line 102) | public function overloadDataProvider() method testTransitMethods (line 115) | public function testTransitMethods(string $methodName, $result) method transitMethodsDataProvider (line 128) | public function transitMethodsDataProvider() method testTransitMethodsWithParamsAndEmptyReturn (line 154) | public function testTransitMethodsWithParamsAndEmptyReturn(string $met... method transitMethodsWithParamsAndEmptyReturnDataProvider (line 166) | public function transitMethodsWithParamsAndEmptyReturnDataProvider() method testTransitMethodsWithParamsAndSelfReturn (line 178) | public function testTransitMethodsWithParamsAndSelfReturn(string $meth... method transitMethodsWithParamsAndSelfReturnDataProvider (line 190) | public function transitMethodsWithParamsAndSelfReturnDataProvider() method testReindexAll (line 204) | public function testReindexAll() method testInvalidate (line 213) | public function testInvalidate() method testReindexRow (line 243) | public function testReindexRow() method testReindexList (line 275) | public function testReindexList() method getIndexerMock (line 310) | private function getIndexerMock() FILE: app/code/Magento/Indexer/Test/Unit/Model/Indexer/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testLoadByIndexer (line 54) | public function testLoadByIndexer() method testBeforeSave (line 62) | public function testBeforeSave() method testSetStatus (line 69) | public function testSetStatus() FILE: app/code/Magento/Indexer/Test/Unit/Model/IndexerTest.php class IndexerTest (line 10) | class IndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testLoadWithException (line 94) | public function testLoadWithException() method testGetView (line 109) | public function testGetView() method testGetState (line 118) | public function testGetState() method testGetLatestUpdated (line 139) | public function testGetLatestUpdated($getViewIsEnabled, $getViewGetUpd... method getLatestUpdatedDataProvider (line 179) | public function getLatestUpdatedDataProvider() method testReindexAll (line 195) | public function testReindexAll() method testReindexAllWithException (line 237) | public function testReindexAllWithException() method testReindexAllWithError (line 286) | public function testReindexAllWithError() method getIndexerData (line 335) | protected function getIndexerData() method loadIndexer (line 349) | protected function loadIndexer($indexId) method testGetTitle (line 363) | public function testGetTitle() method testGetDescription (line 370) | public function testGetDescription() method testSetState (line 377) | public function testSetState() method testIsScheduled (line 388) | public function testIsScheduled() method testSetScheduled (line 401) | public function testSetScheduled($scheduled, $method) method setScheduledDataProvider (line 415) | public function setScheduledDataProvider() method testGetStatus (line 423) | public function testGetStatus() method testStatus (line 438) | public function testStatus($method, $status) method statusDataProvider (line 450) | public function statusDataProvider() method testInvalidate (line 459) | public function testInvalidate() method testReindexRow (line 474) | public function testReindexRow() method testReindexList (line 498) | public function testReindexList() FILE: app/code/Magento/Indexer/Test/Unit/Model/Message/InvalidTest.php class InvalidTest (line 8) | class InvalidTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testDisplayMessage (line 39) | public function testDisplayMessage() method testHideMessage (line 47) | public function testHideMessage() FILE: app/code/Magento/Indexer/Test/Unit/Model/Mview/View/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testLoadByView (line 55) | public function testLoadByView() method testBeforeSave (line 63) | public function testBeforeSave() method testSetterAndGetter (line 70) | public function testSetterAndGetter() FILE: app/code/Magento/Indexer/Test/Unit/Model/Processor/CleanCacheTest.php class CleanCacheTest (line 11) | class CleanCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAfterUpdateMview (line 79) | public function testAfterUpdateMview() FILE: app/code/Magento/Indexer/Test/Unit/Model/ProcessorTest.php class ProcessorTest (line 11) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testReindexAllInvalid (line 71) | public function testReindexAllInvalid() method testReindexAll (line 113) | public function testReindexAll() method testUpdateMview (line 126) | public function testUpdateMview() method testClearChangelog (line 132) | public function testClearChangelog() FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/AbstractResourceStub.php class AbstractResourceStub (line 8) | class AbstractResourceStub extends \Magento\Indexer\Model\ResourceModel\... method _construct (line 22) | protected function _construct() method _getIndexAdapter (line 32) | protected function _getIndexAdapter() method newIndexAdapter (line 46) | public function newIndexAdapter($newIndexAdapter = true) FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/AbstractResourceTest.php class AbstractResourceTest (line 8) | class AbstractResourceTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testReindexAll (line 47) | public function testReindexAll() method testClearTemporaryIndexTable (line 60) | public function testClearTemporaryIndexTable() method testSyncData (line 68) | public function testSyncData() method testSyncDataException (line 98) | public function testSyncDataException() method testInsertFromTable (line 114) | public function testInsertFromTable($readToIndex) method insertFromTableData (line 171) | public function insertFromTableData() FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/Indexer/State/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method testConstruct (line 15) | public function testConstruct() FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/Indexer/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method testConstruct (line 15) | public function testConstruct() FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/Mview/View/State/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method testConstruct (line 15) | public function testConstruct() FILE: app/code/Magento/Indexer/Test/Unit/Model/ResourceModel/Mview/View/StateTest.php class StateTest (line 8) | class StateTest extends \PHPUnit\Framework\TestCase method testConstruct (line 15) | public function testConstruct() FILE: app/code/Magento/Indexer/Test/Unit/Ui/DataProvider/Indexer/DataCollectionTest.php class DataCollectionTest (line 18) | class DataCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testLoadData (line 76) | public function testLoadData(array $indexersData) method loadDataDataProvider (line 121) | public function loadDataDataProvider() method getIndexerMock (line 159) | private function getIndexerMock(array $data = []) FILE: app/code/Magento/Indexer/Ui/DataProvider/Indexer/DataCollection.php class DataCollection (line 14) | class DataCollection extends Collection method __construct (line 31) | public function __construct( method loadData (line 46) | public function loadData($printQuery = false, $logQuery = false) FILE: app/code/Magento/InstantPurchase/Block/Button.php class Button (line 17) | class Button extends Template method __construct (line 30) | public function __construct( method isEnabled (line 44) | public function isEnabled(): bool method getJsLayout (line 52) | public function getJsLayout(): string method getCurrentStoreId (line 68) | private function getCurrentStoreId(): int FILE: app/code/Magento/InstantPurchase/Controller/Button/PlaceOrder.php class PlaceOrder (line 29) | class PlaceOrder extends Action method __construct (line 89) | public function __construct( method execute (line 115) | public function execute() method createGenericErrorMessage (line 178) | private function createGenericErrorMessage(): string method doesRequestContainAllKnowParams (line 189) | private function doesRequestContainAllKnowParams(RequestInterface $req... method getRequestUnknownParams (line 205) | private function getRequestUnknownParams(RequestInterface $request): a... method createResponse (line 224) | private function createResponse(string $message, bool $successMessage)... FILE: app/code/Magento/InstantPurchase/CustomerData/InstantPurchase.php class InstantPurchase (line 25) | class InstantPurchase implements SectionSourceInterface method __construct (line 66) | public function __construct( method getSectionData (line 85) | public function getSectionData(): array FILE: app/code/Magento/InstantPurchase/Model/BillingAddressChoose/BillingAddressChooserInterface.php type BillingAddressChooserInterface (line 16) | interface BillingAddressChooserInterface method choose (line 22) | public function choose(Customer $customer); FILE: app/code/Magento/InstantPurchase/Model/BillingAddressChoose/DefaultBillingAddressChooser.php class DefaultBillingAddressChooser (line 14) | class DefaultBillingAddressChooser implements BillingAddressChooserInter... method choose (line 19) | public function choose(Customer $customer) FILE: app/code/Magento/InstantPurchase/Model/Config.php class Config (line 15) | class Config method __construct (line 29) | public function __construct( method isModuleEnabled (line 41) | public function isModuleEnabled(int $storeId): bool method getButtonText (line 52) | public function getButtonText(int $storeId): string method getValue (line 64) | private function getValue(string $path, int $storeId) method isSetFlag (line 80) | private function isSetFlag(string $path, int $storeId): bool FILE: app/code/Magento/InstantPurchase/Model/InstantPurchaseChooser.php class InstantPurchaseChooser (line 21) | class InstantPurchaseChooser implements InstantPurchaseInterface method __construct (line 62) | public function __construct( method getOption (line 81) | public function getOption( method isInstantPurchaseButtonEnabled (line 114) | private function isInstantPurchaseButtonEnabled(Store $store): bool FILE: app/code/Magento/InstantPurchase/Model/InstantPurchaseInterface.php type InstantPurchaseInterface (line 16) | interface InstantPurchaseInterface method getOption (line 25) | public function getOption( FILE: app/code/Magento/InstantPurchase/Model/InstantPurchaseOption.php class InstantPurchaseOption (line 20) | class InstantPurchaseOption method __construct (line 55) | public function __construct( method isAvailable (line 86) | public function isAvailable(): bool method getPaymentToken (line 102) | public function getPaymentToken(): PaymentTokenInterface method getShippingAddress (line 118) | public function getShippingAddress(): Address method getBillingAddress (line 132) | public function getBillingAddress(): Address method getShippingMethod (line 146) | public function getShippingMethod(): ShippingMethodInterface FILE: app/code/Magento/InstantPurchase/Model/InstantPurchaseOptionFactory.php class InstantPurchaseOptionFactory (line 18) | class InstantPurchaseOptionFactory method __construct (line 29) | public function __construct(ObjectManagerInterface $objectManager) method create (line 43) | public function create( method createDisabledOption (line 62) | public function createDisabledOption(): InstantPurchaseOption FILE: app/code/Magento/InstantPurchase/Model/InstantPurchaseOptionLoadingFactory.php class InstantPurchaseOptionLoadingFactory (line 17) | class InstantPurchaseOptionLoadingFactory method __construct (line 52) | public function __construct( method create (line 77) | public function create( method getAddress (line 106) | private function getAddress($addressId): Address FILE: app/code/Magento/InstantPurchase/Model/PaymentMethodChoose/LastCreatedPaymentTokenChooser.php class LastCreatedPaymentTokenChooser (line 24) | class LastCreatedPaymentTokenChooser implements PaymentTokenChooserInter... method __construct (line 59) | public function __construct( method choose (line 76) | public function choose(Store $store, Customer $customer) method buildSearchCriteria (line 92) | private function buildSearchCriteria(int $storeId, int $customerId): S... method getSupportedPaymentMethodCodes (line 135) | private function getSupportedPaymentMethodCodes(int $storeId) FILE: app/code/Magento/InstantPurchase/Model/PaymentMethodChoose/PaymentTokenChooserInterface.php type PaymentTokenChooserInterface (line 17) | interface PaymentTokenChooserInterface method choose (line 24) | public function choose(Store $store, Customer $customer); FILE: app/code/Magento/InstantPurchase/Model/PlaceOrder.php class PlaceOrder (line 25) | class PlaceOrder method __construct (line 66) | public function __construct( method placeOrder (line 94) | public function placeOrder( FILE: app/code/Magento/InstantPurchase/Model/QuoteManagement/PaymentConfiguration.php class PaymentConfiguration (line 19) | class PaymentConfiguration method __construct (line 32) | public function __construct( method configurePayment (line 46) | public function configurePayment( method getVaultPaymentMethodCode (line 74) | private function getVaultPaymentMethodCode(PaymentTokenInterface $paym... method buildPaymentAdditionalInformation (line 92) | private function buildPaymentAdditionalInformation(PaymentTokenInterfa... FILE: app/code/Magento/InstantPurchase/Model/QuoteManagement/Purchase.php class Purchase (line 18) | class Purchase method __construct (line 35) | public function __construct( method purchase (line 50) | public function purchase(Quote $quote): int FILE: app/code/Magento/InstantPurchase/Model/QuoteManagement/QuoteCreation.php class QuoteCreation (line 20) | class QuoteCreation method __construct (line 31) | public function __construct( method createQuote (line 47) | public function createQuote( FILE: app/code/Magento/InstantPurchase/Model/QuoteManagement/QuoteFilling.php class QuoteFilling (line 18) | class QuoteFilling method fillQuote (line 29) | public function fillQuote( FILE: app/code/Magento/InstantPurchase/Model/QuoteManagement/ShippingConfiguration.php class ShippingConfiguration (line 20) | class ShippingConfiguration method __construct (line 31) | public function __construct( method configureShippingMethod (line 45) | public function configureShippingMethod( method getShippingMethodCodeToUse (line 68) | private function getShippingMethodCodeToUse( method getCorrespondingShippingRateCode (line 87) | private function getCorrespondingShippingRateCode( method resolveDeferredShippingMethodChoose (line 113) | private function resolveDeferredShippingMethodChoose( FILE: app/code/Magento/InstantPurchase/Model/ShippingAddressChoose/DefaultShippingAddressChooser.php class DefaultShippingAddressChooser (line 14) | class DefaultShippingAddressChooser implements ShippingAddressChooserInt... method choose (line 19) | public function choose(Customer $customer) FILE: app/code/Magento/InstantPurchase/Model/ShippingAddressChoose/ShippingAddressChooserInterface.php type ShippingAddressChooserInterface (line 16) | interface ShippingAddressChooserInterface method choose (line 22) | public function choose(Customer $customer); FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/CarrierFinder.php class CarrierFinder (line 16) | class CarrierFinder method __construct (line 33) | public function __construct( method getCarriersForCustomerAddress (line 47) | public function getCarriersForCustomerAddress(Address $address): array FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/CheapestMethodChooser.php class CheapestMethodChooser (line 14) | class CheapestMethodChooser implements ShippingMethodChooserInterface method __construct (line 31) | public function __construct( method choose (line 42) | public function choose(Address $address) method areShippingMethodsAvailable (line 58) | private function areShippingMethodsAvailable(Address $address): bool FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/CheapestMethodDeferredChooser.php class CheapestMethodDeferredChooser (line 14) | class CheapestMethodDeferredChooser implements DeferredShippingMethodCho... method choose (line 21) | public function choose(Address $address) method selectCheapestRate (line 41) | private function selectCheapestRate(array $shippingRates) : Rate FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/DeferredShippingMethodChooserInterface.php type DeferredShippingMethodChooserInterface (line 15) | interface DeferredShippingMethodChooserInterface method choose (line 28) | public function choose(Address $address); FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/DeferredShippingMethodChooserPool.php class DeferredShippingMethodChooserPool (line 14) | class DeferredShippingMethodChooserPool method __construct (line 21) | public function __construct(array $choosers) method get (line 38) | public function get($type) : DeferredShippingMethodChooserInterface FILE: app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/ShippingMethodChooserInterface.php type ShippingMethodChooserInterface (line 24) | interface ShippingMethodChooserInterface method choose (line 30) | public function choose(Address $address); FILE: app/code/Magento/InstantPurchase/Model/Ui/CustomerAddressesFormatter.php class CustomerAddressesFormatter (line 15) | class CustomerAddressesFormatter method format (line 23) | public function format(Address $address): string FILE: app/code/Magento/InstantPurchase/Model/Ui/PaymentTokenFormatter.php class PaymentTokenFormatter (line 16) | class PaymentTokenFormatter method __construct (line 27) | public function __construct(IntegrationsManager $integrationsManager) method format (line 38) | public function format(PaymentTokenInterface $paymentToken): string FILE: app/code/Magento/InstantPurchase/Model/Ui/ShippingMethodFormatter.php class ShippingMethodFormatter (line 15) | class ShippingMethodFormatter method format (line 21) | public function format(ShippingMethodInterface $shippingMethod) : string FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/AvailabilityCheckerInterface.php type AvailabilityCheckerInterface (line 16) | interface AvailabilityCheckerInterface method isAvailable (line 23) | public function isAvailable(): bool; FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/Integration.php class Integration (line 14) | class Integration implements method __construct (line 46) | public function __construct( method getVaultCode (line 63) | public function getVaultCode(): string method getVaultProviderCode (line 73) | public function getVaultProviderCode(): string method getPaymentMethod (line 83) | public function getPaymentMethod(): VaultPaymentInterface method isAvailable (line 91) | public function isAvailable(): bool method formatPaymentToken (line 99) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... method getAdditionalInformation (line 107) | public function getAdditionalInformation(PaymentTokenInterface $paymen... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/IntegrationFactory.php class IntegrationFactory (line 14) | class IntegrationFactory method __construct (line 25) | public function __construct(ObjectManagerInterface $objectManager) method create (line 37) | public function create(VaultPaymentInterface $paymentMethod, int $stor... method extractFromConfig (line 73) | private function extractFromConfig($config, string $field, string $def... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/IntegrationsManager.php class IntegrationsManager (line 19) | class IntegrationsManager method __construct (line 47) | public function __construct( method getList (line 64) | public function getList(int $storeId): array method getByToken (line 80) | public function getByToken(PaymentTokenInterface $paymentToken, int $s... method getListForCurrentStore (line 96) | public function getListForCurrentStore(): array method getByTokenForCurrentStore (line 109) | public function getByTokenForCurrentStore(PaymentTokenInterface $payme... method findIntegrations (line 120) | private function findIntegrations(int $storeId): array method isIntegrationAvailable (line 152) | private function isIntegrationAvailable(VaultPaymentInterface $payment... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/PaymentAdditionalInformationProviderInterface.php type PaymentAdditionalInformationProviderInterface (line 18) | interface PaymentAdditionalInformationProviderInterface method getAdditionalInformation (line 26) | public function getAdditionalInformation(PaymentTokenInterface $paymen... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/PaymentTokenFormatterInterface.php type PaymentTokenFormatterInterface (line 19) | interface PaymentTokenFormatterInterface method formatPaymentToken (line 27) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/SimplePaymentTokenFormatter.php class SimplePaymentTokenFormatter (line 13) | class SimplePaymentTokenFormatter implements PaymentTokenFormatterInterface method __construct (line 24) | public function __construct(IntegrationsManager $integrationsManager) method formatPaymentToken (line 32) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/StaticAdditionalInformationProvider.php class StaticAdditionalInformationProvider (line 15) | class StaticAdditionalInformationProvider implements PaymentAdditionalIn... method __construct (line 26) | public function __construct(array $value = []) method getAdditionalInformation (line 34) | public function getAdditionalInformation(PaymentTokenInterface $paymen... FILE: app/code/Magento/InstantPurchase/PaymentMethodIntegration/StaticAvailabilityChecker.php class StaticAvailabilityChecker (line 13) | class StaticAvailabilityChecker implements AvailabilityCheckerInterface method __construct (line 24) | public function __construct(bool $value = true) method isAvailable (line 32) | public function isAvailable(): bool FILE: app/code/Magento/InstantPurchase/Test/Unit/Block/ButtonTest.php class ButtonTest (line 22) | class ButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testIsEnabled (line 85) | public function testIsEnabled($currentStoreId, $isModuleEnabled, $expe... method isEnabledDataProvider (line 101) | public function isEnabledDataProvider() method testGetJsLayout (line 120) | public function testGetJsLayout() FILE: app/code/Magento/InstantPurchase/Test/Unit/CustomerData/InstantPurchaseTest.php class InstantPurchaseTest (line 28) | class InstantPurchaseTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testGetSectionData (line 122) | public function testGetSectionData($isLogin, $isAvailable, $expected) method getSectionDataProvider (line 146) | public function getSectionDataProvider() FILE: app/code/Magento/Integration/Api/AdminTokenServiceInterface.php type AdminTokenServiceInterface (line 15) | interface AdminTokenServiceInterface method createAdminAccessToken (line 27) | public function createAdminAccessToken($username, $password); method revokeAdminAccessToken (line 36) | public function revokeAdminAccessToken($adminId); FILE: app/code/Magento/Integration/Api/AuthorizationServiceInterface.php type AuthorizationServiceInterface (line 17) | interface AuthorizationServiceInterface method grantPermissions (line 34) | public function grantPermissions($integrationId, $resources); method grantAllPermissions (line 43) | public function grantAllPermissions($integrationId); method removePermissions (line 52) | public function removePermissions($integrationId); FILE: app/code/Magento/Integration/Api/CustomerTokenServiceInterface.php type CustomerTokenServiceInterface (line 15) | interface CustomerTokenServiceInterface method createCustomerAccessToken (line 25) | public function createCustomerAccessToken($username, $password); method revokeCustomerAccessToken (line 34) | public function revokeCustomerAccessToken($customerId); FILE: app/code/Magento/Integration/Api/IntegrationServiceInterface.php type IntegrationServiceInterface (line 16) | interface IntegrationServiceInterface method create (line 25) | public function create(array $integrationData); method get (line 34) | public function get($integrationId); method findByName (line 42) | public function findByName($integrationName); method findByConsumerId (line 50) | public function findByConsumerId($consumerId); method findActiveIntegrationByConsumerId (line 58) | public function findActiveIntegrationByConsumerId($consumerId); method update (line 67) | public function update(array $integrationData); method delete (line 76) | public function delete($integrationId); method getSelectedResources (line 84) | public function getSelectedResources($integrationId); FILE: app/code/Magento/Integration/Api/OauthServiceInterface.php type OauthServiceInterface (line 16) | interface OauthServiceInterface method createConsumer (line 32) | public function createConsumer($consumerData); method createAccessToken (line 41) | public function createAccessToken($consumerId, $clearExistingToken = f... method getAccessToken (line 49) | public function getAccessToken($consumerId); method loadConsumer (line 59) | public function loadConsumer($consumerId); method loadConsumerByKey (line 69) | public function loadConsumerByKey($key); method postToConsumer (line 80) | public function postToConsumer($consumerId, $endpointUrl); method deleteConsumer (line 88) | public function deleteConsumer($consumerId); method deleteIntegrationToken (line 96) | public function deleteIntegrationToken($consumerId); FILE: app/code/Magento/Integration/Block/Adminhtml/Integration.php class Integration (line 15) | class Integration extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Activate/Permissions/Tab/Webapi.php class Webapi (line 19) | class Webapi extends \Magento\Backend\Block\Widget\Form\Generic implements method __construct (line 65) | public function __construct( method _construct (line 91) | protected function _construct() method canShowTab (line 110) | public function canShowTab() method getTabLabel (line 123) | public function getTabLabel() method getTabTitle (line 133) | public function getTabTitle() method isHidden (line 143) | public function isHidden() method isEverythingAllowed (line 153) | public function isEverythingAllowed() method getResourcesTreeJson (line 163) | public function getResourcesTreeJson() method getSelectedResourcesJson (line 179) | public function getSelectedResourcesJson() method getAclResources (line 193) | private function getAclResources() method isTreeEmpty (line 212) | public function isTreeEmpty() method _getAllResourceIds (line 223) | protected function _getAllResourceIds(array $resources) FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Activate/Permissions/Tabs.php class Tabs (line 19) | class Tabs extends TabsWidget method _construct (line 29) | protected function _construct() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Edit.php class Edit (line 17) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 39) | public function __construct( method _construct (line 55) | protected function _construct() method getHeaderText (line 105) | public function getHeaderText() method getFormActionUrl (line 122) | public function getFormActionUrl() method _isNewIntegration (line 132) | protected function _isNewIntegration() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 21) | protected function _prepareForm() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/Info.php class Info (line 17) | class Info extends \Magento\Backend\Block\Widget\Form\Generic implements... method _prepareForm (line 47) | protected function _prepareForm() method getTabLabel (line 65) | public function getTabLabel() method getTabTitle (line 75) | public function getTabTitle() method canShowTab (line 85) | public function canShowTab() method isHidden (line 95) | public function isHidden() method _addGeneralFieldset (line 107) | protected function _addGeneralFieldset($form, $integrationData) method _addDetailsFieldset (line 195) | protected function _addDetailsFieldset($form, $integrationData) FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/Webapi.php class Webapi (line 18) | class Webapi extends \Magento\Backend\Block\Widget\Form\Generic implements method __construct (line 59) | public function __construct( method getTabLabel (line 82) | public function getTabLabel() method getTabTitle (line 93) | public function getTabTitle() method canShowTab (line 103) | public function canShowTab() method isHidden (line 117) | public function isHidden() method _construct (line 127) | protected function _construct() method retrieveFormResources (line 154) | protected function retrieveFormResources() method isEverythingAllowed (line 173) | public function isEverythingAllowed() method getTree (line 183) | public function getTree() method getAclResources (line 193) | private function getAclResources() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tabs.php class Tabs (line 12) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Grid.php class Grid (line 17) | class Grid extends BackendGrid method getRowClickCallback (line 24) | public function getRowClickCallback() method getRowInitCallback (line 34) | public function getRowInitCallback() FILE: app/code/Magento/Integration/Block/Adminhtml/Integration/Tokens.php class Tokens (line 17) | class Tokens extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 33) | protected function _prepareForm() method getFormFields (line 62) | public function getFormFields() FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Button.php class Button (line 16) | class Button extends AbstractRenderer method render (line 21) | public function render(\Magento\Framework\DataObject $row) method _isConfigBasedIntegration (line 34) | protected function _isConfigBasedIntegration(DataObject $row) method _isDisabled (line 50) | protected function _isDisabled(DataObject $row) method _getDisabledAttribute (line 59) | protected function _getDisabledAttribute(DataObject $row) method _prepareAttributes (line 74) | protected function _prepareAttributes(DataObject $row) method _getValidAttributes (line 103) | protected function _getValidAttributes() method _getAttributesStr (line 139) | protected function _getAttributesStr($attributes) FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Button/Delete.php class Delete (line 13) | class Delete extends Button method _getOnclickAttribute (line 21) | protected function _getOnclickAttribute(DataObject $row) method _getTitleAttribute (line 35) | protected function _getTitleAttribute(DataObject $row) method _isDisabled (line 46) | protected function _isDisabled(DataObject $row) FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Button/Edit.php class Edit (line 13) | class Edit extends Button method _getOnclickAttribute (line 21) | protected function _getOnclickAttribute(DataObject $row) method _getTitleAttribute (line 32) | protected function _getTitleAttribute(DataObject $row) method _getClassAttribute (line 43) | public function _getClassAttribute(DataObject $row) FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Link.php class Link (line 13) | class Link extends AbstractRenderer method __construct (line 30) | public function __construct( method render (line 45) | public function render(DataObject $row) method isVisible (line 68) | public function isVisible() method isDisabled (line 78) | public function isDisabled() method getUrlPattern (line 89) | public function getUrlPattern() method getCaption (line 99) | public function getCaption() method _getAttributesHtml (line 115) | protected function _getAttributesHtml() method _getAttributes (line 134) | protected function _getAttributes() method _getDataAttributes (line 154) | protected function _getDataAttributes() method _getUrl (line 165) | protected function _getUrl(DataObject $row) FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Link/Activate.php class Activate (line 14) | class Activate extends Link method getCaption (line 19) | public function getCaption() method _getUrl (line 28) | protected function _getUrl(DataObject $row) method _getAttributes (line 36) | protected function _getAttributes() method _getDataAttributes (line 44) | protected function _getDataAttributes() FILE: app/code/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Name.php class Name (line 11) | class Name extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Text method render (line 21) | public function render(\Magento\Framework\DataObject $row) method isUrlSecure (line 37) | protected function isUrlSecure($url) FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration.php class Integration (line 16) | abstract class Integration extends Action method __construct (line 87) | public function __construct( method _redirect (line 117) | protected function _redirect($path, $arguments = []) method restoreResourceAndSaveToRegistry (line 134) | protected function restoreResourceAndSaveToRegistry() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/Delete.php class Delete (line 14) | class Delete extends \Magento\Integration\Controller\Adminhtml\Integrati... method execute (line 21) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/Edit.php class Edit (line 14) | class Edit extends \Magento\Integration\Controller\Adminhtml\Integration... method execute (line 21) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/Grid.php class Grid (line 13) | class Grid extends IntegrationAction implements HttpPostActionInterface,... method execute (line 20) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/Index.php class Index (line 11) | class Index extends \Magento\Integration\Controller\Adminhtml\Integratio... method execute (line 18) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/LoginSuccessCallback.php class LoginSuccessCallback (line 9) | class LoginSuccessCallback extends \Magento\Integration\Controller\Admin... method execute (line 16) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Integration\Controller\Adminhtml\Integr... method execute (line 18) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/PermissionsDialog.php class PermissionsDialog (line 12) | class PermissionsDialog extends \Magento\Integration\Controller\Adminhtm... method execute (line 19) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/Save.php class Save (line 21) | class Save extends \Magento\Integration\Controller\Adminhtml\Integration... method getSecurityCookie (line 34) | private function getSecurityCookie() method execute (line 48) | public function execute() method validateUser (line 96) | protected function validateUser() method getIntegration (line 113) | protected function getIntegration($integrationId) method _redirectOnSaveError (line 136) | protected function _redirectOnSaveError() method processData (line 152) | private function processData($integrationData) FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/TokensDialog.php class TokensDialog (line 12) | class TokensDialog extends \Magento\Integration\Controller\Adminhtml\Int... method _setActivationSuccessMsg (line 21) | protected function _setActivationSuccessMsg($isReauthorize, $integrati... method execute (line 39) | public function execute() FILE: app/code/Magento/Integration/Controller/Adminhtml/Integration/TokensExchange.php class TokensExchange (line 12) | class TokensExchange extends \Magento\Integration\Controller\Adminhtml\I... method _setActivationInProcessMsg (line 21) | protected function _setActivationInProcessMsg($isReauthorize, $integra... method execute (line 39) | public function execute() FILE: app/code/Magento/Integration/Controller/Token/Access.php class Access (line 17) | class Access extends Action implements CsrfAwareActionInterface method __construct (line 46) | public function __construct( method createCsrfValidationException (line 63) | public function createCsrfValidationException( method validateForCsrf (line 72) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 82) | public function execute() FILE: app/code/Magento/Integration/Controller/Token/Request.php class Request (line 14) | class Request extends Action implements CsrfAwareActionInterface method __construct (line 31) | public function __construct( method createCsrfValidationException (line 44) | public function createCsrfValidationException( method validateForCsrf (line 53) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 63) | public function execute() FILE: app/code/Magento/Integration/Cron/CleanExpiredAuthenticationFailures.php class CleanExpiredAuthenticationFailures (line 13) | class CleanExpiredAuthenticationFailures method __construct (line 25) | public function __construct( method execute (line 36) | public function execute() FILE: app/code/Magento/Integration/Cron/CleanExpiredTokens.php class CleanExpiredTokens (line 15) | class CleanExpiredTokens method __construct (line 33) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Integration/Helper/Data.php class Data (line 10) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method mapResources (line 18) | public function mapResources(array $resources) method isConfigType (line 41) | public function isConfigType($integrationData) FILE: app/code/Magento/Integration/Helper/Oauth/Data.php class Data (line 11) | class Data method __construct (line 21) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method isCleanupProbability (line 65) | public function isCleanupProbability() method getCleanupExpirationPeriod (line 77) | public function getCleanupExpirationPeriod() method getConsumerExpirationPeriod (line 88) | public function getConsumerExpirationPeriod() method getConsumerPostMaxRedirects (line 99) | public function getConsumerPostMaxRedirects() method getConsumerPostTimeout (line 110) | public function getConsumerPostTimeout() method getCustomerTokenLifetime (line 121) | public function getCustomerTokenLifetime() method getAdminTokenLifetime (line 132) | public function getAdminTokenLifetime() FILE: app/code/Magento/Integration/Model/AdminTokenService.php class AdminTokenService (line 21) | class AdminTokenService implements \Magento\Integration\Api\AdminTokenSe... method __construct (line 62) | public function __construct( method createAdminAccessToken (line 77) | public function createAdminAccessToken($username, $password) method revokeAdminAccessToken (line 109) | public function revokeAdminAccessToken($adminId) method getRequestThrottler (line 131) | private function getRequestThrottler() FILE: app/code/Magento/Integration/Model/AuthorizationService.php class AuthorizationService (line 27) | class AuthorizationService implements \Magento\Integration\Api\Authoriza... method __construct (line 75) | public function __construct( method grantPermissions (line 96) | public function grantPermissions($integrationId, $resources) method grantAllPermissions (line 115) | public function grantAllPermissions($integrationId) method removePermissions (line 123) | public function removePermissions($integrationId) method _createRole (line 144) | protected function _createRole($integrationId) method _deleteRole (line 163) | protected function _deleteRole($integrationId) method _getUserRole (line 176) | protected function _getUserRole($integrationId) method _associateResourcesWithRole (line 194) | protected function _associateResourcesWithRole($role, $resources) FILE: app/code/Magento/Integration/Model/Cache/Type.php class Type (line 11) | class Type extends \Magento\Framework\Cache\Frontend\Decorator\TagScope method __construct (line 26) | public function __construct(\Magento\Framework\App\Cache\Type\Frontend... FILE: app/code/Magento/Integration/Model/Cache/TypeConsolidated.php class TypeConsolidated (line 11) | class TypeConsolidated extends \Magento\Framework\Cache\Frontend\Decorat... method __construct (line 26) | public function __construct(\Magento\Framework\App\Cache\Type\Frontend... FILE: app/code/Magento/Integration/Model/Cache/TypeIntegration.php class TypeIntegration (line 12) | class TypeIntegration extends \Magento\Framework\Cache\Frontend\Decorato... method __construct (line 27) | public function __construct(\Magento\Framework\App\Cache\Type\Frontend... FILE: app/code/Magento/Integration/Model/Config.php class Config (line 18) | class Config method __construct (line 49) | public function __construct( method getIntegrations (line 65) | public function getIntegrations() FILE: app/code/Magento/Integration/Model/Config/Consolidated/Converter.php class Converter (line 11) | class Converter implements \Magento\Framework\Config\ConverterInterface method __construct (line 32) | public function __construct( method convert (line 41) | public function convert($source) method hashResources (line 103) | private function hashResources(array $resources) method addParentsToResource (line 124) | private function addParentsToResource(array $resourcesHash, $nodeName) FILE: app/code/Magento/Integration/Model/Config/Consolidated/Reader.php class Reader (line 11) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 34) | public function __construct( FILE: app/code/Magento/Integration/Model/Config/Consolidated/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 32) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 44) | public function getSchema() method getPerFileSchema (line 54) | public function getPerFileSchema() FILE: app/code/Magento/Integration/Model/Config/Converter.php class Converter (line 13) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 29) | public function convert($source) FILE: app/code/Magento/Integration/Model/Config/Integration/Converter.php class Converter (line 13) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 27) | public function convert($source) FILE: app/code/Magento/Integration/Model/Config/Integration/Reader.php class Reader (line 14) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 36) | public function __construct( FILE: app/code/Magento/Integration/Model/Config/Integration/SchemaLocator.php class SchemaLocator (line 15) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 34) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 45) | public function getSchema() method getPerFileSchema (line 55) | public function getPerFileSchema() FILE: app/code/Magento/Integration/Model/Config/Reader.php class Reader (line 13) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 32) | public function __construct( FILE: app/code/Magento/Integration/Model/Config/SchemaLocator.php class SchemaLocator (line 15) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 34) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 45) | public function getSchema() method getPerFileSchema (line 55) | public function getPerFileSchema() FILE: app/code/Magento/Integration/Model/ConfigBasedIntegrationManager.php class ConfigBasedIntegrationManager (line 16) | class ConfigBasedIntegrationManager method __construct (line 42) | public function __construct( method processIntegrationConfig (line 59) | public function processIntegrationConfig(array $integrationNames) method processConfigBasedIntegrations (line 102) | public function processConfigBasedIntegrations(array $integrations) method hasDataChanged (line 158) | private function hasDataChanged(Integration $integration, $originalRes... FILE: app/code/Magento/Integration/Model/ConsolidatedConfig.php class ConsolidatedConfig (line 15) | class ConsolidatedConfig method __construct (line 46) | public function __construct( method getIntegrations (line 61) | public function getIntegrations() FILE: app/code/Magento/Integration/Model/CredentialsValidator.php class CredentialsValidator (line 14) | class CredentialsValidator method validate (line 24) | public function validate($username, $password) FILE: app/code/Magento/Integration/Model/CustomerTokenService.php class CustomerTokenService (line 22) | class CustomerTokenService implements \Magento\Integration\Api\CustomerT... method __construct (line 69) | public function __construct( method createCustomerAccessToken (line 87) | public function createCustomerAccessToken($username, $password) method revokeCustomerAccessToken (line 116) | public function revokeCustomerAccessToken($customerId) method getRequestThrottler (line 138) | private function getRequestThrottler() FILE: app/code/Magento/Integration/Model/Integration.php class Integration (line 31) | class Integration extends \Magento\Framework\Model\AbstractModel method __construct (line 81) | public function __construct( method _construct (line 96) | protected function _construct() method loadByConsumerId (line 108) | public function loadByConsumerId($consumerId) method loadActiveIntegrationByConsumerId (line 119) | public function loadActiveIntegrationByConsumerId($consumerId) method getStatus (line 132) | public function getStatus() FILE: app/code/Magento/Integration/Model/Integration/Source/Status.php class Status (line 11) | class Status implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Integration/Model/IntegrationConfig.php class IntegrationConfig (line 20) | class IntegrationConfig method __construct (line 51) | public function __construct( method getIntegrations (line 67) | public function getIntegrations() FILE: app/code/Magento/Integration/Model/IntegrationService.php class IntegrationService (line 19) | class IntegrationService implements \Magento\Integration\Api\Integration... method __construct (line 37) | public function __construct(IntegrationFactory $integrationFactory, In... method create (line 46) | public function create(array $integrationData) method update (line 61) | public function update(array $integrationData) method delete (line 76) | public function delete($integrationId) method get (line 87) | public function get($integrationId) method findByName (line 98) | public function findByName($name) method findByConsumerId (line 107) | public function findByConsumerId($consumerId) method findActiveIntegrationByConsumerId (line 116) | public function findActiveIntegrationByConsumerId($consumerId) method _checkIntegrationByName (line 129) | private function _checkIntegrationByName($name) method _loadIntegrationById (line 144) | protected function _loadIntegrationById($integrationId) method _addOauthConsumerData (line 159) | protected function _addOauthConsumerData(IntegrationModel $integration) method _addOauthTokenData (line 174) | protected function _addOauthTokenData(IntegrationModel $integration) method getSelectedResources (line 188) | public function getSelectedResources($integrationId) FILE: app/code/Magento/Integration/Model/Message/RecreatedIntegration.php class RecreatedIntegration (line 18) | class RecreatedIntegration implements \Magento\Framework\Notification\Me... method __construct (line 46) | public function __construct( method isDisplayed (line 63) | public function isDisplayed() method getIdentity (line 82) | public function getIdentity() method getText (line 92) | public function getText() method getSeverity (line 106) | public function getSeverity() FILE: app/code/Magento/Integration/Model/Oauth/Consumer.php class Consumer (line 27) | class Consumer extends \Magento\Framework\Model\AbstractModel implements... method __construct (line 59) | public function __construct( method _construct (line 80) | protected function _construct() method getDateHelper (line 93) | private function getDateHelper() method beforeSave (line 107) | public function beforeSave() method validate (line 117) | public function validate() method loadByKey (line 155) | public function loadByKey($key) method getKey (line 163) | public function getKey() method getSecret (line 171) | public function getSecret() method getCallbackUrl (line 179) | public function getCallbackUrl() method getCreatedAt (line 187) | public function getCreatedAt() method isValidForTokenExchange (line 195) | public function isValidForTokenExchange() FILE: app/code/Magento/Integration/Model/Oauth/Consumer/Validator/KeyLength.php class KeyLength (line 11) | class KeyLength extends \Zend_Validate_StringLength method __construct (line 44) | public function __construct($options = []) method setLength (line 70) | public function setLength($length) method getLength (line 82) | public function getLength() method isValid (line 97) | public function isValid($value) method setName (line 112) | public function setName($name) method getName (line 123) | public function getName() FILE: app/code/Magento/Integration/Model/Oauth/Nonce.php class Nonce (line 18) | class Nonce extends \Magento\Framework\Model\AbstractModel method __construct (line 35) | public function __construct( method _construct (line 52) | protected function _construct() method afterSave (line 62) | public function afterSave() method loadByCompositeKey (line 79) | public function loadByCompositeKey($nonce, $consumerId) FILE: app/code/Magento/Integration/Model/Oauth/Nonce/Generator.php class Generator (line 11) | class Generator implements NonceGeneratorInterface method __construct (line 44) | public function __construct( method generateNonce (line 59) | public function generateNonce(ConsumerInterface $consumer = null) method generateTimestamp (line 67) | public function generateTimestamp() method validateNonce (line 75) | public function validateNonce(ConsumerInterface $consumer, $nonce, $ti... FILE: app/code/Magento/Integration/Model/Oauth/Token.php class Token (line 43) | class Token extends \Magento\Framework\Model\AbstractModel method __construct (line 94) | public function __construct( method _construct (line 119) | protected function _construct() method afterSave (line 129) | public function afterSave() method createVerifierToken (line 146) | public function createVerifierToken($consumerId) method convertToAccess (line 174) | public function convertToAccess() method createAdminToken (line 188) | public function createAdminToken($userId) method createCustomerToken (line 200) | public function createCustomerToken($userId) method createRequestToken (line 213) | public function createRequestToken($entityId, $callbackUrl) method __toString (line 237) | public function __toString() method validate (line 248) | public function validate() method getVerifier (line 290) | public function getVerifier() method saveAccessToken (line 301) | protected function saveAccessToken($userType) method loadByConsumerIdAndUserType (line 317) | public function loadByConsumerIdAndUserType($consumerId, $userType) method loadByAdminId (line 330) | public function loadByAdminId($adminId) method loadByCustomerId (line 343) | public function loadByCustomerId($customerId) method loadByToken (line 356) | public function loadByToken($token) FILE: app/code/Magento/Integration/Model/Oauth/Token/Provider.php class Provider (line 14) | class Provider implements TokenProviderInterface method __construct (line 36) | public function __construct( method validateConsumer (line 49) | public function validateConsumer($consumer) method createRequestToken (line 63) | public function createRequestToken($consumer) method validateRequestToken (line 78) | public function validateRequestToken($requestToken, $consumer, $oauthV... method getAccessToken (line 104) | public function getAccessToken($consumer) method validateAccessTokenRequest (line 123) | public function validateAccessTokenRequest($accessToken, $consumer) method validateAccessToken (line 149) | public function validateAccessToken($accessToken) method validateOauthToken (line 173) | public function validateOauthToken($oauthToken) method getConsumerByKey (line 181) | public function getConsumerByKey($consumerKey) method _validateVerifierParam (line 208) | protected function _validateVerifierParam($oauthVerifier, $tokenVerifier) method _getConsumer (line 234) | protected function _getConsumer($consumerId) method _getToken (line 257) | protected function _getToken($token) method getIntegrationTokenByConsumerId (line 283) | public function getIntegrationTokenByConsumerId($consumerId) method _isTokenAssociatedToConsumer (line 308) | protected function _isTokenAssociatedToConsumer($token, $consumer) FILE: app/code/Magento/Integration/Model/Oauth/Token/RequestLog/Config.php class Config (line 13) | class Config method __construct (line 25) | public function __construct(ReinitableConfigInterface $storeConfig) method getMaxFailuresCount (line 35) | public function getMaxFailuresCount() method getLockTimeout (line 45) | public function getLockTimeout() FILE: app/code/Magento/Integration/Model/Oauth/Token/RequestLog/ReaderInterface.php type ReaderInterface (line 12) | interface ReaderInterface method getFailuresCount (line 21) | public function getFailuresCount($userName, $userType); FILE: app/code/Magento/Integration/Model/Oauth/Token/RequestLog/WriterInterface.php type WriterInterface (line 12) | interface WriterInterface method resetFailuresCount (line 22) | public function resetFailuresCount($userName, $userType); method incrementFailuresCount (line 32) | public function incrementFailuresCount($userName, $userType); method clearExpiredFailures (line 39) | public function clearExpiredFailures(); FILE: app/code/Magento/Integration/Model/Oauth/Token/RequestThrottler.php class RequestThrottler (line 17) | class RequestThrottler method __construct (line 46) | public function __construct( method throttle (line 64) | public function throttle($userName, $userType) method resetAuthenticationFailuresCount (line 86) | public function resetAuthenticationFailuresCount($userName, $userType) method logAuthenticationFailure (line 100) | public function logAuthenticationFailure($userName, $userType) FILE: app/code/Magento/Integration/Model/OauthService.php class OauthService (line 23) | class OauthService implements \Magento\Integration\Api\OauthServiceInter... method __construct (line 82) | public function __construct( method getDateHelper (line 109) | private function getDateHelper() method createConsumer (line 121) | public function createConsumer($consumerData) method createAccessToken (line 143) | public function createAccessToken($consumerId, $clearExistingToken = f... method getAccessToken (line 167) | public function getAccessToken($consumerId) method loadConsumer (line 184) | public function loadConsumer($consumerId) method loadConsumerByKey (line 200) | public function loadConsumerByKey($key) method postToConsumer (line 216) | public function postToConsumer($consumerId, $endpointUrl) method deleteConsumer (line 259) | public function deleteConsumer($consumerId) method deleteIntegrationToken (line 270) | public function deleteIntegrationToken($consumerId) method _loadConsumerById (line 289) | protected function _loadConsumerById($consumerId) FILE: app/code/Magento/Integration/Model/Plugin/Integration.php class Integration (line 20) | class Integration method __construct (line 50) | public function __construct( method afterCreate (line 71) | public function afterCreate(IntegrationServiceInterface $subject, $int... method afterUpdate (line 89) | public function afterUpdate(IntegrationServiceInterface $subject, $int... method afterGet (line 107) | public function afterGet(IntegrationServiceInterface $subject, $integr... method _addAllowedResources (line 119) | protected function _addAllowedResources(IntegrationModel $integration) method _saveApiPermissions (line 152) | protected function _saveApiPermissions(IntegrationModel $integration) method afterDelete (line 175) | public function afterDelete(IntegrationServiceInterface $subject, arra... FILE: app/code/Magento/Integration/Model/ResourceModel/Integration.php class Integration (line 12) | class Integration extends \Magento\Framework\Model\ResourceModel\Db\Abst... method _construct (line 19) | protected function _construct() method selectActiveIntegrationByConsumerId (line 30) | public function selectActiveIntegrationByConsumerId($consumerId) FILE: app/code/Magento/Integration/Model/ResourceModel/Integration/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() method addUnsecureUrlsFilter (line 31) | public function addUnsecureUrlsFilter() FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Consumer.php class Consumer (line 8) | class Consumer extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 14) | public function __construct( method _construct (line 26) | protected function _construct() method _afterDelete (line 37) | public function _afterDelete(\Magento\Framework\Model\AbstractModel $o... method getTimeInSecondsSinceCreation (line 53) | public function getTimeInSecondsSinceCreation($consumerId) FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Consumer/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Nonce.php class Nonce (line 13) | class Nonce extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method deleteOldEntries (line 31) | public function deleteOldEntries($minutes) method selectByCompositeKey (line 52) | public function selectByCompositeKey($nonce, $consumerId) FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Nonce/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Token.php class Token (line 13) | class Token extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 33) | public function __construct( method _construct (line 49) | protected function _construct() method cleanOldAuthorizedTokensExcept (line 61) | public function cleanOldAuthorizedTokensExcept(\Magento\Integration\Mo... method deleteOldEntries (line 90) | public function deleteOldEntries($minutes) method deleteExpiredTokens (line 114) | public function deleteExpiredTokens($hours, $userTypes) method selectTokenByType (line 140) | public function selectTokenByType($consumerId, $type) method selectTokenByConsumerIdAndUserType (line 157) | public function selectTokenByConsumerIdAndUserType($consumerId, $userT... method selectTokenByAdminId (line 173) | public function selectTokenByAdminId($adminId) method selectTokenByCustomerId (line 189) | public function selectTokenByCustomerId($customerId) FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Token/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() method joinConsumerAsApplication (line 33) | public function joinConsumerAsApplication() method addFilterByAdminId (line 51) | public function addFilterByAdminId($adminId) method addFilterByCustomerId (line 63) | public function addFilterByCustomerId($customerId) method addFilterByConsumerId (line 75) | public function addFilterByConsumerId($consumerId) method addFilterByType (line 87) | public function addFilterByType($type) method addFilterById (line 99) | public function addFilterById($tokenId) method addFilterByRevoked (line 111) | public function addFilterByRevoked($flag) FILE: app/code/Magento/Integration/Model/ResourceModel/Oauth/Token/RequestLog.php class RequestLog (line 15) | class RequestLog extends \Magento\Framework\Model\ResourceModel\Db\Abstr... method __construct (line 37) | public function __construct( method _construct (line 51) | protected function _construct() method getFailuresCount (line 59) | public function getFailuresCount($userName, $userType) method resetFailuresCount (line 71) | public function resetFailuresCount($userName, $userType) method incrementFailuresCount (line 82) | public function incrementFailuresCount($userName, $userType) method clearExpiredFailures (line 106) | public function clearExpiredFailures() FILE: app/code/Magento/Integration/Plugin/Model/AdminUser.php class AdminUser (line 14) | class AdminUser method __construct (line 24) | public function __construct( method afterSave (line 38) | public function afterSave( FILE: app/code/Magento/Integration/Plugin/Model/CustomerUser.php class CustomerUser (line 13) | class CustomerUser method __construct (line 23) | public function __construct( method afterSave (line 36) | public function afterSave( FILE: app/code/Magento/Integration/Setup/Patch/Data/RemoveInactiveTokens.php class RemoveInactiveTokens (line 17) | class RemoveInactiveTokens implements DataPatchInterface, PatchVersionIn... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 51) | public static function getDependencies() method getVersion (line 59) | public static function getVersion() method getAliases (line 67) | public function getAliases() method removeRevokedTokens (line 77) | private function removeRevokedTokens() method removeTokensFromInactiveAdmins (line 90) | private function removeTokensFromInactiveAdmins() method removeTokensFromInactiveCustomers (line 114) | private function removeTokensFromInactiveCustomers() FILE: app/code/Magento/Integration/Setup/Recurring.php class Recurring (line 19) | class Recurring implements InstallSchemaInterface method __construct (line 37) | public function __construct( method install (line 48) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/Integration/Test/Unit/Block/Adminhtml/Integration/Edit/Tab/InfoTest.php class InfoTest (line 12) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetTabLabelAndTitle (line 33) | public function testGetTabLabelAndTitle() method testCanShowTab (line 40) | public function testCanShowTab() method testIsHidden (line 45) | public function testIsHidden() FILE: app/code/Magento/Integration/Test/Unit/Block/Adminhtml/Integration/Edit/Tab/WebapiTest.php class WebapiTest (line 13) | class WebapiTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testCanShowTab (line 80) | public function testCanShowTab($integrationData, $expectedValue) method canShowTabProvider (line 89) | public function canShowTabProvider() method testIsHidden (line 111) | public function testIsHidden() method testIsEverythingAllowed (line 124) | public function testIsEverythingAllowed($rootResourceId, $integrationD... method isEverythingAllowedProvider (line 136) | public function isEverythingAllowedProvider() method testGetTree (line 160) | public function testGetTree() method testIsEverythingAllowedWithSavedFromData (line 184) | public function testIsEverythingAllowedWithSavedFromData($rootResource... method isEverythingAllowedWithSavedFromDataProvider (line 202) | public function isEverythingAllowedWithSavedFromDataProvider() method getWebapiBlock (line 223) | private function getWebapiBlock($integrationData = [], array $selected... FILE: app/code/Magento/Integration/Test/Unit/Block/Adminhtml/Widget/Grid/Column/Renderer/ButtonTest.php class ButtonTest (line 9) | class ButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testRender (line 48) | public function testRender() FILE: app/code/Magento/Integration/Test/Unit/Block/Adminhtml/Widget/Grid/Column/Renderer/LinkTest.php class LinkTest (line 9) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testRender (line 61) | public function testRender() FILE: app/code/Magento/Integration/Test/Unit/Block/Adminhtml/Widget/Grid/Column/Renderer/NameTest.php class NameTest (line 9) | class NameTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testRender (line 62) | public function testRender($endpoint, $name, $expectedResult) method endpointDataProvider (line 93) | public function endpointDataProvider() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/DeleteTest.php class DeleteTest (line 13) | class DeleteTest extends \Magento\Integration\Test\Unit\Controller\Admin... method setUp (line 20) | protected function setUp() method testDeleteAction (line 40) | public function testDeleteAction() method testDeleteActionWithConsumer (line 68) | public function testDeleteActionWithConsumer() method testDeleteActionConfigSetUp (line 101) | public function testDeleteActionConfigSetUp() method testDeleteActionMissingId (line 133) | public function testDeleteActionMissingId() method testDeleteActionForServiceIntegrationException (line 147) | public function testDeleteActionForServiceIntegrationException() method testDeleteActionForServiceGenericException (line 169) | public function testDeleteActionForServiceGenericException() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/EditTest.php class EditTest (line 12) | class EditTest extends \Magento\Integration\Test\Unit\Controller\Adminht... method testEditAction (line 14) | public function testEditAction() method testEditActionNonExistentIntegration (line 60) | public function testEditActionNonExistentIntegration() method testEditActionNoDataAdd (line 91) | public function testEditActionNoDataAdd() method testEditException (line 101) | public function testEditException() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/IndexTest.php class IndexTest (line 10) | class IndexTest extends \Magento\Integration\Test\Unit\Controller\Adminh... method testIndexAction (line 12) | public function testIndexAction() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/NewActionTest.php class NewActionTest (line 10) | class NewActionTest extends \Magento\Integration\Test\Unit\Controller\Ad... method testNewAction (line 12) | public function testNewAction() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/PermissionsDialogTest.php class PermissionsDialogTest (line 12) | class PermissionsDialogTest extends \Magento\Integration\Test\Unit\Contr... method testPermissionsDialog (line 14) | public function testPermissionsDialog() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/SaveTest.php class SaveTest (line 16) | class SaveTest extends \Magento\Integration\Test\Unit\Controller\Adminht... method testSaveAction (line 18) | public function testSaveAction() method testSaveActionException (line 48) | public function testSaveActionException() method testSaveActionIntegrationException (line 64) | public function testSaveActionIntegrationException() method testSaveActionNew (line 89) | public function testSaveActionNew() method testSaveActionExceptionDuringServiceCreation (line 138) | public function testSaveActionExceptionDuringServiceCreation() method testSaveActionExceptionOnIntegrationsCreatedFromConfigFile (line 182) | public function testSaveActionExceptionOnIntegrationsCreatedFromConfig... method testSaveActionUserLockedException (line 216) | public function testSaveActionUserLockedException() method testSaveActionAuthenticationException (line 254) | public function testSaveActionAuthenticationException() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/TokensDialogTest.php class TokensDialogTest (line 9) | class TokensDialogTest extends \Magento\Integration\Test\Unit\Controller... method testTokensDialog (line 11) | public function testTokensDialog() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/Integration/TokensExchangeTest.php class TokensExchangeTest (line 8) | class TokensExchangeTest extends \Magento\Integration\Test\Unit\Controll... method testTokensExchangeReauthorize (line 10) | public function testTokensExchangeReauthorize() FILE: app/code/Magento/Integration/Test/Unit/Controller/Adminhtml/IntegrationTest.php class IntegrationTest (line 18) | abstract class IntegrationTest extends \PHPUnit\Framework\TestCase method setUp (line 125) | protected function setUp() method _createIntegrationController (line 207) | protected function _createIntegrationController($actionName) method _verifyLoadAndRenderLayout (line 335) | protected function _verifyLoadAndRenderLayout() method _getSampleIntegrationData (line 352) | protected function _getSampleIntegrationData() method _getIntegrationModelMock (line 371) | protected function _getIntegrationModelMock() FILE: app/code/Magento/Integration/Test/Unit/Controller/Token/AccessTest.php class AccessTest (line 12) | class AccessTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testAccessAction (line 134) | public function testAccessAction() FILE: app/code/Magento/Integration/Test/Unit/Controller/Token/RequestTest.php class RequestTest (line 12) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testRequestAction (line 125) | public function testRequestAction() FILE: app/code/Magento/Integration/Test/Unit/Helper/DataTest.php class DataTest (line 10) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMapResources (line 21) | public function testMapResources() method testIsConfigType (line 31) | public function testIsConfigType($integrationsData, $expectedResult) method integrationDataProvider (line 39) | public function integrationDataProvider() FILE: app/code/Magento/Integration/Test/Unit/Helper/Oauth/ConsumerTest.php class ConsumerTest (line 13) | class ConsumerTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method tearDown (line 115) | protected function tearDown() method testCreateConsumer (line 126) | public function testCreateConsumer() method testPostToConsumer (line 141) | public function testPostToConsumer() method _generateRandomString (line 204) | private function _generateRandomString($length) FILE: app/code/Magento/Integration/Test/Unit/Helper/Oauth/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method tearDown (line 25) | protected function tearDown() method testIsCleanupProbabilityZero (line 31) | public function testIsCleanupProbabilityZero() method testIsCleanupProbabilityRandomOne (line 37) | public function testIsCleanupProbabilityRandomOne() method testGetCleanupExpirationPeriodZero (line 43) | public function testGetCleanupExpirationPeriodZero() method testGetCleanupExpirationPeriodNonZero (line 52) | public function testGetCleanupExpirationPeriodNonZero() method testConsumerPostMaxRedirectsZero (line 58) | public function testConsumerPostMaxRedirectsZero() method testConsumerPostMaxRedirectsNonZero (line 64) | public function testConsumerPostMaxRedirectsNonZero() method testGetConsumerPostTimeoutZero (line 70) | public function testGetConsumerPostTimeoutZero() method testGetConsumerPostTimeoutNonZero (line 79) | public function testGetConsumerPostTimeoutNonZero() method testGetCustomerTokenLifetimeNotEmpty (line 85) | public function testGetCustomerTokenLifetimeNotEmpty() method testGetCustomerTokenLifetimeEmpty (line 95) | public function testGetCustomerTokenLifetimeEmpty() method testGetAdminTokenLifetimeNotEmpty (line 105) | public function testGetAdminTokenLifetimeNotEmpty() method testGetAdminTokenLifetimeEmpty (line 115) | public function testGetAdminTokenLifetimeEmpty() FILE: app/code/Magento/Integration/Test/Unit/Helper/Oauth/OauthTest.php class OauthTest (line 10) | class OauthTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 20) | protected function tearDown() method testGenerateToken (line 25) | public function testGenerateToken() method testGenerateTokenSecret (line 31) | public function testGenerateTokenSecret() method testGenerateVerifier (line 37) | public function testGenerateVerifier() method testGenerateConsumerKey (line 43) | public function testGenerateConsumerKey() method testGenerateConsumerSecret (line 49) | public function testGenerateConsumerSecret() FILE: app/code/Magento/Integration/Test/Unit/Model/AdminTokenServiceTest.php class AdminTokenServiceTest (line 14) | class AdminTokenServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testRevokeAdminAccessToken (line 80) | public function testRevokeAdminAccessToken() method testRevokeAdminAccessTokenWithoutAdminId (line 105) | public function testRevokeAdminAccessTokenWithoutAdminId() method testRevokeAdminAccessTokenCannotRevoked (line 121) | public function testRevokeAdminAccessTokenCannotRevoked() FILE: app/code/Magento/Integration/Test/Unit/Model/AuthorizationServiceTest.php class AuthorizationServiceTest (line 18) | class AuthorizationServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testRemovePermissions (line 106) | public function testRemovePermissions() method testRemovePermissionsException (line 117) | public function testRemovePermissionsException() method testGrantPermissions (line 127) | public function testGrantPermissions() method testGrantPermissionsNoRole (line 148) | public function testGrantPermissionsNoRole() method testGrantPermissionsException (line 182) | public function testGrantPermissionsException() method testGrantAllPermissions (line 206) | public function testGrantAllPermissions() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Consolidated/ConverterTest.php class ConverterTest (line 13) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testConvert (line 38) | public function testConvert() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Consolidated/SchemaLocatorTest.php class SchemaLocatorTest (line 10) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetSchema (line 31) | public function testGetSchema() method testGetPerFileSchema (line 36) | public function testGetPerFileSchema() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Consolidated/XsdTest.php class XsdTest (line 11) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testExemplarXml (line 34) | public function testExemplarXml($fixtureXml, array $expectedErrors) method exemplarXmlDataProvider (line 50) | public function exemplarXmlDataProvider() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 13) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvert (line 25) | public function testConvert() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Integration/ConverterTest.php class ConverterTest (line 13) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvert (line 25) | public function testConvert() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Integration/SchemaLocatorTest.php class SchemaLocatorTest (line 10) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetSchema (line 31) | public function testGetSchema() method testGetPerFileSchema (line 36) | public function testGetPerFileSchema() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/Integration/XsdTest.php class XsdTest (line 11) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testExemplarXml (line 34) | public function testExemplarXml($fixtureXml, array $expectedErrors) method exemplarXmlDataProvider (line 50) | public function exemplarXmlDataProvider() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 10) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetSchema (line 31) | public function testGetSchema() method testGetPerFileSchema (line 36) | public function testGetPerFileSchema() FILE: app/code/Magento/Integration/Test/Unit/Model/Config/XsdTest.php class XsdTest (line 11) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testExemplarXml (line 34) | public function testExemplarXml($fixtureXml, array $expectedErrors) method exemplarXmlDataProvider (line 50) | public function exemplarXmlDataProvider() FILE: app/code/Magento/Integration/Test/Unit/Model/ConsolidatedConfigTest.php class ConsolidatedConfigTest (line 15) | class ConsolidatedConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetIntegrationsFromConfigCacheType (line 61) | public function testGetIntegrationsFromConfigCacheType() method testGetIntegrationsFromConfigReader (line 77) | public function testGetIntegrationsFromConfigReader() FILE: app/code/Magento/Integration/Test/Unit/Model/CredentialsValidatorTest.php class CredentialsValidatorTest (line 11) | class CredentialsValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testValidateNoUsername (line 27) | public function testValidateNoUsername() method testValidateNoPassword (line 39) | public function testValidateNoPassword() method testValidateValidCredentials (line 47) | public function testValidateValidCredentials() FILE: app/code/Magento/Integration/Test/Unit/Model/CustomerTokenServiceTest.php class CustomerTokenServiceTest (line 12) | class CustomerTokenServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testRevokeCustomerAccessToken (line 84) | public function testRevokeCustomerAccessToken() method testRevokeCustomerAccessTokenWithoutCustomerId (line 112) | public function testRevokeCustomerAccessTokenWithoutCustomerId() method testRevokeCustomerAccessTokenCannotRevoked (line 128) | public function testRevokeCustomerAccessTokenCannotRevoked() FILE: app/code/Magento/Integration/Test/Unit/Model/Integration/Source/StatusTest.php class StatusTest (line 8) | class StatusTest extends \PHPUnit\Framework\TestCase method testToOptionArray (line 10) | public function testToOptionArray() FILE: app/code/Magento/Integration/Test/Unit/Model/IntegrationConfigTest.php class IntegrationConfigTest (line 15) | class IntegrationConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetIntegrationsFromConfigCacheType (line 55) | public function testGetIntegrationsFromConfigCacheType() method testGetIntegrationsFromConfigReader (line 71) | public function testGetIntegrationsFromConfigReader() FILE: app/code/Magento/Integration/Test/Unit/Model/IntegrationServiceTest.php class IntegrationServiceTest (line 13) | class IntegrationServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testCreateSuccess (line 119) | public function testCreateSuccess() method testCreateIntegrationAlreadyExistsException (line 155) | public function testCreateIntegrationAlreadyExistsException() method testUpdateSuccess (line 185) | public function testUpdateSuccess() method testUpdateSuccessNameChanged (line 216) | public function testUpdateSuccessNameChanged() method testUpdateException (line 250) | public function testUpdateException() method testGet (line 277) | public function testGet() method testGetException (line 303) | public function testGetException() method testFindByName (line 311) | public function testFindByName() method testFindByNameNotFound (line 334) | public function testFindByNameNotFound() method testDelete (line 351) | public function testDelete() method testDeleteException (line 391) | public function testDeleteException() method testFindByConsumerId (line 399) | public function testFindByConsumerId() method testFindByConsumerIdNotFound (line 424) | public function testFindByConsumerIdNotFound() method _setValidIntegrationData (line 446) | private function _setValidIntegrationData() method _getAnotherIntegrationMock (line 478) | private function _getAnotherIntegrationMock( FILE: app/code/Magento/Integration/Test/Unit/Model/IntegrationTest.php class IntegrationTest (line 11) | class IntegrationTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testLoadByConsumerId (line 72) | public function testLoadByConsumerId() method testLoadActiveIntegrationByConsumerId (line 83) | public function testLoadActiveIntegrationByConsumerId() method testGetStatus (line 100) | public function testGetStatus() FILE: app/code/Magento/Integration/Test/Unit/Model/ManagerTest.php class ManagerTest (line 13) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method tearDown (line 77) | public function tearDown() method testProcessIntegrationConfigNoIntegrations (line 83) | public function testProcessIntegrationConfigNoIntegrations() method testProcessIntegrationConfigSuccess (line 89) | public function testProcessIntegrationConfigSuccess() method testProcessConfigBasedIntegrationsRecreateUpdatedConfigAfterResourceChange (line 154) | public function testProcessConfigBasedIntegrationsRecreateUpdatedConfi... method testProcessConfigBasedIntegrationsCreateNewIntegrations (line 205) | public function testProcessConfigBasedIntegrationsCreateNewIntegrations() FILE: app/code/Magento/Integration/Test/Unit/Model/Oauth/Consumer/Validator/KeyLengthTest.php class KeyLengthTest (line 11) | class KeyLengthTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testSetLength (line 29) | public function testSetLength() method testIsValidLong (line 36) | public function testIsValidLong() method testIsValidShort (line 44) | public function testIsValidShort() method testIsValidShortCustomKeyName (line 52) | public function testIsValidShortCustomKeyName() method testIsValidInvalidType (line 65) | public function testIsValidInvalidType() FILE: app/code/Magento/Integration/Test/Unit/Model/Oauth/ConsumerTest.php class ConsumerTest (line 16) | class ConsumerTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testBeforeSave (line 121) | public function testBeforeSave() method testValidate (line 131) | public function testValidate() method testValidateInvalidData (line 141) | public function testValidateInvalidData() method testValidateInvalidCallback (line 152) | public function testValidateInvalidCallback() method testValidateInvalidRejectedCallback (line 163) | public function testValidateInvalidRejectedCallback() method testValidateInvalidConsumerKey (line 174) | public function testValidateInvalidConsumerKey() method testValidateInvalidConsumerSecret (line 185) | public function testValidateInvalidConsumerSecret() method testGetConsumerExpirationPeriodValid (line 192) | public function testGetConsumerExpirationPeriodValid() method testGetConsumerExpirationPeriodExpired (line 208) | public function testGetConsumerExpirationPeriodExpired() FILE: app/code/Magento/Integration/Test/Unit/Model/Oauth/NonceTest.php class NonceTest (line 12) | class NonceTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAfterSave (line 80) | public function testAfterSave() method testAfterSaveNoCleanupProbability (line 98) | public function testAfterSaveNoCleanupProbability() method testLoadByCompositeKey (line 113) | public function testLoadByCompositeKey() FILE: app/code/Magento/Integration/Test/Unit/Model/Oauth/Token/ProviderTest.php class ProviderTest (line 16) | class ProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testValidateConsumer (line 117) | public function testValidateConsumer() method testValidateConsumerException (line 127) | public function testValidateConsumerException() method testGetIntegrationTokenByConsumerId (line 133) | public function testGetIntegrationTokenByConsumerId() method testGetIntegrationTokenByConsumerIdException (line 153) | public function testGetIntegrationTokenByConsumerIdException() method testCreateRequestToken (line 168) | public function testCreateRequestToken() method testCreateRequestTokenIncorrectType (line 215) | public function testCreateRequestTokenIncorrectType() method testGetAccessToken (line 245) | public function testGetAccessToken() method testGetAccessTokenIsNotRequestToken (line 276) | public function testGetAccessTokenIsNotRequestToken() method testValidateRequestToken (line 294) | public function testValidateRequestToken() method testValidateRequestTokenNotExistentToken (line 326) | public function testValidateRequestTokenNotExistentToken() method testValidateRequestTokenIncorrectLengthToken (line 345) | public function testValidateRequestTokenIncorrectLengthToken() method testValidateRequestTokenInvalidVerifier (line 357) | public function testValidateRequestTokenInvalidVerifier() method testValidateRequestTokenIncorrectLengthVerifier (line 384) | public function testValidateRequestTokenIncorrectLengthVerifier() method testValidateRequestTokenNotMatchedVerifier (line 411) | public function testValidateRequestTokenNotMatchedVerifier() method testValidateRequestTokenNotAssociatedToken (line 439) | public function testValidateRequestTokenNotAssociatedToken() method testValidateRequestTokenAlreadyUsedToken (line 464) | public function testValidateRequestTokenAlreadyUsedToken() method testValidateAccessTokenRequest (line 486) | public function testValidateAccessTokenRequest() method testValidateAccessTokenRequestNotAssociatedToken (line 518) | public function testValidateAccessTokenRequestNotAssociatedToken() method testValidateAccessTokenRequestNotAccessToken (line 542) | public function testValidateAccessTokenRequestNotAccessToken() method testValidateAccessTokenRequestRevokedToken (line 567) | public function testValidateAccessTokenRequestRevokedToken() method testValidateAccessToken (line 589) | public function testValidateAccessToken() method testValidateAccessTokenNotExistentConsumer (line 620) | public function testValidateAccessTokenNotExistentConsumer() method testValidateAccessTokenNotAccessToken (line 646) | public function testValidateAccessTokenNotAccessToken() method testValidateAccessTokenRevoked (line 673) | public function testValidateAccessTokenRevoked() method testValidateOauthToken (line 698) | public function testValidateOauthToken() method testGetConsumerByKey (line 704) | public function testGetConsumerByKey() method testGetConsumerByKeyWrongConsumerKey (line 720) | public function testGetConsumerByKeyWrongConsumerKey() method testGetConsumerByKeyNonExistentConsumer (line 730) | public function testGetConsumerByKeyNonExistentConsumer() FILE: app/code/Magento/Integration/Test/Unit/Model/Oauth/TokenTest.php class TokenTest (line 19) | class TokenTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testAfterSave (line 157) | public function testAfterSave() method testAfterSaveNoCleanupProbability (line 166) | public function testAfterSaveNoCleanupProbability() method testCreateVerifierToken (line 175) | public function testCreateVerifierToken() method testCreateVerifierTokenIfNoTokenId (line 193) | public function testCreateVerifierTokenIfNoTokenId() method testConvertToAccessIfIsNotRequestType (line 225) | public function testConvertToAccessIfIsNotRequestType() method testConvertToAccess (line 231) | public function testConvertToAccess() method testCreateAdminToken (line 248) | public function testCreateAdminToken() method testCreateCustomerToken (line 266) | public function testCreateCustomerToken() method testCreateRequestToken (line 285) | public function testCreateRequestToken() method testToString (line 310) | public function testToString() method testBeforeSave (line 321) | public function testBeforeSave() method testGetVerifier (line 326) | public function testGetVerifier() method testLoadByConsumerIdAndUserType (line 333) | public function testLoadByConsumerIdAndUserType() method testLoadByAdminId (line 346) | public function testLoadByAdminId() method testLoadByCustomerId (line 358) | public function testLoadByCustomerId() method testLoad (line 370) | public function testLoad() method testValidateIfNotCallbackEstablishedAndNotValid (line 379) | public function testValidateIfNotCallbackEstablishedAndNotValid() method testValidateIfSecretNotValid (line 393) | public function testValidateIfSecretNotValid() method testValidateIfTokenNotValid (line 412) | public function testValidateIfTokenNotValid() method testValidateIfVerifierNotValid (line 440) | public function testValidateIfVerifierNotValid() method testValidateIfVerifierIsNotSet (line 471) | public function testValidateIfVerifierIsNotSet() method testValidate (line 496) | public function testValidate() FILE: app/code/Magento/Integration/Test/Unit/Model/OauthServiceTest.php class OauthServiceTest (line 16) | class OauthServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testDelete (line 118) | public function testDelete() method testDeleteException (line 147) | public function testDeleteException() method testCreateAccessTokenAndClearExisting (line 158) | public function testCreateAccessTokenAndClearExisting() method testCreateAccessTokenWithoutClearingExisting (line 198) | public function testCreateAccessTokenWithoutClearingExisting() method testCreateAccessTokenInvalidConsumerId (line 226) | public function testCreateAccessTokenInvalidConsumerId() method testLoadConsumer (line 272) | public function testLoadConsumer() method testLoadConsumerException (line 293) | public function testLoadConsumerException() method testLoadConsumerByKey (line 319) | public function testLoadConsumerByKey() method testLoadConsumerByKeyException (line 341) | public function testLoadConsumerByKeyException() method testDeleteToken (line 367) | public function testDeleteToken() method testDeleteTokenNegative (line 395) | public function testDeleteTokenNegative() method testGetAccessTokenNoAccess (line 423) | public function testGetAccessTokenNoAccess() method testGetAccessSuccess (line 449) | public function testGetAccessSuccess() FILE: app/code/Magento/Integration/Test/Unit/Model/Plugin/IntegrationTest.php class IntegrationTest (line 13) | class IntegrationTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAfterDelete (line 80) | public function testAfterDelete() method testAfterCreateAllResources (line 97) | public function testAfterCreateAllResources() method testAfterCreateSomeResources (line 118) | public function testAfterCreateSomeResources() method testAfterCreateNoResource (line 147) | public function testAfterCreateNoResource() method testAfterUpdateAllResources (line 172) | public function testAfterUpdateAllResources() method testAfterGet (line 193) | public function testAfterGet() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/Integration/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testAddUnsecureUrlsFilter (line 57) | public function testAddUnsecureUrlsFilter() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/IntegrationTest.php class IntegrationTest (line 11) | class IntegrationTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSelectActiveIntegrationByConsumerId (line 56) | public function testSelectActiveIntegrationByConsumerId() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/Oauth/ConsumerTest.php class ConsumerTest (line 11) | class ConsumerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAfterDelete (line 53) | public function testAfterDelete() method testGetTimeInSecondsSinceCreation (line 62) | public function testGetTimeInSecondsSinceCreation() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/Oauth/NonceTest.php class NonceTest (line 11) | class NonceTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testDeleteOldEntries (line 41) | public function testDeleteOldEntries() method testSelectByCompositeKey (line 48) | public function testSelectByCompositeKey() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/Oauth/Token/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testJoinConsumerAsApplication (line 57) | public function testJoinConsumerAsApplication() method testAddFilterByCustomerId (line 64) | public function testAddFilterByCustomerId() method testAddFilterByConsumerId (line 74) | public function testAddFilterByConsumerId() method testAddFilterByType (line 84) | public function testAddFilterByType() method testAddFilterById (line 94) | public function testAddFilterById() method testAddFilterByRevoked (line 104) | public function testAddFilterByRevoked() FILE: app/code/Magento/Integration/Test/Unit/Model/ResourceModel/Oauth/TokenTest.php class TokenTest (line 11) | class TokenTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testCleanOldAuthorizedTokensExcept (line 45) | public function testCleanOldAuthorizedTokensExcept() method testDeleteOldEntries (line 59) | public function testDeleteOldEntries() method testSelectTokenByType (line 66) | public function testSelectTokenByType() method testSelectTokenByConsumerIdAndUserType (line 76) | public function testSelectTokenByConsumerIdAndUserType() method testSelectTokenByAdminId (line 86) | public function testSelectTokenByAdminId() method testSelectTokenByCustomerId (line 96) | public function testSelectTokenByCustomerId() FILE: app/code/Magento/Integration/Test/Unit/Oauth/OauthTest.php class OauthTest (line 12) | class OauthTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method tearDown (line 146) | public function tearDown() method _getRequestTokenParams (line 161) | protected function _getRequestTokenParams($amendments = []) method testGetRequestTokenVersionRejected (line 182) | public function testGetRequestTokenVersionRejected() method testGetRequestTokenConsumerKeyRejected (line 195) | public function testGetRequestTokenConsumerKeyRejected() method testGetRequestTokenConsumerKeyNotFound (line 208) | public function testGetRequestTokenConsumerKeyNotFound() method testGetRequestTokenOutdatedConsumerKey (line 226) | public function testGetRequestTokenOutdatedConsumerKey() method _setupConsumer (line 241) | protected function _setupConsumer($isLoadable = true) method _makeValidExpirationPeriod (line 276) | protected function _makeValidExpirationPeriod() method testGetRequestTokenOauthTimestampRefused (line 290) | public function testGetRequestTokenOauthTimestampRefused($timestamp) method dataProviderForGetRequestTokenNonceTimestampRefusedTest (line 304) | public function dataProviderForGetRequestTokenNonceTimestampRefusedTest() method _setupNonce (line 317) | protected function _setupNonce($isUsed = false, $timestamp = 0) method testGetRequestTokenNonceAlreadyUsed (line 349) | public function testGetRequestTokenNonceAlreadyUsed() method testGetRequestTokenNoConsumer (line 363) | public function testGetRequestTokenNoConsumer() method _setupToken (line 383) | protected function _setupToken( method testGetRequestTokenTokenRejected (line 417) | public function testGetRequestTokenTokenRejected() method testGetRequestTokenTokenRejectedByType (line 438) | public function testGetRequestTokenTokenRejectedByType() method testGetRequestTokenSignatureMethodRejected (line 460) | public function testGetRequestTokenSignatureMethodRejected() method testGetRequestTokenInvalidSignature (line 478) | public function testGetRequestTokenInvalidSignature() method testGetRequestToken (line 491) | public function testGetRequestToken() method testGetAccessTokenVersionRejected (line 517) | public function testGetAccessTokenVersionRejected() method testGetAccessTokenParameterAbsent (line 531) | public function testGetAccessTokenParameterAbsent() method testGetAccessTokenTokenRejected (line 553) | public function testGetAccessTokenTokenRejected() method testGetAccessTokenSignatureMethodRejected (line 566) | public function testGetAccessTokenSignatureMethodRejected() method testGetAccessTokenTokenUsed (line 579) | public function testGetAccessTokenTokenUsed() method testGetAccessTokenConsumerIdDoesntMatch (line 594) | public function testGetAccessTokenConsumerIdDoesntMatch() method testGetAccessTokenVerifierInvalid (line 609) | public function testGetAccessTokenVerifierInvalid($verifier, $verifier... method dataProviderForGetAccessTokenVerifierInvalidTest (line 629) | public function dataProviderForGetAccessTokenVerifierInvalidTest() method testGetAccessToken (line 635) | public function testGetAccessToken() method testValidateAccessTokenRequestTokenRejected (line 653) | public function testValidateAccessTokenRequestTokenRejected() method testValidateAccessTokenRequestTokenRejectedByType (line 667) | public function testValidateAccessTokenRequestTokenRejectedByType() method testValidateAccessTokenRequestTokenRevoked (line 681) | public function testValidateAccessTokenRequestTokenRevoked() method testValidateAccessTokenRequest (line 696) | public function testValidateAccessTokenRequest() method testValidateAccessTokenRejectedByType (line 714) | public function testValidateAccessTokenRejectedByType() method testValidateAccessTokenRevoked (line 727) | public function testValidateAccessTokenRevoked() method testValidateAccessTokenNoConsumer (line 746) | public function testValidateAccessTokenNoConsumer() method testValidateAccessToken (line 754) | public function testValidateAccessToken() method testBuildAuthorizationHeader (line 762) | public function testBuildAuthorizationHeader() method testMissingParamForBuildAuthorizationHeader (line 802) | public function testMissingParamForBuildAuthorizationHeader($expectedM... method dataProviderMissingParamForBuildAuthorizationHeaderTest (line 815) | public function dataProviderMissingParamForBuildAuthorizationHeaderTest() method _getAccessTokenRequiredParams (line 868) | protected function _getAccessTokenRequiredParams($amendments = []) method _generateRandomString (line 889) | private function _generateRandomString($length) FILE: app/code/Magento/Integration/ViewModel/JsonSerializer.php class JsonSerializer (line 14) | class JsonSerializer implements \Magento\Framework\View\Element\Block\Ar... method __construct (line 25) | public function __construct(\Magento\Framework\Serialize\Serializer\Js... method serialize (line 36) | public function serialize(array $data): string FILE: app/code/Magento/LayeredNavigation/Block/Navigation.php class Navigation (line 18) | class Navigation extends \Magento\Framework\View\Element\Template method __construct (line 49) | public function __construct( method _prepareLayout (line 67) | protected function _prepareLayout() method _beforeToHtml (line 80) | protected function _beforeToHtml() method getLayer (line 92) | public function getLayer() method getStateHtml (line 102) | public function getStateHtml() method getFilters (line 112) | public function getFilters() method canShowBlock (line 122) | public function canShowBlock() method getClearUrl (line 133) | public function getClearUrl() method configureToolbarBlock (line 143) | private function configureToolbarBlock(): void FILE: app/code/Magento/LayeredNavigation/Block/Navigation/FilterRenderer.php class FilterRenderer (line 20) | class FilterRenderer extends Template implements FilterRendererInterface method render (line 26) | public function render(FilterInterface $filter) FILE: app/code/Magento/LayeredNavigation/Block/Navigation/FilterRendererInterface.php type FilterRendererInterface (line 15) | interface FilterRendererInterface method render (line 23) | public function render(FilterInterface $filter); FILE: app/code/Magento/LayeredNavigation/Block/Navigation/State.php class State (line 16) | class State extends \Magento\Framework\View\Element\Template method __construct (line 35) | public function __construct( method getActiveFilters (line 49) | public function getActiveFilters() method getClearUrl (line 63) | public function getClearUrl() method getLayer (line 81) | public function getLayer() FILE: app/code/Magento/LayeredNavigation/Model/Aggregation/Status.php class Status (line 11) | class Status implements StatusInterface method isEnabled (line 16) | public function isEnabled() FILE: app/code/Magento/LayeredNavigation/Model/Attribute/Source/FilterableOptions.php class FilterableOptions (line 12) | class FilterableOptions implements \Magento\Framework\Data\OptionSourceI... method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/LayeredNavigation/Observer/Edit/Tab/Front/ProductAttributeFormBuildFrontTabObserver.php class ProductAttributeFormBuildFrontTabObserver (line 17) | class ProductAttributeFormBuildFrontTabObserver implements ObserverInter... method __construct (line 33) | public function __construct(Manager $moduleManager, Source\Yesno $opti... method execute (line 45) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/LayeredNavigation/Observer/Grid/ProductAttributeGridBuildObserver.php class ProductAttributeGridBuildObserver (line 16) | class ProductAttributeGridBuildObserver implements ObserverInterface method __construct (line 28) | public function __construct(Manager $moduleManager) method execute (line 39) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/LayeredNavigation/Test/Unit/Block/NavigationTest.php class NavigationTest (line 11) | class NavigationTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetStateHtml (line 65) | public function testGetStateHtml() method testCanShowBlock (line 86) | public function testCanShowBlock() method testCanShowBlockWithDifferentDisplayModes (line 119) | public function testCanShowBlockWithDifferentDisplayModes(string $mode... method canShowBlockDataProvider (line 143) | public function canShowBlockDataProvider() method testGetClearUrl (line 161) | public function testGetClearUrl() FILE: app/code/Magento/LayeredNavigation/Test/Unit/Model/Aggregation/StatusTest.php class StatusTest (line 11) | class StatusTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testIsEnabled (line 27) | public function testIsEnabled() FILE: app/code/Magento/Marketplace/Block/Index.php class Index (line 13) | class Index extends \Magento\Backend\Block\Template method __construct (line 25) | public function __construct(\Magento\Backend\Block\Template\Context $c... method getUrl (line 38) | public function getUrl($route = '', $params = []) FILE: app/code/Magento/Marketplace/Block/Partners.php class Partners (line 15) | class Partners extends \Magento\Backend\Block\Template method __construct (line 32) | public function __construct( method getPartners (line 46) | public function getPartners() method getPartnersModel (line 56) | public function getPartnersModel() FILE: app/code/Magento/Marketplace/Controller/Adminhtml/Index.php class Index (line 10) | abstract class Index extends \Magento\Backend\App\Action FILE: app/code/Magento/Marketplace/Controller/Adminhtml/Index/Index.php class Index (line 9) | class Index extends \Magento\Marketplace\Controller\Adminhtml\Index method __construct (line 20) | public function __construct( method execute (line 31) | public function execute() method getResultPageFactory (line 45) | public function getResultPageFactory() FILE: app/code/Magento/Marketplace/Controller/Adminhtml/Partners.php class Partners (line 10) | abstract class Partners extends \Magento\Backend\App\Action FILE: app/code/Magento/Marketplace/Controller/Adminhtml/Partners/Index.php class Index (line 9) | class Index extends \Magento\Marketplace\Controller\Adminhtml\Partners method __construct (line 25) | public function __construct( method execute (line 36) | public function execute() method getLayoutFactory (line 49) | public function getLayoutFactory() FILE: app/code/Magento/Marketplace/Helper/Cache.php class Cache (line 15) | class Cache extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 39) | public function __construct( method loadPartnersFromCache (line 54) | public function loadPartnersFromCache() method savePartnersToCache (line 69) | public function savePartnersToCache($partners) method getCache (line 77) | public function getCache() FILE: app/code/Magento/Marketplace/Model/Partners.php class Partners (line 16) | class Partners method __construct (line 43) | public function __construct(Curl $curl, Cache $cache, UrlInterface $ba... method getApiUrl (line 53) | public function getApiUrl() method getPartners (line 63) | public function getPartners() method getCurlClient (line 88) | public function getCurlClient() method getCache (line 96) | public function getCache() method getReferer (line 104) | public function getReferer() FILE: app/code/Magento/Marketplace/Test/Unit/Block/PartnersTest.php class PartnersTest (line 9) | class PartnersTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetPartners (line 28) | public function testGetPartners() method getPartnersBlockMock (line 47) | public function getPartnersBlockMock($methods = null) method getPartnersModelMock (line 57) | public function getPartnersModelMock($methods) FILE: app/code/Magento/Marketplace/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 9) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testExecute (line 24) | public function testExecute() method getControllerIndexMock (line 61) | public function getControllerIndexMock($methods = null) method getResultPageFactoryMock (line 69) | public function getResultPageFactoryMock($methods = null) method getConfigMock (line 77) | public function getConfigMock($methods = null) method getTitleMock (line 85) | public function getTitleMock($methods = null) method getPageMock (line 93) | public function getPageMock($methods = null) FILE: app/code/Magento/Marketplace/Test/Unit/Controller/Partners/IndexTest.php class IndexTest (line 9) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testExecute (line 30) | public function testExecute() method getControllerIndexMock (line 76) | public function getControllerIndexMock($methods = null) method getLayoutFactoryMock (line 84) | public function getLayoutFactoryMock($methods = null) method getLayoutMock (line 92) | public function getLayoutMock() method getResponseMock (line 100) | public function getResponseMock($methods = null) method getRequestMock (line 108) | public function getRequestMock($methods = null) method getBlockInterfaceMock (line 116) | public function getBlockInterfaceMock() FILE: app/code/Magento/Marketplace/Test/Unit/Helper/CacheTest.php class CacheTest (line 11) | class CacheTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testLoadPartnersFromCache (line 42) | public function testLoadPartnersFromCache() method testLoadPartnersFromCacheNoCachedData (line 58) | public function testLoadPartnersFromCacheNoCachedData() method testSavePartnersToCache (line 70) | public function testSavePartnersToCache() FILE: app/code/Magento/Marketplace/Test/Unit/Model/PartnersTest.php class PartnersTest (line 9) | class PartnersTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetPartners (line 56) | public function testGetPartners() method testGetPartnersException (line 89) | public function testGetPartnersException() method getPartnersBlockMock (line 124) | public function getPartnersBlockMock($methods = null) method getPartnersModelMock (line 134) | public function getPartnersModelMock($methods) method getCurlMock (line 144) | public function getCurlMock($methods) method getCacheMock (line 154) | public function getCacheMock($methods) FILE: app/code/Magento/MediaGallery/Model/Asset.php class Asset (line 18) | class Asset extends AbstractExtensibleModel implements AssetInterface method getId (line 33) | public function getId(): ?int method getPath (line 47) | public function getPath(): string method getTitle (line 55) | public function getTitle(): ?string method getSource (line 63) | public function getSource(): ?string method getContentType (line 71) | public function getContentType(): string method getWidth (line 79) | public function getWidth(): int method getHeight (line 87) | public function getHeight(): int method getCreatedAt (line 95) | public function getCreatedAt(): string method getUpdatedAt (line 103) | public function getUpdatedAt(): string method getExtensionAttributes (line 111) | public function getExtensionAttributes(): AssetExtensionInterface method setExtensionAttributes (line 119) | public function setExtensionAttributes(AssetExtensionInterface $extens... FILE: app/code/Magento/MediaGallery/Model/Asset/Command/DeleteByPath.php class DeleteByPath (line 19) | class DeleteByPath implements DeleteByPathInterface method __construct (line 41) | public function __construct( method execute (line 57) | public function execute(string $mediaAssetPath): void FILE: app/code/Magento/MediaGallery/Model/Asset/Command/GetById.php class GetById (line 21) | class GetById implements GetByIdInterface method __construct (line 47) | public function __construct( method execute (line 66) | public function execute(int $mediaAssetId): AssetInterface FILE: app/code/Magento/MediaGallery/Model/Asset/Command/GetByPath.php class GetByPath (line 21) | class GetByPath implements GetByPathInterface method __construct (line 49) | public function __construct( method execute (line 67) | public function execute(string $mediaFilePath): AssetInterface FILE: app/code/Magento/MediaGallery/Model/Asset/Command/Save.php class Save (line 20) | class Save implements SaveInterface method __construct (line 46) | public function __construct( method execute (line 64) | public function execute(AssetInterface $mediaAsset): int FILE: app/code/Magento/MediaGallery/Model/DataExtractor.php class DataExtractor (line 15) | class DataExtractor implements DataExtractorInterface method extract (line 26) | public function extract($object, string $interface = null): array FILE: app/code/Magento/MediaGallery/Model/Keyword.php class Keyword (line 18) | class Keyword extends AbstractExtensibleModel implements KeywordInterface method getId (line 27) | public function getId(): ?int method getKeyword (line 41) | public function getKeyword(): string method getExtensionAttributes (line 49) | public function getExtensionAttributes(): KeywordExtensionInterface method setExtensionAttributes (line 57) | public function setExtensionAttributes(KeywordExtensionInterface $exte... FILE: app/code/Magento/MediaGallery/Model/Keyword/Command/GetAssetKeywords.php class GetAssetKeywords (line 20) | class GetAssetKeywords implements GetAssetKeywordsInterface method __construct (line 47) | public function __construct( method execute (line 65) | public function execute(int $assetId): array FILE: app/code/Magento/MediaGallery/Model/Keyword/Command/SaveAssetKeywords.php class SaveAssetKeywords (line 21) | class SaveAssetKeywords implements SaveAssetKeywordsInterface method __construct (line 49) | public function __construct( method execute (line 66) | public function execute(array $keywords, int $assetId): void method getKeywordIds (line 101) | private function getKeywordIds(array $keywords): array FILE: app/code/Magento/MediaGallery/Model/Keyword/Command/SaveAssetLinks.php class SaveAssetLinks (line 21) | class SaveAssetLinks method __construct (line 43) | public function __construct( method execute (line 59) | public function execute(int $assetId, array $keywordIds): void FILE: app/code/Magento/MediaGallery/Plugin/Product/Gallery/Processor.php class Processor (line 19) | class Processor method __construct (line 37) | public function __construct( method afterRemoveImage (line 57) | public function afterRemoveImage( FILE: app/code/Magento/MediaGallery/Plugin/Wysiwyg/Images/Storage.php class Storage (line 22) | class Storage method __construct (line 52) | public function __construct( method afterDeleteFile (line 76) | public function afterDeleteFile(StorageSubject $subject, StorageSubjec... FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/DeleteByPathTest.php class DeleteByPathTest (line 22) | class DeleteByPathTest extends TestCase method setUp (line 45) | protected function setUp(): void method testSuccessfulDeleteByIdExecution (line 71) | public function testSuccessfulDeleteByIdExecution(): void method testExceptionOnDeleteExecution (line 83) | public function testExceptionOnDeleteExecution(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdExceptionDuringMediaAssetInitializationTest.php class GetByIdExceptionDuringMediaAssetInitializationTest (line 24) | class GetByIdExceptionDuringMediaAssetInitializationTest extends \PHPUni... method setUp (line 63) | protected function setUp(): void method testErrorDuringMediaAssetInitializationException (line 91) | public function testErrorDuringMediaAssetInitializationException(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdExceptionNoSuchEntityTest.php class GetByIdExceptionNoSuchEntityTest (line 24) | class GetByIdExceptionNoSuchEntityTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp(): void method testNotFoundMediaAssetException (line 84) | public function testNotFoundMediaAssetException(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdExceptionOnGetDataTest.php class GetByIdExceptionOnGetDataTest (line 24) | class GetByIdExceptionOnGetDataTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp(): void method testExceptionDuringGetMediaAssetData (line 85) | public function testExceptionDuringGetMediaAssetData(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/GetByIdSuccessfulTest.php class GetByIdSuccessfulTest (line 24) | class GetByIdSuccessfulTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp(): void method testSuccessfulGetByIdExecution (line 86) | public function testSuccessfulGetByIdExecution(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Asset/Command/SaveTest.php class SaveTest (line 25) | class SaveTest extends TestCase method setUp (line 93) | protected function setUp(): void method testSuccessfulExecute (line 124) | public function testSuccessfulExecute(): void method testExceptionExecute (line 153) | public function testExceptionExecute(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/DataExtractorTest.php class DataExtractorTest (line 19) | class DataExtractorTest extends TestCase method setUp (line 29) | protected function setUp(): void method testExtractData (line 45) | public function testExtractData(string $class, $interfaceClass, array ... method checkValues (line 66) | protected function checkValues(array $expectedData, array $data, $model) method assetProvider (line 78) | public function assetProvider() FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Keyword/Command/GetAssetKeywordsTest.php class GetAssetKeywordsTest (line 24) | class GetAssetKeywordsTest extends TestCase method setUp (line 46) | protected function setUp(): void method testFind (line 66) | public function testFind(array $databaseQueryResult, int $expectedNumb... method casesProvider (line 83) | public function casesProvider(): array method testNotFoundBecauseOfError (line 97) | public function testNotFoundBecauseOfError(): void method configureResourceConnectionStub (line 118) | private function configureResourceConnectionStub(array $queryResult): ... method configureAssetKeywordFactoryStub (line 143) | private function configureAssetKeywordFactoryStub(): void FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Keyword/Command/SaveAssetKeywordsTest.php class SaveAssetKeywordsTest (line 24) | class SaveAssetKeywordsTest extends TestCase method setUp (line 59) | public function setUp(): void method testAssetKeywordsSave (line 85) | public function testAssetKeywordsSave(array $keywords, int $assetId, a... method testAssetNotSavingCausedByError (line 109) | public function testAssetNotSavingCausedByError(): void method prepareResourceConnection (line 127) | private function prepareResourceConnection(): void method assetKeywordsDataProvider (line 153) | public function assetKeywordsDataProvider(): array FILE: app/code/Magento/MediaGallery/Test/Unit/Model/Keyword/Command/SaveAssetLinksTest.php class SaveAssetLinksTest (line 21) | class SaveAssetLinksTest extends TestCase method setUp (line 46) | public function setUp(): void method testAssetKeywordsSave (line 67) | public function testAssetKeywordsSave(int $assetId, array $keywordIds,... method testAssetNotSavingCausedByError (line 97) | public function testAssetNotSavingCausedByError(): void method assetLinksDataProvider (line 118) | public function assetLinksDataProvider(): array FILE: app/code/Magento/MediaGalleryApi/Api/Data/AssetInterface.php type AssetInterface (line 17) | interface AssetInterface extends ExtensibleDataInterface method getId (line 24) | public function getId(): ?int; method getPath (line 31) | public function getPath(): string; method getTitle (line 38) | public function getTitle(): ?string; method getSource (line 45) | public function getSource(): ?string; method getContentType (line 52) | public function getContentType(): string; method getHeight (line 59) | public function getHeight(): int; method getWidth (line 66) | public function getWidth(): int; method getCreatedAt (line 73) | public function getCreatedAt(): string; method getUpdatedAt (line 80) | public function getUpdatedAt(): string; method getExtensionAttributes (line 87) | public function getExtensionAttributes(): AssetExtensionInterface; method setExtensionAttributes (line 95) | public function setExtensionAttributes(AssetExtensionInterface $extens... FILE: app/code/Magento/MediaGalleryApi/Api/Data/KeywordInterface.php type KeywordInterface (line 16) | interface KeywordInterface extends ExtensibleDataInterface method getId (line 23) | public function getId(): ?int; method getKeyword (line 30) | public function getKeyword(): string; method getExtensionAttributes (line 37) | public function getExtensionAttributes(): KeywordExtensionInterface; method setExtensionAttributes (line 45) | public function setExtensionAttributes(KeywordExtensionInterface $exte... FILE: app/code/Magento/MediaGalleryApi/Model/Asset/Command/DeleteByPathInterface.php type DeleteByPathInterface (line 14) | interface DeleteByPathInterface method execute (line 23) | public function execute(string $mediaAssetPath): void; FILE: app/code/Magento/MediaGalleryApi/Model/Asset/Command/GetByIdInterface.php type GetByIdInterface (line 14) | interface GetByIdInterface method execute (line 25) | public function execute(int $mediaAssetId): \Magento\MediaGalleryApi\A... FILE: app/code/Magento/MediaGalleryApi/Model/Asset/Command/GetByPathInterface.php type GetByPathInterface (line 14) | interface GetByPathInterface method execute (line 23) | public function execute(string $mediaFilePath): \Magento\MediaGalleryA... FILE: app/code/Magento/MediaGalleryApi/Model/Asset/Command/SaveInterface.php type SaveInterface (line 16) | interface SaveInterface method execute (line 26) | public function execute(AssetInterface $mediaAsset): int; FILE: app/code/Magento/MediaGalleryApi/Model/DataExtractorInterface.php type DataExtractorInterface (line 13) | interface DataExtractorInterface method extract (line 22) | public function extract($object, string $interface = null): array; FILE: app/code/Magento/MediaGalleryApi/Model/Keyword/Command/GetAssetKeywordsInterface.php type GetAssetKeywordsInterface (line 13) | interface GetAssetKeywordsInterface method execute (line 22) | public function execute(int $assetId): array; FILE: app/code/Magento/MediaGalleryApi/Model/Keyword/Command/SaveAssetKeywordsInterface.php type SaveAssetKeywordsInterface (line 13) | interface SaveAssetKeywordsInterface method execute (line 22) | public function execute(array $keywords, int $assetId): void; FILE: app/code/Magento/MediaStorage/App/Media.php class Media (line 26) | class Media implements AppInterface method __construct (line 105) | public function __construct( method launch (line 140) | public function launch() method setPlaceholderImage (line 174) | private function setPlaceholderImage() method getOriginalImage (line 186) | private function getOriginalImage(string $resizedImagePath): string method catchException (line 194) | public function catchException(App\Bootstrap $bootstrap, \Exception $e... FILE: app/code/Magento/MediaStorage/Block/System/Config/System/Storage/Media/Synchronize.php class Synchronize (line 11) | class Synchronize extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 28) | public function __construct( method render (line 43) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 57) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method getAjaxSyncUrl (line 67) | public function getAjaxSyncUrl() method getAjaxStatusUpdateUrl (line 77) | public function getAjaxStatusUpdateUrl() method getButtonHtml (line 87) | public function getButtonHtml() method getSyncStorageParams (line 112) | public function getSyncStorageParams() FILE: app/code/Magento/MediaStorage/Console/Command/ImagesResizeCommand.php class ImagesResizeCommand (line 25) | class ImagesResizeCommand extends \Symfony\Component\Console\Command\Com... method __construct (line 49) | public function __construct( method configure (line 65) | protected function configure() method execute (line 76) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/MediaStorage/Controller/Adminhtml/System/Config/System/Storage.php class Storage (line 14) | abstract class Storage extends \Magento\Backend\App\Action method _getSyncSingleton (line 26) | protected function _getSyncSingleton() method _getSyncFlag (line 36) | protected function _getSyncFlag() FILE: app/code/Magento/MediaStorage/Controller/Adminhtml/System/Config/System/Storage/Status.php class Status (line 9) | class Status extends \Magento\MediaStorage\Controller\Adminhtml\System\C... method __construct (line 20) | public function __construct( method execute (line 34) | public function execute() FILE: app/code/Magento/MediaStorage/Controller/Adminhtml/System/Config/System/Storage/Synchronize.php class Synchronize (line 9) | class Synchronize extends \Magento\MediaStorage\Controller\Adminhtml\Sys... method execute (line 16) | public function execute() FILE: app/code/Magento/MediaStorage/Helper/File/Media.php class Media (line 14) | class Media extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 33) | public function __construct( method collectFileInfo (line 57) | public function collectFileInfo($mediaDirectory, $path) FILE: app/code/Magento/MediaStorage/Helper/File/Storage.php class Storage (line 15) | class Storage extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 56) | public function __construct( method getCurrentStorageCode (line 73) | public function getCurrentStorageCode() method getStorageFileModel (line 90) | public function getStorageFileModel() method isInternalStorage (line 101) | public function isInternalStorage($storage = null) method getStorageModel (line 115) | public function getStorageModel($storage = null, $params = []) method processStorageFile (line 127) | public function processStorageFile($filename) method saveFileToFileSystem (line 151) | public function saveFileToFileSystem($file) FILE: app/code/Magento/MediaStorage/Helper/File/Storage/Database.php class Database (line 18) | class Database extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 67) | public function __construct( method checkDbUsage (line 84) | public function checkDbUsage() method getStorageDatabaseModel (line 102) | public function getStorageDatabaseModel() method getStorageFileModel (line 116) | public function getStorageFileModel() method getResourceStorageModel (line 126) | public function getResourceStorageModel() method saveFile (line 140) | public function saveFile($filename) method renameFile (line 154) | public function renameFile($oldName, $newName) method copyFile (line 171) | public function copyFile($oldName, $newName) method fileExists (line 187) | public function fileExists($filename) method getUniqueFilename (line 203) | public function getUniqueFilename($directory, $filename) method saveFileToFilesystem (line 226) | public function saveFileToFilesystem($filename) method getMediaRelativePath (line 246) | public function getMediaRelativePath($fullPath) method deleteFolder (line 258) | public function deleteFolder($folderName) method deleteFile (line 271) | public function deleteFile($filename) method saveUploadedFile (line 291) | public function saveUploadedFile($result) method _removeAbsPathFromFileName (line 318) | protected function _removeAbsPathFromFileName($filename) method getMediaBaseDir (line 328) | public function getMediaBaseDir() FILE: app/code/Magento/MediaStorage/Model/Asset/Plugin/CleanMergedJsCss.php class CleanMergedJsCss (line 10) | class CleanMergedJsCss method __construct (line 26) | public function __construct( method afterCleanMergedJsCss (line 43) | public function afterCleanMergedJsCss(\Magento\Framework\View\Asset\Me... FILE: app/code/Magento/MediaStorage/Model/Config/Backend/Storage/Media/Database.php class Database (line 8) | class Database extends \Magento\Framework\App\Config\Value method __construct (line 27) | public function __construct( method afterSave (line 46) | public function afterSave() FILE: app/code/Magento/MediaStorage/Model/Config/Source/Storage/Media/Database.php class Database (line 15) | class Database implements \Magento\Framework\Option\ArrayInterface method __construct (line 25) | public function __construct(DeploymentConfig $deploymentConfig) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/MediaStorage/Model/Config/Source/Storage/Media/Storage.php class Storage (line 12) | class Storage implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 19) | public function toOptionArray() FILE: app/code/Magento/MediaStorage/Model/File/Storage.php class Storage (line 20) | class Storage extends AbstractModel method __construct (line 107) | public function __construct( method _synchronizeHasErrors (line 138) | protected function _synchronizeHasErrors($sourceModel, $destinationModel) method getSyncFlag (line 152) | public function getSyncFlag() method getStorageModel (line 170) | public function getStorageModel($storage = null, $params = []) method synchronize (line 207) | public function synchronize($storage) method getScriptConfig (line 286) | public function getScriptConfig() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Config.php class Config (line 13) | class Config method __construct (line 41) | public function __construct( method getMediaDirectory (line 56) | public function getMediaDirectory() method getAllowedResources (line 66) | public function getAllowedResources() method save (line 76) | public function save() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Database.php class Database (line 14) | class Database extends \Magento\MediaStorage\Model\File\Storage\Database... method __construct (line 69) | public function __construct( method getDirectoryModel (line 103) | public function getDirectoryModel() method init (line 119) | public function init() method getStorageName (line 132) | public function getStorageName() method loadByFilename (line 143) | public function loadByFilename($filePath) method hasErrors (line 156) | public function hasErrors() method clear (line 166) | public function clear() method exportDirectories (line 180) | public function exportDirectories($offset = 0, $count = 100) method importDirectories (line 191) | public function importDirectories($dirs) method exportFiles (line 203) | public function exportFiles($offset = 0, $count = 100) method importFiles (line 222) | public function importFiles($files) method saveFile (line 262) | public function saveFile($filename) method fileExists (line 285) | public function fileExists($filePath) method copyFile (line 297) | public function copyFile($oldFilePath, $newFilePath) method renameFile (line 316) | public function renameFile($oldFilePath, $newFilePath) method getDirectoryFiles (line 346) | public function getDirectoryFiles($directory) method deleteFile (line 358) | public function deleteFile($path) method getMediaBaseDirectory (line 373) | public function getMediaBaseDirectory() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Database/AbstractDatabase.php class AbstractDatabase (line 11) | abstract class AbstractDatabase extends \Magento\Framework\Model\Abstrac... method __construct (line 55) | public function __construct( method getConfigConnectionName (line 81) | public function getConfigConnectionName() method _getResource (line 100) | protected function _getResource() method prepareStorage (line 113) | public function prepareStorage() method setConnectionName (line 126) | public function setConnectionName($connectionName) method getConnectionName (line 141) | public function getConnectionName() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Directory/Database.php class Database (line 15) | class Database extends \Magento\MediaStorage\Model\File\Storage\Database... method __construct (line 49) | public function __construct( method loadByPath (line 82) | public function loadByPath($path) method hasErrors (line 101) | public function hasErrors() method getParentId (line 111) | public function getParentId() method createRecursive (line 131) | public function createRecursive($path) method exportDirectories (line 163) | public function exportDirectories($offset = 0, $count = 100) method importDirectories (line 184) | public function importDirectories($dirs) method clearDirectories (line 224) | public function clearDirectories() method getSubdirectories (line 236) | public function getSubdirectories($directory) method deleteDirectory (line 249) | public function deleteDirectory($dirPath) FILE: app/code/Magento/MediaStorage/Model/File/Storage/File.php class File (line 14) | class File method __construct (line 67) | public function __construct( method init (line 84) | public function init() method getStorageName (line 94) | public function getStorageName() method getStorageData (line 104) | public function getStorageData() method hasErrors (line 114) | public function hasErrors() method clear (line 124) | public function clear() method collectData (line 139) | public function collectData($offset = 0, $count = 100, $type = 'files') method getConfigConnectionName (line 164) | public function getConfigConnectionName() method getConnectionName (line 174) | public function getConnectionName() method exportDirectories (line 186) | public function exportDirectories($offset = 0, $count = 100) method exportFiles (line 198) | public function exportFiles($offset = 0, $count = 1) method import (line 228) | public function import($data, $callback) method importDirectories (line 252) | public function importDirectories($dirs) method importFiles (line 263) | public function importFiles($files) method saveDir (line 274) | public function saveDir($dir) method saveFile (line 287) | public function saveFile($file, $overwrite = true) method getMediaBaseDirectory (line 316) | public function getMediaBaseDirectory() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Flag.php class Flag (line 18) | class Flag extends \Magento\Framework\Flag method passError (line 59) | public function passError(\Exception $e) FILE: app/code/Magento/MediaStorage/Model/File/Storage/Request.php class Request (line 10) | class Request method __construct (line 22) | public function __construct(HttpRequest $request) method getPathInfo (line 32) | public function getPathInfo() FILE: app/code/Magento/MediaStorage/Model/File/Storage/Response.php class Response (line 13) | class Response extends Http implements method __construct (line 39) | public function __construct( method sendResponse (line 56) | public function sendResponse() method setFilePath (line 73) | public function setFilePath($path) FILE: app/code/Magento/MediaStorage/Model/File/Storage/Synchronization.php class Synchronization (line 17) | class Synchronization method __construct (line 37) | public function __construct( method synchronize (line 52) | public function synchronize($relativeFileName) FILE: app/code/Magento/MediaStorage/Model/File/Uploader.php class Uploader (line 15) | class Uploader extends \Magento\Framework\File\Uploader method __construct (line 49) | public function __construct( method _afterSave (line 67) | protected function _afterSave($result) method skipDbProcessing (line 88) | public function skipDbProcessing($flag = null) method checkAllowedExtension (line 103) | public function checkAllowedExtension($extension) method getFileSize (line 118) | public function getFileSize() method validateFile (line 128) | public function validateFile() FILE: app/code/Magento/MediaStorage/Model/File/Validator/AvailablePath.php class AvailablePath (line 29) | class AvailablePath extends \Zend_Validate_Abstract method __construct (line 68) | public function __construct() method _initMessageTemplates (line 78) | protected function _initMessageTemplates() method setPaths (line 97) | public function setPaths(array $paths) method setProtectedPaths (line 114) | public function setProtectedPaths(array $paths) method addProtectedPath (line 126) | public function addProtectedPath($path) method getProtectedPaths (line 141) | public function getProtectedPaths() method setAvailablePaths (line 152) | public function setAvailablePaths(array $paths) method addAvailablePath (line 164) | public function addAvailablePath($path) method getAvailablePaths (line 179) | public function getAvailablePaths() method isValid (line 196) | public function isValid($value) method _isValidByPaths (line 239) | protected function _isValidByPaths($valuePathInfo, $paths, $protected) FILE: app/code/Magento/MediaStorage/Model/File/Validator/NotProtectedExtension.php class NotProtectedExtension (line 12) | class NotProtectedExtension extends \Zend_Validate_Abstract method __construct (line 50) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method _initMessageTemplates (line 62) | protected function _initMessageTemplates() method _initProtectedFileExtensions (line 77) | protected function _initProtectedFileExtensions() method getProtectedFileExtensions (line 98) | public function getProtectedFileExtensions($store = null) method isValid (line 117) | public function isValid($value) FILE: app/code/Magento/MediaStorage/Model/ResourceModel/File/Storage/AbstractStorage.php class AbstractStorage (line 11) | abstract class AbstractStorage extends \Magento\Framework\Model\Resource... method setConnectionName (line 26) | public function setConnectionName($name) method getConnection (line 38) | public function getConnection() method _getConnection (line 49) | protected function _getConnection($resourceName) FILE: app/code/Magento/MediaStorage/Model/ResourceModel/File/Storage/Database.php class Database (line 14) | class Database extends \Magento\MediaStorage\Model\ResourceModel\File\St... method __construct (line 26) | public function __construct( method _construct (line 40) | protected function _construct() method createDatabaseScheme (line 50) | public function createDatabaseScheme() method _decodeFileContent (line 130) | protected function _decodeFileContent($row) method _decodeAllFilesContent (line 142) | protected function _decodeAllFilesContent($rows) method loadByFilename (line 158) | public function loadByFilename(\Magento\MediaStorage\Model\File\Storag... method clearFiles (line 186) | public function clearFiles() method getFiles (line 201) | public function getFiles($offset = 0, $count = 100) method saveFile (line 225) | public function saveFile($file) method renameFile (line 253) | public function renameFile($oldFilename, $oldPath, $newFilename, $newP... method copyFile (line 275) | public function copyFile($oldFilename, $oldPath, $newFilename, $newPath) method fileExists (line 312) | public function fileExists($filename, $path) method deleteFolder (line 337) | public function deleteFolder($folderName = '') method deleteFile (line 362) | public function deleteFile($filename, $directory) method getDirectoryFiles (line 378) | public function getDirectoryFiles($directory) FILE: app/code/Magento/MediaStorage/Model/ResourceModel/File/Storage/Directory/Database.php class Database (line 11) | class Database extends \Magento\MediaStorage\Model\ResourceModel\File\St... method _construct (line 18) | protected function _construct() method createDatabaseScheme (line 28) | public function createDatabaseScheme() method loadByPath (line 100) | public function loadByPath(\Magento\MediaStorage\Model\File\Storage\Di... method getParentId (line 134) | public function getParentId($path) method clearDirectories (line 162) | public function clearDirectories() method exportDirectories (line 177) | public function exportDirectories($offset, $count = 100) method getSubdirectories (line 200) | public function getSubdirectories($directory) method deleteDirectory (line 224) | public function deleteDirectory($name, $path) FILE: app/code/Magento/MediaStorage/Model/ResourceModel/File/Storage/File.php class File (line 16) | class File method __construct (line 38) | public function __construct( method getStorageData (line 54) | public function getStorageData($dir = '/') method clear (line 86) | public function clear($dir = '') method saveDir (line 114) | public function saveDir($dir) method saveFile (line 143) | public function saveFile($filePath, $content, $overwrite = false) FILE: app/code/Magento/MediaStorage/Service/ImageResize.php class ImageResize (line 36) | class ImageResize method __construct (line 119) | public function __construct( method resizeFromImageName (line 155) | public function resizeFromImageName(string $originalImageName) method resizeFromThemes (line 181) | public function resizeFromThemes(array $themes = null): Generator method getThemesInUse (line 218) | private function getThemesInUse(): array method getViewImages (line 238) | private function getViewImages(array $themes): array method getUniqueImageIndex (line 269) | private function getUniqueImageIndex(array $imageData): string method makeImage (line 284) | private function makeImage(string $originalImagePath, array $imagePara... method resize (line 303) | private function resize(array $imageParams, string $originalImagePath,... method getWatermarkFilePath (line 352) | private function getWatermarkFilePath($file) FILE: app/code/Magento/MediaStorage/Test/Unit/App/MediaTest.php class MediaTest (line 17) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method tearDown (line 124) | protected function tearDown() method testProcessRequestCreatesConfigFileMediaDirectoryIsNotProvided (line 129) | public function testProcessRequestCreatesConfigFileMediaDirectoryIsNot... method testProcessRequestReturnsFileIfItsProperlySynchronized (line 164) | public function testProcessRequestReturnsFileIfItsProperlySynchronized() method testProcessRequestReturnsNotFoundIfFileIsNotSynchronized (line 184) | public function testProcessRequestReturnsNotFoundIfFileIsNotSynchroniz... method testCatchException (line 204) | public function testCatchException($isDeveloper, $setBodyCalls) method catchExceptionDataProvider (line 224) | public function catchExceptionDataProvider() FILE: app/code/Magento/MediaStorage/Test/Unit/Helper/File/MediaTest.php class MediaTest (line 11) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testCollectFileInfo (line 57) | public function testCollectFileInfo($path, $expectedDir, $expectedFile) method pathDataProvider (line 93) | public function pathDataProvider() method testCollectFileInfoNotFile (line 105) | public function testCollectFileInfoNotFile() method testCollectFileInfoNotReadable (line 135) | public function testCollectFileInfoNotReadable() FILE: app/code/Magento/MediaStorage/Test/Unit/Helper/File/Storage/DatabaseTest.php class DatabaseTest (line 11) | class DatabaseTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCheckDbUsage (line 67) | public function testCheckDbUsage($storage, $expected) method checkDbUsageDataProvider (line 81) | public function checkDbUsageDataProvider() method testGetStorageDatabaseModel (line 89) | public function testGetStorageDatabaseModel() method testGetStorageFileModel (line 101) | public function testGetStorageFileModel() method testGetResourceStorageModel (line 106) | public function testGetResourceStorageModel() method testSaveFile (line 131) | public function testSaveFile($storage, $callNum) method updateFileDataProvider (line 153) | public function updateFileDataProvider() method testRenameFile (line 166) | public function testRenameFile($storage, $callNum) method testCopyFile (line 190) | public function testCopyFile($storage, $callNum) method testFileExists (line 215) | public function testFileExists($storage, $callNum, $expected) method fileExistsDataProvider (line 238) | public function fileExistsDataProvider() method testGetUniqueFilename (line 252) | public function testGetUniqueFilename($storage, $callNum, $expected) method getUniqueFilenameDataProvider (line 279) | public function getUniqueFilenameDataProvider() method testSaveFileToFileSystem (line 295) | public function testSaveFileToFileSystem($expected, $storage, $callNum... method saveFileToFileSystemDataProvider (line 326) | public function saveFileToFileSystemDataProvider() method testGetMediaRelativePath (line 345) | public function testGetMediaRelativePath() method testDeleteFolder (line 355) | public function testDeleteFolder($storage, $callNum) method testDeleteFile (line 386) | public function testDeleteFile($storage, $callNum) method testSaveUploadedFile (line 413) | public function testSaveUploadedFile($result, $expected, $expectedFull... method saveUploadedFileDataProvider (line 451) | public function saveUploadedFileDataProvider() method testGetMediaBaseDir (line 479) | public function testGetMediaBaseDir() FILE: app/code/Magento/MediaStorage/Test/Unit/Helper/File/StorageTest.php class StorageTest (line 10) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetCurrentStorageCode (line 46) | public function testGetCurrentStorageCode() method testGetStorageFileModel (line 58) | public function testGetStorageFileModel() method testIsInternalStorage (line 69) | public function testIsInternalStorage($storage, $callNum, $expected) method isInternalStorageDataProvider (line 83) | public function isInternalStorageDataProvider() method testGetStorageModel (line 92) | public function testGetStorageModel() method testProcessStorageFile (line 111) | public function testProcessStorageFile($expected, $storage, $callNum, ... method processStorageFileDataProvider (line 155) | public function processStorageFileDataProvider() method testSaveFileToFileSystem (line 164) | public function testSaveFileToFileSystem() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/Asset/Plugin/CleanMergedJsCssTest.php class CleanMergedJsCssTest (line 10) | class CleanMergedJsCssTest extends \Magento\Framework\TestFramework\Unit... method setUp (line 27) | protected function setUp() method testAfterCleanMergedJsCss (line 41) | public function testAfterCleanMergedJsCss() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/Config/Source/Storage/Media/DatabaseTest.php class DatabaseTest (line 14) | class DatabaseTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testToOptionArray (line 49) | public function testToOptionArray() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method testSave (line 15) | public function testSave() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/Directory/DatabaseTest.php class DatabaseTest (line 13) | class DatabaseTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testImportDirectories (line 131) | public function testImportDirectories() method testImportDirectoriesFailureWithoutParent (line 155) | public function testImportDirectoriesFailureWithoutParent() method testImportDirectoriesFailureNotArray (line 167) | public function testImportDirectoriesFailureNotArray() method testSetGetConnectionName (line 174) | public function testSetGetConnectionName() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/MediaTest.php class MediaTest (line 11) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method tearDown (line 53) | protected function tearDown() method testCollectDataSuccess (line 58) | public function testCollectDataSuccess() method testCollectDataFailureWrongType (line 70) | public function testCollectDataFailureWrongType() method testCollectDataFailureEmptyDataWasGiven (line 82) | public function testCollectDataFailureEmptyDataWasGiven() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/RequestTest.php class RequestTest (line 8) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testGetPathInfo (line 39) | public function testGetPathInfo() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/ResponseTest.php class ResponseTest (line 13) | class ResponseTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testSendResponse (line 47) | public function testSendResponse(): void method testSendResponseWithoutFilePath (line 69) | public function testSendResponseWithoutFilePath(): void FILE: app/code/Magento/MediaStorage/Test/Unit/Model/File/Storage/SynchronizationTest.php class SynchronizationTest (line 10) | class SynchronizationTest extends \PHPUnit\Framework\TestCase method testSynchronize (line 12) | public function testSynchronize() FILE: app/code/Magento/MediaStorage/Test/Unit/Model/ResourceModel/File/Storage/FileTest.php class FileTest (line 14) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method tearDown (line 67) | protected function tearDown() method testGetStorageData (line 75) | public function testGetStorageData() FILE: app/code/Magento/MediaStorage/Test/Unit/Service/ImageResizeTest.php class ImageResizeTest (line 32) | class ImageResizeTest extends \PHPUnit\Framework\TestCase method setUp (line 132) | protected function setUp() method tearDown (line 242) | protected function tearDown() method testResizeFromThemesMediaStorageDatabase (line 247) | public function testResizeFromThemesMediaStorageDatabase() method testResizeFromImageNameMediaStorageDatabase (line 287) | public function testResizeFromImageNameMediaStorageDatabase() FILE: app/code/Magento/MessageQueue/Console/ConsumerListCommand.php class ConsumerListCommand (line 17) | class ConsumerListCommand extends Command method __construct (line 34) | public function __construct(QueueConfig $queueConfig, $name = null) method execute (line 42) | protected function execute(InputInterface $input, OutputInterface $out... method configure (line 52) | protected function configure() method getConsumers (line 67) | private function getConsumers() method getConsumerConfig (line 83) | private function getConsumerConfig() FILE: app/code/Magento/MessageQueue/Console/StartConsumerCommand.php class StartConsumerCommand (line 19) | class StartConsumerCommand extends Command method __construct (line 53) | public function __construct( method execute (line 69) | protected function execute(InputInterface $input, OutputInterface $out... method configure (line 106) | protected function configure() FILE: app/code/Magento/MessageQueue/Model/ConsumerRunner.php class ConsumerRunner (line 25) | class ConsumerRunner method __construct (line 49) | public function __construct( method __call (line 67) | public function __call($name, $arguments) FILE: app/code/Magento/MessageQueue/Model/Cron/ConsumersRunner.php class ConsumersRunner (line 21) | class ConsumersRunner method __construct (line 78) | public function __construct( method run (line 101) | public function run() method canBeRun (line 143) | private function canBeRun(ConsumerConfigItemInterface $consumerConfig,... FILE: app/code/Magento/MessageQueue/Model/Lock.php class Lock (line 11) | class Lock extends \Magento\Framework\Model\AbstractModel method _construct (line 18) | protected function _construct() method getMessageCode (line 28) | public function getMessageCode() method setMessageCode (line 39) | public function setMessageCode($value) method getCreatedAt (line 49) | public function getCreatedAt() method setCreatedAt (line 60) | public function setCreatedAt($value) FILE: app/code/Magento/MessageQueue/Model/Plugin/ResourceModel/Lock.php class Lock (line 12) | class Lock method __construct (line 24) | public function __construct(\Magento\Framework\MessageQueue\Lock\Write... method afterSet (line 36) | public function afterSet(\Magento\Framework\App\MaintenanceMode $subje... FILE: app/code/Magento/MessageQueue/Model/PoisonPillCompare.php class PoisonPillCompare (line 16) | class PoisonPillCompare implements PoisonPillCompareInterface method __construct (line 27) | public function __construct( method isLatestVersion (line 36) | public function isLatestVersion(string $poisonPillVersion): bool FILE: app/code/Magento/MessageQueue/Model/ResourceModel/Lock.php class Lock (line 14) | class Lock extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb ... method __construct (line 44) | public function __construct( method _construct (line 60) | protected function _construct() method read (line 68) | public function read(\Magento\Framework\MessageQueue\LockInterface $lo... method saveLock (line 80) | public function saveLock(\Magento\Framework\MessageQueue\LockInterface... method releaseOutdatedLocks (line 91) | public function releaseOutdatedLocks() FILE: app/code/Magento/MessageQueue/Model/ResourceModel/PoisonPill.php class PoisonPill (line 17) | class PoisonPill extends AbstractDb implements PoisonPillPutInterface, P... method _construct (line 27) | protected function _construct() method put (line 35) | public function put(): string method getLatestVersion (line 53) | public function getLatestVersion(): string method getVersionFromDb (line 63) | private function getVersionFromDb(): string FILE: app/code/Magento/MessageQueue/Setup/ConfigOptionsList.php class ConfigOptionsList (line 19) | class ConfigOptionsList implements ConfigOptionsListInterface method getOptions (line 46) | public function getOptions() method createConfig (line 64) | public function createConfig(array $data, DeploymentConfig $deployment... method validate (line 81) | public function validate(array $options, DeploymentConfig $deploymentC... method isDataEmpty (line 100) | private function isDataEmpty(array $data, $key) FILE: app/code/Magento/MessageQueue/Test/Unit/Console/StartConsumerCommandTest.php class StartConsumerCommandTest (line 16) | class StartConsumerCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testExecute (line 90) | public function testExecute( method executeDataProvider (line 153) | public function executeDataProvider() method testConfigure (line 194) | public function testConfigure() FILE: app/code/Magento/MessageQueue/Test/Unit/Model/ConsumerRunnerTest.php class ConsumerRunnerTest (line 17) | class ConsumerRunnerTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testMagicMethod (line 64) | public function testMagicMethod() method testMagicMethodNoRelatedConsumer (line 88) | public function testMagicMethodNoRelatedConsumer() method testMagicMethodMaintenanceModeIsOn (line 105) | public function testMagicMethodMaintenanceModeIsOn() FILE: app/code/Magento/MessageQueue/Test/Unit/Model/Cron/ConsumersRunnerTest.php class ConsumersRunnerTest (line 21) | class ConsumersRunnerTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testRunDisabled (line 92) | public function testRunDisabled() method testRun (line 125) | public function testRun( method runDataProvider (line 177) | public function runDataProvider() FILE: app/code/Magento/MessageQueue/Test/Unit/Model/ResourceModel/LockTest.php class LockTest (line 18) | class LockTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testReleaseOutdatedLocks (line 65) | public function testReleaseOutdatedLocks() FILE: app/code/Magento/MessageQueue/Test/Unit/_files/consumers_runner_functions_mocks.php function gethostname (line 13) | function gethostname() FILE: app/code/Magento/MessageQueue/Test/Unit/_files/pid_consumer_functions_mocks.php function posix_getpgid (line 12) | function posix_getpgid($pid) function exec (line 26) | function exec($command, array &$output = null, &$return_var = null) FILE: app/code/Magento/Msrp/Api/Data/ProductRender/MsrpPriceInfoInterface.php type MsrpPriceInfoInterface (line 14) | interface MsrpPriceInfoInterface extends \Magento\Framework\Api\Extensib... method setMsrpPrice (line 21) | public function setMsrpPrice($msrpPrice); method getMsrpPrice (line 27) | public function getMsrpPrice(); method setIsApplicable (line 34) | public function setIsApplicable($isApplicable); method getIsApplicable (line 40) | public function getIsApplicable(); method setIsShownPriceOnGesture (line 47) | public function setIsShownPriceOnGesture($isShownOnGesture); method getIsShownPriceOnGesture (line 53) | public function getIsShownPriceOnGesture(); method setMsrpMessage (line 60) | public function setMsrpMessage($msrpMessage); method getMsrpMessage (line 66) | public function getMsrpMessage(); method setExplanationMessage (line 73) | public function setExplanationMessage($explanationMessage); method getExplanationMessage (line 79) | public function getExplanationMessage(); method getExtensionAttributes (line 87) | public function getExtensionAttributes(); method setExtensionAttributes (line 96) | public function setExtensionAttributes( FILE: app/code/Magento/Msrp/Block/Adminhtml/Product/Helper/Form/Type.php class Type (line 11) | class Type extends \Magento\Catalog\Block\Adminhtml\Product\Helper\Form\... method __construct (line 28) | public function __construct( method toHtml (line 53) | public function toHtml() FILE: app/code/Magento/Msrp/Block/Adminhtml/Product/Helper/Form/Type/Price.php class Price (line 15) | class Price extends \Magento\Framework\Data\Form\Element\Select method __construct (line 29) | public function __construct( method toHtml (line 43) | public function toHtml() FILE: app/code/Magento/Msrp/Block/Popup.php class Popup (line 12) | class Popup extends \Magento\Framework\View\Element\Template method __construct (line 24) | public function __construct( method isEnabled (line 36) | public function isEnabled() method getExplanationMessage (line 44) | public function getExplanationMessage() method getExplanationMessageWhatsThis (line 52) | public function getExplanationMessageWhatsThis() FILE: app/code/Magento/Msrp/Block/Total.php class Total (line 13) | class Total extends \Magento\Framework\View\Element\Template method __construct (line 31) | public function __construct( method _toHtml (line 45) | protected function _toHtml() FILE: app/code/Magento/Msrp/Helper/Data.php class Data (line 22) | class Data extends AbstractHelper method __construct (line 64) | public function __construct( method canApplyMsrp (line 95) | public function canApplyMsrp($product, $visibility = null) method getMsrpPriceMessage (line 129) | public function getMsrpPriceMessage($product) method isShowPriceOnGesture (line 147) | public function isShowPriceOnGesture($product) method isShowBeforeOrderConfirm (line 159) | public function isShowBeforeOrderConfirm($product) method isMinimalPriceLessMsrp (line 171) | public function isMinimalPriceLessMsrp($product) FILE: app/code/Magento/Msrp/Model/Config.php class Config (line 16) | class Config method __construct (line 52) | public function __construct( method setStoreId (line 68) | public function setStoreId($store) method isEnabled (line 80) | public function isEnabled() method getDisplayActualPriceType (line 94) | public function getDisplayActualPriceType() method getExplanationMessage (line 108) | public function getExplanationMessage() method getExplanationMessageWhatsThis (line 125) | public function getExplanationMessageWhatsThis() FILE: app/code/Magento/Msrp/Model/Msrp.php class Msrp (line 11) | class Msrp method __construct (line 26) | public function __construct( method canApplyToProduct (line 39) | public function canApplyToProduct($product) FILE: app/code/Magento/Msrp/Model/Product/Attribute/Source/Type.php class Type (line 11) | class Type extends \Magento\Eav\Model\Entity\Attribute\Source\AbstractSo... method getAllOptions (line 33) | public function getAllOptions() FILE: app/code/Magento/Msrp/Model/Product/Attribute/Source/Type/Price.php class Price (line 11) | class Price extends \Magento\Msrp\Model\Product\Attribute\Source\Type method __construct (line 38) | public function __construct( method getAllOptions (line 51) | public function getAllOptions() method getFlatColumns (line 67) | public function getFlatColumns() method getFlatUpdateSelect (line 89) | public function getFlatUpdateSelect($store) FILE: app/code/Magento/Msrp/Model/Product/Options.php class Options (line 10) | class Options method __construct (line 26) | public function __construct( method isEnabled (line 40) | public function isEnabled($product, $visibility = null) method getVisibilities (line 61) | protected function getVisibilities($product) FILE: app/code/Magento/Msrp/Model/ProductRender/MsrpPriceInfo.php class MsrpPriceInfo (line 12) | class MsrpPriceInfo extends \Magento\Framework\Model\AbstractExtensibleM... method setMsrpPrice (line 18) | public function setMsrpPrice($msrpPrice) method getMsrpPrice (line 26) | public function getMsrpPrice() method setIsApplicable (line 34) | public function setIsApplicable($isApplicable) method getIsApplicable (line 42) | public function getIsApplicable() method setIsShownPriceOnGesture (line 50) | public function setIsShownPriceOnGesture($isShownOnGesture) method getIsShownPriceOnGesture (line 58) | public function getIsShownPriceOnGesture() method setMsrpMessage (line 66) | public function setMsrpMessage($msrpMessage) method getMsrpMessage (line 74) | public function getMsrpMessage() method setExplanationMessage (line 82) | public function setExplanationMessage($explanationMessage) method getExplanationMessage (line 90) | public function getExplanationMessage() method getExtensionAttributes (line 98) | public function getExtensionAttributes() method setExtensionAttributes (line 106) | public function setExtensionAttributes( FILE: app/code/Magento/Msrp/Model/Quote/Address/CanApplyMsrp.php class CanApplyMsrp (line 8) | class CanApplyMsrp method __construct (line 18) | public function __construct(\Magento\Msrp\Helper\Data $msrpHelper) method isCanApplyMsrp (line 27) | public function isCanApplyMsrp($address) FILE: app/code/Magento/Msrp/Model/Quote/Msrp.php class Msrp (line 11) | class Msrp method setCanApplyMsrp (line 23) | public function setCanApplyMsrp($quoteId, $canApply) method getCanApplyMsrp (line 34) | public function getCanApplyMsrp($quoteId) FILE: app/code/Magento/Msrp/Observer/Frontend/Quote/SetCanApplyMsrpObserver.php class SetCanApplyMsrpObserver (line 13) | class SetCanApplyMsrpObserver implements ObserverInterface method __construct (line 35) | public function __construct( method execute (line 51) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Msrp/Plugin/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes.php class Attributes (line 10) | class Attributes method afterSetForm (line 17) | public function afterSetForm( FILE: app/code/Magento/Msrp/Pricing/MsrpPriceCalculator.php class MsrpPriceCalculator (line 16) | class MsrpPriceCalculator implements MsrpPriceCalculatorInterface method __construct (line 26) | public function __construct(array $msrpPriceCalculators = []) method getMsrpPriceValue (line 34) | public function getMsrpPriceValue(ProductInterface $product): float method getMsrpPriceCalculators (line 53) | private function getMsrpPriceCalculators(array $msrpPriceCalculatorsCo... FILE: app/code/Magento/Msrp/Pricing/MsrpPriceCalculatorInterface.php type MsrpPriceCalculatorInterface (line 14) | interface MsrpPriceCalculatorInterface method getMsrpPriceValue (line 22) | public function getMsrpPriceValue(ProductInterface $product): float; FILE: app/code/Magento/Msrp/Pricing/Price/MsrpPrice.php class MsrpPrice (line 16) | class MsrpPrice extends FinalPrice implements MsrpPriceInterface method __construct (line 41) | public function __construct( method isShowPriceOnGesture (line 59) | public function isShowPriceOnGesture() method getMsrpPriceMessage (line 69) | public function getMsrpPriceMessage() method isMsrpEnabled (line 79) | public function isMsrpEnabled() method canApplyMsrp (line 90) | public function canApplyMsrp(Product $product) method isMinimalPriceLessMsrp (line 101) | public function isMinimalPriceLessMsrp(Product $product) FILE: app/code/Magento/Msrp/Pricing/Price/MsrpPriceInterface.php type MsrpPriceInterface (line 17) | interface MsrpPriceInterface method isShowPriceOnGesture (line 24) | public function isShowPriceOnGesture(); method getMsrpPriceMessage (line 31) | public function getMsrpPriceMessage(); method isMsrpEnabled (line 38) | public function isMsrpEnabled(); method canApplyMsrp (line 46) | public function canApplyMsrp(Product $saleableItem); FILE: app/code/Magento/Msrp/Pricing/Render/PriceBox.php class PriceBox (line 22) | class PriceBox extends \Magento\Catalog\Pricing\Render\PriceBox method __construct (line 40) | public function __construct( method getMsrpPriceCalculator (line 58) | public function getMsrpPriceCalculator(): MsrpPriceCalculatorInterface method getCacheKey (line 66) | public function getCacheKey() FILE: app/code/Magento/Msrp/Setup/Patch/Data/ChangeMsrpAttributeLabel.php class ChangeMsrpAttributeLabel (line 17) | class ChangeMsrpAttributeLabel implements DataPatchInterface method __construct (line 27) | public function __construct(CategorySetupFactory $categorySetupFactory) method apply (line 35) | public function apply() method getDependencies (line 52) | public static function getDependencies() method getAliases (line 62) | public function getAliases() FILE: app/code/Magento/Msrp/Setup/Patch/Data/ChangePriceAttributeDefaultScope.php class ChangePriceAttributeDefaultScope (line 17) | class ChangePriceAttributeDefaultScope implements DataPatchInterface, Pa... method __construct (line 33) | public function __construct( method apply (line 44) | public function apply() method getDependencies (line 57) | public static function getDependencies() method getVersion (line 67) | public static function getVersion() method getAliases (line 75) | public function getAliases() method changePriceAttributeDefaultScope (line 86) | private function changePriceAttributeDefaultScope($categorySetup, $ent... FILE: app/code/Magento/Msrp/Setup/Patch/Data/InitializeMsrpAttributes.php class InitializeMsrpAttributes (line 18) | class InitializeMsrpAttributes implements DataPatchInterface, PatchVersi... method __construct (line 34) | public function __construct( method apply (line 45) | public function apply() method getDependencies (line 110) | public static function getDependencies() method getVersion (line 118) | public static function getVersion() method getAliases (line 126) | public function getAliases() FILE: app/code/Magento/Msrp/Test/Unit/Helper/DataTest.php class DataTest (line 14) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testIsMinimalPriceLessMsrp (line 63) | public function testIsMinimalPriceLessMsrp() FILE: app/code/Magento/Msrp/Test/Unit/Model/Product/Attribute/Source/Type/PriceTest.php class PriceTest (line 10) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetFlatColumns (line 23) | public function testGetFlatColumns() FILE: app/code/Magento/Msrp/Test/Unit/Observer/Frontend/Quote/SetCanApplyMsrpObserverTest.php class SetCanApplyMsrpObserverTest (line 10) | class SetCanApplyMsrpObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testSetQuoteCanApplyMsrpIfMsrpCanApply (line 41) | public function testSetQuoteCanApplyMsrpIfMsrpCanApply() method setQuoteCanApplyMsrpDataProvider (line 61) | public function setQuoteCanApplyMsrpDataProvider() method testSetQuoteCanApplyMsrpIfMsrpDisabled (line 81) | public function testSetQuoteCanApplyMsrpIfMsrpDisabled() FILE: app/code/Magento/Msrp/Test/Unit/Pricing/Price/MsrpPriceTest.php class MsrpPriceTest (line 14) | class MsrpPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testIsShowPriceOnGestureTrue (line 101) | public function testIsShowPriceOnGestureTrue() method testIsShowPriceOnGestureFalse (line 111) | public function testIsShowPriceOnGestureFalse() method testGetMsrpPriceMessage (line 121) | public function testGetMsrpPriceMessage() method testIsMsrpEnabled (line 132) | public function testIsMsrpEnabled() method testCanApplyMsrp (line 141) | public function testCanApplyMsrp() FILE: app/code/Magento/Msrp/Test/Unit/Ui/DataProvider/Product/Form/Modifier/MsrpTest.php class MsrpTest (line 15) | class MsrpTest extends AbstractModifierTest method setUp (line 22) | protected function setUp() method createModel (line 33) | protected function createModel() method testModifyData (line 41) | public function testModifyData() method testModifyMeta (line 46) | public function testModifyMeta() FILE: app/code/Magento/Msrp/Test/Unit/Ui/DataProvider/Product/Listing/Collector/MsrpPriceTest.php class MsrpPriceTest (line 21) | class MsrpPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testCollect (line 95) | public function testCollect() FILE: app/code/Magento/Msrp/Ui/DataProvider/Product/Form/Modifier/Msrp.php class Msrp (line 16) | class Msrp extends AbstractModifier method __construct (line 53) | public function __construct( method modifyData (line 66) | public function modifyData(array $data) method modifyMeta (line 74) | public function modifyMeta(array $meta) method customizeMsrp (line 89) | protected function customizeMsrp() method customizeMsrpDisplayActualPrice (line 119) | protected function customizeMsrpDisplayActualPrice() FILE: app/code/Magento/Msrp/Ui/DataProvider/Product/Listing/Collector/MsrpPrice.php class MsrpPrice (line 24) | class MsrpPrice implements ProductRenderCollectorInterface method __construct (line 67) | public function __construct( method collect (line 86) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/MsrpConfigurableProduct/Pricing/MsrpPriceCalculator.php class MsrpPriceCalculator (line 19) | class MsrpPriceCalculator implements MsrpPriceCalculatorInterface method getMsrpPriceValue (line 24) | public function getMsrpPriceValue(ProductInterface $product): float FILE: app/code/Magento/MsrpGroupedProduct/Pricing/MsrpPriceCalculator.php class MsrpPriceCalculator (line 19) | class MsrpPriceCalculator implements MsrpPriceCalculatorInterface method getMsrpPriceValue (line 24) | public function getMsrpPriceValue(ProductInterface $product): float FILE: app/code/Magento/Multishipping/Block/Checkout/AbstractMultishipping.php class AbstractMultishipping (line 14) | class AbstractMultishipping extends \Magento\Framework\View\Element\Temp... method __construct (line 26) | public function __construct( method getCheckout (line 40) | public function getCheckout() FILE: app/code/Magento/Multishipping/Block/Checkout/Address/Select.php class Select (line 19) | class Select extends \Magento\Multishipping\Block\Checkout\AbstractMulti... method __construct (line 63) | public function __construct( method _prepareLayout (line 84) | protected function _prepareLayout() method getAddress (line 97) | public function getAddress() method getAddressAsHtml (line 123) | public function getAddressAsHtml(\Magento\Customer\Api\Data\AddressInt... method isAddressDefaultBilling (line 139) | public function isAddressDefaultBilling(\Magento\Customer\Api\Data\Add... method isAddressDefaultShipping (line 150) | public function isAddressDefaultShipping(\Magento\Customer\Api\Data\Ad... method getEditAddressUrl (line 161) | public function getEditAddressUrl(\Magento\Customer\Api\Data\AddressIn... method getSetAddressUrl (line 172) | public function getSetAddressUrl(\Magento\Customer\Api\Data\AddressInt... method getAddNewUrl (line 180) | public function getAddNewUrl() method getBackUrl (line 188) | public function getBackUrl() FILE: app/code/Magento/Multishipping/Block/Checkout/Addresses.php class Addresses (line 17) | class Addresses extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 55) | public function __construct( method getCheckout (line 78) | public function getCheckout() method _prepareLayout (line 86) | protected function _prepareLayout() method getItems (line 97) | public function getItems() method getAddressesHtmlSelect (line 113) | public function getAddressesHtmlSelect($item, $index) method getAddressOptions (line 129) | public function getAddressOptions() method getCustomerId (line 164) | public function getCustomerId() method getItemUrl (line 173) | public function getItemUrl($item) method getItemDeleteUrl (line 182) | public function getItemDeleteUrl($item) method getPostActionUrl (line 190) | public function getPostActionUrl() method getNewAddressUrl (line 198) | public function getNewAddressUrl() method getBackUrl (line 206) | public function getBackUrl() method isContinueDisabled (line 214) | public function isContinueDisabled() FILE: app/code/Magento/Multishipping/Block/Checkout/Billing.php class Billing (line 15) | class Billing extends \Magento\Payment\Block\Form\Container method __construct (line 42) | public function __construct( method _prepareLayout (line 64) | protected function _prepareLayout() method _canUseMethod (line 79) | protected function _canUseMethod($method) method getSelectedMethodCode (line 93) | public function getSelectedMethodCode() method getAddress (line 107) | public function getAddress() method getQuote (line 122) | public function getQuote() method getQuoteBaseGrandTotal (line 132) | public function getQuoteBaseGrandTotal() method getSelectAddressUrl (line 142) | public function getSelectAddressUrl() method getPostActionUrl (line 152) | public function getPostActionUrl() method getBackUrl (line 162) | public function getBackUrl() FILE: app/code/Magento/Multishipping/Block/Checkout/Billing/Items.php class Items (line 18) | class Items extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 36) | public function __construct( method getCheckout (line 53) | public function getCheckout() method getQuote (line 63) | public function getQuote() method getVirtualProductEditUrl (line 73) | public function getVirtualProductEditUrl() method getVirtualQuoteItems (line 83) | public function getVirtualQuoteItems() FILE: app/code/Magento/Multishipping/Block/Checkout/Link.php class Link (line 14) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method getCheckoutUrl (line 41) | public function getCheckoutUrl() method getQuote (line 49) | public function getQuote() method _toHtml (line 57) | public function _toHtml() FILE: app/code/Magento/Multishipping/Block/Checkout/Overview.php class Overview (line 19) | class Overview extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 60) | public function __construct( method getMultishippingTotals (line 85) | private function getMultishippingTotals($totals) method _prepareLayout (line 114) | protected function _prepareLayout() method getCheckout (line 127) | public function getCheckout() method getBillingAddress (line 137) | public function getBillingAddress() method getPaymentHtml (line 147) | public function getPaymentHtml() method getPayment (line 157) | public function getPayment() method getShippingAddresses (line 167) | public function getShippingAddresses() method getShippingAddressCount (line 177) | public function getShippingAddressCount() method getShippingAddressRate (line 194) | public function getShippingAddressRate($address) method getShippingPriceInclTax (line 209) | public function getShippingPriceInclTax($address) method getShippingPriceExclTax (line 223) | public function getShippingPriceExclTax($address) method formatPrice (line 238) | public function formatPrice($price) method getShippingAddressItems (line 254) | public function getShippingAddressItems($address): array method getShippingAddressTotals (line 265) | public function getShippingAddressTotals($address) method getTotal (line 285) | public function getTotal() method getAddressesEditUrl (line 295) | public function getAddressesEditUrl() method getEditShippingAddressUrl (line 306) | public function getEditShippingAddressUrl($address) method getEditBillingAddressUrl (line 317) | public function getEditBillingAddressUrl($address) method getEditShippingUrl (line 327) | public function getEditShippingUrl() method getPostActionUrl (line 337) | public function getPostActionUrl() method getEditBillingUrl (line 347) | public function getEditBillingUrl() method getBackUrl (line 357) | public function getBackUrl() method getVirtualProductEditUrl (line 367) | public function getVirtualProductEditUrl() method getVirtualItems (line 377) | public function getVirtualItems() method getQuote (line 387) | public function getQuote() method getBillinAddressTotals (line 399) | public function getBillinAddressTotals() method getBillingAddressTotals (line 409) | public function getBillingAddressTotals() method renderTotals (line 422) | public function renderTotals($totals, $colspan = null) method getRowItemHtml (line 454) | public function getRowItemHtml(\Magento\Framework\DataObject $item) method _getRowItemRenderer (line 468) | protected function _getRowItemRenderer($type) FILE: app/code/Magento/Multishipping/Block/Checkout/Payment/Info.php class Info (line 18) | class Info extends \Magento\Payment\Block\Info\AbstractContainer method __construct (line 31) | public function __construct( method getPaymentInfo (line 46) | public function getPaymentInfo() method _toHtml (line 54) | protected function _toHtml() FILE: app/code/Magento/Multishipping/Block/Checkout/Results.php class Results (line 25) | class Results extends Success method __construct (line 50) | public function __construct( method getQuoteShippingAddresses (line 70) | public function getQuoteShippingAddresses(): array method getFailedAddresses (line 80) | public function getFailedAddresses(): array method getOrderShippingAddress (line 95) | public function getOrderShippingAddress(int $orderId) method getQuoteBillingAddress (line 105) | public function getQuoteBillingAddress(): QuoteAddress method formatOrderShippingAddress (line 116) | public function formatOrderShippingAddress(OrderAddress $address): string method formatQuoteShippingAddress (line 127) | public function formatQuoteShippingAddress(QuoteAddress $address): string method isShippingAddress (line 138) | public function isShippingAddress(QuoteAddress $address): bool method getAddressOneline (line 149) | private function getAddressOneline(array $address): string method getAddressError (line 162) | public function getAddressError(QuoteAddress $address): string method _prepareLayout (line 175) | protected function _prepareLayout(): Success FILE: app/code/Magento/Multishipping/Block/Checkout/Shipping.php class Shipping (line 21) | class Shipping extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 46) | public function __construct( method getCheckout (line 67) | public function getCheckout() method _prepareLayout (line 77) | protected function _prepareLayout() method getAddresses (line 90) | public function getAddresses() method getAddressCount (line 100) | public function getAddressCount() method getAddressItems (line 116) | public function getAddressItems($address) method getAddressShippingMethod (line 137) | public function getAddressShippingMethod($address) method getShippingRates (line 148) | public function getShippingRates($address) method getCarrierName (line 160) | public function getCarrierName($carrierCode) method getAddressEditUrl (line 172) | public function getAddressEditUrl($address) method getItemsEditUrl (line 182) | public function getItemsEditUrl() method getPostActionUrl (line 192) | public function getPostActionUrl() method getBackUrl (line 202) | public function getBackUrl() method getShippingPrice (line 215) | public function getShippingPrice($address, $price, $flag) method getItemsBoxTextAfter (line 233) | public function getItemsBoxTextAfter(\Magento\Framework\DataObject $ad... FILE: app/code/Magento/Multishipping/Block/Checkout/State.php class State (line 14) | class State extends \Magento\Framework\View\Element\Template method __construct (line 26) | public function __construct( method getSteps (line 38) | public function getSteps() FILE: app/code/Magento/Multishipping/Block/Checkout/Success.php class Success (line 18) | class Success extends \Magento\Multishipping\Block\Checkout\AbstractMult... method __construct (line 25) | public function __construct( method getOrderIds (line 37) | public function getOrderIds() method getViewOrderUrl (line 50) | public function getViewOrderUrl($orderId) method getContinueUrl (line 58) | public function getContinueUrl() FILE: app/code/Magento/Multishipping/Block/DataProviders/Billing.php class Billing (line 21) | class Billing implements ArgumentInterface method __construct (line 43) | public function __construct( method getAddressHtml (line 59) | public function getAddressHtml(Address $address): string method getSerializedCheckoutConfigs (line 72) | public function getSerializedCheckoutConfigs(): string FILE: app/code/Magento/Multishipping/Block/DataProviders/Overview.php class Overview (line 17) | class Overview implements ArgumentInterface method __construct (line 32) | public function __construct( method getAddressError (line 44) | public function getAddressError(Address $address): string method getAddressErrors (line 56) | public function getAddressErrors(): array method getAddressAnchorName (line 71) | public function getAddressAnchorName(int $addressId): string FILE: app/code/Magento/Multishipping/Block/DataProviders/Success.php class Success (line 16) | class Success extends Results implements ArgumentInterface FILE: app/code/Magento/Multishipping/Controller/Checkout.php class Checkout (line 18) | abstract class Checkout extends \Magento\Checkout\Controller\Action impl... method __construct (line 29) | public function __construct( method _getCheckout (line 48) | protected function _getCheckout() method _getState (line 58) | protected function _getState() method _getHelper (line 68) | protected function _getHelper() method _getCheckoutSession (line 78) | protected function _getCheckoutSession() method dispatch (line 92) | public function dispatch(RequestInterface $request) method _validateMinimumAmount (line 179) | protected function _validateMinimumAmount() method getCustomerBeforeAuthUrl (line 195) | public function getCustomerBeforeAuthUrl() method getActionFlagList (line 207) | public function getActionFlagList() method getLoginUrl (line 217) | public function getLoginUrl() method getRedirectActionName (line 227) | public function getRedirectActionName() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address.php class Address (line 11) | abstract class Address extends \Magento\Framework\App\Action\Action method dispatch (line 16) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method _getCheckout (line 29) | protected function _getCheckout() method _getState (line 39) | protected function _getState() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/EditAddress.php class EditAddress (line 9) | class EditAddress extends \Magento\Multishipping\Controller\Checkout\Add... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/EditBilling.php class EditBilling (line 9) | class EditBilling extends \Magento\Multishipping\Controller\Checkout\Add... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/EditShipping.php class EditShipping (line 9) | class EditShipping extends \Magento\Multishipping\Controller\Checkout\Ad... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/EditShippingPost.php class EditShippingPost (line 9) | class EditShippingPost extends \Magento\Multishipping\Controller\Checkou... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/NewBilling.php class NewBilling (line 9) | class NewBilling extends \Magento\Multishipping\Controller\Checkout\Address method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/NewShipping.php class NewShipping (line 16) | class NewShipping extends Address implements HttpGetActionInterface method execute (line 23) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/SaveBilling.php class SaveBilling (line 9) | class SaveBilling extends \Magento\Multishipping\Controller\Checkout\Add... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/SelectBilling.php class SelectBilling (line 9) | class SelectBilling extends \Magento\Multishipping\Controller\Checkout\A... method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/SetBilling.php class SetBilling (line 9) | class SetBilling extends \Magento\Multishipping\Controller\Checkout\Address method execute (line 14) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Address/ShippingSaved.php class ShippingSaved (line 19) | class ShippingSaved extends Address method __construct (line 44) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Addresses.php class Addresses (line 12) | class Addresses extends \Magento\Multishipping\Controller\Checkout imple... method execute (line 19) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/AddressesPost.php class AddressesPost (line 11) | class AddressesPost extends \Magento\Multishipping\Controller\Checkout method execute (line 18) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/BackToAddresses.php class BackToAddresses (line 11) | class BackToAddresses extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/BackToBilling.php class BackToBilling (line 11) | class BackToBilling extends \Magento\Multishipping\Controller\Checkout method execute (line 18) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/BackToShipping.php class BackToShipping (line 11) | class BackToShipping extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Billing.php class Billing (line 12) | class Billing extends \Magento\Multishipping\Controller\Checkout method _validateBilling (line 19) | protected function _validateBilling() method execute (line 33) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/CheckItems.php class CheckItems (line 22) | class CheckItems extends Checkout method __construct (line 55) | public function __construct( method execute (line 81) | public function execute() method updateItemQuantity (line 128) | private function updateItemQuantity(Item $item, float $quantity) method collectItemsInfo (line 144) | private function collectItemsInfo(array $shippingInfo): array method jsonResponse (line 168) | private function jsonResponse(string $error = '') method getResponseData (line 181) | private function getResponseData(string $error = ''): array FILE: app/code/Magento/Multishipping/Controller/Checkout/Index.php class Index (line 11) | class Index extends \Magento\Multishipping\Controller\Checkout implement... method execute (line 18) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Login.php class Login (line 9) | class Login extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Overview.php class Overview (line 14) | class Overview extends \Magento\Multishipping\Controller\Checkout method execute (line 21) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/OverviewPost.php class OverviewPost (line 19) | class OverviewPost extends \Magento\Multishipping\Controller\Checkout method __construct (line 51) | public function __construct( method execute (line 80) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Register.php class Register (line 9) | class Register extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/RemoveItem.php class RemoveItem (line 9) | class RemoveItem extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Results.php class Results (line 13) | class Results extends Success FILE: app/code/Magento/Multishipping/Controller/Checkout/Shipping.php class Shipping (line 12) | class Shipping extends \Magento\Multishipping\Controller\Checkout method execute (line 19) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/ShippingPost.php class ShippingPost (line 11) | class ShippingPost extends \Magento\Multishipping\Controller\Checkout method execute (line 16) | public function execute() FILE: app/code/Magento/Multishipping/Controller/Checkout/Success.php class Success (line 17) | class Success extends Action method __construct (line 34) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Multishipping/Helper/Data.php class Data (line 12) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 35) | public function __construct( method getQuote (line 48) | public function getQuote() method getMaximumQty (line 58) | public function getMaximumQty() method isMultishippingCheckoutAvailable (line 72) | public function isMultishippingCheckoutAvailable() FILE: app/code/Magento/Multishipping/Helper/Url.php class Url (line 14) | class Url extends \Magento\Framework\Url\Helper\Data method getCartUrl (line 21) | public function getCartUrl() method getMSCheckoutUrl (line 31) | public function getMSCheckoutUrl() method getMSLoginUrl (line 41) | public function getMSLoginUrl() method getMSAddressesUrl (line 51) | public function getMSAddressesUrl() method getMSShippingAddressSavedUrl (line 61) | public function getMSShippingAddressSavedUrl() method getMSNewShippingUrl (line 71) | public function getMSNewShippingUrl() method getMSRegisterUrl (line 81) | public function getMSRegisterUrl() FILE: app/code/Magento/Multishipping/Model/Cart/CartTotalRepositoryPlugin.php class CartTotalRepositoryPlugin (line 17) | class CartTotalRepositoryPlugin method __construct (line 29) | public function __construct( method afterGet (line 46) | public function afterGet( FILE: app/code/Magento/Multishipping/Model/Cart/Controller/CartPlugin.php class CartPlugin (line 22) | class CartPlugin method __construct (line 44) | public function __construct( method beforeDispatch (line 63) | public function beforeDispatch(Cart $subject, RequestInterface $request) method isCheckoutComplete (line 87) | private function isCheckoutComplete() : bool FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php class Multishipping (line 29) | class Multishipping extends \Magento\Framework\DataObject method __construct (line 209) | public function __construct( method _init (line 281) | protected function _init() method getQuoteShippingAddressesItems (line 346) | public function getQuoteShippingAddressesItems() method removeAddressItem (line 362) | public function removeAddressItem($addressId, $itemId) method setShippingItemsInformation (line 416) | public function setShippingItemsInformation($info) method _addShippingItem (line 508) | protected function _addShippingItem($quoteItemId, $data) method updateQuoteCustomerShippingAddress (line 563) | public function updateQuoteCustomerShippingAddress($addressId) method setQuoteCustomerBillingAddress (line 591) | public function setQuoteCustomerBillingAddress($addressId) method setShippingMethods (line 619) | public function setShippingMethods($methods) method setPaymentMethod (line 647) | public function setPaymentMethod($payment) method _prepareOrder (line 682) | protected function _prepareOrder(\Magento\Quote\Model\Quote\Address $a... method _validate (line 753) | protected function _validate() method createOrders (line 803) | public function createOrders() method logExceptions (line 885) | private function logExceptions(array $exceptionList) method save (line 897) | public function save() method reset (line 909) | public function reset() method validateMinimumAmount (line 920) | public function validateMinimumAmount() method getMinimumAmountDescription (line 946) | public function getMinimumAmountDescription() method getMinimumAmountError (line 966) | public function getMinimumAmountError() method getOrderIds (line 987) | public function getOrderIds($asAssoc = false) method getCustomerDefaultBillingAddress (line 1001) | public function getCustomerDefaultBillingAddress() method getCustomerDefaultShippingAddress (line 1012) | public function getCustomerDefaultShippingAddress() method getDefaultAddressByDataKey (line 1025) | private function getDefaultAddressByDataKey($key, $defaultAddressIdFro... method getCheckoutSession (line 1055) | public function getCheckoutSession() method getQuote (line 1070) | public function getQuote() method getQuoteItems (line 1080) | public function getQuoteItems() method getCustomerSession (line 1090) | public function getCustomerSession() method getCustomer (line 1100) | public function getCustomer() method isAddressIdApplicable (line 1111) | protected function isAddressIdApplicable($addressId) method prepareShippingAssignment (line 1130) | private function prepareShippingAssignment($quote) method getShippingAssignmentProcessor (line 1151) | private function getShippingAssignmentProcessor() method validateMinimumAmountForAddressItems (line 1166) | private function validateMinimumAmountForAddressItems() method removePlacedItemsFromQuote (line 1205) | private function removePlacedItemsFromQuote(array $shippingAddresses, ... method decreaseQuoteItemQty (line 1230) | private function decreaseQuoteItemQty(int $quoteItemId, int $qty) method searchQuoteAddressId (line 1253) | private function searchQuoteAddressId(OrderInterface $order, array $ad... method getQuoteAddressErrors (line 1277) | private function getQuoteAddressErrors(array $orders, array $addresses... method getQuoteAddressItems (line 1297) | private function getQuoteAddressItems(OrderInterface $order): array method getPlacedAddressItems (line 1313) | private function getPlacedAddressItems(OrderInterface $order): array FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/PlaceOrderDefault.php class PlaceOrderDefault (line 15) | class PlaceOrderDefault implements PlaceOrderInterface method __construct (line 25) | public function __construct( method place (line 34) | public function place(array $orderList): array FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/PlaceOrderFactory.php class PlaceOrderFactory (line 15) | class PlaceOrderFactory method __construct (line 31) | public function __construct( method create (line 43) | public function create(string $paymentProviderCode): PlaceOrderInterface FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/PlaceOrderInterface.php type PlaceOrderInterface (line 17) | interface PlaceOrderInterface method place (line 25) | public function place(array $orderList): array; FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/PlaceOrderPool.php class PlaceOrderPool (line 18) | class PlaceOrderPool method __construct (line 29) | public function __construct( method get (line 47) | public function get(string $paymentProviderCode) FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/Plugin.php class Plugin (line 8) | class Plugin method __construct (line 23) | public function __construct(\Magento\Checkout\Model\Session $checkoutS... method beforeSave (line 34) | public function beforeSave(\Magento\Checkout\Model\Cart $subject) FILE: app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/State.php class State (line 16) | class State extends \Magento\Framework\DataObject method __construct (line 55) | public function __construct(Session $checkoutSession, Multishipping $m... method getCheckout (line 80) | public function getCheckout() method getSteps (line 90) | public function getSteps() method getActiveStep (line 100) | public function getActiveStep() method setActiveStep (line 113) | public function setActiveStep($step) method setCompleteStep (line 137) | public function setCompleteStep($step) method getCompleteStep (line 152) | public function getCompleteStep($step) method unsCompleteStep (line 166) | public function unsCompleteStep($step) method canSelectAddresses (line 177) | public function canSelectAddresses() method canInputShipping (line 184) | public function canInputShipping() method canSeeOverview (line 191) | public function canSeeOverview() method canSuccess (line 198) | public function canSuccess() method getCheckoutSession (line 207) | public function getCheckoutSession() FILE: app/code/Magento/Multishipping/Model/Payment/Method/Specification/Enabled.php class Enabled (line 13) | class Enabled extends AbstractSpecification method isSatisfiedBy (line 23) | public function isSatisfiedBy($paymentMethod) FILE: app/code/Magento/Multishipping/Plugin/DisableMultishippingMode.php class DisableMultishippingMode (line 16) | class DisableMultishippingMode method __construct (line 26) | public function __construct( method beforeExecute (line 39) | public function beforeExecute(Action $subject) FILE: app/code/Magento/Multishipping/Plugin/MultishippingQuoteRepository.php class MultishippingQuoteRepository (line 20) | class MultishippingQuoteRepository method __construct (line 36) | public function __construct( method afterGet (line 52) | public function afterGet( method afterGetList (line 68) | public function afterGetList( method beforeSave (line 89) | public function beforeSave(CartRepositoryInterface $subject, CartInter... method processQuote (line 105) | private function processQuote(CartInterface $quote): CartInterface method getQuoteItems (line 140) | private function getQuoteItems(Quote $quote, Quote\Address $address): ... FILE: app/code/Magento/Multishipping/Plugin/ResetShippingAssigment.php class ResetShippingAssigment (line 16) | class ResetShippingAssigment method __construct (line 26) | public function __construct( method beforeRemoveItem (line 40) | public function beforeRemoveItem(Quote $subject, $itemId): array FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/Address/SelectTest.php class SelectTest (line 15) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testIsAddressDefaultBilling (line 96) | public function testIsAddressDefaultBilling($id, $expectedValue) method testIsAddressDefaultShipping (line 109) | public function testIsAddressDefaultShipping($id, $expectedValue) method isDefaultAddressDataProvider (line 120) | public function isDefaultAddressDataProvider() method testGetAddress (line 128) | public function testGetAddress() method testGetAlreadyExistingAddress (line 156) | public function testGetAlreadyExistingAddress() method testGetAddressWhenItNotExistInCustomer (line 176) | public function testGetAddressWhenItNotExistInCustomer() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/Billing/ItemsTest.php class ItemsTest (line 9) | class ItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetVirtualProductEditUrl (line 33) | public function testGetVirtualProductEditUrl() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/OverviewTest.php class OverviewTest (line 16) | class OverviewTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetShippingRateByCode (line 91) | public function testGetShippingRateByCode() method testGetShippingRateByCodeWithEmptyRate (line 104) | public function testGetShippingRateByCodeWithEmptyRate() method testGetShippingAddressItems (line 116) | public function testGetShippingAddressItems() method testGetShippingAddressTotals (line 122) | public function testGetShippingAddressTotals() method testGetShippingAddressTotalsWithNotBillingAddress (line 136) | public function testGetShippingAddressTotalsWithNotBillingAddress() method getTotalsMock (line 154) | protected function getTotalsMock($address) method testGetVirtualProductEditUrl (line 176) | public function testGetVirtualProductEditUrl() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/Payment/InfoTest.php class InfoTest (line 12) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetPaymentInfo (line 37) | public function testGetPaymentInfo() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/ShippingTest.php class ShippingTest (line 13) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetAddresses (line 60) | public function testGetAddresses() method testGetAddressShippingMethod (line 69) | public function testGetAddressShippingMethod() method testGetShippingRates (line 80) | public function testGetShippingRates() method testGetCarrierName (line 92) | public function testGetCarrierName() method testGetCarrierNameWithEmptyName (line 104) | public function testGetCarrierNameWithEmptyName() method testGetShippingPrice (line 115) | public function testGetShippingPrice() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/StateTest.php class StateTest (line 12) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetSteps (line 37) | public function testGetSteps() FILE: app/code/Magento/Multishipping/Test/Unit/Block/Checkout/SuccessTest.php class SuccessTest (line 12) | class SuccessTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetOrderIdsWithoutId (line 74) | public function testGetOrderIdsWithoutId() method testGetOrderIdsWithEmptyIdsArray (line 81) | public function testGetOrderIdsWithEmptyIdsArray() method testGetOrderIds (line 88) | public function testGetOrderIds() method testGetContinueUrl (line 96) | public function testGetContinueUrl() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/EditAddressTest.php class EditAddressTest (line 14) | class EditAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testExecute (line 101) | public function testExecute() method testExecuteWhenCustomerAddressBlockNotExist (line 134) | public function testExecuteWhenCustomerAddressBlockNotExist() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/EditBillingTest.php class EditBillingTest (line 14) | class EditBillingTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testExecute (line 125) | public function testExecute() method testExecuteWhenCustomerAddressBlockNotExist (line 162) | public function testExecuteWhenCustomerAddressBlockNotExist() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/EditShippingTest.php class EditShippingTest (line 14) | class EditShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testExecute (line 125) | public function testExecute() method testExecuteWhenCustomerAddressBlockNotExist (line 166) | public function testExecuteWhenCustomerAddressBlockNotExist() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/NewBillingTest.php class NewBillingTest (line 14) | class NewBillingTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testExecute (line 94) | public function testExecute() method testExecuteWhenCustomerAddressBlockNotExist (line 126) | public function testExecuteWhenCustomerAddressBlockNotExist() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/NewShippingTest.php class NewShippingTest (line 14) | class NewShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecute (line 126) | public function testExecute($backUrl, $shippingAddress, $url) method executeDataProvider (line 169) | public function executeDataProvider() method testExecuteWhenCustomerAddressBlockNotExist (line 177) | public function testExecuteWhenCustomerAddressBlockNotExist() FILE: app/code/Magento/Multishipping/Test/Unit/Controller/Checkout/Address/ShippingSavedTest.php class ShippingSavedTest (line 14) | class ShippingSavedTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testExecuteResetsCheckoutIfCustomerHasAddedNewShippingAddressAndItIsTheOnlyAddressHeHas (line 84) | public function testExecuteResetsCheckoutIfCustomerHasAddedNewShipping... method testExecuteDoesNotResetCheckoutIfCustomerHasMoreThanOneAddress (line 101) | public function testExecuteDoesNotResetCheckoutIfCustomerHasMoreThanOn... method mockCustomerAddressRepository (line 127) | private function mockCustomerAddressRepository($customerId, array $add... FILE: app/code/Magento/Multishipping/Test/Unit/Helper/DataTest.php class DataTest (line 11) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetMaximumQty (line 54) | public function testGetMaximumQty() method testIsMultishippingCheckoutAvailable (line 81) | public function testIsMultishippingCheckoutAvailable( method isMultishippingCheckoutAvailableDataProvider (line 157) | public function isMultishippingCheckoutAvailableDataProvider() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Cart/CartTotalRepositoryPluginTest.php class CartTotalRepositoryPluginTest (line 9) | class CartTotalRepositoryPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testAfterGet (line 32) | public function testAfterGet() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Cart/Controller/CartPluginTest.php class CartPluginTest (line 8) | class CartPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testBeforeDispatch (line 42) | public function testBeforeDispatch() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/Multishipping/PlaceOrderDefaultTest.php class PlaceOrderDefaultTest (line 17) | class PlaceOrderDefaultTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testPlace (line 39) | public function testPlace() method testPlaceWithErrors (line 56) | public function testPlaceWithErrors() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/Multishipping/PlaceOrderFactoryTest.php class PlaceOrderFactoryTest (line 19) | class PlaceOrderFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testCreate (line 55) | public function testCreate() method testCreateWithDefault (line 74) | public function testCreateWithDefault() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/Multishipping/PlaceOrderPoolTest.php class PlaceOrderPoolTest (line 17) | class PlaceOrderPoolTest extends \PHPUnit\Framework\TestCase method testGet (line 27) | public function testGet(string $paymentProviderCode, array $placeOrder... method getDataProvider (line 44) | public function getDataProvider(): array FILE: app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/Multishipping/PluginTest.php class PluginTest (line 11) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testBeforeInitCaseTrue (line 38) | public function testBeforeInitCaseTrue() method testBeforeInitCaseFalse (line 47) | public function testBeforeInitCaseFalse() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/MultishippingTest.php class MultishippingTest (line 60) | class MultishippingTest extends \PHPUnit\Framework\TestCase method setUp (line 177) | protected function setUp() method testSetShippingItemsInformation (line 268) | public function testSetShippingItemsInformation() method testSetShippingItemsInformationForAddressLeak (line 319) | public function testSetShippingItemsInformationForAddressLeak() method testUpdateQuoteCustomerShippingAddress (line 346) | public function testUpdateQuoteCustomerShippingAddress() method testUpdateQuoteCustomerShippingAddressForAddressLeak (line 365) | public function testUpdateQuoteCustomerShippingAddressForAddressLeak() method testSetQuoteCustomerBillingAddress (line 378) | public function testSetQuoteCustomerBillingAddress() method testSetQuoteCustomerBillingAddressForAddressLeak (line 395) | public function testSetQuoteCustomerBillingAddressForAddressLeak() method testGetQuoteShippingAddressesItems (line 408) | public function testGetQuoteShippingAddressesItems() method testSetShippingMethods (line 418) | public function testSetShippingMethods() method testCreateOrders (line 449) | public function testCreateOrders(): void method getPaymentMock (line 536) | private function getPaymentMock(string $paymentProviderCode): PHPUnit_... method getProductMock (line 558) | private function getProductMock($simpleProductTypeMock): PHPUnit_Frame... method getQuoteItemMock (line 574) | private function getQuoteItemMock($productType, $productMock): PHPUnit... method getQuoteAddressItemMock (line 592) | private function getQuoteAddressItemMock( method getQuoteAddressesMock (line 614) | private function getQuoteAddressesMock($quoteAddressItemMock, int $add... method setQuoteMockData (line 659) | private function setQuoteMockData(string $paymentProviderCode, $shippi... method getOrderMock (line 683) | private function getOrderMock( method testCreateOrdersCountryNotPresentInAllowedListException (line 727) | public function testCreateOrdersCountryNotPresentInAllowedListException() method getExtensionAttributesMock (line 768) | private function getExtensionAttributesMock(ShippingAssignment $shippi... method getShippingAssignmentMock (line 786) | private function getShippingAssignmentMock() method mockShippingAssignment (line 804) | private function mockShippingAssignment() method getCustomerAddressMock (line 831) | private function getCustomerAddressMock($customerAddressId) method createSimpleMock (line 848) | private function createSimpleMock($className) method testValidateMinimumAmountMultiAddressTrue (line 855) | public function testValidateMinimumAmountMultiAddressTrue() method testValidateMinimumAmountMultiAddressFalse (line 867) | public function testValidateMinimumAmountMultiAddressFalse() FILE: app/code/Magento/Multishipping/Test/Unit/Model/Payment/Method/Specification/EnabledTest.php class EnabledTest (line 11) | class EnabledTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIsSatisfiedBy (line 40) | public function testIsSatisfiedBy($methodsInfo, $result) method methodsDataProvider (line 70) | public function methodsDataProvider() FILE: app/code/Magento/Multishipping/Test/Unit/Plugin/DisableMultishippingModeTest.php class DisableMultishippingModeTest (line 21) | class DisableMultishippingModeTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testExecuteTurnsOffMultishippingModeOnMultishippingQuote (line 59) | public function testExecuteTurnsOffMultishippingModeOnMultishippingQuo... method testExecuteTurnsOffMultishippingModeOnNotMultishippingQuote (line 91) | public function testExecuteTurnsOffMultishippingModeOnNotMultishipping... FILE: app/code/Magento/MysqlMq/Model/ConnectionTypeResolver.php class ConnectionTypeResolver (line 13) | class ConnectionTypeResolver implements ConnectionTypeResolverInterface method __construct (line 27) | public function __construct(array $dbConnectionNames = []) method getConnectionType (line 36) | public function getConnectionType($connectionName) FILE: app/code/Magento/MysqlMq/Model/Driver/Bulk/Exchange.php class Exchange (line 17) | class Exchange implements ExchangeInterface method __construct (line 41) | public function __construct( method enqueue (line 54) | public function enqueue($topic, array $envelopes) FILE: app/code/Magento/MysqlMq/Model/Driver/Exchange.php class Exchange (line 18) | class Exchange implements ExchangeInterface method __construct (line 42) | public function __construct( method enqueue (line 59) | public function enqueue($topic, EnvelopeInterface $envelope) FILE: app/code/Magento/MysqlMq/Model/Driver/ExchangeFactory.php class ExchangeFactory (line 11) | class ExchangeFactory implements \Magento\Framework\MessageQueue\Exchang... method __construct (line 33) | public function __construct( method create (line 46) | public function create($connectionName, array $data = []) FILE: app/code/Magento/MysqlMq/Model/Driver/Queue.php class Queue (line 17) | class Queue implements QueueInterface method __construct (line 59) | public function __construct( method dequeue (line 78) | public function dequeue() method acknowledge (line 97) | public function acknowledge(EnvelopeInterface $envelope) method subscribe (line 108) | public function subscribe($callback) method reject (line 127) | public function reject(EnvelopeInterface $envelope, $requeue = true, $... method push (line 145) | public function push(EnvelopeInterface $envelope) FILE: app/code/Magento/MysqlMq/Model/Driver/QueueFactory.php class QueueFactory (line 11) | class QueueFactory implements \Magento\Framework\MessageQueue\QueueFacto... method __construct (line 33) | public function __construct( method create (line 44) | public function create($queueName, $connectionName) FILE: app/code/Magento/MysqlMq/Model/Message.php class Message (line 14) | class Message extends \Magento\Framework\Model\AbstractModel method _construct (line 19) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/MessageStatus.php class MessageStatus (line 14) | class MessageStatus extends \Magento\Framework\Model\AbstractModel method _construct (line 19) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/Observer.php class Observer (line 11) | class Observer method __construct (line 22) | public function __construct( method cleanupMessages (line 32) | public function cleanupMessages() FILE: app/code/Magento/MysqlMq/Model/Queue.php class Queue (line 14) | class Queue extends \Magento\Framework\Model\AbstractModel method _construct (line 21) | protected function _construct() method setName (line 32) | public function setName($name) method getName (line 43) | public function getName() FILE: app/code/Magento/MysqlMq/Model/QueueManagement.php class QueueManagement (line 14) | class QueueManagement method __construct (line 66) | public function __construct( method addMessageToQueues (line 86) | public function addMessageToQueues($topic, $message, $queueNames) method addMessagesToQueues (line 102) | public function addMessagesToQueues($topic, $messages, $queueNames) method markMessagesForDelete (line 116) | public function markMessagesForDelete() method processMessagePerStatus (line 143) | private function processMessagePerStatus($messageStatus) method getStatusesToClear (line 172) | private function getStatusesToClear() method getCompletedMessageLifetime (line 203) | private function getCompletedMessageLifetime() method getErrorMessageLifetime (line 218) | private function getErrorMessageLifetime() method getInProgressRetryAfter (line 233) | private function getInProgressRetryAfter() method getNewMessageLifetime (line 248) | private function getNewMessageLifetime() method readMessages (line 278) | public function readMessages($queue, $maxMessagesNumber = null) method pushToQueueForRetry (line 303) | public function pushToQueueForRetry($messageRelationId) method changeStatus (line 315) | public function changeStatus($messageRelationIds, $status) FILE: app/code/Magento/MysqlMq/Model/ResourceModel/Message.php class Message (line 11) | class Message extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/ResourceModel/MessageCollection.php class MessageCollection (line 11) | class MessageCollection extends \Magento\Framework\Model\ResourceModel\D... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/ResourceModel/MessageStatus.php class MessageStatus (line 11) | class MessageStatus extends \Magento\Framework\Model\ResourceModel\Db\Ab... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/ResourceModel/MessageStatusCollection.php class MessageStatusCollection (line 14) | class MessageStatusCollection extends \Magento\Framework\Model\ResourceM... method _construct (line 21) | protected function _construct() FILE: app/code/Magento/MysqlMq/Model/ResourceModel/Queue.php class Queue (line 13) | class Queue extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method saveMessage (line 32) | public function saveMessage($messageTopic, $messageBody) method saveMessages (line 48) | public function saveMessages($messageTopic, array $messages) method linkQueues (line 70) | public function linkQueues($messageId, $queueNames) method linkMessagesWithQueues (line 82) | public function linkMessagesWithQueues(array $messageIds, array $queue... method getQueueIdsByNames (line 112) | protected function getQueueIdsByNames($queueNames) method getMessages (line 128) | public function getMessages($queueName, $limit = null) method deleteMarkedMessages (line 168) | public function deleteMarkedMessages() method takeMessagesInProgress (line 188) | public function takeMessagesInProgress($relationIds) method pushBackForRetry (line 215) | public function pushBackForRetry($relationId) method changeStatus (line 234) | public function changeStatus($relationIds, $status) method getMessageStatusTable (line 248) | protected function getMessageStatusTable() method getQueueTable (line 258) | protected function getQueueTable() method getMessageTable (line 268) | protected function getMessageTable() FILE: app/code/Magento/MysqlMq/Setup/Recurring.php class Recurring (line 17) | class Recurring implements InstallSchemaInterface method __construct (line 27) | public function __construct(MessageQueueConfig $messageQueueConfig) method install (line 35) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/MysqlMq/Test/Unit/Model/ConnectionTypeResolverTest.php class ConnectionTypeResolverTest (line 13) | class ConnectionTypeResolverTest extends \PHPUnit\Framework\TestCase method testGetConnectionTypeWithDefaultValues (line 15) | public function testGetConnectionTypeWithDefaultValues() method testGetConnectionTypeWithCustomValues (line 22) | public function testGetConnectionTypeWithCustomValues() FILE: app/code/Magento/MysqlMq/Test/Unit/Model/Driver/Bulk/ExchangeTest.php class ExchangeTest (line 12) | class ExchangeTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testEnqueue (line 65) | public function testEnqueue() FILE: app/code/Magento/MysqlMq/Test/Unit/Model/QueueManagementTest.php class QueueManagementTest (line 12) | class QueueManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testAddMessageToQueues (line 76) | public function testAddMessageToQueues() method testAddMessagesToQueues (line 97) | public function testAddMessagesToQueues() method testMarkMessagesForDelete (line 118) | public function testMarkMessagesForDelete() method getMessageStatusMock (line 212) | private function getMessageStatusMock() method testChangeStatus (line 224) | public function testChangeStatus() FILE: app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel/QueueTest.php class QueueTest (line 12) | class QueueTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testSaveMessage (line 48) | public function testSaveMessage() method testSaveMessages (line 72) | public function testSaveMessages() method testLinkQueues (line 110) | public function testLinkQueues() method testGetMessages (line 154) | public function testGetMessages() method testDeleteMarkedMessages (line 222) | public function testDeleteMarkedMessages() method testTakeMessagesInProgress (line 253) | public function testTakeMessagesInProgress() method testPushBackForRetry (line 282) | public function testPushBackForRetry() method testChangeStatus (line 307) | public function testChangeStatus() FILE: app/code/Magento/MysqlMq/Test/Unit/Setup/RecurringTest.php class RecurringTest (line 14) | class RecurringTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testInstall (line 52) | public function testInstall() FILE: app/code/Magento/NewRelicReporting/Console/Command/DeployMarker.php class DeployMarker (line 15) | class DeployMarker extends Command method __construct (line 34) | public function __construct( method configure (line 47) | protected function configure() method execute (line 72) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/NewRelicReporting/Model/Apm/Deployments.php class Deployments (line 13) | class Deployments method __construct (line 42) | public function __construct( method setDeployment (line 61) | public function setDeployment($description, $change = false, $user = f... FILE: app/code/Magento/NewRelicReporting/Model/Config.php class Config (line 11) | class Config method __construct (line 77) | public function __construct( method isNewRelicEnabled (line 92) | public function isNewRelicEnabled() method getNewRelicApiUrl (line 102) | public function getNewRelicApiUrl() method getInsightsApiUrl (line 112) | public function getInsightsApiUrl() method getNewRelicAccountId (line 122) | public function getNewRelicAccountId() method getNewRelicAppId (line 132) | public function getNewRelicAppId() method getNewRelicApiKey (line 142) | public function getNewRelicApiKey() method getInsightsInsertKey (line 152) | public function getInsightsInsertKey() method getNewRelicAppName (line 162) | public function getNewRelicAppName() method isSeparateApps (line 172) | public function isSeparateApps() method isCronEnabled (line 182) | public function isCronEnabled() method setConfigValue (line 196) | protected function setConfigValue($pathId, $value, $scope = 'default',... method disableModule (line 206) | public function disableModule() FILE: app/code/Magento/NewRelicReporting/Model/Counter.php class Counter (line 16) | class Counter method __construct (line 58) | public function __construct( method getAllProductsCount (line 79) | public function getAllProductsCount() method getConfigurableCount (line 90) | public function getConfigurableCount() method getActiveCatalogSize (line 101) | public function getActiveCatalogSize() method getCategoryCount (line 112) | public function getCategoryCount() method getCustomerCount (line 123) | public function getCustomerCount() method getWebsiteCount (line 134) | public function getWebsiteCount() method getStoreViewsCount (line 145) | public function getStoreViewsCount() FILE: app/code/Magento/NewRelicReporting/Model/Counts.php class Counts (line 9) | class Counts extends \Magento\Framework\Model\AbstractModel method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/Cron.php class Cron (line 12) | class Cron method __construct (line 42) | public function __construct( method runCron (line 59) | public function runCron() FILE: app/code/Magento/NewRelicReporting/Model/Cron/ReportCounts.php class ReportCounts (line 17) | class ReportCounts method __construct (line 59) | public function __construct( method updateCount (line 83) | protected function updateCount($count, \Magento\NewRelicReporting\Mode... method reportProductsSize (line 109) | protected function reportProductsSize() method reportConfigurableProductsSize (line 122) | protected function reportConfigurableProductsSize() method reportProductsActive (line 135) | protected function reportProductsActive() method reportCategorySize (line 148) | protected function reportCategorySize() method report (line 161) | public function report() FILE: app/code/Magento/NewRelicReporting/Model/Cron/ReportModulesInfo.php class ReportModulesInfo (line 14) | class ReportModulesInfo method __construct (line 44) | public function __construct( method report (line 61) | public function report() FILE: app/code/Magento/NewRelicReporting/Model/Cron/ReportNewRelicCron.php class ReportNewRelicCron (line 17) | class ReportNewRelicCron method __construct (line 59) | public function __construct( method addCustomParameters (line 79) | public function addCustomParameters(array $data) method reportModules (line 91) | protected function reportModules() method setModuleChangeStatusDeployment (line 133) | protected function setModuleChangeStatusDeployment(array $changesArray... method reportCounts (line 152) | protected function reportCounts() method report (line 175) | public function report() FILE: app/code/Magento/NewRelicReporting/Model/CronEvent.php class CronEvent (line 10) | class CronEvent method __construct (line 53) | public function __construct( method getEventsUrl (line 69) | protected function getEventsUrl() method getRequest (line 91) | protected function getRequest() method getJsonForResponse (line 114) | protected function getJsonForResponse() method addData (line 140) | public function addData(array $data) method sendRequest (line 151) | public function sendRequest() FILE: app/code/Magento/NewRelicReporting/Model/Module.php class Module (line 9) | class Module extends \Magento\Framework\Model\AbstractModel method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/Module/Collect.php class Collect (line 17) | class Collect method __construct (line 53) | public function __construct( method getDisabledModules (line 72) | protected function getDisabledModules() method getAllModules (line 86) | protected function getAllModules() method getNewModuleChanges (line 100) | protected function getNewModuleChanges($moduleName, $active, $setupVer... method getFinalCounts (line 128) | protected function getFinalCounts($moduleChanges) method getState (line 176) | protected function getState($moduleName) method getActive (line 193) | protected function getActive($moduleName) method getCleanChangesArray (line 210) | protected function getCleanChangesArray($changes) method setUninstalledModuleChanges (line 229) | protected function setUninstalledModuleChanges(array $dbModuleArray, a... method getModuleData (line 254) | public function getModuleData($refresh = true) FILE: app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php class NewRelicWrapper (line 13) | class NewRelicWrapper method addCustomParameter (line 22) | public function addCustomParameter($param, $value) method reportError (line 37) | public function reportError($exception) method setAppName (line 50) | public function setAppName(string $appName) method setTransactionName (line 63) | public function setTransactionName(string $transactionName): void method isExtensionInstalled (line 75) | public function isExtensionInstalled() FILE: app/code/Magento/NewRelicReporting/Model/Observer/CheckConfig.php class CheckConfig (line 17) | class CheckConfig implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 56) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportApplicationHandledExceptionToNewRelic.php class ReportApplicationHandledExceptionToNewRelic (line 16) | class ReportApplicationHandledExceptionToNewRelic implements ObserverInt... method __construct (line 32) | public function __construct( method execute (line 43) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportConcurrentAdmins.php class ReportConcurrentAdmins (line 15) | class ReportConcurrentAdmins implements ObserverInterface method __construct (line 43) | public function __construct( method execute (line 62) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportConcurrentAdminsToNewRelic.php class ReportConcurrentAdminsToNewRelic (line 16) | class ReportConcurrentAdminsToNewRelic implements ObserverInterface method __construct (line 38) | public function __construct( method execute (line 55) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportConcurrentUsers.php class ReportConcurrentUsers (line 15) | class ReportConcurrentUsers implements ObserverInterface method __construct (line 55) | public function __construct( method execute (line 78) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportConcurrentUsersToNewRelic.php class ReportConcurrentUsersToNewRelic (line 16) | class ReportConcurrentUsersToNewRelic implements ObserverInterface method __construct (line 50) | public function __construct( method execute (line 71) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportOrderPlaced.php class ReportOrderPlaced (line 15) | class ReportOrderPlaced implements ObserverInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportOrderPlacedToNewRelic.php class ReportOrderPlacedToNewRelic (line 16) | class ReportOrderPlacedToNewRelic implements ObserverInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportProductDeleted.php class ReportProductDeleted (line 15) | class ReportProductDeleted implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 53) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportProductDeletedToNewRelic.php class ReportProductDeletedToNewRelic (line 16) | class ReportProductDeletedToNewRelic implements ObserverInterface method __construct (line 32) | public function __construct( method execute (line 47) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportProductSaved.php class ReportProductSaved (line 15) | class ReportProductSaved implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 53) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportProductSavedToNewRelic.php class ReportProductSavedToNewRelic (line 16) | class ReportProductSavedToNewRelic implements ObserverInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportSystemCacheFlush.php class ReportSystemCacheFlush (line 15) | class ReportSystemCacheFlush implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 54) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Observer/ReportSystemCacheFlushToNewRelic.php class ReportSystemCacheFlushToNewRelic (line 15) | class ReportSystemCacheFlushToNewRelic implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 54) | public function execute(Observer $observer) FILE: app/code/Magento/NewRelicReporting/Model/Orders.php class Orders (line 9) | class Orders extends \Magento\Framework\Model\AbstractModel method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Counts.php class Counts (line 9) | class Counts extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Counts/Collection.php class Collection (line 9) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Module.php class Module (line 9) | class Module extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Module/Collection.php class Collection (line 9) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Orders.php class Orders (line 9) | class Orders extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Orders/Collection.php class Collection (line 9) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/System.php class System (line 9) | class System extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/System/Collection.php class Collection (line 9) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Users.php class Users (line 9) | class Users extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ResourceModel/Users/Collection.php class Collection (line 9) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/ServiceShellUser.php class ServiceShellUser (line 8) | class ServiceShellUser method get (line 21) | public function get($userFromArgument = false) FILE: app/code/Magento/NewRelicReporting/Model/System.php class System (line 9) | class System extends \Magento\Framework\Model\AbstractModel method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Model/Users.php class Users (line 9) | class Users extends \Magento\Framework\Model\AbstractModel method _construct (line 16) | protected function _construct() FILE: app/code/Magento/NewRelicReporting/Plugin/CommandPlugin.php class CommandPlugin (line 16) | class CommandPlugin method __construct (line 32) | public function __construct( method beforeRun (line 47) | public function beforeRun(Command $command, ...$args) FILE: app/code/Magento/NewRelicReporting/Plugin/HttpPlugin.php class HttpPlugin (line 13) | class HttpPlugin method __construct (line 29) | public function __construct( method beforeCatchException (line 47) | public function beforeCatchException(Http $subject, Bootstrap $bootstr... FILE: app/code/Magento/NewRelicReporting/Plugin/StatePlugin.php class StatePlugin (line 19) | class StatePlugin method __construct (line 41) | public function __construct( method afterSetAreaCode (line 58) | public function afterSetAreaCode(State $subject, $result) method appName (line 81) | private function appName(State $state): string method shouldSetAppName (line 94) | private function shouldSetAppName(): bool FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Apm/DeploymentsTest.php class DeploymentsTest (line 14) | class DeploymentsTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testSetDeploymentRequestOk (line 74) | public function testSetDeploymentRequestOk() method testSetDeploymentBadStatus (line 139) | public function testSetDeploymentBadStatus() method testSetDeploymentRequestFail (line 200) | public function testSetDeploymentRequestFail() method getDataVariables (line 258) | private function getDataVariables() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php class CounterTest (line 20) | class CounterTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetAllProductsCount (line 99) | public function testGetAllProductsCount() method testGetConfigurableCount (line 116) | public function testGetConfigurableCount() method testGetActiveCatalogSize (line 133) | public function testGetActiveCatalogSize() method testGetCategoryCount (line 151) | public function testGetCategoryCount() method testGetCustomerCount (line 168) | public function testGetCustomerCount() method testGetWebsiteCount (line 185) | public function testGetWebsiteCount() method testGetStoreViewsCount (line 202) | public function testGetStoreViewsCount() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php class ReportCountsTest (line 16) | class ReportCountsTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testReportCountsTestsModuleDisabledFromConfig (line 144) | public function testReportCountsTestsModuleDisabledFromConfig() method testReportCountsTest (line 161) | public function testReportCountsTest() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportModulesInfoTest.php class ReportModulesInfoTest (line 13) | class ReportModulesInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testReportModulesInfoModuleDisabledFromConfig (line 91) | public function testReportModulesInfoModuleDisabledFromConfig() method testReportReportModulesInfo (line 108) | public function testReportReportModulesInfo() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportNewRelicCronTest.php class ReportNewRelicCronTest (line 13) | class ReportNewRelicCronTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testReportNewRelicCronModuleDisabledFromConfig (line 128) | public function testReportNewRelicCronModuleDisabledFromConfig() method testReportNewRelicCron (line 145) | public function testReportNewRelicCron() method testReportNewRelicCronRequestFailed (line 185) | public function testReportNewRelicCronRequestFailed() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/CronEventTest.php class CronEventTest (line 14) | class CronEventTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testSendRequestStatusOk (line 80) | public function testSendRequestStatusOk() method testSendRequestStatusBad (line 143) | public function testSendRequestStatusBad() method testSendRequestException (line 204) | public function testSendRequestException() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php class CronTest (line 13) | class CronTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testRunCronCronDisabledFromConfig (line 74) | public function testRunCronCronDisabledFromConfig() method testRunCronCronEnabledFromConfig (line 91) | public function testRunCronCronEnabledFromConfig() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Module/CollectTest.php class CollectTest (line 17) | class CollectTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetModuleDataWithoutRefresh (line 91) | public function testGetModuleDataWithoutRefresh() method testGetModuleDataRefresh (line 177) | public function testGetModuleDataRefresh($data) method testGetModuleDataRefreshOrStatement (line 267) | public function testGetModuleDataRefreshOrStatement($data) method itemDataProvider (line 354) | public function itemDataProvider() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/CheckConfigTest.php class CheckConfigTest (line 13) | class CheckConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testCheckConfigModuleDisabledFromConfig (line 66) | public function testCheckConfigModuleDisabledFromConfig() method testCheckConfigExtensionNotInstalled (line 85) | public function testCheckConfigExtensionNotInstalled() method testCheckConfig (line 107) | public function testCheckConfig() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentAdminsTest.php class ReportConcurrentAdminsTest (line 13) | class ReportConcurrentAdminsTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testReportConcurrentAdminsModuleDisabledFromConfig (line 87) | public function testReportConcurrentAdminsModuleDisabledFromConfig() method testReportConcurrentAdminsUserIsNotLoggedIn (line 106) | public function testReportConcurrentAdminsUserIsNotLoggedIn() method testReportConcurrentAdmins (line 128) | public function testReportConcurrentAdmins() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentAdminsToNewRelicTest.php class ReportConcurrentAdminsToNewRelicTest (line 13) | class ReportConcurrentAdminsToNewRelicTest extends \PHPUnit\Framework\Te... method setUp (line 40) | protected function setUp() method testReportConcurrentAdminsToNewRelicModuleDisabledFromConfig (line 67) | public function testReportConcurrentAdminsToNewRelicModuleDisabledFrom... method testReportConcurrentAdminsToNewRelicUserIsNotLoggedIn (line 86) | public function testReportConcurrentAdminsToNewRelicUserIsNotLoggedIn() method testReportConcurrentAdminsToNewRelic (line 108) | public function testReportConcurrentAdminsToNewRelic() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersTest.php class ReportConcurrentUsersTest (line 15) | class ReportConcurrentUsersTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testReportConcurrentUsersModuleDisabledFromConfig (line 105) | public function testReportConcurrentUsersModuleDisabledFromConfig() method testReportConcurrentUsersUserIsNotLoggedIn (line 124) | public function testReportConcurrentUsersUserIsNotLoggedIn() method testReportConcurrentUsers (line 146) | public function testReportConcurrentUsers() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php class ReportConcurrentUsersToNewRelicTest (line 13) | class ReportConcurrentUsersToNewRelicTest extends \PHPUnit\Framework\Tes... method setUp (line 50) | protected function setUp() method testReportConcurrentUsersToNewRelicModuleDisabledFromConfig (line 83) | public function testReportConcurrentUsersToNewRelicModuleDisabledFromC... method testReportConcurrentUsersToNewRelicUserIsNotLoggedIn (line 102) | public function testReportConcurrentUsersToNewRelicUserIsNotLoggedIn() method testReportConcurrentUsersToNewRelic (line 137) | public function testReportConcurrentUsersToNewRelic() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedTest.php class ReportOrderPlacedTest (line 13) | class ReportOrderPlacedTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testReportOrderPlacedModuleDisabledFromConfig (line 68) | public function testReportOrderPlacedModuleDisabledFromConfig() method testReportOrderPlaced (line 87) | public function testReportOrderPlaced() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedToNewRelicTest.php class ReportOrderPlacedToNewRelicTest (line 13) | class ReportOrderPlacedToNewRelicTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testReportOrderPlacedToNewRelicModuleDisabledFromConfig (line 57) | public function testReportOrderPlacedToNewRelicModuleDisabledFromConfig() method testReportOrderPlacedToNewRelic (line 75) | public function testReportOrderPlacedToNewRelic() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductDeletedTest.php class ReportProductDeletedTest (line 13) | class ReportProductDeletedTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testReportProductDeletedModuleDisabledFromConfig (line 76) | public function testReportProductDeletedModuleDisabledFromConfig() method testReportProductDeleted (line 94) | public function testReportProductDeleted() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductDeletedToNewRelicTest.php class ReportProductDeletedToNewRelicTest (line 13) | class ReportProductDeletedToNewRelicTest extends \PHPUnit\Framework\Test... method setUp (line 35) | protected function setUp() method testReportProductDeletedToNewRelicModuleDisabledFromConfig (line 57) | public function testReportProductDeletedToNewRelicModuleDisabledFromCo... method testReportProductDeletedToNewRelic (line 76) | public function testReportProductDeletedToNewRelic() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedTest.php class ReportProductSavedTest (line 13) | class ReportProductSavedTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testReportProductSavedModuleDisabledFromConfig (line 76) | public function testReportProductSavedModuleDisabledFromConfig() method testReportProductSaved (line 94) | public function testReportProductSaved() method testReportProductUpdated (line 140) | public function testReportProductUpdated() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedToNewRelicTest.php class ReportProductSavedToNewRelicTest (line 14) | class ReportProductSavedToNewRelicTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testReportProductSavedToNewRelicModuleDisabledFromConfig (line 58) | public function testReportProductSavedToNewRelicModuleDisabledFromConf... method testReportProductSavedToNewRelic (line 76) | public function testReportProductSavedToNewRelic() method testReportProductUpdatedToNewRelic (line 111) | public function testReportProductUpdatedToNewRelic($isNewObject) method actionDataProvider (line 146) | public function actionDataProvider() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushTest.php class ReportSystemCacheFlushTest (line 13) | class ReportSystemCacheFlushTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testReportSystemCacheFlushModuleDisabledFromConfig (line 76) | public function testReportSystemCacheFlushModuleDisabledFromConfig() method testReportSystemCacheFlush (line 95) | public function testReportSystemCacheFlush() FILE: app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushToNewRelicTest.php class ReportSystemCacheFlushToNewRelicTest (line 13) | class ReportSystemCacheFlushToNewRelicTest extends \PHPUnit\Framework\Te... method setUp (line 45) | protected function setUp() method testReportSystemCacheFlushToNewRelicModuleDisabledFromConfig (line 80) | public function testReportSystemCacheFlushToNewRelicModuleDisabledFrom... method testReportSystemCacheFlushToNewRelic (line 99) | public function testReportSystemCacheFlushToNewRelic() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Problem.php class Problem (line 17) | class Problem extends \Magento\Backend\Block\Template method __construct (line 34) | public function __construct( method _construct (line 47) | protected function _construct() method _prepareLayout (line 59) | protected function _prepareLayout() method getUnsubscribeButtonHtml (line 88) | public function getUnsubscribeButtonHtml() method getDeleteButtonHtml (line 98) | public function getDeleteButtonHtml() method getShowButtons (line 109) | public function getShowButtons() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Problem/Grid/Filter/Checkbox.php class Checkbox (line 14) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method getCondition (line 21) | public function getCondition() method getHtml (line 31) | public function getHtml() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Problem/Grid/Renderer/Checkbox.php class Checkbox (line 14) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 22) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Queue/Edit.php class Edit (line 17) | class Edit extends \Magento\Backend\Block\Template method __construct (line 36) | public function __construct( method _construct (line 48) | protected function _construct() method getQueue (line 62) | public function getQueue() method _beforeToHtml (line 72) | protected function _beforeToHtml() method getSaveUrl (line 86) | public function getSaveUrl() method _prepareLayout (line 101) | protected function _prepareLayout() method getPreviewUrl (line 165) | public function getPreviewUrl() method getPreviewButtonHtml (line 180) | public function getPreviewButtonHtml() method getSaveButtonHtml (line 190) | public function getSaveButtonHtml() method getResetButtonHtml (line 200) | public function getResetButtonHtml() method getBackButtonHtml (line 210) | public function getBackButtonHtml() method getResumeButtonHtml (line 220) | public function getResumeButtonHtml() method getIsPreview (line 231) | public function getIsPreview() method isSingleStoreMode (line 244) | protected function isSingleStoreMode() method getStoreId (line 255) | protected function getStoreId() method getIsTextType (line 266) | public function getIsTextType() method getCanResume (line 277) | public function getCanResume() method getHeaderText (line 288) | public function getHeaderText() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Queue/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 40) | public function __construct( method _prepareForm (line 65) | protected function _prepareForm() method getAdditionalWysiwygConfig (line 287) | public function getAdditionalWysiwygConfig() method getQueue (line 301) | protected function getQueue() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Queue/Grid/Renderer/Action.php class Action (line 14) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 22) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Queue/Preview.php class Preview (line 14) | class Preview extends \Magento\Newsletter\Block\Adminhtml\Template\Preview method __construct (line 33) | public function __construct( method loadTemplate (line 49) | protected function loadTemplate(\Magento\Newsletter\Model\Template $te... FILE: app/code/Magento/Newsletter/Block/Adminhtml/Queue/Preview/Form.php class Form (line 18) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 26) | protected function _prepareForm() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Subscriber.php class Subscriber (line 20) | class Subscriber extends \Magento\Backend\Block\Template method __construct (line 44) | public function __construct( method _beforeToHtml (line 58) | protected function _beforeToHtml() method getQueueCollection (line 68) | public function getQueueCollection() method getShowQueueAdd (line 88) | public function getShowQueueAdd() method getQueueAsOptions (line 98) | public function getQueueAsOptions() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Subscriber/Grid.php class Grid (line 18) | class Grid extends \Magento\Backend\Block\Widget\Grid method __construct (line 31) | public function __construct( method _prepareCollection (line 46) | protected function _prepareCollection() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Subscriber/Grid/Filter/Checkbox.php class Checkbox (line 14) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Filter\... method getCondition (line 21) | public function getCondition() method getHtml (line 31) | public function getHtml() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Subscriber/Grid/Filter/Website.php class Website (line 14) | class Website extends \Magento\Backend\Block\Widget\Grid\Column\Filter\S... method __construct (line 48) | public function __construct( method _getOptions (line 67) | protected function _getOptions() method getCollection (line 77) | public function getCollection() method getCondition (line 93) | public function getCondition() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Subscriber/Grid/Renderer/Checkbox.php class Checkbox (line 14) | class Checkbox extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 22) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template.php class Template (line 14) | class Template extends \Magento\Backend\Block\Template method _prepareLayout (line 24) | protected function _prepareLayout() method getCreateUrl (line 51) | public function getCreateUrl() method getHeaderText (line 61) | public function getHeaderText() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Edit.php class Edit (line 21) | class Edit extends Widget method __construct (line 41) | public function __construct( method getModel (line 57) | public function getModel() method _prepareLayout (line 68) | protected function _prepareLayout() method getEditMode (line 178) | public function getEditMode() method getHeaderText (line 191) | public function getHeaderText() method getForm (line 205) | public function getForm() method getJsTemplateName (line 217) | public function getJsTemplateName() method getSaveUrl (line 227) | public function getSaveUrl() method getPreviewUrl (line 237) | public function getPreviewUrl() method isTextType (line 247) | public function isTextType() method getTemplateType (line 257) | public function getTemplateType() method getDeleteUrl (line 270) | public function getDeleteUrl() method getSaveAsFlag (line 280) | public function getSaveAsFlag() method isSingleStoreMode (line 290) | protected function isSingleStoreMode() method getStoreId (line 300) | protected function getStoreId() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 28) | public function __construct( method getModel (line 44) | public function getModel() method _prepareForm (line 56) | protected function _prepareForm() FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Grid.php class Grid (line 17) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 30) | public function __construct( method _prepareCollection (line 46) | protected function _prepareCollection() method _prepareColumns (line 58) | protected function _prepareColumns() method getRowUrl (line 162) | public function getRowUrl($row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Grid/Renderer/Action.php class Action (line 14) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 22) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Grid/Renderer/Sender.php class Sender (line 17) | class Sender extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 25) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Preview.php class Preview (line 14) | class Preview extends \Magento\Backend\Block\Widget method __construct (line 39) | public function __construct( method _toHtml (line 55) | protected function _toHtml() method getPreviewData (line 100) | private function getPreviewData() method getStoreId (line 126) | protected function getStoreId() method loadTemplate (line 151) | protected function loadTemplate(\Magento\Newsletter\Model\Template $te... FILE: app/code/Magento/Newsletter/Block/Adminhtml/Template/Preview/Form.php class Form (line 18) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 26) | protected function _prepareForm() FILE: app/code/Magento/Newsletter/Block/Subscribe.php class Subscribe (line 18) | class Subscribe extends \Magento\Framework\View\Element\Template method getFormActionUrl (line 26) | public function getFormActionUrl() FILE: app/code/Magento/Newsletter/Block/Subscribe/Grid/Options/GroupOptionHash.php class GroupOptionHash (line 10) | class GroupOptionHash implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\Store\Model\System\Store $systemS... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/Newsletter/Block/Subscribe/Grid/Options/StoreOptionHash.php class StoreOptionHash (line 10) | class StoreOptionHash implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\Store\Model\System\Store $systemS... method toOptionArray (line 32) | public function toOptionArray() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Problem.php class Problem (line 11) | abstract class Problem extends \Magento\Backend\App\Action FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Problem/Grid.php class Grid (line 9) | class Grid extends \Magento\Newsletter\Controller\Adminhtml\Problem method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Problem/Index.php class Index (line 11) | class Index extends \Magento\Newsletter\Controller\Adminhtml\Problem imp... method execute (line 18) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue.php class Queue (line 14) | abstract class Queue extends \Magento\Backend\App\Action FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Drop.php class Drop (line 9) | class Drop extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Edit.php class Edit (line 11) | class Edit extends \Magento\Newsletter\Controller\Adminhtml\Queue implem... method __construct (line 24) | public function __construct(\Magento\Backend\App\Action\Context $conte... method execute (line 35) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Grid.php class Grid (line 13) | class Grid extends QueueAction implements HttpPostActionInterface, HttpG... method execute (line 20) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Index.php class Index (line 16) | class Index extends QueueAction implements HttpGetActionInterface, HttpP... method execute (line 23) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Pause.php class Pause (line 9) | class Pause extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Preview.php class Preview (line 9) | class Preview extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Resume.php class Resume (line 9) | class Resume extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Save.php class Save (line 12) | class Save extends \Magento\Newsletter\Controller\Adminhtml\Queue implem... method execute (line 21) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Sending.php class Sending (line 9) | class Sending extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Queue/Start.php class Start (line 9) | class Start extends \Magento\Newsletter\Controller\Adminhtml\Queue method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber.php class Subscriber (line 11) | abstract class Subscriber extends \Magento\Backend\App\Action method __construct (line 29) | public function __construct( FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/ExportCsv.php class ExportCsv (line 12) | class ExportCsv extends \Magento\Newsletter\Controller\Adminhtml\Subscriber method execute (line 19) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/ExportXml.php class ExportXml (line 12) | class ExportXml extends \Magento\Newsletter\Controller\Adminhtml\Subscriber method execute (line 19) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/Grid.php class Grid (line 9) | class Grid extends \Magento\Newsletter\Controller\Adminhtml\Subscriber method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/Index.php class Index (line 13) | class Index extends SubscriberAction implements HttpGetActionInterface, ... method execute (line 20) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/MassDelete.php class MassDelete (line 19) | class MassDelete extends Subscriber implements HttpPostActionInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Subscriber/MassUnsubscribe.php class MassUnsubscribe (line 15) | class MassUnsubscribe extends Subscriber method __construct (line 27) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template.php class Template (line 13) | abstract class Template extends \Magento\Backend\App\Action FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Delete.php class Delete (line 9) | class Delete extends \Magento\Newsletter\Controller\Adminhtml\Template method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Drop.php class Drop (line 11) | class Drop extends \Magento\Newsletter\Controller\Adminhtml\Template imp... method execute (line 18) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Edit.php class Edit (line 11) | class Edit extends \Magento\Newsletter\Controller\Adminhtml\Template imp... method __construct (line 24) | public function __construct(\Magento\Backend\App\Action\Context $conte... method execute (line 35) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Grid.php class Grid (line 9) | class Grid extends \Magento\Newsletter\Controller\Adminhtml\Template method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Index.php class Index (line 11) | class Index extends \Magento\Newsletter\Controller\Adminhtml\Template im... method execute (line 18) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Newsletter\Controller\Adminhtml\Templat... method execute (line 18) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Preview.php class Preview (line 16) | class Preview extends Template implements HttpPostActionInterface, HttpG... method execute (line 23) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Adminhtml/Template/Save.php class Save (line 13) | class Save extends \Magento\Newsletter\Controller\Adminhtml\Template imp... method execute (line 20) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Manage.php class Manage (line 13) | abstract class Manage extends \Magento\Framework\App\Action\Action method __construct (line 26) | public function __construct( method dispatch (line 40) | public function dispatch(RequestInterface $request) FILE: app/code/Magento/Newsletter/Controller/Manage/Index.php class Index (line 9) | class Index extends \Magento\Newsletter\Controller\Manage method execute (line 16) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Manage/Save.php class Save (line 19) | class Save extends \Magento\Newsletter\Controller\Manage implements Http... method __construct (line 51) | public function __construct( method execute (line 71) | public function execute() method setIgnoreValidationFlag (line 123) | private function setIgnoreValidationFlag(CustomerInterface $customer):... FILE: app/code/Magento/Newsletter/Controller/Subscriber.php class Subscriber (line 18) | abstract class Subscriber extends \Magento\Framework\App\Action\Action method __construct (line 51) | public function __construct( FILE: app/code/Magento/Newsletter/Controller/Subscriber/Confirm.php class Confirm (line 16) | class Confirm extends \Magento\Newsletter\Controller\Subscriber implemen... method execute (line 23) | public function execute() FILE: app/code/Magento/Newsletter/Controller/Subscriber/NewAction.php class NewAction (line 31) | class NewAction extends SubscriberController implements HttpPostActionIn... method __construct (line 54) | public function __construct( method validateEmailAvailable (line 81) | protected function validateEmailAvailable($email) method validateGuestSubscription (line 100) | protected function validateGuestSubscription() method validateEmailFormat (line 125) | protected function validateEmailFormat($email) method execute (line 137) | public function execute() method getSuccessMessage (line 176) | private function getSuccessMessage(int $status): Phrase FILE: app/code/Magento/Newsletter/Controller/Subscriber/Unsubscribe.php class Unsubscribe (line 14) | class Unsubscribe extends \Magento\Newsletter\Controller\Subscriber impl... method execute (line 21) | public function execute() FILE: app/code/Magento/Newsletter/Helper/Data.php class Data (line 14) | class Data method __construct (line 24) | public function __construct(\Magento\Framework\UrlInterface $frontendU... method getConfirmationUrl (line 35) | public function getConfirmationUrl($subscriber) method getUnsubscribeUrl (line 51) | public function getUnsubscribeUrl($subscriber) FILE: app/code/Magento/Newsletter/Model/Config.php class Config (line 15) | class Config method __construct (line 32) | public function __construct( method isActive (line 44) | public function isActive(string $scopeType = ScopeConfigInterface::SCO... FILE: app/code/Magento/Newsletter/Model/Observer.php class Observer (line 13) | class Observer method __construct (line 27) | public function __construct( method scheduledSend (line 38) | public function scheduledSend() FILE: app/code/Magento/Newsletter/Model/Plugin/CustomerPlugin.php class CustomerPlugin (line 18) | class CustomerPlugin method __construct (line 49) | public function __construct( method afterSave (line 70) | public function afterSave(CustomerRepository $subject, CustomerInterfa... method aroundDeleteById (line 111) | public function aroundDeleteById( method afterDelete (line 136) | public function afterDelete(CustomerRepository $subject, $result, Cust... method afterGetById (line 154) | public function afterGetById(CustomerRepository $subject, CustomerInte... method isSubscribed (line 177) | private function isSubscribed(CustomerInterface $customer) FILE: app/code/Magento/Newsletter/Model/Problem.php class Problem (line 25) | class Problem extends \Magento\Framework\Model\AbstractModel method __construct (line 51) | public function __construct( method _construct (line 68) | protected function _construct() method addSubscriberData (line 79) | public function addSubscriberData(\Magento\Newsletter\Model\Subscriber... method addQueueData (line 91) | public function addQueueData(\Magento\Newsletter\Model\Queue $queue) method addErrorData (line 103) | public function addErrorData(\Exception $e) method getSubscriber (line 115) | public function getSubscriber() method unsubscribe (line 133) | public function unsubscribe() FILE: app/code/Magento/Newsletter/Model/Queue.php class Queue (line 41) | class Queue extends \Magento\Framework\Model\AbstractModel implements Te... method __construct (line 142) | public function __construct( method _construct (line 181) | protected function _construct() method isNew (line 192) | public function isNew() method setQueueStartAtByString (line 203) | public function setQueueStartAtByString($startAt) method sendPerSubscriber (line 220) | public function sendPerSubscriber($count = 20) method _finishQueue (line 291) | protected function _finishQueue() method getDataForSave (line 305) | public function getDataForSave() method addSubscribersToQueue (line 321) | public function addSubscribersToQueue(array $subscriberIds) method setSaveStoresFlag (line 333) | public function setSaveStoresFlag($value) method getSaveStoresFlag (line 345) | public function getSaveStoresFlag() method setStores (line 356) | public function setStores(array $storesIds) method getStores (line 368) | public function getStores() method getTemplate (line 382) | public function getTemplate() method isPlain (line 395) | public function isPlain() method getType (line 405) | public function getType() FILE: app/code/Magento/Newsletter/Model/Queue/Options/Status.php class Status (line 14) | class Status implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Newsletter/Model/Queue/TransportBuilder.php class TransportBuilder (line 29) | class TransportBuilder extends \Magento\Framework\Mail\Template\Transpor... method __construct (line 81) | public function __construct( method addCc (line 124) | public function addCc($address, $name = '') method addTo (line 140) | public function addTo($address, $name = '') method addBcc (line 155) | public function addBcc($address) method setReplyTo (line 171) | public function setReplyTo($email, $name = null) method setFrom (line 191) | public function setFrom($from) method setFromByScope (line 205) | public function setFromByScope($from, $scopeId = null) method reset (line 216) | protected function reset() method setTemplateData (line 232) | public function setTemplateData($data) method setTemplateFilter (line 246) | protected function setTemplateFilter(AbstractTemplate $template) method prepareMessage (line 256) | protected function prepareMessage() method addAddressByType (line 286) | private function addAddressByType(string $addressType, $email, ?string... FILE: app/code/Magento/Newsletter/Model/ResourceModel/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Newsletter\Model\ResourceModel\Problem... method _initSelect (line 22) | protected function _initSelect() FILE: app/code/Magento/Newsletter/Model/ResourceModel/Problem.php class Problem (line 16) | class Problem extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() FILE: app/code/Magento/Newsletter/Model/ResourceModel/Problem/Collection.php class Collection (line 20) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 72) | public function __construct( method _construct (line 92) | protected function _construct() method _setIsLoaded (line 103) | protected function _setIsLoaded($flag = true) method addSubscriberInfo (line 116) | public function addSubscriberInfo() method addQueueInfo (line 134) | public function addQueueInfo() method _addCustomersData (line 153) | protected function _addCustomersData() method load (line 185) | public function load($printQuery = false, $logQuery = false) FILE: app/code/Magento/Newsletter/Model/ResourceModel/Queue.php class Queue (line 19) | class Queue extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 35) | public function __construct( method _construct (line 49) | protected function _construct() method addSubscribersToQueue (line 62) | public function addSubscribersToQueue(ModelQueue $queue, array $subscr... method removeSubscribersFromQueue (line 111) | public function removeSubscribersFromQueue(ModelQueue $queue) method setStores (line 134) | public function setStores(ModelQueue $queue) method getStores (line 180) | public function getStores(ModelQueue $queue) method _afterSave (line 203) | protected function _afterSave(AbstractModel $queue) FILE: app/code/Magento/Newsletter/Model/ResourceModel/Queue/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 48) | public function __construct( method _construct (line 66) | protected function _construct() method addTemplateInfo (line 77) | public function addTemplateInfo() method _addSubscriberInfoToSelect (line 93) | protected function _addSubscriberInfoToSelect() method load (line 124) | public function load($printQuery = false, $logQuery = false) method addSubscribersInfo (line 137) | public function addSubscribersInfo() method addFieldToFilter (line 150) | public function addFieldToFilter($field, $condition = null) method _getIdsFromLink (line 167) | protected function _getIdsFromLink($field, $condition) method addSubscriberFilter (line 197) | public function addSubscriberFilter($subscriberId) method addOnlyForSendingFilter (line 216) | public function addOnlyForSendingFilter() method addOnlyUnsentFilter (line 236) | public function addOnlyUnsentFilter() method toOptionArray (line 248) | public function toOptionArray() method addStoreFilter (line 259) | public function addStoreFilter($storeIds) FILE: app/code/Magento/Newsletter/Model/ResourceModel/Queue/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Newsletter\Model\ResourceModel\Queue\C... method _initSelect (line 19) | protected function _initSelect() FILE: app/code/Magento/Newsletter/Model/ResourceModel/Subscriber.php class Subscriber (line 19) | class Subscriber extends \Magento\Framework\Model\ResourceModel\Db\Abstr... method __construct (line 70) | public function __construct( method _construct (line 88) | protected function _construct() method setMessagesScope (line 101) | public function setMessagesScope($scope) method loadByEmail (line 112) | public function loadByEmail($subscriberEmail) method loadByCustomerData (line 131) | public function loadByCustomerData(\Magento\Customer\Api\Data\Customer... method _generateRandomCode (line 173) | protected function _generateRandomCode() method received (line 186) | public function received(\Magento\Newsletter\Model\Subscriber $subscri... FILE: app/code/Magento/Newsletter/Model/ResourceModel/Subscriber/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 71) | public function __construct( method _construct (line 90) | protected function _construct() method useQueue (line 116) | public function useQueue(ModelQueue $queue) method useOnlyUnsent (line 135) | public function useOnlyUnsent() method showCustomerInfo (line 149) | public function showCustomerInfo() method addSubscriberTypeField (line 166) | public function addSubscriberTypeField() method showStoreInfo (line 177) | public function showStoreInfo() method getSelectCountSql (line 193) | public function getSelectCountSql() method useOnlyCustomers (line 208) | public function useOnlyCustomers() method useOnlySubscribed (line 220) | public function useOnlySubscribed() method addStoreFilter (line 236) | public function addStoreFilter($storeIds) method getQueueJoinedFlag (line 248) | public function getQueueJoinedFlag() FILE: app/code/Magento/Newsletter/Model/ResourceModel/Subscriber/Grid/Collection.php class Collection (line 10) | class Collection extends \Magento\Newsletter\Model\ResourceModel\Subscri... method _initSelect (line 17) | protected function _initSelect() FILE: app/code/Magento/Newsletter/Model/ResourceModel/Template.php class Template (line 17) | class Template extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 31) | public function __construct( method _construct (line 45) | protected function _construct() method checkUsageInQueue (line 56) | public function checkUsageInQueue(\Magento\Newsletter\Model\Template $... method checkCodeUsage (line 82) | public function checkCodeUsage(\Magento\Newsletter\Model\Template $tem... method _beforeSave (line 116) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Newsletter/Model/ResourceModel/Template/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() method useOnlyActual (line 36) | public function useOnlyActual() method toOptionArray (line 48) | public function toOptionArray() FILE: app/code/Magento/Newsletter/Model/Session.php class Session (line 11) | class Session extends \Magento\Framework\Session\SessionManager method addError (line 19) | public function addError($message) method addSuccess (line 31) | public function addSuccess($message) method getError (line 42) | public function getError() method getSuccess (line 54) | public function getSuccess() FILE: app/code/Magento/Newsletter/Model/Subscriber.php class Subscriber (line 41) | class Subscriber extends \Magento\Framework\Model\AbstractModel method __construct (line 165) | public function __construct( method _construct (line 206) | protected function _construct() method getId (line 216) | public function getId() method setId (line 227) | public function setId($value) method getCode (line 237) | public function getCode() method getConfirmationLink (line 247) | public function getConfirmationLink() method getUnsubscriptionLink (line 257) | public function getUnsubscriptionLink() method setCode (line 268) | public function setCode($value) method getStatus (line 278) | public function getStatus() method setStatus (line 289) | public function setStatus($value) method setMessagesScope (line 300) | public function setMessagesScope($scope) method getEmail (line 311) | public function getEmail() method setEmail (line 322) | public function setEmail($value) method setStatusChanged (line 333) | public function setStatusChanged($value) method isStatusChanged (line 344) | public function isStatusChanged() method isSubscribed (line 354) | public function isSubscribed() method loadByEmail (line 365) | public function loadByEmail($subscriberEmail) method loadByCustomerId (line 387) | public function loadByCustomerId($customerId) method randomSequence (line 414) | public function randomSequence($length = 32) method subscribe (line 438) | public function subscribe($email) method unsubscribe (line 506) | public function unsubscribe() method subscribeCustomerById (line 527) | public function subscribeCustomerById($customerId) method unsubscribeCustomerById (line 538) | public function unsubscribeCustomerById($customerId) method updateSubscription (line 549) | public function updateSubscription($customerId) method _updateCustomerSubscription (line 566) | protected function _updateCustomerSubscription($customerId, $subscribe) method confirm (line 670) | public function confirm($code) method received (line 690) | public function received(\Magento\Newsletter\Model\Queue $queue) method sendConfirmationRequestEmail (line 701) | public function sendConfirmationRequestEmail() method sendConfirmationSuccessEmail (line 760) | public function sendConfirmationSuccessEmail() method sendUnsubscriptionEmail (line 813) | public function sendUnsubscriptionEmail() method getSubscriberFullName (line 865) | public function getSubscriberFullName() method beforeSave (line 879) | public function beforeSave() FILE: app/code/Magento/Newsletter/Model/Template.php class Template (line 38) | class Template extends \Magento\Email\Model\AbstractTemplate method __construct (line 88) | public function __construct( method _construct (line 130) | protected function _construct() method validate (line 141) | public function validate() method beforeSave (line 176) | public function beforeSave() method getType (line 188) | public function getType() method getProcessedTemplateSubject (line 199) | public function getProcessedTemplateSubject(array $variables) method getTemplateText (line 220) | public function getTemplateText() method getFilterFactory (line 241) | protected function getFilterFactory() method isValidForSend (line 251) | public function isValidForSend() FILE: app/code/Magento/Newsletter/Model/Template/Filter.php class Filter (line 14) | class Filter extends \Magento\Widget\Model\Template\FilterEmulate method widgetDirective (line 22) | public function widgetDirective($construction) FILE: app/code/Magento/Newsletter/Observer/PredispatchNewsletterObserver.php class PredispatchNewsletterObserver (line 21) | class PredispatchNewsletterObserver implements ObserverInterface method __construct (line 51) | public function __construct( method execute (line 66) | public function execute(Observer $observer) : void FILE: app/code/Magento/Newsletter/Setup/Patch/Data/FlagLegacyTemplates.php class FlagLegacyTemplates (line 17) | class FlagLegacyTemplates implements DataPatchInterface method __construct (line 27) | public function __construct(ModuleDataSetupInterface $moduleDataSetup) method apply (line 35) | public function apply() method getDependencies (line 45) | public static function getDependencies() method getAliases (line 53) | public function getAliases() FILE: app/code/Magento/Newsletter/Test/Unit/Block/Adminhtml/Queue/PreviewTest.php class PreviewTest (line 11) | class PreviewTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testToHtmlEmpty (line 99) | public function testToHtmlEmpty() method testToHtmlWithId (line 108) | public function testToHtmlWithId() FILE: app/code/Magento/Newsletter/Test/Unit/Block/Adminhtml/Template/Grid/Renderer/SenderTest.php class SenderTest (line 11) | class SenderTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testRender (line 47) | public function testRender(array $passedSender, array $expectedSender) method rendererDataProvider (line 65) | public function rendererDataProvider() FILE: app/code/Magento/Newsletter/Test/Unit/Block/Adminhtml/Template/PreviewTest.php class PreviewTest (line 14) | class PreviewTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testToHtml (line 79) | public function testToHtml() method testToHtmlForNewTemplate (line 102) | public function testToHtmlForNewTemplate() method testToHtmlWithSubscriber (line 145) | public function testToHtmlWithSubscriber() FILE: app/code/Magento/Newsletter/Test/Unit/Controller/Manage/SaveTest.php class SaveTest (line 14) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testSaveActionInvalidFormKey (line 99) | public function testSaveActionInvalidFormKey() method testSaveActionNoCustomerInSession (line 114) | public function testSaveActionNoCustomerInSession() method testSaveActionWithException (line 133) | public function testSaveActionWithException() FILE: app/code/Magento/Newsletter/Test/Unit/Model/Plugin/CustomerPluginTest.php class CustomerPluginTest (line 14) | class CustomerPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAfterSave (line 109) | public function testAfterSave($subscriptionOriginalValue, $subscriptio... method afterSaveDataProvider (line 156) | public function afterSaveDataProvider() method testAfterDelete (line 166) | public function testAfterDelete() method testAroundDeleteById (line 178) | public function testAroundDeleteById() method testAfterGetByIdCreatesExtensionAttributesIfItIsNotSet (line 202) | public function testAfterGetByIdCreatesExtensionAttributesIfItIsNotSet( method testAfterGetByIdSetsIsSubscribedFlagIfItIsNotSet (line 232) | public function testAfterGetByIdSetsIsSubscribedFlagIfItIsNotSet() method afterGetByIdDataProvider (line 260) | public function afterGetByIdDataProvider() FILE: app/code/Magento/Newsletter/Test/Unit/Model/ProblemTest.php class ProblemTest (line 23) | class ProblemTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testAddSubscriberData (line 111) | public function testAddSubscriberData() method testAddQueueData (line 127) | public function testAddQueueData() method testAddErrorData (line 146) | public function testAddErrorData() method testGetSubscriberWithNoSubscriberId (line 162) | public function testGetSubscriberWithNoSubscriberId() method testGetSubscriber (line 170) | public function testGetSubscriber() method testUnsubscribeWithNoSubscriber (line 179) | public function testUnsubscribeWithNoSubscriber() method testUnsubscribe (line 193) | public function testUnsubscribe() method setSubscriber (line 215) | private function setSubscriber() FILE: app/code/Magento/Newsletter/Test/Unit/Model/Queue/TransportBuilderTest.php class TransportBuilderTest (line 36) | class TransportBuilderTest extends TestCase method setUp (line 91) | public function setUp(): void method testGetTransport (line 132) | public function testGetTransport( FILE: app/code/Magento/Newsletter/Test/Unit/Model/QueueTest.php class QueueTest (line 11) | class QueueTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testSendPerSubscriber1 (line 118) | public function testSendPerSubscriber1() method testSendPerSubscriberZeroSize (line 126) | public function testSendPerSubscriberZeroSize() method testSendPerSubscriber2 (line 138) | public function testSendPerSubscriber2() method testGetDataForSave (line 174) | public function testGetDataForSave() method testGetTemplate (line 190) | public function testGetTemplate() method testGetStores (line 202) | public function testGetStores() FILE: app/code/Magento/Newsletter/Test/Unit/Model/SubscriberTest.php class SubscriberTest (line 13) | class SubscriberTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method testSubscribe (line 136) | public function testSubscribe() method testSubscribeNotLoggedIn (line 175) | public function testSubscribeNotLoggedIn() method testUpdateSubscription (line 214) | public function testUpdateSubscription() method testUnsubscribeCustomerById (line 250) | public function testUnsubscribeCustomerById() method testSubscribeCustomerById (line 277) | public function testSubscribeCustomerById() method testSubscribeCustomerById1 (line 304) | public function testSubscribeCustomerById1() method testSubscribeCustomerByIdAfterConfirmation (line 336) | public function testSubscribeCustomerByIdAfterConfirmation() method testUnsubscribe (line 366) | public function testUnsubscribe() method testUnsubscribeException (line 378) | public function testUnsubscribeException() method testGetSubscriberFullName (line 386) | public function testGetSubscriberFullName() method testConfirm (line 394) | public function testConfirm() method testConfirmWrongCode (line 403) | public function testConfirmWrongCode() method testReceived (line 411) | public function testReceived() method sendEmailCheck (line 424) | protected function sendEmailCheck() FILE: app/code/Magento/Newsletter/Test/Unit/Model/Template/FilterTest.php class FilterTest (line 11) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testWidgetDirective (line 75) | public function testWidgetDirective() method testWidgetDirectiveWithoutRequiredVariable (line 115) | public function testWidgetDirectiveWithoutRequiredVariable() FILE: app/code/Magento/Newsletter/Test/Unit/Model/TemplateTest.php class TemplateTest (line 14) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 91) | protected function setUp() method getModelMock (line 173) | protected function getModelMock(array $mockedMethods = []) method testGetProcessedTemplateSubject (line 198) | public function testGetProcessedTemplateSubject() method testGetProcessedTemplate (line 251) | public function testGetProcessedTemplate($variables, $templateType, $s... method getProcessedTemplateDataProvider (line 354) | public function getProcessedTemplateDataProvider() method testIsValidForSend (line 402) | public function testIsValidForSend($senderName, $senderEmail, $templat... method isValidForSendDataProvider (line 420) | public function isValidForSendDataProvider() FILE: app/code/Magento/Newsletter/Test/Unit/Observer/PredispatchNewsletterObserverTest.php class PredispatchNewsletterObserverTest (line 24) | class PredispatchNewsletterObserverTest extends TestCase method setUp (line 64) | protected function setUp() : void method testNewsletterEnabled (line 85) | public function testNewsletterEnabled() : void method testNewsletterDisabled (line 111) | public function testNewsletterDisabled() : void FILE: app/code/Magento/OfflinePayments/Block/Form/AbstractInstruction.php class AbstractInstruction (line 11) | abstract class AbstractInstruction extends \Magento\Payment\Block\Form method getInstructions (line 25) | public function getInstructions() FILE: app/code/Magento/OfflinePayments/Block/Form/Banktransfer.php class Banktransfer (line 11) | class Banktransfer extends \Magento\OfflinePayments\Block\Form\AbstractI... FILE: app/code/Magento/OfflinePayments/Block/Form/Cashondelivery.php class Cashondelivery (line 11) | class Cashondelivery extends \Magento\OfflinePayments\Block\Form\Abstrac... FILE: app/code/Magento/OfflinePayments/Block/Form/Checkmo.php class Checkmo (line 8) | class Checkmo extends \Magento\Payment\Block\Form FILE: app/code/Magento/OfflinePayments/Block/Form/Purchaseorder.php class Purchaseorder (line 8) | class Purchaseorder extends \Magento\Payment\Block\Form FILE: app/code/Magento/OfflinePayments/Block/Info/Checkmo.php class Checkmo (line 8) | class Checkmo extends \Magento\Payment\Block\Info method getPayableTo (line 30) | public function getPayableTo() method getMailingAddress (line 43) | public function getMailingAddress() method _convertAdditionalData (line 55) | protected function _convertAdditionalData() method toPdf (line 65) | public function toPdf() FILE: app/code/Magento/OfflinePayments/Block/Info/Purchaseorder.php class Purchaseorder (line 8) | class Purchaseorder extends \Magento\Payment\Block\Info method toPdf (line 18) | public function toPdf() FILE: app/code/Magento/OfflinePayments/Model/Banktransfer.php class Banktransfer (line 16) | class Banktransfer extends \Magento\Payment\Model\Method\AbstractMethod method getInstructions (line 53) | public function getInstructions() FILE: app/code/Magento/OfflinePayments/Model/Cashondelivery.php class Cashondelivery (line 16) | class Cashondelivery extends \Magento\Payment\Model\Method\AbstractMethod method getInstructions (line 53) | public function getInstructions() FILE: app/code/Magento/OfflinePayments/Model/Checkmo.php class Checkmo (line 16) | class Checkmo extends \Magento\Payment\Model\Method\AbstractMethod method getPayableTo (line 47) | public function getPayableTo() method getMailingAddress (line 55) | public function getMailingAddress() FILE: app/code/Magento/OfflinePayments/Model/CheckmoConfigProvider.php class CheckmoConfigProvider (line 12) | class CheckmoConfigProvider implements ConfigProviderInterface method __construct (line 33) | public function __construct( method getConfig (line 44) | public function getConfig() method getMailingAddress (line 61) | protected function getMailingAddress() method getPayableTo (line 71) | protected function getPayableTo() FILE: app/code/Magento/OfflinePayments/Model/InstructionsConfigProvider.php class InstructionsConfigProvider (line 12) | class InstructionsConfigProvider implements ConfigProviderInterface method __construct (line 36) | public function __construct( method getConfig (line 49) | public function getConfig() method getInstructions (line 66) | protected function getInstructions($code) FILE: app/code/Magento/OfflinePayments/Model/Purchaseorder.php class Purchaseorder (line 18) | class Purchaseorder extends \Magento\Payment\Model\Method\AbstractMethod method assignData (line 53) | public function assignData(\Magento\Framework\DataObject $data) method validate (line 66) | public function validate() FILE: app/code/Magento/OfflinePayments/Observer/BeforeOrderPaymentSaveObserver.php class BeforeOrderPaymentSaveObserver (line 17) | class BeforeOrderPaymentSaveObserver implements ObserverInterface method execute (line 25) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/OfflinePayments/Test/Unit/Block/Form/AbstractInstructionTest.php class AbstractInstructionTest (line 8) | class AbstractInstructionTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetInstructions (line 24) | public function testGetInstructions() FILE: app/code/Magento/OfflinePayments/Test/Unit/Block/Info/CheckmoTest.php class CheckmoTest (line 16) | class CheckmoTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetPayableTo (line 52) | public function testGetPayableTo($details, $expected) method getPayableToDataProvider (line 67) | public function getPayableToDataProvider() method testGetMailingAddress (line 81) | public function testGetMailingAddress($details, $expected) method getMailingAddressDataProvider (line 96) | public function getMailingAddressDataProvider() method testConvertAdditionalDataIsNeverCalled (line 107) | public function testConvertAdditionalDataIsNeverCalled() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/BanktransferTest.php class BanktransferTest (line 8) | class BanktransferTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetInfoBlockType (line 36) | public function testGetInfoBlockType() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/CashondeliveryTest.php class CashondeliveryTest (line 8) | class CashondeliveryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetInfoBlockType (line 38) | public function testGetInfoBlockType() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/CheckmoConfigProviderTest.php class CheckmoConfigProviderTest (line 12) | class CheckmoConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetConfig (line 51) | public function testGetConfig($isAvailable, $mailingAddress, $payableT... method dataProviderGetConfig (line 69) | public function dataProviderGetConfig() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/CheckmoTest.php class CheckmoTest (line 8) | class CheckmoTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetPayableTo (line 39) | public function testGetPayableTo() method testGetMailingAddress (line 49) | public function testGetMailingAddress() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/InstructionsConfigProviderTest.php class InstructionsConfigProviderTest (line 14) | class InstructionsConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetConfig (line 66) | public function testGetConfig($isOneAvailable, $instructionsOne, $isTw... method dataProviderGetConfig (line 88) | public function dataProviderGetConfig() FILE: app/code/Magento/OfflinePayments/Test/Unit/Model/PurchaseorderTest.php class PurchaseorderTest (line 19) | class PurchaseorderTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testAssignData (line 50) | public function testAssignData() method testValidate (line 66) | public function testValidate() FILE: app/code/Magento/OfflinePayments/Test/Unit/Observer/BeforeOrderPaymentSaveObserverTest.php class BeforeOrderPaymentSaveObserverTest (line 18) | class BeforeOrderPaymentSaveObserverTest extends \PHPUnit\Framework\Test... method setUp (line 43) | protected function setUp() method testBeforeOrderPaymentSaveWithInstructions (line 74) | public function testBeforeOrderPaymentSaveWithInstructions($methodCode) method dataProviderBeforeOrderPaymentSaveWithInstructions (line 101) | public function dataProviderBeforeOrderPaymentSaveWithInstructions() method testBeforeOrderPaymentSaveWithCheckmo (line 109) | public function testBeforeOrderPaymentSaveWithCheckmo() method testBeforeOrderPaymentSaveWithCheckmoWithoutConfig (line 142) | public function testBeforeOrderPaymentSaveWithCheckmoWithoutConfig() method testBeforeOrderPaymentSaveWithOthers (line 165) | public function testBeforeOrderPaymentSaveWithOthers() FILE: app/code/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 47) | public function __construct( method _construct (line 64) | protected function _construct() method setWebsiteId (line 77) | public function setWebsiteId($websiteId) method getWebsiteId (line 88) | public function getWebsiteId() method setConditionName (line 102) | public function setConditionName($name) method getConditionName (line 113) | public function getConditionName() method _prepareCollection (line 123) | protected function _prepareCollection() method _prepareColumns (line 139) | protected function _prepareColumns() FILE: app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Export.php class Export (line 13) | class Export extends \Magento\Framework\Data\Form\Element\AbstractElement method __construct (line 27) | public function __construct( method getElementHtml (line 41) | public function getElementHtml() FILE: app/code/Magento/OfflineShipping/Block/Adminhtml/Form/Field/Import.php class Import (line 13) | class Import extends \Magento\Framework\Data\Form\Element\AbstractElement method _construct (line 18) | protected function _construct() method getElementHtml (line 29) | public function getElementHtml() FILE: app/code/Magento/OfflineShipping/Controller/Adminhtml/System/Config/ExportTablerates.php class ExportTablerates (line 13) | class ExportTablerates extends \Magento\Config\Controller\Adminhtml\Syst... method __construct (line 32) | public function __construct( method execute (line 49) | public function execute() FILE: app/code/Magento/OfflineShipping/Model/Carrier/Flatrate.php class Flatrate (line 20) | class Flatrate extends AbstractCarrier implements CarrierInterface method __construct (line 56) | public function __construct( method collectRates (line 79) | public function collectRates(RateRequest $request) method getFreeBoxesCount (line 107) | private function getFreeBoxesCount(RateRequest $request) method getAllowedMethods (line 131) | public function getAllowedMethods() method getShippingPrice (line 143) | private function getShippingPrice(RateRequest $request, $freeBoxes) method createResultMethod (line 170) | private function createResultMethod($shippingPrice) method getFreeBoxesCountFromChildren (line 192) | private function getFreeBoxesCountFromChildren($item) FILE: app/code/Magento/OfflineShipping/Model/Carrier/Flatrate/ItemPriceCalculator.php class ItemPriceCalculator (line 11) | class ItemPriceCalculator method getShippingPricePerItem (line 19) | public function getShippingPricePerItem( method getShippingPricePerOrder (line 34) | public function getShippingPricePerOrder( FILE: app/code/Magento/OfflineShipping/Model/Carrier/Freeshipping.php class Freeshipping (line 22) | class Freeshipping extends \Magento\Shipping\Model\Carrier\AbstractCarri... method __construct (line 53) | public function __construct( method collectRates (line 72) | public function collectRates(RateRequest $request) method _updateFreeMethodQuote (line 121) | protected function _updateFreeMethodQuote($request) method getAllowedMethods (line 145) | public function getAllowedMethods() FILE: app/code/Magento/OfflineShipping/Model/Carrier/Pickup.php class Pickup (line 16) | class Pickup extends \Magento\Shipping\Model\Carrier\AbstractCarrier imp... method __construct (line 47) | public function __construct( method collectRates (line 67) | public function collectRates(RateRequest $request) method getAllowedMethods (line 78) | public function getAllowedMethods() FILE: app/code/Magento/OfflineShipping/Model/Carrier/Tablerate.php class Tablerate (line 18) | class Tablerate extends \Magento\Shipping\Model\Carrier\AbstractCarrier ... method __construct (line 67) | public function __construct( method collectRates (line 94) | public function collectRates(RateRequest $request) method getRate (line 212) | public function getRate(\Magento\Quote\Model\Quote\Address\RateRequest... method getCode (line 225) | public function getCode($type, $code = '') method getAllowedMethods (line 264) | public function getAllowedMethods() method createShippingMethod (line 276) | private function createShippingMethod($shippingPrice, $cost) FILE: app/code/Magento/OfflineShipping/Model/Config/Backend/Tablerate.php class Tablerate (line 15) | class Tablerate extends \Magento\Framework\App\Config\Value method __construct (line 32) | public function __construct( method afterSave (line 49) | public function afterSave() FILE: app/code/Magento/OfflineShipping/Model/Config/Source/Flatrate.php class Flatrate (line 12) | class Flatrate implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/OfflineShipping/Model/Config/Source/Tablerate.php class Tablerate (line 12) | class Tablerate implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\OfflineShipping\Model\Carrier\Tab... method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php class Shipping (line 14) | class Shipping method __construct (line 24) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method afterIsStateActive (line 35) | public function afterIsStateActive(\Magento\Checkout\Block\Cart\Layout... FILE: app/code/Magento/OfflineShipping/Model/Quote/Address/FreeShipping.php class FreeShipping (line 16) | class FreeShipping implements FreeShippingInterface method __construct (line 32) | public function __construct( method isFreeShipping (line 43) | public function isFreeShipping(\Magento\Quote\Model\Quote $quote, $items) method applyToChildren (line 95) | protected function applyToChildren(\Magento\Quote\Model\Quote\Item\Abs... method applyToItems (line 113) | private function applyToItems(array $items, bool $freeShipping) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php class Tablerate (line 26) | class Tablerate extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method __construct (line 146) | public function __construct( method _construct (line 172) | protected function _construct() method getRate (line 183) | public function getRate(\Magento\Quote\Model\Quote\Address\RateRequest... method deleteByCondition (line 208) | private function deleteByCondition(array $condition) method importData (line 223) | private function importData(array $fields, array $values) method uploadAndImport (line 257) | public function uploadAndImport(\Magento\Framework\DataObject $object) method getConditionName (line 307) | public function getConditionName(\Magento\Framework\DataObject $object) method getCsvFile (line 321) | private function getCsvFile($filePath) method _getConditionFullName (line 338) | protected function _getConditionFullName($conditionName) method _saveImportData (line 354) | protected function _saveImportData(array $data) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/CSV/ColumnNotFoundException.php class ColumnNotFoundException (line 15) | class ColumnNotFoundException extends LocalizedException FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/CSV/ColumnResolver.php class ColumnResolver (line 9) | class ColumnResolver method __construct (line 40) | public function __construct(array $headers, array $columns = []) method getColumnValue (line 52) | public function getColumnValue($column, array $values) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/CSV/RowException.php class RowException (line 15) | class RowException extends LocalizedException FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/CSV/RowParser.php class RowParser (line 15) | class RowParser method __construct (line 26) | public function __construct(LocationDirectory $locationDirectory) method getColumns (line 36) | public function getColumns() method parse (line 62) | public function parse( method getCountryId (line 112) | private function getCountryId(array $rowData, $rowNumber, ColumnResolv... method getRegionIds (line 143) | private function getRegionIds(array $rowData, $rowNumber, ColumnResolv... method getZipCode (line 171) | private function getZipCode(array $rowData, ColumnResolver $columnReso... method getConditionValue (line 191) | private function getConditionValue(array $rowData, $rowNumber, $condit... method getPrice (line 219) | private function getPrice(array $rowData, $rowNumber, ColumnResolver $... method _parseDecimalValue (line 243) | private function _parseDecimalValue($value) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 35) | protected function _construct() method _initSelect (line 50) | public function _initSelect() method setWebsiteFilter (line 76) | public function setWebsiteFilter($websiteId) method setConditionFilter (line 87) | public function setConditionFilter($conditionName) method setCountryFilter (line 98) | public function setCountryFilter($countryId) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/DataHashGenerator.php class DataHashGenerator (line 9) | class DataHashGenerator method getHash (line 15) | public function getHash(array $data) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/Import.php class Import (line 23) | class Import method __construct (line 74) | public function __construct( method hasErrors (line 95) | public function hasErrors() method getErrors (line 105) | public function getErrors() method getColumns (line 115) | public function getColumns() method getData (line 131) | public function getData(ReadInterface $file, $websiteId, $conditionSho... method getHeaders (line 195) | private function getHeaders(ReadInterface $file) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/LocationDirectory.php class LocationDirectory (line 12) | class LocationDirectory method __construct (line 49) | public function __construct( method getCountryId (line 63) | public function getCountryId($countryCode) method loadCountries (line 81) | protected function loadCountries() method hasCountryId (line 106) | public function hasCountryId($countryCode) method hasRegionId (line 119) | public function hasRegionId($countryId, $regionCode) method loadRegions (line 130) | protected function loadRegions() method getRegionId (line 160) | public function getRegionId($countryId, $regionCode) method getRegionIds (line 173) | public function getRegionIds($countryId, $regionCode) FILE: app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/RateQuery.php class RateQuery (line 12) | class RateQuery method __construct (line 23) | public function __construct( method prepareSelect (line 35) | public function prepareSelect(\Magento\Framework\DB\Select $select) method getBindings (line 89) | public function getBindings() method getRequest (line 122) | public function getRequest() method getDestPostcodePrefix (line 132) | private function getDestPostcodePrefix() FILE: app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php class Calculator (line 20) | class Calculator extends Validator method processFreeShipping (line 30) | public function processFreeShipping(\Magento\Quote\Model\Quote\Item\Ab... FILE: app/code/Magento/OfflineShipping/Model/SalesRule/Rule.php class Rule (line 18) | class Rule FILE: app/code/Magento/OfflineShipping/Model/Source/SalesRule/FreeShippingOptions.php class FreeShippingOptions (line 15) | class FreeShippingOptions implements OptionSourceInterface method toOptionArray (line 22) | public function toOptionArray() FILE: app/code/Magento/OfflineShipping/Setup/Patch/Data/UpdateQuoteShippingAddresses.php class UpdateQuoteShippingAddresses (line 16) | class UpdateQuoteShippingAddresses implements DataPatchInterface, PatchV... method __construct (line 27) | public function __construct( method apply (line 36) | public function apply() method getDependencies (line 77) | public static function getDependencies() method getVersion (line 85) | public static function getVersion() method getAliases (line 93) | public function getAliases() FILE: app/code/Magento/OfflineShipping/Setup/Patch/Data/UpdateShippingTablerate.php class UpdateShippingTablerate (line 16) | class UpdateShippingTablerate implements DataPatchInterface method __construct (line 27) | public function __construct( method apply (line 36) | public function apply() method getDependencies (line 61) | public static function getDependencies() method getAliases (line 69) | public function getAliases() FILE: app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Carrier/Tablerate/GridTest.php class GridTest (line 8) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testSetWebsiteId (line 75) | public function testSetWebsiteId() method testGetWebsiteId (line 97) | public function testGetWebsiteId() method testSetAndGetConditionName (line 123) | public function testSetAndGetConditionName() FILE: app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ExportTest.php class ExportTest (line 8) | class ExportTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetElementHtml (line 27) | public function testGetElementHtml() FILE: app/code/Magento/OfflineShipping/Test/Unit/Block/Adminhtml/Form/Field/ImportTest.php class ImportTest (line 14) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetNameWhenFormFiledNameSuffixIsEmpty (line 44) | public function testGetNameWhenFormFiledNameSuffixIsEmpty() method testGetNameWhenFormFiledNameSuffixIsNotEmpty (line 52) | public function testGetNameWhenFormFiledNameSuffixIsNotEmpty() method testGetElementHtml (line 60) | public function testGetElementHtml() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Carrier/FlatrateTest.php class FlatrateTest (line 15) | class FlatrateTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testCollectRatesWithGlobalFreeShipping (line 110) | public function testCollectRatesWithGlobalFreeShipping($freeshipping) method captureArg (line 211) | private function captureArg(&$captureVar) method collectRatesWithGlobalFreeShippingDataProvider (line 223) | public function collectRatesWithGlobalFreeShippingDataProvider() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Carrier/TablerateTest.php class TablerateTest (line 15) | class TablerateTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testCollectRatesWithGlobalFreeShipping (line 110) | public function testCollectRatesWithGlobalFreeShipping($freeshipping) method captureArg (line 199) | private function captureArg(&$captureVar) method collectRatesWithGlobalFreeShippingDataProvider (line 211) | public function collectRatesWithGlobalFreeShippingDataProvider() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Config/Backend/TablerateTest.php class TablerateTest (line 8) | class TablerateTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterSave (line 35) | public function testAfterSave() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Config/Source/FlatrateTest.php class FlatrateTest (line 8) | class FlatrateTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testToOptionArray (line 20) | public function testToOptionArray() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Config/Source/TablerateTest.php class TablerateTest (line 8) | class TablerateTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArray (line 34) | public function testToOptionArray() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Plugin/Checkout/Block/Cart/ShippingTest.php class ShippingTest (line 8) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterGetStateActive (line 41) | public function testAfterGetStateActive($scopeConfigMockReturnValue, $... method afterGetStateActiveDataProvider (line 58) | public function afterGetStateActiveDataProvider() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/Quote/Address/FreeShippingTest.php class FreeShippingTest (line 22) | class FreeShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testIsFreeShipping (line 67) | public function testIsFreeShipping(int $addressFree, int $fItemFree, i... method itemsDataProvider (line 102) | public function itemsDataProvider(): array method withStore (line 115) | private function withStore() method getQuote (line 134) | private function getQuote(Address $address): Quote method getShippingAddress (line 169) | private function getShippingAddress(): Address method getItem (line 186) | private function getItem(Quote $quote): Item FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/Tablerate/CSV/ColumnResolverTest.php class ColumnResolverTest (line 14) | class ColumnResolverTest extends \PHPUnit\Framework\TestCase method testGetColumnValueByPosition (line 34) | public function testGetColumnValueByPosition($column, $expectedValue) method createColumnResolver (line 49) | private function createColumnResolver(array $headers = [], array $colu... method testGetColumnValueByHeader (line 58) | public function testGetColumnValueByHeader($column, $expectedValue) method getColumnValueDataProvider (line 71) | public function getColumnValueDataProvider() method getColumnValueWithCustomHeaderDataProvider (line 104) | public function getColumnValueWithCustomHeaderDataProvider() method testGetColumnValueWithUnknownColumn (line 120) | public function testGetColumnValueWithUnknownColumn() method testGetColumnValueWithUndefinedValue (line 132) | public function testGetColumnValueWithUndefinedValue() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/Tablerate/CSV/RowParserTest.php class RowParserTest (line 17) | class RowParserTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetColumns (line 54) | public function testGetColumns() method testParse (line 64) | public function testParse() method testParseWithException (line 107) | public function testParseWithException(array $rowData, $conditionFullN... method parseWithExceptionDataProvider (line 134) | public function parseWithExceptionDataProvider() method parse (line 199) | private function parse($rowData, $conditionFullName, $rowNumber, $webs... FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/Tablerate/ImportTest.php class ImportTest (line 22) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetColumns (line 101) | public function testGetColumns() method testGetData (line 114) | public function testGetData() method testGetDataWithDuplicatedLine (line 167) | public function testGetDataWithDuplicatedLine() method testGetDataFromEmptyFile (line 212) | public function testGetDataFromEmptyFile() method createFileMock (line 225) | private function createFileMock(array $lines) FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/TablerateTest.php class TablerateTest (line 18) | class TablerateTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testUploadAndImport (line 71) | public function testUploadAndImport() FILE: app/code/Magento/OfflineShipping/Test/Unit/Model/SalesRule/CalculatorTest.php class CalculatorTest (line 8) | class CalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testProcessFreeShipping (line 26) | public function testProcessFreeShipping() FILE: app/code/Magento/PageCache/Block/Javascript.php class Javascript (line 14) | class Javascript extends \Magento\Framework\View\Element\Template method getScriptOptions (line 21) | public function getScriptOptions() FILE: app/code/Magento/PageCache/Block/System/Config/Form/Field/Export.php class Export (line 14) | class Export extends \Magento\Config\Block\System\Config\Form\Field method _getElementHtml (line 23) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method getVarnishVersion (line 48) | public function getVarnishVersion() method getLabel (line 56) | private function getLabel() method getVarnishUrl (line 66) | private function getVarnishUrl($params = []) method getTtlValue (line 78) | public function getTtlValue() FILE: app/code/Magento/PageCache/Block/System/Config/Form/Field/Export/Varnish4.php class Varnish4 (line 11) | class Varnish4 extends \Magento\PageCache\Block\System\Config\Form\Field... method getVarnishVersion (line 18) | public function getVarnishVersion() FILE: app/code/Magento/PageCache/Block/System/Config/Form/Field/Export/Varnish5.php class Varnish5 (line 11) | class Varnish5 extends \Magento\PageCache\Block\System\Config\Form\Field... method getVarnishVersion (line 18) | public function getVarnishVersion() FILE: app/code/Magento/PageCache/Block/System/Config/Form/Field/Export/Varnish6.php class Varnish6 (line 11) | class Varnish6 extends \Magento\PageCache\Block\System\Config\Form\Field... method getVarnishVersion (line 18) | public function getVarnishVersion() FILE: app/code/Magento/PageCache/Console/Command/GenerateVclCommand.php class GenerateVclCommand (line 27) | class GenerateVclCommand extends Command method configure (line 92) | protected function configure() method __construct (line 105) | public function __construct( method execute (line 121) | protected function execute(InputInterface $input, OutputInterface $out... method getOptionList (line 166) | private function getOptionList() method inputToVclParameters (line 217) | private function inputToVclParameters(InputInterface $input) method validate (line 234) | private function validate(InputInterface $input) method getSslOffloadedHeader (line 259) | private function getSslOffloadedHeader() method getDesignExceptions (line 269) | private function getDesignExceptions() FILE: app/code/Magento/PageCache/Controller/Adminhtml/PageCache/ExportVarnishConfig.php class ExportVarnishConfig (line 14) | class ExportVarnishConfig extends \Magento\Backend\App\Action implements... method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/PageCache/Controller/Block.php class Block (line 14) | abstract class Block extends \Magento\Framework\App\Action\Action method __construct (line 50) | public function __construct( method _getBlocks (line 72) | protected function _getBlocks() FILE: app/code/Magento/PageCache/Controller/Block/Esi.php class Esi (line 9) | class Esi extends \Magento\PageCache\Controller\Block method execute (line 16) | public function execute() FILE: app/code/Magento/PageCache/Controller/Block/Render.php class Render (line 9) | class Render extends \Magento\PageCache\Controller\Block method execute (line 16) | public function execute() FILE: app/code/Magento/PageCache/Exception/UnsupportedVarnishVersion.php class UnsupportedVarnishVersion (line 11) | class UnsupportedVarnishVersion extends LocalizedException FILE: app/code/Magento/PageCache/Helper/Data.php class Data (line 16) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 31) | public function __construct(\Magento\Framework\Session\Config $config) method getUrl (line 43) | public function getUrl($route, array $params = []) method getDomain (line 51) | public function getDomain() FILE: app/code/Magento/PageCache/Model/App/CacheIdentifierPlugin.php class CacheIdentifierPlugin (line 16) | class CacheIdentifierPlugin method __construct (line 25) | public function __construct( method afterGetValue (line 43) | public function afterGetValue(\Magento\Framework\App\PageCache\Identif... FILE: app/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin.php class BuiltinPlugin (line 13) | class BuiltinPlugin method __construct (line 43) | public function __construct( method aroundDispatch (line 62) | public function aroundDispatch( method addDebugHeaders (line 90) | protected function addDebugHeaders(ResponseHttp $result) method addDebugHeader (line 109) | protected function addDebugHeader(ResponseHttp $response, $name, $valu... FILE: app/code/Magento/PageCache/Model/App/FrontController/VarnishPlugin.php class VarnishPlugin (line 19) | class VarnishPlugin method __construct (line 41) | public function __construct(Config $config, Version $version, AppState... method afterDispatch (line 57) | public function afterDispatch(FrontControllerInterface $subject, $result) FILE: app/code/Magento/PageCache/Model/App/PageCachePlugin.php class PageCachePlugin (line 9) | class PageCachePlugin method beforeSave (line 28) | public function beforeSave( method afterLoad (line 50) | public function afterLoad( method handleCompression (line 68) | private function handleCompression($data) FILE: app/code/Magento/PageCache/Model/App/Response/HttpPlugin.php class HttpPlugin (line 12) | class HttpPlugin method beforeSendResponse (line 20) | public function beforeSendResponse(\Magento\Framework\App\Response\Htt... FILE: app/code/Magento/PageCache/Model/Cache/Server.php class Server (line 18) | class Server method __construct (line 44) | public function __construct( method getUris (line 59) | public function getUris() FILE: app/code/Magento/PageCache/Model/Cache/Type.php class Type (line 13) | class Type extends \Magento\Framework\Cache\Frontend\Decorator\TagScope method __construct (line 34) | public function __construct( method clean (line 49) | public function clean($mode = \Zend_Cache::CLEANING_MODE_ALL, array $t... FILE: app/code/Magento/PageCache/Model/Config.php class Config (line 21) | class Config method __construct (line 100) | public function __construct( method getType (line 122) | public function getType() method getTtl (line 133) | public function getTtl() method getVclFile (line 146) | public function getVclFile($vclTemplatePath) method _getReplacements (line 185) | protected function _getReplacements() method _getAccessList (line 215) | protected function _getAccessList() method _getDesignExceptions (line 240) | protected function _getDesignExceptions() method isEnabled (line 272) | public function isEnabled() FILE: app/code/Magento/PageCache/Model/Controller/Result/BuiltinPlugin.php class BuiltinPlugin (line 22) | class BuiltinPlugin method __construct (line 50) | public function __construct(Config $config, Kernel $kernel, AppState $... method afterRenderResult (line 68) | public function afterRenderResult(ResultInterface $subject, ResultInte... FILE: app/code/Magento/PageCache/Model/Controller/Result/VarnishPlugin.php class VarnishPlugin (line 18) | class VarnishPlugin method __construct (line 46) | public function __construct(Config $config, Version $version, AppState... method afterRenderResult (line 64) | public function afterRenderResult(ResultInterface $subject, ResultInte... FILE: app/code/Magento/PageCache/Model/DepersonalizeChecker.php class DepersonalizeChecker (line 11) | class DepersonalizeChecker method __construct (line 39) | public function __construct( method checkIfDepersonalize (line 56) | public function checkIfDepersonalize(\Magento\Framework\View\LayoutInt... FILE: app/code/Magento/PageCache/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 13) | class DepersonalizePlugin method __construct (line 35) | public function __construct( method afterGenerateXml (line 52) | public function afterGenerateXml(\Magento\Framework\View\LayoutInterfa... FILE: app/code/Magento/PageCache/Model/Layout/LayoutPlugin.php class LayoutPlugin (line 11) | class LayoutPlugin method __construct (line 29) | public function __construct( method afterGenerateXml (line 45) | public function afterGenerateXml(\Magento\Framework\View\Layout $subje... method afterGetOutput (line 60) | public function afterGetOutput(\Magento\Framework\View\Layout $subject... FILE: app/code/Magento/PageCache/Model/Layout/MergePlugin.php class MergePlugin (line 13) | class MergePlugin method __construct (line 25) | public function __construct( method beforeValidateUpdate (line 42) | public function beforeValidateUpdate(\Magento\Framework\View\Model\Lay... FILE: app/code/Magento/PageCache/Model/System/Config/Backend/AccessList.php class AccessList (line 17) | class AccessList extends Varnish method beforeSave (line 22) | public function beforeSave() FILE: app/code/Magento/PageCache/Model/System/Config/Backend/Ttl.php class Ttl (line 18) | class Ttl extends \Magento\Framework\App\Config\Value method __construct (line 36) | public function __construct( method beforeSave (line 56) | public function beforeSave() FILE: app/code/Magento/PageCache/Model/System/Config/Backend/Varnish.php class Varnish (line 13) | class Varnish extends \Magento\Framework\App\Config\Value method beforeSave (line 26) | public function beforeSave() method _getDefaultValues (line 42) | protected function _getDefaultValues() method _afterLoad (line 55) | protected function _afterLoad() FILE: app/code/Magento/PageCache/Model/System/Config/Source/Application.php class Application (line 18) | class Application implements ArrayInterface method toOptionArray (line 25) | public function toOptionArray() method toArray (line 44) | public function toArray() FILE: app/code/Magento/PageCache/Model/Varnish/VclGenerator.php class VclGenerator (line 15) | class VclGenerator implements VclGeneratorInterface method __construct (line 63) | public function __construct( method generateVcl (line 88) | public function generateVcl($version) method getReplacements (line 99) | private function getReplacements() method getRegexForDesignExceptions (line 122) | private function getRegexForDesignExceptions() method getTransformedAccessList (line 158) | private function getTransformedAccessList() method getAccessList (line 177) | private function getAccessList() method getBackendHost (line 187) | private function getBackendHost() method getBackendPort (line 197) | private function getBackendPort() method getGracePeriod (line 207) | private function getGracePeriod() method getSslOffloadedHeader (line 217) | private function getSslOffloadedHeader() method getDesignExceptions (line 227) | private function getDesignExceptions() FILE: app/code/Magento/PageCache/Model/Varnish/VclTemplateLocator.php class VclTemplateLocator (line 19) | class VclTemplateLocator implements VclTemplateLocatorInterface method __construct (line 82) | public function __construct(Reader $reader, ReadFactory $readFactory, ... method getTemplate (line 92) | public function getTemplate($version) method getVclTemplatePath (line 109) | private function getVclTemplatePath($version) FILE: app/code/Magento/PageCache/Model/VclGeneratorInterface.php type VclGeneratorInterface (line 13) | interface VclGeneratorInterface method generateVcl (line 22) | public function generateVcl($version); FILE: app/code/Magento/PageCache/Model/VclTemplateLocatorInterface.php type VclTemplateLocatorInterface (line 17) | interface VclTemplateLocatorInterface method getTemplate (line 27) | public function getTemplate($version); FILE: app/code/Magento/PageCache/Observer/FlushAllCache.php class FlushAllCache (line 12) | class FlushAllCache implements ObserverInterface method __construct (line 37) | public function __construct(\Magento\PageCache\Model\Config $config, \... method execute (line 49) | public function execute(\Magento\Framework\Event\Observer $observer) method getCache (line 61) | private function getCache() FILE: app/code/Magento/PageCache/Observer/FlushCacheByTags.php class FlushCacheByTags (line 12) | class FlushCacheByTags implements ObserverInterface method __construct (line 44) | public function __construct(\Magento\PageCache\Model\Config $config, \... method execute (line 57) | public function execute(\Magento\Framework\Event\Observer $observer) method getCache (line 78) | private function getCache() method getTagResolver (line 90) | private function getTagResolver() FILE: app/code/Magento/PageCache/Observer/FlushFormKey.php class FlushFormKey (line 12) | class FlushFormKey implements ObserverInterface method __construct (line 28) | public function __construct(CookieFormKey $cookieFormKey, DataFormKey ... method execute (line 39) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/PageCache/Observer/InvalidateCache.php class InvalidateCache (line 11) | class InvalidateCache implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/PageCache/Observer/ProcessLayoutRenderElement.php class ProcessLayoutRenderElement (line 14) | class ProcessLayoutRenderElement implements ObserverInterface method __construct (line 60) | public function __construct( method _wrapEsi (line 82) | private function _wrapEsi( method isFullPageCacheEnabled (line 107) | private function isFullPageCacheEnabled() method isVarnishEnabled (line 120) | private function isVarnishEnabled() method execute (line 135) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/PageCache/Observer/SwitchPageCacheOnMaintenance.php class SwitchPageCacheOnMaintenance (line 21) | class SwitchPageCacheOnMaintenance implements ObserverInterface method __construct (line 37) | public function __construct(Manager $cacheManager, PageCacheState $pag... method execute (line 51) | public function execute(Observer $observer): void method turnOffFullPageCache (line 66) | private function turnOffFullPageCache(): void method isFullPageCacheEnabled (line 81) | private function isFullPageCacheEnabled(): bool method restoreFullPageCacheState (line 99) | private function restoreFullPageCacheState(): void FILE: app/code/Magento/PageCache/Observer/SwitchPageCacheOnMaintenance/PageCacheState.php class PageCacheState (line 18) | class PageCacheState method __construct (line 33) | public function __construct(Filesystem $fileSystem) method save (line 46) | public function save(bool $state): void method isEnabled (line 56) | public function isEnabled(): bool method flush (line 70) | public function flush(): void FILE: app/code/Magento/PageCache/Plugin/RegisterFormKeyFromCookie.php class RegisterFormKeyFromCookie (line 21) | class RegisterFormKeyFromCookie method __construct (line 55) | public function __construct( method beforeDispatch (line 75) | public function beforeDispatch(): void method updateCookieFormKey (line 92) | private function updateCookieFormKey(string $formKey): void FILE: app/code/Magento/PageCache/Test/Unit/App/CacheIdentifierPluginTest.php class CacheIdentifierPluginTest (line 16) | class CacheIdentifierPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAfterGetValue (line 70) | public function testAfterGetValue($cacheType, $isPageCacheEnabled, $re... method afterGetValueDataProvider (line 92) | public function afterGetValueDataProvider() method testAfterGetValueRunParamsCauseDifferentIdentifiers (line 117) | public function testAfterGetValueRunParamsCauseDifferentIdentifiers() FILE: app/code/Magento/PageCache/Test/Unit/Block/Controller/StubBlock.php class StubBlock (line 12) | class StubBlock extends AbstractBlock implements IdentityInterface method getIdentities (line 19) | public function getIdentities() FILE: app/code/Magento/PageCache/Test/Unit/Block/JavascriptTest.php class JavascriptTest (line 11) | class JavascriptTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetScriptOptions (line 102) | public function testGetScriptOptions($isSecure, $url, $expectedResult) method getScriptOptionsDataProvider (line 136) | public function getScriptOptionsDataProvider() method testGetScriptOptionsPrivateContent (line 162) | public function testGetScriptOptionsPrivateContent($url, $route, $cont... method getScriptOptionsPrivateContentDataProvider (line 202) | public function getScriptOptionsPrivateContentDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Controller/Adminhtml/PageCache/ExportVarnishConfigTest.php class ExportVarnishConfigTest (line 18) | class ExportVarnishConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testExportVarnishConfigAction (line 86) | public function testExportVarnishConfigAction() FILE: app/code/Magento/PageCache/Test/Unit/Controller/Block/EsiTest.php class EsiTest (line 13) | class EsiTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testExecute (line 97) | public function testExecute($blockClass, $shouldSetHeaders) method executeDataProvider (line 149) | public function executeDataProvider() method testExecuteBlockNotExists (line 157) | public function testExecuteBlockNotExists() FILE: app/code/Magento/PageCache/Test/Unit/Controller/Block/RenderTest.php class RenderTest (line 13) | class RenderTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testExecuteNotAjax (line 105) | public function testExecuteNotAjax() method testExecuteNoParams (line 118) | public function testExecuteNoParams() method testExecute (line 134) | public function testExecute() FILE: app/code/Magento/PageCache/Test/Unit/Helper/DataTest.php class DataTest (line 16) | class DataTest extends \PHPUnit\Framework\TestCase method testMaxAgeCache (line 38) | public function testMaxAgeCache() FILE: app/code/Magento/PageCache/Test/Unit/Model/App/FrontController/BuiltinPluginTest.php class BuiltinPluginTest (line 11) | class BuiltinPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testAroundDispatchProcessIfCacheMissed (line 85) | public function testAroundDispatchProcessIfCacheMissed($state) method testAroundDispatchReturnsResultInterfaceProcessIfCacheMissed (line 134) | public function testAroundDispatchReturnsResultInterfaceProcessIfCache... method testAroundDispatchReturnsCache (line 169) | public function testAroundDispatchReturnsCache($state) method testAroundDispatchDisabled (line 206) | public function testAroundDispatchDisabled($state) method dataProvider (line 232) | public function dataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/App/FrontController/VarnishPluginTest.php class VarnishPluginTest (line 20) | class VarnishPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testAfterDispatchReturnsCache (line 98) | public function testAfterDispatchReturnsCache($state, $countHeader) method testAfterDispatchNotResponse (line 121) | public function testAfterDispatchNotResponse() method testAfterDispatchDisabled (line 142) | public function testAfterDispatchDisabled() method afterDispatchDataProvider (line 164) | public function afterDispatchDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/App/PageCachePluginTest.php class PageCachePluginTest (line 13) | class PageCachePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testBeforeSaveAddTag (line 29) | public function testBeforeSaveAddTag() method testBeforeSaveCompression (line 41) | public function testBeforeSaveCompression() method testAfterSaveDecompression (line 55) | public function testAfterSaveDecompression($data, $initResult) method afterSaveDataProvider (line 63) | public function afterSaveDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/App/Response/HttpPluginTest.php class HttpPluginTest (line 11) | class HttpPluginTest extends \PHPUnit\Framework\TestCase method testBeforeSendResponse (line 19) | public function testBeforeSendResponse($responseInstanceClass, $sendVa... method beforeSendResponseDataProvider (line 32) | public function beforeSendResponseDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/Cache/ServerTest.php class ServerTest (line 12) | class ServerTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetUris (line 54) | public function testGetUris( method getUrisDataProvider (line 96) | public function getUrisDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/Cache/TypeTest.php class TypeTest (line 8) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testClean (line 43) | public function testClean() FILE: app/code/Magento/PageCache/Test/Unit/Model/ConfigTest.php class ConfigTest (line 16) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetVcl (line 167) | public function testGetVcl() method testGetTll (line 177) | public function testGetTll() method testIsEnabled (line 186) | public function testIsEnabled() FILE: app/code/Magento/PageCache/Test/Unit/Model/Controller/Result/BuiltinPluginTest.php class BuiltinPluginTest (line 22) | class BuiltinPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testAfterResultWithoutPlugin (line 118) | public function testAfterResultWithoutPlugin() method testAfterResultWithPlugin (line 134) | public function testAfterResultWithPlugin() method testAfterResultWithPluginDeveloperMode (line 162) | public function testAfterResultWithPluginDeveloperMode() FILE: app/code/Magento/PageCache/Test/Unit/Model/Controller/Result/VarnishPluginTest.php class VarnishPluginTest (line 20) | class VarnishPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testAfterRenderResult (line 102) | public function testAfterRenderResult($usePlugin, $setCacheDebugHeader... method afterRenderResultDataProvider (line 132) | public function afterRenderResultDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/DepersonalizeCheckerTest.php class DepersonalizeCheckerTest (line 13) | class DepersonalizeCheckerTest extends \PHPUnit\Framework\TestCase method setup (line 30) | public function setup() method testCheckIfDepersonalize (line 45) | public function testCheckIfDepersonalize( method checkIfDepersonalizeDataProvider (line 72) | public function checkIfDepersonalizeDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/Layout/DepersonalizePluginTest.php class DepersonalizePluginTest (line 12) | class DepersonalizePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAfterGenerateXml (line 58) | public function testAfterGenerateXml() method testAfterGenerateXmlNoDepersonalize (line 72) | public function testAfterGenerateXmlNoDepersonalize() FILE: app/code/Magento/PageCache/Test/Unit/Model/Layout/LayoutPluginTest.php class LayoutPluginTest (line 8) | class LayoutPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAfterGenerateXml (line 55) | public function testAfterGenerateXml($cacheState, $layoutIsCacheable) method afterGenerateXmlDataProvider (line 76) | public function afterGenerateXmlDataProvider() method testAfterGetOutput (line 94) | public function testAfterGetOutput($cacheState, $layoutIsCacheable, $e... method afterGetOutputDataProvider (line 121) | public function afterGetOutputDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Model/System/Config/Backend/AccessListTest.php class AccessListTest (line 16) | class AccessListTest extends TestCase method setUp (line 26) | protected function setUp() method getValidValues (line 48) | public function getValidValues(): array method testBeforeSave (line 63) | public function testBeforeSave($value, $expectedValue) method getInvalidValues (line 73) | public function getInvalidValues(): array method testBeforeSaveInvalid (line 87) | public function testBeforeSaveInvalid($value) FILE: app/code/Magento/PageCache/Test/Unit/Observer/FlushAllCacheTest.php class FlushAllCacheTest (line 10) | class FlushAllCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 51) | public function testExecute() FILE: app/code/Magento/PageCache/Test/Unit/Observer/FlushCacheByTagsTest.php class FlushCacheByTagsTest (line 10) | class FlushCacheByTagsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExecute (line 57) | public function testExecute($cacheState) method flushCacheByTagsDataProvider (line 87) | public function flushCacheByTagsDataProvider() method testExecuteWithEmptyTags (line 95) | public function testExecuteWithEmptyTags() FILE: app/code/Magento/PageCache/Test/Unit/Observer/FlushFormKeyTest.php class FlushFormKeyTest (line 13) | class FlushFormKeyTest extends \PHPUnit\Framework\TestCase method testExecute (line 18) | public function testExecute() FILE: app/code/Magento/PageCache/Test/Unit/Observer/InvalidateCacheTest.php class InvalidateCacheTest (line 9) | class InvalidateCacheTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testExecute (line 45) | public function testExecute($cacheState) method invalidateCacheDataProvider (line 59) | public function invalidateCacheDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Observer/ProcessLayoutRenderElementTest.php class ProcessLayoutRenderElementTest (line 12) | class ProcessLayoutRenderElementTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testExecute (line 74) | public function testExecute( method testExecuteWithBase64Encode (line 151) | public function testExecuteWithBase64Encode() method processLayoutRenderDataProvider (line 216) | public function processLayoutRenderDataProvider() FILE: app/code/Magento/PageCache/Test/Unit/Observer/SwitchPageCacheOnMaintenanceTest.php class SwitchPageCacheOnMaintenanceTest (line 23) | class SwitchPageCacheOnMaintenanceTest extends TestCase method setUp (line 48) | protected function setUp(): void method testExecuteWhileMaintenanceEnabling (line 70) | public function testExecuteWhileMaintenanceEnabling( method testExecuteWhileMaintenanceDisabling (line 105) | public function testExecuteWhileMaintenanceDisabling(bool $storedCache... method enablingPageCacheStateProvider (line 131) | public function enablingPageCacheStateProvider(): array method disablingPageCacheStateProvider (line 157) | public function disablingPageCacheStateProvider(): array FILE: app/code/Magento/PageCache/view/frontend/web/js/page-cache.js function generateRandomString (line 22) | function generateRandomString(chars, length) { FILE: app/code/Magento/Payment/Api/Data/PaymentAdditionalInfoInterface.php type PaymentAdditionalInfoInterface (line 15) | interface PaymentAdditionalInfoInterface extends KeyValueObjectInterface FILE: app/code/Magento/Payment/Api/Data/PaymentMethodInterface.php type PaymentMethodInterface (line 14) | interface PaymentMethodInterface method getCode (line 22) | public function getCode(); method getTitle (line 30) | public function getTitle(); method getStoreId (line 38) | public function getStoreId(); method getIsActive (line 47) | public function getIsActive(); FILE: app/code/Magento/Payment/Api/PaymentMethodListInterface.php type PaymentMethodListInterface (line 14) | interface PaymentMethodListInterface method getList (line 23) | public function getList($storeId); method getActiveList (line 32) | public function getActiveList($storeId); FILE: app/code/Magento/Payment/Api/PaymentVerificationInterface.php type PaymentVerificationInterface (line 24) | interface PaymentVerificationInterface method getCode (line 35) | public function getCode(OrderPaymentInterface $orderPayment); FILE: app/code/Magento/Payment/Block/Adminhtml/Transparent/Form.php class Form (line 12) | class Form extends \Magento\Payment\Block\Transparent\Form method shouldRender (line 19) | protected function shouldRender() method initializeMethod (line 27) | protected function initializeMethod() FILE: app/code/Magento/Payment/Block/ConfigurableInfo.php class ConfigurableInfo (line 17) | class ConfigurableInfo extends \Magento\Payment\Block\Info method __construct (line 29) | public function __construct( method _prepareSpecificInformation (line 52) | protected function _prepareSpecificInformation($transport = null) method setDataToTransfer (line 85) | protected function setDataToTransfer( method getLabel (line 105) | protected function getLabel($field) method getValueView (line 118) | protected function getValueView($field, $value) FILE: app/code/Magento/Payment/Block/Form.php class Form (line 16) | class Form extends \Magento\Framework\View\Element\Template method getMethod (line 24) | public function getMethod() method setMethod (line 42) | public function setMethod(MethodInterface $method) method getMethodCode (line 53) | public function getMethodCode() method getInfoData (line 64) | public function getInfoData($field) FILE: app/code/Magento/Payment/Block/Form/Cc.php class Cc (line 12) | class Cc extends \Magento\Payment\Block\Form method __construct (line 31) | public function __construct( method getCcAvailableTypes (line 46) | public function getCcAvailableTypes() method getCcMonths (line 68) | public function getCcMonths() method getCcYears (line 84) | public function getCcYears() method hasVerification (line 100) | public function hasVerification() method hasSsCardType (line 118) | public function hasSsCardType() method getSsStartYears (line 134) | public function getSsStartYears() method _toHtml (line 152) | protected function _toHtml() FILE: app/code/Magento/Payment/Block/Form/Container.php class Container (line 19) | class Container extends \Magento\Framework\View\Element\Template method __construct (line 54) | public function __construct( method _prepareLayout (line 72) | protected function _prepareLayout() method _canUseMethod (line 93) | protected function _canUseMethod($method) method _assignMethod (line 119) | protected function _assignMethod($method) method setMethodFormTemplate (line 132) | public function setMethodFormTemplate($method = '', $template = '') method getMethods (line 147) | public function getMethods() method getSelectedMethodCode (line 171) | public function getSelectedMethodCode() method getPaymentMethodList (line 187) | private function getPaymentMethodList() method getPaymentMethodInstanceFactory (line 203) | private function getPaymentMethodInstanceFactory() FILE: app/code/Magento/Payment/Block/Info.php class Info (line 14) | class Info extends \Magento\Framework\View\Element\Template method getInfo (line 34) | public function getInfo() method getMethod (line 50) | public function getMethod() method toPdf (line 59) | public function toPdf() method getChildPdfAsArray (line 72) | public function getChildPdfAsArray() method getSpecificInformation (line 88) | public function getSpecificInformation() method getValueAsArray (line 100) | public function getValueAsArray($value, $escapeHtml = false) method getIsSecureMode (line 124) | public function getIsSecureMode() method _prepareSpecificInformation (line 150) | protected function _prepareSpecificInformation($transport = null) FILE: app/code/Magento/Payment/Block/Info/AbstractContainer.php class AbstractContainer (line 14) | abstract class AbstractContainer extends \Magento\Framework\View\Element... method __construct (line 28) | public function __construct( method _prepareLayout (line 42) | protected function _prepareLayout() method _getInfoBlockName (line 55) | protected function _getInfoBlockName() method getPaymentInfo (line 68) | abstract public function getPaymentInfo(); method setInfoTemplate (line 77) | public function setInfoTemplate($method = '', $template = '') FILE: app/code/Magento/Payment/Block/Info/Cc.php class Cc (line 14) | class Cc extends \Magento\Payment\Block\Info method __construct (line 28) | public function __construct( method getCcTypeName (line 42) | public function getCcTypeName() method hasCcExpDate (line 57) | public function hasCcExpDate() method getCcExpMonth (line 67) | public function getCcExpMonth() method getCcExpDate (line 81) | public function getCcExpDate() method _prepareSpecificInformation (line 94) | protected function _prepareSpecificInformation($transport = null) method _formatCardDate (line 128) | protected function _formatCardDate($year, $month) FILE: app/code/Magento/Payment/Block/Info/Instructions.php class Instructions (line 14) | class Instructions extends \Magento\Payment\Block\Info method getInstructions (line 34) | public function getInstructions() FILE: app/code/Magento/Payment/Block/Info/Substitution.php class Substitution (line 11) | class Substitution extends \Magento\Payment\Block\Info method _beforeToHtml (line 18) | protected function _beforeToHtml() FILE: app/code/Magento/Payment/Block/Transparent/Form.php class Form (line 21) | class Form extends \Magento\Payment\Block\Form\Cc method __construct (line 39) | public function __construct( method _toHtml (line 52) | protected function _toHtml() method shouldRender (line 67) | protected function shouldRender() method initializeMethod (line 83) | protected function initializeMethod() method processHtml (line 99) | protected function processHtml() method isAjaxRequest (line 110) | public function isAjaxRequest() method getDateDelim (line 120) | public function getDateDelim() method getCardFieldsMap (line 131) | public function getCardFieldsMap() method getOrderUrl (line 143) | public function getOrderUrl() method getCgiUrl (line 158) | public function getCgiUrl() method getMethodConfigData (line 171) | public function getMethodConfigData($fieldName) method getMethod (line 186) | public function getMethod() FILE: app/code/Magento/Payment/Block/Transparent/Iframe.php class Iframe (line 14) | class Iframe extends \Magento\Framework\View\Element\Template method __construct (line 32) | public function __construct( method _prepareLayout (line 46) | protected function _prepareLayout() FILE: app/code/Magento/Payment/Block/Transparent/Info.php class Info (line 14) | class Info extends \Magento\Framework\View\Element\Template FILE: app/code/Magento/Payment/Gateway/Command/CommandException.php class CommandException (line 16) | class CommandException extends LocalizedException FILE: app/code/Magento/Payment/Gateway/Command/CommandManager.php class CommandManager (line 20) | class CommandManager implements CommandManagerInterface method __construct (line 37) | public function __construct( method executeByCode (line 56) | public function executeByCode($commandCode, InfoInterface $payment = n... method execute (line 78) | public function execute(CommandInterface $command, InfoInterface $paym... method get (line 96) | public function get($commandCode) FILE: app/code/Magento/Payment/Gateway/Command/CommandManagerInterface.php type CommandManagerInterface (line 17) | interface CommandManagerInterface extends CommandPoolInterface method executeByCode (line 31) | public function executeByCode($commandCode, InfoInterface $payment = n... method execute (line 43) | public function execute(CommandInterface $command, InfoInterface $paym... FILE: app/code/Magento/Payment/Gateway/Command/CommandManagerPool.php class CommandManagerPool (line 18) | class CommandManagerPool implements CommandManagerPoolInterface method __construct (line 29) | public function __construct( method get (line 49) | public function get($paymentProviderCode) FILE: app/code/Magento/Payment/Gateway/Command/CommandManagerPoolInterface.php type CommandManagerPoolInterface (line 16) | interface CommandManagerPoolInterface method get (line 26) | public function get($paymentProviderCode); FILE: app/code/Magento/Payment/Gateway/Command/CommandPool.php class CommandPool (line 19) | class CommandPool implements CommandPoolInterface method __construct (line 30) | public function __construct( method get (line 49) | public function get($commandCode) FILE: app/code/Magento/Payment/Gateway/Command/CommandPoolInterface.php type CommandPoolInterface (line 17) | interface CommandPoolInterface method get (line 26) | public function get($commandCode); FILE: app/code/Magento/Payment/Gateway/Command/GatewayCommand.php class GatewayCommand (line 26) | class GatewayCommand implements CommandInterface method __construct (line 72) | public function __construct( method execute (line 99) | public function execute(array $commandSubject) method processErrors (line 131) | private function processErrors(ResultInterface $result) FILE: app/code/Magento/Payment/Gateway/Command/NullCommand.php class NullCommand (line 20) | class NullCommand implements CommandInterface method execute (line 30) | public function execute(array $commandSubject) FILE: app/code/Magento/Payment/Gateway/Command/Result/ArrayResult.php class ArrayResult (line 16) | class ArrayResult implements ResultInterface method __construct (line 26) | public function __construct(array $array = []) method get (line 36) | public function get() FILE: app/code/Magento/Payment/Gateway/Command/Result/BoolResult.php class BoolResult (line 16) | class BoolResult implements ResultInterface method __construct (line 28) | public function __construct($result = true) method get (line 38) | public function get() FILE: app/code/Magento/Payment/Gateway/Command/ResultInterface.php type ResultInterface (line 14) | interface ResultInterface method get (line 21) | public function get(); FILE: app/code/Magento/Payment/Gateway/CommandInterface.php type CommandInterface (line 16) | interface CommandInterface method execute (line 25) | public function execute(array $commandSubject); FILE: app/code/Magento/Payment/Gateway/Config/Config.php class Config (line 19) | class Config implements ConfigInterface method __construct (line 43) | public function __construct( method setMethodCode (line 59) | public function setMethodCode($methodCode) method setPathPattern (line 70) | public function setPathPattern($pathPattern) method getValue (line 83) | public function getValue($field, $storeId = null) FILE: app/code/Magento/Payment/Gateway/Config/ConfigFactory.php class ConfigFactory (line 11) | class ConfigFactory implements ConfigFactoryInterface method __construct (line 22) | public function __construct( method create (line 33) | public function create($paymentCode = null, $pathPattern = null) FILE: app/code/Magento/Payment/Gateway/Config/ConfigValueHandler.php class ConfigValueHandler (line 19) | class ConfigValueHandler implements ValueHandlerInterface method __construct (line 29) | public function __construct( method handle (line 43) | public function handle(array $subject, $storeId = null) FILE: app/code/Magento/Payment/Gateway/Config/ValueHandlerInterface.php type ValueHandlerInterface (line 14) | interface ValueHandlerInterface method handle (line 24) | public function handle(array $subject, $storeId = null); FILE: app/code/Magento/Payment/Gateway/Config/ValueHandlerPool.php class ValueHandlerPool (line 20) | class ValueHandlerPool implements \Magento\Payment\Gateway\Config\ValueH... method __construct (line 36) | public function __construct( method get (line 58) | public function get($field) FILE: app/code/Magento/Payment/Gateway/Config/ValueHandlerPoolInterface.php type ValueHandlerPoolInterface (line 16) | interface ValueHandlerPoolInterface method get (line 25) | public function get($field); FILE: app/code/Magento/Payment/Gateway/ConfigFactoryInterface.php type ConfigFactoryInterface (line 14) | interface ConfigFactoryInterface method create (line 22) | public function create($paymentCode = null, $pathPattern = null); FILE: app/code/Magento/Payment/Gateway/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getValue (line 24) | public function getValue($field, $storeId = null); method setMethodCode (line 32) | public function setMethodCode($methodCode); method setPathPattern (line 40) | public function setPathPattern($pathPattern); FILE: app/code/Magento/Payment/Gateway/Data/AddressAdapterInterface.php type AddressAdapterInterface (line 13) | interface AddressAdapterInterface method getRegionCode (line 20) | public function getRegionCode(); method getCountryId (line 27) | public function getCountryId(); method getStreetLine1 (line 34) | public function getStreetLine1(); method getStreetLine2 (line 41) | public function getStreetLine2(); method getTelephone (line 48) | public function getTelephone(); method getPostcode (line 55) | public function getPostcode(); method getCity (line 62) | public function getCity(); method getFirstname (line 69) | public function getFirstname(); method getLastname (line 76) | public function getLastname(); method getMiddlename (line 83) | public function getMiddlename(); method getCustomerId (line 90) | public function getCustomerId(); method getEmail (line 97) | public function getEmail(); method getPrefix (line 104) | public function getPrefix(); method getSuffix (line 111) | public function getSuffix(); method getCompany (line 118) | public function getCompany(); FILE: app/code/Magento/Payment/Gateway/Data/Order/AddressAdapter.php class AddressAdapter (line 14) | class AddressAdapter implements AddressAdapterInterface method __construct (line 24) | public function __construct(OrderAddressInterface $address) method getRegionCode (line 34) | public function getRegionCode() method getCountryId (line 44) | public function getCountryId() method getStreetLine1 (line 54) | public function getStreetLine1() method getStreetLine2 (line 65) | public function getStreetLine2() method getTelephone (line 76) | public function getTelephone() method getPostcode (line 86) | public function getPostcode() method getCity (line 96) | public function getCity() method getFirstname (line 106) | public function getFirstname() method getLastname (line 116) | public function getLastname() method getMiddlename (line 126) | public function getMiddlename() method getCustomerId (line 136) | public function getCustomerId() method getEmail (line 146) | public function getEmail() method getPrefix (line 156) | public function getPrefix() method getSuffix (line 166) | public function getSuffix() method getCompany (line 176) | public function getCompany() FILE: app/code/Magento/Payment/Gateway/Data/Order/OrderAdapter.php class OrderAdapter (line 15) | class OrderAdapter implements OrderAdapterInterface method __construct (line 31) | public function __construct( method getCurrencyCode (line 44) | public function getCurrencyCode() method getOrderIncrementId (line 54) | public function getOrderIncrementId() method getCustomerId (line 64) | public function getCustomerId() method getBillingAddress (line 74) | public function getBillingAddress() method getShippingAddress (line 90) | public function getShippingAddress() method getStoreId (line 106) | public function getStoreId() method getId (line 116) | public function getId() method getGrandTotalAmount (line 126) | public function getGrandTotalAmount() method getItems (line 136) | public function getItems() method getRemoteIp (line 146) | public function getRemoteIp() FILE: app/code/Magento/Payment/Gateway/Data/OrderAdapterInterface.php type OrderAdapterInterface (line 13) | interface OrderAdapterInterface method getCurrencyCode (line 20) | public function getCurrencyCode(); method getOrderIncrementId (line 27) | public function getOrderIncrementId(); method getCustomerId (line 34) | public function getCustomerId(); method getBillingAddress (line 41) | public function getBillingAddress(); method getShippingAddress (line 48) | public function getShippingAddress(); method getStoreId (line 55) | public function getStoreId(); method getId (line 62) | public function getId(); method getGrandTotalAmount (line 69) | public function getGrandTotalAmount(); method getItems (line 76) | public function getItems(); method getRemoteIp (line 83) | public function getRemoteIp(); FILE: app/code/Magento/Payment/Gateway/Data/PaymentDataObject.php class PaymentDataObject (line 10) | class PaymentDataObject implements PaymentDataObjectInterface method __construct (line 26) | public function __construct( method getOrder (line 39) | public function getOrder() method getPayment (line 49) | public function getPayment() FILE: app/code/Magento/Payment/Gateway/Data/PaymentDataObjectFactory.php class PaymentDataObjectFactory (line 12) | class PaymentDataObjectFactory implements PaymentDataObjectFactoryInterface method __construct (line 38) | public function __construct( method create (line 54) | public function create(InfoInterface $paymentInfo) FILE: app/code/Magento/Payment/Gateway/Data/PaymentDataObjectFactoryInterface.php type PaymentDataObjectFactoryInterface (line 16) | interface PaymentDataObjectFactoryInterface method create (line 24) | public function create(InfoInterface $paymentInfo); FILE: app/code/Magento/Payment/Gateway/Data/PaymentDataObjectInterface.php type PaymentDataObjectInterface (line 16) | interface PaymentDataObjectInterface method getOrder (line 23) | public function getOrder(); method getPayment (line 30) | public function getPayment(); FILE: app/code/Magento/Payment/Gateway/Data/Quote/AddressAdapter.php class AddressAdapter (line 14) | class AddressAdapter implements AddressAdapterInterface method __construct (line 24) | public function __construct(AddressInterface $address) method getRegionCode (line 34) | public function getRegionCode() method getCountryId (line 44) | public function getCountryId() method getStreetLine1 (line 54) | public function getStreetLine1() method getStreetLine2 (line 65) | public function getStreetLine2() method getTelephone (line 76) | public function getTelephone() method getPostcode (line 86) | public function getPostcode() method getCity (line 96) | public function getCity() method getFirstname (line 106) | public function getFirstname() method getLastname (line 116) | public function getLastname() method getMiddlename (line 126) | public function getMiddlename() method getCustomerId (line 136) | public function getCustomerId() method getEmail (line 146) | public function getEmail() method getPrefix (line 156) | public function getPrefix() method getSuffix (line 166) | public function getSuffix() method getCompany (line 176) | public function getCompany() FILE: app/code/Magento/Payment/Gateway/Data/Quote/QuoteAdapter.php class QuoteAdapter (line 16) | class QuoteAdapter implements OrderAdapterInterface method __construct (line 32) | public function __construct( method getCurrencyCode (line 45) | public function getCurrencyCode() method getOrderIncrementId (line 55) | public function getOrderIncrementId() method getCustomerId (line 65) | public function getCustomerId() method getBillingAddress (line 75) | public function getBillingAddress() method getShippingAddress (line 91) | public function getShippingAddress() method getStoreId (line 107) | public function getStoreId() method getId (line 117) | public function getId() method getGrandTotalAmount (line 127) | public function getGrandTotalAmount() method getItems (line 137) | public function getItems() method getRemoteIp (line 147) | public function getRemoteIp() FILE: app/code/Magento/Payment/Gateway/ErrorMapper/ErrorMessageMapper.php class ErrorMessageMapper (line 21) | class ErrorMessageMapper implements ErrorMessageMapperInterface method __construct (line 31) | public function __construct(DataInterface $messageMapping) method getMessage (line 39) | public function getMessage(string $code) FILE: app/code/Magento/Payment/Gateway/ErrorMapper/ErrorMessageMapperInterface.php type ErrorMessageMapperInterface (line 17) | interface ErrorMessageMapperInterface method getMessage (line 26) | public function getMessage(string $code); FILE: app/code/Magento/Payment/Gateway/ErrorMapper/MappingData.php class MappingData (line 16) | class MappingData extends Scoped FILE: app/code/Magento/Payment/Gateway/ErrorMapper/NullMappingData.php class NullMappingData (line 16) | class NullMappingData implements DataInterface method get (line 22) | public function get($path = null, $default = null) method merge (line 31) | public function merge(array $config) FILE: app/code/Magento/Payment/Gateway/ErrorMapper/XmlToArrayConverter.php class XmlToArrayConverter (line 15) | class XmlToArrayConverter implements ConverterInterface method convert (line 20) | public function convert($source) FILE: app/code/Magento/Payment/Gateway/Helper/ContextHelper.php class ContextHelper (line 17) | class ContextHelper method assertOrderPayment (line 26) | public static function assertOrderPayment(InfoInterface $paymentInfo) method assertQuotePayment (line 40) | public static function assertQuotePayment(InfoInterface $paymentInfo) FILE: app/code/Magento/Payment/Gateway/Helper/SubjectReader.php class SubjectReader (line 18) | class SubjectReader method readPayment (line 26) | public static function readPayment(array $subject) method readAmount (line 43) | public static function readAmount(array $subject) method readField (line 58) | public static function readField(array $subject) method readResponse (line 73) | public static function readResponse(array $subject) method readStateObject (line 88) | public static function readStateObject(array $subject) FILE: app/code/Magento/Payment/Gateway/Http/Client/Soap.php class Soap (line 20) | class Soap implements ClientInterface method __construct (line 42) | public function __construct( method placeRequest (line 61) | public function placeRequest(TransferInterface $transferObject) FILE: app/code/Magento/Payment/Gateway/Http/Client/Zend.php class Zend (line 21) | class Zend implements ClientInterface method __construct (line 43) | public function __construct( method placeRequest (line 56) | public function placeRequest(TransferInterface $transferObject) FILE: app/code/Magento/Payment/Gateway/Http/ClientException.php class ClientException (line 16) | class ClientException extends LocalizedException FILE: app/code/Magento/Payment/Gateway/Http/ClientInterface.php type ClientInterface (line 16) | interface ClientInterface method placeRequest (line 26) | public function placeRequest(\Magento\Payment\Gateway\Http\TransferInt... FILE: app/code/Magento/Payment/Gateway/Http/Converter/HtmlFormConverter.php class HtmlFormConverter (line 18) | class HtmlFormConverter implements ConverterInterface method convert (line 27) | public function convert($response) FILE: app/code/Magento/Payment/Gateway/Http/Converter/Soap/ObjectToArrayConverter.php class ObjectToArrayConverter (line 16) | class ObjectToArrayConverter implements ConverterInterface method convert (line 25) | public function convert($response) FILE: app/code/Magento/Payment/Gateway/Http/ConverterException.php class ConverterException (line 16) | class ConverterException extends LocalizedException FILE: app/code/Magento/Payment/Gateway/Http/ConverterInterface.php type ConverterInterface (line 14) | interface ConverterInterface method convert (line 23) | public function convert($response); FILE: app/code/Magento/Payment/Gateway/Http/Transfer.php class Transfer (line 11) | class Transfer implements TransferInterface method __construct (line 67) | public function __construct( method getClientConfig (line 90) | public function getClientConfig() method getMethod (line 100) | public function getMethod() method getHeaders (line 110) | public function getHeaders() method getBody (line 120) | public function getBody() method getUri (line 130) | public function getUri() method shouldEncode (line 138) | public function shouldEncode() method getAuthUsername (line 148) | public function getAuthUsername() method getAuthPassword (line 158) | public function getAuthPassword() FILE: app/code/Magento/Payment/Gateway/Http/TransferBuilder.php class TransferBuilder (line 13) | class TransferBuilder method setClientConfig (line 54) | public function setClientConfig(array $clientConfig) method setHeaders (line 65) | public function setHeaders(array $headers) method setBody (line 76) | public function setBody($body) method setAuthUsername (line 87) | public function setAuthUsername($username) method setAuthPassword (line 98) | public function setAuthPassword($password) method setMethod (line 109) | public function setMethod($method) method setUri (line 120) | public function setUri($uri) method shouldEncode (line 131) | public function shouldEncode($encode) method build (line 141) | public function build() FILE: app/code/Magento/Payment/Gateway/Http/TransferFactoryInterface.php type TransferFactoryInterface (line 14) | interface TransferFactoryInterface method create (line 22) | public function create(array $request); FILE: app/code/Magento/Payment/Gateway/Http/TransferInterface.php type TransferInterface (line 14) | interface TransferInterface method getClientConfig (line 21) | public function getClientConfig(); method getMethod (line 28) | public function getMethod(); method getHeaders (line 35) | public function getHeaders(); method shouldEncode (line 42) | public function shouldEncode(); method getBody (line 49) | public function getBody(); method getUri (line 56) | public function getUri(); method getAuthUsername (line 63) | public function getAuthUsername(); method getAuthPassword (line 70) | public function getAuthPassword(); FILE: app/code/Magento/Payment/Gateway/Request/BuilderComposite.php class BuilderComposite (line 16) | class BuilderComposite implements BuilderInterface method __construct (line 27) | public function __construct( method build (line 45) | public function build(array $buildSubject) method merge (line 63) | protected function merge(array $result, array $builder) FILE: app/code/Magento/Payment/Gateway/Request/BuilderInterface.php type BuilderInterface (line 14) | interface BuilderInterface method build (line 22) | public function build(array $buildSubject); FILE: app/code/Magento/Payment/Gateway/Response/HandlerChain.php class HandlerChain (line 17) | class HandlerChain implements HandlerInterface method __construct (line 28) | public function __construct( method handle (line 47) | public function handle(array $handlingSubject, array $response) FILE: app/code/Magento/Payment/Gateway/Response/HandlerInterface.php type HandlerInterface (line 14) | interface HandlerInterface method handle (line 23) | public function handle(array $handlingSubject, array $response); FILE: app/code/Magento/Payment/Gateway/Validator/AbstractValidator.php class AbstractValidator (line 17) | abstract class AbstractValidator implements ValidatorInterface method __construct (line 27) | public function __construct( method createResult (line 41) | protected function createResult($isValid, array $fails = [], array $er... FILE: app/code/Magento/Payment/Gateway/Validator/CountryValidator.php class CountryValidator (line 18) | class CountryValidator extends AbstractValidator method __construct (line 29) | public function __construct( method validate (line 43) | public function validate(array $validationSubject) FILE: app/code/Magento/Payment/Gateway/Validator/Result.php class Result (line 10) | class Result implements ResultInterface method __construct (line 32) | public function __construct( method isValid (line 45) | public function isValid(): bool method getFailsDescription (line 53) | public function getFailsDescription(): array method getErrorCodes (line 61) | public function getErrorCodes(): array FILE: app/code/Magento/Payment/Gateway/Validator/ResultInterface.php type ResultInterface (line 16) | interface ResultInterface method isValid (line 23) | public function isValid(); method getFailsDescription (line 30) | public function getFailsDescription(); method getErrorCodes (line 37) | public function getErrorCodes(); FILE: app/code/Magento/Payment/Gateway/Validator/ValidatorComposite.php class ValidatorComposite (line 17) | class ValidatorComposite extends AbstractValidator method __construct (line 35) | public function __construct( method validate (line 57) | public function validate(array $validationSubject) FILE: app/code/Magento/Payment/Gateway/Validator/ValidatorInterface.php type ValidatorInterface (line 14) | interface ValidatorInterface method validate (line 22) | public function validate(array $validationSubject); FILE: app/code/Magento/Payment/Gateway/Validator/ValidatorPool.php class ValidatorPool (line 19) | class ValidatorPool implements \Magento\Payment\Gateway\Validator\Valida... method __construct (line 30) | public function __construct( method get (line 49) | public function get($code) FILE: app/code/Magento/Payment/Gateway/Validator/ValidatorPoolInterface.php type ValidatorPoolInterface (line 16) | interface ValidatorPoolInterface method get (line 25) | public function get($code); FILE: app/code/Magento/Payment/Helper/Data.php class Data (line 25) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 70) | public function __construct( method getMethodModelConfigName (line 92) | protected function getMethodModelConfigName($code) method getMethodInstance (line 105) | public function getMethodInstance($code) method getStoreMethods (line 128) | public function getStoreMethods($store = null, $quote = null) method getMethodFormBlock (line 170) | public function getMethodFormBlock(MethodInterface $method, LayoutInte... method getInfoBlock (line 184) | public function getInfoBlock(InfoInterface $info, LayoutInterface $lay... method getInfoBlockHtml (line 201) | public function getInfoBlockHtml(InfoInterface $info, $storeId) method getPaymentMethods (line 228) | public function getPaymentMethods() method getPaymentMethodList (line 257) | public function getPaymentMethodList($sorted = true, $asLabelValue = f... method isZeroSubTotal (line 313) | public function isZeroSubTotal($store = null) method getZeroSubTotalOrderStatus (line 328) | public function getZeroSubTotalOrderStatus($store = null) method getZeroSubTotalPaymentAutomaticInvoice (line 343) | public function getZeroSubTotalPaymentAutomaticInvoice($store = null) method getMethodStoreTitle (line 359) | private function getMethodStoreTitle(string $code, ?int $storeId = nul... FILE: app/code/Magento/Payment/Helper/Formatter.php type Formatter (line 13) | trait Formatter method formatPrice (line 22) | public function formatPrice($price) FILE: app/code/Magento/Payment/Model/Cart.php class Cart (line 14) | class Cart method __construct (line 78) | public function __construct( method getSalesModel (line 94) | public function getSalesModel() method addTax (line 106) | public function addTax($taxAmount) method setTax (line 118) | public function setTax($taxAmount) method getTax (line 129) | public function getTax() method addDiscount (line 141) | public function addDiscount($discountAmount) method setDiscount (line 153) | public function setDiscount($discountAmount) method getDiscount (line 164) | public function getDiscount() method addShipping (line 176) | public function addShipping($shippingAmount) method setShipping (line 188) | public function setShipping($shippingAmount) method getShipping (line 199) | public function getShipping() method addSubtotal (line 211) | public function addSubtotal($subtotalAmount) method getSubtotal (line 222) | public function getSubtotal() method addCustomItem (line 237) | public function addCustomItem($name, $qty, $amount, $identifier = null) method getAllItems (line 248) | public function getAllItems() method getAmounts (line 260) | public function getAmounts() method setTransferShippingAsItem (line 273) | public function setTransferShippingAsItem() method setTransferDiscountAsItem (line 284) | public function setTransferDiscountAsItem() method _collectItemsAndAmounts (line 294) | protected function _collectItemsAndAmounts() method _importItemsFromSalesModel (line 318) | protected function _importItemsFromSalesModel() method _calculateCustomItemsSubtotal (line 346) | protected function _calculateCustomItemsSubtotal() method _setTransferFlag (line 368) | protected function _setTransferFlag($flagType, $value) method _setAmount (line 379) | protected function _setAmount($amountType, $amount) method _addAmount (line 389) | protected function _addAmount($amountType, $amount) method _getAmount (line 400) | protected function _getAmount($amountType) method _createItemFromData (line 414) | protected function _createItemFromData($name, $qty, $amount, $identifi... method _resetAmounts (line 430) | protected function _resetAmounts() FILE: app/code/Magento/Payment/Model/Cart/SalesModel/Factory.php class Factory (line 11) | class Factory method __construct (line 21) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create($salesModel) FILE: app/code/Magento/Payment/Model/Cart/SalesModel/Order.php class Order (line 11) | class Order implements \Magento\Payment\Model\Cart\SalesModel\SalesModel... method __construct (line 23) | public function __construct(\Magento\Sales\Model\Order $salesModel) method getAllItems (line 31) | public function getAllItems() method getBaseSubtotal (line 53) | public function getBaseSubtotal() method getBaseTaxAmount (line 61) | public function getBaseTaxAmount() method getBaseShippingAmount (line 69) | public function getBaseShippingAmount() method getBaseDiscountAmount (line 77) | public function getBaseDiscountAmount() method getDataUsingMethod (line 85) | public function getDataUsingMethod($key, $args = null) method getTaxContainer (line 93) | public function getTaxContainer() FILE: app/code/Magento/Payment/Model/Cart/SalesModel/Quote.php class Quote (line 11) | class Quote implements \Magento\Payment\Model\Cart\SalesModel\SalesModel... method __construct (line 28) | public function __construct(\Magento\Quote\Model\Quote $salesModel) method getAllItems (line 43) | public function getAllItems() method getBaseSubtotal (line 65) | public function getBaseSubtotal() method getBaseTaxAmount (line 73) | public function getBaseTaxAmount() method getBaseShippingAmount (line 81) | public function getBaseShippingAmount() method getBaseDiscountAmount (line 89) | public function getBaseDiscountAmount() method getDataUsingMethod (line 97) | public function getDataUsingMethod($key, $args = null) method getTaxContainer (line 105) | public function getTaxContainer() FILE: app/code/Magento/Payment/Model/Cart/SalesModel/SalesModelInterface.php type SalesModelInterface (line 11) | interface SalesModelInterface method getAllItems (line 19) | public function getAllItems(); method getBaseSubtotal (line 25) | public function getBaseSubtotal(); method getBaseTaxAmount (line 31) | public function getBaseTaxAmount(); method getBaseShippingAmount (line 37) | public function getBaseShippingAmount(); method getBaseDiscountAmount (line 43) | public function getBaseDiscountAmount(); method getDataUsingMethod (line 53) | public function getDataUsingMethod($key, $args = null); method getTaxContainer (line 61) | public function getTaxContainer(); FILE: app/code/Magento/Payment/Model/CcConfig.php class CcConfig (line 21) | class CcConfig method __construct (line 55) | public function __construct( method getSsStartYears (line 75) | public function getSsStartYears() method getCcAvailableTypes (line 92) | public function getCcAvailableTypes() method getCcMonths (line 102) | public function getCcMonths() method getCcYears (line 112) | public function getCcYears() method hasVerification (line 122) | public function hasVerification() method hasSsCardType (line 133) | public function hasSsCardType() method getCvvImageUrl (line 143) | public function getCvvImageUrl() method getViewFileUrl (line 155) | public function getViewFileUrl($fileId, array $params = []) method createAsset (line 173) | public function createAsset($fileId, array $params = []) FILE: app/code/Magento/Payment/Model/CcConfigProvider.php class CcConfigProvider (line 17) | class CcConfigProvider implements ConfigProviderInterface method __construct (line 38) | public function __construct( method getConfig (line 49) | public function getConfig() method getIcons (line 65) | public function getIcons() FILE: app/code/Magento/Payment/Model/CcGenericConfigProvider.php class CcGenericConfigProvider (line 19) | class CcGenericConfigProvider implements ConfigProviderInterface method __construct (line 36) | public function __construct( method getConfig (line 50) | public function getConfig() method getSsStartYears (line 77) | protected function getSsStartYears() method getCcMonths (line 87) | protected function getCcMonths() method getCcYears (line 97) | protected function getCcYears() method getCvvImageUrl (line 107) | protected function getCvvImageUrl() method getCcAvailableTypes (line 118) | protected function getCcAvailableTypes($methodCode) method hasVerification (line 139) | protected function hasVerification($methodCode) method hasSsCardType (line 156) | protected function hasSsCardType($methodCode) FILE: app/code/Magento/Payment/Model/Checks/CanUseCheckout.php class CanUseCheckout (line 17) | class CanUseCheckout implements SpecificationInterface method isApplicable (line 26) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/CanUseForCountry.php class CanUseForCountry (line 18) | class CanUseForCountry implements SpecificationInterface method __construct (line 28) | public function __construct(CountryProvider $countryProvider) method isApplicable (line 39) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/CanUseForCountry/CountryProvider.php class CountryProvider (line 19) | class CountryProvider method __construct (line 29) | public function __construct(DirectoryHelper $directoryHelper) method getCountry (line 40) | public function getCountry(Quote $quote) FILE: app/code/Magento/Payment/Model/Checks/CanUseForCurrency.php class CanUseForCurrency (line 17) | class CanUseForCurrency implements SpecificationInterface method isApplicable (line 27) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/CanUseInternal.php class CanUseInternal (line 17) | class CanUseInternal implements SpecificationInterface method isApplicable (line 27) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/Composite.php class Composite (line 18) | class Composite implements SpecificationInterface method __construct (line 28) | public function __construct(array $list) method isApplicable (line 40) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/SpecificationFactory.php class SpecificationFactory (line 16) | class SpecificationFactory method __construct (line 36) | public function __construct(\Magento\Payment\Model\Checks\CompositeFac... method create (line 49) | public function create($data) FILE: app/code/Magento/Payment/Model/Checks/SpecificationInterface.php type SpecificationInterface (line 17) | interface SpecificationInterface method isApplicable (line 26) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/TotalMinMax.php class TotalMinMax (line 17) | class TotalMinMax implements SpecificationInterface method isApplicable (line 36) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Checks/ZeroTotal.php class ZeroTotal (line 17) | class ZeroTotal implements SpecificationInterface method isApplicable (line 27) | public function isApplicable(MethodInterface $paymentMethod, Quote $qu... FILE: app/code/Magento/Payment/Model/Config.php class Config (line 20) | class Config method __construct (line 74) | public function __construct( method getActiveMethods (line 94) | public function getActiveMethods() method getCcTypes (line 116) | public function getCcTypes() method getMethodsInfo (line 127) | public function getMethodsInfo() method getGroups (line 138) | public function getGroups() method getMonths (line 149) | public function getMonths() method getYears (line 168) | public function getYears() FILE: app/code/Magento/Payment/Model/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 15) | public function convert($source) method convertCreditCards (line 31) | protected function convertCreditCards(\DOMXPath $xpath) method _compareCcTypes (line 71) | private function _compareCcTypes($left, $right) method convertGroups (line 82) | protected function convertGroups(\DOMXPath $xpath) method convertMethods (line 110) | protected function convertMethods(\DOMXPath $xpath) FILE: app/code/Magento/Payment/Model/Config/Reader.php class Reader (line 10) | class Reader extends \Magento\Framework\Config\Reader\Filesystem FILE: app/code/Magento/Payment/Model/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 41) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 53) | public function getSchema() method getPerFileSchema (line 63) | public function getPerFileSchema() FILE: app/code/Magento/Payment/Model/Config/Source/Allmethods.php class Allmethods (line 8) | class Allmethods implements \Magento\Framework\Option\ArrayInterface method __construct (line 20) | public function __construct(\Magento\Payment\Helper\Data $paymentData) method toOptionArray (line 28) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/Config/Source/Allspecificcountries.php class Allspecificcountries (line 12) | class Allspecificcountries implements \Magento\Framework\Option\ArrayInt... method toOptionArray (line 17) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/Config/Source/Cctype.php class Cctype (line 8) | class Cctype implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\Payment\Model\Config $paymentConfig) method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/IframeConfigProvider.php class IframeConfigProvider (line 29) | class IframeConfigProvider implements ConfigProviderInterface method __construct (line 86) | public function __construct( method getConfig (line 105) | public function getConfig() method getDateDelim (line 129) | protected function getDateDelim() method getExpireDateYearLength (line 147) | protected function getExpireDateYearLength() method getCardFieldsMap (line 158) | protected function getCardFieldsMap() method getViewFileUrl (line 177) | protected function getViewFileUrl($fileId, array $params = []) method getPlaceOrderUrl (line 193) | protected function getPlaceOrderUrl() method getSaveOrderUrl (line 208) | protected function getSaveOrderUrl() method getCgiUrl (line 218) | protected function getCgiUrl() method getMethodConfigData (line 231) | protected function getMethodConfigData($fieldName) FILE: app/code/Magento/Payment/Model/Info.php class Info (line 16) | class Info extends AbstractExtensibleModel implements InfoInterface method __construct (line 48) | public function __construct( method getData (line 79) | public function getData($key = '', $index = null) method getMethodInstance (line 100) | public function getMethodInstance() method encrypt (line 128) | public function encrypt($data) method decrypt (line 139) | public function decrypt($data) method setAdditionalInformation (line 154) | public function setAdditionalInformation($key, $value = null) method getAdditionalInformation (line 174) | public function getAdditionalInformation($key = null) method unsAdditionalInformation (line 189) | public function unsAdditionalInformation($key = null) method hasAdditionalInformation (line 208) | public function hasAdditionalInformation($key = null) method _initAdditionalInformation (line 222) | protected function _initAdditionalInformation() FILE: app/code/Magento/Payment/Model/InfoInterface.php type InfoInterface (line 14) | interface InfoInterface method encrypt (line 22) | public function encrypt($data); method decrypt (line 30) | public function decrypt($data); method setAdditionalInformation (line 39) | public function setAdditionalInformation($key, $value = null); method hasAdditionalInformation (line 47) | public function hasAdditionalInformation($key = null); method unsAdditionalInformation (line 55) | public function unsAdditionalInformation($key = null); method getAdditionalInformation (line 63) | public function getAdditionalInformation($key = null); method getMethodInstance (line 71) | public function getMethodInstance(); FILE: app/code/Magento/Payment/Model/Method/AbstractMethod.php class AbstractMethod (line 31) | abstract class AbstractMethod extends \Magento\Framework\Model\AbstractE... method __construct (line 219) | public function __construct( method initializeData (line 254) | protected function initializeData($data = []) method setStore (line 265) | public function setStore($storeId) method getStore (line 274) | public function getStore() method canOrder (line 286) | public function canOrder() method canAuthorize (line 298) | public function canAuthorize() method canCapture (line 310) | public function canCapture() method canCapturePartial (line 322) | public function canCapturePartial() method canCaptureOnce (line 334) | public function canCaptureOnce() method canRefund (line 346) | public function canRefund() method canRefundPartialPerInvoice (line 358) | public function canRefundPartialPerInvoice() method canVoid (line 371) | public function canVoid() method canUseInternal (line 384) | public function canUseInternal() method canUseCheckout (line 395) | public function canUseCheckout() method canEdit (line 407) | public function canEdit() method canFetchTransactionInfo (line 419) | public function canFetchTransactionInfo() method fetchTransactionInfo (line 434) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method isGateway (line 446) | public function isGateway() method isOffline (line 458) | public function isOffline() method isInitializeNeeded (line 470) | public function isInitializeNeeded() method canUseForCountry (line 482) | public function canUseForCountry($country) method canUseForCurrency (line 504) | public function canUseForCurrency($currencyCode) method getCode (line 516) | public function getCode() method getFormBlockType (line 532) | public function getFormBlockType() method getInfoBlockType (line 544) | public function getInfoBlockType() method getInfoInstance (line 557) | public function getInfoInstance() method setInfoInstance (line 576) | public function setInfoInstance(InfoInterface $info) method validate (line 589) | public function validate() method order (line 622) | public function order(\Magento\Payment\Model\InfoInterface $payment, $... method authorize (line 641) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method capture (line 660) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 680) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 697) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method void (line 712) | public function void(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 727) | public function canReviewPayment() method acceptPayment (line 742) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 760) | public function denyPayment(InfoInterface $payment) method getTitle (line 774) | public function getTitle() method getConfigData (line 788) | public function getConfigData($field, $storeId = null) method assignData (line 809) | public function assignData(\Magento\Framework\DataObject $data) method isAvailable (line 839) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method isActive (line 868) | public function isActive($storeId = null) method initialize (line 884) | public function initialize($paymentAction, $stateObject) method getConfigPaymentAction (line 898) | public function getConfigPaymentAction() method _debug (line 910) | protected function _debug($debugData) method getDebugFlag (line 927) | public function getDebugFlag() method debugData (line 940) | public function debugData($debugData) method getDebugReplacePrivateDataKeys (line 951) | public function getDebugReplacePrivateDataKeys() FILE: app/code/Magento/Payment/Model/Method/Adapter.php class Adapter (line 33) | class Adapter implements MethodInterface method __construct (line 110) | public function __construct( method getValidatorPool (line 140) | public function getValidatorPool() method canOrder (line 151) | public function canOrder() method canAuthorize (line 159) | public function canAuthorize() method canCapture (line 167) | public function canCapture() method canCapturePartial (line 175) | public function canCapturePartial() method canCaptureOnce (line 183) | public function canCaptureOnce() method canRefund (line 191) | public function canRefund() method canRefundPartialPerInvoice (line 199) | public function canRefundPartialPerInvoice() method canVoid (line 207) | public function canVoid() method canUseInternal (line 215) | public function canUseInternal() method canUseCheckout (line 223) | public function canUseCheckout() method canEdit (line 231) | public function canEdit() method canFetchTransactionInfo (line 239) | public function canFetchTransactionInfo() method canReviewPayment (line 247) | public function canReviewPayment() method isGateway (line 255) | public function isGateway() method isOffline (line 263) | public function isOffline() method isInitializeNeeded (line 271) | public function isInitializeNeeded() method isAvailable (line 279) | public function isAvailable(CartInterface $quote = null) method isActive (line 319) | public function isActive($storeId = null) method canUseForCountry (line 327) | public function canUseForCountry($country) method canUseForCurrency (line 342) | public function canUseForCurrency($currencyCode) method canPerformCommand (line 360) | private function canPerformCommand($commandCode) method getConfiguredValue (line 372) | private function getConfiguredValue($field, $storeId = null) method getConfigData (line 389) | public function getConfigData($field, $storeId = null) method validate (line 397) | public function validate() method fetchTransactionInfo (line 421) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method order (line 432) | public function order(InfoInterface $payment, $amount) method authorize (line 445) | public function authorize(InfoInterface $payment, $amount) method capture (line 458) | public function capture(InfoInterface $payment, $amount) method refund (line 471) | public function refund(InfoInterface $payment, $amount) method cancel (line 484) | public function cancel(InfoInterface $payment) method void (line 494) | public function void(InfoInterface $payment) method acceptPayment (line 504) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 514) | public function denyPayment(InfoInterface $payment) method executeCommand (line 524) | private function executeCommand($commandCode, array $arguments = []) method getCode (line 553) | public function getCode() method getTitle (line 561) | public function getTitle() method setStore (line 569) | public function setStore($storeId) method getStore (line 577) | public function getStore() method getFormBlockType (line 585) | public function getFormBlockType() method getInfoBlockType (line 593) | public function getInfoBlockType() method getInfoInstance (line 601) | public function getInfoInstance() method setInfoInstance (line 609) | public function setInfoInstance(InfoInterface $info) method assignData (line 619) | public function assignData(\Magento\Framework\DataObject $data) method initialize (line 646) | public function initialize($paymentAction, $stateObject) method getConfigPaymentAction (line 662) | public function getConfigPaymentAction() FILE: app/code/Magento/Payment/Model/Method/Cc.php class Cc (line 19) | class Cc extends \Magento\Payment\Model\Method\AbstractMethod method __construct (line 61) | public function __construct( method validate (line 100) | public function validate() method hasVerification (line 216) | public function hasVerification() method getVerificationRegEx (line 231) | public function getVerificationRegEx() method _validateExpDate (line 258) | protected function _validateExpDate($expYear, $expMonth) method assignData (line 276) | public function assignData(\Magento\Framework\DataObject $data) method otherCcType (line 310) | public function otherCcType($type) method validateCcNum (line 322) | public function validateCcNum($ccNumber) method validateCcNumOther (line 362) | public function validateCcNumOther($ccNumber) method isAvailable (line 373) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... FILE: app/code/Magento/Payment/Model/Method/ConfigInterface.php type ConfigInterface (line 13) | interface ConfigInterface extends \Magento\Payment\Gateway\ConfigInterface FILE: app/code/Magento/Payment/Model/Method/Factory.php class Factory (line 11) | class Factory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($className, $data = []) FILE: app/code/Magento/Payment/Model/Method/Free.php class Free (line 21) | class Free extends \Magento\Payment\Model\Method\AbstractMethod method __construct (line 67) | public function __construct( method isAvailable (line 101) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method isAvailableInConfig (line 116) | public function isAvailableInConfig($quote = null) method getConfigPaymentAction (line 126) | public function getConfigPaymentAction() FILE: app/code/Magento/Payment/Model/Method/InstanceFactory.php class InstanceFactory (line 13) | class InstanceFactory method __construct (line 23) | public function __construct( method create (line 35) | public function create(PaymentMethodInterface $paymentMethod) FILE: app/code/Magento/Payment/Model/Method/Logger.php class Logger (line 17) | class Logger method __construct (line 35) | public function __construct( method debug (line 51) | public function debug(array $data, array $maskKeys = null, $forceDebug... method getDebugReplaceFields (line 69) | private function getDebugReplaceFields() method isDebugOn (line 82) | private function isDebugOn() method filterDebugData (line 94) | protected function filterDebugData(array $debugData, array $debugRepla... FILE: app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php type GatewayInterface (line 16) | interface GatewayInterface method postRequest (line 28) | public function postRequest(DataObject $request, ConfigInterface $conf... FILE: app/code/Magento/Payment/Model/Method/Specification/AbstractSpecification.php class AbstractSpecification (line 17) | abstract class AbstractSpecification implements SpecificationInterface method __construct (line 31) | public function __construct(PaymentConfig $paymentConfig) FILE: app/code/Magento/Payment/Model/Method/Specification/Composite.php class Composite (line 18) | class Composite implements SpecificationInterface method __construct (line 33) | public function __construct(Factory $factory, $specifications = []) method isSatisfiedBy (line 43) | public function isSatisfiedBy($paymentMethod) FILE: app/code/Magento/Payment/Model/Method/Specification/Factory.php class Factory (line 14) | class Factory method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method create (line 40) | public function create($specificationClass) FILE: app/code/Magento/Payment/Model/Method/SpecificationInterface.php type SpecificationInterface (line 14) | interface SpecificationInterface method isSatisfiedBy (line 22) | public function isSatisfiedBy($paymentMethod); FILE: app/code/Magento/Payment/Model/Method/Substitution.php class Substitution (line 14) | class Substitution extends AbstractMethod method getTitle (line 41) | public function getTitle() FILE: app/code/Magento/Payment/Model/Method/TransparentInterface.php type TransparentInterface (line 15) | interface TransparentInterface extends MethodInterface method getConfigInterface (line 22) | public function getConfigInterface(); FILE: app/code/Magento/Payment/Model/MethodInterface.php type MethodInterface (line 16) | interface MethodInterface method getCode (line 50) | public function getCode(); method getFormBlockType (line 59) | public function getFormBlockType(); method getTitle (line 67) | public function getTitle(); method setStore (line 74) | public function setStore($storeId); method getStore (line 80) | public function getStore(); method canOrder (line 88) | public function canOrder(); method canAuthorize (line 96) | public function canAuthorize(); method canCapture (line 104) | public function canCapture(); method canCapturePartial (line 112) | public function canCapturePartial(); method canCaptureOnce (line 120) | public function canCaptureOnce(); method canRefund (line 128) | public function canRefund(); method canRefundPartialPerInvoice (line 136) | public function canRefundPartialPerInvoice(); method canVoid (line 143) | public function canVoid(); method canUseInternal (line 151) | public function canUseInternal(); method canUseCheckout (line 158) | public function canUseCheckout(); method canEdit (line 166) | public function canEdit(); method canFetchTransactionInfo (line 174) | public function canFetchTransactionInfo(); method fetchTransactionInfo (line 185) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method isGateway (line 193) | public function isGateway(); method isOffline (line 201) | public function isOffline(); method isInitializeNeeded (line 209) | public function isInitializeNeeded(); method canUseForCountry (line 217) | public function canUseForCountry($country); method canUseForCurrency (line 226) | public function canUseForCurrency($currencyCode); method getInfoBlockType (line 235) | public function getInfoBlockType(); method getInfoInstance (line 245) | public function getInfoInstance(); method setInfoInstance (line 255) | public function setInfoInstance(InfoInterface $info); method validate (line 264) | public function validate(); method order (line 274) | public function order(\Magento\Payment\Model\InfoInterface $payment, $... method authorize (line 284) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method capture (line 294) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 304) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 313) | public function cancel(\Magento\Payment\Model\InfoInterface $payment); method void (line 322) | public function void(\Magento\Payment\Model\InfoInterface $payment); method canReviewPayment (line 329) | public function canReviewPayment(); method acceptPayment (line 339) | public function acceptPayment(InfoInterface $payment); method denyPayment (line 349) | public function denyPayment(InfoInterface $payment); method getConfigData (line 359) | public function getConfigData($field, $storeId = null); method assignData (line 368) | public function assignData(DataObject $data); method isAvailable (line 377) | public function isAvailable(CartInterface $quote = null); method isActive (line 386) | public function isActive($storeId = null); method initialize (line 399) | public function initialize($paymentAction, $stateObject); method getConfigPaymentAction (line 408) | public function getConfigPaymentAction(); FILE: app/code/Magento/Payment/Model/MethodList.php class MethodList (line 18) | class MethodList method __construct (line 46) | public function __construct( method getAvailableMethods (line 58) | public function getAvailableMethods(\Magento\Quote\Api\Data\CartInterf... method _canUseMethod (line 80) | protected function _canUseMethod($method, \Magento\Quote\Api\Data\Cart... method getPaymentMethodList (line 100) | private function getPaymentMethodList() method getPaymentMethodInstanceFactory (line 115) | private function getPaymentMethodInstanceFactory() FILE: app/code/Magento/Payment/Model/Paygate/Result.php class Result (line 8) | class Result extends \Magento\Framework\DataObject FILE: app/code/Magento/Payment/Model/PaymentAdditionalInfo.php class PaymentAdditionalInfo (line 15) | class PaymentAdditionalInfo implements PaymentAdditionalInfoInterface method getKey (line 30) | public function getKey() method getValue (line 38) | public function getValue() method setKey (line 46) | public function setKey($key) method setValue (line 55) | public function setValue($value) FILE: app/code/Magento/Payment/Model/PaymentMethod.php class PaymentMethod (line 11) | class PaymentMethod implements \Magento\Payment\Api\Data\PaymentMethodIn... method __construct (line 39) | public function __construct($code, $title, $storeId, $isActive) method getCode (line 50) | public function getCode() method getTitle (line 58) | public function getTitle() method getStoreId (line 66) | public function getStoreId() method getIsActive (line 74) | public function getIsActive() FILE: app/code/Magento/Payment/Model/PaymentMethodList.php class PaymentMethodList (line 13) | class PaymentMethodList implements \Magento\Payment\Api\PaymentMethodLis... method __construct (line 29) | public function __construct( method getList (line 40) | public function getList($storeId) method getActiveList (line 81) | public function getActiveList($storeId) FILE: app/code/Magento/Payment/Model/ResourceModel/Grid/GroupList.php class GroupList (line 11) | class GroupList implements \Magento\Framework\Option\ArrayInterface method __construct (line 23) | public function __construct(\Magento\Payment\Helper\Data $paymentData) method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/ResourceModel/Grid/TypeList.php class TypeList (line 11) | class TypeList implements \Magento\Framework\Option\ArrayInterface method __construct (line 23) | public function __construct(\Magento\Payment\Helper\Data $paymentData) method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/Source/Cctype.php class Cctype (line 16) | class Cctype implements \Magento\Framework\Option\ArrayInterface method __construct (line 37) | public function __construct(\Magento\Payment\Model\Config $paymentConfig) method getAllowedTypes (line 47) | public function getAllowedTypes() method setAllowedTypes (line 58) | public function setAllowedTypes(array $values) method toOptionArray (line 67) | public function toOptionArray() FILE: app/code/Magento/Payment/Model/Source/Invoice.php class Invoice (line 16) | class Invoice implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/Payment/Observer/AbstractDataAssignObserver.php class AbstractDataAssignObserver (line 20) | abstract class AbstractDataAssignObserver implements ObserverInterface method readMethodArgument (line 34) | protected function readMethodArgument(Observer $observer) method readPaymentModelArgument (line 46) | protected function readPaymentModelArgument(Observer $observer) method readDataArgument (line 57) | protected function readDataArgument(Observer $observer) method readArgument (line 71) | protected function readArgument(Observer $observer, $key, $type) FILE: app/code/Magento/Payment/Observer/SalesOrderBeforeSaveObserver.php class SalesOrderBeforeSaveObserver (line 14) | class SalesOrderBeforeSaveObserver implements ObserverInterface method execute (line 23) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Payment/Observer/UpdateOrderStatusForPaymentMethodsObserver.php class UpdateOrderStatusForPaymentMethodsObserver (line 11) | class UpdateOrderStatusForPaymentMethodsObserver implements ObserverInte... method __construct (line 35) | public function __construct( method execute (line 49) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Payment/Plugin/PaymentConfigurationProcess.php class PaymentConfigurationProcess (line 13) | class PaymentConfigurationProcess method __construct (line 29) | public function __construct( method beforeProcess (line 45) | public function beforeProcess(\Magento\Checkout\Block\Checkout\LayoutP... FILE: app/code/Magento/Payment/Test/Unit/Block/Adminhtml/Transparent/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testToHtmlShouldRender (line 65) | public function testToHtmlShouldRender() FILE: app/code/Magento/Payment/Test/Unit/Block/Adminhtml/Transparent/FormTesting.php class FormTesting (line 14) | class FormTesting extends Form method processHtml (line 24) | protected function processHtml() FILE: app/code/Magento/Payment/Test/Unit/Block/Form/ContainerTest.php class ContainerTest (line 12) | class ContainerTest extends \PHPUnit\Framework\TestCase method testSetMethodFormTemplate (line 17) | public function testSetMethodFormTemplate() FILE: app/code/Magento/Payment/Test/Unit/Block/FormTest.php class FormTest (line 11) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetMethodException (line 61) | public function testGetMethodException() method testGetMethodCode (line 68) | public function testGetMethodCode() method testGetInfoData (line 81) | public function testGetInfoData($field, $value, $expected) method getInfoDataProvider (line 104) | public function getInfoDataProvider() method testSetMethod (line 117) | public function testSetMethod() FILE: app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php class CcTest (line 9) | class CcTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetCcTypeName (line 52) | public function testGetCcTypeName($configCcTypes, $ccType, $expected) method getCcTypeNameDataProvider (line 68) | public function getCcTypeNameDataProvider() method testHasCcExpDate (line 80) | public function testHasCcExpDate($ccExpMonth, $ccExpYear, $expected) method hasCcExpDateDataProvider (line 96) | public function hasCcExpDateDataProvider() method testGetCcExpMonth (line 108) | public function testGetCcExpMonth($ccExpMonth, $expected) method ccExpMonthDataProvider (line 121) | public function ccExpMonthDataProvider() method testGetCcExpDate (line 132) | public function testGetCcExpDate($ccExpMonth, $ccExpYear) method getCcExpDateDataProvider (line 157) | public function getCcExpDateDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Block/Info/ContainerAbstractTest.php class ContainerAbstractTest (line 12) | class ContainerAbstractTest extends \PHPUnit\Framework\TestCase method testSetInfoTemplate (line 14) | public function testSetInfoTemplate() FILE: app/code/Magento/Payment/Test/Unit/Block/Info/InstructionsTest.php class InstructionsTest (line 12) | class InstructionsTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetInstructionAdditionalInformation (line 32) | public function testGetInstructionAdditionalInformation() method testGetInstruction (line 44) | public function testGetInstruction() FILE: app/code/Magento/Payment/Test/Unit/Block/Info/SubstitutionTest.php class SubstitutionTest (line 12) | class SubstitutionTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testBeforeToHtml (line 112) | public function testBeforeToHtml() FILE: app/code/Magento/Payment/Test/Unit/Block/InfoTest.php class InfoTest (line 10) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetIsSecureMode (line 65) | public function testGetIsSecureMode($isSecureMode, $methodInstance, $s... method getIsSecureModeDataProvider (line 89) | public function getIsSecureModeDataProvider() method _getMethodInstanceMock (line 105) | protected function _getMethodInstanceMock($store) method _getStoreMock (line 120) | protected function _getStoreMock($storeCode) method testGetInfoThrowException (line 130) | public function testGetInfoThrowException() method testGetSpecificInformation (line 136) | public function testGetSpecificInformation() method testGetValueAsArray (line 149) | public function testGetValueAsArray($value, $escapeHtml, $expected) method getValueAsArrayDataProvider (line 158) | public function getValueAsArrayDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Block/Transparent/FormTest.php class FormTest (line 18) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testIsAjaxRequest (line 85) | public function testIsAjaxRequest() method testGetMethodConfigData (line 103) | public function testGetMethodConfigData($fieldName, $fieldValue, $expe... method initializeMethodWithConfigMock (line 117) | private function initializeMethodWithConfigMock(array $configMap = []) method getMethodConfigDataDataProvider (line 141) | public function getMethodConfigDataDataProvider() method testGetCgiUrl (line 157) | public function testGetCgiUrl($sandboxFlag, $cgiUrlTestMode, $cgiUrl, ... method getCgiUrlDataProvider (line 182) | public function getCgiUrlDataProvider() method testGetOrderUrl (line 200) | public function testGetOrderUrl() method testGetDateDelim (line 216) | public function testGetDateDelim() method testGetCardFieldsMap (line 226) | public function testGetCardFieldsMap() method testToHtmlShouldRender (line 238) | public function testToHtmlShouldRender() method testToHtmlShouldNotRenderEmptyQuote (line 260) | public function testToHtmlShouldNotRenderEmptyQuote() method testToHtmlShouldNotRenderEmptyPayment (line 269) | public function testToHtmlShouldNotRenderEmptyPayment() method testGetMethodSuccess (line 285) | public function testGetMethodSuccess() method testGetMethodNotTransparentInterface (line 291) | public function testGetMethodNotTransparentInterface() FILE: app/code/Magento/Payment/Test/Unit/Block/Transparent/FormTesting.php class FormTesting (line 14) | class FormTesting extends Form method processHtml (line 24) | protected function processHtml() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Command/CommandPoolTest.php class CommandPoolTest (line 11) | class CommandPoolTest extends \PHPUnit\Framework\TestCase method testGet (line 13) | public function testGet() method testGetException (line 48) | public function testGetException() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Command/GatewayCommandTest.php class GatewayCommandTest (line 23) | class GatewayCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testExecute (line 86) | public function testExecute() method testExecuteValidationFail (line 103) | public function testExecuteValidationFail() method testExecuteValidationFailWithMappedErrors (line 129) | public function testExecuteValidationFailWithMappedErrors() method processRequest (line 168) | private function processRequest( FILE: app/code/Magento/Payment/Test/Unit/Gateway/Config/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetValue (line 31) | public function testGetValue() method testGetValueWithDefaultPathPattern (line 51) | public function testGetValueWithDefaultPathPattern() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Config/ConfigValueHandlerTest.php class ConfigValueHandlerTest (line 14) | class ConfigValueHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testHandle (line 31) | public function testHandle() method testHandleWithoutStoreId (line 45) | public function testHandleWithoutStoreId() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Config/ValueHandlerPoolTest.php class ValueHandlerPoolTest (line 11) | class ValueHandlerPoolTest extends \PHPUnit\Framework\TestCase method testConstructorException (line 13) | public function testConstructorException() method testGet (line 26) | public function testGet() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/Order/AddressAdapterTest.php class AddressAdapterTest (line 14) | class AddressAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetRegion (line 32) | public function testGetRegion() method testGetCountryId (line 39) | public function testGetCountryId() method testStreetLine1 (line 51) | public function testStreetLine1($street, $expected) method streetLine1DataProvider (line 60) | public function streetLine1DataProvider() method testStreetLine2 (line 73) | public function testStreetLine2($street, $expected) method streetLine2DataProvider (line 82) | public function streetLine2DataProvider() method testGetTelephone (line 91) | public function testGetTelephone() method testGetPostcode (line 98) | public function testGetPostcode() method testGetCity (line 105) | public function testGetCity() method testGetFirstname (line 112) | public function testGetFirstname() method testGetLastname (line 119) | public function testGetLastname() method testGetMiddlename (line 126) | public function testGetMiddlename() method testGetCustomerId (line 133) | public function testGetCustomerId() method testGetEmail (line 140) | public function testGetEmail() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/Order/OrderAdapterTest.php class OrderAdapterTest (line 15) | class OrderAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCurrencyCode (line 45) | public function testGetCurrencyCode() method testGetOrderIncrementId (line 52) | public function testGetOrderIncrementId() method testGetCustomerId (line 59) | public function testGetCustomerId() method testGetBillingAddressIsNull (line 66) | public function testGetBillingAddressIsNull() method testGetBillingAddress (line 73) | public function testGetBillingAddress() method testGetShippingAddressIsNull (line 90) | public function testGetShippingAddressIsNull() method testGetShippingAddress (line 97) | public function testGetShippingAddress() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/PaymentDataObjectFactoryTest.php class PaymentDataObjectFactoryTest (line 17) | class PaymentDataObjectFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testCreatePaymentDataObjectFromOrder (line 69) | public function testCreatePaymentDataObjectFromOrder() method testCreatePaymentDataObjectFromQuote (line 108) | public function testCreatePaymentDataObjectFromQuote() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/PaymentDataObjectTest.php class PaymentDataObjectTest (line 15) | class PaymentDataObjectTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetOrder (line 41) | public function testGetOrder() method testGetPayment (line 46) | public function testGetPayment() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/Quote/AddressAdapterTest.php class AddressAdapterTest (line 14) | class AddressAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetRegion (line 32) | public function testGetRegion() method testGetCountryId (line 39) | public function testGetCountryId() method testStreetLine1 (line 51) | public function testStreetLine1($street, $expected) method streetLine1DataProvider (line 60) | public function streetLine1DataProvider() method testStreetLine2 (line 73) | public function testStreetLine2($street, $expected) method streetLine2DataProvider (line 82) | public function streetLine2DataProvider() method testGetTelephone (line 91) | public function testGetTelephone() method testGetPostcode (line 98) | public function testGetPostcode() method testGetCity (line 105) | public function testGetCity() method testGetFirstname (line 112) | public function testGetFirstname() method testGetLastname (line 119) | public function testGetLastname() method testGetMiddlename (line 126) | public function testGetMiddlename() method testGetCustomerId (line 133) | public function testGetCustomerId() method testGetEmail (line 140) | public function testGetEmail() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Data/Quote/QuoteAdapterTest.php class QuoteAdapterTest (line 15) | class QuoteAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCurrencyCode (line 43) | public function testGetCurrencyCode() method testGetOrderIncrementId (line 55) | public function testGetOrderIncrementId() method testGetCustomerId (line 62) | public function testGetCustomerId() method testGetBillingAddressIsNull (line 74) | public function testGetBillingAddressIsNull() method testGetBillingAddress (line 81) | public function testGetBillingAddress() method testGetShippingAddressIsNull (line 98) | public function testGetShippingAddressIsNull() method testGetShippingAddress (line 105) | public function testGetShippingAddress() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Http/Client/SoapTest.php class SoapTest (line 10) | class SoapTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testPlaceRequest (line 62) | public function testPlaceRequest() method testPlaceRequestSoapException (line 100) | public function testPlaceRequestSoapException() method getTransferObject (line 138) | private function getTransferObject() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Http/Client/ZendTest.php class ZendTest (line 17) | class ZendTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testPlaceRequest (line 75) | public function testPlaceRequest() method testPlaceRequestClientFail (line 99) | public function testPlaceRequestClientFail() method testPlaceRequestConvertResponseFail (line 121) | public function testPlaceRequestConvertResponseFail() method setClientTransferObjects (line 144) | private function setClientTransferObjects() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Http/Converter/HtmlFormConverterTest.php class HtmlFormConverterTest (line 10) | class HtmlFormConverterTest extends \PHPUnit\Framework\TestCase method testConvert (line 12) | public function testConvert() method testConvertNotValidHtml (line 24) | public function testConvertNotValidHtml() method getValidFormHtml (line 36) | private function getValidFormHtml() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Http/Converter/Soap/ObjectToArrayConverterTest.php class ObjectToArrayConverterTest (line 10) | class ObjectToArrayConverterTest extends \PHPUnit\Framework\TestCase method testConvert (line 12) | public function testConvert() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Http/TransferTest.php class TransferTest (line 10) | class TransferTest extends \PHPUnit\Framework\TestCase method testIO (line 12) | public function testIO() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Request/BuilderCompositeTest.php class BuilderCompositeTest (line 11) | class BuilderCompositeTest extends \PHPUnit\Framework\TestCase method testBuildEmpty (line 13) | public function testBuildEmpty() method testBuild (line 45) | public function testBuild(array $expected) method buildDataProvider (line 121) | public function buildDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Response/HandlerChainTest.php class HandlerChainTest (line 11) | class HandlerChainTest extends \PHPUnit\Framework\TestCase method testHandle (line 13) | public function testHandle() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Validator/CountryValidatorTest.php class CountryValidatorTest (line 8) | class CountryValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testValidateAllowspecificTrue (line 50) | public function testValidateAllowspecificTrue($storeId, $country, $all... method validateAllowspecificTrueDataProvider (line 74) | public function validateAllowspecificTrueDataProvider() method testValidateAllowspecificFalse (line 85) | public function testValidateAllowspecificFalse($storeId, $allowspecifi... method validateAllowspecificFalseDataProvider (line 105) | public function validateAllowspecificFalseDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Validator/ResultTest.php class ResultTest (line 13) | class ResultTest extends \PHPUnit\Framework\TestCase method testResult (line 25) | public function testResult($isValid, $failsDescription, $expectedIsVal... method resultDataProvider (line 35) | public function resultDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Validator/ValidatorCompositeTest.php class ValidatorCompositeTest (line 11) | class ValidatorCompositeTest extends \PHPUnit\Framework\TestCase method testValidate (line 13) | public function testValidate() method testValidateChainBreaksCorrectly (line 98) | public function testValidateChainBreaksCorrectly() FILE: app/code/Magento/Payment/Test/Unit/Gateway/Validator/ValidatorPoolTest.php class ValidatorPoolTest (line 11) | class ValidatorPoolTest extends \PHPUnit\Framework\TestCase method testGet (line 13) | public function testGet() method testGetException (line 51) | public function testGetException() FILE: app/code/Magento/Payment/Test/Unit/Helper/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetMethodInstance (line 56) | public function testGetMethodInstance() method testGetMethodInstanceWithException (line 87) | public function testGetMethodInstanceWithException() method testSortMethods (line 102) | public function testSortMethods(array $methodA, array $methodB) method testGetMethodFormBlock (line 169) | public function testGetMethodFormBlock() method testGetInfoBlock (line 194) | public function testGetInfoBlock() method testGetInfoBlockHtml (line 219) | public function testGetInfoBlockHtml() method getSortMethodsDataProvider (line 259) | public function getSortMethodsDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Cart/SalesModel/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testCreate (line 27) | public function testCreate($salesModelClass, $expectedType) method createDataProvider (line 46) | public function createDataProvider() method testCreateInvalid (line 57) | public function testCreateInvalid() FILE: app/code/Magento/Payment/Test/Unit/Model/Cart/SalesModel/OrderTest.php class OrderTest (line 8) | class OrderTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method gettersDataProvider (line 25) | public function gettersDataProvider() method testGetDataUsingMethod (line 35) | public function testGetDataUsingMethod() method testGetTaxContainer (line 50) | public function testGetTaxContainer() method testGetAllItems (line 55) | public function testGetAllItems() FILE: app/code/Magento/Payment/Test/Unit/Model/Cart/SalesModel/QuoteTest.php class QuoteTest (line 8) | class QuoteTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetDataUsingMethod (line 22) | public function testGetDataUsingMethod() method testGetTaxContainer (line 37) | public function testGetTaxContainer() method testGetAllItems (line 65) | public function testGetAllItems($pItem, $name, $qty, $price) method getAllItemsDataProvider (line 90) | public function getAllItemsDataProvider() method testGetBaseSubtotal (line 99) | public function testGetBaseSubtotal() method testGetter (line 118) | public function testGetter($isVirtual, $getterMethod) method getterDataProvider (line 144) | public function getterDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/CartTest.php class CartTest (line 10) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetSalesModel (line 34) | public function testGetSalesModel() method testAddCustomItem (line 42) | public function testAddCustomItem() method testGetAmounts (line 70) | public function testGetAmounts($transferFlags, $salesModelItems, $sale... method testGetAllItems (line 87) | public function testGetAllItems($transferFlags, $salesModelItems, $sal... method testAmountSettersAndGetters (line 112) | public function testAmountSettersAndGetters() method cartDataProvider (line 148) | public function cartDataProvider() method _compareSalesItems (line 212) | protected function _compareSalesItems(array $salesItemsA, array $sales... method _collectItemsAndAmounts (line 239) | protected function _collectItemsAndAmounts($transferFlags, $salesModel... method _getSalesModelItems (line 277) | protected function _getSalesModelItems() method _convertToCartItems (line 305) | protected function _convertToCartItems(array $salesModelItems) FILE: app/code/Magento/Payment/Test/Unit/Model/CcConfigProviderTest.php class CcConfigProviderTest (line 8) | class CcConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetConfig (line 35) | public function testGetConfig() FILE: app/code/Magento/Payment/Test/Unit/Model/CcConfigTest.php class CcConfigTest (line 10) | class CcConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCcAvailableTypes (line 47) | public function testGetCcAvailableTypes() method testGetCcMonths (line 57) | public function testGetCcMonths() method testGetCcYears (line 67) | public function testGetCcYears() method testHasVerification (line 77) | public function testHasVerification() method testGetCvvImageUrl (line 82) | public function testGetCvvImageUrl() method getViewFileUrlWithException (line 100) | public function getViewFileUrlWithException() FILE: app/code/Magento/Payment/Test/Unit/Model/CcGenericConfigProviderTest.php class CcGenericConfigProviderTest (line 12) | class CcGenericConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetConfig (line 34) | public function testGetConfig() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CanUseCheckoutTest.php class CanUseCheckoutTest (line 11) | class CanUseCheckoutTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testIsApplicable (line 27) | public function testIsApplicable($expectation) method paymentMethodDataProvider (line 44) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CanUseForCountry/CountryProviderTest.php class CountryProviderTest (line 17) | class CountryProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetCountry (line 52) | public function testGetCountry() method testGetCountryForBillingAddressWithoutCountry (line 78) | public function testGetCountryForBillingAddressWithoutCountry() method testGetCountryShippingAddress (line 103) | public function testGetCountryShippingAddress() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CanUseForCountryTest.php class CanUseForCountryTest (line 11) | class CanUseForCountryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testIsApplicable (line 40) | public function testIsApplicable($expectation) method paymentMethodDataProvider (line 60) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CanUseForCurrencyTest.php class CanUseForCurrencyTest (line 11) | class CanUseForCurrencyTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testIsApplicable (line 32) | public function testIsApplicable($expectation) method paymentMethodDataProvider (line 58) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CanUseInternalTest.php class CanUseInternalTest (line 11) | class CanUseInternalTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testIsApplicable (line 27) | public function testIsApplicable($expectation) method paymentMethodDataProvider (line 44) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/CompositeTest.php class CompositeTest (line 11) | class CompositeTest extends \PHPUnit\Framework\TestCase method testIsApplicable (line 17) | public function testIsApplicable($expectation) method paymentMethodDataProvider (line 39) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/SpecificationFactoryTest.php class SpecificationFactoryTest (line 11) | class SpecificationFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCreate (line 30) | public function testCreate() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/TotalMinMaxTest.php class TotalMinMaxTest (line 11) | class TotalMinMaxTest extends \PHPUnit\Framework\TestCase method testIsApplicable (line 28) | public function testIsApplicable($baseGrandTotal, $expectation) method paymentMethodDataProvider (line 52) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Checks/ZeroTotalTest.php class ZeroTotalTest (line 11) | class ZeroTotalTest extends \PHPUnit\Framework\TestCase method testIsApplicable (line 19) | public function testIsApplicable($code, $total, $expectation) method paymentMethodDataProvider (line 48) | public function paymentMethodDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 10) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvert (line 25) | public function testConvert() FILE: app/code/Magento/Payment/Test/Unit/Model/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 10) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetSchema (line 30) | public function testGetSchema() method testGetPerFileSchema (line 38) | public function testGetPerFileSchema() FILE: app/code/Magento/Payment/Test/Unit/Model/Config/Source/AllmethodsTest.php class AllmethodsTest (line 11) | class AllmethodsTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testToOptionArray (line 34) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Model/Config/Source/AllspecificcountriesTest.php class AllspecificcountriesTest (line 11) | class AllspecificcountriesTest extends \PHPUnit\Framework\TestCase method testToOptionArray (line 13) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Model/Config/Source/CctypeTest.php class CctypeTest (line 11) | class CctypeTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testToOptionArray (line 34) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Model/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 98) | protected function setUp() method testGetActiveMethods (line 124) | public function testGetActiveMethods($isActive) method getActiveMethodsDataProvider (line 148) | public function getActiveMethodsDataProvider() method testGetCcTypes (line 153) | public function testGetCcTypes() method testGetMethodsInfo (line 162) | public function testGetMethodsInfo() method testGetGroups (line 171) | public function testGetGroups() method testGetMonths (line 180) | public function testGetMonths() method testGetYears (line 186) | public function testGetYears() method _getPreparedYearsList (line 197) | private function _getPreparedYearsList() FILE: app/code/Magento/Payment/Test/Unit/Model/InfoTest.php class InfoTest (line 12) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetDataCcNumber (line 61) | public function testGetDataCcNumber($keyCc, $keyCcEnc) method ccKeysDataProvider (line 79) | public function ccKeysDataProvider() method testGetMethodInstanceWithRealMethod (line 87) | public function testGetMethodInstanceWithRealMethod() method testGetMethodInstanceWithUnrealMethod (line 104) | public function testGetMethodInstanceWithUnrealMethod() method testGetMethodInstanceWithNoMethod (line 130) | public function testGetMethodInstanceWithNoMethod() method testGetMethodInstanceRequestedMethod (line 136) | public function testGetMethodInstanceRequestedMethod() method testEncrypt (line 152) | public function testEncrypt() method testDecrypt (line 163) | public function testDecrypt() method testSetAdditionalInformationException (line 177) | public function testSetAdditionalInformationException() method testSetAdditionalInformationMultipleTypes (line 187) | public function testSetAdditionalInformationMultipleTypes($key, $value... method additionalInformationDataProvider (line 198) | public function additionalInformationDataProvider() method testGetAdditionalInformationByKey (line 206) | public function testGetAdditionalInformationByKey() method testUnsAdditionalInformation (line 214) | public function testUnsAdditionalInformation() method testHasAdditionalInformation (line 230) | public function testHasAdditionalInformation() method testInitAdditionalInformationWithUnserialize (line 242) | public function testInitAdditionalInformationWithUnserialize() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/AbstractMethod/Stub.php class Stub (line 13) | class Stub extends \Magento\Payment\Model\Method\AbstractMethod method getCode (line 20) | public function getCode() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/AbstractMethodTest.php class AbstractMethodTest (line 20) | class AbstractMethodTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testDebugData (line 81) | public function testDebugData() method testIsAvailable (line 96) | public function testIsAvailable($result) method testAssignData (line 121) | public function testAssignData() method dataProviderForTestIsAvailable (line 155) | public function dataProviderForTestIsAvailable() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/AdapterTest.php class AdapterTest (line 26) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testFetchTransactionInfo (line 108) | public function testFetchTransactionInfo() method testIsAvailableNotActive (line 149) | public function testIsAvailableNotActive() method testIsAvailableEmptyQuote (line 171) | public function testIsAvailableEmptyQuote() method testIsAvailableWithEmptyInfoInstance (line 213) | public function testIsAvailableWithEmptyInfoInstance() method testExecuteCommandWithCommandExecutor (line 235) | public function testExecuteCommandWithCommandExecutor() method testExecuteCommandWithCommandPool (line 299) | public function testExecuteCommandWithCommandPool() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/CcTest.php class CcTest (line 14) | class CcTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | public function setUp() method testAssignData (line 27) | public function testAssignData() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/FreeTest.php class FreeTest (line 12) | class FreeTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetConfigPaymentAction (line 60) | public function testGetConfigPaymentAction($orderStatus, $paymentActio... method testIsAvailable (line 81) | public function testIsAvailable($grandTotal, $isActive, $notEmptyQuote... method getIsAvailableProvider (line 106) | public function getIsAvailableProvider() method getConfigPaymentActionProvider (line 120) | public function getConfigPaymentActionProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/LoggerTest.php class LoggerTest (line 12) | class LoggerTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testDebugOn (line 26) | public function testDebugOn() method testDebugOnNoReplaceKeys (line 48) | public function testDebugOnNoReplaceKeys() method testDebugOff (line 62) | public function testDebugOff() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/Specification/CompositeTest.php class CompositeTest (line 11) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method createComposite (line 27) | protected function createComposite($specifications = []) method testComposite (line 43) | public function testComposite($firstSpecificationResult, $secondSpecif... method compositeDataProvider (line 100) | public function compositeDataProvider() FILE: app/code/Magento/Payment/Test/Unit/Model/Method/SubstitutionTest.php class SubstitutionTest (line 9) | class SubstitutionTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetTitle (line 27) | public function testGetTitle() FILE: app/code/Magento/Payment/Test/Unit/Model/MethodListTest.php class MethodListTest (line 12) | class MethodListTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetAvailableMethods (line 71) | public function testGetAvailableMethods() FILE: app/code/Magento/Payment/Test/Unit/Model/PaymentMethodListTest.php class PaymentMethodListTest (line 13) | class PaymentMethodListTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method setUpGetList (line 67) | private function setUpGetList($paymentMethodConfig, $methodInstancesMap) method testGetList (line 103) | public function testGetList($storeId, $paymentMethodConfig, $methodIns... method getListDataProvider (line 122) | public function getListDataProvider() method testGetActiveList (line 148) | public function testGetActiveList($storeId, $paymentMethodConfig, $met... method getActiveListDataProvider (line 167) | public function getActiveListDataProvider() method mockPaymentMethodInstance (line 192) | private function mockPaymentMethodInstance($storeId, $sortOrder, $code... FILE: app/code/Magento/Payment/Test/Unit/Model/ResourceModel/Grid/GroupListTest.php class GroupListTest (line 9) | class GroupListTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testToOptionArray (line 27) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Model/ResourceModel/Grid/TypeListTest.php class TypeListTest (line 9) | class TypeListTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testToOptionArray (line 27) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Model/Source/CctypeTest.php class CctypeTest (line 11) | class CctypeTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSetAndGetAllowedTypes (line 55) | public function testSetAndGetAllowedTypes() method testToOptionArrayEmptyAllowed (line 61) | public function testToOptionArrayEmptyAllowed() method testToOptionArrayNotEmptyAllowed (line 67) | public function testToOptionArrayNotEmptyAllowed() method _preparePaymentConfig (line 74) | private function _preparePaymentConfig() FILE: app/code/Magento/Payment/Test/Unit/Model/Source/InvoiceTest.php class InvoiceTest (line 11) | class InvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testToOptionArray (line 23) | public function testToOptionArray() FILE: app/code/Magento/Payment/Test/Unit/Observer/SalesOrderBeforeSaveObserverTest.php class SalesOrderBeforeSaveObserverTest (line 11) | class SalesOrderBeforeSaveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testSalesOrderBeforeSaveMethodNotFree (line 38) | public function testSalesOrderBeforeSaveMethodNotFree() method testSalesOrderBeforeSaveCantUnhold (line 54) | public function testSalesOrderBeforeSaveCantUnhold() method testSalesOrderBeforeSaveIsCanceled (line 78) | public function testSalesOrderBeforeSaveIsCanceled() method testSalesOrderBeforeSaveIsClosed (line 106) | public function testSalesOrderBeforeSaveIsClosed() method testSalesOrderBeforeSaveSetForced (line 136) | public function testSalesOrderBeforeSaveSetForced() method testDoesNothingWhenNoPaymentIsAvailable (line 165) | public function testDoesNothingWhenNoPaymentIsAvailable() method _prepareEventMockWithMethods (line 187) | private function _prepareEventMockWithMethods($methodsList) method _getPreparedOrderMethod (line 202) | private function _getPreparedOrderMethod($methodCode, $orderMethods = []) method _prepareNeverInvokedOrderMethods (line 225) | private function _prepareNeverInvokedOrderMethods(\PHPUnit_Framework_M... FILE: app/code/Magento/Payment/Test/Unit/Observer/UpdateOrderStatusForPaymentMethodsObserverTest.php class UpdateOrderStatusForPaymentMethodsObserverTest (line 11) | class UpdateOrderStatusForPaymentMethodsObserverTest extends \PHPUnit\Fr... method setUp (line 38) | protected function setUp() method testUpdateOrderStatusForPaymentMethodsNotNewState (line 59) | public function testUpdateOrderStatusForPaymentMethodsNotNewState() method testUpdateOrderStatusForPaymentMethodsNewState (line 66) | public function testUpdateOrderStatusForPaymentMethodsNewState() method _prepareEventMockWithMethods (line 99) | private function _prepareEventMockWithMethods($methodsList) method _getPreparedActiveMethods (line 112) | private function _getPreparedActiveMethods() FILE: app/code/Magento/Payment/Test/Unit/Plugin/PaymentConfigurationProcessTest.php class PaymentConfigurationProcessTest (line 11) | class PaymentConfigurationProcessTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testBeforeProcess (line 80) | public function testBeforeProcess($jsLayout, $activePaymentList, $expe... method beforeProcessDataProvider (line 98) | public function beforeProcessDataProvider() FILE: app/code/Magento/Payment/Ui/Component/Listing/Column/Method/Options.php class Options (line 12) | class Options implements \Magento\Framework\Data\OptionSourceInterface method __construct (line 29) | public function __construct( method toOptionArray (line 40) | public function toOptionArray() FILE: app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/credit-card-number-validator.js function resultWrapper (line 20) | function resultWrapper(card, isPotentiallyValid, isValid) { FILE: app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/cvv-validator.js function resultWrapper (line 15) | function resultWrapper(isValid, isPotentiallyValid) { FILE: app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/expiration-date-validator.js function resultWrapper (line 22) | function resultWrapper(isValid, isPotentiallyValid, month, year) { FILE: app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/expiration-date-validator/expiration-month-validator.js function resultWrapper (line 14) | function resultWrapper(isValid, isPotentiallyValid) { FILE: app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/expiration-date-validator/expiration-year-validator.js function resultWrapper (line 14) | function resultWrapper(isValid, isPotentiallyValid) { FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement.php class Agreement (line 14) | class Agreement extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 38) | public function __construct( method _construct (line 57) | protected function _construct() method getGridUrl (line 72) | public function getGridUrl() method getRowUrl (line 83) | public function getRowUrl($item) method _prepareCollection (line 93) | protected function _prepareCollection() method _prepareColumns (line 107) | protected function _prepareColumns() FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View.php class View (line 14) | class View extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getHeaderText (line 88) | public function getHeaderText() method _getCancelUrl (line 98) | protected function _getCancelUrl() method _getBillingAgreement (line 108) | protected function _getBillingAgreement() method _isAllowed (line 119) | protected function _isAllowed($resourceId) FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Form.php class Form (line 11) | class Form extends \Magento\Backend\Block\Template FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Tab/Info.php class Info (line 13) | class Info extends \Magento\Backend\Block\Template implements \Magento\B... method __construct (line 38) | public function __construct( method getTabLabel (line 52) | public function getTabLabel() method getTabTitle (line 60) | public function getTabTitle() method canShowTab (line 68) | public function canShowTab() method isHidden (line 76) | public function isHidden() method _getBillingAgreement (line 86) | protected function _getBillingAgreement() method _toHtml (line 96) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Tab/Orders.php class Orders (line 22) | class Orders extends ExtendedGrid implements TabInterface method __construct (line 47) | public function __construct( method getTabLabel (line 64) | public function getTabLabel() method getTabTitle (line 72) | public function getTabTitle() method canShowTab (line 80) | public function canShowTab() method isHidden (line 88) | public function isHidden() method _construct (line 96) | protected function _construct() method getGridUrl (line 109) | public function getGridUrl() method _prepareCollection (line 119) | protected function _prepareCollection() method _prepareColumns (line 151) | protected function _prepareColumns() FILE: app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Tabs.php class Tabs (line 16) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 23) | protected function _construct() FILE: app/code/Magento/Paypal/Block/Adminhtml/Customer/Edit/Tab/Agreement.php class Agreement (line 18) | class Agreement extends \Magento\Paypal\Block\Adminhtml\Billing\Agreemen... method __construct (line 43) | public function __construct( method _construct (line 61) | protected function _construct() method getTabLabel (line 70) | public function getTabLabel() method getTabTitle (line 78) | public function getTabTitle() method canShowTab (line 86) | public function canShowTab() method isHidden (line 94) | public function isHidden() method getGridUrl (line 104) | public function getGridUrl() method getTabClass (line 114) | public function getTabClass() method getTabUrl (line 124) | public function getTabUrl() method isAjaxLoaded (line 134) | public function isAjaxLoaded() method getAfter (line 144) | public function getAfter() method _prepareCollection (line 154) | protected function _prepareCollection() method _prepareColumns (line 173) | protected function _prepareColumns() FILE: app/code/Magento/Paypal/Block/Adminhtml/Order/View.php class View (line 23) | class View extends OrderView method __construct (line 38) | public function __construct( method _construct (line 63) | protected function _construct() method getPaymentAuthorizationUrl (line 89) | private function getPaymentAuthorizationUrl(): string method canAuthorize (line 101) | public function canAuthorize(Order $order): bool FILE: app/code/Magento/Paypal/Block/Adminhtml/Payflowpro/CcForm.php class CcForm (line 17) | class CcForm extends \Magento\Payment\Block\Transparent\Form method __construct (line 35) | public function __construct( method isVaultEnabled (line 48) | public function isVaultEnabled() method shouldRender (line 60) | protected function shouldRender() method initializeMethod (line 68) | protected function initializeMethod() method getVaultPayment (line 77) | private function getVaultPayment() method getPaymentDataHelper (line 87) | private function getPaymentDataHelper() FILE: app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details.php class Details (line 13) | class Details extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 21) | protected function _construct() method _prepareLayout (line 36) | protected function _prepareLayout() FILE: app/code/Magento/Paypal/Block/Adminhtml/Settlement/Details/Form.php class Form (line 11) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 31) | public function __construct( method _prepareForm (line 50) | protected function _prepareForm() FILE: app/code/Magento/Paypal/Block/Adminhtml/Settlement/Report.php class Report (line 15) | class Report extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Paypal/Block/Adminhtml/Store/SwitcherPlugin.php class SwitcherPlugin (line 14) | class SwitcherPlugin method beforeGetUrl (line 24) | public function beforeGetUrl(StoreSwitcherBlock $subject, $route = '',... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/ApiWizard.php class ApiWizard (line 11) | class ApiWizard extends \Magento\Config\Block\System\Config\Form\Field method _prepareLayout (line 23) | protected function _prepareLayout() method render (line 38) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 50) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... method createQuery (line 85) | private function createQuery(array $requestData) FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/BmlApiWizard.php class BmlApiWizard (line 9) | class BmlApiWizard extends ApiWizard method _getElementHtml (line 22) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Country.php class Country (line 14) | class Country extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 55) | public function __construct( method render (line 74) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getElementHtml (line 105) | protected function _getElementHtml(\Magento\Framework\Data\Form\Elemen... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/BmlApiSortOrder.php class BmlApiSortOrder (line 13) | class BmlApiSortOrder extends AbstractEnable method getDataAttributeName (line 20) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/BmlSortOrder.php class BmlSortOrder (line 13) | class BmlSortOrder extends AbstractEnable method getDataAttributeName (line 20) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/ButtonStylesLabel.php class ButtonStylesLabel (line 15) | class ButtonStylesLabel extends AbstractEnable method getDataAttributeName (line 22) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/MerchantId.php class MerchantId (line 13) | class MerchantId extends AbstractEnable method getDataAttributeName (line 20) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/AbstractEnable.php class AbstractEnable (line 13) | abstract class AbstractEnable extends Field method getUiId (line 29) | public function getUiId($arg1 = null, $arg2 = null, $arg3 = null, $arg... method render (line 41) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method getDataAttributeName (line 52) | abstract protected function getDataAttributeName(); FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/Bml.php class Bml (line 11) | class Bml extends AbstractEnable method getDataAttributeName (line 18) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/BmlApi.php class BmlApi (line 13) | class BmlApi extends AbstractEnable method getDataAttributeName (line 20) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/Express.php class Express (line 11) | class Express extends AbstractEnable method getDataAttributeName (line 18) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/InContext.php class InContext (line 11) | class InContext extends AbstractEnable method getDataAttributeName (line 18) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/InContextApi.php class InContextApi (line 11) | class InContextApi extends AbstractEnable method getDataAttributeName (line 18) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Enable/Payment.php class Payment (line 11) | class Payment extends AbstractEnable method getDataAttributeName (line 18) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Hidden.php class Hidden (line 12) | class Hidden extends \Magento\Config\Block\System\Config\Form\Field method _decorateRowHtml (line 21) | protected function _decorateRowHtml(\Magento\Framework\Data\Form\Eleme... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Fieldset/Expanded.php class Expanded (line 13) | class Expanded extends \Magento\Config\Block\System\Config\Form\Fieldset FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Fieldset/Group.php class Group (line 12) | class Group extends \Magento\Config\Block\System\Config\Form\Fieldset method __construct (line 20) | public function __construct( method _getHeaderCommentHtml (line 35) | protected function _getHeaderCommentHtml($element) method _isCollapseState (line 61) | protected function _isCollapseState($element) FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Fieldset/Hint.php class Hint (line 16) | class Hint extends Template implements RendererInterface method render (line 28) | public function render(AbstractElement $element) FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Fieldset/Payment.php class Payment (line 11) | class Payment extends \Magento\Config\Block\System\Config\Form\Fieldset method __construct (line 25) | public function __construct( method _getFrontendClass (line 42) | protected function _getFrontendClass($element) method _isPaymentEnabled (line 54) | protected function _isPaymentEnabled($element) method _getHeaderTitleHtml (line 79) | protected function _getHeaderTitleHtml($element) method _getHeaderCommentHtml (line 136) | protected function _getHeaderCommentHtml($element) method _isCollapseState (line 148) | protected function _isCollapseState($element) method _getExtraJs (line 158) | protected function _getExtraJs($element) FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/MultiSelect/DisabledFundingOptions.php class DisabledFundingOptions (line 19) | class DisabledFundingOptions extends AbstractEnable method __construct (line 32) | public function __construct( method getDataAttributeName (line 46) | protected function getDataAttributeName(): string FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Payflowlink/Advanced.php class Advanced (line 12) | class Advanced extends \Magento\Paypal\Block\Adminhtml\System\Config\Pay... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/Payflowlink/Info.php class Info (line 12) | class Info extends \Magento\Config\Block\System\Config\Form\Field method render (line 27) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Paypal/Block/Adminhtml/System/Config/ResolutionRules.php class ResolutionRules (line 18) | class ResolutionRules extends Template method __construct (line 32) | public function __construct( method getJson (line 46) | public function getJson() FILE: app/code/Magento/Paypal/Block/Billing/Agreement/View.php class View (line 14) | class View extends \Magento\Framework\View\Element\Template method __construct (line 79) | public function __construct( method getRelatedOrders (line 104) | public function getRelatedOrders() method getOrderItemValue (line 134) | public function getOrderItemValue(\Magento\Sales\Model\Order $order, $... method _prepareLayout (line 173) | protected function _prepareLayout() method _getBillingAgreementInstance (line 195) | protected function _getBillingAgreementInstance() method _loadPaymentMethods (line 208) | protected function _loadPaymentMethods() method _toHtml (line 223) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Billing/Agreements.php class Agreements (line 14) | class Agreements extends \Magento\Framework\View\Element\Template method __construct (line 52) | public function __construct( method _prepareLayout (line 71) | protected function _prepareLayout() method getBillingAgreements (line 91) | public function getBillingAgreements() method getItemValue (line 112) | public function getItemValue(\Magento\Paypal\Model\Billing\Agreement $... method _loadPaymentMethods (line 143) | protected function _loadPaymentMethods() method getWizardPaymentMethodOptions (line 158) | public function getWizardPaymentMethodOptions() method _toHtml (line 174) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Bml/Banners.php class Banners (line 16) | class Banners extends Template method __construct (line 38) | public function __construct( method _toHtml (line 54) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Bml/Form.php class Form (line 12) | class Form extends Express\Form method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Paypal/Block/Bml/Shortcut.php class Shortcut (line 18) | class Shortcut extends \Magento\Framework\View\Element\Template implemen... method __construct (line 95) | public function __construct( method _beforeToHtml (line 127) | protected function _beforeToHtml() method _toHtml (line 164) | protected function _toHtml() method isOrPositionBefore (line 177) | public function isOrPositionBefore() method isOrPositionAfter (line 187) | public function isOrPositionAfter() method getAlias (line 197) | public function getAlias() FILE: app/code/Magento/Paypal/Block/Cart/ValidationMessages.php class ValidationMessages (line 17) | class ValidationMessages extends \Magento\Framework\View\Element\Messages method __construct (line 33) | public function __construct( method _prepareLayout (line 56) | protected function _prepareLayout() method addQuoteMessages (line 70) | protected function addQuoteMessages() FILE: app/code/Magento/Paypal/Block/Checkout/Onepage/Success/BillingAgreement.php class BillingAgreement (line 14) | class BillingAgreement extends \Magento\Framework\View\Element\Template method __construct (line 38) | public function __construct( method _toHtml (line 56) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Express/Form.php class Form (line 17) | class Form extends \Magento\Payment\Block\Form method __construct (line 66) | public function __construct( method _construct (line 88) | protected function _construct() method getMethodCode (line 111) | public function getMethodCode() method _getMarkTemplate (line 121) | protected function _getMarkTemplate() method _initializeRedirectTemplateWithMark (line 135) | protected function _initializeRedirectTemplateWithMark(Template $mark) method getBillingAgreementCode (line 154) | public function getBillingAgreementCode() FILE: app/code/Magento/Paypal/Block/Express/InContext/Component.php class Component (line 20) | class Component extends Template method __construct (line 38) | public function __construct( method _toHtml (line 55) | protected function _toHtml() method isInContext (line 67) | private function isInContext() method getEnvironment (line 76) | public function getEnvironment() method getLocale (line 85) | public function getLocale() method getMerchantId (line 94) | public function getMerchantId() method isButtonContext (line 103) | public function isButtonContext() FILE: app/code/Magento/Paypal/Block/Express/InContext/Minicart/Button.php class Button (line 21) | class Button extends Template implements ShortcutInterface method __construct (line 66) | public function __construct( method isInContext (line 88) | private function isInContext() method isVisibleOnCart (line 98) | private function isVisibleOnCart() method shouldRender (line 108) | protected function shouldRender() method _toHtml (line 119) | protected function _toHtml() method getContainerId (line 133) | public function getContainerId() method getLinkAction (line 143) | public function getLinkAction() method getAddToCartSelector (line 153) | public function getAddToCartSelector() method getImageUrl (line 163) | public function getImageUrl() method getAlias (line 175) | public function getAlias() method setIsInCatalogProduct (line 186) | public function setIsInCatalogProduct($isCatalog) FILE: app/code/Magento/Paypal/Block/Express/InContext/Minicart/SmartButton.php class SmartButton (line 26) | class SmartButton extends Template implements ShortcutInterface method __construct (line 76) | public function __construct( method isInContext (line 104) | private function isInContext(): bool method isVisibleOnCart (line 114) | private function isVisibleOnCart(): bool method shouldRender (line 124) | private function shouldRender(): bool method _toHtml (line 136) | protected function _toHtml() method getAlias (line 150) | public function getAlias() method getJsInitParams (line 160) | public function getJsInitParams(): string method getContainerId (line 201) | public function getContainerId(): string method getQuoteId (line 211) | private function getQuoteId(): string FILE: app/code/Magento/Paypal/Block/Express/InContext/SmartButton.php class SmartButton (line 22) | class SmartButton extends Template implements ShortcutInterface method __construct (line 54) | public function __construct( method shouldRender (line 76) | private function shouldRender(): bool method _toHtml (line 87) | protected function _toHtml() method getAlias (line 101) | public function getAlias() method getJsInitParams (line 111) | public function getJsInitParams(): string FILE: app/code/Magento/Paypal/Block/Express/Review.php class Review (line 19) | class Review extends \Magento\Framework\View\Element\Template method __construct (line 67) | public function __construct( method setQuote (line 86) | public function setQuote(\Magento\Quote\Model\Quote $quote) method getBillingAddress (line 97) | public function getBillingAddress() method getShippingAddress (line 107) | public function getShippingAddress() method renderAddress (line 121) | public function renderAddress($address) method getCarrierName (line 135) | public function getCarrierName($carrierCode) method renderShippingRateValue (line 153) | public function renderShippingRateValue(\Magento\Framework\DataObject ... method renderShippingRateOption (line 169) | public function renderShippingRateOption($rate, $format = '%s - %s%s',... method getCurrentShippingRate (line 193) | public function getCurrentShippingRate() method canEditShippingMethod (line 203) | public function canEditShippingMethod() method getEmail (line 213) | public function getEmail() method setControllerPath (line 225) | public function setControllerPath($prefix) method _getShippingPrice (line 237) | protected function _getShippingPrice($price, $isInclTax) method _formatPrice (line 248) | protected function _formatPrice($price) method _beforeToHtml (line 264) | protected function _beforeToHtml() FILE: app/code/Magento/Paypal/Block/Express/Review/Billing.php class Billing (line 18) | class Billing extends \Magento\Framework\View\Element\Template method __construct (line 84) | public function __construct( method _construct (line 109) | protected function _construct() method isUseBillingAddressForShipping (line 125) | public function isUseBillingAddressForShipping() method getCountries (line 138) | public function getCountries() method getMethod (line 148) | public function getMethod() method getFirstname (line 159) | public function getFirstname() method getLastname (line 170) | public function getLastname() method canShip (line 180) | public function canShip() method getSaveUrl (line 188) | public function getSaveUrl() method _getTaxvat (line 197) | protected function _getTaxvat() method isTaxvatEnabled (line 211) | public function isTaxvatEnabled() method getTaxvatHtml (line 219) | public function getTaxvatHtml() method getAddress (line 233) | public function getAddress() method getConfig (line 258) | public function getConfig($path) method _getCustomer (line 268) | protected function _getCustomer() method getCheckout (line 281) | public function getCheckout() method getQuote (line 291) | public function getQuote() method isCustomerLoggedIn (line 302) | public function isCustomerLoggedIn() FILE: app/code/Magento/Paypal/Block/Express/Review/Details.php class Details (line 16) | class Details extends \Magento\Checkout\Block\Cart\Totals method getAddress (line 28) | public function getAddress() method getTotals (line 41) | public function getTotals() FILE: app/code/Magento/Paypal/Block/Express/Review/Shipping.php class Shipping (line 15) | class Shipping extends \Magento\Framework\View\Element\Template method __construct (line 68) | public function __construct( method _construct (line 91) | protected function _construct() method getMethod (line 106) | public function getMethod() method isShow (line 116) | public function isShow() method getAddress (line 126) | public function getAddress() method getConfig (line 145) | public function getConfig($path) method _getCustomer (line 155) | protected function _getCustomer() method getQuote (line 168) | public function getQuote() method isCustomerLoggedIn (line 179) | public function isCustomerLoggedIn() FILE: app/code/Magento/Paypal/Block/Express/Shortcut.php class Shortcut (line 17) | class Shortcut extends \Magento\Framework\View\Element\Template implemen... method __construct (line 105) | public function __construct( method _beforeToHtml (line 142) | protected function _beforeToHtml() method _toHtml (line 182) | protected function _toHtml() method shouldRender (line 195) | protected function shouldRender() method isOrPositionBefore (line 213) | public function isOrPositionBefore() method isOrPositionAfter (line 223) | public function isOrPositionAfter() method getAlias (line 233) | public function getAlias() FILE: app/code/Magento/Paypal/Block/Hosted/Pro/Form.php class Form (line 13) | class Form extends \Magento\Payment\Block\Form FILE: app/code/Magento/Paypal/Block/Hosted/Pro/Iframe.php class Iframe (line 13) | class Iframe extends \Magento\Paypal\Block\Iframe method _construct (line 21) | protected function _construct() method getFrameActionUrl (line 32) | public function getFrameActionUrl() FILE: app/code/Magento/Paypal/Block/Hosted/Pro/Info.php class Info (line 14) | class Info extends \Magento\Paypal\Block\Payment\Info method getCcTypeName (line 21) | public function getCcTypeName() FILE: app/code/Magento/Paypal/Block/Iframe.php class Iframe (line 14) | class Iframe extends \Magento\Payment\Block\Form method __construct (line 83) | public function __construct( method _construct (line 106) | protected function _construct() method _getBlock (line 130) | protected function _getBlock() method _getOrder (line 153) | protected function _getOrder() method _getCheckout (line 167) | protected function _getCheckout() method _beforeToHtml (line 177) | protected function _beforeToHtml() method _toHtml (line 198) | protected function _toHtml() method _isAfterPaymentSave (line 215) | protected function _isAfterPaymentSave() method getFrameActionUrl (line 234) | public function getFrameActionUrl() method getSecureToken (line 244) | public function getSecureToken() method getSecureTokenId (line 254) | public function getSecureTokenId() method getTransactionUrl (line 264) | public function getTransactionUrl() method isTestMode (line 274) | public function isTestMode() FILE: app/code/Magento/Paypal/Block/Logo.php class Logo (line 16) | class Logo extends \Magento\Framework\View\Element\Template method __construct (line 34) | public function __construct( method getAboutPaypalPageUrl (line 50) | public function getAboutPaypalPageUrl() method _getConfig (line 60) | protected function _getConfig() method _toHtml (line 70) | protected function _toHtml() FILE: app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php class Form (line 13) | class Form extends \Magento\Paypal\Block\Payflow\Link\Form method getFrameActionUrl (line 25) | public function getFrameActionUrl() FILE: app/code/Magento/Paypal/Block/Payflow/Advanced/Iframe.php class Iframe (line 14) | class Iframe extends \Magento\Paypal\Block\Payflow\Link\Iframe method __construct (line 26) | public function __construct( method _construct (line 54) | protected function _construct() method getFrameActionUrl (line 65) | public function getFrameActionUrl() method isTestMode (line 75) | public function isTestMode() FILE: app/code/Magento/Paypal/Block/Payflow/Advanced/Info.php class Info (line 13) | class Info extends \Magento\Paypal\Block\Payflow\Link\Info FILE: app/code/Magento/Paypal/Block/Payflow/Bml/Form.php class Form (line 15) | class Form extends \Magento\Paypal\Block\Bml\Form FILE: app/code/Magento/Paypal/Block/Payflow/Customer/CardRenderer.php class CardRenderer (line 17) | class CardRenderer extends AbstractCardRenderer method canRender (line 26) | public function canRender(PaymentTokenInterface $token) method getNumberLast4Digits (line 35) | public function getNumberLast4Digits() method getExpDate (line 44) | public function getExpDate() method getIconUrl (line 53) | public function getIconUrl() method getIconHeight (line 62) | public function getIconHeight() method getIconWidth (line 71) | public function getIconWidth() FILE: app/code/Magento/Paypal/Block/Payflow/Info.php class Info (line 13) | class Info extends \Magento\Paypal\Block\Payment\Info method getCcTypeName (line 21) | public function getCcTypeName() FILE: app/code/Magento/Paypal/Block/Payflow/Link/Form.php class Form (line 13) | class Form extends \Magento\Payment\Block\Form method getFrameActionUrl (line 25) | public function getFrameActionUrl() FILE: app/code/Magento/Paypal/Block/Payflow/Link/Iframe.php class Iframe (line 14) | class Iframe extends \Magento\Paypal\Block\Iframe method __construct (line 33) | public function __construct( method _construct (line 52) | protected function _construct() method getFrameActionUrl (line 63) | public function getFrameActionUrl() method getSecureToken (line 73) | public function getSecureToken() method getSecureTokenId (line 83) | public function getSecureTokenId() method getTransactionUrl (line 93) | public function getTransactionUrl() method isTestMode (line 107) | public function isTestMode() FILE: app/code/Magento/Paypal/Block/Payflow/Link/Info.php class Info (line 13) | class Info extends \Magento\Paypal\Block\Payment\Info method getCcTypeName (line 21) | public function getCcTypeName() FILE: app/code/Magento/Paypal/Block/PayflowExpress/Form.php class Form (line 10) | class Form extends \Magento\Paypal\Block\Express\Form method getBillingAgreementCode (line 23) | public function getBillingAgreementCode() FILE: app/code/Magento/Paypal/Block/Payment/Form/Billing/Agreement.php class Agreement (line 11) | class Agreement extends \Magento\Payment\Block\Form method __construct (line 28) | public function __construct( method _construct (line 41) | protected function _construct() method getBillingAgreements (line 55) | public function getBillingAgreements() FILE: app/code/Magento/Paypal/Block/Payment/Info.php class Info (line 12) | class Info extends \Magento\Payment\Block\Info\Cc method __construct (line 25) | public function __construct( method getCcTypeName (line 40) | public function getCcTypeName() method _prepareSpecificInformation (line 53) | protected function _prepareSpecificInformation($transport = null) FILE: app/code/Magento/Paypal/Block/Payment/Info/Billing/Agreement.php class Agreement (line 11) | class Agreement extends \Magento\Payment\Block\Info method _prepareSpecificInformation (line 19) | protected function _prepareSpecificInformation($transport = null) FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement.php class Agreement (line 11) | abstract class Agreement extends \Magento\Backend\App\Action method __construct (line 31) | public function __construct(\Magento\Backend\App\Action\Context $conte... method _initBillingAgreement (line 42) | protected function _initBillingAgreement() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreement method execute (line 23) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/CustomerGrid.php class CustomerGrid (line 11) | class CustomerGrid extends \Magento\Paypal\Controller\Adminhtml\Billing\... method initCurrentCustomer (line 18) | protected function initCurrentCustomer() method execute (line 32) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/Delete.php class Delete (line 9) | class Delete extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreement method execute (line 23) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/Grid.php class Grid (line 9) | class Grid extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreement method execute (line 23) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/Index.php class Index (line 11) | class Index extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreeme... method execute (line 25) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/OrdersGrid.php class OrdersGrid (line 9) | class OrdersGrid extends \Magento\Paypal\Controller\Adminhtml\Billing\Ag... method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/View.php class View (line 9) | class View extends \Magento\Paypal\Controller\Adminhtml\Billing\Agreement method execute (line 23) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Express/Authorization.php class Authorization (line 32) | class Authorization extends Order method __construct (line 60) | public function __construct( method execute (line 96) | public function execute(): Redirect FILE: app/code/Magento/Paypal/Controller/Adminhtml/Paypal/Reports.php class Reports (line 11) | abstract class Reports extends \Magento\Backend\App\Action method __construct (line 49) | public function __construct( method _initAction (line 68) | protected function _initAction() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/Details.php class Details (line 9) | class Details extends \Magento\Paypal\Controller\Adminhtml\Paypal\Reports method execute (line 23) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/Fetch.php class Fetch (line 12) | class Fetch extends \Magento\Paypal\Controller\Adminhtml\Paypal\Reports method execute (line 26) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/Grid.php class Grid (line 9) | class Grid extends \Magento\Paypal\Controller\Adminhtml\Paypal\Reports method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/Index.php class Index (line 11) | class Index extends \Magento\Paypal\Controller\Adminhtml\Paypal\Reports ... method execute (line 25) | public function execute() FILE: app/code/Magento/Paypal/Controller/Adminhtml/Transparent/RequestSecureToken.php class RequestSecureToken (line 13) | class RequestSecureToken extends \Magento\Paypal\Controller\Transparent\... FILE: app/code/Magento/Paypal/Controller/Adminhtml/Transparent/Response.php class Response (line 13) | class Response extends \Magento\Paypal\Controller\Transparent\Response FILE: app/code/Magento/Paypal/Controller/Billing/Agreement.php class Agreement (line 13) | abstract class Agreement extends \Magento\Framework\App\Action\Action method __construct (line 26) | public function __construct( method dispatch (line 40) | public function dispatch(RequestInterface $request) method _initAgreement (line 56) | protected function _initAgreement() method _getSession (line 82) | protected function _getSession() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Paypal\Controller\Billing\Agreement method execute (line 17) | public function execute() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/CancelWizard.php class CancelWizard (line 9) | class CancelWizard extends \Magento\Paypal\Controller\Billing\Agreement method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php class Index (line 14) | class Index extends \Magento\Paypal\Controller\Billing\Agreement impleme... method execute (line 21) | public function execute() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/ReturnWizard.php class ReturnWizard (line 11) | class ReturnWizard extends \Magento\Paypal\Controller\Billing\Agreement method execute (line 18) | public function execute() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/StartWizard.php class StartWizard (line 9) | class StartWizard extends \Magento\Paypal\Controller\Billing\Agreement method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Billing/Agreement/View.php class View (line 9) | class View extends \Magento\Paypal\Controller\Billing\Agreement method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Bml/Start.php class Start (line 9) | class Start extends \Magento\Framework\App\Action\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress.php class AbstractExpress (line 20) | abstract class AbstractExpress extends AppAction implements method __construct (line 119) | public function __construct( method _initCheckout (line 151) | protected function _initCheckout(CartInterface $quoteObject = null) method _initToken (line 189) | protected function _initToken($setToken = null) method _getSession (line 223) | protected function _getSession() method _getCheckoutSession (line 233) | protected function _getCheckoutSession() method _getQuote (line 243) | protected function _getQuote() method getCustomerBeforeAuthUrl (line 259) | public function getCustomerBeforeAuthUrl() method getActionFlagList (line 267) | public function getActionFlagList() method getLoginUrl (line 277) | public function getLoginUrl() method getRedirectActionName (line 287) | public function getRedirectActionName() method redirectLogin (line 297) | public function redirectLogin() method execute (line 309) | abstract public function execute(); FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/Cancel.php class Cancel (line 11) | class Cancel extends \Magento\Paypal\Controller\Express\AbstractExpress method execute (line 18) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/Edit.php class Edit (line 9) | class Edit extends \Magento\Paypal\Controller\Express\AbstractExpress method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/PlaceOrder.php class PlaceOrder (line 17) | class PlaceOrder extends \Magento\Paypal\Controller\Express\AbstractExpress method __construct (line 42) | public function __construct( method execute (line 77) | public function execute() method processException (line 149) | private function processException(\Exception $exception, string $messa... method _processPaypalApiError (line 161) | protected function _processPaypalApiError($exception) method _redirectSameToken (line 199) | protected function _redirectSameToken() method _redirectToCartAndShowError (line 213) | protected function _redirectToCartAndShowError($errorMessage) method redirectToOrderReviewPageAndShowError (line 225) | private function redirectToOrderReviewPageAndShowError($errorMessage) method isValidationRequired (line 236) | protected function isValidationRequired() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/ReturnAction.php class ReturnAction (line 11) | class ReturnAction extends \Magento\Paypal\Controller\Express\AbstractEx... method execute (line 18) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/Review.php class Review (line 11) | class Review extends \Magento\Paypal\Controller\Express\AbstractExpress method execute (line 18) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/SaveShippingMethod.php class SaveShippingMethod (line 9) | class SaveShippingMethod extends \Magento\Paypal\Controller\Express\Abst... method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/ShippingOptionsCallback.php class ShippingOptionsCallback (line 19) | class ShippingOptionsCallback extends AbstractExpress implements CsrfAwa... method __construct (line 37) | public function __construct( method execute (line 66) | public function execute() method createCsrfValidationException (line 82) | public function createCsrfValidationException( method validateForCsrf (line 91) | public function validateForCsrf(RequestInterface $request): ?bool FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/Start.php class Start (line 13) | class Start extends GetToken method execute (line 21) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/AbstractExpress/UpdateShippingMethods.php class UpdateShippingMethods (line 9) | class UpdateShippingMethods extends \Magento\Paypal\Controller\Express\A... method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Express/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Paypal\Controller\Express\AbstractExpress\... FILE: app/code/Magento/Paypal/Controller/Express/Edit.php class Edit (line 9) | class Edit extends \Magento\Paypal\Controller\Express\AbstractExpress\Edit FILE: app/code/Magento/Paypal/Controller/Express/GetToken.php class GetToken (line 23) | class GetToken extends AbstractExpress implements HttpGetActionInterface method __construct (line 62) | public function __construct( method execute (line 89) | public function execute() method getToken (line 125) | protected function getToken() method getErrorResponse (line 192) | private function getErrorResponse(ResultInterface $controllerResult) FILE: app/code/Magento/Paypal/Controller/Express/GetTokenData.php class GetTokenData (line 33) | class GetTokenData extends AbstractExpress implements HttpGetActionInter... method __construct (line 91) | public function __construct( method execute (line 127) | public function execute(): ResultInterface method getToken (line 164) | private function getToken(): ?string FILE: app/code/Magento/Paypal/Controller/Express/OnAuthorization.php class OnAuthorization (line 32) | class OnAuthorization extends AbstractExpress implements HttpPostActionI... method __construct (line 80) | public function __construct( method execute (line 113) | public function execute(): ResultInterface FILE: app/code/Magento/Paypal/Controller/Express/PlaceOrder.php class PlaceOrder (line 9) | class PlaceOrder extends \Magento\Paypal\Controller\Express\AbstractExpr... FILE: app/code/Magento/Paypal/Controller/Express/ReturnAction.php class ReturnAction (line 9) | class ReturnAction extends \Magento\Paypal\Controller\Express\AbstractEx... FILE: app/code/Magento/Paypal/Controller/Express/Review.php class Review (line 9) | class Review extends \Magento\Paypal\Controller\Express\AbstractExpress\... FILE: app/code/Magento/Paypal/Controller/Express/SaveShippingMethod.php class SaveShippingMethod (line 9) | class SaveShippingMethod extends \Magento\Paypal\Controller\Express\Abst... FILE: app/code/Magento/Paypal/Controller/Express/ShippingOptionsCallback.php class ShippingOptionsCallback (line 9) | class ShippingOptionsCallback extends \Magento\Paypal\Controller\Express... FILE: app/code/Magento/Paypal/Controller/Express/Start.php class Start (line 11) | class Start extends \Magento\Paypal\Controller\Express\AbstractExpress\S... FILE: app/code/Magento/Paypal/Controller/Express/UpdateShippingMethods.php class UpdateShippingMethods (line 9) | class UpdateShippingMethods extends \Magento\Paypal\Controller\Express\A... FILE: app/code/Magento/Paypal/Controller/Hostedpro/Cancel.php class Cancel (line 12) | class Cancel extends \Magento\Framework\App\Action\Action method __construct (line 23) | public function __construct( method execute (line 36) | public function execute() FILE: app/code/Magento/Paypal/Controller/Hostedpro/Redirect.php class Redirect (line 9) | class Redirect extends \Magento\Paypal\Controller\Payflow method execute (line 16) | public function execute() method getOrder (line 28) | protected function getOrder() FILE: app/code/Magento/Paypal/Controller/Hostedpro/ReturnAction.php class ReturnAction (line 9) | class ReturnAction extends \Magento\Framework\App\Action\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Ipn/Index.php class Index (line 23) | class Index extends \Magento\Framework\App\Action\Action implements Csrf... method __construct (line 46) | public function __construct( method createCsrfValidationException (line 61) | public function createCsrfValidationException( method validateForCsrf (line 70) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 80) | public function execute() FILE: app/code/Magento/Paypal/Controller/Payflow.php class Payflow (line 11) | abstract class Payflow extends \Magento\Framework\App\Action\Action method __construct (line 58) | public function __construct( method _cancelPayment (line 85) | protected function _cancelPayment($errorMsg = '') FILE: app/code/Magento/Paypal/Controller/Payflow/CancelPayment.php class CancelPayment (line 13) | class CancelPayment extends \Magento\Paypal\Controller\Payflow implement... method createCsrfValidationException (line 18) | public function createCsrfValidationException( method validateForCsrf (line 27) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 37) | public function execute() FILE: app/code/Magento/Paypal/Controller/Payflow/Form.php class Form (line 13) | class Form extends Payflow method execute (line 20) | public function execute() FILE: app/code/Magento/Paypal/Controller/Payflow/ReturnUrl.php class ReturnUrl (line 19) | class ReturnUrl extends Payflow implements CsrfAwareActionInterface, Htt... method createCsrfValidationException (line 42) | public function createCsrfValidationException( method validateForCsrf (line 51) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 61) | public function execute() method checkOrderState (line 96) | protected function checkOrderState(Order $order) method checkPaymentMethod (line 107) | protected function checkPaymentMethod(Order $order) FILE: app/code/Magento/Paypal/Controller/Payflow/SilentPost.php class SilentPost (line 13) | class SilentPost extends \Magento\Paypal\Controller\Payflow implements C... method createCsrfValidationException (line 18) | public function createCsrfValidationException( method validateForCsrf (line 27) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 37) | public function execute() FILE: app/code/Magento/Paypal/Controller/Payflowadvanced/CancelPayment.php class CancelPayment (line 9) | class CancelPayment extends \Magento\Paypal\Controller\Payflow\CancelPay... FILE: app/code/Magento/Paypal/Controller/Payflowadvanced/Form.php class Form (line 9) | class Form extends \Magento\Paypal\Controller\Payflow\Form FILE: app/code/Magento/Paypal/Controller/Payflowadvanced/ReturnUrl.php class ReturnUrl (line 11) | class ReturnUrl extends \Magento\Paypal\Controller\Payflow\ReturnUrl FILE: app/code/Magento/Paypal/Controller/Payflowadvanced/SilentPost.php class SilentPost (line 9) | class SilentPost extends \Magento\Paypal\Controller\Payflow\SilentPost FILE: app/code/Magento/Paypal/Controller/Payflowbml/Start.php class Start (line 9) | class Start extends \Magento\Framework\App\Action\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Paypal/Controller/Payflowexpress/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Paypal\Controller\Express\AbstractExpress\... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/Edit.php class Edit (line 9) | class Edit extends \Magento\Paypal\Controller\Express\AbstractExpress\Edit FILE: app/code/Magento/Paypal/Controller/Payflowexpress/PlaceOrder.php class PlaceOrder (line 9) | class PlaceOrder extends \Magento\Paypal\Controller\Express\AbstractExpr... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/ReturnAction.php class ReturnAction (line 9) | class ReturnAction extends \Magento\Paypal\Controller\Express\AbstractEx... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/Review.php class Review (line 9) | class Review extends \Magento\Paypal\Controller\Express\AbstractExpress\... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/SaveShippingMethod.php class SaveShippingMethod (line 9) | class SaveShippingMethod extends \Magento\Paypal\Controller\Express\Abst... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/ShippingOptionsCallback.php class ShippingOptionsCallback (line 9) | class ShippingOptionsCallback extends \Magento\Paypal\Controller\Express... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/Start.php class Start (line 11) | class Start extends \Magento\Paypal\Controller\Express\AbstractExpress\S... FILE: app/code/Magento/Paypal/Controller/Payflowexpress/UpdateShippingMethods.php class UpdateShippingMethods (line 9) | class UpdateShippingMethods extends \Magento\Paypal\Controller\Express\A... FILE: app/code/Magento/Paypal/Controller/Transparent/RequestSecureToken.php class RequestSecureToken (line 26) | class RequestSecureToken extends \Magento\Framework\App\Action\Action im... method __construct (line 62) | public function __construct( method execute (line 84) | public function execute() method getErrorResponse (line 121) | private function getErrorResponse() FILE: app/code/Magento/Paypal/Controller/Transparent/Response.php class Response (line 28) | class Response extends \Magento\Framework\App\Action\Action implements C... method __construct (line 79) | public function __construct( method createCsrfValidationException (line 102) | public function createCsrfValidationException( method validateForCsrf (line 111) | public function validateForCsrf(RequestInterface $request): ?bool method execute (line 121) | public function execute() FILE: app/code/Magento/Paypal/Cron/FetchReports.php class FetchReports (line 8) | class FetchReports method __construct (line 20) | public function __construct( method execute (line 32) | public function execute() FILE: app/code/Magento/Paypal/CustomerData/BillingAgreement.php class BillingAgreement (line 19) | class BillingAgreement implements SectionSourceInterface method __construct (line 66) | public function __construct( method getSectionData (line 84) | public function getSectionData() FILE: app/code/Magento/Paypal/Gateway/Payflowpro/Command/AuthorizationCommand.php class AuthorizationCommand (line 18) | class AuthorizationCommand implements CommandInterface method __construct (line 31) | public function __construct( method execute (line 45) | public function execute(array $commandSubject) FILE: app/code/Magento/Paypal/Gateway/Payflowpro/Command/SaleCommand.php class SaleCommand (line 15) | class SaleCommand implements CommandInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(array $commandSubject) FILE: app/code/Magento/Paypal/Helper/Backend.php class Backend (line 13) | class Backend extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 36) | public function __construct( method getConfigurationCountryCode (line 53) | public function getConfigurationCountryCode() FILE: app/code/Magento/Paypal/Helper/Checkout.php class Checkout (line 13) | class Checkout method __construct (line 23) | public function __construct( method cancelCurrentOrder (line 35) | public function cancelCurrentOrder($comment) method restoreQuote (line 50) | public function restoreQuote() FILE: app/code/Magento/Paypal/Helper/Data.php class Data (line 18) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 67) | public function __construct( method shouldAskToCreateBillingAgreement (line 88) | public function shouldAskToCreateBillingAgreement(\Magento\Paypal\Mode... method getBillingAgreementMethods (line 108) | public function getBillingAgreementMethods($store = null, $quote = null) method getHtmlTransactionId (line 134) | public function getHtmlTransactionId($methodCode, $txnId) method getPaymentMethodList (line 151) | private function getPaymentMethodList() method getPaymentMethodInstanceFactory (line 167) | private function getPaymentMethodInstanceFactory() FILE: app/code/Magento/Paypal/Helper/Hss.php class Hss (line 11) | class Hss extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 35) | public function __construct( method getReviewButtonTemplate (line 49) | public function getReviewButtonTemplate($name) method getHssMethods (line 66) | public function getHssMethods() FILE: app/code/Magento/Paypal/Helper/Shortcut/CheckoutValidator.php class CheckoutValidator (line 9) | class CheckoutValidator implements ValidatorInterface method __construct (line 31) | public function __construct( method validate (line 48) | public function validate($code, $isInCatalog) method isMethodQuoteAvailable (line 63) | public function isMethodQuoteAvailable($paymentCode, $isInCatalog) method isQuoteSummaryValid (line 81) | public function isQuoteSummaryValid($isInCatalog) FILE: app/code/Magento/Paypal/Helper/Shortcut/Factory.php class Factory (line 9) | class Factory method __construct (line 29) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($parameter = null) FILE: app/code/Magento/Paypal/Helper/Shortcut/Validator.php class Validator (line 12) | class Validator implements ValidatorInterface method __construct (line 40) | public function __construct( method validate (line 59) | public function validate($code, $isInCatalog) method isContextAvailable (line 73) | public function isContextAvailable($paymentCode, $isInCatalog) method isPriceOrSetAvailable (line 93) | public function isPriceOrSetAvailable($isInCatalog) method isMethodAvailable (line 119) | public function isMethodAvailable($paymentCode) FILE: app/code/Magento/Paypal/Helper/Shortcut/ValidatorInterface.php type ValidatorInterface (line 13) | interface ValidatorInterface method validate (line 22) | public function validate($code, $isInCatalog); FILE: app/code/Magento/Paypal/Model/AbstractConfig.php class AbstractConfig (line 17) | abstract class AbstractConfig implements ConfigInterface method __construct (line 71) | public function __construct( method setMethodInstance (line 88) | public function setMethodInstance($method) method setMethod (line 100) | public function setMethod($method) method getMethodCode (line 115) | public function getMethodCode() method setStoreId (line 126) | public function setStoreId($storeId) method getValue (line 141) | public function getValue($key, $storeId = null) method setMethodCode (line 168) | public function setMethodCode($methodCode) method setPathPattern (line 179) | public function setPathPattern($pathPattern) method _getSpecificConfigPath (line 190) | protected function _getSpecificConfigPath($fieldName) method _prepareValue (line 206) | protected function _prepareValue($key, $value) method shouldUseUnilateralPayments (line 224) | public function shouldUseUnilateralPayments() method isWppApiAvailabe (line 235) | public function isWppApiAvailabe() method isWppApiAvailable (line 245) | public function isWppApiAvailable() method isMethodAvailable (line 260) | public function isMethodAvailable($methodCode = null) method isMethodActive (line 276) | public function isMethodActive($method) method isMethodSupportedForCountry (line 345) | public function isMethodSupportedForCountry($method = null, $countryCo... method getBuildNotationCode (line 355) | public function getBuildNotationCode() method getProductMetadata (line 367) | protected function getProductMetadata() FILE: app/code/Magento/Paypal/Model/AbstractIpn.php class AbstractIpn (line 11) | class AbstractIpn method __construct (line 48) | public function __construct( method getRequestData (line 66) | public function getRequestData($key = null) method _postBack (line 81) | protected function _postBack() method _filterPaymentStatus (line 127) | protected function _filterPaymentStatus($ipnPaymentStatus) method _debug (line 166) | protected function _debug() method _addDebugData (line 178) | protected function _addDebugData($key, $value) FILE: app/code/Magento/Paypal/Model/Adminhtml/Express.php class Express (line 41) | class Express extends PaypalExpress method __construct (line 70) | public function __construct( method authorizeOrder (line 122) | public function authorizeOrder(OrderInterface $order) method hasAuthorization (line 159) | private function hasAuthorization(Payment $payment): bool method isOrderAuthorizationAllowed (line 171) | public function isOrderAuthorizationAllowed(Payment $payment): bool FILE: app/code/Magento/Paypal/Model/Api/AbstractApi.php class AbstractApi (line 16) | abstract class AbstractApi extends \Magento\Framework\DataObject method __construct (line 125) | public function __construct( method getApiUsername (line 146) | public function getApiUsername() method getApiPassword (line 156) | public function getApiPassword() method getApiSignature (line 166) | public function getApiSignature() method getApiCertificate (line 176) | public function getApiCertificate() method getBuildNotationCode (line 186) | public function getBuildNotationCode() method getUseProxy (line 197) | public function getUseProxy() method getProxyHost (line 207) | public function getProxyHost() method getProxyPort (line 217) | public function getProxyPort() method getPageStyle (line 227) | public function getPageStyle() method getHdrimg (line 237) | public function getHdrimg() method getHdrbordercolor (line 247) | public function getHdrbordercolor() method getHdrbackcolor (line 257) | public function getHdrbackcolor() method getPayflowcolor (line 267) | public function getPayflowcolor() method getPaymentAction (line 277) | public function getPaymentAction() method getBusinessAccount (line 287) | public function getBusinessAccount() method import (line 299) | public function import($to, array $publicMap = []) method export (line 311) | public function export($from, array $publicMap = []) method setPaypalCart (line 323) | public function setPaypalCart(\Magento\Paypal\Model\Cart $cart) method setConfigObject (line 335) | public function setConfigObject(\Magento\Paypal\Model\Config $config) method getLocale (line 346) | public function getLocale() method getFraudManagementFiltersEnabled (line 356) | public function getFraudManagementFiltersEnabled() method _exportToRequest (line 368) | protected function &_exportToRequest(array $privateRequestMap, array $... method _importFromResponse (line 395) | protected function _importFromResponse(array $privateResponseMap, arra... method _exportLineItems (line 420) | protected function _exportLineItems(array &$request, $i = 0) method _exportShippingOptions (line 464) | protected function _exportShippingOptions(array &$request, $i = 0) method _filterBool (line 492) | protected function _filterBool($value) method _filterInt (line 503) | protected function _filterInt($value) method _getDataOrConfig (line 515) | protected function _getDataOrConfig($key, $default = null) method _lookupRegionCodeFromAddress (line 529) | protected function _lookupRegionCodeFromAddress(\Magento\Framework\Dat... method _importStreetFromAddress (line 549) | protected function _importStreetFromAddress(\Magento\Framework\DataObj... method _buildQuery (line 574) | protected function _buildQuery($request) method _filterQty (line 587) | protected function _filterQty($value) method _debug (line 598) | protected function _debug($debugData) method getDebugFlag (line 613) | public function getDebugFlag() method getUseCertAuthentication (line 624) | public function getUseCertAuthentication() method getDebugReplacePrivateDataKeys (line 634) | public function getDebugReplacePrivateDataKeys() method formatValue (line 646) | private function formatValue($value, $publicKey) FILE: app/code/Magento/Paypal/Model/Api/Nvp.php class Nvp (line 23) | class Nvp extends \Magento\Paypal\Model\Api\AbstractApi method __construct (line 754) | public function __construct( method getApiEndpoint (line 778) | public function getApiEndpoint() method getVersion (line 789) | public function getVersion() method getBillingAgreementType (line 799) | public function getBillingAgreementType() method callSetExpressCheckout (line 812) | public function callSetExpressCheckout() method callGetExpressCheckoutDetails (line 843) | public function callGetExpressCheckoutDetails() method callDoExpressCheckoutPayment (line 858) | public function callDoExpressCheckoutPayment() method callDoDirectPayment (line 880) | public function callDoDirectPayment() method callDoReferenceTransaction (line 897) | public function callDoReferenceTransaction() method getIsFraudDetected (line 911) | public function getIsFraudDetected() method callDoReauthorization (line 921) | public function callDoReauthorization() method callDoCapture (line 934) | public function callDoCapture() method callDoAuthorization (line 949) | public function callDoAuthorization() method callDoVoid (line 965) | public function callDoVoid() method callGetTransactionDetails (line 977) | public function callGetTransactionDetails() method callRefundTransaction (line 990) | public function callRefundTransaction() method callManagePendingTransactionStatus (line 1006) | public function callManagePendingTransactionStatus() method callGetPalDetails (line 1023) | public function callGetPalDetails() method callSetCustomerBillingAgreement (line 1035) | public function callSetCustomerBillingAgreement() method callGetBillingAgreementCustomerDetails (line 1048) | public function callGetBillingAgreementCustomerDetails() method callCreateBillingAgreement (line 1060) | public function callCreateBillingAgreement() method callUpdateBillingAgreement (line 1072) | public function callUpdateBillingAgreement() method prepareShippingOptionsCallbackAddress (line 1092) | public function prepareShippingOptionsCallbackAddress(array $request) method formatShippingOptionsCallback (line 1106) | public function formatShippingOptionsCallback() method _addMethodToRequest (line 1123) | protected function _addMethodToRequest($methodName, $request) method _postProcessResponse (line 1137) | protected function _postProcessResponse($response) method call (line 1166) | public function call($methodName, array $request) method setRawResponseNeeded (line 1253) | public function setRawResponseNeeded($flag) method _handleCallErrors (line 1267) | protected function _handleCallErrors($response) method _formatErrorMessage (line 1321) | protected function _formatErrorMessage($errorCode, $shortErrorMessage,... method _isProcessableError (line 1336) | protected function _isProcessableError($errorCode) method _extractErrorsFromResponse (line 1353) | protected function _extractErrorsFromResponse($response) method _isCallSuccessful (line 1379) | protected function _isCallSuccessful($response) method _validateResponse (line 1406) | protected function _validateResponse($method, $response) method _deformatNVP (line 1424) | protected function _deformatNVP($nvpstr) method _exportLineItems (line 1454) | protected function _exportLineItems(array &$request, $i = 0) method _exportAddressses (line 1471) | protected function _exportAddressses($data) method _exportAddresses (line 1482) | protected function _exportAddresses($data) method _applyStreetAndRegionWorkarounds (line 1506) | protected function _applyStreetAndRegionWorkarounds(DataObject $address) method _importAddresses (line 1535) | protected function _importAddresses(array $to) method _filterCcType (line 1572) | protected function _filterCcType($value) method _filterToBool (line 1586) | protected function _filterToBool($value) method _filterBillFailedLater (line 1602) | protected function _filterBillFailedLater($value) method _filterPeriodUnit (line 1613) | protected function _filterPeriodUnit($value) method _filterInitialAmountMayFail (line 1637) | protected function _filterInitialAmountMayFail($value) method _filterBillingAgreementStatus (line 1648) | protected function _filterBillingAgreementStatus($value) method _filterPaymentStatusFromNvpToInfo (line 1667) | protected function _filterPaymentStatusFromNvpToInfo($value) method _filterPaymentReviewAction (line 1707) | protected function _filterPaymentReviewAction($value) method _getCaptureCompleteType (line 1724) | protected function _getCaptureCompleteType() method _prepareEachCallRequest (line 1735) | protected function _prepareEachCallRequest($methodName) method _prepareExpressCheckoutCallRequest (line 1754) | protected function _prepareExpressCheckoutCallRequest(&$requestFields) method updateShippingAddressWithShipToName (line 1771) | private function updateShippingAddressWithShipToName(DataObject $shipp... FILE: app/code/Magento/Paypal/Model/Api/PayflowNvp.php class PayflowNvp (line 16) | class PayflowNvp extends \Magento\Paypal\Model\Api\Nvp method __construct (line 452) | public function __construct( method getApiEndpoint (line 487) | public function getApiEndpoint() method getPartner (line 500) | public function getPartner() method getUser (line 510) | public function getUser() method getPassword (line 520) | public function getPassword() method getVendor (line 530) | public function getVendor() method getTender (line 540) | public function getTender() method getPaypalTransactionId (line 553) | public function getPaypalTransactionId() method _addMethodToRequest (line 568) | protected function _addMethodToRequest($methodName, $request) method _getPayflowActionName (line 583) | protected function _getPayflowActionName($methodName) method _mapPaypalMethodName (line 602) | protected function _mapPaypalMethodName($methodName) method _isCallSuccessful (line 626) | protected function _isCallSuccessful($response) method _handleCallErrors (line 646) | protected function _handleCallErrors($response) method _buildQuery (line 664) | protected function _buildQuery($request) method getRequestId (line 678) | protected function getRequestId() method callGetTransactionDetails (line 688) | public function callGetTransactionDetails() method _importFraudFiltersResult (line 700) | protected function _importFraudFiltersResult(array $from, array $colle... method _prepareEachCallRequest (line 716) | protected function _prepareEachCallRequest($methodName) method _prepareExpressCheckoutCallRequest (line 728) | protected function _prepareExpressCheckoutCallRequest(&$requestFields) method _postProcessResponse (line 741) | protected function _postProcessResponse($response) method _exportLineItems (line 768) | protected function _exportLineItems(array &$request, $i = 0) method _setSpecificForNegativeLineItems (line 797) | protected function _setSpecificForNegativeLineItems() FILE: app/code/Magento/Paypal/Model/Api/ProcessableException.php class ProcessableException (line 16) | class ProcessableException extends LocalizedException method __construct (line 41) | public function __construct(Phrase $phrase, \Exception $cause = null, ... method getUserMessage (line 52) | public function getUserMessage() FILE: app/code/Magento/Paypal/Model/Api/Type/Factory.php class Factory (line 12) | class Factory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($className, array $data = []) FILE: app/code/Magento/Paypal/Model/Billing/AbstractAgreement.php class AbstractAgreement (line 11) | abstract class AbstractAgreement extends \Magento\Framework\Model\Abstra... method initToken (line 32) | abstract public function initToken(); method verifyToken (line 39) | abstract public function verifyToken(); method place (line 46) | abstract public function place(); method cancel (line 53) | abstract public function cancel(); method __construct (line 70) | public function __construct( method getPaymentMethodInstance (line 87) | public function getPaymentMethodInstance() method isValid (line 101) | public function isValid() method beforeSave (line 119) | public function beforeSave() FILE: app/code/Magento/Paypal/Model/Billing/Agreement.php class Agreement (line 34) | class Agreement extends \Magento\Paypal\Model\Billing\AbstractAgreement method __construct (line 67) | public function __construct( method _construct (line 87) | protected function _construct() method beforeSave (line 97) | public function beforeSave() method afterSave (line 113) | public function afterSave() method getStatusLabel (line 126) | public function getStatusLabel() method initToken (line 143) | public function initToken() method verifyToken (line 157) | public function verifyToken() method place (line 170) | public function place() method cancel (line 192) | public function cancel() method canCancel (line 204) | public function canCancel() method getStatusesArray (line 214) | public function getStatusesArray() method isValid (line 227) | public function isValid() method importOrderPayment (line 249) | public function importOrderPayment(Payment $payment) method getAvailableCustomerBillingAgreements (line 273) | public function getAvailableCustomerBillingAgreements($customerId) method needToCreateForCustomer (line 288) | public function needToCreateForCustomer($customerId) method addOrderRelation (line 299) | public function addOrderRelation($orderId) method _saveOrderRelations (line 310) | protected function _saveOrderRelations() FILE: app/code/Magento/Paypal/Model/Billing/Agreement/MethodInterface.php type MethodInterface (line 11) | interface MethodInterface method initBillingAgreementToken (line 19) | public function initBillingAgreementToken(\Magento\Paypal\Model\Billin... method getBillingAgreementTokenInfo (line 27) | public function getBillingAgreementTokenInfo(\Magento\Paypal\Model\Bil... method placeBillingAgreement (line 35) | public function placeBillingAgreement(\Magento\Paypal\Model\Billing\Ab... method updateBillingAgreementStatus (line 43) | public function updateBillingAgreementStatus(\Magento\Paypal\Model\Bil... FILE: app/code/Magento/Paypal/Model/Billing/Agreement/OrdersUpdater.php class OrdersUpdater (line 11) | class OrdersUpdater implements \Magento\Framework\View\Layout\Argument\U... method __construct (line 29) | public function __construct( method update (line 49) | public function update($argument) FILE: app/code/Magento/Paypal/Model/BillingAgreementConfigProvider.php class BillingAgreementConfigProvider (line 16) | class BillingAgreementConfigProvider implements ConfigProviderInterface method __construct (line 32) | public function __construct( method getConfig (line 43) | public function getConfig() method getBillingAgreements (line 62) | protected function getBillingAgreements() FILE: app/code/Magento/Paypal/Model/Bml.php class Bml (line 9) | class Bml extends Express method getCheckoutRedirectUrl (line 28) | public function getCheckoutRedirectUrl() FILE: app/code/Magento/Paypal/Model/Cart.php class Cart (line 15) | class Cart extends \Magento\Payment\Model\Cart method getAmounts (line 27) | public function getAmounts() method _calculateCustomItemsSubtotal (line 53) | protected function _calculateCustomItemsSubtotal() method _validate (line 66) | protected function _validate() method _importItemsFromSalesModel (line 114) | protected function _importItemsFromSalesModel() method _applyDiscountTaxCompensationWorkaround (line 178) | protected function _applyDiscountTaxCompensationWorkaround( method hasNegativeItemAmount (line 191) | public function hasNegativeItemAmount() FILE: app/code/Magento/Paypal/Model/Cert.php class Cert (line 14) | class Cert extends \Magento\Framework\Model\AbstractModel method __construct (line 40) | public function __construct( method _construct (line 59) | protected function _construct() method loadByWebsite (line 71) | public function loadByWebsite($websiteId, $strictLoad = true) method getCertPath (line 84) | public function getCertPath() method _createCertFile (line 105) | protected function _createCertFile($file) method _removeOutdatedCertFile (line 118) | protected function _removeOutdatedCertFile() method afterDelete (line 132) | public function afterDelete() FILE: app/code/Magento/Paypal/Model/Config.php class Config (line 19) | class Config extends AbstractConfig method __construct (line 611) | public function __construct( method isMethodAvailable (line 643) | public function isMethodAvailable($methodCode = null) method getSupportedMerchantCountryCodes (line 693) | public function getSupportedMerchantCountryCodes() method getSupportedBuyerCountryCodes (line 703) | public function getSupportedBuyerCountryCodes() method getMerchantCountry (line 713) | public function getMerchantCountry() method isMethodSupportedForCountry (line 735) | public function isMethodSupportedForCountry($method = null, $countryCo... method getCountryMethods (line 753) | public function getCountryMethods($countryCode = null) method getPayPalBasicStartUrl (line 835) | public function getPayPalBasicStartUrl($token) method isOrderReviewStepDisabled (line 854) | public function isOrderReviewStepDisabled() method getExpressCheckoutStartUrl (line 869) | public function getExpressCheckoutStartUrl($token) method getExpressCheckoutOrderUrl (line 884) | public function getExpressCheckoutOrderUrl($orderId) method getExpressCheckoutEditUrl (line 895) | public function getExpressCheckoutEditUrl($token) method getExpressCheckoutCompleteUrl (line 908) | public function getExpressCheckoutCompleteUrl($token) method getStartBillingAgreementUrl (line 919) | public function getStartBillingAgreementUrl($token) method getPaypalUrl (line 930) | public function getPaypalUrl(array $params = []) method getPayPalIpnUrl (line 944) | public function getPayPalIpnUrl() method areButtonsDynamic (line 957) | public function areButtonsDynamic() method getExpressCheckoutShortcutImageUrl (line 973) | public function getExpressCheckoutShortcutImageUrl($localeCode, $order... method getExpressCheckoutInContextImageUrl (line 991) | public function getExpressCheckoutInContextImageUrl($localeCode) method getPaymentMarkImageUrl (line 1014) | public function getPaymentMarkImageUrl($localeCode, $orderTotal = null... method getPaymentMarkWhatIsPaypalUrl (line 1047) | public function getPaymentMarkWhatIsPaypalUrl(\Magento\Framework\Local... method getSolutionImageUrl (line 1074) | public function getSolutionImageUrl($localeCode, $isVertical = false, ... method getPaymentFormLogoUrl (line 1090) | public function getPaymentFormLogoUrl($localeCode) method getAdditionalOptionsLogoTypes (line 1132) | public function getAdditionalOptionsLogoTypes() method getAdditionalOptionsLogoUrl (line 1153) | public function getAdditionalOptionsLogoUrl($localeCode, $type = false) method getExpressCheckoutButtonFlavors (line 1177) | public function getExpressCheckoutButtonFlavors() method getExpressCheckoutButtonTypes (line 1187) | public function getExpressCheckoutButtonTypes() method getPaymentActions (line 1200) | public function getPaymentActions() method getRequireBillingAddressOptions (line 1217) | public function getRequireBillingAddressOptions() method getPaymentAction (line 1231) | public function getPaymentAction() method getExpressCheckoutSolutionTypes (line 1251) | public function getExpressCheckoutSolutionTypes() method getExpressCheckoutBASignupOptions (line 1261) | public function getExpressCheckoutBASignupOptions() method shouldAskToCreateBillingAgreement (line 1277) | public function shouldAskToCreateBillingAgreement() method getWpsPaymentDeliveryMethods (line 1288) | public function getWpsPaymentDeliveryMethods() method getWppCcTypesAsOptionArray (line 1298) | public function getWppCcTypesAsOptionArray() method getWppPeCcTypesAsOptionArray (line 1310) | public function getWppPeCcTypesAsOptionArray() method getPayflowproCcTypesAsOptionArray (line 1322) | public function getPayflowproCcTypesAsOptionArray() method getIsCreditCardMethod (line 1334) | public static function getIsCreditCardMethod($code) method isCurrencyCodeSupported (line 1352) | public function isCurrencyCodeSupported($code) method exportExpressCheckoutStyleSettings (line 1375) | public function exportExpressCheckoutStyleSettings(\Magento\Framework\... method _getDynamicImageUrl (line 1396) | protected function _getDynamicImageUrl($type, $localeCode, $orderTotal... method _getSupportedLocaleCode (line 1431) | protected function _getSupportedLocaleCode($localeCode = null) method _getSpecificConfigPath (line 1447) | protected function _getSpecificConfigPath($fieldName) method _mapExpressFieldset (line 1500) | protected function _mapExpressFieldset($fieldName) method _mapBmlFieldset (line 1527) | protected function _mapBmlFieldset($fieldName) method _mapBmlPayflowFieldset (line 1543) | protected function _mapBmlPayflowFieldset($fieldName) method _mapDirectFieldset (line 1559) | protected function _mapDirectFieldset($fieldName) method _mapWppFieldset (line 1576) | protected function _mapWppFieldset($fieldName) method _mapWpukFieldset (line 1603) | protected function _mapWpukFieldset($fieldName) method _mapGenericStyleFieldset (line 1641) | protected function _mapGenericStyleFieldset($fieldName) method _mapGeneralFieldset (line 1663) | protected function _mapGeneralFieldset($fieldName) method _mapMethodFieldset (line 1681) | protected function _mapMethodFieldset($fieldName) method mapButtonStyles (line 1710) | private function mapButtonStyles(string $fieldName) method getApiAuthenticationMethods (line 1738) | public function getApiAuthenticationMethods() method getApiCertificate (line 1748) | public function getApiCertificate() method getBmlPublisherId (line 1759) | public function getBmlPublisherId() method getBmlDisplay (line 1775) | public function getBmlDisplay($section) method getBmlPosition (line 1803) | public function getBmlPosition($section) method getBmlSize (line 1819) | public function getBmlSize($section) FILE: app/code/Magento/Paypal/Model/Config/Factory.php class Factory (line 11) | class Factory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($className, array $data = []) FILE: app/code/Magento/Paypal/Model/Config/Rules/Converter.php class Converter (line 13) | class Converter implements ConverterInterface method convert (line 21) | public function convert($source) method createEvents (line 58) | protected function createEvents(\DOMElement $node) method createPredicate (line 81) | protected function createPredicate(\DOMElement $node) method createRelation (line 105) | protected function createRelation(\DOMElement $node) method createArgument (line 127) | protected function createArgument(\DOMElement $node) method hasNodeElement (line 146) | protected function hasNodeElement(\DOMNode $node) FILE: app/code/Magento/Paypal/Model/Config/Rules/FileResolver.php class FileResolver (line 14) | class FileResolver implements FileResolverInterface method __construct (line 28) | public function __construct(DirReader $moduleReader) method get (line 41) | public function get($filename, $scope) FILE: app/code/Magento/Paypal/Model/Config/Rules/Reader.php class Reader (line 18) | class Reader extends Filesystem method __construct (line 43) | public function __construct( method read (line 73) | public function read($scope = null) FILE: app/code/Magento/Paypal/Model/Config/Rules/SchemaLocator.php class SchemaLocator (line 14) | class SchemaLocator implements SchemaLocatorInterface method __construct (line 33) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 45) | public function getSchema() method getPerFileSchema (line 55) | public function getPerFileSchema() FILE: app/code/Magento/Paypal/Model/Config/Structure/Element/FieldPlugin.php class FieldPlugin (line 14) | class FieldPlugin method afterGetConfigPath (line 23) | public function afterGetConfigPath(FieldConfigStructure $subject, $res... FILE: app/code/Magento/Paypal/Model/Config/Structure/PaymentSectionModifier.php class PaymentSectionModifier (line 11) | class PaymentSectionModifier method modify (line 41) | public function modify(array $initialStructure) method getMoveInstructions (line 84) | private function getMoveInstructions($section, $data) FILE: app/code/Magento/Paypal/Model/Config/StructurePlugin.php class StructurePlugin (line 19) | class StructurePlugin method __construct (line 63) | public function __construct( method getPaypalConfigCountries (line 80) | public static function getPaypalConfigCountries($addOther = false) method aroundGetElementByPathParts (line 101) | public function aroundGetElementByPathParts(Structure $subject, \Closu... method restructurePayments (line 139) | private function restructurePayments(Section $result) FILE: app/code/Magento/Paypal/Model/Direct.php class Direct (line 16) | class Direct extends \Magento\Payment\Model\Method\Cc method __construct (line 157) | public function __construct( method setStore (line 211) | public function setStore($store) method canUseForCurrency (line 227) | public function canUseForCurrency($currencyCode) method getConfigPaymentAction (line 238) | public function getConfigPaymentAction() method getAllowedCcTypes (line 248) | public function getAllowedCcTypes() method isAvailable (line 267) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method getConfigData (line 280) | public function getConfigData($field, $storeId = null) method authorize (line 303) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method void (line 315) | public function void(\Magento\Payment\Model\InfoInterface $payment) method capture (line 328) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 344) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 356) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 367) | public function canReviewPayment() method acceptPayment (line 378) | public function acceptPayment(\Magento\Payment\Model\InfoInterface $pa... method denyPayment (line 390) | public function denyPayment(\Magento\Payment\Model\InfoInterface $paym... method fetchTransactionInfo (line 403) | public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterf... method _placeOrder (line 415) | protected function _placeOrder(Payment $payment, $amount) method _getFormattedCcExpirationDate (line 477) | protected function _getFormattedCcExpirationDate($month, $year) method _importResultToPayment (line 489) | protected function _importResultToPayment($api, $payment) method canVoid (line 500) | public function canVoid() FILE: app/code/Magento/Paypal/Model/Express.php class Express (line 27) | class Express extends \Magento\Payment\Model\Method\AbstractMethod method __construct (line 210) | public function __construct( method _setApiProcessableErrors (line 265) | protected function _setApiProcessableErrors() method setStore (line 292) | public function setStore($store) method canUseCheckout (line 307) | public function canUseCheckout() method canUseForCurrency (line 328) | public function canUseForCurrency($currencyCode) method getConfigPaymentAction (line 339) | public function getConfigPaymentAction() method isAvailable (line 350) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method getConfigData (line 363) | public function getConfigData($field, $storeId = null) method order (line 378) | public function order(\Magento\Payment\Model\InfoInterface $payment, $... method authorize (line 404) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method void (line 416) | public function void(\Magento\Payment\Model\InfoInterface $payment) method capture (line 442) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 537) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 549) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 571) | public function canReviewPayment() method acceptPayment (line 582) | public function acceptPayment(\Magento\Payment\Model\InfoInterface $pa... method denyPayment (line 594) | public function denyPayment(\Magento\Payment\Model\InfoInterface $paym... method getCheckoutRedirectUrl (line 607) | public function getCheckoutRedirectUrl() method fetchTransactionInfo (line 619) | public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterf... method getApi (line 629) | public function getApi() method assignData (line 641) | public function assignData(\Magento\Framework\DataObject $data) method _placeOrder (line 669) | protected function _placeOrder(Payment $payment, $amount) method _importToPayment (line 718) | protected function _importToPayment($api, $payment) method canVoid (line 748) | public function canVoid() method canCapture (line 766) | public function canCapture() method _callDoAuthorize (line 799) | protected function _callDoAuthorize($amount, $payment, $parentTransact... method _isTransactionExpired (line 830) | protected function _isTransactionExpired(Transaction $transaction, $pe... method isActive (line 860) | public function isActive($storeId = null) method getOrderTransaction (line 876) | protected function getOrderTransaction($payment) FILE: app/code/Magento/Paypal/Model/Express/Checkout.php class Checkout (line 26) | class Checkout method __construct (line 304) | public function __construct( method getCheckoutShortcutImageUrl (line 379) | public function getCheckoutShortcutImageUrl() method prepareGiropayUrls (line 416) | public function prepareGiropayUrls($successUrl, $cancelUrl, $pendingUrl) method setIsBillingAgreementRequested (line 428) | public function setIsBillingAgreementRequested($flag) method setIsBml (line 440) | public function setIsBml($isBml) method setCustomerData (line 452) | public function setCustomerData(CustomerDataObject $customerData) method setCustomerWithAddressChange (line 467) | public function setCustomerWithAddressChange( method start (line 489) | public function start($returnUrl, $cancelUrl, $button = null) method canSkipOrderReviewStep (line 599) | public function canSkipOrderReviewStep() method returnFromPaypal (line 617) | public function returnFromPaypal($token, string $payerIdentifier = null) method prepareOrderReview (line 707) | public function prepareOrderReview($token = null) method getShippingOptionsCallbackResponse (line 731) | public function getShippingOptionsCallbackResponse(array $request) method updateShippingMethod (line 768) | public function updateShippingMethod($methodCode) method place (line 796) | public function place($token, $shippingMethodCode = null) method ignoreAddressValidation (line 848) | private function ignoreAddressValidation() method getRedirectUrl (line 866) | public function getRedirectUrl() method getBillingAgreement (line 876) | public function getBillingAgreement() method getOrder (line 886) | public function getOrder() method getCheckoutMethod (line 896) | public function getCheckoutMethod() method _setExportedAddressData (line 918) | protected function _setExportedAddressData($address, $exportedAddress) method _setBillingAgreementRequest (line 933) | protected function _setBillingAgreementRequest() method _getApi (line 960) | protected function _getApi() method _prepareShippingOptions (line 981) | protected function _prepareShippingOptions(Address $address, $mayRetur... method cmpShippingOptions (line 1062) | protected function cmpShippingOptions(DataObject $option1, DataObject ... method _matchShippingMethodCode (line 1078) | protected function _matchShippingMethodCode(Address $address, $selecte... method _setRedirectUrl (line 1101) | protected function _setRedirectUrl($button, $token) method getCustomerSession (line 1113) | public function getCustomerSession() method setShippingOptions (line 1125) | private function setShippingOptions(PaypalCart $cart, Address $address... method prepareGuestQuote (line 1155) | protected function prepareGuestQuote() FILE: app/code/Magento/Paypal/Model/Express/Checkout/Factory.php class Factory (line 11) | class Factory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($className, array $data = []) FILE: app/code/Magento/Paypal/Model/Express/LocaleResolver.php class LocaleResolver (line 17) | class LocaleResolver implements ResolverInterface method __construct (line 44) | public function __construct(ResolverInterface $resolver, ConfigFactory... method getDefaultLocalePath (line 54) | public function getDefaultLocalePath() method setDefaultLocale (line 62) | public function setDefaultLocale($locale) method getDefaultLocale (line 70) | public function getDefaultLocale() method setLocale (line 78) | public function setLocale($locale = null) method getLocale (line 89) | public function getLocale(): string method emulate (line 100) | public function emulate($scopeId) method revert (line 108) | public function revert() FILE: app/code/Magento/Paypal/Model/Express/QuotePlugin.php class QuotePlugin (line 18) | class QuotePlugin method __construct (line 28) | public function __construct( method beforeSave (line 43) | public function beforeSave(SaveHandler $subject, CartInterface $quote) FILE: app/code/Magento/Paypal/Model/ExpressConfigProvider.php class ExpressConfigProvider (line 19) | class ExpressConfigProvider implements ConfigProviderInterface method __construct (line 84) | public function __construct( method getConfig (line 109) | public function getConfig() method isInContextCheckout (line 163) | protected function isInContextCheckout() method getMethodRedirectUrl (line 176) | protected function getMethodRedirectUrl($code) method getBillingAgreementCode (line 187) | protected function getBillingAgreementCode($code) FILE: app/code/Magento/Paypal/Model/Hostedpro.php class Hostedpro (line 18) | class Hostedpro extends Direct method __construct (line 99) | public function __construct( method getAllowedCcTypes (line 148) | public function getAllowedCcTypes() method getMerchantCountry (line 160) | public function getMerchantCountry() method validate (line 170) | public function validate() method initialize (line 182) | public function initialize($paymentAction, $stateObject) method setPaymentFormUrl (line 212) | protected function setPaymentFormUrl(InfoInterface $payment) method buildFormUrlRequest (line 229) | protected function buildFormUrlRequest(InfoInterface $payment) method sendFormUrlRequest (line 243) | protected function sendFormUrlRequest(Request $request) method buildBasicRequest (line 259) | protected function buildBasicRequest() method getReturnUrl (line 277) | public function getReturnUrl($storeId = null) method getNotifyUrl (line 290) | public function getNotifyUrl($storeId = null) method getCancelUrl (line 301) | public function getCancelUrl($storeId = null) method getUrl (line 316) | protected function getUrl($path, $storeId, $secure = null) FILE: app/code/Magento/Paypal/Model/Hostedpro/Request.php class Request (line 21) | class Request extends DataObject method __construct (line 80) | public function __construct( method getRequestData (line 97) | public function getRequestData() method setPaymentMethod (line 124) | public function setPaymentMethod($paymentMethod) method setOrder (line 139) | public function setOrder(Order $order) method setAmount (line 155) | public function setAmount(Order $order) method getAmountData (line 167) | protected function getAmountData(Order $order) method getNonTaxableAmount (line 182) | private function getNonTaxableAmount(Order $order) method getTaxableAmount (line 201) | private function getTaxableAmount(Order $order) method getPaymentData (line 217) | protected function getPaymentData(Hostedpro $paymentMethod) method getOrderData (line 244) | protected function getOrderData(Order $order) method getAddress (line 273) | protected function getAddress(DataObject $address, $type = '') method getRegion (line 298) | protected function getRegion(DataObject $address) method getAddressStreets (line 310) | protected function getAddressStreets(DataObject $address) FILE: app/code/Magento/Paypal/Model/IframeConfigProvider.php class IframeConfigProvider (line 12) | class IframeConfigProvider implements ConfigProviderInterface method __construct (line 42) | public function __construct( method getConfig (line 57) | public function getConfig() method getFrameActionUrl (line 79) | protected function getFrameActionUrl($code) FILE: app/code/Magento/Paypal/Model/Info.php class Info (line 16) | class Info method getPaymentInfo (line 268) | public function getPaymentInfo(\Magento\Payment\Model\InfoInterface $p... method getPublicPaymentInfo (line 292) | public function getPublicPaymentInfo(\Magento\Payment\Model\InfoInterf... method importToPayment (line 304) | public function importToPayment($from, \Magento\Payment\Model\InfoInte... method exportFromPayment (line 321) | public function &exportFromPayment(\Magento\Payment\Model\InfoInterfac... method isPaymentReviewRequired (line 338) | public static function isPaymentReviewRequired(\Magento\Payment\Model\... method isFraudReviewAllowed (line 354) | public static function isFraudReviewAllowed(\Magento\Payment\Model\Inf... method isPaymentCompleted (line 369) | public static function isPaymentCompleted(\Magento\Payment\Model\InfoI... method isPaymentSuccessful (line 381) | public static function isPaymentSuccessful(\Magento\Payment\Model\Info... method isPaymentFailed (line 411) | public static function isPaymentFailed(\Magento\Payment\Model\InfoInte... method explainPendingReason (line 435) | public static function explainPendingReason($code) method explainReasonCode (line 484) | public static function explainReasonCode($code) method isReversalDisputable (line 532) | public static function isReversalDisputable($code) method _getFullInfo (line 556) | protected function _getFullInfo(array $keys, \Magento\Payment\Model\In... method _getLabel (line 592) | protected function _getLabel($key) method getCaseTypeLabel (line 625) | public static function getCaseTypeLabel($key) method _getValue (line 644) | protected function _getValue($value, $key) method _getAvsLabel (line 680) | protected function _getAvsLabel($value) method _getCvv2Label (line 720) | protected function _getCvv2Label($value) method _getBuyerIdTypeValue (line 751) | protected function _getBuyerIdTypeValue($code) FILE: app/code/Magento/Paypal/Model/InstantPurchase/Payflow/Pro/TokenFormatter.php class TokenFormatter (line 14) | class TokenFormatter implements PaymentTokenFormatterInterface method formatPaymentToken (line 33) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: app/code/Magento/Paypal/Model/Ipn.php class Ipn (line 18) | class Ipn extends \Magento\Paypal\Model\AbstractIpn implements IpnInterface method __construct (line 57) | public function __construct( method processIpnRequest (line 80) | public function processIpnRequest() method _getConfig (line 102) | protected function _getConfig() method _getOrder (line 138) | protected function _getOrder() method _processOrder (line 156) | protected function _processOrder() method _registerDispute (line 188) | protected function _registerDispute() method _registerAdjustment (line 210) | protected function _registerAdjustment() method _registerTransaction (line 233) | protected function _registerTransaction() method _registerPaymentCapture (line 283) | protected function _registerPaymentCapture($skipFraudDetection = false) method _registerPaymentDenial (line 321) | protected function _registerPaymentDenial() method _registerPaymentFailure (line 343) | protected function _registerPaymentFailure() method _registerPaymentPending (line 355) | public function _registerPaymentPending() method _registerPaymentAuthorization (line 388) | protected function _registerPaymentAuthorization() method _registerMasspaymentsSuccess (line 414) | protected function _registerMasspaymentsSuccess() method _registerPaymentReversal (line 425) | protected function _registerPaymentReversal() method _registerPaymentRefund (line 455) | protected function _registerPaymentRefund() method _registerPaymentVoid (line 486) | protected function _registerPaymentVoid() method _importPaymentInformation (line 510) | protected function _importPaymentInformation() method _createIpnComment (line 577) | protected function _createIpnComment($comment = '', $addToHistory = fa... FILE: app/code/Magento/Paypal/Model/IpnFactory.php class IpnFactory (line 8) | class IpnFactory method __construct (line 28) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 40) | public function create(array $data = []) FILE: app/code/Magento/Paypal/Model/IpnInterface.php type IpnInterface (line 12) | interface IpnInterface method processIpnRequest (line 20) | public function processIpnRequest(); FILE: app/code/Magento/Paypal/Model/Method/Agreement.php class Agreement (line 16) | class Agreement extends \Magento\Paypal\Model\Payment\Method\Billing\Abs... method __construct (line 136) | public function __construct( method setStore (line 185) | public function setStore($store) method initBillingAgreementToken (line 201) | public function initBillingAgreementToken(\Magento\Paypal\Model\Billin... method getBillingAgreementTokenInfo (line 222) | public function getBillingAgreementTokenInfo(\Magento\Paypal\Model\Bil... method placeBillingAgreement (line 242) | public function placeBillingAgreement(\Magento\Paypal\Model\Billing\Ab... method updateBillingAgreementStatus (line 257) | public function updateBillingAgreementStatus(\Magento\Paypal\Model\Bil... method authorize (line 285) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method void (line 297) | public function void(\Magento\Payment\Model\InfoInterface $payment) method capture (line 310) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 326) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 338) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 349) | public function canReviewPayment() method acceptPayment (line 360) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 372) | public function denyPayment(InfoInterface $payment) method fetchTransactionInfo (line 385) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method _placeOrder (line 397) | protected function _placeOrder(Payment $payment, $amount) method _isAvailable (line 450) | protected function _isAvailable($quote) method getConfigPaymentAction (line 461) | public function getConfigPaymentAction() FILE: app/code/Magento/Paypal/Model/Method/Checks/SpecificationPlugin.php class SpecificationPlugin (line 17) | class SpecificationPlugin method __construct (line 27) | public function __construct(AgreementFactory $agreementFactory) method afterIsApplicable (line 43) | public function afterIsApplicable( FILE: app/code/Magento/Paypal/Model/Payflow/AvsEmsCodeMapper.php class AvsEmsCodeMapper (line 20) | class AvsEmsCodeMapper implements PaymentVerificationInterface method getCode (line 48) | public function getCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Paypal/Model/Payflow/Bml.php class Bml (line 11) | class Bml extends Model\Express method getCheckoutRedirectUrl (line 30) | public function getCheckoutRedirectUrl() FILE: app/code/Magento/Paypal/Model/Payflow/CvvEmsCodeMapper.php class CvvEmsCodeMapper (line 20) | class CvvEmsCodeMapper implements PaymentVerificationInterface method getCode (line 46) | public function getCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Paypal/Model/Payflow/Pro.php class Pro (line 13) | class Pro extends \Magento\Paypal\Model\Pro method refund (line 41) | public function refund(\Magento\Framework\DataObject $payment, $amount) method _isCaptureNeeded (line 56) | protected function _isCaptureNeeded() method _getParentTransactionId (line 67) | protected function _getParentTransactionId(\Magento\Framework\DataObje... method _importCaptureResultToPayment (line 88) | protected function _importCaptureResultToPayment($api, $payment) method fetchTransactionInfo (line 111) | public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterf... method _importRefundResultToPayment (line 126) | protected function _importRefundResultToPayment($api, $payment, $canRe... FILE: app/code/Magento/Paypal/Model/Payflow/Request.php class Request (line 13) | class Request extends \Magento\Framework\DataObject method __call (line 25) | public function __call($method, $args) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Gateway.php class Gateway (line 19) | class Gateway implements GatewayInterface method __construct (line 41) | public function __construct( method postRequest (line 60) | public function postRequest(DataObject $request, ConfigInterface $config) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Request/SecureToken.php class SecureToken (line 21) | class SecureToken method __construct (line 43) | public function __construct( method requestToken (line 62) | public function requestToken(Quote $quote, array $urls = []) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Handler/CreditCardValidationHandler.php class CreditCardValidationHandler (line 12) | class CreditCardValidationHandler implements HandlerInterface method __construct (line 32) | public function __construct(Info $paypalInfoManager) method handle (line 40) | public function handle(InfoInterface $payment, DataObject $response) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Handler/FraudHandler.php class FraudHandler (line 18) | class FraudHandler implements HandlerInterface method __construct (line 48) | public function __construct(Info $paypalInfoManager, Security $xmlSecu... method handle (line 57) | public function handle(InfoInterface $payment, DataObject $response) method getFraudRulesDictionary (line 95) | private function getFraudRulesDictionary($rulesString) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Handler/HandlerComposite.php class HandlerComposite (line 11) | class HandlerComposite implements HandlerInterface method __construct (line 21) | public function __construct(array $handlers = []) method handle (line 42) | public function handle(InfoInterface $payment, DataObject $response) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Handler/HandlerInterface.php type HandlerInterface (line 15) | interface HandlerInterface method handle (line 24) | public function handle(InfoInterface $payment, DataObject $response); FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Transaction.php class Transaction (line 25) | class Transaction method __construct (line 65) | public function __construct( method getResponseObject (line 87) | public function getResponseObject($gatewayTransactionResponse) method savePaymentInQuote (line 109) | public function savePaymentInQuote($response, $cartId) method getCcExpMonth (line 137) | private function getCcExpMonth(string $expDate): int method getCcExpYear (line 148) | private function getCcExpYear(string $expDate): int FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Validator/AVSResponse.php class AVSResponse (line 15) | class AVSResponse implements ValidatorInterface method validate (line 78) | public function validate(DataObject $response, Transparent $transparen... FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Validator/CVV2Match.php class CVV2Match (line 15) | class CVV2Match implements ValidatorInterface method validate (line 56) | public function validate(DataObject $response, Transparent $transparen... method isMatchCvv (line 85) | protected function isMatchCvv(DataObject $response) method isNotMatchCvv (line 97) | protected function isNotMatchCvv(DataObject $response) method isCvvDoNotExists (line 108) | protected function isCvvDoNotExists(DataObject $response) FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Validator/IAVSResponse.php class IAVSResponse (line 16) | class IAVSResponse implements ValidatorInterface method validate (line 33) | public function validate(DataObject $response, Transparent $transparen... FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Validator/ResponseValidator.php class ResponseValidator (line 17) | class ResponseValidator implements ValidatorInterface method __construct (line 29) | public function __construct(array $validators) method validate (line 42) | public function validate(DataObject $response, Transparent $transparen... FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/Validator/SecureToken.php class SecureToken (line 15) | class SecureToken implements ValidatorInterface method validate (line 38) | public function validate(DataObject $response, Transparent $transparen... FILE: app/code/Magento/Paypal/Model/Payflow/Service/Response/ValidatorInterface.php type ValidatorInterface (line 14) | interface ValidatorInterface method validate (line 23) | public function validate(DataObject $response, Transparent $transparen... FILE: app/code/Magento/Paypal/Model/Payflow/Transparent.php class Transparent (line 30) | class Transparent extends Payflowpro implements TransparentInterface method __construct (line 91) | public function __construct( method getResponceValidator (line 142) | public function getResponceValidator() method validate (line 152) | public function validate() method authorize (line 166) | public function authorize(InfoInterface $payment, $amount) method getConfigInterface (line 214) | public function getConfigInterface() method createPaymentToken (line 227) | protected function createPaymentToken(Payment $payment, $token) method getExpirationDate (line 250) | private function getExpirationDate(Payment $payment) method getPaymentExtensionAttributes (line 272) | private function getPaymentExtensionAttributes(Payment $payment) method capture (line 292) | public function capture(InfoInterface $payment, $amount) FILE: app/code/Magento/Paypal/Model/Payflow/Ui/Adminhtml/TokenUiComponentProvider.php class TokenUiComponentProvider (line 16) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 26) | public function __construct( method getComponentForToken (line 35) | public function getComponentForToken(PaymentTokenInterface $paymentToken) FILE: app/code/Magento/Paypal/Model/Payflow/Ui/TokenUiComponentProvider.php class TokenUiComponentProvider (line 17) | class TokenUiComponentProvider implements TokenUiComponentProviderInterface method __construct (line 27) | public function __construct( method getComponentForToken (line 38) | public function getComponentForToken(PaymentTokenInterface $paymentToken) FILE: app/code/Magento/Paypal/Model/PayflowConfig.php class PayflowConfig (line 14) | class PayflowConfig extends Config method getTrxType (line 32) | public function getTrxType() method getTransactionUrl (line 52) | public function getTransactionUrl($testMode = null) method getPaymentAction (line 66) | public function getPaymentAction() method isMethodActive (line 87) | public function isMethodActive($method) method _getSpecificConfigPath (line 99) | protected function _getSpecificConfigPath($fieldName) FILE: app/code/Magento/Paypal/Model/PayflowExpress.php class PayflowExpress (line 14) | class PayflowExpress extends \Magento\Paypal\Model\Express method __construct (line 74) | public function __construct( method isAvailable (line 124) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method _importToPayment (line 147) | protected function _importToPayment($api, $payment) method getCheckoutRedirectUrl (line 173) | public function getCheckoutRedirectUrl() method canRefund (line 185) | public function canRefund() FILE: app/code/Magento/Paypal/Model/PayflowExpress/Checkout.php class Checkout (line 12) | class Checkout extends \Magento\Paypal\Model\Express\Checkout method updateShippingMethod (line 34) | public function updateShippingMethod($methodCode) FILE: app/code/Magento/Paypal/Model/Payflowadvanced.php class Payflowadvanced (line 12) | class Payflowadvanced extends \Magento\Paypal\Model\Payflowlink FILE: app/code/Magento/Paypal/Model/Payflowlink.php class Payflowlink (line 20) | class Payflowlink extends \Magento\Paypal\Model\Payflowpro method __construct (line 145) | public function __construct( method validate (line 202) | public function validate() method isAvailable (line 214) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method isActive (line 225) | public function isActive($storeId = null) method initialize (line 237) | public function initialize($paymentAction, $stateObject) method getResponse (line 271) | public function getResponse() method process (line 287) | public function process($responseData) method _processOrder (line 308) | protected function _processOrder(\Magento\Sales\Model\Order $order) method _getOrderFromResponse (line 374) | protected function _getOrderFromResponse() method _buildTokenRequest (line 422) | protected function _buildTokenRequest(\Magento\Sales\Model\Order\Payme... method _getStoreId (line 447) | protected function _getStoreId() method buildBasicRequest (line 461) | public function buildBasicRequest() method _getTrxTokenType (line 501) | protected function _getTrxTokenType() method _processTokenErrors (line 523) | protected function _processTokenErrors($response, $payment) method _getSecureSilentPostHash (line 547) | protected function _getSecureSilentPostHash($payment) method _generateSecureSilentPostHash (line 558) | protected function _generateSecureSilentPostHash($payment) method _getCallbackUrl (line 572) | protected function _getCallbackUrl($actionName) FILE: app/code/Magento/Paypal/Model/Payflowpro.php class Payflowpro (line 30) | class Payflowpro extends \Magento\Payment\Model\Method\Cc implements Gat... method __construct (line 297) | public function __construct( method isAvailable (line 342) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method isActive (line 353) | public function isActive($storeId = null) method getConfigPaymentAction (line 367) | public function getConfigPaymentAction() method authorize (line 381) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method _getCaptureAmount (line 398) | protected function _getCaptureAmount($amount) method capture (line 415) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method void (line 453) | public function void(\Magento\Payment\Model\InfoInterface $payment) method canVoid (line 480) | public function canVoid() method cancel (line 495) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method refund (line 513) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method fetchTransactionInfo (line 535) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method _isTransactionUnderReview (line 560) | protected static function _isTransactionUnderReview($status) method getConfig (line 573) | public function getConfig() method postRequest (line 591) | public function postRequest(DataObject $request, ConfigInterface $config) method _buildPlaceRequest (line 610) | protected function _buildPlaceRequest(DataObject $payment, $amount) method buildBasicRequest (line 629) | public function buildBasicRequest() method processErrors (line 655) | public function processErrors(DataObject $response) method acceptPayment (line 676) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 687) | public function denyPayment(InfoInterface $payment) method reviewPayment (line 699) | public function reviewPayment(InfoInterface $payment, $action) method setBilling (line 731) | public function setBilling(DataObject $request, $billing) method setShipping (line 759) | public function setShipping($request, $shipping) method mapGatewayResponse (line 787) | public function mapGatewayResponse(array $postData, DataObject $response) method setTransStatus (line 832) | public function setTransStatus($payment, $response) method fillCustomerContacts (line 865) | public function fillCustomerContacts(DataObject $order, DataObject $re... method addRequestOrderInfo (line 887) | public function addRequestOrderInfo(DataObject $request, Order $order) method assignData (line 907) | public function assignData(DataObject $data) method transactionInquiryRequest (line 938) | protected function transactionInquiryRequest(InfoInterface $payment, $... method mapResponseAvsData (line 956) | private function mapResponseAvsData($avsAddr, $avsZip) method mapResponseBillToName (line 968) | private function mapResponseBillToName($billToFirstName, $billToLastName) method mapResponseCreditCardType (line 981) | private function mapResponseCreditCardType($ccType) FILE: app/code/Magento/Paypal/Model/Payment/Method/Billing/AbstractAgreement.php class AbstractAgreement (line 18) | abstract class AbstractAgreement extends \Magento\Payment\Model\Method\A... method __construct (line 63) | public function __construct( method isAvailable (line 97) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method assignData (line 114) | public function assignData(\Magento\Framework\DataObject $data) method _isAvailable (line 146) | abstract protected function _isAvailable($quote); FILE: app/code/Magento/Paypal/Model/Pro.php class Pro (line 17) | class Pro method __construct (line 87) | public function __construct( method setMethod (line 106) | public function setMethod($code, $storeId = null) method setConfig (line 130) | public function setConfig(\Magento\Paypal\Model\Config $instance, $sto... method getConfig (line 144) | public function getConfig() method getApi (line 156) | public function getApi() method resetApi (line 170) | public function resetApi() method getInfo (line 182) | public function getInfo() method importPaymentInfo (line 197) | public function importPaymentInfo(\Magento\Framework\DataObject $from,... method void (line 230) | public function void(\Magento\Framework\DataObject $payment) method capture (line 255) | public function capture(\Magento\Framework\DataObject $payment, $amount) method refund (line 286) | public function refund(\Magento\Framework\DataObject $payment, $amount) method cancel (line 324) | public function cancel(\Magento\Framework\DataObject $payment) method canReviewPayment (line 337) | public function canReviewPayment(\Magento\Payment\Model\InfoInterface ... method _isPaymentReviewRequired (line 351) | protected function _isPaymentReviewRequired(\Magento\Payment\Model\Inf... method reviewPayment (line 363) | public function reviewPayment(\Magento\Payment\Model\InfoInterface $pa... method fetchTransactionInfo (line 388) | public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterf... method _importCaptureResultToPayment (line 404) | protected function _importCaptureResultToPayment($api, $payment) method _importRefundResultToPayment (line 418) | protected function _importRefundResultToPayment($api, $payment, $canRe... method _getParentTransactionId (line 436) | protected function _getParentTransactionId(\Magento\Framework\DataObje... FILE: app/code/Magento/Paypal/Model/Report/Settlement.php class Settlement (line 29) | class Settlement extends \Magento\Framework\Model\AbstractModel method __construct (line 192) | public function __construct( method _construct (line 216) | protected function _construct() method beforeSave (line 226) | public function beforeSave() method fetchAndSave (line 247) | public function fetchAndSave(\Magento\Framework\Filesystem\Io\Sftp $co... method createConnection (line 311) | public static function createConnection(array $config) method parseCsv (line 336) | public function parseCsv($localCsv, $format = 'new') method getBodyItems (line 410) | private function getBodyItems(array $line, array $sectionColumns, arra... method formatDateTimeColumns (line 433) | private function formatDateTimeColumns($lineItem) method formatAmountColumn (line 448) | private function formatAmountColumn($lineItem) method loadByAccountAndDate (line 458) | public function loadByAccountAndDate() method getRows (line 469) | public function getRows() method getFieldLabel (line 481) | public function getFieldLabel($field) method getSftpCredentials (line 529) | public function getSftpCredentials($automaticMode = false) method _fileNameToDate (line 595) | protected function _fileNameToDate($filename) method _filterReportsList (line 609) | protected function _filterReportsList($list) FILE: app/code/Magento/Paypal/Model/Report/Settlement/Row.php class Row (line 45) | class Row extends \Magento\Framework\Model\AbstractModel method _construct (line 69) | protected function _construct() method getReferenceType (line 81) | public function getReferenceType($code) method getTransactionEvent (line 98) | public function getTransactionEvent($code) method getDebitCreditText (line 111) | public function getDebitCreditText($code) method getCastedAmount (line 126) | public function getCastedAmount($key) method getTransactionEvents (line 147) | public function getTransactionEvents() FILE: app/code/Magento/Paypal/Model/ResourceModel/Billing/Agreement.php class Agreement (line 11) | class Agreement extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method _construct (line 18) | protected function _construct() method addOrderRelation (line 30) | public function addOrderRelation($agreementId, $orderId) method addOrdersFilter (line 46) | public function addOrdersFilter(\Magento\Framework\Data\Collection\Abs... FILE: app/code/Magento/Paypal/Model/ResourceModel/Billing/Agreement/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 51) | public function __construct( method _construct (line 71) | protected function _construct() method addCustomerDetails (line 84) | public function addCustomerDetails() method addFieldToFilter (line 101) | public function addFieldToFilter($field, $condition = null) FILE: app/code/Magento/Paypal/Model/ResourceModel/Cert.php class Cert (line 11) | class Cert extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 29) | public function __construct( method _construct (line 45) | protected function _construct() method _beforeSave (line 56) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method loadByWebsite (line 69) | public function loadByWebsite($object, $strictLoad = true) FILE: app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement.php class Settlement (line 12) | class Settlement extends \Magento\Framework\Model\ResourceModel\Db\Abstr... method __construct (line 31) | public function __construct( method _construct (line 45) | protected function _construct() method _afterSave (line 57) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method loadByAccountAndDate (line 106) | public function loadByAccountAndDate(\Magento\Paypal\Model\Report\Sett... FILE: app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Options/TransactionEvents.php class TransactionEvents (line 13) | class TransactionEvents implements \Magento\Framework\Option\ArrayInterface method __construct (line 23) | public function __construct(\Magento\Paypal\Model\Report\Settlement\Ro... method toOptionArray (line 31) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row.php class Row (line 13) | class Row extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Paypal/Model/ResourceModel/Report/Settlement/Row/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method _initSelect (line 34) | protected function _initSelect() method addAccountFilter (line 51) | public function addAccountFilter($accountId) FILE: app/code/Magento/Paypal/Model/SmartButtonConfig.php class SmartButtonConfig (line 18) | class SmartButtonConfig method __construct (line 52) | public function __construct( method getConfig (line 73) | public function getConfig(string $page): array method getDisallowedFunding (line 96) | private function getDisallowedFunding(): array method getAllowedFunding (line 108) | private function getAllowedFunding(string $page): array method getButtonStyles (line 119) | private function getButtonStyles(string $page): array method updateStyles (line 141) | private function updateStyles(array $styles, string $page): array FILE: app/code/Magento/Paypal/Model/System/Config/Backend/Cert.php class Cert (line 16) | class Cert extends \Magento\Framework\App\Config\Value method __construct (line 45) | public function __construct( method beforeSave (line 69) | public function beforeSave() method afterDelete (line 104) | public function afterDelete() FILE: app/code/Magento/Paypal/Model/System/Config/Backend/Cron.php class Cron (line 8) | class Cron extends \Magento\Framework\App\Config\Value method __construct (line 29) | public function __construct( method afterSave (line 48) | public function afterSave() FILE: app/code/Magento/Paypal/Model/System/Config/Backend/MerchantCountry.php class MerchantCountry (line 11) | class MerchantCountry extends \Magento\Framework\App\Config\Value method __construct (line 36) | public function __construct( method _afterLoad (line 57) | protected function _afterLoad() FILE: app/code/Magento/Paypal/Model/System/Config/Source/BmlPosition.php class BmlPosition (line 9) | class BmlPosition method getBmlPositionsHP (line 16) | public function getBmlPositionsHP() method getBmlPositionsCCP (line 29) | public function getBmlPositionsCCP() method getBmlPositionsCPP (line 42) | public function getBmlPositionsCPP() method getBmlPositionsCheckout (line 55) | public function getBmlPositionsCheckout() FILE: app/code/Magento/Paypal/Model/System/Config/Source/BmlSize.php class BmlSize (line 9) | class BmlSize method getBmlSizeHPH (line 16) | public function getBmlSizeHPH() method getBmlSizeHPS (line 33) | public function getBmlSizeHPS() method getBmlSizeCCPC (line 51) | public function getBmlSizeCCPC() method getBmlSizeCCPS (line 68) | public function getBmlSizeCCPS() method getBmlSizeCPPC (line 86) | public function getBmlSizeCPPC() method getBmlSizeCPPN (line 103) | public function getBmlSizeCPPN() method getBmlSizeCheckoutC (line 121) | public function getBmlSizeCheckoutC() method getBmlSizeCheckoutN (line 137) | public function getBmlSizeCheckoutN() FILE: app/code/Magento/Paypal/Model/System/Config/Source/ButtonStyles.php class ButtonStyles (line 13) | class ButtonStyles method getColor (line 20) | public function getColor(): array method getLayout (line 35) | public function getLayout(): array method getShape (line 48) | public function getShape(): array method getSize (line 61) | public function getSize(): array method getLabel (line 75) | public function getLabel(): array method getBrInstallmentPeriod (line 92) | public function getBrInstallmentPeriod(): array method getMxInstallmentPeriod (line 104) | public function getMxInstallmentPeriod(): array FILE: app/code/Magento/Paypal/Model/System/Config/Source/BuyerCountry.php class BuyerCountry (line 11) | class BuyerCountry implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct( method toOptionArray (line 38) | public function toOptionArray($isMultiselect = false) FILE: app/code/Magento/Paypal/Model/System/Config/Source/DisableFundingOptions.php class DisableFundingOptions (line 13) | class DisableFundingOptions method toOptionArray (line 18) | public function toOptionArray(): array FILE: app/code/Magento/Paypal/Model/System/Config/Source/FetchingSchedule.php class FetchingSchedule (line 11) | class FetchingSchedule implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/Logo.php class Logo (line 11) | class Logo implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(\Magento\Paypal\Model\ConfigFactory $confi... method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/MerchantCountry.php class MerchantCountry (line 11) | class MerchantCountry implements \Magento\Framework\Option\ArrayInterface method __construct (line 27) | public function __construct( method toOptionArray (line 38) | public function toOptionArray($isMultiselect = false) FILE: app/code/Magento/Paypal/Model/System/Config/Source/PaymentActions.php class PaymentActions (line 11) | class PaymentActions implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(\Magento\Paypal\Model\ConfigFactory $confi... method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/PaymentActions/Express.php class Express (line 11) | class Express implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(\Magento\Paypal\Model\ConfigFactory $confi... method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/RequireBillingAddress.php class RequireBillingAddress (line 11) | class RequireBillingAddress implements \Magento\Framework\Option\ArrayIn... method __construct (line 21) | public function __construct(\Magento\Paypal\Model\ConfigFactory $confi... method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/UrlMethod.php class UrlMethod (line 11) | class UrlMethod implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Paypal/Model/System/Config/Source/Yesnoshortcut.php class Yesnoshortcut (line 11) | class Yesnoshortcut implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Paypal/Observer/AddBillingAgreementToSessionObserver.php class AddBillingAgreementToSessionObserver (line 14) | class AddBillingAgreementToSessionObserver implements ObserverInterface method __construct (line 32) | public function __construct( method execute (line 44) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Observer/AddPaypalShortcutsObserver.php class AddPaypalShortcutsObserver (line 18) | class AddPaypalShortcutsObserver implements ObserverInterface method __construct (line 36) | public function __construct( method execute (line 50) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Observer/HtmlTransactionIdObserver.php class HtmlTransactionIdObserver (line 14) | class HtmlTransactionIdObserver implements ObserverInterface method __construct (line 24) | public function __construct( method execute (line 36) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Observer/PayflowProAddCcData.php class PayflowProAddCcData (line 13) | class PayflowProAddCcData extends AbstractDataAssignObserver method execute (line 29) | public function execute(\Magento\Framework\Event\Observer $observer) method sortCcData (line 60) | private function sortCcData(array $ccData) FILE: app/code/Magento/Paypal/Observer/RestrictAdminBillingAgreementUsageObserver.php class RestrictAdminBillingAgreementUsageObserver (line 12) | class RestrictAdminBillingAgreementUsageObserver implements ObserverInte... method __construct (line 22) | public function __construct( method execute (line 34) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Observer/SaveOrderAfterSubmitObserver.php class SaveOrderAfterSubmitObserver (line 14) | class SaveOrderAfterSubmitObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 40) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Observer/SetResponseAfterSaveOrderObserver.php class SetResponseAfterSaveOrderObserver (line 14) | class SetResponseAfterSaveOrderObserver implements ObserverInterface method __construct (line 47) | public function __construct( method execute (line 63) | public function execute(EventObserver $observer) FILE: app/code/Magento/Paypal/Plugin/OrderCanInvoice.php class OrderCanInvoice (line 16) | class OrderCanInvoice method __construct (line 28) | public function __construct(Express $express) method afterCanInvoice (line 41) | public function afterCanInvoice(Order $order, bool $result): bool FILE: app/code/Magento/Paypal/Plugin/ValidatorCanInvoice.php class ValidatorCanInvoice (line 19) | class ValidatorCanInvoice method __construct (line 31) | public function __construct(Express $express) method afterValidate (line 46) | public function afterValidate(CanInvoice $subject, array $result, Orde... FILE: app/code/Magento/Paypal/Setup/Patch/Data/AddPaypalOrderStatuses.php class AddPaypalOrderStatuses (line 19) | class AddPaypalOrderStatuses implements DataPatchInterface, PatchVersion... method __construct (line 42) | public function __construct( method apply (line 55) | public function apply() method getDependencies (line 100) | public static function getDependencies() method getVersion (line 108) | public static function getVersion() method getAliases (line 116) | public function getAliases() FILE: app/code/Magento/Paypal/Setup/Patch/Data/UpdatePaypalCreditOption.php class UpdatePaypalCreditOption (line 17) | class UpdatePaypalCreditOption implements DataPatchInterface, PatchVersi... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 72) | public static function getVersion() method getAliases (line 80) | public function getAliases() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/Order/ViewTest.php class ViewTest (line 22) | class ViewTest extends TestCase method setUp (line 44) | protected function setUp() method testIsOrderAuthorizationAllowed (line 81) | public function testIsOrderAuthorizationAllowed( method orderDataProvider (line 116) | public function orderDataProvider(): array FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/Store/SwitcherPluginTest.php class SwitcherPluginTest (line 14) | class SwitcherPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testBeforeGetUrl (line 54) | public function testBeforeGetUrl($countryParam, $getUrlParams) method beforeGetUrlDataProvider (line 70) | public function beforeGetUrlDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Field/CountryTest.php class CountryTest (line 10) | class CountryTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testRender (line 74) | public function testRender($requestCountry, $requestDefaultCountry, $c... method renderDataProvider (line 120) | public function renderDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Field/Enable/AbstractEnable/Stub.php class Stub (line 13) | class Stub extends AbstractEnable method getDataAttributeName (line 20) | protected function getDataAttributeName() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Field/Enable/AbstractEnableTest.php class AbstractEnableTest (line 15) | class AbstractEnableTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetUiId (line 68) | public function testGetUiId() method testRender (line 78) | public function testRender() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Fieldset/GroupTest.php class GroupTest (line 9) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testIsCollapseState (line 85) | public function testIsCollapseState($expanded, $expected) method isCollapseStateDataProvider (line 100) | public function isCollapseStateDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Fieldset/HintTest.php class HintTest (line 16) | class HintTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRender (line 43) | public function testRender() method testRenderEmptyComment (line 63) | public function testRenderEmptyComment() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Fieldset/PaymentTest.php class PaymentTest (line 8) | class PaymentTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testIsPaymentEnabled (line 76) | public function testIsPaymentEnabled($groupConfig, $expected) method isPaymentEnabledDataProvider (line 91) | public function isPaymentEnabledDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/Multiselect/DisabledFundingOptionsTest.php class DisabledFundingOptionsTest (line 21) | class DisabledFundingOptionsTest extends TestCase method setUp (line 48) | protected function setUp() method testIsPaypalCreditAvailable (line 76) | public function testIsPaypalCreditAvailable( method isPaypalCreditAvailableDataProvider (line 118) | public function isPaypalCreditAvailableDataProvider(): array method getDefaultFundingOptions (line 133) | private function getDefaultFundingOptions(): array FILE: app/code/Magento/Paypal/Test/Unit/Block/Adminhtml/System/Config/ResolutionRulesTest.php class ResolutionRulesTest (line 18) | class ResolutionRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetJson (line 61) | public function testGetJson($incoming, $outgoing) method getJsonDataProvider (line 76) | public function getJsonDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Billing/Agreement/ViewTest.php class ViewTest (line 12) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetRelatedOrders (line 48) | public function testGetRelatedOrders() FILE: app/code/Magento/Paypal/Test/Unit/Block/Billing/AgreementsTest.php class AgreementsTest (line 11) | class AgreementsTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testGetBillingAgreements (line 116) | public function testGetBillingAgreements() method testGetItemValueCreatedAt (line 127) | public function testGetItemValueCreatedAt() method testGetItemValueCreatedAtNoData (line 135) | public function testGetItemValueCreatedAtNoData() method testGetItemValueUpdatedAt (line 143) | public function testGetItemValueUpdatedAt() method testGetItemValueUpdatedAtNoData (line 151) | public function testGetItemValueUpdatedAtNoData() method testGetItemValueEditUrl (line 159) | public function testGetItemValueEditUrl() method testGetItemPaymentMethodLabel (line 171) | public function testGetItemPaymentMethodLabel() method testGetItemStatus (line 179) | public function testGetItemStatus() method testGetItemDefault (line 187) | public function testGetItemDefault() method testGetWizardPaymentMethodOptions (line 195) | public function testGetWizardPaymentMethodOptions() method testToHtml (line 223) | public function testToHtml() FILE: app/code/Magento/Paypal/Test/Unit/Block/Bml/ShortcutTest.php class ShortcutTest (line 14) | class ShortcutTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testIsOrPositionBefore (line 60) | public function testIsOrPositionBefore() method testIsOrPositionAfter (line 67) | public function testIsOrPositionAfter() method testGetAlias (line 74) | public function testGetAlias() method testToHtmlWrongValidation (line 79) | public function testToHtmlWrongValidation() method testToHtmlMethodNotAvailable (line 91) | public function testToHtmlMethodNotAvailable() method testToHtmlMethodSetBmlData (line 109) | public function testToHtmlMethodSetBmlData() FILE: app/code/Magento/Paypal/Test/Unit/Block/Express/FormTest.php class FormTest (line 18) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetBillingAgreementCode (line 94) | public function testGetBillingAgreementCode($ask, $expected) method getBillingAgreementCodeDataProvider (line 112) | public function getBillingAgreementCodeDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Block/Express/ReviewTest.php class ReviewTest (line 15) | class ReviewTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetViewFileUrl (line 75) | public function testGetViewFileUrl($isSecure) method getViewFileUrlDataProvider (line 90) | public function getViewFileUrlDataProvider() method testBeforeToHtmlWhenQuoteIsNotVirtual (line 95) | public function testBeforeToHtmlWhenQuoteIsNotVirtual() method testBeforeToHtmlWhenQuoteIsVirtual (line 131) | public function testBeforeToHtmlWhenQuoteIsVirtual() method _getQuoteMock (line 151) | protected function _getQuoteMock() method testGetEmail (line 170) | public function testGetEmail() method testGetEmailWhenBillingAddressNotExist (line 180) | public function testGetEmailWhenBillingAddressNotExist() method testCanEditShippingMethod (line 188) | public function testCanEditShippingMethod() FILE: app/code/Magento/Paypal/Test/Unit/Block/Express/ShortcutTest.php class ShortcutTest (line 12) | class ShortcutTest extends \PHPUnit\Framework\TestCase method testGetAlias (line 24) | public function testGetAlias() FILE: app/code/Magento/Paypal/Test/Unit/Block/Payflow/Link/IframeTest.php class IframeTest (line 12) | class IframeTest extends \PHPUnit\Framework\TestCase method prepare (line 59) | public function prepare() method testCheckIsScopePrivate (line 85) | public function testCheckIsScopePrivate() method testGetTransactionUrlLive (line 101) | public function testGetTransactionUrlLive() method testGetTransactionUrlTest (line 130) | public function testGetTransactionUrlTest() FILE: app/code/Magento/Paypal/Test/Unit/Block/PayflowExpress/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetBillingAgreementCode (line 65) | public function testGetBillingAgreementCode() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Billing/Agreement/CancelTest.php class CancelTest (line 8) | class CancelTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecuteActionSuccess (line 99) | public function testExecuteActionSuccess() method testExecuteAgreementDoesNotBelongToCustomer (line 122) | public function testExecuteAgreementDoesNotBelongToCustomer() method testExecuteAgreementStatusDoesNotAllowToCancel (line 136) | public function testExecuteAgreementStatusDoesNotAllowToCancel() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Express/PlaceOrderTest.php class PlaceOrderTest (line 9) | class PlaceOrderTest extends \Magento\Paypal\Test\Unit\Controller\Expres... method testExecuteNonProcessableException (line 17) | public function testExecuteNonProcessableException($isGeneral) method _expectRedirect (line 32) | protected function _expectRedirect($path = '*/*/review') method trueFalseDataProvider (line 42) | public function trueFalseDataProvider() method testExecuteProcessableException (line 52) | public function testExecuteProcessableException($code, $paymentAction ... method executeProcessableExceptionDataProvider (line 88) | public function executeProcessableExceptionDataProvider() method _expectErrorCodes (line 107) | protected function _expectErrorCodes($code, $paymentAction) FILE: app/code/Magento/Paypal/Test/Unit/Controller/Express/ReturnActionTest.php class ReturnActionTest (line 9) | class ReturnActionTest extends \Magento\Paypal\Test\Unit\Controller\Expr... method _expectRedirect (line 16) | protected function _expectRedirect($path = '*/*/review') method testExecuteAuthorizationRetrial (line 23) | public function testExecuteAuthorizationRetrial() method trueFalseDataProvider (line 40) | public function trueFalseDataProvider() method testExecute (line 49) | public function testExecute($canSkipOrderReviewStep) method _expectForwardPlaceOrder (line 65) | private function _expectForwardPlaceOrder() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Express/StartTest.php class StartTest (line 9) | class StartTest extends \Magento\Paypal\Test\Unit\Controller\ExpressTest method testStartAction (line 17) | public function testStartAction($buttonParam) method startActionDataProvider (line 43) | public function startActionDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Controller/ExpressTest.php class ExpressTest (line 14) | abstract class ExpressTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Ipn/IndexTest.php class IndexTest (line 19) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testIndexActionException (line 71) | public function testIndexActionException() method testIndexAction (line 81) | public function testIndexAction() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Payflow/ReturnUrlTest.php class ReturnUrlTest (line 30) | class ReturnUrlTest extends \PHPUnit\Framework\TestCase method setUp (line 102) | protected function setUp() method testExecuteAllowedOrderState (line 178) | public function testExecuteAllowedOrderState($state) method allowedOrderStateDataProvider (line 199) | public function allowedOrderStateDataProvider() method testExecuteNotAllowedOrderState (line 216) | public function testExecuteNotAllowedOrderState($state, $restoreQuote,... method notAllowedOrderStateDataProvider (line 243) | public function notAllowedOrderStateDataProvider() method testCheckRejectByPaymentMethod (line 262) | public function testCheckRejectByPaymentMethod() method testCheckXSSEscaped (line 284) | public function testCheckXSSEscaped($errorMsg, $errorMsgEscaped) method checkXSSEscapedDataProvider (line 310) | public function checkXSSEscapedDataProvider() method testCheckAdvancedAcceptingByPaymentMethod (line 322) | public function testCheckAdvancedAcceptingByPaymentMethod() method withOrder (line 355) | private function withOrder($incrementId, $state) method withLayout (line 379) | private function withLayout() method withCheckoutSession (line 394) | private function withCheckoutSession($orderId, $restoreQuote) method withBlockContent (line 413) | private function withBlockContent($gotoSection, $errMsg) FILE: app/code/Magento/Paypal/Test/Unit/Controller/Transparent/RequestSecureTokenTest.php class RequestSecureTokenTest (line 24) | class RequestSecureTokenTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testExecuteSuccess (line 105) | public function testExecuteSuccess() method testExecuteTokenRequestException (line 168) | public function testExecuteTokenRequestException() method testExecuteEmptyQuoteError (line 214) | public function testExecuteEmptyQuoteError() FILE: app/code/Magento/Paypal/Test/Unit/Controller/Transparent/ResponseTest.php class ResponseTest (line 25) | class ResponseTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testExecute (line 134) | public function testExecute() method testExecuteWithException (line 163) | public function testExecuteWithException() method getLayoutMock (line 197) | private function getLayoutMock() FILE: app/code/Magento/Paypal/Test/Unit/Cron/FetchReportsTest.php class FetchReportsTest (line 10) | class FetchReportsTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testExecuteThrowsException (line 59) | public function testExecuteThrowsException() FILE: app/code/Magento/Paypal/Test/Unit/CustomerData/BillingAgreementTest.php class BillingAgreementTest (line 16) | class BillingAgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetSectionData (line 81) | public function testGetSectionData() method testGetSectionDataNotNeedToCreateBillingAgreement (line 100) | public function testGetSectionDataNotNeedToCreateBillingAgreement() FILE: app/code/Magento/Paypal/Test/Unit/Helper/BackendTest.php class BackendTest (line 15) | class BackendTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetConfigurationCountryCodeFromRequest (line 78) | public function testGetConfigurationCountryCodeFromRequest() method testGetConfigurationCountryCodeFromConfig (line 88) | public function testGetConfigurationCountryCodeFromConfig($request) method getConfigurationCountryCodeFromConfigDataProvider (line 98) | public function getConfigurationCountryCodeFromConfigDataProvider() method testGetConfigurationCountryCodeFromDefault (line 112) | public function testGetConfigurationCountryCodeFromDefault($request, $... method getConfigurationCountryCodeFromDefaultDataProvider (line 125) | public function getConfigurationCountryCodeFromDefaultDataProvider() method configurationCountryCodePrepareRequest (line 139) | private function configurationCountryCodePrepareRequest($request) method configurationCountryCodePrepareConfig (line 156) | private function configurationCountryCodePrepareConfig($config) method configurationCountryCodeAssertResult (line 178) | private function configurationCountryCodeAssertResult($expected) FILE: app/code/Magento/Paypal/Test/Unit/Helper/CheckoutTest.php class CheckoutTest (line 16) | class CheckoutTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testCancelCurrentOrder (line 37) | public function testCancelCurrentOrder() method testCancelCurrentOrderWhichIsCancelled (line 66) | public function testCancelCurrentOrderWhichIsCancelled() method testRestoreQuote (line 95) | public function testRestoreQuote() FILE: app/code/Magento/Paypal/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetBillingAgreementMethods (line 90) | public function testGetBillingAgreementMethods($store, $quote, $paymen... method getBillingAgreementMethodsDataProvider (line 107) | public function getBillingAgreementMethodsDataProvider() method testGetHtmlTransactionSandboxLink (line 167) | public function testGetHtmlTransactionSandboxLink($methodCode) method testGetHtmlTransactionRealLink (line 189) | public function testGetHtmlTransactionRealLink($methodCode) method getHtmlTransactionIdProvider (line 207) | public function getHtmlTransactionIdProvider() method testGetHtmlTransactionMethodNotInPaymentList (line 219) | public function testGetHtmlTransactionMethodNotInPaymentList() FILE: app/code/Magento/Paypal/Test/Unit/Helper/Shortcut/CheckoutValidatorTest.php class CheckoutValidatorTest (line 11) | class CheckoutValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testValidate (line 45) | public function testValidate() method testIsMethodQuoteAvailableNoQuoteMethodNotAvailableFalse (line 64) | public function testIsMethodQuoteAvailableNoQuoteMethodNotAvailableFal... method testIsMethodQuoteAvailableWithQuoteMethodNotAvailable (line 84) | public function testIsMethodQuoteAvailableWithQuoteMethodNotAvailable(... method methodAvailabilityDataProvider (line 108) | public function methodAvailabilityDataProvider() method testIsQuoteSummaryValidNoQuote (line 113) | public function testIsQuoteSummaryValidNoQuote() method testIsQuoteSummaryValidMinimumAmountFalse (line 119) | public function testIsQuoteSummaryValidMinimumAmountFalse() method testIsQuoteSummaryValidGrandTotalFalse (line 131) | public function testIsQuoteSummaryValidGrandTotalFalse() method testIsQuoteSummaryValidTrue (line 145) | public function testIsQuoteSummaryValidTrue() FILE: app/code/Magento/Paypal/Test/Unit/Helper/Shortcut/FactoryTest.php class FactoryTest (line 12) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCreateDefault (line 36) | public function testCreateDefault() method testCreateCheckout (line 49) | public function testCreateCheckout() FILE: app/code/Magento/Paypal/Test/Unit/Helper/Shortcut/ValidatorTest.php class ValidatorTest (line 9) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testIsContextAvailable (line 50) | public function testIsContextAvailable($isVisible, $expected) method isContextAvailableDataProvider (line 70) | public function isContextAvailableDataProvider() method testIsPriceOrSetAvailable (line 85) | public function testIsPriceOrSetAvailable($isInCatalog, $productPrice,... method isPriceOrSetAvailableDataProvider (line 118) | public function isPriceOrSetAvailableDataProvider() method testIsMethodAvailable (line 134) | public function testIsMethodAvailable($methodIsAvailable, $expected) method isMethodAvailableDataProvider (line 154) | public function isMethodAvailableDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/AbstractConfigTest.php class AbstractConfigTest (line 18) | class AbstractConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testSetMethod (line 45) | public function testSetMethod($method, $expected) method testSetMethodInstance (line 51) | public function testSetMethodInstance() method setMethodDataProvider (line 66) | public function setMethodDataProvider() method testGetMethod (line 81) | public function testGetMethod() method testSetStoreId (line 87) | public function testSetStoreId() method testGetValue (line 100) | public function testGetValue($key, $method, $returnMap, $expectedValue) method getValueDataProvider (line 121) | public function getValueDataProvider() method testIsWppApiAvailable (line 192) | public function testIsWppApiAvailable($returnMap, $expectedValue) method isWppApiAvailabeDataProvider (line 205) | public function isWppApiAvailabeDataProvider() method testIsMethodAvailable (line 266) | public function testIsMethodAvailable($methodCode, $expectedFlag) method isMethodAvailableDataProvider (line 279) | public function isMethodAvailableDataProvider() method testIsMethodActive (line 287) | public function testIsMethodActive() method testIsMethodActiveBml (line 305) | public function testIsMethodActiveBml($disableFundingOptions, $expecte... method isMethodActiveBmlDataProvider (line 324) | public function isMethodActiveBmlDataProvider() method testGetBuildNotationCode (line 341) | public function testGetBuildNotationCode() method testBuildNotationCodeFromConfig (line 362) | public function testBuildNotationCodeFromConfig() FILE: app/code/Magento/Paypal/Test/Unit/Model/AbstractConfigTesting.php class AbstractConfigTesting (line 14) | class AbstractConfigTesting extends AbstractConfig FILE: app/code/Magento/Paypal/Test/Unit/Model/Adminhtml/ExpressTest.php class ExpressTest (line 26) | class ExpressTest extends TestCase method setUp (line 68) | protected function setUp() method testAuthorizeOrder (line 125) | public function testAuthorizeOrder() method testIsOrderAuthorizationAllowed (line 184) | public function testIsOrderAuthorizationAllowed( method paymentDataProvider (line 207) | public function paymentDataProvider(): array FILE: app/code/Magento/Paypal/Test/Unit/Model/Api/NvpTest.php class NvpTest (line 16) | class NvpTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method _invokeNvpProperty (line 125) | protected function _invokeNvpProperty(\Magento\Paypal\Model\Api\Nvp $n... method testCall (line 142) | public function testCall($response, $processableErrors, $exception, $e... method callDataProvider (line 161) | public function callDataProvider() method testCallGetExpressCheckoutDetails (line 204) | public function testCallGetExpressCheckoutDetails($input, $expected) method callGetExpressCheckoutDetailsDataProvider (line 225) | public function callGetExpressCheckoutDetailsDataProvider() method testCallDoReauthorization (line 253) | public function testCallDoReauthorization() method testGetDebugReplacePrivateDataKeys (line 288) | public function testGetDebugReplacePrivateDataKeys() method testCallTransactionHasBeenCompleted (line 299) | public function testCallTransactionHasBeenCompleted() FILE: app/code/Magento/Paypal/Test/Unit/Model/Api/ProcessableExceptionTest.php class ProcessableExceptionTest (line 10) | class ProcessableExceptionTest extends \PHPUnit\Framework\TestCase method testGetUserMessage (line 25) | public function testGetUserMessage($code, $msg) method getUserMessageDataProvider (line 34) | public function getUserMessageDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Billing/AbstractAgreementTest.php class AbstractAgreementTest (line 10) | class AbstractAgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetPaymentMethodInstance (line 36) | public function testGetPaymentMethodInstance() FILE: app/code/Magento/Paypal/Test/Unit/Model/Billing/Agreement/OrdersUpdaterTest.php class OrdersUpdaterTest (line 8) | class OrdersUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testUpdate (line 37) | public function testUpdate() method testUpdateWhenBillingAgreementIsNotSet (line 68) | public function testUpdateWhenBillingAgreementIsNotSet() FILE: app/code/Magento/Paypal/Test/Unit/Model/Billing/AgreementTest.php class AgreementTest (line 10) | class AgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testImportOrderPaymentWithMethodCode (line 56) | public function testImportOrderPaymentWithMethodCode() method testImportOrderPaymentWithoutMethodCode (line 81) | public function testImportOrderPaymentWithoutMethodCode() method importOrderPaymentCommonPart (line 104) | private function importOrderPaymentCommonPart($baData) method testInitToken (line 146) | public function testInitToken() method testVerifyToken (line 160) | public function testVerifyToken() method initGetMethodInstance (line 172) | private function initGetMethodInstance() FILE: app/code/Magento/Paypal/Test/Unit/Model/BillingAgreementConfigProviderTest.php class BillingAgreementConfigProviderTest (line 13) | class BillingAgreementConfigProviderTest extends \PHPUnit\Framework\Test... method setUp (line 25) | protected function setUp() method testGetConfig (line 43) | public function testGetConfig() method testGetConfigWithEmptyCustomer (line 79) | public function testGetConfigWithEmptyCustomer() FILE: app/code/Magento/Paypal/Test/Unit/Model/CartTest.php class CartTest (line 13) | class CartTest extends \PHPUnit\Framework\TestCase method __construct (line 35) | public function __construct($name = null, array $data = [], $dataName ... method setUp (line 49) | protected function setUp() method testInvalidGetAllItems (line 73) | public function testInvalidGetAllItems($items) method invalidGetAllItemsDataProvider (line 94) | public function invalidGetAllItemsDataProvider() method testInvalidTotalsGetAllItems (line 144) | public function testInvalidTotalsGetAllItems($values, $transferDiscount) method invalidTotalsGetAllItemsDataProvider (line 162) | public function invalidTotalsGetAllItemsDataProvider() method testGetAllItems (line 192) | public function testGetAllItems() method testInvalidGetAmounts (line 219) | public function testInvalidGetAmounts($values, $transferDiscount, $tra... method invalidGetAmountsDataProvider (line 237) | public function invalidGetAmountsDataProvider() method _prepareInvalidModelData (line 255) | protected function _prepareInvalidModelData($values, $transferDiscount) method testGetAmounts (line 318) | public function testGetAmounts() method _prepareValidModelData (line 329) | protected function _prepareValidModelData() method testHasNegativeItemAmount (line 383) | public function testHasNegativeItemAmount() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Rules/ConverterTest.php class ConverterTest (line 13) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testConvert (line 37) | public function testConvert(array $expected) method dataProviderExpectedData (line 51) | public function dataProviderExpectedData() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Rules/FileResolverTest.php class FileResolverTest (line 13) | class FileResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGet (line 44) | public function testGet() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Rules/ReaderTest.php class ReaderTest (line 15) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testReadExistingCountryConfig (line 61) | public function testReadExistingCountryConfig($countryCode, $xml, $exp... method testReadOtherCountryConfig (line 89) | public function testReadOtherCountryConfig($countryCode, $xml, $expected) method dataProviderReadExistingCountryConfig (line 117) | public function dataProviderReadExistingCountryConfig() method dataProviderReadOtherCountryConfig (line 137) | public function dataProviderReadOtherCountryConfig() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Rules/SchemaLocatorTest.php class SchemaLocatorTest (line 13) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetSchema (line 49) | public function testGetSchema() method testGetPerFileSchema (line 59) | public function testGetPerFileSchema() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/Element/FieldPluginTest.php class FieldPluginTest (line 12) | class FieldPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testAroundGetConfigPathHasResult (line 41) | public function testAroundGetConfigPathHasResult() method testAroundGetConfigPathNonPaymentSection (line 48) | public function testAroundGetConfigPathNonPaymentSection() method testAroundGetConfigPath (line 63) | public function testAroundGetConfigPath($subjectPath, $expectedConfigP... method afterGetConfigPathDataProvider (line 75) | public function afterGetConfigPathDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/PaymentSectionModifierTest.php class PaymentSectionModifierTest (line 11) | class PaymentSectionModifierTest extends \PHPUnit\Framework\TestCase method testSpecialGroupsPresent (line 25) | public function testSpecialGroupsPresent($case, $structure) method testOnlySpecialGroupsPresent (line 46) | public function testOnlySpecialGroupsPresent($case, $structure) method testGroupsNotRemovedAfterModification (line 67) | public function testGroupsNotRemovedAfterModification($case, $structure) method testMovedToTargetSpecialGroup (line 84) | public function testMovedToTargetSpecialGroup() method fetchAllAvailableGroups (line 161) | private function fetchAllAvailableGroups($structure) method caseProvider (line 181) | public function caseProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Config/StructurePluginTest.php class StructurePluginTest (line 15) | class StructurePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetPaypalConfigCountriesWithOther (line 71) | public function testGetPaypalConfigCountriesWithOther() method testGetPaypalConfigCountries (line 79) | public function testGetPaypalConfigCountries() method testAroundGetElementByPathPartsNonPayment (line 93) | public function testAroundGetElementByPathPartsNonPayment($pathParts, ... method aroundGetElementByPathPartsNonPaymentDataProvider (line 109) | public function aroundGetElementByPathPartsNonPaymentDataProvider() method testAroundGetElementByPathPartsNoResult (line 125) | public function testAroundGetElementByPathPartsNoResult($pathParts, $c... method testAroundGetElementByPathParts (line 147) | public function testAroundGetElementByPathParts($pathParts, $countryCode) method aroundGetElementByPathPartsDataProvider (line 167) | public function aroundGetElementByPathPartsDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetCountryMethods (line 74) | public function testGetCountryMethods() method testIsMethodActive (line 106) | public function testIsMethodActive() method testIsMethodAvailableWPPPE (line 114) | public function testIsMethodAvailableWPPPE() method testIsMethodAvailableForIsMethodActive (line 122) | public function testIsMethodAvailableForIsMethodActive($methodName, $e... method testGetMerchantCountryPaypal (line 152) | public function testGetMerchantCountryPaypal() method testGetMerchantCountryGeneral (line 168) | public function testGetMerchantCountryGeneral() method isMethodAvailableDataProvider (line 189) | public function isMethodAvailableDataProvider() method testIsCreditCardMethod (line 199) | public function testIsCreditCardMethod() method testGetSpecificConfigPath (line 204) | public function testGetSpecificConfigPath() method testGetSpecificConfigPathPayflow (line 219) | public function testGetSpecificConfigPathPayflow() method testGetSpecificConfigPathPayflowAdvancedLink (line 230) | public function testGetSpecificConfigPathPayflowAdvancedLink() method testGetSpecificConfigPathPayPalStyles (line 248) | public function testGetSpecificConfigPathPayPalStyles($name, $expected... method payPalStylesDataProvider (line 261) | public function payPalStylesDataProvider(): array method testGetPayPalBasicStartUrl (line 272) | public function testGetPayPalBasicStartUrl($value, $url) method skipOrderReviewStepDataProvider (line 284) | public function skipOrderReviewStepDataProvider() method testGetExpressCheckoutOrderUrl (line 292) | public function testGetExpressCheckoutOrderUrl() method testGetBmlPublisherId (line 298) | public function testGetBmlPublisherId() method testGetBmlPosition (line 310) | public function testGetBmlPosition($section, $expected) method getBmlPositionDataProvider (line 322) | public function getBmlPositionDataProvider() method testGetBmlSize (line 333) | public function testGetBmlSize($section, $expected) method getBmlSizeDataProvider (line 345) | public function getBmlSizeDataProvider() method testGetBmlDisplay (line 356) | public function testGetBmlDisplay($section, $expectedValue, $expectedF... method dataProviderGetBmlDisplay (line 383) | public function dataProviderGetBmlDisplay() method testGetExpressCheckoutShortcutImageUrl (line 403) | public function testGetExpressCheckoutShortcutImageUrl( method dataProviderGetExpressCheckoutShortcutImageUrl (line 434) | public function dataProviderGetExpressCheckoutShortcutImageUrl() method testGetPaymentMarkImageUrl (line 473) | public function testGetPaymentMarkImageUrl( method dataProviderGetPaymentMarkImageUrl (line 503) | public function dataProviderGetPaymentMarkImageUrl() FILE: app/code/Magento/Paypal/Test/Unit/Model/Express/CheckoutTest.php class CheckoutTest (line 17) | class CheckoutTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testSetCustomerData (line 87) | public function testSetCustomerData() method testSetCustomerWithAddressChange (line 96) | public function testSetCustomerWithAddressChange() method testUpdateShippingMethod (line 110) | public function testUpdateShippingMethod() FILE: app/code/Magento/Paypal/Test/Unit/Model/Express/LocaleResolverTest.php class LocaleResolverTest (line 18) | class LocaleResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetLocale (line 53) | public function testGetLocale(string $locale, string $expectedLocale) method getLocaleDataProvider (line 64) | public function getLocaleDataProvider(): array FILE: app/code/Magento/Paypal/Test/Unit/Model/ExpressConfigProviderTest.php class ExpressConfigProviderTest (line 13) | class ExpressConfigProviderTest extends \PHPUnit\Framework\TestCase method testGetConfig (line 15) | public function testGetConfig() FILE: app/code/Magento/Paypal/Test/Unit/Model/ExpressTest.php class ExpressTest (line 29) | class ExpressTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testSetApiProcessableErrors (line 128) | public function testSetApiProcessableErrors() method testCancelWithExpiredAuthorizationTransaction (line 145) | public function testCancelWithExpiredAuthorizationTransaction() method testOrder (line 173) | public function testOrder() method testAssignData (line 209) | public function testAssignData() method parentAssignDataExpectation (line 261) | private function parentAssignDataExpectation(DataObject $data) FILE: app/code/Magento/Paypal/Test/Unit/Model/Hostedpro/RequestTest.php class RequestTest (line 12) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testSetOrderAddresses (line 58) | public function testSetOrderAddresses($billing, $shipping, $billingSta... method addressesDataProvider (line 87) | public function addressesDataProvider() method testSetPaymentMethod (line 130) | public function testSetPaymentMethod() method testSetOrder (line 165) | public function testSetOrder() method testSetAmountWithoutTax (line 203) | public function testSetAmountWithoutTax($total, $subtotal, $tax, $ship... method testSetAmountWithoutTaxZeroSubtotal (line 260) | public function testSetAmountWithoutTaxZeroSubtotal($total, $subtotal,... method testSetAmountWithIncludedTax (line 311) | public function testSetAmountWithIncludedTax() method amountWithoutTaxDataProvider (line 366) | public function amountWithoutTaxDataProvider() method amountWithoutTaxZeroSubtotalDataProvider (line 377) | public function amountWithoutTaxZeroSubtotalDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/IframeConfigProviderTest.php class IframeConfigProviderTest (line 10) | class IframeConfigProviderTest extends \PHPUnit\Framework\TestCase method testGetConfig (line 12) | public function testGetConfig() FILE: app/code/Magento/Paypal/Test/Unit/Model/InfoTest.php class InfoTest (line 12) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetPaymentInfo (line 33) | public function testGetPaymentInfo($additionalInfo, $expectation) method testGetPaymentInfoLabelValues (line 46) | public function testGetPaymentInfoLabelValues($additionalInfo, $expect... method testGetPublicPaymentInfo (line 62) | public function testGetPublicPaymentInfo($additionalInfo, $expectation) method testGetPublicPaymentInfoLabelValues (line 78) | public function testGetPublicPaymentInfoLabelValues($additionalInfo, $... method testImportToPayment (line 91) | public function testImportToPayment($mapping, $expectation) method testExportFromPayment (line 106) | public function testExportFromPayment($mapping, $expectation) method testExportFromPaymentCustomMapping (line 123) | public function testExportFromPaymentCustomMapping($mapping, $expectat... method _prepareLabelValuesExpectation (line 141) | private function _prepareLabelValuesExpectation($expectation) method additionalInfoDataProvider (line 155) | public function additionalInfoDataProvider() method additionalInfoPublicDataProvider (line 165) | public function additionalInfoPublicDataProvider() method importToPaymentDataProvider (line 214) | public function importToPaymentDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/IpnTest.php class IpnTest (line 14) | class IpnTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testLegacyRegisterPaymentAuthorization (line 105) | public function testLegacyRegisterPaymentAuthorization() method testPaymentReviewRegisterPaymentAuthorization (line 130) | public function testPaymentReviewRegisterPaymentAuthorization() method testPaymentReviewRegisterPaymentFraud (line 138) | public function testPaymentReviewRegisterPaymentFraud() method testRegisterPaymentDenial (line 184) | public function testRegisterPaymentDenial() FILE: app/code/Magento/Paypal/Test/Unit/Model/Method/AgreementTest.php class AgreementTest (line 8) | class AgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAuthorizeWithBaseCurrency (line 84) | public function testAuthorizeWithBaseCurrency() FILE: app/code/Magento/Paypal/Test/Unit/Model/Method/Checks/SpecificationPluginTest.php class SpecificationPluginTest (line 17) | class SpecificationPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testAfterIsApplicableNotOriginallyApplicable (line 89) | public function testAfterIsApplicableNotOriginallyApplicable() method testAfterIsApplicableNotAgreement (line 103) | public function testAfterIsApplicableNotAgreement() method testAfterIsApplicableNoCustomerId (line 117) | public function testAfterIsApplicableNoCustomerId() method testAfterIsApplicable (line 136) | public function testAfterIsApplicable($count) method afterIsApplicableDataProvider (line 160) | public function afterIsApplicableDataProvider() method setExpectations (line 172) | private function setExpectations($paymentMethodCode, $customerId) FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/AvsEmsCodeMapperTest.php class AvsEmsCodeMapperTest (line 14) | class AvsEmsCodeMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetCode (line 38) | public function testGetCode($avsZip, $avsStreet, $expected) method testGetCodeWithException (line 66) | public function testGetCodeWithException() method getCodeDataProvider (line 85) | public function getCodeDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/CvvEmsCodeMapperTest.php class CvvEmsCodeMapperTest (line 14) | class CvvEmsCodeMapperTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetCode (line 37) | public function testGetCode($cvvCode, $expected) method testGetCodeWithException (line 62) | public function testGetCodeWithException() method getCodeDataProvider (line 81) | public function getCodeDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/GatewayTest.php class GatewayTest (line 22) | class GatewayTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testPostRequestOk (line 67) | public function testPostRequestOk() method testPostRequestFail (line 106) | public function testPostRequestFail() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Request/SecureTokenTest.php class SecureTokenTest (line 20) | class SecureTokenTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testRequestToken (line 58) | public function testRequestToken() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Handler/CreditCardValidationHandlerTest.php class CreditCardValidationHandlerTest (line 12) | class CreditCardValidationHandlerTest extends \PHPUnit\Framework\TestCase method testHandleCreditCardValidationFields (line 14) | public function testHandleCreditCardValidationFields() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Handler/FraudHandlerTest.php class FraudHandlerTest (line 14) | class FraudHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testHandleApprovedTransaction (line 53) | public function testHandleApprovedTransaction() method testHandle (line 69) | public function testHandle($message, $rulesString, $existingFrauds, $e... method handleMessagesDataProvider (line 99) | public function handleMessagesDataProvider() method getRulesXmlString (line 133) | private function getRulesXmlString($fileName = 'fps_prexmldata.xml') method getRulesExpectedDictionary (line 143) | private function getRulesExpectedDictionary() method testHandleXXEXml (line 164) | public function testHandleXXEXml() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Handler/HandlerCompositeTest.php class HandlerCompositeTest (line 10) | class HandlerCompositeTest extends \PHPUnit\Framework\TestCase method testConstructorSuccess (line 12) | public function testConstructorSuccess() method testConstructorException (line 24) | public function testConstructorException() method testHandle (line 36) | public function testHandle() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/TransactionTest.php class TransactionTest (line 20) | class TransactionTest extends \PHPUnit\Framework\TestCase method testGetResponseObject (line 29) | public function testGetResponseObject($gatewayTransactionResponse) method testSavePaymentInQuote (line 50) | public function testSavePaymentInQuote() method gatewayResponseInvariants (line 67) | public function gatewayResponseInvariants() method assertGetResponseObject (line 79) | private function assertGetResponseObject($output) method getTransparentObject (line 91) | private function getTransparentObject() method getLoggerMock (line 99) | private function getLoggerMock() method getCartRepositoryMock (line 109) | private function getCartRepositoryMock() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Validator/AVSResponseTest.php class AVSResponseTest (line 13) | class AVSResponseTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidation (line 52) | public function testValidation( method validationDataProvider (line 75) | public function validationDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Validator/CVV2MatchTest.php class CVV2MatchTest (line 17) | class CVV2MatchTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testValidation (line 58) | public function testValidation( method validationDataProvider (line 82) | public function validationDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Validator/IAVSResponseTest.php class IAVSResponseTest (line 14) | class IAVSResponseTest extends \PHPUnit\Framework\TestCase method testValidate (line 24) | public function testValidate($configValue, $iavs, $expected) method variationsDataProvider (line 55) | public function variationsDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Validator/ResponseValidatorTest.php class ResponseValidatorTest (line 19) | class ResponseValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testValidate (line 57) | public function testValidate(DataObject $response, $exactlyCount) method dataProviderForTestValidate (line 69) | public function dataProviderForTestValidate() method testValidateFail (line 91) | public function testValidateFail() method testValidateUnknownCode (line 112) | public function testValidateUnknownCode() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/Response/Validator/SecureTokenTest.php class SecureTokenTest (line 16) | class SecureTokenTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidation (line 48) | public function testValidation($result, \Magento\Framework\DataObject ... method validationDataProvider (line 56) | public function validationDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payflow/TransparentTest.php class TransparentTest (line 36) | class TransparentTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | public function setUp() method testValidAuthorizeRequest (line 105) | public function testValidAuthorizeRequest(DataObject $validAuthorizeRe... method validAuthorizeRequestDataProvider (line 141) | public function validAuthorizeRequestDataProvider(): array method getPaymentConfigInterfaceFactory (line 174) | private function getPaymentConfigInterfaceFactory() method getPaymentExtensionInterfaceFactory (line 192) | private function getPaymentExtensionInterfaceFactory() method getStoreManager (line 211) | private function getStoreManager() method getPayPalPayflowGateway (line 226) | private function getPayPalPayflowGateway() method getPaymentTokenFactory (line 240) | private function getPaymentTokenFactory() method getPayPalCartFactory (line 256) | private function getPayPalCartFactory() method getScopeConfig (line 274) | private function getScopeConfig() method initPayment (line 285) | private function initPayment() FILE: app/code/Magento/Paypal/Test/Unit/Model/PayflowConfigTest.php class PayflowConfigTest (line 19) | class PayflowConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetTrxType (line 60) | public function testGetTrxType($paymentAction, $expectedValue) method getTrxTypeDataProvider (line 72) | public function getTrxTypeDataProvider() method testGetPaymentAction (line 87) | public function testGetPaymentAction($paymentAction, $expectedValue) method getPaymentActionDataProvider (line 99) | public function getPaymentActionDataProvider() method testGetTransactionUrlWithTestModeOn (line 108) | public function testGetTransactionUrlWithTestModeOn() method testGetTransactionUrlWithTestModeOff (line 121) | public function testGetTransactionUrlWithTestModeOff() method testGetTransactionUrlWithTestModeEmptyAndSandboxOn (line 134) | public function testGetTransactionUrlWithTestModeEmptyAndSandboxOn() method testGetTransactionUrlWithTestModeEmptyAndSandboxOff (line 148) | public function testGetTransactionUrlWithTestModeEmptyAndSandboxOff() method testIsMethodActive (line 169) | public function testIsMethodActive(array $expectsMethods, $currentMeth... method dataProviderForTestIsMethodActive (line 195) | public function dataProviderForTestIsMethodActive() FILE: app/code/Magento/Paypal/Test/Unit/Model/PayflowExpressTest.php class PayflowExpressTest (line 12) | class PayflowExpressTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testCanRefundCaptureNotExist (line 53) | public function testCanRefundCaptureNotExist() method testCanRefundCaptureExistNoAdditionalInfo (line 64) | public function testCanRefundCaptureExistNoAdditionalInfo() method testCanRefundCaptureExistValid (line 79) | public function testCanRefundCaptureExistValid() method _getPreparedPaymentInfo (line 99) | protected function _getPreparedPaymentInfo() method _getCaptureTransaction (line 113) | protected function _getCaptureTransaction() method testCanFetchTransactionInfo (line 120) | public function testCanFetchTransactionInfo() method testCanReviewPayment (line 125) | public function testCanReviewPayment() FILE: app/code/Magento/Paypal/Test/Unit/Model/PayflowadvancedTest.php class PayflowadvancedTest (line 12) | class PayflowadvancedTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetInfoBlockType (line 27) | public function testGetInfoBlockType() FILE: app/code/Magento/Paypal/Test/Unit/Model/PayflowlinkTest.php class PayflowlinkTest (line 16) | class PayflowlinkTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testInitialize (line 102) | public function testInitialize() method testIsActive (line 163) | public function testIsActive($expectedResult, $configResult) method dataProviderForTestIsActive (line 180) | public function dataProviderForTestIsActive() method testGetInfoBlockType (line 191) | public function testGetInfoBlockType() FILE: app/code/Magento/Paypal/Test/Unit/Model/PayflowproTest.php class PayflowproTest (line 29) | class PayflowproTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testCanVoid (line 119) | public function testCanVoid($message, $amountPaid, $expected) method canVoidDataProvider (line 134) | public function canVoidDataProvider() method testCanCapturePartial (line 143) | public function testCanCapturePartial() method testCanRefundPartialPerInvoice (line 148) | public function testCanRefundPartialPerInvoice() method testFetchTransactionInfoForBN (line 156) | public function testFetchTransactionInfoForBN() method testSetTransStatus (line 175) | public function testSetTransStatus($response, $paymentExpected) method setTransStatusDataProvider (line 185) | public function setTransStatusDataProvider() method testIsActive (line 227) | public function testIsActive(array $expectsMethods, $result) method testCaptureWithBuildPlaceRequest (line 248) | public function testCaptureWithBuildPlaceRequest() method dataProviderCaptureAmountRounding (line 276) | public function dataProviderCaptureAmountRounding() method testCaptureAmountRounding (line 308) | public function testCaptureAmountRounding($amount, $setAmount, $expect... method testAuthorize (line 367) | public function testAuthorize() method dataProviderForTestIsActive (line 386) | public function dataProviderForTestIsActive() method testRefund (line 415) | public function testRefund() method initStoreMock (line 432) | protected function initStoreMock() method getGatewayResponseObject (line 451) | protected function getGatewayResponseObject() method execGatewayRequest (line 470) | protected function execGatewayRequest() method getPaymentMock (line 488) | protected function getPaymentMock() method getOrderMock (line 523) | protected function getOrderMock() method testPostRequest (line 547) | public function testPostRequest() method testPostRequestException (line 568) | public function testPostRequestException() method testAddRequestOrderInfo (line 586) | public function testAddRequestOrderInfo() method testAssignData (line 620) | public function testAssignData() method testMapGatewayResponse (line 646) | public function testMapGatewayResponse($postData, $expectedResponse) method dataProviderMapGatewayResponse (line 657) | public function dataProviderMapGatewayResponse() FILE: app/code/Magento/Paypal/Test/Unit/Model/Payment/Method/Billing/AbstractAgreementStub.php class AbstractAgreementStub (line 10) | class AbstractAgreementStub extends AbstractAgreement method getCode (line 17) | public function getCode() method _isAvailable (line 26) | protected function _isAvailable($quote) FILE: app/code/Magento/Paypal/Test/Unit/Model/Payment/Method/Billing/AbstractAgreementTest.php class AbstractAgreementTest (line 22) | class AbstractAgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method testAssignData (line 61) | public function testAssignData() method parentAssignDataExpectation (line 131) | private function parentAssignDataExpectation(DataObject $data) FILE: app/code/Magento/Paypal/Test/Unit/Model/ProTest.php class ProTest (line 20) | class ProTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testCanReviewPayment (line 60) | public function testCanReviewPayment($pendingReason, $isReviewRequired... method canReviewPaymentDataProvider (line 90) | public function canReviewPaymentDataProvider() method testCapture (line 103) | public function testCapture() method getInfoFactory (line 140) | protected function getInfoFactory() method getConfigFactory (line 159) | protected function getConfigFactory($storeId) method getApiFactory (line 185) | protected function getApiFactory(ObjectManager $objectHelper) method getPaymentMock (line 237) | protected function getPaymentMock() method getOrderMock (line 257) | protected function getOrderMock() FILE: app/code/Magento/Paypal/Test/Unit/Model/Report/Settlement/RowTest.php class RowTest (line 11) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetReferenceType (line 29) | public function testGetReferenceType($code, $expectation) method testGetTransactionEvent (line 39) | public function testGetTransactionEvent($code, $expectation) method testGetDebitCreditText (line 49) | public function testGetDebitCreditText($code, $expectation) method testGetCastedAmount (line 60) | public function testGetCastedAmount($code, $modelData, $expectation) method testGetTransactionEvents (line 66) | public function testGetTransactionEvents() method getReferenceTypeDataProvider (line 74) | public function getReferenceTypeDataProvider() method getTransactionEventDataProvider (line 85) | public function getTransactionEventDataProvider() method getDebitCreditTextDataProvider (line 96) | public function getDebitCreditTextDataProvider() method getCastedAmountDataProvider (line 107) | public function getCastedAmountDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Model/ResourceModel/Billing/AgreementTest.php class AgreementTest (line 14) | class AgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAddOrdersFilter (line 66) | public function testAddOrdersFilter() FILE: app/code/Magento/Paypal/Test/Unit/Model/SmartButtonConfigTest.php class SmartButtonConfigTest (line 19) | class SmartButtonConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetConfig (line 80) | public function testGetConfig( method getConfigDataProvider (line 122) | public function getConfigDataProvider() method getDefaultStyles (line 130) | private function getDefaultStyles() method getAllowedFundings (line 138) | private function getAllowedFundings() FILE: app/code/Magento/Paypal/Test/Unit/Model/System/Config/Source/BmlPositionTest.php class BmlPositionTest (line 10) | class BmlPositionTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetBmlPositionsHP (line 20) | public function testGetBmlPositionsHP() method testGetBmlPositionsCCP (line 29) | public function testGetBmlPositionsCCP() method testGetBmlPositionsCPP (line 38) | public function testGetBmlPositionsCPP() method testGetBmlPositionsCheckout (line 47) | public function testGetBmlPositionsCheckout() FILE: app/code/Magento/Paypal/Test/Unit/Model/System/Config/Source/YesnoshortcutTest.php class YesnoshortcutTest (line 10) | class YesnoshortcutTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testToOptionArray (line 22) | public function testToOptionArray() FILE: app/code/Magento/Paypal/Test/Unit/Observer/AddBillingAgreementToSessionObserverTest.php class AddBillingAgreementToSessionObserverTest (line 13) | class AddBillingAgreementToSessionObserverTest extends \PHPUnit\Framewor... method setUp (line 40) | protected function setUp() method testAddBillingAgreementToSessionNoData (line 62) | public function testAddBillingAgreementToSessionNoData() method testAddBillingAgreementToSession (line 84) | public function testAddBillingAgreementToSession($isValid) method addBillingAgreementToSessionDataProvider (line 172) | public function addBillingAgreementToSessionDataProvider() FILE: app/code/Magento/Paypal/Test/Unit/Observer/AddPaypalShortcutsObserverTest.php class AddPaypalShortcutsObserverTest (line 25) | class AddPaypalShortcutsObserverTest extends \PHPUnit\Framework\TestCase method testAddShortcutsButtons (line 40) | public function testAddShortcutsButtons(array $blocks) method dataProviderShortcutsButtons (line 157) | public function dataProviderShortcutsButtons() FILE: app/code/Magento/Paypal/Test/Unit/Observer/HtmlTransactionIdObserverTest.php class HtmlTransactionIdObserverTest (line 11) | class HtmlTransactionIdObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testObserveHtmlTransactionId (line 50) | public function testObserveHtmlTransactionId() FILE: app/code/Magento/Paypal/Test/Unit/Observer/RestrictAdminBillingAgreementUsageObserverTest.php class RestrictAdminBillingAgreementUsageObserverTest (line 15) | class RestrictAdminBillingAgreementUsageObserverTest extends \PHPUnit\Fr... method setUp (line 37) | protected function setUp() method restrictAdminBillingAgreementUsageDataProvider (line 52) | public function restrictAdminBillingAgreementUsageDataProvider() method testExecute (line 85) | public function testExecute($methodInstance, $isAllowed, $isAvailable) FILE: app/code/Magento/Paypal/Test/Unit/Observer/SetResponseAfterSaveOrderObserverTest.php class SetResponseAfterSaveOrderObserverTest (line 11) | class SetResponseAfterSaveOrderObserverTest extends \PHPUnit\Framework\T... method setUp (line 43) | protected function setUp() method getSetResponseAfterSaveOrderTestData (line 77) | protected function getSetResponseAfterSaveOrderTestData() method testSetResponseAfterSaveOrderSuccess (line 111) | public function testSetResponseAfterSaveOrderSuccess() FILE: app/code/Magento/Paypal/view/frontend/web/js/in-context/express-checkout-smart-buttons.js function getFunding (line 17) | function getFunding(config) { FILE: app/code/Magento/PaypalCaptcha/Model/Checkout/ConfigProviderPayPal.php class ConfigProviderPayPal (line 18) | class ConfigProviderPayPal implements ConfigProviderInterface method __construct (line 39) | public function __construct( method getConfig (line 50) | public function getConfig(): array method isCaseSensitive (line 70) | private function isCaseSensitive(string $formId): bool method getImageHeight (line 81) | private function getImageHeight(string $formId): int method getImageSrc (line 92) | private function getImageSrc(string $formId): string method getRefreshUrl (line 108) | private function getRefreshUrl(): string method isRequired (line 120) | private function isRequired(string $formId): bool method getCaptchaModel (line 131) | private function getCaptchaModel(string $formId): CaptchaInterface FILE: app/code/Magento/PaypalCaptcha/Observer/CaptchaRequestToken.php class CaptchaRequestToken (line 20) | class CaptchaRequestToken implements ObserverInterface method __construct (line 42) | public function __construct(Data $helper, Json $jsonSerializer, Action... method execute (line 52) | public function execute(Observer $observer) FILE: app/code/Magento/PaypalGraphQl/Model/HostedProAdditionalDataProvider.php class HostedProAdditionalDataProvider (line 18) | class HostedProAdditionalDataProvider implements AdditionalDataProviderI... method __construct (line 28) | public function __construct(UrlService $urlService) method getData (line 40) | public function getData(array $data): array method validateUrlPaths (line 54) | private function validateUrlPaths(array $data): void FILE: app/code/Magento/PaypalGraphQl/Model/PayflowLinkAdditionalDataProvider.php class PayflowLinkAdditionalDataProvider (line 18) | class PayflowLinkAdditionalDataProvider implements AdditionalDataProvide... method __construct (line 28) | public function __construct(Url $urlService) method getData (line 40) | public function getData(array $data): array method validatePathsInArray (line 54) | private function validatePathsInArray(array $data): void FILE: app/code/Magento/PaypalGraphQl/Model/PayflowProAdditionalDataProvider.php class PayflowProAdditionalDataProvider (line 17) | class PayflowProAdditionalDataProvider implements AdditionalDataProvider... method __construct (line 28) | public function __construct( method getData (line 40) | public function getData(array $args): array FILE: app/code/Magento/PaypalGraphQl/Model/Plugin/Cart/HostedPro/SetPaymentMethodOnCart.php class SetPaymentMethodOnCart (line 19) | class SetPaymentMethodOnCart method __construct (line 35) | public function __construct( method afterExecute (line 54) | public function afterExecute( FILE: app/code/Magento/PaypalGraphQl/Model/Plugin/Payflowlink.php class Payflowlink (line 17) | class Payflowlink method __construct (line 33) | public function __construct(Url $url, StoreRepository $storeRepository) method afterBuildBasicRequest (line 48) | public function afterBuildBasicRequest( FILE: app/code/Magento/PaypalGraphQl/Model/Plugin/Resolver/SetPaymentMethodOnCart.php class SetPaymentMethodOnCart (line 24) | class SetPaymentMethodOnCart method __construct (line 59) | public function __construct( method afterResolve (line 87) | public function afterResolve( method isAllowedPaymentMethod (line 126) | private function isAllowedPaymentMethod(string $paymentCode): bool FILE: app/code/Magento/PaypalGraphQl/Model/Provider/Checkout.php class Checkout (line 19) | class Checkout method __construct (line 35) | public function __construct( method getCheckout (line 51) | public function getCheckout(AbstractConfig $config, CartInterface $car... FILE: app/code/Magento/PaypalGraphQl/Model/Provider/Config.php class Config (line 17) | class Config method __construct (line 33) | public function __construct( method getConfig (line 48) | public function getConfig(string $paymentMethod): AbstractConfig FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/HostedProUrl.php class HostedProUrl (line 22) | class HostedProUrl implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve( method getOrderFromQuoteId (line 83) | private function getOrderFromQuoteId(int $quoteId, int $customerId, in... FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/PayflowLinkToken.php class PayflowLinkToken (line 25) | class PayflowLinkToken implements ResolverInterface method __construct (line 53) | public function __construct( method resolve (line 68) | public function resolve( method getOrderFromQuoteId (line 103) | private function getOrderFromQuoteId(int $quoteId, int $customerId): O... method getPaymentMode (line 127) | private function getPaymentMode(Payment $payment): string method getPayflowLinkUrl (line 142) | private function getPayflowLinkUrl(Payment $payment): string FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/PayflowProResponse.php class PayflowProResponse (line 27) | class PayflowProResponse implements ResolverInterface method __construct (line 81) | public function __construct( method resolve (line 104) | public function resolve( FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/PayflowProToken.php class PayflowProToken (line 24) | class PayflowProToken implements ResolverInterface method __construct (line 46) | public function __construct( method resolve (line 59) | public function resolve( method validateAndConvertPathsToUrls (line 105) | private function validateAndConvertPathsToUrls(array $paths, StoreInte... FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/PaypalExpressToken.php class PaypalExpressToken (line 26) | class PaypalExpressToken implements ResolverInterface method __construct (line 60) | public function __construct( method resolve (line 77) | public function resolve( method validateAndConvertPathsToUrls (line 152) | private function validateAndConvertPathsToUrls(array $paths, StoreInte... FILE: app/code/Magento/PaypalGraphQl/Model/Resolver/Store/Url.php class Url (line 18) | class Url method __construct (line 30) | public function __construct( method isPath (line 44) | public function isPath(string $path): bool method isUrl (line 67) | private function isUrl(string $url): bool method getUrlFromPath (line 84) | public function getUrlFromPath(string $path, StoreInterface $store): s... method containsProtocolDelimiter (line 115) | private function containsProtocolDelimiter(string $url): bool method containsDirectoryTraversal (line 129) | private function containsDirectoryTraversal(string $url): bool method containsParametersDelimiter (line 143) | private function containsParametersDelimiter(string $url): bool method startsWithPortDelimiter (line 157) | private function startsWithPortDelimiter(string $path): bool FILE: app/code/Magento/PaypalGraphQl/Observer/PayflowLinkSetAdditionalData.php class PayflowLinkSetAdditionalData (line 17) | class PayflowLinkSetAdditionalData extends AbstractDataAssignObserver method execute (line 22) | public function execute(Observer $observer): void FILE: app/code/Magento/Persistent/Block/Form/Remember.php class Remember (line 15) | class Remember extends \Magento\Framework\View\Element\Template method __construct (line 35) | public function __construct( method _toHtml (line 51) | protected function _toHtml() method isRememberMeChecked (line 62) | public function isRememberMeChecked() method getRandomString (line 77) | public function getRandomString($length, $chars = null) FILE: app/code/Magento/Persistent/Block/Header/Additional.php class Additional (line 17) | class Additional extends \Magento\Framework\View\Element\Html\Link method __construct (line 60) | public function __construct( method getHref (line 84) | public function getHref() method getCustomerId (line 94) | public function getCustomerId(): int method getConfig (line 104) | public function getConfig(): string FILE: app/code/Magento/Persistent/Controller/Index.php class Index (line 19) | abstract class Index extends Action method __construct (line 61) | public function __construct( method setClearCheckoutSession (line 81) | public function setClearCheckoutSession($clear = true) FILE: app/code/Magento/Persistent/Controller/Index/ExpressCheckout.php class ExpressCheckout (line 14) | class ExpressCheckout extends Index method execute (line 21) | public function execute() FILE: app/code/Magento/Persistent/Controller/Index/SaveMethod.php class SaveMethod (line 11) | class SaveMethod extends Index method execute (line 18) | public function execute() FILE: app/code/Magento/Persistent/Controller/Index/UnsetCookie.php class UnsetCookie (line 11) | class UnsetCookie extends Index method execute (line 18) | public function execute() method cleanup (line 34) | protected function cleanup() FILE: app/code/Magento/Persistent/CustomerData/Persistent.php class Persistent (line 18) | class Persistent implements SectionSourceInterface method __construct (line 40) | public function __construct( method getSectionData (line 55) | public function getSectionData(): array FILE: app/code/Magento/Persistent/Helper/Data.php class Data (line 21) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 57) | public function __construct( method isEnabled (line 76) | public function isEnabled($store = null) method isRememberMeEnabled (line 92) | public function isRememberMeEnabled($store = null) method isRememberMeCheckedDefault (line 108) | public function isRememberMeCheckedDefault($store = null) method isShoppingCartPersist (line 124) | public function isShoppingCartPersist($store = null) method getLifeTime (line 139) | public function getLifeTime($store = null) method getClearOnLogout (line 156) | public function getClearOnLogout() method getUnsetCookieUrl (line 170) | public function getUnsetCookieUrl() method getPersistentConfigFilePath (line 180) | public function getPersistentConfigFilePath() method canProcess (line 194) | public function canProcess($observer) FILE: app/code/Magento/Persistent/Helper/Session.php class Session (line 14) | class Session extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 57) | public function __construct( method getSession (line 77) | public function getSession() method setSession (line 93) | public function setSession($sessionModel) method isPersistent (line 104) | public function isPersistent() method isRememberMeChecked (line 114) | public function isRememberMeChecked() method setRememberMeChecked (line 140) | public function setRememberMeChecked($checked = true) FILE: app/code/Magento/Persistent/Model/Checkout/AddressDataProcessorPlugin.php class AddressDataProcessorPlugin (line 14) | class AddressDataProcessorPlugin method __construct (line 36) | public function __construct( method beforeProcess (line 54) | public function beforeProcess(AddressAdditionalDataProcessor $subject,... FILE: app/code/Magento/Persistent/Model/Checkout/ConfigProviderPlugin.php class ConfigProviderPlugin (line 14) | class ConfigProviderPlugin method __construct (line 48) | public function __construct( method afterGetConfig (line 68) | public function afterGetConfig(\Magento\Checkout\Model\DefaultConfigPr... FILE: app/code/Magento/Persistent/Model/Checkout/GuestPaymentInformationManagementPlugin.php class GuestPaymentInformationManagementPlugin (line 15) | class GuestPaymentInformationManagementPlugin method __construct (line 69) | public function __construct( method beforeSavePaymentInformationAndPlaceOrder (line 96) | public function beforeSavePaymentInformationAndPlaceOrder( FILE: app/code/Magento/Persistent/Model/CheckoutConfigProvider.php class CheckoutConfigProvider (line 11) | class CheckoutConfigProvider implements ConfigProviderInterface method __construct (line 21) | public function __construct(PersistentHelper $persistentHelper) method getConfig (line 29) | public function getConfig() FILE: app/code/Magento/Persistent/Model/Factory.php class Factory (line 11) | class Factory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($className, $data = []) FILE: app/code/Magento/Persistent/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 13) | class DepersonalizePlugin method __construct (line 31) | public function __construct( method afterGenerateXml (line 46) | public function afterGenerateXml( FILE: app/code/Magento/Persistent/Model/Observer.php class Observer (line 13) | class Observer method __construct (line 65) | public function __construct( method emulateWelcomeBlock (line 87) | public function emulateWelcomeBlock($block) method _applyAccountLinksPersistentData (line 99) | protected function _applyAccountLinksPersistentData() method emulateTopLinks (line 112) | public function emulateTopLinks($block) FILE: app/code/Magento/Persistent/Model/Persistent/Config.php class Config (line 13) | class Config method __construct (line 71) | public function __construct( method setConfigFilePath (line 94) | public function setConfigFilePath($path) method _getConfigDomXPath (line 106) | protected function _getConfigDomXPath() method getBlockConfigInfo (line 143) | public function getBlockConfigInfo($block) method collectInstancesToEmulate (line 156) | public function collectInstancesToEmulate() method _convertBlocksToArray (line 170) | protected function _convertBlocksToArray($blocks) method fire (line 198) | public function fire() method fireOne (line 223) | public function fireOne($info, $instance = false) FILE: app/code/Magento/Persistent/Model/Plugin/CustomerData.php class CustomerData (line 8) | class CustomerData method __construct (line 38) | public function __construct( method aroundGetSectionData (line 57) | public function aroundGetSectionData( FILE: app/code/Magento/Persistent/Model/Plugin/PersistentCustomerContext.php class PersistentCustomerContext (line 13) | class PersistentCustomerContext method __construct (line 25) | public function __construct( method beforeGetVaryString (line 37) | public function beforeGetVaryString(\Magento\Framework\App\Http\Contex... FILE: app/code/Magento/Persistent/Model/QuoteManager.php class QuoteManager (line 13) | class QuoteManager method __construct (line 54) | public function __construct( method setGuest (line 72) | public function setGuest($checkQuote = false) method convertCustomerCartToGuest (line 111) | public function convertCustomerCartToGuest() method expire (line 138) | public function expire() method isPersistent (line 156) | public function isPersistent() FILE: app/code/Magento/Persistent/Model/ResourceModel/Session.php class Session (line 11) | class Session extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 34) | public function __construct( method _construct (line 48) | protected function _construct() method _getLoadSelect (line 61) | protected function _getLoadSelect($field, $value, $object) method deleteByCustomerId (line 84) | public function deleteByCustomerId($customerId) method isKeyAllowed (line 96) | public function isKeyAllowed($key) method deleteExpired (line 110) | public function deleteExpired($websiteId, $expiredBefore) FILE: app/code/Magento/Persistent/Model/Session.php class Session (line 17) | class Session extends \Magento\Framework\Model\AbstractModel method __construct (line 125) | public function __construct( method _construct (line 157) | protected function _construct() method setLoadExpired (line 169) | public function setLoadExpired($loadExpired = true) method getLoadExpired (line 181) | public function getLoadExpired() method getExpiredBefore (line 193) | public function getExpiredBefore($store = null) method beforeSave (line 205) | public function beforeSave() method _afterLoad (line 234) | protected function _afterLoad() method loadByCookieKey (line 255) | public function loadByCookieKey($key = null) method loadByCustomerId (line 274) | public function loadByCustomerId($id) method deleteByCustomerId (line 286) | public function deleteByCustomerId($customerId, $clearCookie = true) method removePersistentCookie (line 301) | public function removePersistentCookie() method setPersistentCookie (line 317) | public function setPersistentCookie($duration, $path) method renewPersistentCookie (line 331) | public function renewPersistentCookie($duration, $path) method deleteExpired (line 349) | public function deleteExpired($websiteId = null) method afterDeleteCommit (line 374) | public function afterDeleteCommit() method setCookie (line 388) | private function setCookie($value, $duration, $path) method getRequest (line 408) | private function getRequest() method save (line 423) | public function save() FILE: app/code/Magento/Persistent/Observer/ApplyBlockPersistentDataObserver.php class ApplyBlockPersistentDataObserver (line 11) | class ApplyBlockPersistentDataObserver implements ObserverInterface method __construct (line 47) | public function __construct( method execute (line 65) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/ApplyPersistentDataObserver.php class ApplyPersistentDataObserver (line 11) | class ApplyPersistentDataObserver implements ObserverInterface method __construct (line 47) | public function __construct( method execute (line 65) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/CheckExpirePersistentQuoteObserver.php class CheckExpirePersistentQuoteObserver (line 19) | class CheckExpirePersistentQuoteObserver implements ObserverInterface method __construct (line 95) | public function __construct( method execute (line 123) | public function execute(\Magento\Framework\Event\Observer $observer) method isPersistentQuoteOutdated (line 159) | private function isPersistentQuoteOutdated(): bool method isNeedToExpireSession (line 178) | private function isNeedToExpireSession(): bool method getQuote (line 190) | private function getQuote(): Quote method isActiveQuote (line 203) | private function isActiveQuote(): bool method isRequestFromCheckoutPage (line 219) | private function isRequestFromCheckoutPage(\Magento\Framework\App\Requ... FILE: app/code/Magento/Persistent/Observer/ClearExpiredCronJobObserver.php class ClearExpiredCronJobObserver (line 11) | class ClearExpiredCronJobObserver method __construct (line 31) | public function __construct( method execute (line 46) | public function execute(\Magento\Cron\Model\Schedule $schedule) FILE: app/code/Magento/Persistent/Observer/CustomerAuthenticatedEventObserver.php class CustomerAuthenticatedEventObserver (line 11) | class CustomerAuthenticatedEventObserver implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 54) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/EmulateCustomerObserver.php class EmulateCustomerObserver (line 13) | class EmulateCustomerObserver implements ObserverInterface method __construct (line 57) | public function __construct( method execute (line 79) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/EmulateQuoteObserver.php class EmulateQuoteObserver (line 14) | class EmulateQuoteObserver implements ObserverInterface method __construct (line 58) | public function __construct( method execute (line 78) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/MakePersistentQuoteGuestObserver.php class MakePersistentQuoteGuestObserver (line 17) | class MakePersistentQuoteGuestObserver implements ObserverInterface method __construct (line 51) | public function __construct( method execute (line 69) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/PreventClearCheckoutSessionObserver.php class PreventClearCheckoutSessionObserver (line 11) | class PreventClearCheckoutSessionObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 55) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/PreventExpressCheckoutObserver.php class PreventExpressCheckoutObserver (line 11) | class PreventExpressCheckoutObserver implements ObserverInterface method __construct (line 49) | public function __construct( method execute (line 69) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/RefreshCustomerData.php class RefreshCustomerData (line 12) | class RefreshCustomerData implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/RemoveGuestPersistenceOnEmptyCartObserver.php class RemoveGuestPersistenceOnEmptyCartObserver (line 14) | class RemoveGuestPersistenceOnEmptyCartObserver implements ObserverInter... method __construct (line 60) | public function __construct( method execute (line 81) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/RemovePersistentCookieOnRegisterObserver.php class RemovePersistentCookieOnRegisterObserver (line 14) | class RemovePersistentCookieOnRegisterObserver implements ObserverInterface method __construct (line 48) | public function __construct( method execute (line 66) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/RenewCookieObserver.php class RenewCookieObserver (line 15) | class RenewCookieObserver implements ObserverInterface method __construct (line 53) | public function __construct( method execute (line 71) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/SetCheckoutSessionPersistentDataObserver.php class SetCheckoutSessionPersistentDataObserver (line 16) | class SetCheckoutSessionPersistentDataObserver implements ObserverInterface method __construct (line 52) | public function __construct( method execute (line 72) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/SetQuotePersistentDataObserver.php class SetQuotePersistentDataObserver (line 15) | class SetQuotePersistentDataObserver implements ObserverInterface method __construct (line 49) | public function __construct( method execute (line 67) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Observer/SetRememberMeCheckedStatusObserver.php class SetRememberMeCheckedStatusObserver (line 15) | class SetRememberMeCheckedStatusObserver implements ObserverInterface method __construct (line 45) | public function __construct( method execute (line 61) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/SetRememberMeStatusForAjaxLoginObserver.php class SetRememberMeStatusForAjaxLoginObserver (line 15) | class SetRememberMeStatusForAjaxLoginObserver implements ObserverInterface method __construct (line 44) | public function __construct( method execute (line 61) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/SynchronizePersistentInfoObserver.php class SynchronizePersistentInfoObserver (line 14) | class SynchronizePersistentInfoObserver implements ObserverInterface method __construct (line 42) | public function __construct( method execute (line 59) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/SynchronizePersistentOnLoginObserver.php class SynchronizePersistentOnLoginObserver (line 15) | class SynchronizePersistentOnLoginObserver implements ObserverInterface method __construct (line 53) | public function __construct( method execute (line 70) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/SynchronizePersistentOnLogoutObserver.php class SynchronizePersistentOnLogoutObserver (line 15) | class SynchronizePersistentOnLogoutObserver implements ObserverInterface method __construct (line 45) | public function __construct( method execute (line 62) | public function execute(Observer $observer) FILE: app/code/Magento/Persistent/Observer/UpdateCustomerCookiesObserver.php class UpdateCustomerCookiesObserver (line 13) | class UpdateCustomerCookiesObserver implements ObserverInterface method __construct (line 35) | public function __construct( method execute (line 49) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Persistent/Test/Unit/Block/Header/AdditionalTest.php class AdditionalTest (line 12) | class AdditionalTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetCustomerId (line 108) | public function testGetCustomerId(): void method testGetConfig (line 126) | public function testGetConfig(): void FILE: app/code/Magento/Persistent/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetPersistentConfigFilePath (line 30) | public function testGetPersistentConfigFilePath() FILE: app/code/Magento/Persistent/Test/Unit/Helper/SessionTest.php class SessionTest (line 22) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testIsPersistent (line 101) | public function testIsPersistent($id, $isEnabled, $expected) method isPersistentDataProvider (line 118) | public function isPersistentDataProvider() method testIsRememberMeChecked (line 144) | public function testIsRememberMeChecked( method isRememberMeCheckedProvider (line 167) | public function isRememberMeCheckedProvider() FILE: app/code/Magento/Persistent/Test/Unit/Model/Checkout/ConfigProviderPluginTest.php class ConfigProviderPluginTest (line 8) | class ConfigProviderPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testAfterGetConfigNegative (line 73) | public function testAfterGetConfigNegative($persistenceEnabled, $isPer... method configDataProvider (line 87) | public function configDataProvider() method testAfterGetConfigPositive (line 96) | public function testAfterGetConfigPositive() FILE: app/code/Magento/Persistent/Test/Unit/Model/Checkout/GuestPaymentInformationManagementPluginTest.php class GuestPaymentInformationManagementPluginTest (line 9) | class GuestPaymentInformationManagementPluginTest extends \PHPUnit\Frame... method setUp (line 51) | protected function setUp() method testBeforeSavePaymentInformationAndPlaceOrderCartConvertsToGuest (line 75) | public function testBeforeSavePaymentInformationAndPlaceOrderCartConve... method testBeforeSavePaymentInformationAndPlaceOrderShoppingCartNotPersistentState (line 123) | public function testBeforeSavePaymentInformationAndPlaceOrderShoppingC... method testBeforeSavePaymentInformationAndPlaceOrderPersistentSessionNotPersistentState (line 146) | public function testBeforeSavePaymentInformationAndPlaceOrderPersisten... method testBeforeSavePaymentInformationAndPlaceOrderCustomerSessionInLoggedInState (line 167) | public function testBeforeSavePaymentInformationAndPlaceOrderCustomerS... method testBeforeSavePaymentInformationAndPlaceOrderQuoteManagerNotInPersistentState (line 189) | public function testBeforeSavePaymentInformationAndPlaceOrderQuoteMana... FILE: app/code/Magento/Persistent/Test/Unit/Model/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCreate (line 31) | public function testCreate() method testCreateWithArguments (line 52) | public function testCreateWithArguments() FILE: app/code/Magento/Persistent/Test/Unit/Model/Layout/DepersonalizePluginTest.php class DepersonalizePluginTest (line 11) | class DepersonalizePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testAfterGenerateXml (line 62) | public function testAfterGenerateXml() method testAfterGenerateXmlNoDepersonalize (line 91) | public function testAfterGenerateXmlNoDepersonalize() FILE: app/code/Magento/Persistent/Test/Unit/Model/ObserverTest.php class ObserverTest (line 11) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testEmulateWelcomeBlock (line 86) | public function testEmulateWelcomeBlock(): void FILE: app/code/Magento/Persistent/Test/Unit/Model/Plugin/CustomerDataTest.php class CustomerDataTest (line 9) | class CustomerDataTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testAroundGetSectionDataForPersistentSession (line 49) | public function testAroundGetSectionDataForPersistentSession() method testAroundGetSectionData (line 63) | public function testAroundGetSectionData() FILE: app/code/Magento/Persistent/Test/Unit/Model/QuoteManagerTest.php class QuoteManagerTest (line 12) | class QuoteManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testSetGuestWithEmptyQuote (line 109) | public function testSetGuestWithEmptyQuote() method testSetGuestWithEmptyQuoteId (line 123) | public function testSetGuestWithEmptyQuoteId() method testSetGuestWhenShoppingCartAndQuoteAreNotPersistent (line 138) | public function testSetGuestWhenShoppingCartAndQuoteAreNotPersistent() method testSetGuest (line 154) | public function testSetGuest() method testExpireWithActiveQuoteAndCustomerId (line 197) | public function testExpireWithActiveQuoteAndCustomerId() method testExpire (line 219) | public function testExpire() method testConvertCustomerCartToGuest (line 246) | public function testConvertCustomerCartToGuest() method testConvertCustomerCartToGuestWithEmptyQuote (line 293) | public function testConvertCustomerCartToGuestWithEmptyQuote() method testConvertCustomerCartToGuestWithEmptyQuoteId (line 301) | public function testConvertCustomerCartToGuestWithEmptyQuoteId() FILE: app/code/Magento/Persistent/Test/Unit/Model/SessionTest.php class SessionTest (line 8) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testLoadByCookieKeyWithNull (line 73) | public function testLoadByCookieKeyWithNull() method testAfterDeleteCommit (line 85) | public function testAfterDeleteCommit() method testSetPersistentCookie (line 110) | public function testSetPersistentCookie() method testRenewPersistentCookie (line 156) | public function testRenewPersistentCookie( method renewPersistentCookieDataProvider (line 204) | public function renewPersistentCookieDataProvider() FILE: app/code/Magento/Persistent/Test/Unit/Observer/ApplyBlockPersistentDataObserverTest.php class ApplyBlockPersistentDataObserverTest (line 10) | class ApplyBlockPersistentDataObserverTest extends \PHPUnit\Framework\Te... method setUp (line 57) | protected function setUp() method testExecuteWhenSessionNotPersistent (line 77) | public function testExecuteWhenSessionNotPersistent() method testExecuteForLoggedInAndPersistentCustomer (line 84) | public function testExecuteForLoggedInAndPersistentCustomer() method testExecuteWhenBlockDoesNotExist (line 92) | public function testExecuteWhenBlockDoesNotExist() method testExecuteWhenConfigFilePathDoesNotExist (line 102) | public function testExecuteWhenConfigFilePathDoesNotExist() method testExecute (line 133) | public function testExecute() FILE: app/code/Magento/Persistent/Test/Unit/Observer/ApplyPersistentDataObserverTest.php class ApplyPersistentDataObserverTest (line 10) | class ApplyPersistentDataObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testExecuteWhenCanNotApplyPersistentData (line 64) | public function testExecuteWhenCanNotApplyPersistentData() method testExecuteWhenCustomerIsNotPersistent (line 75) | public function testExecuteWhenCustomerIsNotPersistent() method testExecuteWhenCustomerIsLoggedIn (line 87) | public function testExecuteWhenCustomerIsLoggedIn() method testExecute (line 100) | public function testExecute() FILE: app/code/Magento/Persistent/Test/Unit/Observer/CheckExpirePersistentQuoteObserverTest.php class CheckExpirePersistentQuoteObserverTest (line 16) | class CheckExpirePersistentQuoteObserverTest extends \PHPUnit\Framework\... method setUp (line 76) | protected function setUp() method testExecuteWhenCanNotApplyPersistentData (line 110) | public function testExecuteWhenCanNotApplyPersistentData() method testExecuteWhenPersistentIsNotEnabled (line 121) | public function testExecuteWhenPersistentIsNotEnabled() method testExecuteWhenPersistentIsEnabled (line 151) | public function testExecuteWhenPersistentIsEnabled( method requestDataProvider (line 204) | public function requestDataProvider() FILE: app/code/Magento/Persistent/Test/Unit/Observer/ClearExpiredCronJobObserverTest.php class ClearExpiredCronJobObserverTest (line 10) | class ClearExpiredCronJobObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecute (line 61) | public function testExecute() method testExecuteForNotExistingWebsite (line 76) | public function testExecuteForNotExistingWebsite() FILE: app/code/Magento/Persistent/Test/Unit/Observer/CustomerAuthenticatedEventObserverTest.php class CustomerAuthenticatedEventObserverTest (line 10) | class CustomerAuthenticatedEventObserverTest extends \PHPUnit\Framework\... method setUp (line 37) | protected function setUp() method testExecute (line 50) | public function testExecute() method testExecuteDuringCheckout (line 72) | public function testExecuteDuringCheckout() FILE: app/code/Magento/Persistent/Test/Unit/Observer/EmulateCustomerObserverTest.php class EmulateCustomerObserverTest (line 10) | class EmulateCustomerObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testExecuteWhenCannotProcessPersistentData (line 78) | public function testExecuteWhenCannotProcessPersistentData() method testExecuteWhenShoppingCartNotPersist (line 90) | public function testExecuteWhenShoppingCartNotPersist() method testExecuteWhenSessionPersistAndCustomerNotLoggedIn (line 102) | public function testExecuteWhenSessionPersistAndCustomerNotLoggedIn() method testExecuteWhenSessionNotPersist (line 182) | public function testExecuteWhenSessionNotPersist() FILE: app/code/Magento/Persistent/Test/Unit/Observer/EmulateQuoteObserverTest.php class EmulateQuoteObserverTest (line 13) | class EmulateQuoteObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testExecuteWhenCannotProcess (line 101) | public function testExecuteWhenCannotProcess() method testExecuteWhenSessionIsNotPersistent (line 113) | public function testExecuteWhenSessionIsNotPersistent() method testExecuteWhenCustomerLoggedIn (line 126) | public function testExecuteWhenCustomerLoggedIn() method testExecuteWhenActionIsStop (line 139) | public function testExecuteWhenActionIsStop() method testExecuteWhenShoppingCartIsPersistent (line 158) | public function testExecuteWhenShoppingCartIsPersistent() method testExecuteWhenShoppingCartIsNotPersistent (line 195) | public function testExecuteWhenShoppingCartIsNotPersistent() method testExecuteWhenShoppingCartIsPersistentAndQuoteExist (line 218) | public function testExecuteWhenShoppingCartIsPersistentAndQuoteExist() FILE: app/code/Magento/Persistent/Test/Unit/Observer/MakePersistentQuoteGuestObserverTest.php class MakePersistentQuoteGuestObserverTest (line 10) | class MakePersistentQuoteGuestObserverTest extends \PHPUnit\Framework\Te... method setUp (line 52) | protected function setUp() method testExecute (line 74) | public function testExecute() method testExecuteWhenShoppingCartIsPersist (line 87) | public function testExecuteWhenShoppingCartIsPersist() method testExecuteWhenShoppingCartIsNotPersist (line 100) | public function testExecuteWhenShoppingCartIsNotPersist() FILE: app/code/Magento/Persistent/Test/Unit/Observer/PreventClearCheckoutSessionObserverTest.php class PreventClearCheckoutSessionObserverTest (line 10) | class PreventClearCheckoutSessionObserverTest extends \PHPUnit\Framework... method setUp (line 52) | protected function setUp() method testExecuteWhenSessionIsPersist (line 69) | public function testExecuteWhenSessionIsPersist() method testExecuteWhenShoppingCartIsPersist (line 82) | public function testExecuteWhenShoppingCartIsPersist() method testExecuteWhenActionIsNotPersistent (line 95) | public function testExecuteWhenActionIsNotPersistent() FILE: app/code/Magento/Persistent/Test/Unit/Observer/PreventExpressCheckoutObserverTest.php class PreventExpressCheckoutObserverTest (line 11) | class PreventExpressCheckoutObserverTest extends \PHPUnit\Framework\Test... method setUp (line 60) | protected function setUp() method testPreventExpressCheckoutOnline (line 110) | public function testPreventExpressCheckoutOnline() method testPreventExpressCheckoutEmpty (line 117) | public function testPreventExpressCheckoutEmpty() FILE: app/code/Magento/Persistent/Test/Unit/Observer/RefreshCustomerDataTest.php class RefreshCustomerDataTest (line 10) | class RefreshCustomerDataTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testBeforeStart (line 61) | public function testBeforeStart($result, $callCount) method beforeStartDataProvider (line 86) | public function beforeStartDataProvider() FILE: app/code/Magento/Persistent/Test/Unit/Observer/RemoveGuestPersistenceOnEmptyCartObserverTest.php class RemoveGuestPersistenceOnEmptyCartObserverTest (line 11) | class RemoveGuestPersistenceOnEmptyCartObserverTest extends \PHPUnit\Fra... method setUp (line 48) | protected function setUp() method testExecuteWhenSessionIsNotPersistent (line 69) | public function testExecuteWhenSessionIsNotPersistent() method testExecuteWithLoggedInCustomer (line 76) | public function testExecuteWithLoggedInCustomer() method testExecuteWithNonPersistentShoppingCart (line 84) | public function testExecuteWithNonPersistentShoppingCart() method testExecuteWithEmptyCart (line 93) | public function testExecuteWithEmptyCart() method testExecuteWithNonexistentCart (line 125) | public function testExecuteWithNonexistentCart() FILE: app/code/Magento/Persistent/Test/Unit/Observer/RemovePersistentCookieOnRegisterObserverTest.php class RemovePersistentCookieOnRegisterObserverTest (line 12) | class RemovePersistentCookieOnRegisterObserverTest extends \PHPUnit\Fram... method setUp (line 49) | protected function setUp() method testExecuteWithPersistentDataThatCanNotBeProcess (line 66) | public function testExecuteWithPersistentDataThatCanNotBeProcess() method testExecuteWhenSessionIsNotPersistent (line 75) | public function testExecuteWhenSessionIsNotPersistent() method testExecuteWithNotLoggedInCustomer (line 86) | public function testExecuteWithNotLoggedInCustomer() method testExecute (line 104) | public function testExecute() FILE: app/code/Magento/Persistent/Test/Unit/Observer/RenewCookieObserverTest.php class RenewCookieObserverTest (line 10) | class RenewCookieObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testRenewCookie (line 77) | public function testRenewCookie() method testRenewCookieWhenCannotProcessPersistentData (line 111) | public function testRenewCookieWhenCannotProcessPersistentData() FILE: app/code/Magento/Persistent/Test/Unit/Observer/SetCheckoutSessionPersistentDataObserverTest.php class SetCheckoutSessionPersistentDataObserverTest (line 14) | class SetCheckoutSessionPersistentDataObserverTest extends \PHPUnit\Fram... method setUp (line 64) | protected function setUp() method testExecuteWhenSessionIsNotPersistent (line 93) | public function testExecuteWhenSessionIsNotPersistent() method testExecute (line 117) | public function testExecute() FILE: app/code/Magento/Persistent/Test/Unit/Observer/SetQuotePersistentDataObserverTest.php class SetQuotePersistentDataObserverTest (line 13) | class SetQuotePersistentDataObserverTest extends \PHPUnit\Framework\Test... method setUp (line 55) | protected function setUp() method testExecuteWhenSessionIsNotPersistent (line 74) | public function testExecuteWhenSessionIsNotPersistent() method testExecuteWhenQuoteNotExist (line 81) | public function testExecuteWhenQuoteNotExist() method testExecuteWhenSessionIsPersistent (line 92) | public function testExecuteWhenSessionIsPersistent() FILE: app/code/Magento/Persistent/Test/Unit/Observer/SetRememberMeCheckedStatusObserverTest.php class SetRememberMeCheckedStatusObserverTest (line 10) | class SetRememberMeCheckedStatusObserverTest extends \PHPUnit\Framework\... method setUp (line 47) | protected function setUp() method testSetRememberMeCheckedStatusWhenPersistentDataCannotProcess (line 67) | public function testSetRememberMeCheckedStatusWhenPersistentDataCannot... method testSetRememberMeCheckedStatusWhenPersistentDataCanProcess (line 79) | public function testSetRememberMeCheckedStatusWhenPersistentDataCanPro... method testSetRememberMeCheckedStatusWhenActionNameIncorrect (line 118) | public function testSetRememberMeCheckedStatusWhenActionNameIncorrect() method testSetRememberMeCheckedStatusWhenRequestNotExist (line 156) | public function testSetRememberMeCheckedStatusWhenRequestNotExist() FILE: app/code/Magento/Persistent/Test/Unit/Observer/SynchronizePersistentInfoObserverTest.php class SynchronizePersistentInfoObserverTest (line 10) | class SynchronizePersistentInfoObserverTest extends \PHPUnit\Framework\T... method setUp (line 52) | protected function setUp() method testSynchronizePersistentInfoWhenPersistentDataNotEnabled (line 69) | public function testSynchronizePersistentInfoWhenPersistentDataNotEnab... method testSynchronizePersistentInfoWhenPersistentDataIsEnabled (line 76) | public function testSynchronizePersistentInfoWhenPersistentDataIsEnabl... FILE: app/code/Magento/Persistent/Test/Unit/Observer/SynchronizePersistentOnLogoutObserverTest.php class SynchronizePersistentOnLogoutObserverTest (line 10) | class SynchronizePersistentOnLogoutObserverTest extends \PHPUnit\Framewo... method setUp (line 42) | protected function setUp() method testSynchronizePersistentOnLogoutWhenPersistentDataNotEnabled (line 57) | public function testSynchronizePersistentOnLogoutWhenPersistentDataNot... method testSynchronizePersistentOnLogoutWhenPersistentDataIsEnabled (line 64) | public function testSynchronizePersistentOnLogoutWhenPersistentDataIsE... FILE: app/code/Magento/Persistent/Test/Unit/Observer/UpdateCustomerCookiesObserverTest.php class UpdateCustomerCookiesObserverTest (line 12) | class UpdateCustomerCookiesObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecuteWhenSessionNotPersistent (line 75) | public function testExecuteWhenSessionNotPersistent() method testExecuteWhenCustomerCookieExist (line 82) | public function testExecuteWhenCustomerCookieExist() FILE: app/code/Magento/ProductAlert/Block/Email/AbstractEmail.php class AbstractEmail (line 15) | abstract class AbstractEmail extends \Magento\Framework\View\Element\Tem... method __construct (line 59) | public function __construct( method getFilteredContent (line 81) | public function getFilteredContent($content) method setStore (line 92) | public function setStore($store) method getStore (line 111) | public function getStore() method formatPrice (line 127) | public function formatPrice($price, $format = true, $includeContainer ... method reset (line 139) | public function reset() method addProduct (line 150) | public function addProduct(\Magento\Catalog\Model\Product $product) method getProducts (line 160) | public function getProducts() method _getUrlParams (line 170) | protected function _getUrlParams() method getPriceRender (line 178) | protected function getPriceRender() method getProductPriceHtml (line 196) | public function getProductPriceHtml( method getImage (line 228) | public function getImage($product, $imageId, $attributes = []) FILE: app/code/Magento/ProductAlert/Block/Email/Price.php class Price (line 13) | class Price extends \Magento\ProductAlert\Block\Email\AbstractEmail method getProductUnsubscribeUrl (line 26) | public function getProductUnsubscribeUrl($productId) method getUnsubscribeUrl (line 38) | public function getUnsubscribeUrl() FILE: app/code/Magento/ProductAlert/Block/Email/Stock.php class Stock (line 13) | class Stock extends \Magento\ProductAlert\Block\Email\AbstractEmail method getProductUnsubscribeUrl (line 26) | public function getProductUnsubscribeUrl($productId) method getUnsubscribeUrl (line 38) | public function getUnsubscribeUrl() FILE: app/code/Magento/ProductAlert/Block/Product/ImageProvider.php class ImageProvider (line 18) | class ImageProvider method __construct (line 40) | public function __construct( method getImage (line 57) | public function getImage(Product $product, $imageId, $attributes = []) FILE: app/code/Magento/ProductAlert/Block/Product/View.php class View (line 11) | class View extends \Magento\Framework\View\Element\Template method __construct (line 37) | public function __construct( method getProduct (line 55) | protected function getProduct() method getPostAction (line 69) | public function getPostAction() FILE: app/code/Magento/ProductAlert/Block/Product/View/Price.php class Price (line 14) | class Price extends \Magento\ProductAlert\Block\Product\View method setTemplate (line 22) | public function setTemplate($template) FILE: app/code/Magento/ProductAlert/Block/Product/View/Stock.php class Stock (line 14) | class Stock extends \Magento\ProductAlert\Block\Product\View method setTemplate (line 22) | public function setTemplate($template) FILE: app/code/Magento/ProductAlert/Controller/Add.php class Add (line 13) | abstract class Add extends Action method __construct (line 24) | public function __construct( method dispatch (line 38) | public function dispatch(RequestInterface $request) FILE: app/code/Magento/ProductAlert/Controller/Add/Price.php class Price (line 24) | class Price extends AddController implements HttpGetActionInterface method __construct (line 44) | public function __construct( method isInternal (line 62) | protected function isInternal($url) method execute (line 78) | public function execute() FILE: app/code/Magento/ProductAlert/Controller/Add/Stock.php class Stock (line 22) | class Stock extends AddController implements HttpGetActionInterface method __construct (line 40) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/ProductAlert/Controller/Unsubscribe.php class Unsubscribe (line 8) | abstract class Unsubscribe extends Add FILE: app/code/Magento/ProductAlert/Controller/Unsubscribe/Price.php class Price (line 20) | class Price extends UnsubscribeController implements HttpGetActionInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/ProductAlert/Controller/Unsubscribe/PriceAll.php class PriceAll (line 11) | class PriceAll extends UnsubscribeController method execute (line 16) | public function execute() FILE: app/code/Magento/ProductAlert/Controller/Unsubscribe/Stock.php class Stock (line 27) | class Stock extends UnsubscribeController implements HttpPostActionInter... method __construct (line 51) | public function __construct( method execute (line 69) | public function execute() method retrieveProduct (line 120) | private function retrieveProduct(int $productId): ProductInterface FILE: app/code/Magento/ProductAlert/Controller/Unsubscribe/StockAll.php class StockAll (line 11) | class StockAll extends UnsubscribeController method execute (line 16) | public function execute() FILE: app/code/Magento/ProductAlert/Helper/Data.php class Data (line 18) | class Data extends \Magento\Framework\Url\Helper\Data method __construct (line 50) | public function __construct( method getProduct (line 67) | public function getProduct() method setProduct (line 81) | public function setProduct($product) method getStore (line 90) | public function getStore() method getSaveUrl (line 99) | public function getSaveUrl($type) method createBlock (line 117) | public function createBlock($block) method isStockAlertAllowed (line 135) | public function isStockAlertAllowed() method isPriceAlertAllowed (line 148) | public function isPriceAlertAllowed() FILE: app/code/Magento/ProductAlert/Model/Email.php class Email (line 45) | class Email extends AbstractModel method __construct (line 156) | public function __construct( method setType (line 187) | public function setType($type) method getType (line 197) | public function getType() method setWebsite (line 209) | public function setWebsite(\Magento\Store\Model\Website $website) method setWebsiteId (line 223) | public function setWebsiteId($websiteId) method setCustomerId (line 238) | public function setCustomerId($customerId) method setCustomerData (line 251) | public function setCustomerData($customer) method clean (line 262) | public function clean() method addPriceProduct (line 278) | public function addPriceProduct(\Magento\Catalog\Model\Product $product) method addStockProduct (line 291) | public function addStockProduct(\Magento\Catalog\Model\Product $product) method _getPriceBlock (line 303) | protected function _getPriceBlock() method _getStockBlock (line 317) | protected function _getStockBlock() method send (line 333) | public function send() method getStore (line 402) | private function getStore(int $storeId): StoreInterface method getBlock (line 413) | private function getBlock(): AbstractEmail method getProducts (line 425) | private function getProducts(): array method getTemplateConfigPath (line 437) | private function getTemplateConfigPath(): string method isExistDefaultStore (line 449) | private function isExistDefaultStore(): bool FILE: app/code/Magento/ProductAlert/Model/Observer.php class Observer (line 14) | class Observer method __construct (line 136) | public function __construct( method _getWebsites (line 171) | protected function _getWebsites() method _processPrice (line 193) | protected function _processPrice(\Magento\ProductAlert\Model\Email $em... method _processStock (line 283) | protected function _processStock(\Magento\ProductAlert\Model\Email $em... method _sendErrorEmail (line 372) | protected function _sendErrorEmail() method process (line 422) | public function process() method setAlertStoreId (line 440) | private function setAlertStoreId($alert, \Magento\ProductAlert\Model\E... FILE: app/code/Magento/ProductAlert/Model/Price.php class Price (line 37) | class Price extends \Magento\Framework\Model\AbstractModel method __construct (line 52) | public function __construct( method _construct (line 69) | protected function _construct() method getCustomerCollection (line 79) | public function getCustomerCollection() method loadByParam (line 89) | public function loadByParam() method deleteCustomer (line 104) | public function deleteCustomer($customerId, $websiteId = 0) FILE: app/code/Magento/ProductAlert/Model/ProductSalability.php class ProductSalability (line 16) | class ProductSalability method isSalable (line 24) | public function isSalable(ProductInterface $product, WebsiteInterface ... FILE: app/code/Magento/ProductAlert/Model/ResourceModel/AbstractResource.php class AbstractResource (line 15) | abstract class AbstractResource extends \Magento\Framework\Model\Resourc... method _getAlertRow (line 23) | protected function _getAlertRow(AbstractModel $object) method isExistAllBindIds (line 55) | private function isExistAllBindIds(AbstractModel $object): bool method loadByParam (line 69) | public function loadByParam(AbstractModel $object) method deleteCustomer (line 87) | public function deleteCustomer(AbstractModel $object, $customerId, $we... FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Price.php class Price (line 15) | class Price extends \Magento\ProductAlert\Model\ResourceModel\AbstractRe... method __construct (line 27) | public function __construct( method _construct (line 41) | protected function _construct() method _beforeSave (line 52) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Price/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | protected function _construct() method addWebsiteFilter (line 33) | public function addWebsiteFilter($website) method setCustomerOrder (line 55) | public function setCustomerOrder($sort = 'ASC') FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Price/Customer/Collection.php class Collection (line 13) | class Collection extends \Magento\Customer\Model\ResourceModel\Customer\... method join (line 22) | public function join($productId, $websiteId) FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Stock.php class Stock (line 15) | class Stock extends \Magento\ProductAlert\Model\ResourceModel\AbstractRe... method __construct (line 27) | public function __construct( method _construct (line 41) | protected function _construct() method _beforeSave (line 52) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Stock/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() method addWebsiteFilter (line 34) | public function addWebsiteFilter($website) method addStatusFilter (line 57) | public function addStatusFilter($status) method setCustomerOrder (line 70) | public function setCustomerOrder($sort = 'ASC') FILE: app/code/Magento/ProductAlert/Model/ResourceModel/Stock/Customer/Collection.php class Collection (line 13) | class Collection extends \Magento\Customer\Model\ResourceModel\Customer\... method join (line 22) | public function join($productId, $websiteId) FILE: app/code/Magento/ProductAlert/Model/Stock.php class Stock (line 35) | class Stock extends \Magento\Framework\Model\AbstractModel method __construct (line 50) | public function __construct( method _construct (line 67) | protected function _construct() method getCustomerCollection (line 77) | public function getCustomerCollection() method loadByParam (line 87) | public function loadByParam() method deleteCustomer (line 102) | public function deleteCustomer($customerId, $websiteId = 0) FILE: app/code/Magento/ProductAlert/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 70) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/ProductAlert/Test/Unit/Block/Email/StockTest.php class StockTest (line 11) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetFilteredContent (line 61) | public function testGetFilteredContent($contentToFilter, $contentFilte... method getFilteredContentDataProvider (line 71) | public function getFilteredContentDataProvider() method testGetImage (line 79) | public function testGetImage() FILE: app/code/Magento/ProductAlert/Test/Unit/Block/Product/ImageProviderTest.php class ImageProviderTest (line 8) | class ImageProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetImage (line 52) | public function testGetImage() method testGetImageThrowsAnException (line 78) | public function testGetImageThrowsAnException() FILE: app/code/Magento/ProductAlert/Test/Unit/Block/Product/View/PriceTest.php class PriceTest (line 11) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSetTemplatePriceAlertAllowed (line 62) | public function testSetTemplatePriceAlertAllowed() method testSetTemplatePriceAlertNotAllowed (line 100) | public function testSetTemplatePriceAlertNotAllowed($priceAllowed, $sh... method setTemplatePriceAlertNotAllowedDataProvider (line 127) | public function setTemplatePriceAlertNotAllowedDataProvider() method testSetTemplateNoProduct (line 136) | public function testSetTemplateNoProduct() FILE: app/code/Magento/ProductAlert/Test/Unit/Block/Product/View/StockTest.php class StockTest (line 11) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSetTemplateStockUrlAllowed (line 62) | public function testSetTemplateStockUrlAllowed() method testSetTemplateStockUrlNotAllowed (line 99) | public function testSetTemplateStockUrlNotAllowed($stockAlertAllowed, ... method setTemplateStockUrlNotAllowedDataProvider (line 132) | public function setTemplateStockUrlNotAllowedDataProvider() method testSetTemplateNoProduct (line 141) | public function testSetTemplateNoProduct() FILE: app/code/Magento/ProductAlert/Test/Unit/Block/Product/ViewTest.php class ViewTest (line 8) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetPostAction (line 30) | public function testGetPostAction() FILE: app/code/Magento/ProductAlert/Test/Unit/Controller/Unsubscribe/PriceTest.php class PriceTest (line 24) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testProductIsNotVisibleInCatalog (line 108) | public function testProductIsNotVisibleInCatalog() FILE: app/code/Magento/ProductAlert/Test/Unit/Model/ObserverTest.php class ObserverTest (line 17) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 122) | protected function setUp() method testGetWebsitesThrowsException (line 210) | public function testGetWebsitesThrowsException() method testProcessPriceThrowsException (line 224) | public function testProcessPriceThrowsException() method testProcessPriceCustomerRepositoryThrowsException (line 244) | public function testProcessPriceCustomerRepositoryThrowsException() method testProcessPriceEmailThrowsException (line 276) | public function testProcessPriceEmailThrowsException() method testProcessStockThrowsException (line 318) | public function testProcessStockThrowsException() method testProcessStockCustomerRepositoryThrowsException (line 339) | public function testProcessStockCustomerRepositoryThrowsException() method testProcessStockEmailThrowsException (line 373) | public function testProcessStockEmailThrowsException() FILE: app/code/Magento/ProductVideo/Block/Adminhtml/Product/Edit/NewVideo.php class NewVideo (line 13) | class NewVideo extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 48) | public function __construct( method _prepareForm (line 69) | protected function _prepareForm() method getHtmlId (line 188) | public function getHtmlId() method getWidgetOptions (line 201) | public function getWidgetOptions() method getProduct (line 219) | protected function getProduct() method addMediaRoleAttributes (line 233) | protected function addMediaRoleAttributes(Fieldset $fieldset) method getNoteVideoUrl (line 259) | protected function getNoteVideoUrl() method getConfigApiKeyUrl (line 277) | protected function getConfigApiKeyUrl() FILE: app/code/Magento/ProductVideo/Block/Product/View/Gallery.php class Gallery (line 19) | class Gallery extends \Magento\Catalog\Block\Product\View\Gallery method __construct (line 35) | public function __construct( method getMediaGalleryDataJson (line 60) | public function getMediaGalleryDataJson() method getVideoSettingsJson (line 78) | public function getVideoSettingsJson() method getOptionsMediaGalleryDataJson (line 93) | public function getOptionsMediaGalleryDataJson() FILE: app/code/Magento/ProductVideo/Controller/Adminhtml/Product/Gallery/RetrieveImage.php class RetrieveImage (line 17) | class RetrieveImage extends \Magento\Backend\App\Action implements HttpP... method __construct (line 79) | public function __construct( method execute (line 108) | public function execute() method validateRemoteFile (line 146) | private function validateRemoteFile($remoteFileUrl) method validateRemoteFileExtensions (line 164) | private function validateRemoteFileExtensions($filePath) method appendResultSaveRemoteImage (line 176) | protected function appendResultSaveRemoteImage($fileName) method retrieveRemoteImage (line 197) | protected function retrieveRemoteImage($fileUrl, $localFilePath) method appendNewFileName (line 214) | protected function appendNewFileName($localFilePath) method appendAbsoluteFileSystemPath (line 226) | protected function appendAbsoluteFileSystemPath($localTmpFile) FILE: app/code/Magento/ProductVideo/Helper/Media.php class Media (line 17) | class Media extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 52) | public function __construct( method getPlayIfBaseAttribute (line 63) | public function getPlayIfBaseAttribute() method getShowRelatedAttribute (line 73) | public function getShowRelatedAttribute() method getVideoAutoRestartAttribute (line 83) | public function getVideoAutoRestartAttribute() method getYouTubeApiKey (line 93) | public function getYouTubeApiKey() FILE: app/code/Magento/ProductVideo/Model/Plugin/Catalog/Product/Gallery/AbstractHandler.php class AbstractHandler (line 11) | abstract class AbstractHandler method __construct (line 34) | public function __construct( method getMediaEntriesDataCollection (line 45) | protected function getMediaEntriesDataCollection( FILE: app/code/Magento/ProductVideo/Model/Plugin/Catalog/Product/Gallery/CreateHandler.php class CreateHandler (line 14) | class CreateHandler extends AbstractHandler method beforeExecute (line 30) | public function beforeExecute( method afterExecute (line 55) | public function afterExecute( method saveVideoData (line 86) | protected function saveVideoData(array $videoDataCollection, $storeId) method saveAdditionalStoreData (line 100) | protected function saveAdditionalStoreData(array $videoDataCollection) method saveVideoValuesItem (line 118) | protected function saveVideoValuesItem(array $item) method excludeCurrentStoreRecord (line 133) | protected function excludeCurrentStoreRecord(array $mediaCollection, $... method prepareVideoRowDataForSave (line 149) | protected function prepareVideoRowDataForSave(array $rowData) method loadStoreViewVideoData (line 169) | protected function loadStoreViewVideoData(array $mediaCollection, $exc... method collectVideoData (line 192) | protected function collectVideoData(array $mediaCollection) method extractVideoDataFromRowData (line 211) | protected function extractVideoDataFromRowData(array $rowData) method collectVideoEntriesIdsToAdditionalLoad (line 225) | protected function collectVideoEntriesIdsToAdditionalLoad(array $media... method addAdditionalStoreData (line 243) | protected function addAdditionalStoreData(array $mediaCollection, arra... method createAdditionalStoreDataCollection (line 265) | protected function createAdditionalStoreDataCollection(array $storeDat... method collectNewVideos (line 284) | private function collectNewVideos(array $mediaCollection): array method isVideoItem (line 301) | private function isVideoItem(array $item): bool method isNewVideo (line 314) | private function isNewVideo(array $item): bool method makeAllNewVideos (line 328) | private function makeAllNewVideos($entityId, array $mediaCollection): ... FILE: app/code/Magento/ProductVideo/Model/Plugin/Catalog/Product/Gallery/ReadHandler.php class ReadHandler (line 14) | class ReadHandler extends AbstractHandler method afterExecute (line 21) | public function afterExecute( method collectVideoEntriesIds (line 55) | protected function collectVideoEntriesIds(array $mediaCollection) method loadVideoDataById (line 73) | protected function loadVideoDataById(array $ids, $storeId = null) method addVideoDataToMediaEntries (line 123) | protected function addVideoDataToMediaEntries(array $mediaCollection, ... method substituteNullsWithDefaultValues (line 139) | protected function substituteNullsWithDefaultValues(array $rowData) method getVideoProperties (line 155) | protected function getVideoProperties($withDbMapping = true) method createIndexedCollection (line 168) | protected function createIndexedCollection(array $mediaEntriesCollecti... FILE: app/code/Magento/ProductVideo/Model/Plugin/ExternalVideoResourceBackend.php class ExternalVideoResourceBackend (line 14) | class ExternalVideoResourceBackend method __construct (line 24) | public function __construct(\Magento\ProductVideo\Model\ResourceModel\... method afterDuplicate (line 38) | public function afterDuplicate(Gallery $originalResourceModel, array $... method afterCreateBatchBaseSelect (line 56) | public function afterCreateBatchBaseSelect(Gallery $originalResourceMo... FILE: app/code/Magento/ProductVideo/Model/Product/Attribute/Media/ExternalVideoEntryConverter.php class ExternalVideoEntryConverter (line 17) | class ExternalVideoEntryConverter extends ImageEntryConverter method __construct (line 40) | public function __construct( method getMediaEntryType (line 54) | public function getMediaEntryType() method convertTo (line 64) | public function convertTo(Product $product, array $rowData) method convertFrom (line 82) | public function convertFrom(ProductAttributeMediaGalleryEntryInterface... FILE: app/code/Magento/ProductVideo/Model/Product/Attribute/Media/VideoEntry.php class VideoEntry (line 15) | class VideoEntry extends AbstractExtensibleModel implements VideoContent... method getMediaType (line 22) | public function getMediaType() method setMediaType (line 33) | public function setMediaType($mimeType) method getVideoProvider (line 43) | public function getVideoProvider() method setVideoProvider (line 54) | public function setVideoProvider($data) method getVideoUrl (line 64) | public function getVideoUrl() method setVideoUrl (line 75) | public function setVideoUrl($data) method getVideoTitle (line 85) | public function getVideoTitle() method setVideoTitle (line 96) | public function setVideoTitle($data) method getVideoDescription (line 106) | public function getVideoDescription() method setVideoDescription (line 117) | public function setVideoDescription($data) method getVideoMetadata (line 127) | public function getVideoMetadata() method setVideoMetadata (line 138) | public function setVideoMetadata($data) method getExtensionAttributes (line 148) | public function getExtensionAttributes() method setExtensionAttributes (line 159) | public function setExtensionAttributes(\Magento\Catalog\Api\Data\Produ... FILE: app/code/Magento/ProductVideo/Model/ResourceModel/Video.php class Video (line 8) | class Video extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 15) | public function _construct() method insertOnDuplicate (line 26) | public function insertOnDuplicate(array $data, array $fields = []) method loadByIds (line 36) | public function loadByIds(array $ids) FILE: app/code/Magento/ProductVideo/Model/VideoExtractor.php class VideoExtractor (line 10) | class VideoExtractor implements \Magento\Framework\View\Xsd\Media\TypeDa... method process (line 24) | public function process(\DOMElement $mediaNode, $mediaParentTag) FILE: app/code/Magento/ProductVideo/Observer/ChangeTemplateObserver.php class ChangeTemplateObserver (line 11) | class ChangeTemplateObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/ProductVideo/Test/Unit/Block/Adminhtml/Product/Edit/NewVideoTest.php class NewVideoTest (line 8) | class NewVideoTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetHtmlId (line 78) | public function testGetHtmlId() method testGetWidgetOptions (line 85) | public function testGetWidgetOptions() FILE: app/code/Magento/ProductVideo/Test/Unit/Block/Product/View/GalleryTest.php class GalleryTest (line 11) | class GalleryTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetMediaGalleryDataJson (line 79) | public function testGetMediaGalleryDataJson() method testGetMediaEmptyGalleryDataJson (line 114) | public function testGetMediaEmptyGalleryDataJson() method testGetVideoSettingsJson (line 128) | public function testGetVideoSettingsJson() FILE: app/code/Magento/ProductVideo/Test/Unit/Controller/Adminhtml/Product/Gallery/RetrieveImageTest.php class RetrieveImageTest (line 13) | class RetrieveImageTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testExecute (line 134) | public function testExecute() method testExecuteInvalidFileImage (line 158) | public function testExecuteInvalidFileImage() method testExecuteInvalidFileType (line 194) | public function testExecuteInvalidFileType() FILE: app/code/Magento/ProductVideo/Test/Unit/Helper/MediaTest.php class MediaTest (line 10) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetPlayIfBaseAttribute (line 42) | public function testGetPlayIfBaseAttribute() method testGetShowRelatedAttribute (line 58) | public function testGetShowRelatedAttribute() method testGetVideoAutoRestartAttribute (line 74) | public function testGetVideoAutoRestartAttribute() method testGetYouTubeApiKey (line 90) | public function testGetYouTubeApiKey() FILE: app/code/Magento/ProductVideo/Test/Unit/Model/Plugin/Catalog/Product/Gallery/CreateHandlerTest.php class CreateHandlerTest (line 12) | class CreateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testAfterExecute (line 75) | public function testAfterExecute($image, $expectedSave, $rowSaved): void method provideImageForAfterExecute (line 103) | public function provideImageForAfterExecute(): array method testAfterExecuteEmpty (line 232) | public function testAfterExecuteEmpty(): void method testBeforeExecute (line 252) | public function testBeforeExecute(): void FILE: app/code/Magento/ProductVideo/Test/Unit/Model/Plugin/Catalog/Product/Gallery/ReadHandlerTest.php class ReadHandlerTest (line 11) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAfterExecute (line 64) | public function testAfterExecute() method testAfterExecuteNoVideo (line 159) | public function testAfterExecuteNoVideo() FILE: app/code/Magento/ProductVideo/Test/Unit/Model/Product/Attribute/Media/ExternalVideoEntryConverterTest.php class ExternalVideoEntryConverterTest (line 11) | class ExternalVideoEntryConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetMediaEntryType (line 124) | public function testGetMediaEntryType() method testConvertTo (line 129) | public function testConvertTo() method testConvertFrom (line 168) | public function testConvertFrom() FILE: app/code/Magento/ProductVideo/Test/Unit/Model/Product/Attribute/Media/VideoEntryTest.php class VideoEntryTest (line 11) | class VideoEntryTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetMediaType (line 33) | public function testGetMediaType() method testSetMediaType (line 42) | public function testSetMediaType() method testGetVideoProvider (line 51) | public function testGetVideoProvider() method testSetVideoProvider (line 60) | public function testSetVideoProvider() method testGetVideoUrl (line 69) | public function testGetVideoUrl() method testSetVideoUrl (line 80) | public function testSetVideoUrl() method testGetVideoTitle (line 89) | public function testGetVideoTitle() method testSetVideoTitle (line 98) | public function testSetVideoTitle() method testGetVideoDescription (line 107) | public function testGetVideoDescription() method testSetVideoDescription (line 116) | public function testSetVideoDescription() method testGetVideoMetadata (line 125) | public function testGetVideoMetadata() method testSetVideoMetadata (line 134) | public function testSetVideoMetadata() FILE: app/code/Magento/ProductVideo/Test/Unit/Observer/ChangeTemplateObserverTest.php class ChangeTemplateObserverTest (line 11) | class ChangeTemplateObserverTest extends \PHPUnit\Framework\TestCase method testChangeTemplate (line 13) | public function testChangeTemplate() FILE: app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js function _onYouTubeLoaded (line 420) | function _onYouTubeLoaded(data) { function _onVimeoLoaded (line 491) | function _onVimeoLoaded(data) { FILE: app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js function parseHref (line 22) | function parseHref(href) { function parseURL (line 33) | function parseURL(href, forceVideo) { FILE: app/code/Magento/Quote/Api/BillingAddressManagementInterface.php type BillingAddressManagementInterface (line 13) | interface BillingAddressManagementInterface method assign (line 25) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 34) | public function get($cartId); FILE: app/code/Magento/Quote/Api/CartItemRepositoryInterface.php type CartItemRepositoryInterface (line 13) | interface CartItemRepositoryInterface method getList (line 22) | public function getList($cartId); method save (line 33) | public function save(\Magento\Quote\Api\Data\CartItemInterface $cartIt... method deleteById (line 44) | public function deleteById($cartId, $itemId); FILE: app/code/Magento/Quote/Api/CartManagementInterface.php type CartManagementInterface (line 15) | interface CartManagementInterface method createEmptyCart (line 28) | public function createEmptyCart(); method createEmptyCartForCustomer (line 37) | public function createEmptyCartForCustomer($customerId); method getCartForCustomer (line 46) | public function getCartForCustomer($customerId); method assignCustomer (line 59) | public function assignCustomer($cartId, $customerId, $storeId); method placeOrder (line 69) | public function placeOrder($cartId, PaymentInterface $paymentMethod = ... FILE: app/code/Magento/Quote/Api/CartRepositoryInterface.php type CartRepositoryInterface (line 13) | interface CartRepositoryInterface method get (line 22) | public function get($cartId); method getList (line 34) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method getForCustomer (line 44) | public function getForCustomer($customerId, array $sharedStoreIds = []); method getActive (line 54) | public function getActive($cartId, array $sharedStoreIds = []); method getActiveForCustomer (line 64) | public function getActiveForCustomer($customerId, array $sharedStoreId... method save (line 72) | public function save(\Magento\Quote\Api\Data\CartInterface $quote); method delete (line 80) | public function delete(\Magento\Quote\Api\Data\CartInterface $quote); FILE: app/code/Magento/Quote/Api/CartTotalManagementInterface.php type CartTotalManagementInterface (line 13) | interface CartTotalManagementInterface method collectTotals (line 25) | public function collectTotals( FILE: app/code/Magento/Quote/Api/CartTotalRepositoryInterface.php type CartTotalRepositoryInterface (line 13) | interface CartTotalRepositoryInterface method get (line 22) | public function get($cartId); FILE: app/code/Magento/Quote/Api/ChangeQuoteControlInterface.php type ChangeQuoteControlInterface (line 16) | interface ChangeQuoteControlInterface method isAllowed (line 24) | public function isAllowed(CartInterface $quote): bool; FILE: app/code/Magento/Quote/Api/CouponManagementInterface.php type CouponManagementInterface (line 15) | interface CouponManagementInterface method get (line 24) | public function get($cartId); method set (line 35) | public function set($cartId, $couponCode); method remove (line 45) | public function remove($cartId); FILE: app/code/Magento/Quote/Api/Data/AddressAdditionalDataInterface.php type AddressAdditionalDataInterface (line 15) | interface AddressAdditionalDataInterface extends CustomAttributesDataInt... method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 30) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/AddressInterface.php type AddressInterface (line 13) | interface AddressInterface extends \Magento\Framework\Api\CustomAttribut... method getId (line 69) | public function getId(); method setId (line 77) | public function setId($id); method getRegion (line 84) | public function getRegion(); method setRegion (line 92) | public function setRegion($region); method getRegionId (line 99) | public function getRegionId(); method setRegionId (line 107) | public function setRegionId($regionId); method getRegionCode (line 114) | public function getRegionCode(); method setRegionCode (line 122) | public function setRegionCode($regionCode); method getCountryId (line 129) | public function getCountryId(); method setCountryId (line 137) | public function setCountryId($countryId); method getStreet (line 144) | public function getStreet(); method setStreet (line 152) | public function setStreet($street); method getCompany (line 159) | public function getCompany(); method setCompany (line 167) | public function setCompany($company); method getTelephone (line 174) | public function getTelephone(); method setTelephone (line 182) | public function setTelephone($telephone); method getFax (line 189) | public function getFax(); method setFax (line 197) | public function setFax($fax); method getPostcode (line 204) | public function getPostcode(); method setPostcode (line 212) | public function setPostcode($postcode); method getCity (line 219) | public function getCity(); method setCity (line 227) | public function setCity($city); method getFirstname (line 234) | public function getFirstname(); method setFirstname (line 242) | public function setFirstname($firstname); method getLastname (line 249) | public function getLastname(); method setLastname (line 257) | public function setLastname($lastname); method getMiddlename (line 264) | public function getMiddlename(); method setMiddlename (line 272) | public function setMiddlename($middlename); method getPrefix (line 279) | public function getPrefix(); method setPrefix (line 287) | public function setPrefix($prefix); method getSuffix (line 294) | public function getSuffix(); method setSuffix (line 302) | public function setSuffix($suffix); method getVatId (line 309) | public function getVatId(); method setVatId (line 317) | public function setVatId($vatId); method getCustomerId (line 324) | public function getCustomerId(); method setCustomerId (line 332) | public function setCustomerId($customerId); method getEmail (line 339) | public function getEmail(); method setEmail (line 347) | public function setEmail($email); method getSameAsBilling (line 354) | public function getSameAsBilling(); method setSameAsBilling (line 362) | public function setSameAsBilling($sameAsBilling); method getCustomerAddressId (line 369) | public function getCustomerAddressId(); method setCustomerAddressId (line 377) | public function setCustomerAddressId($customerAddressId); method getSaveInAddressBook (line 384) | public function getSaveInAddressBook(); method setSaveInAddressBook (line 392) | public function setSaveInAddressBook($saveInAddressBook); method getExtensionAttributes (line 399) | public function getExtensionAttributes(); method setExtensionAttributes (line 407) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Address... FILE: app/code/Magento/Quote/Api/Data/CartInterface.php type CartInterface (line 13) | interface CartInterface extends \Magento\Framework\Api\ExtensibleDataInt... method getId (line 69) | public function getId(); method setId (line 77) | public function setId($id); method getCreatedAt (line 84) | public function getCreatedAt(); method setCreatedAt (line 92) | public function setCreatedAt($createdAt); method getUpdatedAt (line 99) | public function getUpdatedAt(); method setUpdatedAt (line 107) | public function setUpdatedAt($updatedAt); method getConvertedAt (line 114) | public function getConvertedAt(); method setConvertedAt (line 122) | public function setConvertedAt($convertedAt); method getIsActive (line 129) | public function getIsActive(); method setIsActive (line 137) | public function setIsActive($isActive); method getIsVirtual (line 146) | public function getIsVirtual(); method getItems (line 153) | public function getItems(); method setItems (line 161) | public function setItems(array $items = null); method getItemsCount (line 168) | public function getItemsCount(); method setItemsCount (line 176) | public function setItemsCount($itemsCount); method getItemsQty (line 183) | public function getItemsQty(); method setItemsQty (line 191) | public function setItemsQty($itemQty); method getCustomer (line 198) | public function getCustomer(); method setCustomer (line 206) | public function setCustomer(\Magento\Customer\Api\Data\CustomerInterfa... method getBillingAddress (line 213) | public function getBillingAddress(); method setBillingAddress (line 221) | public function setBillingAddress(\Magento\Quote\Api\Data\AddressInter... method getReservedOrderId (line 228) | public function getReservedOrderId(); method setReservedOrderId (line 236) | public function setReservedOrderId($reservedOrderId); method getOrigOrderId (line 243) | public function getOrigOrderId(); method setOrigOrderId (line 251) | public function setOrigOrderId($origOrderId); method getCurrency (line 258) | public function getCurrency(); method setCurrency (line 266) | public function setCurrency(\Magento\Quote\Api\Data\CurrencyInterface ... method getCustomerIsGuest (line 273) | public function getCustomerIsGuest(); method setCustomerIsGuest (line 281) | public function setCustomerIsGuest($customerIsGuest); method getCustomerNote (line 288) | public function getCustomerNote(); method setCustomerNote (line 296) | public function setCustomerNote($customerNote); method getCustomerNoteNotify (line 303) | public function getCustomerNoteNotify(); method setCustomerNoteNotify (line 311) | public function setCustomerNoteNotify($customerNoteNotify); method getCustomerTaxClassId (line 318) | public function getCustomerTaxClassId(); method setCustomerTaxClassId (line 326) | public function setCustomerTaxClassId($customerTaxClassId); method getStoreId (line 333) | public function getStoreId(); method setStoreId (line 341) | public function setStoreId($storeId); method getExtensionAttributes (line 348) | public function getExtensionAttributes(); method setExtensionAttributes (line 356) | public function setExtensionAttributes(\Magento\Quote\Api\Data\CartExt... FILE: app/code/Magento/Quote/Api/Data/CartItemInterface.php type CartItemInterface (line 13) | interface CartItemInterface extends \Magento\Framework\Api\ExtensibleDat... method getItemId (line 41) | public function getItemId(); method setItemId (line 49) | public function setItemId($itemId); method getSku (line 56) | public function getSku(); method setSku (line 64) | public function setSku($sku); method getQty (line 71) | public function getQty(); method setQty (line 79) | public function setQty($qty); method getName (line 86) | public function getName(); method setName (line 94) | public function setName($name); method getPrice (line 101) | public function getPrice(); method setPrice (line 109) | public function setPrice($price); method getProductType (line 116) | public function getProductType(); method setProductType (line 124) | public function setProductType($productType); method getQuoteId (line 131) | public function getQuoteId(); method setQuoteId (line 139) | public function setQuoteId($quoteId); method getProductOption (line 146) | public function getProductOption(); method setProductOption (line 154) | public function setProductOption(\Magento\Quote\Api\Data\ProductOption... method getExtensionAttributes (line 161) | public function getExtensionAttributes(); method setExtensionAttributes (line 169) | public function setExtensionAttributes(\Magento\Quote\Api\Data\CartIte... FILE: app/code/Magento/Quote/Api/Data/CartSearchResultsInterface.php type CartSearchResultsInterface (line 15) | interface CartSearchResultsInterface extends \Magento\Framework\Api\Sear... method getItems (line 33) | public function getItems(); method setItems (line 41) | public function setItems(array $items); method getSearchCriteria (line 48) | public function getSearchCriteria(); method setSearchCriteria (line 56) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 63) | public function getTotalCount(); method setTotalCount (line 71) | public function setTotalCount($totalCount); FILE: app/code/Magento/Quote/Api/Data/CurrencyInterface.php type CurrencyInterface (line 13) | interface CurrencyInterface extends \Magento\Framework\Api\ExtensibleDat... method getGlobalCurrencyCode (line 41) | public function getGlobalCurrencyCode(); method setGlobalCurrencyCode (line 49) | public function setGlobalCurrencyCode($globalCurrencyCode); method getBaseCurrencyCode (line 56) | public function getBaseCurrencyCode(); method setBaseCurrencyCode (line 64) | public function setBaseCurrencyCode($baseCurrencyCode); method getStoreCurrencyCode (line 71) | public function getStoreCurrencyCode(); method setStoreCurrencyCode (line 79) | public function setStoreCurrencyCode($storeCurrencyCode); method getQuoteCurrencyCode (line 86) | public function getQuoteCurrencyCode(); method setQuoteCurrencyCode (line 94) | public function setQuoteCurrencyCode($quoteCurrencyCode); method getStoreToBaseRate (line 101) | public function getStoreToBaseRate(); method setStoreToBaseRate (line 109) | public function setStoreToBaseRate($storeToBaseRate); method getStoreToQuoteRate (line 116) | public function getStoreToQuoteRate(); method setStoreToQuoteRate (line 124) | public function setStoreToQuoteRate($storeToQuoteRate); method getBaseToGlobalRate (line 131) | public function getBaseToGlobalRate(); method setBaseToGlobalRate (line 139) | public function setBaseToGlobalRate($baseToGlobalRate); method getBaseToQuoteRate (line 146) | public function getBaseToQuoteRate(); method setBaseToQuoteRate (line 154) | public function setBaseToQuoteRate($baseToQuoteRate); method getExtensionAttributes (line 161) | public function getExtensionAttributes(); method setExtensionAttributes (line 169) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Currenc... FILE: app/code/Magento/Quote/Api/Data/EstimateAddressInterface.php type EstimateAddressInterface (line 13) | interface EstimateAddressInterface extends \Magento\Framework\Api\Custom... method getRegion (line 33) | public function getRegion(); method setRegion (line 41) | public function setRegion($region); method getRegionId (line 48) | public function getRegionId(); method setRegionId (line 56) | public function setRegionId($regionId); method getCountryId (line 63) | public function getCountryId(); method setCountryId (line 71) | public function setCountryId($countryId); method getPostcode (line 78) | public function getPostcode(); method setPostcode (line 86) | public function setPostcode($postcode); method getExtensionAttributes (line 93) | public function getExtensionAttributes(); method setExtensionAttributes (line 101) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/PaymentInterface.php type PaymentInterface (line 13) | interface PaymentInterface extends \Magento\Framework\Api\ExtensibleData... method getPoNumber (line 31) | public function getPoNumber(); method setPoNumber (line 39) | public function setPoNumber($poNumber); method getMethod (line 46) | public function getMethod(); method setMethod (line 54) | public function setMethod($method); method getAdditionalData (line 61) | public function getAdditionalData(); method setAdditionalData (line 69) | public function setAdditionalData($additionalData); method getExtensionAttributes (line 76) | public function getExtensionAttributes(); method setExtensionAttributes (line 84) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Payment... FILE: app/code/Magento/Quote/Api/Data/PaymentMethodInterface.php type PaymentMethodInterface (line 13) | interface PaymentMethodInterface method getCode (line 20) | public function getCode(); method getTitle (line 27) | public function getTitle(); FILE: app/code/Magento/Quote/Api/Data/ProductOptionInterface.php type ProductOptionInterface (line 15) | interface ProductOptionInterface extends ExtensibleDataInterface method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 30) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/ShippingAssignmentInterface.php type ShippingAssignmentInterface (line 14) | interface ShippingAssignmentInterface extends \Magento\Framework\Api\Ext... method getShipping (line 19) | public function getShipping(); method setShipping (line 25) | public function setShipping(\Magento\Quote\Api\Data\ShippingInterface ... method getItems (line 30) | public function getItems(); method setItems (line 36) | public function setItems($value); method getExtensionAttributes (line 43) | public function getExtensionAttributes(); method setExtensionAttributes (line 51) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/ShippingInterface.php type ShippingInterface (line 14) | interface ShippingInterface extends \Magento\Framework\Api\ExtensibleDat... method getAddress (line 21) | public function getAddress(); method setAddress (line 29) | public function setAddress(\Magento\Quote\Api\Data\AddressInterface $v... method getMethod (line 36) | public function getMethod(); method setMethod (line 44) | public function setMethod($value); method getExtensionAttributes (line 51) | public function getExtensionAttributes(); method setExtensionAttributes (line 59) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Shippin... FILE: app/code/Magento/Quote/Api/Data/ShippingMethodInterface.php type ShippingMethodInterface (line 13) | interface ShippingMethodInterface extends \Magento\Framework\Api\Extensi... method getCarrierCode (line 70) | public function getCarrierCode(); method setCarrierCode (line 78) | public function setCarrierCode($carrierCode); method getMethodCode (line 85) | public function getMethodCode(); method setMethodCode (line 93) | public function setMethodCode($methodCode); method getCarrierTitle (line 100) | public function getCarrierTitle(); method setCarrierTitle (line 108) | public function setCarrierTitle($carrierTitle); method getMethodTitle (line 115) | public function getMethodTitle(); method setMethodTitle (line 123) | public function setMethodTitle($methodTitle); method getAmount (line 130) | public function getAmount(); method setAmount (line 138) | public function setAmount($amount); method getBaseAmount (line 145) | public function getBaseAmount(); method setBaseAmount (line 153) | public function setBaseAmount($baseAmount); method getAvailable (line 161) | public function getAvailable(); method setAvailable (line 169) | public function setAvailable($available); method getExtensionAttributes (line 176) | public function getExtensionAttributes(); method setExtensionAttributes (line 184) | public function setExtensionAttributes( method getErrorMessage (line 193) | public function getErrorMessage(); method setErrorMessage (line 201) | public function setErrorMessage($errorMessage); method getPriceExclTax (line 208) | public function getPriceExclTax(); method setPriceExclTax (line 216) | public function setPriceExclTax($priceExclTax); method getPriceInclTax (line 223) | public function getPriceInclTax(); method setPriceInclTax (line 231) | public function setPriceInclTax($priceInclTax); FILE: app/code/Magento/Quote/Api/Data/TotalSegmentInterface.php type TotalSegmentInterface (line 13) | interface TotalSegmentInterface extends \Magento\Framework\Api\Extensibl... method getCode (line 29) | public function getCode(); method setCode (line 37) | public function setCode($code); method getTitle (line 44) | public function getTitle(); method setTitle (line 52) | public function setTitle($title = null); method getValue (line 59) | public function getValue(); method setValue (line 67) | public function setValue($value); method getArea (line 74) | public function getArea(); method setArea (line 82) | public function setArea($area = null); method getExtensionAttributes (line 89) | public function getExtensionAttributes(); method setExtensionAttributes (line 97) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/TotalsAdditionalDataInterface.php type TotalsAdditionalDataInterface (line 15) | interface TotalsAdditionalDataInterface extends CustomAttributesDataInte... method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 30) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Api/Data/TotalsInterface.php type TotalsInterface (line 13) | interface TotalsInterface extends \Magento\Framework\Api\ExtensibleDataI... method getGrandTotal (line 79) | public function getGrandTotal(); method setGrandTotal (line 87) | public function setGrandTotal($grandTotal); method getBaseGrandTotal (line 94) | public function getBaseGrandTotal(); method setBaseGrandTotal (line 102) | public function setBaseGrandTotal($baseGrandTotal); method getSubtotal (line 109) | public function getSubtotal(); method setSubtotal (line 117) | public function setSubtotal($subtotal); method getBaseSubtotal (line 124) | public function getBaseSubtotal(); method setBaseSubtotal (line 132) | public function setBaseSubtotal($baseSubtotal); method getDiscountAmount (line 139) | public function getDiscountAmount(); method setDiscountAmount (line 147) | public function setDiscountAmount($discountAmount); method getBaseDiscountAmount (line 154) | public function getBaseDiscountAmount(); method setBaseDiscountAmount (line 162) | public function setBaseDiscountAmount($baseDiscountAmount); method getSubtotalWithDiscount (line 169) | public function getSubtotalWithDiscount(); method setSubtotalWithDiscount (line 177) | public function setSubtotalWithDiscount($subtotalWithDiscount); method getBaseSubtotalWithDiscount (line 184) | public function getBaseSubtotalWithDiscount(); method setBaseSubtotalWithDiscount (line 192) | public function setBaseSubtotalWithDiscount($baseSubtotalWithDiscount); method getShippingAmount (line 199) | public function getShippingAmount(); method setShippingAmount (line 207) | public function setShippingAmount($shippingAmount); method getBaseShippingAmount (line 214) | public function getBaseShippingAmount(); method setBaseShippingAmount (line 222) | public function setBaseShippingAmount($baseShippingAmount); method getShippingDiscountAmount (line 229) | public function getShippingDiscountAmount(); method setShippingDiscountAmount (line 237) | public function setShippingDiscountAmount($shippingDiscountAmount); method getBaseShippingDiscountAmount (line 244) | public function getBaseShippingDiscountAmount(); method setBaseShippingDiscountAmount (line 252) | public function setBaseShippingDiscountAmount($baseShippingDiscountAmo... method getTaxAmount (line 259) | public function getTaxAmount(); method setTaxAmount (line 267) | public function setTaxAmount($taxAmount); method getBaseTaxAmount (line 274) | public function getBaseTaxAmount(); method setBaseTaxAmount (line 282) | public function setBaseTaxAmount($baseTaxAmount); method getWeeeTaxAppliedAmount (line 289) | public function getWeeeTaxAppliedAmount(); method setWeeeTaxAppliedAmount (line 297) | public function setWeeeTaxAppliedAmount($weeeTaxAppliedAmount); method getShippingTaxAmount (line 304) | public function getShippingTaxAmount(); method setShippingTaxAmount (line 312) | public function setShippingTaxAmount($shippingTaxAmount); method getBaseShippingTaxAmount (line 319) | public function getBaseShippingTaxAmount(); method setBaseShippingTaxAmount (line 327) | public function setBaseShippingTaxAmount($baseShippingTaxAmount); method getSubtotalInclTax (line 334) | public function getSubtotalInclTax(); method setSubtotalInclTax (line 342) | public function setSubtotalInclTax($subtotalInclTax); method getBaseSubtotalInclTax (line 349) | public function getBaseSubtotalInclTax(); method setBaseSubtotalInclTax (line 357) | public function setBaseSubtotalInclTax($baseSubtotalInclTax); method getShippingInclTax (line 364) | public function getShippingInclTax(); method setShippingInclTax (line 372) | public function setShippingInclTax($shippingInclTax); method getBaseShippingInclTax (line 379) | public function getBaseShippingInclTax(); method setBaseShippingInclTax (line 387) | public function setBaseShippingInclTax($baseShippingInclTax); method getBaseCurrencyCode (line 394) | public function getBaseCurrencyCode(); method setBaseCurrencyCode (line 402) | public function setBaseCurrencyCode($baseCurrencyCode); method getQuoteCurrencyCode (line 409) | public function getQuoteCurrencyCode(); method setQuoteCurrencyCode (line 417) | public function setQuoteCurrencyCode($quoteCurrencyCode); method getCouponCode (line 424) | public function getCouponCode(); method setCouponCode (line 432) | public function setCouponCode($couponCode); method getItemsQty (line 439) | public function getItemsQty(); method setItemsQty (line 447) | public function setItemsQty($itemsQty = null); method getItems (line 454) | public function getItems(); method setItems (line 462) | public function setItems(array $items = null); method getTotalSegments (line 469) | public function getTotalSegments(); method setTotalSegments (line 477) | public function setTotalSegments($totals = []); method getExtensionAttributes (line 484) | public function getExtensionAttributes(); method setExtensionAttributes (line 492) | public function setExtensionAttributes(\Magento\Quote\Api\Data\TotalsE... FILE: app/code/Magento/Quote/Api/Data/TotalsItemInterface.php type TotalsItemInterface (line 13) | interface TotalsItemInterface extends \Magento\Framework\Api\ExtensibleD... method setItemId (line 132) | public function setItemId($id); method getItemId (line 139) | public function getItemId(); method getPrice (line 146) | public function getPrice(); method setPrice (line 154) | public function setPrice($price); method getBasePrice (line 161) | public function getBasePrice(); method setBasePrice (line 169) | public function setBasePrice($basePrice); method getQty (line 176) | public function getQty(); method setQty (line 184) | public function setQty($qty); method getRowTotal (line 191) | public function getRowTotal(); method setRowTotal (line 199) | public function setRowTotal($rowTotal); method getBaseRowTotal (line 206) | public function getBaseRowTotal(); method setBaseRowTotal (line 214) | public function setBaseRowTotal($baseRowTotal); method getRowTotalWithDiscount (line 221) | public function getRowTotalWithDiscount(); method setRowTotalWithDiscount (line 229) | public function setRowTotalWithDiscount($rowTotalWithDiscount); method getTaxAmount (line 236) | public function getTaxAmount(); method setTaxAmount (line 244) | public function setTaxAmount($taxAmount); method getBaseTaxAmount (line 251) | public function getBaseTaxAmount(); method setBaseTaxAmount (line 259) | public function setBaseTaxAmount($baseTaxAmount); method getTaxPercent (line 266) | public function getTaxPercent(); method setTaxPercent (line 274) | public function setTaxPercent($taxPercent); method getDiscountAmount (line 281) | public function getDiscountAmount(); method setDiscountAmount (line 289) | public function setDiscountAmount($discountAmount); method getBaseDiscountAmount (line 296) | public function getBaseDiscountAmount(); method setBaseDiscountAmount (line 304) | public function setBaseDiscountAmount($baseDiscountAmount); method getDiscountPercent (line 311) | public function getDiscountPercent(); method setDiscountPercent (line 319) | public function setDiscountPercent($discountPercent); method getPriceInclTax (line 326) | public function getPriceInclTax(); method setPriceInclTax (line 334) | public function setPriceInclTax($priceInclTax); method getBasePriceInclTax (line 341) | public function getBasePriceInclTax(); method setBasePriceInclTax (line 349) | public function setBasePriceInclTax($basePriceInclTax); method getRowTotalInclTax (line 356) | public function getRowTotalInclTax(); method setRowTotalInclTax (line 364) | public function setRowTotalInclTax($rowTotalInclTax); method getBaseRowTotalInclTax (line 371) | public function getBaseRowTotalInclTax(); method setBaseRowTotalInclTax (line 379) | public function setBaseRowTotalInclTax($baseRowTotalInclTax); method getOptions (line 386) | public function getOptions(); method setOptions (line 394) | public function setOptions($options); method getWeeeTaxAppliedAmount (line 401) | public function getWeeeTaxAppliedAmount(); method setWeeeTaxAppliedAmount (line 409) | public function setWeeeTaxAppliedAmount($weeeTaxAppliedAmount); method getWeeeTaxApplied (line 416) | public function getWeeeTaxApplied(); method setWeeeTaxApplied (line 424) | public function setWeeeTaxApplied($weeeTaxApplied); method getExtensionAttributes (line 431) | public function getExtensionAttributes(); method getName (line 438) | public function getName(); method setName (line 446) | public function setName($name); method setExtensionAttributes (line 454) | public function setExtensionAttributes(\Magento\Quote\Api\Data\TotalsI... FILE: app/code/Magento/Quote/Api/GuestBillingAddressManagementInterface.php type GuestBillingAddressManagementInterface (line 13) | interface GuestBillingAddressManagementInterface method assign (line 25) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 34) | public function get($cartId); FILE: app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php type GuestCartItemRepositoryInterface (line 13) | interface GuestCartItemRepositoryInterface method getList (line 22) | public function getList($cartId); method save (line 33) | public function save(\Magento\Quote\Api\Data\CartItemInterface $cartIt... method deleteById (line 44) | public function deleteById($cartId, $itemId); FILE: app/code/Magento/Quote/Api/GuestCartManagementInterface.php type GuestCartManagementInterface (line 15) | interface GuestCartManagementInterface method createEmptyCart (line 23) | public function createEmptyCart(); method assignCustomer (line 33) | public function assignCustomer($cartId, $customerId, $storeId); method placeOrder (line 43) | public function placeOrder($cartId, PaymentInterface $paymentMethod = ... FILE: app/code/Magento/Quote/Api/GuestCartRepositoryInterface.php type GuestCartRepositoryInterface (line 13) | interface GuestCartRepositoryInterface method get (line 22) | public function get($cartId); FILE: app/code/Magento/Quote/Api/GuestCartTotalManagementInterface.php type GuestCartTotalManagementInterface (line 13) | interface GuestCartTotalManagementInterface method collectTotals (line 25) | public function collectTotals( FILE: app/code/Magento/Quote/Api/GuestCartTotalRepositoryInterface.php type GuestCartTotalRepositoryInterface (line 14) | interface GuestCartTotalRepositoryInterface method get (line 23) | public function get($cartId); FILE: app/code/Magento/Quote/Api/GuestCouponManagementInterface.php type GuestCouponManagementInterface (line 15) | interface GuestCouponManagementInterface method get (line 24) | public function get($cartId); method set (line 35) | public function set($cartId, $couponCode); method remove (line 45) | public function remove($cartId); FILE: app/code/Magento/Quote/Api/GuestPaymentMethodManagementInterface.php type GuestPaymentMethodManagementInterface (line 13) | interface GuestPaymentMethodManagementInterface method set (line 25) | public function set($cartId, \Magento\Quote\Api\Data\PaymentInterface ... method get (line 34) | public function get($cartId); method getList (line 47) | public function getList($cartId); FILE: app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php type GuestShipmentEstimationInterface (line 13) | interface GuestShipmentEstimationInterface extends ShipmentEstimationInt... FILE: app/code/Magento/Quote/Api/GuestShippingMethodManagementInterface.php type GuestShippingMethodManagementInterface (line 13) | interface GuestShippingMethodManagementInterface method getList (line 23) | public function getList($cartId); method estimateByAddress (line 33) | public function estimateByAddress($cartId, \Magento\Quote\Api\Data\Est... FILE: app/code/Magento/Quote/Api/PaymentMethodManagementInterface.php type PaymentMethodManagementInterface (line 13) | interface PaymentMethodManagementInterface method set (line 25) | public function set($cartId, \Magento\Quote\Api\Data\PaymentInterface ... method get (line 34) | public function get($cartId); method getList (line 47) | public function getList($cartId); FILE: app/code/Magento/Quote/Api/ShipmentEstimationInterface.php type ShipmentEstimationInterface (line 15) | interface ShipmentEstimationInterface method estimateByExtendedAddress (line 24) | public function estimateByExtendedAddress($cartId, AddressInterface $a... FILE: app/code/Magento/Quote/Api/ShippingMethodManagementInterface.php type ShippingMethodManagementInterface (line 14) | interface ShippingMethodManagementInterface method estimateByAddress (line 24) | public function estimateByAddress($cartId, \Magento\Quote\Api\Data\Est... method estimateByAddressId (line 33) | public function estimateByAddressId($cartId, $addressId); method getList (line 43) | public function getList($cartId); FILE: app/code/Magento/Quote/Model/AddressAdditionalData.php class AddressAdditionalData (line 11) | class AddressAdditionalData extends AbstractExtensibleModel implements A... method getExtensionAttributes (line 18) | public function getExtensionAttributes() method setExtensionAttributes (line 26) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/AddressAdditionalDataProcessor.php class AddressAdditionalDataProcessor (line 11) | class AddressAdditionalDataProcessor method process (line 20) | public function process(AddressAdditionalDataInterface $additionalData) FILE: app/code/Magento/Quote/Model/BillingAddressManagement.php class BillingAddressManagement (line 18) | class BillingAddressManagement implements BillingAddressManagementInterface method __construct (line 59) | public function __construct( method assign (line 75) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 96) | public function get($cartId) method getShippingAddressAssignment (line 108) | private function getShippingAddressAssignment() FILE: app/code/Magento/Quote/Model/Cart/CartTotalManagement.php class CartTotalManagement (line 13) | class CartTotalManagement implements CartTotalManagementInterface method __construct (line 41) | public function __construct( method collectTotals (line 56) | public function collectTotals( FILE: app/code/Magento/Quote/Model/Cart/CartTotalRepository.php class CartTotalRepository (line 20) | class CartTotalRepository implements CartTotalRepositoryInterface method __construct (line 64) | public function __construct( method get (line 86) | public function get($cartId) FILE: app/code/Magento/Quote/Model/Cart/Currency.php class Currency (line 11) | class Currency extends \Magento\Framework\Model\AbstractExtensibleModel ... method getGlobalCurrencyCode (line 17) | public function getGlobalCurrencyCode() method getBaseCurrencyCode (line 25) | public function getBaseCurrencyCode() method getStoreCurrencyCode (line 33) | public function getStoreCurrencyCode() method getQuoteCurrencyCode (line 41) | public function getQuoteCurrencyCode() method getStoreToBaseRate (line 49) | public function getStoreToBaseRate() method getStoreToQuoteRate (line 57) | public function getStoreToQuoteRate() method getBaseToGlobalRate (line 65) | public function getBaseToGlobalRate() method getBaseToQuoteRate (line 73) | public function getBaseToQuoteRate() method setGlobalCurrencyCode (line 84) | public function setGlobalCurrencyCode($globalCurrencyCode) method setBaseCurrencyCode (line 95) | public function setBaseCurrencyCode($baseCurrencyCode) method setStoreCurrencyCode (line 106) | public function setStoreCurrencyCode($storeCurrencyCode) method setQuoteCurrencyCode (line 117) | public function setQuoteCurrencyCode($quoteCurrencyCode) method setStoreToBaseRate (line 128) | public function setStoreToBaseRate($storeToBaseRate) method setStoreToQuoteRate (line 139) | public function setStoreToQuoteRate($storeToQuoteRate) method setBaseToGlobalRate (line 150) | public function setBaseToGlobalRate($baseToGlobalRate) method setBaseToQuoteRate (line 161) | public function setBaseToQuoteRate($baseToQuoteRate) method getExtensionAttributes (line 171) | public function getExtensionAttributes() method setExtensionAttributes (line 182) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Currenc... FILE: app/code/Magento/Quote/Model/Cart/ShippingMethod.php class ShippingMethod (line 15) | class ShippingMethod extends \Magento\Framework\Api\AbstractExtensibleOb... method getCarrierCode (line 23) | public function getCarrierCode() method setCarrierCode (line 34) | public function setCarrierCode($carrierCode) method getMethodCode (line 44) | public function getMethodCode() method setMethodCode (line 55) | public function setMethodCode($methodCode) method getCarrierTitle (line 65) | public function getCarrierTitle() method setCarrierTitle (line 76) | public function setCarrierTitle($carrierTitle) method getMethodTitle (line 86) | public function getMethodTitle() method setMethodTitle (line 97) | public function setMethodTitle($methodTitle) method getAmount (line 107) | public function getAmount() method setAmount (line 118) | public function setAmount($amount) method getBaseAmount (line 128) | public function getBaseAmount() method setBaseAmount (line 139) | public function setBaseAmount($baseAmount) method getAvailable (line 150) | public function getAvailable() method setAvailable (line 161) | public function setAvailable($available) method getErrorMessage (line 171) | public function getErrorMessage() method setErrorMessage (line 182) | public function setErrorMessage($errorMessage) method getExtensionAttributes (line 192) | public function getExtensionAttributes() method setExtensionAttributes (line 203) | public function setExtensionAttributes( method getPriceExclTax (line 214) | public function getPriceExclTax() method setPriceExclTax (line 225) | public function setPriceExclTax($priceExclTax) method getPriceInclTax (line 235) | public function getPriceInclTax() method setPriceInclTax (line 246) | public function setPriceInclTax($priceInclTax) FILE: app/code/Magento/Quote/Model/Cart/ShippingMethodConverter.php class ShippingMethodConverter (line 12) | class ShippingMethodConverter method __construct (line 33) | public function __construct( method modelToDataObject (line 50) | public function modelToDataObject($rateModel, $quoteCurrencyCode) method getShippingPriceWithFlag (line 80) | private function getShippingPriceWithFlag($rateModel, $flag) FILE: app/code/Magento/Quote/Model/Cart/TotalSegment.php class TotalSegment (line 16) | class TotalSegment extends AbstractExtensibleModel implements TotalSegme... method getCode (line 21) | public function getCode() method setCode (line 29) | public function setCode($code) method getValue (line 37) | public function getValue() method setValue (line 45) | public function setValue($value) method getTitle (line 53) | public function getTitle() method setTitle (line 61) | public function setTitle($title = null) method getArea (line 69) | public function getArea() method setArea (line 77) | public function setArea($area = null) method getExtensionAttributes (line 85) | public function getExtensionAttributes() method setExtensionAttributes (line 93) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/Cart/Totals.php class Totals (line 17) | class Totals extends AbstractExtensibleModel implements TotalsInterface method getGrandTotal (line 24) | public function getGrandTotal() method setGrandTotal (line 35) | public function setGrandTotal($grandTotal) method getBaseGrandTotal (line 45) | public function getBaseGrandTotal() method setBaseGrandTotal (line 56) | public function setBaseGrandTotal($baseGrandTotal) method getSubtotal (line 66) | public function getSubtotal() method setSubtotal (line 77) | public function setSubtotal($subtotal) method getBaseSubtotal (line 87) | public function getBaseSubtotal() method setBaseSubtotal (line 98) | public function setBaseSubtotal($baseSubtotal) method getDiscountAmount (line 108) | public function getDiscountAmount() method setDiscountAmount (line 119) | public function setDiscountAmount($discountAmount) method getBaseDiscountAmount (line 129) | public function getBaseDiscountAmount() method setBaseDiscountAmount (line 140) | public function setBaseDiscountAmount($baseDiscountAmount) method getSubtotalWithDiscount (line 150) | public function getSubtotalWithDiscount() method setSubtotalWithDiscount (line 161) | public function setSubtotalWithDiscount($subtotalWithDiscount) method getBaseSubtotalWithDiscount (line 171) | public function getBaseSubtotalWithDiscount() method setBaseSubtotalWithDiscount (line 182) | public function setBaseSubtotalWithDiscount($baseSubtotalWithDiscount) method getShippingAmount (line 192) | public function getShippingAmount() method setShippingAmount (line 203) | public function setShippingAmount($shippingAmount) method getBaseShippingAmount (line 213) | public function getBaseShippingAmount() method setBaseShippingAmount (line 224) | public function setBaseShippingAmount($baseShippingAmount) method getShippingDiscountAmount (line 234) | public function getShippingDiscountAmount() method setShippingDiscountAmount (line 245) | public function setShippingDiscountAmount($shippingDiscountAmount) method getBaseShippingDiscountAmount (line 255) | public function getBaseShippingDiscountAmount() method setBaseShippingDiscountAmount (line 266) | public function setBaseShippingDiscountAmount($baseShippingDiscountAmo... method getTaxAmount (line 276) | public function getTaxAmount() method setTaxAmount (line 287) | public function setTaxAmount($taxAmount) method getBaseTaxAmount (line 297) | public function getBaseTaxAmount() method setBaseTaxAmount (line 308) | public function setBaseTaxAmount($baseTaxAmount) method getWeeeTaxAppliedAmount (line 318) | public function getWeeeTaxAppliedAmount() method setWeeeTaxAppliedAmount (line 329) | public function setWeeeTaxAppliedAmount($weeeTaxAppliedAmount) method getShippingTaxAmount (line 339) | public function getShippingTaxAmount() method setShippingTaxAmount (line 350) | public function setShippingTaxAmount($shippingTaxAmount) method getBaseShippingTaxAmount (line 360) | public function getBaseShippingTaxAmount() method setBaseShippingTaxAmount (line 371) | public function setBaseShippingTaxAmount($baseShippingTaxAmount) method getSubtotalInclTax (line 381) | public function getSubtotalInclTax() method setSubtotalInclTax (line 392) | public function setSubtotalInclTax($subtotalInclTax) method getBaseSubtotalInclTax (line 402) | public function getBaseSubtotalInclTax() method setBaseSubtotalInclTax (line 413) | public function setBaseSubtotalInclTax($baseSubtotalInclTax) method getShippingInclTax (line 423) | public function getShippingInclTax() method setShippingInclTax (line 434) | public function setShippingInclTax($shippingInclTax) method getBaseShippingInclTax (line 444) | public function getBaseShippingInclTax() method setBaseShippingInclTax (line 455) | public function setBaseShippingInclTax($baseShippingInclTax) method getBaseCurrencyCode (line 465) | public function getBaseCurrencyCode() method setBaseCurrencyCode (line 476) | public function setBaseCurrencyCode($baseCurrencyCode) method getQuoteCurrencyCode (line 486) | public function getQuoteCurrencyCode() method setQuoteCurrencyCode (line 497) | public function setQuoteCurrencyCode($quoteCurrencyCode) method getCouponCode (line 505) | public function getCouponCode() method setCouponCode (line 513) | public function setCouponCode($couponCode) method getItemsQty (line 523) | public function getItemsQty() method setItemsQty (line 534) | public function setItemsQty($itemsQty = null) method getItems (line 544) | public function getItems() method setItems (line 555) | public function setItems(array $items = null) method getTotalSegments (line 563) | public function getTotalSegments() method setTotalSegments (line 571) | public function setTotalSegments($totals = []) method getExtensionAttributes (line 581) | public function getExtensionAttributes() method setExtensionAttributes (line 592) | public function setExtensionAttributes(\Magento\Quote\Api\Data\TotalsE... FILE: app/code/Magento/Quote/Model/Cart/Totals/Item.php class Item (line 16) | class Item extends AbstractExtensibleObject implements TotalsItemInterface method setItemId (line 24) | public function setItemId($id) method getItemId (line 34) | public function getItemId() method getPrice (line 44) | public function getPrice() method setPrice (line 55) | public function setPrice($price) method getBasePrice (line 65) | public function getBasePrice() method setBasePrice (line 76) | public function setBasePrice($basePrice) method getQty (line 86) | public function getQty() method setQty (line 97) | public function setQty($qty) method getRowTotal (line 107) | public function getRowTotal() method setRowTotal (line 118) | public function setRowTotal($rowTotal) method getBaseRowTotal (line 128) | public function getBaseRowTotal() method setBaseRowTotal (line 139) | public function setBaseRowTotal($baseRowTotal) method getRowTotalWithDiscount (line 149) | public function getRowTotalWithDiscount() method setRowTotalWithDiscount (line 160) | public function setRowTotalWithDiscount($rowTotalWithDiscount) method getTaxAmount (line 170) | public function getTaxAmount() method setTaxAmount (line 181) | public function setTaxAmount($taxAmount) method getBaseTaxAmount (line 191) | public function getBaseTaxAmount() method setBaseTaxAmount (line 202) | public function setBaseTaxAmount($baseTaxAmount) method getTaxPercent (line 212) | public function getTaxPercent() method setTaxPercent (line 223) | public function setTaxPercent($taxPercent) method getDiscountAmount (line 233) | public function getDiscountAmount() method setDiscountAmount (line 244) | public function setDiscountAmount($discountAmount) method getBaseDiscountAmount (line 254) | public function getBaseDiscountAmount() method setBaseDiscountAmount (line 265) | public function setBaseDiscountAmount($baseDiscountAmount) method getDiscountPercent (line 275) | public function getDiscountPercent() method setDiscountPercent (line 286) | public function setDiscountPercent($discountPercent) method getPriceInclTax (line 296) | public function getPriceInclTax() method setPriceInclTax (line 307) | public function setPriceInclTax($priceInclTax) method getBasePriceInclTax (line 317) | public function getBasePriceInclTax() method setBasePriceInclTax (line 328) | public function setBasePriceInclTax($basePriceInclTax) method getRowTotalInclTax (line 338) | public function getRowTotalInclTax() method setRowTotalInclTax (line 349) | public function setRowTotalInclTax($rowTotalInclTax) method getBaseRowTotalInclTax (line 359) | public function getBaseRowTotalInclTax() method setBaseRowTotalInclTax (line 370) | public function setBaseRowTotalInclTax($baseRowTotalInclTax) method getOptions (line 380) | public function getOptions() method setOptions (line 391) | public function setOptions($options) method getWeeeTaxAppliedAmount (line 401) | public function getWeeeTaxAppliedAmount() method setWeeeTaxAppliedAmount (line 412) | public function setWeeeTaxAppliedAmount($weeeTaxAppliedAmount) method getWeeeTaxApplied (line 422) | public function getWeeeTaxApplied() method setWeeeTaxApplied (line 433) | public function setWeeeTaxApplied($weeeTaxApplied) method getName (line 441) | public function getName() method setName (line 449) | public function setName($name) method getExtensionAttributes (line 459) | public function getExtensionAttributes() method setExtensionAttributes (line 470) | public function setExtensionAttributes(\Magento\Quote\Api\Data\TotalsI... FILE: app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php class ItemConverter (line 18) | class ItemConverter method __construct (line 55) | public function __construct( method modelToDataObject (line 77) | public function modelToDataObject($item) method getFormattedOptionValue (line 99) | private function getFormattedOptionValue($item) FILE: app/code/Magento/Quote/Model/Cart/TotalsAdditionalData.php class TotalsAdditionalData (line 14) | class TotalsAdditionalData extends AbstractExtensibleModel implements To... method getExtensionAttributes (line 21) | public function getExtensionAttributes() method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/Cart/TotalsAdditionalDataProcessor.php class TotalsAdditionalDataProcessor (line 13) | class TotalsAdditionalDataProcessor method process (line 23) | public function process(TotalsAdditionalDataInterface $additionalData,... FILE: app/code/Magento/Quote/Model/Cart/TotalsConverter.php class TotalsConverter (line 14) | class TotalsConverter method __construct (line 24) | public function __construct( method process (line 34) | public function process($addressTotals) FILE: app/code/Magento/Quote/Model/CartSearchResults.php class CartSearchResults (line 16) | class CartSearchResults extends AbstractSimpleObject implements CartSear... method setItems (line 21) | public function setItems(array $items = null) method getItems (line 29) | public function getItems() method getSearchCriteria (line 37) | public function getSearchCriteria() method setSearchCriteria (line 45) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 53) | public function getTotalCount() method setTotalCount (line 61) | public function setTotalCount($count) FILE: app/code/Magento/Quote/Model/ChangeQuoteControl.php class ChangeQuoteControl (line 18) | class ChangeQuoteControl implements ChangeQuoteControlInterface method __construct (line 28) | public function __construct(UserContextInterface $userContext) method isAllowed (line 36) | public function isAllowed(CartInterface $quote): bool FILE: app/code/Magento/Quote/Model/CouponManagement.php class CouponManagement (line 19) | class CouponManagement implements CouponManagementInterface method __construct (line 33) | public function __construct( method get (line 42) | public function get($cartId) method set (line 52) | public function set($cartId, $couponCode) method remove (line 84) | public function remove($cartId) FILE: app/code/Magento/Quote/Model/CustomerManagement.php class CustomerManagement (line 18) | class CustomerManagement method __construct (line 53) | public function __construct( method populateCustomerInfo (line 75) | public function populateCustomerInfo(QuoteEntity $quote) method validateAddresses (line 110) | public function validateAddresses(QuoteEntity $quote) FILE: app/code/Magento/Quote/Model/EstimateAddress.php class EstimateAddress (line 12) | class EstimateAddress extends AbstractExtensibleModel implements Estimat... method getRegion (line 19) | public function getRegion() method setRegion (line 30) | public function setRegion($region) method getRegionId (line 40) | public function getRegionId() method setRegionId (line 51) | public function setRegionId($regionId) method getCountryId (line 61) | public function getCountryId() method setCountryId (line 72) | public function setCountryId($countryId) method getPostcode (line 82) | public function getPostcode() method setPostcode (line 93) | public function setPostcode($postcode) method getExtensionAttributes (line 103) | public function getExtensionAttributes() method setExtensionAttributes (line 114) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/GuestCart/GuestBillingAddressManagement.php class GuestBillingAddressManagement (line 16) | class GuestBillingAddressManagement implements GuestBillingAddressManage... method __construct (line 34) | public function __construct( method assign (line 45) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 55) | public function get($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestCartItemRepository.php class GuestCartItemRepository (line 17) | class GuestCartItemRepository implements \Magento\Quote\Api\GuestCartIte... method __construct (line 35) | public function __construct( method getList (line 46) | public function getList($cartId) method save (line 61) | public function save(\Magento\Quote\Api\Data\CartItemInterface $cartItem) method deleteById (line 72) | public function deleteById($cartId, $itemId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestCartManagement.php class GuestCartManagement (line 21) | class GuestCartManagement implements GuestCartManagementInterface method __construct (line 46) | public function __construct( method createEmptyCart (line 59) | public function createEmptyCart() method assignCustomer (line 71) | public function assignCustomer($cartId, $customerId, $storeId) method placeOrder (line 81) | public function placeOrder($cartId, PaymentInterface $paymentMethod = ... FILE: app/code/Magento/Quote/Model/GuestCart/GuestCartRepository.php class GuestCartRepository (line 16) | class GuestCartRepository implements GuestCartRepositoryInterface method __construct (line 34) | public function __construct( method get (line 45) | public function get($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestCartTotalManagement.php class GuestCartTotalManagement (line 14) | class GuestCartTotalManagement implements GuestCartTotalManagementInterface method __construct (line 30) | public function __construct( method collectTotals (line 41) | public function collectTotals( FILE: app/code/Magento/Quote/Model/GuestCart/GuestCartTotalRepository.php class GuestCartTotalRepository (line 17) | class GuestCartTotalRepository implements GuestCartTotalRepositoryInterface method __construct (line 35) | public function __construct( method get (line 46) | public function get($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestCouponManagement.php class GuestCouponManagement (line 17) | class GuestCouponManagement implements GuestCouponManagementInterface method __construct (line 35) | public function __construct( method get (line 46) | public function get($cartId) method set (line 56) | public function set($cartId, $couponCode) method remove (line 66) | public function remove($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestPaymentMethodManagement.php class GuestPaymentMethodManagement (line 16) | class GuestPaymentMethodManagement implements GuestPaymentMethodManageme... method __construct (line 34) | public function __construct( method set (line 45) | public function set($cartId, \Magento\Quote\Api\Data\PaymentInterface ... method get (line 55) | public function get($cartId) method getList (line 65) | public function getList($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestShippingAddressManagement.php class GuestShippingAddressManagement (line 16) | class GuestShippingAddressManagement implements GuestShippingAddressMana... method __construct (line 34) | public function __construct( method assign (line 45) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 55) | public function get($cartId) FILE: app/code/Magento/Quote/Model/GuestCart/GuestShippingAddressManagementInterface.php type GuestShippingAddressManagementInterface (line 13) | interface GuestShippingAddressManagementInterface method assign (line 24) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 33) | public function get($cartId); FILE: app/code/Magento/Quote/Model/GuestCart/GuestShippingMethodManagement.php class GuestShippingMethodManagement (line 20) | class GuestShippingMethodManagement implements method __construct (line 46) | public function __construct( method get (line 57) | public function get($cartId) method getList (line 67) | public function getList($cartId) method set (line 77) | public function set($cartId, $carrierCode, $methodCode) method estimateByAddress (line 87) | public function estimateByAddress($cartId, \Magento\Quote\Api\Data\Est... method estimateByExtendedAddress (line 97) | public function estimateByExtendedAddress($cartId, AddressInterface $a... method getShipmentEstimationManagement (line 111) | private function getShipmentEstimationManagement() FILE: app/code/Magento/Quote/Model/GuestCart/GuestShippingMethodManagementInterface.php type GuestShippingMethodManagementInterface (line 13) | interface GuestShippingMethodManagementInterface method set (line 28) | public function set($cartId, $carrierCode, $methodCode); method get (line 38) | public function get($cartId); FILE: app/code/Magento/Quote/Model/GuestCartManagement/Plugin/Authorization.php class Authorization (line 11) | class Authorization method __construct (line 21) | public function __construct( method beforeAssignCustomer (line 36) | public function beforeAssignCustomer( FILE: app/code/Magento/Quote/Model/MaskedQuoteIdToQuoteId.php class MaskedQuoteIdToQuoteId (line 16) | class MaskedQuoteIdToQuoteId implements MaskedQuoteIdToQuoteIdInterface method __construct (line 38) | public function __construct( method execute (line 51) | public function execute(string $maskedQuoteId): int FILE: app/code/Magento/Quote/Model/MaskedQuoteIdToQuoteIdInterface.php type MaskedQuoteIdToQuoteIdInterface (line 16) | interface MaskedQuoteIdToQuoteIdInterface method execute (line 23) | public function execute(string $maskedQuoteId): int; FILE: app/code/Magento/Quote/Model/PaymentMethodManagement.php class PaymentMethodManagement (line 15) | class PaymentMethodManagement implements \Magento\Quote\Api\PaymentMetho... method __construct (line 39) | public function __construct( method set (line 52) | public function set($cartId, \Magento\Quote\Api\Data\PaymentInterface ... method get (line 93) | public function get($cartId) method getList (line 107) | public function getList($cartId) FILE: app/code/Magento/Quote/Model/Product/Plugin/MarkQuotesRecollectMassDisabled.php class MarkQuotesRecollectMassDisabled (line 17) | class MarkQuotesRecollectMassDisabled method __construct (line 25) | public function __construct( method afterUpdateAttributes (line 42) | public function afterUpdateAttributes( FILE: app/code/Magento/Quote/Model/Product/Plugin/RemoveQuoteItems.php class RemoveQuoteItems (line 10) | class RemoveQuoteItems method __construct (line 20) | public function __construct(\Magento\Quote\Model\Product\QuoteItemsCle... method afterDelete (line 32) | public function afterDelete( FILE: app/code/Magento/Quote/Model/Product/Plugin/UpdateQuoteItems.php class UpdateQuoteItems (line 8) | class UpdateQuoteItems method __construct (line 18) | public function __construct( method afterSave (line 31) | public function afterSave( FILE: app/code/Magento/Quote/Model/Product/QuoteItemsCleaner.php class QuoteItemsCleaner (line 8) | class QuoteItemsCleaner implements \Magento\Quote\Model\Product\QuoteIte... method __construct (line 18) | public function __construct(\Magento\Quote\Model\ResourceModel\Quote\I... method execute (line 26) | public function execute(\Magento\Catalog\Api\Data\ProductInterface $pr... FILE: app/code/Magento/Quote/Model/Product/QuoteItemsCleanerInterface.php type QuoteItemsCleanerInterface (line 14) | interface QuoteItemsCleanerInterface method execute (line 20) | public function execute(ProductInterface $product); FILE: app/code/Magento/Quote/Model/QueryResolver.php class QueryResolver (line 13) | class QueryResolver method __construct (line 53) | public function __construct( method isSingleQuery (line 70) | public function isSingleQuery() method initData (line 82) | protected function initData() method merge (line 101) | public function merge(array $config) FILE: app/code/Magento/Quote/Model/Quote.php class Quote (line 109) | class Quote extends AbstractExtensibleModel implements \Magento\Quote\Ap... method __construct (line 414) | public function __construct( method _construct (line 511) | protected function _construct() method getCurrency (line 522) | public function getCurrency() method setCurrency (line 543) | public function setCurrency(\Magento\Quote\Api\Data\CurrencyInterface ... method getItems (line 551) | public function getItems() method setItems (line 559) | public function setItems(array $items = null) method getCreatedAt (line 567) | public function getCreatedAt() method setCreatedAt (line 575) | public function setCreatedAt($createdAt) method getUpdatedAt (line 583) | public function getUpdatedAt() method setUpdatedAt (line 591) | public function setUpdatedAt($updatedAt) method getConvertedAt (line 599) | public function getConvertedAt() method setConvertedAt (line 607) | public function setConvertedAt($convertedAt) method getIsActive (line 615) | public function getIsActive() method setIsActive (line 623) | public function setIsActive($isActive) method setIsVirtual (line 631) | public function setIsVirtual($isVirtual) method getItemsCount (line 639) | public function getItemsCount() method setItemsCount (line 647) | public function setItemsCount($itemsCount) method getItemsQty (line 655) | public function getItemsQty() method setItemsQty (line 663) | public function setItemsQty($itemsQty) method getOrigOrderId (line 671) | public function getOrigOrderId() method setOrigOrderId (line 679) | public function setOrigOrderId($origOrderId) method getReservedOrderId (line 687) | public function getReservedOrderId() method setReservedOrderId (line 695) | public function setReservedOrderId($reservedOrderId) method getCustomerIsGuest (line 703) | public function getCustomerIsGuest() method setCustomerIsGuest (line 711) | public function setCustomerIsGuest($customerIsGuest) method getCustomerNote (line 719) | public function getCustomerNote() method setCustomerNote (line 727) | public function setCustomerNote($customerNote) method getCustomerNoteNotify (line 735) | public function getCustomerNoteNotify() method setCustomerNoteNotify (line 743) | public function setCustomerNoteNotify($customerNoteNotify) method getStoreId (line 753) | public function getStoreId() method setStoreId (line 764) | public function setStoreId($storeId) method getStore (line 775) | public function getStore() method setStore (line 786) | public function setStore(\Magento\Store\Model\Store $store) method getSharedStoreIds (line 797) | public function getSharedStoreIds() method beforeSave (line 815) | public function beforeSave() method loadByCustomer (line 877) | public function loadByCustomer($customer) method loadActive (line 896) | public function loadActive($quoteId) method loadByIdWithoutStore (line 909) | public function loadByIdWithoutStore($quoteId) method assignCustomer (line 922) | public function assignCustomer(\Magento\Customer\Api\Data\CustomerInte... method assignCustomerWithAddressChange (line 935) | public function assignCustomerWithAddressChange( method setCustomer (line 986) | public function setCustomer(\Magento\Customer\Api\Data\CustomerInterfa... method getCustomer (line 1011) | public function getCustomer() method setCustomerAddressData (line 1035) | public function setCustomerAddressData(array $addresses) method addCustomerAddress (line 1054) | public function addCustomerAddress(\Magento\Customer\Api\Data\AddressI... method updateCustomerData (line 1069) | public function updateCustomerData(\Magento\Customer\Api\Data\Customer... method getCustomerGroupId (line 1082) | public function getCustomerGroupId() method getCustomerTaxClassId (line 1096) | public function getCustomerTaxClassId() method setCustomerTaxClassId (line 1115) | public function setCustomerTaxClassId($customerTaxClassId) method getAddressesCollection (line 1125) | public function getAddressesCollection() method _getAddressByType (line 1145) | protected function _getAddressByType($type) method getBillingAddress (line 1163) | public function getBillingAddress() method getShippingAddress (line 1173) | public function getShippingAddress() method getAllShippingAddresses (line 1183) | public function getAllShippingAddresses() method getAllAddresses (line 1199) | public function getAllAddresses() method getAddressById (line 1216) | public function getAddressById($addressId) method getAddressByCustomerAddressId (line 1232) | public function getAddressByCustomerAddressId($addressId) method getShippingAddressByCustomerAddressId (line 1248) | public function getShippingAddressByCustomerAddressId($addressId) method removeAddress (line 1268) | public function removeAddress($addressId) method removeAllAddresses (line 1284) | public function removeAllAddresses() method addAddress (line 1322) | public function addAddress(\Magento\Quote\Api\Data\AddressInterface $a... method setBillingAddress (line 1337) | public function setBillingAddress(\Magento\Quote\Api\Data\AddressInter... method setShippingAddress (line 1356) | public function setShippingAddress(\Magento\Quote\Api\Data\AddressInte... method addShippingAddress (line 1379) | public function addShippingAddress(\Magento\Quote\Api\Data\AddressInte... method getItemsCollection (line 1391) | public function getItemsCollection($useCache = true) method getAllItems (line 1409) | public function getAllItems() method getAllVisibleItems (line 1426) | public function getAllVisibleItems() method hasItems (line 1442) | public function hasItems() method hasItemsWithDecimalQty (line 1452) | public function hasItemsWithDecimalQty() method hasProductId (line 1472) | public function hasProductId($productId) method getItemById (line 1489) | public function getItemById($itemId) method deleteItem (line 1506) | public function deleteItem(\Magento\Quote\Model\Quote\Item $item) method removeItem (line 1536) | public function removeItem($itemId) method removeAllItems (line 1569) | public function removeAllItems() method addItem (line 1588) | public function addItem(\Magento\Quote\Model\Quote\Item $item) method addProduct (line 1609) | public function addProduct( method _addCatalogProduct (line 1706) | protected function _addCatalogProduct(\Magento\Catalog\Model\Product $... method updateItem (line 1761) | public function updateItem($itemId, $buyRequest, $params = null) method getItemByProduct (line 1824) | public function getItemByProduct($product) method getItemsSummaryQty (line 1839) | public function getItemsSummaryQty() method getItemVirtualQty (line 1868) | public function getItemVirtualQty() method getPaymentsCollection (line 1903) | public function getPaymentsCollection() method getPayment (line 1922) | public function getPayment() method addPayment (line 1948) | protected function addPayment(PaymentInterface $payment) method setPayment (line 1963) | public function setPayment(PaymentInterface $payment) method removePayment (line 1978) | public function removePayment() method collectTotals (line 1989) | public function collectTotals() method getTotals (line 2007) | public function getTotals() method addMessage (line 2019) | public function addMessage($message, $index = 'error') method getMessages (line 2042) | public function getMessages() method getErrors (line 2057) | public function getErrors() method _setHasError (line 2077) | protected function _setHasError($flag) method setHasError (line 2092) | public function setHasError($flag) method _clearErrorInfo (line 2107) | protected function _clearErrorInfo() method addErrorInfo (line 2124) | public function addErrorInfo( method removeErrorInfosByParams (line 2155) | public function removeErrorInfosByParams($type, $params) method removeMessageByText (line 2198) | public function removeMessageByText($type, $text) method reserveOrderId (line 2227) | public function reserveOrderId() method validateMinimumAmount (line 2249) | public function validateMinimumAmount($multishipping = false) method isVirtual (line 2327) | public function isVirtual() method getIsVirtual (line 2351) | public function getIsVirtual() method hasVirtualItems (line 2361) | public function hasVirtualItems() method merge (line 2381) | public function merge(Quote $quote) method _afterLoad (line 2437) | protected function _afterLoad() method addressCollectionWasSet (line 2453) | public function addressCollectionWasSet() method itemsCollectionWasSet (line 2463) | public function itemsCollectionWasSet() method paymentsCollectionWasSet (line 2473) | public function paymentsCollectionWasSet() method currentPaymentWasSet (line 2483) | public function currentPaymentWasSet() method getCheckoutMethod (line 2494) | public function getCheckoutMethod($originalMethod = false) method getShippingAddressesItems (line 2507) | public function getShippingAddressesItems() method setCheckoutMethod (line 2551) | public function setCheckoutMethod($checkoutMethod) method preventSaving (line 2563) | public function preventSaving() method isPreventSaving (line 2576) | public function isPreventSaving() method isMultipleShippingAddresses (line 2586) | public function isMultipleShippingAddresses() method getExtensionAttributes (line 2596) | public function getExtensionAttributes() method setExtensionAttributes (line 2607) | public function setExtensionAttributes(\Magento\Quote\Api\Data\CartExt... method isAddressAllowedForWebsite (line 2619) | private function isAddressAllowedForWebsite(Address $address, $storeId... method assignAddress (line 2633) | private function assignAddress(Address $address, bool $isBillingAddres... FILE: app/code/Magento/Quote/Model/Quote/Address.php class Address (line 100) | class Address extends \Magento\Customer\Model\Address\AbstractAddress im... method __construct (line 296) | public function __construct( method _construct (line 376) | protected function _construct() method beforeSave (line 386) | public function beforeSave() method _populateBeforeSaveData (line 398) | protected function _populateBeforeSaveData() method _isSameAsBilling (line 426) | protected function _isSameAsBilling() method _isNotRegisteredCustomer (line 440) | protected function _isNotRegisteredCustomer() method _isDefaultShippingNullOrSameAsBillingAddress (line 450) | protected function _isDefaultShippingNullOrSameAsBillingAddress() method setQuote (line 479) | public function setQuote(\Magento\Quote\Model\Quote $quote) method getQuote (line 491) | public function getQuote() method importCustomerAddressData (line 502) | public function importCustomerAddressData(\Magento\Customer\Api\Data\A... method exportCustomerAddress (line 524) | public function exportCustomerAddress() method toArray (line 556) | public function toArray(array $arrAttributes = []) method getItemsCollection (line 573) | public function getItemsCollection() method getAllItems (line 594) | public function getAllItems() method getAllVisibleItems (line 650) | public function getAllVisibleItems() method getItemQty (line 668) | public function getItemQty($itemId = 0) method hasItems (line 694) | public function hasItems() method getItemById (line 705) | public function getItemById($itemId) method getValidItemById (line 722) | public function getValidItemById($itemId) method getItemByQuoteItemId (line 739) | public function getItemByQuoteItemId($itemId) method removeItem (line 755) | public function removeItem($itemId) method addItem (line 772) | public function addItem(\Magento\Quote\Model\Quote\Item\AbstractItem $... method getShippingRatesCollection (line 813) | public function getShippingRatesCollection() method getAllShippingRates (line 831) | public function getAllShippingRates() method getGroupedAllShippingRates (line 848) | public function getGroupedAllShippingRates() method _sortRates (line 875) | protected function _sortRates($firstItem, $secondItem) method getShippingRateById (line 886) | public function getShippingRateById($rateId) method getShippingRateByCode (line 903) | public function getShippingRateByCode($code) method removeAllShippingRates (line 919) | public function removeAllShippingRates() method addShippingRate (line 933) | public function addShippingRate(\Magento\Quote\Model\Quote\Address\Rat... method collectShippingRates (line 946) | public function collectShippingRates() method requestShippingRates (line 978) | public function requestShippingRates(\Magento\Quote\Model\Quote\Item\A... method getTotals (line 1066) | public function getTotals() method addTotal (line 1083) | public function addTotal($total) method __clone (line 1108) | public function __clone() method itemsCollectionWasSet (line 1118) | public function itemsCollectionWasSet() method shippingRatesCollectionWasSet (line 1128) | public function shippingRatesCollectionWasSet() method validateMinimumAmount (line 1138) | public function validateMinimumAmount() method getAppliedTaxes (line 1182) | public function getAppliedTaxes() method setAppliedTaxes (line 1194) | public function setAppliedTaxes($data) method setShippingAmount (line 1209) | public function setShippingAmount($value, $alreadyExclTax = false) method setBaseShippingAmount (line 1222) | public function setBaseShippingAmount($value, $alreadyExclTax = false) method setTotalAmount (line 1234) | public function setTotalAmount($code, $amount) method setBaseTotalAmount (line 1252) | public function setBaseTotalAmount($code, $amount) method addTotalAmount (line 1270) | public function addTotalAmount($code, $amount) method addBaseTotalAmount (line 1285) | public function addBaseTotalAmount($code, $amount) method getTotalAmount (line 1299) | public function getTotalAmount($code) method getBaseTotalAmount (line 1314) | public function getBaseTotalAmount($code) method getBaseSubtotalWithDiscount (line 1328) | public function getBaseSubtotalWithDiscount() method getSubtotalWithDiscount (line 1338) | public function getSubtotalWithDiscount() method getAllTotalAmounts (line 1350) | public function getAllTotalAmounts() method getAllBaseTotalAmounts (line 1360) | public function getAllBaseTotalAmounts() method _getValidationRulesBeforeSave (line 1370) | protected function _getValidationRulesBeforeSave() method getCountryId (line 1378) | public function getCountryId() method setCountryId (line 1386) | public function setCountryId($countryId) method getStreet (line 1394) | public function getStreet() method setStreet (line 1403) | public function setStreet($street) method getCompany (line 1411) | public function getCompany() method setCompany (line 1419) | public function setCompany($company) method getTelephone (line 1427) | public function getTelephone() method setTelephone (line 1435) | public function setTelephone($telephone) method getFax (line 1443) | public function getFax() method setFax (line 1451) | public function setFax($fax) method getPostcode (line 1459) | public function getPostcode() method setPostcode (line 1467) | public function setPostcode($postcode) method getCity (line 1475) | public function getCity() method setCity (line 1483) | public function setCity($city) method getFirstname (line 1491) | public function getFirstname() method setFirstname (line 1499) | public function setFirstname($firstname) method getLastname (line 1507) | public function getLastname() method setLastname (line 1515) | public function setLastname($lastname) method getMiddlename (line 1523) | public function getMiddlename() method setMiddlename (line 1531) | public function setMiddlename($middlename) method getPrefix (line 1539) | public function getPrefix() method setPrefix (line 1547) | public function setPrefix($prefix) method getSuffix (line 1555) | public function getSuffix() method setSuffix (line 1563) | public function setSuffix($suffix) method getVatId (line 1571) | public function getVatId() method setVatId (line 1579) | public function setVatId($vatId) method getCustomerId (line 1587) | public function getCustomerId() method setCustomerId (line 1595) | public function setCustomerId($customerId) method getEmail (line 1603) | public function getEmail() method setEmail (line 1616) | public function setEmail($email) method setRegion (line 1624) | public function setRegion($region) method setRegionId (line 1632) | public function setRegionId($regionId) method setRegionCode (line 1640) | public function setRegionCode($regionCode) method getSameAsBilling (line 1648) | public function getSameAsBilling() method setSameAsBilling (line 1656) | public function setSameAsBilling($sameAsBilling) method getCustomerAddressId (line 1664) | public function getCustomerAddressId() method setCustomerAddressId (line 1672) | public function setCustomerAddressId($customerAddressId) method getSaveInAddressBook (line 1682) | public function getSaveInAddressBook() method setSaveInAddressBook (line 1693) | public function setSaveInAddressBook($saveInAddressBook) method getExtensionAttributes (line 1705) | public function getExtensionAttributes() method setExtensionAttributes (line 1716) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Address... method getShippingMethod (line 1726) | public function getShippingMethod() method getCustomAttributesCodes (line 1734) | protected function getCustomAttributesCodes() FILE: app/code/Magento/Quote/Model/Quote/Address/BillingAddressPersister.php class BillingAddressPersister (line 18) | class BillingAddressPersister method __construct (line 34) | public function __construct( method save (line 52) | public function save(CartInterface $quote, AddressInterface $address, ... FILE: app/code/Magento/Quote/Model/Quote/Address/CustomAttributeList.php class CustomAttributeList (line 8) | class CustomAttributeList implements CustomAttributeListInterface method getAttributes (line 15) | public function getAttributes() FILE: app/code/Magento/Quote/Model/Quote/Address/CustomAttributeListInterface.php type CustomAttributeListInterface (line 12) | interface CustomAttributeListInterface method getAttributes (line 19) | public function getAttributes(); FILE: app/code/Magento/Quote/Model/Quote/Address/FreeShipping.php class FreeShipping (line 8) | class FreeShipping implements \Magento\Quote\Model\Quote\Address\FreeShi... method isFreeShipping (line 14) | public function isFreeShipping(\Magento\Quote\Model\Quote $quote, $items) FILE: app/code/Magento/Quote/Model/Quote/Address/FreeShippingInterface.php type FreeShippingInterface (line 12) | interface FreeShippingInterface method isFreeShipping (line 19) | public function isFreeShipping(\Magento\Quote\Model\Quote $quote, $ite... FILE: app/code/Magento/Quote/Model/Quote/Address/Item.php class Item (line 93) | class Item extends \Magento\Quote\Model\Quote\Item\AbstractItem method _construct (line 110) | protected function _construct() method beforeSave (line 118) | public function beforeSave() method setAddress (line 133) | public function setAddress(\Magento\Quote\Model\Quote\Address $address) method getAddress (line 145) | public function getAddress() method getQuote (line 155) | public function getQuote() method importQuoteItem (line 166) | public function importQuoteItem(\Magento\Quote\Model\Quote\Item $quote... method getOptionByCode (line 203) | public function getOptionByCode($code) FILE: app/code/Magento/Quote/Model/Quote/Address/Rate.php class Rate (line 38) | class Rate extends AbstractModel method _construct (line 48) | protected function _construct() method beforeSave (line 56) | public function beforeSave() method setAddress (line 69) | public function setAddress(\Magento\Quote\Model\Quote\Address $address) method getAddress (line 78) | public function getAddress() method importShippingRate (line 87) | public function importShippingRate(\Magento\Quote\Model\Quote\Address\... FILE: app/code/Magento/Quote/Model/Quote/Address/RateCollectorInterface.php type RateCollectorInterface (line 12) | interface RateCollectorInterface method collectRates (line 18) | public function collectRates(RateRequest $request); FILE: app/code/Magento/Quote/Model/Quote/Address/RateCollectorInterfaceFactory.php class RateCollectorInterfaceFactory (line 11) | class RateCollectorInterfaceFactory method __construct (line 33) | public function __construct( method create (line 47) | public function create(array $data = []) FILE: app/code/Magento/Quote/Model/Quote/Address/RateRequest.php class RateRequest (line 115) | class RateRequest extends \Magento\Framework\DataObject FILE: app/code/Magento/Quote/Model/Quote/Address/RateResult/AbstractResult.php class AbstractResult (line 12) | class AbstractResult extends \Magento\Framework\DataObject FILE: app/code/Magento/Quote/Model/Quote/Address/RateResult/Error.php class Error (line 8) | class Error extends AbstractResult method getErrorMessage (line 13) | public function getErrorMessage() FILE: app/code/Magento/Quote/Model/Quote/Address/RateResult/Method.php class Method (line 20) | class Method extends AbstractResult method __construct (line 31) | public function __construct( method setPrice (line 45) | public function setPrice($price) FILE: app/code/Magento/Quote/Model/Quote/Address/Relation.php class Relation (line 10) | class Relation implements RelationInterface method processRelation (line 18) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Quote/Model/Quote/Address/ToOrder.php class ToOrder (line 18) | class ToOrder method __construct (line 46) | public function __construct( method convert (line 63) | public function convert(Address $object, $data = []) FILE: app/code/Magento/Quote/Model/Quote/Address/ToOrderAddress.php class ToOrderAddress (line 17) | class ToOrderAddress method __construct (line 39) | public function __construct( method convert (line 54) | public function convert(Address $object, $data = []) FILE: app/code/Magento/Quote/Model/Quote/Address/Total.php class Total (line 16) | class Total extends \Magento\Framework\DataObject method __construct (line 41) | public function __construct( method setTotalAmount (line 57) | public function setTotalAmount($code, $amount) method setBaseTotalAmount (line 77) | public function setBaseTotalAmount($code, $amount) method addTotalAmount (line 97) | public function addTotalAmount($code, $amount) method addBaseTotalAmount (line 112) | public function addBaseTotalAmount($code, $amount) method getTotalAmount (line 126) | public function getTotalAmount($code) method getBaseTotalAmount (line 141) | public function getBaseTotalAmount($code) method getAllTotalAmounts (line 157) | public function getAllTotalAmounts() method getAllBaseTotalAmounts (line 167) | public function getAllBaseTotalAmounts() method setFullInfo (line 183) | public function setFullInfo($info) method getFullInfo (line 195) | public function getFullInfo() FILE: app/code/Magento/Quote/Model/Quote/Address/Total/AbstractTotal.php class AbstractTotal (line 16) | abstract class AbstractTotal implements CollectorInterface, ReaderInterface method setCode (line 57) | public function setCode($code) method getCode (line 68) | public function getCode() method getLabel (line 78) | public function getLabel() method collect (line 91) | public function collect( method fetch (line 114) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method _setAddress (line 125) | protected function _setAddress(\Magento\Quote\Model\Quote\Address $add... method _getAddress (line 137) | protected function _getAddress() method _setTotal (line 154) | public function _setTotal(\Magento\Quote\Model\Quote\Address\Total $to... method _getTotal (line 163) | protected function _getTotal() method _setAmount (line 174) | protected function _setAmount($amount) method _setBaseAmount (line 189) | protected function _setBaseAmount($baseAmount) method _addAmount (line 203) | protected function _addAmount($amount) method _addBaseAmount (line 217) | protected function _addBaseAmount($baseAmount) method _getAddressItems (line 231) | protected function _getAddressItems(\Magento\Quote\Model\Quote\Address... method getItemRowTotal (line 242) | public function getItemRowTotal(\Magento\Quote\Model\Quote\Item\Abstra... method getItemBaseRowTotal (line 256) | public function getItemBaseRowTotal(\Magento\Quote\Model\Quote\Item\Ab... method getIsItemRowTotalCompoundable (line 271) | public function getIsItemRowTotalCompoundable(\Magento\Quote\Model\Quo... method processConfigArray (line 288) | public function processConfigArray($config, $store) FILE: app/code/Magento/Quote/Model/Quote/Address/Total/Collector.php class Collector (line 13) | class Collector extends \Magento\Sales\Model\Config\Ordered method __construct (line 76) | public function __construct( method getCollectors (line 99) | public function getCollectors() method getRetrievers (line 109) | public function getRetrievers() method _initModelInstance (line 123) | protected function _initModelInstance($class, $totalCode, $totalConfig) method _initRetrievers (line 148) | private function _initRetrievers() FILE: app/code/Magento/Quote/Model/Quote/Address/Total/CollectorInterface.php type CollectorInterface (line 12) | interface CollectorInterface method collect (line 20) | public function collect( FILE: app/code/Magento/Quote/Model/Quote/Address/Total/Grand.php class Grand (line 19) | class Grand extends AbstractTotal method __construct (line 29) | public function __construct(?PriceRounder $priceRounder) method collect (line 43) | public function collect(Quote $quote, ShippingAssignment $shippingAssi... method fetch (line 63) | public function fetch(Quote $quote, Total $total): array FILE: app/code/Magento/Quote/Model/Quote/Address/Total/ReaderInterface.php type ReaderInterface (line 12) | interface ReaderInterface method fetch (line 19) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... FILE: app/code/Magento/Quote/Model/Quote/Address/Total/Shipping.php class Shipping (line 18) | class Shipping extends \Magento\Quote\Model\Quote\Address\Total\Abstract... method __construct (line 34) | public function __construct( method collect (line 53) | public function collect( method fetch (line 116) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method getLabel (line 140) | public function getLabel() method getAssignmentWeightData (line 153) | private function getAssignmentWeightData(AddressInterface $address, ar... method getItemRowWeight (line 243) | private function getItemRowWeight( FILE: app/code/Magento/Quote/Model/Quote/Address/Total/Subtotal.php class Subtotal (line 12) | class Subtotal extends \Magento\Quote\Model\Quote\Address\Total\Abstract... method __construct (line 24) | public function __construct(\Magento\Quote\Model\QuoteValidator $quote... method collect (line 37) | public function collect( method _initItem (line 85) | protected function _initItem($address, $item) method _calculateRowTotal (line 136) | protected function _calculateRowTotal($item, $finalPrice, $originalPrice) method _removeItem (line 153) | protected function _removeItem($address, $item) method fetch (line 177) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method getLabel (line 191) | public function getLabel() FILE: app/code/Magento/Quote/Model/Quote/Address/TotalFactory.php class TotalFactory (line 12) | class TotalFactory method __construct (line 26) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($instanceName = Total::class, array $data = []) FILE: app/code/Magento/Quote/Model/Quote/Address/Validator.php class Validator (line 11) | class Validator extends \Magento\Framework\Validator\AbstractValidator method __construct (line 21) | public function __construct( method isValid (line 38) | public function isValid($value) FILE: app/code/Magento/Quote/Model/Quote/Config.php class Config (line 8) | class Config method __construct (line 18) | public function __construct(\Magento\Catalog\Model\Attribute\Config $a... method getProductAttributes (line 26) | public function getProductAttributes() FILE: app/code/Magento/Quote/Model/Quote/Item.php class Item (line 100) | class Item extends \Magento\Quote\Model\Quote\Item\AbstractItem implemen... method __construct (line 206) | public function __construct( method _construct (line 248) | protected function _construct() method beforeSave (line 258) | public function beforeSave() method getAddress (line 273) | public function getAddress() method setQuote (line 290) | public function setQuote(\Magento\Quote\Model\Quote $quote) method getQuote (line 305) | public function getQuote() method _prepareQty (line 316) | protected function _prepareQty($qty) method addQty (line 329) | public function addQty($qty) method setQty (line 349) | public function setQty($qty) method getQtyOptions (line 377) | public function getQtyOptions() method setQtyOptions (line 413) | public function setQtyOptions($qtyOptions) method setProduct (line 424) | public function setProduct($product) method representProduct (line 456) | public function representProduct($product) method compareOptions (line 496) | public function compareOptions($options1, $options2) method compare (line 516) | public function compare($item) method getProductType (line 526) | public function getProductType() method getRealProductType (line 547) | public function getRealProductType() method toArray (line 558) | public function toArray(array $arrAttributes = []) method setOptions (line 575) | public function setOptions($options) method getOptions (line 592) | public function getOptions() method getOptionsByCode (line 604) | public function getOptionsByCode() method addOption (line 616) | public function addOption($option) method updateQtyOption (line 655) | public function updateQtyOption(\Magento\Framework\DataObject $option,... method removeOption (line 680) | public function removeOption($code) method _addOptionCode (line 696) | protected function _addOptionCode($option) method getOptionByCode (line 714) | public function getOptionByCode($code) method _hasModelChanged (line 729) | protected function _hasModelChanged() method saveItemOptions (line 743) | public function saveItemOptions() method setIsOptionsSaved (line 772) | public function setIsOptionsSaved($flag) method isOptionsSaved (line 784) | public function isOptionsSaved() method afterSave (line 794) | public function afterSave() method __clone (line 805) | public function __clone() method getBuyRequest (line 825) | public function getBuyRequest() method _setHasError (line 843) | protected function _setHasError($flag) method setHasError (line 858) | public function setHasError($flag) method _clearErrorInfo (line 875) | protected function _clearErrorInfo() method addErrorInfo (line 893) | public function addErrorInfo($origin = null, $code = null, $message = ... method getErrorInfos (line 909) | public function getErrorInfos() method removeErrorInfosByParams (line 922) | public function removeErrorInfosByParams($params) method getItemId (line 942) | public function getItemId() method setItemId (line 950) | public function setItemId($itemID) method getSku (line 958) | public function getSku() method setSku (line 966) | public function setSku($sku) method getQty (line 974) | public function getQty() method getName (line 982) | public function getName() method setName (line 990) | public function setName($name) method getPrice (line 998) | public function getPrice() method setPrice (line 1006) | public function setPrice($price) method setProductType (line 1014) | public function setProductType($productType) method getQuoteId (line 1022) | public function getQuoteId() method setQuoteId (line 1030) | public function setQuoteId($quoteId) method getProductOption (line 1040) | public function getProductOption() method setProductOption (line 1051) | public function setProductOption(\Magento\Quote\Api\Data\ProductOption... method getExtensionAttributes (line 1063) | public function getExtensionAttributes() method setExtensionAttributes (line 1074) | public function setExtensionAttributes(\Magento\Quote\Api\Data\CartIte... FILE: app/code/Magento/Quote/Model/Quote/Item/AbstractItem.php class AbstractItem (line 50) | abstract class AbstractItem extends \Magento\Framework\Model\AbstractExt... method __construct (line 96) | public function __construct( method getQuote (line 125) | abstract public function getQuote(); method getAddress (line 132) | abstract public function getAddress(); method getProduct (line 139) | public function getProduct() method getFileDownloadParams (line 168) | public function getFileDownloadParams() method beforeSave (line 178) | public function beforeSave() method setParentItem (line 193) | public function setParentItem($parentItem) method getParentItem (line 207) | public function getParentItem() method getChildren (line 217) | public function getChildren() method addChild (line 228) | public function addChild($child) method setMessage (line 241) | public function setMessage($messages) method addMessage (line 261) | public function addMessage($message) method getMessage (line 273) | public function getMessage($string = true) method removeMessageByText (line 287) | public function removeMessageByText($text) method clearMessage (line 302) | public function clearMessage() method getStore (line 315) | public function getStore() method checkData (line 325) | public function checkData() method getQty (line 384) | public function getQty() method getTotalQty (line 394) | public function getTotalQty() method calcRowTotal (line 407) | public function calcRowTotal() method getCalculationPrice (line 426) | public function getCalculationPrice() method getCalculationPriceOriginal (line 447) | public function getCalculationPriceOriginal() method getBaseCalculationPrice (line 466) | public function getBaseCalculationPrice() method getBaseCalculationPriceOriginal (line 488) | public function getBaseCalculationPriceOriginal() method getOriginalPrice (line 512) | public function getOriginalPrice() method setOriginalPrice (line 528) | public function setOriginalPrice($price) method getBaseOriginalPrice (line 538) | public function getBaseOriginalPrice() method setCustomPrice (line 549) | public function setCustomPrice($value) method getPrice (line 561) | public function getPrice() method setPrice (line 572) | public function setPrice($value) method getConvertedPrice (line 584) | public function getConvertedPrice() method setConvertedPrice (line 600) | public function setConvertedPrice($value) method __clone (line 612) | public function __clone() method isChildrenCalculated (line 626) | public function isChildrenCalculated() method isShipSeparately (line 650) | public function isShipSeparately() method getTotalDiscountAmount (line 673) | public function getTotalDiscountAmount() FILE: app/code/Magento/Quote/Model/Quote/Item/CartItemOptionsProcessor.php class CartItemOptionsProcessor (line 10) | class CartItemOptionsProcessor method __construct (line 20) | public function __construct(CartItemProcessorsPool $cartItemProcessors... method getBuyRequest (line 30) | public function getBuyRequest($productType, CartItemInterface $cartItem) method addCustomOptionsToBuyRequest (line 47) | private function addCustomOptionsToBuyRequest(CartItemInterface $cartI... method applyCustomOptions (line 68) | public function applyCustomOptions(CartItemInterface $cartItem) method addProductOptions (line 81) | public function addProductOptions($productType, CartItemInterface $car... FILE: app/code/Magento/Quote/Model/Quote/Item/CartItemPersister.php class CartItemPersister (line 17) | class CartItemPersister method __construct (line 33) | public function __construct( method save (line 51) | public function save(CartInterface $quote, CartItemInterface $item) FILE: app/code/Magento/Quote/Model/Quote/Item/CartItemProcessorInterface.php type CartItemProcessorInterface (line 13) | interface CartItemProcessorInterface method convertToBuyRequest (line 21) | public function convertToBuyRequest(CartItemInterface $cartItem); method processOptions (line 29) | public function processOptions(CartItemInterface $cartItem); FILE: app/code/Magento/Quote/Model/Quote/Item/CartItemProcessorsPool.php class CartItemProcessorsPool (line 14) | class CartItemProcessorsPool method __construct (line 30) | public function __construct(ConfigInterface $objectManagerConfig) method getCartItemProcessors (line 39) | public function getCartItemProcessors() FILE: app/code/Magento/Quote/Model/Quote/Item/Compare.php class Compare (line 16) | class Compare method __construct (line 34) | public function __construct( method getOptionValues (line 48) | protected function getOptionValues($value) method compare (line 69) | public function compare(Item $target, Item $compared) method getOptions (line 95) | public function getOptions(Item $item) FILE: app/code/Magento/Quote/Model/Quote/Item/Option.php class Option (line 19) | class Option extends \Magento\Framework\Model\AbstractModel implements method _construct (line 37) | protected function _construct() method _hasModelChanged (line 47) | protected function _hasModelChanged() method setItem (line 62) | public function setItem($item) method getItem (line 74) | public function getItem() method setProduct (line 85) | public function setProduct($product) method getProduct (line 97) | public function getProduct() method getValue (line 107) | public function getValue() method beforeSave (line 117) | public function beforeSave() method __clone (line 130) | public function __clone() FILE: app/code/Magento/Quote/Model/Quote/Item/Processor.php class Processor (line 21) | class Processor method __construct (line 43) | public function __construct( method init (line 61) | public function init(Product $product, DataObject $request): Item method prepare (line 89) | public function prepare(Item $item, DataObject $request, Product $cand... method merge (line 116) | public function merge(Item $source, Item $target): Item method setItemStoreId (line 127) | protected function setItemStoreId(Item $item): void FILE: app/code/Magento/Quote/Model/Quote/Item/RelatedProducts.php class RelatedProducts (line 9) | class RelatedProducts method __construct (line 21) | public function __construct($relatedProductTypes = []) method getRelatedProductIds (line 32) | public function getRelatedProductIds(array $quoteItems) FILE: app/code/Magento/Quote/Model/Quote/Item/Repository.php class Repository (line 20) | class Repository implements CartItemRepositoryInterface method __construct (line 58) | public function __construct( method getList (line 75) | public function getList($cartId) method save (line 92) | public function save(\Magento\Quote\Api\Data\CartItemInterface $cartItem) method deleteById (line 114) | public function deleteById($cartId, $itemId) FILE: app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php class ToOrderItem (line 18) | class ToOrderItem method __construct (line 40) | public function __construct( method convert (line 57) | public function convert($item, $data = []) FILE: app/code/Magento/Quote/Model/Quote/Item/Updater.php class Updater (line 18) | class Updater method __construct (line 48) | public function __construct( method update (line 72) | public function update(Item $item, array $info) method setCustomPrice (line 111) | protected function setCustomPrice(array $info, Item $item) method unsetCustomPrice (line 136) | protected function unsetCustomPrice(Item $item) method parseCustomPrice (line 159) | protected function parseCustomPrice($price) FILE: app/code/Magento/Quote/Model/Quote/Payment.php class Payment (line 37) | class Payment extends \Magento\Payment\Model\Info implements PaymentInte... method __construct (line 92) | public function __construct( method _construct (line 131) | protected function _construct() method setQuote (line 142) | public function setQuote(\Magento\Quote\Model\Quote $quote) method getQuote (line 156) | public function getQuote() method importData (line 170) | public function importData(array $data) method convertPaymentData (line 212) | private function convertPaymentData(array $rawData) method beforeSave (line 242) | public function beforeSave() method getCheckoutRedirectUrl (line 255) | public function getCheckoutRedirectUrl() method getOrderPlaceRedirectUrl (line 269) | public function getOrderPlaceRedirectUrl() method getMethodInstance (line 283) | public function getMethodInstance() method getPoNumber (line 299) | public function getPoNumber() method setPoNumber (line 310) | public function setPoNumber($poNumber) method getMethod (line 320) | public function getMethod() method setMethod (line 331) | public function setMethod($method) method getAdditionalData (line 341) | public function getAdditionalData() method setAdditionalData (line 362) | public function setAdditionalData($additionalData) method getExtensionAttributes (line 374) | public function getExtensionAttributes() method setExtensionAttributes (line 385) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Payment... FILE: app/code/Magento/Quote/Model/Quote/Payment/ToOrderPayment.php class ToOrderPayment (line 18) | class ToOrderPayment method __construct (line 40) | public function __construct( method convert (line 55) | public function convert(Payment $object, $data = []) FILE: app/code/Magento/Quote/Model/Quote/ProductOption.php class ProductOption (line 14) | class ProductOption extends AbstractExtensibleModel implements ProductOp... method getExtensionAttributes (line 21) | public function getExtensionAttributes() method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/Quote/Relation.php class Relation (line 10) | class Relation implements RelationInterface method processRelation (line 18) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Quote/Model/Quote/ShippingAssignment/ShippingAssignmentPersister.php class ShippingAssignmentPersister (line 11) | class ShippingAssignmentPersister method __construct (line 21) | public function __construct(ShippingAssignmentProcessor $shippingAssig... method save (line 31) | public function save(CartInterface $quote, ShippingAssignmentInterface... FILE: app/code/Magento/Quote/Model/Quote/ShippingAssignment/ShippingAssignmentProcessor.php class ShippingAssignmentProcessor (line 18) | class ShippingAssignmentProcessor method __construct (line 46) | public function __construct( method create (line 65) | public function create(CartInterface $quote) method save (line 86) | public function save(CartInterface $quote, ShippingAssignmentInterface... FILE: app/code/Magento/Quote/Model/Quote/ShippingAssignment/ShippingProcessor.php class ShippingProcessor (line 14) | class ShippingProcessor method __construct (line 36) | public function __construct( method create (line 50) | public function create(\Magento\Quote\Api\Data\AddressInterface $shipp... method save (line 64) | public function save(ShippingInterface $shipping, CartInterface $quote) FILE: app/code/Magento/Quote/Model/Quote/TotalsCollector.php class TotalsCollector (line 18) | class TotalsCollector method __construct (line 83) | public function __construct( method collectQuoteTotals (line 111) | public function collectQuoteTotals(\Magento\Quote\Model\Quote $quote) method collect (line 125) | public function collect(\Magento\Quote\Model\Quote $quote) method _validateCouponCode (line 184) | protected function _validateCouponCode(\Magento\Quote\Model\Quote $quote) method _collectItemsQtys (line 210) | protected function _collectItemsQtys(\Magento\Quote\Model\Quote $quote) method collectAddressTotals (line 247) | public function collectAddressTotals( FILE: app/code/Magento/Quote/Model/Quote/TotalsCollectorList.php class TotalsCollectorList (line 14) | class TotalsCollectorList method __construct (line 67) | public function __construct( method getTotalCollector (line 85) | private function getTotalCollector($storeId) method getCollectors (line 101) | public function getCollectors($storeId) FILE: app/code/Magento/Quote/Model/Quote/TotalsReader.php class TotalsReader (line 11) | class TotalsReader method __construct (line 27) | public function __construct( method fetch (line 40) | public function fetch(\Magento\Quote\Model\Quote $quote, array $total) method convert (line 67) | protected function convert($total) method merge (line 89) | protected function merge(Total $totalInstance, $output) FILE: app/code/Magento/Quote/Model/Quote/Validator/MinimumOrderAmount/ValidationMessage.php class ValidationMessage (line 8) | class ValidationMessage method __construct (line 37) | public function __construct( method getMessage (line 56) | public function getMessage() FILE: app/code/Magento/Quote/Model/QuoteAddressValidator.php class QuoteAddressValidator (line 17) | class QuoteAddressValidator method __construct (line 45) | public function __construct( method doValidate (line 64) | private function doValidate(AddressInterface $address, ?int $customerI... method validate (line 112) | public function validate(AddressInterface $addressData) method validateForCart (line 128) | public function validateForCart(CartInterface $cart, AddressInterface ... FILE: app/code/Magento/Quote/Model/QuoteIdMask.php class QuoteIdMask (line 15) | class QuoteIdMask extends \Magento\Framework\Model\AbstractModel method __construct (line 30) | public function __construct( method _construct (line 47) | protected function _construct() method beforeSave (line 58) | public function beforeSave() FILE: app/code/Magento/Quote/Model/QuoteIdToMaskedQuoteId.php class QuoteIdToMaskedQuoteId (line 16) | class QuoteIdToMaskedQuoteId implements QuoteIdToMaskedQuoteIdInterface method __construct (line 37) | public function __construct( method execute (line 50) | public function execute(int $quoteId): string FILE: app/code/Magento/Quote/Model/QuoteIdToMaskedQuoteIdInterface.php type QuoteIdToMaskedQuoteIdInterface (line 16) | interface QuoteIdToMaskedQuoteIdInterface method execute (line 23) | public function execute(int $quoteId): string; FILE: app/code/Magento/Quote/Model/QuoteManagement.php class QuoteManagement (line 33) | class QuoteManagement implements \Magento\Quote\Api\CartManagementInterface method __construct (line 187) | public function __construct( method createEmptyCart (line 246) | public function createEmptyCart() method createEmptyCartForCustomer (line 266) | public function createEmptyCartForCustomer($customerId) method assignCustomer (line 284) | public function assignCustomer($cartId, $customerId, $storeId) method createAnonymousCart (line 332) | protected function createAnonymousCart($storeId) method createCustomerCart (line 348) | protected function createCustomerCart($customerId, $storeId) method placeOrder (line 366) | public function placeOrder($cartId, PaymentInterface $paymentMethod = ... method getCartForCustomer (line 432) | public function getCartForCustomer($customerId) method submit (line 446) | public function submit(QuoteEntity $quote, $orderData = []) method resolveItems (line 462) | protected function resolveItems(QuoteEntity $quote) method submitQuote (line 495) | protected function submitQuote(QuoteEntity $quote, $orderData = []) method _prepareCustomerQuote (line 588) | protected function _prepareCustomerQuote($quote) method rollbackAddresses (line 678) | private function rollbackAddresses( FILE: app/code/Magento/Quote/Model/QuoteRepository.php class QuoteRepository (line 32) | class QuoteRepository implements CartRepositoryInterface method __construct (line 109) | public function __construct( method get (line 133) | public function get($cartId, array $sharedStoreIds = []) method getForCustomer (line 146) | public function getForCustomer($customerId, array $sharedStoreIds = []) method getActive (line 160) | public function getActive($cartId, array $sharedStoreIds = []) method getActiveForCustomer (line 172) | public function getActiveForCustomer($customerId, array $sharedStoreId... method save (line 184) | public function save(CartInterface $quote) method delete (line 204) | public function delete(CartInterface $quote) method loadQuote (line 223) | protected function loadQuote($loadMethod, $loadField, $identifier, arr... method getList (line 240) | public function getList(SearchCriteriaInterface $searchCriteria) method addFilterGroupToCollection (line 267) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method getSaveHandler (line 287) | private function getSaveHandler() method getLoadHandler (line 301) | private function getLoadHandler() FILE: app/code/Magento/Quote/Model/QuoteRepository/LoadHandler.php class LoadHandler (line 12) | class LoadHandler method __construct (line 28) | public function __construct( method load (line 40) | public function load(CartInterface $quote) FILE: app/code/Magento/Quote/Model/QuoteRepository/Plugin/AccessChangeQuoteControl.php class AccessChangeQuoteControl (line 17) | class AccessChangeQuoteControl method __construct (line 27) | public function __construct(ChangeQuoteControlInterface $changeQuoteCo... method beforeSave (line 42) | public function beforeSave(CartRepositoryInterface $subject, CartInter... FILE: app/code/Magento/Quote/Model/QuoteRepository/Plugin/Authorization.php class Authorization (line 12) | class Authorization method __construct (line 22) | public function __construct( method afterGetActive (line 37) | public function afterGetActive( method afterGetActiveForCustomer (line 56) | public function afterGetActiveForCustomer( method isAllowed (line 72) | protected function isAllowed(\Magento\Quote\Model\Quote $quote) FILE: app/code/Magento/Quote/Model/QuoteRepository/SaveHandler.php class SaveHandler (line 20) | class SaveHandler method __construct (line 60) | public function __construct( method save (line 87) | public function save(CartInterface $quote) method processShippingAssignment (line 133) | private function processShippingAssignment($quote) FILE: app/code/Magento/Quote/Model/QuoteValidator.php class QuoteValidator (line 23) | class QuoteValidator method __construct (line 52) | public function __construct( method validateQuoteAmount (line 72) | public function validateQuoteAmount(QuoteEntity $quote, $amount) method validateBeforeSubmit (line 89) | public function validateBeforeSubmit(QuoteEntity $quote) method getQuoteErrors (line 120) | private function getQuoteErrors(QuoteEntity $quote): string FILE: app/code/Magento/Quote/Model/ResourceModel/Quote.php class Quote (line 17) | class Quote extends AbstractDb method __construct (line 31) | public function __construct( method _construct (line 47) | protected function _construct() method _getLoadSelect (line 60) | protected function _getLoadSelect($field, $value, $object) method loadByCustomerId (line 85) | public function loadByCustomerId($quote, $customerId) method loadActive (line 119) | public function loadActive($quote, $quoteId) method loadByIdWithoutStore (line 141) | public function loadByIdWithoutStore($quote, $quoteId) method getReservedOrderId (line 164) | public function getReservedOrderId($quote) method markQuotesRecollectOnCatalogRules (line 178) | public function markQuotesRecollectOnCatalogRules() method subtractProductFromQuotes (line 212) | public function subtractProductFromQuotes($product) method substractProductFromQuotes (line 262) | public function substractProductFromQuotes($product) method markQuotesRecollect (line 273) | public function markQuotesRecollect($productIds) method save (line 301) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address.php class Address (line 15) | class Address extends AbstractDb method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Backend.php class Backend (line 13) | class Backend extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method collectTotals (line 22) | public function collectTotals(\Magento\Quote\Model\Quote\Address $addr... FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Backend/Child.php class Child (line 13) | class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Backend/Region.php class Region (line 11) | class Region extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstrac... method __construct (line 21) | public function __construct(\Magento\Directory\Model\RegionFactory $re... method beforeSave (line 32) | public function beforeSave($object) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend.php class Frontend (line 13) | class Frontend extends \Magento\Eav\Model\Entity\Attribute\Frontend\Abst... method fetchTotals (line 22) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Custbalance.php class Custbalance (line 13) | class Custbalance extends \Magento\Quote\Model\ResourceModel\Quote\Addre... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Discount.php class Discount (line 13) | class Discount extends \Magento\Quote\Model\ResourceModel\Quote\Address\... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Grand.php class Grand (line 13) | class Grand extends \Magento\Quote\Model\ResourceModel\Quote\Address\Att... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Shipping.php class Shipping (line 13) | class Shipping extends \Magento\Quote\Model\ResourceModel\Quote\Address\... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Subtotal.php class Subtotal (line 13) | class Subtotal extends \Magento\Quote\Model\ResourceModel\Quote\Address\... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Attribute/Frontend/Tax.php class Tax (line 13) | class Tax extends \Magento\Quote\Model\ResourceModel\Quote\Address\Attri... method fetchTotals (line 21) | public function fetchTotals(\Magento\Quote\Model\Quote\Address $address) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method _construct (line 34) | protected function _construct() method setQuoteFilter (line 49) | public function setQuoteFilter($quoteId) method _afterLoad (line 60) | protected function _afterLoad() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Item.php class Item (line 15) | class Item extends AbstractDb method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Item/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method _construct (line 20) | protected function _construct() method _afterLoad (line 33) | protected function _afterLoad() method setAddressFilter (line 54) | public function setAddressFilter($addressId) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Rate.php class Rate (line 15) | class Rate extends AbstractDb method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Rate/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method __construct (line 32) | public function __construct( method _construct (line 59) | protected function _construct() method setAddressFilter (line 73) | public function setAddressFilter($addressId) method setFixedOnlyFilter (line 90) | public function setFixedOnlyFilter($value) method addItem (line 102) | public function addItem(\Magento\Framework\DataObject $rate) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Item.php class Item (line 15) | class Item extends AbstractDb method _construct (line 22) | protected function _construct() method save (line 30) | public function save(\Magento\Framework\Model\AbstractModel $object) method prepareDataForUpdate (line 46) | protected function prepareDataForUpdate($object) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Collection.php class Collection (line 25) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method __construct (line 80) | public function __construct( method _construct (line 116) | protected function _construct() method getStoreId (line 126) | public function getStoreId(): int method setQuote (line 140) | public function setQuote($quote): self method resetJoinQuotes (line 162) | public function resetJoinQuotes($quotesTableName, $productId = null): ... method _afterLoad (line 183) | protected function _afterLoad(): self method _assignOptions (line 216) | protected function _assignOptions(): self method _assignProducts (line 235) | protected function _assignProducts(): self method getOptionProductIds (line 304) | private function getOptionProductIds( method isValidProduct (line 340) | private function isValidProduct(?ProductInterface $product): bool method skipStockStatusFilter (line 355) | private function skipStockStatusFilter(ProductCollection $productColle... method removeItemsWithAbsentProducts (line 365) | private function removeItemsWithAbsentProducts(): void FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Option.php class Option (line 13) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Option/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 36) | protected function _construct() method _afterLoad (line 49) | protected function _afterLoad() method addItemFilter (line 78) | public function addItemFilter($item) method getProductIds (line 100) | public function getProductIds() method getOptionsByItem (line 113) | public function getOptionsByItem($item) method getOptionsByProduct (line 139) | public function getOptionsByProduct($product) FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Payment.php class Payment (line 13) | class Payment extends AbstractDb method _construct (line 27) | protected function _construct() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/Payment/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Versi... method __construct (line 22) | public function __construct( method _construct (line 47) | protected function _construct() method setQuoteFilter (line 61) | public function setQuoteFilter($quoteId) method _afterLoad (line 71) | protected function _afterLoad() FILE: app/code/Magento/Quote/Model/ResourceModel/Quote/QuoteIdMask.php class QuoteIdMask (line 14) | class QuoteIdMask extends AbstractDb method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Quote/Model/Shipping.php class Shipping (line 14) | class Shipping extends \Magento\Framework\Model\AbstractExtensibleModel ... method getAddress (line 22) | public function getAddress() method setAddress (line 30) | public function setAddress(\Magento\Quote\Api\Data\AddressInterface $v... method getMethod (line 39) | public function getMethod() method setMethod (line 47) | public function setMethod($value) method getExtensionAttributes (line 56) | public function getExtensionAttributes() method setExtensionAttributes (line 64) | public function setExtensionAttributes(\Magento\Quote\Api\Data\Shippin... FILE: app/code/Magento/Quote/Model/ShippingAddressAssignment.php class ShippingAddressAssignment (line 9) | class ShippingAddressAssignment method __construct (line 26) | public function __construct( method setAddress (line 40) | public function setAddress( FILE: app/code/Magento/Quote/Model/ShippingAddressManagement.php class ShippingAddressManagement (line 18) | class ShippingAddressManagement implements \Magento\Quote\Model\Shipping... method __construct (line 65) | public function __construct( method assign (line 85) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 128) | public function get($cartId) FILE: app/code/Magento/Quote/Model/ShippingAddressManagementInterface.php type ShippingAddressManagementInterface (line 13) | interface ShippingAddressManagementInterface method assign (line 24) | public function assign($cartId, \Magento\Quote\Api\Data\AddressInterfa... method get (line 33) | public function get($cartId); FILE: app/code/Magento/Quote/Model/ShippingAssignment.php class ShippingAssignment (line 11) | class ShippingAssignment extends \Magento\Framework\Model\AbstractExtens... method getShipping (line 19) | public function getShipping() method getItems (line 27) | public function getItems() method setShipping (line 35) | public function setShipping(\Magento\Quote\Api\Data\ShippingInterface ... method setItems (line 44) | public function setItems($value) method getExtensionAttributes (line 53) | public function getExtensionAttributes() method setExtensionAttributes (line 61) | public function setExtensionAttributes( FILE: app/code/Magento/Quote/Model/ShippingMethodManagement.php class ShippingMethodManagement (line 26) | class ShippingMethodManagement implements method __construct (line 82) | public function __construct( method get (line 103) | public function get($cartId) method getList (line 131) | public function getList($cartId) method set (line 160) | public function set($cartId, $carrierCode, $methodCode) method apply (line 188) | public function apply($cartId, $carrierCode, $methodCode) method estimateByAddress (line 214) | public function estimateByAddress($cartId, \Magento\Quote\Api\Data\Est... method estimateByExtendedAddress (line 230) | public function estimateByExtendedAddress($cartId, AddressInterface $a... method estimateByAddressId (line 245) | public function estimateByAddressId($cartId, $addressId) method getEstimatedRates (line 271) | protected function getEstimatedRates( method getShippingMethods (line 296) | private function getShippingMethods(Quote $quote, $address) method extractAddressData (line 319) | private function extractAddressData($address) method getDataObjectProcessor (line 339) | private function getDataObjectProcessor() FILE: app/code/Magento/Quote/Model/ShippingMethodManagementInterface.php type ShippingMethodManagementInterface (line 13) | interface ShippingMethodManagementInterface method set (line 28) | public function set($cartId, $carrierCode, $methodCode); method get (line 38) | public function get($cartId); FILE: app/code/Magento/Quote/Model/SubmitQuoteValidator.php class SubmitQuoteValidator (line 17) | class SubmitQuoteValidator method __construct (line 33) | public function __construct( method validateQuote (line 48) | public function validateQuote(Quote $quote): void method validateOrder (line 60) | public function validateOrder(Order $order): void FILE: app/code/Magento/Quote/Model/ValidationRules/AllowedCountryValidationRule.php class AllowedCountryValidationRule (line 18) | class AllowedCountryValidationRule implements QuoteValidationRuleInterface method __construct (line 40) | public function __construct( method validate (line 53) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/BillingAddressValidationRule.php class BillingAddressValidationRule (line 16) | class BillingAddressValidationRule implements QuoteValidationRuleInterface method __construct (line 32) | public function __construct( method validate (line 43) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/MinimumAmountValidationRule.php class MinimumAmountValidationRule (line 17) | class MinimumAmountValidationRule implements QuoteValidationRuleInterface method __construct (line 39) | public function __construct( method validate (line 53) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/PaymentMethodValidationRule.php class PaymentMethodValidationRule (line 16) | class PaymentMethodValidationRule implements QuoteValidationRuleInterface method __construct (line 32) | public function __construct( method validate (line 43) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/QuoteValidationComposite.php class QuoteValidationComposite (line 15) | class QuoteValidationComposite implements QuoteValidationRuleInterface method __construct (line 26) | public function __construct(array $validationRules) method validate (line 44) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/QuoteValidationRuleInterface.php type QuoteValidationRuleInterface (line 16) | interface QuoteValidationRuleInterface method validate (line 24) | public function validate(Quote $quote): array; FILE: app/code/Magento/Quote/Model/ValidationRules/ShippingAddressValidationRule.php class ShippingAddressValidationRule (line 16) | class ShippingAddressValidationRule implements QuoteValidationRuleInterface method __construct (line 32) | public function __construct( method validate (line 43) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/ValidationRules/ShippingMethodValidationRule.php class ShippingMethodValidationRule (line 16) | class ShippingMethodValidationRule implements QuoteValidationRuleInterface method __construct (line 32) | public function __construct( method validate (line 43) | public function validate(Quote $quote): array FILE: app/code/Magento/Quote/Model/Webapi/ParamOverriderCartId.php class ParamOverriderCartId (line 17) | class ParamOverriderCartId implements ParamOverriderInterface method __construct (line 35) | public function __construct( method getOverriddenValue (line 46) | public function getOverriddenValue() FILE: app/code/Magento/Quote/Observer/Backend/CustomerQuoteObserver.php class CustomerQuoteObserver (line 17) | class CustomerQuoteObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 55) | public function execute(Observer $observer) FILE: app/code/Magento/Quote/Observer/Frontend/Quote/Address/CollectTotalsObserver.php class CollectTotalsObserver (line 15) | class CollectTotalsObserver implements ObserverInterface method __construct (line 65) | public function __construct( method execute (line 90) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Quote/Observer/Frontend/Quote/Address/VatValidator.php class VatValidator (line 8) | class VatValidator method __construct (line 28) | public function __construct( method validate (line 43) | public function validate(\Magento\Quote\Model\Quote\Address $quoteAddr... method isEnabled (line 96) | public function isEnabled(\Magento\Quote\Model\Quote\Address $quoteAdd... FILE: app/code/Magento/Quote/Observer/SubmitObserver.php class SubmitObserver (line 19) | class SubmitObserver implements ObserverInterface method __construct (line 41) | public function __construct( method execute (line 58) | public function execute(Observer $observer) FILE: app/code/Magento/Quote/Plugin/RecollectOnGroupChange.php class RecollectOnGroupChange (line 18) | class RecollectOnGroupChange method __construct (line 28) | public function __construct( method afterSave (line 44) | public function afterSave(CustomerResource $subject, CustomerResource ... FILE: app/code/Magento/Quote/Plugin/UpdateQuoteItemStore.php class UpdateQuoteItemStore (line 20) | class UpdateQuoteItemStore method __construct (line 36) | public function __construct( method afterSwitch (line 55) | public function afterSwitch( FILE: app/code/Magento/Quote/Plugin/UpdateQuoteStore.php class UpdateQuoteStore (line 18) | class UpdateQuoteStore method __construct (line 34) | public function __construct( method afterSetStoreCookie (line 51) | public function afterSetStoreCookie( FILE: app/code/Magento/Quote/Setup/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 17) | class ConvertSerializedDataToJson method __construct (line 47) | public function __construct( method convert (line 66) | public function convert() FILE: app/code/Magento/Quote/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 16) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 39) | public function __construct( method apply (line 52) | public function apply() method getDependencies (line 61) | public static function getDependencies() method getVersion (line 71) | public static function getVersion() method getAliases (line 79) | public function getAliases() FILE: app/code/Magento/Quote/Setup/Patch/Data/InstallEntityTypes.php class InstallEntityTypes (line 19) | class InstallEntityTypes implements DataPatchInterface, PatchVersionInte... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 70) | public static function getDependencies() method getVersion (line 78) | public static function getVersion() method getAliases (line 86) | public function getAliases() FILE: app/code/Magento/Quote/Setup/QuoteSetup.php class QuoteSetup (line 21) | class QuoteSetup extends EavSetup method __construct (line 45) | public function __construct( method _flatTableExist (line 77) | protected function _flatTableExist($table) method addAttribute (line 94) | public function addAttribute($entityTypeId, $code, array $attr) method _addFlatAttribute (line 117) | protected function _addFlatAttribute($table, $attribute, $attr) method _getAttributeColumnDefinition (line 141) | protected function _getAttributeColumnDefinition($code, $data) method getConfigModel (line 186) | public function getConfigModel() method getEncryptor (line 194) | public function getEncryptor() method getConnection (line 204) | public function getConnection() method getTable (line 215) | public function getTable($table) FILE: app/code/Magento/Quote/Test/Unit/Model/BillingAddressManagementTest.php class BillingAddressManagementTest (line 16) | class BillingAddressManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetAddress (line 82) | public function testGetAddress() method testSetAddress (line 97) | public function testSetAddress() method testSetAddressWithInabilityToSaveQuote (line 133) | public function testSetAddressWithInabilityToSaveQuote() FILE: app/code/Magento/Quote/Test/Unit/Model/Cart/CartTotalManagementTest.php class CartTotalManagementTest (line 11) | class CartTotalManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testCollectTotals (line 54) | public function testCollectTotals() method testCollectTotalsNoShipping (line 78) | public function testCollectTotalsNoShipping($shippingCarrierCode, $shi... method collectTotalsShippingData (line 98) | public function collectTotalsShippingData() FILE: app/code/Magento/Quote/Test/Unit/Model/Cart/CartTotalRepositoryTest.php class CartTotalRepositoryTest (line 14) | class CartTotalRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testGet (line 111) | public function testGet($isVirtual, $getAddressType) method getDataProvider (line 170) | public function getDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Cart/ShippingMethodConverterTest.php class ShippingMethodConverterTest (line 12) | class ShippingMethodConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testModelToDataObject (line 103) | public function testModelToDataObject() FILE: app/code/Magento/Quote/Test/Unit/Model/Cart/Totals/ItemConverterTest.php class ItemConverterTest (line 9) | class ItemConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testModelToDataObject (line 60) | public function testModelToDataObject() FILE: app/code/Magento/Quote/Test/Unit/Model/ChangeQuoteControlTest.php class ChangeQuoteControlTest (line 20) | class ChangeQuoteControlTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testIsAllowedIfTheQuoteIsBelongedToCustomer (line 68) | public function testIsAllowedIfTheQuoteIsBelongedToCustomer() method testIsAllowedIfTheQuoteIsNotBelongedToCustomer (line 84) | public function testIsAllowedIfTheQuoteIsNotBelongedToCustomer() method testIsAllowedIfQuoteIsBelongedToGuestAndContextIsGuest (line 102) | public function testIsAllowedIfQuoteIsBelongedToGuestAndContextIsGuest() method testIsAllowedIfQuoteIsBelongedToCustomerAndContextIsGuest (line 115) | public function testIsAllowedIfQuoteIsBelongedToCustomerAndContextIsGu... method testIsAllowedIfContextIsAdmin (line 128) | public function testIsAllowedIfContextIsAdmin() method testIsAllowedIfContextIsIntegration (line 138) | public function testIsAllowedIfContextIsIntegration() FILE: app/code/Magento/Quote/Test/Unit/Model/CouponManagementTest.php class CouponManagementTest (line 12) | class CouponManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetCoupon (line 62) | public function testGetCoupon() method testSetWhenCartDoesNotContainsProducts (line 82) | public function testSetWhenCartDoesNotContainsProducts() method testSetWhenCouldNotApplyCoupon (line 97) | public function testSetWhenCouldNotApplyCoupon() method testSetWhenCouponCodeIsInvalid (line 127) | public function testSetWhenCouponCodeIsInvalid() method testSet (line 149) | public function testSet() method testDeleteWhenCartDoesNotContainsProducts (line 175) | public function testDeleteWhenCartDoesNotContainsProducts() method testDeleteWhenCouldNotDeleteCoupon (line 191) | public function testDeleteWhenCouldNotDeleteCoupon() method testDeleteWhenCouponIsNotEmpty (line 218) | public function testDeleteWhenCouponIsNotEmpty() method testDelete (line 237) | public function testDelete() FILE: app/code/Magento/Quote/Test/Unit/Model/CustomerManagementTest.php class CustomerManagementTest (line 12) | class CustomerManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testPopulateCustomerInfo (line 132) | public function testPopulateCustomerInfo() method testPopulateCustomerInfoForExistingCustomer (line 173) | public function testPopulateCustomerInfoForExistingCustomer() method testValidateAddresses (line 203) | public function testValidateAddresses() method testValidateAddressesNotSavedInAddressBook (line 234) | public function testValidateAddressesNotSavedInAddressBook() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php class GuestBillingAddressManagementTest (line 9) | class GuestBillingAddressManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGet (line 78) | public function testGet() method testAssign (line 87) | public function testAssign() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartItemRepositoryTest.php class GuestCartItemRepositoryTest (line 10) | class GuestCartItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testSave (line 96) | public function testSave() method testGetList (line 108) | public function testGetList() method testDeleteById (line 124) | public function testDeleteById() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartManagementTest.php class GuestCartManagementTest (line 10) | class GuestCartManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testCreateEmptyCart (line 91) | public function testCreateEmptyCart() method testAssignCustomer (line 104) | public function testAssignCustomer() method testPlaceOrder (line 119) | public function testPlaceOrder() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartRepositoryTest.php class GuestCartRepositoryTest (line 9) | class GuestCartRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGet (line 70) | public function testGet() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTestHelper.php class GuestCartTestHelper (line 13) | class GuestCartTestHelper method __construct (line 25) | public function __construct(\PHPUnit\Framework\TestCase $testCase) method mockQuoteIdMask (line 39) | public function mockQuoteIdMask($maskedCartId, $cartId) FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTotalRepositoryTest.php class GuestCartTotalRepositoryTest (line 9) | class GuestCartTotalRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetTotals (line 72) | public function testGetTotals() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCouponManagementTest.php class GuestCouponManagementTest (line 9) | class GuestCouponManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGet (line 70) | public function testGet() method testSet (line 76) | public function testSet() method testRemove (line 82) | public function testRemove() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestPaymentMethodManagementTest.php class GuestPaymentMethodManagementTest (line 8) | class GuestPaymentMethodManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGet (line 71) | public function testGet() method testGetList (line 77) | public function testGetList() method testSetSimpleProduct (line 84) | public function testSetSimpleProduct() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingAddressManagementTest.php class GuestShippingAddressManagementTest (line 9) | class GuestShippingAddressManagementTest extends \PHPUnit\Framework\Test... method setUp (line 46) | protected function setUp() method testAssign (line 73) | public function testAssign() method testGet (line 80) | public function testGet() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingMethodManagementTest.php class GuestShippingMethodManagementTest (line 17) | class GuestShippingMethodManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testSet (line 83) | public function testSet() method testGetList (line 97) | public function testGetList() method testGet (line 108) | public function testGet() method testEstimateByExtendedAddress (line 122) | public function testEstimateByExtendedAddress() FILE: app/code/Magento/Quote/Test/Unit/Model/GuestCartManagement/Plugin/AuthorizationTest.php class AuthorizationTest (line 11) | class AuthorizationTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testBeforeAssignCustomer (line 41) | public function testBeforeAssignCustomer() FILE: app/code/Magento/Quote/Test/Unit/Model/PaymentMethodManagementTest.php class PaymentMethodManagementTest (line 10) | class PaymentMethodManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetPaymentIfPaymentMethodNotSet (line 62) | public function testGetPaymentIfPaymentMethodNotSet() method testGetPaymentSuccess (line 78) | public function testGetPaymentSuccess() method testGetList (line 95) | public function testGetList() method testSetVirtualProduct (line 112) | public function testSetVirtualProduct() method testSetVirtualProductThrowsExceptionIfPaymentMethodNotAvailable (line 179) | public function testSetVirtualProductThrowsExceptionIfPaymentMethodNot... method testSetSimpleProduct (line 235) | public function testSetSimpleProduct() method testSetSimpleProductTrowsExceptionIfShippingAddressNotSet (line 305) | public function testSetSimpleProductTrowsExceptionIfShippingAddressNot... FILE: app/code/Magento/Quote/Test/Unit/Model/Product/Plugin/RemoveQuoteItemsTest.php class RemoveQuoteItemsTest (line 8) | class RemoveQuoteItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterDelete (line 28) | public function testAfterDelete() FILE: app/code/Magento/Quote/Test/Unit/Model/Product/Plugin/UpdateQuoteItemsTest.php class UpdateQuoteItemsTest (line 8) | class UpdateQuoteItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAfterUpdate (line 35) | public function testAfterUpdate($originalPrice, $newPrice, $callMethod... method aroundUpdateDataProvider (line 55) | public function aroundUpdateDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Product/QuoteItemsCleanerTest.php class QuoteItemsCleanerTest (line 8) | class QuoteItemsCleanerTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testExecute (line 26) | public function testExecute() FILE: app/code/Magento/Quote/Test/Unit/Model/QueryResolverTest.php class QueryResolverTest (line 11) | class QueryResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testIsSingleQueryWhenDataWereCached (line 46) | public function testIsSingleQueryWhenDataWereCached() method testIsSingleQueryWhenDataNotCached (line 68) | public function testIsSingleQueryWhenDataNotCached($connectionName, $i... method isSingleQueryWhenDataNotCachedDataProvider (line 98) | public function isSingleQueryWhenDataNotCachedDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/RelationTest.php class RelationTest (line 10) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testProcessRelation (line 34) | public function testProcessRelation() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/ToOrderAddressTest.php class ToOrderAddressTest (line 13) | class ToOrderAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testConvert (line 60) | public function testConvert() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/ToOrderTest.php class ToOrderTest (line 13) | class ToOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testConvert (line 69) | public function testConvert() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/Total/GrandTest.php class GrandTest (line 17) | class GrandTest extends TestCase method setUp (line 32) | protected function setUp() method testCollect (line 48) | public function testCollect() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/Total/ShippingTest.php class ShippingTest (line 11) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testFetch (line 135) | public function testFetch(): void method testCollect (line 159) | public function testCollect(): void method freeShippingAssertions (line 252) | protected function freeShippingAssertions(): void FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/Total/SubtotalTest.php class SubtotalTest (line 15) | class SubtotalTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method collectDataProvider (line 55) | public function collectDataProvider() method testCollect (line 77) | public function testCollect($price, $originalPrice, $itemHasParent, $e... method testFetch (line 161) | public function testFetch() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/TotalTest.php class TotalTest (line 9) | class TotalTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testSetTotalAmount (line 43) | public function testSetTotalAmount($code, $amount, $storedCode) method setTotalAmountDataProvider (line 55) | public function setTotalAmountDataProvider() method testSetBaseTotalAmount (line 77) | public function testSetBaseTotalAmount($code, $amount, $storedCode) method setBaseTotalAmountDataProvider (line 89) | public function setBaseTotalAmountDataProvider() method testAddTotalAmount (line 111) | public function testAddTotalAmount($initialAmount, $delta, $updatedAmo... method addTotalAmountDataProvider (line 123) | public function addTotalAmountDataProvider() method testAddBaseTotalAmount (line 145) | public function testAddBaseTotalAmount($initialAmount, $delta, $update... method addBaseTotalAmountDataProvider (line 157) | public function addBaseTotalAmountDataProvider() method testGetTotalAmount (line 173) | public function testGetTotalAmount() method testGetTotalAmountAbsent (line 181) | public function testGetTotalAmountAbsent() method testGetBaseTotalAmount (line 186) | public function testGetBaseTotalAmount() method testGetBaseTotalAmountAbsent (line 194) | public function testGetBaseTotalAmountAbsent() method testGetFullInfo (line 207) | public function testGetFullInfo($input, $expected) method getFullInfoDataProvider (line 216) | public function getFullInfoDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Address/ValidatorTest.php class ValidatorTest (line 13) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testValidateWithEmptyObject (line 56) | public function testValidateWithEmptyObject() method testValidateWithInvalidEmail (line 64) | public function testValidateWithInvalidEmail() method testValidateWithInvalidCountryId (line 73) | public function testValidateWithInvalidCountryId() method testValidateWithInvalidData (line 86) | public function testValidateWithInvalidData() method testValidateWithValidData (line 102) | public function testValidateWithValidData() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/AddressTest.php class AddressTest (line 38) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 120) | protected function setUp() method testValidateMinimumAmountDisabled (line 197) | public function testValidateMinimumAmountDisabled() method testValidateMinimumAmountVirtual (line 213) | public function testValidateMinimumAmountVirtual() method testValidateMinimumAmount (line 238) | public function testValidateMinimumAmount() method testValidateMiniumumAmountWithoutDiscount (line 262) | public function testValidateMiniumumAmountWithoutDiscount() method testValidateMinimumAmountNegative (line 286) | public function testValidateMinimumAmountNegative() method testSetAndGetAppliedTaxes (line 311) | public function testSetAndGetAppliedTaxes() method testGetAppliedTaxesWithEmptyValue (line 321) | public function testGetAppliedTaxesWithEmptyValue() method testRequestShippingRates (line 332) | public function testRequestShippingRates() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetProductAttributes (line 26) | public function testGetProductAttributes() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/AbstractItemTest.php class AbstractItemTest (line 11) | class AbstractItemTest extends \PHPUnit\Framework\TestCase method testGetTotalDiscountAmount (line 22) | public function testGetTotalDiscountAmount($expectedDiscountAmount, $c... method dataProviderGetTotalDiscountAmount (line 50) | public function dataProviderGetTotalDiscountAmount() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/CompareTest.php class CompareTest (line 12) | class CompareTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method getOptionMock (line 87) | protected function getOptionMock($code, $value) method testCompareDifferentProduct (line 102) | public function testCompareDifferentProduct() method testCompareProductWithDifferentOptions (line 117) | public function testCompareProductWithDifferentOptions() method testCompareItemWithComparedWithoutOption (line 155) | public function testCompareItemWithComparedWithoutOption() method testCompareItemWithoutOptionWithCompared (line 183) | public function testCompareItemWithoutOptionWithCompared() method testCompareWithEmptyValues (line 212) | public function testCompareWithEmptyValues() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ProcessorTest.php class ProcessorTest (line 24) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testInitWithQtyModification (line 121) | public function testInitWithQtyModification() method testInitWithoutModification (line 168) | public function testInitWithoutModification() method testInitWithoutModificationAdminhtmlAreaCode (line 205) | public function testInitWithoutModificationAdminhtmlAreaCode() method testPrepare (line 248) | public function testPrepare() method testPrepareWithResetCountAndStick (line 298) | public function testPrepareWithResetCountAndStick() method testPrepareWithResetCountAndNotStickAndOtherItemId (line 348) | public function testPrepareWithResetCountAndNotStickAndOtherItemId() method testPrepareWithResetCountAndNotStickAndSameItemId (line 398) | public function testPrepareWithResetCountAndNotStickAndSameItemId() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/RelatedProductsTest.php class RelatedProductsTest (line 8) | class RelatedProductsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetRelatedProductIds (line 34) | public function testGetRelatedProductIds($optionValue, $productId, $ex... method getRelatedProductIdsDataProvider (line 67) | public function getRelatedProductIdsDataProvider() method testGetRelatedProductIdsNoOptions (line 80) | public function testGetRelatedProductIdsNoOptions() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/RepositoryTest.php class RepositoryTest (line 25) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testSave (line 115) | public function testSave() method testDeleteWithInvalidQuoteItem (line 150) | public function testDeleteWithInvalidQuoteItem() method testDeleteWithCouldNotSaveException (line 168) | public function testDeleteWithCouldNotSaveException() method testGetList (line 197) | public function testGetList() method testDeleteById (line 223) | public function testDeleteById() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ToOrderItemTest.php class ToOrderItemTest (line 11) | class ToOrderItemTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testConvert (line 71) | public function testConvert() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Item/UpdaterTest.php class UpdaterTest (line 14) | class UpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testUpdateNoQty (line 97) | public function testUpdateNoQty() method testUpdateNotQtyDecimal (line 105) | public function testUpdateNotQtyDecimal($qty, $expectedQty) method qtyProvider (line 136) | public function qtyProvider() method qtyProviderDecimal (line 151) | public function qtyProviderDecimal() method testUpdateQtyDecimal (line 166) | public function testUpdateQtyDecimal($qty, $expectedQty) method testUpdateQtyDecimalWithConfiguredOption (line 202) | public function testUpdateQtyDecimalWithConfiguredOption() method testUpdateCustomPrice (line 227) | public function testUpdateCustomPrice() method testUpdateUnsetCustomPrice (line 294) | public function testUpdateUnsetCustomPrice() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/ItemTest.php class ItemTest (line 12) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetAddress (line 135) | public function testGetAddress() method testSetAndQuote (line 159) | public function testSetAndQuote() method testAddQtyNormal (line 183) | public function testAddQtyNormal() method testAddQtyExistingParentItemAndId (line 209) | public function testAddQtyExistingParentItemAndId() method testSetQty (line 228) | public function testSetQty() method testSetQtyQuoteIgnoreOldQuantity (line 249) | public function testSetQtyQuoteIgnoreOldQuantity() method testSetQtyUseOldQuantity (line 283) | public function testSetQtyUseOldQuantity() method testSetQtyOptions (line 305) | public function testSetQtyOptions() method testSetProduct (line 312) | public function testSetProduct() method testSetProductWithQuoteAndStockItem (line 341) | public function testSetProductWithQuoteAndStockItem() method generateProductMock (line 408) | private function generateProductMock( method testRepresentProductNoProduct (line 481) | public function testRepresentProductNoProduct() method testRepresentProductStickWithinParentNotSameAsParentItem (line 498) | public function testRepresentProductStickWithinParentNotSameAsParentIt... method testRepresentProductItemOptionsNotInProductOptions (line 525) | public function testRepresentProductItemOptionsNotInProductOptions() method testRepresentProductProductOptionsNotInItemOptions (line 568) | public function testRepresentProductProductOptionsNotInItemOptions() method testRepresentProductTrue (line 611) | public function testRepresentProductTrue() method testCompare (line 657) | public function testCompare() method testCompareOptionsEqual (line 667) | public function testCompareOptionsEqual() method testCompareOptionsDifferentValues (line 680) | public function testCompareOptionsDifferentValues() method testCompareOptionsNullValues (line 699) | public function testCompareOptionsNullValues() method testCompareOptionsMultipleEquals (line 718) | public function testCompareOptionsMultipleEquals() method testGetQtyOptions (line 740) | public function testGetQtyOptions() method testToArray (line 777) | public function testToArray() method testGetProductTypeOption (line 800) | public function testGetProductTypeOption() method testGetProductTypeWithProduct (line 813) | public function testGetProductTypeWithProduct() method testSetOptions (line 828) | public function testSetOptions() method testSetOptionsWithNull (line 842) | public function testSetOptionsWithNull() method createOptionMock (line 852) | private function createOptionMock($optionCode, $optionData = []) method testAddOptionArray (line 886) | public function testAddOptionArray() method testUpdateQtyOption (line 917) | public function testUpdateQtyOption() method testRemoveOption (line 959) | public function testRemoveOption() method testRemoveOptionNoOptionCodeExists (line 986) | public function testRemoveOptionNoOptionCodeExists() method testGetOptionByCodeNonExistent (line 991) | public function testGetOptionByCodeNonExistent() method testGetOptionByCodeDeletedCode (line 996) | public function testGetOptionByCodeDeletedCode() method testGetOptionByCodeNotDeletedCode (line 1020) | public function testGetOptionByCodeNotDeletedCode() method testGetBuyRequestNoOptionByCode (line 1044) | public function testGetBuyRequestNoOptionByCode() method testGetBuyRequestOptionByCode (line 1058) | public function testGetBuyRequestOptionByCode() method testSetHasErrorFalse (line 1094) | public function testSetHasErrorFalse() method testSetHasErrorTrue (line 1104) | public function testSetHasErrorTrue() method testAddErrorInfo (line 1116) | public function testAddErrorInfo() method testGetErrorInfos (line 1134) | public function testGetErrorInfos() method testRemoveErrorInfosByParams (line 1145) | public function testRemoveErrorInfosByParams() method testRemoveErrorInfosByParamsAllErrorsRemoved (line 1176) | public function testRemoveErrorInfosByParamsAllErrorsRemoved() method testSaveItemOptions (line 1211) | public function testSaveItemOptions() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Payment/ToOrderPaymentTest.php class ToOrderPaymentTest (line 15) | class ToOrderPaymentTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testConvert (line 71) | public function testConvert() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php class PaymentTest (line 19) | class PaymentTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetCcExpYearReturnsValidValue (line 81) | public function testGetCcExpYearReturnsValidValue($databaseValue, $exp... method yearValueDataProvider (line 90) | public function yearValueDataProvider() method testImportDataPositiveCheck (line 107) | public function testImportDataPositiveCheck( method testGetAdditionalData (line 176) | public function testGetAdditionalData($expected, $additionalData, $isV... method getAdditionalDataDataProvider (line 189) | public function getAdditionalDataDataProvider() method importDataPositiveCheckDataProvider (line 220) | public function importDataPositiveCheckDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/RelationTest.php class RelationTest (line 11) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testProcessRelation (line 39) | public function testProcessRelation() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingAssignmentProcessorTest.php class ShippingAssignmentProcessorTest (line 21) | class ShippingAssignmentProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testSaveWithDeletedCartItems (line 119) | public function testSaveWithDeletedCartItems() method testSaveWithNotExistingCustomerAddress (line 144) | public function testSaveWithNotExistingCustomerAddress() method createQuoteItemMock (line 176) | private function createQuoteItemMock($id, $isDeleted) FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/ShippingAssignment/ShippingProcessorTest.php class ShippingProcessorTest (line 20) | class ShippingProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testSave (line 63) | public function testSave($method, $carrierCode, $methodCode) method saveDataProvider (line 102) | public function saveDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/TotalsReaderTest.php class TotalsReaderTest (line 9) | class TotalsReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testFetch (line 56) | public function testFetch() method testFetchWithEmptyData (line 85) | public function testFetchWithEmptyData() method testFetchSeveralCollectors (line 107) | public function testFetchSeveralCollectors() method testConvert (line 141) | public function testConvert() FILE: app/code/Magento/Quote/Test/Unit/Model/Quote/Validator/MinimumOrderAmount/ValidationMessageTest.php class ValidationMessageTest (line 10) | class ValidationMessageTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetMessage (line 53) | public function testGetMessage() method testGetConfigMessage (line 74) | public function testGetConfigMessage() FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteIdMaskTest.php class QuoteIdMaskTest (line 14) | class QuoteIdMaskTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testBeforeSave (line 30) | public function testBeforeSave() FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteManagementTest.php class QuoteManagementTest (line 26) | class QuoteManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 166) | protected function setUp() method testCreateEmptyCartAnonymous (line 275) | public function testCreateEmptyCartAnonymous() method testCreateEmptyCartForCustomer (line 305) | public function testCreateEmptyCartForCustomer() method testCreateEmptyCartForCustomerReturnExistsQuote (line 342) | public function testCreateEmptyCartForCustomerReturnExistsQuote() method testAssignCustomerFromAnotherStore (line 378) | public function testAssignCustomerFromAnotherStore() method testAssignCustomerToNonanonymousCart (line 422) | public function testAssignCustomerToNonanonymousCart() method testAssignCustomerNoSuchCustomer (line 470) | public function testAssignCustomerNoSuchCustomer() method testAssignCustomerWithActiveCart (line 500) | public function testAssignCustomerWithActiveCart() method testAssignCustomer (line 574) | public function testAssignCustomer() method testSubmit (line 643) | public function testSubmit() method testPlaceOrderIfCustomerIsGuest (line 740) | public function testPlaceOrderIfCustomerIsGuest() method testPlaceOrder (line 823) | public function testPlaceOrder() method getQuote (line 931) | protected function getQuote( method prepareOrderFactory (line 1022) | protected function prepareOrderFactory( method testGetCartForCustomer (line 1079) | public function testGetCartForCustomer() method getPropertyValue (line 1097) | protected function getPropertyValue($object, $property) method setPropertyValue (line 1113) | protected function setPropertyValue(&$object, $property, $value) method testSubmitForCustomer (line 1128) | public function testSubmitForCustomer() method createPartialMockForAbstractClass (line 1237) | private function createPartialMockForAbstractClass($className, $method... FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteRepository/Plugin/AccessChangeQuoteControlTest.php class AccessChangeQuoteControlTest (line 17) | class AccessChangeQuoteControlTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testBeforeSaveForCustomer (line 74) | public function testBeforeSaveForCustomer() method testBeforeSaveException (line 96) | public function testBeforeSaveException() method testBeforeSaveForAdmin (line 113) | public function testBeforeSaveForAdmin() method testBeforeSaveForGuest (line 132) | public function testBeforeSaveForGuest() method testBeforeSaveForGuestException (line 154) | public function testBeforeSaveForGuestException() method testBeforeSaveForUnknownUserTypeException (line 174) | public function testBeforeSaveForUnknownUserTypeException() FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteRepository/Plugin/AuthorizationTest.php class AuthorizationTest (line 14) | class AuthorizationTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testAfterGetActiveThrowsExceptionIfQuoteIsNotAllowedForCurrentUserContext (line 36) | public function testAfterGetActiveThrowsExceptionIfQuoteIsNotAllowedFo... method testAfterGetActiveReturnsQuoteIfQuoteIsAllowedForCurrentUserContext (line 49) | public function testAfterGetActiveReturnsQuoteIfQuoteIsAllowedForCurre... method testAfterGetActiveForCustomerThrowsExceptionIfQuoteIsNotAllowedForCurrentUserContext (line 63) | public function testAfterGetActiveForCustomerThrowsExceptionIfQuoteIsN... method testAfterGetActiveForCustomerReturnsQuoteIfQuoteIsAllowedForCurrentUserContext (line 76) | public function testAfterGetActiveForCustomerReturnsQuoteIfQuoteIsAllo... FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteRepository/SaveHandlerTest.php class SaveHandlerTest (line 21) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testSaveForVirtualQuote (line 126) | public function testSaveForVirtualQuote() method testSaveWithNotExistingCustomerAddress (line 165) | public function testSaveWithNotExistingCustomerAddress() method createQuoteItemMock (line 209) | private function createQuoteItemMock($isDeleted) FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteRepositoryTest.php class QuoteRepositoryTest (line 33) | class QuoteRepositoryTest extends TestCase method setUp (line 100) | protected function setUp() method testGetWithExceptionById (line 175) | public function testGetWithExceptionById() method testGet (line 192) | public function testGet() method testGetForCustomerAfterGet (line 224) | public function testGetForCustomerAfterGet() method testGetWithSharedStoreIds (line 262) | public function testGetWithSharedStoreIds() method testGetForCustomer (line 295) | public function testGetForCustomer(InvokedCountMatch $invokeTimes, arr... method getForCustomerDataProvider (line 332) | public function getForCustomerDataProvider() method testGetActiveWithExceptionById (line 350) | public function testGetActiveWithExceptionById() method testGetActiveWithExceptionByIsActive (line 372) | public function testGetActiveWithExceptionByIsActive() method testGetActive (line 395) | public function testGetActive() method testGetActiveWithSharedStoreIds (line 418) | public function testGetActiveWithSharedStoreIds() method testGetActiveForCustomer (line 445) | public function testGetActiveForCustomer() method testSave (line 470) | public function testSave() method testDelete (line 504) | public function testDelete() method testGetList (line 514) | public function testGetList() method getListSuccessDataProvider (line 556) | public function getListSuccessDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteTest.php class QuoteTest (line 21) | class QuoteTest extends \PHPUnit\Framework\TestCase method setUp (line 156) | protected function setUp() method testIsMultipleShippingAddresses (line 302) | public function testIsMultipleShippingAddresses($addresses, $expected) method testGetCustomerGroupIdNotSet (line 325) | public function testGetCustomerGroupIdNotSet() method testGetCustomerGroupId (line 337) | public function testGetCustomerGroupId() method isMultipleShippingAddressesDataProvider (line 350) | public function isMultipleShippingAddressesDataProvider() method getAddressMock (line 368) | protected function getAddressMock($type) method testGetStoreIdNoId (line 380) | public function testGetStoreIdNoId() method testGetStoreId (line 396) | public function testGetStoreId() method testGetStore (line 404) | public function testGetStore() method testSetStore (line 421) | public function testSetStore() method testGetSharedWebsiteStoreIds (line 436) | public function testGetSharedWebsiteStoreIds() method testGetSharedStoreIds (line 454) | public function testGetSharedStoreIds() method testLoadActive (line 485) | public function testLoadActive() method testloadByIdWithoutStore (line 500) | public function testloadByIdWithoutStore() method testSetCustomerAddressData (line 518) | public function testSetCustomerAddressData() method testGetCustomerTaxClassId (line 577) | public function testGetCustomerTaxClassId() method testGetAllAddresses (line 594) | public function testGetAllAddresses() method testGetAddressById (line 619) | public function testGetAddressById($addressId, $expected) method dataProviderGetAddress (line 645) | public static function dataProviderGetAddress() method testGetAddressByCustomerAddressId (line 660) | public function testGetAddressByCustomerAddressId($isDeleted, $custome... method dataProviderGetAddressByCustomer (line 689) | public static function dataProviderGetAddressByCustomer() method testGetShippingAddressByCustomerAddressId (line 705) | public function testGetShippingAddressByCustomerAddressId($isDeleted, ... method dataProviderShippingAddress (line 738) | public static function dataProviderShippingAddress() method testRemoveAddress (line 746) | public function testRemoveAddress() method testRemoveAllAddresses (line 773) | public function testRemoveAllAddresses() method testAddProductException (line 819) | public function testAddProductException() method testAddProductNoCandidates (line 824) | public function testAddProductNoCandidates() method testAddProductItemPreparation (line 853) | public function testAddProductItemPreparation() method testAddProductItemNew (line 906) | public function testAddProductItemNew() method testValidateMinimumAmount (line 969) | public function testValidateMinimumAmount() method testValidateMinimumAmountNegative (line 996) | public function testValidateMinimumAmountNegative() method testGetPaymentIsNotDeleted (line 1023) | public function testGetPaymentIsNotDeleted() method testGetPaymentIsDeleted (line 1053) | public function testGetPaymentIsDeleted() method testAddItem (line 1090) | public function testAddItem() method testBeforeSaveIsVirtualQuote (line 1121) | public function testBeforeSaveIsVirtualQuote(array $productTypes, $exp... method dataProviderForTestBeforeSaveIsVirtualQuote (line 1186) | public function dataProviderForTestBeforeSaveIsVirtualQuote() method testGetItemsCollection (line 1197) | public function testGetItemsCollection() method testGetAllItems (line 1217) | public function testGetAllItems() method testReserveOrderId (line 1250) | public function testReserveOrderId(bool $isReservedOrderIdExist, int $... method reservedOrderIdDataProvider (line 1264) | public function reservedOrderIdDataProvider(): array FILE: app/code/Magento/Quote/Test/Unit/Model/QuoteValidatorTest.php class QuoteValidatorTest (line 18) | class QuoteValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testCheckQuoteAmountExistingError (line 74) | public function testCheckQuoteAmountExistingError() FILE: app/code/Magento/Quote/Test/Unit/Model/ResourceModel/Quote/Item/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testInstanceOf (line 90) | public function testInstanceOf() FILE: app/code/Magento/Quote/Test/Unit/Model/ResourceModel/Quote/ItemTest.php class ItemTest (line 18) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testInstanceOf (line 98) | public function testInstanceOf() method testSaveNotModifiedItem (line 106) | public function testSaveNotModifiedItem() method testSaveSavedBeforeItem (line 125) | public function testSaveSavedBeforeItem() method testSaveModifiedItem (line 145) | public function testSaveModifiedItem() FILE: app/code/Magento/Quote/Test/Unit/Model/ResourceModel/Quote/QuoteAddressTest.php class QuoteAddressTest (line 13) | class QuoteAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testSave (line 89) | public function testSave() FILE: app/code/Magento/Quote/Test/Unit/Model/ResourceModel/QuoteTest.php class QuoteTest (line 18) | class QuoteTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetReservedOrderId (line 64) | public function testGetReservedOrderId(string $entityType, int $storeI... method getReservedOrderIdDataProvider (line 83) | public function getReservedOrderIdDataProvider(): array FILE: app/code/Magento/Quote/Test/Unit/Model/ShippingAddressAssignmentTest.php class ShippingAddressAssignmentTest (line 9) | class ShippingAddressAssignmentTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testSetAddressUseForShippingTrue (line 85) | public function testSetAddressUseForShippingTrue() method testSetAddressUseForShippingFalse (line 97) | public function testSetAddressUseForShippingFalse() FILE: app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php class ShippingMethodManagementTest (line 26) | class ShippingMethodManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 98) | protected function setUp() method testGetMethodWhenShippingAddressIsNotSet (line 187) | public function testGetMethodWhenShippingAddressIsNotSet() method testGetMethod (line 199) | public function testGetMethod() method testGetMethodIfMethodIsNotSet (line 231) | public function testGetMethodIfMethodIsNotSet() method testGetListForVirtualCart (line 248) | public function testGetListForVirtualCart() method testGetListForEmptyCart (line 259) | public function testGetListForEmptyCart() method testGetListWhenShippingAddressIsNotSet (line 276) | public function testGetListWhenShippingAddressIsNotSet() method testGetList (line 292) | public function testGetList() method testSetMethodWithInputException (line 326) | public function testSetMethodWithInputException() method testSetMethodWithVirtualProduct (line 345) | public function testSetMethodWithVirtualProduct() method testSetMethodWithoutShippingAddress (line 365) | public function testSetMethodWithoutShippingAddress() method testSetMethodWithCouldNotSaveException (line 388) | public function testSetMethodWithCouldNotSaveException() method testSetMethodWithoutAddress (line 424) | public function testSetMethodWithoutAddress() method testSetMethod (line 444) | public function testSetMethod() method testEstimateByExtendedAddress (line 471) | public function testEstimateByExtendedAddress() method testEstimateByAddressId (line 551) | public function testEstimateByAddressId() FILE: app/code/Magento/Quote/Test/Unit/Model/Webapi/ParamOverriderCartIdTest.php class ParamOverriderCartIdTest (line 18) | class ParamOverriderCartIdTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetOverriddenValueIsCustomerAndCartExists (line 45) | public function testGetOverriddenValueIsCustomerAndCartExists() method testGetOverriddenValueIsCustomerAndCartDoesNotExist (line 73) | public function testGetOverriddenValueIsCustomerAndCartDoesNotExist() method testGetOverriddenValueIsCustomerAndCartIsNull (line 92) | public function testGetOverriddenValueIsCustomerAndCartIsNull() method testGetOverriddenValueIsNotCustomer (line 111) | public function testGetOverriddenValueIsNotCustomer() FILE: app/code/Magento/Quote/Test/Unit/Observer/Backend/CustomerQuoteObserverTest.php class CustomerQuoteObserverTest (line 9) | class CustomerQuoteObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testDispatchNoCustomerGroupChange (line 69) | public function testDispatchNoCustomerGroupChange() method testDispatch (line 101) | public function testDispatch($isWebsiteScope, $websites) method dispatchDataProvider (line 163) | public function dispatchDataProvider() FILE: app/code/Magento/Quote/Test/Unit/Observer/Frontend/Quote/Address/CollectTotalsObserverTest.php class CollectTotalsObserverTest (line 14) | class CollectTotalsObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 94) | protected function setUp() method testDispatchWithDisableVatValidator (line 184) | public function testDispatchWithDisableVatValidator() method testDispatchWithCustomerCountryNotInEUAndNotLoggedCustomerInGroup (line 196) | public function testDispatchWithCustomerCountryNotInEUAndNotLoggedCust... method testDispatchWithDefaultCustomerGroupId (line 234) | public function testDispatchWithDefaultCustomerGroupId() method testDispatchWithCustomerCountryInEU (line 270) | public function testDispatchWithCustomerCountryInEU() method testDispatchWithAddressCustomerVatIdAndCountryId (line 317) | public function testDispatchWithAddressCustomerVatIdAndCountryId() method testDispatchWithEmptyShippingAddress (line 354) | public function testDispatchWithEmptyShippingAddress() FILE: app/code/Magento/Quote/Test/Unit/Observer/Frontend/Quote/Address/VatValidatorTest.php class VatValidatorTest (line 8) | class VatValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testValidateWithDisabledValidationOnEachTransaction (line 118) | public function testValidateWithDisabledValidationOnEachTransaction() method testValidateWithEnabledValidationOnEachTransaction (line 156) | public function testValidateWithEnabledValidationOnEachTransaction() method testValidateWithDifferentCountryIdAndValidatedCountryCode (line 205) | public function testValidateWithDifferentCountryIdAndValidatedCountryC... method testValidateWithDifferentVatNumberAndValidatedVatNumber (line 248) | public function testValidateWithDifferentVatNumberAndValidatedVatNumber() method testIsEnabledWithBillingTaxCalculationAddressType (line 291) | public function testIsEnabledWithBillingTaxCalculationAddressType() method testIsEnabledWithEnabledVatValidation (line 321) | public function testIsEnabledWithEnabledVatValidation() FILE: app/code/Magento/Quote/Test/Unit/Observer/SubmitObserverTest.php class SubmitObserverTest (line 23) | class SubmitObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testSendEmail (line 92) | public function testSendEmail() method testFailToSendEmail (line 118) | public function testFailToSendEmail() method testSendEmailWhenRedirectUrlExists (line 132) | public function testSendEmailWhenRedirectUrlExists() FILE: app/code/Magento/Quote/Test/Unit/Setup/QuoteSetupTest.php class QuoteSetupTest (line 17) | class QuoteSetupTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetConnection (line 82) | public function testGetConnection() FILE: app/code/Magento/QuoteGraphQl/Model/Cart/AddProductsToCart.php class AddProductsToCart (line 18) | class AddProductsToCart method __construct (line 34) | public function __construct( method execute (line 51) | public function execute(Quote $cart, array $cartItems): void FILE: app/code/Magento/QuoteGraphQl/Model/Cart/AddSimpleProductToCart.php class AddSimpleProductToCart (line 21) | class AddSimpleProductToCart method __construct (line 37) | public function __construct( method execute (line 53) | public function execute(Quote $cart, array $cartItemData): void method extractSku (line 91) | private function extractSku(array $cartItemData): string FILE: app/code/Magento/QuoteGraphQl/Model/Cart/Address/SaveQuoteAddressToCustomerAddressBook.php class SaveQuoteAddressToCustomerAddressBook (line 23) | class SaveQuoteAddressToCustomerAddressBook method __construct (line 45) | public function __construct( method execute (line 64) | public function execute(QuoteAddress $quoteAddress, int $customerId): ... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/AssignBillingAddressToCart.php class AssignBillingAddressToCart (line 21) | class AssignBillingAddressToCart method __construct (line 31) | public function __construct( method execute (line 46) | public function execute( FILE: app/code/Magento/QuoteGraphQl/Model/Cart/AssignShippingAddressToCart.php class AssignShippingAddressToCart (line 21) | class AssignShippingAddressToCart method __construct (line 31) | public function __construct( method execute (line 45) | public function execute( FILE: app/code/Magento/QuoteGraphQl/Model/Cart/AssignShippingMethodToCart.php class AssignShippingMethodToCart (line 23) | class AssignShippingMethodToCart method __construct (line 39) | public function __construct( method execute (line 57) | public function execute( FILE: app/code/Magento/QuoteGraphQl/Model/Cart/BuyRequest/BuyRequestBuilder.php class BuyRequestBuilder (line 16) | class BuyRequestBuilder method __construct (line 32) | public function __construct( method build (line 46) | public function build(array $cartItemData): DataObject FILE: app/code/Magento/QuoteGraphQl/Model/Cart/BuyRequest/BuyRequestDataProviderInterface.php type BuyRequestDataProviderInterface (line 13) | interface BuyRequestDataProviderInterface method execute (line 21) | public function execute(array $cartItemData): array; FILE: app/code/Magento/QuoteGraphQl/Model/Cart/BuyRequest/CustomizableOptionsDataProvider.php class CustomizableOptionsDataProvider (line 15) | class CustomizableOptionsDataProvider implements BuyRequestDataProviderI... method __construct (line 25) | public function __construct( method execute (line 34) | public function execute(array $cartItemData): array method convertCustomOptionValue (line 56) | private function convertCustomOptionValue(string $value) FILE: app/code/Magento/QuoteGraphQl/Model/Cart/BuyRequest/QuantityDataProvider.php class QuantityDataProvider (line 16) | class QuantityDataProvider implements BuyRequestDataProviderInterface method __construct (line 26) | public function __construct( method execute (line 35) | public function execute(array $cartItemData): array FILE: app/code/Magento/QuoteGraphQl/Model/Cart/CheckCartCheckoutAllowance.php class CheckCartCheckoutAllowance (line 17) | class CheckCartCheckoutAllowance method __construct (line 27) | public function __construct( method execute (line 40) | public function execute(Quote $quote): void FILE: app/code/Magento/QuoteGraphQl/Model/Cart/CreateBuyRequest.php class CreateBuyRequest (line 16) | class CreateBuyRequest method __construct (line 26) | public function __construct( method execute (line 39) | public function execute(float $qty, array $customizableOptionsData): D... method convertCustomOptionValue (line 65) | private function convertCustomOptionValue(string $value) FILE: app/code/Magento/QuoteGraphQl/Model/Cart/CreateEmptyCartForCustomer.php class CreateEmptyCartForCustomer (line 19) | class CreateEmptyCartForCustomer method __construct (line 47) | public function __construct( method execute (line 66) | public function execute(int $customerId, string $predefinedMaskedQuote... method createPredefinedMaskId (line 87) | private function createPredefinedMaskId(int $quoteId, string $maskId):... method getQuoteMaskId (line 107) | private function getQuoteMaskId(int $quoteId): string FILE: app/code/Magento/QuoteGraphQl/Model/Cart/CreateEmptyCartForGuest.php class CreateEmptyCartForGuest (line 17) | class CreateEmptyCartForGuest method __construct (line 39) | public function __construct( method execute (line 55) | public function execute(string $predefinedMaskedQuoteId = null): string FILE: app/code/Magento/QuoteGraphQl/Model/Cart/ExtractQuoteAddressData.php class ExtractQuoteAddressData (line 17) | class ExtractQuoteAddressData method __construct (line 27) | public function __construct(ExtensibleDataObjectConverter $dataObjectC... method execute (line 38) | public function execute(QuoteAddress $address): array FILE: app/code/Magento/QuoteGraphQl/Model/Cart/GetCartForUser.php class GetCartForUser (line 20) | class GetCartForUser method __construct (line 36) | public function __construct( method execute (line 55) | public function execute(string $cartHash, ?int $customerId, int $store... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/GetShippingAddress.php class GetShippingAddress (line 20) | class GetShippingAddress method __construct (line 36) | public function __construct( method execute (line 54) | public function execute(ContextInterface $context, array $shippingAddr... method createShippingAddress (line 90) | private function createShippingAddress( FILE: app/code/Magento/QuoteGraphQl/Model/Cart/Payment/AdditionalDataProviderInterface.php type AdditionalDataProviderInterface (line 13) | interface AdditionalDataProviderInterface method getData (line 21) | public function getData(array $data): array; FILE: app/code/Magento/QuoteGraphQl/Model/Cart/Payment/AdditionalDataProviderPool.php class AdditionalDataProviderPool (line 13) | class AdditionalDataProviderPool method __construct (line 23) | public function __construct(array $dataProviders = []) method getData (line 35) | public function getData(string $methodCode, array $data): array FILE: app/code/Magento/QuoteGraphQl/Model/Cart/QuoteAddressFactory.php class QuoteAddressFactory (line 25) | class QuoteAddressFactory method __construct (line 65) | public function __construct( method createBasedOnInputData (line 89) | public function createBasedOnInputData(array $addressInput): QuoteAddress method createBasedOnCustomerAddress (line 135) | public function createBasedOnCustomerAddress(int $customerAddressId, i... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetBillingAddressOnCart.php class SetBillingAddressOnCart (line 21) | class SetBillingAddressOnCart method __construct (line 43) | public function __construct( method execute (line 64) | public function execute(ContextInterface $context, CartInterface $cart... method createBillingAddress (line 109) | private function createBillingAddress( FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetPaymentMethodOnCart.php class SetPaymentMethodOnCart (line 23) | class SetPaymentMethodOnCart method __construct (line 45) | public function __construct( method execute (line 63) | public function execute(Quote $cart, array $paymentData): void FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressesOnCart.php class SetShippingAddressesOnCart (line 18) | class SetShippingAddressesOnCart implements SetShippingAddressesOnCartIn... method __construct (line 34) | public function __construct( method execute (line 45) | public function execute(ContextInterface $context, CartInterface $cart... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressesOnCartInterface.php type SetShippingAddressesOnCartInterface (line 22) | interface SetShippingAddressesOnCartInterface method execute (line 35) | public function execute(ContextInterface $context, CartInterface $cart... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingMethodsOnCart.php class SetShippingMethodsOnCart (line 17) | class SetShippingMethodsOnCart implements SetShippingMethodsOnCartInterface method __construct (line 27) | public function __construct( method execute (line 36) | public function execute(ContextInterface $context, CartInterface $cart... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingMethodsOnCartInterface.php type SetShippingMethodsOnCartInterface (line 23) | interface SetShippingMethodsOnCartInterface method execute (line 37) | public function execute(ContextInterface $context, CartInterface $cart... FILE: app/code/Magento/QuoteGraphQl/Model/Cart/UpdateCartItem.php class UpdateCartItem (line 22) | class UpdateCartItem method __construct (line 44) | public function __construct( method execute (line 66) | public function execute(Quote $cart, int $cartItemId, float $quantity,... method updateItemQuantity (line 108) | private function updateItemQuantity(int $itemId, Quote $cart, float $q... method validateCartItem (line 127) | private function validateCartItem(Item $cartItem): void FILE: app/code/Magento/QuoteGraphQl/Model/Cart/ValidateAddressFromSchema.php class ValidateAddressFromSchema (line 15) | class ValidateAddressFromSchema method __construct (line 25) | public function __construct( method execute (line 37) | public function execute(array $address = []) : bool FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOption.php class CustomizableOption (line 16) | class CustomizableOption method __construct (line 26) | public function __construct( method getData (line 40) | public function getData(QuoteItem $cartItem, int $optionId): array FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Composite.php class Composite (line 21) | class Composite implements CustomizableOptionValueInterface method __construct (line 37) | public function __construct( method getData (line 48) | public function getData( FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Dropdown.php class Dropdown (line 19) | class Dropdown implements CustomizableOptionValueInterface method __construct (line 29) | public function __construct( method getData (line 38) | public function getData( FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Multiple.php class Multiple (line 19) | class Multiple implements CustomizableOptionValueInterface method __construct (line 29) | public function __construct( method getData (line 38) | public function getData( FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/PriceUnitLabel.php class PriceUnitLabel (line 19) | class PriceUnitLabel method __construct (line 29) | public function __construct( method getData (line 41) | public function getData(string $priceType): string method getCurrencySymbol (line 56) | private function getCurrencySymbol(): string FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Text.php class Text (line 19) | class Text implements CustomizableOptionValueInterface method __construct (line 29) | public function __construct( method getData (line 38) | public function getData( FILE: app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php type CustomizableOptionValueInterface (line 17) | interface CustomizableOptionValueInterface method getData (line 27) | public function getData( FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/AddSimpleProductsToCart.php class AddSimpleProductsToCart (line 21) | class AddSimpleProductsToCart implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/AppliedCoupon.php class AppliedCoupon (line 19) | class AppliedCoupon implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 38) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/AppliedCoupons.php class AppliedCoupons (line 19) | class AppliedCoupons implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 38) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/ApplyCouponToCart.php class ApplyCouponToCart (line 24) | class ApplyCouponToCart implements ResolverInterface method __construct (line 40) | public function __construct( method resolve (line 51) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/AvailablePaymentMethods.php class AvailablePaymentMethods (line 20) | class AvailablePaymentMethods implements ResolverInterface method __construct (line 30) | public function __construct(PaymentInformationManagementInterface $inf... method resolve (line 38) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getPaymentMethodsData (line 54) | private function getPaymentMethodsData(CartInterface $cart): array FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/BillingAddress.php class BillingAddress (line 21) | class BillingAddress implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/Cart.php class Cart (line 19) | class Cart implements ResolverInterface method __construct (line 29) | public function __construct( method resolve (line 38) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartAddressTypeResolver.php class CartAddressTypeResolver (line 18) | class CartAddressTypeResolver implements TypeResolverInterface method resolveType (line 23) | public function resolveType(array $data): string FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartEmail.php class CartEmail (line 20) | class CartEmail implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartIsVirtual.php class CartIsVirtual (line 19) | class CartIsVirtual implements ResolverInterface method resolve (line 24) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartItemPrices.php class CartItemPrices (line 21) | class CartItemPrices implements ResolverInterface method __construct (line 36) | public function __construct( method resolve (line 45) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getDiscountValues (line 88) | private function getDiscountValues($cartItem, $currencyCode) FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartItemTypeResolver.php class CartItemTypeResolver (line 17) | class CartItemTypeResolver implements TypeResolverInterface method __construct (line 27) | public function __construct(array $supportedTypes = []) method resolveType (line 35) | public function resolveType(array $data) : string FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartItems.php class CartItems (line 19) | class CartItems implements ResolverInterface method resolve (line 24) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartPrices.php class CartPrices (line 21) | class CartPrices implements ResolverInterface method __construct (line 31) | public function __construct( method resolve (line 40) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getAppliedTaxes (line 71) | private function getAppliedTaxes(Total $total, string $currency): array method getDiscount (line 96) | private function getDiscount(Total $total, string $currency) FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CartTotalQuantity.php class CartTotalQuantity (line 19) | class CartTotalQuantity implements ResolverInterface method resolve (line 24) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CreateEmptyCart.php class CreateEmptyCart (line 23) | class CreateEmptyCart implements ResolverInterface method __construct (line 45) | public function __construct( method resolve (line 58) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method validateMaskedId (line 81) | private function validateMaskedId(string $maskedId): void method isQuoteWithSuchMaskedIdAlreadyExists (line 98) | private function isQuoteWithSuchMaskedIdAlreadyExists(string $maskedId... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CustomerCart.php class CustomerCart (line 25) | class CustomerCart implements ResolverInterface method __construct (line 58) | public function __construct( method resolve (line 75) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/CustomizableOptions.php class CustomizableOptions (line 20) | class CustomizableOptions implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/Discounts.php class Discounts (line 19) | class Discounts implements ResolverInterface method resolve (line 24) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getDiscountValues (line 40) | private function getDiscountValues(Quote $quote) FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/MaskedCartId.php class MaskedCartId (line 22) | class MaskedCartId implements ResolverInterface method __construct (line 32) | public function __construct( method resolve (line 41) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method getQuoteMaskId (line 60) | private function getQuoteMaskId(int $quoteId): string FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/MergeCarts.php class MergeCarts (line 22) | class MergeCarts implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/PlaceOrder.php class PlaceOrder (line 25) | class PlaceOrder implements ResolverInterface method __construct (line 53) | public function __construct( method resolve (line 68) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/RemoveCouponFromCart.php class RemoveCouponFromCart (line 24) | class RemoveCouponFromCart implements ResolverInterface method __construct (line 40) | public function __construct( method resolve (line 51) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/RemoveItemFromCart.php class RemoveItemFromCart (line 23) | class RemoveItemFromCart implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SelectedPaymentMethod.php class SelectedPaymentMethod (line 18) | class SelectedPaymentMethod implements ResolverInterface method resolve (line 23) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetBillingAddressOnCart.php class SetBillingAddressOnCart (line 21) | class SetBillingAddressOnCart implements ResolverInterface method __construct (line 43) | public function __construct( method resolve (line 56) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetGuestEmailOnCart.php class SetGuestEmailOnCart (line 24) | class SetGuestEmailOnCart implements ResolverInterface method __construct (line 52) | public function __construct( method resolve (line 67) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetPaymentAndPlaceOrder.php class SetPaymentAndPlaceOrder (line 29) | class SetPaymentAndPlaceOrder implements ResolverInterface method __construct (line 57) | public function __construct( method resolve (line 72) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetPaymentMethodOnCart.php class SetPaymentMethodOnCart (line 21) | class SetPaymentMethodOnCart implements ResolverInterface method __construct (line 43) | public function __construct( method resolve (line 56) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetShippingAddressesOnCart.php class SetShippingAddressesOnCart (line 21) | class SetShippingAddressesOnCart implements ResolverInterface method __construct (line 43) | public function __construct( method resolve (line 56) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/SetShippingMethodsOnCart.php class SetShippingMethodsOnCart (line 21) | class SetShippingMethodsOnCart implements ResolverInterface method __construct (line 43) | public function __construct( method resolve (line 56) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/AvailableShippingMethods.php class AvailableShippingMethods (line 24) | class AvailableShippingMethods implements ResolverInterface method __construct (line 40) | public function __construct( method resolve (line 51) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method processMoneyTypeData (line 93) | private function processMoneyTypeData(array $data, string $quoteCurren... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/SelectedShippingMethod.php class SelectedShippingMethod (line 21) | class SelectedShippingMethod implements ResolverInterface method resolve (line 26) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddresses.php class ShippingAddresses (line 21) | class ShippingAddresses implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/QuoteGraphQl/Model/Resolver/UpdateCartItems.php class UpdateCartItems (line 26) | class UpdateCartItems implements ResolverInterface method __construct (line 54) | public function __construct( method resolve (line 69) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method processCartItems (line 110) | private function processCartItems(Quote $cart, array $items): void FILE: app/code/Magento/RelatedProductGraphQl/Model/DataProvider/RelatedProductDataProvider.php class RelatedProductDataProvider (line 20) | class RelatedProductDataProvider method __construct (line 42) | public function __construct( method getData (line 62) | public function getData(Product $product, array $fields, int $linkType... method getRelatedProducts (line 83) | private function getRelatedProducts(Product $product, array $fields, i... method getRelations (line 105) | public function getRelations(array $products, int $linkType): array FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/Batch/AbstractLikedProducts.php class AbstractLikedProducts (line 23) | abstract class AbstractLikedProducts implements BatchResolverInterface method __construct (line 51) | public function __construct( method getNode (line 68) | abstract protected function getNode(): string; method getLinkType (line 75) | abstract protected function getLinkType(): int; method findRelations (line 85) | private function findRelations(array $products, array $loadAttributes,... method resolve (line 127) | public function resolve(ContextInterface $context, Field $field, array... FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/Batch/CrossSellProducts.php class CrossSellProducts (line 18) | class CrossSellProducts extends AbstractLikedProducts method getNode (line 23) | protected function getNode(): string method getLinkType (line 31) | protected function getLinkType(): int FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/Batch/RelatedProducts.php class RelatedProducts (line 18) | class RelatedProducts extends AbstractLikedProducts method getNode (line 23) | protected function getNode(): string method getLinkType (line 31) | protected function getLinkType(): int FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/Batch/UpSellProducts.php class UpSellProducts (line 15) | class UpSellProducts extends AbstractLikedProducts method getNode (line 20) | protected function getNode(): string method getLinkType (line 28) | protected function getLinkType(): int FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/CrossSellProducts.php class CrossSellProducts (line 21) | class CrossSellProducts implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/RelatedProducts.php class RelatedProducts (line 21) | class RelatedProducts implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/RelatedProductGraphQl/Model/Resolver/UpSellProducts.php class UpSellProducts (line 21) | class UpSellProducts implements ResolverInterface method __construct (line 37) | public function __construct( method resolve (line 48) | public function resolve(Field $field, $context, ResolveInfo $info, arr... FILE: app/code/Magento/ReleaseNotification/Controller/Adminhtml/Notification/MarkUserNotified.php class MarkUserNotified (line 19) | class MarkUserNotified extends Action method __construct (line 44) | public function __construct( method execute (line 61) | public function execute() method _isAllowed (line 91) | protected function _isAllowed() FILE: app/code/Magento/ReleaseNotification/Model/Condition/CanViewNotification.php class CanViewNotification (line 18) | class CanViewNotification implements VisibilityConditionInterface method __construct (line 62) | public function __construct( method isVisible (line 79) | public function isVisible(array $arguments) method getName (line 100) | public function getName() FILE: app/code/Magento/ReleaseNotification/Model/ContentProvider/Http/HttpContentProvider.php class HttpContentProvider (line 17) | class HttpContentProvider implements ContentProviderInterface method __construct (line 40) | public function __construct( method getContent (line 53) | public function getContent($version, $edition, $locale) method retrieveContent (line 85) | private function retrieveContent($version, $edition, $locale) method getResponse (line 97) | private function getResponse($url) FILE: app/code/Magento/ReleaseNotification/Model/ContentProvider/Http/UrlBuilder.php class UrlBuilder (line 13) | class UrlBuilder method __construct (line 37) | public function __construct(ScopeConfigInterface $config) method getUrl (line 50) | public function getUrl($version, $edition, $locale) FILE: app/code/Magento/ReleaseNotification/Model/ContentProviderInterface.php type ContentProviderInterface (line 12) | interface ContentProviderInterface method getContent (line 23) | public function getContent($version, $edition, $locale); FILE: app/code/Magento/ReleaseNotification/Model/ResourceModel/Viewer/Logger.php class Logger (line 19) | class Logger method __construct (line 41) | public function __construct( method log (line 56) | public function log(int $viewerId, string $lastViewVersion) : bool method get (line 79) | public function get(int $viewerId) : Log method loadLogData (line 90) | private function loadLogData(int $viewerId) : array FILE: app/code/Magento/ReleaseNotification/Model/Viewer/Log.php class Log (line 13) | class Log extends DataObject method getId (line 20) | public function getId() method getViewerId (line 30) | public function getViewerId() method getLastViewVersion (line 40) | public function getLastViewVersion() FILE: app/code/Magento/ReleaseNotification/Test/Unit/Controller/Notification/MarkUserNotifiedTest.php class MarkUserNotifiedTest (line 25) | class MarkUserNotifiedTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | public function setUp() method testExecuteSuccess (line 106) | public function testExecuteSuccess() method testExecuteFailedWithLocalizedException (line 134) | public function testExecuteFailedWithLocalizedException() method testExecuteFailedWithException (line 161) | public function testExecuteFailedWithException() FILE: app/code/Magento/ReleaseNotification/Test/Unit/Model/Condition/CanViewNotificationTest.php class CanViewNotificationTest (line 19) | class CanViewNotificationTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method testIsVisibleLoadDataFromCache (line 67) | public function testIsVisibleLoadDataFromCache() method testIsVisible (line 88) | public function testIsVisible($expected, $version, $lastViewVersion) method isVisibleProvider (line 119) | public function isVisibleProvider() FILE: app/code/Magento/ReleaseNotification/Test/Unit/Model/ContentProvider/Http/HttpContentProviderTest.php class HttpContentProviderTest (line 17) | class HttpContentProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method testGetContentSuccess (line 61) | public function testGetContentSuccess() method testGetContentFailure (line 87) | public function testGetContentFailure() method testGetContentSuccessOnLocaleDefault (line 109) | public function testGetContentSuccessOnLocaleDefault() method testGetContentSuccessOnDefaultOrEmpty (line 147) | public function testGetContentSuccessOnDefaultOrEmpty($version, $editi... method getGetContentOnDefaultOrEmptyProvider (line 179) | public function getGetContentOnDefaultOrEmptyProvider() FILE: app/code/Magento/ReleaseNotification/Test/Unit/Model/ContentProvider/Http/UrlBuilderTest.php class UrlBuilderTest (line 12) | class UrlBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testGetUrl (line 46) | public function testGetUrl($baseUrl, $version, $edition, $locale, $exp... method getUrlDataProvider (line 63) | public function getUrlDataProvider() FILE: app/code/Magento/ReleaseNotification/Ui/DataProvider/Modifier/Notifications.php class Notifications (line 22) | class Notifications implements ModifierInterface method __construct (line 75) | public function __construct( method modifyData (line 96) | public function modifyData(array $data) method modifyMeta (line 104) | public function modifyMeta(array $meta) method buildNotificationMeta (line 131) | private function buildNotificationMeta(array $meta, array $page, $isLa... method hideNotification (line 179) | private function hideNotification(array $meta) method getNotificationContent (line 193) | private function getNotificationContent() method unserializeContent (line 215) | private function unserializeContent($modalContent) method getTargetVersion (line 239) | private function getTargetVersion() FILE: app/code/Magento/ReleaseNotification/Ui/DataProvider/NotificationDataProvider.php class NotificationDataProvider (line 18) | class NotificationDataProvider implements DataProviderInterface method __construct (line 68) | public function __construct( method getData (line 87) | public function getData() method getMeta (line 100) | public function getMeta() method getName (line 112) | public function getName() method getConfigData (line 120) | public function getConfigData() method setConfigData (line 128) | public function setConfigData($config) method getFieldMetaInfo (line 139) | public function getFieldMetaInfo($fieldSetName, $fieldName) method getFieldSetMetaInfo (line 148) | public function getFieldSetMetaInfo($fieldSetName) method getFieldsMetaInfo (line 157) | public function getFieldsMetaInfo($fieldSetName) method getPrimaryFieldName (line 165) | public function getPrimaryFieldName() method getRequestFieldName (line 173) | public function getRequestFieldName() method addFilter (line 181) | public function addFilter(\Magento\Framework\Api\Filter $filter) method addOrder (line 188) | public function addOrder($field, $direction) method setLimit (line 195) | public function setLimit($offset, $size) method getSearchCriteria (line 202) | public function getSearchCriteria() method getSearchResult (line 210) | public function getSearchResult() FILE: app/code/Magento/ReleaseNotification/Ui/Renderer/NotificationRenderer.php class NotificationRenderer (line 14) | class NotificationRenderer method __construct (line 24) | public function __construct( method getNotificationTitle (line 36) | public function getNotificationTitle(array $page) method getNotificationContent (line 60) | public function getNotificationContent(array $page) method buildMainContent (line 75) | private function buildMainContent(array $mainContent) method buildContentTextAreas (line 89) | private function buildContentTextAreas(array $contentAreas) method buildLists (line 112) | private function buildLists(array $lists) method buildSubHeadings (line 133) | private function buildSubHeadings(array $subHeadings) method buildFooter (line 163) | private function buildFooter(array $footer) method formatContentWithLinks (line 179) | private function formatContentWithLinks($content) FILE: app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field/MtdStart.php class MtdStart (line 15) | class MtdStart extends \Magento\Config\Block\System\Config\Form\Field method _getElementHtml (line 21) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field/YtdStart.php class YtdStart (line 15) | class YtdStart extends \Magento\Config\Block\System\Config\Form\Field method _getElementHtml (line 22) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Reports/Block/Adminhtml/Customer/Accounts.php class Accounts (line 15) | class Accounts extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Customer/Orders.php class Orders (line 15) | class Orders extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Customer/Totals.php class Totals (line 15) | class Totals extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Filter/Form.php class Form (line 17) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method setFieldVisibility (line 49) | public function setFieldVisibility($fieldId, $visibility) method getFieldVisibility (line 62) | public function getFieldVisibility($fieldId, $defaultVisibility = true) method setFieldOption (line 79) | public function setFieldOption($fieldId, $option, $value = null) method addReportTypeOption (line 102) | public function addReportTypeOption($key, $value) method _prepareForm (line 113) | protected function _prepareForm() method _initFormValues (line 208) | protected function _initFormValues() method _beforeToHtml (line 225) | protected function _beforeToHtml() FILE: app/code/Magento/Reports/Block/Adminhtml/Grid.php class Grid (line 22) | class Grid extends \Magento\Backend\Block\Widget\Grid method __construct (line 97) | public function __construct( method _prepareCollection (line 121) | protected function _prepareCollection() method _getAllowedStoreIds (line 201) | protected function _getAllowedStoreIds() method _setFilterValues (line 238) | protected function _setFilterValues($data) method setStoreSwitcherVisibility (line 253) | public function setStoreSwitcherVisibility($visible = true) method getStoreSwitcherVisibility (line 265) | public function getStoreSwitcherVisibility() method getStoreSwitcherHtml (line 276) | public function getStoreSwitcherHtml() method setDateFilterVisibility (line 288) | public function setDateFilterVisibility($visible = true) method getDateFilterVisibility (line 300) | public function getDateFilterVisibility() method getDateFilterHtml (line 311) | public function getDateFilterHtml() method getPeriods (line 321) | public function getPeriods() method getDateFormat (line 331) | public function getDateFormat() method getRefreshButtonHtml (line 342) | public function getRefreshButtonHtml() method setFilter (line 355) | public function setFilter($name, $value) method getFilter (line 368) | public function getFilter($name) method setSubReportSize (line 384) | public function setSubReportSize($size) method getSubReportSize (line 395) | public function getSubReportSize() method getErrors (line 406) | public function getErrors() method _prepareFilterButtons (line 416) | protected function _prepareFilterButtons() FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/AbstractGrid.php class AbstractGrid (line 12) | class AbstractGrid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 63) | public function __construct( method _construct (line 82) | protected function _construct() method getResourceCollectionName (line 100) | public function getResourceCollectionName() method getCollection (line 110) | public function getCollection() method _getAggregatedColumns (line 123) | protected function _getAggregatedColumns() method addColumn (line 148) | public function addColumn($columnId, $column) method _getStoreIds (line 178) | protected function _getStoreIds() method _prepareCollection (line 202) | protected function _prepareCollection() method getCountTotals (line 291) | public function getCountTotals() method getSubTotals (line 332) | public function getSubTotals() method setStoreIds (line 364) | public function setStoreIds($storeIds) method getCurrentCurrencyCode (line 375) | public function getCurrentCurrencyCode() method getRate (line 392) | public function getRate($toCurrency) method _addOrderStatusFilter (line 404) | protected function _addOrderStatusFilter($collection, $filterData) method _addCustomFilter (line 421) | protected function _addCustomFilter($collection, $filterData) method getFilteredStores (line 432) | private function getFilteredStores(): array FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Blanknumber.php class Blanknumber (line 13) | class Blanknumber extends \Magento\Backend\Block\Widget\Grid\Column\Rend... method _getValue (line 20) | protected function _getValue(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Currency.php class Currency (line 16) | class Currency extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 24) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Customer.php class Customer (line 13) | class Customer extends \Magento\Backend\Block\Widget\Grid\Column\Rendere... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Product.php class Product (line 13) | class Product extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Grid/Shopcart.php class Shopcart (line 13) | class Shopcart extends \Magento\Backend\Block\Widget\Grid\Extended method setStoreIds (line 36) | public function setStoreIds($storeIds) method getCurrentCurrencyCode (line 47) | public function getCurrentCurrencyCode() method getRate (line 66) | public function getRate($toCurrency) FILE: app/code/Magento/Reports/Block/Adminhtml/Product.php class Product (line 13) | class Product extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Downloads.php class Downloads (line 13) | class Downloads extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Downloads/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 26) | public function __construct( method _construct (line 39) | protected function _construct() method _prepareCollection (line 49) | protected function _prepareCollection() method _prepareColumns (line 83) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Downloads/Renderer/Purchases.php class Purchases (line 13) | class Purchases extends \Magento\Backend\Block\Widget\Grid\Column\Render... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Lowstock.php class Lowstock (line 15) | class Lowstock extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Lowstock/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Block\Widget\Grid method __construct (line 28) | public function __construct( method _prepareCollection (line 41) | protected function _prepareCollection() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Sold.php class Sold (line 15) | class Sold extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Viewed.php class Viewed (line 15) | class Viewed extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 25) | protected function _construct() method getFilterUrl (line 44) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Product/Viewed/Grid.php class Grid (line 14) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 35) | protected function _construct() method _prepareColumns (line 46) | protected function _prepareColumns() method _addOrderStatusFilter (line 122) | protected function _addOrderStatusFilter($collection, $filterData) FILE: app/code/Magento/Reports/Block/Adminhtml/Refresh/Statistics.php class Statistics (line 15) | class Statistics extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Review/Customer.php class Customer (line 15) | class Customer extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Review/Detail.php class Detail (line 13) | class Detail extends \Magento\Backend\Block\Widget\Grid\Container method __construct (line 25) | public function __construct( method _construct (line 37) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Review/Detail/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 26) | public function __construct( method _construct (line 39) | protected function _construct() method _prepareCollection (line 50) | protected function _prepareCollection() method _prepareColumns (line 66) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Review/Product.php class Product (line 15) | class Product extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Bestsellers.php class Bestsellers (line 15) | class Bestsellers extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Bestsellers/Grid.php class Grid (line 14) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 27) | protected function _construct() method getResourceCollectionName (line 37) | public function getResourceCollectionName() method _prepareColumns (line 45) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Coupons.php class Coupons (line 15) | class Coupons extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Coupons/Grid.php class Grid (line 14) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 27) | protected function _construct() method getResourceCollectionName (line 37) | public function getResourceCollectionName() method _prepareColumns (line 50) | protected function _prepareColumns() method _addCustomFilter (line 212) | protected function _addCustomFilter($collection, $filterData) FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Grid/Column/Renderer/Date.php class Date (line 14) | class Date extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Date method __construct (line 30) | public function __construct( method _getFormat (line 45) | protected function _getFormat() method render (line 73) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Invoiced.php class Invoiced (line 15) | class Invoiced extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Invoiced/Grid.php class Grid (line 15) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 28) | protected function _construct() method getResourceCollectionName (line 37) | public function getResourceCollectionName() method _prepareColumns (line 47) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php class Refunded (line 15) | class Refunded extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php class Grid (line 15) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 28) | protected function _construct() method getResourceCollectionName (line 37) | public function getResourceCollectionName() method _prepareColumns (line 47) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php class Sales (line 15) | class Sales extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Sales/Grid.php class Grid (line 20) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method __construct (line 41) | public function __construct( method _construct (line 66) | protected function _construct() method getResourceCollectionName (line 77) | public function getResourceCollectionName() method _prepareColumns (line 89) | protected function _prepareColumns() method _prepareCollection (line 377) | protected function _prepareCollection() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php class Shipping (line 15) | class Shipping extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php class Grid (line 15) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method _construct (line 28) | protected function _construct() method getResourceCollectionName (line 38) | public function getResourceCollectionName() method _prepareColumns (line 48) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php class Tax (line 15) | class Tax extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 27) | protected function _construct() method getFilterUrl (line 46) | public function getFilterUrl() FILE: app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php class Grid (line 15) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid method __construct (line 42) | public function __construct( method _construct (line 60) | protected function _construct() method getResourceCollectionName (line 70) | public function getResourceCollectionName() method _prepareColumns (line 80) | protected function _prepareColumns() method _prepareCollection (line 166) | protected function _prepareCollection() FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned.php class Abandoned (line 13) | class Abandoned extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php class Grid (line 16) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart method __construct (line 29) | public function __construct( method _construct (line 44) | protected function _construct() method _prepareCollection (line 55) | protected function _prepareCollection() method _addColumnFilterToCollection (line 88) | protected function _addColumnFilterToCollection($column) method _prepareColumns (line 107) | protected function _prepareColumns() method getRowUrl (line 243) | public function getRowUrl($row) FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer.php class Customer (line 13) | class Customer extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Customer/Grid.php class Grid (line 14) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart method __construct (line 27) | public function __construct( method _construct (line 40) | protected function _construct() method _prepareCollection (line 49) | protected function _prepareCollection() method _afterLoadCollection (line 65) | protected function _afterLoadCollection() method _prepareColumns (line 73) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product.php class Product (line 13) | class Product extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product/Grid.php class Grid (line 14) | class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart method __construct (line 33) | public function __construct( method _construct (line 48) | protected function _construct() method _prepareCollection (line 57) | protected function _prepareCollection() method _prepareColumns (line 69) | protected function _prepareColumns() method getRowUrl (line 148) | public function getRowUrl($row) FILE: app/code/Magento/Reports/Block/Adminhtml/Wishlist.php class Wishlist (line 15) | class Wishlist extends \Magento\Backend\Block\Template method __construct (line 38) | public function __construct( method _beforeToHtml (line 50) | protected function _beforeToHtml() FILE: app/code/Magento/Reports/Block/Adminhtml/Wishlist/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 26) | public function __construct( method _construct (line 39) | protected function _construct() method _prepareCollection (line 50) | protected function _prepareCollection() method _prepareColumns (line 68) | protected function _prepareColumns() FILE: app/code/Magento/Reports/Block/Product/AbstractProduct.php class AbstractProduct (line 13) | abstract class AbstractProduct extends \Magento\Catalog\Block\Product\Ab... method __construct (line 45) | public function __construct( method getPageSize (line 65) | public function getPageSize() method _getProductsToSkip (line 78) | protected function _getProductsToSkip() method getModel (line 88) | public function getModel() method getItemsCollection (line 104) | public function getItemsCollection() method getCount (line 143) | public function getCount() FILE: app/code/Magento/Reports/Block/Product/Compared.php class Compared (line 15) | class Compared extends \Magento\Reports\Block\Product\AbstractProduct method getPageSize (line 34) | public function getPageSize() method _toHtml (line 51) | protected function _toHtml() FILE: app/code/Magento/Reports/Block/Product/Viewed.php class Viewed (line 17) | class Viewed extends AbstractProduct implements IdentityInterface method getPageSize (line 36) | public function getPageSize() method getCount (line 52) | public function getCount() method _toHtml (line 67) | protected function _toHtml() method getIdentities (line 78) | public function getIdentities() FILE: app/code/Magento/Reports/Block/Product/Widget/Compared.php class Compared (line 13) | class Compared extends \Magento\Reports\Block\Product\Compared implement... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Reports/Block/Product/Widget/Viewed.php class Viewed (line 13) | class Viewed extends \Magento\Reports\Block\Product\Viewed implements \M... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Reports/Block/Product/Widget/Viewed/Item.php class Item (line 14) | class Item extends \Magento\Catalog\Block\Product\AbstractProduct implem... FILE: app/code/Magento/Reports/Controller/Adminhtml/Index.php class Index (line 18) | abstract class Index extends \Magento\Backend\App\Action method __construct (line 36) | public function __construct( FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/AbstractReport.php class AbstractReport (line 25) | abstract class AbstractReport extends \Magento\Backend\App\Action method __construct (line 61) | public function __construct( method _getSession (line 87) | protected function _getSession() method _initAction (line 100) | public function _initAction() method _initReportAction (line 113) | public function _initReportAction($blocks) method _showLastExecutionTime (line 138) | protected function _showLastExecutionTime($flagCode, $refreshCode) method initFilterData (line 176) | private function initFilterData(): \Magento\Framework\DataObject FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer.php class Customer (line 19) | abstract class Customer extends \Magento\Backend\App\Action method __construct (line 30) | public function __construct( method _initAction (line 43) | public function _initAction() method _isAllowed (line 61) | protected function _isAllowed() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/Accounts.php class Accounts (line 11) | class Accounts extends \Magento\Reports\Controller\Adminhtml\Report\Cust... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportAccountsCsv.php class ExportAccountsCsv (line 13) | class ExportAccountsCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportAccountsExcel.php class ExportAccountsExcel (line 13) | class ExportAccountsExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportOrdersCsv.php class ExportOrdersCsv (line 13) | class ExportOrdersCsv extends \Magento\Reports\Controller\Adminhtml\Repo... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportOrdersExcel.php class ExportOrdersExcel (line 13) | class ExportOrdersExcel extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportTotalsCsv.php class ExportTotalsCsv (line 13) | class ExportTotalsCsv extends \Magento\Reports\Controller\Adminhtml\Repo... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/ExportTotalsExcel.php class ExportTotalsExcel (line 13) | class ExportTotalsExcel extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 20) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/Orders.php class Orders (line 11) | class Orders extends \Magento\Reports\Controller\Adminhtml\Report\Custom... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Customer/Totals.php class Totals (line 11) | class Totals extends \Magento\Reports\Controller\Adminhtml\Report\Custom... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product.php class Product (line 18) | abstract class Product extends AbstractReport method _initAction (line 25) | public function _initAction() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Downloads.php class Downloads (line 15) | class Downloads extends \Magento\Reports\Controller\Adminhtml\Report\Pro... method execute (line 29) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportDownloadsCsv.php class ExportDownloadsCsv (line 11) | class ExportDownloadsCsv extends \Magento\Reports\Controller\Adminhtml\R... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportDownloadsExcel.php class ExportDownloadsExcel (line 11) | class ExportDownloadsExcel extends \Magento\Reports\Controller\Adminhtml... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportLowstockCsv.php class ExportLowstockCsv (line 12) | class ExportLowstockCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportLowstockExcel.php class ExportLowstockExcel (line 12) | class ExportLowstockExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportSoldCsv.php class ExportSoldCsv (line 13) | class ExportSoldCsv extends \Magento\Reports\Controller\Adminhtml\Report... method execute (line 27) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportSoldExcel.php class ExportSoldExcel (line 13) | class ExportSoldExcel extends \Magento\Reports\Controller\Adminhtml\Repo... method execute (line 27) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportViewedCsv.php class ExportViewedCsv (line 12) | class ExportViewedCsv extends \Magento\Reports\Controller\Adminhtml\Repo... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/ExportViewedExcel.php class ExportViewedExcel (line 12) | class ExportViewedExcel extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Lowstock.php class Lowstock (line 11) | class Lowstock extends \Magento\Reports\Controller\Adminhtml\Report\Prod... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Sold.php class Sold (line 11) | class Sold extends \Magento\Reports\Controller\Adminhtml\Report\Product ... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Viewed.php class Viewed (line 12) | class Viewed extends \Magento\Reports\Controller\Adminhtml\Report\Produc... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review.php class Review (line 18) | abstract class Review extends \Magento\Backend\App\Action method __construct (line 29) | public function __construct( method _initAction (line 42) | public function _initAction() method _isAllowed (line 55) | protected function _isAllowed() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/Customer.php class Customer (line 11) | class Customer extends \Magento\Reports\Controller\Adminhtml\Report\Revi... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportCustomerCsv.php class ExportCustomerCsv (line 12) | class ExportCustomerCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportCustomerExcel.php class ExportCustomerExcel (line 12) | class ExportCustomerExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportProductCsv.php class ExportProductCsv (line 12) | class ExportProductCsv extends \Magento\Reports\Controller\Adminhtml\Rep... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportProductDetailCsv.php class ExportProductDetailCsv (line 12) | class ExportProductDetailCsv extends \Magento\Reports\Controller\Adminht... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportProductDetailExcel.php class ExportProductDetailExcel (line 12) | class ExportProductDetailExcel extends \Magento\Reports\Controller\Admin... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ExportProductExcel.php class ExportProductExcel (line 12) | class ExportProductExcel extends \Magento\Reports\Controller\Adminhtml\R... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/Product.php class Product (line 11) | class Product extends \Magento\Reports\Controller\Adminhtml\Report\Revie... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Review/ProductDetail.php class ProductDetail (line 9) | class ProductDetail extends \Magento\Reports\Controller\Adminhtml\Report... method execute (line 16) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales.php class Sales (line 19) | abstract class Sales extends AbstractReport method _initAction (line 26) | public function _initAction() method _isAllowed (line 38) | protected function _isAllowed() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Bestsellers.php class Bestsellers (line 12) | class Bestsellers extends \Magento\Reports\Controller\Adminhtml\Report\S... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Coupons.php class Coupons (line 12) | class Coupons extends \Magento\Reports\Controller\Adminhtml\Report\Sales... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportBestsellersCsv.php class ExportBestsellersCsv (line 12) | class ExportBestsellersCsv extends \Magento\Reports\Controller\Adminhtml... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportBestsellersExcel.php class ExportBestsellersExcel (line 12) | class ExportBestsellersExcel extends \Magento\Reports\Controller\Adminht... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportCouponsCsv.php class ExportCouponsCsv (line 12) | class ExportCouponsCsv extends \Magento\Reports\Controller\Adminhtml\Rep... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportCouponsExcel.php class ExportCouponsExcel (line 12) | class ExportCouponsExcel extends \Magento\Reports\Controller\Adminhtml\R... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportInvoicedCsv.php class ExportInvoicedCsv (line 12) | class ExportInvoicedCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportInvoicedExcel.php class ExportInvoicedExcel (line 12) | class ExportInvoicedExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportRefundedCsv.php class ExportRefundedCsv (line 12) | class ExportRefundedCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportRefundedExcel.php class ExportRefundedExcel (line 12) | class ExportRefundedExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportSalesCsv.php class ExportSalesCsv (line 12) | class ExportSalesCsv extends \Magento\Reports\Controller\Adminhtml\Repor... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportSalesExcel.php class ExportSalesExcel (line 12) | class ExportSalesExcel extends \Magento\Reports\Controller\Adminhtml\Rep... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportShippingCsv.php class ExportShippingCsv (line 12) | class ExportShippingCsv extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportShippingExcel.php class ExportShippingExcel (line 12) | class ExportShippingExcel extends \Magento\Reports\Controller\Adminhtml\... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportTaxCsv.php class ExportTaxCsv (line 12) | class ExportTaxCsv extends \Magento\Reports\Controller\Adminhtml\Report\... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/ExportTaxExcel.php class ExportTaxExcel (line 12) | class ExportTaxExcel extends \Magento\Reports\Controller\Adminhtml\Repor... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Invoiced.php class Invoiced (line 12) | class Invoiced extends \Magento\Reports\Controller\Adminhtml\Report\Sale... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/RefreshLifetime.php class RefreshLifetime (line 9) | class RefreshLifetime extends \Magento\Reports\Controller\Adminhtml\Repo... method execute (line 16) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/RefreshRecent.php class RefreshRecent (line 9) | class RefreshRecent extends \Magento\Reports\Controller\Adminhtml\Report... method execute (line 16) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/RefreshStatistics.php class RefreshStatistics (line 9) | class RefreshStatistics extends \Magento\Reports\Controller\Adminhtml\Re... method execute (line 16) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Refunded.php class Refunded (line 12) | class Refunded extends \Magento\Reports\Controller\Adminhtml\Report\Sale... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Sales.php class Sales (line 12) | class Sales extends \Magento\Reports\Controller\Adminhtml\Report\Sales i... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Shipping.php class Shipping (line 11) | class Shipping extends \Magento\Reports\Controller\Adminhtml\Report\Sales method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Tax.php class Tax (line 12) | class Tax extends \Magento\Reports\Controller\Adminhtml\Report\Sales imp... method execute (line 19) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart.php class Shopcart (line 23) | abstract class Shopcart extends \Magento\Backend\App\Action method __construct (line 38) | public function __construct( method _initAction (line 51) | public function _initAction() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/Abandoned.php class Abandoned (line 16) | class Abandoned extends \Magento\Reports\Controller\Adminhtml\Report\Sho... method execute (line 28) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/Customer.php class Customer (line 16) | class Customer extends \Magento\Reports\Controller\Adminhtml\Report\Shop... method execute (line 23) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportAbandonedCsv.php class ExportAbandonedCsv (line 19) | class ExportAbandonedCsv extends ShopCartAbandoned implements HttpGetAct... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportAbandonedExcel.php class ExportAbandonedExcel (line 19) | class ExportAbandonedExcel extends ShopCartAbandoned implements HttpGetA... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportCustomerCsv.php class ExportCustomerCsv (line 18) | class ExportCustomerCsv extends ShopCartCustomer implements HttpGetActio... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportCustomerExcel.php class ExportCustomerExcel (line 18) | class ExportCustomerExcel extends ShopCartCustomer implements HttpGetAct... method execute (line 25) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportProductCsv.php class ExportProductCsv (line 19) | class ExportProductCsv extends ShopCartProduct implements HttpGetActionI... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/ExportProductExcel.php class ExportProductExcel (line 19) | class ExportProductExcel extends ShopCartProduct implements HttpGetActio... method execute (line 26) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Shopcart/Product.php class Product (line 16) | class Product extends \Magento\Reports\Controller\Adminhtml\Report\Shopc... method execute (line 28) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics.php class Statistics (line 19) | abstract class Statistics extends \Magento\Backend\App\Action implements... method __construct (line 52) | public function __construct( method _initAction (line 67) | public function _initAction() method _getCollectionNames (line 81) | protected function _getCollectionNames() method _getSession (line 106) | protected function _getSession() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/Index.php class Index (line 11) | class Index extends \Magento\Reports\Controller\Adminhtml\Report\Statist... method execute (line 18) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/RefreshLifetime.php class RefreshLifetime (line 14) | class RefreshLifetime extends Statistics implements HttpPostActionInterface method execute (line 21) | public function execute() FILE: app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/RefreshRecent.php class RefreshRecent (line 14) | class RefreshRecent extends \Magento\Reports\Controller\Adminhtml\Report... method execute (line 21) | public function execute() FILE: app/code/Magento/Reports/Helper/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 38) | public function __construct( method getIntervals (line 55) | public function getIntervals($from, $to, $period = self::REPORT_PERIOD... method prepareIntervalsCollection (line 97) | public function prepareIntervalsCollection($collection, $from, $to, $p... FILE: app/code/Magento/Reports/Model/Config.php class Config (line 15) | class Config extends \Magento\Framework\DataObject method __construct (line 32) | public function __construct( method getGlobalConfig (line 47) | public function getGlobalConfig() method getLanguage (line 65) | public function getLanguage() method getDashboard (line 77) | public function getDashboard() FILE: app/code/Magento/Reports/Model/Event.php class Event (line 28) | class Event extends \Magento\Framework\Model\AbstractModel method __construct (line 61) | public function __construct( method _construct (line 80) | protected function _construct() method beforeSave (line 90) | public function beforeSave() method updateCustomerType (line 105) | public function updateCustomerType($visitorId, $customerId, $types = n... method clean (line 125) | public function clean() FILE: app/code/Magento/Reports/Model/Event/Type.php class Type (line 19) | class Type extends \Magento\Framework\Model\AbstractModel method _construct (line 24) | protected function _construct() FILE: app/code/Magento/Reports/Model/Flag.php class Flag (line 15) | class Flag extends \Magento\Framework\Flag method setReportFlagCode (line 40) | public function setReportFlagCode($code) FILE: app/code/Magento/Reports/Model/Grouped/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Data\Collection method setColumnGroupBy (line 37) | public function setColumnGroupBy($column) method load (line 50) | public function load($printQuery = false, $logQuery = false) method setResourceCollection (line 74) | public function setResourceCollection($collection) method _mergeWithEmptyData (line 85) | protected function _mergeWithEmptyData() method _groupResourceData (line 111) | protected function _groupResourceData() FILE: app/code/Magento/Reports/Model/Item.php class Item (line 12) | class Item extends \Magento\Framework\DataObject method setIsEmpty (line 31) | public function setIsEmpty($flag = true) method getIsEmpty (line 44) | public function getIsEmpty() method hasIsEmpty (line 52) | public function hasIsEmpty() method getChildren (line 62) | public function getChildren() method setChildren (line 74) | public function setChildren($children) method hasChildren (line 85) | public function hasChildren() method addChild (line 96) | public function addChild($child) FILE: app/code/Magento/Reports/Model/Plugin/Log.php class Log (line 10) | class Log method __construct (line 32) | public function __construct( method afterClean (line 53) | public function afterClean(\Magento\Customer\Model\ResourceModel\Visit... FILE: app/code/Magento/Reports/Model/Product/Index/AbstractIndex.php class AbstractIndex (line 16) | abstract class AbstractIndex extends \Magento\Framework\Model\AbstractModel method __construct (line 69) | public function __construct( method beforeSave (line 96) | public function beforeSave() method getVisitorId (line 123) | public function getVisitorId() method getCustomerId (line 138) | public function getCustomerId() method getStoreId (line 153) | public function getStoreId() method updateCustomerFromVisitor (line 166) | public function updateCustomerFromVisitor() method purgeVisitorByCustomer (line 177) | public function purgeVisitorByCustomer() method _getSession (line 188) | protected function _getSession() method calculate (line 198) | public function calculate() method getExcludeProductIds (line 216) | public function getExcludeProductIds() method getCount (line 226) | public function getCount() method clean (line 244) | public function clean() method registerIds (line 256) | public function registerIds($productIds) FILE: app/code/Magento/Reports/Model/Product/Index/Compared.php class Compared (line 23) | class Compared extends \Magento\Reports\Model\Product\Index\AbstractIndex method __construct (line 54) | public function __construct( method _construct (line 89) | protected function _construct() method getExcludeProductIds (line 99) | public function getExcludeProductIds() FILE: app/code/Magento/Reports/Model/Product/Index/Factory.php class Factory (line 12) | class Factory method __construct (line 34) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method get (line 44) | public function get($type) FILE: app/code/Magento/Reports/Model/Product/Index/Viewed.php class Viewed (line 23) | class Viewed extends \Magento\Reports\Model\Product\Index\AbstractIndex method _construct (line 37) | protected function _construct() method getExcludeProductIds (line 47) | public function getExcludeProductIds() FILE: app/code/Magento/Reports/Model/ReportStatus.php class ReportStatus (line 16) | class ReportStatus method __construct (line 28) | public function __construct(ScopeConfigInterface $scopeConfig) method isReportEnabled (line 40) | public function isReportEnabled(string $reportEventType): bool method getConfigPathByEventType (line 53) | private function getConfigPathByEventType(string $reportEventType): st... FILE: app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection.php class Collection (line 18) | class Collection extends \Magento\Reports\Model\ResourceModel\Customer\C... method _joinFields (line 27) | protected function _joinFields($fromDate = '', $toDate = '') method setDateRange (line 51) | public function setDateRange($fromDate, $toDate) method setStoreIds (line 63) | public function setStoreIds($storeIds) FILE: app/code/Magento/Reports/Model/ResourceModel/Accounts/Collection/Initial.php class Initial (line 18) | class Initial extends \Magento\Reports\Model\ResourceModel\Report\Collec... FILE: app/code/Magento/Reports/Model/ResourceModel/Customer/Collection.php class Collection (line 16) | class Collection extends \Magento\Customer\Model\ResourceModel\Customer\... method __construct (line 96) | public function __construct( method addCartInfo (line 139) | public function addCartInfo() method addCustomerName (line 162) | public function addCustomerName() method addOrdersStatistics (line 174) | public function addOrdersStatistics($isFilter = false) method _addOrdersStatistics (line 186) | protected function _addOrdersStatistics() method _afterLoad (line 234) | protected function _afterLoad() method orderByCustomerRegistration (line 246) | public function orderByCustomerRegistration($dir = self::SORT_ORDER_DESC) method getSelectCountSql (line 257) | public function getSelectCountSql() FILE: app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection.php class Collection (line 19) | class Collection extends \Magento\Reports\Model\ResourceModel\Order\Coll... method _joinFields (line 28) | protected function _joinFields($fromDate = '', $toDate = '') method setDateRange (line 44) | public function setDateRange($fromDate, $toDate) method setStoreIds (line 56) | public function setStoreIds($storeIds) FILE: app/code/Magento/Reports/Model/ResourceModel/Customer/Orders/Collection/Initial.php class Initial (line 18) | class Initial extends \Magento\Reports\Model\ResourceModel\Report\Collec... FILE: app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection.php class Collection (line 19) | class Collection extends \Magento\Reports\Model\ResourceModel\Order\Coll... method _joinFields (line 28) | protected function _joinFields($fromDate = '', $toDate = '') method setDateRange (line 44) | public function setDateRange($fromDate, $toDate) method setStoreIds (line 56) | public function setStoreIds($storeIds) FILE: app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection/Initial.php class Initial (line 18) | class Initial extends \Magento\Reports\Model\ResourceModel\Report\Collec... FILE: app/code/Magento/Reports/Model/ResourceModel/Event.php class Event (line 13) | class Event extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 33) | public function __construct( method _construct (line 49) | protected function _construct() method updateCustomerType (line 64) | public function updateCustomerType(\Magento\Reports\Model\Event $model... method applyLogToCollection (line 88) | public function applyLogToCollection( method getCurrentStoreIds (line 131) | public function getCurrentStoreIds(array $predefinedStoreIds = null) method clean (line 179) | public function clean(\Magento\Reports\Model\Event $object) FILE: app/code/Magento/Reports/Model/ResourceModel/Event/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 32) | protected function _construct() method addStoreFilter (line 44) | public function addStoreFilter(array $storeIds) method addRecentlyFiler (line 60) | public function addRecentlyFiler($typeId, $subjectId, $subtype = 0, $i... FILE: app/code/Magento/Reports/Model/ResourceModel/Event/Type.php class Type (line 18) | class Type extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Reports/Model/ResourceModel/Event/Type/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 25) | protected function _construct() method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Reports/Model/ResourceModel/Helper.php class Helper (line 14) | class Helper extends \Magento\Framework\DB\Helper implements \Magento\Re... method __construct (line 20) | public function __construct(\Magento\Framework\App\ResourceConnection ... method mergeVisitorProductIndex (line 34) | public function mergeVisitorProductIndex($mainTable, $data, $matchFields) method updateReportRatingPos (line 43) | public function updateReportRatingPos($connection, $type, $column, $ma... FILE: app/code/Magento/Reports/Model/ResourceModel/HelperInterface.php type HelperInterface (line 16) | interface HelperInterface method mergeVisitorProductIndex (line 26) | public function mergeVisitorProductIndex($mainTable, $data, $matchFiel... method updateReportRatingPos (line 38) | public function updateReportRatingPos($connection, $type, $column, $ma... FILE: app/code/Magento/Reports/Model/ResourceModel/Order/Collection.php class Collection (line 18) | class Collection extends \Magento\Sales\Model\ResourceModel\Order\Collec... method __construct (line 88) | public function __construct( method checkIsLive (line 127) | public function checkIsLive($range) method isLive (line 142) | public function isLive() method prepareSummary (line 156) | public function prepareSummary($range, $customStart, $customEnd, $isFi... method _getSalesAmountExpression (line 173) | protected function _getSalesAmountExpression() method _prepareSummaryLive (line 213) | protected function _prepareSummaryLive($range, $customStart, $customEn... method _prepareSummaryAggregated (line 274) | protected function _prepareSummaryAggregated($range, $customStart, $cu... method _getRangeExpression (line 318) | protected function _getRangeExpression($range) method _getRangeExpressionForAttribute (line 351) | protected function _getRangeExpressionForAttribute($range, $attribute) method _getTZRangeOffsetExpression (line 366) | protected function _getTZRangeOffsetExpression($range, $attribute, $fr... method _getTZRangeExpressionForAttribute (line 385) | protected function _getTZRangeExpressionForAttribute($range, $attribut... method getDateRange (line 412) | public function getDateRange($range, $customStart, $customEnd, $return... method addItemCountExpr (line 482) | public function addItemCountExpr() method calculateTotals (line 494) | public function calculateTotals($isFilter = 0) method _calculateTotalsLive (line 511) | protected function _calculateTotalsLive($isFilter = 0) method _calculateTotalsAggregated (line 563) | protected function _calculateTotalsAggregated($isFilter = 0) method calculateSales (line 594) | public function calculateSales($isFilter = 0) method setDateRange (line 656) | public function setDateRange($fromDate, $toDate) method setStoreIds (line 681) | public function setStoreIds($storeIds) method groupByCustomer (line 731) | public function groupByCustomer() method joinCustomerName (line 743) | public function joinCustomerName($alias = 'name') method addOrdersCount (line 756) | public function addOrdersCount() method addRevenueToSelect (line 770) | public function addRevenueToSelect($convertCurrency = false) method addSumAvgTotals (line 790) | public function addSumAvgTotals($storeId = 0) method getTotalsExpression (line 823) | protected function getTotalsExpression( method getTotalsExpressionWithDiscountRefunded (line 846) | private function getTotalsExpressionWithDiscountRefunded( method orderByTotalAmount (line 872) | public function orderByTotalAmount($dir = self::SORT_ORDER_DESC) method orderByOrdersCount (line 884) | public function orderByOrdersCount($dir = self::SORT_ORDER_DESC) method orderByCustomerRegistration (line 896) | public function orderByCustomerRegistration($dir = self::SORT_ORDER_DESC) method orderByCreatedAt (line 908) | public function orderByCreatedAt($dir = self::SORT_ORDER_DESC) method getSelectCountSql (line 919) | public function getSelectCountSql() method _initInitialFieldsToSelect (line 939) | protected function _initInitialFieldsToSelect() method addCreateAtPeriodFilter (line 951) | public function addCreateAtPeriodFilter($period) FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Collection.php class Collection (line 20) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 103) | public function __construct( method setSelectCountSqlType (line 177) | public function setSelectCountSqlType($type) method setProductEntityId (line 191) | public function setProductEntityId($entityId) method getProductEntityId (line 204) | public function getProductEntityId() method setProductEntityTableName (line 217) | public function setProductEntityTableName($value) method getProductEntityTableName (line 230) | public function getProductEntityTableName() method getProductAttributeSetId (line 242) | public function getProductAttributeSetId() method setProductAttributeSetId (line 255) | public function setProductAttributeSetId($value) method _joinFields (line 266) | protected function _joinFields() method getSelectCountSql (line 280) | public function getSelectCountSql() method setOrder (line 314) | public function setOrder($attribute, $dir = self::SORT_ORDER_DESC) method addViewsCount (line 332) | public function addViewsCount($from = '', $to = '') method _prepareBetweenSql (line 378) | protected function _prepareBetweenSql($fieldName, $from, $to) method addStoreRestrictions (line 395) | public function addStoreRestrictions($storeIds, $websiteIds) FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Downloads/Collection.php class Collection (line 18) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method addSummary (line 32) | public function addSummary() method setOrder (line 73) | public function setOrder($attribute, $dir = self::SORT_ORDER_DESC) method addFieldToFilter (line 90) | public function addFieldToFilter($field, $condition = null) method getSelectCountSql (line 104) | public function getSelectCountSql() FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/AbstractIndex.php class AbstractIndex (line 14) | abstract class AbstractIndex extends \Magento\Framework\Model\ResourceMo... method __construct (line 30) | public function __construct( method updateCustomerFromVisitor (line 45) | public function updateCustomerFromVisitor(\Magento\Reports\Model\Produ... method purgeVisitorByCustomer (line 105) | public function purgeVisitorByCustomer(\Magento\Reports\Model\Product\... method save (line 127) | public function save(\Magento\Framework\Model\AbstractModel $object) method clean (line 155) | public function clean() method registerIds (line 194) | public function registerIds(\Magento\Framework\DataObject $object, $pr... FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/Collection/AbstractCollection.php class AbstractCollection (line 21) | abstract class AbstractCollection extends \Magento\Catalog\Model\Resourc... method __construct (line 61) | public function __construct( method _getTableName (line 114) | abstract protected function _getTableName(); method _joinIdxTable (line 121) | protected function _joinIdxTable() method addIndexFilter (line 140) | public function addIndexFilter() method addFilterByIds (line 155) | public function addFilterByIds($ids) method _getWhereCondition (line 170) | protected function _getWhereCondition() method setCustomerId (line 193) | public function setCustomerId($id) method setAddedAtOrder (line 205) | public function setAddedAtOrder($dir = self::SORT_ORDER_DESC) method excludeProductIds (line 219) | public function excludeProductIds($productIds) FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/Compared.php class Compared (line 18) | class Compared extends \Magento\Reports\Model\ResourceModel\Product\Inde... method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/Compared/Collection.php class Collection (line 18) | class Collection extends \Magento\Reports\Model\ResourceModel\Product\In... method _getTableName (line 25) | protected function _getTableName() FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/Viewed.php class Viewed (line 18) | class Viewed extends \Magento\Reports\Model\ResourceModel\Product\Index\... method _construct (line 26) | protected function _construct() FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Index/Viewed/Collection.php class Collection (line 18) | class Collection extends \Magento\Reports\Model\ResourceModel\Product\In... method _getTableName (line 25) | protected function _getTableName() FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Lowstock/Collection.php class Collection (line 24) | class Collection extends \Magento\Reports\Model\ResourceModel\Product\Co... method __construct (line 86) | public function __construct( method _getInventoryItemTable (line 151) | protected function _getInventoryItemTable() method _getInventoryItemIdField (line 161) | protected function _getInventoryItemIdField() method _getInventoryItemTableAlias (line 171) | protected function _getInventoryItemTableAlias() method _addInventoryItemFieldToSelect (line 183) | protected function _addInventoryItemFieldToSelect($field, $alias = null) method _getInventoryItemField (line 205) | protected function _getInventoryItemField($field) method joinInventoryItem (line 216) | public function joinInventoryItem($fields = []) method filterByProductType (line 256) | public function filterByProductType($typeFilter) method filterByIsQtyProductTypes (line 270) | public function filterByIsQtyProductTypes() method useManageStockFilter (line 282) | public function useManageStockFilter($storeId = null) method useNotifyStockQtyFilter (line 300) | public function useNotifyStockQtyFilter($storeId = null) FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Sold/Collection.php class Collection (line 23) | class Collection extends \Magento\Reports\Model\ResourceModel\Order\Coll... method setDateRange (line 32) | public function setDateRange($from, $to) method addOrderedQty (line 53) | public function addOrderedQty($from = '', $to = '') method setStoreIds (line 98) | public function setStoreIds($storeIds) method setOrder (line 113) | public function setOrder($attribute, $dir = self::SORT_ORDER_DESC) method getSelectCountSql (line 130) | public function getSelectCountSql() method prepareBetweenSql (line 148) | protected function prepareBetweenSql($fieldName, $from, $to) FILE: app/code/Magento/Reports/Model/ResourceModel/Product/Sold/Collection/Initial.php class Initial (line 18) | class Initial extends \Magento\Reports\Model\ResourceModel\Report\Collec... FILE: app/code/Magento/Reports/Model/ResourceModel/Quote/Collection.php class Collection (line 16) | class Collection extends \Magento\Quote\Model\ResourceModel\Quote\Collec... method __construct (line 33) | public function __construct( method addStoreFilter (line 62) | public function addStoreFilter(array $storeIds, $withAdmin = true) method prepareForAbandonedReport (line 80) | public function prepareForAbandonedReport($storeIds, $filter = null) method addCustomerData (line 113) | public function addCustomerData($filter = null) method addSubtotal (line 140) | public function addSubtotal($storeIds = '', $filter = null) method resolveCustomerNames (line 178) | public function resolveCustomerNames() FILE: app/code/Magento/Reports/Model/ResourceModel/Quote/CollectionFactory.php class CollectionFactory (line 13) | class CollectionFactory implements \Magento\Reports\Model\ResourceModel\... method __construct (line 35) | public function __construct( method create (line 46) | public function create(array $data = []) FILE: app/code/Magento/Reports/Model/ResourceModel/Quote/CollectionFactoryInterface.php type CollectionFactoryInterface (line 12) | interface CollectionFactoryInterface method create (line 20) | public function create(array $data = []); FILE: app/code/Magento/Reports/Model/ResourceModel/Quote/Item/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 60) | public function __construct( method _construct (line 89) | protected function _construct() method prepareActiveCartItems (line 99) | public function prepareActiveCartItems() method getOrdersData (line 127) | protected function getOrdersData(array $productIds) method addStoreFilter (line 146) | public function addStoreFilter($storeIds) method getSelectCountSql (line 157) | public function getSelectCountSql() method getProductData (line 173) | protected function getProductData(array $productIds) method _afterLoad (line 211) | protected function _afterLoad() FILE: app/code/Magento/Reports/Model/ResourceModel/Refresh/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Data\Collection method __construct (line 35) | public function __construct( method _getUpdatedAt (line 51) | protected function _getUpdatedAt($reportCode) method loadData (line 65) | public function loadData($printQuery = false, $logQuery = false) FILE: app/code/Magento/Reports/Model/ResourceModel/Report/AbstractReport.php class AbstractReport (line 15) | abstract class AbstractReport extends \Magento\Framework\Model\ResourceM... method __construct (line 61) | public function __construct( method _getFlag (line 83) | protected function _getFlag() method _setFlagData (line 98) | protected function _setFlagData($code, $value = null) method _getFlagData (line 120) | protected function _getFlagData($code) method _truncateTable (line 133) | protected function _truncateTable($table) method _clearTableByDateRange (line 156) | protected function _clearTableByDateRange( method _getTableDateRangeSelect (line 198) | protected function _getTableDateRangeSelect( method _makeConditionFromDateRangeSelect (line 249) | protected function _makeConditionFromDateRangeSelect($select, $periodC... method _getTableDateRangeRelatedSelect (line 307) | protected function _getTableDateRangeRelatedSelect( method getStoreTZOffsetQuery (line 376) | public function getStoreTZOffsetQuery( method _getTZOffsetTransitions (line 439) | protected function _getTZOffsetTransitions($timezone, $from = null, $t... FILE: app/code/Magento/Reports/Model/ResourceModel/Report/Collection.php class Collection (line 20) | class Collection extends \Magento\Framework\Data\Collection method __construct (line 93) | public function __construct( method setPeriod (line 111) | public function setPeriod($period) method setInterval (line 126) | public function setInterval(\DateTimeInterface $fromDate, \DateTimeInt... method _getIntervals (line 139) | protected function _getIntervals() method _getDayInterval (line 179) | protected function _getDayInterval(\DateTime $dateStart) method _getMonthInterval (line 197) | protected function _getMonthInterval(\DateTime $dateStart, \DateTime $... method _getYearInterval (line 243) | protected function _getYearInterval(\DateTime $dateStart, \DateTime $d... method getPeriods (line 271) | public function getPeriods() method setStoreIds (line 284) | public function setStoreIds($storeIds) method getStoreIds (line 297) | public function getStoreIds() method getSize (line 307) | public function getSize() method setPageSize (line 320) | public function setPageSize($size) method getPageSize (line 333) | public function getPageSize() method _getReport (line 345) | protected function _getReport($fromDate, $toDate) method getReports (line 360) | public function getReports() method loadData (line 385) | public function loadData($printQuery = false, $logQuery = false) FILE: app/code/Magento/Reports/Model/ResourceModel/Report/Collection/AbstractCollection.php class AbstractCollection (line 14) | class AbstractCollection extends \Magento\Framework\Model\ResourceModel\... method setAggregatedColumns (line 72) | public function setAggregatedColumns(array $columns) method getAggregatedColumns (line 84) | public function getAggregatedColumns() method setDateRange (line 97) | public function setDateRange($from = null, $to = null) method setPeriod (line 111) | public function setPeriod($period) method _applyAggregatedTable (line 122) | protected function _applyAggregatedTable() method _applyDateRangeFilter (line 132) | protected function _applyDateRangeFilter() method addStoreFilter (line 151) | public function addStoreFilter($storeIds) method _applyStoresFilterToSelect (line 163) | protected function _applyStoresFilterToSelect(\Magento\Framework\DB\Se... method _applyStoresFilter (line 193) | protected function _applyStoresFilter() method isTotals (line 204) | public function isTotals($flag = null) method isSubTotals (line 218) | public function isSubTotals() method setIsSubTotals (line 230) | public function setIsSubTotals($flag) method _applyCustomFilter (line 241) | protected function _applyCustomFilter() method _initSelect (line 249) | protected function _initSelect() method _beforeLoad (line 259) | protected function _beforeLoad() FILE: app/code/Magento/Reports/Model/ResourceModel/Report/Collection/Factory.php class Factory (line 12) | class Factory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 34) | public function create($className, array $arguments = []) FILE: app/code/Magento/Reports/Model/ResourceModel/Report/Product/Viewed.php class Viewed (line 18) | class Viewed extends \Magento\Sales\Model\ResourceModel\Report\AbstractR... method __construct (line 62) | public function __construct( method _construct (line 91) | protected function _construct() method aggregate (line 104) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/Reports/Model/ResourceModel/Report/Product/Viewed/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Bests... method getOrderedField (line 31) | protected function getOrderedField() FILE: app/code/Magento/Reports/Model/ResourceModel/Review/Collection.php class Collection (line 18) | class Collection extends \Magento\Review\Model\ResourceModel\Review\Coll... method _construct (line 25) | protected function _construct() method addProductFilter (line 36) | public function addProductFilter($productId) method resetSelect (line 48) | public function resetSelect() method getSelectCountSql (line 60) | public function getSelectCountSql() method setOrder (line 79) | public function setOrder($attribute, $dir = self::SORT_ORDER_DESC) FILE: app/code/Magento/Reports/Model/ResourceModel/Review/Customer/Collection.php class Collection (line 18) | class Collection extends \Magento\Review\Model\ResourceModel\Review\Coll... method __construct (line 38) | public function __construct( method _initSelect (line 69) | protected function _initSelect() method _joinCustomers (line 81) | protected function _joinCustomers() method addFieldToFilter (line 112) | public function addFieldToFilter($field, $condition = null) method getSelectCountSql (line 126) | public function getSelectCountSql() FILE: app/code/Magento/Reports/Model/ResourceModel/Review/Product/Collection.php class Collection (line 18) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method _initSelect (line 25) | protected function _initSelect() method _joinReview (line 37) | protected function _joinReview() method addAttributeToSort (line 88) | public function addAttributeToSort($attribute, $dir = self::SORT_ORDER... method getSelectCountSql (line 103) | public function getSelectCountSql() FILE: app/code/Magento/Reports/Model/ResourceModel/Wishlist/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 41) | public function __construct( method _construct (line 59) | protected function _construct() method setWishlistTable (line 72) | public function setWishlistTable($value) method getWishlistTable (line 84) | public function getWishlistTable() method getWishlistCustomerCount (line 94) | public function getWishlistCustomerCount() method getSharedCount (line 124) | public function getSharedCount() FILE: app/code/Magento/Reports/Model/ResourceModel/Wishlist/Product/Collection.php class Collection (line 18) | class Collection extends \Magento\Wishlist\Model\ResourceModel\Item\Coll... method _construct (line 25) | public function _construct() method addWishlistCount (line 35) | public function addWishlistCount() method getCustomerCount (line 57) | public function getCustomerCount() method getSelectCountSql (line 75) | public function getSelectCountSql() method setOrder (line 95) | public function setOrder($attribute, $dir = self::SORT_ORDER_DESC) FILE: app/code/Magento/Reports/Observer/CatalogProductCompareAddProductObserver.php class CatalogProductCompareAddProductObserver (line 14) | class CatalogProductCompareAddProductObserver implements ObserverInterface method __construct (line 48) | public function __construct( method execute (line 70) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/CatalogProductCompareClearObserver.php class CatalogProductCompareClearObserver (line 13) | class CatalogProductCompareClearObserver implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 46) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/CatalogProductViewObserver.php class CatalogProductViewObserver (line 15) | class CatalogProductViewObserver implements ObserverInterface method __construct (line 55) | public function __construct( method execute (line 77) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/CheckoutCartAddProductObserver.php class CheckoutCartAddProductObserver (line 14) | class CheckoutCartAddProductObserver implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/CustomerLoginObserver.php class CustomerLoginObserver (line 13) | class CustomerLoginObserver implements ObserverInterface method __construct (line 47) | public function __construct( method execute (line 68) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/CustomerLogoutObserver.php class CustomerLogoutObserver (line 13) | class CustomerLogoutObserver implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/EventSaver.php class EventSaver (line 11) | class EventSaver method __construct (line 39) | public function __construct( method save (line 60) | public function save($eventTypeId, $objectId, $subjectId = null, $subt... FILE: app/code/Magento/Reports/Observer/SendfriendProductObserver.php class SendfriendProductObserver (line 14) | class SendfriendProductObserver implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/WishlistAddProductObserver.php class WishlistAddProductObserver (line 14) | class WishlistAddProductObserver implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Observer/WishlistShareObserver.php class WishlistShareObserver (line 14) | class WishlistShareObserver implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Reports/Setup/Patch/Data/InitializeReportEntityTypesAndPages.php class InitializeReportEntityTypesAndPages (line 18) | class InitializeReportEntityTypesAndPages implements DataPatchInterface,... method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDependencies (line 103) | public static function getDependencies() method getVersion (line 111) | public static function getVersion() method getAliases (line 119) | public function getAliases() FILE: app/code/Magento/Reports/Setup/Patch/Data/ReportDisableNotification.php class ReportDisableNotification (line 15) | class ReportDisableNotification implements \Magento\Framework\Setup\Patc... method __construct (line 25) | public function __construct( method apply (line 34) | public function apply() method getAliases (line 46) | public function getAliases() method getDependencies (line 54) | public static function getDependencies() FILE: app/code/Magento/Reports/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 73) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Grid/AbstractGridTest.php class AbstractGridTest (line 14) | class AbstractGridTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetCurrentCurrencyCode (line 51) | public function testGetCurrentCurrencyCode($storeIds) method getCurrentCurrencyCodeDataProvider (line 84) | public function getCurrentCurrencyCodeDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Sales/Coupons/GridTest.php class GridTest (line 13) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp(): void method testGetCountTotals (line 65) | public function testGetCountTotals( method getCountTotalsDataProvider (line 101) | public function getCountTotalsDataProvider(): array method buildBaseCollectionMock (line 117) | private function buildBaseCollectionMock( FILE: app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Sales/Grid/Column/Renderer/DateTest.php class DateTest (line 11) | class DateTest extends \PHPUnit\Framework\TestCase method mockGridDateRendererBehaviorWithLocale (line 46) | private function mockGridDateRendererBehaviorWithLocale($locale) method mockGridDateColumnConfig (line 64) | private function mockGridDateColumnConfig($objectDataIndex, $periodType) method setUp (line 79) | protected function setUp() method tearDown (line 116) | protected function tearDown() method restoreTheDefaultLocaleGlobalState (line 121) | private function restoreTheDefaultLocaleGlobalState() method testRender (line 137) | public function testRender($data, $locale, $index, $period, $result) method datesDataProvider (line 158) | public function datesDataProvider() method testDateIsRenderedIndependentOfSystemDefaultLocale (line 199) | public function testDateIsRenderedIndependentOfSystemDefaultLocale() FILE: app/code/Magento/Reports/Test/Unit/Block/Product/ComparedTest.php class ComparedTest (line 12) | class ComparedTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetModelException (line 48) | public function testGetModelException() method testGetModel (line 58) | public function testGetModel() FILE: app/code/Magento/Reports/Test/Unit/Block/Product/ViewedTest.php class ViewedTest (line 8) | class ViewedTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/AbstractControllerTest.php class AbstractControllerTest (line 12) | abstract class AbstractControllerTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method getMockForAbstractClassBuilder (line 129) | protected function getMockForAbstractClassBuilder($className, $mockedM... FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/AccountsTest.php class AccountsTest (line 13) | class AccountsTest extends \Magento\Reports\Test\Unit\Controller\Adminht... method setUp (line 23) | protected function setUp() method testExecute (line 36) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportAccountsCsvTest.php class ExportAccountsCsvTest (line 11) | class ExportAccountsCsvTest extends \Magento\Reports\Test\Unit\Controlle... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportAccountsExcelTest.php class ExportAccountsExcelTest (line 11) | class ExportAccountsExcelTest extends \Magento\Reports\Test\Unit\Control... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportOrdersCsvTest.php class ExportOrdersCsvTest (line 11) | class ExportOrdersCsvTest extends \Magento\Reports\Test\Unit\Controller\... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportOrdersExcelTest.php class ExportOrdersExcelTest (line 11) | class ExportOrdersExcelTest extends \Magento\Reports\Test\Unit\Controlle... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportTotalsCsvTest.php class ExportTotalsCsvTest (line 11) | class ExportTotalsCsvTest extends \Magento\Reports\Test\Unit\Controller\... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportTotalsExcelTest.php class ExportTotalsExcelTest (line 11) | class ExportTotalsExcelTest extends \Magento\Reports\Test\Unit\Controlle... method setUp (line 21) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/OrdersTest.php class OrdersTest (line 13) | class OrdersTest extends \Magento\Reports\Test\Unit\Controller\Adminhtml... method setUp (line 23) | protected function setUp() method testExecute (line 36) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Customer/TotalsTest.php class TotalsTest (line 13) | class TotalsTest extends \Magento\Reports\Test\Unit\Controller\Adminhtml... method setUp (line 23) | protected function setUp() method testExecute (line 36) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/DownloadsTest.php class DownloadsTest (line 13) | class DownloadsTest extends \Magento\Reports\Test\Unit\Controller\Adminh... method setUp (line 28) | protected function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportDownloadsCsvTest.php class ExportDownloadsCsvTest (line 11) | class ExportDownloadsCsvTest extends \Magento\Reports\Test\Unit\Controll... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportDownloadsExcelTest.php class ExportDownloadsExcelTest (line 11) | class ExportDownloadsExcelTest extends \Magento\Reports\Test\Unit\Contro... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportLowstockCsvTest.php class ExportLowstockCsvTest (line 11) | class ExportLowstockCsvTest extends \Magento\Reports\Test\Unit\Controlle... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportLowstockExcelTest.php class ExportLowstockExcelTest (line 11) | class ExportLowstockExcelTest extends \Magento\Reports\Test\Unit\Control... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php class ExportSoldCsvTest (line 11) | class ExportSoldCsvTest extends \Magento\Reports\Test\Unit\Controller\Ad... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php class ExportSoldExcelTest (line 11) | class ExportSoldExcelTest extends \Magento\Reports\Test\Unit\Controller\... method setUp (line 26) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportViewedCsvTest.php class ExportViewedCsvTest (line 11) | class ExportViewedCsvTest extends \Magento\Reports\Test\Unit\Controller\... method setUp (line 36) | protected function setUp() method testExecute (line 72) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportViewedExcelTest.php class ExportViewedExcelTest (line 11) | class ExportViewedExcelTest extends \Magento\Reports\Test\Unit\Controlle... method setUp (line 36) | protected function setUp() method testExecute (line 72) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/LowstockTest.php class LowstockTest (line 13) | class LowstockTest extends \Magento\Reports\Test\Unit\Controller\Adminht... method setUp (line 28) | protected function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/SoldTest.php class SoldTest (line 13) | class SoldTest extends \Magento\Reports\Test\Unit\Controller\Adminhtml\R... method setUp (line 28) | protected function setUp() method testExecute (line 50) | public function testExecute() FILE: app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ViewedTest.php class ViewedTest (line 16) | class ViewedTest extends \Magento\Reports\Test\Unit\Controller\Adminhtml... method setUp (line 46) | protected function setUp() method testExecute (line 112) | public function testExecute() method testExecuteWithException (line 163) | public function testExecuteWithException() method testExecuteWithLocalizedException (line 214) | public function testExecuteWithLocalizedException() FILE: app/code/Magento/Reports/Test/Unit/Helper/DataTest.php class DataTest (line 18) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetIntervals (line 62) | public function testGetIntervals($from, $to, $period, $results) method testPrepareIntervalsCollection (line 75) | public function testPrepareIntervalsCollection($from, $to, $period, $r... method intervalsDataProvider (line 107) | public function intervalsDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Model/Plugin/LogTest.php class LogTest (line 11) | class LogTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testAfterClean (line 75) | public function testAfterClean() FILE: app/code/Magento/Reports/Test/Unit/Model/Product/Index/ComparedTest.php class ComparedTest (line 14) | class ComparedTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testGetExcludeProductIds (line 132) | public function testGetExcludeProductIds() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Event/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAddStoreFilter (line 111) | public function testAddStoreFilter($ignoreData, $ignoreSql) method ignoresDataProvider (line 150) | public function ignoresDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/EventTest.php class EventTest (line 11) | class EventTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testUpdateCustomerTypeWithoutType (line 98) | public function testUpdateCustomerTypeWithoutType() method testUpdateCustomerTypeWithType (line 113) | public function testUpdateCustomerTypeWithType() method testApplyLogToCollection (line 128) | public function testApplyLogToCollection() method testClean (line 204) | public function testClean() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/HelperTest.php class HelperTest (line 11) | class HelperTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testMergeVisitorProductIndex (line 53) | public function testMergeVisitorProductIndex() method testUpdateReportRatingPos (line 73) | public function testUpdateReportRatingPos($type, $result) method typesDataProvider (line 111) | public function typesDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 94) | protected function setUp() method testCheckIsLive (line 187) | public function testCheckIsLive() method testPrepareSummary (line 209) | public function testPrepareSummary($useAggregatedData, $mainTable, $is... method testGetDateRangeFirstPart (line 253) | public function testGetDateRangeFirstPart($range, $customStart, $custo... method testGetDateRangeSecondPart (line 272) | public function testGetDateRangeSecondPart($range, $customStart, $cust... method testGetDateRangeWithReturnObject (line 290) | public function testGetDateRangeWithReturnObject() method testAddItemCountExpr (line 299) | public function testAddItemCountExpr() method testCalculateTotals (line 316) | public function testCalculateTotals($isFilter, $useAggregatedData, $ma... method testCalculateSales (line 347) | public function testCalculateSales($isFilter, $useAggregatedData, $mai... method testSetDateRange (line 378) | public function testSetDateRange() method testSetStoreIds (line 397) | public function testSetStoreIds($storeIds, $parameters) method useAggregatedDataDataProvider (line 416) | public function useAggregatedDataDataProvider() method firstPartDateRangeDataProvider (line 428) | public function firstPartDateRangeDataProvider() method secondPartDateRangeDataProvider (line 440) | public function secondPartDateRangeDataProvider() method totalsDataProvider (line 452) | public function totalsDataProvider() method salesDataProvider (line 465) | public function salesDataProvider() method storesDataProvider (line 478) | public function storesDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Product/CollectionTest.php class CollectionTest (line 49) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 86) | protected function setUp() method testAddViewsCount (line 193) | public function testAddViewsCount() method createPartialMockForAbstractClass (line 295) | private function createPartialMockForAbstractClass($className, $methods) FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Product/Sold/Collection/CollectionTest.php class CollectionTest (line 16) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetSelectCountSql (line 34) | public function testGetSelectCountSql() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Quote/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testResolveCustomerNames (line 108) | public function testResolveCustomerNames() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/Collection/AbstractCollectionTest.php class AbstractCollectionTest (line 9) | class AbstractCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testIsSubtotalsGetDefault (line 42) | public function testIsSubtotalsGetDefault() method testSetIsSubtotals (line 47) | public function testSetIsSubtotals() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/CollectionTest.php class CollectionTest (line 19) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetPeriods (line 63) | public function testGetPeriods() method testGetStoreIds (line 72) | public function testGetStoreIds() method testGetSize (line 88) | public function testGetSize($period, $fromDate, $toDate, $size) method testGetPageSize (line 98) | public function testGetPageSize() method testGetReports (line 114) | public function testGetReports($period, $fromDate, $toDate, $size) method testLoadData (line 131) | public function testLoadData() method intervalsDataProvider (line 142) | public function intervalsDataProvider() method formatDate (line 188) | public function formatDate(\DateTimeInterface $dateStart): string FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/Product/ViewedTest.php class ViewedTest (line 16) | class ViewedTest extends \PHPUnit\Framework\TestCase method setUp (line 92) | protected function setUp() method testAggregate (line 198) | public function testAggregate($from, $to, $truncateCount, $deleteCount) method intervalsDataProvider (line 253) | public function intervalsDataProvider() FILE: app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Report/Quote/CollectionTest.php class CollectionTest (line 15) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetSelectCountSql (line 33) | public function testGetSelectCountSql() method testPrepareActiveCartItems (line 50) | public function testPrepareActiveCartItems() method testLoadWithFilter (line 72) | public function testLoadWithFilter() FILE: app/code/Magento/Reports/Test/Unit/Observer/CatalogProductCompareAddProductObserverTest.php class CatalogProductCompareAddProductObserverTest (line 11) | class CatalogProductCompareAddProductObserverTest extends \PHPUnit\Frame... method setUp (line 61) | protected function setUp() method testCatalogProductCompareAddProduct (line 130) | public function testCatalogProductCompareAddProduct($isLoggedIn, $user... method catalogProductCompareAddProductDataProvider (line 159) | public function catalogProductCompareAddProductDataProvider() method getObserverMock (line 179) | protected function getObserverMock($productId) FILE: app/code/Magento/Reports/Test/Unit/Observer/CatalogProductViewObserverTest.php class CatalogProductViewObserverTest (line 11) | class CatalogProductViewObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testCatalogProductViewCustomer (line 156) | public function testCatalogProductViewCustomer() method testCatalogProductViewVisitor (line 193) | public function testCatalogProductViewVisitor() method prepareProductIndexMock (line 231) | protected function prepareProductIndexMock($expectedViewedData) method prepareReportEventModel (line 251) | protected function prepareReportEventModel($expectedEventData) method getObserverMock (line 261) | protected function getObserverMock($productId) FILE: app/code/Magento/Reports/Test/Unit/Observer/CustomerLoginObserverTest.php class CustomerLoginObserverTest (line 11) | class CustomerLoginObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testCustomerLoginLoggedInTrue (line 113) | public function testCustomerLoginLoggedInTrue() method testCustomerLoginLoggedInFalse (line 138) | public function testCustomerLoginLoggedInFalse() method getObserverMock (line 160) | protected function getObserverMock($productId) FILE: app/code/Magento/Reports/Test/Unit/Observer/CustomerLogoutObserverTest.php class CustomerLogoutObserverTest (line 8) | class CustomerLogoutObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testCustomerLogout (line 79) | public function testCustomerLogout() method getObserverMock (line 96) | protected function getObserverMock($productId) FILE: app/code/Magento/RequireJs/Block/Html/Head/Config.php class Config (line 18) | class Config extends \Magento\Framework\View\Element\AbstractBlock method __construct (line 54) | public function __construct( method _prepareLayout (line 76) | protected function _prepareLayout() FILE: app/code/Magento/RequireJs/Model/FileManager.php class FileManager (line 15) | class FileManager method __construct (line 43) | public function __construct( method createRequireJsConfigAsset (line 60) | public function createRequireJsConfigAsset() method createMinResolverAsset (line 72) | public function createMinResolverAsset() method createRequireJsMixinsAsset (line 84) | public function createRequireJsMixinsAsset() method createRequireJsAsset (line 94) | public function createRequireJsAsset() method createUrlResolverAsset (line 104) | public function createUrlResolverAsset() method createRequireJsMapConfigAsset (line 114) | public function createRequireJsMapConfigAsset() method ensureSourceFile (line 131) | private function ensureSourceFile($relPath) method ensureMinResolverFile (line 145) | private function ensureMinResolverFile($relPath) method createStaticJsAsset (line 158) | public function createStaticJsAsset() method createBundleJsPool (line 171) | public function createBundleJsPool() method clearBundleJsPool (line 203) | public function clearBundleJsPool() method checkIfExist (line 218) | private function checkIfExist($relPath) FILE: app/code/Magento/RequireJs/Test/Unit/Block/Html/Head/ConfigTest.php class ConfigTest (line 11) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testSetLayout (line 57) | public function testSetLayout() FILE: app/code/Magento/RequireJs/Test/Unit/Model/FileManagerTest.php class FileManagerTest (line 12) | class FileManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testCreateRequireJsConfigAsset (line 64) | public function testCreateRequireJsConfigAsset($exists) method createRequireJsAssetDataProvider (line 97) | public function createRequireJsAssetDataProvider() method testCreateRequireJsAssetDevMode (line 102) | public function testCreateRequireJsAssetDevMode() method testCreateBundleJsPool (line 126) | public function testCreateBundleJsPool() method testCreateMinResolverAsset (line 196) | public function testCreateMinResolverAsset() method testCreateRequireJsMixinsAsset (line 214) | public function testCreateRequireJsMixinsAsset() method testClearBundleJsPool (line 230) | public function testClearBundleJsPool() FILE: app/code/Magento/Review/Block/Adminhtml/Add.php class Add (line 14) | class Add extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 22) | protected function _construct() method getHeaderText (line 129) | public function getHeaderText() FILE: app/code/Magento/Review/Block/Adminhtml/Add/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 37) | public function __construct( method _prepareForm (line 56) | protected function _prepareForm() FILE: app/code/Magento/Review/Block/Adminhtml/Edit.php class Edit (line 11) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 41) | public function __construct( method _construct (line 60) | protected function _construct() method getHeaderText (line 234) | public function getHeaderText() FILE: app/code/Magento/Review/Block/Adminhtml/Edit/Form.php class Form (line 12) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 50) | public function __construct( method _prepareForm (line 73) | protected function _prepareForm() FILE: app/code/Magento/Review/Block/Adminhtml/Grid.php class Grid (line 20) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 67) | public function __construct( method _construct (line 90) | protected function _construct() method _afterLoadCollection (line 102) | protected function _afterLoadCollection() method _prepareCollection (line 117) | protected function _prepareCollection() method _prepareColumns (line 158) | protected function _prepareColumns() method _prepareMassaction (line 315) | protected function _prepareMassaction() method _prepareMassactionColumn (line 360) | protected function _prepareMassactionColumn() method getRowUrl (line 375) | public function getRowUrl($row) method getGridUrl (line 393) | public function getGridUrl() FILE: app/code/Magento/Review/Block/Adminhtml/Grid/Filter/Type.php class Type (line 13) | class Type extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Select method _getOptions (line 20) | protected function _getOptions() method getCondition (line 35) | public function getCondition() FILE: app/code/Magento/Review/Block/Adminhtml/Grid/Renderer/Type.php class Type (line 13) | class Type extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Review/Block/Adminhtml/Main.php class Main (line 19) | class Main extends \Magento\Backend\Block\Widget\Grid\Container method __construct (line 63) | public function __construct( method _construct (line 86) | protected function _construct() FILE: app/code/Magento/Review/Block/Adminhtml/Product/Edit/Tab.php class Tab (line 12) | class Tab extends \Magento\Backend\Block\Widget\Tab method __construct (line 18) | public function __construct( FILE: app/code/Magento/Review/Block/Adminhtml/Product/Edit/Tab/Reviews.php class Reviews (line 15) | class Reviews extends \Magento\Review\Block\Adminhtml\Grid method _prepareMassaction (line 22) | protected function _prepareMassaction() method getGridUrl (line 32) | public function getGridUrl() FILE: app/code/Magento/Review/Block/Adminhtml/Product/Grid.php class Grid (line 14) | class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid method __construct (line 38) | public function __construct( method _construct (line 71) | protected function _construct() method _prepareColumns (line 83) | protected function _prepareColumns() method getGridUrl (line 143) | public function getGridUrl() method getRowUrl (line 154) | public function getRowUrl($row) method _prepareMassaction (line 164) | protected function _prepareMassaction() FILE: app/code/Magento/Review/Block/Adminhtml/Rating.php class Rating (line 15) | class Rating extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Detailed.php class Detailed (line 16) | class Detailed extends \Magento\Backend\Block\Template method __construct (line 60) | public function __construct( method _construct (line 78) | protected function _construct() method getRating (line 92) | public function getRating() method setIndependentMode (line 140) | public function setIndependentMode() method isSelected (line 154) | public function isSelected($option, $rating) FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Edit.php class Edit (line 11) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 38) | public function __construct( method _construct (line 52) | protected function _construct() method getHeaderText (line 72) | public function getHeaderText() FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 18) | protected function _prepareForm() FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tab/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 55) | public function __construct( method _prepareForm (line 78) | protected function _prepareForm() method addRatingFieldset (line 100) | protected function addRatingFieldset() method setRatingData (line 132) | protected function setRatingData() method setRatingCodes (line 157) | protected function setRatingCodes($ratingCodes) method setRatingOptions (line 172) | protected function setRatingOptions() method addVisibilityFieldset (line 209) | protected function addVisibilityFieldset() method initFieldset (line 256) | protected function initFieldset($formId, array $config) method getFieldset (line 271) | protected function getFieldset($formId) FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tabs.php class Tabs (line 13) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 18) | protected function _construct() method _beforeToHtml (line 29) | protected function _beforeToHtml() FILE: app/code/Magento/Review/Block/Adminhtml/Rating/Summary.php class Summary (line 13) | class Summary extends \Magento\Backend\Block\Template method __construct (line 50) | public function __construct( method _construct (line 68) | protected function _construct() method getRating (line 80) | public function getRating() method getRatingSummary (line 96) | public function getRatingSummary() FILE: app/code/Magento/Review/Block/Adminhtml/ReviewTab.php class ReviewTab (line 18) | class ReviewTab extends TabWrapper method __construct (line 39) | public function __construct(Context $context, Registry $registry, arra... method canShowTab (line 48) | public function canShowTab() method getTabLabel (line 58) | public function getTabLabel() method getTabUrl (line 68) | public function getTabUrl() FILE: app/code/Magento/Review/Block/Adminhtml/Rss.php class Rss (line 15) | class Rss extends \Magento\Backend\Block\AbstractBlock implements DataPr... method __construct (line 33) | public function __construct( method getRssData (line 47) | public function getRssData() method getCacheLifetime (line 88) | public function getCacheLifetime() method isAllowed (line 96) | public function isAllowed() method getFeeds (line 104) | public function getFeeds() method isAuthRequired (line 112) | public function isAuthRequired() FILE: app/code/Magento/Review/Block/Adminhtml/Rss/Grid/Link.php class Link (line 14) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 31) | public function __construct( method _construct (line 43) | protected function _construct() method getLink (line 52) | public function getLink() method getLabel (line 60) | public function getLabel() method isRssAllowed (line 70) | public function isRssAllowed() method getLinkParams (line 78) | protected function getLinkParams() FILE: app/code/Magento/Review/Block/Customer/ListCustomer.php class ListCustomer (line 17) | class ListCustomer extends \Magento\Customer\Block\Account\Dashboard method __construct (line 48) | public function __construct( method getToolbarHtml (line 75) | public function getToolbarHtml() method _prepareLayout (line 85) | protected function _prepareLayout() method getReviews (line 105) | public function getReviews() method getReviewLink (line 126) | public function getReviewLink() method getReviewUrl (line 138) | public function getReviewUrl($review) method getProductLink (line 149) | public function getProductLink() method getProductUrl (line 161) | public function getProductUrl($product) method dateFormat (line 172) | public function dateFormat($date) method _beforeToHtml (line 182) | protected function _beforeToHtml() FILE: app/code/Magento/Review/Block/Customer/Recent.php class Recent (line 16) | class Recent extends \Magento\Framework\View\Element\Template method __construct (line 50) | public function __construct( method truncateString (line 71) | public function truncateString($value, $length = 80, $etc = '...', &$r... method getReviews (line 84) | public function getReviews() method getReviewLink (line 107) | public function getReviewLink() method getProductLink (line 117) | public function getProductLink() method dateFormat (line 128) | public function dateFormat($date) method getAllReviewsUrl (line 138) | public function getAllReviewsUrl() method getReviewUrl (line 149) | public function getReviewUrl($id) FILE: app/code/Magento/Review/Block/Customer/View.php class View (line 20) | class View extends \Magento\Catalog\Block\Product\AbstractProduct method __construct (line 71) | public function __construct( method _construct (line 96) | protected function _construct() method getProductData (line 107) | public function getProductData() method getReviewData (line 121) | public function getReviewData() method getBackUrl (line 134) | public function getBackUrl() method getRating (line 144) | public function getRating() method getRatingSummary (line 167) | public function getRatingSummary() method getTotalReviews (line 182) | public function getTotalReviews() method dateFormat (line 200) | public function dateFormat($date) method _toHtml (line 208) | protected function _toHtml() FILE: app/code/Magento/Review/Block/Form.php class Form (line 21) | class Form extends \Magento\Framework\View\Element\Template method __construct (line 92) | public function __construct( method _construct (line 122) | protected function _construct() method getJsLayout (line 148) | public function getJsLayout() method getProductInfo (line 159) | public function getProductInfo() method getAction (line 173) | public function getAction() method getRatings (line 190) | public function getRatings() method getRegisterUrl (line 208) | public function getRegisterUrl() method getProductId (line 218) | protected function getProductId() FILE: app/code/Magento/Review/Block/Form/Configure.php class Configure (line 15) | class Configure extends \Magento\Review\Block\Form method getProductId (line 22) | public function getProductId() FILE: app/code/Magento/Review/Block/Product/Review.php class Review (line 18) | class Review extends Template implements IdentityInterface method __construct (line 40) | public function __construct( method getProductId (line 58) | public function getProductId() method getProductReviewUrl (line 69) | public function getProductReviewUrl() method setTabTitle (line 85) | public function setTabTitle() method getCollectionSize (line 98) | public function getCollectionSize() method getIdentities (line 117) | public function getIdentities() FILE: app/code/Magento/Review/Block/Product/ReviewRenderer.php class ReviewRenderer (line 20) | class ReviewRenderer extends \Magento\Framework\View\Element\Template im... method __construct (line 50) | public function __construct( method isReviewEnabled (line 67) | public function isReviewEnabled(): string method getReviewsSummaryHtml (line 86) | public function getReviewsSummaryHtml( method getRatingSummary (line 119) | public function getRatingSummary() method getReviewsCount (line 129) | public function getReviewsCount() method getReviewsUrl (line 140) | public function getReviewsUrl($useDirectLink = false) FILE: app/code/Magento/Review/Block/Product/View.php class View (line 17) | class View extends \Magento\Catalog\Block\Product\View method __construct (line 48) | public function __construct( method _toHtml (line 83) | protected function _toHtml() method getReviewsSummaryHtml (line 100) | public function getReviewsSummaryHtml( method getReviewsCollection (line 122) | public function getReviewsCollection() method hasOptions (line 142) | public function hasOptions() FILE: app/code/Magento/Review/Block/Product/View/ListView.php class ListView (line 14) | class ListView extends \Magento\Review\Block\Product\View method getProductId (line 27) | public function getProductId() method _prepareLayout (line 38) | protected function _prepareLayout() method _beforeToHtml (line 56) | protected function _beforeToHtml() method getReviewUrl (line 68) | public function getReviewUrl($id) FILE: app/code/Magento/Review/Block/Product/View/Other.php class Other (line 14) | class Other extends \Magento\Framework\View\Element\Template method __construct (line 26) | public function __construct( method getProduct (line 40) | public function getProduct() FILE: app/code/Magento/Review/Block/Rating/Entity/Detailed.php class Detailed (line 13) | class Detailed extends \Magento\Framework\View\Element\Template method __construct (line 30) | public function __construct( method _toHtml (line 44) | protected function _toHtml() FILE: app/code/Magento/Review/Block/View.php class View (line 15) | class View extends \Magento\Catalog\Block\Product\AbstractProduct method __construct (line 52) | public function __construct( method getProductData (line 74) | public function getProductData() method getReviewData (line 84) | public function getReviewData() method getBackUrl (line 94) | public function getBackUrl() method getRating (line 104) | public function getRating() method getRatingSummary (line 125) | public function getRatingSummary() method getTotalReviews (line 140) | public function getTotalReviews() method dateFormat (line 160) | public function dateFormat($date) FILE: app/code/Magento/Review/Controller/Adminhtml/Product.php class Product (line 17) | abstract class Product extends Action method __construct (line 58) | public function __construct( FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Delete.php class Delete (line 16) | class Delete extends ProductController implements HttpPostActionInterface method execute (line 28) | public function execute() method _isAllowed (line 55) | protected function _isAllowed() method getModel (line 84) | private function getModel(): Review FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Edit.php class Edit (line 16) | class Edit extends ProductController implements HttpGetActionInterface method execute (line 28) | public function execute() method _isAllowed (line 42) | protected function _isAllowed() method getModel (line 71) | private function getModel(): Review FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Index.php class Index (line 12) | class Index extends ProductController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/JsonProductInfo.php class JsonProductInfo (line 21) | class JsonProductInfo extends ProductController implements HttpGetAction... method __construct (line 35) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/MassDelete.php class MassDelete (line 23) | class MassDelete extends ProductController implements HttpPostActionInte... method __construct (line 42) | public function __construct( method execute (line 58) | public function execute() method _isAllowed (line 86) | protected function _isAllowed() method getCollection (line 117) | private function getCollection(): Collection FILE: app/code/Magento/Review/Controller/Adminhtml/Product/MassUpdateStatus.php class MassUpdateStatus (line 23) | class MassUpdateStatus extends ProductController implements HttpPostActi... method __construct (line 42) | public function __construct( method execute (line 58) | public function execute() method _isAllowed (line 90) | protected function _isAllowed() method getCollection (line 121) | private function getCollection(): Collection FILE: app/code/Magento/Review/Controller/Adminhtml/Product/MassVisibleIn.php class MassVisibleIn (line 16) | class MassVisibleIn extends ProductController implements HttpPostActionI... method execute (line 24) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/NewAction.php class NewAction (line 12) | class NewAction extends ProductController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Pending.php class Pending (line 16) | class Pending extends ProductController implements HttpGetActionInterfac... method execute (line 23) | public function execute() method _isAllowed (line 44) | protected function _isAllowed() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Post.php class Post (line 18) | class Post extends ProductController implements HttpPostActionInterface method execute (line 25) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/ProductGrid.php class ProductGrid (line 18) | class ProductGrid extends ProductController implements HttpPostActionInt... method __construct (line 32) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/RatingItems.php class RatingItems (line 18) | class RatingItems extends ProductController implements HttpPostActionInt... method __construct (line 32) | public function __construct( method execute (line 46) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/ReviewGrid.php class ReviewGrid (line 22) | class ReviewGrid extends ProductController implements HttpGetActionInter... method __construct (line 36) | public function __construct( method execute (line 52) | public function execute() method _isAllowed (line 64) | protected function _isAllowed() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Reviews/Grid.php class Grid (line 13) | class Grid extends Action method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Product/Save.php class Save (line 17) | class Save extends ProductController implements HttpPostActionInterface method execute (line 30) | public function execute() method _isAllowed (line 106) | protected function _isAllowed() method getModel (line 135) | private function getModel(): Review FILE: app/code/Magento/Review/Controller/Adminhtml/Rating.php class Rating (line 15) | abstract class Rating extends Action method __construct (line 35) | public function __construct( method initEnityId (line 47) | protected function initEnityId() method initEntityId (line 55) | protected function initEntityId() FILE: app/code/Magento/Review/Controller/Adminhtml/Rating/Delete.php class Delete (line 15) | class Delete extends RatingController implements HttpPostActionInterface method execute (line 22) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Rating/Edit.php class Edit (line 12) | class Edit extends RatingController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Rating/Index.php class Index (line 12) | class Index extends RatingController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Rating/NewAction.php class NewAction (line 12) | class NewAction extends RatingController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Review/Controller/Adminhtml/Rating/Save.php class Save (line 15) | class Save extends RatingController implements HttpPostActionInterface method execute (line 22) | public function execute() FILE: app/code/Magento/Review/Controller/Customer.php class Customer (line 16) | abstract class Customer extends Action method __construct (line 29) | public function __construct( method dispatch (line 43) | public function dispatch(RequestInterface $request) FILE: app/code/Magento/Review/Controller/Customer/Index.php class Index (line 11) | class Index extends CustomerController method execute (line 18) | public function execute() FILE: app/code/Magento/Review/Controller/Customer/View.php class View (line 14) | class View extends CustomerController method __construct (line 26) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Review/Controller/Product.php class Product (line 18) | abstract class Product extends \Magento\Framework\App\Action\Action method __construct (line 112) | public function __construct( method dispatch (line 147) | public function dispatch(RequestInterface $request) method initProduct (line 177) | protected function initProduct() method loadProduct (line 214) | protected function loadProduct($productId) FILE: app/code/Magento/Review/Controller/Product/ListAction.php class ListAction (line 13) | class ListAction extends ProductController method getProductPage (line 21) | protected function getProductPage($product) method execute (line 40) | public function execute() FILE: app/code/Magento/Review/Controller/Product/ListAjax.php class ListAjax (line 16) | class ListAjax extends ProductController implements HttpGetActionInterface method execute (line 23) | public function execute() FILE: app/code/Magento/Review/Controller/Product/Post.php class Post (line 16) | class Post extends ProductController implements HttpPostActionInterface method execute (line 25) | public function execute() FILE: app/code/Magento/Review/Controller/Product/View.php class View (line 12) | class View extends ProductController method loadReview (line 21) | protected function loadReview($reviewId) method execute (line 43) | public function execute() FILE: app/code/Magento/Review/CustomerData/Review.php class Review (line 14) | class Review implements SectionSourceInterface method __construct (line 24) | public function __construct(\Magento\Framework\Session\Generic $review... method getSectionData (line 32) | public function getSectionData() FILE: app/code/Magento/Review/Helper/Action/Pager.php class Pager (line 17) | class Pager extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 46) | public function __construct( method setStorageId (line 60) | public function setStorageId($storageId) method setItems (line 71) | public function setItems(array $items) method _loadItems (line 84) | protected function _loadItems() method getNextItemId (line 97) | public function getNextItemId($id) method getPreviousItemId (line 113) | public function getPreviousItemId($id) method _findItemPositionByValue (line 129) | protected function _findItemPositionByValue($value) method _getStorageKey (line 141) | protected function _getStorageKey() FILE: app/code/Magento/Review/Helper/Data.php class Data (line 15) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 38) | public function __construct( method getDetail (line 54) | public function getDetail($origDetail) method getDetailHtml (line 65) | public function getDetailHtml($origDetail) method getIsGuestAllowToWrite (line 76) | public function getIsGuestAllowToWrite() method getReviewStatuses (line 89) | public function getReviewStatuses() method getReviewStatusesOptionArray (line 103) | public function getReviewStatusesOptionArray() FILE: app/code/Magento/Review/Model/Rating.php class Rating (line 23) | class Rating extends \Magento\Framework\Model\AbstractModel implements I... method __construct (line 53) | public function __construct( method _construct (line 72) | protected function _construct() method addOptionVote (line 82) | public function addOptionVote($optionId, $entityPkValue) method updateOptionVote (line 100) | public function updateOptionVote($optionId) method getOptions (line 119) | public function getOptions() method getEntitySummary (line 139) | public function getEntitySummary($entityPkValue, $onlyForCurrentStore ... method getReviewSummary (line 150) | public function getReviewSummary($reviewId, $onlyForCurrentStore = true) method getEntityIdByCode (line 162) | public function getEntityIdByCode($entityCode) method getIdentities (line 172) | public function getIdentities() FILE: app/code/Magento/Review/Model/Rating/Entity.php class Entity (line 17) | class Entity extends \Magento\Framework\Model\AbstractModel method _construct (line 22) | protected function _construct() method getIdByCode (line 31) | public function getIdByCode($entityCode) FILE: app/code/Magento/Review/Model/Rating/Option.php class Option (line 25) | class Option extends \Magento\Framework\Model\AbstractModel method _construct (line 30) | protected function _construct() method addVote (line 38) | public function addVote() method setId (line 48) | public function setId($id) FILE: app/code/Magento/Review/Model/Rating/Option/Vote.php class Vote (line 17) | class Vote extends \Magento\Framework\Model\AbstractModel method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Review/Model/ResourceModel/Rating.php class Rating (line 20) | class Rating extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 55) | public function __construct( method _construct (line 77) | protected function _construct() method _initUniqueFields (line 87) | protected function _initUniqueFields() method _getLoadSelect (line 101) | protected function _getLoadSelect($field, $value, $object) method _afterLoad (line 125) | protected function _afterLoad(\Magento\Framework\Model\AbstractModel $... method getStores (line 160) | public function getStores($ratingId) method _afterSave (line 178) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method processRatingCodes (line 198) | protected function processRatingCodes(\Magento\Framework\Model\Abstrac... method processRatingStores (line 223) | protected function processRatingStores(\Magento\Framework\Model\Abstra... method deleteRatingData (line 250) | protected function deleteRatingData($ratingId, $table, array $storeIds) method insertRatingData (line 274) | protected function insertRatingData($table, array $data) method _afterDelete (line 298) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getEntitySummary (line 327) | public function getEntitySummary($object, $onlyForCurrentStore = true) method _getEntitySummaryData (line 368) | protected function _getEntitySummaryData($object) method getReviewSummary (line 423) | public function getReviewSummary($object, $onlyForCurrentStore = true) method getEntityIdByCode (line 496) | public function getEntityIdByCode($entityCode) method deleteAggregatedRatingsByProductId (line 514) | public function deleteAggregatedRatingsByProductId($productId) FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 44) | public function __construct( method _construct (line 69) | protected function _construct() method addEntityFilter (line 80) | public function addEntityFilter($entity) method setPositionOrder (line 112) | public function setPositionOrder($dir = 'ASC') method setStoreFilter (line 124) | public function setStoreFilter($storeId) method addOptionToItems (line 157) | public function addOptionToItems() method addEntitySummaryToItem (line 182) | public function addEntitySummaryToItem($entityPkValue, $storeId) method addRatingPerStoreName (line 242) | public function addRatingPerStoreName($storeId) method addStoreData (line 259) | public function addStoreData() method load (line 279) | public function load($printQuery = false, $logQuery = false) method _addStoreData (line 297) | protected function _addStoreData() method setActiveFilter (line 329) | public function setActiveFilter($isActive = true) FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Entity.php class Entity (line 13) | class Entity extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method getIdByCode (line 31) | public function getIdByCode($entityCode) FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Grid/Collection.php class Collection (line 13) | class Collection extends \Magento\Review\Model\ResourceModel\Rating\Coll... method __construct (line 33) | public function __construct( method _initSelect (line 62) | public function _initSelect() FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Option.php class Option (line 14) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 89) | public function __construct( method _construct (line 107) | protected function _construct() method addVote (line 125) | public function addVote($option) method aggregate (line 169) | public function aggregate($option) method aggregateEntityByRatingId (line 182) | public function aggregateEntityByRatingId($ratingId, $entityPkValue) method loadDataById (line 270) | public function loadDataById($optionId) FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Option/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 27) | protected function _construct() method addRatingFilter (line 42) | public function addRatingFilter($rating) method setPositionOrder (line 58) | public function setPositionOrder($dir = 'ASC') FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Option/Vote.php class Vote (line 13) | class Vote extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Review/Model/ResourceModel/Rating/Option/Vote/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 39) | public function __construct( method _construct (line 59) | protected function _construct() method setReviewFilter (line 73) | public function setReviewFilter($reviewId) method setEntityPkFilter (line 85) | public function setEntityPkFilter($entityId) method setStoreFilter (line 97) | public function setStoreFilter($storeId) method addRatingInfo (line 119) | public function addRatingInfo($storeId = null) method addOptionInfo (line 160) | public function addOptionInfo() method addRatingOptions (line 174) | public function addRatingOptions() FILE: app/code/Magento/Review/Model/ResourceModel/Review.php class Review (line 16) | class Review extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 103) | public function __construct( method _construct (line 124) | protected function _construct() method _getLoadSelect (line 143) | protected function _getLoadSelect($field, $value, $object) method _beforeSave (line 159) | protected function _beforeSave(AbstractModel $object) method _afterSave (line 180) | protected function _afterSave(AbstractModel $object) method _afterLoad (line 236) | protected function _afterLoad(AbstractModel $object) method _beforeDelete (line 260) | protected function _beforeDelete(AbstractModel $object) method afterDeleteCommit (line 276) | public function afterDeleteCommit(AbstractModel $object) method getTotalReviews (line 295) | public function getTotalReviews($entityPkValue, $approvedOnly = false,... method aggregate (line 326) | public function aggregate($object) method aggregateReviewSummary (line 347) | protected function aggregateReviewSummary($object, $ratingSummaryObject) method writeReviewSummary (line 390) | protected function writeReviewSummary($oldData, \Magento\Framework\Dat... method _loadVotedRatingIds (line 413) | protected function _loadVotedRatingIds($reviewId) method _aggregateRatings (line 433) | protected function _aggregateRatings($ratingIds, $entityPkValue) method reAggregateReview (line 453) | public function reAggregateReview($reviewId, $entityPkValue) method getEntityIdByCode (line 464) | public function getEntityIdByCode($entityCode) method deleteReviewsByProductId (line 479) | public function deleteReviewsByProductId($productId) FILE: app/code/Magento/Review/Model/ResourceModel/Review/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 89) | public function __construct( method _construct (line 112) | protected function _construct() method _initSelect (line 122) | protected function _initSelect() method addCustomerFilter (line 139) | public function addCustomerFilter($customerId) method addStoreFilter (line 151) | public function addStoreFilter($storeId) method addStoreData (line 168) | public function addStoreData() method addEntityFilter (line 181) | public function addEntityFilter($entity, $pkValue) method addStatusFilter (line 215) | public function addStatusFilter($status) method setDateOrder (line 233) | public function setDateOrder($dir = 'DESC') method addRateVotes (line 244) | public function addRateVotes() method addReviewsTotalCount (line 265) | public function addReviewsTotalCount() method load (line 285) | public function load($printQuery = false, $logQuery = false) method _addStoreData (line 303) | protected function _addStoreData() method getReviewTable (line 335) | protected function getReviewTable() method getReviewDetailTable (line 348) | protected function getReviewDetailTable() method getReviewStatusTable (line 361) | protected function getReviewStatusTable() method getReviewEntityTable (line 374) | protected function getReviewEntityTable() method getReviewStoreTable (line 387) | protected function getReviewStoreTable() FILE: app/code/Magento/Review/Model/ResourceModel/Review/Product/Collection.php class Collection (line 21) | class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Co... method __construct (line 95) | public function __construct( method _construct (line 154) | protected function _construct() method _initSelect (line 167) | protected function _initSelect() method addStoreFilter (line 180) | public function addStoreFilter($storeId = null) method setStoreFilter (line 207) | public function setStoreFilter($storeId) method _applyStoresFilterToSelect (line 232) | protected function _applyStoresFilterToSelect(Select $select = null) method addStoreData (line 269) | public function addStoreData() method addCustomerFilter (line 281) | public function addCustomerFilter($customerId) method addEntityFilter (line 293) | public function addEntityFilter($entityId) method addStatusFilter (line 305) | public function addStatusFilter($status) method setDateOrder (line 317) | public function setDateOrder($dir = 'DESC') method addReviewSummary (line 328) | public function addReviewSummary() method addRateVotes (line 343) | public function addRateVotes() method _joinFields (line 361) | protected function _joinFields() method getAllIds (line 388) | public function getAllIds($limit = null, $offset = null) method getResultingIds (line 404) | public function getResultingIds() method getSelectCountSql (line 428) | public function getSelectCountSql() method setOrder (line 443) | public function setOrder($attribute, $dir = 'DESC') method addAttributeToFilter (line 476) | public function addAttributeToFilter($attribute, $condition = null, $j... method getColumnValues (line 529) | public function getColumnValues($colName) method _afterLoad (line 543) | protected function _afterLoad() method prepareStoreId (line 557) | protected function prepareStoreId() method _addStoreData (line 567) | protected function _addStoreData() method _beforeLoad (line 606) | protected function _beforeLoad() FILE: app/code/Magento/Review/Model/ResourceModel/Review/Status.php class Status (line 13) | class Status extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Review/Model/ResourceModel/Review/Status/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 28) | protected function _construct() method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Review/Model/ResourceModel/Review/Summary.php class Summary (line 16) | class Summary extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() method _getLoadSelect (line 36) | protected function _getLoadSelect($field, $value, $object) method reAggregate (line 49) | public function reAggregate($summary) method appendSummaryFieldsToCollection (line 87) | public function appendSummaryFieldsToCollection( FILE: app/code/Magento/Review/Model/ResourceModel/Review/Summary/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | protected function _construct() method addEntityFilter (line 33) | public function addEntityFilter($entityId, $entityType = 1) method addStoreFilter (line 45) | public function addStoreFilter($storeId) FILE: app/code/Magento/Review/Model/Review.php class Review (line 29) | class Review extends \Magento\Framework\Model\AbstractModel implements I... method __construct (line 138) | public function __construct( method _construct (line 167) | protected function _construct() method getProductCollection (line 177) | public function getProductCollection() method getStatusCollection (line 187) | public function getStatusCollection() method getTotalReviews (line 200) | public function getTotalReviews($entityPkValue, $approvedOnly = false,... method aggregate (line 210) | public function aggregate() method getEntitySummary (line 224) | public function getEntitySummary($product, $storeId = 0) method getPendingStatus (line 237) | public function getPendingStatus() method getReviewUrl (line 247) | public function getReviewUrl() method getProductUrl (line 259) | public function getProductUrl($productId, $storeId) method validate (line 273) | public function validate() method afterDeleteCommit (line 300) | public function afterDeleteCommit() method appendSummary (line 314) | public function appendSummary($collection) method isApproved (line 349) | public function isApproved() method isAvailableOnStore (line 360) | public function isAvailableOnStore($store = null) method getEntityIdByCode (line 375) | public function getEntityIdByCode($entityCode) method getIdentities (line 385) | public function getIdentities() FILE: app/code/Magento/Review/Model/Review/Status.php class Status (line 15) | class Status extends \Magento\Framework\Model\AbstractModel method __construct (line 24) | public function __construct( FILE: app/code/Magento/Review/Model/Review/Summary.php class Summary (line 16) | class Summary extends \Magento\Framework\Model\AbstractModel method __construct (line 25) | public function __construct( method getEntityPkValue (line 40) | public function getEntityPkValue() method getRatingSummary (line 50) | public function getRatingSummary() method getReviewsCount (line 60) | public function getReviewsCount() FILE: app/code/Magento/Review/Model/ReviewSummary.php class ReviewSummary (line 16) | class ReviewSummary method __construct (line 26) | public function __construct( method appendSummaryDataToObject (line 39) | public function appendSummaryDataToObject(AbstractModel $object, int $... FILE: app/code/Magento/Review/Model/Rss.php class Rss (line 18) | class Rss extends \Magento\Framework\Model\AbstractModel method __construct (line 43) | public function __construct( method getProductCollection (line 64) | public function getProductCollection() FILE: app/code/Magento/Review/Observer/CatalogProductListCollectionAppendSummaryFieldsObserver.php class CatalogProductListCollectionAppendSummaryFieldsObserver (line 18) | class CatalogProductListCollectionAppendSummaryFieldsObserver implements... method __construct (line 36) | public function __construct( method execute (line 51) | public function execute(EventObserver $observer) FILE: app/code/Magento/Review/Observer/PredispatchReviewObserver.php class PredispatchReviewObserver (line 20) | class PredispatchReviewObserver implements ObserverInterface method __construct (line 43) | public function __construct( method execute (line 55) | public function execute(Observer $observer) FILE: app/code/Magento/Review/Observer/ProcessProductAfterDeleteEventObserver.php class ProcessProductAfterDeleteEventObserver (line 10) | class ProcessProductAfterDeleteEventObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 42) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Review/Setup/Patch/Data/InitReviewStatusesAndData.php class InitReviewStatusesAndData (line 13) | class InitReviewStatusesAndData implements DataPatchInterface, PatchVers... method __construct (line 24) | public function __construct( method apply (line 33) | public function apply() method getDependencies (line 104) | public static function getDependencies() method getVersion (line 112) | public static function getVersion() method getAliases (line 120) | public function getAliases() FILE: app/code/Magento/Review/Test/Unit/Block/Adminhtml/MainTest.php class MainTest (line 25) | class MainTest extends \PHPUnit\Framework\TestCase method testConstruct (line 52) | public function testConstruct() FILE: app/code/Magento/Review/Test/Unit/Block/Adminhtml/Rating/Edit/Tab/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 96) | protected function setUp() method testToHtmlSessionRatingData (line 164) | public function testToHtmlSessionRatingData() method testToHtmlCoreRegistryRatingData (line 178) | public function testToHtmlCoreRegistryRatingData() method testToHtmlWithoutRatingData (line 192) | public function testToHtmlWithoutRatingData() FILE: app/code/Magento/Review/Test/Unit/Block/Adminhtml/Rss/Grid/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetLink (line 44) | public function testGetLink() method testGetLabel (line 51) | public function testGetLabel() method testIsRssAllowed (line 56) | public function testIsRssAllowed() FILE: app/code/Magento/Review/Test/Unit/Block/Adminhtml/RssTest.php class RssTest (line 14) | class RssTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetRssData (line 63) | public function testGetRssData() method testGetCacheLifetime (line 136) | public function testGetCacheLifetime() method testIsAllowed (line 144) | public function testIsAllowed() method testGetFeeds (line 152) | public function testGetFeeds() FILE: app/code/Magento/Review/Test/Unit/Block/Customer/RecentTest.php class RecentTest (line 10) | class RecentTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetCollection (line 69) | public function testGetCollection() FILE: app/code/Magento/Review/Test/Unit/Block/FormTest.php class FormTest (line 10) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetProductInfo (line 89) | public function testGetProductInfo() method testGetAction (line 122) | public function testGetAction($isSecure, $actionUrl, $productId) method getActionDataProvider (line 142) | public function getActionDataProvider() method testGetJsLayout (line 150) | public function testGetJsLayout() FILE: app/code/Magento/Review/Test/Unit/Block/Product/ReviewTest.php class ReviewTest (line 24) | class ReviewTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testGetIdentities (line 90) | public function testGetIdentities() method initCollectionMocks (line 98) | private function initCollectionMocks() method initRegistryMock (line 131) | private function initRegistryMock() method initProductMock (line 148) | private function initProductMock() method initContextMock (line 159) | private function initContextMock() method testGetProductReviewUrl (line 191) | public function testGetProductReviewUrl($isSecure, $actionUrl, $produc... method getProductReviewUrlDataProvider (line 210) | public function getProductReviewUrlDataProvider() FILE: app/code/Magento/Review/Test/Unit/Controller/Adminhtml/Product/PostTest.php class PostTest (line 15) | class PostTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() method _prepareMockObjects (line 103) | protected function _prepareMockObjects() method testPostAction (line 137) | public function testPostAction() FILE: app/code/Magento/Review/Test/Unit/Controller/Product/PostTest.php class PostTest (line 15) | class PostTest extends \PHPUnit\Framework\TestCase method setUp (line 105) | protected function setUp() method testExecute (line 201) | public function testExecute() FILE: app/code/Magento/Review/Test/Unit/Helper/Action/PagerTest.php class PagerTest (line 8) | class PagerTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testStorageSet (line 52) | public function testStorageSet() method testGetNextItem (line 61) | public function testGetNextItem() method testGetNextItemNotFound (line 69) | public function testGetNextItemNotFound() method testGetPreviousItem (line 78) | public function testGetPreviousItem() method testGetPreviousItemNotFound (line 86) | public function testGetPreviousItemNotFound() FILE: app/code/Magento/Review/Test/Unit/Helper/DataTest.php class DataTest (line 22) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetDetail (line 94) | public function testGetDetail() method getDetailHtml (line 109) | public function getDetailHtml() method testGetIsGuestAllowToWrite (line 129) | public function testGetIsGuestAllowToWrite() method testGetReviewStatuses (line 141) | public function testGetReviewStatuses() method testGetReviewStatusesOptionArray (line 154) | public function testGetReviewStatusesOptionArray() FILE: app/code/Magento/Review/Test/Unit/Model/RatingTest.php class RatingTest (line 12) | class RatingTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetIdentities (line 32) | public function testGetIdentities() FILE: app/code/Magento/Review/Test/Unit/Model/ResourceModel/Review/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testInitSelect (line 81) | public function testInitSelect() method testAddStoreFilter (line 99) | public function testAddStoreFilter() method testAddEntityFilter (line 123) | public function testAddEntityFilter( method addEntityFilterDataProvider (line 153) | public function addEntityFilterDataProvider() method testAddReviewsTotalCount (line 177) | public function testAddReviewsTotalCount() FILE: app/code/Magento/Review/Test/Unit/Model/ResourceModel/Review/Product/CollectionTest.php class CollectionTest (line 13) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testAddAttributeToFilter (line 111) | public function testAddAttributeToFilter($attribute) method addAttributeToFilterDataProvider (line 131) | public function addAttributeToFilterDataProvider() method testAddAttributeToFilterWithAttributeStore (line 144) | public function testAddAttributeToFilterWithAttributeStore() method testAddAttributeToFilterWithAttributeType (line 163) | public function testAddAttributeToFilterWithAttributeType( method addAttributeToFilterWithAttributeTypeDataProvider (line 196) | public function addAttributeToFilterWithAttributeTypeDataProvider() FILE: app/code/Magento/Review/Test/Unit/Model/ResourceModel/Review/Summary/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testFetchItem (line 104) | public function testFetchItem() method testLoad (line 131) | public function testLoad() FILE: app/code/Magento/Review/Test/Unit/Model/ReviewSummaryTest.php class ReviewSummaryTest (line 16) | class ReviewSummaryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAppendSummaryDataToObject (line 49) | public function testAppendSummaryDataToObject() FILE: app/code/Magento/Review/Test/Unit/Model/ReviewTest.php class ReviewTest (line 16) | class ReviewTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetProductCollection (line 100) | public function testGetProductCollection() method testGetStatusCollection (line 109) | public function testGetStatusCollection() method testGetTotalReviews (line 118) | public function testGetTotalReviews() method testAggregate (line 130) | public function testAggregate() method testGetEntitySummary (line 141) | public function testGetEntitySummary() method testGetPendingStatus (line 171) | public function testGetPendingStatus() method testGetReviewUrl (line 176) | public function testGetReviewUrl() method testGetProductUrl (line 191) | public function testGetProductUrl($productId, $storeId, $result) method getProductUrlDataProvider (line 208) | public function getProductUrlDataProvider() method testIsApproved (line 216) | public function testIsApproved() method testIsAvailableOnStore (line 226) | public function testIsAvailableOnStore($storeId, $result) method isAvailableOnStoreDataProvider (line 242) | public function isAvailableOnStoreDataProvider() method testGetEntityIdByCode (line 251) | public function testGetEntityIdByCode() method testGetIdentities (line 261) | public function testGetIdentities() FILE: app/code/Magento/Review/Test/Unit/Model/RssTest.php class RssTest (line 11) | class RssTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetProductCollection (line 48) | public function testGetProductCollection() FILE: app/code/Magento/Review/Test/Unit/Observer/PredispatchReviewObserverTest.php class PredispatchReviewObserverTest (line 23) | class PredispatchReviewObserverTest extends TestCase method setUp (line 58) | protected function setUp() : void method testReviewEnabled (line 85) | public function testReviewEnabled() : void method testReviewDisabled (line 110) | public function testReviewDisabled() : void FILE: app/code/Magento/Review/Test/Unit/Observer/ProcessProductAfterDeleteEventObserverTest.php class ProcessProductAfterDeleteEventObserverTest (line 22) | class ProcessProductAfterDeleteEventObserverTest extends TestCase method setUp (line 44) | protected function setUp() method testCleanupProductReviewsWithProduct (line 60) | public function testCleanupProductReviewsWithProduct() method testCleanupProductReviewsWithoutProduct (line 98) | public function testCleanupProductReviewsWithoutProduct() FILE: app/code/Magento/Review/Test/Unit/Ui/Component/Listing/Columns/ReviewActionsTest.php class ReviewActionsTest (line 14) | class ReviewActionsTest extends AbstractColumnTest method getModel (line 19) | protected function getModel() method testPrepareDataSourceToBeEmpty (line 29) | public function testPrepareDataSourceToBeEmpty() method testPrepareDataSource (line 34) | public function testPrepareDataSource() FILE: app/code/Magento/Review/Test/Unit/Ui/Component/Listing/Columns/StatusTest.php class StatusTest (line 15) | class StatusTest extends AbstractColumnTest method setUp (line 22) | protected function setUp() method getModel (line 33) | protected function getModel() method testToOptionArray (line 44) | public function testToOptionArray() method testPrepareDataSource (line 58) | public function testPrepareDataSource() FILE: app/code/Magento/Review/Test/Unit/Ui/Component/Listing/Columns/TypeTest.php class TypeTest (line 14) | class TypeTest extends AbstractColumnTest method getModel (line 19) | protected function getModel() method testPrepareDataSource (line 29) | public function testPrepareDataSource() FILE: app/code/Magento/Review/Test/Unit/Ui/Component/Listing/Columns/VisibilityTest.php class VisibilityTest (line 15) | class VisibilityTest extends AbstractColumnTest method setUp (line 22) | protected function setUp() method getModel (line 33) | protected function getModel() method testPrepareDataSource (line 44) | public function testPrepareDataSource() FILE: app/code/Magento/Review/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ReviewTest.php class ReviewTest (line 17) | class ReviewTest extends AbstractModifierTest method setUp (line 29) | protected function setUp() method createModel (line 40) | protected function createModel() method testModifyMetaDoesNotAddReviewSectionForNewProduct (line 61) | public function testModifyMetaDoesNotAddReviewSectionForNewProduct() method testModifyMetaDoesNotAddReviewSectionIfReviewModuleOutputIsDisabled (line 69) | public function testModifyMetaDoesNotAddReviewSectionIfReviewModuleOut... method testModifyMetaAddsReviewSectionForExistingProductIfReviewModuleOutputIsEnabled (line 83) | public function testModifyMetaAddsReviewSectionForExistingProductIfRev... method testModifyData (line 97) | public function testModifyData() FILE: app/code/Magento/Review/Test/Unit/Ui/DataProvider/Product/ReviewDataProviderTest.php class ReviewDataProviderTest (line 17) | class ReviewDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetData (line 70) | public function testGetData() FILE: app/code/Magento/Review/Ui/Component/Listing/Columns/ReviewActions.php class ReviewActions (line 16) | class ReviewActions extends Column method prepareDataSource (line 22) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Review/Ui/Component/Listing/Columns/Status.php class Status (line 20) | class Status extends Column implements OptionSourceInterface method __construct (line 35) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) method toOptionArray (line 72) | public function toOptionArray() FILE: app/code/Magento/Review/Ui/Component/Listing/Columns/Type.php class Type (line 16) | class Type extends Column method prepareDataSource (line 22) | public function prepareDataSource(array $dataSource) method getTypeLabel (line 44) | protected function getTypeLabel(array $item) FILE: app/code/Magento/Review/Ui/Component/Listing/Columns/Visibility.php class Visibility (line 19) | class Visibility extends Column method __construct (line 34) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) method renderVisibilityStructure (line 73) | protected function renderVisibilityStructure(array $storeIds) FILE: app/code/Magento/Review/Ui/DataProvider/Product/Form/Modifier/Review.php class Review (line 24) | class Review extends AbstractModifier method __construct (line 53) | public function __construct( method modifyMeta (line 65) | public function modifyMeta(array $meta) method modifyData (line 123) | public function modifyData(array $data) method getModuleManager (line 138) | private function getModuleManager() FILE: app/code/Magento/Review/Ui/DataProvider/Product/Listing/Collector/Review.php class Review (line 20) | class Review implements ProductRenderCollectorInterface method __construct (line 51) | public function __construct( method collect (line 66) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Review/Ui/DataProvider/Product/ReviewDataProvider.php class ReviewDataProvider (line 22) | class ReviewDataProvider extends AbstractDataProvider method __construct (line 45) | public function __construct( method getData (line 64) | public function getData() method addFilter (line 85) | public function addFilter(\Magento\Framework\Api\Filter $filter) FILE: app/code/Magento/Review/view/frontend/web/js/process-reviews.js function processReviews (line 15) | function processReviews(url, fromPages) { FILE: app/code/Magento/Robots/Block/Data.php class Data (line 24) | class Data extends AbstractBlock implements IdentityInterface method __construct (line 45) | public function __construct( method _toHtml (line 65) | protected function _toHtml() method getIdentities (line 76) | public function getIdentities() FILE: app/code/Magento/Robots/Controller/Index/Index.php class Index (line 16) | class Index extends Action method __construct (line 27) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Robots/Controller/Router.php class Router (line 18) | class Router implements RouterInterface method __construct (line 40) | public function __construct( method match (line 56) | public function match(RequestInterface $request) FILE: app/code/Magento/Robots/Model/Config/Value.php class Value (line 28) | class Value extends ConfigValue implements IdentityInterface method __construct (line 60) | public function __construct( method getIdentities (line 91) | public function getIdentities() FILE: app/code/Magento/Robots/Model/Robots.php class Robots (line 14) | class Robots method __construct (line 24) | public function __construct( method getData (line 35) | public function getData() FILE: app/code/Magento/Robots/Test/Unit/Block/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testToHtml (line 87) | public function testToHtml() method testGetIdentities (line 105) | public function testGetIdentities() method initEventManagerMock (line 131) | protected function initEventManagerMock($data) FILE: app/code/Magento/Robots/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 9) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Robots/Test/Unit/Controller/RouterTest.php class RouterTest (line 9) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testMatchNoRobotsRequested (line 55) | public function testMatchNoRobotsRequested() method testMatchNoRobotsModules (line 72) | public function testMatchNoRobotsModules() method testMatch (line 94) | public function testMatch() FILE: app/code/Magento/Robots/Test/Unit/Model/Config/ValueTest.php class ValueTest (line 8) | class ValueTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetIdentities (line 81) | public function testGetIdentities() FILE: app/code/Magento/Robots/Test/Unit/Model/RobotsTest.php class RobotsTest (line 12) | class RobotsTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetData (line 37) | public function testGetData() FILE: app/code/Magento/Rss/App/Action/Plugin/BackendAuthentication.php class BackendAuthentication (line 20) | class BackendAuthentication extends \Magento\Backend\App\Action\Plugin\A... method __construct (line 58) | public function __construct( method aroundDispatch (line 101) | public function aroundDispatch(AbstractAction $subject, \Closure $proc... FILE: app/code/Magento/Rss/Block/Feeds.php class Feeds (line 14) | class Feeds extends \Magento\Framework\View\Element\Template method __construct (line 31) | public function __construct( method _prepareLayout (line 45) | protected function _prepareLayout() method getFeeds (line 66) | public function getFeeds() FILE: app/code/Magento/Rss/Controller/Adminhtml/Feed.php class Feed (line 12) | abstract class Feed extends \Magento\Backend\App\Action method __construct (line 40) | public function __construct( FILE: app/code/Magento/Rss/Controller/Adminhtml/Feed/Index.php class Index (line 15) | class Index extends \Magento\Rss\Controller\Adminhtml\Feed method execute (line 23) | public function execute() FILE: app/code/Magento/Rss/Controller/Feed.php class Feed (line 11) | abstract class Feed extends \Magento\Framework\App\Action\Action method __construct (line 58) | public function __construct( method auth (line 83) | protected function auth() FILE: app/code/Magento/Rss/Controller/Feed/Index.php class Index (line 15) | class Index extends \Magento\Rss\Controller\Feed method execute (line 23) | public function execute() FILE: app/code/Magento/Rss/Controller/Index.php class Index (line 12) | abstract class Index extends \Magento\Framework\App\Action\Action method __construct (line 23) | public function __construct( FILE: app/code/Magento/Rss/Controller/Index/Index.php class Index (line 11) | class Index extends \Magento\Rss\Controller\Index method execute (line 19) | public function execute() FILE: app/code/Magento/Rss/Model/Rss.php class Rss (line 22) | class Rss method __construct (line 51) | public function __construct( method getFeeds (line 64) | public function getFeeds() method setDataProvider (line 96) | public function setDataProvider(DataProviderInterface $dataProvider) method createRssXml (line 107) | public function createRssXml() FILE: app/code/Magento/Rss/Model/RssManager.php class RssManager (line 17) | class RssManager implements RssManagerInterface method __construct (line 28) | public function __construct( method getProvider (line 43) | public function getProvider($type) method getProviders (line 67) | public function getProviders() FILE: app/code/Magento/Rss/Model/System/Config/Backend/Links.php class Links (line 12) | class Links extends \Magento\Framework\App\Config\Value method afterSave (line 19) | public function afterSave() FILE: app/code/Magento/Rss/Model/UrlBuilder.php class UrlBuilder (line 14) | class UrlBuilder implements UrlBuilderInterface method __construct (line 30) | public function __construct( method getUrl (line 42) | public function getUrl(array $queryParams = []) FILE: app/code/Magento/Rss/Test/Unit/App/Action/Plugin/BackendAuthenticationTest.php class BackendAuthenticationTest (line 8) | class BackendAuthenticationTest extends \PHPUnit\Framework\TestCase method testAroundDispatch (line 10) | public function testAroundDispatch() FILE: app/code/Magento/Rss/Test/Unit/Block/FeedsTest.php class FeedsTest (line 14) | class FeedsTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetFeeds (line 51) | public function testGetFeeds() FILE: app/code/Magento/Rss/Test/Unit/Controller/Adminhtml/Feed/IndexTest.php class IndexTest (line 16) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testExecute (line 82) | public function testExecute() method testExecuteWithException (line 101) | public function testExecuteWithException() FILE: app/code/Magento/Rss/Test/Unit/Controller/Feed/IndexTest.php class IndexTest (line 15) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecute (line 69) | public function testExecute() method testExecuteWithException (line 89) | public function testExecuteWithException() FILE: app/code/Magento/Rss/Test/Unit/Model/RssManagerTest.php class RssManagerTest (line 11) | class RssManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetProvider (line 40) | public function testGetProvider() method testGetProviderFirstException (line 51) | public function testGetProviderFirstException() method testGetProviderSecondException (line 57) | public function testGetProviderSecondException() FILE: app/code/Magento/Rss/Test/Unit/Model/RssTest.php class RssTest (line 12) | class RssTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testGetFeeds (line 100) | public function testGetFeeds() method testGetFeedsWithCache (line 125) | public function testGetFeedsWithCache() method testCreateRssXml (line 147) | public function testCreateRssXml() FILE: app/code/Magento/Rss/Test/Unit/Model/UrlBuilderTest.php class UrlBuilderTest (line 15) | class UrlBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetUrlEmpty (line 47) | public function testGetUrlEmpty() method testGetUrl (line 55) | public function testGetUrl() FILE: app/code/Magento/Rule/Block/Actions.php class Actions (line 10) | class Actions implements \Magento\Framework\Data\Form\Element\Renderer\R... method render (line 16) | public function render(AbstractElement $element) FILE: app/code/Magento/Rule/Block/Conditions.php class Conditions (line 10) | class Conditions implements \Magento\Framework\Data\Form\Element\Rendere... method render (line 16) | public function render(AbstractElement $element) FILE: app/code/Magento/Rule/Block/Editable.php class Editable (line 17) | class Editable extends AbstractBlock implements RendererInterface method __construct (line 29) | public function __construct( method render (line 46) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... FILE: app/code/Magento/Rule/Block/Newchild.php class Newchild (line 10) | class Newchild extends \Magento\Framework\View\Element\AbstractBlock imp... method render (line 17) | public function render(AbstractElement $element) FILE: app/code/Magento/Rule/Block/Rule.php class Rule (line 8) | class Rule extends \Magento\Framework\View\Element\AbstractBlock FILE: app/code/Magento/Rule/Model/AbstractModel.php class AbstractModel (line 19) | abstract class AbstractModel extends \Magento\Framework\Model\AbstractEx... method getConditionsInstance (line 67) | abstract public function getConditionsInstance(); method getActionsInstance (line 74) | abstract public function getActionsInstance(); method __construct (line 105) | public function __construct( method beforeSave (line 140) | public function beforeSave() method setConditions (line 193) | public function setConditions($conditions) method getConditions (line 204) | public function getConditions() method setActions (line 231) | public function setActions($actions) method getActions (line 242) | public function getActions() method _resetConditions (line 269) | protected function _resetConditions($conditions = null) method _resetActions (line 286) | protected function _resetActions($actions = null) method getForm (line 302) | public function getForm() method loadPost (line 316) | public function loadPost(array $data) method _convertFlatToRecursive (line 338) | protected function _convertFlatToRecursive(array $data) method validate (line 376) | public function validate(\Magento\Framework\DataObject $object) method validateData (line 389) | public function validateData(\Magento\Framework\DataObject $dataObject) method isDeleteable (line 430) | public function isDeleteable() method setIsDeleteable (line 442) | public function setIsDeleteable($value) method isReadonly (line 454) | public function isReadonly() method setIsReadonly (line 466) | public function setIsReadonly($value) method getWebsiteIds (line 477) | public function getWebsiteIds() method getExtensionFactory (line 492) | private function getExtensionFactory() method getCustomAttributeFactory (line 504) | private function getCustomAttributeFactory() FILE: app/code/Magento/Rule/Model/Action/AbstractAction.php class AbstractAction (line 17) | abstract class AbstractAction extends \Magento\Framework\DataObject impl... method __construct (line 40) | public function __construct( method getForm (line 68) | public function getForm() method asArray (line 78) | public function asArray(array $arrAttributes = []) method asXml (line 92) | public function asXml() method loadArray (line 113) | public function loadArray(array $arr) method loadAttributeOptions (line 132) | public function loadAttributeOptions() method getAttributeSelectOptions (line 141) | public function getAttributeSelectOptions() method getAttributeName (line 153) | public function getAttributeName() method loadOperatorOptions (line 161) | public function loadOperatorOptions() method getOperatorSelectOptions (line 170) | public function getOperatorSelectOptions() method getOperatorName (line 182) | public function getOperatorName() method loadValueOptions (line 190) | public function loadValueOptions() method getValueSelectOptions (line 199) | public function getValueSelectOptions() method getValueName (line 211) | public function getValueName() method getNewChildSelectOptions (line 220) | public function getNewChildSelectOptions() method getNewChildName (line 228) | public function getNewChildName() method asHtml (line 236) | public function asHtml() method asHtmlRecursive (line 244) | public function asHtmlRecursive() method getTypeElement (line 253) | public function getTypeElement() method getAttributeElement (line 269) | public function getAttributeElement() method getOperatorElement (line 288) | public function getOperatorElement() method getValueElement (line 307) | public function getValueElement() method getAddLinkHtml (line 325) | public function getAddLinkHtml() method getRemoveLinkHtml (line 335) | public function getRemoveLinkHtml() method asString (line 349) | public function asString($format = '') method asStringRecursive (line 358) | public function asStringRecursive($level = 0) method process (line 367) | public function process() FILE: app/code/Magento/Rule/Model/Action/ActionInterface.php type ActionInterface (line 12) | interface ActionInterface FILE: app/code/Magento/Rule/Model/Action/Collection.php class Collection (line 15) | class Collection extends AbstractAction method __construct (line 28) | public function __construct( method asArray (line 56) | public function asArray(array $arrAttributes = []) method loadArray (line 72) | public function loadArray(array $arr) method addAction (line 93) | public function addAction(ActionInterface $action) method asHtml (line 113) | public function asHtml() method getNewChildElement (line 127) | public function getNewChildElement() method asHtmlRecursive (line 147) | public function asHtmlRecursive() method asString (line 164) | public function asString($format = '') method asStringRecursive (line 176) | public function asStringRecursive($level = 0) method process (line 190) | public function process() FILE: app/code/Magento/Rule/Model/ActionFactory.php class ActionFactory (line 13) | class ActionFactory method __construct (line 23) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create($type, array $data = []) FILE: app/code/Magento/Rule/Model/Condition/AbstractCondition.php class AbstractCondition (line 24) | abstract class AbstractCondition extends \Magento\Framework\DataObject i... method __construct (line 76) | public function __construct(Context $context, array $data = []) method getDefaultOperatorInputByType (line 103) | public function getDefaultOperatorInputByType() method getDefaultOperatorOptions (line 127) | public function getDefaultOperatorOptions() method getForm (line 152) | public function getForm() method asArray (line 164) | public function asArray(array $arrAttributes = []) method getTablesToJoin (line 180) | public function getTablesToJoin() method getBindArgumentValue (line 190) | public function getBindArgumentValue() method getMappedSqlField (line 200) | public function getMappedSqlField() method asXml (line 210) | public function asXml() method loadArray (line 233) | public function loadArray($arr) method loadXml (line 249) | public function loadXml($xml) method loadAttributeOptions (line 263) | public function loadAttributeOptions() method getAttributeOptions (line 273) | public function getAttributeOptions() method getAttributeSelectOptions (line 283) | public function getAttributeSelectOptions() method getAttributeName (line 297) | public function getAttributeName() method loadOperatorOptions (line 307) | public function loadOperatorOptions() method getInputType (line 321) | public function getInputType() method getOperatorSelectOptions (line 331) | public function getOperatorSelectOptions() method getOperatorName (line 349) | public function getOperatorName() method loadValueOptions (line 359) | public function loadValueOptions() method getValueSelectOptions (line 370) | public function getValueSelectOptions() method getValueParsed (line 386) | public function getValueParsed() method isArrayOperatorType (line 408) | public function isArrayOperatorType() method getValue (line 419) | public function getValue() method getValueName (line 441) | public function getValueName() method getNewChildSelectOptions (line 484) | public function getNewChildSelectOptions() method getNewChildName (line 494) | public function getNewChildName() method asHtml (line 504) | public function asHtml() method asHtmlRecursive (line 519) | public function asHtmlRecursive() method getTypeElement (line 529) | public function getTypeElement() method getTypeElementHtml (line 549) | public function getTypeElementHtml() method getAttributeElement (line 559) | public function getAttributeElement() method getAttributeElementHtml (line 588) | public function getAttributeElementHtml() method getOperatorElement (line 600) | public function getOperatorElement() method getOperatorElementHtml (line 631) | public function getOperatorElementHtml() method getValueElementType (line 642) | public function getValueElementType() method getValueElementRenderer (line 652) | public function getValueElementRenderer() method getValueElement (line 665) | public function getValueElement() method getValueElementHtml (line 701) | public function getValueElementHtml() method getAddLinkHtml (line 711) | public function getAddLinkHtml() method getRemoveLinkHtml (line 722) | public function getRemoveLinkHtml() method getChooserContainerHtml (line 736) | public function getChooserContainerHtml() method asString (line 749) | public function asString($format = '') method asStringRecursive (line 760) | public function asStringRecursive($level = 0) method validateAttribute (line 774) | public function validateAttribute($validatedValue) method _compareValues (line 886) | protected function _compareValues($validatedValue, $value, $strict = t... method validate (line 906) | public function validate(\Magento\Framework\Model\AbstractModel $model) method getOperatorForValidate (line 921) | public function getOperatorForValidate() FILE: app/code/Magento/Rule/Model/Condition/Combine.php class Combine (line 14) | class Combine extends AbstractCondition method __construct (line 32) | public function __construct(Context $context, array $data = []) method loadAggregatorOptions (line 65) | public function loadAggregatorOptions() method getAggregatorSelectOptions (line 76) | public function getAggregatorSelectOptions() method getAggregatorName (line 90) | public function getAggregatorName() method getAggregatorElement (line 100) | public function getAggregatorElement() method loadValueOptions (line 131) | public function loadValueOptions() method addCondition (line 143) | public function addCondition($condition) method getValueElementType (line 165) | public function getValueElementType() method asArray (line 189) | public function asArray(array $arrAttributes = []) method asXml (line 208) | public function asXml($containerKey = 'conditions', $itemKey = 'condit... method loadArray (line 232) | public function loadArray($arr, $key = 'conditions') method loadXml (line 260) | public function loadXml($xml) method asHtml (line 278) | public function asHtml() method getNewChildElement (line 296) | public function getNewChildElement() method asHtmlRecursive (line 317) | public function asHtmlRecursive() method asString (line 339) | public function asString($format = '') method asStringRecursive (line 351) | public function asStringRecursive($level = 0) method validate (line 366) | public function validate(\Magento\Framework\Model\AbstractModel $model) method validateByEntityId (line 377) | public function validateByEntityId($entityId) method _isValid (line 388) | protected function _isValid($entity) method setJsFormObject (line 418) | public function setJsFormObject($form) method getConditions (line 432) | public function getConditions() method setConditions (line 444) | public function setConditions($conditions) method _getRecursiveChildSelectOption (line 455) | protected function _getRecursiveChildSelectOption() FILE: app/code/Magento/Rule/Model/Condition/ConditionInterface.php type ConditionInterface (line 12) | interface ConditionInterface method getTablesToJoin (line 19) | public function getTablesToJoin(); method getMappedSqlField (line 26) | public function getMappedSqlField(); method getBindArgumentValue (line 33) | public function getBindArgumentValue(); FILE: app/code/Magento/Rule/Model/Condition/Context.php class Context (line 23) | class Context implements \Magento\Framework\ObjectManager\ContextInterface method __construct (line 57) | public function __construct( method getAssetRepository (line 74) | public function getAssetRepository() method getLocaleDate (line 82) | public function getLocaleDate() method getLayout (line 90) | public function getLayout() method getConditionFactory (line 98) | public function getConditionFactory() method getLogger (line 106) | public function getLogger() FILE: app/code/Magento/Rule/Model/Condition/Product/AbstractProduct.php class AbstractProduct (line 20) | abstract class AbstractProduct extends \Magento\Rule\Model\Condition\Abs... method __construct (line 103) | public function __construct( method getDefaultOperatorInputByType (line 131) | public function getDefaultOperatorInputByType() method getAttributeObject (line 149) | public function getAttributeObject() method _addSpecialAttributes (line 166) | protected function _addSpecialAttributes(array &$attributes) method loadAttributeOptions (line 177) | public function loadAttributeOptions() method _prepareValueOptions (line 210) | protected function _prepareValueOptions() method _setSelectOptions (line 261) | protected function _setSelectOptions($selectOptions, $selectReady, $ha... method getValueOption (line 288) | public function getValueOption($option = null) method getValueSelectOptions (line 299) | public function getValueSelectOptions() method getValueAfterElementHtml (line 310) | public function getValueAfterElementHtml() method getAttributeElement (line 337) | public function getAttributeElement() method collectValidatedAttributes (line 350) | public function collectValidatedAttributes($productCollection) method getInputType (line 372) | public function getInputType() method getValueElementType (line 406) | public function getValueElementType() method getValueElementChooserUrl (line 435) | public function getValueElementChooserUrl() method getExplicitApply (line 458) | public function getExplicitApply() method loadArray (line 485) | public function loadArray($arr) method validate (line 534) | public function validate(\Magento\Framework\Model\AbstractModel $model) method getBindArgumentValue (line 597) | public function getBindArgumentValue() method getMappedSqlField (line 620) | public function getMappedSqlField() method validateByEntityId (line 640) | public function validateByEntityId($productId) method _getAvailableInCategories (line 660) | protected function _getAvailableInCategories($productId) method _getAttributeSetId (line 683) | protected function _getAttributeSetId($productId) method getOperatorForValidate (line 707) | public function getOperatorForValidate() method isAttributeSetOrCategory (line 726) | protected function isAttributeSetOrCategory() method getEavAttributeTableAlias (line 736) | protected function getEavAttributeTableAlias() FILE: app/code/Magento/Rule/Model/Condition/Sql/Builder.php class Builder (line 21) | class Builder method __construct (line 70) | public function __construct( method _getCombineTablesToJoin (line 85) | protected function _getCombineTablesToJoin(Combine $combine) method _getChildCombineTablesToJoin (line 98) | protected function _getChildCombineTablesToJoin(Combine $combine, $tab... method _joinTablesToCollection (line 122) | protected function _joinTablesToCollection( method _getMappedSqlCondition (line 148) | protected function _getMappedSqlCondition( method _getMappedSqlCombination (line 215) | protected function _getMappedSqlCombination( method attachConditionToCollection (line 247) | public function attachConditionToCollection( method buildConditions (line 267) | private function buildConditions(AbstractCollection $collection, Combi... FILE: app/code/Magento/Rule/Model/Condition/Sql/Expression.php class Expression (line 12) | class Expression extends \Zend_Db_Expr method __toString (line 19) | public function __toString() FILE: app/code/Magento/Rule/Model/ConditionFactory.php class ConditionFactory (line 11) | class ConditionFactory method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method create (line 46) | public function create($type) FILE: app/code/Magento/Rule/Model/Renderer/Actions.php class Actions (line 10) | class Actions implements \Magento\Framework\Data\Form\Element\Renderer\R... method render (line 16) | public function render(AbstractElement $element) FILE: app/code/Magento/Rule/Model/Renderer/Conditions.php class Conditions (line 10) | class Conditions implements \Magento\Framework\Data\Form\Element\Rendere... method render (line 16) | public function render(AbstractElement $element) FILE: app/code/Magento/Rule/Model/ResourceModel/AbstractResource.php class AbstractResource (line 15) | abstract class AbstractResource extends \Magento\Framework\Model\Resourc... method _beforeSave (line 45) | public function _beforeSave(\Magento\Framework\Model\AbstractModel $ob... method resolveDate (line 58) | private function resolveDate(\Magento\Framework\Model\AbstractModel $o... method bindRuleToEntity (line 77) | public function bindRuleToEntity($ruleIds, $entityIds, $entityType) method _multiplyBunchInsert (line 101) | protected function _multiplyBunchInsert($ruleIds, $entityIds, $entityT... method unbindRuleFromEntity (line 161) | public function unbindRuleFromEntity($ruleIds, $entityIds, $entityType) method getAssociatedEntityIds (line 193) | public function getAssociatedEntityIds($ruleId, $entityType) method getWebsiteIds (line 214) | public function getWebsiteIds($ruleId) method getCustomerGroupIds (line 225) | public function getCustomerGroupIds($ruleId) method _getAssociatedEntityInfo (line 238) | protected function _getAssociatedEntityInfo($entityType) FILE: app/code/Magento/Rule/Model/ResourceModel/Rule/Collection/AbstractCollection.php class AbstractCollection (line 16) | abstract class AbstractCollection extends \Magento\Framework\Model\Resou... method _afterLoad (line 45) | protected function _afterLoad() method addWebsitesToResult (line 64) | public function addWebsitesToResult($flag = null) method addWebsiteFilter (line 77) | public function addWebsiteFilter($websiteId) method addFieldToFilter (line 115) | public function addFieldToFilter($field, $condition = null) method addIsActiveFilter (line 131) | public function addIsActiveFilter($isActive = 1) method _getAssociatedEntityInfo (line 149) | protected function _getAssociatedEntityInfo($entityType) FILE: app/code/Magento/Rule/Test/Unit/Model/AbstractModelTest.php class AbstractModelTest (line 16) | class AbstractModelTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method getSerializerMock (line 111) | private function getSerializerMock() method testGetConditions (line 141) | public function testGetConditions() method testGetActions (line 163) | public function testGetActions() method testBeforeSave (line 185) | public function testBeforeSave() FILE: app/code/Magento/Rule/Test/Unit/Model/ActionFactoryTest.php class ActionFactoryTest (line 11) | class ActionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testCreate (line 41) | public function testCreate() FILE: app/code/Magento/Rule/Test/Unit/Model/Condition/AbstractConditionTest.php class AbstractConditionTest (line 9) | class AbstractConditionTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetjointTables (line 29) | public function testGetjointTables() method testGetMappedSqlField (line 37) | public function testGetMappedSqlField() method validateAttributeDataProvider (line 46) | public function validateAttributeDataProvider() method testValidateAttribute (line 99) | public function testValidateAttribute($existingValue, $operator, $valu... method testValidate (line 121) | public function testValidate($existingValue, $operator, $valueForValid... method validateAttributeArrayInputTypeDataProvider (line 155) | public function validateAttributeArrayInputTypeDataProvider() method testValidateArrayOperatorType (line 198) | public function testValidateArrayOperatorType( method testGetValueParsed (line 223) | public function testGetValueParsed() FILE: app/code/Magento/Rule/Test/Unit/Model/Condition/CombineTest.php class CombineTest (line 11) | class CombineTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetValueName (line 72) | public function testGetValueName($value, $expectingData) method optionValuesData (line 84) | public function optionValuesData() method testLoadArray (line 94) | public function testLoadArray() method testLoadArrayLoggerCatchException (line 122) | public function testLoadArrayLoggerCatchException() FILE: app/code/Magento/Rule/Test/Unit/Model/Condition/Product/AbstractProductTest.php class AbstractProductTest (line 12) | class AbstractProductTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testValidateAttributeEqualCategoryId (line 77) | public function testValidateAttributeEqualCategoryId() method testValidateEmptyEntityAttributeValues (line 102) | public function testValidateEmptyEntityAttributeValues() method testValidateEmptyEntityAttributeValuesWithResource (line 121) | public function testValidateEmptyEntityAttributeValuesWithResource() method testValidateSetEntityAttributeValuesWithResource (line 168) | public function testValidateSetEntityAttributeValuesWithResource() method testValidateSetEntityAttributeValuesWithoutResource (line 212) | public function testValidateSetEntityAttributeValuesWithoutResource() method testGetjointTables (line 275) | public function testGetjointTables() method testGetMappedSqlField (line 281) | public function testGetMappedSqlField() method testPrepareValueOptions (line 298) | public function testPrepareValueOptions( method prepareValueOptionsDataProvider (line 389) | public function prepareValueOptionsDataProvider() FILE: app/code/Magento/Rule/Test/Unit/Model/Condition/Sql/BuilderTest.php class BuilderTest (line 11) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testAttachConditionToCollection (line 34) | public function testAttachConditionToCollection() method testAttachConditionAsHtmlToCollection (line 82) | public function testAttachConditionAsHtmlToCollection() FILE: app/code/Magento/Rule/Test/Unit/Model/Condition/Sql/ExpressionTest.php class ExpressionTest (line 11) | class ExpressionTest extends \PHPUnit\Framework\TestCase method testExpression (line 13) | public function testExpression() FILE: app/code/Magento/Rule/Test/Unit/Model/ConditionFactoryTest.php class ConditionFactoryTest (line 11) | class ConditionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testExceptingToCallMethodCreateInObjectManager (line 41) | public function testExceptingToCallMethodCreateInObjectManager() method testExceptingClonedObject (line 57) | public function testExceptingClonedObject() method testCreateExceptionClass (line 74) | public function testCreateExceptionClass() method testCreateExceptionType (line 87) | public function testCreateExceptionType() FILE: app/code/Magento/Rule/Test/Unit/Model/Renderer/ActionsTest.php class ActionsTest (line 11) | class ActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRender (line 38) | public function testRender() FILE: app/code/Magento/Rule/Test/Unit/Model/Renderer/ConditionsTest.php class ConditionsTest (line 11) | class ConditionsTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRender (line 38) | public function testRender() FILE: app/code/Magento/Sales/Api/CreditmemoCommentRepositoryInterface.php type CreditmemoCommentRepositoryInterface (line 19) | interface CreditmemoCommentRepositoryInterface method get (line 27) | public function get($id); method getList (line 38) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 47) | public function delete(\Magento\Sales\Api\Data\CreditmemoCommentInterf... method save (line 56) | public function save(\Magento\Sales\Api\Data\CreditmemoCommentInterfac... FILE: app/code/Magento/Sales/Api/CreditmemoItemRepositoryInterface.php type CreditmemoItemRepositoryInterface (line 18) | interface CreditmemoItemRepositoryInterface method get (line 26) | public function get($id); method getList (line 34) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 43) | public function delete(\Magento\Sales\Api\Data\CreditmemoItemInterface... method save (line 52) | public function save(\Magento\Sales\Api\Data\CreditmemoItemInterface $... FILE: app/code/Magento/Sales/Api/CreditmemoManagementInterface.php type CreditmemoManagementInterface (line 18) | interface CreditmemoManagementInterface method cancel (line 27) | public function cancel($id); method getCommentsList (line 36) | public function getCommentsList($id); method notify (line 44) | public function notify($id); method refund (line 53) | public function refund( FILE: app/code/Magento/Sales/Api/CreditmemoRepositoryInterface.php type CreditmemoRepositoryInterface (line 17) | interface CreditmemoRepositoryInterface method getList (line 29) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 37) | public function get($id); method create (line 44) | public function create(); method delete (line 52) | public function delete(\Magento\Sales\Api\Data\CreditmemoInterface $en... method save (line 60) | public function save(\Magento\Sales\Api\Data\CreditmemoInterface $enti... FILE: app/code/Magento/Sales/Api/Data/CommentInterface.php type CommentInterface (line 14) | interface CommentInterface method getComment (line 32) | public function getComment(); method setComment (line 41) | public function setComment($comment); method getIsVisibleOnFront (line 49) | public function getIsVisibleOnFront(); method setIsVisibleOnFront (line 58) | public function setIsVisibleOnFront($isVisibleOnFront); FILE: app/code/Magento/Sales/Api/Data/CreditmemoCommentCreationInterface.php type CreditmemoCommentCreationInterface (line 16) | interface CreditmemoCommentCreationInterface extends ExtensibleDataInter... method getExtensionAttributes (line 24) | public function getExtensionAttributes(); method setExtensionAttributes (line 33) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/CreditmemoCommentInterface.php type CreditmemoCommentInterface (line 18) | interface CreditmemoCommentInterface extends \Magento\Framework\Api\Exte... method getComment (line 53) | public function getComment(); method getCreatedAt (line 60) | public function getCreatedAt(); method setCreatedAt (line 68) | public function setCreatedAt($createdAt); method getEntityId (line 75) | public function getEntityId(); method setEntityId (line 83) | public function setEntityId($entityId); method getIsCustomerNotified (line 90) | public function getIsCustomerNotified(); method getIsVisibleOnFront (line 97) | public function getIsVisibleOnFront(); method getParentId (line 104) | public function getParentId(); method setParentId (line 112) | public function setParentId($id); method setIsCustomerNotified (line 120) | public function setIsCustomerNotified($isCustomerNotified); method setIsVisibleOnFront (line 128) | public function setIsVisibleOnFront($isVisibleOnFront); method setComment (line 136) | public function setComment($comment); method getExtensionAttributes (line 143) | public function getExtensionAttributes(); method setExtensionAttributes (line 151) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/CreditmemoCommentSearchResultInterface.php type CreditmemoCommentSearchResultInterface (line 18) | interface CreditmemoCommentSearchResultInterface extends \Magento\Framew... method getItems (line 25) | public function getItems(); method setItems (line 33) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/CreditmemoCreationArgumentsInterface.php type CreditmemoCreationArgumentsInterface (line 14) | interface CreditmemoCreationArgumentsInterface method getShippingAmount (line 22) | public function getShippingAmount(); method getAdjustmentPositive (line 30) | public function getAdjustmentPositive(); method getAdjustmentNegative (line 38) | public function getAdjustmentNegative(); method setShippingAmount (line 47) | public function setShippingAmount($amount); method setAdjustmentPositive (line 56) | public function setAdjustmentPositive($amount); method setAdjustmentNegative (line 65) | public function setAdjustmentNegative($amount); method getExtensionAttributes (line 73) | public function getExtensionAttributes(); method setExtensionAttributes (line 83) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/CreditmemoInterface.php type CreditmemoInterface (line 18) | interface CreditmemoInterface extends \Magento\Framework\Api\ExtensibleD... method getAdjustment (line 229) | public function getAdjustment(); method getAdjustmentNegative (line 236) | public function getAdjustmentNegative(); method getAdjustmentPositive (line 243) | public function getAdjustmentPositive(); method getBaseAdjustment (line 250) | public function getBaseAdjustment(); method getBaseAdjustmentNegative (line 257) | public function getBaseAdjustmentNegative(); method setBaseAdjustmentNegative (line 265) | public function setBaseAdjustmentNegative($baseAdjustmentNegative); method getBaseAdjustmentPositive (line 272) | public function getBaseAdjustmentPositive(); method setBaseAdjustmentPositive (line 280) | public function setBaseAdjustmentPositive($baseAdjustmentPositive); method getBaseCurrencyCode (line 287) | public function getBaseCurrencyCode(); method getBaseDiscountAmount (line 294) | public function getBaseDiscountAmount(); method getBaseGrandTotal (line 301) | public function getBaseGrandTotal(); method getBaseDiscountTaxCompensationAmount (line 308) | public function getBaseDiscountTaxCompensationAmount(); method getBaseShippingAmount (line 315) | public function getBaseShippingAmount(); method getBaseShippingDiscountTaxCompensationAmnt (line 322) | public function getBaseShippingDiscountTaxCompensationAmnt(); method getBaseShippingInclTax (line 329) | public function getBaseShippingInclTax(); method getBaseShippingTaxAmount (line 336) | public function getBaseShippingTaxAmount(); method getBaseSubtotal (line 343) | public function getBaseSubtotal(); method getBaseSubtotalInclTax (line 350) | public function getBaseSubtotalInclTax(); method getBaseTaxAmount (line 357) | public function getBaseTaxAmount(); method getBaseToGlobalRate (line 364) | public function getBaseToGlobalRate(); method getBaseToOrderRate (line 371) | public function getBaseToOrderRate(); method getBillingAddressId (line 378) | public function getBillingAddressId(); method getCreatedAt (line 385) | public function getCreatedAt(); method setCreatedAt (line 393) | public function setCreatedAt($createdAt); method getCreditmemoStatus (line 400) | public function getCreditmemoStatus(); method getDiscountAmount (line 407) | public function getDiscountAmount(); method getDiscountDescription (line 414) | public function getDiscountDescription(); method getEmailSent (line 421) | public function getEmailSent(); method getEntityId (line 428) | public function getEntityId(); method setEntityId (line 436) | public function setEntityId($entityId); method getGlobalCurrencyCode (line 443) | public function getGlobalCurrencyCode(); method getGrandTotal (line 450) | public function getGrandTotal(); method getDiscountTaxCompensationAmount (line 457) | public function getDiscountTaxCompensationAmount(); method getIncrementId (line 464) | public function getIncrementId(); method getInvoiceId (line 471) | public function getInvoiceId(); method getOrderCurrencyCode (line 478) | public function getOrderCurrencyCode(); method getOrderId (line 485) | public function getOrderId(); method getShippingAddressId (line 492) | public function getShippingAddressId(); method getShippingAmount (line 499) | public function getShippingAmount(); method getShippingDiscountTaxCompensationAmount (line 506) | public function getShippingDiscountTaxCompensationAmount(); method getShippingInclTax (line 513) | public function getShippingInclTax(); method getShippingTaxAmount (line 520) | public function getShippingTaxAmount(); method getState (line 527) | public function getState(); method getStoreCurrencyCode (line 534) | public function getStoreCurrencyCode(); method getStoreId (line 541) | public function getStoreId(); method getStoreToBaseRate (line 548) | public function getStoreToBaseRate(); method getStoreToOrderRate (line 555) | public function getStoreToOrderRate(); method getSubtotal (line 562) | public function getSubtotal(); method getSubtotalInclTax (line 569) | public function getSubtotalInclTax(); method getTaxAmount (line 576) | public function getTaxAmount(); method getTransactionId (line 583) | public function getTransactionId(); method setTransactionId (line 591) | public function setTransactionId($transactionId); method getUpdatedAt (line 598) | public function getUpdatedAt(); method getItems (line 605) | public function getItems(); method setItems (line 613) | public function setItems($items); method getComments (line 621) | public function getComments(); method setComments (line 629) | public function setComments($comments); method setStoreId (line 637) | public function setStoreId($id); method setAdjustmentPositive (line 645) | public function setAdjustmentPositive($adjustmentPositive); method setBaseShippingTaxAmount (line 653) | public function setBaseShippingTaxAmount($amount); method setStoreToOrderRate (line 661) | public function setStoreToOrderRate($rate); method setBaseDiscountAmount (line 669) | public function setBaseDiscountAmount($amount); method setBaseToOrderRate (line 677) | public function setBaseToOrderRate($rate); method setGrandTotal (line 685) | public function setGrandTotal($amount); method setBaseSubtotalInclTax (line 693) | public function setBaseSubtotalInclTax($amount); method setShippingAmount (line 701) | public function setShippingAmount($amount); method setSubtotalInclTax (line 709) | public function setSubtotalInclTax($amount); method setAdjustmentNegative (line 717) | public function setAdjustmentNegative($adjustmentNegative); method setBaseShippingAmount (line 725) | public function setBaseShippingAmount($amount); method setStoreToBaseRate (line 733) | public function setStoreToBaseRate($rate); method setBaseToGlobalRate (line 741) | public function setBaseToGlobalRate($rate); method setBaseAdjustment (line 749) | public function setBaseAdjustment($baseAdjustment); method setBaseSubtotal (line 757) | public function setBaseSubtotal($amount); method setDiscountAmount (line 765) | public function setDiscountAmount($amount); method setSubtotal (line 773) | public function setSubtotal($amount); method setAdjustment (line 781) | public function setAdjustment($adjustment); method setBaseGrandTotal (line 789) | public function setBaseGrandTotal($amount); method setBaseTaxAmount (line 797) | public function setBaseTaxAmount($amount); method setShippingTaxAmount (line 805) | public function setShippingTaxAmount($amount); method setTaxAmount (line 813) | public function setTaxAmount($amount); method setOrderId (line 821) | public function setOrderId($id); method setEmailSent (line 829) | public function setEmailSent($emailSent); method setCreditmemoStatus (line 837) | public function setCreditmemoStatus($creditmemoStatus); method setState (line 845) | public function setState($state); method setShippingAddressId (line 853) | public function setShippingAddressId($id); method setBillingAddressId (line 861) | public function setBillingAddressId($id); method setInvoiceId (line 869) | public function setInvoiceId($id); method setStoreCurrencyCode (line 877) | public function setStoreCurrencyCode($code); method setOrderCurrencyCode (line 885) | public function setOrderCurrencyCode($code); method setBaseCurrencyCode (line 893) | public function setBaseCurrencyCode($code); method setGlobalCurrencyCode (line 901) | public function setGlobalCurrencyCode($code); method setIncrementId (line 909) | public function setIncrementId($id); method setUpdatedAt (line 917) | public function setUpdatedAt($timestamp); method setDiscountTaxCompensationAmount (line 925) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 933) | public function setBaseDiscountTaxCompensationAmount($amount); method setShippingDiscountTaxCompensationAmount (line 941) | public function setShippingDiscountTaxCompensationAmount($amount); method setBaseShippingDiscountTaxCompensationAmnt (line 949) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt); method setShippingInclTax (line 957) | public function setShippingInclTax($amount); method setBaseShippingInclTax (line 965) | public function setBaseShippingInclTax($amount); method setDiscountDescription (line 973) | public function setDiscountDescription($description); method getExtensionAttributes (line 980) | public function getExtensionAttributes(); method setExtensionAttributes (line 988) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Creditm... FILE: app/code/Magento/Sales/Api/Data/CreditmemoItemCreationInterface.php type CreditmemoItemCreationInterface (line 15) | interface CreditmemoItemCreationInterface extends LineItemInterface, Ext... method getExtensionAttributes (line 23) | public function getExtensionAttributes(); method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/CreditmemoItemInterface.php type CreditmemoItemInterface (line 18) | interface CreditmemoItemInterface extends \Magento\Framework\Api\Extensi... method getAdditionalData (line 161) | public function getAdditionalData(); method getBaseCost (line 168) | public function getBaseCost(); method getBaseDiscountAmount (line 175) | public function getBaseDiscountAmount(); method getBaseDiscountTaxCompensationAmount (line 182) | public function getBaseDiscountTaxCompensationAmount(); method getBasePrice (line 189) | public function getBasePrice(); method getBasePriceInclTax (line 196) | public function getBasePriceInclTax(); method getBaseRowTotal (line 203) | public function getBaseRowTotal(); method getBaseRowTotalInclTax (line 210) | public function getBaseRowTotalInclTax(); method getBaseTaxAmount (line 217) | public function getBaseTaxAmount(); method getBaseWeeeTaxAppliedAmount (line 224) | public function getBaseWeeeTaxAppliedAmount(); method getBaseWeeeTaxAppliedRowAmnt (line 231) | public function getBaseWeeeTaxAppliedRowAmnt(); method getBaseWeeeTaxDisposition (line 238) | public function getBaseWeeeTaxDisposition(); method getBaseWeeeTaxRowDisposition (line 245) | public function getBaseWeeeTaxRowDisposition(); method getDescription (line 252) | public function getDescription(); method getDiscountAmount (line 259) | public function getDiscountAmount(); method getEntityId (line 266) | public function getEntityId(); method setEntityId (line 274) | public function setEntityId($entityId); method getDiscountTaxCompensationAmount (line 281) | public function getDiscountTaxCompensationAmount(); method getName (line 288) | public function getName(); method getOrderItemId (line 295) | public function getOrderItemId(); method getParentId (line 302) | public function getParentId(); method getPrice (line 309) | public function getPrice(); method getPriceInclTax (line 316) | public function getPriceInclTax(); method getProductId (line 323) | public function getProductId(); method getQty (line 330) | public function getQty(); method getRowTotal (line 337) | public function getRowTotal(); method getRowTotalInclTax (line 344) | public function getRowTotalInclTax(); method getSku (line 351) | public function getSku(); method getTaxAmount (line 358) | public function getTaxAmount(); method getWeeeTaxApplied (line 365) | public function getWeeeTaxApplied(); method getWeeeTaxAppliedAmount (line 372) | public function getWeeeTaxAppliedAmount(); method getWeeeTaxAppliedRowAmount (line 379) | public function getWeeeTaxAppliedRowAmount(); method getWeeeTaxDisposition (line 386) | public function getWeeeTaxDisposition(); method getWeeeTaxRowDisposition (line 393) | public function getWeeeTaxRowDisposition(); method setParentId (line 401) | public function setParentId($id); method setBasePrice (line 409) | public function setBasePrice($price); method setTaxAmount (line 417) | public function setTaxAmount($amount); method setBaseRowTotal (line 425) | public function setBaseRowTotal($amount); method setDiscountAmount (line 433) | public function setDiscountAmount($amount); method setRowTotal (line 441) | public function setRowTotal($amount); method setBaseDiscountAmount (line 449) | public function setBaseDiscountAmount($amount); method setPriceInclTax (line 457) | public function setPriceInclTax($amount); method setBaseTaxAmount (line 465) | public function setBaseTaxAmount($amount); method setBasePriceInclTax (line 473) | public function setBasePriceInclTax($amount); method setQty (line 481) | public function setQty($qty); method setBaseCost (line 489) | public function setBaseCost($baseCost); method setPrice (line 497) | public function setPrice($price); method setBaseRowTotalInclTax (line 505) | public function setBaseRowTotalInclTax($amount); method setRowTotalInclTax (line 513) | public function setRowTotalInclTax($amount); method setProductId (line 521) | public function setProductId($id); method setOrderItemId (line 529) | public function setOrderItemId($id); method setAdditionalData (line 537) | public function setAdditionalData($additionalData); method setDescription (line 545) | public function setDescription($description); method setSku (line 553) | public function setSku($sku); method setName (line 561) | public function setName($name); method setDiscountTaxCompensationAmount (line 569) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 577) | public function setBaseDiscountTaxCompensationAmount($amount); method setWeeeTaxDisposition (line 585) | public function setWeeeTaxDisposition($weeeTaxDisposition); method setWeeeTaxRowDisposition (line 593) | public function setWeeeTaxRowDisposition($weeeTaxRowDisposition); method setBaseWeeeTaxDisposition (line 601) | public function setBaseWeeeTaxDisposition($baseWeeeTaxDisposition); method setBaseWeeeTaxRowDisposition (line 609) | public function setBaseWeeeTaxRowDisposition($baseWeeeTaxRowDisposition); method setWeeeTaxApplied (line 617) | public function setWeeeTaxApplied($weeeTaxApplied); method setBaseWeeeTaxAppliedAmount (line 625) | public function setBaseWeeeTaxAppliedAmount($amount); method setBaseWeeeTaxAppliedRowAmnt (line 633) | public function setBaseWeeeTaxAppliedRowAmnt($amnt); method setWeeeTaxAppliedAmount (line 641) | public function setWeeeTaxAppliedAmount($amount); method setWeeeTaxAppliedRowAmount (line 649) | public function setWeeeTaxAppliedRowAmount($amount); method getExtensionAttributes (line 656) | public function getExtensionAttributes(); method setExtensionAttributes (line 664) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/CreditmemoItemSearchResultInterface.php type CreditmemoItemSearchResultInterface (line 18) | interface CreditmemoItemSearchResultInterface extends \Magento\Framework... method getItems (line 25) | public function getItems(); method setItems (line 33) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/CreditmemoSearchResultInterface.php type CreditmemoSearchResultInterface (line 17) | interface CreditmemoSearchResultInterface extends \Magento\Framework\Api... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/EntityInterface.php type EntityInterface (line 13) | interface EntityInterface method getCreatedAt (line 31) | public function getCreatedAt(); method setCreatedAt (line 40) | public function setCreatedAt($createdAt); method getEntityId (line 48) | public function getEntityId(); method setEntityId (line 57) | public function setEntityId($entityId); FILE: app/code/Magento/Sales/Api/Data/InvoiceCommentCreationInterface.php type InvoiceCommentCreationInterface (line 17) | interface InvoiceCommentCreationInterface extends ExtensibleDataInterfac... method getExtensionAttributes (line 25) | public function getExtensionAttributes(); method setExtensionAttributes (line 34) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php type InvoiceCommentInterface (line 18) | interface InvoiceCommentInterface extends ExtensibleDataInterface, Comme... method getIsCustomerNotified (line 37) | public function getIsCustomerNotified(); method getParentId (line 44) | public function getParentId(); method setParentId (line 52) | public function setParentId($id); method setIsCustomerNotified (line 60) | public function setIsCustomerNotified($isCustomerNotified); method getExtensionAttributes (line 67) | public function getExtensionAttributes(); method setExtensionAttributes (line 75) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/InvoiceCommentSearchResultInterface.php type InvoiceCommentSearchResultInterface (line 16) | interface InvoiceCommentSearchResultInterface extends \Magento\Framework... method getItems (line 23) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/InvoiceCreationArgumentsInterface.php type InvoiceCreationArgumentsInterface (line 14) | interface InvoiceCreationArgumentsInterface extends \Magento\Framework\A... method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/InvoiceInterface.php type InvoiceInterface (line 15) | interface InvoiceInterface extends \Magento\Framework\Api\ExtensibleData... method getBaseCurrencyCode (line 210) | public function getBaseCurrencyCode(); method getBaseDiscountAmount (line 217) | public function getBaseDiscountAmount(); method getBaseGrandTotal (line 224) | public function getBaseGrandTotal(); method getBaseDiscountTaxCompensationAmount (line 231) | public function getBaseDiscountTaxCompensationAmount(); method getBaseShippingAmount (line 238) | public function getBaseShippingAmount(); method getBaseShippingDiscountTaxCompensationAmnt (line 245) | public function getBaseShippingDiscountTaxCompensationAmnt(); method getBaseShippingInclTax (line 252) | public function getBaseShippingInclTax(); method getBaseShippingTaxAmount (line 259) | public function getBaseShippingTaxAmount(); method getBaseSubtotal (line 266) | public function getBaseSubtotal(); method getBaseSubtotalInclTax (line 273) | public function getBaseSubtotalInclTax(); method getBaseTaxAmount (line 280) | public function getBaseTaxAmount(); method getBaseTotalRefunded (line 287) | public function getBaseTotalRefunded(); method getBaseToGlobalRate (line 294) | public function getBaseToGlobalRate(); method getBaseToOrderRate (line 301) | public function getBaseToOrderRate(); method getBillingAddressId (line 308) | public function getBillingAddressId(); method getCanVoidFlag (line 315) | public function getCanVoidFlag(); method getCreatedAt (line 322) | public function getCreatedAt(); method setCreatedAt (line 330) | public function setCreatedAt($createdAt); method getDiscountAmount (line 337) | public function getDiscountAmount(); method getDiscountDescription (line 344) | public function getDiscountDescription(); method getEmailSent (line 351) | public function getEmailSent(); method getEntityId (line 358) | public function getEntityId(); method setEntityId (line 366) | public function setEntityId($entityId); method getGlobalCurrencyCode (line 373) | public function getGlobalCurrencyCode(); method getGrandTotal (line 380) | public function getGrandTotal(); method getDiscountTaxCompensationAmount (line 387) | public function getDiscountTaxCompensationAmount(); method getIncrementId (line 394) | public function getIncrementId(); method getIsUsedForRefund (line 401) | public function getIsUsedForRefund(); method getOrderCurrencyCode (line 408) | public function getOrderCurrencyCode(); method getOrderId (line 415) | public function getOrderId(); method getShippingAddressId (line 422) | public function getShippingAddressId(); method getShippingAmount (line 429) | public function getShippingAmount(); method getShippingDiscountTaxCompensationAmount (line 436) | public function getShippingDiscountTaxCompensationAmount(); method getShippingInclTax (line 443) | public function getShippingInclTax(); method getShippingTaxAmount (line 450) | public function getShippingTaxAmount(); method getState (line 457) | public function getState(); method getStoreCurrencyCode (line 464) | public function getStoreCurrencyCode(); method getStoreId (line 471) | public function getStoreId(); method getStoreToBaseRate (line 478) | public function getStoreToBaseRate(); method getStoreToOrderRate (line 485) | public function getStoreToOrderRate(); method getSubtotal (line 492) | public function getSubtotal(); method getSubtotalInclTax (line 499) | public function getSubtotalInclTax(); method getTaxAmount (line 506) | public function getTaxAmount(); method getTotalQty (line 513) | public function getTotalQty(); method getTransactionId (line 520) | public function getTransactionId(); method setTransactionId (line 528) | public function setTransactionId($transactionId); method getUpdatedAt (line 535) | public function getUpdatedAt(); method getItems (line 542) | public function getItems(); method setItems (line 550) | public function setItems($items); method getComments (line 557) | public function getComments(); method setComments (line 565) | public function setComments($comments); method setUpdatedAt (line 573) | public function setUpdatedAt($timestamp); method setStoreId (line 581) | public function setStoreId($id); method setBaseGrandTotal (line 589) | public function setBaseGrandTotal($amount); method setShippingTaxAmount (line 597) | public function setShippingTaxAmount($amount); method setTaxAmount (line 605) | public function setTaxAmount($amount); method setBaseTaxAmount (line 613) | public function setBaseTaxAmount($amount); method setStoreToOrderRate (line 621) | public function setStoreToOrderRate($rate); method setBaseShippingTaxAmount (line 629) | public function setBaseShippingTaxAmount($amount); method setBaseDiscountAmount (line 637) | public function setBaseDiscountAmount($amount); method setBaseToOrderRate (line 645) | public function setBaseToOrderRate($rate); method setGrandTotal (line 653) | public function setGrandTotal($amount); method setShippingAmount (line 661) | public function setShippingAmount($amount); method setSubtotalInclTax (line 669) | public function setSubtotalInclTax($amount); method setBaseSubtotalInclTax (line 677) | public function setBaseSubtotalInclTax($amount); method setStoreToBaseRate (line 685) | public function setStoreToBaseRate($rate); method setBaseShippingAmount (line 693) | public function setBaseShippingAmount($amount); method setTotalQty (line 701) | public function setTotalQty($qty); method setBaseToGlobalRate (line 709) | public function setBaseToGlobalRate($rate); method setSubtotal (line 717) | public function setSubtotal($amount); method setBaseSubtotal (line 725) | public function setBaseSubtotal($amount); method setDiscountAmount (line 733) | public function setDiscountAmount($amount); method setBillingAddressId (line 741) | public function setBillingAddressId($id); method setIsUsedForRefund (line 749) | public function setIsUsedForRefund($isUsedForRefund); method setOrderId (line 757) | public function setOrderId($id); method setEmailSent (line 765) | public function setEmailSent($emailSent); method setCanVoidFlag (line 773) | public function setCanVoidFlag($canVoidFlag); method setState (line 781) | public function setState($state); method setShippingAddressId (line 789) | public function setShippingAddressId($id); method setStoreCurrencyCode (line 797) | public function setStoreCurrencyCode($code); method setOrderCurrencyCode (line 805) | public function setOrderCurrencyCode($code); method setBaseCurrencyCode (line 813) | public function setBaseCurrencyCode($code); method setGlobalCurrencyCode (line 821) | public function setGlobalCurrencyCode($code); method setIncrementId (line 829) | public function setIncrementId($id); method setDiscountTaxCompensationAmount (line 837) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 845) | public function setBaseDiscountTaxCompensationAmount($amount); method setShippingDiscountTaxCompensationAmount (line 853) | public function setShippingDiscountTaxCompensationAmount($amount); method setBaseShippingDiscountTaxCompensationAmnt (line 861) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt); method setShippingInclTax (line 869) | public function setShippingInclTax($amount); method setBaseShippingInclTax (line 877) | public function setBaseShippingInclTax($amount); method setBaseTotalRefunded (line 885) | public function setBaseTotalRefunded($amount); method setDiscountDescription (line 893) | public function setDiscountDescription($description); method getExtensionAttributes (line 900) | public function getExtensionAttributes(); method setExtensionAttributes (line 908) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Invoice... FILE: app/code/Magento/Sales/Api/Data/InvoiceItemCreationInterface.php type InvoiceItemCreationInterface (line 19) | interface InvoiceItemCreationInterface extends LineItemInterface, Extens... method getExtensionAttributes (line 27) | public function getExtensionAttributes(); method setExtensionAttributes (line 36) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/InvoiceItemInterface.php type InvoiceItemInterface (line 17) | interface InvoiceItemInterface extends ExtensibleDataInterface, LineItem... method getAdditionalData (line 129) | public function getAdditionalData(); method getBaseCost (line 136) | public function getBaseCost(); method getBaseDiscountAmount (line 143) | public function getBaseDiscountAmount(); method getBaseDiscountTaxCompensationAmount (line 150) | public function getBaseDiscountTaxCompensationAmount(); method getBasePrice (line 157) | public function getBasePrice(); method getBasePriceInclTax (line 164) | public function getBasePriceInclTax(); method getBaseRowTotal (line 171) | public function getBaseRowTotal(); method getBaseRowTotalInclTax (line 178) | public function getBaseRowTotalInclTax(); method getBaseTaxAmount (line 185) | public function getBaseTaxAmount(); method getDescription (line 192) | public function getDescription(); method getDiscountAmount (line 199) | public function getDiscountAmount(); method getEntityId (line 206) | public function getEntityId(); method setEntityId (line 214) | public function setEntityId($entityId); method getDiscountTaxCompensationAmount (line 221) | public function getDiscountTaxCompensationAmount(); method getName (line 228) | public function getName(); method getParentId (line 235) | public function getParentId(); method getPrice (line 242) | public function getPrice(); method getPriceInclTax (line 249) | public function getPriceInclTax(); method getProductId (line 256) | public function getProductId(); method getRowTotal (line 263) | public function getRowTotal(); method getRowTotalInclTax (line 270) | public function getRowTotalInclTax(); method getSku (line 277) | public function getSku(); method getTaxAmount (line 284) | public function getTaxAmount(); method setParentId (line 292) | public function setParentId($id); method setBasePrice (line 300) | public function setBasePrice($price); method setTaxAmount (line 308) | public function setTaxAmount($amount); method setBaseRowTotal (line 316) | public function setBaseRowTotal($amount); method setDiscountAmount (line 324) | public function setDiscountAmount($amount); method setRowTotal (line 332) | public function setRowTotal($amount); method setBaseDiscountAmount (line 340) | public function setBaseDiscountAmount($amount); method setPriceInclTax (line 348) | public function setPriceInclTax($amount); method setBaseTaxAmount (line 356) | public function setBaseTaxAmount($amount); method setBasePriceInclTax (line 364) | public function setBasePriceInclTax($amount); method setBaseCost (line 372) | public function setBaseCost($baseCost); method setPrice (line 380) | public function setPrice($price); method setBaseRowTotalInclTax (line 388) | public function setBaseRowTotalInclTax($amount); method setRowTotalInclTax (line 396) | public function setRowTotalInclTax($amount); method setProductId (line 404) | public function setProductId($id); method setAdditionalData (line 412) | public function setAdditionalData($additionalData); method setDescription (line 420) | public function setDescription($description); method setSku (line 428) | public function setSku($sku); method setName (line 436) | public function setName($name); method setDiscountTaxCompensationAmount (line 444) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 452) | public function setBaseDiscountTaxCompensationAmount($amount); method getExtensionAttributes (line 459) | public function getExtensionAttributes(); method setExtensionAttributes (line 467) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Invoice... FILE: app/code/Magento/Sales/Api/Data/InvoiceItemSearchResultInterface.php type InvoiceItemSearchResultInterface (line 15) | interface InvoiceItemSearchResultInterface extends \Magento\Framework\Ap... method getItems (line 22) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/InvoiceSearchResultInterface.php type InvoiceSearchResultInterface (line 15) | interface InvoiceSearchResultInterface extends \Magento\Framework\Api\Se... method getItems (line 22) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/LineItemInterface.php type LineItemInterface (line 16) | interface LineItemInterface method getOrderItemId (line 24) | public function getOrderItemId(); method setOrderItemId (line 33) | public function setOrderItemId($id); method getQty (line 41) | public function getQty(); method setQty (line 50) | public function setQty($qty); FILE: app/code/Magento/Sales/Api/Data/OrderAddressInterface.php type OrderAddressInterface (line 17) | interface OrderAddressInterface extends \Magento\Framework\Api\Extensibl... method getAddressType (line 154) | public function getAddressType(); method getCity (line 161) | public function getCity(); method getCompany (line 168) | public function getCompany(); method getCountryId (line 175) | public function getCountryId(); method getCustomerAddressId (line 182) | public function getCustomerAddressId(); method getCustomerId (line 189) | public function getCustomerId(); method getEmail (line 196) | public function getEmail(); method getEntityId (line 203) | public function getEntityId(); method setEntityId (line 211) | public function setEntityId($entityId); method getFax (line 218) | public function getFax(); method getFirstname (line 225) | public function getFirstname(); method getLastname (line 232) | public function getLastname(); method getMiddlename (line 239) | public function getMiddlename(); method getParentId (line 246) | public function getParentId(); method getPostcode (line 253) | public function getPostcode(); method getPrefix (line 260) | public function getPrefix(); method getRegion (line 267) | public function getRegion(); method getRegionCode (line 274) | public function getRegionCode(); method getRegionId (line 281) | public function getRegionId(); method getStreet (line 288) | public function getStreet(); method getSuffix (line 295) | public function getSuffix(); method getTelephone (line 302) | public function getTelephone(); method getVatId (line 309) | public function getVatId(); method getVatIsValid (line 316) | public function getVatIsValid(); method getVatRequestDate (line 323) | public function getVatRequestDate(); method getVatRequestId (line 330) | public function getVatRequestId(); method getVatRequestSuccess (line 337) | public function getVatRequestSuccess(); method setParentId (line 345) | public function setParentId($id); method setCustomerAddressId (line 353) | public function setCustomerAddressId($id); method setRegionId (line 361) | public function setRegionId($id); method setCustomerId (line 369) | public function setCustomerId($id); method setFax (line 377) | public function setFax($fax); method setRegion (line 385) | public function setRegion($region); method setPostcode (line 393) | public function setPostcode($postcode); method setLastname (line 401) | public function setLastname($lastname); method setStreet (line 409) | public function setStreet($street); method setCity (line 417) | public function setCity($city); method setEmail (line 425) | public function setEmail($email); method setTelephone (line 433) | public function setTelephone($telephone); method setCountryId (line 441) | public function setCountryId($id); method setFirstname (line 449) | public function setFirstname($firstname); method setAddressType (line 457) | public function setAddressType($addressType); method setPrefix (line 465) | public function setPrefix($prefix); method setMiddlename (line 473) | public function setMiddlename($middlename); method setSuffix (line 481) | public function setSuffix($suffix); method setCompany (line 489) | public function setCompany($company); method setVatId (line 497) | public function setVatId($id); method setVatIsValid (line 505) | public function setVatIsValid($vatIsValid); method setVatRequestId (line 513) | public function setVatRequestId($id); method setRegionCode (line 521) | public function setRegionCode($regionCode); method setVatRequestDate (line 529) | public function setVatRequestDate($vatRequestDate); method setVatRequestSuccess (line 537) | public function setVatRequestSuccess($vatRequestSuccess); method getExtensionAttributes (line 544) | public function getExtensionAttributes(); method setExtensionAttributes (line 552) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderAd... FILE: app/code/Magento/Sales/Api/Data/OrderAddressSearchResultInterface.php type OrderAddressSearchResultInterface (line 17) | interface OrderAddressSearchResultInterface extends \Magento\Framework\A... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/OrderInterface.php type OrderInterface (line 17) | interface OrderInterface extends \Magento\Framework\Api\ExtensibleDataIn... method getAdjustmentNegative (line 572) | public function getAdjustmentNegative(); method getAdjustmentPositive (line 579) | public function getAdjustmentPositive(); method getAppliedRuleIds (line 588) | public function getAppliedRuleIds(); method getBaseAdjustmentNegative (line 595) | public function getBaseAdjustmentNegative(); method getBaseAdjustmentPositive (line 602) | public function getBaseAdjustmentPositive(); method getBaseCurrencyCode (line 609) | public function getBaseCurrencyCode(); method getBaseDiscountAmount (line 616) | public function getBaseDiscountAmount(); method getBaseDiscountCanceled (line 623) | public function getBaseDiscountCanceled(); method getBaseDiscountInvoiced (line 630) | public function getBaseDiscountInvoiced(); method getBaseDiscountRefunded (line 637) | public function getBaseDiscountRefunded(); method getBaseGrandTotal (line 644) | public function getBaseGrandTotal(); method getBaseDiscountTaxCompensationAmount (line 651) | public function getBaseDiscountTaxCompensationAmount(); method getBaseDiscountTaxCompensationInvoiced (line 658) | public function getBaseDiscountTaxCompensationInvoiced(); method getBaseDiscountTaxCompensationRefunded (line 665) | public function getBaseDiscountTaxCompensationRefunded(); method getBaseShippingAmount (line 672) | public function getBaseShippingAmount(); method getBaseShippingCanceled (line 679) | public function getBaseShippingCanceled(); method getBaseShippingDiscountAmount (line 686) | public function getBaseShippingDiscountAmount(); method getBaseShippingDiscountTaxCompensationAmnt (line 693) | public function getBaseShippingDiscountTaxCompensationAmnt(); method getBaseShippingInclTax (line 700) | public function getBaseShippingInclTax(); method getBaseShippingInvoiced (line 707) | public function getBaseShippingInvoiced(); method getBaseShippingRefunded (line 714) | public function getBaseShippingRefunded(); method getBaseShippingTaxAmount (line 721) | public function getBaseShippingTaxAmount(); method getBaseShippingTaxRefunded (line 728) | public function getBaseShippingTaxRefunded(); method getBaseSubtotal (line 735) | public function getBaseSubtotal(); method getBaseSubtotalCanceled (line 742) | public function getBaseSubtotalCanceled(); method getBaseSubtotalInclTax (line 749) | public function getBaseSubtotalInclTax(); method getBaseSubtotalInvoiced (line 756) | public function getBaseSubtotalInvoiced(); method getBaseSubtotalRefunded (line 763) | public function getBaseSubtotalRefunded(); method getBaseTaxAmount (line 770) | public function getBaseTaxAmount(); method getBaseTaxCanceled (line 777) | public function getBaseTaxCanceled(); method getBaseTaxInvoiced (line 784) | public function getBaseTaxInvoiced(); method getBaseTaxRefunded (line 791) | public function getBaseTaxRefunded(); method getBaseTotalCanceled (line 798) | public function getBaseTotalCanceled(); method getBaseTotalDue (line 805) | public function getBaseTotalDue(); method getBaseTotalInvoiced (line 812) | public function getBaseTotalInvoiced(); method getBaseTotalInvoicedCost (line 819) | public function getBaseTotalInvoicedCost(); method getBaseTotalOfflineRefunded (line 826) | public function getBaseTotalOfflineRefunded(); method getBaseTotalOnlineRefunded (line 833) | public function getBaseTotalOnlineRefunded(); method getBaseTotalPaid (line 840) | public function getBaseTotalPaid(); method getBaseTotalQtyOrdered (line 847) | public function getBaseTotalQtyOrdered(); method getBaseTotalRefunded (line 854) | public function getBaseTotalRefunded(); method getBaseToGlobalRate (line 861) | public function getBaseToGlobalRate(); method getBaseToOrderRate (line 868) | public function getBaseToOrderRate(); method getBillingAddressId (line 875) | public function getBillingAddressId(); method getCanShipPartially (line 882) | public function getCanShipPartially(); method getCanShipPartiallyItem (line 889) | public function getCanShipPartiallyItem(); method getCouponCode (line 896) | public function getCouponCode(); method getCreatedAt (line 903) | public function getCreatedAt(); method setCreatedAt (line 911) | public function setCreatedAt($createdAt); method getCustomerDob (line 918) | public function getCustomerDob(); method getCustomerEmail (line 925) | public function getCustomerEmail(); method getCustomerFirstname (line 932) | public function getCustomerFirstname(); method getCustomerGender (line 939) | public function getCustomerGender(); method getCustomerGroupId (line 946) | public function getCustomerGroupId(); method getCustomerId (line 953) | public function getCustomerId(); method getCustomerIsGuest (line 960) | public function getCustomerIsGuest(); method getCustomerLastname (line 967) | public function getCustomerLastname(); method getCustomerMiddlename (line 974) | public function getCustomerMiddlename(); method getCustomerNote (line 981) | public function getCustomerNote(); method getCustomerNoteNotify (line 988) | public function getCustomerNoteNotify(); method getCustomerPrefix (line 995) | public function getCustomerPrefix(); method getCustomerSuffix (line 1002) | public function getCustomerSuffix(); method getCustomerTaxvat (line 1009) | public function getCustomerTaxvat(); method getDiscountAmount (line 1016) | public function getDiscountAmount(); method getDiscountCanceled (line 1023) | public function getDiscountCanceled(); method getDiscountDescription (line 1030) | public function getDiscountDescription(); method getDiscountInvoiced (line 1037) | public function getDiscountInvoiced(); method getDiscountRefunded (line 1044) | public function getDiscountRefunded(); method getEditIncrement (line 1051) | public function getEditIncrement(); method getEmailSent (line 1058) | public function getEmailSent(); method getEntityId (line 1065) | public function getEntityId(); method setEntityId (line 1073) | public function setEntityId($entityId); method getExtCustomerId (line 1080) | public function getExtCustomerId(); method getExtOrderId (line 1087) | public function getExtOrderId(); method getForcedShipmentWithInvoice (line 1094) | public function getForcedShipmentWithInvoice(); method getGlobalCurrencyCode (line 1101) | public function getGlobalCurrencyCode(); method getGrandTotal (line 1108) | public function getGrandTotal(); method getDiscountTaxCompensationAmount (line 1115) | public function getDiscountTaxCompensationAmount(); method getDiscountTaxCompensationInvoiced (line 1122) | public function getDiscountTaxCompensationInvoiced(); method getDiscountTaxCompensationRefunded (line 1129) | public function getDiscountTaxCompensationRefunded(); method getHoldBeforeState (line 1136) | public function getHoldBeforeState(); method getHoldBeforeStatus (line 1143) | public function getHoldBeforeStatus(); method getIncrementId (line 1150) | public function getIncrementId(); method getIsVirtual (line 1157) | public function getIsVirtual(); method getOrderCurrencyCode (line 1164) | public function getOrderCurrencyCode(); method getOriginalIncrementId (line 1171) | public function getOriginalIncrementId(); method getPaymentAuthorizationAmount (line 1178) | public function getPaymentAuthorizationAmount(); method getPaymentAuthExpiration (line 1185) | public function getPaymentAuthExpiration(); method getProtectCode (line 1192) | public function getProtectCode(); method getQuoteAddressId (line 1199) | public function getQuoteAddressId(); method getQuoteId (line 1206) | public function getQuoteId(); method getRelationChildId (line 1213) | public function getRelationChildId(); method getRelationChildRealId (line 1220) | public function getRelationChildRealId(); method getRelationParentId (line 1227) | public function getRelationParentId(); method getRelationParentRealId (line 1234) | public function getRelationParentRealId(); method getRemoteIp (line 1241) | public function getRemoteIp(); method getShippingAmount (line 1248) | public function getShippingAmount(); method getShippingCanceled (line 1255) | public function getShippingCanceled(); method getShippingDescription (line 1262) | public function getShippingDescription(); method getShippingDiscountAmount (line 1269) | public function getShippingDiscountAmount(); method getShippingDiscountTaxCompensationAmount (line 1276) | public function getShippingDiscountTaxCompensationAmount(); method getShippingInclTax (line 1283) | public function getShippingInclTax(); method getShippingInvoiced (line 1290) | public function getShippingInvoiced(); method getShippingRefunded (line 1297) | public function getShippingRefunded(); method getShippingTaxAmount (line 1304) | public function getShippingTaxAmount(); method getShippingTaxRefunded (line 1311) | public function getShippingTaxRefunded(); method getState (line 1318) | public function getState(); method getStatus (line 1325) | public function getStatus(); method getStoreCurrencyCode (line 1332) | public function getStoreCurrencyCode(); method getStoreId (line 1339) | public function getStoreId(); method getStoreName (line 1346) | public function getStoreName(); method getStoreToBaseRate (line 1353) | public function getStoreToBaseRate(); method getStoreToOrderRate (line 1360) | public function getStoreToOrderRate(); method getSubtotal (line 1367) | public function getSubtotal(); method getSubtotalCanceled (line 1374) | public function getSubtotalCanceled(); method getSubtotalInclTax (line 1381) | public function getSubtotalInclTax(); method getSubtotalInvoiced (line 1388) | public function getSubtotalInvoiced(); method getSubtotalRefunded (line 1395) | public function getSubtotalRefunded(); method getTaxAmount (line 1402) | public function getTaxAmount(); method getTaxCanceled (line 1409) | public function getTaxCanceled(); method getTaxInvoiced (line 1416) | public function getTaxInvoiced(); method getTaxRefunded (line 1423) | public function getTaxRefunded(); method getTotalCanceled (line 1430) | public function getTotalCanceled(); method getTotalDue (line 1437) | public function getTotalDue(); method getTotalInvoiced (line 1444) | public function getTotalInvoiced(); method getTotalItemCount (line 1451) | public function getTotalItemCount(); method getTotalOfflineRefunded (line 1458) | public function getTotalOfflineRefunded(); method getTotalOnlineRefunded (line 1465) | public function getTotalOnlineRefunded(); method getTotalPaid (line 1472) | public function getTotalPaid(); method getTotalQtyOrdered (line 1479) | public function getTotalQtyOrdered(); method getTotalRefunded (line 1486) | public function getTotalRefunded(); method getUpdatedAt (line 1493) | public function getUpdatedAt(); method getWeight (line 1500) | public function getWeight(); method getXForwardedFor (line 1510) | public function getXForwardedFor(); method getItems (line 1517) | public function getItems(); method setItems (line 1525) | public function setItems($items); method getBillingAddress (line 1532) | public function getBillingAddress(); method setBillingAddress (line 1540) | public function setBillingAddress(\Magento\Sales\Api\Data\OrderAddress... method getPayment (line 1547) | public function getPayment(); method setPayment (line 1555) | public function setPayment(\Magento\Sales\Api\Data\OrderPaymentInterfa... method getStatusHistories (line 1562) | public function getStatusHistories(); method setStatusHistories (line 1570) | public function setStatusHistories(array $statusHistories = null); method setState (line 1578) | public function setState($state); method setStatus (line 1586) | public function setStatus($status); method setCouponCode (line 1594) | public function setCouponCode($code); method setProtectCode (line 1602) | public function setProtectCode($code); method setShippingDescription (line 1610) | public function setShippingDescription($description); method setIsVirtual (line 1618) | public function setIsVirtual($isVirtual); method setStoreId (line 1626) | public function setStoreId($id); method setCustomerId (line 1634) | public function setCustomerId($id); method setBaseDiscountAmount (line 1642) | public function setBaseDiscountAmount($amount); method setBaseDiscountCanceled (line 1650) | public function setBaseDiscountCanceled($baseDiscountCanceled); method setBaseDiscountInvoiced (line 1658) | public function setBaseDiscountInvoiced($baseDiscountInvoiced); method setBaseDiscountRefunded (line 1666) | public function setBaseDiscountRefunded($baseDiscountRefunded); method setBaseGrandTotal (line 1674) | public function setBaseGrandTotal($amount); method setBaseShippingAmount (line 1682) | public function setBaseShippingAmount($amount); method setBaseShippingCanceled (line 1690) | public function setBaseShippingCanceled($baseShippingCanceled); method setBaseShippingInvoiced (line 1698) | public function setBaseShippingInvoiced($baseShippingInvoiced); method setBaseShippingRefunded (line 1706) | public function setBaseShippingRefunded($baseShippingRefunded); method setBaseShippingTaxAmount (line 1714) | public function setBaseShippingTaxAmount($amount); method setBaseShippingTaxRefunded (line 1722) | public function setBaseShippingTaxRefunded($baseShippingTaxRefunded); method setBaseSubtotal (line 1730) | public function setBaseSubtotal($amount); method setBaseSubtotalCanceled (line 1738) | public function setBaseSubtotalCanceled($baseSubtotalCanceled); method setBaseSubtotalInvoiced (line 1746) | public function setBaseSubtotalInvoiced($baseSubtotalInvoiced); method setBaseSubtotalRefunded (line 1754) | public function setBaseSubtotalRefunded($baseSubtotalRefunded); method setBaseTaxAmount (line 1762) | public function setBaseTaxAmount($amount); method setBaseTaxCanceled (line 1770) | public function setBaseTaxCanceled($baseTaxCanceled); method setBaseTaxInvoiced (line 1778) | public function setBaseTaxInvoiced($baseTaxInvoiced); method setBaseTaxRefunded (line 1786) | public function setBaseTaxRefunded($baseTaxRefunded); method setBaseToGlobalRate (line 1794) | public function setBaseToGlobalRate($rate); method setBaseToOrderRate (line 1802) | public function setBaseToOrderRate($rate); method setBaseTotalCanceled (line 1810) | public function setBaseTotalCanceled($baseTotalCanceled); method setBaseTotalInvoiced (line 1818) | public function setBaseTotalInvoiced($baseTotalInvoiced); method setBaseTotalInvoicedCost (line 1826) | public function setBaseTotalInvoicedCost($baseTotalInvoicedCost); method setBaseTotalOfflineRefunded (line 1834) | public function setBaseTotalOfflineRefunded($baseTotalOfflineRefunded); method setBaseTotalOnlineRefunded (line 1842) | public function setBaseTotalOnlineRefunded($baseTotalOnlineRefunded); method setBaseTotalPaid (line 1850) | public function setBaseTotalPaid($baseTotalPaid); method setBaseTotalQtyOrdered (line 1858) | public function setBaseTotalQtyOrdered($baseTotalQtyOrdered); method setBaseTotalRefunded (line 1866) | public function setBaseTotalRefunded($baseTotalRefunded); method setDiscountAmount (line 1874) | public function setDiscountAmount($amount); method setDiscountCanceled (line 1882) | public function setDiscountCanceled($discountCanceled); method setDiscountInvoiced (line 1890) | public function setDiscountInvoiced($discountInvoiced); method setDiscountRefunded (line 1898) | public function setDiscountRefunded($discountRefunded); method setGrandTotal (line 1906) | public function setGrandTotal($amount); method setShippingAmount (line 1914) | public function setShippingAmount($amount); method setShippingCanceled (line 1922) | public function setShippingCanceled($shippingCanceled); method setShippingInvoiced (line 1930) | public function setShippingInvoiced($shippingInvoiced); method setShippingRefunded (line 1938) | public function setShippingRefunded($shippingRefunded); method setShippingTaxAmount (line 1946) | public function setShippingTaxAmount($amount); method setShippingTaxRefunded (line 1954) | public function setShippingTaxRefunded($shippingTaxRefunded); method setStoreToBaseRate (line 1962) | public function setStoreToBaseRate($rate); method setStoreToOrderRate (line 1970) | public function setStoreToOrderRate($rate); method setSubtotal (line 1978) | public function setSubtotal($amount); method setSubtotalCanceled (line 1986) | public function setSubtotalCanceled($subtotalCanceled); method setSubtotalInvoiced (line 1994) | public function setSubtotalInvoiced($subtotalInvoiced); method setSubtotalRefunded (line 2002) | public function setSubtotalRefunded($subtotalRefunded); method setTaxAmount (line 2010) | public function setTaxAmount($amount); method setTaxCanceled (line 2018) | public function setTaxCanceled($taxCanceled); method setTaxInvoiced (line 2026) | public function setTaxInvoiced($taxInvoiced); method setTaxRefunded (line 2034) | public function setTaxRefunded($taxRefunded); method setTotalCanceled (line 2042) | public function setTotalCanceled($totalCanceled); method setTotalInvoiced (line 2050) | public function setTotalInvoiced($totalInvoiced); method setTotalOfflineRefunded (line 2058) | public function setTotalOfflineRefunded($totalOfflineRefunded); method setTotalOnlineRefunded (line 2066) | public function setTotalOnlineRefunded($totalOnlineRefunded); method setTotalPaid (line 2074) | public function setTotalPaid($totalPaid); method setTotalQtyOrdered (line 2082) | public function setTotalQtyOrdered($totalQtyOrdered); method setTotalRefunded (line 2090) | public function setTotalRefunded($totalRefunded); method setCanShipPartially (line 2098) | public function setCanShipPartially($flag); method setCanShipPartiallyItem (line 2106) | public function setCanShipPartiallyItem($flag); method setCustomerIsGuest (line 2114) | public function setCustomerIsGuest($customerIsGuest); method setCustomerNoteNotify (line 2122) | public function setCustomerNoteNotify($customerNoteNotify); method setBillingAddressId (line 2130) | public function setBillingAddressId($id); method setCustomerGroupId (line 2138) | public function setCustomerGroupId($id); method setEditIncrement (line 2146) | public function setEditIncrement($editIncrement); method setEmailSent (line 2154) | public function setEmailSent($emailSent); method setForcedShipmentWithInvoice (line 2162) | public function setForcedShipmentWithInvoice($forcedShipmentWithInvoice); method setPaymentAuthExpiration (line 2170) | public function setPaymentAuthExpiration($paymentAuthExpiration); method setQuoteAddressId (line 2178) | public function setQuoteAddressId($id); method setQuoteId (line 2186) | public function setQuoteId($id); method setAdjustmentNegative (line 2194) | public function setAdjustmentNegative($adjustmentNegative); method setAdjustmentPositive (line 2202) | public function setAdjustmentPositive($adjustmentPositive); method setBaseAdjustmentNegative (line 2210) | public function setBaseAdjustmentNegative($baseAdjustmentNegative); method setBaseAdjustmentPositive (line 2218) | public function setBaseAdjustmentPositive($baseAdjustmentPositive); method setBaseShippingDiscountAmount (line 2226) | public function setBaseShippingDiscountAmount($amount); method setBaseSubtotalInclTax (line 2234) | public function setBaseSubtotalInclTax($amount); method setBaseTotalDue (line 2242) | public function setBaseTotalDue($baseTotalDue); method setPaymentAuthorizationAmount (line 2250) | public function setPaymentAuthorizationAmount($amount); method setShippingDiscountAmount (line 2258) | public function setShippingDiscountAmount($amount); method setSubtotalInclTax (line 2266) | public function setSubtotalInclTax($amount); method setTotalDue (line 2274) | public function setTotalDue($totalDue); method setWeight (line 2282) | public function setWeight($weight); method setCustomerDob (line 2290) | public function setCustomerDob($customerDob); method setIncrementId (line 2298) | public function setIncrementId($id); method setAppliedRuleIds (line 2306) | public function setAppliedRuleIds($appliedRuleIds); method setBaseCurrencyCode (line 2314) | public function setBaseCurrencyCode($code); method setCustomerEmail (line 2322) | public function setCustomerEmail($customerEmail); method setCustomerFirstname (line 2330) | public function setCustomerFirstname($customerFirstname); method setCustomerLastname (line 2338) | public function setCustomerLastname($customerLastname); method setCustomerMiddlename (line 2346) | public function setCustomerMiddlename($customerMiddlename); method setCustomerPrefix (line 2354) | public function setCustomerPrefix($customerPrefix); method setCustomerSuffix (line 2362) | public function setCustomerSuffix($customerSuffix); method setCustomerTaxvat (line 2370) | public function setCustomerTaxvat($customerTaxvat); method setDiscountDescription (line 2378) | public function setDiscountDescription($description); method setExtCustomerId (line 2386) | public function setExtCustomerId($id); method setExtOrderId (line 2394) | public function setExtOrderId($id); method setGlobalCurrencyCode (line 2402) | public function setGlobalCurrencyCode($code); method setHoldBeforeState (line 2410) | public function setHoldBeforeState($holdBeforeState); method setHoldBeforeStatus (line 2418) | public function setHoldBeforeStatus($holdBeforeStatus); method setOrderCurrencyCode (line 2426) | public function setOrderCurrencyCode($code); method setOriginalIncrementId (line 2434) | public function setOriginalIncrementId($id); method setRelationChildId (line 2442) | public function setRelationChildId($id); method setRelationChildRealId (line 2450) | public function setRelationChildRealId($realId); method setRelationParentId (line 2458) | public function setRelationParentId($id); method setRelationParentRealId (line 2466) | public function setRelationParentRealId($realId); method setRemoteIp (line 2474) | public function setRemoteIp($remoteIp); method setStoreCurrencyCode (line 2482) | public function setStoreCurrencyCode($code); method setStoreName (line 2490) | public function setStoreName($storeName); method setXForwardedFor (line 2498) | public function setXForwardedFor($xForwardedFor); method setCustomerNote (line 2506) | public function setCustomerNote($customerNote); method setUpdatedAt (line 2514) | public function setUpdatedAt($timestamp); method setTotalItemCount (line 2522) | public function setTotalItemCount($totalItemCount); method setCustomerGender (line 2530) | public function setCustomerGender($customerGender); method setDiscountTaxCompensationAmount (line 2538) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 2546) | public function setBaseDiscountTaxCompensationAmount($amount); method setShippingDiscountTaxCompensationAmount (line 2554) | public function setShippingDiscountTaxCompensationAmount($amount); method setBaseShippingDiscountTaxCompensationAmnt (line 2562) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt); method setDiscountTaxCompensationInvoiced (line 2570) | public function setDiscountTaxCompensationInvoiced($discountTaxCompens... method setBaseDiscountTaxCompensationInvoiced (line 2578) | public function setBaseDiscountTaxCompensationInvoiced($baseDiscountTa... method setDiscountTaxCompensationRefunded (line 2586) | public function setDiscountTaxCompensationRefunded($discountTaxCompens... method setBaseDiscountTaxCompensationRefunded (line 2594) | public function setBaseDiscountTaxCompensationRefunded($baseDiscountTa... method setShippingInclTax (line 2602) | public function setShippingInclTax($amount); method setBaseShippingInclTax (line 2610) | public function setBaseShippingInclTax($amount); method getExtensionAttributes (line 2617) | public function getExtensionAttributes(); method setExtensionAttributes (line 2625) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderEx... FILE: app/code/Magento/Sales/Api/Data/OrderItemInterface.php type OrderItemInterface (line 17) | interface OrderItemInterface extends \Magento\Framework\Api\ExtensibleDa... method getAdditionalData (line 406) | public function getAdditionalData(); method getAmountRefunded (line 413) | public function getAmountRefunded(); method getAppliedRuleIds (line 422) | public function getAppliedRuleIds(); method getBaseAmountRefunded (line 429) | public function getBaseAmountRefunded(); method getBaseCost (line 436) | public function getBaseCost(); method getBaseDiscountAmount (line 443) | public function getBaseDiscountAmount(); method getBaseDiscountInvoiced (line 450) | public function getBaseDiscountInvoiced(); method getBaseDiscountRefunded (line 457) | public function getBaseDiscountRefunded(); method getBaseDiscountTaxCompensationAmount (line 464) | public function getBaseDiscountTaxCompensationAmount(); method getBaseDiscountTaxCompensationInvoiced (line 471) | public function getBaseDiscountTaxCompensationInvoiced(); method getBaseDiscountTaxCompensationRefunded (line 478) | public function getBaseDiscountTaxCompensationRefunded(); method getBaseOriginalPrice (line 485) | public function getBaseOriginalPrice(); method getBasePrice (line 492) | public function getBasePrice(); method getBasePriceInclTax (line 499) | public function getBasePriceInclTax(); method getBaseRowInvoiced (line 506) | public function getBaseRowInvoiced(); method getBaseRowTotal (line 513) | public function getBaseRowTotal(); method getBaseRowTotalInclTax (line 520) | public function getBaseRowTotalInclTax(); method getBaseTaxAmount (line 527) | public function getBaseTaxAmount(); method getBaseTaxBeforeDiscount (line 534) | public function getBaseTaxBeforeDiscount(); method getBaseTaxInvoiced (line 541) | public function getBaseTaxInvoiced(); method getBaseTaxRefunded (line 548) | public function getBaseTaxRefunded(); method getBaseWeeeTaxAppliedAmount (line 555) | public function getBaseWeeeTaxAppliedAmount(); method getBaseWeeeTaxAppliedRowAmnt (line 562) | public function getBaseWeeeTaxAppliedRowAmnt(); method getBaseWeeeTaxDisposition (line 569) | public function getBaseWeeeTaxDisposition(); method getBaseWeeeTaxRowDisposition (line 576) | public function getBaseWeeeTaxRowDisposition(); method getCreatedAt (line 583) | public function getCreatedAt(); method setCreatedAt (line 591) | public function setCreatedAt($createdAt); method getDescription (line 598) | public function getDescription(); method getDiscountAmount (line 605) | public function getDiscountAmount(); method getDiscountInvoiced (line 612) | public function getDiscountInvoiced(); method getDiscountPercent (line 619) | public function getDiscountPercent(); method getDiscountRefunded (line 626) | public function getDiscountRefunded(); method getEventId (line 633) | public function getEventId(); method getExtOrderItemId (line 640) | public function getExtOrderItemId(); method getFreeShipping (line 647) | public function getFreeShipping(); method getGwBasePrice (line 654) | public function getGwBasePrice(); method getGwBasePriceInvoiced (line 661) | public function getGwBasePriceInvoiced(); method getGwBasePriceRefunded (line 668) | public function getGwBasePriceRefunded(); method getGwBaseTaxAmount (line 675) | public function getGwBaseTaxAmount(); method getGwBaseTaxAmountInvoiced (line 682) | public function getGwBaseTaxAmountInvoiced(); method getGwBaseTaxAmountRefunded (line 689) | public function getGwBaseTaxAmountRefunded(); method getGwId (line 696) | public function getGwId(); method getGwPrice (line 703) | public function getGwPrice(); method getGwPriceInvoiced (line 710) | public function getGwPriceInvoiced(); method getGwPriceRefunded (line 717) | public function getGwPriceRefunded(); method getGwTaxAmount (line 724) | public function getGwTaxAmount(); method getGwTaxAmountInvoiced (line 731) | public function getGwTaxAmountInvoiced(); method getGwTaxAmountRefunded (line 738) | public function getGwTaxAmountRefunded(); method getDiscountTaxCompensationAmount (line 745) | public function getDiscountTaxCompensationAmount(); method getDiscountTaxCompensationCanceled (line 752) | public function getDiscountTaxCompensationCanceled(); method getDiscountTaxCompensationInvoiced (line 759) | public function getDiscountTaxCompensationInvoiced(); method getDiscountTaxCompensationRefunded (line 766) | public function getDiscountTaxCompensationRefunded(); method getIsQtyDecimal (line 773) | public function getIsQtyDecimal(); method getIsVirtual (line 780) | public function getIsVirtual(); method getItemId (line 787) | public function getItemId(); method getLockedDoInvoice (line 794) | public function getLockedDoInvoice(); method getLockedDoShip (line 801) | public function getLockedDoShip(); method getName (line 808) | public function getName(); method getNoDiscount (line 815) | public function getNoDiscount(); method getOrderId (line 822) | public function getOrderId(); method getOriginalPrice (line 829) | public function getOriginalPrice(); method getParentItemId (line 836) | public function getParentItemId(); method getPrice (line 843) | public function getPrice(); method getPriceInclTax (line 850) | public function getPriceInclTax(); method getProductId (line 857) | public function getProductId(); method getProductType (line 864) | public function getProductType(); method getQtyBackordered (line 871) | public function getQtyBackordered(); method getQtyCanceled (line 878) | public function getQtyCanceled(); method getQtyInvoiced (line 885) | public function getQtyInvoiced(); method getQtyOrdered (line 892) | public function getQtyOrdered(); method getQtyRefunded (line 899) | public function getQtyRefunded(); method getQtyReturned (line 906) | public function getQtyReturned(); method getQtyShipped (line 913) | public function getQtyShipped(); method getQuoteItemId (line 920) | public function getQuoteItemId(); method getRowInvoiced (line 927) | public function getRowInvoiced(); method getRowTotal (line 934) | public function getRowTotal(); method getRowTotalInclTax (line 941) | public function getRowTotalInclTax(); method getRowWeight (line 948) | public function getRowWeight(); method getSku (line 955) | public function getSku(); method getStoreId (line 962) | public function getStoreId(); method getTaxAmount (line 969) | public function getTaxAmount(); method getTaxBeforeDiscount (line 976) | public function getTaxBeforeDiscount(); method getTaxCanceled (line 983) | public function getTaxCanceled(); method getTaxInvoiced (line 990) | public function getTaxInvoiced(); method getTaxPercent (line 997) | public function getTaxPercent(); method getTaxRefunded (line 1004) | public function getTaxRefunded(); method getUpdatedAt (line 1011) | public function getUpdatedAt(); method getWeeeTaxApplied (line 1018) | public function getWeeeTaxApplied(); method getWeeeTaxAppliedAmount (line 1025) | public function getWeeeTaxAppliedAmount(); method getWeeeTaxAppliedRowAmount (line 1032) | public function getWeeeTaxAppliedRowAmount(); method getWeeeTaxDisposition (line 1039) | public function getWeeeTaxDisposition(); method getWeeeTaxRowDisposition (line 1046) | public function getWeeeTaxRowDisposition(); method getWeight (line 1053) | public function getWeight(); method getParentItem (line 1060) | public function getParentItem(); method setParentItem (line 1068) | public function setParentItem($parentItem); method setUpdatedAt (line 1076) | public function setUpdatedAt($timestamp); method setItemId (line 1084) | public function setItemId($id); method setOrderId (line 1092) | public function setOrderId($id); method setParentItemId (line 1100) | public function setParentItemId($id); method setQuoteItemId (line 1108) | public function setQuoteItemId($id); method setStoreId (line 1116) | public function setStoreId($id); method setProductId (line 1124) | public function setProductId($id); method setProductType (line 1132) | public function setProductType($productType); method setWeight (line 1140) | public function setWeight($weight); method setIsVirtual (line 1148) | public function setIsVirtual($isVirtual); method setSku (line 1156) | public function setSku($sku); method setName (line 1164) | public function setName($name); method setDescription (line 1172) | public function setDescription($description); method setAppliedRuleIds (line 1180) | public function setAppliedRuleIds($appliedRuleIds); method setAdditionalData (line 1188) | public function setAdditionalData($additionalData); method setIsQtyDecimal (line 1196) | public function setIsQtyDecimal($isQtyDecimal); method setNoDiscount (line 1204) | public function setNoDiscount($noDiscount); method setQtyBackordered (line 1212) | public function setQtyBackordered($qtyBackordered); method setQtyCanceled (line 1220) | public function setQtyCanceled($qtyCanceled); method setQtyInvoiced (line 1228) | public function setQtyInvoiced($qtyInvoiced); method setQtyOrdered (line 1236) | public function setQtyOrdered($qtyOrdered); method setQtyRefunded (line 1244) | public function setQtyRefunded($qtyRefunded); method setQtyShipped (line 1252) | public function setQtyShipped($qtyShipped); method setBaseCost (line 1260) | public function setBaseCost($baseCost); method setPrice (line 1268) | public function setPrice($price); method setBasePrice (line 1276) | public function setBasePrice($price); method setOriginalPrice (line 1284) | public function setOriginalPrice($price); method setBaseOriginalPrice (line 1292) | public function setBaseOriginalPrice($price); method setTaxPercent (line 1300) | public function setTaxPercent($taxPercent); method setTaxAmount (line 1308) | public function setTaxAmount($amount); method setBaseTaxAmount (line 1316) | public function setBaseTaxAmount($amount); method setTaxInvoiced (line 1324) | public function setTaxInvoiced($taxInvoiced); method setBaseTaxInvoiced (line 1332) | public function setBaseTaxInvoiced($baseTaxInvoiced); method setDiscountPercent (line 1340) | public function setDiscountPercent($discountPercent); method setDiscountAmount (line 1348) | public function setDiscountAmount($amount); method setBaseDiscountAmount (line 1356) | public function setBaseDiscountAmount($amount); method setDiscountInvoiced (line 1364) | public function setDiscountInvoiced($discountInvoiced); method setBaseDiscountInvoiced (line 1372) | public function setBaseDiscountInvoiced($baseDiscountInvoiced); method setAmountRefunded (line 1380) | public function setAmountRefunded($amountRefunded); method setBaseAmountRefunded (line 1388) | public function setBaseAmountRefunded($baseAmountRefunded); method setRowTotal (line 1396) | public function setRowTotal($amount); method setBaseRowTotal (line 1404) | public function setBaseRowTotal($amount); method setRowInvoiced (line 1412) | public function setRowInvoiced($rowInvoiced); method setBaseRowInvoiced (line 1420) | public function setBaseRowInvoiced($baseRowInvoiced); method setRowWeight (line 1428) | public function setRowWeight($rowWeight); method setBaseTaxBeforeDiscount (line 1436) | public function setBaseTaxBeforeDiscount($baseTaxBeforeDiscount); method setTaxBeforeDiscount (line 1444) | public function setTaxBeforeDiscount($taxBeforeDiscount); method setExtOrderItemId (line 1452) | public function setExtOrderItemId($id); method setLockedDoInvoice (line 1460) | public function setLockedDoInvoice($flag); method setLockedDoShip (line 1468) | public function setLockedDoShip($flag); method setPriceInclTax (line 1476) | public function setPriceInclTax($amount); method setBasePriceInclTax (line 1484) | public function setBasePriceInclTax($amount); method setRowTotalInclTax (line 1492) | public function setRowTotalInclTax($amount); method setBaseRowTotalInclTax (line 1500) | public function setBaseRowTotalInclTax($amount); method setDiscountTaxCompensationAmount (line 1508) | public function setDiscountTaxCompensationAmount($amount); method setBaseDiscountTaxCompensationAmount (line 1516) | public function setBaseDiscountTaxCompensationAmount($amount); method setDiscountTaxCompensationInvoiced (line 1524) | public function setDiscountTaxCompensationInvoiced($discountTaxCompens... method setBaseDiscountTaxCompensationInvoiced (line 1532) | public function setBaseDiscountTaxCompensationInvoiced($baseDiscountTa... method setDiscountTaxCompensationRefunded (line 1540) | public function setDiscountTaxCompensationRefunded($discountTaxCompens... method setBaseDiscountTaxCompensationRefunded (line 1548) | public function setBaseDiscountTaxCompensationRefunded($baseDiscountTa... method setTaxCanceled (line 1556) | public function setTaxCanceled($taxCanceled); method setDiscountTaxCompensationCanceled (line 1564) | public function setDiscountTaxCompensationCanceled($discountTaxCompens... method setTaxRefunded (line 1572) | public function setTaxRefunded($taxRefunded); method setBaseTaxRefunded (line 1580) | public function setBaseTaxRefunded($baseTaxRefunded); method setDiscountRefunded (line 1588) | public function setDiscountRefunded($discountRefunded); method setBaseDiscountRefunded (line 1596) | public function setBaseDiscountRefunded($baseDiscountRefunded); method setGwId (line 1604) | public function setGwId($id); method setGwBasePrice (line 1612) | public function setGwBasePrice($price); method setGwPrice (line 1620) | public function setGwPrice($price); method setGwBaseTaxAmount (line 1628) | public function setGwBaseTaxAmount($amount); method setGwTaxAmount (line 1636) | public function setGwTaxAmount($amount); method setGwBasePriceInvoiced (line 1644) | public function setGwBasePriceInvoiced($gwBasePriceInvoiced); method setGwPriceInvoiced (line 1652) | public function setGwPriceInvoiced($gwPriceInvoiced); method setGwBaseTaxAmountInvoiced (line 1660) | public function setGwBaseTaxAmountInvoiced($gwBaseTaxAmountInvoiced); method setGwTaxAmountInvoiced (line 1668) | public function setGwTaxAmountInvoiced($gwTaxAmountInvoiced); method setGwBasePriceRefunded (line 1676) | public function setGwBasePriceRefunded($gwBasePriceRefunded); method setGwPriceRefunded (line 1684) | public function setGwPriceRefunded($gwPriceRefunded); method setGwBaseTaxAmountRefunded (line 1692) | public function setGwBaseTaxAmountRefunded($gwBaseTaxAmountRefunded); method setGwTaxAmountRefunded (line 1700) | public function setGwTaxAmountRefunded($gwTaxAmountRefunded); method setFreeShipping (line 1708) | public function setFreeShipping($freeShipping); method setQtyReturned (line 1716) | public function setQtyReturned($qtyReturned); method setEventId (line 1724) | public function setEventId($id); method setBaseWeeeTaxAppliedAmount (line 1732) | public function setBaseWeeeTaxAppliedAmount($amount); method setBaseWeeeTaxAppliedRowAmnt (line 1740) | public function setBaseWeeeTaxAppliedRowAmnt($amnt); method setWeeeTaxAppliedAmount (line 1748) | public function setWeeeTaxAppliedAmount($amount); method setWeeeTaxAppliedRowAmount (line 1756) | public function setWeeeTaxAppliedRowAmount($amount); method setWeeeTaxApplied (line 1764) | public function setWeeeTaxApplied($weeeTaxApplied); method setWeeeTaxDisposition (line 1772) | public function setWeeeTaxDisposition($weeeTaxDisposition); method setWeeeTaxRowDisposition (line 1780) | public function setWeeeTaxRowDisposition($weeeTaxRowDisposition); method setBaseWeeeTaxDisposition (line 1788) | public function setBaseWeeeTaxDisposition($baseWeeeTaxDisposition); method setBaseWeeeTaxRowDisposition (line 1796) | public function setBaseWeeeTaxRowDisposition($baseWeeeTaxRowDisposition); method getProductOption (line 1803) | public function getProductOption(); method setProductOption (line 1811) | public function setProductOption(\Magento\Catalog\Api\Data\ProductOpti... method getExtensionAttributes (line 1818) | public function getExtensionAttributes(); method setExtensionAttributes (line 1826) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderIt... FILE: app/code/Magento/Sales/Api/Data/OrderItemSearchResultInterface.php type OrderItemSearchResultInterface (line 17) | interface OrderItemSearchResultInterface extends \Magento\Framework\Api\... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/OrderPaymentInterface.php type OrderPaymentInterface (line 17) | interface OrderPaymentInterface extends \Magento\Framework\Api\Extensibl... method getAccountStatus (line 253) | public function getAccountStatus(); method getAdditionalData (line 260) | public function getAdditionalData(); method getAdditionalInformation (line 267) | public function getAdditionalInformation(); method getAddressStatus (line 274) | public function getAddressStatus(); method getAmountAuthorized (line 281) | public function getAmountAuthorized(); method getAmountCanceled (line 288) | public function getAmountCanceled(); method getAmountOrdered (line 295) | public function getAmountOrdered(); method getAmountPaid (line 302) | public function getAmountPaid(); method getAmountRefunded (line 309) | public function getAmountRefunded(); method getAnetTransMethod (line 316) | public function getAnetTransMethod(); method getBaseAmountAuthorized (line 323) | public function getBaseAmountAuthorized(); method getBaseAmountCanceled (line 330) | public function getBaseAmountCanceled(); method getBaseAmountOrdered (line 337) | public function getBaseAmountOrdered(); method getBaseAmountPaid (line 344) | public function getBaseAmountPaid(); method getBaseAmountPaidOnline (line 351) | public function getBaseAmountPaidOnline(); method getBaseAmountRefunded (line 358) | public function getBaseAmountRefunded(); method getBaseAmountRefundedOnline (line 365) | public function getBaseAmountRefundedOnline(); method getBaseShippingAmount (line 372) | public function getBaseShippingAmount(); method getBaseShippingCaptured (line 379) | public function getBaseShippingCaptured(); method getBaseShippingRefunded (line 386) | public function getBaseShippingRefunded(); method getCcApproval (line 393) | public function getCcApproval(); method getCcAvsStatus (line 400) | public function getCcAvsStatus(); method getCcCidStatus (line 407) | public function getCcCidStatus(); method getCcDebugRequestBody (line 414) | public function getCcDebugRequestBody(); method getCcDebugResponseBody (line 421) | public function getCcDebugResponseBody(); method getCcDebugResponseSerialized (line 428) | public function getCcDebugResponseSerialized(); method getCcExpMonth (line 435) | public function getCcExpMonth(); method getCcExpYear (line 442) | public function getCcExpYear(); method getCcLast4 (line 449) | public function getCcLast4(); method getCcNumberEnc (line 456) | public function getCcNumberEnc(); method getCcOwner (line 463) | public function getCcOwner(); method getCcSecureVerify (line 470) | public function getCcSecureVerify(); method getCcSsIssue (line 478) | public function getCcSsIssue(); method getCcSsStartMonth (line 486) | public function getCcSsStartMonth(); method getCcSsStartYear (line 494) | public function getCcSsStartYear(); method getCcStatus (line 501) | public function getCcStatus(); method getCcStatusDescription (line 508) | public function getCcStatusDescription(); method getCcTransId (line 515) | public function getCcTransId(); method getCcType (line 522) | public function getCcType(); method getEcheckAccountName (line 529) | public function getEcheckAccountName(); method getEcheckAccountType (line 536) | public function getEcheckAccountType(); method getEcheckBankName (line 543) | public function getEcheckBankName(); method getEcheckRoutingNumber (line 550) | public function getEcheckRoutingNumber(); method getEcheckType (line 557) | public function getEcheckType(); method getEntityId (line 564) | public function getEntityId(); method setEntityId (line 572) | public function setEntityId($entityId); method getLastTransId (line 579) | public function getLastTransId(); method getMethod (line 586) | public function getMethod(); method getParentId (line 593) | public function getParentId(); method getPoNumber (line 600) | public function getPoNumber(); method getProtectionEligibility (line 607) | public function getProtectionEligibility(); method getQuotePaymentId (line 614) | public function getQuotePaymentId(); method getShippingAmount (line 621) | public function getShippingAmount(); method getShippingCaptured (line 628) | public function getShippingCaptured(); method getShippingRefunded (line 635) | public function getShippingRefunded(); method setParentId (line 643) | public function setParentId($id); method setBaseShippingCaptured (line 651) | public function setBaseShippingCaptured($baseShippingCaptured); method setShippingCaptured (line 659) | public function setShippingCaptured($shippingCaptured); method setAmountRefunded (line 667) | public function setAmountRefunded($amountRefunded); method setBaseAmountPaid (line 675) | public function setBaseAmountPaid($baseAmountPaid); method setAmountCanceled (line 683) | public function setAmountCanceled($amountCanceled); method setBaseAmountAuthorized (line 691) | public function setBaseAmountAuthorized($baseAmountAuthorized); method setBaseAmountPaidOnline (line 699) | public function setBaseAmountPaidOnline($baseAmountPaidOnline); method setBaseAmountRefundedOnline (line 707) | public function setBaseAmountRefundedOnline($baseAmountRefundedOnline); method setBaseShippingAmount (line 715) | public function setBaseShippingAmount($amount); method setShippingAmount (line 723) | public function setShippingAmount($amount); method setAmountPaid (line 731) | public function setAmountPaid($amountPaid); method setAmountAuthorized (line 739) | public function setAmountAuthorized($amountAuthorized); method setBaseAmountOrdered (line 747) | public function setBaseAmountOrdered($baseAmountOrdered); method setBaseShippingRefunded (line 755) | public function setBaseShippingRefunded($baseShippingRefunded); method setShippingRefunded (line 763) | public function setShippingRefunded($shippingRefunded); method setBaseAmountRefunded (line 771) | public function setBaseAmountRefunded($baseAmountRefunded); method setAmountOrdered (line 779) | public function setAmountOrdered($amountOrdered); method setBaseAmountCanceled (line 787) | public function setBaseAmountCanceled($baseAmountCanceled); method setQuotePaymentId (line 795) | public function setQuotePaymentId($id); method setAdditionalData (line 803) | public function setAdditionalData($additionalData); method setCcExpMonth (line 811) | public function setCcExpMonth($ccExpMonth); method setCcSsStartYear (line 819) | public function setCcSsStartYear($ccSsStartYear); method setEcheckBankName (line 827) | public function setEcheckBankName($echeckBankName); method setMethod (line 835) | public function setMethod($method); method setCcDebugRequestBody (line 843) | public function setCcDebugRequestBody($ccDebugRequestBody); method setCcSecureVerify (line 851) | public function setCcSecureVerify($ccSecureVerify); method setProtectionEligibility (line 859) | public function setProtectionEligibility($protectionEligibility); method setCcApproval (line 867) | public function setCcApproval($ccApproval); method setCcLast4 (line 875) | public function setCcLast4($ccLast4); method setCcStatusDescription (line 883) | public function setCcStatusDescription($description); method setEcheckType (line 891) | public function setEcheckType($echeckType); method setCcDebugResponseSerialized (line 899) | public function setCcDebugResponseSerialized($ccDebugResponseSerialized); method setCcSsStartMonth (line 907) | public function setCcSsStartMonth($ccSsStartMonth); method setEcheckAccountType (line 915) | public function setEcheckAccountType($echeckAccountType); method setLastTransId (line 923) | public function setLastTransId($id); method setCcCidStatus (line 931) | public function setCcCidStatus($ccCidStatus); method setCcOwner (line 939) | public function setCcOwner($ccOwner); method setCcType (line 947) | public function setCcType($ccType); method setPoNumber (line 955) | public function setPoNumber($poNumber); method setCcExpYear (line 963) | public function setCcExpYear($ccExpYear); method setCcStatus (line 971) | public function setCcStatus($ccStatus); method setEcheckRoutingNumber (line 979) | public function setEcheckRoutingNumber($echeckRoutingNumber); method setAccountStatus (line 987) | public function setAccountStatus($accountStatus); method setAnetTransMethod (line 995) | public function setAnetTransMethod($anetTransMethod); method setCcDebugResponseBody (line 1003) | public function setCcDebugResponseBody($ccDebugResponseBody); method setCcSsIssue (line 1011) | public function setCcSsIssue($ccSsIssue); method setEcheckAccountName (line 1019) | public function setEcheckAccountName($echeckAccountName); method setCcAvsStatus (line 1027) | public function setCcAvsStatus($ccAvsStatus); method setCcNumberEnc (line 1035) | public function setCcNumberEnc($ccNumberEnc); method setCcTransId (line 1043) | public function setCcTransId($id); method setAddressStatus (line 1051) | public function setAddressStatus($addressStatus); method getExtensionAttributes (line 1058) | public function getExtensionAttributes(); method setExtensionAttributes (line 1066) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderPa... FILE: app/code/Magento/Sales/Api/Data/OrderPaymentSearchResultInterface.php type OrderPaymentSearchResultInterface (line 17) | interface OrderPaymentSearchResultInterface extends \Magento\Framework\A... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/OrderSearchResultInterface.php type OrderSearchResultInterface (line 17) | interface OrderSearchResultInterface extends \Magento\Framework\Api\Sear... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items = null); FILE: app/code/Magento/Sales/Api/Data/OrderStatusHistoryInterface.php type OrderStatusHistoryInterface (line 17) | interface OrderStatusHistoryInterface extends \Magento\Framework\Api\Ext... method getComment (line 60) | public function getComment(); method getCreatedAt (line 67) | public function getCreatedAt(); method setCreatedAt (line 75) | public function setCreatedAt($createdAt); method getEntityId (line 82) | public function getEntityId(); method setEntityId (line 90) | public function setEntityId($entityId); method getEntityName (line 97) | public function getEntityName(); method getIsCustomerNotified (line 104) | public function getIsCustomerNotified(); method getIsVisibleOnFront (line 111) | public function getIsVisibleOnFront(); method getParentId (line 118) | public function getParentId(); method getStatus (line 125) | public function getStatus(); method setParentId (line 133) | public function setParentId($id); method setIsCustomerNotified (line 141) | public function setIsCustomerNotified($isCustomerNotified); method setIsVisibleOnFront (line 149) | public function setIsVisibleOnFront($isVisibleOnFront); method setComment (line 157) | public function setComment($comment); method setStatus (line 165) | public function setStatus($status); method setEntityName (line 173) | public function setEntityName($entityName); method getExtensionAttributes (line 180) | public function getExtensionAttributes(); method setExtensionAttributes (line 188) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/OrderStatusHistorySearchResultInterface.php type OrderStatusHistorySearchResultInterface (line 17) | interface OrderStatusHistorySearchResultInterface extends \Magento\Frame... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/ShipmentCommentCreationInterface.php type ShipmentCommentCreationInterface (line 15) | interface ShipmentCommentCreationInterface extends ExtensibleDataInterfa... method getExtensionAttributes (line 23) | public function getExtensionAttributes(); method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentCommentInterface.php type ShipmentCommentInterface (line 18) | interface ShipmentCommentInterface extends ExtensibleDataInterface, Comm... method getIsCustomerNotified (line 37) | public function getIsCustomerNotified(); method getParentId (line 44) | public function getParentId(); method setParentId (line 52) | public function setParentId($id); method setIsCustomerNotified (line 60) | public function setIsCustomerNotified($isCustomerNotified); method getExtensionAttributes (line 67) | public function getExtensionAttributes(); method setExtensionAttributes (line 75) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentCommentSearchResultInterface.php type ShipmentCommentSearchResultInterface (line 16) | interface ShipmentCommentSearchResultInterface extends \Magento\Framewor... method getItems (line 23) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/ShipmentCreationArgumentsInterface.php type ShipmentCreationArgumentsInterface (line 14) | interface ShipmentCreationArgumentsInterface extends \Magento\Framework\... method getExtensionAttributes (line 22) | public function getExtensionAttributes(); method setExtensionAttributes (line 32) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentInterface.php type ShipmentInterface (line 16) | interface ShipmentInterface extends \Magento\Framework\Api\ExtensibleDat... method getBillingAddressId (line 99) | public function getBillingAddressId(); method getCreatedAt (line 106) | public function getCreatedAt(); method setCreatedAt (line 114) | public function setCreatedAt($createdAt); method getCustomerId (line 121) | public function getCustomerId(); method getEmailSent (line 128) | public function getEmailSent(); method getEntityId (line 135) | public function getEntityId(); method setEntityId (line 143) | public function setEntityId($entityId); method getIncrementId (line 150) | public function getIncrementId(); method getOrderId (line 157) | public function getOrderId(); method getPackages (line 164) | public function getPackages(); method setPackages (line 172) | public function setPackages(array $packages = null); method getShipmentStatus (line 179) | public function getShipmentStatus(); method getShippingAddressId (line 186) | public function getShippingAddressId(); method getShippingLabel (line 193) | public function getShippingLabel(); method getStoreId (line 200) | public function getStoreId(); method getTotalQty (line 207) | public function getTotalQty(); method getTotalWeight (line 214) | public function getTotalWeight(); method getUpdatedAt (line 221) | public function getUpdatedAt(); method getItems (line 228) | public function getItems(); method setItems (line 236) | public function setItems($items); method getTracks (line 243) | public function getTracks(); method setTracks (line 251) | public function setTracks($tracks); method getComments (line 258) | public function getComments(); method setComments (line 266) | public function setComments($comments = null); method setStoreId (line 274) | public function setStoreId($id); method setTotalWeight (line 282) | public function setTotalWeight($totalWeight); method setTotalQty (line 290) | public function setTotalQty($qty); method setEmailSent (line 298) | public function setEmailSent($emailSent); method setOrderId (line 306) | public function setOrderId($id); method setCustomerId (line 314) | public function setCustomerId($id); method setShippingAddressId (line 322) | public function setShippingAddressId($id); method setBillingAddressId (line 330) | public function setBillingAddressId($id); method setShipmentStatus (line 338) | public function setShipmentStatus($shipmentStatus); method setIncrementId (line 346) | public function setIncrementId($id); method setShippingLabel (line 354) | public function setShippingLabel($shippingLabel); method setUpdatedAt (line 362) | public function setUpdatedAt($timestamp); method getExtensionAttributes (line 369) | public function getExtensionAttributes(); method setExtensionAttributes (line 377) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Shipmen... FILE: app/code/Magento/Sales/Api/Data/ShipmentItemCreationInterface.php type ShipmentItemCreationInterface (line 17) | interface ShipmentItemCreationInterface extends method getExtensionAttributes (line 27) | public function getExtensionAttributes(); method setExtensionAttributes (line 36) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentItemInterface.php type ShipmentItemInterface (line 16) | interface ShipmentItemInterface extends method getAdditionalData (line 77) | public function getAdditionalData(); method getDescription (line 84) | public function getDescription(); method getEntityId (line 91) | public function getEntityId(); method setEntityId (line 99) | public function setEntityId($entityId); method getName (line 106) | public function getName(); method getParentId (line 113) | public function getParentId(); method getPrice (line 120) | public function getPrice(); method getProductId (line 127) | public function getProductId(); method getRowTotal (line 134) | public function getRowTotal(); method getSku (line 141) | public function getSku(); method getWeight (line 148) | public function getWeight(); method setParentId (line 156) | public function setParentId($id); method setRowTotal (line 164) | public function setRowTotal($amount); method setPrice (line 172) | public function setPrice($price); method setWeight (line 180) | public function setWeight($weight); method setProductId (line 188) | public function setProductId($id); method setAdditionalData (line 196) | public function setAdditionalData($additionalData); method setDescription (line 204) | public function setDescription($description); method setName (line 212) | public function setName($name); method setSku (line 220) | public function setSku($sku); method getExtensionAttributes (line 227) | public function getExtensionAttributes(); method setExtensionAttributes (line 235) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Shipmen... FILE: app/code/Magento/Sales/Api/Data/ShipmentItemSearchResultInterface.php type ShipmentItemSearchResultInterface (line 16) | interface ShipmentItemSearchResultInterface extends \Magento\Framework\A... method getItems (line 23) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/ShipmentPackageCreationInterface.php type ShipmentPackageCreationInterface (line 16) | interface ShipmentPackageCreationInterface extends \Magento\Framework\Ap... method getExtensionAttributes (line 24) | public function getExtensionAttributes(); method setExtensionAttributes (line 33) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentPackageInterface.php type ShipmentPackageInterface (line 16) | interface ShipmentPackageInterface extends \Magento\Framework\Api\Extens... method getExtensionAttributes (line 23) | public function getExtensionAttributes(); method setExtensionAttributes (line 31) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentSearchResultInterface.php type ShipmentSearchResultInterface (line 18) | interface ShipmentSearchResultInterface extends SearchResultsInterface method getItems (line 25) | public function getItems(); method setItems (line 33) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/ShipmentTrackCreationInterface.php type ShipmentTrackCreationInterface (line 17) | interface ShipmentTrackCreationInterface extends TrackInterface, Extensi... method getExtensionAttributes (line 25) | public function getExtensionAttributes(); method setExtensionAttributes (line 34) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentTrackInterface.php type ShipmentTrackInterface (line 19) | interface ShipmentTrackInterface extends TrackInterface, ExtensibleDataI... method setOrderId (line 75) | public function setOrderId($id); method getOrderId (line 82) | public function getOrderId(); method getCreatedAt (line 89) | public function getCreatedAt(); method setCreatedAt (line 97) | public function setCreatedAt($createdAt); method getEntityId (line 104) | public function getEntityId(); method setEntityId (line 112) | public function setEntityId($entityId); method getParentId (line 119) | public function getParentId(); method getUpdatedAt (line 126) | public function getUpdatedAt(); method setUpdatedAt (line 134) | public function setUpdatedAt($timestamp); method setParentId (line 142) | public function setParentId($id); method setWeight (line 150) | public function setWeight($weight); method getWeight (line 157) | public function getWeight(); method setQty (line 165) | public function setQty($qty); method getQty (line 172) | public function getQty(); method setDescription (line 180) | public function setDescription($description); method getDescription (line 187) | public function getDescription(); method getExtensionAttributes (line 194) | public function getExtensionAttributes(); method setExtensionAttributes (line 202) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShipmentTrackSearchResultInterface.php type ShipmentTrackSearchResultInterface (line 17) | interface ShipmentTrackSearchResultInterface extends \Magento\Framework\... method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Data/ShippingAssignmentInterface.php type ShippingAssignmentInterface (line 15) | interface ShippingAssignmentInterface extends ExtensibleDataInterface method getShipping (line 33) | public function getShipping(); method getItems (line 41) | public function getItems(); method getStockId (line 49) | public function getStockId(); method setShipping (line 58) | public function setShipping(\Magento\Sales\Api\Data\ShippingInterface ... method setItems (line 67) | public function setItems(array $items); method setStockId (line 76) | public function setStockId($stockId = null); method getExtensionAttributes (line 84) | public function getExtensionAttributes(); method setExtensionAttributes (line 93) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/ShippingInterface.php type ShippingInterface (line 13) | interface ShippingInterface extends \Magento\Framework\Api\ExtensibleDat... method getAddress (line 31) | public function getAddress(); method getMethod (line 39) | public function getMethod(); method getTotal (line 47) | public function getTotal(); method setAddress (line 56) | public function setAddress(\Magento\Sales\Api\Data\OrderAddressInterfa... method setMethod (line 65) | public function setMethod($method); method setTotal (line 74) | public function setTotal(\Magento\Sales\Api\Data\TotalInterface $total); method getExtensionAttributes (line 82) | public function getExtensionAttributes(); method setExtensionAttributes (line 91) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/TotalInterface.php type TotalInterface (line 15) | interface TotalInterface extends ExtensibleDataInterface method getBaseShippingAmount (line 100) | public function getBaseShippingAmount(); method getBaseShippingCanceled (line 108) | public function getBaseShippingCanceled(); method getBaseShippingDiscountAmount (line 116) | public function getBaseShippingDiscountAmount(); method getBaseShippingDiscountTaxCompensationAmnt (line 124) | public function getBaseShippingDiscountTaxCompensationAmnt(); method getBaseShippingInclTax (line 132) | public function getBaseShippingInclTax(); method getBaseShippingInvoiced (line 140) | public function getBaseShippingInvoiced(); method getBaseShippingRefunded (line 148) | public function getBaseShippingRefunded(); method getBaseShippingTaxAmount (line 156) | public function getBaseShippingTaxAmount(); method getBaseShippingTaxRefunded (line 164) | public function getBaseShippingTaxRefunded(); method getShippingAmount (line 172) | public function getShippingAmount(); method getShippingCanceled (line 180) | public function getShippingCanceled(); method getShippingDiscountAmount (line 188) | public function getShippingDiscountAmount(); method getShippingDiscountTaxCompensationAmount (line 196) | public function getShippingDiscountTaxCompensationAmount(); method getShippingInclTax (line 204) | public function getShippingInclTax(); method getShippingInvoiced (line 212) | public function getShippingInvoiced(); method getShippingRefunded (line 220) | public function getShippingRefunded(); method getShippingTaxAmount (line 228) | public function getShippingTaxAmount(); method getShippingTaxRefunded (line 236) | public function getShippingTaxRefunded(); method setBaseShippingAmount (line 245) | public function setBaseShippingAmount($amount); method setBaseShippingCanceled (line 254) | public function setBaseShippingCanceled($baseShippingCanceled); method setBaseShippingDiscountAmount (line 263) | public function setBaseShippingDiscountAmount($amount); method setBaseShippingDiscountTaxCompensationAmnt (line 272) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt); method setBaseShippingInclTax (line 281) | public function setBaseShippingInclTax($amount); method setBaseShippingInvoiced (line 290) | public function setBaseShippingInvoiced($baseShippingInvoiced); method setBaseShippingRefunded (line 299) | public function setBaseShippingRefunded($baseShippingRefunded); method setBaseShippingTaxAmount (line 308) | public function setBaseShippingTaxAmount($amount); method setBaseShippingTaxRefunded (line 317) | public function setBaseShippingTaxRefunded($baseShippingTaxRefunded); method setShippingAmount (line 326) | public function setShippingAmount($amount); method setShippingCanceled (line 335) | public function setShippingCanceled($shippingCanceled); method setShippingDiscountAmount (line 344) | public function setShippingDiscountAmount($amount); method setShippingDiscountTaxCompensationAmount (line 353) | public function setShippingDiscountTaxCompensationAmount($amount); method setShippingInclTax (line 362) | public function setShippingInclTax($amount); method setShippingInvoiced (line 371) | public function setShippingInvoiced($shippingInvoiced); method setShippingRefunded (line 380) | public function setShippingRefunded($shippingRefunded); method setShippingTaxAmount (line 389) | public function setShippingTaxAmount($amount); method setShippingTaxRefunded (line 398) | public function setShippingTaxRefunded($shippingTaxRefunded); method getExtensionAttributes (line 406) | public function getExtensionAttributes(); method setExtensionAttributes (line 415) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Api/Data/TrackInterface.php type TrackInterface (line 14) | interface TrackInterface method setTrackNumber (line 23) | public function setTrackNumber($trackNumber); method getTrackNumber (line 31) | public function getTrackNumber(); method setTitle (line 40) | public function setTitle($title); method getTitle (line 48) | public function getTitle(); method setCarrierCode (line 57) | public function setCarrierCode($code); method getCarrierCode (line 65) | public function getCarrierCode(); FILE: app/code/Magento/Sales/Api/Data/TransactionInterface.php type TransactionInterface (line 15) | interface TransactionInterface extends \Magento\Framework\Api\Extensible... method getTransactionId (line 96) | public function getTransactionId(); method setTransactionId (line 104) | public function setTransactionId($id); method getParentId (line 111) | public function getParentId(); method getOrderId (line 118) | public function getOrderId(); method getPaymentId (line 125) | public function getPaymentId(); method getTxnId (line 132) | public function getTxnId(); method getParentTxnId (line 139) | public function getParentTxnId(); method getTxnType (line 146) | public function getTxnType(); method getIsClosed (line 153) | public function getIsClosed(); method getAdditionalInformation (line 160) | public function getAdditionalInformation(); method getCreatedAt (line 167) | public function getCreatedAt(); method setCreatedAt (line 175) | public function setCreatedAt($createdAt); method getChildTransactions (line 182) | public function getChildTransactions(); method setParentId (line 190) | public function setParentId($id); method setOrderId (line 198) | public function setOrderId($id); method setPaymentId (line 206) | public function setPaymentId($id); method setTxnId (line 214) | public function setTxnId($id); method setParentTxnId (line 222) | public function setParentTxnId($id); method setTxnType (line 230) | public function setTxnType($txnType); method setIsClosed (line 238) | public function setIsClosed($isClosed); method setAdditionalInformation (line 250) | public function setAdditionalInformation($key, $value); method getExtensionAttributes (line 257) | public function getExtensionAttributes(); method setExtensionAttributes (line 265) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Transac... FILE: app/code/Magento/Sales/Api/Data/TransactionSearchResultInterface.php type TransactionSearchResultInterface (line 15) | interface TransactionSearchResultInterface extends \Magento\Framework\Ap... method getItems (line 22) | public function getItems(); method setItems (line 30) | public function setItems(array $items); FILE: app/code/Magento/Sales/Api/Exception/CouldNotInvoiceExceptionInterface.php type CouldNotInvoiceExceptionInterface (line 12) | interface CouldNotInvoiceExceptionInterface FILE: app/code/Magento/Sales/Api/Exception/CouldNotRefundExceptionInterface.php type CouldNotRefundExceptionInterface (line 12) | interface CouldNotRefundExceptionInterface FILE: app/code/Magento/Sales/Api/Exception/CouldNotShipExceptionInterface.php type CouldNotShipExceptionInterface (line 12) | interface CouldNotShipExceptionInterface FILE: app/code/Magento/Sales/Api/Exception/DocumentValidationExceptionInterface.php type DocumentValidationExceptionInterface (line 12) | interface DocumentValidationExceptionInterface FILE: app/code/Magento/Sales/Api/InvoiceCommentRepositoryInterface.php type InvoiceCommentRepositoryInterface (line 16) | interface InvoiceCommentRepositoryInterface method getList (line 24) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 32) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\InvoiceCommentInterface... method save (line 50) | public function save(\Magento\Sales\Api\Data\InvoiceCommentInterface $... FILE: app/code/Magento/Sales/Api/InvoiceItemRepositoryInterface.php type InvoiceItemRepositoryInterface (line 15) | interface InvoiceItemRepositoryInterface method getList (line 23) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 31) | public function get($id); method delete (line 40) | public function delete(\Magento\Sales\Api\Data\InvoiceItemInterface $e... method save (line 49) | public function save(\Magento\Sales\Api\Data\InvoiceItemInterface $ent... FILE: app/code/Magento/Sales/Api/InvoiceManagementInterface.php type InvoiceManagementInterface (line 15) | interface InvoiceManagementInterface method setCapture (line 23) | public function setCapture($id); method getCommentsList (line 31) | public function getCommentsList($id); method notify (line 39) | public function notify($id); method setVoid (line 47) | public function setVoid($id); FILE: app/code/Magento/Sales/Api/InvoiceOrderInterface.php type InvoiceOrderInterface (line 15) | interface InvoiceOrderInterface method execute (line 28) | public function execute( FILE: app/code/Magento/Sales/Api/InvoiceRepositoryInterface.php type InvoiceRepositoryInterface (line 15) | interface InvoiceRepositoryInterface method getList (line 27) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method create (line 34) | public function create(); method get (line 42) | public function get($id); method delete (line 50) | public function delete(\Magento\Sales\Api\Data\InvoiceInterface $entity); method save (line 58) | public function save(\Magento\Sales\Api\Data\InvoiceInterface $entity); FILE: app/code/Magento/Sales/Api/OrderAddressRepositoryInterface.php type OrderAddressRepositoryInterface (line 17) | interface OrderAddressRepositoryInterface method getList (line 25) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 33) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\OrderAddressInterface $... method save (line 49) | public function save(\Magento\Sales\Api\Data\OrderAddressInterface $en... FILE: app/code/Magento/Sales/Api/OrderCustomerDelegateInterface.php type OrderCustomerDelegateInterface (line 15) | interface OrderCustomerDelegateInterface method delegateNew (line 24) | public function delegateNew(int $orderId): Redirect; FILE: app/code/Magento/Sales/Api/OrderCustomerManagementInterface.php type OrderCustomerManagementInterface (line 13) | interface OrderCustomerManagementInterface method create (line 22) | public function create($orderId); FILE: app/code/Magento/Sales/Api/OrderItemRepositoryInterface.php type OrderItemRepositoryInterface (line 17) | interface OrderItemRepositoryInterface method getList (line 29) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 37) | public function get($id); method delete (line 45) | public function delete(\Magento\Sales\Api\Data\OrderItemInterface $ent... method save (line 53) | public function save(\Magento\Sales\Api\Data\OrderItemInterface $entity); FILE: app/code/Magento/Sales/Api/OrderManagementInterface.php type OrderManagementInterface (line 18) | interface OrderManagementInterface method cancel (line 26) | public function cancel($id); method getCommentsList (line 35) | public function getCommentsList($id); method addComment (line 44) | public function addComment($id, \Magento\Sales\Api\Data\OrderStatusHis... method notify (line 52) | public function notify($id); method getStatus (line 60) | public function getStatus($id); method hold (line 68) | public function hold($id); method unHold (line 76) | public function unHold($id); method place (line 82) | public function place(\Magento\Sales\Api\Data\OrderInterface $order); FILE: app/code/Magento/Sales/Api/OrderPaymentRepositoryInterface.php type OrderPaymentRepositoryInterface (line 17) | interface OrderPaymentRepositoryInterface method getList (line 25) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 33) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\OrderPaymentInterface $... method save (line 49) | public function save(\Magento\Sales\Api\Data\OrderPaymentInterface $en... method create (line 56) | public function create(); FILE: app/code/Magento/Sales/Api/OrderRepositoryInterface.php type OrderRepositoryInterface (line 17) | interface OrderRepositoryInterface method getList (line 29) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 37) | public function get($id); method delete (line 45) | public function delete(\Magento\Sales\Api\Data\OrderInterface $entity); method save (line 53) | public function save(\Magento\Sales\Api\Data\OrderInterface $entity); FILE: app/code/Magento/Sales/Api/OrderStatusHistoryRepositoryInterface.php type OrderStatusHistoryRepositoryInterface (line 18) | interface OrderStatusHistoryRepositoryInterface method getList (line 27) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 35) | public function get($id); method delete (line 44) | public function delete(\Magento\Sales\Api\Data\OrderStatusHistoryInter... method save (line 53) | public function save(\Magento\Sales\Api\Data\OrderStatusHistoryInterfa... FILE: app/code/Magento/Sales/Api/PaymentFailuresInterface.php type PaymentFailuresInterface (line 13) | interface PaymentFailuresInterface method handle (line 23) | public function handle( FILE: app/code/Magento/Sales/Api/RefundInvoiceInterface.php type RefundInvoiceInterface (line 14) | interface RefundInvoiceInterface method execute (line 29) | public function execute( FILE: app/code/Magento/Sales/Api/RefundOrderInterface.php type RefundOrderInterface (line 14) | interface RefundOrderInterface method execute (line 28) | public function execute( FILE: app/code/Magento/Sales/Api/ShipOrderInterface.php type ShipOrderInterface (line 14) | interface ShipOrderInterface method execute (line 30) | public function execute( FILE: app/code/Magento/Sales/Api/ShipmentCommentRepositoryInterface.php type ShipmentCommentRepositoryInterface (line 16) | interface ShipmentCommentRepositoryInterface method getList (line 24) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 32) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\ShipmentCommentInterfac... method save (line 50) | public function save(\Magento\Sales\Api\Data\ShipmentCommentInterface ... FILE: app/code/Magento/Sales/Api/ShipmentItemRepositoryInterface.php type ShipmentItemRepositoryInterface (line 16) | interface ShipmentItemRepositoryInterface method getList (line 24) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 32) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\ShipmentItemInterface $... method save (line 50) | public function save(\Magento\Sales\Api\Data\ShipmentItemInterface $en... FILE: app/code/Magento/Sales/Api/ShipmentManagementInterface.php type ShipmentManagementInterface (line 16) | interface ShipmentManagementInterface method getLabel (line 24) | public function getLabel($id); method getCommentsList (line 32) | public function getCommentsList($id); method notify (line 40) | public function notify($id); FILE: app/code/Magento/Sales/Api/ShipmentRepositoryInterface.php type ShipmentRepositoryInterface (line 16) | interface ShipmentRepositoryInterface method getList (line 28) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 36) | public function get($id); method delete (line 44) | public function delete(\Magento\Sales\Api\Data\ShipmentInterface $enti... method save (line 52) | public function save(\Magento\Sales\Api\Data\ShipmentInterface $entity); method create (line 59) | public function create(); FILE: app/code/Magento/Sales/Api/ShipmentTrackRepositoryInterface.php type ShipmentTrackRepositoryInterface (line 16) | interface ShipmentTrackRepositoryInterface method getList (line 24) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 32) | public function get($id); method delete (line 41) | public function delete(\Magento\Sales\Api\Data\ShipmentTrackInterface ... method save (line 50) | public function save(\Magento\Sales\Api\Data\ShipmentTrackInterface $e... method deleteById (line 59) | public function deleteById($id); FILE: app/code/Magento/Sales/Api/TransactionRepositoryInterface.php type TransactionRepositoryInterface (line 15) | interface TransactionRepositoryInterface method getList (line 27) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 35) | public function get($id); method delete (line 43) | public function delete(\Magento\Sales\Api\Data\TransactionInterface $e... method save (line 51) | public function save(\Magento\Sales\Api\Data\TransactionInterface $ent... method create (line 58) | public function create(); FILE: app/code/Magento/Sales/Block/Adminhtml/Creditmemo.php class Creditmemo (line 13) | class Creditmemo extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/CustomerOrdersTab.php class CustomerOrdersTab (line 18) | class CustomerOrdersTab extends TabWrapper method __construct (line 39) | public function __construct(Context $context, Registry $registry, arra... method canShowTab (line 48) | public function canShowTab() method getTabLabel (line 60) | public function getTabLabel() method getTabUrl (line 70) | public function getTabUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Invoice.php class Invoice (line 13) | class Invoice extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() method getPaymentInfoHtml (line 34) | public function getPaymentInfoHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Items/AbstractItems.php class AbstractItems (line 17) | class AbstractItems extends \Magento\Backend\Block\Template method __construct (line 65) | public function __construct( method setColumnRenders (line 84) | public function setColumnRenders(array $blocks) method getItemRenderer (line 103) | public function getItemRenderer($type) method getColumnRenderer (line 122) | public function getColumnRenderer($column, $compositePart = '') method getItemHtml (line 140) | public function getItemHtml(\Magento\Framework\DataObject $item) method getItemExtraInfoHtml (line 157) | public function getItemExtraInfoHtml(\Magento\Framework\DataObject $item) method getColumnHtml (line 174) | public function getColumnHtml(\Magento\Framework\DataObject $item, $co... method getCreditmemo (line 197) | public function getCreditmemo() method getOrder (line 212) | public function getOrder() method getPriceDataObject (line 241) | public function getPriceDataObject() method displayPriceAttribute (line 258) | public function displayPriceAttribute($code, $strong = false, $separat... method displayPrices (line 287) | public function displayPrices($basePrice, $price, $strong = false, $se... method displayRoundedPrices (line 302) | public function displayRoundedPrices($basePrice, $price, $precision = ... method displayTaxCalculation (line 324) | public function displayTaxCalculation(\Magento\Framework\DataObject $i... method displayTaxPercent (line 346) | public function displayTaxPercent(\Magento\Framework\DataObject $item) method canCreateShipment (line 364) | public function canCreateShipment() method setCanEditQty (line 382) | public function setCanEditQty($value) method canEditQty (line 393) | public function canEditQty() method canCapture (line 422) | public function canCapture() method formatPrice (line 436) | public function formatPrice($price) method getSource (line 446) | public function getSource() method getInvoice (line 456) | public function getInvoice() method canReturnToStock (line 465) | public function canReturnToStock($store = null) method canReturnItemToStock (line 476) | public function canReturnItemToStock($item = null) method canParentReturnToStock (line 498) | public function canParentReturnToStock($item = null) method canShipPartially (line 516) | public function canShipPartially($order = null) method canShipPartiallyItem (line 534) | public function canShipPartiallyItem($order = null) method isShipmentRegular (line 551) | public function isShipmentRegular() FILE: app/code/Magento/Sales/Block/Adminhtml/Items/Column/DefaultColumn.php class DefaultColumn (line 20) | class DefaultColumn extends \Magento\Sales\Block\Adminhtml\Items\Abstrac... method __construct (line 37) | public function __construct( method getItem (line 54) | public function getItem() method getOrderOptions (line 69) | public function getOrderOptions() method getCustomizedOptionValue (line 92) | public function getCustomizedOptionValue($optionInfo) method getSku (line 112) | public function getSku() method getTotalAmount (line 123) | public function getTotalAmount($item) method getBaseTotalAmount (line 136) | public function getBaseTotalAmount($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Items/Column/Name.php class Name (line 16) | class Name extends \Magento\Sales\Block\Adminhtml\Items\Column\DefaultCo... method truncateString (line 34) | public function truncateString($value, $length = 80, $etc = '...', &$r... method getFormattedOption (line 49) | public function getFormattedOption($value) FILE: app/code/Magento/Sales/Block/Adminhtml/Items/Column/Qty.php class Qty (line 15) | class Qty extends \Magento\Sales\Block\Adminhtml\Items\Column\DefaultColumn FILE: app/code/Magento/Sales/Block/Adminhtml/Items/Renderer/DefaultRenderer.php class DefaultRenderer (line 16) | class DefaultRenderer extends \Magento\Sales\Block\Adminhtml\Items\Abstr... method getItem (line 23) | public function getItem() FILE: app/code/Magento/Sales/Block/Adminhtml/Order.php class Order (line 13) | class Order extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() method getCreateUrl (line 37) | public function getCreateUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/AbstractOrder.php class AbstractOrder (line 17) | class AbstractOrder extends \Magento\Backend\Block\Widget method __construct (line 39) | public function __construct( method getOrder (line 56) | public function getOrder() method getPriceDataObject (line 75) | public function getPriceDataObject() method displayPriceAttribute (line 92) | public function displayPriceAttribute($code, $strong = false, $separat... method displayPrices (line 106) | public function displayPrices($basePrice, $price, $strong = false, $se... method getOrderTotalData (line 122) | public function getOrderTotalData() method getOrderInfoData (line 132) | public function getOrderInfoData() method displayShippingPriceInclTax (line 143) | public function displayShippingPriceInclTax($order) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Address.php class Address (line 14) | class Address extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getHeaderText (line 57) | public function getHeaderText() method getBackUrl (line 74) | public function getBackUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Address/Form.php class Form (line 15) | class Form extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\Address method __construct (line 51) | public function __construct( method _getAddress (line 97) | protected function _getAddress() method _prepareForm (line 107) | protected function _prepareForm() method getHeaderText (line 125) | public function getHeaderText() method getFormValues (line 135) | public function getFormValues() method getAddressStoreId (line 143) | protected function getAddressStoreId() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Comments/View.php class View (line 15) | class View extends \Magento\Backend\Block\Template method __construct (line 35) | public function __construct( method _beforeToHtml (line 52) | protected function _beforeToHtml() method _prepareLayout (line 68) | protected function _prepareLayout() method getSubmitUrl (line 83) | public function getSubmitUrl() method canSendCommentEmail (line 91) | public function canSendCommentEmail() method escapeHtml (line 117) | public function escapeHtml($data, $allowedTags = null) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create.php class Create (line 15) | class Create extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 29) | public function __construct( method _construct (line 43) | protected function _construct() method _prepareLayout (line 93) | protected function _prepareLayout() method getHeaderHtml (line 109) | public function getHeaderHtml() method getHeaderWidth (line 122) | public function getHeaderWidth() method _getSession (line 132) | protected function _getSession() method getCancelUrl (line 142) | public function getCancelUrl() method getBackUrl (line 158) | public function getBackUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/AbstractCreate.php class AbstractCreate (line 18) | abstract class AbstractCreate extends \Magento\Backend\Block\Widget method __construct (line 46) | public function __construct( method getCreateOrderModel (line 64) | public function getCreateOrderModel() method _getSession (line 74) | protected function _getSession() method getQuote (line 84) | public function getQuote() method getCustomerId (line 94) | public function getCustomerId() method getStore (line 104) | public function getStore() method getStoreId (line 114) | public function getStoreId() method formatPrice (line 125) | public function formatPrice($value) method getItemPrice (line 139) | public function getItemPrice(Product $product) method convertPrice (line 152) | public function convertPrice($value, $format = true) method getProduct (line 171) | public function getProduct($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Address.php class Address (line 16) | class Address extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\A... method getHeaderText (line 23) | public function getHeaderText() method getHeaderCssClass (line 33) | public function getHeaderCssClass() method _prepareForm (line 43) | protected function _prepareForm() method getFormValues (line 60) | public function getFormValues() method getAddressId (line 70) | public function getAddressId() method getAddress (line 80) | public function getAddress() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Method.php class Method (line 15) | class Method extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstrac... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() method getHeaderCssClass (line 43) | public function getHeaderCssClass() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Method/Form.php class Form (line 15) | class Form extends \Magento\Payment\Block\Form\Container method __construct (line 32) | public function __construct( method _canUseMethod (line 50) | protected function _canUseMethod($method) method hasMethods (line 60) | public function hasMethods() method getSelectedMethodCode (line 74) | public function getSelectedMethodCode() method getQuote (line 99) | public function getQuote() method hasSsCardType (line 110) | public function hasSsCardType() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Comment.php class Comment (line 15) | class Comment extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstra... method getHeaderCssClass (line 29) | public function getHeaderCssClass() method getHeaderText (line 39) | public function getHeaderText() method getCommentNote (line 49) | public function getCommentNote() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Coupons.php class Coupons (line 15) | class Coupons extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstra... method _construct (line 22) | protected function _construct() method getCouponCode (line 33) | public function getCouponCode() method getHeaderText (line 43) | public function getHeaderText() method getHeaderCssClass (line 53) | public function getHeaderCssClass() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Coupons/Form.php class Form (line 15) | class Form extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractC... method _construct (line 22) | protected function _construct() method getCouponCode (line 33) | public function getCouponCode() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Customer.php class Customer (line 15) | class Customer extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstr... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() method getButtonsHtml (line 43) | public function getButtonsHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Data.php class Data (line 17) | class Data extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractC... method __construct (line 40) | public function __construct( method getAvailableCurrencies (line 59) | public function getAvailableCurrencies() method getCurrencyName (line 83) | public function getCurrencyName($code) method getCurrencySymbol (line 94) | public function getCurrencySymbol($code) method getCurrentCurrencyCode (line 105) | public function getCurrentCurrencyCode() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form.php class Form (line 16) | class Form extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractC... method __construct (line 64) | public function __construct( method _construct (line 89) | protected function _construct() method getLoadBlockUrl (line 100) | public function getLoadBlockUrl() method getSaveUrl (line 110) | public function getSaveUrl() method getCustomerSelectorDisplay (line 120) | public function getCustomerSelectorDisplay() method getStoreSelectorDisplay (line 134) | public function getStoreSelectorDisplay() method getDataSelectorDisplay (line 149) | public function getDataSelectorDisplay() method getOrderDataJson (line 164) | public function getOrderDataJson() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/AbstractForm.php class AbstractForm (line 16) | abstract class AbstractForm extends \Magento\Sales\Block\Adminhtml\Order... method __construct (line 46) | public function __construct( method _prepareLayout (line 65) | protected function _prepareLayout() method getForm (line 96) | public function getForm() method _prepareForm (line 110) | abstract protected function _prepareForm(); method _getAdditionalFormElementTypes (line 117) | protected function _getAdditionalFormElementTypes() method _getAdditionalFormElementRenderers (line 131) | protected function _getAdditionalFormElementRenderers() method _addAdditionalFormElementData (line 147) | protected function _addAdditionalFormElementData(\Magento\Framework\Da... method _addAttributesToForm (line 160) | protected function _addAttributesToForm($attributes, \Magento\Framewor... method getFormValues (line 226) | public function getFormValues() method getValidationClasses (line 238) | private function getValidationClasses(AttributeMetadataInterface $attr... method getTextLengthValidateClasses (line 259) | private function getTextLengthValidateClasses(AttributeMetadataInterfa... FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Account.php class Account (line 21) | class Account extends AbstractForm method __construct (line 55) | public function __construct( method getHeaderCssClass (line 86) | public function getHeaderCssClass() method getHeaderText (line 96) | public function getHeaderText() method _prepareForm (line 106) | protected function _prepareForm() method _addAdditionalFormElementData (line 146) | protected function _addAdditionalFormElementData(AbstractElement $elem... method getFormValues (line 162) | public function getFormValues() method extractValuesFromAttributes (line 195) | private function extractValuesFromAttributes(array $attributes): array FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Address.php class Address (line 20) | class Address extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\A... method __construct (line 115) | public function __construct( method getConfig (line 160) | public function getConfig($path) method getAddressCollection (line 170) | public function getAddressCollection() method getAddressCollectionJson (line 191) | public function getAddressCollectionJson() method _prepareForm (line 223) | protected function _prepareForm() method processCountryOptions (line 311) | private function processCountryOptions(\Magento\Framework\Data\Form\El... method getCountriesCollection (line 327) | private function getCountriesCollection() method getBackendQuoteSession (line 343) | private function getBackendQuoteSession() method _addAdditionalFormElementData (line 358) | protected function _addAdditionalFormElementData(AbstractElement $elem... method getAddressId (line 371) | public function getAddressId() method getAddressAsString (line 382) | public function getAddressAsString(\Magento\Customer\Api\Data\AddressI... method getAddressStoreId (line 398) | protected function getAddressStoreId() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Giftmessage.php class Giftmessage (line 17) | class Giftmessage extends \Magento\Sales\Block\Adminhtml\Order\Create\Ab... method __construct (line 42) | public function __construct( method getFormHtml (line 63) | public function getFormHtml(\Magento\Framework\DataObject $entity, $en... method getItems (line 81) | public function getItems() method _getGiftmessageSaveModel (line 112) | protected function _getGiftmessageSaveModel() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Giftmessage/Form.php class Form (line 15) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 67) | public function __construct( method setEntity (line 90) | public function setEntity(\Magento\Framework\DataObject $entity) method getEntity (line 101) | public function getEntity() method _getSession (line 109) | protected function _getSession() method getDefaultSender (line 119) | public function getDefaultSender() method getDefaultRecipient (line 145) | public function getDefaultRecipient() method _prepareForm (line 173) | public function _prepareForm() method _prepareHiddenFields (line 212) | protected function _prepareHiddenFields(Fieldset $fieldset) method _prepareVisibleFields (line 228) | protected function _prepareVisibleFields(Fieldset $fieldset) method _initMessage (line 266) | protected function _initMessage() method getMessage (line 277) | public function getMessage() method _getFieldName (line 292) | protected function _getFieldName($name) method _getFieldId (line 303) | protected function _getFieldId($id) method _getFieldIdPrefix (line 313) | protected function _getFieldIdPrefix() method _applyPostData (line 323) | protected function _applyPostData() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Header.php class Header (line 16) | class Header extends AbstractCreate method __construct (line 43) | public function __construct( method _toHtml (line 60) | protected function _toHtml() method _getCreateOrderTitle (line 74) | protected function _getCreateOrderTitle() method _getCustomerName (line 106) | protected function _getCustomerName($customerId) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Items.php class Items (line 17) | class Items extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstract... method _construct (line 31) | protected function _construct() method getHeaderText (line 42) | public function getHeaderText() method getItems (line 52) | public function getItems() method addButton (line 63) | public function addButton($args) method getButtonsHtml (line 73) | public function getButtonsHtml() method _toHtml (line 94) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Items/Grid.php class Grid (line 21) | class Grid extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractC... method __construct (line 90) | public function __construct( method _construct (line 119) | protected function _construct() method getItems (line 130) | public function getItems() method getSession (line 179) | public function getSession() method getItemEditablePrice (line 190) | public function getItemEditablePrice($item) method getOriginalEditablePrice (line 201) | public function getOriginalEditablePrice($item) method getItemOrigPrice (line 223) | public function getItemOrigPrice($item) method isGiftMessagesAvailable (line 234) | public function isGiftMessagesAvailable($item = null) method isAllowedForGiftMessage (line 248) | public function isAllowedForGiftMessage($item) method displayTotalsIncludeTax (line 258) | public function displayTotalsIncludeTax() method getSubtotal (line 270) | public function getSubtotal() method getSubtotalWithDiscount (line 287) | public function getSubtotalWithDiscount() method getDiscountAmount (line 305) | public function getDiscountAmount() method getQuoteAddress (line 315) | public function getQuoteAddress() method usedCustomPriceForItem (line 330) | public function usedCustomPriceForItem($item) method canApplyCustomPrice (line 341) | public function canApplyCustomPrice($item) method getQtyTitle (line 352) | public function getQtyTitle($item) method getTierHtml (line 376) | public function getTierHtml($item) method _getBundleTierPriceInfo (line 398) | protected function _getBundleTierPriceInfo($prices) method _getTierPriceInfo (line 414) | protected function _getTierPriceInfo($prices) method getCustomOptions (line 433) | public function getCustomOptions(Item $item) method getMoveToCustomerStorage (line 461) | public function getMoveToCustomerStorage() method displaySubtotalInclTax (line 472) | public function displaySubtotalInclTax($item) method displayOriginalPriceInclTax (line 488) | public function displayOriginalPriceInclTax($item) method displayRowTotalWithDiscountInclTax (line 503) | public function displayRowTotalWithDiscountInclTax($item) method getInclExclTaxMessage (line 514) | public function getInclExclTaxMessage() method getStore (line 528) | public function getStore() method getConfigureButtonHtml (line 539) | public function getConfigureButtonHtml($item) method getItemExtraInfo (line 562) | public function getItemExtraInfo($item) method isMoveToWishlistAllowed (line 573) | public function isMoveToWishlistAllowed($item) method getCustomerWishlists (line 583) | public function getCustomerWishlists() method getItemUnitPriceHtml (line 594) | public function getItemUnitPriceHtml(Item $item) method getItemRowTotalHtml (line 607) | public function getItemRowTotalHtml(Item $item) method getItemRowTotalWithDiscountHtml (line 620) | public function getItemRowTotalWithDiscountHtml(Item $item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Load.php class Load (line 15) | class Load extends \Magento\Framework\View\Element\Template method __construct (line 35) | public function __construct( method _toHtml (line 51) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Messages.php class Messages (line 15) | class Messages extends \Magento\Framework\View\Element\Messages method _prepareLayout (line 22) | protected function _prepareLayout() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php class Newsletter (line 15) | class Newsletter extends \Magento\Sales\Block\Adminhtml\Order\Create\Abs... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() method getHeaderCssClass (line 43) | public function getHeaderCssClass() method _toHtml (line 51) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter/Form.php class Form (line 15) | class Form extends \Magento\Backend\Block\Widget method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search.php class Search (line 15) | class Search extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstrac... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() method getButtonsHtml (line 43) | public function getButtonsHtml() method getHeaderCssClass (line 62) | public function getHeaderCssClass() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search/Grid.php class Grid (line 19) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 64) | public function __construct( method _construct (line 88) | protected function _construct() method getStore (line 108) | public function getStore() method getQuote (line 118) | public function getQuote() method _addColumnFilterToCollection (line 129) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 155) | protected function _prepareCollection() method _prepareColumns (line 180) | protected function _prepareColumns() method getGridUrl (line 251) | public function getGridUrl() method _getSelectedProducts (line 264) | protected function _getSelectedProducts() method _afterLoadCollection (line 276) | protected function _afterLoadCollection() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search/Grid/DataProvider/ProductCollection.php class ProductCollection (line 17) | class ProductCollection method __construct (line 27) | public function __construct( method getCollectionForStore (line 39) | public function getCollectionForStore(Store $store):Collection FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search/Grid/Renderer/Price.php class Price (line 13) | class Price extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\P... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search/Grid/Renderer/Product.php class Product (line 13) | class Product extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method render (line 21) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search/Grid/Renderer/Qty.php class Qty (line 13) | class Qty extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Input method __construct (line 27) | public function __construct( method _isInactive (line 42) | protected function _isInactive($row) method render (line 53) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Shipping/Address.php class Address (line 18) | class Address extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\A... method getHeaderText (line 25) | public function getHeaderText() method getHeaderCssClass (line 35) | public function getHeaderCssClass() method _prepareForm (line 45) | protected function _prepareForm() method getIsShipping (line 62) | public function getIsShipping() method getIsAsBilling (line 73) | public function getIsAsBilling() method getDontSaveInAddressBook (line 84) | public function getDontSaveInAddressBook() method getFormValues (line 103) | public function getFormValues() method getAddressId (line 113) | public function getAddressId() method getAddress (line 123) | public function getAddress() method getIsDisabled (line 141) | public function getIsDisabled() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Shipping/Method.php class Method (line 15) | class Method extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstrac... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() method getHeaderCssClass (line 43) | public function getHeaderCssClass() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Shipping/Method/Form.php class Form (line 17) | class Form extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractC... method __construct (line 46) | public function __construct( method _construct (line 63) | protected function _construct() method getAddress (line 74) | public function getAddress() method getShippingRates (line 84) | public function getShippingRates() method getCarrierName (line 98) | public function getCarrierName($carrierCode) method getShippingMethod (line 116) | public function getShippingMethod() method isMethodActive (line 127) | public function isMethodActive($code) method getActiveMethodRate (line 137) | public function getActiveMethodRate() method getIsRateRequest (line 157) | public function getIsRateRequest() method getShippingPrice (line 169) | public function getShippingPrice($price, $flag) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar.php class Sidebar (line 15) | class Sidebar extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstra... method _prepareLayout (line 22) | protected function _prepareLayout() method canDisplay (line 53) | public function canDisplay($child) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/AbstractSidebar.php class AbstractSidebar (line 20) | class AbstractSidebar extends \Magento\Sales\Block\Adminhtml\Order\Creat... method __construct (line 44) | public function __construct( method getSidebarStorageAction (line 61) | public function getSidebarStorageAction() method canDisplay (line 71) | public function canDisplay() method canDisplayItemQty (line 81) | public function canDisplayItemQty() method canRemoveItems (line 91) | public function canRemoveItems() method getIdentifierId (line 102) | public function getIdentifierId($item) method getItemId (line 113) | public function getItemId($item) method getProductId (line 124) | public function getProductId($item) method getItemCount (line 134) | public function getItemCount() method getItems (line 150) | public function getItems() method getItemCollection (line 196) | public function getItemCollection() method canDisplayPrice (line 206) | public function canDisplayPrice() method getItemQty (line 217) | public function getItemQty(\Magento\Framework\DataObject $item) method isConfigurationRequired (line 229) | public function isConfigurationRequired($productType) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Cart.php class Cart (line 21) | class Cart extends \Magento\Sales\Block\Adminhtml\Order\Create\Sidebar\A... method _construct (line 35) | protected function _construct() method getHeaderText (line 47) | public function getHeaderText() method getItemCollection (line 57) | public function getItemCollection() method getItemPrice (line 70) | public function getItemPrice(Product $product) method canDisplayItemQty (line 83) | public function canDisplayItemQty() method getIdentifierId (line 94) | public function getIdentifierId($item) method getProductId (line 105) | public function getProductId($item) method _prepareLayout (line 117) | protected function _prepareLayout() method getCartItemCustomPrice (line 138) | private function getCartItemCustomPrice(Product $product): ?float method getItemCount (line 154) | public function getItemCount() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Compared.php class Compared (line 15) | class Compared extends \Magento\Sales\Block\Adminhtml\Order\Create\Sideb... method _construct (line 22) | protected function _construct() method getHeaderText (line 34) | public function getHeaderText() method getItemCollection (line 44) | public function getItemCollection() method getItemId (line 78) | public function getItemId($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Pcompared.php class Pcompared (line 17) | class Pcompared extends \Magento\Sales\Block\Adminhtml\Order\Create\Side... method __construct (line 43) | public function __construct( method _construct (line 63) | protected function _construct() method getHeaderText (line 75) | public function getHeaderText() method getItemCollection (line 85) | public function getItemCollection() method canRemoveItems (line 135) | public function canRemoveItems() method getIdentifierId (line 146) | public function getIdentifierId($item) method getProductId (line 157) | public function getProductId($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Pviewed.php class Pviewed (line 17) | class Pviewed extends \Magento\Sales\Block\Adminhtml\Order\Create\Sideba... method __construct (line 43) | public function __construct( method _construct (line 63) | protected function _construct() method getHeaderText (line 75) | public function getHeaderText() method getItemCollection (line 85) | public function getItemCollection() method canRemoveItems (line 133) | public function canRemoveItems() method getIdentifierId (line 144) | public function getIdentifierId($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Reorder.php class Reorder (line 17) | class Reorder extends \Magento\Sales\Block\Adminhtml\Order\Create\Sideba... method __construct (line 42) | public function __construct( method _construct (line 60) | protected function _construct() method getHeaderText (line 72) | public function getHeaderText() method getLastOrder (line 82) | public function getLastOrder() method getItemCollection (line 109) | public function getItemCollection() method canDisplayItemQty (line 128) | public function canDisplayItemQty() method canRemoveItems (line 138) | public function canRemoveItems() method canDisplayPrice (line 148) | public function canDisplayPrice() method getIdentifierId (line 159) | public function getIdentifierId($item) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Viewed.php class Viewed (line 15) | class Viewed extends \Magento\Sales\Block\Adminhtml\Order\Create\Sidebar... method _construct (line 22) | protected function _construct() method canDisplay (line 34) | public function canDisplay() method canRemoveItems (line 44) | public function canRemoveItems() method getHeaderText (line 54) | public function getHeaderText() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/Wishlist.php class Wishlist (line 15) | class Wishlist extends \Magento\Sales\Block\Adminhtml\Order\Create\Sideb... method _construct (line 29) | protected function _construct() method getHeaderText (line 41) | public function getHeaderText() method getItemCollection (line 51) | public function getItemCollection() method getItems (line 69) | public function getItems() method getProductId (line 87) | public function getProductId($item) method getIdentifierId (line 98) | public function getIdentifierId($item) method canDisplayItemQty (line 108) | public function canDisplayItemQty() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Store.php class Store (line 15) | class Store extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstract... method _construct (line 22) | protected function _construct() method getHeaderText (line 33) | public function getHeaderText() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Store/Select.php class Select (line 15) | class Select extends \Magento\Backend\Block\Store\Switcher method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals.php class Totals (line 17) | class Totals extends \Magento\Sales\Block\Adminhtml\Order\Create\Abstrac... method __construct (line 56) | public function __construct( method _construct (line 75) | protected function _construct() method getTotals (line 86) | public function getTotals() method getHeaderText (line 102) | public function getHeaderText() method getHeaderCssClass (line 112) | public function getHeaderCssClass() method _getTotalRenderer (line 123) | protected function _getTotalRenderer($code) method renderTotal (line 152) | public function renderTotal($total, $area = null, $colspan = 1) method renderTotals (line 172) | public function renderTotals($area = null, $colspan = 1) method canSendNewOrderConfirmationEmail (line 189) | public function canSendNewOrderConfirmationEmail() method getNoteNotify (line 200) | public function getNoteNotify() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/DefaultTotals.php class DefaultTotals (line 15) | class DefaultTotals extends \Magento\Sales\Block\Adminhtml\Order\Create\... method _getSession (line 34) | protected function _getSession() method getStore (line 44) | public function getStore() method formatPrice (line 55) | public function formatPrice($value) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Discount.php class Discount (line 16) | class Discount extends \Magento\Sales\Block\Adminhtml\Order\Create\Total... method __construct (line 33) | public function __construct( method displayBoth (line 52) | public function displayBoth() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Grandtotal.php class Grandtotal (line 16) | class Grandtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Tot... method __construct (line 42) | public function __construct( method includeTax (line 61) | public function includeTax() method getTotalExclTax (line 71) | public function getTotalExclTax() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Shipping.php class Shipping (line 16) | class Shipping extends \Magento\Sales\Block\Adminhtml\Order\Create\Total... method __construct (line 42) | public function __construct( method displayBoth (line 61) | public function displayBoth() method displayIncludeTax (line 71) | public function displayIncludeTax() method getShippingIncludeTax (line 81) | public function getShippingIncludeTax() method getShippingExcludeTax (line 91) | public function getShippingExcludeTax() method getIncludeTaxLabel (line 101) | public function getIncludeTaxLabel() method getExcludeTaxLabel (line 114) | public function getExcludeTaxLabel() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Subtotal.php class Subtotal (line 16) | class Subtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Total... method __construct (line 42) | public function __construct( method displayBoth (line 61) | public function displayBoth() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Table.php class Table (line 15) | class Table extends \Magento\Backend\Block\Template method _construct (line 29) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Tax.php class Tax (line 14) | class Tax extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Def... FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create.php class Create (line 14) | class Create extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getCreditmemo (line 59) | public function getCreditmemo() method getHeaderText (line 69) | public function getHeaderText() method getBackUrl (line 85) | public function getBackUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Adjustments.php class Adjustments (line 16) | class Adjustments extends \Magento\Backend\Block\Template method __construct (line 43) | public function __construct( method initTotals (line 59) | public function initTotals() method getSource (line 76) | public function getSource() method getShippingAmount (line 86) | public function getShippingAmount() method getShippingLabel (line 102) | public function getShippingLabel() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Form.php class Form (line 14) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method getOrder (line 21) | public function getOrder() method getSource (line 31) | public function getSource() method getCreditmemo (line 41) | public function getCreditmemo() method getSaveUrl (line 51) | public function getSaveUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Items.php class Items (line 14) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method __construct (line 36) | public function __construct( method _prepareLayout (line 53) | protected function _prepareLayout() method getOrder (line 103) | public function getOrder() method getSource (line 113) | public function getSource() method getOrderTotalData (line 123) | public function getOrderTotalData() method getOrderTotalbarData (line 133) | public function getOrderTotalbarData() method getCreditmemo (line 151) | public function getCreditmemo() method canEditQty (line 161) | public function canEditQty() method getUpdateButtonHtml (line 174) | public function getUpdateButtonHtml() method getUpdateUrl (line 184) | public function getUpdateUrl() method canReturnItemsToStock (line 200) | public function canReturnItemsToStock() method canSendCreditmemoEmail (line 231) | public function canSendCreditmemoEmail() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Totals.php class Totals (line 17) | class Totals extends \Magento\Sales\Block\Adminhtml\Totals method getCreditmemo (line 31) | public function getCreditmemo() method getSource (line 50) | public function getSource() method _initTotals (line 60) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/View.php class View (line 15) | class View extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 29) | public function __construct( method _construct (line 43) | protected function _construct() method getCreditmemo (line 122) | public function getCreditmemo() method getHeaderText (line 132) | public function getHeaderText() method getBackUrl (line 157) | public function getBackUrl() method getCaptureUrl (line 173) | public function getCaptureUrl() method getVoidUrl (line 183) | public function getVoidUrl() method getCancelUrl (line 193) | public function getCancelUrl() method getEmailUrl (line 203) | public function getEmailUrl() method getPrintUrl (line 219) | public function getPrintUrl() method updateBackButtonUrl (line 230) | public function updateBackButtonUrl($flag) method _isAllowedAction (line 256) | public function _isAllowedAction($resourceId) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/View/Comments.php class Comments (line 15) | class Comments extends \Magento\Backend\Block\Text\ListText method __construct (line 29) | public function __construct( method getCreditmemo (line 43) | public function getCreditmemo() method getOrder (line 53) | public function getOrder() method getSource (line 63) | public function getSource() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/View/Form.php class Form (line 15) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method getOrder (line 22) | public function getOrder() method getSource (line 32) | public function getSource() method getOrderTotalData (line 42) | public function getOrderTotalData() method getCreditmemo (line 52) | public function getCreditmemo() method getOrderUrl (line 62) | public function getOrderUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/View/Items.php class Items (line 14) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method getOrder (line 21) | public function getOrder() method getSource (line 31) | public function getSource() method getOrderTotalData (line 41) | public function getOrderTotalData() method getCreditmemo (line 51) | public function getCreditmemo() method getOrderUrl (line 61) | public function getOrderUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Details.php class Details (line 12) | class Details extends \Magento\Framework\View\Element\Template FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/Create.php class Create (line 14) | class Create extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getInvoice (line 59) | public function getInvoice() method getHeaderText (line 69) | public function getHeaderText() method getBackUrl (line 85) | public function getBackUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/Create/Form.php class Form (line 15) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method getOrder (line 22) | public function getOrder() method getSource (line 32) | public function getSource() method getInvoice (line 42) | public function getInvoice() method getSaveUrl (line 52) | public function getSaveUrl() method canCreateShipment (line 62) | public function canCreateShipment() method hasInvoiceShipmentTypeMismatch (line 77) | public function hasInvoiceShipmentTypeMismatch() method canShipPartiallyItem (line 92) | public function canShipPartiallyItem() method getForcedShipmentCreate (line 106) | public function getForcedShipmentCreate() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/Create/Items.php class Items (line 14) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method __construct (line 38) | public function __construct( method _beforeToHtml (line 55) | protected function _beforeToHtml() method getDisableSubmitButton (line 100) | public function getDisableSubmitButton() method getOrder (line 110) | public function getOrder() method getSource (line 120) | public function getSource() method getInvoice (line 130) | public function getInvoice() method getOrderTotalData (line 140) | public function getOrderTotalData() method getOrderTotalbarData (line 150) | public function getOrderTotalbarData() method formatPrice (line 169) | public function formatPrice($price) method getUpdateButtonHtml (line 179) | public function getUpdateButtonHtml() method getUpdateUrl (line 189) | public function getUpdateUrl() method canCreateShipment (line 199) | public function canCreateShipment() method canEditQty (line 214) | public function canEditQty() method isCaptureAllowed (line 227) | public function isCaptureAllowed() method canCapture (line 237) | public function canCapture() method isGatewayUsed (line 247) | public function isGatewayUsed() method canSendInvoiceEmail (line 257) | public function canSendInvoiceEmail() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/Totals.php class Totals (line 17) | class Totals extends \Magento\Sales\Block\Adminhtml\Totals method getInvoice (line 31) | public function getInvoice() method getSource (line 50) | public function getSource() method _initTotals (line 60) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/View.php class View (line 16) | class View extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 45) | public function __construct( method _construct (line 63) | protected function _construct() method _isPaymentReview (line 168) | protected function _isPaymentReview() method getInvoice (line 179) | public function getInvoice() method getHeaderText (line 189) | public function getHeaderText() method getBackUrl (line 214) | public function getBackUrl() method getCaptureUrl (line 230) | public function getCaptureUrl() method getVoidUrl (line 240) | public function getVoidUrl() method getCancelUrl (line 250) | public function getCancelUrl() method getEmailUrl (line 260) | public function getEmailUrl() method getCreditMemoUrl (line 273) | public function getCreditMemoUrl() method getPrintUrl (line 286) | public function getPrintUrl() method updateBackButtonUrl (line 297) | public function updateBackButtonUrl($flag) method _isAllowedAction (line 322) | protected function _isAllowedAction($resourceId) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/View/Comments.php class Comments (line 15) | class Comments extends \Magento\Backend\Block\Text\ListText method __construct (line 29) | public function __construct( method getOrder (line 43) | public function getOrder() method getSource (line 53) | public function getSource() method getInvoice (line 63) | public function getInvoice() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/View/Form.php class Form (line 15) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method getOrder (line 22) | public function getOrder() method getSource (line 32) | public function getSource() method getInvoice (line 42) | public function getInvoice() method getOrderUrl (line 52) | public function getOrderUrl() method formatPrice (line 63) | public function formatPrice($price) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/View/Items.php class Items (line 14) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method getOrder (line 21) | public function getOrder() method getSource (line 31) | public function getSource() method getInvoice (line 41) | public function getInvoice() method getOrderUrl (line 51) | public function getOrderUrl() method formatPrice (line 62) | public function formatPrice($price) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Payment.php class Payment (line 17) | class Payment extends \Magento\Backend\Block\Template method __construct (line 31) | public function __construct( method _beforeToHtml (line 46) | protected function _beforeToHtml() method setPayment (line 61) | public function setPayment($payment) method _toHtml (line 74) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status.php class Status (line 15) | class Status extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() method getCreateUrl (line 43) | public function getCreateUrl() method getAssignUrl (line 53) | public function getAssignUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/Assign.php class Assign (line 12) | class Assign extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 19) | protected function _construct() method getHeaderText (line 34) | public function getHeaderText() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/Assign/Form.php class Form (line 11) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 35) | public function __construct( method _construct (line 53) | protected function _construct() method _prepareForm (line 64) | protected function _prepareForm() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/Edit.php class Edit (line 12) | class Edit extends \Magento\Sales\Block\Adminhtml\Order\Status\NewStatus method _construct (line 19) | protected function _construct() method getHeaderText (line 31) | public function getHeaderText() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/Edit/Form.php class Form (line 12) | class Form extends \Magento\Sales\Block\Adminhtml\Order\Status\NewStatus... method _construct (line 19) | protected function _construct() method _prepareForm (line 30) | protected function _prepareForm() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/NewStatus.php class NewStatus (line 12) | class NewStatus extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 19) | protected function _construct() method getHeaderText (line 36) | public function getHeaderText() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Status/NewStatus/Form.php class Form (line 11) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _construct (line 18) | protected function _construct() method _prepareForm (line 29) | protected function _prepareForm() method _addStoresFieldset (line 78) | protected function _addStoresFieldset($model, $form) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Totalbar.php class Totalbar (line 16) | class Totalbar extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method _beforeToHtml (line 31) | protected function _beforeToHtml() method getTotals (line 54) | protected function getTotals() method addTotal (line 67) | public function addTotal($label, $value, $grand = false) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Totals.php class Totals (line 15) | class Totals extends \Magento\Sales\Block\Adminhtml\Totals//\Magento\Sal... method _initTotals (line 22) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Totals/Item.php class Item (line 14) | class Item extends \Magento\Sales\Block\Adminhtml\Order\Totals method _beforeToHtml (line 21) | protected function _beforeToHtml() method initTotals (line 37) | public function initTotals() method displayPrices (line 62) | public function displayPrices($baseAmount, $amount) method displayPriceAttribute (line 75) | public function displayPriceAttribute($code, $strong = false, $separat... method getSource (line 85) | public function getSource() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/Totals/Tax.php class Tax (line 15) | class Tax extends \Magento\Tax\Block\Sales\Order\Tax method __construct (line 54) | public function __construct( method getFullTaxInfo (line 75) | public function getFullTaxInfo() method displayAmount (line 105) | public function displayAmount($amount, $baseAmount) method getStore (line 115) | public function getStore() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View.php class View (line 18) | class View extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 55) | public function __construct( method _construct (line 76) | protected function _construct() method getOrder (line 271) | public function getOrder() method getOrderId (line 281) | public function getOrderId() method getHeaderText (line 291) | public function getHeaderText() method getUrl (line 318) | public function getUrl($params = '', $params2 = []) method getEditUrl (line 329) | public function getEditUrl() method getEmailUrl (line 339) | public function getEmailUrl() method getCancelUrl (line 349) | public function getCancelUrl() method getInvoiceUrl (line 359) | public function getInvoiceUrl() method getCreditmemoUrl (line 369) | public function getCreditmemoUrl() method getHoldUrl (line 379) | public function getHoldUrl() method getUnholdUrl (line 389) | public function getUnholdUrl() method getShipUrl (line 399) | public function getShipUrl() method getCommentUrl (line 409) | public function getCommentUrl() method getReorderUrl (line 419) | public function getReorderUrl() method getVoidPaymentUrl (line 429) | public function getVoidPaymentUrl() method _isAllowedAction (line 440) | protected function _isAllowedAction($resourceId) method getBackUrl (line 450) | public function getBackUrl() method getReviewPaymentUrl (line 468) | public function getReviewPaymentUrl($action) method getEditMessage (line 479) | protected function getEditMessage($order) method getNonEditableTypes (line 501) | protected function getNonEditableTypes($order) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Template FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Giftmessage.php class Giftmessage (line 15) | class Giftmessage extends \Magento\Backend\Block\Widget method __construct (line 52) | public function __construct( method getOrder (line 70) | public function getOrder() method _beforeToHtml (line 87) | protected function _beforeToHtml() method _prepareLayout (line 100) | protected function _prepareLayout() method getSaveButtonHtml (line 116) | public function getSaveButtonHtml() method setEntity (line 133) | public function setEntity(\Magento\Framework\DataObject $entity) method getEntity (line 144) | public function getEntity() method getDefaultSender (line 158) | public function getDefaultSender() method getDefaultRecipient (line 176) | public function getDefaultRecipient() method getFieldName (line 205) | public function getFieldName($name) method getFieldId (line 216) | public function getFieldId($id) method getFieldIdPrefix (line 226) | public function getFieldIdPrefix() method _initMessage (line 236) | protected function _initMessage() method getMessage (line 256) | public function getMessage() method getSaveUrl (line 270) | public function getSaveUrl() method getHtmlId (line 283) | public function getHtmlId() method canDisplayGiftmessage (line 293) | public function canDisplayGiftmessage() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/History.php class History (line 14) | class History extends \Magento\Backend\Block\Template method __construct (line 42) | public function __construct( method _prepareLayout (line 60) | protected function _prepareLayout() method getStatuses (line 77) | public function getStatuses() method canSendCommentEmail (line 89) | public function canSendCommentEmail() method getOrder (line 100) | public function getOrder() method canAddComment (line 110) | public function canAddComment() method getSubmitUrl (line 120) | public function getSubmitUrl() method isCustomerNotificationNotApplicable (line 131) | public function isCustomerNotificationNotApplicable(\Magento\Sales\Mod... method escapeHtml (line 143) | public function escapeHtml($data, $allowedTags = null) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Info.php class Info (line 17) | class Info extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method __construct (line 57) | public function __construct( method _beforeToHtml (line 80) | protected function _beforeToHtml() method getOrderStoreName (line 101) | public function getOrderStoreName() method getCustomerGroupName (line 122) | public function getCustomerGroupName() method getCustomerViewUrl (line 143) | public function getCustomerViewUrl() method getViewUrl (line 158) | public function getViewUrl($orderId) method _prepareAccountDataSortOrder (line 171) | protected function _prepareAccountDataSortOrder(array $data, $sortOrder) method getCustomerAccountData (line 186) | public function getCustomerAccountData() method getAddressEditLink (line 221) | public function getAddressEditLink($address, $label = '') method shouldDisplayCustomerIp (line 239) | public function shouldDisplayCustomerIp() method isSingleStoreMode (line 253) | public function isSingleStoreMode() method getCreatedAtStoreDate (line 265) | public function getCreatedAtStoreDate($store, $createdAt) method getTimezoneForStore (line 276) | public function getTimezoneForStore($store) method getOrderAdminDate (line 290) | public function getOrderAdminDate($createdAt) method getFormattedAddress (line 301) | public function getFormattedAddress(Address $address) method getChildHtml (line 310) | public function getChildHtml($alias = '', $useCache = true) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Items.php class Items (line 16) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method getColumns (line 22) | public function getColumns() method _beforeToHtml (line 34) | protected function _beforeToHtml() method getItemsCollection (line 48) | public function getItemsCollection() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Items/Renderer/DefaultRenderer.php class DefaultRenderer (line 16) | class DefaultRenderer extends \Magento\Sales\Block\Adminhtml\Items\Rende... method __construct (line 48) | public function __construct( method getItem (line 67) | public function getItem() method getFieldId (line 78) | public function getFieldId($id) method getFieldIdPrefix (line 88) | public function getFieldIdPrefix() method canDisplayContainer (line 99) | public function canDisplayContainer() method getDefaultSender (line 109) | public function getDefaultSender() method getDefaultRecipient (line 127) | public function getDefaultRecipient() method getFieldName (line 156) | public function getFieldName($name) method _initMessage (line 166) | protected function _initMessage() method getMessage (line 188) | public function getMessage() method getSaveUrl (line 202) | public function getSaveUrl() method getHtmlId (line 215) | public function getHtmlId() method canDisplayGiftmessage (line 225) | public function canDisplayGiftmessage() method displaySubtotalInclTax (line 240) | public function displaySubtotalInclTax($item) method displayPriceInclTax (line 254) | public function displayPriceInclTax(\Magento\Framework\DataObject $item) method getColumnHtml (line 272) | public function getColumnHtml(\Magento\Framework\DataObject $item, $co... method getColumns (line 312) | public function getColumns() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Messages.php class Messages (line 18) | class Messages extends \Magento\Framework\View\Element\Messages method __construct (line 36) | public function __construct( method _getOrder (line 61) | protected function _getOrder() method _prepareLayout (line 71) | protected function _prepareLayout() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/Creditmemos.php class Creditmemos (line 14) | class Creditmemos extends \Magento\Framework\View\Element\Text\ListText ... method getTabLabel (line 20) | public function getTabLabel() method getTabTitle (line 28) | public function getTabTitle() method canShowTab (line 36) | public function canShowTab() method isHidden (line 44) | public function isHidden() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/History.php class History (line 14) | class History extends \Magento\Backend\Block\Template implements \Magent... method __construct (line 41) | public function __construct( method getOrder (line 57) | public function getOrder() method getFullHistory (line 72) | public function getFullHistory() method getItemCreatedAt (line 157) | public function getItemCreatedAt(array $item, $dateType = 'date', $for... method getItemTitle (line 174) | public function getItemTitle(array $item) method isItemNotified (line 186) | public function isItemNotified(array $item, $isSimpleCheck = true) method getItemComment (line 200) | public function getItemComment(array $item) method _prepareHistoryItem (line 216) | protected function _prepareHistoryItem($label, $notified, $created, $c... method getTabLabel (line 224) | public function getTabLabel() method getTabTitle (line 232) | public function getTabTitle() method getTabClass (line 242) | public function getTabClass() method getClass (line 252) | public function getClass() method getTabUrl (line 262) | public function getTabUrl() method canShowTab (line 270) | public function canShowTab() method isHidden (line 278) | public function isHidden() method isCustomerNotificationNotApplicable (line 289) | public function isCustomerNotificationNotApplicable($historyItem) method sortHistoryByTimestamp (line 302) | public static function sortHistoryByTimestamp($a, $b) method getOrderAdminDate (line 316) | public function getOrderAdminDate($createdAt) FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/Info.php class Info (line 15) | class Info extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder im... method getOrder (line 23) | public function getOrder() method getSource (line 33) | public function getSource() method getOrderTotalData (line 43) | public function getOrderTotalData() method getOrderInfoData (line 57) | public function getOrderInfoData() method getTrackingHtml (line 67) | public function getTrackingHtml() method getItemsHtml (line 77) | public function getItemsHtml() method getGiftOptionsHtml (line 87) | public function getGiftOptionsHtml() method getPaymentHtml (line 97) | public function getPaymentHtml() method getViewUrl (line 108) | public function getViewUrl($orderId) method getTabLabel (line 120) | public function getTabLabel() method getTabTitle (line 128) | public function getTabTitle() method canShowTab (line 136) | public function canShowTab() method isHidden (line 144) | public function isHidden() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/Invoices.php class Invoices (line 14) | class Invoices extends \Magento\Framework\View\Element\Text\ListText imp... method getTabLabel (line 20) | public function getTabLabel() method getTabTitle (line 28) | public function getTabTitle() method canShowTab (line 36) | public function canShowTab() method isHidden (line 44) | public function isHidden() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/Shipments.php class Shipments (line 14) | class Shipments extends \Magento\Framework\View\Element\Text\ListText im... method __construct (line 31) | public function __construct( method getOrder (line 45) | public function getOrder() method getTabLabel (line 53) | public function getTabLabel() method getTabTitle (line 61) | public function getTabTitle() method canShowTab (line 69) | public function canShowTab() method isHidden (line 80) | public function isHidden() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/Transactions.php class Transactions (line 14) | class Transactions extends \Magento\Framework\View\Element\Text\ListText... method __construct (line 35) | public function __construct( method getOrder (line 51) | public function getOrder() method getTabLabel (line 59) | public function getTabLabel() method getTabTitle (line 67) | public function getTabTitle() method canShowTab (line 75) | public function canShowTab() method isHidden (line 83) | public function isHidden() FILE: app/code/Magento/Sales/Block/Adminhtml/Order/View/Tabs.php class Tabs (line 14) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method __construct (line 30) | public function __construct( method getOrder (line 47) | public function getOrder() method _construct (line 66) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/Reorder/Renderer/Action.php class Action (line 13) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method __construct (line 34) | public function __construct( method render (line 49) | public function render(\Magento\Framework\DataObject $row) method _getEscapedValue (line 74) | protected function _getEscapedValue($value) method _actionsToHtml (line 86) | protected function _actionsToHtml(array $actions = []) method addToActions (line 108) | public function addToActions($actionArray) FILE: app/code/Magento/Sales/Block/Adminhtml/Report/Filter/Form.php class Form (line 16) | class Form extends \Magento\Reports\Block\Adminhtml\Filter\Form method __construct (line 32) | public function __construct( method _prepareForm (line 48) | protected function _prepareForm() FILE: app/code/Magento/Sales/Block/Adminhtml/Report/Filter/Form/Coupon.php class Coupon (line 16) | class Coupon extends \Magento\Sales\Block\Adminhtml\Report\Filter\Form method __construct (line 40) | public function __construct( method _prepareForm (line 57) | protected function _prepareForm() method _afterToHtml (line 107) | protected function _afterToHtml($html) FILE: app/code/Magento/Sales/Block/Adminhtml/Report/Filter/Form/Order.php class Order (line 16) | class Order extends \Magento\Sales\Block\Adminhtml\Report\Filter\Form method _prepareForm (line 24) | protected function _prepareForm() FILE: app/code/Magento/Sales/Block/Adminhtml/Rss/Order/Grid/Link.php class Link (line 13) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 30) | public function __construct( method getLink (line 44) | public function getLink() method getLabel (line 54) | public function getLabel() method isRssAllowed (line 64) | public function isRssAllowed() method getLinkParams (line 74) | protected function getLinkParams() FILE: app/code/Magento/Sales/Block/Adminhtml/Shipment.php class Shipment (line 13) | class Shipment extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/ShoppingCartsTab.php class ShoppingCartsTab (line 17) | class ShoppingCartsTab extends TabWrapper method __construct (line 34) | public function __construct(Context $context, CustomerIdProvider $cust... method canShowTab (line 43) | public function canShowTab() method getTabLabel (line 55) | public function getTabLabel() method getTabUrl (line 65) | public function getTabUrl() FILE: app/code/Magento/Sales/Block/Adminhtml/System/Config/Form/Fieldset/Order/Statuses.php class Statuses (line 8) | class Statuses extends \Magento\Config\Block\System\Config\Form\Fieldset method __construct (line 43) | public function __construct( method render (line 60) | public function render(\Magento\Framework\Data\Form\Element\AbstractEl... method _getDummyElement (line 77) | protected function _getDummyElement() method _getFieldRenderer (line 90) | protected function _getFieldRenderer() method _getFieldHtml (line 109) | protected function _getFieldHtml($fieldset, $id, $status) FILE: app/code/Magento/Sales/Block/Adminhtml/Totals.php class Totals (line 13) | class Totals extends \Magento\Sales\Block\Order\Totals method __construct (line 28) | public function __construct( method formatValue (line 44) | public function formatValue($total) method _initTotals (line 57) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Adminhtml/Transactions.php class Transactions (line 15) | class Transactions extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/Sales/Block/Adminhtml/Transactions/Detail.php class Detail (line 18) | class Detail extends \Magento\Backend\Block\Widget\Container method __construct (line 51) | public function __construct( method _construct (line 69) | protected function _construct() method getHeaderText (line 103) | public function getHeaderText() method _toHtml (line 121) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Adminhtml/Transactions/Detail/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 38) | public function __construct( method _construct (line 55) | protected function _construct() method _prepareCollection (line 67) | protected function _prepareCollection() method _prepareColumns (line 84) | protected function _prepareColumns() method getTransactionAdditionalInfo (line 119) | public function getTransactionAdditionalInfo() FILE: app/code/Magento/Sales/Block/DataProviders/Email/Shipment/TrackingUrl.php class TrackingUrl (line 17) | class TrackingUrl implements ArgumentInterface method __construct (line 27) | public function __construct(ShippingHelper $helper) method getUrl (line 38) | public function getUrl(Track $track): string FILE: app/code/Magento/Sales/Block/Guest/Link.php class Link (line 17) | class Link extends \Magento\Framework\View\Element\Html\Link\Current method __construct (line 30) | public function __construct( method _toHtml (line 43) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Items/AbstractItems.php class AbstractItems (line 14) | class AbstractItems extends \Magento\Framework\View\Element\Template method getItemRenderer (line 29) | public function getItemRenderer($type) method _prepareItem (line 54) | protected function _prepareItem(\Magento\Framework\View\Element\Abstra... method _getItemType (line 65) | protected function _getItemType(\Magento\Framework\DataObject $item) method getItemHtml (line 83) | public function getItemHtml(\Magento\Framework\DataObject $item) FILE: app/code/Magento/Sales/Block/Order/Comments.php class Comments (line 12) | class Comments extends \Magento\Framework\View\Element\Template method __construct (line 50) | public function __construct( method setEntity (line 69) | public function setEntity($entity) method getEntity (line 82) | public function getEntity() method getComments (line 93) | public function getComments() method hasComments (line 118) | public function hasComments() FILE: app/code/Magento/Sales/Block/Order/Creditmemo.php class Creditmemo (line 17) | class Creditmemo extends \Magento\Sales\Block\Order\Creditmemo\Items method __construct (line 41) | public function __construct( method _prepareLayout (line 57) | protected function _prepareLayout() method getPaymentInfoHtml (line 67) | public function getPaymentInfoHtml() method getOrder (line 77) | public function getOrder() method getBackUrl (line 87) | public function getBackUrl() method getBackTitle (line 100) | public function getBackTitle() method getInvoiceUrl (line 112) | public function getInvoiceUrl($order) method getShipmentUrl (line 121) | public function getShipmentUrl($order) method getViewUrl (line 130) | public function getViewUrl($order) method getPrintCreditmemoUrl (line 139) | public function getPrintCreditmemoUrl($creditmemo) method getPrintAllCreditmemosUrl (line 148) | public function getPrintAllCreditmemosUrl($order) FILE: app/code/Magento/Sales/Block/Order/Creditmemo/Items.php class Items (line 16) | class Items extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 30) | public function __construct( method getOrder (line 44) | public function getOrder() method getPrintCreditmemoUrl (line 53) | public function getPrintCreditmemoUrl($creditmemo) method getPrintAllCreditmemosUrl (line 62) | public function getPrintAllCreditmemosUrl($order) method getTotalsHtml (line 73) | public function getTotalsHtml($creditmemo) method getCommentsHtml (line 90) | public function getCommentsHtml($creditmemo) FILE: app/code/Magento/Sales/Block/Order/Creditmemo/Totals.php class Totals (line 15) | class Totals extends \Magento\Sales\Block\Order\Totals method __construct (line 22) | public function __construct( method getCreditmemo (line 39) | public function getCreditmemo() method setCreditmemo (line 57) | public function setCreditmemo($creditmemo) method getSource (line 68) | public function getSource() method _initTotals (line 78) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Order/Email/Creditmemo/Items.php class Items (line 15) | class Items extends \Magento\Sales\Block\Items\AbstractItems method _prepareItem (line 23) | protected function _prepareItem(\Magento\Framework\View\Element\Abstra... FILE: app/code/Magento/Sales/Block/Order/Email/Invoice/Items.php class Items (line 15) | class Items extends \Magento\Sales\Block\Items\AbstractItems method _prepareItem (line 23) | protected function _prepareItem(\Magento\Framework\View\Element\Abstra... FILE: app/code/Magento/Sales/Block/Order/Email/Items.php class Items (line 18) | class Items extends \Magento\Sales\Block\Items\AbstractItems FILE: app/code/Magento/Sales/Block/Order/Email/Items/DefaultItems.php class DefaultItems (line 19) | class DefaultItems extends \Magento\Framework\View\Element\Template method getOrder (line 26) | public function getOrder() method getItemOptions (line 34) | public function getItemOptions() method getValueHtml (line 56) | public function getValueHtml($value) method getSku (line 76) | public function getSku($item) method getProductAdditionalInformationBlock (line 90) | public function getProductAdditionalInformationBlock() method getItemPrice (line 101) | public function getItemPrice($item) FILE: app/code/Magento/Sales/Block/Order/Email/Items/Order/DefaultOrder.php class DefaultOrder (line 17) | class DefaultOrder extends \Magento\Framework\View\Element\Template method getOrder (line 24) | public function getOrder() method getItemOptions (line 32) | public function getItemOptions() method getValueHtml (line 54) | public function getValueHtml($value) method getSku (line 74) | public function getSku($item) method getProductAdditionalInformationBlock (line 88) | public function getProductAdditionalInformationBlock() method getItemPrice (line 99) | public function getItemPrice(OrderItem $item) FILE: app/code/Magento/Sales/Block/Order/Email/Shipment/Items.php class Items (line 15) | class Items extends \Magento\Sales\Block\Items\AbstractItems method _prepareItem (line 23) | protected function _prepareItem(\Magento\Framework\View\Element\Abstra... FILE: app/code/Magento/Sales/Block/Order/History.php class History (line 17) | class History extends \Magento\Framework\View\Element\Template method __construct (line 56) | public function __construct( method _construct (line 72) | protected function _construct() method getOrderCollectionFactory (line 84) | private function getOrderCollectionFactory() method getOrders (line 97) | public function getOrders() method _prepareLayout (line 119) | protected function _prepareLayout() method getPagerHtml (line 140) | public function getPagerHtml() method getViewUrl (line 151) | public function getViewUrl($order) method getTrackUrl (line 164) | public function getTrackUrl($order) method getReorderUrl (line 177) | public function getReorderUrl($order) method getBackUrl (line 187) | public function getBackUrl() FILE: app/code/Magento/Sales/Block/Order/History/Container.php class Container (line 14) | class Container extends \Magento\Framework\View\Element\Template method setOrder (line 28) | public function setOrder(\Magento\Sales\Api\Data\OrderInterface $order) method getOrder (line 39) | private function getOrder() method getChildHtml (line 53) | public function getChildHtml($alias = '', $useCache = false) FILE: app/code/Magento/Sales/Block/Order/Info.php class Info (line 21) | class Info extends \Magento\Framework\View\Element\Template method __construct (line 52) | public function __construct( method _prepareLayout (line 69) | protected function _prepareLayout() method getPaymentInfoHtml (line 79) | public function getPaymentInfoHtml() method getOrder (line 89) | public function getOrder() method getFormattedAddress (line 100) | public function getFormattedAddress(Address $address) FILE: app/code/Magento/Sales/Block/Order/Info/Buttons.php class Buttons (line 18) | class Buttons extends \Magento\Framework\View\Element\Template method __construct (line 43) | public function __construct( method getOrder (line 60) | public function getOrder() method getPrintUrl (line 71) | public function getPrintUrl($order) method getReorderUrl (line 85) | public function getReorderUrl($order) FILE: app/code/Magento/Sales/Block/Order/Info/Buttons/Rss.php class Rss (line 17) | class Rss extends \Magento\Framework\View\Element\Template method __construct (line 46) | public function __construct( method getLink (line 65) | public function getLink() method getLabel (line 75) | public function getLabel() method isRssAllowed (line 85) | public function isRssAllowed() method getUrlKey (line 99) | protected function getUrlKey($order) method getLinkParams (line 115) | protected function getLinkParams() FILE: app/code/Magento/Sales/Block/Order/Invoice.php class Invoice (line 16) | class Invoice extends \Magento\Sales\Block\Order\Invoice\Items method __construct (line 40) | public function __construct( method _prepareLayout (line 56) | protected function _prepareLayout() method getPaymentInfoHtml (line 66) | public function getPaymentInfoHtml() method getOrder (line 76) | public function getOrder() method getBackUrl (line 86) | public function getBackUrl() method getBackTitle (line 99) | public function getBackTitle() method getViewUrl (line 111) | public function getViewUrl($order) method getShipmentUrl (line 120) | public function getShipmentUrl($order) method getCreditmemoUrl (line 129) | public function getCreditmemoUrl($order) method getPrintInvoiceUrl (line 138) | public function getPrintInvoiceUrl($invoice) method getPrintAllInvoicesUrl (line 147) | public function getPrintAllInvoicesUrl($order) FILE: app/code/Magento/Sales/Block/Order/Invoice/Items.php class Items (line 18) | class Items extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 32) | public function __construct( method getOrder (line 46) | public function getOrder() method getPrintInvoiceUrl (line 55) | public function getPrintInvoiceUrl($invoice) method getPrintAllInvoicesUrl (line 64) | public function getPrintAllInvoicesUrl($order) method getInvoiceTotalsHtml (line 75) | public function getInvoiceTotalsHtml($invoice) method getInvoiceCommentsHtml (line 92) | public function getInvoiceCommentsHtml($invoice) FILE: app/code/Magento/Sales/Block/Order/Invoice/Totals.php class Totals (line 14) | class Totals extends \Magento\Sales\Block\Order\Totals method __construct (line 21) | public function __construct( method getInvoice (line 38) | public function getInvoice() method setInvoice (line 56) | public function setInvoice($invoice) method getSource (line 67) | public function getSource() method _initTotals (line 77) | protected function _initTotals() FILE: app/code/Magento/Sales/Block/Order/Item/Renderer/DefaultRenderer.php class DefaultRenderer (line 19) | class DefaultRenderer extends \Magento\Framework\View\Element\Template method __construct (line 39) | public function __construct( method setItem (line 56) | public function setItem(\Magento\Framework\DataObject $item) method getItem (line 67) | public function getItem() method getOrder (line 77) | public function getOrder() method getOrderItem (line 87) | public function getOrderItem() method getItemOptions (line 101) | public function getItemOptions() method getFormatedOptionValue (line 140) | public function getFormatedOptionValue($optionValue) method getSku (line 198) | public function getSku() method getProductAdditionalInformationBlock (line 208) | public function getProductAdditionalInformationBlock() method prepareSku (line 219) | public function prepareSku($sku) method getItemPriceHtml (line 230) | public function getItemPriceHtml($item = null) method getItemRowTotalHtml (line 246) | public function getItemRowTotalHtml($item = null) method getTotalAmount (line 262) | public function getTotalAmount($item) method getItemRowTotalAfterDiscountHtml (line 279) | public function getItemRowTotalAfterDiscountHtml($item = null) FILE: app/code/Magento/Sales/Block/Order/Items.php class Items (line 18) | class Items extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 50) | public function __construct( method _prepareLayout (line 68) | protected function _prepareLayout() method isPagerDisplayed (line 96) | public function isPagerDisplayed() method getItems (line 110) | public function getItems() method getPagerHtml (line 123) | public function getPagerHtml() method getOrder (line 135) | public function getOrder() FILE: app/code/Magento/Sales/Block/Order/Link.php class Link (line 15) | class Link extends \Magento\Framework\View\Element\Html\Link\Current method __construct (line 28) | public function __construct( method getOrder (line 43) | private function getOrder() method getHref (line 53) | public function getHref() method _toHtml (line 63) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Order/PrintOrder/Creditmemo.php class Creditmemo (line 16) | class Creditmemo extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 42) | public function __construct( method _prepareLayout (line 58) | protected function _prepareLayout() method getBackUrl (line 68) | public function getBackUrl() method getPrintUrl (line 76) | public function getPrintUrl() method getPaymentInfoHtml (line 84) | public function getPaymentInfoHtml() method getOrder (line 92) | public function getOrder() method getCreditmemo (line 100) | public function getCreditmemo() method _prepareItem (line 109) | protected function _prepareItem(AbstractBlock $renderer) method getTotalsHtml (line 121) | public function getTotalsHtml($creditmemo) method formatAddress (line 139) | public function formatAddress(\Magento\Sales\Model\Order\Address $addr... FILE: app/code/Magento/Sales/Block/Order/PrintOrder/Invoice.php class Invoice (line 16) | class Invoice extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 42) | public function __construct( method _prepareLayout (line 58) | protected function _prepareLayout() method getBackUrl (line 68) | public function getBackUrl() method getPrintUrl (line 76) | public function getPrintUrl() method getPaymentInfoHtml (line 84) | public function getPaymentInfoHtml() method getOrder (line 92) | public function getOrder() method getInvoice (line 100) | public function getInvoice() method _prepareItem (line 109) | protected function _prepareItem(AbstractBlock $renderer) method getInvoiceTotalsHtml (line 121) | public function getInvoiceTotalsHtml($invoice) method formatAddress (line 139) | public function formatAddress(\Magento\Sales\Model\Order\Address $addr... FILE: app/code/Magento/Sales/Block/Order/PrintOrder/Shipment.php class Shipment (line 16) | class Shipment extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 56) | public function __construct( method _beforeToHtml (line 74) | protected function _beforeToHtml() method _prepareLayout (line 96) | protected function _prepareLayout() method getBackUrl (line 106) | public function getBackUrl() method getPrintUrl (line 114) | public function getPrintUrl() method getPaymentInfoHtml (line 122) | public function getPaymentInfoHtml() method getOrder (line 130) | public function getOrder() method getShipment (line 138) | public function getShipment() method _prepareItem (line 147) | protected function _prepareItem(AbstractBlock $renderer) method getShipmentsCollection (line 159) | public function getShipmentsCollection() method getShipmentTracks (line 170) | public function getShipmentTracks($shipment) method getShipmentAddressFormattedHtml (line 185) | public function getShipmentAddressFormattedHtml($shipment) method getBillingAddressFormattedHtml (line 200) | public function getBillingAddressFormattedHtml($order) method getShipmentItems (line 215) | public function getShipmentItems($shipment) FILE: app/code/Magento/Sales/Block/Order/PrintShipment.php class PrintShipment (line 16) | class PrintShipment extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 42) | public function __construct( method _prepareLayout (line 60) | protected function _prepareLayout() method getPaymentInfoHtml (line 72) | public function getPaymentInfoHtml() method getOrder (line 82) | public function getOrder() method isPagerDisplayed (line 93) | public function isPagerDisplayed() method getItems (line 104) | public function getItems() method _prepareItem (line 118) | protected function _prepareItem(AbstractBlock $renderer) method getFormattedAddress (line 130) | public function getFormattedAddress(\Magento\Sales\Model\Order\Address... FILE: app/code/Magento/Sales/Block/Order/Recent.php class Recent (line 21) | class Recent extends \Magento\Framework\View\Element\Template method __construct (line 56) | public function __construct( method _construct (line 76) | protected function _construct() method getRecentOrders (line 85) | private function getRecentOrders() method getViewUrl (line 113) | public function getViewUrl($order) method getTrackUrl (line 126) | public function getTrackUrl($order) method _toHtml (line 136) | protected function _toHtml() method getReorderUrl (line 150) | public function getReorderUrl($order) FILE: app/code/Magento/Sales/Block/Order/Totals.php class Totals (line 16) | class Totals extends \Magento\Framework\View\Element\Template method __construct (line 45) | public function __construct( method _beforeToHtml (line 59) | protected function _beforeToHtml() method getOrder (line 75) | public function getOrder() method setOrder (line 95) | public function setOrder($order) method getSource (line 106) | public function getSource() method _initTotals (line 116) | protected function _initTotals() method addTotal (line 196) | public function addTotal(\Magento\Framework\DataObject $total, $after ... method addTotalBefore (line 234) | public function addTotalBefore(\Magento\Framework\DataObject $total, $... method getTotal (line 271) | public function getTotal($code) method removeTotal (line 285) | public function removeTotal($code) method applySortOrder (line 302) | public function applySortOrder($order) method getTotals (line 319) | public function getTotals($area = null) method formatValue (line 342) | public function formatValue($total) FILE: app/code/Magento/Sales/Block/Order/View.php class View (line 16) | class View extends \Magento\Framework\View\Element\Template method __construct (line 48) | public function __construct( method _prepareLayout (line 65) | protected function _prepareLayout() method getPaymentInfoHtml (line 75) | public function getPaymentInfoHtml() method getOrder (line 85) | public function getOrder() method getBackUrl (line 95) | public function getBackUrl() method getBackTitle (line 108) | public function getBackTitle() method getInvoiceUrl (line 120) | public function getInvoiceUrl($order) method getShipmentUrl (line 129) | public function getShipmentUrl($order) method getCreditmemoUrl (line 138) | public function getCreditmemoUrl($order) FILE: app/code/Magento/Sales/Block/Reorder/Sidebar.php class Sidebar (line 16) | class Sidebar extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method getFormActionUrl (line 43) | public function getFormActionUrl() method _toHtml (line 53) | protected function _toHtml() FILE: app/code/Magento/Sales/Block/Status/Grid/Column/State.php class State (line 12) | class State extends \Magento\Backend\Block\Widget\Grid\Column method __construct (line 24) | public function __construct( method getFrameCallback (line 39) | public function getFrameCallback() method decorateState (line 54) | public function decorateState($value, $row, $column, $isExport) FILE: app/code/Magento/Sales/Block/Status/Grid/Column/Unassign.php class Unassign (line 16) | class Unassign extends \Magento\Backend\Block\Widget\Grid\Column method __construct (line 28) | public function __construct( method getFrameCallback (line 42) | public function getFrameCallback() method decorateAction (line 57) | public function decorateAction($value, $row, $column, $isExport) FILE: app/code/Magento/Sales/Block/Widget/Guest/Form.php class Form (line 18) | class Form extends \Magento\Framework\View\Element\Template implements \... method __construct (line 30) | public function __construct( method isEnable (line 45) | public function isEnable() method getTypeSelectHtml (line 55) | public function getTypeSelectHtml() method _getFormOptions (line 76) | protected function _getFormOptions() method getActionUrl (line 94) | public function getActionUrl() FILE: app/code/Magento/Sales/Console/Command/EncryptionPaymentDataUpdateCommand.php class EncryptionPaymentDataUpdateCommand (line 20) | class EncryptionPaymentDataUpdateCommand extends Command method __construct (line 33) | public function __construct( method configure (line 43) | protected function configure() method execute (line 55) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Sales/Controller/AbstractController/Creditmemo.php class Creditmemo (line 9) | abstract class Creditmemo extends \Magento\Sales\Controller\AbstractCont... FILE: app/code/Magento/Sales/Controller/AbstractController/Invoice.php class Invoice (line 9) | abstract class Invoice extends \Magento\Sales\Controller\AbstractControl... FILE: app/code/Magento/Sales/Controller/AbstractController/OrderLoader.php class OrderLoader (line 14) | class OrderLoader implements OrderLoaderInterface method __construct (line 54) | public function __construct( method load (line 74) | public function load(RequestInterface $request) FILE: app/code/Magento/Sales/Controller/AbstractController/OrderLoaderInterface.php type OrderLoaderInterface (line 15) | interface OrderLoaderInterface method load (line 23) | public function load(RequestInterface $request); FILE: app/code/Magento/Sales/Controller/AbstractController/OrderViewAuthorization.php class OrderViewAuthorization (line 10) | class OrderViewAuthorization implements OrderViewAuthorizationInterface method __construct (line 26) | public function __construct( method canView (line 37) | public function canView(\Magento\Sales\Model\Order $order) FILE: app/code/Magento/Sales/Controller/AbstractController/OrderViewAuthorizationInterface.php type OrderViewAuthorizationInterface (line 13) | interface OrderViewAuthorizationInterface method canView (line 21) | public function canView(\Magento\Sales\Model\Order $order); FILE: app/code/Magento/Sales/Controller/AbstractController/PrintAction.php class PrintAction (line 12) | abstract class PrintAction extends \Magento\Framework\App\Action\Action method __construct (line 29) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Sales/Controller/AbstractController/PrintCreditmemo.php class PrintCreditmemo (line 13) | abstract class PrintCreditmemo extends \Magento\Framework\App\Action\Action method __construct (line 42) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Sales/Controller/AbstractController/PrintInvoice.php class PrintInvoice (line 12) | abstract class PrintInvoice extends \Magento\Framework\App\Action\Action method __construct (line 35) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Sales/Controller/AbstractController/PrintShipment.php class PrintShipment (line 12) | abstract class PrintShipment extends \Magento\Framework\App\Action\Action method __construct (line 35) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Sales/Controller/AbstractController/Reorder.php class Reorder (line 18) | abstract class Reorder extends Action\Action implements HttpPostActionIn... method __construct (line 35) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Sales/Controller/AbstractController/Shipment.php class Shipment (line 9) | abstract class Shipment extends \Magento\Sales\Controller\AbstractContro... FILE: app/code/Magento/Sales/Controller/AbstractController/View.php class View (line 12) | abstract class View extends Action\Action method __construct (line 29) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/Email.php class Email (line 13) | class Email extends \Magento\Backend\App\Action method execute (line 27) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/Grid.php class Grid (line 8) | class Grid extends \Magento\Backend\App\Action method __construct (line 26) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/Index.php class Index (line 8) | class Index extends \Magento\Backend\App\Action method __construct (line 26) | public function __construct( method _initAction (line 39) | protected function _initAction() method execute (line 53) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/Pdfcreditmemos.php class Pdfcreditmemos (line 22) | class Pdfcreditmemos extends \Magento\Sales\Controller\Adminhtml\Order\A... method __construct (line 54) | public function __construct( method massAction (line 75) | public function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/PrintAction.php class PrintAction (line 12) | class PrintAction extends \Magento\Backend\App\Action method __construct (line 42) | public function __construct( method execute (line 58) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/View.php class View (line 8) | class View extends \Magento\Backend\App\Action method __construct (line 26) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/Email.php class Email (line 8) | class Email extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstr... FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/Grid.php class Grid (line 8) | class Grid extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstra... FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/Index.php class Index (line 11) | class Index extends AbstractIndex implements HttpGetActionInterface method execute (line 18) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/Pdfcreditmemos.php class Pdfcreditmemos (line 8) | class Pdfcreditmemos extends \Magento\Sales\Controller\Adminhtml\Creditm... FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/PrintAction.php class PrintAction (line 8) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Creditmemo... FILE: app/code/Magento/Sales/Controller/Adminhtml/Creditmemo/View.php class View (line 8) | class View extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstra... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/Email.php class Email (line 14) | abstract class Email extends \Magento\Backend\App\Action method __construct (line 32) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/Grid.php class Grid (line 9) | abstract class Grid extends \Magento\Backend\App\Action method __construct (line 27) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/Index.php class Index (line 9) | abstract class Index extends \Magento\Backend\App\Action method __construct (line 27) | public function __construct( method _initAction (line 40) | protected function _initAction() method execute (line 55) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/Pdfinvoices.php class Pdfinvoices (line 22) | abstract class Pdfinvoices extends \Magento\Sales\Controller\Adminhtml\O... method __construct (line 54) | public function __construct( method massAction (line 76) | public function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/PrintAction.php class PrintAction (line 12) | abstract class PrintAction extends \Magento\Backend\App\Action method __construct (line 36) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/AbstractInvoice/View.php class View (line 20) | abstract class View extends \Magento\Backend\App\Action method __construct (line 50) | public function __construct( method execute (line 68) | public function execute() method getInvoice (line 86) | protected function getInvoice() FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/Email.php class Email (line 9) | class Email extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstract... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/Grid.php class Grid (line 9) | class Grid extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractI... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/Index.php class Index (line 11) | class Index extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstract... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/Pdfinvoices.php class Pdfinvoices (line 9) | class Pdfinvoices extends \Magento\Sales\Controller\Adminhtml\Invoice\Ab... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/PrintAction.php class PrintAction (line 9) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Invoice\Ab... FILE: app/code/Magento/Sales/Controller/Adminhtml/Invoice/View.php class View (line 11) | class View extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractI... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order.php class Order (line 22) | abstract class Order extends \Magento\Backend\App\Action method __construct (line 106) | public function __construct( method _initAction (line 137) | protected function _initAction() method _initOrder (line 151) | protected function _initOrder() method isValidPostRequest (line 173) | protected function isValidPostRequest() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/AbstractMassAction.php class AbstractMassAction (line 20) | abstract class AbstractMassAction extends \Magento\Backend\App\Action method __construct (line 46) | public function __construct(Context $context, Filter $filter) method execute (line 58) | public function execute() method getComponentRefererUrl (line 77) | protected function getComponentRefererUrl() method massAction (line 88) | abstract protected function massAction(AbstractCollection $collection); FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/AddComment.php class AddComment (line 14) | class AddComment extends \Magento\Sales\Controller\Adminhtml\Order imple... method execute (line 33) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Address.php class Address (line 9) | class Address extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 23) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php class AddressSave (line 36) | class AddressSave extends Order implements HttpPostActionInterface method __construct (line 72) | public function __construct( method execute (line 110) | public function execute() method updateRegionData (line 149) | private function updateRegionData($attributeValues) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Cancel.php class Cancel (line 11) | class Cancel extends \Magento\Sales\Controller\Adminhtml\Order implement... method execute (line 25) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/CommentsHistory.php class CommentsHistory (line 22) | class CommentsHistory extends OrderAction implements HttpGetActionInterf... method __construct (line 46) | public function __construct( method execute (line 81) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php class Create (line 21) | abstract class Create extends \Magento\Backend\App\Action method __construct (line 50) | public function __construct( method _getSession (line 69) | protected function _getSession() method _getQuote (line 79) | protected function _getQuote() method _getOrderCreateModel (line 89) | protected function _getOrderCreateModel() method _getGiftmessageSaveModel (line 99) | protected function _getGiftmessageSaveModel() method _initSession (line 109) | protected function _initSession() method _processData (line 140) | protected function _processData() method _processActionData (line 154) | protected function _processActionData($action = null) method _processFiles (line 358) | protected function _processFiles($items) method _reloadQuote (line 378) | protected function _reloadQuote() method _isAllowed (line 390) | protected function _isAllowed() method _getAclResource (line 400) | protected function _getAclResource() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/AddConfigured.php class AddConfigured (line 8) | class AddConfigured extends \Magento\Sales\Controller\Adminhtml\Order\Cr... method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Cancel.php class Cancel (line 8) | class Cancel extends \Magento\Sales\Controller\Adminhtml\Order\Create method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/ConfigureProductToAdd.php class ConfigureProductToAdd (line 8) | class ConfigureProductToAdd extends \Magento\Sales\Controller\Adminhtml\... method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/ConfigureQuoteItems.php class ConfigureQuoteItems (line 9) | class ConfigureQuoteItems extends \Magento\Sales\Controller\Adminhtml\Or... method execute (line 16) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Index.php class Index (line 13) | class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create imp... method execute (line 20) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/LoadBlock.php class LoadBlock (line 16) | class LoadBlock extends CreateAction implements HttpPostActionInterface,... method __construct (line 31) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/ProcessData.php class ProcessData (line 8) | class ProcessData extends \Magento\Sales\Controller\Adminhtml\Order\Create method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Reorder.php class Reorder (line 15) | class Reorder extends \Magento\Sales\Controller\Adminhtml\Order\Create method __construct (line 42) | public function __construct( method execute (line 67) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Save.php class Save (line 12) | class Save extends \Magento\Sales\Controller\Adminhtml\Order\Create impl... method execute (line 21) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/ShowUpdateResult.php class ShowUpdateResult (line 14) | class ShowUpdateResult extends \Magento\Sales\Controller\Adminhtml\Order... method __construct (line 29) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Start.php class Start (line 11) | class Start extends \Magento\Sales\Controller\Adminhtml\Order\Create imp... method execute (line 18) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/AddComment.php class AddComment (line 12) | class AddComment extends \Magento\Backend\App\Action method __construct (line 54) | public function __construct( method execute (line 75) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Cancel.php class Cancel (line 10) | class Cancel extends \Magento\Backend\App\Action method __construct (line 28) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Email.php class Email (line 8) | class Email extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstr... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Grid.php class Grid (line 8) | class Grid extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstra... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Index.php class Index (line 8) | class Index extends \Magento\Sales\Controller\Adminhtml\Creditmemo\Abstr... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Backend\App\Action implements HttpGetAc... method __construct (line 41) | public function __construct( method execute (line 58) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Pdfcreditmemos.php class Pdfcreditmemos (line 8) | class Pdfcreditmemos extends \Magento\Sales\Controller\Adminhtml\Creditm... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/PrintAction.php class PrintAction (line 12) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Creditmemo... method __construct (line 31) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Save.php class Save (line 13) | class Save extends \Magento\Backend\App\Action implements HttpPostAction... method __construct (line 43) | public function __construct( method execute (line 64) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/Start.php class Start (line 10) | class Start extends \Magento\Backend\App\Action implements HttpGetAction... method execute (line 24) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/UpdateQty.php class UpdateQty (line 11) | class UpdateQty extends \Magento\Backend\App\Action implements HttpPostA... method __construct (line 47) | public function __construct( method execute (line 66) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/View.php class View (line 10) | class View extends \Magento\Backend\App\Action method __construct (line 40) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/VoidAction.php class VoidAction (line 10) | class VoidAction extends Action method __construct (line 34) | public function __construct( method execute (line 49) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/CreditmemoLoader.php class CreditmemoLoader (line 26) | class CreditmemoLoader extends DataObject method __construct (line 86) | public function __construct( method _getItemData (line 115) | protected function _getItemData() method _canCreditmemo (line 135) | protected function _canCreditmemo($order) method _initInvoice (line 159) | protected function _initInvoice($order) method load (line 178) | public function load() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Creditmemos.php class Creditmemos (line 8) | class Creditmemos extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/AddConfigured.php class AddConfigured (line 9) | class AddConfigured extends \Magento\Sales\Controller\Adminhtml\Order\Cr... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Sales\Controller\Adminhtml\Order\Create\Ca... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/ConfigureProductToAdd.php class ConfigureProductToAdd (line 9) | class ConfigureProductToAdd extends \Magento\Sales\Controller\Adminhtml\... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/ConfigureQuoteItems.php class ConfigureQuoteItems (line 9) | class ConfigureQuoteItems extends \Magento\Sales\Controller\Adminhtml\Or... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/Index.php class Index (line 8) | class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create\Index method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/LoadBlock.php class LoadBlock (line 9) | class LoadBlock extends \Magento\Sales\Controller\Adminhtml\Order\Create... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/ProcessData.php class ProcessData (line 9) | class ProcessData extends \Magento\Sales\Controller\Adminhtml\Order\Crea... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/Reorder.php class Reorder (line 9) | class Reorder extends \Magento\Sales\Controller\Adminhtml\Order\Create\R... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/Save.php class Save (line 9) | class Save extends \Magento\Sales\Controller\Adminhtml\Order\Create\Save FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/ShowUpdateResult.php class ShowUpdateResult (line 9) | class ShowUpdateResult extends \Magento\Sales\Controller\Adminhtml\Order... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Edit/Start.php class Start (line 8) | class Start extends \Magento\Sales\Controller\Adminhtml\Order\Create\Start method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Email.php class Email (line 8) | class Email extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Grid.php class Grid (line 8) | class Grid extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Hold.php class Hold (line 8) | class Hold extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Index.php class Index (line 10) | class Index extends \Magento\Sales\Controller\Adminhtml\Order implements... method execute (line 17) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/AddComment.php class AddComment (line 26) | class AddComment extends \Magento\Sales\Controller\Adminhtml\Invoice\Abs... method __construct (line 64) | public function __construct( method execute (line 88) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Cancel.php class Cancel (line 9) | class Cancel extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstrac... method execute (line 16) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Capture.php class Capture (line 9) | class Capture extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstra... method execute (line 16) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Email.php class Email (line 9) | class Email extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstract... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Grid.php class Grid (line 9) | class Grid extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractI... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Index.php class Index (line 9) | class Index extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstract... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/NewAction.php class NewAction (line 19) | class NewAction extends \Magento\Backend\App\Action implements HttpGetAc... method __construct (line 55) | public function __construct( method _redirectToOrder (line 77) | protected function _redirectToOrder($orderId) method execute (line 90) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Pdfinvoices.php class Pdfinvoices (line 9) | class Pdfinvoices extends \Magento\Sales\Controller\Adminhtml\Invoice\Ab... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/PrintAction.php class PrintAction (line 9) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Invoice\Ab... FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Save.php class Save (line 26) | class Save extends \Magento\Backend\App\Action implements HttpPostAction... method __construct (line 74) | public function __construct( method _prepareShipment (line 98) | protected function _prepareShipment($invoice) method execute (line 131) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Start.php class Start (line 11) | class Start extends \Magento\Sales\Controller\Adminhtml\Invoice\Abstract... method execute (line 18) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/UpdateQty.php class UpdateQty (line 24) | class UpdateQty extends AbstractView implements HttpPostActionInterface method __construct (line 55) | public function __construct( method execute (line 76) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/View.php class View (line 14) | class View extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractI... method __construct (line 28) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/VoidAction.php class VoidAction (line 9) | class VoidAction extends \Magento\Sales\Controller\Adminhtml\Invoice\Abs... method execute (line 16) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Invoices.php class Invoices (line 8) | class Invoices extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/MassCancel.php class MassCancel (line 15) | class MassCancel extends \Magento\Sales\Controller\Adminhtml\Order\Abstr... method __construct (line 33) | public function __construct( method massAction (line 52) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/MassHold.php class MassHold (line 18) | class MassHold extends \Magento\Sales\Controller\Adminhtml\Order\Abstrac... method __construct (line 36) | public function __construct( method massAction (line 53) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/MassUnhold.php class MassUnhold (line 20) | class MassUnhold extends AbstractMassAction implements HttpPostActionInt... method __construct (line 40) | public function __construct( method massAction (line 59) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/PdfDocumentsMassAction.php class PdfDocumentsMassAction (line 11) | abstract class PdfDocumentsMassAction extends \Magento\Sales\Controller\... method execute (line 24) | public function execute() method getOrderCollection (line 43) | private function getOrderCollection() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Pdfcreditmemos.php class Pdfcreditmemos (line 24) | class Pdfcreditmemos extends \Magento\Sales\Controller\Adminhtml\Order\P... method __construct (line 59) | public function __construct( method massAction (line 81) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Pdfdocs.php class Pdfdocs (line 27) | class Pdfdocs extends \Magento\Sales\Controller\Adminhtml\Order\Abstract... method __construct (line 84) | public function __construct( method massAction (line 118) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Pdfinvoices.php class Pdfinvoices (line 23) | class Pdfinvoices extends \Magento\Sales\Controller\Adminhtml\Order\PdfD... method __construct (line 58) | public function __construct( method massAction (line 80) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Pdfshipments.php class Pdfshipments (line 22) | class Pdfshipments extends \Magento\Sales\Controller\Adminhtml\Order\Abs... method __construct (line 58) | public function __construct( method massAction (line 82) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/ReviewPayment.php class ReviewPayment (line 17) | class ReviewPayment extends \Magento\Sales\Controller\Adminhtml\Order im... method execute (line 33) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Shipments.php class Shipments (line 8) | class Shipments extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status.php class Status (line 11) | abstract class Status extends \Magento\Backend\App\Action method __construct (line 31) | public function __construct( method _initStatus (line 44) | protected function _initStatus() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/Assign.php class Assign (line 14) | class Assign extends \Magento\Sales\Controller\Adminhtml\Order\Status im... method __construct (line 26) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/AssignPost.php class AssignPost (line 11) | class AssignPost extends \Magento\Sales\Controller\Adminhtml\Order\Statu... method execute (line 18) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/Edit.php class Edit (line 13) | class Edit extends \Magento\Sales\Controller\Adminhtml\Order\Status method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/Index.php class Index (line 14) | class Index extends \Magento\Sales\Controller\Adminhtml\Order\Status imp... method __construct (line 26) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/NewAction.php class NewAction (line 13) | class NewAction extends \Magento\Sales\Controller\Adminhtml\Order\Status method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/Save.php class Save (line 16) | class Save extends StatusAction implements HttpPostActionInterface method execute (line 23) | public function execute() method getRedirect (line 81) | private function getRedirect(Redirect $resultRedirect, $isNew) FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Status/Unassign.php class Unassign (line 11) | class Unassign extends \Magento\Sales\Controller\Adminhtml\Order\Status ... method execute (line 16) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Transactions.php class Transactions (line 10) | class Transactions extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 17) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/Unhold.php class Unhold (line 8) | class Unhold extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 22) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/View.php class View (line 10) | class View extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 24) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/View/Giftmessage.php class Giftmessage (line 13) | abstract class Giftmessage extends \Magento\Backend\App\Action method _getGiftmessageSaveModel (line 27) | protected function _getGiftmessageSaveModel() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/View/Giftmessage/Save.php class Save (line 9) | class Save extends \Magento\Sales\Controller\Adminhtml\Order\View\Giftme... method execute (line 14) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Order/VoidPayment.php class VoidPayment (line 8) | class VoidPayment extends \Magento\Sales\Controller\Adminhtml\Order method execute (line 15) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/AbstractShipment/Index.php class Index (line 12) | abstract class Index extends \Magento\Backend\App\Action method __construct (line 30) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/AbstractShipment/Pdfshipments.php class Pdfshipments (line 19) | abstract class Pdfshipments extends \Magento\Sales\Controller\Adminhtml\... method __construct (line 51) | public function __construct( method massAction (line 71) | public function massAction(AbstractCollection $collection) FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/AbstractShipment/PrintAction.php class PrintAction (line 15) | abstract class PrintAction extends \Magento\Backend\App\Action method __construct (line 39) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/AbstractShipment/View.php class View (line 12) | abstract class View extends \Magento\Backend\App\Action method __construct (line 30) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/Index.php class Index (line 12) | class Index extends AbstractIndex implements HttpGetActionInterface FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/Pdfshipments.php class Pdfshipments (line 9) | class Pdfshipments extends \Magento\Sales\Controller\Adminhtml\Shipment\... FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/PrintAction.php class PrintAction (line 9) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Shipment\A... FILE: app/code/Magento/Sales/Controller/Adminhtml/Shipment/View.php class View (line 9) | class View extends \Magento\Sales\Controller\Adminhtml\Shipment\Abstract... FILE: app/code/Magento/Sales/Controller/Adminhtml/Transactions.php class Transactions (line 19) | abstract class Transactions extends \Magento\Backend\App\Action method __construct (line 57) | public function __construct( method _initTransaction (line 76) | protected function _initTransaction() FILE: app/code/Magento/Sales/Controller/Adminhtml/Transactions/Fetch.php class Fetch (line 13) | class Fetch extends \Magento\Sales\Controller\Adminhtml\Transactions method execute (line 27) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Transactions/Grid.php class Grid (line 12) | class Grid extends \Magento\Sales\Controller\Adminhtml\Transactions method execute (line 19) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Transactions/Index.php class Index (line 12) | class Index extends \Magento\Sales\Controller\Adminhtml\Transactions imp... method execute (line 17) | public function execute() FILE: app/code/Magento/Sales/Controller/Adminhtml/Transactions/View.php class View (line 12) | class View extends \Magento\Sales\Controller\Adminhtml\Transactions method execute (line 19) | public function execute() FILE: app/code/Magento/Sales/Controller/Download/DownloadCustomOption.php class DownloadCustomOption (line 22) | class DownloadCustomOption extends \Magento\Framework\App\Action\Action ... method __construct (line 52) | public function __construct( method execute (line 75) | public function execute() method endExecute (line 126) | protected function endExecute() FILE: app/code/Magento/Sales/Controller/Guest/Creditmemo.php class Creditmemo (line 9) | class Creditmemo extends \Magento\Sales\Controller\Guest\View FILE: app/code/Magento/Sales/Controller/Guest/Form.php class Form (line 23) | class Form extends \Magento\Framework\App\Action\Action implements HttpG... method __construct (line 46) | public function __construct( method execute (line 63) | public function execute() FILE: app/code/Magento/Sales/Controller/Guest/Invoice.php class Invoice (line 9) | class Invoice extends \Magento\Sales\Controller\Guest\View FILE: app/code/Magento/Sales/Controller/Guest/OrderLoader.php class OrderLoader (line 12) | class OrderLoader implements OrderLoaderInterface method __construct (line 22) | public function __construct( method load (line 31) | public function load(RequestInterface $request) FILE: app/code/Magento/Sales/Controller/Guest/OrderViewAuthorization.php class OrderViewAuthorization (line 11) | class OrderViewAuthorization implements OrderViewAuthorizationInterface method __construct (line 21) | public function __construct(\Magento\Framework\Registry $registry) method canView (line 29) | public function canView(\Magento\Sales\Model\Order $order) FILE: app/code/Magento/Sales/Controller/Guest/PrintAction.php class PrintAction (line 12) | class PrintAction extends \Magento\Sales\Controller\AbstractController\P... method __construct (line 19) | public function __construct( FILE: app/code/Magento/Sales/Controller/Guest/PrintCreditmemo.php class PrintCreditmemo (line 13) | class PrintCreditmemo extends \Magento\Sales\Controller\AbstractControll... method __construct (line 33) | public function __construct( method execute (line 55) | public function execute() FILE: app/code/Magento/Sales/Controller/Guest/PrintInvoice.php class PrintInvoice (line 12) | class PrintInvoice extends \Magento\Sales\Controller\AbstractController\... method __construct (line 26) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Sales/Controller/Guest/PrintShipment.php class PrintShipment (line 12) | class PrintShipment extends \Magento\Sales\Controller\AbstractController... method __construct (line 26) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/Sales/Controller/Guest/Reorder.php class Reorder (line 9) | class Reorder extends \Magento\Sales\Controller\AbstractController\Reorder method __construct (line 16) | public function __construct( FILE: app/code/Magento/Sales/Controller/Guest/Shipment.php class Shipment (line 9) | class Shipment extends \Magento\Sales\Controller\Guest\View FILE: app/code/Magento/Sales/Controller/Guest/View.php class View (line 18) | class View extends Action\Action implements HttpPostActionInterface, Htt... method __construct (line 35) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Sales/Controller/Order/Creditmemo.php class Creditmemo (line 13) | class Creditmemo extends AbstractCreditmemo implements OrderInterface, H... FILE: app/code/Magento/Sales/Controller/Order/History.php class History (line 14) | class History extends \Magento\Framework\App\Action\Action implements Or... method __construct (line 25) | public function __construct( method execute (line 38) | public function execute() FILE: app/code/Magento/Sales/Controller/Order/Invoice.php class Invoice (line 11) | class Invoice extends \Magento\Sales\Controller\AbstractController\Invoi... FILE: app/code/Magento/Sales/Controller/Order/Plugin/Authentication.php class Authentication (line 11) | class Authentication method __construct (line 27) | public function __construct( method beforeDispatch (line 43) | public function beforeDispatch(\Magento\Framework\App\ActionInterface ... FILE: app/code/Magento/Sales/Controller/Order/PrintAction.php class PrintAction (line 11) | class PrintAction extends \Magento\Sales\Controller\AbstractController\P... FILE: app/code/Magento/Sales/Controller/Order/PrintCreditmemo.php class PrintCreditmemo (line 11) | class PrintCreditmemo extends \Magento\Sales\Controller\AbstractControll... FILE: app/code/Magento/Sales/Controller/Order/PrintInvoice.php class PrintInvoice (line 11) | class PrintInvoice extends \Magento\Sales\Controller\AbstractController\... FILE: app/code/Magento/Sales/Controller/Order/PrintShipment.php class PrintShipment (line 11) | class PrintShipment extends \Magento\Sales\Controller\AbstractController... FILE: app/code/Magento/Sales/Controller/Order/Reorder.php class Reorder (line 11) | class Reorder extends \Magento\Sales\Controller\AbstractController\Reord... FILE: app/code/Magento/Sales/Controller/Order/Shipment.php class Shipment (line 11) | class Shipment extends \Magento\Sales\Controller\AbstractController\Ship... FILE: app/code/Magento/Sales/Controller/Order/View.php class View (line 12) | class View extends \Magento\Sales\Controller\AbstractController\View imp... FILE: app/code/Magento/Sales/Controller/OrderInterface.php type OrderInterface (line 15) | interface OrderInterface extends ActionInterface FILE: app/code/Magento/Sales/Cron/CleanExpiredQuotes.php class CleanExpiredQuotes (line 15) | class CleanExpiredQuotes method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Sales/Cron/GridAsyncInsert.php class GridAsyncInsert (line 14) | class GridAsyncInsert method __construct (line 24) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Sales/Cron/SendEmails.php class SendEmails (line 14) | class SendEmails method __construct (line 26) | public function __construct(\Magento\Sales\Model\EmailSenderHandler $e... method execute (line 44) | public function execute() FILE: app/code/Magento/Sales/CustomerData/LastOrderedItems.php class LastOrderedItems (line 18) | class LastOrderedItems implements SectionSourceInterface method __construct (line 79) | public function __construct( method initOrders (line 102) | protected function initOrders() method getItems (line 120) | protected function getItems() method isItemAvailableForReorder (line 162) | protected function isItemAvailableForReorder(\Magento\Sales\Model\Orde... method getLastOrder (line 180) | protected function getLastOrder() method getSectionData (line 193) | public function getSectionData() FILE: app/code/Magento/Sales/Exception/CouldNotInvoiceException.php class CouldNotInvoiceException (line 17) | class CouldNotInvoiceException extends LocalizedException implements Cou... FILE: app/code/Magento/Sales/Exception/CouldNotRefundException.php class CouldNotRefundException (line 15) | class CouldNotRefundException extends LocalizedException implements Coul... FILE: app/code/Magento/Sales/Exception/CouldNotShipException.php class CouldNotShipException (line 15) | class CouldNotShipException extends LocalizedException implements CouldN... FILE: app/code/Magento/Sales/Exception/DocumentValidationException.php class DocumentValidationException (line 15) | class DocumentValidationException extends LocalizedException implements ... FILE: app/code/Magento/Sales/Helper/Admin.php class Admin (line 15) | class Admin extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 50) | public function __construct( method displayPriceAttribute (line 76) | public function displayPriceAttribute($dataObject, $code, $strong = fa... method displayPrices (line 101) | public function displayPrices($dataObject, $basePrice, $price, $strong... method applySalableProductTypesFilter (line 134) | public function applySalableProductTypesFilter($collection) method escapeHtmlWithLinks (line 161) | public function escapeHtmlWithLinks($data, $allowedTags = null) method filterUrl (line 209) | private function filterUrl(string $url): string FILE: app/code/Magento/Sales/Helper/Data.php class Data (line 15) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method canSendNewOrderConfirmationEmail (line 23) | public function canSendNewOrderConfirmationEmail($store = null) method canSendNewOrderEmail (line 38) | public function canSendNewOrderEmail($store = null) method canSendOrderCommentEmail (line 49) | public function canSendOrderCommentEmail($store = null) method canSendNewShipmentEmail (line 64) | public function canSendNewShipmentEmail($store = null) method canSendShipmentCommentEmail (line 79) | public function canSendShipmentCommentEmail($store = null) method canSendNewInvoiceEmail (line 94) | public function canSendNewInvoiceEmail($store = null) method canSendInvoiceCommentEmail (line 109) | public function canSendInvoiceCommentEmail($store = null) method canSendNewCreditmemoEmail (line 124) | public function canSendNewCreditmemoEmail($store = null) method canSendCreditmemoCommentEmail (line 139) | public function canSendCreditmemoCommentEmail($store = null) FILE: app/code/Magento/Sales/Helper/Guest.php class Guest (line 19) | class Guest extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 108) | public function __construct( method loadValidOrder (line 148) | public function loadValidOrder(App\RequestInterface $request) method getBreadcrumbs (line 179) | public function getBreadcrumbs(\Magento\Framework\View\Result\Page $re... method setGuestViewCookie (line 208) | private function setGuestViewCookie($cookieValue) method loadFromCookie (line 225) | private function loadFromCookie($fromCookie) method loadFromPost (line 249) | private function loadFromPost(array $postData) method compareStoredBillingDataWithInput (line 268) | private function compareStoredBillingDataWithInput(Order $order, array... method hasPostDataEmptyFields (line 286) | private function hasPostDataEmptyFields(array $postData) method getOrderRecord (line 302) | private function getOrderRecord($incrementId) FILE: app/code/Magento/Sales/Helper/Reorder.php class Reorder (line 12) | class Reorder extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 31) | public function __construct( method isAllow (line 46) | public function isAllow() method isAllowed (line 57) | public function isAllowed($store = null) method canReorder (line 75) | public function canReorder($orderId) FILE: app/code/Magento/Sales/Model/AbstractModel.php class AbstractModel (line 19) | abstract class AbstractModel extends AbstractExtensibleModel method __construct (line 30) | public function __construct( method getEventObject (line 55) | public function getEventObject() FILE: app/code/Magento/Sales/Model/AbstractNotifier.php class AbstractNotifier (line 17) | abstract class AbstractNotifier extends \Magento\Framework\Model\Abstrac... method __construct (line 39) | public function __construct( method notify (line 56) | public function notify(\Magento\Sales\Model\AbstractModel $model) FILE: app/code/Magento/Sales/Model/AdminOrder/Create.php class Create (line 29) | class Create extends \Magento\Framework\DataObject implements \Magento\C... method __construct (line 286) | public function __construct( method setIsValidate (line 360) | public function setIsValidate($flag) method getIsValidate (line 372) | public function getIsValidate() method _getQuoteItem (line 383) | protected function _getQuoteItem($item) method initRuleData (line 399) | public function initRuleData() method setRecollect (line 423) | public function setRecollect($flag) method recollectCart (line 436) | public function recollectCart() method saveQuote (line 452) | public function saveQuote() method getSession (line 471) | public function getSession() method getQuote (line 481) | public function getQuote() method setQuote (line 496) | public function setQuote(\Magento\Quote\Model\Quote $quote) method initFromOrder (line 511) | public function initFromOrder(\Magento\Sales\Model\Order $order) method _initBillingAddressFromOrder (line 605) | protected function _initBillingAddressFromOrder(\Magento\Sales\Model\O... method _initShippingAddressFromOrder (line 622) | protected function _initShippingAddressFromOrder(\Magento\Sales\Model\... method initFromOrderItem (line 645) | public function initFromOrderItem(\Magento\Sales\Model\Order\Item $ord... method getCustomerWishlist (line 698) | public function getCustomerWishlist($cacheReload = false) method getCustomerCart (line 725) | public function getCustomerCart() method getCustomerCompareList (line 754) | public function getCustomerCompareList() method getCustomerGroupId (line 776) | public function getCustomerGroupId() method moveQuoteItem (line 797) | public function moveQuoteItem($item, $moveTo, $qty) method applySidebarData (line 931) | public function applySidebarData($data) method removeItem (line 992) | public function removeItem($itemId, $from) method removeQuoteItem (line 1028) | public function removeQuoteItem($item) method addProduct (line 1046) | public function addProduct($product, $config = 1) method addProducts (line 1088) | public function addProducts(array $products) method updateQuoteItems (line 1111) | public function updateQuoteItems($items) method _parseOptions (line 1155) | protected function _parseOptions(\Magento\Quote\Model\Quote\Item $item... method _assignOptionsToItem (line 1225) | protected function _assignOptionsToItem(\Magento\Quote\Model\Quote\Ite... method _prepareOptionsForRequest (line 1282) | protected function _prepareOptionsForRequest($item) method _parseCustomPrice (line 1314) | protected function _parseCustomPrice($price) method getShippingAddress (line 1327) | public function getShippingAddress() method _createCustomerForm (line 1338) | protected function _createCustomerForm(\Magento\Customer\Api\Data\Cust... method _setQuoteAddress (line 1360) | protected function _setQuoteAddress(\Magento\Quote\Model\Quote\Address... method setShippingAddress (line 1419) | public function setShippingAddress($address) method setShippingAsBilling (line 1456) | public function setShippingAsBilling($flag) method getBillingAddress (line 1476) | public function getBillingAddress() method setBillingAddress (line 1487) | public function setBillingAddress($address) method setShippingMethod (line 1529) | public function setShippingMethod($method) method resetShippingMethod (line 1542) | public function resetShippingMethod() method collectShippingRates (line 1555) | public function collectShippingRates() method collectRates (line 1570) | public function collectRates() method setPaymentMethod (line 1581) | public function setPaymentMethod($method) method setPaymentData (line 1593) | public function setPaymentData($data) method applyCoupon (line 1609) | public function applyCoupon($code) method setAccountData (line 1629) | public function setAccountData($accountData) method importPostData (line 1677) | public function importPostData($data) method _customerIsInStore (line 1727) | protected function _customerIsInStore($store) method _validateCustomerData (line 1741) | protected function _validateCustomerData(\Magento\Customer\Api\Data\Cu... method _prepareCustomer (line 1781) | public function _prepareCustomer() method _prepareCustomerAddress (line 1850) | protected function _prepareCustomerAddress($customer, $quoteCustomerAd... method _prepareQuoteItems (line 1905) | protected function _prepareQuoteItems() method createOrder (line 1928) | public function createOrder() method _validate (line 1978) | protected function _validate() method _getNewCustomerEmail (line 2037) | protected function _getNewCustomerEmail() method isAddressesAreEqual (line 2048) | private function isAddressesAreEqual(Order $order) FILE: app/code/Magento/Sales/Model/AdminOrder/EmailSender.php class EmailSender (line 16) | class EmailSender method __construct (line 38) | public function __construct(ManagerInterface $messageManager, Logger $... method send (line 52) | public function send(Order $order) FILE: app/code/Magento/Sales/Model/AdminOrder/Product/Quote/Initializer.php class Initializer (line 15) | class Initializer method __construct (line 25) | public function __construct( method init (line 37) | public function init( FILE: app/code/Magento/Sales/Model/Config.php class Config (line 12) | class Config implements \Magento\Sales\Model\ConfigInterface method __construct (line 30) | public function __construct(\Magento\Sales\Model\Config\Data $dataCont... method getTotalsRenderer (line 44) | public function getTotalsRenderer($section, $group, $code) method getGroupTotals (line 58) | public function getGroupTotals($section, $group) method getAvailableProductTypes (line 69) | public function getAvailableProductTypes() FILE: app/code/Magento/Sales/Model/Config/Backend/Email/AsyncSending.php class AsyncSending (line 12) | class AsyncSending extends \Magento\Framework\App\Config\Value method afterSave (line 25) | public function afterSave() FILE: app/code/Magento/Sales/Model/Config/Backend/Grid/AsyncIndexing.php class AsyncIndexing (line 12) | class AsyncIndexing extends \Magento\Framework\App\Config\Value method afterSave (line 25) | public function afterSave() FILE: app/code/Magento/Sales/Model/Config/Converter.php class Converter (line 12) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 22) | public function convert($source) FILE: app/code/Magento/Sales/Model/Config/Data.php class Data (line 13) | class Data extends \Magento\Framework\Config\Data method __construct (line 23) | public function __construct( FILE: app/code/Magento/Sales/Model/Config/Ordered.php class Ordered (line 18) | abstract class Ordered extends \Magento\Framework\App\Config\Base method __construct (line 89) | public function __construct( method _initModels (line 108) | protected function _initModels() method _initModelInstance (line 129) | abstract protected function _initModelInstance($class, $totalCode, $to... method _prepareConfigArray (line 138) | protected function _prepareConfigArray($code, $totalConfig) method _getSortedCollectorCodes (line 152) | private function _getSortedCollectorCodes(array $config) method _initCollectors (line 185) | protected function _initCollectors() FILE: app/code/Magento/Sales/Model/Config/Reader.php class Reader (line 13) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 38) | public function __construct( FILE: app/code/Magento/Sales/Model/Config/SchemaLocator.php class SchemaLocator (line 14) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 33) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 43) | public function getSchema() method getPerFileSchema (line 53) | public function getPerFileSchema() FILE: app/code/Magento/Sales/Model/Config/Source/Order/Status.php class Status (line 17) | class Status implements \Magento\Framework\Option\ArrayInterface method __construct (line 41) | public function __construct(\Magento\Sales\Model\Order\Config $orderCo... method toOptionArray (line 49) | public function toOptionArray() FILE: app/code/Magento/Sales/Model/Config/Source/Order/Status/NewStatus.php class NewStatus (line 11) | class NewStatus extends \Magento\Sales\Model\Config\Source\Order\Status FILE: app/code/Magento/Sales/Model/Config/Source/Order/Status/Newprocessing.php class Newprocessing (line 11) | class Newprocessing extends \Magento\Sales\Model\Config\Source\Order\Status FILE: app/code/Magento/Sales/Model/Config/Source/Order/Status/Processing.php class Processing (line 11) | class Processing extends \Magento\Sales\Model\Config\Source\Order\Status FILE: app/code/Magento/Sales/Model/ConfigInterface.php type ConfigInterface (line 13) | interface ConfigInterface method getTotalsRenderer (line 23) | public function getTotalsRenderer($section, $group, $code); method getGroupTotals (line 33) | public function getGroupTotals($section, $group); method getAvailableProductTypes (line 40) | public function getAvailableProductTypes(); FILE: app/code/Magento/Sales/Model/Convert/Order.php class Order (line 15) | class Order extends \Magento\Framework\DataObject method __construct (line 67) | public function __construct( method toInvoice (line 95) | public function toInvoice(\Magento\Sales\Model\Order $order) method itemToInvoiceItem (line 120) | public function itemToInvoiceItem(\Magento\Sales\Model\Order\Item $item) method toShipment (line 140) | public function toShipment(\Magento\Sales\Model\Order $order) method itemToShipmentItem (line 165) | public function itemToShipmentItem(\Magento\Sales\Model\Order\Item $item) method toCreditmemo (line 185) | public function toCreditmemo(\Magento\Sales\Model\Order $order) method itemToCreditmemoItem (line 210) | public function itemToCreditmemoItem(\Magento\Sales\Model\Order\Item $... FILE: app/code/Magento/Sales/Model/CronJob/AggregateSalesReportBestsellersData.php class AggregateSalesReportBestsellersData (line 14) | class AggregateSalesReportBestsellersData method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Sales/Model/CronJob/AggregateSalesReportInvoicedData.php class AggregateSalesReportInvoicedData (line 11) | class AggregateSalesReportInvoicedData method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Sales/Model/CronJob/AggregateSalesReportOrderData.php class AggregateSalesReportOrderData (line 11) | class AggregateSalesReportOrderData method __construct (line 33) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Sales/Model/CronJob/AggregateSalesReportRefundedData.php class AggregateSalesReportRefundedData (line 14) | class AggregateSalesReportRefundedData method __construct (line 36) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Sales/Model/CronJob/CleanExpiredOrders.php class CleanExpiredOrders (line 19) | class CleanExpiredOrders method __construct (line 41) | public function __construct( method execute (line 56) | public function execute() FILE: app/code/Magento/Sales/Model/CustomerGroupRetriever.php class CustomerGroupRetriever (line 14) | class CustomerGroupRetriever implements \Magento\Customer\Model\Group\Re... method __construct (line 30) | public function __construct(Quote $quoteSession, GroupManagementInterf... method getCustomerGroupId (line 39) | public function getCustomerGroupId() FILE: app/code/Magento/Sales/Model/Download.php class Download (line 14) | class Download method __construct (line 50) | public function __construct( method downloadFile (line 71) | public function downloadFile($info) method _isCanProcessed (line 97) | protected function _isCanProcessed($relativePath) method _processDatabaseFile (line 113) | protected function _processDatabaseFile($filePath, $relativePath) FILE: app/code/Magento/Sales/Model/EmailSenderHandler.php class EmailSenderHandler (line 16) | class EmailSenderHandler method __construct (line 65) | public function __construct( method sendEmails (line 88) | public function sendEmails() method getStores (line 128) | private function getStores( FILE: app/code/Magento/Sales/Model/EntityInterface.php type EntityInterface (line 14) | interface EntityInterface method getIncrementId (line 19) | public function getIncrementId(); FILE: app/code/Magento/Sales/Model/EntityStorage.php class EntityStorage (line 14) | class EntityStorage method addByIdentifyingFields (line 42) | public function addByIdentifyingFields(FrameworkAbstractModel $object,... method add (line 60) | public function add($entity) method get (line 71) | public function get($id) method getByIdentifyingFields (line 86) | public function getByIdentifyingFields(array $identifyingFields, $stor... method remove (line 101) | public function remove($id) method has (line 114) | public function has($id) method getHash (line 125) | protected function getHash(array $fields) FILE: app/code/Magento/Sales/Model/Grid/Child/CollectionUpdater.php class CollectionUpdater (line 9) | class CollectionUpdater implements \Magento\Framework\View\Layout\Argume... method __construct (line 19) | public function __construct( method update (line 31) | public function update($argument) FILE: app/code/Magento/Sales/Model/Grid/CollectionUpdater.php class CollectionUpdater (line 9) | class CollectionUpdater implements \Magento\Framework\View\Layout\Argume... method __construct (line 19) | public function __construct(\Magento\Framework\Registry $registryManager) method update (line 30) | public function update($argument) FILE: app/code/Magento/Sales/Model/GridAsyncInsert.php class GridAsyncInsert (line 14) | class GridAsyncInsert method __construct (line 34) | public function __construct( method asyncInsert (line 55) | public function asyncInsert() FILE: app/code/Magento/Sales/Model/Increment.php class Increment (line 14) | class Increment method __construct (line 29) | public function __construct( method getCurrentValue (line 40) | public function getCurrentValue() method getNextValue (line 53) | public function getNextValue($storeId) FILE: app/code/Magento/Sales/Model/InvoiceOrder.php class InvoiceOrder (line 27) | class InvoiceOrder implements InvoiceOrderInterface method __construct (line 93) | public function __construct( method execute (line 132) | public function execute( FILE: app/code/Magento/Sales/Model/Order.php class Order (line 62) | class Order extends AbstractModel implements EntityInterface, OrderInter... method __construct (line 345) | public function __construct( method _construct (line 423) | protected function _construct() method unsetData (line 434) | public function unsetData($key = null) method getActionFlag (line 449) | public function getActionFlag($action) method setActionFlag (line 464) | public function setActionFlag($action, $flag) method getCanSendNewEmailFlag (line 476) | public function getCanSendNewEmailFlag() method setCanSendNewEmailFlag (line 487) | public function setCanSendNewEmailFlag($flag) method loadByIncrementId (line 499) | public function loadByIncrementId($incrementId) method loadByIncrementIdAndStoreId (line 511) | public function loadByIncrementIdAndStoreId($incrementId, $storeId) method getSalesOrderCollection (line 528) | protected function getSalesOrderCollection(array $filters = []) method loadByAttribute (line 545) | public function loadByAttribute($attribute, $value) method getStore (line 556) | public function getStore() method canCancel (line 572) | public function canCancel() method canVoidPayment (line 613) | public function canVoidPayment() method _canVoidOrder (line 623) | protected function _canVoidOrder() method canInvoice (line 634) | public function canInvoice() method canCreditmemo (line 661) | public function canCreditmemo() method canCreditmemoForZeroTotalRefunded (line 691) | private function canCreditmemoForZeroTotalRefunded($totalRefunded) method canCreditmemoForZeroTotal (line 710) | private function canCreditmemoForZeroTotal($totalRefunded) method canHold (line 734) | public function canHold() method canUnhold (line 758) | public function canUnhold() method canComment (line 771) | public function canComment() method canShip (line 785) | public function canShip() method isRefunded (line 814) | private function isRefunded(OrderItemInterface $item) method canEdit (line 824) | public function canEdit() method canReorder (line 859) | public function canReorder() method canReorderIgnoreSalable (line 869) | public function canReorderIgnoreSalable() method _canReorder (line 881) | protected function _canReorder($ignoreSalable = false) method isPaymentReview (line 926) | public function isPaymentReview() method canReviewPayment (line 936) | public function canReviewPayment() method canFetchPaymentReviewUpdate (line 946) | public function canFetchPaymentReviewUpdate() method getConfig (line 956) | public function getConfig() method _placePayment (line 966) | protected function _placePayment() method getPayment (line 975) | public function getPayment() method setBillingAddress (line 1000) | public function setBillingAddress(\Magento\Sales\Api\Data\OrderAddress... method setShippingAddress (line 1020) | public function setShippingAddress(\Magento\Sales\Api\Data\OrderAddres... method getBillingAddress (line 1039) | public function getBillingAddress() method getShippingAddress (line 1054) | public function getShippingAddress() method setState (line 1070) | public function setState($state) method getFrontendStatusLabel (line 1080) | public function getFrontendStatusLabel() method getStatusLabel (line 1091) | public function getStatusLabel() method addStatusToHistory (line 1104) | public function addStatusToHistory($status, $comment = '', $isCustomer... method addStatusHistoryComment (line 1121) | public function addStatusHistoryComment($comment, $status = false) method addCommentToStatusHistory (line 1136) | public function addCommentToStatusHistory($comment, $status = false, $... method setHistoryEntityName (line 1164) | public function setHistoryEntityName($entityName) method getEntityType (line 1175) | public function getEntityType() method place (line 1185) | public function place() method hold (line 1199) | public function hold() method unhold (line 1217) | public function unhold() method cancel (line 1235) | public function cancel() method isFraudDetected (line 1252) | public function isFraudDetected() method registerCancellation (line 1267) | public function registerCancellation($comment = '', $graceful = true) method getTrackingNumbers (line 1313) | public function getTrackingNumbers() method getShippingMethod (line 1327) | public function getShippingMethod($asObject = false) method getAddressesCollection (line 1345) | public function getAddressesCollection() method getAddressById (line 1362) | public function getAddressById($addressId) method addAddress (line 1378) | public function addAddress(\Magento\Sales\Model\Order\Address $address) method getItemsCollection (line 1395) | public function getItemsCollection($filterByTypes = [], $nonChildrenOn... method getParentItemsRandomCollection (line 1421) | public function getParentItemsRandomCollection($limit = 1) method _getItemsRandomCollection (line 1433) | protected function _getItemsRandomCollection($limit, $nonChildrenOnly ... method getAllItems (line 1469) | public function getAllItems() method getAllVisibleItems (line 1485) | public function getAllVisibleItems() method getItemById (line 1502) | public function getItemById($itemId) method getItemByQuoteItemId (line 1519) | public function getItemByQuoteItemId($quoteItemId) method addItem (line 1535) | public function addItem(\Magento\Sales\Model\Order\Item $item) method getPaymentsCollection (line 1551) | public function getPaymentsCollection() method getAllPayments (line 1567) | public function getAllPayments() method getPaymentById (line 1584) | public function getPaymentById($paymentId) method setPayment (line 1597) | public function setPayment(\Magento\Sales\Api\Data\OrderPaymentInterfa... method getStatusHistoryCollection (line 1616) | public function getStatusHistoryCollection() method getAllStatusHistory (line 1634) | public function getAllStatusHistory() method getVisibleStatusHistory (line 1650) | public function getVisibleStatusHistory() method getStatusHistoryById (line 1667) | public function getStatusHistoryById($statusId) method addStatusHistory (line 1687) | public function addStatusHistory(\Magento\Sales\Model\Order\Status\His... method getRealOrderId (line 1703) | public function getRealOrderId() method getOrderCurrency (line 1717) | public function getOrderCurrency() method formatPrice (line 1733) | public function formatPrice($price, $addBrackets = false) method formatPricePrecision (line 1746) | public function formatPricePrecision($price, $precision, $addBrackets ... method formatPriceTxt (line 1757) | public function formatPriceTxt($price) method getBaseCurrency (line 1767) | public function getBaseCurrency() method formatBasePrice (line 1781) | public function formatBasePrice($price) method formatBasePricePrecision (line 1793) | public function formatBasePricePrecision($price, $precision) method isCurrencyDifferent (line 1803) | public function isCurrencyDifferent() method getTotalDue (line 1813) | public function getTotalDue() method getBaseTotalDue (line 1825) | public function getBaseTotalDue() method getData (line 1839) | public function getData($key = '', $index = null) method getInvoiceCollection (line 1855) | public function getInvoiceCollection() method setInvoiceCollection (line 1875) | public function setInvoiceCollection(InvoiceCollection $invoices) method getShipmentsCollection (line 1886) | public function getShipmentsCollection() method getCreditmemosCollection (line 1903) | public function getCreditmemosCollection() method getTracksCollection (line 1920) | public function getTracksCollection() method hasInvoices (line 1937) | public function hasInvoices() method hasShipments (line 1947) | public function hasShipments() method hasCreditmemos (line 1957) | public function hasCreditmemos() method getRelatedObjects (line 1969) | public function getRelatedObjects() method getCustomerName (line 1979) | public function getCustomerName() method addRelatedObject (line 2007) | public function addRelatedObject(\Magento\Framework\Model\AbstractMode... method getCreatedAtFormatted (line 2020) | public function getCreatedAtFormatted($format) method getEmailCustomerNote (line 2036) | public function getEmailCustomerNote() method getStoreGroupName (line 2049) | public function getStoreGroupName() method reset (line 2063) | public function reset() method getIsNotVirtual (line 2088) | public function getIsNotVirtual() method prepareInvoice (line 2099) | public function prepareInvoice($qtys = []) method isCanceled (line 2109) | public function isCanceled() method getIncrementId (line 2121) | public function getIncrementId() method getItems (line 2131) | public function getItems() method setItems (line 2149) | public function setItems($items) method getAddresses (line 2159) | public function getAddresses() method getStatusHistories (line 2175) | public function getStatusHistories() method getExtensionAttributes (line 2191) | public function getExtensionAttributes() method setExtensionAttributes (line 2202) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderEx... method getAdjustmentNegative (line 2214) | public function getAdjustmentNegative() method getAdjustmentPositive (line 2224) | public function getAdjustmentPositive() method getAppliedRuleIds (line 2236) | public function getAppliedRuleIds() method getBaseAdjustmentNegative (line 2246) | public function getBaseAdjustmentNegative() method getBaseAdjustmentPositive (line 2256) | public function getBaseAdjustmentPositive() method getBaseCurrencyCode (line 2266) | public function getBaseCurrencyCode() method getBaseDiscountAmount (line 2276) | public function getBaseDiscountAmount() method getBaseDiscountCanceled (line 2286) | public function getBaseDiscountCanceled() method getBaseDiscountInvoiced (line 2296) | public function getBaseDiscountInvoiced() method getBaseDiscountRefunded (line 2306) | public function getBaseDiscountRefunded() method getBaseGrandTotal (line 2316) | public function getBaseGrandTotal() method getBaseDiscountTaxCompensationAmount (line 2326) | public function getBaseDiscountTaxCompensationAmount() method getBaseDiscountTaxCompensationInvoiced (line 2336) | public function getBaseDiscountTaxCompensationInvoiced() method getBaseDiscountTaxCompensationRefunded (line 2346) | public function getBaseDiscountTaxCompensationRefunded() method getBaseShippingAmount (line 2356) | public function getBaseShippingAmount() method getBaseShippingCanceled (line 2366) | public function getBaseShippingCanceled() method getBaseShippingDiscountAmount (line 2376) | public function getBaseShippingDiscountAmount() method getBaseShippingDiscountTaxCompensationAmnt (line 2386) | public function getBaseShippingDiscountTaxCompensationAmnt() method getBaseShippingInclTax (line 2396) | public function getBaseShippingInclTax() method getBaseShippingInvoiced (line 2406) | public function getBaseShippingInvoiced() method getBaseShippingRefunded (line 2416) | public function getBaseShippingRefunded() method getBaseShippingTaxAmount (line 2426) | public function getBaseShippingTaxAmount() method getBaseShippingTaxRefunded (line 2436) | public function getBaseShippingTaxRefunded() method getBaseSubtotal (line 2446) | public function getBaseSubtotal() method getBaseSubtotalCanceled (line 2456) | public function getBaseSubtotalCanceled() method getBaseSubtotalInclTax (line 2466) | public function getBaseSubtotalInclTax() method getBaseSubtotalInvoiced (line 2476) | public function getBaseSubtotalInvoiced() method getBaseSubtotalRefunded (line 2486) | public function getBaseSubtotalRefunded() method getBaseTaxAmount (line 2496) | public function getBaseTaxAmount() method getBaseTaxCanceled (line 2506) | public function getBaseTaxCanceled() method getBaseTaxInvoiced (line 2516) | public function getBaseTaxInvoiced() method getBaseTaxRefunded (line 2526) | public function getBaseTaxRefunded() method getBaseTotalCanceled (line 2536) | public function getBaseTotalCanceled() method getBaseTotalInvoiced (line 2546) | public function getBaseTotalInvoiced() method getBaseTotalInvoicedCost (line 2556) | public function getBaseTotalInvoicedCost() method getBaseTotalOfflineRefunded (line 2566) | public function getBaseTotalOfflineRefunded() method getBaseTotalOnlineRefunded (line 2576) | public function getBaseTotalOnlineRefunded() method getBaseTotalPaid (line 2586) | public function getBaseTotalPaid() method getBaseTotalQtyOrdered (line 2596) | public function getBaseTotalQtyOrdered() method getBaseTotalRefunded (line 2606) | public function getBaseTotalRefunded() method getBaseToGlobalRate (line 2616) | public function getBaseToGlobalRate() method getBaseToOrderRate (line 2626) | public function getBaseToOrderRate() method getBillingAddressId (line 2636) | public function getBillingAddressId() method getCanShipPartially (line 2646) | public function getCanShipPartially() method getCanShipPartiallyItem (line 2656) | public function getCanShipPartiallyItem() method getCouponCode (line 2666) | public function getCouponCode() method getCreatedAt (line 2676) | public function getCreatedAt() method setCreatedAt (line 2684) | public function setCreatedAt($createdAt) method getCustomerDob (line 2694) | public function getCustomerDob() method getCustomerEmail (line 2704) | public function getCustomerEmail() method getCustomerFirstname (line 2714) | public function getCustomerFirstname() method getCustomerGender (line 2724) | public function getCustomerGender() method getCustomerGroupId (line 2734) | public function getCustomerGroupId() method getCustomerId (line 2744) | public function getCustomerId() method getCustomerIsGuest (line 2754) | public function getCustomerIsGuest() method getCustomerLastname (line 2764) | public function getCustomerLastname() method getCustomerMiddlename (line 2774) | public function getCustomerMiddlename() method getCustomerNote (line 2784) | public function getCustomerNote() method getCustomerNoteNotify (line 2794) | public function getCustomerNoteNotify() method getCustomerPrefix (line 2804) | public function getCustomerPrefix() method getCustomerSuffix (line 2814) | public function getCustomerSuffix() method getCustomerTaxvat (line 2824) | public function getCustomerTaxvat() method getDiscountAmount (line 2834) | public function getDiscountAmount() method getDiscountCanceled (line 2844) | public function getDiscountCanceled() method getDiscountDescription (line 2854) | public function getDiscountDescription() method getDiscountInvoiced (line 2864) | public function getDiscountInvoiced() method getDiscountRefunded (line 2874) | public function getDiscountRefunded() method getEditIncrement (line 2884) | public function getEditIncrement() method getEmailSent (line 2894) | public function getEmailSent() method getExtCustomerId (line 2904) | public function getExtCustomerId() method getExtOrderId (line 2914) | public function getExtOrderId() method getForcedShipmentWithInvoice (line 2924) | public function getForcedShipmentWithInvoice() method getGlobalCurrencyCode (line 2934) | public function getGlobalCurrencyCode() method getGrandTotal (line 2944) | public function getGrandTotal() method getDiscountTaxCompensationAmount (line 2954) | public function getDiscountTaxCompensationAmount() method getDiscountTaxCompensationInvoiced (line 2964) | public function getDiscountTaxCompensationInvoiced() method getDiscountTaxCompensationRefunded (line 2974) | public function getDiscountTaxCompensationRefunded() method getHoldBeforeState (line 2984) | public function getHoldBeforeState() method getHoldBeforeStatus (line 2994) | public function getHoldBeforeStatus() method getIsVirtual (line 3004) | public function getIsVirtual() method getOrderCurrencyCode (line 3014) | public function getOrderCurrencyCode() method getOriginalIncrementId (line 3024) | public function getOriginalIncrementId() method getPaymentAuthorizationAmount (line 3034) | public function getPaymentAuthorizationAmount() method getPaymentAuthExpiration (line 3044) | public function getPaymentAuthExpiration() method getProtectCode (line 3054) | public function getProtectCode() method getQuoteAddressId (line 3064) | public function getQuoteAddressId() method getQuoteId (line 3074) | public function getQuoteId() method getRelationChildId (line 3084) | public function getRelationChildId() method getRelationChildRealId (line 3094) | public function getRelationChildRealId() method getRelationParentId (line 3104) | public function getRelationParentId() method getRelationParentRealId (line 3114) | public function getRelationParentRealId() method getRemoteIp (line 3124) | public function getRemoteIp() method getShippingAmount (line 3134) | public function getShippingAmount() method getShippingCanceled (line 3144) | public function getShippingCanceled() method getShippingDescription (line 3154) | public function getShippingDescription() method getShippingDiscountAmount (line 3164) | public function getShippingDiscountAmount() method getShippingDiscountTaxCompensationAmount (line 3174) | public function getShippingDiscountTaxCompensationAmount() method getShippingInclTax (line 3184) | public function getShippingInclTax() method getShippingInvoiced (line 3194) | public function getShippingInvoiced() method getShippingRefunded (line 3204) | public function getShippingRefunded() method getShippingTaxAmount (line 3214) | public function getShippingTaxAmount() method getShippingTaxRefunded (line 3224) | public function getShippingTaxRefunded() method getState (line 3234) | public function getState() method getStatus (line 3244) | public function getStatus() method getStoreCurrencyCode (line 3254) | public function getStoreCurrencyCode() method getStoreId (line 3264) | public function getStoreId() method getStoreName (line 3274) | public function getStoreName() method getStoreToBaseRate (line 3284) | public function getStoreToBaseRate() method getStoreToOrderRate (line 3294) | public function getStoreToOrderRate() method getSubtotal (line 3304) | public function getSubtotal() method getSubtotalCanceled (line 3314) | public function getSubtotalCanceled() method getSubtotalInclTax (line 3324) | public function getSubtotalInclTax() method getSubtotalInvoiced (line 3334) | public function getSubtotalInvoiced() method getSubtotalRefunded (line 3344) | public function getSubtotalRefunded() method getTaxAmount (line 3354) | public function getTaxAmount() method getTaxCanceled (line 3364) | public function getTaxCanceled() method getTaxInvoiced (line 3374) | public function getTaxInvoiced() method getTaxRefunded (line 3384) | public function getTaxRefunded() method getTotalCanceled (line 3394) | public function getTotalCanceled() method getTotalInvoiced (line 3404) | public function getTotalInvoiced() method getTotalItemCount (line 3414) | public function getTotalItemCount() method getTotalOfflineRefunded (line 3424) | public function getTotalOfflineRefunded() method getTotalOnlineRefunded (line 3434) | public function getTotalOnlineRefunded() method getTotalPaid (line 3444) | public function getTotalPaid() method getTotalQtyOrdered (line 3454) | public function getTotalQtyOrdered() method getTotalRefunded (line 3464) | public function getTotalRefunded() method getUpdatedAt (line 3474) | public function getUpdatedAt() method getWeight (line 3484) | public function getWeight() method getXForwardedFor (line 3494) | public function getXForwardedFor() method setStatusHistories (line 3502) | public function setStatusHistories(array $statusHistories = null) method setStatus (line 3510) | public function setStatus($status) method setCouponCode (line 3518) | public function setCouponCode($code) method setProtectCode (line 3526) | public function setProtectCode($code) method setShippingDescription (line 3534) | public function setShippingDescription($description) method setIsVirtual (line 3542) | public function setIsVirtual($isVirtual) method setStoreId (line 3550) | public function setStoreId($id) method setCustomerId (line 3558) | public function setCustomerId($id) method setBaseDiscountAmount (line 3566) | public function setBaseDiscountAmount($amount) method setBaseDiscountCanceled (line 3574) | public function setBaseDiscountCanceled($baseDiscountCanceled) method setBaseDiscountInvoiced (line 3582) | public function setBaseDiscountInvoiced($baseDiscountInvoiced) method setBaseDiscountRefunded (line 3590) | public function setBaseDiscountRefunded($baseDiscountRefunded) method setBaseGrandTotal (line 3598) | public function setBaseGrandTotal($amount) method setBaseShippingAmount (line 3606) | public function setBaseShippingAmount($amount) method setBaseShippingCanceled (line 3614) | public function setBaseShippingCanceled($baseShippingCanceled) method setBaseShippingInvoiced (line 3622) | public function setBaseShippingInvoiced($baseShippingInvoiced) method setBaseShippingRefunded (line 3630) | public function setBaseShippingRefunded($baseShippingRefunded) method setBaseShippingTaxAmount (line 3638) | public function setBaseShippingTaxAmount($amount) method setBaseShippingTaxRefunded (line 3646) | public function setBaseShippingTaxRefunded($baseShippingTaxRefunded) method setBaseSubtotal (line 3654) | public function setBaseSubtotal($amount) method setBaseSubtotalCanceled (line 3662) | public function setBaseSubtotalCanceled($baseSubtotalCanceled) method setBaseSubtotalInvoiced (line 3670) | public function setBaseSubtotalInvoiced($baseSubtotalInvoiced) method setBaseSubtotalRefunded (line 3678) | public function setBaseSubtotalRefunded($baseSubtotalRefunded) method setBaseTaxAmount (line 3686) | public function setBaseTaxAmount($amount) method setBaseTaxCanceled (line 3694) | public function setBaseTaxCanceled($baseTaxCanceled) method setBaseTaxInvoiced (line 3702) | public function setBaseTaxInvoiced($baseTaxInvoiced) method setBaseTaxRefunded (line 3710) | public function setBaseTaxRefunded($baseTaxRefunded) method setBaseToGlobalRate (line 3718) | public function setBaseToGlobalRate($rate) method setBaseToOrderRate (line 3726) | public function setBaseToOrderRate($rate) method setBaseTotalCanceled (line 3734) | public function setBaseTotalCanceled($baseTotalCanceled) method setBaseTotalInvoiced (line 3742) | public function setBaseTotalInvoiced($baseTotalInvoiced) method setBaseTotalInvoicedCost (line 3750) | public function setBaseTotalInvoicedCost($baseTotalInvoicedCost) method setBaseTotalOfflineRefunded (line 3758) | public function setBaseTotalOfflineRefunded($baseTotalOfflineRefunded) method setBaseTotalOnlineRefunded (line 3766) | public function setBaseTotalOnlineRefunded($baseTotalOnlineRefunded) method setBaseTotalPaid (line 3774) | public function setBaseTotalPaid($baseTotalPaid) method setBaseTotalQtyOrdered (line 3782) | public function setBaseTotalQtyOrdered($baseTotalQtyOrdered) method setBaseTotalRefunded (line 3790) | public function setBaseTotalRefunded($baseTotalRefunded) method setDiscountAmount (line 3798) | public function setDiscountAmount($amount) method setDiscountCanceled (line 3806) | public function setDiscountCanceled($discountCanceled) method setDiscountInvoiced (line 3814) | public function setDiscountInvoiced($discountInvoiced) method setDiscountRefunded (line 3822) | public function setDiscountRefunded($discountRefunded) method setGrandTotal (line 3830) | public function setGrandTotal($amount) method setShippingAmount (line 3838) | public function setShippingAmount($amount) method setShippingCanceled (line 3846) | public function setShippingCanceled($shippingCanceled) method setShippingInvoiced (line 3854) | public function setShippingInvoiced($shippingInvoiced) method setShippingRefunded (line 3862) | public function setShippingRefunded($shippingRefunded) method setShippingTaxAmount (line 3870) | public function setShippingTaxAmount($amount) method setShippingTaxRefunded (line 3878) | public function setShippingTaxRefunded($shippingTaxRefunded) method setStoreToBaseRate (line 3886) | public function setStoreToBaseRate($rate) method setStoreToOrderRate (line 3894) | public function setStoreToOrderRate($rate) method setSubtotal (line 3902) | public function setSubtotal($amount) method setSubtotalCanceled (line 3910) | public function setSubtotalCanceled($subtotalCanceled) method setSubtotalInvoiced (line 3918) | public function setSubtotalInvoiced($subtotalInvoiced) method setSubtotalRefunded (line 3926) | public function setSubtotalRefunded($subtotalRefunded) method setTaxAmount (line 3934) | public function setTaxAmount($amount) method setTaxCanceled (line 3942) | public function setTaxCanceled($taxCanceled) method setTaxInvoiced (line 3950) | public function setTaxInvoiced($taxInvoiced) method setTaxRefunded (line 3958) | public function setTaxRefunded($taxRefunded) method setTotalCanceled (line 3966) | public function setTotalCanceled($totalCanceled) method setTotalInvoiced (line 3974) | public function setTotalInvoiced($totalInvoiced) method setTotalOfflineRefunded (line 3982) | public function setTotalOfflineRefunded($totalOfflineRefunded) method setTotalOnlineRefunded (line 3990) | public function setTotalOnlineRefunded($totalOnlineRefunded) method setTotalPaid (line 3998) | public function setTotalPaid($totalPaid) method setTotalQtyOrdered (line 4006) | public function setTotalQtyOrdered($totalQtyOrdered) method setTotalRefunded (line 4014) | public function setTotalRefunded($totalRefunded) method setCanShipPartially (line 4022) | public function setCanShipPartially($flag) method setCanShipPartiallyItem (line 4030) | public function setCanShipPartiallyItem($flag) method setCustomerIsGuest (line 4038) | public function setCustomerIsGuest($customerIsGuest) method setCustomerNoteNotify (line 4046) | public function setCustomerNoteNotify($customerNoteNotify) method setBillingAddressId (line 4054) | public function setBillingAddressId($id) method setCustomerGroupId (line 4062) | public function setCustomerGroupId($id) method setEditIncrement (line 4070) | public function setEditIncrement($editIncrement) method setEmailSent (line 4078) | public function setEmailSent($emailSent) method setForcedShipmentWithInvoice (line 4086) | public function setForcedShipmentWithInvoice($forcedShipmentWithInvoice) method setPaymentAuthExpiration (line 4094) | public function setPaymentAuthExpiration($paymentAuthExpiration) method setQuoteAddressId (line 4102) | public function setQuoteAddressId($id) method setQuoteId (line 4110) | public function setQuoteId($id) method setAdjustmentNegative (line 4118) | public function setAdjustmentNegative($adjustmentNegative) method setAdjustmentPositive (line 4126) | public function setAdjustmentPositive($adjustmentPositive) method setBaseAdjustmentNegative (line 4134) | public function setBaseAdjustmentNegative($baseAdjustmentNegative) method setBaseAdjustmentPositive (line 4142) | public function setBaseAdjustmentPositive($baseAdjustmentPositive) method setBaseShippingDiscountAmount (line 4150) | public function setBaseShippingDiscountAmount($amount) method setBaseSubtotalInclTax (line 4158) | public function setBaseSubtotalInclTax($amount) method setBaseTotalDue (line 4166) | public function setBaseTotalDue($baseTotalDue) method setPaymentAuthorizationAmount (line 4174) | public function setPaymentAuthorizationAmount($amount) method setShippingDiscountAmount (line 4182) | public function setShippingDiscountAmount($amount) method setSubtotalInclTax (line 4190) | public function setSubtotalInclTax($amount) method setTotalDue (line 4198) | public function setTotalDue($totalDue) method setWeight (line 4206) | public function setWeight($weight) method setCustomerDob (line 4214) | public function setCustomerDob($customerDob) method setIncrementId (line 4222) | public function setIncrementId($id) method setAppliedRuleIds (line 4230) | public function setAppliedRuleIds($appliedRuleIds) method setBaseCurrencyCode (line 4238) | public function setBaseCurrencyCode($code) method setCustomerEmail (line 4246) | public function setCustomerEmail($customerEmail) method setCustomerFirstname (line 4254) | public function setCustomerFirstname($customerFirstname) method setCustomerLastname (line 4262) | public function setCustomerLastname($customerLastname) method setCustomerMiddlename (line 4270) | public function setCustomerMiddlename($customerMiddlename) method setCustomerPrefix (line 4278) | public function setCustomerPrefix($customerPrefix) method setCustomerSuffix (line 4286) | public function setCustomerSuffix($customerSuffix) method setCustomerTaxvat (line 4294) | public function setCustomerTaxvat($customerTaxvat) method setDiscountDescription (line 4302) | public function setDiscountDescription($description) method setExtCustomerId (line 4310) | public function setExtCustomerId($id) method setExtOrderId (line 4318) | public function setExtOrderId($id) method setGlobalCurrencyCode (line 4326) | public function setGlobalCurrencyCode($code) method setHoldBeforeState (line 4334) | public function setHoldBeforeState($holdBeforeState) method setHoldBeforeStatus (line 4342) | public function setHoldBeforeStatus($holdBeforeStatus) method setOrderCurrencyCode (line 4350) | public function setOrderCurrencyCode($code) method setOriginalIncrementId (line 4358) | public function setOriginalIncrementId($id) method setRelationChildId (line 4366) | public function setRelationChildId($id) method setRelationChildRealId (line 4374) | public function setRelationChildRealId($realId) method setRelationParentId (line 4382) | public function setRelationParentId($id) method setRelationParentRealId (line 4390) | public function setRelationParentRealId($realId) method setRemoteIp (line 4398) | public function setRemoteIp($remoteIp) method setStoreCurrencyCode (line 4406) | public function setStoreCurrencyCode($code) method setStoreName (line 4414) | public function setStoreName($storeName) method setXForwardedFor (line 4422) | public function setXForwardedFor($xForwardedFor) method setCustomerNote (line 4430) | public function setCustomerNote($customerNote) method setUpdatedAt (line 4438) | public function setUpdatedAt($timestamp) method setTotalItemCount (line 4446) | public function setTotalItemCount($totalItemCount) method setCustomerGender (line 4454) | public function setCustomerGender($customerGender) method setDiscountTaxCompensationAmount (line 4462) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 4470) | public function setBaseDiscountTaxCompensationAmount($amount) method setShippingDiscountTaxCompensationAmount (line 4478) | public function setShippingDiscountTaxCompensationAmount($amount) method setBaseShippingDiscountTaxCompensationAmnt (line 4486) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt) method setDiscountTaxCompensationInvoiced (line 4494) | public function setDiscountTaxCompensationInvoiced($discountTaxCompens... method setBaseDiscountTaxCompensationInvoiced (line 4502) | public function setBaseDiscountTaxCompensationInvoiced($baseDiscountTa... method setDiscountTaxCompensationRefunded (line 4513) | public function setDiscountTaxCompensationRefunded($discountTaxCompens... method setBaseDiscountTaxCompensationRefunded (line 4524) | public function setBaseDiscountTaxCompensationRefunded($baseDiscountTa... method setShippingInclTax (line 4535) | public function setShippingInclTax($amount) method setBaseShippingInclTax (line 4543) | public function setBaseShippingInclTax($amount) method setShippingMethod (line 4555) | public function setShippingMethod($shippingMethod) method isVisibleCustomerMiddlename (line 4565) | private function isVisibleCustomerMiddlename(): bool method isVisibleCustomerPrefix (line 4578) | private function isVisibleCustomerPrefix(): bool method isVisibleCustomerSuffix (line 4593) | private function isVisibleCustomerSuffix(): bool FILE: app/code/Magento/Sales/Model/Order/Address.php class Address (line 22) | class Address extends AbstractModel implements OrderAddressInterface, Ad... method __construct (line 67) | public function __construct( method _construct (line 97) | protected function _construct() method setOrder (line 110) | public function setOrder(\Magento\Sales\Model\Order $order) method getRegionCode (line 121) | public function getRegionCode() method getName (line 141) | public function getName() method implodeStreetValue (line 164) | protected function implodeStreetValue($value) method setData (line 180) | public function setData($key, $value = null) method implodeStreetField (line 196) | protected function implodeStreetField(array $data) method explodeStreetAddress (line 211) | public function explodeStreetAddress() method getOrder (line 225) | public function getOrder() method getStreet (line 238) | public function getStreet() method getStreetLine (line 252) | public function getStreetLine($number) method getAddressType (line 265) | public function getAddressType() method getCity (line 275) | public function getCity() method getCompany (line 285) | public function getCompany() method getCountryId (line 295) | public function getCountryId() method getCustomerAddressId (line 305) | public function getCustomerAddressId() method getCustomerId (line 315) | public function getCustomerId() method getEmail (line 325) | public function getEmail() method getEntityId (line 335) | public function getEntityId() method setEntityId (line 346) | public function setEntityId($entityId) method getFax (line 356) | public function getFax() method getFirstname (line 366) | public function getFirstname() method getLastname (line 376) | public function getLastname() method getMiddlename (line 386) | public function getMiddlename() method getParentId (line 396) | public function getParentId() method getPostcode (line 406) | public function getPostcode() method getPrefix (line 416) | public function getPrefix() method getRegion (line 426) | public function getRegion() method getRegionId (line 436) | public function getRegionId() method getSuffix (line 446) | public function getSuffix() method getTelephone (line 456) | public function getTelephone() method getVatId (line 466) | public function getVatId() method getVatIsValid (line 476) | public function getVatIsValid() method getVatRequestDate (line 486) | public function getVatRequestDate() method getVatRequestId (line 496) | public function getVatRequestId() method getVatRequestSuccess (line 506) | public function getVatRequestSuccess() method setParentId (line 514) | public function setParentId($id) method setCustomerAddressId (line 522) | public function setCustomerAddressId($id) method setRegionId (line 530) | public function setRegionId($id) method setStreet (line 538) | public function setStreet($street) method setCustomerId (line 546) | public function setCustomerId($id) method setFax (line 554) | public function setFax($fax) method setRegion (line 562) | public function setRegion($region) method setPostcode (line 570) | public function setPostcode($postcode) method setLastname (line 578) | public function setLastname($lastname) method setCity (line 586) | public function setCity($city) method setEmail (line 594) | public function setEmail($email) method setTelephone (line 602) | public function setTelephone($telephone) method setCountryId (line 610) | public function setCountryId($id) method setFirstname (line 618) | public function setFirstname($firstname) method setAddressType (line 626) | public function setAddressType($addressType) method setPrefix (line 634) | public function setPrefix($prefix) method setMiddlename (line 642) | public function setMiddlename($middlename) method setSuffix (line 650) | public function setSuffix($suffix) method setCompany (line 658) | public function setCompany($company) method setVatId (line 666) | public function setVatId($id) method setVatIsValid (line 674) | public function setVatIsValid($vatIsValid) method setVatRequestId (line 682) | public function setVatRequestId($id) method setRegionCode (line 690) | public function setRegionCode($regionCode) method setVatRequestDate (line 698) | public function setVatRequestDate($vatRequestDate) method setVatRequestSuccess (line 706) | public function setVatRequestSuccess($vatRequestSuccess) method getExtensionAttributes (line 716) | public function getExtensionAttributes() method setExtensionAttributes (line 728) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderAd... method beforeSave (line 736) | public function beforeSave() FILE: app/code/Magento/Sales/Model/Order/Address/Renderer.php class Renderer (line 18) | class Renderer method __construct (line 36) | public function __construct( method format (line 51) | public function format(Address $address, $type) FILE: app/code/Magento/Sales/Model/Order/Address/Validator.php class Validator (line 18) | class Validator method __construct (line 55) | public function __construct( method validate (line 72) | public function validate(Address $address) method validateForCustomer (line 111) | public function validateForCustomer(Address $address) method isEmpty (line 171) | protected function isEmpty($value) method isZipRequired (line 182) | protected function isZipRequired($countryId) method isStateRequired (line 193) | protected function isStateRequired($countryId) method isTelephoneRequired (line 205) | protected function isTelephoneRequired() method isCompanyRequired (line 216) | protected function isCompanyRequired() method isFaxRequired (line 227) | protected function isFaxRequired() FILE: app/code/Magento/Sales/Model/Order/AddressRepository.php class AddressRepository (line 26) | class AddressRepository implements \Magento\Sales\Api\OrderAddressReposi... method __construct (line 65) | public function __construct( method formatCustomAddressAttributes (line 85) | private function formatCustomAddressAttributes(OrderAddressInterface $... method getAttributesList (line 108) | private function getAttributesList() method get (line 140) | public function get($id) method getList (line 167) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 184) | public function delete(\Magento\Sales\Api\Data\OrderAddressInterface $... method deleteById (line 203) | public function deleteById($id) method save (line 217) | public function save(\Magento\Sales\Api\Data\OrderAddressInterface $en... method create (line 235) | public function create() method getCollectionProcessor (line 246) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/Admin/Item.php class Item (line 8) | class Item method getSku (line 17) | public function getSku(\Magento\Sales\Model\Order\Item $item) method getName (line 29) | public function getName(\Magento\Sales\Model\Order\Item $item) method getProductId (line 41) | public function getProductId(\Magento\Sales\Model\Order\Item $item) FILE: app/code/Magento/Sales/Model/Order/Config.php class Config (line 16) | class Config method __construct (line 67) | public function __construct( method _getCollection (line 82) | protected function _getCollection() method _getState (line 96) | protected function _getState($state) method getStateDefaultStatus (line 112) | public function getStateDefaultStatus($state): ?string method getStatusLabelForArea (line 130) | private function getStatusLabelForArea(?string $code, string $area): ?... method getStatusLabel (line 149) | public function getStatusLabel($code) method getStatusFrontendLabel (line 161) | public function getStatusFrontendLabel(?string $code): ?string method maskStatusForArea (line 173) | protected function maskStatusForArea($area, $code) method getStateLabel (line 187) | public function getStateLabel($state) method getStatuses (line 201) | public function getStatuses() method getStates (line 212) | public function getStates() method getStateStatuses (line 232) | public function getStateStatuses($state, $addLabels = true) method getVisibleOnFrontStatuses (line 266) | public function getVisibleOnFrontStatuses() method getInvisibleOnFrontStatuses (line 276) | public function getInvisibleOnFrontStatuses() method _getStatuses (line 289) | protected function _getStatuses($visibility) method getStateLabelByStateAndStatus (line 312) | public function getStateLabelByStateAndStatus($state, $status) FILE: app/code/Magento/Sales/Model/Order/Creditmemo.php class Creditmemo (line 33) | class Creditmemo extends AbstractModel implements EntityInterface, Credi... method __construct (line 155) | public function __construct( method _construct (line 202) | protected function _construct() method getConfig (line 212) | public function getConfig() method getStore (line 222) | public function getStore() method setOrder (line 233) | public function setOrder(\Magento\Sales\Model\Order $order) method getOrder (line 245) | public function getOrder() method getEntityType (line 261) | public function getEntityType() method getBillingAddress (line 271) | public function getBillingAddress() method getShippingAddress (line 281) | public function getShippingAddress() method getItemsCollection (line 291) | public function getItemsCollection() method getAllItems (line 308) | public function getAllItems() method getItemById (line 325) | public function getItemById($itemId) method getItemByOrderId (line 341) | public function getItemByOrderId($orderId) method addItem (line 357) | public function addItem(\Magento\Sales\Model\Order\Creditmemo\Item $item) method collectTotals (line 371) | public function collectTotals() method roundPrice (line 387) | public function roundPrice($price, $type = 'regular', $negative = false) method canRefund (line 403) | public function canRefund() method getInvoice (line 419) | public function getInvoice() method setInvoice (line 433) | public function setInvoice(Invoice $invoice) method canCancel (line 444) | public function canCancel() method canVoid (line 454) | public function canVoid() method getStates (line 465) | public static function getStates() method getStateName (line 484) | public function getStateName($stateId = null) method setShippingAmount (line 505) | public function setShippingAmount($amount) method setAdjustmentPositive (line 516) | public function setAdjustmentPositive($amount) method setAdjustmentNegative (line 538) | public function setAdjustmentNegative($amount) method isLast (line 559) | public function isLast() method addComment (line 594) | public function addComment($comment, $notify = false, $visibleOnFront ... method getCommentsCollection (line 617) | public function getCommentsCollection($reload = false) method getFilteredCollectionItems (line 636) | public function getFilteredCollectionItems($filter = null) method getIncrementId (line 646) | public function getIncrementId() method isValidGrandTotal (line 656) | public function isValidGrandTotal() method isAllowZeroGrandTotal (line 666) | private function isAllowZeroGrandTotal() method getItems (line 680) | public function getItems() method getComments (line 696) | public function getComments() method getDiscountDescription (line 714) | public function getDiscountDescription() method setItems (line 722) | public function setItems($items) method getAdjustment (line 732) | public function getAdjustment() method getAdjustmentNegative (line 742) | public function getAdjustmentNegative() method getAdjustmentPositive (line 752) | public function getAdjustmentPositive() method getBaseAdjustment (line 762) | public function getBaseAdjustment() method getBaseAdjustmentNegative (line 772) | public function getBaseAdjustmentNegative() method setBaseAdjustmentNegative (line 783) | public function setBaseAdjustmentNegative($baseAdjustmentNegative) method getBaseAdjustmentPositive (line 793) | public function getBaseAdjustmentPositive() method setBaseAdjustmentPositive (line 804) | public function setBaseAdjustmentPositive($baseAdjustmentPositive) method getBaseCurrencyCode (line 814) | public function getBaseCurrencyCode() method getBaseDiscountAmount (line 824) | public function getBaseDiscountAmount() method getBaseGrandTotal (line 834) | public function getBaseGrandTotal() method getBaseDiscountTaxCompensationAmount (line 844) | public function getBaseDiscountTaxCompensationAmount() method getBaseShippingAmount (line 854) | public function getBaseShippingAmount() method getBaseShippingDiscountTaxCompensationAmnt (line 864) | public function getBaseShippingDiscountTaxCompensationAmnt() method getBaseShippingInclTax (line 874) | public function getBaseShippingInclTax() method getBaseShippingTaxAmount (line 884) | public function getBaseShippingTaxAmount() method getBaseSubtotal (line 894) | public function getBaseSubtotal() method getBaseSubtotalInclTax (line 904) | public function getBaseSubtotalInclTax() method getBaseTaxAmount (line 914) | public function getBaseTaxAmount() method getBaseToGlobalRate (line 924) | public function getBaseToGlobalRate() method getBaseToOrderRate (line 934) | public function getBaseToOrderRate() method getBillingAddressId (line 944) | public function getBillingAddressId() method getCreatedAt (line 954) | public function getCreatedAt() method setCreatedAt (line 962) | public function setCreatedAt($createdAt) method getCreditmemoStatus (line 972) | public function getCreditmemoStatus() method getDiscountAmount (line 982) | public function getDiscountAmount() method getEmailSent (line 992) | public function getEmailSent() method getGlobalCurrencyCode (line 1002) | public function getGlobalCurrencyCode() method getGrandTotal (line 1012) | public function getGrandTotal() method getDiscountTaxCompensationAmount (line 1022) | public function getDiscountTaxCompensationAmount() method getInvoiceId (line 1032) | public function getInvoiceId() method getOrderCurrencyCode (line 1042) | public function getOrderCurrencyCode() method getOrderId (line 1052) | public function getOrderId() method getShippingAddressId (line 1062) | public function getShippingAddressId() method getShippingAmount (line 1072) | public function getShippingAmount() method getShippingDiscountTaxCompensationAmount (line 1082) | public function getShippingDiscountTaxCompensationAmount() method getShippingInclTax (line 1092) | public function getShippingInclTax() method getShippingTaxAmount (line 1102) | public function getShippingTaxAmount() method getState (line 1112) | public function getState() method getStoreCurrencyCode (line 1122) | public function getStoreCurrencyCode() method getStoreId (line 1132) | public function getStoreId() method getStoreToBaseRate (line 1142) | public function getStoreToBaseRate() method getStoreToOrderRate (line 1152) | public function getStoreToOrderRate() method getSubtotal (line 1162) | public function getSubtotal() method getSubtotalInclTax (line 1172) | public function getSubtotalInclTax() method getTaxAmount (line 1182) | public function getTaxAmount() method getTransactionId (line 1192) | public function getTransactionId() method setTransactionId (line 1203) | public function setTransactionId($transactionId) method getUpdatedAt (line 1213) | public function getUpdatedAt() method setComments (line 1221) | public function setComments($comments) method setStoreId (line 1229) | public function setStoreId($id) method setBaseShippingTaxAmount (line 1237) | public function setBaseShippingTaxAmount($amount) method setStoreToOrderRate (line 1245) | public function setStoreToOrderRate($rate) method setBaseDiscountAmount (line 1253) | public function setBaseDiscountAmount($amount) method setBaseToOrderRate (line 1261) | public function setBaseToOrderRate($rate) method setGrandTotal (line 1269) | public function setGrandTotal($amount) method setBaseSubtotalInclTax (line 1277) | public function setBaseSubtotalInclTax($amount) method setSubtotalInclTax (line 1285) | public function setSubtotalInclTax($amount) method setBaseShippingAmount (line 1293) | public function setBaseShippingAmount($amount) method setStoreToBaseRate (line 1301) | public function setStoreToBaseRate($rate) method setBaseToGlobalRate (line 1309) | public function setBaseToGlobalRate($rate) method setBaseAdjustment (line 1317) | public function setBaseAdjustment($baseAdjustment) method setBaseSubtotal (line 1325) | public function setBaseSubtotal($amount) method setDiscountAmount (line 1333) | public function setDiscountAmount($amount) method setSubtotal (line 1341) | public function setSubtotal($amount) method setAdjustment (line 1349) | public function setAdjustment($adjustment) method setBaseGrandTotal (line 1357) | public function setBaseGrandTotal($amount) method setBaseTaxAmount (line 1365) | public function setBaseTaxAmount($amount) method setShippingTaxAmount (line 1373) | public function setShippingTaxAmount($amount) method setTaxAmount (line 1381) | public function setTaxAmount($amount) method setOrderId (line 1389) | public function setOrderId($id) method setEmailSent (line 1397) | public function setEmailSent($emailSent) method setCreditmemoStatus (line 1405) | public function setCreditmemoStatus($creditmemoStatus) method setState (line 1413) | public function setState($state) method setShippingAddressId (line 1421) | public function setShippingAddressId($id) method setBillingAddressId (line 1429) | public function setBillingAddressId($id) method setInvoiceId (line 1437) | public function setInvoiceId($id) method setStoreCurrencyCode (line 1445) | public function setStoreCurrencyCode($code) method setOrderCurrencyCode (line 1453) | public function setOrderCurrencyCode($code) method setBaseCurrencyCode (line 1461) | public function setBaseCurrencyCode($code) method setGlobalCurrencyCode (line 1469) | public function setGlobalCurrencyCode($code) method setIncrementId (line 1477) | public function setIncrementId($id) method setUpdatedAt (line 1485) | public function setUpdatedAt($timestamp) method setDiscountTaxCompensationAmount (line 1493) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 1501) | public function setBaseDiscountTaxCompensationAmount($amount) method setShippingDiscountTaxCompensationAmount (line 1509) | public function setShippingDiscountTaxCompensationAmount($amount) method setBaseShippingDiscountTaxCompensationAmnt (line 1517) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt) method setShippingInclTax (line 1525) | public function setShippingInclTax($amount) method setBaseShippingInclTax (line 1533) | public function setBaseShippingInclTax($amount) method setDiscountDescription (line 1541) | public function setDiscountDescription($description) method getExtensionAttributes (line 1549) | public function getExtensionAttributes() method setExtensionAttributes (line 1557) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Comment.php class Comment (line 16) | class Comment extends AbstractModel implements CreditmemoCommentInterface method __construct (line 41) | public function __construct( method _construct (line 68) | protected function _construct() method setCreditmemo (line 81) | public function setCreditmemo(\Magento\Sales\Model\Order\Creditmemo $c... method getCreditmemo (line 94) | public function getCreditmemo() method getStore (line 104) | public function getStore() method getComment (line 119) | public function getComment() method getCreatedAt (line 129) | public function getCreatedAt() method setCreatedAt (line 137) | public function setCreatedAt($createdAt) method getIsCustomerNotified (line 147) | public function getIsCustomerNotified() method getIsVisibleOnFront (line 157) | public function getIsVisibleOnFront() method getParentId (line 167) | public function getParentId() method setParentId (line 175) | public function setParentId($id) method setIsCustomerNotified (line 183) | public function setIsCustomerNotified($isCustomerNotified) method setIsVisibleOnFront (line 191) | public function setIsVisibleOnFront($isVisibleOnFront) method setComment (line 199) | public function setComment($comment) method getExtensionAttributes (line 209) | public function getExtensionAttributes() method setExtensionAttributes (line 220) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Comment/Validator.php class Validator (line 14) | class Validator method validate (line 32) | public function validate(Comment $comment) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/CommentCreation.php class CommentCreation (line 13) | class CommentCreation implements CreditmemoCommentCreationInterface method getExtensionAttributes (line 35) | public function getExtensionAttributes() method setExtensionAttributes (line 46) | public function setExtensionAttributes( method getComment (line 56) | public function getComment() method setComment (line 64) | public function setComment($comment) method getIsVisibleOnFront (line 73) | public function getIsVisibleOnFront() method setIsVisibleOnFront (line 81) | public function setIsVisibleOnFront($isVisibleOnFront) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/CommentRepository.php class CommentRepository (line 25) | class CommentRepository implements CreditmemoCommentRepositoryInterface method __construct (line 71) | public function __construct( method get (line 94) | public function get($id) method getList (line 104) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 115) | public function delete(CreditmemoCommentInterface $entity) method save (line 128) | public function save(CreditmemoCommentInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Config.php class Config (line 14) | class Config extends \Magento\Sales\Model\Order\Total\Config\Base FILE: app/code/Magento/Sales/Model/Order/Creditmemo/CreationArguments.php class CreationArguments (line 13) | class CreationArguments implements CreditmemoCreationArgumentsInterface method getShippingAmount (line 38) | public function getShippingAmount() method getAdjustmentPositive (line 46) | public function getAdjustmentPositive() method getAdjustmentNegative (line 54) | public function getAdjustmentNegative() method setShippingAmount (line 62) | public function setShippingAmount($amount) method setAdjustmentPositive (line 71) | public function setAdjustmentPositive($amount) method setAdjustmentNegative (line 80) | public function setAdjustmentNegative($amount) method getExtensionAttributes (line 89) | public function getExtensionAttributes() method setExtensionAttributes (line 97) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/CreditmemoValidator.php class CreditmemoValidator (line 13) | class CreditmemoValidator implements CreditmemoValidatorInterface method __construct (line 24) | public function __construct(\Magento\Sales\Model\Validator $validator) method validate (line 32) | public function validate(CreditmemoInterface $entity, array $validators) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/CreditmemoValidatorInterface.php type CreditmemoValidatorInterface (line 16) | interface CreditmemoValidatorInterface method validate (line 24) | public function validate(CreditmemoInterface $entity, array $validators); FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Item.php class Item (line 20) | class Item extends AbstractModel implements CreditmemoItemInterface method __construct (line 57) | public function __construct( method _construct (line 84) | protected function _construct() method setCreditmemo (line 95) | public function setCreditmemo(\Magento\Sales\Model\Order\Creditmemo $c... method getCreditmemo (line 106) | public function getCreditmemo() method setOrderItem (line 117) | public function setOrderItem(\Magento\Sales\Model\Order\Item $item) method getOrderItem (line 129) | public function getOrderItem() method isQtyAvailable (line 149) | private function isQtyAvailable($qty, \Magento\Sales\Model\Order\Item ... method setQty (line 160) | public function setQty($qty) method register (line 171) | public function register() method processQty (line 199) | private function processQty() method cancel (line 223) | public function cancel() method calcRowTotal (line 247) | public function calcRowTotal() method isLast (line 284) | public function isLast() method getAdditionalData (line 299) | public function getAdditionalData() method getBaseCost (line 309) | public function getBaseCost() method getBaseDiscountAmount (line 319) | public function getBaseDiscountAmount() method getBaseDiscountTaxCompensationAmount (line 329) | public function getBaseDiscountTaxCompensationAmount() method getBasePrice (line 339) | public function getBasePrice() method getBasePriceInclTax (line 349) | public function getBasePriceInclTax() method getBaseRowTotal (line 359) | public function getBaseRowTotal() method getBaseRowTotalInclTax (line 369) | public function getBaseRowTotalInclTax() method getBaseTaxAmount (line 379) | public function getBaseTaxAmount() method getBaseWeeeTaxAppliedAmount (line 389) | public function getBaseWeeeTaxAppliedAmount() method getBaseWeeeTaxAppliedRowAmnt (line 399) | public function getBaseWeeeTaxAppliedRowAmnt() method getBaseWeeeTaxDisposition (line 409) | public function getBaseWeeeTaxDisposition() method getBaseWeeeTaxRowDisposition (line 419) | public function getBaseWeeeTaxRowDisposition() method getDescription (line 429) | public function getDescription() method getDiscountAmount (line 439) | public function getDiscountAmount() method getDiscountTaxCompensationAmount (line 449) | public function getDiscountTaxCompensationAmount() method getName (line 459) | public function getName() method getOrderItemId (line 469) | public function getOrderItemId() method getParentId (line 479) | public function getParentId() method getPrice (line 489) | public function getPrice() method getPriceInclTax (line 499) | public function getPriceInclTax() method getProductId (line 509) | public function getProductId() method getQty (line 519) | public function getQty() method getRowTotal (line 529) | public function getRowTotal() method getRowTotalInclTax (line 539) | public function getRowTotalInclTax() method getSku (line 549) | public function getSku() method getTaxAmount (line 559) | public function getTaxAmount() method getWeeeTaxApplied (line 569) | public function getWeeeTaxApplied() method getWeeeTaxAppliedAmount (line 579) | public function getWeeeTaxAppliedAmount() method getWeeeTaxAppliedRowAmount (line 589) | public function getWeeeTaxAppliedRowAmount() method getWeeeTaxDisposition (line 599) | public function getWeeeTaxDisposition() method getWeeeTaxRowDisposition (line 609) | public function getWeeeTaxRowDisposition() method setParentId (line 619) | public function setParentId($id) method setBasePrice (line 627) | public function setBasePrice($price) method setTaxAmount (line 635) | public function setTaxAmount($amount) method setBaseRowTotal (line 643) | public function setBaseRowTotal($amount) method setDiscountAmount (line 651) | public function setDiscountAmount($amount) method setRowTotal (line 659) | public function setRowTotal($amount) method setBaseDiscountAmount (line 667) | public function setBaseDiscountAmount($amount) method setPriceInclTax (line 675) | public function setPriceInclTax($amount) method setBaseTaxAmount (line 683) | public function setBaseTaxAmount($amount) method setBasePriceInclTax (line 691) | public function setBasePriceInclTax($amount) method setBaseCost (line 699) | public function setBaseCost($baseCost) method setPrice (line 707) | public function setPrice($price) method setBaseRowTotalInclTax (line 715) | public function setBaseRowTotalInclTax($amount) method setRowTotalInclTax (line 723) | public function setRowTotalInclTax($amount) method setProductId (line 731) | public function setProductId($id) method setOrderItemId (line 739) | public function setOrderItemId($id) method setAdditionalData (line 747) | public function setAdditionalData($additionalData) method setDescription (line 755) | public function setDescription($description) method setSku (line 763) | public function setSku($sku) method setName (line 771) | public function setName($name) method setDiscountTaxCompensationAmount (line 779) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 787) | public function setBaseDiscountTaxCompensationAmount($amount) method setWeeeTaxDisposition (line 795) | public function setWeeeTaxDisposition($weeeTaxDisposition) method setWeeeTaxRowDisposition (line 803) | public function setWeeeTaxRowDisposition($weeeTaxRowDisposition) method setBaseWeeeTaxDisposition (line 811) | public function setBaseWeeeTaxDisposition($baseWeeeTaxDisposition) method setBaseWeeeTaxRowDisposition (line 819) | public function setBaseWeeeTaxRowDisposition($baseWeeeTaxRowDisposition) method setWeeeTaxApplied (line 827) | public function setWeeeTaxApplied($weeeTaxApplied) method setBaseWeeeTaxAppliedAmount (line 835) | public function setBaseWeeeTaxAppliedAmount($amount) method setBaseWeeeTaxAppliedRowAmnt (line 843) | public function setBaseWeeeTaxAppliedRowAmnt($amnt) method setWeeeTaxAppliedAmount (line 851) | public function setWeeeTaxAppliedAmount($amount) method setWeeeTaxAppliedRowAmount (line 859) | public function setWeeeTaxAppliedRowAmount($amount) method getExtensionAttributes (line 869) | public function getExtensionAttributes() method setExtensionAttributes (line 880) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Item/Validation/CreationQuantityValidator.php class CreationQuantityValidator (line 19) | class CreationQuantityValidator implements ValidatorInterface method __construct (line 37) | public function __construct(OrderItemRepositoryInterface $orderItemRep... method validate (line 46) | public function validate($entity) method isQtyAvailable (line 75) | private function isQtyAvailable(Item $orderItem, $qty) method isItemPartOfContextOrder (line 86) | private function isItemPartOfContextOrder(OrderItemInterface $orderItem) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/ItemCreation.php class ItemCreation (line 13) | class ItemCreation implements CreditmemoItemCreationInterface method getOrderItemId (line 33) | public function getOrderItemId() method setOrderItemId (line 41) | public function setOrderItemId($orderItemId) method getQty (line 50) | public function getQty() method setQty (line 58) | public function setQty($qty) method getExtensionAttributes (line 69) | public function getExtensionAttributes() method setExtensionAttributes (line 80) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/ItemCreationValidator.php class ItemCreationValidator (line 14) | class ItemCreationValidator implements ItemCreationValidatorInterface method __construct (line 25) | public function __construct(\Magento\Sales\Model\Validator $validator) method validate (line 33) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/ItemCreationValidatorInterface.php type ItemCreationValidatorInterface (line 15) | interface ItemCreationValidatorInterface method validate (line 23) | public function validate(CreditmemoItemCreationInterface $item, array ... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/ItemRepository.php class ItemRepository (line 18) | class ItemRepository implements CreditmemoItemRepositoryInterface method __construct (line 46) | public function __construct( method get (line 61) | public function get($id) method getList (line 71) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 82) | public function delete(CreditmemoItemInterface $entity) method save (line 95) | public function save(CreditmemoItemInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Notifier.php class Notifier (line 14) | class Notifier implements \Magento\Sales\Model\Order\Creditmemo\Notifier... method __construct (line 24) | public function __construct(array $senders = []) method notify (line 33) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/NotifierInterface.php type NotifierInterface (line 14) | interface NotifierInterface method notify (line 27) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/RefundOperation.php class RefundOperation (line 12) | class RefundOperation method __construct (line 28) | public function __construct( method execute (line 42) | public function execute(CreditmemoInterface $creditmemo, OrderInterfac... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Sender/EmailSender.php class EmailSender (line 17) | class EmailSender extends Sender implements SenderInterface method __construct (line 50) | public function __construct( method send (line 94) | public function send( method getPaymentHtml (line 153) | private function getPaymentHtml(\Magento\Sales\Api\Data\OrderInterface... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/SenderInterface.php type SenderInterface (line 11) | interface SenderInterface method send (line 23) | public function send( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/AbstractTotal.php class AbstractTotal (line 15) | abstract class AbstractTotal extends \Magento\Sales\Model\Order\Total\Ab... method collect (line 24) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Cost.php class Cost (line 8) | class Cost extends AbstractTotal method collect (line 16) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Discount.php class Discount (line 11) | class Discount extends AbstractTotal method collect (line 20) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... method getBaseShippingAmount (line 101) | private function getBaseShippingAmount(\Magento\Sales\Model\Order\Cred... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Grand.php class Grand (line 8) | class Grand extends \Magento\Sales\Model\Order\Creditmemo\Total\Abstract... method collect (line 14) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Shipping.php class Shipping (line 13) | class Shipping extends AbstractTotal method __construct (line 31) | public function __construct( method collect (line 46) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... method isSuppliedShippingAmountInclTax (line 123) | private function isSuppliedShippingAmountInclTax($order) method getTaxConfig (line 136) | private function getTaxConfig() FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Subtotal.php class Subtotal (line 8) | class Subtotal extends AbstractTotal method collect (line 16) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Total/Tax.php class Tax (line 11) | class Tax extends AbstractTotal method collect (line 23) | public function collect(\Magento\Sales\Model\Order\Creditmemo $creditm... FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Validation/QuantityValidator.php class QuantityValidator (line 21) | class QuantityValidator implements ValidatorInterface method __construct (line 45) | public function __construct( method validate (line 58) | public function validate($entity) method canRefundShipping (line 114) | private function canRefundShipping(OrderInterface $order) method getInvoiceQtysRefundLimits (line 124) | private function getInvoiceQtysRefundLimits(CreditmemoInterface $credi... method getOrderItems (line 162) | private function getOrderItems(OrderInterface $order) method isQtyAvailable (line 177) | private function isQtyAvailable(Item $orderItem, $qty) method canRefundItem (line 190) | private function canRefundItem(\Magento\Sales\Model\Order\Item $item, ... method canRefundNoDummyItem (line 206) | private function canRefundNoDummyItem(\Magento\Sales\Model\Order\Item ... method canRefundDummyItem (line 223) | private function canRefundDummyItem(\Magento\Sales\Model\Order\Item $i... method canRefundRequestedQty (line 244) | private function canRefundRequestedQty( FILE: app/code/Magento/Sales/Model/Order/Creditmemo/Validation/TotalsValidator.php class TotalsValidator (line 14) | class TotalsValidator implements ValidatorInterface method __construct (line 26) | public function __construct(PriceCurrencyInterface $priceCurrency) method validate (line 34) | public function validate($entity) FILE: app/code/Magento/Sales/Model/Order/CreditmemoDocumentFactory.php class CreditmemoDocumentFactory (line 14) | class CreditmemoDocumentFactory method __construct (line 44) | public function __construct( method getCreditmemoCreationData (line 63) | private function getCreditmemoCreationData( method attachComment (line 88) | private function attachComment( method createFromOrder (line 118) | public function createFromOrder( method createFromInvoice (line 144) | public function createFromInvoice( FILE: app/code/Magento/Sales/Model/Order/CreditmemoFactory.php class CreditmemoFactory (line 14) | class CreditmemoFactory method __construct (line 46) | public function __construct( method createByOrder (line 65) | public function createByOrder(\Magento\Sales\Model\Order $order, array... method createByInvoice (line 97) | public function createByInvoice(\Magento\Sales\Model\Order\Invoice $in... method canRefundItem (line 145) | protected function canRefundItem($item, $qtys = [], $invoiceQtysRefund... method canRefundNoDummyItem (line 181) | protected function canRefundNoDummyItem($item, $invoiceQtysRefundLimit... method initData (line 199) | protected function initData($creditmemo, $data) method calculateProductOptions (line 220) | private function calculateProductOptions(Item $orderItem, int $parentQ... method getInvoiceRefundedQtyList (line 241) | private function getInvoiceRefundedQtyList(Invoice $invoice): array method getInvoiceRefundLimitsQtyList (line 268) | private function getInvoiceRefundLimitsQtyList(Invoice $invoice): array method getQtyToRefund (line 293) | private function getQtyToRefund(Item $orderItem, array $qtyList, array... method getShippingAmount (line 328) | private function getShippingAmount(Invoice $invoice): float FILE: app/code/Magento/Sales/Model/Order/CreditmemoNotifier.php class CreditmemoNotifier (line 17) | class CreditmemoNotifier extends \Magento\Sales\Model\AbstractNotifier method __construct (line 39) | public function __construct( FILE: app/code/Magento/Sales/Model/Order/CreditmemoRepository.php class CreditmemoRepository (line 22) | class CreditmemoRepository implements \Magento\Sales\Api\CreditmemoRepos... method __construct (line 52) | public function __construct( method get (line 70) | public function get($id) method create (line 93) | public function create() method getList (line 104) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 120) | public function delete(\Magento\Sales\Api\Data\CreditmemoInterface $en... method save (line 138) | public function save(\Magento\Sales\Api\Data\CreditmemoInterface $entity) method getCollectionProcessor (line 157) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/CustomerAssignment.php class CustomerAssignment (line 18) | class CustomerAssignment method __construct (line 36) | public function __construct( method execute (line 50) | public function execute(OrderInterface $order, CustomerInterface $cust... FILE: app/code/Magento/Sales/Model/Order/CustomerManagement.php class CustomerManagement (line 22) | class CustomerManagement implements \Magento\Sales\Api\OrderCustomerMana... method __construct (line 74) | public function __construct( method create (line 99) | public function create($orderId) method needToSaveAddress (line 133) | private function needToSaveAddress( FILE: app/code/Magento/Sales/Model/Order/Email/Container/Container.php class Container (line 18) | abstract class Container implements IdentityInterface method __construct (line 51) | public function __construct( method getConfigValue (line 66) | protected function getConfigValue($path, $storeId) method setStore (line 81) | public function setStore(Store $store) method getStore (line 91) | public function getStore() method setCustomerName (line 106) | public function setCustomerName($name) method setCustomerEmail (line 117) | public function setCustomerEmail($email) method getCustomerName (line 127) | public function getCustomerName() method getCustomerEmail (line 137) | public function getCustomerEmail() FILE: app/code/Magento/Sales/Model/Order/Email/Container/CreditmemoCommentIdentity.php class CreditmemoCommentIdentity (line 13) | class CreditmemoCommentIdentity extends Container implements IdentityInt... method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/CreditmemoIdentity.php class CreditmemoIdentity (line 13) | class CreditmemoIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/IdentityInterface.php type IdentityInterface (line 15) | interface IdentityInterface method isEnabled (line 20) | public function isEnabled(); method getEmailCopyTo (line 25) | public function getEmailCopyTo(); method getCopyMethod (line 30) | public function getCopyMethod(); method getGuestTemplateId (line 35) | public function getGuestTemplateId(); method getTemplateId (line 40) | public function getTemplateId(); method getEmailIdentity (line 45) | public function getEmailIdentity(); method getCustomerEmail (line 50) | public function getCustomerEmail(); method getCustomerName (line 55) | public function getCustomerName(); method getStore (line 60) | public function getStore(); method setStore (line 66) | public function setStore(Store $store); method setCustomerEmail (line 72) | public function setCustomerEmail($email); method setCustomerName (line 78) | public function setCustomerName($name); FILE: app/code/Magento/Sales/Model/Order/Email/Container/InvoiceCommentIdentity.php class InvoiceCommentIdentity (line 13) | class InvoiceCommentIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/InvoiceIdentity.php class InvoiceIdentity (line 13) | class InvoiceIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/NullIdentity.php class NullIdentity (line 10) | class NullIdentity extends Container implements IdentityInterface method isEnabled (line 15) | public function isEnabled() method getEmailCopyTo (line 23) | public function getEmailCopyTo() method getCopyMethod (line 31) | public function getCopyMethod() method getGuestTemplateId (line 39) | public function getGuestTemplateId() method getTemplateId (line 47) | public function getTemplateId() method getEmailIdentity (line 55) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/OrderCommentIdentity.php class OrderCommentIdentity (line 13) | class OrderCommentIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/OrderIdentity.php class OrderIdentity (line 13) | class OrderIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/ShipmentCommentIdentity.php class ShipmentCommentIdentity (line 13) | class ShipmentCommentIdentity extends Container implements IdentityInter... method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/ShipmentIdentity.php class ShipmentIdentity (line 13) | class ShipmentIdentity extends Container implements IdentityInterface method isEnabled (line 30) | public function isEnabled() method getEmailCopyTo (line 44) | public function getEmailCopyTo() method getCopyMethod (line 58) | public function getCopyMethod() method getGuestTemplateId (line 68) | public function getGuestTemplateId() method getTemplateId (line 78) | public function getTemplateId() method getEmailIdentity (line 88) | public function getEmailIdentity() FILE: app/code/Magento/Sales/Model/Order/Email/Container/Template.php class Template (line 8) | class Template method setTemplateVars (line 36) | public function setTemplateVars(array $vars) method setTemplateOptions (line 47) | public function setTemplateOptions(array $options) method getTemplateVars (line 57) | public function getTemplateVars() method getTemplateOptions (line 67) | public function getTemplateOptions() method setTemplateId (line 78) | public function setTemplateId($id) method getTemplateId (line 88) | public function getTemplateId() FILE: app/code/Magento/Sales/Model/Order/Email/NotifySender.php class NotifySender (line 16) | abstract class NotifySender extends Sender method checkAndSend (line 25) | protected function checkAndSend(Order $order, $notify = true) FILE: app/code/Magento/Sales/Model/Order/Email/Sender.php class Sender (line 20) | abstract class Sender method __construct (line 54) | public function __construct( method checkAndSend (line 74) | protected function checkAndSend(Order $order) method prepareTemplate (line 107) | protected function prepareTemplate(Order $order) method getSender (line 129) | protected function getSender() method getTemplateOptions (line 144) | protected function getTemplateOptions() method getFormattedShippingAddress (line 158) | protected function getFormattedShippingAddress($order) method getFormattedBillingAddress (line 171) | protected function getFormattedBillingAddress($order) FILE: app/code/Magento/Sales/Model/Order/Email/Sender/CreditmemoCommentSender.php class CreditmemoCommentSender (line 20) | class CreditmemoCommentSender extends NotifySender method __construct (line 42) | public function __construct( method send (line 63) | public function send(Creditmemo $creditmemo, $notify = true, $comment ... FILE: app/code/Magento/Sales/Model/Order/Email/Sender/CreditmemoSender.php class CreditmemoSender (line 24) | class CreditmemoSender extends Sender method __construct (line 66) | public function __construct( method send (line 101) | public function send(Creditmemo $creditmemo, $forceSyncMode = false) method getPaymentHtml (line 159) | protected function getPaymentHtml(Order $order) FILE: app/code/Magento/Sales/Model/Order/Email/Sender/InvoiceCommentSender.php class InvoiceCommentSender (line 20) | class InvoiceCommentSender extends NotifySender method __construct (line 42) | public function __construct( method send (line 63) | public function send(Invoice $invoice, $notify = true, $comment = '') FILE: app/code/Magento/Sales/Model/Order/Email/Sender/InvoiceSender.php class InvoiceSender (line 24) | class InvoiceSender extends Sender method __construct (line 66) | public function __construct( method send (line 101) | public function send(Invoice $invoice, $forceSyncMode = false) method getPaymentHtml (line 159) | protected function getPaymentHtml(Order $order) FILE: app/code/Magento/Sales/Model/Order/Email/Sender/OrderCommentSender.php class OrderCommentSender (line 19) | class OrderCommentSender extends NotifySender method __construct (line 41) | public function __construct( method send (line 62) | public function send(Order $order, $notify = true, $comment = '') FILE: app/code/Magento/Sales/Model/Order/Email/Sender/OrderSender.php class OrderSender (line 22) | class OrderSender extends Sender method __construct (line 64) | public function __construct( method send (line 98) | public function send(Order $order, $forceSyncMode = false) method prepareTemplate (line 124) | protected function prepareTemplate(Order $order) method getPaymentHtml (line 162) | protected function getPaymentHtml(Order $order) FILE: app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentCommentSender.php class ShipmentCommentSender (line 20) | class ShipmentCommentSender extends NotifySender method __construct (line 42) | public function __construct( method send (line 63) | public function send(Shipment $shipment, $notify = true, $comment = '') FILE: app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentSender.php class ShipmentSender (line 24) | class ShipmentSender extends Sender method __construct (line 66) | public function __construct( method send (line 101) | public function send(Shipment $shipment, $forceSyncMode = false) method getPaymentHtml (line 159) | protected function getPaymentHtml(Order $order) FILE: app/code/Magento/Sales/Model/Order/Email/SenderBuilder.php class SenderBuilder (line 16) | class SenderBuilder method __construct (line 41) | public function __construct( method send (line 57) | public function send() method sendCopyTo (line 83) | public function sendCopyTo() method configureEmailTemplate (line 102) | protected function configureEmailTemplate() FILE: app/code/Magento/Sales/Model/Order/Grid/Massaction/ItemsUpdater.php class ItemsUpdater (line 8) | class ItemsUpdater implements \Magento\Framework\View\Layout\Argument\Up... method __construct (line 18) | public function __construct(\Magento\Framework\AuthorizationInterface ... method update (line 28) | public function update($argument) FILE: app/code/Magento/Sales/Model/Order/Grid/Row/UrlGenerator.php class UrlGenerator (line 11) | class UrlGenerator extends \Magento\Backend\Model\Widget\Grid\Row\UrlGen... method __construct (line 23) | public function __construct( method getUrl (line 37) | public function getUrl($item) FILE: app/code/Magento/Sales/Model/Order/Invoice.php class Invoice (line 27) | class Invoice extends AbstractModel implements EntityInterface, InvoiceI... method __construct (line 141) | public function __construct( method _construct (line 178) | protected function _construct() method loadByIncrementId (line 189) | public function loadByIncrementId($incrementId) method getConfig (line 205) | public function getConfig() method getStore (line 215) | public function getStore() method setOrder (line 226) | public function setOrder(\Magento\Sales\Model\Order $order) method getOrder (line 238) | public function getOrder() method getEntityType (line 251) | public function getEntityType() method getBillingAddress (line 261) | public function getBillingAddress() method getShippingAddress (line 271) | public function getShippingAddress() method isCanceled (line 281) | public function isCanceled() method canCapture (line 291) | public function canCapture() method canVoid (line 303) | public function canVoid() method canCancel (line 318) | public function canCancel() method canRefund (line 328) | public function canRefund() method capture (line 344) | public function capture() method pay (line 358) | public function pay() method wasPayCalled (line 388) | public function wasPayCalled() method void (line 398) | public function void() method cancel (line 410) | public function cancel() method collectTotals (line 462) | public function collectTotals() method roundPrice (line 478) | public function roundPrice($price, $type = 'regular', $negative = false) method getItemsCollection (line 494) | public function getItemsCollection() method getAllItems (line 513) | public function getAllItems() method getItemById (line 530) | public function getItemById($itemId) method addItem (line 547) | public function addItem(\Magento\Sales\Model\Order\Invoice\Item $item) method getStates (line 562) | public static function getStates() method getStateName (line 580) | public function getStateName($stateId = null) method register (line 604) | public function register() method isLast (line 679) | public function isLast() method addComment (line 698) | public function addComment($comment, $notify = false, $visibleOnFront ... method getCommentsCollection (line 723) | public function getCommentsCollection($reload = false) method reset (line 750) | public function reset() method _beforeSave (line 767) | protected function _beforeSave() method _afterSave (line 777) | protected function _afterSave() method getItems (line 787) | public function getItems() method getComments (line 804) | public function getComments() method getIncrementId (line 823) | public function getIncrementId() method getBaseTotalRefunded (line 833) | public function getBaseTotalRefunded() method getDiscountDescription (line 843) | public function getDiscountDescription() method setItems (line 851) | public function setItems($items) method getBaseCurrencyCode (line 861) | public function getBaseCurrencyCode() method getBaseDiscountAmount (line 871) | public function getBaseDiscountAmount() method getBaseGrandTotal (line 881) | public function getBaseGrandTotal() method getBaseDiscountTaxCompensationAmount (line 891) | public function getBaseDiscountTaxCompensationAmount() method getBaseShippingAmount (line 901) | public function getBaseShippingAmount() method getBaseShippingDiscountTaxCompensationAmnt (line 911) | public function getBaseShippingDiscountTaxCompensationAmnt() method getBaseShippingInclTax (line 921) | public function getBaseShippingInclTax() method getBaseShippingTaxAmount (line 931) | public function getBaseShippingTaxAmount() method getBaseSubtotal (line 941) | public function getBaseSubtotal() method getBaseSubtotalInclTax (line 951) | public function getBaseSubtotalInclTax() method getBaseTaxAmount (line 961) | public function getBaseTaxAmount() method getBaseToGlobalRate (line 971) | public function getBaseToGlobalRate() method getBaseToOrderRate (line 981) | public function getBaseToOrderRate() method getBillingAddressId (line 991) | public function getBillingAddressId() method getCanVoidFlag (line 1001) | public function getCanVoidFlag() method getCreatedAt (line 1011) | public function getCreatedAt() method setCreatedAt (line 1019) | public function setCreatedAt($createdAt) method getDiscountAmount (line 1029) | public function getDiscountAmount() method getEmailSent (line 1039) | public function getEmailSent() method getGlobalCurrencyCode (line 1049) | public function getGlobalCurrencyCode() method getGrandTotal (line 1059) | public function getGrandTotal() method getDiscountTaxCompensationAmount (line 1069) | public function getDiscountTaxCompensationAmount() method getIsUsedForRefund (line 1079) | public function getIsUsedForRefund() method getOrderCurrencyCode (line 1089) | public function getOrderCurrencyCode() method getOrderId (line 1099) | public function getOrderId() method getShippingAddressId (line 1109) | public function getShippingAddressId() method getShippingAmount (line 1119) | public function getShippingAmount() method getShippingDiscountTaxCompensationAmount (line 1129) | public function getShippingDiscountTaxCompensationAmount() method getShippingInclTax (line 1139) | public function getShippingInclTax() method getShippingTaxAmount (line 1149) | public function getShippingTaxAmount() method getState (line 1159) | public function getState() method getStoreCurrencyCode (line 1169) | public function getStoreCurrencyCode() method getStoreId (line 1179) | public function getStoreId() method getStoreToBaseRate (line 1189) | public function getStoreToBaseRate() method getStoreToOrderRate (line 1199) | public function getStoreToOrderRate() method getSubtotal (line 1209) | public function getSubtotal() method getSubtotalInclTax (line 1219) | public function getSubtotalInclTax() method getTaxAmount (line 1229) | public function getTaxAmount() method getTotalQty (line 1239) | public function getTotalQty() method getTransactionId (line 1249) | public function getTransactionId() method setTransactionId (line 1260) | public function setTransactionId($transactionId) method getUpdatedAt (line 1270) | public function getUpdatedAt() method setComments (line 1278) | public function setComments($comments) method setUpdatedAt (line 1286) | public function setUpdatedAt($timestamp) method setStoreId (line 1294) | public function setStoreId($id) method setBaseGrandTotal (line 1302) | public function setBaseGrandTotal($amount) method setShippingTaxAmount (line 1310) | public function setShippingTaxAmount($amount) method setTaxAmount (line 1318) | public function setTaxAmount($amount) method setBaseTaxAmount (line 1326) | public function setBaseTaxAmount($amount) method setStoreToOrderRate (line 1334) | public function setStoreToOrderRate($rate) method setBaseShippingTaxAmount (line 1342) | public function setBaseShippingTaxAmount($amount) method setBaseDiscountAmount (line 1350) | public function setBaseDiscountAmount($amount) method setBaseToOrderRate (line 1358) | public function setBaseToOrderRate($rate) method setGrandTotal (line 1366) | public function setGrandTotal($amount) method setShippingAmount (line 1374) | public function setShippingAmount($amount) method setSubtotalInclTax (line 1382) | public function setSubtotalInclTax($amount) method setBaseSubtotalInclTax (line 1390) | public function setBaseSubtotalInclTax($amount) method setStoreToBaseRate (line 1398) | public function setStoreToBaseRate($rate) method setBaseShippingAmount (line 1406) | public function setBaseShippingAmount($amount) method setTotalQty (line 1414) | public function setTotalQty($qty) method setBaseToGlobalRate (line 1422) | public function setBaseToGlobalRate($rate) method setSubtotal (line 1430) | public function setSubtotal($amount) method setBaseSubtotal (line 1438) | public function setBaseSubtotal($amount) method setDiscountAmount (line 1446) | public function setDiscountAmount($amount) method setBillingAddressId (line 1454) | public function setBillingAddressId($id) method setIsUsedForRefund (line 1462) | public function setIsUsedForRefund($isUsedForRefund) method setOrderId (line 1470) | public function setOrderId($id) method setEmailSent (line 1478) | public function setEmailSent($emailSent) method setCanVoidFlag (line 1486) | public function setCanVoidFlag($canVoidFlag) method setState (line 1494) | public function setState($state) method setShippingAddressId (line 1502) | public function setShippingAddressId($id) method setStoreCurrencyCode (line 1510) | public function setStoreCurrencyCode($code) method setOrderCurrencyCode (line 1518) | public function setOrderCurrencyCode($code) method setBaseCurrencyCode (line 1526) | public function setBaseCurrencyCode($code) method setGlobalCurrencyCode (line 1534) | public function setGlobalCurrencyCode($code) method setIncrementId (line 1542) | public function setIncrementId($id) method setDiscountTaxCompensationAmount (line 1550) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 1558) | public function setBaseDiscountTaxCompensationAmount($amount) method setShippingDiscountTaxCompensationAmount (line 1566) | public function setShippingDiscountTaxCompensationAmount($amount) method setBaseShippingDiscountTaxCompensationAmnt (line 1574) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt) method setShippingInclTax (line 1582) | public function setShippingInclTax($amount) method setBaseShippingInclTax (line 1590) | public function setBaseShippingInclTax($amount) method setBaseTotalRefunded (line 1598) | public function setBaseTotalRefunded($amount) method setDiscountDescription (line 1606) | public function setDiscountDescription($description) method getExtensionAttributes (line 1616) | public function getExtensionAttributes() method setExtensionAttributes (line 1627) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Invoice... FILE: app/code/Magento/Sales/Model/Order/Invoice/Comment.php class Comment (line 12) | class Comment extends AbstractModel implements InvoiceCommentInterface method __construct (line 37) | public function __construct( method _construct (line 64) | protected function _construct() method setInvoice (line 75) | public function setInvoice(\Magento\Sales\Model\Order\Invoice $invoice) method getInvoice (line 86) | public function getInvoice() method getStore (line 96) | public function getStore() method getComment (line 109) | public function getComment() method getCreatedAt (line 119) | public function getCreatedAt() method setCreatedAt (line 127) | public function setCreatedAt($createdAt) method getIsCustomerNotified (line 137) | public function getIsCustomerNotified() method getIsVisibleOnFront (line 147) | public function getIsVisibleOnFront() method getParentId (line 157) | public function getParentId() method setParentId (line 167) | public function setParentId($id) method setIsCustomerNotified (line 175) | public function setIsCustomerNotified($isCustomerNotified) method setIsVisibleOnFront (line 183) | public function setIsVisibleOnFront($isVisibleOnFront) method setComment (line 191) | public function setComment($comment) method getExtensionAttributes (line 201) | public function getExtensionAttributes() method setExtensionAttributes (line 212) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Invoice/Comment/Validator.php class Validator (line 14) | class Validator method validate (line 32) | public function validate(Comment $comment) FILE: app/code/Magento/Sales/Model/Order/Invoice/CommentCreation.php class CommentCreation (line 14) | class CommentCreation implements InvoiceCommentCreationInterface method getComment (line 37) | public function getComment() method setComment (line 48) | public function setComment($comment) method getIsVisibleOnFront (line 59) | public function getIsVisibleOnFront() method setIsVisibleOnFront (line 70) | public function setIsVisibleOnFront($isVisibleOnFront) method getExtensionAttributes (line 81) | public function getExtensionAttributes() method setExtensionAttributes (line 92) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Invoice/CommentRepository.php class CommentRepository (line 25) | class CommentRepository implements InvoiceCommentRepositoryInterface method __construct (line 71) | public function __construct( method getList (line 94) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 105) | public function get($id) method delete (line 115) | public function delete(InvoiceCommentInterface $entity) method save (line 128) | public function save(InvoiceCommentInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Invoice/Config.php class Config (line 14) | class Config extends \Magento\Sales\Model\Order\Total\Config\Base FILE: app/code/Magento/Sales/Model/Order/Invoice/CreationArguments.php class CreationArguments (line 14) | class CreationArguments implements \Magento\Sales\Api\Data\InvoiceCreati... method getExtensionAttributes (line 25) | public function getExtensionAttributes() method setExtensionAttributes (line 34) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Invoice/Grid/Row/UrlGenerator.php class UrlGenerator (line 11) | class UrlGenerator extends \Magento\Backend\Model\Widget\Grid\Row\UrlGen... method __construct (line 23) | public function __construct( method getUrl (line 38) | public function getUrl($item) FILE: app/code/Magento/Sales/Model/Order/Invoice/InvoiceValidator.php class InvoiceValidator (line 13) | class InvoiceValidator implements InvoiceValidatorInterface method __construct (line 24) | public function __construct(\Magento\Sales\Model\Validator $validator) method validate (line 32) | public function validate(InvoiceInterface $entity, array $validators) FILE: app/code/Magento/Sales/Model/Order/Invoice/InvoiceValidatorInterface.php type InvoiceValidatorInterface (line 16) | interface InvoiceValidatorInterface method validate (line 24) | public function validate(InvoiceInterface $entity, array $validators); FILE: app/code/Magento/Sales/Model/Order/Invoice/Item.php class Item (line 36) | class Item extends AbstractModel implements InvoiceItemInterface method __construct (line 68) | public function __construct( method _construct (line 95) | protected function _construct() method setInvoice (line 106) | public function setInvoice(\Magento\Sales\Api\Data\InvoiceInterface $i... method getInvoice (line 118) | public function getInvoice() method setOrderItem (line 129) | public function setOrderItem(\Magento\Sales\Model\Order\Item $item) method getOrderItem (line 141) | public function getOrderItem() method setQty (line 161) | public function setQty($qty) method register (line 171) | public function register() method cancel (line 198) | public function cancel() method calcRowTotal (line 225) | public function calcRowTotal() method isLast (line 261) | public function isLast() method getAdditionalData (line 276) | public function getAdditionalData() method getBaseCost (line 286) | public function getBaseCost() method getBaseDiscountAmount (line 296) | public function getBaseDiscountAmount() method getBaseDiscountTaxCompensationAmount (line 306) | public function getBaseDiscountTaxCompensationAmount() method getBasePrice (line 316) | public function getBasePrice() method getBasePriceInclTax (line 326) | public function getBasePriceInclTax() method getBaseRowTotal (line 336) | public function getBaseRowTotal() method getBaseRowTotalInclTax (line 346) | public function getBaseRowTotalInclTax() method getBaseTaxAmount (line 356) | public function getBaseTaxAmount() method getDescription (line 366) | public function getDescription() method getDiscountAmount (line 376) | public function getDiscountAmount() method getDiscountTaxCompensationAmount (line 386) | public function getDiscountTaxCompensationAmount() method getName (line 396) | public function getName() method getOrderItemId (line 406) | public function getOrderItemId() method getParentId (line 416) | public function getParentId() method getPrice (line 426) | public function getPrice() method getPriceInclTax (line 436) | public function getPriceInclTax() method getProductId (line 446) | public function getProductId() method getQty (line 456) | public function getQty() method getRowTotal (line 466) | public function getRowTotal() method getRowTotalInclTax (line 476) | public function getRowTotalInclTax() method getSku (line 486) | public function getSku() method getTaxAmount (line 496) | public function getTaxAmount() method setParentId (line 504) | public function setParentId($id) method setBasePrice (line 512) | public function setBasePrice($price) method setTaxAmount (line 520) | public function setTaxAmount($amount) method setBaseRowTotal (line 528) | public function setBaseRowTotal($amount) method setDiscountAmount (line 536) | public function setDiscountAmount($amount) method setRowTotal (line 544) | public function setRowTotal($amount) method setBaseDiscountAmount (line 552) | public function setBaseDiscountAmount($amount) method setPriceInclTax (line 560) | public function setPriceInclTax($amount) method setBaseTaxAmount (line 568) | public function setBaseTaxAmount($amount) method setBasePriceInclTax (line 576) | public function setBasePriceInclTax($amount) method setBaseCost (line 584) | public function setBaseCost($baseCost) method setPrice (line 592) | public function setPrice($price) method setBaseRowTotalInclTax (line 600) | public function setBaseRowTotalInclTax($amount) method setRowTotalInclTax (line 608) | public function setRowTotalInclTax($amount) method setProductId (line 616) | public function setProductId($id) method setOrderItemId (line 624) | public function setOrderItemId($id) method setAdditionalData (line 632) | public function setAdditionalData($additionalData) method setDescription (line 640) | public function setDescription($description) method setSku (line 648) | public function setSku($sku) method setName (line 656) | public function setName($name) method setDiscountTaxCompensationAmount (line 664) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 672) | public function setBaseDiscountTaxCompensationAmount($amount) method getExtensionAttributes (line 682) | public function getExtensionAttributes() method setExtensionAttributes (line 693) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Invoice... FILE: app/code/Magento/Sales/Model/Order/Invoice/ItemCreation.php class ItemCreation (line 14) | class ItemCreation implements InvoiceItemCreationInterface method getOrderItemId (line 34) | public function getOrderItemId() method setOrderItemId (line 42) | public function setOrderItemId($orderItemId) method getQty (line 50) | public function getQty() method setQty (line 58) | public function setQty($qty) method getExtensionAttributes (line 68) | public function getExtensionAttributes() method setExtensionAttributes (line 79) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Invoice/ItemRepository.php class ItemRepository (line 18) | class ItemRepository implements InvoiceItemRepositoryInterface method __construct (line 46) | public function __construct( method getList (line 61) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 72) | public function get($id) method delete (line 82) | public function delete(InvoiceItemInterface $entity) method save (line 95) | public function save(InvoiceItemInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Invoice/Notifier.php class Notifier (line 14) | class Notifier implements \Magento\Sales\Model\Order\Invoice\NotifierInt... method __construct (line 24) | public function __construct(array $senders = []) method notify (line 33) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Invoice/NotifierInterface.php type NotifierInterface (line 15) | interface NotifierInterface method notify (line 28) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Invoice/PayOperation.php class PayOperation (line 11) | class PayOperation method __construct (line 21) | public function __construct( method execute (line 34) | public function execute( method calculateOrderItemsTotals (line 80) | private function calculateOrderItemsTotals($items) method canCapture (line 103) | private function canCapture( method calculateOrderTotals (line 120) | private function calculateOrderTotals( FILE: app/code/Magento/Sales/Model/Order/Invoice/Plugin/AddressUpdate.php class AddressUpdate (line 9) | class AddressUpdate method __construct (line 26) | public function __construct( method afterProcess (line 41) | public function afterProcess( FILE: app/code/Magento/Sales/Model/Order/Invoice/Sender/EmailSender.php class EmailSender (line 17) | class EmailSender extends Sender implements SenderInterface method __construct (line 50) | public function __construct( method send (line 94) | public function send( method getPaymentHtml (line 153) | private function getPaymentHtml(\Magento\Sales\Api\Data\OrderInterface... FILE: app/code/Magento/Sales/Model/Order/Invoice/SenderInterface.php type SenderInterface (line 11) | interface SenderInterface method send (line 23) | public function send( FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/AbstractTotal.php class AbstractTotal (line 14) | abstract class AbstractTotal extends \Magento\Sales\Model\Order\Total\Ab... method collect (line 23) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Cost.php class Cost (line 8) | class Cost extends AbstractTotal method collect (line 16) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Discount.php class Discount (line 8) | class Discount extends AbstractTotal method collect (line 14) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Grand.php class Grand (line 8) | class Grand extends AbstractTotal method collect (line 17) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Shipping.php class Shipping (line 13) | class Shipping extends AbstractTotal method collect (line 19) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Subtotal.php class Subtotal (line 8) | class Subtotal extends AbstractTotal method collect (line 16) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Total/Tax.php class Tax (line 11) | class Tax extends AbstractTotal method collect (line 21) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) method _canIncludeShipping (line 133) | protected function _canIncludeShipping($invoice) FILE: app/code/Magento/Sales/Model/Order/Invoice/Validation/CanRefund.php class CanRefund (line 19) | class CanRefund implements ValidatorInterface method __construct (line 37) | public function __construct( method validate (line 48) | public function validate($entity) method isPaymentAllowRefund (line 64) | private function isPaymentAllowRefund(InvoiceInterface $invoice) method isGrandTotalEnoughToRefund (line 79) | private function isGrandTotalEnoughToRefund(InvoiceInterface $entity) method canPartialRefund (line 89) | private function canPartialRefund(MethodInterface $method, InfoInterfa... method canFullRefund (line 101) | private function canFullRefund(InvoiceInterface $invoice, MethodInterf... FILE: app/code/Magento/Sales/Model/Order/InvoiceDocumentFactory.php class InvoiceDocumentFactory (line 22) | class InvoiceDocumentFactory method __construct (line 33) | public function __construct( method create (line 49) | public function create( method itemsToArray (line 76) | private function itemsToArray($items = []) FILE: app/code/Magento/Sales/Model/Order/InvoiceNotifier.php class InvoiceNotifier (line 17) | class InvoiceNotifier extends \Magento\Sales\Model\AbstractNotifier method __construct (line 39) | public function __construct( FILE: app/code/Magento/Sales/Model/Order/InvoiceQuantityValidator.php class InvoiceQuantityValidator (line 18) | class InvoiceQuantityValidator implements ValidatorInterface method __construct (line 29) | public function __construct(OrderRepositoryInterface $orderRepository) method validate (line 37) | public function validate($invoice) method checkQtyAvailability (line 53) | private function checkQtyAvailability(InvoiceInterface $invoice, Order... method getInvoiceQty (line 87) | private function getInvoiceQty(InvoiceInterface $invoice) FILE: app/code/Magento/Sales/Model/Order/InvoiceRepository.php class InvoiceRepository (line 18) | class InvoiceRepository implements InvoiceRepositoryInterface method __construct (line 48) | public function __construct( method get (line 66) | public function get($id) method create (line 87) | public function create() method getList (line 98) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 113) | public function delete(\Magento\Sales\Api\Data\InvoiceInterface $entity) method deleteById (line 126) | public function deleteById($id) method save (line 138) | public function save(\Magento\Sales\Api\Data\InvoiceInterface $entity) method getCollectionProcessor (line 151) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/InvoiceStatisticInterface.php type InvoiceStatisticInterface (line 18) | interface InvoiceStatisticInterface method register (line 26) | public function register(OrderInterface $order, InvoiceInterface $invo... FILE: app/code/Magento/Sales/Model/Order/Item.php class Item (line 25) | class Item extends AbstractModel implements OrderItemInterface method __construct (line 119) | public function __construct( method _construct (line 153) | protected function _construct() method setParentItem (line 164) | public function setParentItem($item) method getParentItem (line 179) | public function getParentItem() method canInvoice (line 189) | public function canInvoice() method canShip (line 199) | public function canShip() method canRefund (line 209) | public function canRefund() method getQtyToShip (line 219) | public function getQtyToShip() method getSimpleQtyToShip (line 233) | public function getSimpleQtyToShip() method getQtyToInvoice (line 244) | public function getQtyToInvoice() method getQtyToRefund (line 259) | public function getQtyToRefund() method getQtyToCancel (line 273) | public function getQtyToCancel() method setOrder (line 285) | public function setOrder(\Magento\Sales\Model\Order $order) method getOrder (line 297) | public function getOrder() method getStatusId (line 314) | public function getStatusId() method _getQtyChildrenBackordered (line 363) | protected function _getQtyChildrenBackordered() method getStatus (line 378) | public function getStatus() method getStatusName (line 389) | public static function getStatusName($statusId) method cancel (line 405) | public function cancel() method getStatuses (line 426) | public static function getStatuses() method getOriginalPrice (line 449) | public function getOriginalPrice() method setProductOptions (line 464) | public function setProductOptions(array $options = null) method getProductOptions (line 475) | public function getProductOptions() method getProductOptionByCode (line 492) | public function getProductOptionByCode($code = null) method getRealProductType (line 509) | public function getRealProductType() method addChildItem (line 524) | public function addChildItem($item) method getChildrenItems (line 538) | public function getChildrenItems() method isChildrenCalculated (line 548) | public function isChildrenCalculated() method getForceApplyDiscountToParentItem (line 572) | public function getForceApplyDiscountToParentItem() method isShipSeparately (line 588) | public function isShipSeparately() method isDummy (line 615) | public function isDummy($shipment = false) method getBuyRequest (line 660) | public function getBuyRequest() method getProduct (line 676) | public function getProduct() method getStore (line 694) | public function getStore() method getAdditionalData (line 710) | public function getAdditionalData() method getAmountRefunded (line 720) | public function getAmountRefunded() method getAppliedRuleIds (line 732) | public function getAppliedRuleIds() method getBaseAmountRefunded (line 742) | public function getBaseAmountRefunded() method getBaseCost (line 752) | public function getBaseCost() method getBaseDiscountAmount (line 762) | public function getBaseDiscountAmount() method getBaseDiscountInvoiced (line 772) | public function getBaseDiscountInvoiced() method getBaseDiscountRefunded (line 782) | public function getBaseDiscountRefunded() method getBaseDiscountTaxCompensationAmount (line 792) | public function getBaseDiscountTaxCompensationAmount() method getBaseDiscountTaxCompensationInvoiced (line 802) | public function getBaseDiscountTaxCompensationInvoiced() method getBaseDiscountTaxCompensationRefunded (line 812) | public function getBaseDiscountTaxCompensationRefunded() method getBaseOriginalPrice (line 822) | public function getBaseOriginalPrice() method getBasePrice (line 832) | public function getBasePrice() method getBasePriceInclTax (line 842) | public function getBasePriceInclTax() method getBaseRowInvoiced (line 852) | public function getBaseRowInvoiced() method getBaseRowTotal (line 862) | public function getBaseRowTotal() method getBaseRowTotalInclTax (line 872) | public function getBaseRowTotalInclTax() method getBaseTaxAmount (line 882) | public function getBaseTaxAmount() method getBaseTaxBeforeDiscount (line 892) | public function getBaseTaxBeforeDiscount() method getBaseTaxInvoiced (line 902) | public function getBaseTaxInvoiced() method getBaseTaxRefunded (line 912) | public function getBaseTaxRefunded() method getBaseWeeeTaxAppliedAmount (line 922) | public function getBaseWeeeTaxAppliedAmount() method getBaseWeeeTaxAppliedRowAmnt (line 932) | public function getBaseWeeeTaxAppliedRowAmnt() method getBaseWeeeTaxDisposition (line 942) | public function getBaseWeeeTaxDisposition() method getBaseWeeeTaxRowDisposition (line 952) | public function getBaseWeeeTaxRowDisposition() method getCreatedAt (line 962) | public function getCreatedAt() method setCreatedAt (line 970) | public function setCreatedAt($createdAt) method getDescription (line 980) | public function getDescription() method getDiscountAmount (line 990) | public function getDiscountAmount() method getDiscountInvoiced (line 1000) | public function getDiscountInvoiced() method getDiscountPercent (line 1010) | public function getDiscountPercent() method getDiscountRefunded (line 1020) | public function getDiscountRefunded() method getEventId (line 1030) | public function getEventId() method getExtOrderItemId (line 1040) | public function getExtOrderItemId() method getFreeShipping (line 1050) | public function getFreeShipping() method getGwBasePrice (line 1060) | public function getGwBasePrice() method getGwBasePriceInvoiced (line 1070) | public function getGwBasePriceInvoiced() method getGwBasePriceRefunded (line 1080) | public function getGwBasePriceRefunded() method getGwBaseTaxAmount (line 1090) | public function getGwBaseTaxAmount() method getGwBaseTaxAmountInvoiced (line 1100) | public function getGwBaseTaxAmountInvoiced() method getGwBaseTaxAmountRefunded (line 1110) | public function getGwBaseTaxAmountRefunded() method getGwId (line 1120) | public function getGwId() method getGwPrice (line 1130) | public function getGwPrice() method getGwPriceInvoiced (line 1140) | public function getGwPriceInvoiced() method getGwPriceRefunded (line 1150) | public function getGwPriceRefunded() method getGwTaxAmount (line 1160) | public function getGwTaxAmount() method getGwTaxAmountInvoiced (line 1170) | public function getGwTaxAmountInvoiced() method getGwTaxAmountRefunded (line 1180) | public function getGwTaxAmountRefunded() method getDiscountTaxCompensationAmount (line 1190) | public function getDiscountTaxCompensationAmount() method getDiscountTaxCompensationCanceled (line 1200) | public function getDiscountTaxCompensationCanceled() method getDiscountTaxCompensationInvoiced (line 1210) | public function getDiscountTaxCompensationInvoiced() method getDiscountTaxCompensationRefunded (line 1220) | public function getDiscountTaxCompensationRefunded() method getIsQtyDecimal (line 1230) | public function getIsQtyDecimal() method getIsVirtual (line 1240) | public function getIsVirtual() method getItemId (line 1250) | public function getItemId() method getLockedDoInvoice (line 1260) | public function getLockedDoInvoice() method getLockedDoShip (line 1270) | public function getLockedDoShip() method getName (line 1280) | public function getName() method getNoDiscount (line 1290) | public function getNoDiscount() method getOrderId (line 1300) | public function getOrderId() method getParentItemId (line 1310) | public function getParentItemId() method getPrice (line 1320) | public function getPrice() method getPriceInclTax (line 1330) | public function getPriceInclTax() method getProductId (line 1340) | public function getProductId() method getProductType (line 1350) | public function getProductType() method getQtyBackordered (line 1360) | public function getQtyBackordered() method getQtyCanceled (line 1370) | public function getQtyCanceled() method getQtyInvoiced (line 1380) | public function getQtyInvoiced() method getQtyOrdered (line 1390) | public function getQtyOrdered() method getQtyRefunded (line 1400) | public function getQtyRefunded() method getQtyReturned (line 1410) | public function getQtyReturned() method getQtyShipped (line 1420) | public function getQtyShipped() method getQuoteItemId (line 1430) | public function getQuoteItemId() method getRowInvoiced (line 1440) | public function getRowInvoiced() method getRowTotal (line 1450) | public function getRowTotal() method getRowTotalInclTax (line 1460) | public function getRowTotalInclTax() method getRowWeight (line 1470) | public function getRowWeight() method getSku (line 1480) | public function getSku() method getStoreId (line 1490) | public function getStoreId() method getTaxAmount (line 1500) | public function getTaxAmount() method getTaxBeforeDiscount (line 1510) | public function getTaxBeforeDiscount() method getTaxCanceled (line 1520) | public function getTaxCanceled() method getTaxInvoiced (line 1530) | public function getTaxInvoiced() method getTaxPercent (line 1540) | public function getTaxPercent() method getTaxRefunded (line 1550) | public function getTaxRefunded() method getUpdatedAt (line 1560) | public function getUpdatedAt() method getWeeeTaxApplied (line 1570) | public function getWeeeTaxApplied() method getWeeeTaxAppliedAmount (line 1580) | public function getWeeeTaxAppliedAmount() method getWeeeTaxAppliedRowAmount (line 1590) | public function getWeeeTaxAppliedRowAmount() method getWeeeTaxDisposition (line 1600) | public function getWeeeTaxDisposition() method getWeeeTaxRowDisposition (line 1610) | public function getWeeeTaxRowDisposition() method getWeight (line 1620) | public function getWeight() method setUpdatedAt (line 1628) | public function setUpdatedAt($timestamp) method setItemId (line 1636) | public function setItemId($id) method setOrderId (line 1644) | public function setOrderId($id) method setParentItemId (line 1652) | public function setParentItemId($id) method setQuoteItemId (line 1660) | public function setQuoteItemId($id) method setStoreId (line 1668) | public function setStoreId($id) method setProductId (line 1676) | public function setProductId($id) method setProductType (line 1684) | public function setProductType($productType) method setWeight (line 1692) | public function setWeight($weight) method setIsVirtual (line 1700) | public function setIsVirtual($isVirtual) method setSku (line 1708) | public function setSku($sku) method setName (line 1716) | public function setName($name) method setDescription (line 1724) | public function setDescription($description) method setAppliedRuleIds (line 1732) | public function setAppliedRuleIds($appliedRuleIds) method setAdditionalData (line 1740) | public function setAdditionalData($additionalData) method setIsQtyDecimal (line 1748) | public function setIsQtyDecimal($isQtyDecimal) method setNoDiscount (line 1756) | public function setNoDiscount($noDiscount) method setQtyBackordered (line 1764) | public function setQtyBackordered($qtyBackordered) method setQtyCanceled (line 1772) | public function setQtyCanceled($qtyCanceled) method setQtyInvoiced (line 1780) | public function setQtyInvoiced($qtyInvoiced) method setQtyOrdered (line 1788) | public function setQtyOrdered($qtyOrdered) method setQtyRefunded (line 1796) | public function setQtyRefunded($qtyRefunded) method setQtyShipped (line 1804) | public function setQtyShipped($qtyShipped) method setBaseCost (line 1812) | public function setBaseCost($baseCost) method setPrice (line 1820) | public function setPrice($price) method setBasePrice (line 1828) | public function setBasePrice($price) method setOriginalPrice (line 1836) | public function setOriginalPrice($price) method setBaseOriginalPrice (line 1844) | public function setBaseOriginalPrice($price) method setTaxPercent (line 1852) | public function setTaxPercent($taxPercent) method setTaxAmount (line 1860) | public function setTaxAmount($amount) method setBaseTaxAmount (line 1868) | public function setBaseTaxAmount($amount) method setTaxInvoiced (line 1876) | public function setTaxInvoiced($taxInvoiced) method setBaseTaxInvoiced (line 1884) | public function setBaseTaxInvoiced($baseTaxInvoiced) method setDiscountPercent (line 1892) | public function setDiscountPercent($discountPercent) method setDiscountAmount (line 1900) | public function setDiscountAmount($amount) method setBaseDiscountAmount (line 1908) | public function setBaseDiscountAmount($amount) method setDiscountInvoiced (line 1916) | public function setDiscountInvoiced($discountInvoiced) method setBaseDiscountInvoiced (line 1924) | public function setBaseDiscountInvoiced($baseDiscountInvoiced) method setAmountRefunded (line 1932) | public function setAmountRefunded($amountRefunded) method setBaseAmountRefunded (line 1940) | public function setBaseAmountRefunded($baseAmountRefunded) method setRowTotal (line 1948) | public function setRowTotal($amount) method setBaseRowTotal (line 1956) | public function setBaseRowTotal($amount) method setRowInvoiced (line 1964) | public function setRowInvoiced($rowInvoiced) method setBaseRowInvoiced (line 1972) | public function setBaseRowInvoiced($baseRowInvoiced) method setRowWeight (line 1980) | public function setRowWeight($rowWeight) method setBaseTaxBeforeDiscount (line 1988) | public function setBaseTaxBeforeDiscount($baseTaxBeforeDiscount) method setTaxBeforeDiscount (line 1996) | public function setTaxBeforeDiscount($taxBeforeDiscount) method setExtOrderItemId (line 2004) | public function setExtOrderItemId($id) method setLockedDoInvoice (line 2012) | public function setLockedDoInvoice($flag) method setLockedDoShip (line 2020) | public function setLockedDoShip($flag) method setPriceInclTax (line 2028) | public function setPriceInclTax($amount) method setBasePriceInclTax (line 2036) | public function setBasePriceInclTax($amount) method setRowTotalInclTax (line 2044) | public function setRowTotalInclTax($amount) method setBaseRowTotalInclTax (line 2052) | public function setBaseRowTotalInclTax($amount) method setDiscountTaxCompensationAmount (line 2060) | public function setDiscountTaxCompensationAmount($amount) method setBaseDiscountTaxCompensationAmount (line 2068) | public function setBaseDiscountTaxCompensationAmount($amount) method setDiscountTaxCompensationInvoiced (line 2076) | public function setDiscountTaxCompensationInvoiced($discountTaxCompens... method setBaseDiscountTaxCompensationInvoiced (line 2084) | public function setBaseDiscountTaxCompensationInvoiced($baseDiscountTa... method setDiscountTaxCompensationRefunded (line 2095) | public function setDiscountTaxCompensationRefunded($discountTaxCompens... method setBaseDiscountTaxCompensationRefunded (line 2103) | public function setBaseDiscountTaxCompensationRefunded($baseDiscountTa... method setTaxCanceled (line 2114) | public function setTaxCanceled($taxCanceled) method setDiscountTaxCompensationCanceled (line 2122) | public function setDiscountTaxCompensationCanceled($discountTaxCompens... method setTaxRefunded (line 2130) | public function setTaxRefunded($taxRefunded) method setBaseTaxRefunded (line 2138) | public function setBaseTaxRefunded($baseTaxRefunded) method setDiscountRefunded (line 2146) | public function setDiscountRefunded($discountRefunded) method setBaseDiscountRefunded (line 2154) | public function setBaseDiscountRefunded($baseDiscountRefunded) method setGwId (line 2162) | public function setGwId($id) method setGwBasePrice (line 2170) | public function setGwBasePrice($price) method setGwPrice (line 2178) | public function setGwPrice($price) method setGwBaseTaxAmount (line 2186) | public function setGwBaseTaxAmount($amount) method setGwTaxAmount (line 2194) | public function setGwTaxAmount($amount) method setGwBasePriceInvoiced (line 2202) | public function setGwBasePriceInvoiced($gwBasePriceInvoiced) method setGwPriceInvoiced (line 2210) | public function setGwPriceInvoiced($gwPriceInvoiced) method setGwBaseTaxAmountInvoiced (line 2218) | public function setGwBaseTaxAmountInvoiced($gwBaseTaxAmountInvoiced) method setGwTaxAmountInvoiced (line 2226) | public function setGwTaxAmountInvoiced($gwTaxAmountInvoiced) method setGwBasePriceRefunded (line 2234) | public function setGwBasePriceRefunded($gwBasePriceRefunded) method setGwPriceRefunded (line 2242) | public function setGwPriceRefunded($gwPriceRefunded) method setGwBaseTaxAmountRefunded (line 2250) | public function setGwBaseTaxAmountRefunded($gwBaseTaxAmountRefunded) method setGwTaxAmountRefunded (line 2258) | public function setGwTaxAmountRefunded($gwTaxAmountRefunded) method setFreeShipping (line 2266) | public function setFreeShipping($freeShipping) method setQtyReturned (line 2274) | public function setQtyReturned($qtyReturned) method setEventId (line 2282) | public function setEventId($id) method setBaseWeeeTaxAppliedAmount (line 2290) | public function setBaseWeeeTaxAppliedAmount($amount) method setBaseWeeeTaxAppliedRowAmnt (line 2298) | public function setBaseWeeeTaxAppliedRowAmnt($amnt) method setWeeeTaxAppliedAmount (line 2306) | public function setWeeeTaxAppliedAmount($amount) method setWeeeTaxAppliedRowAmount (line 2314) | public function setWeeeTaxAppliedRowAmount($amount) method setWeeeTaxApplied (line 2322) | public function setWeeeTaxApplied($weeeTaxApplied) method setWeeeTaxDisposition (line 2330) | public function setWeeeTaxDisposition($weeeTaxDisposition) method setWeeeTaxRowDisposition (line 2338) | public function setWeeeTaxRowDisposition($weeeTaxRowDisposition) method setBaseWeeeTaxDisposition (line 2346) | public function setBaseWeeeTaxDisposition($baseWeeeTaxDisposition) method setBaseWeeeTaxRowDisposition (line 2354) | public function setBaseWeeeTaxRowDisposition($baseWeeeTaxRowDisposition) method getProductOption (line 2362) | public function getProductOption() method setProductOption (line 2370) | public function setProductOption(\Magento\Catalog\Api\Data\ProductOpti... method getExtensionAttributes (line 2380) | public function getExtensionAttributes() method setExtensionAttributes (line 2391) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderIt... method isProcessingAvailable (line 2404) | public function isProcessingAvailable() FILE: app/code/Magento/Sales/Model/Order/ItemRepository.php class ItemRepository (line 26) | class ItemRepository implements OrderItemRepositoryInterface method __construct (line 71) | public function __construct( method get (line 95) | public function get($id) method getList (line 122) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 142) | public function delete(OrderItemInterface $entity) method deleteById (line 155) | public function deleteById($id) method save (line 167) | public function save(OrderItemInterface $entity) method addParentItem (line 188) | private function addParentItem(OrderItemInterface $orderItem) method getBuyRequest (line 209) | protected function getBuyRequest(OrderItemInterface $entity) FILE: app/code/Magento/Sales/Model/Order/OrderCustomerDelegate.php class OrderCustomerDelegate (line 20) | class OrderCustomerDelegate implements OrderCustomerDelegateInterface method __construct (line 36) | public function __construct( method delegateNew (line 47) | public function delegateNew(int $orderId): Redirect FILE: app/code/Magento/Sales/Model/Order/OrderCustomerExtractor.php class OrderCustomerExtractor (line 24) | class OrderCustomerExtractor method __construct (line 70) | public function __construct( method extract (line 94) | public function extract(int $orderId): CustomerInterface FILE: app/code/Magento/Sales/Model/Order/OrderStateResolverInterface.php type OrderStateResolverInterface (line 17) | interface OrderStateResolverInterface method getStateForOrder (line 28) | public function getStateForOrder(OrderInterface $order, array $argumen... FILE: app/code/Magento/Sales/Model/Order/OrderValidator.php class OrderValidator (line 13) | class OrderValidator implements OrderValidatorInterface method __construct (line 24) | public function __construct(\Magento\Sales\Model\Validator $validator) method validate (line 32) | public function validate(OrderInterface $entity, array $validators) FILE: app/code/Magento/Sales/Model/Order/OrderValidatorInterface.php type OrderValidatorInterface (line 16) | interface OrderValidatorInterface method validate (line 24) | public function validate(OrderInterface $entity, array $validators); FILE: app/code/Magento/Sales/Model/Order/Payment.php class Payment (line 28) | class Payment extends Info implements OrderPaymentInterface method __construct (line 138) | public function __construct( method _construct (line 183) | protected function _construct() method setOrder (line 196) | public function setOrder(Order $order) method getOrder (line 209) | public function getOrder() method setTransactionId (line 224) | public function setTransactionId($transactionId) method getTransactionId (line 236) | public function getTransactionId() method setIsTransactionClosed (line 247) | public function setIsTransactionClosed($isClosed) method getParentTransactionId (line 259) | public function getParentTransactionId() method setParentTransactionId (line 271) | public function setParentTransactionId($txnId) method canCapture (line 281) | public function canCapture() method canRefund (line 307) | public function canRefund() method canRefundPartialPerInvoice (line 317) | public function canRefundPartialPerInvoice() method canCapturePartial (line 327) | public function canCapturePartial() method place (line 341) | public function place() method updateOrder (line 405) | protected function updateOrder(Order $order, $orderState, $orderStatus... method processAction (line 437) | protected function processAction($action, Order $order) method capture (line 471) | public function capture($invoice = null) method registerCaptureNotification (line 487) | public function registerCaptureNotification($amount, $skipFraudDetecti... method registerAuthorizationNotification (line 499) | public function registerAuthorizationNotification($amount) method pay (line 510) | public function pay($invoice) method cancelInvoice (line 531) | public function cancelInvoice($invoice) method _invoice (line 553) | protected function _invoice() method canVoid (line 572) | public function canVoid() method void (line 592) | public function void(\Magento\Framework\DataObject $document) method registerVoidNotification (line 607) | public function registerVoidNotification($amount = null) method setCreditmemo (line 622) | public function setCreditmemo(Creditmemo $creditmemo) method getCreditmemo (line 634) | public function getCreditmemo() method refund (line 653) | public function refund($creditmemo) method registerRefundNotification (line 763) | public function registerRefundNotification($amount) method cancelCreditmemo (line 843) | public function cancelCreditmemo($creditmemo) method cancel (line 868) | public function cancel() method canReviewPayment (line 893) | public function canReviewPayment() method canFetchTransactionInfo (line 903) | public function canFetchTransactionInfo() method accept (line 913) | public function accept() method deny (line 946) | public function deny($isOnline = true) method update (line 987) | public function update($isOnline = true) method updateBaseAmountPaidOnlineTotal (line 1027) | protected function updateBaseAmountPaidOnlineTotal($invoice) method setOrderStateProcessing (line 1042) | protected function setOrderStateProcessing($message) method cancelInvoiceAndRegisterCancellation (line 1055) | protected function cancelInvoiceAndRegisterCancellation($invoice, $mes... method setOrderStatePaymentReview (line 1070) | protected function setOrderStatePaymentReview($message, $transactionId) method _order (line 1103) | protected function _order($amount) method authorize (line 1119) | public function authorize($isOnline, $amount) method _void (line 1137) | protected function _void($isOnline, $amount = null, $gatewayCallback =... method addTransaction (line 1193) | public function addTransaction($type, $salesDocument = null, $failSafe... method addTransactionCommentsToOrder (line 1214) | public function addTransactionCommentsToOrder($transaction, $message) method importTransactionInfo (line 1227) | public function importTransactionInfo(Transaction $transactionTo) method _updateTotals (line 1255) | protected function _updateTotals($data) method _appendTransactionToMessage (line 1272) | protected function _appendTransactionToMessage($transaction, $message) method prependMessage (line 1290) | public function prependMessage($messagePrependTo) method formatAmount (line 1318) | public function formatAmount($amount, $asFloat = false) method formatPrice (line 1331) | public function formatPrice($amount) method getAuthorizationTransaction (line 1341) | public function getAuthorizationTransaction() method isCaptureFinal (line 1356) | public function isCaptureFinal($amountToCapture) method isSameCurrency (line 1368) | public function isSameCurrency() method setTransactionAdditionalInfo (line 1380) | public function setTransactionAdditionalInfo($key, $value) method getTransactionAdditionalInfo (line 1390) | public function getTransactionAdditionalInfo() method resetTransactionAdditionalInfo (line 1400) | public function resetTransactionAdditionalInfo() method prepareCreditMemo (line 1415) | protected function prepareCreditMemo($amount, $baseGrandTotal, $invoice) method checkIfTransactionExists (line 1441) | protected function checkIfTransactionExists() method _getInvoiceForTransactionId (line 1456) | protected function _getInvoiceForTransactionId($transactionId) method getOrderStateResolver (line 1485) | private function getOrderStateResolver() method getAccountStatus (line 1501) | public function getAccountStatus() method getAdditionalData (line 1511) | public function getAdditionalData() method getAddressStatus (line 1521) | public function getAddressStatus() method getAmountAuthorized (line 1531) | public function getAmountAuthorized() method getAmountCanceled (line 1541) | public function getAmountCanceled() method getAmountOrdered (line 1551) | public function getAmountOrdered() method getAmountPaid (line 1561) | public function getAmountPaid() method getAmountRefunded (line 1571) | public function getAmountRefunded() method getAnetTransMethod (line 1581) | public function getAnetTransMethod() method getBaseAmountAuthorized (line 1591) | public function getBaseAmountAuthorized() method getBaseAmountCanceled (line 1601) | public function getBaseAmountCanceled() method getBaseAmountOrdered (line 1611) | public function getBaseAmountOrdered() method getBaseAmountPaid (line 1621) | public function getBaseAmountPaid() method getBaseAmountPaidOnline (line 1631) | public function getBaseAmountPaidOnline() method getBaseAmountRefunded (line 1641) | public function getBaseAmountRefunded() method getBaseAmountRefundedOnline (line 1651) | public function getBaseAmountRefundedOnline() method getBaseShippingAmount (line 1661) | public function getBaseShippingAmount() method getBaseShippingCaptured (line 1671) | public function getBaseShippingCaptured() method getBaseShippingRefunded (line 1681) | public function getBaseShippingRefunded() method getCcApproval (line 1691) | public function getCcApproval() method getCcAvsStatus (line 1701) | public function getCcAvsStatus() method getCcCidStatus (line 1711) | public function getCcCidStatus() method getCcDebugRequestBody (line 1721) | public function getCcDebugRequestBody() method getCcDebugResponseBody (line 1731) | public function getCcDebugResponseBody() method getCcDebugResponseSerialized (line 1741) | public function getCcDebugResponseSerialized() method getCcExpMonth (line 1751) | public function getCcExpMonth() method getCcExpYear (line 1761) | public function getCcExpYear() method getCcLast4 (line 1771) | public function getCcLast4() method getCcNumberEnc (line 1781) | public function getCcNumberEnc() method getCcOwner (line 1791) | public function getCcOwner() method getCcSecureVerify (line 1801) | public function getCcSecureVerify() method getCcSsIssue (line 1812) | public function getCcSsIssue() method getCcSsStartMonth (line 1823) | public function getCcSsStartMonth() method getCcSsStartYear (line 1834) | public function getCcSsStartYear() method getCcStatus (line 1844) | public function getCcStatus() method getCcStatusDescription (line 1854) | public function getCcStatusDescription() method getCcTransId (line 1864) | public function getCcTransId() method getCcType (line 1874) | public function getCcType() method getEcheckAccountName (line 1884) | public function getEcheckAccountName() method getEcheckAccountType (line 1894) | public function getEcheckAccountType() method getEcheckBankName (line 1904) | public function getEcheckBankName() method getEcheckRoutingNumber (line 1914) | public function getEcheckRoutingNumber() method getEcheckType (line 1924) | public function getEcheckType() method getLastTransId (line 1934) | public function getLastTransId() method getMethod (line 1944) | public function getMethod() method getParentId (line 1954) | public function getParentId() method getPoNumber (line 1964) | public function getPoNumber() method getProtectionEligibility (line 1974) | public function getProtectionEligibility() method getQuotePaymentId (line 1984) | public function getQuotePaymentId() method getShippingAmount (line 1994) | public function getShippingAmount() method getShippingCaptured (line 2004) | public function getShippingCaptured() method getShippingRefunded (line 2014) | public function getShippingRefunded() method setParentId (line 2022) | public function setParentId($id) method setBaseShippingCaptured (line 2030) | public function setBaseShippingCaptured($baseShippingCaptured) method setShippingCaptured (line 2038) | public function setShippingCaptured($shippingCaptured) method setAmountRefunded (line 2046) | public function setAmountRefunded($amountRefunded) method setBaseAmountPaid (line 2054) | public function setBaseAmountPaid($baseAmountPaid) method setAmountCanceled (line 2062) | public function setAmountCanceled($amountCanceled) method setBaseAmountAuthorized (line 2070) | public function setBaseAmountAuthorized($baseAmountAuthorized) method setBaseAmountPaidOnline (line 2078) | public function setBaseAmountPaidOnline($baseAmountPaidOnline) method setBaseAmountRefundedOnline (line 2086) | public function setBaseAmountRefundedOnline($baseAmountRefundedOnline) method setBaseShippingAmount (line 2094) | public function setBaseShippingAmount($amount) method setShippingAmount (line 2102) | public function setShippingAmount($amount) method setAmountPaid (line 2110) | public function setAmountPaid($amountPaid) method setAmountAuthorized (line 2118) | public function setAmountAuthorized($amountAuthorized) method setBaseAmountOrdered (line 2126) | public function setBaseAmountOrdered($baseAmountOrdered) method setBaseShippingRefunded (line 2134) | public function setBaseShippingRefunded($baseShippingRefunded) method setShippingRefunded (line 2142) | public function setShippingRefunded($shippingRefunded) method setBaseAmountRefunded (line 2150) | public function setBaseAmountRefunded($baseAmountRefunded) method setAmountOrdered (line 2158) | public function setAmountOrdered($amountOrdered) method setBaseAmountCanceled (line 2166) | public function setBaseAmountCanceled($baseAmountCanceled) method setQuotePaymentId (line 2174) | public function setQuotePaymentId($id) method setAdditionalData (line 2182) | public function setAdditionalData($additionalData) method setCcExpMonth (line 2190) | public function setCcExpMonth($ccExpMonth) method setCcSsStartYear (line 2199) | public function setCcSsStartYear($ccSsStartYear) method setEcheckBankName (line 2207) | public function setEcheckBankName($echeckBankName) method setMethod (line 2215) | public function setMethod($method) method setCcDebugRequestBody (line 2223) | public function setCcDebugRequestBody($ccDebugRequestBody) method setCcSecureVerify (line 2231) | public function setCcSecureVerify($ccSecureVerify) method setProtectionEligibility (line 2239) | public function setProtectionEligibility($protectionEligibility) method setCcApproval (line 2247) | public function setCcApproval($ccApproval) method setCcLast4 (line 2255) | public function setCcLast4($ccLast4) method setCcStatusDescription (line 2263) | public function setCcStatusDescription($description) method setEcheckType (line 2271) | public function setEcheckType($echeckType) method setCcDebugResponseSerialized (line 2279) | public function setCcDebugResponseSerialized($ccDebugResponseSerialized) method setCcSsStartMonth (line 2288) | public function setCcSsStartMonth($ccSsStartMonth) method setEcheckAccountType (line 2296) | public function setEcheckAccountType($echeckAccountType) method setLastTransId (line 2304) | public function setLastTransId($id) method setCcCidStatus (line 2312) | public function setCcCidStatus($ccCidStatus) method setCcOwner (line 2320) | public function setCcOwner($ccOwner) method setCcType (line 2328) | public function setCcType($ccType) method setPoNumber (line 2336) | public function setPoNumber($poNumber) method setCcExpYear (line 2344) | public function setCcExpYear($ccExpYear) method setCcStatus (line 2352) | public function setCcStatus($ccStatus) method setEcheckRoutingNumber (line 2360) | public function setEcheckRoutingNumber($echeckRoutingNumber) method setAccountStatus (line 2368) | public function setAccountStatus($accountStatus) method setAnetTransMethod (line 2376) | public function setAnetTransMethod($anetTransMethod) method setCcDebugResponseBody (line 2384) | public function setCcDebugResponseBody($ccDebugResponseBody) method setCcSsIssue (line 2393) | public function setCcSsIssue($ccSsIssue) method setEcheckAccountName (line 2401) | public function setEcheckAccountName($echeckAccountName) method setCcAvsStatus (line 2409) | public function setCcAvsStatus($ccAvsStatus) method setCcNumberEnc (line 2417) | public function setCcNumberEnc($ccNumberEnc) method setCcTransId (line 2425) | public function setCcTransId($id) method setAddressStatus (line 2433) | public function setAddressStatus($addressStatus) method getExtensionAttributes (line 2443) | public function getExtensionAttributes() method setExtensionAttributes (line 2454) | public function setExtensionAttributes(\Magento\Sales\Api\Data\OrderPa... method setIsTransactionPending (line 2465) | public function setIsTransactionPending($flag) method getIsTransactionPending (line 2478) | public function getIsTransactionPending() method setIsFraudDetected (line 2489) | public function setIsFraudDetected($flag) method getIsFraudDetected (line 2502) | public function getIsFraudDetected() method setShouldCloseParentTransaction (line 2513) | public function setShouldCloseParentTransaction($flag) method getShouldCloseParentTransaction (line 2526) | public function getShouldCloseParentTransaction() method setTransactionIdsForRefund (line 2537) | private function setTransactionIdsForRefund(Transaction $transaction) method collectTotalAmounts (line 2562) | private function collectTotalAmounts(Order $order, array $keys) FILE: app/code/Magento/Sales/Model/Order/Payment/Info.php class Info (line 19) | class Info extends AbstractModel implements InfoInterface method __construct (line 51) | public function __construct( method getData (line 82) | public function getData($key = '', $index = null) method getMethodInstance (line 107) | public function getMethodInstance() method encrypt (line 132) | public function encrypt($data) method decrypt (line 143) | public function decrypt($data) method setAdditionalInformation (line 158) | public function setAdditionalInformation($key, $value = null) method getAdditionalInformation (line 178) | public function getAdditionalInformation($key = null) method unsAdditionalInformation (line 193) | public function unsAdditionalInformation($key = null) method hasAdditionalInformation (line 212) | public function hasAdditionalInformation($key = null) method initAdditionalInformation (line 226) | protected function initAdditionalInformation() FILE: app/code/Magento/Sales/Model/Order/Payment/Operations/AbstractOperation.php class AbstractOperation (line 19) | abstract class AbstractOperation method __construct (line 47) | public function __construct( method invoice (line 66) | protected function invoice(OrderPaymentInterface $payment) method updateTotals (line 88) | protected function updateTotals(OrderPaymentInterface $payment, $data) method getInvoiceForTransactionId (line 105) | protected function getInvoiceForTransactionId(OrderInterface $order, $... FILE: app/code/Magento/Sales/Model/Order/Payment/Operations/AuthorizeOperation.php class AuthorizeOperation (line 13) | class AuthorizeOperation extends AbstractOperation method authorize (line 23) | public function authorize(OrderPaymentInterface $payment, $isOnline, $... FILE: app/code/Magento/Sales/Model/Order/Payment/Operations/CaptureOperation.php class CaptureOperation (line 14) | class CaptureOperation extends AbstractOperation method capture (line 24) | public function capture(OrderPaymentInterface $payment, $invoice) FILE: app/code/Magento/Sales/Model/Order/Payment/Operations/OrderOperation.php class OrderOperation (line 15) | class OrderOperation extends AbstractOperation method order (line 22) | public function order(OrderPaymentInterface $payment, $amount) FILE: app/code/Magento/Sales/Model/Order/Payment/Operations/RegisterCaptureNotificationOperation.php class RegisterCaptureNotificationOperation (line 13) | class RegisterCaptureNotificationOperation extends AbstractOperation method registerCaptureNotification (line 23) | public function registerCaptureNotification(OrderPaymentInterface $pay... FILE: app/code/Magento/Sales/Model/Order/Payment/Processor.php class Processor (line 20) | class Processor method __construct (line 50) | public function __construct( method authorize (line 70) | public function authorize(OrderPaymentInterface $payment, $isOnline, $... method capture (line 83) | public function capture(OrderPaymentInterface $payment, $invoice) method order (line 95) | public function order(OrderPaymentInterface $payment, $amount) method registerCaptureNotification (line 108) | public function registerCaptureNotification( FILE: app/code/Magento/Sales/Model/Order/Payment/Repository.php class Repository (line 18) | class Repository implements OrderPaymentRepositoryInterface method __construct (line 47) | public function __construct( method getList (line 63) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method get (line 80) | public function get($id) method delete (line 103) | public function delete(\Magento\Sales\Api\Data\OrderPaymentInterface $... method save (line 115) | public function save(\Magento\Sales\Api\Data\OrderPaymentInterface $en... method create (line 126) | public function create() method getCollectionProcessor (line 137) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/Payment/State/AuthorizeCommand.php class AuthorizeCommand (line 14) | class AuthorizeCommand implements CommandInterface method __construct (line 24) | public function __construct(StatusResolver $statusResolver = null) method execute (line 36) | public function execute(OrderPaymentInterface $payment, $amount, Order... method setOrderStateAndStatus (line 71) | protected function setOrderStateAndStatus(Order $order, $status, $state) FILE: app/code/Magento/Sales/Model/Order/Payment/State/CaptureCommand.php class CaptureCommand (line 14) | class CaptureCommand implements CommandInterface method __construct (line 24) | public function __construct(StatusResolver $statusResolver = null) method execute (line 36) | public function execute(OrderPaymentInterface $payment, $amount, Order... method setOrderStateAndStatus (line 71) | protected function setOrderStateAndStatus(Order $order, $status, $state) FILE: app/code/Magento/Sales/Model/Order/Payment/State/CommandInterface.php type CommandInterface (line 14) | interface CommandInterface method execute (line 24) | public function execute(OrderPaymentInterface $payment, $amount, Order... FILE: app/code/Magento/Sales/Model/Order/Payment/State/OrderCommand.php class OrderCommand (line 14) | class OrderCommand implements CommandInterface method __construct (line 24) | public function __construct(StatusResolver $statusResolver = null) method execute (line 36) | public function execute(OrderPaymentInterface $payment, $amount, Order... method setOrderStateAndStatus (line 71) | protected function setOrderStateAndStatus(Order $order, $status, $state) FILE: app/code/Magento/Sales/Model/Order/Payment/State/RegisterCaptureNotificationCommand.php class RegisterCaptureNotificationCommand (line 14) | class RegisterCaptureNotificationCommand implements CommandInterface method __construct (line 24) | public function __construct(StatusResolver $statusResolver = null) method execute (line 36) | public function execute(OrderPaymentInterface $payment, $amount, Order... method setOrderStateAndStatus (line 71) | protected function setOrderStateAndStatus(Order $order, $status, $state) FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction.php class Transaction (line 24) | class Transaction extends AbstractModel implements TransactionInterface method __construct (line 144) | public function __construct( method _construct (line 179) | protected function _construct() method setTxnId (line 191) | public function setTxnId($txnId) method setParentTxnId (line 205) | public function setParentTxnId($parentTxnId, $txnId = null) method setTxnType (line 226) | public function setTxnType($txnType) method getParentTransaction (line 238) | public function getParentTransaction($shouldLoad = true) method getChildTransactions (line 278) | public function getChildTransactions($types = null, $txnId = null, $re... method closeAuthorization (line 336) | public function closeAuthorization($shouldSave = true, $dryRun = false) method closeCapture (line 375) | public function closeCapture($shouldSave = true) method canVoidAuthorizationCompletely (line 402) | public function canVoidAuthorizationCompletely() method hasChildTransaction (line 422) | public function hasChildTransaction($whetherHasChild = null) method setAdditionalInformation (line 447) | public function setAdditionalInformation($key, $value) method getAdditionalInformation (line 468) | public function getAdditionalInformation($key = null) method unsAdditionalInformation (line 486) | public function unsAdditionalInformation($key = null) method close (line 508) | public function close($shouldSave = true) method getOrderId (line 544) | public function getOrderId() method getOrder (line 565) | public function getOrder() method setOrder (line 583) | public function setOrder($order = null) method isFailsafe (line 608) | public function isFailsafe($setFailsafe = null) method beforeSave (line 622) | public function beforeSave() method _loadChildren (line 646) | protected function _loadChildren() method _isVoided (line 702) | protected function _isVoided() method isVoided (line 713) | public function isVoided() method getTransactionTypes (line 723) | public function getTransactionTypes() method getOrderWebsiteId (line 739) | public function getOrderWebsiteId() method _verifyTxnType (line 754) | protected function _verifyTxnType($txnType = null) method _verifyPaymentObject (line 782) | protected function _verifyPaymentObject($dryRun = false) method _verifyTxnId (line 800) | protected function _verifyTxnId($txnId) method _verifyThisTransactionExists (line 813) | protected function _verifyThisTransactionExists() method getTransactionId (line 830) | public function getTransactionId() method setTransactionId (line 838) | public function setTransactionId($id) method getMethod (line 848) | public function getMethod() method getIncrementId (line 858) | public function getIncrementId() method getParentId (line 868) | public function getParentId() method getPaymentId (line 878) | public function getPaymentId() method getTxnId (line 888) | public function getTxnId() method getHtmlTxnId (line 898) | public function getHtmlTxnId() method getParentTxnId (line 909) | public function getParentTxnId() method getTxnType (line 919) | public function getTxnType() method getIsClosed (line 929) | public function getIsClosed() method getCreatedAt (line 939) | public function getCreatedAt() method setCreatedAt (line 947) | public function setCreatedAt($createdAt) method setParentId (line 955) | public function setParentId($id) method setOrderId (line 963) | public function setOrderId($id) method setPaymentId (line 971) | public function setPaymentId($id) method setIsClosed (line 979) | public function setIsClosed($isClosed) method getExtensionAttributes (line 989) | public function getExtensionAttributes() method setExtensionAttributes (line 997) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Transac... FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction/Builder.php class Builder (line 19) | class Builder implements BuilderInterface method __construct (line 64) | public function __construct(TransactionRepositoryInterface $transactio... method setPayment (line 72) | public function setPayment(OrderPaymentInterface $payment) method setOrder (line 81) | public function setOrder(OrderInterface $order) method setSalesDocument (line 90) | public function setSalesDocument(\Magento\Sales\Model\AbstractModel $d... method setFailSafe (line 99) | public function setFailSafe($failSafe) method setMessage (line 108) | public function setMessage($message) method setTransactionId (line 117) | public function setTransactionId($transactionId) method setAdditionalInformation (line 126) | public function setAdditionalInformation(array $value) method addAdditionalInformation (line 135) | public function addAdditionalInformation($key, $value) method reset (line 144) | public function reset() method isPaymentExists (line 161) | protected function isPaymentExists() method build (line 176) | public function build($type) method linkWithParentTransaction (line 222) | protected function linkWithParentTransaction(TransactionInterface $tra... FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction/BuilderInterface.php type BuilderInterface (line 18) | interface BuilderInterface method setPayment (line 26) | public function setPayment(OrderPaymentInterface $payment); method setOrder (line 34) | public function setOrder(OrderInterface $order); method setSalesDocument (line 45) | public function setSalesDocument(\Magento\Sales\Model\AbstractModel $d... method setFailSafe (line 54) | public function setFailSafe($failSafe); method setMessage (line 62) | public function setMessage($message); method setTransactionId (line 71) | public function setTransactionId($transactionId); method setAdditionalInformation (line 79) | public function setAdditionalInformation(array $value); method addAdditionalInformation (line 88) | public function addAdditionalInformation($key, $value); method reset (line 95) | public function reset(); method build (line 104) | public function build($type); FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction/Manager.php class Manager (line 13) | class Manager implements ManagerInterface method __construct (line 23) | public function __construct(\Magento\Sales\Api\TransactionRepositoryIn... method getAuthorizationTransaction (line 31) | public function getAuthorizationTransaction($parentTransactionId, $pay... method isTransactionExists (line 57) | public function isTransactionExists($transactionId, $paymentId, $orderId) method generateTransactionId (line 71) | public function generateTransactionId(OrderPaymentInterface $payment, ... FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction/ManagerInterface.php type ManagerInterface (line 15) | interface ManagerInterface method getAuthorizationTransaction (line 25) | public function getAuthorizationTransaction($parentTransactionId, $pay... method isTransactionExists (line 35) | public function isTransactionExists($transactionId, $paymentId, $order... method generateTransactionId (line 46) | public function generateTransactionId(OrderPaymentInterface $payment, ... FILE: app/code/Magento/Sales/Model/Order/Payment/Transaction/Repository.php class Repository (line 27) | class Repository implements TransactionRepositoryInterface method __construct (line 76) | public function __construct( method get (line 97) | public function get($id) method getByTransactionType (line 120) | public function getByTransactionType($transactionType, $paymentId) method getByTransactionId (line 167) | public function getByTransactionId($transactionId, $paymentId, $orderId) method getList (line 192) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 206) | public function delete(\Magento\Sales\Api\Data\TransactionInterface $e... method save (line 216) | public function save(\Magento\Sales\Api\Data\TransactionInterface $ent... method create (line 228) | public function create() method getCollectionProcessor (line 239) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/PaymentAdapter.php class PaymentAdapter (line 15) | class PaymentAdapter implements PaymentAdapterInterface method __construct (line 25) | public function __construct( method pay (line 34) | public function pay( FILE: app/code/Magento/Sales/Model/Order/PaymentAdapterInterface.php type PaymentAdapterInterface (line 18) | interface PaymentAdapterInterface method pay (line 27) | public function pay(OrderInterface $order, InvoiceInterface $invoice, ... FILE: app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php class AbstractPdf (line 22) | abstract class AbstractPdf extends \Magento\Framework\DataObject method getPdf (line 61) | abstract public function getPdf(); method __construct (line 147) | public function __construct( method widthForStringUsingFontSize (line 190) | public function widthForStringUsingFontSize($string, $font, $fontSize) method getAlignRight (line 228) | public function getAlignRight($string, $x, $columnWidth, \Zend_Pdf_Res... method getAlignCenter (line 244) | public function getAlignCenter($string, $x, $columnWidth, \Zend_Pdf_Re... method insertLogo (line 258) | protected function insertLogo(&$page, $store = null) method insertAddress (line 317) | protected function insertAddress(&$page, $store = null) method _formatAddress (line 355) | protected function _formatAddress($address) method _calcAddressHeight (line 376) | protected function _calcAddressHeight($address) method insertOrder (line 404) | protected function insertOrder(&$page, $obj, $putOrderId = true) method insertDocumentNumber (line 649) | public function insertDocumentNumber(\Zend_Pdf_Page $page, $text) method _sortTotalsList (line 664) | protected function _sortTotalsList($a, $b) method _getTotalsList (line 678) | protected function _getTotalsList() method insertTotals (line 700) | protected function insertTotals($page, $source) method _parseItemDescription (line 742) | protected function _parseItemDescription($item) method _beforeGetPdf (line 758) | protected function _beforeGetPdf() method _afterGetPdf (line 768) | protected function _afterGetPdf() method _formatOptionValue (line 780) | protected function _formatOptionValue($value, $order) method _initRenderer (line 805) | protected function _initRenderer($type) method _getRenderer (line 820) | protected function _getRenderer($type) method getRenderer (line 845) | public function getRenderer($type) method _drawItem (line 858) | protected function _drawItem( method _setFontRegular (line 883) | protected function _setFontRegular($object, $size = 7) method _setFontBold (line 899) | protected function _setFontBold($object, $size = 7) method _setFontItalic (line 915) | protected function _setFontItalic($object, $size = 7) method _setPdf (line 930) | protected function _setPdf(\Zend_Pdf $pdf) method _getPdf (line 942) | protected function _getPdf() method newPage (line 957) | public function newPage(array $settings = []) method drawLineBlocks (line 996) | public function drawLineBlocks(\Zend_Pdf_Page $page, array $draw, arra... method correctLines (line 1047) | private function correctLines($lines, $page, $height) :void method correctText (line 1093) | private function correctText($column, $height, $font, $page) :int FILE: app/code/Magento/Sales/Model/Order/Pdf/Config.php class Config (line 13) | class Config method __construct (line 23) | public function __construct(\Magento\Framework\Config\DataInterface $d... method getRenderersPerProduct (line 34) | public function getRenderersPerProduct($pageType) method getTotals (line 44) | public function getTotals() FILE: app/code/Magento/Sales/Model/Order/Pdf/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 18) | public function convert($source) FILE: app/code/Magento/Sales/Model/Order/Pdf/Config/Reader.php class Reader (line 10) | class Reader extends \Magento\Framework\Config\Reader\Filesystem FILE: app/code/Magento/Sales/Model/Order/Pdf/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 31) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 41) | public function getSchema() method getPerFileSchema (line 49) | public function getPerFileSchema() FILE: app/code/Magento/Sales/Model/Order/Pdf/Creditmemo.php class Creditmemo (line 16) | class Creditmemo extends AbstractPdf method __construct (line 41) | public function __construct( method _drawHeader (line 79) | protected function _drawHeader(\Zend_Pdf_Page $page) method getPdf (line 141) | public function getPdf($creditmemos = []) method newPage (line 201) | public function newPage(array $settings = []) FILE: app/code/Magento/Sales/Model/Order/Pdf/Invoice.php class Invoice (line 14) | class Invoice extends AbstractPdf method __construct (line 43) | public function __construct( method _drawHeader (line 81) | protected function _drawHeader(\Zend_Pdf_Page $page) method getPdf (line 118) | public function getPdf($invoices = []) method newPage (line 178) | public function newPage(array $settings = []) FILE: app/code/Magento/Sales/Model/Order/Pdf/Items/AbstractItems.php class AbstractItems (line 17) | abstract class AbstractItems extends \Magento\Framework\Model\AbstractModel method __construct (line 81) | public function __construct( method setOrder (line 103) | public function setOrder(\Magento\Sales\Model\Order $order) method setSource (line 115) | public function setSource(\Magento\Framework\Model\AbstractModel $source) method setItem (line 127) | public function setItem(\Magento\Framework\DataObject $item) method setPdf (line 139) | public function setPdf(\Magento\Sales\Model\Order\Pdf\AbstractPdf $pdf) method setPage (line 151) | public function setPage(\Zend_Pdf_Page $page) method getOrder (line 163) | public function getOrder() method getSource (line 177) | public function getSource() method getItem (line 191) | public function getItem() method getPdf (line 205) | public function getPdf() method getPage (line 219) | public function getPage() method draw (line 232) | abstract public function draw(); method _formatOptionValue (line 240) | protected function _formatOptionValue($value) method getItemPricesForDisplay (line 274) | public function getItemPricesForDisplay() method getItemOptions (line 314) | public function getItemOptions() method _setFontRegular (line 338) | protected function _setFontRegular($size = 7) method _setFontBold (line 353) | protected function _setFontBold($size = 7) method _setFontItalic (line 368) | protected function _setFontItalic($size = 7) method getSku (line 383) | public function getSku($item) FILE: app/code/Magento/Sales/Model/Order/Pdf/Items/Creditmemo/DefaultCreditmemo.php class DefaultCreditmemo (line 13) | class DefaultCreditmemo extends \Magento\Sales\Model\Order\Pdf\Items\Abs... method __construct (line 33) | public function __construct( method draw (line 62) | public function draw() FILE: app/code/Magento/Sales/Model/Order/Pdf/Items/Invoice/DefaultInvoice.php class DefaultInvoice (line 13) | class DefaultInvoice extends \Magento\Sales\Model\Order\Pdf\Items\Abstra... method __construct (line 33) | public function __construct( method draw (line 62) | public function draw() FILE: app/code/Magento/Sales/Model/Order/Pdf/Items/Shipment/DefaultShipment.php class DefaultShipment (line 13) | class DefaultShipment extends \Magento\Sales\Model\Order\Pdf\Items\Abstr... method __construct (line 33) | public function __construct( method draw (line 62) | public function draw() FILE: app/code/Magento/Sales/Model/Order/Pdf/ItemsFactory.php class ItemsFactory (line 13) | class ItemsFactory method __construct (line 27) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method get (line 39) | public function get($instanceName, array $data = []) FILE: app/code/Magento/Sales/Model/Order/Pdf/Shipment.php class Shipment (line 12) | class Shipment extends AbstractPdf method __construct (line 41) | public function __construct( method _drawHeader (line 79) | protected function _drawHeader(\Zend_Pdf_Page $page) method getPdf (line 110) | public function getPdf($shipments = []) method newPage (line 167) | public function newPage(array $settings = []) FILE: app/code/Magento/Sales/Model/Order/Pdf/Total/DefaultTotal.php class DefaultTotal (line 14) | class DefaultTotal extends \Magento\Framework\DataObject method __construct (line 39) | public function __construct( method getTotalsForDisplay (line 63) | public function getTotalsForDisplay() method getFullTaxInfo (line 95) | public function getFullTaxInfo() method canDisplay (line 143) | public function canDisplay() method getAmount (line 154) | public function getAmount() method getTitleDescription (line 164) | public function getTitleDescription() FILE: app/code/Magento/Sales/Model/Order/Pdf/Total/Factory.php class Factory (line 8) | class Factory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 38) | public function create($class = null, $arguments = []) FILE: app/code/Magento/Sales/Model/Order/ProductOption.php class ProductOption (line 21) | class ProductOption method __construct (line 43) | public function __construct( method add (line 58) | public function add(OrderItemInterface $orderItem): void method setProductOption (line 87) | private function setProductOption(OrderItemInterface $orderItem, array... FILE: app/code/Magento/Sales/Model/Order/RefundAdapter.php class RefundAdapter (line 15) | class RefundAdapter implements RefundAdapterInterface method __construct (line 25) | public function __construct( method refund (line 34) | public function refund( FILE: app/code/Magento/Sales/Model/Order/RefundAdapterInterface.php type RefundAdapterInterface (line 18) | interface RefundAdapterInterface method refund (line 27) | public function refund( FILE: app/code/Magento/Sales/Model/Order/Reorder/OrderedProductAvailabilityChecker.php class OrderedProductAvailabilityChecker (line 21) | class OrderedProductAvailabilityChecker implements OrderedProductAvailab... method __construct (line 32) | public function __construct(array $productAvailabilityChecks) method isAvailable (line 41) | public function isAvailable(Item $item) FILE: app/code/Magento/Sales/Model/Order/Reorder/OrderedProductAvailabilityCheckerInterface.php type OrderedProductAvailabilityCheckerInterface (line 14) | interface OrderedProductAvailabilityCheckerInterface method isAvailable (line 24) | public function isAvailable(Item $item); FILE: app/code/Magento/Sales/Model/Order/Reorder/UnavailableProductsProvider.php class UnavailableProductsProvider (line 13) | class UnavailableProductsProvider method __construct (line 29) | public function __construct( method getForOrder (line 43) | public function getForOrder($order) FILE: app/code/Magento/Sales/Model/Order/Shipment.php class Shipment (line 27) | class Shipment extends AbstractModel implements EntityInterface, Shipmen... method __construct (line 122) | public function __construct( method _construct (line 157) | protected function _construct() method loadByIncrementId (line 168) | public function loadByIncrementId($incrementId) method setOrder (line 185) | public function setOrder(\Magento\Sales\Model\Order $order) method getProtectCode (line 197) | public function getProtectCode() method getOrder (line 207) | public function getOrder() method getEntityType (line 222) | public function getEntityType() method getBillingAddress (line 232) | public function getBillingAddress() method getShippingAddress (line 242) | public function getShippingAddress() method register (line 253) | public function register() method getItemsCollection (line 284) | public function getItemsCollection() method getAllItems (line 304) | public function getAllItems() method getItemById (line 321) | public function getItemById($itemId) method addItem (line 337) | public function addItem(\Magento\Sales\Model\Order\Shipment\Item $item) method getTracksCollection (line 354) | public function getTracksCollection() method getAllTracks (line 375) | public function getAllTracks() method getTrackById (line 392) | public function getTrackById($trackId) method addTrack (line 408) | public function addTrack(\Magento\Sales\Model\Order\Shipment\Track $tr... method addComment (line 441) | public function addComment($comment, $notify = false, $visibleOnFront ... method getCommentsCollection (line 468) | public function getCommentsCollection($reload = false) method getStore (line 490) | public function getStore() method setShippingLabel (line 501) | public function setShippingLabel($label) method getShippingLabel (line 512) | public function getShippingLabel() method getIncrementId (line 528) | public function getIncrementId() method getPackages (line 540) | public function getPackages() method setPackages (line 549) | public function setPackages(array $packages = null) method getItems (line 559) | public function getItems() method setItems (line 585) | public function setItems($items) method getTracks (line 595) | public function getTracks() method setTracks (line 615) | public function setTracks($tracks) method getBillingAddressId (line 625) | public function getBillingAddressId() method getCreatedAt (line 635) | public function getCreatedAt() method setCreatedAt (line 643) | public function setCreatedAt($createdAt) method getCustomerId (line 653) | public function getCustomerId() method getEmailSent (line 663) | public function getEmailSent() method getOrderId (line 673) | public function getOrderId() method getShipmentStatus (line 683) | public function getShipmentStatus() method getShippingAddressId (line 693) | public function getShippingAddressId() method getStoreId (line 703) | public function getStoreId() method getTotalQty (line 713) | public function getTotalQty() method getTotalWeight (line 723) | public function getTotalWeight() method getUpdatedAt (line 733) | public function getUpdatedAt() method getComments (line 743) | public function getComments() method setComments (line 767) | public function setComments($comments = null) method setStoreId (line 775) | public function setStoreId($id) method setTotalWeight (line 783) | public function setTotalWeight($totalWeight) method setTotalQty (line 791) | public function setTotalQty($qty) method setEmailSent (line 799) | public function setEmailSent($emailSent) method setOrderId (line 807) | public function setOrderId($id) method setCustomerId (line 815) | public function setCustomerId($id) method setShippingAddressId (line 823) | public function setShippingAddressId($id) method setBillingAddressId (line 831) | public function setBillingAddressId($id) method setShipmentStatus (line 839) | public function setShipmentStatus($shipmentStatus) method setIncrementId (line 847) | public function setIncrementId($id) method setUpdatedAt (line 855) | public function setUpdatedAt($timestamp) method getExtensionAttributes (line 865) | public function getExtensionAttributes() method setExtensionAttributes (line 876) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Shipmen... FILE: app/code/Magento/Sales/Model/Order/Shipment/Comment.php class Comment (line 12) | class Comment extends AbstractModel implements ShipmentCommentInterface method __construct (line 37) | public function __construct( method _construct (line 64) | protected function _construct() method setShipment (line 77) | public function setShipment(\Magento\Sales\Model\Order\Shipment $shipm... method getShipment (line 90) | public function getShipment() method getStore (line 100) | public function getStore() method getComment (line 115) | public function getComment() method getCreatedAt (line 125) | public function getCreatedAt() method setCreatedAt (line 133) | public function setCreatedAt($createdAt) method getIsCustomerNotified (line 143) | public function getIsCustomerNotified() method getIsVisibleOnFront (line 153) | public function getIsVisibleOnFront() method getParentId (line 163) | public function getParentId() method setParentId (line 171) | public function setParentId($id) method setIsCustomerNotified (line 179) | public function setIsCustomerNotified($isCustomerNotified) method setIsVisibleOnFront (line 187) | public function setIsVisibleOnFront($isVisibleOnFront) method setComment (line 195) | public function setComment($comment) method getExtensionAttributes (line 205) | public function getExtensionAttributes() method setExtensionAttributes (line 216) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/Comment/Validator.php class Validator (line 14) | class Validator method validate (line 32) | public function validate(Comment $comment) FILE: app/code/Magento/Sales/Model/Order/Shipment/CommentCreation.php class CommentCreation (line 13) | class CommentCreation implements ShipmentCommentCreationInterface method getExtensionAttributes (line 35) | public function getExtensionAttributes() method setExtensionAttributes (line 46) | public function setExtensionAttributes( method getComment (line 58) | public function getComment() method setComment (line 69) | public function setComment($comment) method getIsVisibleOnFront (line 80) | public function getIsVisibleOnFront() method setIsVisibleOnFront (line 91) | public function setIsVisibleOnFront($isVisibleOnFront) FILE: app/code/Magento/Sales/Model/Order/Shipment/CommentRepository.php class CommentRepository (line 25) | class CommentRepository implements ShipmentCommentRepositoryInterface method __construct (line 71) | public function __construct( method getList (line 94) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 105) | public function get($id) method delete (line 115) | public function delete(ShipmentCommentInterface $entity) method save (line 128) | public function save(ShipmentCommentInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Shipment/CreationArguments.php class CreationArguments (line 14) | class CreationArguments implements \Magento\Sales\Api\Data\ShipmentCreat... method getExtensionAttributes (line 25) | public function getExtensionAttributes() method setExtensionAttributes (line 34) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/Item.php class Item (line 18) | class Item extends AbstractModel implements ShipmentItemInterface method __construct (line 55) | public function __construct( method _construct (line 82) | protected function _construct() method setShipment (line 95) | public function setShipment(\Magento\Sales\Model\Order\Shipment $shipm... method getShipment (line 108) | public function getShipment() method setOrderItem (line 119) | public function setOrderItem(\Magento\Sales\Model\Order\Item $item) method getOrderItem (line 131) | public function getOrderItem() method setQty (line 150) | public function setQty($qty) method register (line 162) | public function register() method getAdditionalData (line 175) | public function getAdditionalData() method getDescription (line 185) | public function getDescription() method getName (line 195) | public function getName() method getOrderItemId (line 205) | public function getOrderItemId() method getParentId (line 215) | public function getParentId() method getPrice (line 225) | public function getPrice() method getProductId (line 235) | public function getProductId() method getQty (line 245) | public function getQty() method getRowTotal (line 255) | public function getRowTotal() method getSku (line 265) | public function getSku() method getWeight (line 275) | public function getWeight() method setParentId (line 283) | public function setParentId($id) method setRowTotal (line 291) | public function setRowTotal($amount) method setPrice (line 299) | public function setPrice($price) method setWeight (line 307) | public function setWeight($weight) method setProductId (line 315) | public function setProductId($id) method setOrderItemId (line 323) | public function setOrderItemId($id) method setAdditionalData (line 331) | public function setAdditionalData($additionalData) method setDescription (line 339) | public function setDescription($description) method setName (line 347) | public function setName($name) method setSku (line 355) | public function setSku($sku) method getExtensionAttributes (line 365) | public function getExtensionAttributes() method setExtensionAttributes (line 376) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Shipmen... FILE: app/code/Magento/Sales/Model/Order/Shipment/ItemCreation.php class ItemCreation (line 13) | class ItemCreation implements ShipmentItemCreationInterface method getOrderItemId (line 35) | public function getOrderItemId() method setOrderItemId (line 43) | public function setOrderItemId($orderItemId) method getQty (line 52) | public function getQty() method setQty (line 60) | public function setQty($qty) method getExtensionAttributes (line 71) | public function getExtensionAttributes() method setExtensionAttributes (line 82) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/ItemRepository.php class ItemRepository (line 18) | class ItemRepository implements ShipmentItemRepositoryInterface method __construct (line 46) | public function __construct( method getList (line 61) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 72) | public function get($id) method delete (line 82) | public function delete(ShipmentItemInterface $entity) method save (line 95) | public function save(ShipmentItemInterface $entity) FILE: app/code/Magento/Sales/Model/Order/Shipment/Notifier.php class Notifier (line 14) | class Notifier implements \Magento\Sales\Model\Order\Shipment\NotifierIn... method __construct (line 24) | public function __construct(array $senders = []) method notify (line 33) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Shipment/NotifierInterface.php type NotifierInterface (line 14) | interface NotifierInterface method notify (line 27) | public function notify( FILE: app/code/Magento/Sales/Model/Order/Shipment/OrderRegistrar.php class OrderRegistrar (line 11) | class OrderRegistrar implements \Magento\Sales\Model\Order\Shipment\Orde... method register (line 18) | public function register(OrderInterface $order, ShipmentInterface $shi... FILE: app/code/Magento/Sales/Model/Order/Shipment/OrderRegistrarInterface.php type OrderRegistrarInterface (line 19) | interface OrderRegistrarInterface method register (line 27) | public function register(OrderInterface $order, ShipmentInterface $shi... FILE: app/code/Magento/Sales/Model/Order/Shipment/Package.php class Package (line 13) | class Package implements \Magento\Sales\Api\Data\ShipmentPackageInterface method getExtensionAttributes (line 24) | public function getExtensionAttributes() method setExtensionAttributes (line 33) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/PackageCreation.php class PackageCreation (line 13) | class PackageCreation implements \Magento\Sales\Api\Data\ShipmentPackage... method getExtensionAttributes (line 24) | public function getExtensionAttributes() method setExtensionAttributes (line 33) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/Sender/EmailSender.php class EmailSender (line 17) | class EmailSender extends Sender implements SenderInterface method __construct (line 50) | public function __construct( method send (line 94) | public function send( method getPaymentHtml (line 153) | private function getPaymentHtml(\Magento\Sales\Api\Data\OrderInterface... FILE: app/code/Magento/Sales/Model/Order/Shipment/SenderInterface.php type SenderInterface (line 11) | interface SenderInterface method send (line 23) | public function send( FILE: app/code/Magento/Sales/Model/Order/Shipment/ShipmentValidator.php class ShipmentValidator (line 13) | class ShipmentValidator implements ShipmentValidatorInterface method __construct (line 24) | public function __construct(\Magento\Sales\Model\Validator $validator) method validate (line 32) | public function validate(ShipmentInterface $entity, array $validators) FILE: app/code/Magento/Sales/Model/Order/Shipment/ShipmentValidatorInterface.php type ShipmentValidatorInterface (line 16) | interface ShipmentValidatorInterface method validate (line 24) | public function validate(ShipmentInterface $shipment, array $validators); FILE: app/code/Magento/Sales/Model/Order/Shipment/Track.php class Track (line 19) | class Track extends AbstractModel implements ShipmentTrackInterface method __construct (line 63) | public function __construct( method _construct (line 92) | protected function _construct() method getNumber (line 104) | public function getNumber() method setNumber (line 117) | public function setNumber($number) method setShipment (line 130) | public function setShipment(\Magento\Sales\Model\Order\Shipment $shipm... method getShipment (line 142) | public function getShipment() method isCustom (line 160) | public function isCustom() method getProtectCode (line 170) | public function getProtectCode() method getStore (line 180) | public function getStore() method getStoreId (line 193) | public function getStoreId() method addData (line 206) | public function addData(array $data) method getTrackNumber (line 222) | public function getTrackNumber() method getCarrierCode (line 232) | public function getCarrierCode() method getCreatedAt (line 242) | public function getCreatedAt() method setCreatedAt (line 250) | public function setCreatedAt($createdAt) method getDescription (line 260) | public function getDescription() method getOrderId (line 270) | public function getOrderId() method getParentId (line 280) | public function getParentId() method getQty (line 290) | public function getQty() method getTitle (line 300) | public function getTitle() method getUpdatedAt (line 310) | public function getUpdatedAt() method getWeight (line 320) | public function getWeight() method setUpdatedAt (line 328) | public function setUpdatedAt($timestamp) method setParentId (line 336) | public function setParentId($id) method setWeight (line 344) | public function setWeight($weight) method setQty (line 352) | public function setQty($qty) method setOrderId (line 360) | public function setOrderId($id) method setTrackNumber (line 368) | public function setTrackNumber($trackNumber) method setDescription (line 376) | public function setDescription($description) method setTitle (line 384) | public function setTitle($title) method setCarrierCode (line 392) | public function setCarrierCode($code) method getExtensionAttributes (line 402) | public function getExtensionAttributes() method setExtensionAttributes (line 413) | public function setExtensionAttributes(\Magento\Sales\Api\Data\Shipmen... FILE: app/code/Magento/Sales/Model/Order/Shipment/Track/Validator.php class Validator (line 14) | class Validator method validate (line 34) | public function validate(Track $track) FILE: app/code/Magento/Sales/Model/Order/Shipment/TrackCreation.php class TrackCreation (line 13) | class TrackCreation implements ShipmentTrackCreationInterface method getTrackNumber (line 40) | public function getTrackNumber() method setTrackNumber (line 48) | public function setTrackNumber($trackNumber) method getTitle (line 57) | public function getTitle() method setTitle (line 65) | public function setTitle($title) method getCarrierCode (line 74) | public function getCarrierCode() method setCarrierCode (line 82) | public function setCarrierCode($carrierCode) method getExtensionAttributes (line 91) | public function getExtensionAttributes() method setExtensionAttributes (line 99) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Shipment/TrackRepository.php class TrackRepository (line 26) | class TrackRepository implements ShipmentTrackRepositoryInterface method __construct (line 66) | public function __construct( method getList (line 87) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 98) | public function get($id) method delete (line 108) | public function delete(ShipmentTrackInterface $entity) method save (line 121) | public function save(ShipmentTrackInterface $entity) method deleteById (line 144) | public function deleteById($id) FILE: app/code/Magento/Sales/Model/Order/Shipment/Validation/QuantityValidator.php class QuantityValidator (line 20) | class QuantityValidator implements ValidatorInterface method __construct (line 31) | public function __construct( method validate (line 43) | public function validate($entity) method getOrderItems (line 89) | private function getOrderItems(OrderInterface $order) method isQtyAvailable (line 104) | private function isQtyAvailable(Item $orderItem, $qty) FILE: app/code/Magento/Sales/Model/Order/Shipment/Validation/TrackValidator.php class TrackValidator (line 14) | class TrackValidator implements ValidatorInterface method validate (line 20) | public function validate($entity) FILE: app/code/Magento/Sales/Model/Order/ShipmentDocumentFactory.php class ShipmentDocumentFactory (line 27) | class ShipmentDocumentFactory method __construct (line 57) | public function __construct( method create (line 83) | public function create( method getQuantitiesFromOrderItems (line 135) | private function getQuantitiesFromOrderItems(array $items) method getQuantitiesFromShipmentItems (line 152) | private function getQuantitiesFromShipmentItems(array $items) FILE: app/code/Magento/Sales/Model/Order/ShipmentDocumentFactory/ExtensionAttributesProcessor.php class ExtensionAttributesProcessor (line 20) | class ExtensionAttributesProcessor method __construct (line 36) | public function __construct( method execute (line 49) | public function execute( FILE: app/code/Magento/Sales/Model/Order/ShipmentFactory.php class ShipmentFactory (line 16) | class ShipmentFactory method __construct (line 53) | public function __construct( method create (line 73) | public function create(\Magento\Sales\Model\Order $order, array $items... method prepareItems (line 94) | protected function prepareItems( method validateItem (line 159) | private function validateItem(\Magento\Sales\Model\Order\Item $orderIt... method setItemsToShipment (line 181) | private function setItemsToShipment(\Magento\Sales\Api\Data\ShipmentIn... method prepareTracks (line 217) | protected function prepareTracks(\Magento\Sales\Api\Data\ShipmentInter... method canShipItem (line 245) | protected function canShipItem($item, array $items = []) method castQty (line 293) | private function castQty(\Magento\Sales\Model\Order\Item $item, $qty) FILE: app/code/Magento/Sales/Model/Order/ShipmentRepository.php class ShipmentRepository (line 22) | class ShipmentRepository implements \Magento\Sales\Api\ShipmentRepositor... method __construct (line 49) | public function __construct( method get (line 67) | public function get($id) method getList (line 94) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 111) | public function delete(\Magento\Sales\Api\Data\ShipmentInterface $entity) method deleteById (line 130) | public function deleteById($id) method save (line 144) | public function save(\Magento\Sales\Api\Data\ShipmentInterface $entity) method create (line 161) | public function create() method getCollectionProcessor (line 172) | private function getCollectionProcessor() FILE: app/code/Magento/Sales/Model/Order/Shipping.php class Shipping (line 11) | class Shipping extends AbstractExtensibleModel implements ShippingInterface method getAddress (line 16) | public function getAddress() method getMethod (line 24) | public function getMethod() method getTotal (line 32) | public function getTotal() method setAddress (line 40) | public function setAddress(\Magento\Sales\Api\Data\OrderAddressInterfa... method setMethod (line 48) | public function setMethod($method) method setTotal (line 56) | public function setTotal(\Magento\Sales\Api\Data\TotalInterface $total) method getExtensionAttributes (line 64) | public function getExtensionAttributes() method setExtensionAttributes (line 72) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/ShippingAssignment.php class ShippingAssignment (line 11) | class ShippingAssignment extends AbstractExtensibleModel implements Ship... method getShipping (line 16) | public function getShipping() method getItems (line 24) | public function getItems() method getStockId (line 32) | public function getStockId() method setShipping (line 40) | public function setShipping(\Magento\Sales\Api\Data\ShippingInterface ... method setItems (line 48) | public function setItems(array $items) method setStockId (line 56) | public function setStockId($stockId = null) method getExtensionAttributes (line 64) | public function getExtensionAttributes() method setExtensionAttributes (line 72) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/ShippingAssignmentBuilder.php class ShippingAssignmentBuilder (line 16) | class ShippingAssignmentBuilder method __construct (line 45) | public function __construct( method setOrderId (line 59) | public function setOrderId($orderId) method getOrderId (line 67) | private function getOrderId() method create (line 75) | public function create() FILE: app/code/Magento/Sales/Model/Order/ShippingBuilder.php class ShippingBuilder (line 19) | class ShippingBuilder method __construct (line 53) | public function __construct( method setOrderId (line 67) | public function setOrderId($orderId) method create (line 75) | public function create() method getOrderId (line 97) | private function getOrderId() method getTotal (line 105) | private function getTotal() FILE: app/code/Magento/Sales/Model/Order/ShippingTotal.php class ShippingTotal (line 11) | class ShippingTotal extends AbstractExtensibleModel implements TotalInte... method getBaseShippingAmount (line 16) | public function getBaseShippingAmount() method getBaseShippingCanceled (line 24) | public function getBaseShippingCanceled() method getBaseShippingDiscountAmount (line 32) | public function getBaseShippingDiscountAmount() method getBaseShippingDiscountTaxCompensationAmnt (line 40) | public function getBaseShippingDiscountTaxCompensationAmnt() method getBaseShippingInclTax (line 48) | public function getBaseShippingInclTax() method getBaseShippingInvoiced (line 56) | public function getBaseShippingInvoiced() method getBaseShippingRefunded (line 64) | public function getBaseShippingRefunded() method getBaseShippingTaxAmount (line 72) | public function getBaseShippingTaxAmount() method getBaseShippingTaxRefunded (line 80) | public function getBaseShippingTaxRefunded() method getShippingAmount (line 88) | public function getShippingAmount() method getShippingCanceled (line 96) | public function getShippingCanceled() method getShippingDiscountAmount (line 104) | public function getShippingDiscountAmount() method getShippingDiscountTaxCompensationAmount (line 112) | public function getShippingDiscountTaxCompensationAmount() method getShippingInclTax (line 120) | public function getShippingInclTax() method getShippingInvoiced (line 128) | public function getShippingInvoiced() method getShippingRefunded (line 136) | public function getShippingRefunded() method getShippingTaxAmount (line 144) | public function getShippingTaxAmount() method getShippingTaxRefunded (line 152) | public function getShippingTaxRefunded() method setBaseShippingAmount (line 160) | public function setBaseShippingAmount($amount) method setBaseShippingCanceled (line 168) | public function setBaseShippingCanceled($baseShippingCanceled) method setBaseShippingDiscountAmount (line 176) | public function setBaseShippingDiscountAmount($amount) method setBaseShippingDiscountTaxCompensationAmnt (line 184) | public function setBaseShippingDiscountTaxCompensationAmnt($amnt) method setBaseShippingInclTax (line 192) | public function setBaseShippingInclTax($amount) method setBaseShippingInvoiced (line 200) | public function setBaseShippingInvoiced($baseShippingInvoiced) method setBaseShippingRefunded (line 208) | public function setBaseShippingRefunded($baseShippingRefunded) method setBaseShippingTaxAmount (line 216) | public function setBaseShippingTaxAmount($amount) method setBaseShippingTaxRefunded (line 224) | public function setBaseShippingTaxRefunded($baseShippingTaxRefunded) method setShippingAmount (line 232) | public function setShippingAmount($amount) method setShippingCanceled (line 240) | public function setShippingCanceled($shippingCanceled) method setShippingDiscountAmount (line 248) | public function setShippingDiscountAmount($amount) method setShippingDiscountTaxCompensationAmount (line 256) | public function setShippingDiscountTaxCompensationAmount($amount) method setShippingInclTax (line 264) | public function setShippingInclTax($amount) method setShippingInvoiced (line 272) | public function setShippingInvoiced($shippingInvoiced) method setShippingRefunded (line 280) | public function setShippingRefunded($shippingRefunded) method setShippingTaxAmount (line 288) | public function setShippingTaxAmount($amount) method setShippingTaxRefunded (line 296) | public function setShippingTaxRefunded($shippingTaxRefunded) method getExtensionAttributes (line 304) | public function getExtensionAttributes() method setExtensionAttributes (line 312) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/StateResolver.php class StateResolver (line 14) | class StateResolver implements OrderStateResolverInterface method isOrderComplete (line 22) | private function isOrderComplete(OrderInterface $order) method isOrderClosed (line 38) | private function isOrderClosed(OrderInterface $order, $arguments) method isOrderProcessing (line 55) | private function isOrderProcessing(OrderInterface $order, $arguments) method getInitialOrderState (line 70) | private function getInitialOrderState(OrderInterface $order) method getStateForOrder (line 80) | public function getStateForOrder(OrderInterface $order, array $argumen... FILE: app/code/Magento/Sales/Model/Order/Status.php class Status (line 18) | class Status extends \Magento\Sales\Model\AbstractModel method __construct (line 35) | public function __construct( method _construct (line 60) | protected function _construct() method assignState (line 74) | public function assignState($state, $isDefault = false, $visibleOnFron... method validateBeforeUnassign (line 94) | protected function validateBeforeUnassign($state) method unassignState (line 115) | public function unassignState($state) method getStoreLabels (line 134) | public function getStoreLabels() method getStoreLabel (line 150) | public function getStoreLabel($store = null) method loadDefaultByState (line 167) | public function loadDefaultByState($state) FILE: app/code/Magento/Sales/Model/Order/Status/History.php class History (line 19) | class History extends AbstractModel implements OrderStatusHistoryInterface method __construct (line 56) | public function __construct( method _construct (line 83) | protected function _construct() method setOrder (line 94) | public function setOrder(\Magento\Sales\Model\Order $order) method setIsCustomerNotified (line 107) | public function setIsCustomerNotified($flag = null) method isCustomerNotificationNotApplicable (line 121) | public function isCustomerNotificationNotApplicable() method getOrder (line 133) | public function getOrder() method getStatusLabel (line 143) | public function getStatusLabel() method getStore (line 156) | public function getStore() method beforeSave (line 169) | public function beforeSave() method getComment (line 187) | public function getComment() method getCreatedAt (line 197) | public function getCreatedAt() method setCreatedAt (line 205) | public function setCreatedAt($createdAt) method getEntityId (line 215) | public function getEntityId() method getEntityName (line 225) | public function getEntityName() method getIsCustomerNotified (line 235) | public function getIsCustomerNotified() method getIsVisibleOnFront (line 245) | public function getIsVisibleOnFront() method getParentId (line 255) | public function getParentId() method getStatus (line 265) | public function getStatus() method setParentId (line 273) | public function setParentId($id) method setIsVisibleOnFront (line 281) | public function setIsVisibleOnFront($isVisibleOnFront) method setComment (line 289) | public function setComment($comment) method setStatus (line 297) | public function setStatus($status) method setEntityName (line 305) | public function setEntityName($entityName) method getExtensionAttributes (line 315) | public function getExtensionAttributes() method setExtensionAttributes (line 326) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Status/History/Validator.php class Validator (line 15) | class Validator method validate (line 26) | public function validate(History $history) FILE: app/code/Magento/Sales/Model/Order/Status/HistoryRepository.php class HistoryRepository (line 18) | class HistoryRepository implements OrderStatusHistoryRepositoryInterface method __construct (line 46) | public function __construct( method getList (line 62) | public function getList(SearchCriteriaInterface $searchCriteria) method get (line 73) | public function get($id) method delete (line 83) | public function delete(OrderStatusHistoryInterface $entity) method save (line 96) | public function save(OrderStatusHistoryInterface $entity) FILE: app/code/Magento/Sales/Model/Order/StatusResolver.php class StatusResolver (line 10) | class StatusResolver method getOrderStatusByState (line 17) | public function getOrderStatusByState(OrderInterface $order, $state) FILE: app/code/Magento/Sales/Model/Order/Tax.php class Tax (line 32) | class Tax extends \Magento\Framework\Model\AbstractModel method _construct (line 37) | protected function _construct() FILE: app/code/Magento/Sales/Model/Order/Tax/Item.php class Item (line 11) | class Item extends \Magento\Framework\Model\AbstractExtensibleModel impl... method _construct (line 26) | protected function _construct() method getType (line 34) | public function getType() method getItemId (line 42) | public function getItemId() method getAssociatedItemId (line 50) | public function getAssociatedItemId() method getAppliedTaxes (line 58) | public function getAppliedTaxes() method setType (line 69) | public function setType($type) method setItemId (line 80) | public function setItemId($itemId) method setAssociatedItemId (line 91) | public function setAssociatedItemId($associatedItemId) method setAppliedTaxes (line 102) | public function setAppliedTaxes(array $appliedTaxes = null) method getExtensionAttributes (line 112) | public function getExtensionAttributes() method setExtensionAttributes (line 123) | public function setExtensionAttributes( FILE: app/code/Magento/Sales/Model/Order/Total.php class Total (line 8) | class Total extends \Magento\Framework\DataObject FILE: app/code/Magento/Sales/Model/Order/Total/AbstractTotal.php class AbstractTotal (line 15) | abstract class AbstractTotal extends \Magento\Framework\DataObject method processConfigArray (line 24) | public function processConfigArray($config) FILE: app/code/Magento/Sales/Model/Order/Total/Config/Base.php class Base (line 13) | class Base extends \Magento\Sales\Model\Config\Ordered method __construct (line 49) | public function __construct( method _initModelInstance (line 70) | protected function _initModelInstance($class, $totalCode, $totalConfig) method getTotalModels (line 91) | public function getTotalModels() FILE: app/code/Magento/Sales/Model/Order/TotalFactory.php class TotalFactory (line 11) | class TotalFactory method __construct (line 25) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 37) | public function create($instanceName, array $data = []) FILE: app/code/Magento/Sales/Model/Order/Validation/CanInvoice.php class CanInvoice (line 15) | class CanInvoice implements ValidatorInterface method validate (line 23) | public function validate($entity) method isStateReadyForInvoice (line 42) | private function isStateReadyForInvoice(OrderInterface $order) method canInvoice (line 62) | private function canInvoice(OrderInterface $order) FILE: app/code/Magento/Sales/Model/Order/Validation/CanRefund.php class CanRefund (line 16) | class CanRefund implements ValidatorInterface method __construct (line 28) | public function __construct(PriceCurrencyInterface $priceCurrency) method validate (line 36) | public function validate($entity) method isTotalPaidEnoughForRefund (line 63) | private function isTotalPaidEnoughForRefund(OrderInterface $order) FILE: app/code/Magento/Sales/Model/Order/Validation/CanShip.php class CanShip (line 15) | class CanShip implements ValidatorInterface method validate (line 21) | public function validate($entity) method isStateReadyForShipment (line 37) | private function isStateReadyForShipment(OrderInterface $order) method canShip (line 54) | private function canShip(OrderInterface $order) FILE: app/code/Magento/Sales/Model/Order/Validation/InvoiceOrder.php class InvoiceOrder (line 22) | class InvoiceOrder implements InvoiceOrderInterface method __construct (line 45) | public function __construct( method validate (line 58) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/InvoiceOrderInterface.php type InvoiceOrderInterface (line 20) | interface InvoiceOrderInterface method validate (line 34) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/RefundInvoice.php class RefundInvoice (line 23) | class RefundInvoice implements RefundInvoiceInterface method __construct (line 58) | public function __construct( method validate (line 75) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/RefundInvoiceInterface.php type RefundInvoiceInterface (line 19) | interface RefundInvoiceInterface method validate (line 34) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/RefundOrder.php class RefundOrder (line 21) | class RefundOrder implements RefundOrderInterface method __construct (line 51) | public function __construct( method validate (line 66) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/RefundOrderInterface.php type RefundOrderInterface (line 18) | interface RefundOrderInterface method validate (line 31) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/ShipOrder.php class ShipOrder (line 19) | class ShipOrder implements ShipOrderInterface method __construct (line 43) | public function __construct( method validate (line 65) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Validation/ShipOrderInterface.php type ShipOrderInterface (line 17) | interface ShipOrderInterface method validate (line 32) | public function validate( FILE: app/code/Magento/Sales/Model/Order/Webapi/ChangeOutputArray.php class ChangeOutputArray (line 17) | class ChangeOutputArray method __construct (line 33) | public function __construct( method execute (line 48) | public function execute( FILE: app/code/Magento/Sales/Model/OrderIncrementIdChecker.php class OrderIncrementIdChecker (line 13) | class OrderIncrementIdChecker method __construct (line 23) | public function __construct(ResourceModel\Order $resourceModel) method isIncrementIdUsed (line 36) | public function isIncrementIdUsed($orderIncrementId): bool FILE: app/code/Magento/Sales/Model/OrderNotifier.php class OrderNotifier (line 17) | class OrderNotifier extends \Magento\Sales\Model\AbstractNotifier method __construct (line 39) | public function __construct( FILE: app/code/Magento/Sales/Model/OrderRepository.php class OrderRepository (line 32) | class OrderRepository implements \Magento\Sales\Api\OrderRepositoryInter... method __construct (line 96) | public function __construct( method get (line 130) | public function get($id) method setOrderTaxDetails (line 157) | private function setOrderTaxDetails(OrderInterface $order) method setPaymentAdditionalInfo (line 180) | private function setPaymentAdditionalInfo(OrderInterface $order): void method getList (line 208) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 229) | public function delete(\Magento\Sales\Api\Data\OrderInterface $entity) method deleteById (line 242) | public function deleteById($id) method save (line 257) | public function save(\Magento\Sales\Api\Data\OrderInterface $entity) method setShippingAssignments (line 281) | private function setShippingAssignments(OrderInterface $order) method getShippingAssignmentBuilderDependency (line 304) | private function getShippingAssignmentBuilderDependency() method addFilterGroupToCollection (line 323) | protected function addFilterGroupToCollection( FILE: app/code/Magento/Sales/Model/RefundInvoice.php class RefundInvoice (line 25) | class RefundInvoice implements RefundInvoiceInterface method __construct (line 98) | public function __construct( method execute (line 127) | public function execute( FILE: app/code/Magento/Sales/Model/RefundOrder.php class RefundOrder (line 25) | class RefundOrder implements RefundOrderInterface method __construct (line 92) | public function __construct( method execute (line 119) | public function execute( FILE: app/code/Magento/Sales/Model/ResourceModel/AbstractGrid.php class AbstractGrid (line 16) | abstract class AbstractGrid extends AbstractDb implements GridInterface method _construct (line 43) | protected function _construct() method getConnection (line 53) | public function getConnection() method getGridTable (line 66) | public function getGridTable() method purge (line 78) | public function purge($value, $field = null) method getLastUpdatedAtValue (line 97) | protected function getLastUpdatedAtValue($default = '0000-00-00 00:00:... FILE: app/code/Magento/Sales/Model/ResourceModel/Attribute.php class Attribute (line 14) | class Attribute method __construct (line 35) | public function __construct( method getConnection (line 46) | protected function getConnection() method _beforeSaveAttribute (line 61) | protected function _beforeSaveAttribute(AbstractModel $object, $attrib... method saveAttribute (line 84) | public function saveAttribute(AbstractModel $object, $attribute) method _afterSaveAttribute (line 123) | protected function _afterSaveAttribute(AbstractModel $object, $attribute) FILE: app/code/Magento/Sales/Model/ResourceModel/Collection/AbstractCollection.php class AbstractCollection (line 15) | abstract class AbstractCollection extends \Magento\Framework\Model\Resou... method setSelectCountSql (line 33) | public function setSelectCountSql(\Magento\Framework\DB\Select $countS... method getSelectCountSql (line 44) | public function getSelectCountSql() method _attributeToField (line 59) | protected function _attributeToField($attribute) method addAttributeToSelect (line 80) | public function addAttributeToSelect($attribute) method addAttributeToFilter (line 94) | public function addAttributeToFilter($attribute, $condition = null) method addAttributeToSort (line 108) | public function addAttributeToSort($attribute, $dir = 'asc') method setPage (line 122) | public function setPage($pageNum, $pageSize) method _getAllIdsSelect (line 136) | protected function _getAllIdsSelect($limit = null, $offset = null) method getAllIds (line 156) | public function getAllIds($limit = null, $offset = null) method getSearchCriteria (line 166) | public function getSearchCriteria() method setSearchCriteria (line 178) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 189) | public function getTotalCount() method setTotalCount (line 201) | public function setTotalCount($totalCount) method setItems (line 212) | public function setItems(array $items = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Collection/ExpiredQuotesCollection.php class ExpiredQuotesCollection (line 20) | class ExpiredQuotesCollection method __construct (line 46) | public function __construct( method getExpiredQuotes (line 63) | public function getExpiredQuotes(StoreInterface $store): AbstractColle... FILE: app/code/Magento/Sales/Model/ResourceModel/EntityAbstract.php class EntityAbstract (line 24) | abstract class EntityAbstract extends AbstractDb method __construct (line 70) | public function __construct( method saveAttribute (line 94) | public function saveAttribute(\Magento\Framework\Model\AbstractModel $... method _prepareDataForSave (line 108) | protected function _prepareDataForSave(\Magento\Framework\Model\Abstra... method _beforeSave (line 127) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 153) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method updateObject (line 177) | protected function updateObject(\Magento\Framework\Model\AbstractModel... method saveNewObject (line 188) | protected function saveNewObject(\Magento\Framework\Model\AbstractMode... method _afterDelete (line 205) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Sales/Model/ResourceModel/Grid.php class Grid (line 16) | class Grid extends AbstractGrid method __construct (line 63) | public function __construct( method refresh (line 92) | public function refresh($value, $field = null) method refreshBySchedule (line 119) | public function refreshBySchedule() method getOrderIdField (line 138) | public function getOrderIdField() method getGridOriginSelect (line 148) | protected function getGridOriginSelect() FILE: app/code/Magento/Sales/Model/ResourceModel/Grid/Collection.php class Collection (line 16) | class Collection extends AbstractCollection implements SearchResultInter... method __construct (line 39) | public function __construct( method getAggregations (line 69) | public function getAggregations() method setAggregations (line 78) | public function setAggregations($aggregations) method getAllIds (line 92) | public function getAllIds($limit = null, $offset = null) method getSearchCriteria (line 102) | public function getSearchCriteria() method setSearchCriteria (line 114) | public function setSearchCriteria(\Magento\Framework\Api\SearchCriteri... method getTotalCount (line 124) | public function getTotalCount() method setTotalCount (line 136) | public function setTotalCount($totalCount) method setItems (line 148) | public function setItems(array $items = null) FILE: app/code/Magento/Sales/Model/ResourceModel/GridInterface.php type GridInterface (line 14) | interface GridInterface method refresh (line 25) | public function refresh($value, $field = null); method refreshBySchedule (line 34) | public function refreshBySchedule(); method purge (line 41) | public function purge($value, $field = null); FILE: app/code/Magento/Sales/Model/ResourceModel/GridPool.php class GridPool (line 14) | class GridPool method __construct (line 24) | public function __construct(array $grids) method refreshByOrderId (line 35) | public function refreshByOrderId($orderId) FILE: app/code/Magento/Sales/Model/ResourceModel/Helper.php class Helper (line 13) | class Helper extends \Magento\Framework\DB\Helper implements HelperInter... method __construct (line 25) | public function __construct( method getBestsellersReportUpdateRatingPos (line 43) | public function getBestsellersReportUpdateRatingPos( FILE: app/code/Magento/Sales/Model/ResourceModel/HelperInterface.php type HelperInterface (line 15) | interface HelperInterface method getBestsellersReportUpdateRatingPos (line 26) | public function getBestsellersReportUpdateRatingPos( FILE: app/code/Magento/Sales/Model/ResourceModel/Metadata.php class Metadata (line 11) | class Metadata method __construct (line 33) | public function __construct( method getMapper (line 46) | public function getMapper() method getNewInstance (line 54) | public function getNewInstance() FILE: app/code/Magento/Sales/Model/ResourceModel/Order.php class Order (line 23) | class Order extends SalesResource implements OrderResourceInterface method _construct (line 49) | protected function _construct() method __construct (line 63) | public function __construct( method aggregateProductsByTypes (line 91) | public function aggregateProductsByTypes($orderId, $productTypeIds = [... method calculateItems (line 120) | protected function calculateItems(\Magento\Sales\Model\Order $object) method _beforeSave (line 143) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method save (line 174) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Address.php class Address (line 15) | class Address extends SalesResource implements OrderAddressResourceInter... method __construct (line 44) | public function __construct( method _construct (line 71) | protected function _construct() method getAllAttributes (line 81) | public function getAllAttributes() method _beforeSave (line 106) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Address/Collection.php class Collection (line 16) | class Collection extends AbstractCollection implements OrderAddressSearc... method _construct (line 37) | protected function _construct() method _afterLoad (line 50) | protected function _afterLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Attribute/Backend/Billing.php class Billing (line 13) | class Billing extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstra... method beforeSave (line 21) | public function beforeSave($object) method afterSave (line 35) | public function afterSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Attribute/Backend/Child.php class Child (line 13) | class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Attribute/Backend/Shipping.php class Shipping (line 13) | class Shipping extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstr... method beforeSave (line 21) | public function beforeSave($object) method afterSave (line 35) | public function afterSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements OrderSearchResult... method __construct (line 54) | public function __construct( method _construct (line 81) | protected function _construct() method addItemCountExpr (line 101) | public function addItemCountExpr() method getSelectCountSql (line 117) | public function getSelectCountSql() method _getAllIdsSelect (line 132) | protected function _getAllIdsSelect($limit = null, $offset = null) method _addAddressFields (line 146) | protected function _addAddressFields() method addAddressFields (line 208) | public function addAddressFields() method addFieldToSearchFilter (line 222) | public function addFieldToSearchFilter($field, $condition = null) method addAttributeToSearchFilter (line 236) | public function addAttributeToSearchFilter($attributes, $condition = n... method addBillingAgreementsFilter (line 257) | public function addBillingAgreementsFilter($agreements) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Collection/AbstractCollection.php class AbstractCollection (line 13) | abstract class AbstractCollection extends \Magento\Sales\Model\ResourceM... method setSalesOrder (line 35) | public function setSalesOrder($order) method getSalesOrder (line 53) | public function getSalesOrder() method setOrderFilter (line 64) | public function setOrderFilter($order) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Collection/Factory.php class Factory (line 8) | class Factory method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 29) | public function create($className, array $data = []) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/CollectionFactory.php class CollectionFactory (line 12) | class CollectionFactory implements CollectionFactoryInterface method __construct (line 34) | public function __construct( method create (line 45) | public function create($customerId = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/CollectionFactoryInterface.php type CollectionFactoryInterface (line 12) | interface CollectionFactoryInterface method create (line 20) | public function create($customerId = null); FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Comment/Collection/AbstractCollection.php class AbstractCollection (line 15) | abstract class AbstractCollection extends \Magento\Sales\Model\ResourceM... method setParentFilter (line 23) | public function setParentFilter($parent) method addVisibleOnFrontFilter (line 37) | public function addVisibleOnFrontFilter($flag = 1) method setCreatedAtOrder (line 48) | public function setCreatedAtOrder($direction = 'desc') FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo.php class Creditmemo (line 20) | class Creditmemo extends SalesResource implements CreditmemoResourceInte... method _construct (line 34) | protected function _construct() method _beforeSave (line 45) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Attribute/Backend/Child.php class Child (line 13) | class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements CreditmemoSearchR... method _construct (line 53) | protected function _construct() method _afterLoad (line 66) | protected function _afterLoad() method getFiltered (line 78) | public function getFiltered($filter = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Comment.php class Comment (line 17) | class Comment extends EntityAbstract implements CreditmemoCommentResourc... method __construct (line 42) | public function __construct( method _construct (line 67) | protected function _construct() method _beforeSave (line 79) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Comment/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements CreditmemoComment... method _construct (line 39) | protected function _construct() method setCreditmemoFilter (line 54) | public function setCreditmemoFilter($creditmemoId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Grid/StatusList.php class StatusList (line 11) | class StatusList implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(\Magento\Sales\Api\CreditmemoRepositoryInt... method toOptionArray (line 31) | public function toOptionArray() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Item.php class Item (line 16) | class Item extends SalesResource implements CreditmemoItemResourceInterface method _construct (line 30) | protected function _construct() method _beforeSave (line 39) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Item/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Collection\A... method _construct (line 34) | protected function _construct() method setCreditmemoFilter (line 48) | public function setCreditmemoFilter($creditmemoId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Order/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Relation.php class Relation (line 14) | class Relation implements RelationInterface method __construct (line 30) | public function __construct( method processRelation (line 45) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Relation/Refund.php class Refund (line 15) | class Refund implements RelationInterface method __construct (line 37) | public function __construct( method processRelation (line 54) | public function processRelation(\Magento\Framework\Model\AbstractModel... method prepareOrder (line 74) | protected function prepareOrder(\Magento\Sales\Model\Order\Creditmemo ... method prepareInvoice (line 140) | protected function prepareInvoice(\Magento\Sales\Model\Order\Creditmem... method preparePayment (line 157) | protected function preparePayment(\Magento\Sales\Model\Order\Creditmem... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Customer/Collection.php class Collection (line 10) | class Collection extends \Magento\Customer\Model\ResourceModel\Customer\... method _initSelect (line 15) | protected function _initSelect() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Grid/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 28) | public function __construct( method _initSelect (line 42) | protected function _initSelect() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Handler/Address.php class Address (line 15) | class Address method __construct (line 25) | public function __construct( method removeEmptyAddresses (line 37) | public function removeEmptyAddresses(Order $order) method process (line 56) | public function process(Order $order) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Handler/State.php class State (line 14) | class State method check (line 24) | public function check(Order $order) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice.php class Invoice (line 18) | class Invoice extends SalesResource implements InvoiceResourceInterface method _construct (line 32) | protected function _construct() method _beforeSave (line 43) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Child.php class Child (line 13) | class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Item.php class Item (line 13) | class Item extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractB... method afterSave (line 21) | public function afterSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Attribute/Backend/Order.php class Order (line 13) | class Order extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements InvoiceSearchResu... method _construct (line 53) | protected function _construct() method _afterLoad (line 66) | protected function _afterLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Comment.php class Comment (line 17) | class Comment extends EntityAbstract implements InvoiceCommentResourceIn... method __construct (line 42) | public function __construct( method _construct (line 67) | protected function _construct() method _beforeSave (line 79) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Comment/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements InvoiceCommentSea... method _construct (line 39) | protected function _construct() method setInvoiceFilter (line 54) | public function setInvoiceFilter($invoiceId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Grid/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 32) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Grid/StatusList.php class StatusList (line 11) | class StatusList implements \Magento\Framework\Option\ArrayInterface method __construct (line 21) | public function __construct(\Magento\Sales\Api\InvoiceRepositoryInterf... method toOptionArray (line 31) | public function toOptionArray() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Item.php class Item (line 16) | class Item extends SalesResource implements InvoiceItemResourceInterface method _construct (line 30) | protected function _construct() method _beforeSave (line 41) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 57) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Item/Collection.php class Collection (line 15) | class Collection extends \Magento\Sales\Model\ResourceModel\Collection\A... method _construct (line 36) | protected function _construct() method setInvoiceFilter (line 50) | public function setInvoiceFilter($invoiceId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Orders/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Relation.php class Relation (line 16) | class Relation implements RelationInterface method __construct (line 32) | public function __construct( method processRelation (line 47) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Item.php class Item (line 14) | class Item extends SalesResource implements OrderItemResourceInterface method _construct (line 35) | protected function _construct() method _beforeSave (line 46) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Item/Collection.php class Collection (line 17) | class Collection extends AbstractCollection implements \Magento\Sales\Ap... method _construct (line 45) | protected function _construct() method _afterLoad (line 55) | protected function _afterLoad() method setRandomOrder (line 75) | public function setRandomOrder() method addIdFilter (line 87) | public function addIdFilter($item) method filterByTypes (line 105) | public function filterByTypes($typeIds) method filterByParent (line 117) | public function filterByParent($parentId = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Payment.php class Payment (line 14) | class Payment extends SalesResource method _construct (line 35) | protected function _construct() method _beforeSave (line 46) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Collection.php class Collection (line 14) | class Collection extends AbstractCollection implements OrderPaymentSearc... method __construct (line 39) | public function __construct( method _construct (line 64) | protected function _construct() method _afterLoad (line 77) | protected function _afterLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Payment/EncryptionUpdate.php class EncryptionUpdate (line 14) | class EncryptionUpdate method __construct (line 32) | public function __construct( method reEncryptCreditCardNumbers (line 44) | public function reEncryptCreditCardNumbers() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction.php class Transaction (line 16) | class Transaction extends EntityAbstract implements TransactionResourceI... method _construct (line 30) | protected function _construct() method injectAsParent (line 42) | public function injectAsParent(\Magento\Sales\Model\Order\Payment\Tran... method loadObjectByTxnId (line 87) | public function loadObjectByTxnId( method getOrderWebsiteId (line 111) | public function getOrderWebsiteId($orderId) method _beforeSave (line 135) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _lookupByTxnId (line 177) | private function _lookupByTxnId($orderId, $paymentId, $txnId, $columns... method _getLoadByUniqueKeySelect (line 198) | private function _getLoadByUniqueKeySelect($orderId, $paymentId, $txnI... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction/Collection.php class Collection (line 16) | class Collection extends AbstractCollection implements TransactionSearch... method _construct (line 79) | protected function _construct() method addOrderInformation (line 95) | public function addOrderInformation(array $keys) method addPaymentInformation (line 107) | public function addPaymentInformation(array $keys) method addOrderIdFilter (line 119) | public function addOrderIdFilter($orderId) method addPaymentIdFilter (line 132) | public function addPaymentIdFilter($payment) method addParentIdFilter (line 148) | public function addParentIdFilter($parentId) method addTxnTypeFilter (line 160) | public function addTxnTypeFilter($txnType) method addStoreFilter (line 175) | public function addStoreFilter($storeIds) method _renderFiltersBefore (line 187) | protected function _renderFiltersBefore() method _afterLoad (line 226) | protected function _afterLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Plugin/Authorization.php class Authorization (line 14) | class Authorization method __construct (line 24) | public function __construct( method afterLoad (line 38) | public function afterLoad( method isAllowed (line 57) | protected function isAllowed(Order $order) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Relation.php class Relation (line 18) | class Relation implements RelationInterface method __construct (line 46) | public function __construct( method processRelation (line 65) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Rss/OrderStatus.php class OrderStatus (line 15) | class OrderStatus method __construct (line 25) | public function __construct(ResourceConnection $resource) method getAllCommentCollection (line 36) | public function getAllCommentCollection($orderId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment.php class Shipment (line 19) | class Shipment extends SalesResource implements ShipmentResourceInterface method _construct (line 40) | protected function _construct() method _beforeSave (line 52) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Attribute/Backend/Child.php class Child (line 13) | class Child extends \Magento\Eav\Model\Entity\Attribute\Backend\Abstract... method beforeSave (line 21) | public function beforeSave($object) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements ShipmentSearchRes... method _construct (line 51) | protected function _construct() method _afterLoad (line 64) | protected function _afterLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Comment.php class Comment (line 17) | class Comment extends EntityAbstract implements ShipmentCommentResourceI... method __construct (line 42) | public function __construct( method _construct (line 67) | protected function _construct() method _beforeSave (line 79) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Comment/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements ShipmentCommentSe... method _construct (line 39) | protected function _construct() method setShipmentFilter (line 53) | public function setShipmentFilter($shipmentId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Item.php class Item (line 16) | class Item extends SalesResource implements ShipmentItemResourceInterface method _construct (line 30) | protected function _construct() method _beforeSave (line 41) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Item/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Collection\A... method _construct (line 34) | protected function _construct() method setShipmentFilter (line 48) | public function setShipmentFilter($shipmentId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Order/Grid/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\View\Element\UiComponent\Dat... method __construct (line 26) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Relation.php class Relation (line 17) | class Relation implements RelationInterface method __construct (line 39) | public function __construct( method processRelation (line 56) | public function processRelation(\Magento\Framework\Model\AbstractModel... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Track.php class Track (line 17) | class Track extends SalesResource implements ShipmentTrackResourceInterface method __construct (line 42) | public function __construct( method _construct (line 67) | protected function _construct() method _beforeSave (line 79) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Shipment/Track/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements ShipmentTrackSear... method _construct (line 46) | protected function _construct() method setShipmentFilter (line 60) | public function setShipmentFilter($shipmentId) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Status.php class Status (line 21) | class Status extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 42) | protected function _construct() method _getLoadSelect (line 58) | protected function _getLoadSelect($field, $value, $object) method getStoreLabels (line 88) | public function getStoreLabels(\Magento\Sales\Model\Order\Status $status) method _afterSave (line 106) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method assignState (line 134) | public function assignState($status, $state, $isDefault, $visibleOnFro... method unassignState (line 163) | public function unassignState($status, $state) method checkIsStateLast (line 203) | public function checkIsStateLast($state) method checkIsStatusUsed (line 219) | public function checkIsStatusUsed($status) method checkIsStateDefault (line 237) | protected function checkIsStateDefault($state, $status) method getStatusByState (line 256) | protected function getStatusByState($state) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Status/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Collection\A... method _construct (line 20) | protected function _construct() method toOptionArray (line 30) | public function toOptionArray() method toOptionHash (line 40) | public function toOptionHash() method joinStates (line 50) | public function joinStates() method addStateFilter (line 70) | public function addStateFilter($state) method orderByLabel (line 83) | public function orderByLabel($dir = 'ASC') FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Status/History.php class History (line 18) | class History extends EntityAbstract implements OrderStatusHistoryResour... method __construct (line 34) | public function __construct( method _construct (line 66) | protected function _construct() method _beforeSave (line 78) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Status/History/Collection.php class Collection (line 18) | class Collection extends AbstractCollection implements OrderStatusHistor... method _construct (line 39) | protected function _construct() method getUnnotifiedForInstance (line 55) | public function getUnnotifiedForInstance($instance) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Tax.php class Tax (line 13) | class Tax extends \Magento\Sales\Model\ResourceModel\EntityAbstract method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Tax/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Collection\A... method _construct (line 20) | protected function _construct() method loadByOrder (line 31) | public function loadByOrder($order) FILE: app/code/Magento/Sales/Model/ResourceModel/Order/Tax/Item.php class Item (line 11) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() method getTaxItemsByOrderId (line 29) | public function getTaxItemsByOrderId($orderId) FILE: app/code/Magento/Sales/Model/ResourceModel/Provider/NotSyncedDataProvider.php class NotSyncedDataProvider (line 13) | class NotSyncedDataProvider implements NotSyncedDataProviderInterface method __construct (line 24) | public function __construct( method getIds (line 39) | public function getIds($mainTableName, $gridTableName) FILE: app/code/Magento/Sales/Model/ResourceModel/Provider/NotSyncedDataProviderInterface.php type NotSyncedDataProviderInterface (line 11) | interface NotSyncedDataProviderInterface method getIds (line 20) | public function getIds($mainTableName, $gridTableName); FILE: app/code/Magento/Sales/Model/ResourceModel/Provider/UpdatedAtListProvider.php class UpdatedAtListProvider (line 16) | class UpdatedAtListProvider implements NotSyncedDataProviderInterface method __construct (line 31) | public function __construct(ResourceConnection $resourceConnection) method getIds (line 40) | public function getIds($mainTableName, $gridTableName) FILE: app/code/Magento/Sales/Model/ResourceModel/Provider/UpdatedIdListProvider.php class UpdatedIdListProvider (line 14) | class UpdatedIdListProvider implements NotSyncedDataProviderInterface method __construct (line 30) | public function __construct( method getIds (line 39) | public function getIds($mainTableName, $gridTableName) method getConnection (line 66) | private function getConnection() FILE: app/code/Magento/Sales/Model/ResourceModel/Report.php class Report (line 13) | class Report extends \Magento\Sales\Model\ResourceModel\EntityAbstract method _construct (line 20) | protected function _construct() method init (line 31) | public function init($table, $field = 'id') FILE: app/code/Magento/Sales/Model/ResourceModel/Report/AbstractReport.php class AbstractReport (line 13) | abstract class AbstractReport extends \Magento\Reports\Model\ResourceMod... FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Bestsellers.php class Bestsellers (line 12) | class Bestsellers extends AbstractReport method __construct (line 52) | public function __construct( method _construct (line 83) | protected function _construct() method aggregate (line 97) | public function aggregate($from = null, $to = null) method _updateRatingPos (line 213) | protected function _updateRatingPos($aggregation) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Bestsellers/Collection.php class Collection (line 12) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Colle... method __construct (line 47) | public function __construct( method getOrderedField (line 64) | protected function getOrderedField() method getTableByAggregationPeriod (line 75) | public function getTableByAggregationPeriod($period) method _getSelectedColumns (line 85) | protected function _getSelectedColumns() method _makeBoundarySelect (line 117) | protected function _makeBoundarySelect($from, $to) method _applyAggregatedTable (line 149) | protected function _applyAggregatedTable() method getSelectCountSql (line 200) | public function getSelectCountSql() method addStoreRestrictions (line 214) | public function addStoreRestrictions($storeIds) method _beforeLoad (line 246) | protected function _beforeLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Collection/AbstractCollection.php class AbstractCollection (line 13) | class AbstractCollection extends \Magento\Reports\Model\ResourceModel\Re... method __construct (line 30) | public function __construct( method addOrderStatusFilter (line 48) | public function addOrderStatusFilter($orderStatus) method _applyOrderStatusFilter (line 59) | protected function _applyOrderStatusFilter() method _applyCustomFilter (line 77) | protected function _applyCustomFilter() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Invoiced.php class Invoiced (line 13) | class Invoiced extends AbstractReport method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) method _aggregateByInvoiceCreatedAt (line 50) | protected function _aggregateByInvoiceCreatedAt($from, $to) method _aggregateByOrderCreatedAt (line 173) | protected function _aggregateByOrderCreatedAt($from, $to) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Invoiced/Collection/Invoiced.php class Invoiced (line 13) | class Invoiced extends Order method __construct (line 23) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Invoiced/Collection/Order.php class Order (line 13) | class Order extends \Magento\Sales\Model\ResourceModel\Report\Collection... method __construct (line 37) | public function __construct( method _getSelectedColumns (line 54) | protected function _getSelectedColumns() method _beforeLoad (line 89) | protected function _beforeLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Order.php class Order (line 11) | class Order extends AbstractReport method __construct (line 34) | public function __construct( method _construct (line 63) | protected function _construct() method aggregate (line 75) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Order/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Colle... method __construct (line 44) | public function __construct( method _getSelectedColumns (line 61) | protected function _getSelectedColumns() method _beforeLoad (line 109) | protected function _beforeLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Order/Createdat.php class Createdat (line 13) | class Createdat extends \Magento\Sales\Model\ResourceModel\Report\Abstra... method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) method _aggregateByField (line 48) | protected function _aggregateByField($aggregationField, $from, $to) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Order/Updatedat.php class Updatedat (line 13) | class Updatedat extends Createdat method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Order/Updatedat/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Order... FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Refunded.php class Refunded (line 13) | class Refunded extends AbstractReport method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) method _aggregateByOrderCreatedAt (line 49) | protected function _aggregateByOrderCreatedAt($from, $to) method _aggregateByRefundCreatedAt (line 137) | protected function _aggregateByRefundCreatedAt($from, $to) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Refunded/Collection/Order.php class Order (line 13) | class Order extends \Magento\Sales\Model\ResourceModel\Report\Collection... method __construct (line 37) | public function __construct( method _getSelectedColumns (line 54) | protected function _getSelectedColumns() method _beforeLoad (line 90) | protected function _beforeLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Refunded/Collection/Refunded.php class Refunded (line 13) | class Refunded extends Order method __construct (line 23) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Shipping.php class Shipping (line 13) | class Shipping extends AbstractReport method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) method _aggregateByOrderCreatedAt (line 48) | protected function _aggregateByOrderCreatedAt($from, $to) method _aggregateByShippingCreatedAt (line 141) | protected function _aggregateByShippingCreatedAt($from, $to) FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Shipping/Collection/Order.php class Order (line 13) | class Order extends \Magento\Sales\Model\ResourceModel\Report\Collection... method __construct (line 37) | public function __construct( method _getSelectedColumns (line 54) | protected function _getSelectedColumns() method _beforeLoad (line 94) | protected function _beforeLoad() FILE: app/code/Magento/Sales/Model/ResourceModel/Report/Shipping/Collection/Shipment.php class Shipment (line 13) | class Shipment extends Order method __construct (line 23) | public function __construct( FILE: app/code/Magento/Sales/Model/ResourceModel/Sale/Collection.php class Collection (line 17) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 65) | public function __construct( method _construct (line 86) | protected function _construct() method setCustomerIdFilter (line 98) | public function setCustomerIdFilter($customerId) method addStoreFilter (line 110) | public function addStoreFilter($storeIds) method setOrderStateFilter (line 122) | public function setOrderStateFilter($state, $exclude = false) method _beforeLoad (line 134) | protected function _beforeLoad() method load (line 177) | public function load($printQuery = false, $logQuery = false) method getTotals (line 225) | public function getTotals() FILE: app/code/Magento/Sales/Model/ResourceModel/Status/Collection.php class Collection (line 11) | class Collection extends \Magento\Sales\Model\ResourceModel\Order\Status... method _initSelect (line 18) | protected function _initSelect() FILE: app/code/Magento/Sales/Model/ResourceModel/Transaction/Grid/Collection.php class Collection (line 12) | class Collection extends \Magento\Sales\Model\ResourceModel\Order\Paymen... method __construct (line 31) | public function __construct( method _initSelect (line 58) | protected function _initSelect() FILE: app/code/Magento/Sales/Model/ResourceModel/Transaction/Grid/TypeList.php class TypeList (line 13) | class TypeList implements \Magento\Framework\Option\ArrayInterface method __construct (line 23) | public function __construct(TransactionRepositoryInterface $transactio... method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Sales/Model/Rss/NewOrder.php class NewOrder (line 14) | class NewOrder implements DataProviderInterface method __construct (line 65) | public function __construct( method isAllowed (line 88) | public function isAllowed() method getRssData (line 98) | public function getRssData() method getCacheKey (line 136) | public function getCacheKey() method getCacheLifetime (line 144) | public function getCacheLifetime() method getFeeds (line 152) | public function getFeeds() method isAuthRequired (line 160) | public function isAuthRequired() FILE: app/code/Magento/Sales/Model/Rss/OrderStatus.php class OrderStatus (line 16) | class OrderStatus implements DataProviderInterface method __construct (line 75) | public function __construct( method isAllowed (line 100) | public function isAllowed() method getRssData (line 114) | public function getRssData() method getCacheKey (line 128) | public function getCacheKey() method getCacheLifetime (line 145) | public function getCacheLifetime() method getOrder (line 155) | protected function getOrder() method isOrderSuitable (line 197) | private function isOrderSuitable(\Magento\Sales\Model\Order $order, ar... method getEntries (line 207) | protected function getEntries() method getHeader (line 252) | protected function getHeader() method getFeeds (line 265) | public function getFeeds() method isAuthRequired (line 273) | public function isAuthRequired() FILE: app/code/Magento/Sales/Model/Rss/Signature.php class Signature (line 16) | class Signature method __construct (line 26) | public function __construct( method signData (line 38) | public function signData(string $data): string method isValid (line 50) | public function isValid(string $data, string $signature): bool FILE: app/code/Magento/Sales/Model/Service/CreditmemoService.php class CreditmemoService (line 13) | class CreditmemoService implements \Magento\Sales\Api\CreditmemoManageme... method __construct (line 79) | public function __construct( method cancel (line 105) | public function cancel($id) method getCommentsList (line 116) | public function getCommentsList($id) method notify (line 131) | public function notify($id) method refund (line 145) | public function refund( method validateForRefund (line 187) | protected function validateForRefund(\Magento\Sales\Api\Data\Creditmem... method getRefundAdapter (line 218) | private function getRefundAdapter() method getResource (line 233) | private function getResource() method getOrderRepository (line 248) | private function getOrderRepository() method getInvoiceRepository (line 263) | private function getInvoiceRepository() FILE: app/code/Magento/Sales/Model/Service/InvoiceService.php class InvoiceService (line 24) | class InvoiceService implements InvoiceManagementInterface method __construct (line 76) | public function __construct( method setCapture (line 99) | public function setCapture($id) method getCommentsList (line 107) | public function getCommentsList($id) method notify (line 119) | public function notify($id) method setVoid (line 128) | public function setVoid($id) method prepareInvoice (line 148) | public function prepareInvoice( method prepareItemsQty (line 191) | private function prepareItemsQty( method setChildItemsQtyToInvoice (line 218) | private function setChildItemsQtyToInvoice( method canInvoiceItem (line 247) | private function canInvoiceItem(OrderItemInterface $item, array $qtys)... method setInvoiceItemQuantity (line 287) | private function setInvoiceItemQuantity(InvoiceItemInterface $item, fl... FILE: app/code/Magento/Sales/Model/Service/OrderService.php class OrderService (line 17) | class OrderService implements OrderManagementInterface method __construct (line 77) | public function __construct( method cancel (line 105) | public function cancel($id) method getCommentsList (line 123) | public function getCommentsList($id) method addComment (line 139) | public function addComment($id, \Magento\Sales\Api\Data\OrderStatusHis... method notify (line 156) | public function notify($id) method getStatus (line 168) | public function getStatus($id) method hold (line 179) | public function hold($id) method unHold (line 192) | public function unHold($id) method place (line 206) | public function place(\Magento\Sales\Api\Data\OrderInterface $order) method setState (line 244) | public function setState( FILE: app/code/Magento/Sales/Model/Service/PaymentFailuresService.php class PaymentFailuresService (line 30) | class PaymentFailuresService implements PaymentFailuresInterface method __construct (line 72) | public function __construct( method handle (line 96) | public function handle( method getTemplateVars (line 165) | private function getTemplateVars(Quote $quote, string $message, string... method getConfigValue (line 197) | private function getConfigValue(string $configPath, Quote $quote) method getShippingMethod (line 212) | private function getShippingMethod(Quote $quote): string method getPaymentMethod (line 231) | private function getPaymentMethod(Quote $quote): string method getQuoteItems (line 244) | private function getQuoteItems(Quote $quote): array method getConfigEmails (line 263) | private function getConfigEmails(Quote $quote) method getSendFrom (line 279) | private function getSendFrom(Quote $quote): string method getLocaleDate (line 289) | private function getLocaleDate(): string method getCustomerName (line 304) | private function getCustomerName(Quote $quote): string FILE: app/code/Magento/Sales/Model/Service/ShipmentService.php class ShipmentService (line 13) | class ShipmentService implements ShipmentManagementInterface method __construct (line 59) | public function __construct( method getLabel (line 79) | public function getLabel($id) method getCommentsList (line 89) | public function getCommentsList($id) method notify (line 104) | public function notify($id) FILE: app/code/Magento/Sales/Model/ShipOrder.php class ShipOrder (line 24) | class ShipOrder implements ShipOrderInterface method __construct (line 89) | public function __construct( method execute (line 129) | public function execute( FILE: app/code/Magento/Sales/Model/Spi/CreditmemoCommentResourceInterface.php type CreditmemoCommentResourceInterface (line 11) | interface CreditmemoCommentResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/CreditmemoItemResourceInterface.php type CreditmemoItemResourceInterface (line 11) | interface CreditmemoItemResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/CreditmemoResourceInterface.php type CreditmemoResourceInterface (line 11) | interface CreditmemoResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/InvoiceCommentResourceInterface.php type InvoiceCommentResourceInterface (line 11) | interface InvoiceCommentResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/InvoiceItemResourceInterface.php type InvoiceItemResourceInterface (line 11) | interface InvoiceItemResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/InvoiceResourceInterface.php type InvoiceResourceInterface (line 11) | interface InvoiceResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/OrderAddressResourceInterface.php type OrderAddressResourceInterface (line 11) | interface OrderAddressResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/OrderItemResourceInterface.php type OrderItemResourceInterface (line 11) | interface OrderItemResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/OrderPaymentResourceInterface.php type OrderPaymentResourceInterface (line 11) | interface OrderPaymentResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/OrderResourceInterface.php type OrderResourceInterface (line 11) | interface OrderResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/OrderStatusHistoryResourceInterface.php type OrderStatusHistoryResourceInterface (line 11) | interface OrderStatusHistoryResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/ShipmentCommentResourceInterface.php type ShipmentCommentResourceInterface (line 11) | interface ShipmentCommentResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/ShipmentItemResourceInterface.php type ShipmentItemResourceInterface (line 11) | interface ShipmentItemResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/ShipmentResourceInterface.php type ShipmentResourceInterface (line 11) | interface ShipmentResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/ShipmentTrackResourceInterface.php type ShipmentTrackResourceInterface (line 11) | interface ShipmentTrackResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Spi/TransactionResourceInterface.php type TransactionResourceInterface (line 11) | interface TransactionResourceInterface method save (line 19) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 29) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 37) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/Sales/Model/Status/ListFactory.php class ListFactory (line 12) | class ListFactory method __construct (line 22) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create(array $arguments = []) FILE: app/code/Magento/Sales/Model/Status/ListStatus.php class ListStatus (line 15) | class ListStatus method addItem (line 33) | public function addItem($origin = null, $code = null, $message = null,... method getItems (line 49) | public function getItems() method removeItemsByParams (line 63) | public function removeItemsByParams($params) method removeItems (line 98) | public function removeItems($indexes) method clear (line 131) | public function clear() FILE: app/code/Magento/Sales/Model/Validator.php class Validator (line 17) | class Validator method __construct (line 35) | public function __construct( method validate (line 50) | public function validate($entity, array $validators, $context = null) FILE: app/code/Magento/Sales/Model/ValidatorInterface.php type ValidatorInterface (line 14) | interface ValidatorInterface method validate (line 22) | public function validate($entity); FILE: app/code/Magento/Sales/Model/ValidatorResult.php class ValidatorResult (line 11) | class ValidatorResult implements ValidatorResultInterface method addMessage (line 21) | public function addMessage($message) method hasMessages (line 29) | public function hasMessages() method getMessages (line 37) | public function getMessages() FILE: app/code/Magento/Sales/Model/ValidatorResultInterface.php type ValidatorResultInterface (line 13) | interface ValidatorResultInterface method addMessage (line 20) | public function addMessage($message); method hasMessages (line 26) | public function hasMessages(); method getMessages (line 32) | public function getMessages(); FILE: app/code/Magento/Sales/Model/ValidatorResultMerger.php class ValidatorResultMerger (line 11) | class ValidatorResultMerger method __construct (line 23) | public function __construct(ValidatorResultInterfaceFactory $validator... method merge (line 36) | public function merge(ValidatorResultInterface $first, ValidatorResult... FILE: app/code/Magento/Sales/Observer/AssignOrderToCustomerObserver.php class AssignOrderToCustomerObserver (line 19) | class AssignOrderToCustomerObserver implements ObserverInterface method __construct (line 37) | public function __construct( method execute (line 48) | public function execute(Observer $observer) FILE: app/code/Magento/Sales/Observer/Backend/CatalogPriceRule.php class CatalogPriceRule (line 10) | class CatalogPriceRule implements ObserverInterface method __construct (line 20) | public function __construct(\Magento\Quote\Model\ResourceModel\Quote $... method execute (line 32) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/Backend/CatalogProductSaveAfterObserver.php class CatalogProductSaveAfterObserver (line 10) | class CatalogProductSaveAfterObserver implements ObserverInterface method __construct (line 20) | public function __construct(\Magento\Quote\Model\ResourceModel\Quote $... method _recollectQuotes (line 32) | protected function _recollectQuotes($productId, $status) method execute (line 45) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/Backend/SubtractQtyFromQuotesObserver.php class SubtractQtyFromQuotesObserver (line 10) | class SubtractQtyFromQuotesObserver implements ObserverInterface method __construct (line 20) | public function __construct(\Magento\Quote\Model\ResourceModel\Quote $... method execute (line 31) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/Frontend/AddVatRequestParamsOrderComment.php class AddVatRequestParamsOrderComment (line 18) | class AddVatRequestParamsOrderComment implements ObserverInterface method __construct (line 30) | public function __construct(CustomerAddress $customerAddressHelper) method execute (line 41) | public function execute(Observer $observer) method _getVatRequiredSalesAddress (line 72) | protected function _getVatRequiredSalesAddress($order, $store = null) FILE: app/code/Magento/Sales/Observer/Frontend/RestoreCustomerGroupId.php class RestoreCustomerGroupId (line 18) | class RestoreCustomerGroupId implements ObserverInterface method __construct (line 30) | public function __construct(CustomerAddress $customerAddressHelper) method execute (line 41) | public function execute(Observer $observer) FILE: app/code/Magento/Sales/Observer/GridAsyncInsertObserver.php class GridAsyncInsertObserver (line 16) | class GridAsyncInsertObserver implements ObserverInterface method __construct (line 26) | public function __construct( method execute (line 47) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/GridProcessAddressChange.php class GridProcessAddressChange (line 16) | class GridProcessAddressChange implements ObserverInterface method __construct (line 27) | public function __construct( method execute (line 40) | public function execute(EventObserver $observer) FILE: app/code/Magento/Sales/Observer/GridSyncInsertObserver.php class GridSyncInsertObserver (line 16) | class GridSyncInsertObserver implements ObserverInterface method __construct (line 36) | public function __construct( method execute (line 61) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/GridSyncRemoveObserver.php class GridSyncRemoveObserver (line 16) | class GridSyncRemoveObserver implements ObserverInterface method __construct (line 28) | public function __construct( method execute (line 48) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Observer/Virtual/SendEmails.php class SendEmails (line 16) | class SendEmails implements ObserverInterface method __construct (line 28) | public function __construct(\Magento\Sales\Model\EmailSenderHandler $e... method execute (line 48) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Sales/Plugin/ShippingLabelConverter.php class ShippingLabelConverter (line 13) | class ShippingLabelConverter method afterGetList (line 24) | public function afterGetList( method afterGet (line 46) | public function afterGet( FILE: app/code/Magento/Sales/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 32) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 58) | public function __construct( method apply (line 73) | public function apply() method getDependencies (line 84) | public static function getDependencies() method getVersion (line 94) | public static function getVersion() method getAliases (line 102) | public function getAliases() method convertSerializedDataToJson (line 112) | private function convertSerializedDataToJson(SalesSetup $salesSetup) FILE: app/code/Magento/Sales/Setup/Patch/Data/FillQuoteAddressIdInSalesOrderAddress.php class FillQuoteAddressIdInSalesOrderAddress (line 20) | class FillQuoteAddressIdInSalesOrderAddress implements DataPatchInterfac... method __construct (line 42) | public function __construct( method apply (line 55) | public function apply() method fillQuoteAddressIdInSalesOrderAddress (line 70) | public function fillQuoteAddressIdInSalesOrderAddress(ModuleDataSetupI... method getDependencies (line 79) | public static function getDependencies() method getVersion (line 89) | public static function getVersion() method getAliases (line 97) | public function getAliases() method fillQuoteAddressIdInSalesOrderAddressByType (line 109) | private function fillQuoteAddressIdInSalesOrderAddressByType(ModuleDat... method fillQuoteAddressIdInSalesOrderAddressProcessBatch (line 151) | private function fillQuoteAddressIdInSalesOrderAddressProcessBatch( FILE: app/code/Magento/Sales/Setup/Patch/Data/InstallOrderStatusesAndInitialSalesConfig.php class InstallOrderStatusesAndInitialSalesConfig (line 18) | class InstallOrderStatusesAndInitialSalesConfig implements DataPatchInte... method __construct (line 35) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 168) | public static function getDependencies() method getVersion (line 176) | public static function getVersion() method getAliases (line 184) | public function getAliases() FILE: app/code/Magento/Sales/Setup/Patch/Data/UpdateEntityTypeModelForInvoice.php class UpdateEntityTypeModelForInvoice (line 15) | class UpdateEntityTypeModelForInvoice implements DataPatchInterface, Pat... method __construct (line 36) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 74) | public static function getVersion() method getAliases (line 82) | public function getAliases() FILE: app/code/Magento/Sales/Setup/Patch/Data/UpdateEntityTypes.php class UpdateEntityTypes (line 15) | class UpdateEntityTypes implements DataPatchInterface, PatchVersionInter... method __construct (line 36) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 59) | public static function getDependencies() method getVersion (line 69) | public static function getVersion() method getAliases (line 77) | public function getAliases() FILE: app/code/Magento/Sales/Setup/SalesOrderPaymentDataConverter.php class SalesOrderPaymentDataConverter (line 14) | class SalesOrderPaymentDataConverter extends SerializedToJson method convert (line 24) | public function convert($value) FILE: app/code/Magento/Sales/Setup/SalesSetup.php class SalesSetup (line 23) | class SalesSetup extends EavSetup method __construct (line 69) | public function __construct( method _flatTableExist (line 117) | protected function _flatTableExist($table) method addAttribute (line 135) | public function addAttribute($entityTypeId, $code, array $attr) method _addFlatAttribute (line 159) | protected function _addFlatAttribute($table, $attribute, $attr) method _addGridAttribute (line 184) | protected function _addGridAttribute($table, $attribute, $attr, $entit... method _getAttributeColumnDefinition (line 206) | protected function _getAttributeColumnDefinition($code, $data) method getDefaultEntities (line 249) | public function getDefaultEntities() method getConfigModel (line 293) | public function getConfigModel() method getEncryptor (line 301) | public function getEncryptor() method getConnection (line 309) | public function getConnection() method getTable (line 320) | public function getTable($table) method updateEntityTypes (line 330) | public function updateEntityTypes() FILE: app/code/Magento/Sales/Setup/SerializedDataConverter.php class SerializedDataConverter (line 15) | class SerializedDataConverter extends SerializedToJson method convert (line 25) | public function convert($value) FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Items/AbstractItemsTest.php class AbstractItemsTest (line 17) | class AbstractItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetItemRenderer (line 48) | public function testGetItemRenderer() method testGetItemRendererThrowsExceptionForNonexistentRenderer (line 85) | public function testGetItemRendererThrowsExceptionForNonexistentRender... method testCanReturnItemToStock (line 121) | public function testCanReturnItemToStock($canReturnToStock, $itemConfi... method prepareServiceMockDependency (line 153) | protected function prepareServiceMockDependency($item, $canReturnToSto... method testCanReturnItemToStockEmpty (line 202) | public function testCanReturnItemToStockEmpty() method canReturnItemToStockDataProvider (line 226) | public function canReturnItemToStockDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Items/AbstractTest.php class AbstractTest (line 8) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testGetItemRenderer (line 18) | public function testGetItemRenderer() method testGetItemRendererThrowsExceptionForNonexistentRenderer (line 63) | public function testGetItemRendererThrowsExceptionForNonexistentRender... FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Items/Column/DefaultColumnTest.php class DefaultColumnTest (line 10) | class DefaultColumnTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetTotalAmount (line 37) | public function testGetTotalAmount() method testGetBaseTotalAmount (line 51) | public function testGetBaseTotalAmount() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Address/FormTest.php class FormTest (line 29) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testGetForm (line 105) | public function testGetForm() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Comments/ViewTest.php class ViewTest (line 8) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testEscapeHtml (line 40) | public function testEscapeHtml($data, $expected, $allowedTags = null) method escapeHtmlDataProvider (line 53) | public function escapeHtmlDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/AbstractCreateTest.php class AbstractCreateTest (line 12) | class AbstractCreateTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetItemPrice (line 54) | public function testGetItemPrice() method testGetProduct (line 78) | public function testGetProduct($item) method getProductDataProvider (line 90) | public function getProductDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/CustomerTest.php class CustomerTest (line 8) | class CustomerTest extends \PHPUnit\Framework\TestCase method testGetButtonsHtml (line 10) | public function testGetButtonsHtml() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/Form/AddressTest.php class AddressTest (line 32) | class AddressTest extends TestCase method setUp (line 107) | protected function setUp() method testGetAddressCollectionJson (line 175) | public function testGetAddressCollectionJson() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/FormTest.php class FormTest (line 33) | class FormTest extends TestCase method setUp (line 63) | protected function setUp() method testGetOrderDataJson (line 117) | public function testGetOrderDataJson() method withCurrencySymbol (line 162) | private function withCurrencySymbol(string $symbol) method withQuote (line 185) | private function withQuote() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/Items/GridTest.php class GridTest (line 12) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testTierPriceInfo (line 153) | public function testTierPriceInfo($itemData, $expectedMessage, $produc... method tierPriceDataProvider (line 165) | public function tierPriceDataProvider() method prepareItem (line 197) | protected function prepareItem($tierPrices, $productType) method testGetItems (line 218) | public function testGetItems() method getGrid (line 274) | protected function getGrid() method testGetItemUnitPriceHtml (line 290) | public function testGetItemUnitPriceHtml() method testGetItemRowTotalHtml (line 312) | public function testGetItemRowTotalHtml() method testGetItemRowTotalWithDiscountHtml (line 334) | public function testGetItemRowTotalWithDiscountHtml() method testGetSubtotalWithDiscount (line 362) | public function testGetSubtotalWithDiscount($orderData, $displayTotals... method getSubtotalWithDiscountDataProvider (line 400) | public function getSubtotalWithDiscountDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/Search/Grid/Renderer/QtyTest.php class QtyTest (line 8) | class QtyTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testRender (line 37) | public function testRender() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/Sidebar/AbstractSidebarTest.php class AbstractSidebarTest (line 8) | class AbstractSidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetItemQty (line 36) | public function testGetItemQty($itemQty, $qty, $expectedValue) method getItemQtyDataProvider (line 45) | public function getItemQtyDataProvider() method testIsConfigurationRequired (line 50) | public function testIsConfigurationRequired() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Create/TotalsTest.php class TotalsTest (line 14) | class TotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetNoteNotify (line 60) | public function testGetNoteNotify($customerNoteNotify, $expectedResult) method getNoteNotifyDataProvider (line 72) | public function getNoteNotifyDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Creditmemo/Create/ItemsTest.php class ItemsTest (line 13) | class ItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testCanReturnItemsToStock (line 87) | public function testCanReturnItemsToStock($canReturnToStock, $manageSt... method canReturnItemsToStockDataProvider (line 159) | public function canReturnItemsToStockDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Invoice/ViewTest.php class ViewTest (line 12) | class ViewTest extends \PHPUnit\Framework\TestCase method testIsPaymentReview (line 20) | public function testIsPaymentReview($canReviewPayment, $canFetchUpdate... method isPaymentReviewDataProvider (line 60) | public function isPaymentReviewDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Status/Assign/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testToHtml (line 58) | public function testToHtml() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/Totals/TaxTest.php class TaxTest (line 12) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetFullTaxInfo (line 47) | public function testGetFullTaxInfo($source, $expectedResult) method testGetFullTaxInfoWithCreditAndInvoice (line 65) | public function testGetFullTaxInfoWithCreditAndInvoice( method _getConstructArguments (line 83) | protected function _getConstructArguments($taxHelperMock) method getFullTaxInfoDataProvider (line 99) | public function getFullTaxInfoDataProvider() method getCreditAndInvoiceFullTaxInfoDataProvider (line 123) | public function getCreditAndInvoiceFullTaxInfoDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/GiftmessageTest.php class GiftmessageTest (line 8) | class GiftmessageTest extends \PHPUnit\Framework\TestCase method testGetSaveButtonHtml (line 10) | public function testGetSaveButtonHtml() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/HistoryTest.php class HistoryTest (line 8) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testEscapeHtml (line 40) | public function testEscapeHtml($data, $expected, $allowedTags = null) method escapeHtmlDataProvider (line 53) | public function escapeHtmlDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/InfoTest.php class InfoTest (line 13) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetAddressEditLink (line 80) | public function testGetAddressEditLink() method testGetCustomerGroupNameWhenGroupIsNotExist (line 100) | public function testGetCustomerGroupNameWhenGroupIsNotExist() method testGetCustomerGroupNameWhenGroupExists (line 117) | public function testGetCustomerGroupNameWhenGroupExists() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/Tab/HistoryTest.php class HistoryTest (line 11) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetItemComment (line 73) | public function testGetItemComment() method testGetItemCommentIsNotSet (line 84) | public function testGetItemCommentIsNotSet() method testGetItemCreatedAtDate (line 91) | public function testGetItemCreatedAtDate() method testGetItemCreatedAtTime (line 104) | public function testGetItemCreatedAtTime() method testGetItemCreatedAtEmpty (line 117) | public function testGetItemCreatedAtEmpty() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/Tab/Stub/OnlineMethod.php class OnlineMethod (line 12) | class OnlineMethod extends \Magento\Payment\Model\Method\AbstractMethod FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Order/View/Tab/TransactionsTest.php class TransactionsTest (line 11) | class TransactionsTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetOrder (line 70) | public function testGetOrder() method testCanShowTab (line 81) | public function testCanShowTab($methodClass, $expectedResult) method canShowTabDataProvider (line 94) | public function canShowTabDataProvider() method testIsHidden (line 110) | public function testIsHidden($isAllowed, $expectedResult) method isHiddenDataProvider (line 123) | public function isHiddenDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Rss/Order/Grid/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetLink (line 58) | public function testGetLink() method testGetLabel (line 67) | public function testGetLabel() method testIsRssAllowed (line 72) | public function testIsRssAllowed() method getFeeds (line 77) | public function getFeeds() FILE: app/code/Magento/Sales/Test/Unit/Block/Guest/LinkTest.php class LinkTest (line 11) | class LinkTest extends \PHPUnit\Framework\TestCase method testToHtml (line 13) | public function testToHtml() FILE: app/code/Magento/Sales/Test/Unit/Block/Items/AbstractTest.php class AbstractTest (line 10) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetItemRenderer (line 20) | public function testGetItemRenderer() method testGetItemRendererThrowsExceptionForNonexistentRenderer (line 74) | public function testGetItemRendererThrowsExceptionForNonexistentRender... FILE: app/code/Magento/Sales/Test/Unit/Block/Order/Create/TotalsTest.php class TotalsTest (line 12) | class TotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetTotals (line 87) | public function testGetTotals($isVirtual) method totalsDataProvider (line 103) | public function totalsDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/Email/Items/DefaultItemsTest.php class DefaultItemsTest (line 9) | class DefaultItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetItemPrice (line 67) | public function testGetItemPrice() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/Email/Items/Order/DefaultOrderTest.php class DefaultOrderTest (line 9) | class DefaultOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetItemPrice (line 67) | public function testGetItemPrice() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/HistoryTest.php class HistoryTest (line 8) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testConstructMethod (line 83) | public function testConstructMethod() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/Info/Buttons/RssTest.php class RssTest (line 15) | class RssTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGetLink (line 77) | public function testGetLink() method testGetLabel (line 106) | public function testGetLabel() method testIsRssAllowed (line 111) | public function testIsRssAllowed() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/Item/Renderer/DefaultRendererTest.php class DefaultRendererTest (line 9) | class DefaultRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetItemPriceHtml (line 75) | public function testGetItemPriceHtml() method testGetItemRowTotalHtml (line 95) | public function testGetItemRowTotalHtml() method testGetItemRowTotalAfterDiscountHtml (line 115) | public function testGetItemRowTotalAfterDiscountHtml() method testGetTotalAmount (line 135) | public function testGetTotalAmount() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/PrintShipmentTest.php class PrintShipmentTest (line 10) | class PrintShipmentTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testIsPagerDisplayed (line 61) | public function testIsPagerDisplayed() method testGetItemsNoOrder (line 66) | public function testGetItemsNoOrder() method testGetItemsSuccessful (line 75) | public function testGetItemsSuccessful() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/RecentTest.php class RecentTest (line 17) | class RecentTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testConstructMethod (line 65) | public function testConstructMethod() FILE: app/code/Magento/Sales/Test/Unit/Block/Order/TotalsTest.php class TotalsTest (line 15) | class TotalsTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testApplySortOrder (line 34) | public function testApplySortOrder() method assertEqualsSorted (line 60) | private function assertEqualsSorted(array $expected, array $actual) FILE: app/code/Magento/Sales/Test/Unit/Block/Reorder/SidebarTest.php class SidebarTest (line 16) | class SidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method tearDown (line 105) | protected function tearDown() method createBlockObject (line 110) | protected function createBlockObject() method testGetIdentities (line 125) | public function testGetIdentities() method testInitOrders (line 179) | public function testInitOrders() method testIsItemAvailableForReorder (line 225) | public function testIsItemAvailableForReorder() method testItemNotAvailableForReorderWhenProductNotExist (line 256) | public function testItemNotAvailableForReorderWhenProductNotExist() FILE: app/code/Magento/Sales/Test/Unit/Block/Status/Grid/Column/StateTest.php class StateTest (line 9) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testDecorateState (line 48) | public function testDecorateState() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Creditmemo/AbstractCreditmemo/EmailTest.php class EmailTest (line 19) | class EmailTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testEmail (line 140) | public function testEmail() method testEmailNoCreditmemoId (line 172) | public function testEmailNoCreditmemoId() method prepareRedirect (line 185) | protected function prepareRedirect($cmId) FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Invoice/AbstractInvoice/EmailTest.php class EmailTest (line 20) | class EmailTest extends \PHPUnit\Framework\TestCase method setUp (line 95) | protected function setUp() method testEmail (line 162) | public function testEmail() method testEmailNoInvoiceId (line 221) | public function testEmailNoInvoiceId() method testEmailNoInvoice (line 241) | public function testEmailNoInvoice() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/AddCommentTest.php class AddCommentTest (line 8) | class AddCommentTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testExecuteWillNotifyCustomer (line 96) | public function testExecuteWillNotifyCustomer(array $historyData, bool... method executeWillNotifyCustomerDataProvider (line 119) | public function executeWillNotifyCustomerDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/CancelTest.php class CancelTest (line 17) | class CancelTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecuteNotPost (line 117) | public function testExecuteNotPost() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Create/ProcessDataTest.php class ProcessDataTest (line 19) | class ProcessDataTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testExecute (line 150) | public function testExecute($noDiscount, $couponCode, $errorMessage, $... method isApplyDiscountDataProvider (line 248) | public function isApplyDiscountDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Create/ReorderTest.php class ReorderTest (line 29) | class ReorderTest extends \PHPUnit\Framework\TestCase method setUp (line 114) | protected function setUp() method testExecuteForward (line 170) | public function testExecuteForward() method testExecuteRedirectOrderGrid (line 183) | public function testExecuteRedirectOrderGrid() method testExecuteRedirectBack (line 198) | public function testExecuteRedirectBack() method testExecuteRedirectNewOrder (line 215) | public function testExecuteRedirectNewOrder() method clearStorage (line 232) | private function clearStorage() method getOrder (line 244) | private function getOrder() method canReorder (line 259) | private function canReorder($result) method prepareForward (line 272) | private function prepareForward() method createRedirect (line 281) | private function createRedirect() method getOrderId (line 291) | private function getOrderId($orderId) method setPath (line 300) | private function setPath($path, $params = []) method getUnavailableProducts (line 308) | private function getUnavailableProducts(array $unavailableProducts) method initFromOrder (line 319) | private function initFromOrder() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/AddCommentTest.php class AddCommentTest (line 14) | class AddCommentTest extends \PHPUnit\Framework\TestCase method setUp (line 86) | protected function setUp() method testExecuteModelException (line 161) | public function testExecuteModelException() method testExecuteException (line 189) | public function testExecuteException() method testExecuteNoComment (line 217) | public function testExecuteNoComment() method testExecute (line 246) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/CancelTest.php class CancelTest (line 13) | class CancelTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testExecuteModelException (line 186) | public function testExecuteModelException() method testExecuteException (line 221) | public function testExecuteException() method testExecuteNoCreditmemo (line 256) | public function testExecuteNoCreditmemo() method testExecute (line 279) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/NewActionTest.php class NewActionTest (line 13) | class NewActionTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testExecute (line 165) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/PrintActionTest.php class PrintActionTest (line 12) | class PrintActionTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testExecute (line 156) | public function testExecute() method testExecuteNoCreditmemoId (line 211) | public function testExecuteNoCreditmemoId() method prepareTestExecute (line 232) | protected function prepareTestExecute($creditmemoId = null) FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/SaveTest.php class SaveTest (line 12) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testSaveActionOnlineRefundToStoreCredit (line 142) | public function testSaveActionOnlineRefundToStoreCredit() method testSaveActionWithNegativeCreditmemo (line 190) | public function testSaveActionWithNegativeCreditmemo() method _setSaveActionExpectationForMageCoreException (line 235) | protected function _setSaveActionExpectationForMageCoreException($data... FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/UpdateQtyTest.php class UpdateQtyTest (line 14) | class UpdateQtyTest extends \PHPUnit\Framework\TestCase method setUp (line 106) | protected function setUp() method testExecuteModelException (line 217) | public function testExecuteModelException() method testExecuteException (line 248) | public function testExecuteException() method testExecute (line 279) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/ViewTest.php class ViewTest (line 13) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 108) | protected function setUp() method testExecuteNoCreditMemo (line 224) | public function testExecuteNoCreditMemo() method testExecute (line 249) | public function testExecute($invoice) method executeDataProvider (line 295) | public function executeDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Creditmemo/VoidActionTest.php class VoidActionTest (line 14) | class VoidActionTest extends \PHPUnit\Framework\TestCase method setUp (line 99) | protected function setUp() method testExecuteNoCreditmemo (line 208) | public function testExecuteNoCreditmemo() method testExecuteModelException (line 234) | public function testExecuteModelException() method testExecuteException (line 270) | public function testExecuteException() method testExecute (line 306) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/CreditmemoLoaderTest.php class CreditmemoLoaderTest (line 13) | class CreditmemoLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testLoadByCreditmemoId (line 125) | public function testLoadByCreditmemoId() method testLoadCannotCreditmemo (line 142) | public function testLoadCannotCreditmemo() method testLoadByOrder (line 185) | public function testLoadByOrder() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/EmailTest.php class EmailTest (line 18) | class EmailTest extends \PHPUnit\Framework\TestCase method setUp (line 93) | protected function setUp() method testEmail (line 161) | public function testEmail() method testEmailNoOrderId (line 197) | public function testEmailNoOrderId() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/HoldTest.php class HoldTest (line 17) | class HoldTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecuteNotPost (line 117) | public function testExecuteNotPost() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/AddCommentTest.php class AddCommentTest (line 20) | class AddCommentTest extends \PHPUnit\Framework\TestCase method setUp (line 92) | protected function setUp() method testExecute (line 209) | public function testExecute() method testExecuteModelException (line 289) | public function testExecuteModelException() method testExecuteException (line 312) | public function testExecuteException() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/CancelTest.php class CancelTest (line 18) | class CancelTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecute (line 176) | public function testExecute() method testExecuteNoInvoice (line 248) | public function testExecuteNoInvoice() method testExecuteModelException (line 277) | public function testExecuteModelException() method testExecuteException (line 325) | public function testExecuteException() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/CaptureTest.php class CaptureTest (line 17) | class CaptureTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testExecute (line 181) | public function testExecute() method testExecuteNoInvoice (line 257) | public function testExecuteNoInvoice() method testExecuteModelException (line 285) | public function testExecuteModelException() method testExecuteException (line 336) | public function testExecuteException() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/NewActionTest.php class NewActionTest (line 18) | class NewActionTest extends \PHPUnit\Framework\TestCase method setUp (line 100) | protected function setUp() method testExecute (line 238) | public function testExecute() method testExecuteNoOrder (line 309) | public function testExecuteNoOrder() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/PrintActionTest.php class PrintActionTest (line 16) | class PrintActionTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testExecute (line 112) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/SaveTest.php class SaveTest (line 15) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testExecuteNotValidPost (line 109) | public function testExecuteNotValidPost() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/UpdateQtyTest.php class UpdateQtyTest (line 16) | class UpdateQtyTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testExecute (line 188) | public function testExecute() method testExecuteModelException (line 282) | public function testExecuteModelException() method testExecuteException (line 325) | public function testExecuteException() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/ViewTest.php class ViewTest (line 17) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 89) | protected function setUp() method testExecute (line 201) | public function testExecute() method testExecuteNoInvoice (line 262) | public function testExecuteNoInvoice() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/VoidActionTest.php class VoidActionTest (line 16) | class VoidActionTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testExecute (line 197) | public function testExecute() method testExecuteNoInvoice (line 272) | public function testExecuteNoInvoice() method testExecuteModelException (line 306) | public function testExecuteModelException() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/ReviewPaymentTest.php class ReviewPaymentTest (line 13) | class ReviewPaymentTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testExecuteUpdateAction (line 121) | public function testExecuteUpdateAction() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/UnholdTest.php class UnholdTest (line 17) | class UnholdTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testExecuteNotPost (line 117) | public function testExecuteNotPost() FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/ViewTest.php class ViewTest (line 14) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 104) | protected function setUp() method testExecute (line 178) | public function testExecute() method testExecuteNoOrder (line 213) | public function testExecuteNoOrder() method testGlobalException (line 242) | public function testGlobalException() method initOrder (line 271) | protected function initOrder() method initOrderSuccess (line 288) | protected function initOrderSuccess() method initOrderFail (line 301) | protected function initOrderFail() method initAction (line 315) | protected function initAction() method prepareRedirect (line 336) | protected function prepareRedirect() method setPath (line 347) | protected function setPath($path, $params = []) FILE: app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/PdfDocumentsMassActionTest.php class PdfDocumentsMassActionTest (line 11) | class PdfDocumentsMassActionTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testExecute (line 89) | public function testExecute() FILE: app/code/Magento/Sales/Test/Unit/Controller/Download/DownloadCustomOptionTest.php class DownloadCustomOptionTest (line 16) | class DownloadCustomOptionTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testExecute (line 170) | public function testExecute($itemOptionValues, $productOptionValues, $... method executeDataProvider (line 222) | public function executeDataProvider() method testExecuteBadSecretKey (line 318) | public function testExecuteBadSecretKey() FILE: app/code/Magento/Sales/Test/Unit/Controller/Guest/ViewTest.php class ViewTest (line 10) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testExecuteOrderLoaded (line 93) | public function testExecuteOrderLoaded() method testExecuteOrderNotFound (line 112) | public function testExecuteOrderNotFound() FILE: app/code/Magento/Sales/Test/Unit/CustomerData/LastOrderedItemsTest.php class LastOrderedItemsTest (line 14) | class LastOrderedItemsTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testGetSectionData (line 103) | public function testGetSectionData() method getLastOrderMock (line 183) | private function getLastOrderMock() method testGetSectionDataWithNotExistingProduct (line 212) | public function testGetSectionDataWithNotExistingProduct() FILE: app/code/Magento/Sales/Test/Unit/Helper/AdminTest.php class AdminTest (line 13) | class AdminTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testDisplayPrices (line 113) | public function testDisplayPrices( method testDisplayPriceAttribute (line 161) | public function testDisplayPriceAttribute( method displayPricesDataProvider (line 204) | public function displayPricesDataProvider() method testApplySalableProductTypesFilter (line 274) | public function testApplySalableProductTypesFilter($itemKey, $type, $c... method applySalableProductTypesFilterDataProvider (line 319) | public function applySalableProductTypesFilterDataProvider() method testEscapeHtmlWithLinks (line 335) | public function testEscapeHtmlWithLinks(): void FILE: app/code/Magento/Sales/Test/Unit/Helper/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testCanSendNewOrderConfirmationEmail (line 71) | public function testCanSendNewOrderConfirmationEmail($scopeConfigValue) method testCanSendNewOrderEmail (line 85) | public function testCanSendNewOrderEmail($scopeConfigValue) method testCanSendOrderCommentEmail (line 99) | public function testCanSendOrderCommentEmail($scopeConfigValue) method testCanSendNewShipmentEmail (line 113) | public function testCanSendNewShipmentEmail($scopeConfigValue) method testCanSendShipmentCommentEmail (line 127) | public function testCanSendShipmentCommentEmail($scopeConfigValue) method testCanSendNewInvoiceEmail (line 140) | public function testCanSendNewInvoiceEmail($scopeConfigValue) method testCanSendInvoiceCommentEmail (line 153) | public function testCanSendInvoiceCommentEmail($scopeConfigValue) method testCanSendNewCreditmemoEmail (line 167) | public function testCanSendNewCreditmemoEmail($scopeConfigValue) method testCanSendCreditmemoCommentEmail (line 181) | public function testCanSendCreditmemoCommentEmail($scopeConfigValue) method setupScopeConfigIsSetFlag (line 198) | protected function setupScopeConfigIsSetFlag($flagName, $returnValue) method getScopeConfigValue (line 213) | public function getScopeConfigValue() FILE: app/code/Magento/Sales/Test/Unit/Helper/GuestTest.php class GuestTest (line 14) | class GuestTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testLoadValidOrderNotEmptyPost (line 129) | public function testLoadValidOrderNotEmptyPost() method testLoadValidOrderStoredCookie (line 171) | public function testLoadValidOrderStoredCookie() FILE: app/code/Magento/Sales/Test/Unit/Helper/ReorderTest.php class ReorderTest (line 11) | class ReorderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testIsAllowedScopeConfigReorder (line 86) | public function testIsAllowedScopeConfigReorder($scopeConfigValue) method testIsAllowScopeConfigReorderNotAllowWithStore (line 98) | public function testIsAllowScopeConfigReorderNotAllowWithStore($scopeC... method getScopeConfigValue (line 108) | public function getScopeConfigValue() method setupScopeConfigMock (line 122) | protected function setupScopeConfigMock($returnValue) method testCanReorderStoreNotAllowed (line 139) | public function testCanReorderStoreNotAllowed() method testCanReorderCustomerNotLoggedIn (line 154) | public function testCanReorderCustomerNotLoggedIn() method testCanReorderCustomerLoggedInAndOrderCanReorder (line 175) | public function testCanReorderCustomerLoggedInAndOrderCanReorder($orde... method setupOrderMock (line 199) | protected function setupOrderMock($storeScopeReturnValue) method getOrderCanReorder (line 210) | public function getOrderCanReorder() FILE: app/code/Magento/Sales/Test/Unit/Model/AbstractModelTest.php class AbstractModelTest (line 11) | class AbstractModelTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetEventPrefix (line 24) | public function testGetEventPrefix() method testGetEventObject (line 29) | public function testGetEventObject() FILE: app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php class CreateTest (line 39) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 101) | protected function setUp() method testSetAccountData (line 184) | public function testSetAccountData() method testUpdateQuoteItemsNotArray (line 251) | public function testUpdateQuoteItemsNotArray() method testUpdateQuoteItemsEmptyConfiguredOption (line 257) | public function testUpdateQuoteItemsEmptyConfiguredOption() method testUpdateQuoteItemsWithConfiguredOption (line 284) | public function testUpdateQuoteItemsWithConfiguredOption() method testApplyCoupon (line 317) | public function testApplyCoupon() method testGetCustomerCart (line 342) | public function testGetCustomerCart() method testInitFromOrder (line 366) | public function testInitFromOrder() FILE: app/code/Magento/Sales/Test/Unit/Model/AdminOrder/EmailSenderTest.php class EmailSenderTest (line 10) | class EmailSenderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testSendSuccess (line 53) | public function testSendSuccess() method testSendFailure (line 63) | public function testSendFailure() FILE: app/code/Magento/Sales/Test/Unit/Model/AdminOrder/Product/Quote/InitializerTest.php class InitializerTest (line 12) | class InitializerTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testInitWithDecimalQty (line 91) | public function testInitWithDecimalQty() method testInitWithNonDecimalQty (line 135) | public function testInitWithNonDecimalQty() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/Backend/Email/AsyncSendingTest.php class AsyncSendingTest (line 14) | class AsyncSendingTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testAfterSave (line 63) | public function testAfterSave($value, $oldValue, $eventName) method afterSaveDataProvider (line 84) | public function afterSaveDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/Backend/Grid/AsyncIndexingTest.php class AsyncIndexingTest (line 14) | class AsyncIndexingTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testAfterSave (line 63) | public function testAfterSave($value, $oldValue, $eventName) method afterSaveDataProvider (line 85) | public function afterSaveDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testConvertWrongIncomingData (line 26) | public function testConvertWrongIncomingData() method testConvertNoElements (line 35) | public function testConvertNoElements() method testConvert (line 44) | public function testConvert() method testConvertWrongConfiguration (line 79) | public function testConvertWrongConfiguration() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGet (line 42) | public function testGet() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/ReaderTest.php class ReaderTest (line 8) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testInstanceof (line 38) | public function testInstanceof() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetSchema (line 44) | public function testGetSchema() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/Source/Order/StatusTest.php class StatusTest (line 10) | class StatusTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testToOptionArray (line 32) | public function testToOptionArray() FILE: app/code/Magento/Sales/Test/Unit/Model/Config/XsdTest.php class XsdTest (line 8) | class XsdTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testValidXmlFile (line 27) | public function testValidXmlFile($xmlFile) method validXmlFileDataProvider (line 40) | public function validXmlFileDataProvider() method testInvalidXmlFile (line 50) | public function testInvalidXmlFile($xmlFile, $expectedErrors) method invalidXmlFileDataProvider (line 65) | public function invalidXmlFileDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testInstanceOf (line 36) | public function testInstanceOf() method testGetTotalsRenderer (line 42) | public function testGetTotalsRenderer() method testGetGroupTotals (line 63) | public function testGetGroupTotals() method testGetAvailableProductTypes (line 79) | public function testGetAvailableProductTypes() FILE: app/code/Magento/Sales/Test/Unit/Model/CronJob/AggregateSalesReportBestsellersDataTest.php class AggregateSalesReportBestsellersDataTest (line 13) | class AggregateSalesReportBestsellersDataTest extends \PHPUnit\Framework... method setUp (line 35) | protected function setUp() method testExecute (line 57) | public function testExecute() method setupAggregate (line 77) | protected function setupAggregate() FILE: app/code/Magento/Sales/Test/Unit/Model/CronJob/AggregateSalesReportInvoicedDataTest.php class AggregateSalesReportInvoicedDataTest (line 13) | class AggregateSalesReportInvoicedDataTest extends \PHPUnit\Framework\Te... method setUp (line 35) | protected function setUp() method testExecute (line 58) | public function testExecute() method setupAggregate (line 78) | protected function setupAggregate() FILE: app/code/Magento/Sales/Test/Unit/Model/CronJob/AggregateSalesReportOrderDataTest.php class AggregateSalesReportOrderDataTest (line 13) | class AggregateSalesReportOrderDataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 56) | public function testExecute() method setupAggregate (line 76) | protected function setupAggregate() FILE: app/code/Magento/Sales/Test/Unit/Model/CronJob/AggregateSalesReportRefundedDataTest.php class AggregateSalesReportRefundedDataTest (line 13) | class AggregateSalesReportRefundedDataTest extends \PHPUnit\Framework\Te... method setUp (line 35) | protected function setUp() method testExecute (line 58) | public function testExecute() method setupAggregate (line 78) | protected function setupAggregate() FILE: app/code/Magento/Sales/Test/Unit/Model/CronJob/CleanExpiredOrdersTest.php class CleanExpiredOrdersTest (line 12) | class CleanExpiredOrdersTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testExecute (line 61) | public function testExecute() method testExecuteWithException (line 91) | public function testExecuteWithException() FILE: app/code/Magento/Sales/Test/Unit/Model/CustomerGroupRetrieverTest.php class CustomerGroupRetrieverTest (line 14) | class CustomerGroupRetrieverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetCustomerGroupIdQuote (line 57) | public function testGetCustomerGroupIdQuote() method testGetCustomerGroupIdDefault (line 72) | public function testGetCustomerGroupIdDefault() FILE: app/code/Magento/Sales/Test/Unit/Model/EmailSenderHandlerTest.php class EmailSenderHandlerTest (line 13) | class EmailSenderHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 116) | public function testExecute($configValue, $collectionItems, $emailSend... method executeDataProvider (line 210) | public function executeDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Grid/Child/CollectionUpdaterTest.php class CollectionUpdaterTest (line 9) | class CollectionUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUpdateIfOrderExists (line 30) | public function testUpdateIfOrderExists() FILE: app/code/Magento/Sales/Test/Unit/Model/Grid/CollectionUpdaterTest.php class CollectionUpdaterTest (line 9) | class CollectionUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUpdateIfOrderNotExists (line 30) | public function testUpdateIfOrderNotExists() method testUpdateIfOrderExists (line 49) | public function testUpdateIfOrderExists() FILE: app/code/Magento/Sales/Test/Unit/Model/GridAsyncInsertTest.php class GridAsyncInsertTest (line 12) | class GridAsyncInsertTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAsyncInsert (line 55) | public function testAsyncInsert() method testAsyncInsertDisabled (line 66) | public function testAsyncInsertDisabled() FILE: app/code/Magento/Sales/Test/Unit/Model/IncrementTest.php class IncrementTest (line 11) | class IncrementTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetCurrentValue (line 39) | public function testGetCurrentValue() method testNextValue (line 53) | public function testNextValue() FILE: app/code/Magento/Sales/Test/Unit/Model/InvoiceOrderTest.php class InvoiceOrderTest (line 33) | class InvoiceOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 120) | protected function setUp() method testOrderInvoice (line 211) | public function testOrderInvoice($orderId, $capture, $items, $notify, ... method testDocumentValidationException (line 306) | public function testDocumentValidationException() method testCouldNotInvoiceException (line 363) | public function testCouldNotInvoiceException() method dataProvider (line 434) | public function dataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/InvoiceRepositoryTest.php class InvoiceRepositoryTest (line 14) | class InvoiceRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGet (line 59) | public function testGet() method testGetNoId (line 85) | public function testGetNoId() method testGetEntityNoId (line 94) | public function testGetEntityNoId() method testCreate (line 116) | public function testCreate() method testGetList (line 127) | public function testGetList() method testDelete (line 145) | public function testDelete() method testDeleteById (line 168) | public function testDeleteById() method testSave (line 201) | public function testSave() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Address/RendererTest.php class RendererTest (line 17) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testFormat (line 84) | public function testFormat() method testFormatNoRenderer (line 110) | public function testFormatNoRenderer() method setStoreExpectations (line 131) | private function setStoreExpectations($storeId) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Address/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testValidate (line 69) | public function testValidate($addressData, $email, $addressType, $expe... method providerAddressData (line 89) | public function providerAddressData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/AddressRepositoryTest.php class AddressRepositoryTest (line 33) | class AddressRepositoryTest extends TestCase method setUp (line 82) | protected function setUp() method testGet (line 132) | public function testGet(?int $id, ?int $entityId): void method getDataProvider (line 180) | public function getDataProvider(): array method testGetList (line 194) | public function testGetList(): void method testDelete (line 214) | public function testDelete(): void method testDeleteWithException (line 247) | public function testDeleteWithException(): void method testSave (line 277) | public function testSave(): void method testSaveWithException (line 310) | public function testSaveWithException(): void method testCreate (line 340) | public function testCreate(): void method testSaveWithMultiAttribute (line 360) | public function testSaveWithMultiAttribute( method dataMultiAttribute (line 420) | public function dataMultiAttribute(): array FILE: app/code/Magento/Sales/Test/Unit/Model/Order/AddressTest.php class AddressTest (line 14) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testSetOrder (line 54) | public function testSetOrder() method testGetRegionCodeRegionIsSet (line 59) | public function testGetRegionCodeRegionIsSet() method regionProvider (line 84) | public function regionProvider() method testGetRegionCodeRegion (line 92) | public function testGetRegionCodeRegion($region, $regionId) method testGetRegionCodeRegionFailure (line 113) | public function testGetRegionCodeRegionFailure() method testGetName (line 133) | public function testGetName() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Admin/ItemTest.php class ItemTest (line 11) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetSku (line 29) | public function testGetSku() method testGetName (line 39) | public function testGetName() method testGetProductId (line 49) | public function testGetProductId() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetInvisibleOnFrontStatuses (line 73) | public function testGetInvisibleOnFrontStatuses() method testGetStateLabelByStateAndStatus (line 122) | public function testGetStateLabelByStateAndStatus() method testGetStatuses (line 161) | public function testGetStatuses($state, $joinLabels, $collectionData, ... method getStatusesDataProvider (line 211) | public function getStatusesDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Comment/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testValidate (line 44) | public function testValidate($commentDataMap, $commentData, $expectedW... method providerCommentData (line 61) | public function providerCommentData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/CommentRepositoryTest.php class CommentRepositoryTest (line 26) | class CommentRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testSave (line 114) | public function testSave() method testSaveWithException (line 147) | public function testSaveWithException() method testSaveSendCatchException (line 159) | public function testSaveSendCatchException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Item/Validation/CreateQuantityValidatorTest.php class CreateQuantityValidatorTest (line 17) | class CreateQuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testValidateCreditMemoProductItems (line 64) | public function testValidateCreditMemoProductItems($orderItemId, $expe... method dataProvider (line 103) | public function dataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/ItemTest.php class ItemTest (line 10) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetOrderItemExist (line 35) | public function testGetOrderItemExist() method testGetOrderItemFromCreditmemo (line 45) | public function testGetOrderItemFromCreditmemo() method testGetOrderItemFromFactory (line 74) | public function testGetOrderItemFromFactory() method testSetQty (line 95) | public function testSetQty() method testRegister (line 102) | public function testRegister() method testRegisterWithException (line 155) | public function testRegisterWithException() method testCancel (line 171) | public function testCancel() method testCalcRowTotal (line 217) | public function testCalcRowTotal($qty) method calcRowTotalDataProvider (line 290) | public function calcRowTotalDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/RefundOperationTest.php class RefundOperationTest (line 13) | class RefundOperationTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecuteNotRefundedCreditmemo (line 89) | public function testExecuteNotRefundedCreditmemo($state) method executeNotRefundedCreditmemoDataProvider (line 109) | public function executeNotRefundedCreditmemoDataProvider() method testExecuteWithWrongOrder (line 117) | public function testExecuteWithWrongOrder() method testExecuteOffline (line 142) | public function testExecuteOffline($amounts) method testExecuteOnline (line 207) | public function testExecuteOnline($amounts) method baseAmountsDataProvider (line 264) | public function baseAmountsDataProvider() method setBaseAmounts (line 370) | private function setBaseAmounts($amounts) method registerItems (line 385) | private function registerItems() method getCreditmemoItemMock (line 412) | private function getCreditmemoItemMock() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Sender/EmailSenderTest.php class EmailSenderTest (line 13) | class EmailSenderTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testSend (line 238) | public function testSend($configValue, $forceSyncMode, $isComment, $em... method sendDataProvider (line 356) | public function sendDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/CostTest.php class CostTest (line 12) | class CostTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testCollect (line 42) | public function testCollect() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/DiscountTest.php class DiscountTest (line 12) | class DiscountTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testCollect (line 60) | public function testCollect() method testCollectNoBaseShippingAmount (line 130) | public function testCollectNoBaseShippingAmount() method testCollectZeroShipping (line 206) | public function testCollectZeroShipping() method testCollectNonZeroShipping (line 277) | public function testCollectNonZeroShipping() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/ShippingTest.php class ShippingTest (line 9) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testCollectException (line 79) | public function testCollectException() method testCollectNoSpecifiedShippingAmount (line 123) | public function testCollectNoSpecifiedShippingAmount() method testCollectWithSpecifiedShippingAmount (line 207) | public function testCollectWithSpecifiedShippingAmount($ratio) method collectWithSpecifiedShippingAmountDataProvider (line 292) | public function collectWithSpecifiedShippingAmountDataProvider() method testCollectUsingTaxInclShippingAmount (line 305) | public function testCollectUsingTaxInclShippingAmount() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/SubtotalTest.php class SubtotalTest (line 12) | class SubtotalTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testCollect (line 58) | public function testCollect() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/TaxTest.php class TaxTest (line 11) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testCollect (line 77) | public function testCollect($orderData, $creditmemoData, $expectedResu... method collectDataProvider (line 135) | public function collectDataProvider() method getCreditmemoItem (line 759) | protected function getCreditmemoItem($creditmemoItemData) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Validation/QuantityValidatorTest.php class QuantityValidatorTest (line 18) | class QuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testValidateWithoutItems (line 64) | public function testValidateWithoutItems() method testValidateWithoutOrder (line 93) | public function testValidateWithoutOrder() method testValidateWithWrongItemId (line 107) | public function testValidateWithWrongItemId() method testValidate (line 162) | public function testValidate($orderId, $orderItemId, $qtyToRequest, $q... method dataProviderForValidateQty (line 215) | public function dataProviderForValidateQty() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/CreditmemoDocumentFactoryTest.php class CreditmemoDocumentFactoryTest (line 26) | class CreditmemoDocumentFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 98) | public function setUp() method commonFactoryFlow (line 159) | private function commonFactoryFlow() method testCreateFromOrder (line 215) | public function testCreateFromOrder() method testCreateFromInvoice (line 237) | public function testCreateFromInvoice() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/CreditmemoNotifierTest.php class CreditmemoNotifierTest (line 17) | class CreditmemoNotifierTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testNotifySuccess (line 69) | public function testNotifySuccess() method testNotifyFail (line 105) | public function testNotifyFail() method testNotifyException (line 116) | public function testNotifyException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/CreditmemoRepositoryTest.php class CreditmemoRepositoryTest (line 16) | class CreditmemoRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGet (line 59) | public function testGet() method testGetNoId (line 86) | public function testGetNoId() method testGetEntityNoId (line 95) | public function testGetEntityNoId() method testCreate (line 116) | public function testCreate() method testGetList (line 127) | public function testGetList() method testDelete (line 145) | public function testDelete() method testDeleteWithException (line 172) | public function testDeleteWithException() method testSave (line 194) | public function testSave() method testSaveWithException (line 221) | public function testSaveWithException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/CreditmemoTest.php class CreditmemoTest (line 21) | class CreditmemoTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetOrder (line 81) | public function testGetOrder() method testGetEntityType (line 103) | public function testGetEntityType() method testIsValidGrandTotalGrandTotalEmpty (line 108) | public function testIsValidGrandTotalGrandTotalEmpty() method testIsValidGrandTotalGrandTotal (line 114) | public function testIsValidGrandTotalGrandTotal() method testIsValidGrandTotal (line 120) | public function testIsValidGrandTotal() method testGetIncrementId (line 126) | public function testGetIncrementId() method testGetItemsCollectionWithId (line 132) | public function testGetItemsCollectionWithId() method testGetItemsCollectionWithoutId (line 165) | public function testGetItemsCollectionWithoutId() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/CustomerAssigmentTest.php class CustomerAssigmentTest (line 20) | class CustomerAssigmentTest extends \PHPUnit\Framework\TestCase method testExecute (line 53) | public function testExecute(array $data): void method executeDataProvider (line 74) | public function executeDataProvider(): array method setUp (line 96) | protected function setUp() method configureOrderMock (line 117) | private function configureOrderMock(array $data): void method configureCustomerMock (line 144) | private function configureCustomerMock(array $data): void FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/CreditmemoCommentIdentityTest.php class CreditmemoCommentIdentityTest (line 10) | class CreditmemoCommentIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/CreditmemoIdentityTest.php class CreditmemoIdentityTest (line 10) | class CreditmemoIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/InvoiceCommentIdentityTest.php class InvoiceCommentIdentityTest (line 10) | class InvoiceCommentIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/InvoiceIdentityTest.php class InvoiceIdentityTest (line 10) | class InvoiceIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/OrderCommentIdentityTest.php class OrderCommentIdentityTest (line 10) | class OrderCommentIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/OrderIdentityTest.php class OrderIdentityTest (line 10) | class OrderIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/ShipmentCommentIdentityTest.php class ShipmentCommentIdentityTest (line 10) | class ShipmentCommentIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/ShipmentIdentityTest.php class ShipmentIdentityTest (line 10) | class ShipmentIdentityTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testIsEnabledTrue (line 51) | public function testIsEnabledTrue() method testGetEmailCopyTo (line 66) | public function testGetEmailCopyTo() method testGetEmailCopyToWithSpaceEmail (line 81) | public function testGetEmailCopyToWithSpaceEmail() method testGetEmailCopyToEmptyResult (line 96) | public function testGetEmailCopyToEmptyResult() method testCopyMethod (line 111) | public function testCopyMethod() method testGuestTemplateId (line 127) | public function testGuestTemplateId() method testTemplateId (line 143) | public function testTemplateId() method testSetStore (line 159) | public function testSetStore() method testGetStoreFromStoreManager (line 166) | public function testGetStoreFromStoreManager() method testSetCustomerEmail (line 175) | public function testSetCustomerEmail() method testSetCustomerName (line 182) | public function testSetCustomerName() method testGetEmailIdentity (line 189) | public function testGetEmailIdentity() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/TemplateTest.php class TemplateTest (line 10) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSetTemplateId (line 22) | public function testSetTemplateId() method testSetTemplateOptions (line 30) | public function testSetTemplateOptions() method testSetTemplateVars (line 38) | public function testSetTemplateVars() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/AbstractSenderTest.php class AbstractSenderTest (line 13) | abstract class AbstractSenderTest extends \PHPUnit\Framework\TestCase method stepMockSetup (line 77) | public function stepMockSetup() method stepAddressFormat (line 131) | public function stepAddressFormat($billingAddress, $isVirtual = false) method stepSendWithoutSendCopy (line 146) | public function stepSendWithoutSendCopy() method stepSendWithCallSendCopyTo (line 151) | public function stepSendWithCallSendCopyTo() method stepIdentityContainerInit (line 159) | public function stepIdentityContainerInit($identityMockClassName) method stepSend (line 174) | protected function stepSend( FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/CreditmemoCommentSenderTest.php class CreditmemoCommentSenderTest (line 10) | class CreditmemoCommentSenderTest extends AbstractSenderTest method setUp (line 25) | protected function setUp() method testSendFalse (line 50) | public function testSendFalse() method testSendVirtualOrder (line 58) | public function testSendVirtualOrder() method testSendTrueWithCustomerCopy (line 96) | public function testSendTrueWithCustomerCopy() method testSendTrueWithoutCustomerCopy (line 141) | public function testSendTrueWithoutCustomerCopy() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/CreditmemoSenderTest.php class CreditmemoSenderTest (line 13) | class CreditmemoSenderTest extends AbstractSenderTest method setUp (line 30) | protected function setUp() method testSend (line 88) | public function testSend($configValue, $forceSyncMode, $customerNoteNo... method sendDataProvider (line 215) | public function sendDataProvider() method testSendVirtualOrder (line 236) | public function testSendVirtualOrder($isVirtualOrder, $formatCallCount... method sendVirtualOrderDataProvider (line 319) | public function sendVirtualOrderDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/InvoiceCommentSenderTest.php class InvoiceCommentSenderTest (line 10) | class InvoiceCommentSenderTest extends AbstractSenderTest method setUp (line 22) | protected function setUp() method testSendFalse (line 54) | public function testSendFalse() method testSendTrueWithCustomerCopy (line 61) | public function testSendTrueWithCustomerCopy() method testSendTrueWithoutCustomerCopy (line 108) | public function testSendTrueWithoutCustomerCopy() method testSendVirtualOrder (line 154) | public function testSendVirtualOrder() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/InvoiceSenderTest.php class InvoiceSenderTest (line 13) | class InvoiceSenderTest extends AbstractSenderTest method setUp (line 30) | protected function setUp() method testSend (line 88) | public function testSend($configValue, $forceSyncMode, $customerNoteNo... method sendDataProvider (line 221) | public function sendDataProvider() method testSendVirtualOrder (line 240) | public function testSendVirtualOrder($isVirtualOrder, $formatCallCount... method sendVirtualOrderDataProvider (line 320) | public function sendVirtualOrderDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/OrderCommentSenderTest.php class OrderCommentSenderTest (line 10) | class OrderCommentSenderTest extends AbstractSenderTest method setUp (line 17) | protected function setUp() method testSendFalse (line 32) | public function testSendFalse() method testSendTrue (line 39) | public function testSendTrue() method testSendVirtualOrder (line 82) | public function testSendVirtualOrder() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/OrderSenderTest.php class OrderSenderTest (line 10) | class OrderSenderTest extends AbstractSenderTest method setUp (line 22) | protected function setUp() method testSend (line 61) | public function testSend($configValue, $forceSyncMode, $emailSendingRe... method checkSenderSendExceptionCase (line 197) | protected function checkSenderSendExceptionCase() method sendDataProvider (line 215) | public function sendDataProvider() method testSendVirtualOrder (line 237) | public function testSendVirtualOrder($isVirtualOrder, $formatCallCount... method sendVirtualOrderDataProvider (line 335) | public function sendVirtualOrderDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/ShipmentCommentSenderTest.php class ShipmentCommentSenderTest (line 10) | class ShipmentCommentSenderTest extends AbstractSenderTest method setUp (line 22) | protected function setUp() method testSendFalse (line 48) | public function testSendFalse() method testSendTrueWithCustomerCopy (line 55) | public function testSendTrueWithCustomerCopy() method testSendTrueWithoutCustomerCopy (line 100) | public function testSendTrueWithoutCustomerCopy() method testSendVirtualOrder (line 145) | public function testSendVirtualOrder() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Sender/ShipmentSenderTest.php class ShipmentSenderTest (line 13) | class ShipmentSenderTest extends AbstractSenderTest method setUp (line 30) | protected function setUp() method testSend (line 88) | public function testSend($configValue, $forceSyncMode, $customerNoteNo... method sendDataProvider (line 221) | public function sendDataProvider() method testSendVirtualOrder (line 240) | public function testSendVirtualOrder($isVirtualOrder, $formatCallCount... method sendVirtualOrderDataProvider (line 320) | public function sendVirtualOrderDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/SenderBuilderTest.php class SenderBuilderTest (line 11) | class SenderBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSend (line 88) | public function testSend() method testSendCopyTo (line 131) | public function testSendCopyTo() method setExpectedCount (line 165) | private function setExpectedCount(int $count = 1) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Email/Stub/TransportInterfaceMock.php class TransportInterfaceMock (line 10) | class TransportInterfaceMock implements TransportInterface method sendMessage (line 17) | public function sendMessage() method getMessage (line 27) | public function getMessage() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Massaction/ItemsUpdaterTest.php class ItemsUpdaterTest (line 9) | class ItemsUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUpdate (line 29) | public function testUpdate() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php class UrlGeneratorTest (line 9) | class UrlGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method permissionProvider (line 58) | public function permissionProvider() method testGetUrl (line 71) | public function testGetUrl($isAllowed, $url) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Comment/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testValidate (line 44) | public function testValidate($commentDataMap, $commentData, $expectedW... method providerCommentData (line 61) | public function providerCommentData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/CommentRepositoryTest.php class CommentRepositoryTest (line 26) | class CommentRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testSave (line 114) | public function testSave() method testSaveWithException (line 147) | public function testSaveWithException() method testSaveSendCatchException (line 159) | public function testSaveSendCatchException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Grid/Row/UrlGeneratorTest.php class UrlGeneratorTest (line 9) | class UrlGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method permissionProvider (line 60) | public function permissionProvider() method testGetUrl (line 73) | public function testGetUrl($isAllowed, $url) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/ItemTest.php class ItemTest (line 9) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetOrderItemFromOrder (line 68) | public function testGetOrderItemFromOrder() method testGetOrderItemFromFactory (line 77) | public function testGetOrderItemFromFactory() method testSetQty (line 85) | public function testSetQty() method testRegister (line 92) | public function testRegister() method testCancel (line 134) | public function testCancel() method testCalcRowTotal (line 176) | public function testCalcRowTotal() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/PayOperationTest.php class PayOperationTest (line 11) | class PayOperationTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testExecute (line 301) | public function testExecute($canCapture, $isOnline, $isGateway, $isTra... method payDataProvider (line 421) | public function payDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Plugin/AddressUpdateTest.php class AddressUpdateTest (line 9) | class AddressUpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testAfterProcess (line 36) | public function testAfterProcess() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Sender/EmailSenderTest.php class EmailSenderTest (line 13) | class EmailSenderTest extends \PHPUnit\Framework\TestCase method setUp (line 103) | protected function setUp() method testSend (line 237) | public function testSend($configValue, $forceSyncMode, $isComment, $em... method sendDataProvider (line 355) | public function sendDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Total/ShippingTest.php class ShippingTest (line 14) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testCollectWithNoOrZeroPrevInvoice (line 32) | public function testCollectWithNoOrZeroPrevInvoice(array $prevInvoices... method collectWithNoOrZeroPrevInvoiceDataProvider (line 45) | public static function collectWithNoOrZeroPrevInvoiceDataProvider() method testCollectWithPreviousInvoice (line 61) | public function testCollectWithPreviousInvoice() method createInvoiceStub (line 80) | private function createInvoiceStub(array $prevInvoicesData, $orderShip... method getInvoiceCollection (line 108) | private function getInvoiceCollection(array $invoicesData) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Total/TaxTest.php class TaxTest (line 8) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testCollect (line 57) | public function testCollect($orderData, $invoiceData, $expectedResults) method collectDataProvider (line 127) | public function collectDataProvider() method getInvoiceItem (line 354) | protected function getInvoiceItem($invoiceItemData) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Validation/CanRefundTest.php class CanRefundTest (line 13) | class CanRefundTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testValidateWrongInvoiceState (line 62) | public function testValidateWrongInvoiceState() method testValidateInvoiceSumWasRefunded (line 80) | public function testValidateInvoiceSumWasRefunded() method testValidate (line 97) | public function testValidate() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/InvoiceDocumentFactoryTest.php class InvoiceDocumentFactoryTest (line 19) | class InvoiceDocumentFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testCreate (line 77) | public function testCreate() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/InvoiceNotifierTest.php class InvoiceNotifierTest (line 16) | class InvoiceNotifierTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testNotifySuccess (line 68) | public function testNotifySuccess() method testNotifyFail (line 104) | public function testNotifyFail() method testNotifyException (line 115) | public function testNotifyException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/InvoiceQuantityValidatorTest.php class InvoiceQuantityValidatorTest (line 15) | class InvoiceQuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testValidate (line 64) | public function testValidate() method testValidateInvoiceQtyBiggerThanOrder (line 85) | public function testValidateInvoiceQtyBiggerThanOrder() method testValidateNoOrderItems (line 108) | public function testValidateNoOrderItems() method testValidateNoOrder (line 128) | public function testValidateNoOrder() method testValidateNoInvoiceItems (line 137) | public function testValidateNoInvoiceItems() method getInvoiceItemMock (line 164) | private function getInvoiceItemMock($orderItemId, $qty) method getOrderItemMock (line 181) | private function getOrderItemMock($id, $qtyToInvoice, $isDummy) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/InvoiceTest.php class InvoiceTest (line 22) | class InvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testCanVoid (line 117) | public function testCanVoid($canVoid) method testDefaultCanVoid (line 132) | public function testDefaultCanVoid($canVoid) method canVoidDataProvider (line 143) | public function canVoidDataProvider() method testGetOrder (line 148) | public function testGetOrder() method testGetOrderLoadedById (line 158) | public function testGetOrderLoadedById() method testGetEntityType (line 177) | public function testGetEntityType() method testGetIncrementId (line 182) | public function testGetIncrementId() method testSetOrder (line 188) | public function testSetOrder() method testGetStore (line 203) | public function testGetStore() method testGetShippingAddress (line 210) | public function testGetShippingAddress() method testCanCapture (line 223) | public function testCanCapture($state, $canPaymentCapture, $expectedRe... method canCaptureDataProvider (line 241) | public function canCaptureDataProvider() method testCanCancel (line 258) | public function testCanCancel($state, $expectedResult) method canCancelDataProvider (line 269) | public function canCancelDataProvider() method testCanRefund (line 285) | public function testCanRefund($state, $baseGrandTotal, $baseTotalRefun... method canRefundDataProvider (line 298) | public function canRefundDataProvider() method testCaptureNotPaid (line 311) | public function testCaptureNotPaid() method testCapturePaid (line 320) | public function testCapturePaid() method mockPay (line 337) | public function mockPay() method testPay (line 356) | public function testPay( method payDataProvider (line 388) | public function payDataProvider() method getOrderInvoiceCollection (line 401) | private function getOrderInvoiceCollection() method testCancelOpenInvoice (line 418) | public function testCancelOpenInvoice() method testCannotCancelNotOpenedInvoice (line 454) | public function testCannotCancelNotOpenedInvoice($initialInvoiceStatus... method getNotOpenedInvoiceStatuses (line 471) | public function getNotOpenedInvoiceStatuses() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ItemTest.php class ItemTest (line 18) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testSetParentItemNull (line 57) | public function testSetParentItemNull() method testSetParentItem (line 63) | public function testSetParentItem() method testGetPatentItem (line 72) | public function testGetPatentItem() method testSetOrder (line 79) | public function testSetOrder() method testGetOrder (line 90) | public function testGetOrder() method testGetStatusId (line 124) | public function testGetStatusId( method getStatusIdDataProvider (line 146) | public function getStatusIdDataProvider() method testGetStatuses (line 164) | public function testGetStatuses() method testGetOriginalPrice (line 180) | public function testGetOriginalPrice() method testGetProductOptions (line 199) | public function testGetProductOptions($options, $expectedResult) method getProductOptionsDataProvider (line 216) | public function getProductOptionsDataProvider() method testGetSimpleQtyToMethods (line 250) | public function testGetSimpleQtyToMethods(array $options, $expectedRes... method getItemQtyVariants (line 263) | public function getItemQtyVariants() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/InfoTest.php class InfoTest (line 12) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetDataCcNumber (line 61) | public function testGetDataCcNumber($keyCc, $keyCcEnc) method ccKeysDataProvider (line 79) | public function ccKeysDataProvider() method testGetMethodInstanceWithRealMethod (line 87) | public function testGetMethodInstanceWithRealMethod() method testGetMethodInstanceWithUnrealMethod (line 104) | public function testGetMethodInstanceWithUnrealMethod() method testGetMethodInstanceWithNoMethod (line 130) | public function testGetMethodInstanceWithNoMethod() method testGetMethodInstanceRequestedMethod (line 136) | public function testGetMethodInstanceRequestedMethod() method testEncrypt (line 155) | public function testEncrypt() method testDecrypt (line 166) | public function testDecrypt() method testSetAdditionalInformationException (line 180) | public function testSetAdditionalInformationException() method testSetAdditionalInformationMultipleTypes (line 190) | public function testSetAdditionalInformationMultipleTypes($key, $value... method additionalInformationDataProvider (line 201) | public function additionalInformationDataProvider() method testGetAdditionalInformationByKey (line 209) | public function testGetAdditionalInformationByKey() method testUnsAdditionalInformation (line 217) | public function testUnsAdditionalInformation() method testHasAdditionalInformation (line 233) | public function testHasAdditionalInformation() method testInitAdditionalInformationWithUnserialize (line 245) | public function testInitAdditionalInformationWithUnserialize() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/Operations/CaptureOperationTest.php class CaptureOperationTest (line 13) | class CaptureOperationTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testCapture (line 68) | public function testCapture() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/RepositoryTest.php class RepositoryTest (line 12) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testCreate (line 85) | public function testCreate() method testSave (line 92) | public function testSave() method testDelete (line 102) | public function testDelete() method testGet (line 110) | public function testGet() method testGetException (line 124) | public function testGetException() method testGetNoSuchEntity (line 134) | public function testGetNoSuchEntity() method testGetList (line 143) | public function testGetList() method mockPayment (line 156) | protected function mockPayment($id = false) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/State/AuthorizeCommandTest.php class AuthorizeCommandTest (line 18) | class AuthorizeCommandTest extends \PHPUnit\Framework\TestCase method testExecute (line 41) | public function testExecute( method commandResultDataProvider (line 61) | public function commandResultDataProvider() method getStatusResolver (line 100) | private function getStatusResolver() method getOrder (line 114) | private function getOrder() method getPayment (line 130) | private function getPayment($isTransactionPending, $isFraudDetected) method getCurrency (line 146) | private function getCurrency() method assertOrderStateAndStatus (line 162) | private function assertOrderStateAndStatus($order, $expectedState, $ex... FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/State/CaptureCommandTest.php class CaptureCommandTest (line 18) | class CaptureCommandTest extends \PHPUnit\Framework\TestCase method testExecute (line 41) | public function testExecute( method commandResultDataProvider (line 61) | public function commandResultDataProvider() method getStatusResolver (line 100) | private function getStatusResolver() method getOrder (line 114) | private function getOrder() method getPayment (line 130) | private function getPayment($isTransactionPending, $isFraudDetected) method getCurrency (line 146) | private function getCurrency() method assertOrderStateAndStatus (line 162) | private function assertOrderStateAndStatus($order, $expectedState, $ex... FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/State/OrderCommandTest.php class OrderCommandTest (line 18) | class OrderCommandTest extends \PHPUnit\Framework\TestCase method testExecute (line 41) | public function testExecute( method commandResultDataProvider (line 61) | public function commandResultDataProvider() method getStatusResolver (line 98) | private function getStatusResolver() method getOrder (line 112) | private function getOrder() method getPayment (line 128) | private function getPayment($isTransactionPending, $isFraudDetected) method getCurrency (line 144) | private function getCurrency() method assertOrderStateAndStatus (line 160) | private function assertOrderStateAndStatus($order, $expectedState, $ex... FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/State/RegisterCaptureNotificationCommandTest.php class RegisterCaptureNotificationCommandTest (line 18) | class RegisterCaptureNotificationCommandTest extends \PHPUnit\Framework\... method testExecute (line 42) | public function testExecute( method commandResultDataProvider (line 64) | public function commandResultDataProvider() method getStatusResolver (line 113) | private function getStatusResolver() method getOrder (line 128) | private function getOrder($state) method getPayment (line 147) | private function getPayment($isTransactionPending, $isFraudDetected) method getCurrency (line 163) | private function getCurrency() method assertOrderStateAndStatus (line 179) | private function assertOrderStateAndStatus($order, $expectedState, $ex... FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/Transaction/BuilderTest.php class BuilderTest (line 11) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCreate (line 63) | public function testCreate( method expectsLinkWithParentTransaction (line 147) | protected function expectsLinkWithParentTransaction( method expectTransaction (line 184) | protected function expectTransaction($orderId, $paymentId) method expectDocument (line 215) | protected function expectDocument($transactionId) method expectSetPaymentObject (line 230) | protected function expectSetPaymentObject($newTransaction, $type, $fai... method expectsIsPaymentTransactionClosed (line 248) | protected function expectsIsPaymentTransactionClosed($isPaymentTransac... method createDataProvider (line 263) | public function createDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/Transaction/ManagerTest.php class ManagerTest (line 14) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetAuthorizationTransaction (line 45) | public function testGetAuthorizationTransaction($parentTransactionId, ... method testIsTransactionExists (line 73) | public function testIsTransactionExists($transactionId, $isRepositoryR... method testGenerateTransactionId (line 97) | public function testGenerateTransactionId( method generateTransactionIdDataProvider (line 131) | public function generateTransactionIdDataProvider() method isTransactionExistsDataProvider (line 161) | public function isTransactionExistsDataProvider() method getAuthorizationDataProvider (line 174) | public function getAuthorizationDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/Transaction/RepositoryTest.php class RepositoryTest (line 14) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testCreate (line 128) | public function testCreate(): void method testSave (line 138) | public function testSave(): void method testDelete (line 154) | public function testDelete(): void method testGet (line 167) | public function testGet(): void method testGetException (line 185) | public function testGetException(): void method testGetNoSuchEntity (line 197) | public function testGetNoSuchEntity(): void method testGetExistInStorage (line 213) | public function testGetExistInStorage(): void method testGetList (line 229) | public function testGetList(): void method testGetByTransactionId (line 241) | public function testGetByTransactionId(): void method testGetByTransactionIdNotFound (line 270) | public function testGetByTransactionIdNotFound(): void method testGetByTransactionIdFromStorage (line 299) | public function testGetByTransactionIdFromStorage(): void method testGetByTransactionType (line 319) | public function testGetByTransactionType(): void method testGetByTransactionTypeFromCache (line 382) | public function testGetByTransactionTypeFromCache(): void method mockTransaction (line 403) | protected function mockTransaction($transactionId, $withoutTransaction... method initListMock (line 415) | protected function initListMock(): void FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Payment/TransactionTest.php class TransactionTest (line 11) | class TransactionTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetHtmlTxnId (line 48) | public function testGetHtmlTxnId() method testGetHtmlTxnIdIsNull (line 58) | public function testGetHtmlTxnIdIsNull() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/PaymentAdapterTest.php class PaymentAdapterTest (line 11) | class PaymentAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testPay (line 61) | public function testPay() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php class PaymentTest (line 27) | class PaymentTest extends \PHPUnit\Framework\TestCase method setUp (line 137) | protected function setUp() method tearDown (line 303) | protected function tearDown() method testCancel (line 308) | public function testCancel() method testPlace (line 321) | public function testPlace() method testPlaceActionOrder (line 346) | public function testPlaceActionOrder() method mockPlaceEvents (line 397) | protected function mockPlaceEvents() method testPlaceActionAuthorizeInitializeNeeded (line 407) | public function testPlaceActionAuthorizeInitializeNeeded() method testPlaceActionAuthorizeFraud (line 457) | public function testPlaceActionAuthorizeFraud() method testPlaceActionAuthorizeCapture (line 504) | public function testPlaceActionAuthorizeCapture() method testAuthorize (line 553) | public function testAuthorize($isOnline, $amount) method authorizeDataProvider (line 566) | public function authorizeDataProvider() method testAcceptApprovePaymentTrue (line 574) | public function testAcceptApprovePaymentTrue() method acceptPaymentFalseProvider (line 607) | public function acceptPaymentFalseProvider() method testAcceptApprovePaymentFalse (line 626) | public function testAcceptApprovePaymentFalse($isFraudDetected, $status) method testAcceptApprovePaymentFalseOrderState (line 663) | public function testAcceptApprovePaymentFalseOrderState($isFraudDetected) method testDenyPaymentFalse (line 699) | public function testDenyPaymentFalse() method testDenyPaymentIpn (line 728) | public function testDenyPaymentIpn() method testDenyPaymentNegative (line 750) | public function testDenyPaymentNegative($isFraudDetected, $status) method testDenyPaymentNegativeStateReview (line 782) | public function testDenyPaymentNegativeStateReview() method testDenyPaymentIpnNegativeStateReview (line 820) | public function testDenyPaymentIpnNegativeStateReview() method mockInvoice (line 859) | private function mockInvoice($transactionId, $countCall = 1) method testUpdateOnlineTransactionApproved (line 872) | public function testUpdateOnlineTransactionApproved() method testUpdateOnlineTransactionApprovedIpn (line 907) | public function testUpdateOnlineTransactionApprovedIpn() method testUpdateOnlineTransactionDenied (line 934) | public function testUpdateOnlineTransactionDenied() method testUpdateOnlineTransactionDeniedFalse (line 968) | public function testUpdateOnlineTransactionDeniedFalse($isFraudDetecte... method testUpdateOnlineTransactionDeniedFalseHistoryComment (line 1006) | public function testUpdateOnlineTransactionDeniedFalseHistoryComment() method mockResultTrueMethods (line 1053) | protected function mockResultTrueMethods($transactionId, $baseGrandTot... method mockResultFalseMethods (line 1075) | protected function mockResultFalseMethods($message) method testAcceptWithoutInvoiceResultTrue (line 1087) | public function testAcceptWithoutInvoiceResultTrue() method testDenyWithoutInvoiceResultFalse (line 1122) | public function testDenyWithoutInvoiceResultFalse() method testCanCaptureNoAuthorizationTransaction (line 1157) | public function testCanCaptureNoAuthorizationTransaction() method testCanCaptureCreateTransaction (line 1165) | public function testCanCaptureCreateTransaction() method testCanCaptureAuthorizationTransaction (line 1188) | public function testCanCaptureAuthorizationTransaction() method testCannotCapture (line 1212) | public function testCannotCapture() method testPay (line 1221) | public function testPay() method testPayWithMultipleInvoices (line 1244) | public function testPayWithMultipleInvoices() method testGetOrder (line 1265) | public function testGetOrder() method testGetOrderDefault (line 1273) | public function testGetOrderDefault() method testGetOrderNull (line 1279) | public function testGetOrderNull() method testCancelInvoice (line 1286) | public function testCancelInvoice() method testRegisterRefundNotificationTransactionExists (line 1319) | public function testRegisterRefundNotificationTransactionExists() method testRegisterRefundNotification (line 1350) | public function testRegisterRefundNotification() method testRegisterRefundNotificationWrongAmount (line 1418) | public function testRegisterRefundNotificationWrongAmount() method testCanRefund (line 1458) | public function testCanRefund($canRefund) method testRefund (line 1469) | public function testRefund() method boolProvider (line 1542) | public function boolProvider() method testIsCaptureFinal (line 1554) | public function testIsCaptureFinal() method testGetShouldCloseParentTransaction (line 1571) | public function testGetShouldCloseParentTransaction() method initPayment (line 1583) | protected function initPayment() method assertOrderUpdated (line 1608) | protected function assertOrderUpdated( method mockGetDefaultStatus (line 1641) | protected function mockGetDefaultStatus($state, $status, $allStatuses ... method getTransactionMock (line 1670) | protected function getTransactionMock($transactionId) method getTransactionBuilderMock (line 1697) | protected function getTransactionBuilderMock( method getTransactionIdComment (line 1736) | protected function getTransactionIdComment() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/AbstractTest.php class AbstractTest (line 11) | class AbstractTest extends \PHPUnit\Framework\TestCase method testInsertTotals (line 17) | public function testInsertTotals() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/Config/ReaderTest.php class ReaderTest (line 8) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testRead (line 87) | public function testRead() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetSchema (line 42) | public function testGetSchema() method testGetPerFileSchema (line 50) | public function testGetPerFileSchema() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/Config/XsdTest.php class XsdTest (line 10) | class XsdTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 22) | public static function setUpBeforeClass() method setUp (line 29) | protected function setUp() method testSchemaByExemplar (line 41) | public function testSchemaByExemplar($fixtureXml, array $expectedErrors) method testFileSchemaByExemplar (line 51) | public function testFileSchemaByExemplar($fixtureXml, array $expectedE... method _testSchema (line 63) | protected function _testSchema($schema, $fixtureXml, array $expectedEr... method schemaByExemplarDataProvider (line 77) | public function schemaByExemplarDataProvider() method fileSchemaByExemplarDataProvider (line 102) | public function fileSchemaByExemplarDataProvider() method _getExemplarTestData (line 125) | protected function _getExemplarTestData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetRenderersPerProduct (line 26) | public function testGetRenderersPerProduct() method testGetTotals (line 43) | public function testGetTotals() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/InvoiceTest.php class InvoiceTest (line 20) | class InvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetPdfInitRenderer (line 98) | public function testGetPdfInitRenderer() method testInsertLogoDatabaseMediaStorage (line 127) | public function testInsertLogoDatabaseMediaStorage() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/Total/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testCreate (line 32) | public function testCreate($class, $arguments, $expectedClassName) method createDataProvider (line 56) | public static function createDataProvider() method testCreateException (line 72) | public function testCreateException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/RefundAdapterTest.php class RefundAdapterTest (line 11) | class RefundAdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testRefund (line 61) | public function testRefund() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Reorder/OrderProductAvailabilityCheckerTest.php class OrderProductAvailabilityCheckerTest (line 17) | class OrderProductAvailabilityCheckerTest extends \PHPUnit\Framework\Tes... method setUp (line 54) | protected function setUp() method testIsAvailableTrue (line 79) | public function testIsAvailableTrue() method testIsAvailableFalse (line 86) | public function testIsAvailableFalse() method testIsAvailableException (line 96) | public function testIsAvailableException() method testIsAvailableTypeNotChecks (line 102) | public function testIsAvailableTypeNotChecks() method getProductType (line 111) | private function getProductType($productType) method isAvailable (line 124) | private function isAvailable($result) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Reorder/UnavailableProductsProviderTest.php class UnavailableProductsProviderTest (line 17) | class UnavailableProductsProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetForOrder (line 62) | public function testGetForOrder() method testGetForOrderEmpty (line 75) | public function testGetForOrderEmpty() method isAvailable (line 85) | private function isAvailable($result) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Comment/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testValidate (line 44) | public function testValidate($commentDataMap, $commentData, $expectedW... method providerCommentData (line 61) | public function providerCommentData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/CommentRepositoryTest.php class CommentRepositoryTest (line 26) | class CommentRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testSave (line 114) | public function testSave() method testSaveWithException (line 146) | public function testSaveWithException() method testSaveSendCatchException (line 158) | public function testSaveSendCatchException() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/OrderRegistrarTest.php class OrderRegistrarTest (line 8) | class OrderRegistrarTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testRegister (line 37) | public function testRegister() method getShipmentItemMock (line 63) | private function getShipmentItemMock() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Plugin/ShippingLabelConverterTest.php class ShippingLabelConverterTest (line 13) | class ShippingLabelConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAfterGet (line 46) | public function testAfterGet() method testAfterGetList (line 58) | public function testAfterGetList() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Sender/EmailSenderTest.php class EmailSenderTest (line 14) | class EmailSenderTest extends \PHPUnit\Framework\TestCase method setUp (line 104) | protected function setUp() method testSend (line 239) | public function testSend($configValue, $forceSyncMode, $isComment, $em... method sendDataProvider (line 357) | public function sendDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Track/ValidatorTest.php class ValidatorTest (line 11) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testValidate (line 43) | public function testValidate($trackDataMap, $trackData, $expectedWarni... method providerTrackData (line 60) | public function providerTrackData() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/TrackTest.php class TrackTest (line 8) | class TrackTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testAddData (line 25) | public function testAddData() method testGetStoreId (line 35) | public function testGetStoreId() method testSetGetNumber (line 47) | public function testSetGetNumber() method testIsCustom (line 63) | public function testIsCustom($expectedResult, $carrierCodeToSet) method isCustomDataProvider (line 72) | public static function isCustomDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Validation/QuantityValidatorTest.php class QuantityValidatorTest (line 16) | class QuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidateTrackWithoutOrderId (line 43) | public function testValidateTrackWithoutOrderId() method testValidateTrackWithoutItems (line 54) | public function testValidateTrackWithoutItems() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Shipment/Validation/TrackValidatorTest.php class TrackValidatorTest (line 16) | class TrackValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testValidateTrackWithNumber (line 43) | public function testValidateTrackWithNumber() method testValidateTrackWithoutNumber (line 54) | public function testValidateTrackWithoutNumber() method testValidateTrackWithEmptyTracks (line 65) | public function testValidateTrackWithEmptyTracks() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentDocumentFactoryTest.php class ShipmentDocumentFactoryTest (line 25) | class ShipmentDocumentFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testCreate (line 134) | public function testCreate() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentFactoryTest.php class ShipmentFactoryTest (line 12) | class ShipmentFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testCreate (line 72) | public function testCreate($tracks) method createDataProvider (line 163) | public function createDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentRepositoryTest.php class ShipmentRepositoryTest (line 15) | class ShipmentRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGet (line 72) | public function testGet($id, $entityId) method getDataProvider (line 120) | public function getDataProvider() method testGetList (line 129) | public function testGetList() method testDelete (line 144) | public function testDelete() method testDeleteWithException (line 175) | public function testDeleteWithException() method testSave (line 201) | public function testSave() method testSaveWithException (line 232) | public function testSaveWithException() method testCreate (line 258) | public function testCreate() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentTest.php class ShipmentTest (line 15) | class ShipmentTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetIncrementId (line 51) | public function testGetIncrementId() method testGetCommentsCollection (line 63) | public function testGetCommentsCollection() method testGetComments (line 101) | public function testGetComments() method initCommentsCollectionFactoryMock (line 137) | private function initCommentsCollectionFactoryMock() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/StateResolverTest.php class StateResolverTest (line 15) | class StateResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testStateComplete (line 36) | public function testStateComplete() method testStateClosed (line 41) | public function testStateClosed() method testStateNew (line 58) | public function testStateNew() method testStateProcessing (line 66) | public function testStateProcessing() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Status/History/ValidatorTest.php class ValidatorTest (line 11) | class ValidatorTest extends \PHPUnit\Framework\TestCase method testValidate (line 13) | public function testValidate() method testValidateNegative (line 23) | public function testValidateNegative() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Status/HistoryTest.php class HistoryTest (line 14) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testSetOrder (line 54) | public function testSetOrder() method testSetIsCustomerNotified (line 62) | public function testSetIsCustomerNotified() method testSetIsCustomerNotifiedNotApplicable (line 68) | public function testSetIsCustomerNotifiedNotApplicable() method testGetStatusLabel (line 74) | public function testGetStatusLabel() method testGetStoreFromStoreManager (line 86) | public function testGetStoreFromStoreManager() method testGetStoreFromOrder (line 93) | public function testGetStoreFromOrder() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/StatusResolverTest.php class StatusResolverTest (line 15) | class StatusResolverTest extends \PHPUnit\Framework\TestCase method testGetOrderStatusByState (line 23) | public function testGetOrderStatusByState($order, $expectedReturn) method statesDataProvider (line 33) | public function statesDataProvider() method getOrder (line 52) | private function getOrder($newOrderStatus, $stateStatuses) method getPayment (line 69) | private function getPayment($newOrderStatus) method getMethodInstance (line 84) | private function getMethodInstance($newOrderStatus) method getConfig (line 99) | private function getConfig($stateStatuses) FILE: app/code/Magento/Sales/Test/Unit/Model/Order/StatusTest.php class StatusTest (line 14) | class StatusTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testUnassignStateSuccess (line 62) | public function testUnassignStateSuccess() method testUnassignStateStateIsLast (line 92) | public function testUnassignStateStateIsLast() method testUnassignStateStatusUsed (line 111) | public function testUnassignStateStatusUsed() method _getPreparedModel (line 135) | protected function _getPreparedModel($resource = null, $eventDispatche... method testAssignState (line 154) | public function testAssignState() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Total/Config/BaseTest.php class BaseTest (line 11) | class BaseTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetTotalModels (line 52) | public function testGetTotalModels() method testGetTotalModelsInvalidTotalModel (line 87) | public function testGetTotalModelsInvalidTotalModel() method testGetTotalUnserializeCachedCollectorCodes (line 105) | public function testGetTotalUnserializeCachedCollectorCodes() method testGetTotalModelsSortingSubroutine (line 137) | public function testGetTotalModelsSortingSubroutine() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Validation/CanInvoiceTest.php class CanInvoiceTest (line 14) | class CanInvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCanInvoiceWrongState (line 58) | public function testCanInvoiceWrongState($state) method canInvoiceWrongStateDataProvider (line 78) | public function canInvoiceWrongStateDataProvider() method testCanInvoiceNoItems (line 89) | public function testCanInvoiceNoItems() method testCanInvoice (line 111) | public function testCanInvoice($qtyToInvoice, $itemLockedDoInvoice, $e... method canInvoiceDataProvider (line 139) | public function canInvoiceDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Validation/CanRefundTest.php class CanRefundTest (line 13) | class CanRefundTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testCanCreditmemoWrongState (line 61) | public function testCanCreditmemoWrongState($state) method canCreditmemoWrongStateDataProvider (line 85) | public function canCreditmemoWrongStateDataProvider() method testCanCreditmemoNoMoney (line 95) | public function testCanCreditmemoNoMoney() FILE: app/code/Magento/Sales/Test/Unit/Model/Order/Validation/CanShipTest.php class CanShipTest (line 14) | class CanShipTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCanShipWrongState (line 58) | public function testCanShipWrongState($state) method canShipWrongStateDataProvider (line 78) | public function canShipWrongStateDataProvider() method testCanShipNoItems (line 87) | public function testCanShipNoItems() method testCanShip (line 109) | public function testCanShip($qtyToShipment, $itemLockedDoShipment, $ex... method canShipDataProvider (line 137) | public function canShipDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/OrderIncrementIdCheckerTest.php class OrderIncrementIdCheckerTest (line 13) | class OrderIncrementIdCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testIsIncrementIdUsed (line 67) | public function testIsIncrementIdUsed($value): void method isOrderIncrementIdUsedDataProvider (line 77) | public function isOrderIncrementIdUsedDataProvider(): array FILE: app/code/Magento/Sales/Test/Unit/Model/OrderNotifierTest.php class OrderNotifierTest (line 17) | class OrderNotifierTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testNotifySuccess (line 66) | public function testNotifySuccess() method testNotifyFail (line 102) | public function testNotifyFail() method testNotifyException (line 113) | public function testNotifyException() FILE: app/code/Magento/Sales/Test/Unit/Model/OrderRepositoryTest.php class OrderRepositoryTest (line 18) | class OrderRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testGetList (line 98) | public function testGetList() method testSave (line 151) | public function testSave() FILE: app/code/Magento/Sales/Test/Unit/Model/OrderTest.php class OrderTest (line 32) | class OrderTest extends \PHPUnit\Framework\TestCase method setUp (line 114) | protected function setUp() method testGetItems (line 207) | public function testGetItems() method prepareOrderItem (line 232) | private function prepareOrderItem(int $orderId = 0) method testGetItemById (line 247) | public function testGetItemById() method testGetItemByQuoteItemId (line 268) | public function testGetItemByQuoteItemId($gettingQuoteItemId, $quoteIt... method dataProviderGetItemByQuoteItemId (line 286) | public function dataProviderGetItemByQuoteItemId() method testGetAllVisibleItems (line 305) | public function testGetAllVisibleItems($isDeleted, $parentItemId, arra... method dataProviderGetAllVisibleItems (line 327) | public function dataProviderGetAllVisibleItems() method testCanCancelCanUnhold (line 338) | public function testCanCancelCanUnhold() method testCanCancelIsPaymentReview (line 345) | public function testCanCancelIsPaymentReview() method testCanInvoice (line 357) | public function testCanInvoice() method testGetCustomerName (line 377) | public function testGetCustomerName(array $expectedData) method customerNameProvider (line 391) | public function customerNameProvider() method testCanNotInvoiceInSomeStates (line 421) | public function testCanNotInvoiceInSomeStates($status) method testCanNotInvoiceWhenActionInvoiceFlagIsFalse (line 433) | public function testCanNotInvoiceWhenActionInvoiceFlagIsFalse() method testCanNotInvoiceWhenLockedInvoice (line 450) | public function testCanNotInvoiceWhenLockedInvoice() method testCanNotInvoiceWhenDidNotHaveQtyToInvoice (line 468) | public function testCanNotInvoiceWhenDidNotHaveQtyToInvoice() method testCanCreditMemo (line 481) | public function testCanCreditMemo() method testCanNotCreditMemoWithTotalNull (line 490) | public function testCanNotCreditMemoWithTotalNull() method testCanNotCreditMemoWithAdjustmentNegative (line 499) | public function testCanNotCreditMemoWithAdjustmentNegative() method testCanCreditMemoWithAdjustmentNegativeLowerThanTotalPaid (line 514) | public function testCanCreditMemoWithAdjustmentNegativeLowerThanTotalP... method testCanNotCreditMemoWithSomeStates (line 534) | public function testCanNotCreditMemoWithSomeStates($state) method testCanNotCreditMemoWithForced (line 540) | public function testCanNotCreditMemoWithForced() method testCanEditIfHasInvoices (line 546) | public function testCanEditIfHasInvoices() method testCanReorder (line 566) | public function testCanReorder() method testCanReorderIsPaymentReview (line 614) | public function testCanReorderIsPaymentReview() method testCanReorderFlagReorderFalse (line 624) | public function testCanReorderFlagReorderFalse() method testCanReorderProductNotExists (line 635) | public function testCanReorderProductNotExists() method testCanReorderProductNotSalable (line 682) | public function testCanReorderProductNotSalable() method testCanCancelCanReviewPayment (line 727) | public function testCanCancelCanReviewPayment() method testCanCancelAllInvoiced (line 750) | public function testCanCancelAllInvoiced() method testCanCancelState (line 791) | public function testCanCancelState() method testCanCancelActionFlag (line 819) | public function testCanCancelActionFlag($cancelActionFlag) method testCanVoidPayment (line 862) | public function testCanVoidPayment($actionFlags, $orderState) method preparePaymentMock (line 908) | protected function preparePaymentMock($paymentMock) method _prepareOrderPayment (line 935) | protected function _prepareOrderPayment($order, $mockedMethods = []) method _getActionFlagsValues (line 954) | protected function _getActionFlagsValues() method _getOrderStatuses (line 974) | protected function _getOrderStatuses() method prepareItemMock (line 990) | protected function prepareItemMock($qtyInvoiced) method canVoidPaymentDataProvider (line 1022) | public function canVoidPaymentDataProvider() method dataProviderActionFlag (line 1036) | public function dataProviderActionFlag() method testGetIncrementId (line 1047) | public function testGetIncrementId() method testGetEntityType (line 1052) | public function testGetEntityType() method testGetStatusHistories (line 1062) | public function testGetStatusHistories() method testLoadByIncrementIdAndStoreId (line 1117) | public function testLoadByIncrementIdAndStoreId() method testSetPaymentWithId (line 1131) | public function testSetPaymentWithId() method testSetPaymentNoId (line 1168) | public function testSetPaymentNoId() method testSetPaymentNull (line 1205) | public function testSetPaymentNull() method testResetOrderWillResetPayment (line 1221) | public function testResetOrderWillResetPayment() method testGetCreatedAtFormattedUsesCorrectLocale (line 1240) | public function testGetCreatedAtFormattedUsesCorrectLocale() method notInvoicingStatesProvider (line 1259) | public function notInvoicingStatesProvider() method canNotCreditMemoStatesProvider (line 1271) | public function canNotCreditMemoStatesProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/RefundInvoiceTest.php class RefundInvoiceTest (line 35) | class RefundInvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 137) | protected function setUp() method testOrderCreditmemo (line 233) | public function testOrderCreditmemo($invoiceId, $isOnline, $items, $no... method testDocumentValidationException (line 332) | public function testDocumentValidationException() method testCouldNotCreditmemoException (line 395) | public function testCouldNotCreditmemoException() method dataProvider (line 469) | public function dataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/RefundOrderTest.php class RefundOrderTest (line 34) | class RefundOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 126) | protected function setUp() method testOrderCreditmemo (line 203) | public function testOrderCreditmemo($orderId, $notify, $appendComment) method testDocumentValidationException (line 297) | public function testDocumentValidationException() method testCouldNotCreditmemoException (line 353) | public function testCouldNotCreditmemoException() method dataProvider (line 414) | public function dataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/AttributeTest.php class AttributeTest (line 11) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSave (line 79) | public function testSave() method testSaveFailed (line 116) | public function testSaveFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/GridPoolTest.php class GridPoolTest (line 12) | class GridPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testRefreshByOrderId (line 61) | public function testRefreshByOrderId() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/GridTest.php class GridTest (line 18) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testRefreshBySchedule (line 84) | public function testRefreshBySchedule() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/HelperTest.php class HelperTest (line 13) | class HelperTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetBestsellersReportUpdateRatingPos (line 63) | public function testGetBestsellersReportUpdateRatingPos($aggregation, ... method getBestsellersReportUpdateRatingPosProvider (line 89) | public function getBestsellersReportUpdateRatingPosProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/AddressTest.php class AddressTest (line 11) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testSave (line 85) | public function testSave() method testSaveValidationFailed (line 108) | public function testSaveValidationFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Creditmemo/CommentTest.php class CommentTest (line 11) | class CommentTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSave (line 91) | public function testSave() method testSaveValidationFailed (line 112) | public function testSaveValidationFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Creditmemo/Relation/RefundTest.php class RefundTest (line 11) | class RefundTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testProcessRelation (line 61) | public function testProcessRelation() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Creditmemo/RelationTest.php class RelationTest (line 12) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testProcessRelations (line 91) | public function testProcessRelations() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Handler/AddressTest.php class AddressTest (line 11) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testProcessBillingAddress (line 68) | public function testProcessBillingAddress() method testProcessShippingAddress (line 101) | public function testProcessShippingAddress() method testRemoveEmptyAddresses (line 131) | public function testRemoveEmptyAddresses() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Handler/StateTest.php class StateTest (line 13) | class StateTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCheck (line 70) | public function testCheck( method stateCheckDataProvider (line 109) | public function stateCheckDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Invoice/CommentTest.php class CommentTest (line 11) | class CommentTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSave (line 90) | public function testSave() method testSaveValidationFailed (line 111) | public function testSaveValidationFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Invoice/RelationTest.php class RelationTest (line 12) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testProcessRelation (line 98) | public function testProcessRelation() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Plugin/AuthorizationTest.php class AuthorizationTest (line 14) | class AuthorizationTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAfterLoad (line 60) | public function testAfterLoad() method testAfterLoadWithException (line 75) | public function testAfterLoadWithException() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/RelationTest.php class RelationTest (line 12) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testProcessRelation (line 126) | public function testProcessRelation() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Shipment/CommentTest.php class CommentTest (line 11) | class CommentTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSave (line 90) | public function testSave() method testSaveValidationFailed (line 111) | public function testSaveValidationFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Shipment/RelationTest.php class RelationTest (line 23) | class RelationTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp(): void method testProcessRelations (line 103) | public function testProcessRelations(): void FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Shipment/TrackTest.php class TrackTest (line 11) | class TrackTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSave (line 90) | public function testSave() method testSaveValidationFailed (line 111) | public function testSaveValidationFailed() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Status/History/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testGetUnnotifiedForInstance (line 121) | public function testGetUnnotifiedForInstance() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Status/HistoryTest.php class HistoryTest (line 12) | class HistoryTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testSave (line 85) | public function testSave() method testValidate (line 103) | public function testValidate() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/StatusTest.php class StatusTest (line 14) | class StatusTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testAssignState (line 73) | public function testAssignState() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Tax/ItemTest.php class ItemTest (line 11) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetTaxItemsByOrderId (line 48) | public function testGetTaxItemsByOrderId() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/OrderTest.php class OrderTest (line 21) | class OrderTest extends \PHPUnit\Framework\TestCase method setUp (line 91) | protected function setUp() method testSave (line 147) | public function testSave() FILE: app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Provider/NotSyncedDataProviderTest.php class NotSyncedDataProviderTest (line 16) | class NotSyncedDataProviderTest extends \PHPUnit\Framework\TestCase method testGetIdsEmpty (line 18) | public function testGetIdsEmpty() method testGetIds (line 33) | public function testGetIds() FILE: app/code/Magento/Sales/Test/Unit/Model/Rss/NewOrderTest.php class NewOrderTest (line 15) | class NewOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testIsAllowed (line 112) | public function testIsAllowed() method testGetData (line 117) | public function testGetData() method testGetCacheKey (line 158) | public function testGetCacheKey() method testGetCacheLifetime (line 163) | public function testGetCacheLifetime() method getFeeds (line 168) | public function getFeeds() FILE: app/code/Magento/Sales/Test/Unit/Model/Rss/OrderStatusTest.php class OrderStatusTest (line 17) | class OrderStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 99) | protected function setUp() method testGetRssData (line 156) | public function testGetRssData() method testGetRssDataWithError (line 200) | public function testGetRssDataWithError() method testGetRssDataWithWrongSignature (line 228) | public function testGetRssDataWithWrongSignature() method testIsAllowed (line 253) | public function testIsAllowed() method testGetCacheKey (line 268) | public function testGetCacheKey($requestData, $result) method getCacheKeyDataProvider (line 291) | public function getCacheKeyDataProvider() method testGetCacheLifetime (line 304) | public function testGetCacheLifetime() FILE: app/code/Magento/Sales/Test/Unit/Model/Service/CreditmemoServiceTest.php class CreditmemoServiceTest (line 19) | class CreditmemoServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testCancel (line 109) | public function testCancel() method testGetCommentsList (line 117) | public function testGetCommentsList() method testNotify (line 157) | public function testNotify() method testRefund (line 181) | public function testRefund() method testRefundPendingCreditMemo (line 251) | public function testRefundPendingCreditMemo() method testRefundExpectsMoneyAvailableToReturn (line 327) | public function testRefundExpectsMoneyAvailableToReturn() method testRefundDoNotExpectsId (line 369) | public function testRefundDoNotExpectsId() method testMultiCurrencyRefundExpectsMoneyAvailableToReturn (line 382) | public function testMultiCurrencyRefundExpectsMoneyAvailableToReturn() FILE: app/code/Magento/Sales/Test/Unit/Model/Service/InvoiceServiceTest.php class InvoiceServiceTest (line 13) | class InvoiceServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testSetCapture (line 102) | public function testSetCapture() method testGetCommentsList (line 123) | public function testGetCommentsList() method testNotify (line 163) | public function testNotify() method testSetVoid (line 190) | public function testSetVoid() FILE: app/code/Magento/Sales/Test/Unit/Model/Service/OrderServiceTest.php class OrderServiceTest (line 16) | class OrderServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testCancel (line 168) | public function testCancel() method testCancelFailed (line 186) | public function testCancelFailed() method testGetCommentsList (line 201) | public function testGetCommentsList() method testAddComment (line 232) | public function testAddComment() method testNotify (line 256) | public function testNotify() method testGetStatus (line 269) | public function testGetStatus() method testHold (line 281) | public function testHold() method testUnHold (line 297) | public function testUnHold() FILE: app/code/Magento/Sales/Test/Unit/Model/Service/ShipmentServiceTest.php class ShipmentServiceTest (line 13) | class ShipmentServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetLabel (line 99) | public function testGetLabel() method testGetCommentsList (line 120) | public function testGetCommentsList() method testNotify (line 160) | public function testNotify() FILE: app/code/Magento/Sales/Test/Unit/Model/ShipOrderTest.php class ShipOrderTest (line 34) | class ShipOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 131) | protected function setUp() method testExecute (line 216) | public function testExecute($orderId, $items, $notify, $appendComment) method testDocumentValidationException (line 309) | public function testDocumentValidationException() method testCouldNotShipException (line 367) | public function testCouldNotShipException() method dataProvider (line 438) | public function dataProvider() FILE: app/code/Magento/Sales/Test/Unit/Model/Status/ListStatusTest.php class ListStatusTest (line 12) | class ListStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testAddAndGetItem (line 22) | public function testAddAndGetItem() method testRemovePresentAndAbsentItems (line 42) | public function testRemovePresentAndAbsentItems() method testRemoveItemsByPresentAndAbsentParams (line 50) | public function testRemoveItemsByPresentAndAbsentParams() method testClear (line 58) | public function testClear() method addItems (line 72) | protected function addItems() FILE: app/code/Magento/Sales/Test/Unit/Model/ValidatorResultMergerTest.php class ValidatorResultMergerTest (line 18) | class ValidatorResultMergerTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testMerge (line 62) | public function testMerge() FILE: app/code/Magento/Sales/Test/Unit/Model/ValidatorResultTest.php class ValidatorResultTest (line 16) | class ValidatorResultTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testAddMessages (line 48) | public function testAddMessages() method testHasMessages (line 66) | public function testHasMessages() FILE: app/code/Magento/Sales/Test/Unit/Model/ValidatorTest.php class ValidatorTest (line 23) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testValidate (line 96) | public function testValidate() method testValidateWithException (line 123) | public function testValidateWithException() FILE: app/code/Magento/Sales/Test/Unit/Observer/AssignOrderToCustomerObserverTest.php class AssignOrderToCustomerObserverTest (line 23) | class AssignOrderToCustomerObserverTest extends TestCase method setUp (line 37) | protected function setUp() method testAssignOrderToCustomerAfterGuestOrder (line 58) | public function testAssignOrderToCustomerAfterGuestOrder($orderCustome... method getCustomerIds (line 101) | public function getCustomerIds() FILE: app/code/Magento/Sales/Test/Unit/Observer/Backend/CatalogPriceRuleTest.php class CatalogPriceRuleTest (line 11) | class CatalogPriceRuleTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testDispatch (line 35) | public function testDispatch() FILE: app/code/Magento/Sales/Test/Unit/Observer/Backend/CatalogProductSaveAfterObserverTest.php class CatalogProductSaveAfterObserverTest (line 11) | class CatalogProductSaveAfterObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 33) | protected function setUp() method testSaveProduct (line 50) | public function testSaveProduct($productId, $productStatus) method statusUpdateDataProvider (line 66) | public function statusUpdateDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Observer/Backend/SubtractQtyFromQuotesObserverTest.php class SubtractQtyFromQuotesObserverTest (line 10) | class SubtractQtyFromQuotesObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testSubtractQtyFromQuotes (line 44) | public function testSubtractQtyFromQuotes() FILE: app/code/Magento/Sales/Test/Unit/Observer/Frontend/AddVatRequestParamsOrderCommentTest.php class AddVatRequestParamsOrderCommentTest (line 13) | class AddVatRequestParamsOrderCommentTest extends \PHPUnit\Framework\Tes... method setUp (line 25) | protected function setUp() method testAddVatRequestParamsOrderComment (line 43) | public function testAddVatRequestParamsOrderComment( method addVatRequestParamsOrderCommentDataProvider (line 90) | public function addVatRequestParamsOrderCommentDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Observer/Frontend/RestoreCustomerGroupIdTest.php class RestoreCustomerGroupIdTest (line 13) | class RestoreCustomerGroupIdTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 35) | public function testExecute($configAddressType) method restoreCustomerGroupIdDataProvider (line 78) | public function restoreCustomerGroupIdDataProvider() FILE: app/code/Magento/Sales/Test/Unit/Observer/GridProcessAddressChangeTest.php class GridProcessAddressChangeTest (line 12) | class GridProcessAddressChangeTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGridsReindex (line 41) | public function testGridsReindex() FILE: app/code/Magento/Sales/Test/Unit/Observer/GridSyncInsertObserverTest.php class GridSyncInsertObserverTest (line 12) | class GridSyncInsertObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testSyncInsert (line 69) | public function testSyncInsert() method testSyncInsertDisabled (line 87) | public function testSyncInsertDisabled() FILE: app/code/Magento/Sales/Test/Unit/Observer/GridSyncRemoveObserverTest.php class GridSyncRemoveObserverTest (line 12) | class GridSyncRemoveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testSyncRemove (line 60) | public function testSyncRemove() FILE: app/code/Magento/Sales/Test/Unit/Setup/SalesOrderPaymentDataConverterTest.php class SalesOrderPaymentDataConverterTest (line 13) | class SalesOrderPaymentDataConverterTest extends \PHPUnit\Framework\Test... method setUp (line 30) | protected function setUp() method testConvert (line 44) | public function testConvert() FILE: app/code/Magento/Sales/Test/Unit/Setup/SalesSetupTest.php class SalesSetupTest (line 17) | class SalesSetupTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetConnection (line 82) | public function testGetConnection() FILE: app/code/Magento/Sales/Test/Unit/Setup/SerializedDataConverterTest.php class SerializedDataConverterTest (line 13) | class SerializedDataConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testConvert (line 44) | public function testConvert() method testConvertBundleAttributes (line 68) | public function testConvertBundleAttributes() method testConvertCustomOptionsTypeFile (line 111) | public function testConvertCustomOptionsTypeFile() method testConvertCorruptedData (line 175) | public function testConvertCorruptedData() method testConvertSkipConversion (line 187) | public function testConvertSkipConversion() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/DataProvider/DocumentTest.php class DocumentTest (line 20) | class DocumentTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetStateAttribute (line 49) | public function testGetStateAttribute() method testGetCustomerGroupAttribute (line 63) | public function testGetCustomerGroupAttribute() method initAttributeValueFactoryMock (line 85) | private function initAttributeValueFactoryMock() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/AddressTest.php class AddressTest (line 15) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testPrepareDataSource (line 46) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/CustomerGroupTest.php class CustomerGroupTest (line 15) | class CustomerGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testPrepareDataSource (line 43) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/PaymentMethodTest.php class PaymentMethodTest (line 15) | class PaymentMethodTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testPrepareDataSource (line 43) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/PriceTest.php class PriceTest (line 17) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testPrepareDataSource (line 48) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/PurchasedPriceTest.php class PurchasedPriceTest (line 17) | class PurchasedPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testPrepareDataSource (line 48) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/Status/OptionsTest.php class OptionsTest (line 15) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testToOptionArray (line 40) | public function testToOptionArray() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/StatusTest.php class StatusTest (line 13) | class StatusTest extends \PHPUnit\Framework\TestCase method testPrepareDataSource (line 15) | public function testPrepareDataSource() FILE: app/code/Magento/Sales/Test/Unit/Ui/Component/Listing/Column/ViewActionTest.php class ViewActionTest (line 15) | class ViewActionTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testPrepareDataSource (line 46) | public function testPrepareDataSource( method prepareDataSourceDataProvider (line 86) | public function prepareDataSourceDataProvider() FILE: app/code/Magento/Sales/Ui/Component/Control/PdfAction.php class PdfAction (line 13) | class PdfAction extends Action method prepare (line 20) | public function prepare() FILE: app/code/Magento/Sales/Ui/Component/DataProvider/Document.php class Document (line 16) | class Document extends \Magento\Framework\View\Element\UiComponent\DataP... method __construct (line 38) | public function __construct( method getCustomAttribute (line 49) | public function getCustomAttribute($attributeCode) method setStateValue (line 67) | private function setStateValue() method setCustomerGroupValue (line 81) | private function setCustomerGroupValue() FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Address.php class Address (line 17) | class Address extends Column method __construct (line 31) | public function __construct( method prepareDataSource (line 48) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Creditmemo/State.php class State (line 16) | class State extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Creditmemo/State/Options.php class Options (line 14) | class Options implements OptionSourceInterface method __construct (line 31) | public function __construct(CreditmemoRepositoryInterface $creditmemoR... method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/CustomerGroup.php class CustomerGroup (line 17) | class CustomerGroup extends Column method __construct (line 33) | public function __construct( method prepareDataSource (line 50) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Invoice/State.php class State (line 16) | class State extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Invoice/State/Options.php class Options (line 14) | class Options implements OptionSourceInterface method __construct (line 31) | public function __construct(InvoiceRepositoryInterface $invoiceReposit... method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/PaymentMethod.php class PaymentMethod (line 16) | class PaymentMethod extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Price.php class Price (line 19) | class Price extends Column method __construct (line 41) | public function __construct( method prepareDataSource (line 61) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/PurchasedPrice.php class PurchasedPrice (line 19) | class PurchasedPrice extends Column method __construct (line 41) | public function __construct( method prepareDataSource (line 61) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Status.php class Status (line 16) | class Status extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/Status/Options.php class Options (line 14) | class Options implements OptionSourceInterface method __construct (line 31) | public function __construct(CollectionFactory $collectionFactory) method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Sales/Ui/Component/Listing/Column/ViewAction.php class ViewAction (line 16) | class ViewAction extends Column method __construct (line 32) | public function __construct( method prepareDataSource (line 49) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Sales/ViewModel/CreditMemo/Create/UpdateTotalsButton.php class UpdateTotalsButton (line 19) | class UpdateTotalsButton implements \Magento\Framework\View\Element\Bloc... method __construct (line 35) | public function __construct( method getUpdateTotalsButton (line 48) | public function getUpdateTotalsButton(): string method createUpdateTotalsBlock (line 60) | private function createUpdateTotalsBlock(): BlockInterface FILE: app/code/Magento/Sales/ViewModel/Customer/AddressFormatter.php class AddressFormatter (line 15) | class AddressFormatter implements ArgumentInterface method __construct (line 61) | public function __construct( method getAddressesJson (line 82) | public function getAddressesJson(array $addressArray): string method getAddressAsString (line 105) | public function getAddressAsString(array $address): string method getEmptyAddressForm (line 121) | private function getEmptyAddressForm(): array FILE: app/code/Magento/Sales/view/adminhtml/web/order/create/giftmessage.js function findFieldLabel (line 132) | function findFieldLabel(field) { FILE: app/code/Magento/Sales/view/adminhtml/web/order/view/post-wrapper.js function getForm (line 17) | function getForm(url) { FILE: app/code/Magento/SalesGraphQl/Model/Resolver/Orders.php class Orders (line 20) | class Orders implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/SalesInventory/Model/Order/ReturnProcessor.php class ReturnProcessor (line 16) | class ReturnProcessor method __construct (line 51) | public function __construct( method execute (line 72) | public function execute( method canReturnItem (line 116) | private function canReturnItem( FILE: app/code/Magento/SalesInventory/Model/Order/ReturnValidator.php class ReturnValidator (line 17) | class ReturnValidator method __construct (line 28) | public function __construct(OrderItemRepositoryInterface $orderItemRep... method validate (line 38) | public function validate($returnToStockItems, CreditmemoInterface $cre... method isOrderItemPartOfCreditmemo (line 61) | private function isOrderItemPartOfCreditmemo(array $creditmemoItems, O... FILE: app/code/Magento/SalesInventory/Model/Plugin/Order/ReturnToStockInvoice.php class ReturnToStockInvoice (line 11) | class ReturnToStockInvoice method __construct (line 46) | public function __construct( method afterExecute (line 73) | public function afterExecute( FILE: app/code/Magento/SalesInventory/Model/Plugin/Order/ReturnToStockOrder.php class ReturnToStockOrder (line 17) | class ReturnToStockOrder method __construct (line 47) | public function __construct( method afterExecute (line 71) | public function afterExecute( FILE: app/code/Magento/SalesInventory/Model/Plugin/Order/Validation/InvoiceRefundCreationArguments.php class InvoiceRefundCreationArguments (line 19) | class InvoiceRefundCreationArguments method __construct (line 30) | public function __construct( method afterValidate (line 52) | public function afterValidate( method isReturnToStockItems (line 83) | private function isReturnToStockItems($arguments) FILE: app/code/Magento/SalesInventory/Model/Plugin/Order/Validation/OrderRefundCreationArguments.php class OrderRefundCreationArguments (line 19) | class OrderRefundCreationArguments method __construct (line 30) | public function __construct( method afterValidate (line 49) | public function afterValidate( method isReturnToStockItems (line 77) | private function isReturnToStockItems($arguments) FILE: app/code/Magento/SalesInventory/Observer/RefundOrderInventoryObserver.php class RefundOrderInventoryObserver (line 19) | class RefundOrderInventoryObserver implements ObserverInterface method __construct (line 60) | public function __construct( method execute (line 82) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Order/ReturnProcessorTest.php class ReturnProcessorTest (line 23) | class ReturnProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | public function setUp() method testExecute (line 120) | public function testExecute() FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Order/ReturnValidatorTest.php class ReturnValidatorTest (line 18) | class ReturnValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testValidate (line 71) | public function testValidate( method testValidationWithWrongOrderItems (line 107) | public function testValidationWithWrongOrderItems() method dataProvider (line 127) | public function dataProvider() FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Plugin/Order/ReturnToStockInvoiceTest.php class ReturnToStockInvoiceTest (line 13) | class ReturnToStockInvoiceTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testAfterExecute (line 122) | public function testAfterExecute() FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Plugin/Order/ReturnToStockOrderTest.php class ReturnToStockOrderTest (line 23) | class ReturnToStockOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testAfterExecute (line 112) | public function testAfterExecute() FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Plugin/Order/Validation/InvoiceRefundCreationArgumentsTest.php class InvoiceRefundCreationArgumentsTest (line 21) | class InvoiceRefundCreationArgumentsTest extends \PHPUnit\Framework\Test... method setUp (line 68) | protected function setUp() method testAfterValidation (line 109) | public function testAfterValidation($erroMessage) method dataProvider (line 146) | public function dataProvider() FILE: app/code/Magento/SalesInventory/Test/Unit/Model/Plugin/Order/Validation/OrderRefundCreationArgumentsTest.php class OrderRefundCreationArgumentsTest (line 20) | class OrderRefundCreationArgumentsTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testAfterValidation (line 99) | public function testAfterValidation($erroMessage) method dataProvider (line 134) | public function dataProvider() FILE: app/code/Magento/SalesInventory/Test/Unit/Observer/RefundOrderInventoryObserverTest.php class RefundOrderInventoryObserverTest (line 16) | class RefundOrderInventoryObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testRefundOrderInventory (line 146) | public function testRefundOrderInventory() method getCreditMemoItem (line 180) | private function getCreditMemoItem($productId) FILE: app/code/Magento/SalesRule/Api/CouponManagementInterface.php type CouponManagementInterface (line 15) | interface CouponManagementInterface method generate (line 24) | public function generate(\Magento\SalesRule\Api\Data\CouponGenerationS... method deleteByIds (line 35) | public function deleteByIds(array $ids, $ignoreInvalidCoupons = true); method deleteByCodes (line 46) | public function deleteByCodes(array $codes, $ignoreInvalidCoupons = tr... FILE: app/code/Magento/SalesRule/Api/CouponRepositoryInterface.php type CouponRepositoryInterface (line 14) | interface CouponRepositoryInterface method save (line 25) | public function save(\Magento\SalesRule\Api\Data\CouponInterface $coup... method getById (line 35) | public function getById($couponId); method getList (line 48) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method deleteById (line 58) | public function deleteById($couponId); FILE: app/code/Magento/SalesRule/Api/Data/ConditionInterface.php type ConditionInterface (line 14) | interface ConditionInterface extends \Magento\Framework\Api\ExtensibleDa... method getConditionType (line 24) | public function getConditionType(); method setConditionType (line 30) | public function setConditionType($conditionType); method getConditions (line 37) | public function getConditions(); method setConditions (line 45) | public function setConditions(array $conditions = null); method getAggregatorType (line 52) | public function getAggregatorType(); method setAggregatorType (line 60) | public function setAggregatorType($aggregatorType); method getOperator (line 67) | public function getOperator(); method setOperator (line 75) | public function setOperator($operator); method getAttributeName (line 82) | public function getAttributeName(); method setAttributeName (line 90) | public function setAttributeName($attributeName); method getValue (line 97) | public function getValue(); method setValue (line 105) | public function setValue($value); method getExtensionAttributes (line 112) | public function getExtensionAttributes(); method setExtensionAttributes (line 120) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Api/Data/CouponGenerationSpecInterface.php type CouponGenerationSpecInterface (line 14) | interface CouponGenerationSpecInterface extends \Magento\Framework\Api\E... method getRuleId (line 25) | public function getRuleId(); method setRuleId (line 33) | public function setRuleId($ruleId); method getFormat (line 40) | public function getFormat(); method setFormat (line 48) | public function setFormat($format); method getQuantity (line 55) | public function getQuantity(); method setQuantity (line 63) | public function setQuantity($quantity); method getLength (line 70) | public function getLength(); method setLength (line 78) | public function setLength($length); method getPrefix (line 85) | public function getPrefix(); method setPrefix (line 93) | public function setPrefix($prefix); method getSuffix (line 100) | public function getSuffix(); method setSuffix (line 108) | public function setSuffix($suffix); method getDelimiterAtEvery (line 115) | public function getDelimiterAtEvery(); method setDelimiterAtEvery (line 123) | public function setDelimiterAtEvery($delimiterAtEvery); method getDelimiter (line 130) | public function getDelimiter(); method setDelimiter (line 138) | public function setDelimiter($delimiter); method getExtensionAttributes (line 145) | public function getExtensionAttributes(); method setExtensionAttributes (line 153) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Api/Data/CouponInterface.php type CouponInterface (line 14) | interface CouponInterface extends \Magento\Framework\Api\ExtensibleDataI... method getCouponId (line 24) | public function getCouponId(); method setCouponId (line 32) | public function setCouponId($couponId); method getRuleId (line 39) | public function getRuleId(); method setRuleId (line 47) | public function setRuleId($ruleId); method getCode (line 54) | public function getCode(); method setCode (line 62) | public function setCode($code); method getUsageLimit (line 69) | public function getUsageLimit(); method setUsageLimit (line 77) | public function setUsageLimit($usageLimit); method getUsagePerCustomer (line 84) | public function getUsagePerCustomer(); method setUsagePerCustomer (line 92) | public function setUsagePerCustomer($usagePerCustomer); method getTimesUsed (line 99) | public function getTimesUsed(); method setTimesUsed (line 107) | public function setTimesUsed($timesUsed); method getExpirationDate (line 115) | public function getExpirationDate(); method setExpirationDate (line 124) | public function setExpirationDate($expirationDate); method getIsPrimary (line 132) | public function getIsPrimary(); method setIsPrimary (line 140) | public function setIsPrimary($isPrimary); method getCreatedAt (line 147) | public function getCreatedAt(); method setCreatedAt (line 155) | public function setCreatedAt($createdAt); method getType (line 162) | public function getType(); method setType (line 170) | public function setType($type); method getExtensionAttributes (line 177) | public function getExtensionAttributes(); method setExtensionAttributes (line 185) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Api/Data/CouponMassDeleteResultInterface.php type CouponMassDeleteResultInterface (line 14) | interface CouponMassDeleteResultInterface method getFailedItems (line 21) | public function getFailedItems(); method setFailedItems (line 29) | public function setFailedItems(array $items); method getMissingItems (line 36) | public function getMissingItems(); method setMissingItems (line 44) | public function setMissingItems(array $items); FILE: app/code/Magento/SalesRule/Api/Data/CouponSearchResultInterface.php type CouponSearchResultInterface (line 13) | interface CouponSearchResultInterface extends \Magento\Framework\Api\Sea... method getItems (line 20) | public function getItems(); method setItems (line 28) | public function setItems(array $items = null); FILE: app/code/Magento/SalesRule/Api/Data/DiscountDataInterface.php type DiscountDataInterface (line 13) | interface DiscountDataInterface method getAmount (line 20) | public function getAmount(); method getBaseAmount (line 27) | public function getBaseAmount(); method getOriginalAmount (line 34) | public function getOriginalAmount(); method getBaseOriginalAmount (line 41) | public function getBaseOriginalAmount(); FILE: app/code/Magento/SalesRule/Api/Data/RuleDiscountInterface.php type RuleDiscountInterface (line 14) | interface RuleDiscountInterface method getDiscountData (line 21) | public function getDiscountData(); method getRuleLabel (line 28) | public function getRuleLabel(); method getRuleID (line 35) | public function getRuleID(); FILE: app/code/Magento/SalesRule/Api/Data/RuleInterface.php type RuleInterface (line 16) | interface RuleInterface extends ExtensibleDataInterface method getRuleId (line 36) | public function getRuleId(); method setRuleId (line 44) | public function setRuleId($ruleId); method getName (line 51) | public function getName(); method setName (line 59) | public function setName($name); method getStoreLabels (line 66) | public function getStoreLabels(); method setStoreLabels (line 74) | public function setStoreLabels(array $storeLabels = null); method getDescription (line 81) | public function getDescription(); method setDescription (line 89) | public function setDescription($description); method getWebsiteIds (line 96) | public function getWebsiteIds(); method setWebsiteIds (line 104) | public function setWebsiteIds(array $websiteIds); method getCustomerGroupIds (line 111) | public function getCustomerGroupIds(); method setCustomerGroupIds (line 119) | public function setCustomerGroupIds(array $customerGroupIds); method getFromDate (line 126) | public function getFromDate(); method setFromDate (line 134) | public function setFromDate($fromDate); method getToDate (line 141) | public function getToDate(); method setToDate (line 149) | public function setToDate($fromDate); method getUsesPerCustomer (line 156) | public function getUsesPerCustomer(); method setUsesPerCustomer (line 164) | public function setUsesPerCustomer($usesPerCustomer); method getIsActive (line 172) | public function getIsActive(); method setIsActive (line 180) | public function setIsActive($isActive); method getCondition (line 187) | public function getCondition(); method setCondition (line 195) | public function setCondition(ConditionInterface $condition = null); method getActionCondition (line 202) | public function getActionCondition(); method setActionCondition (line 210) | public function setActionCondition(ConditionInterface $actionCondition... method getStopRulesProcessing (line 218) | public function getStopRulesProcessing(); method setStopRulesProcessing (line 226) | public function setStopRulesProcessing($stopRulesProcessing); method getIsAdvanced (line 234) | public function getIsAdvanced(); method setIsAdvanced (line 242) | public function setIsAdvanced($isAdvanced); method getProductIds (line 249) | public function getProductIds(); method setProductIds (line 257) | public function setProductIds(array $productIds = null); method getSortOrder (line 264) | public function getSortOrder(); method setSortOrder (line 272) | public function setSortOrder($sortOrder); method getSimpleAction (line 279) | public function getSimpleAction(); method setSimpleAction (line 287) | public function setSimpleAction($simpleAction); method getDiscountAmount (line 294) | public function getDiscountAmount(); method setDiscountAmount (line 302) | public function setDiscountAmount($discountAmount); method getDiscountQty (line 309) | public function getDiscountQty(); method setDiscountQty (line 317) | public function setDiscountQty($discountQty); method getDiscountStep (line 324) | public function getDiscountStep(); method setDiscountStep (line 332) | public function setDiscountStep($discountStep); method getApplyToShipping (line 340) | public function getApplyToShipping(); method setApplyToShipping (line 348) | public function setApplyToShipping($applyToShipping); method getTimesUsed (line 355) | public function getTimesUsed(); method setTimesUsed (line 363) | public function setTimesUsed($timesUsed); method getIsRss (line 371) | public function getIsRss(); method setIsRss (line 379) | public function setIsRss($isRss); method getCouponType (line 386) | public function getCouponType(); method setCouponType (line 394) | public function setCouponType($couponType); method getUseAutoGeneration (line 402) | public function getUseAutoGeneration(); method setUseAutoGeneration (line 410) | public function setUseAutoGeneration($useAutoGeneration); method getUsesPerCoupon (line 417) | public function getUsesPerCoupon(); method setUsesPerCoupon (line 425) | public function setUsesPerCoupon($usesPerCoupon); method getSimpleFreeShipping (line 432) | public function getSimpleFreeShipping(); method setSimpleFreeShipping (line 440) | public function setSimpleFreeShipping($simpleFreeShipping); method getExtensionAttributes (line 447) | public function getExtensionAttributes(); method setExtensionAttributes (line 455) | public function setExtensionAttributes(RuleExtensionInterface $extensi... FILE: app/code/Magento/SalesRule/Api/Data/RuleLabelInterface.php type RuleLabelInterface (line 14) | interface RuleLabelInterface extends \Magento\Framework\Api\ExtensibleDa... method getStoreId (line 21) | public function getStoreId(); method setStoreId (line 29) | public function setStoreId($storeId); method getStoreLabel (line 36) | public function getStoreLabel(); method setStoreLabel (line 44) | public function setStoreLabel($storeLabel); method getExtensionAttributes (line 51) | public function getExtensionAttributes(); method setExtensionAttributes (line 59) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Api/Data/RuleSearchResultInterface.php type RuleSearchResultInterface (line 13) | interface RuleSearchResultInterface extends \Magento\Framework\Api\Searc... method getItems (line 20) | public function getItems(); method setItems (line 28) | public function setItems(array $items = null); FILE: app/code/Magento/SalesRule/Api/Exception/CodeRequestLimitException.php class CodeRequestLimitException (line 16) | class CodeRequestLimitException extends LocalizedException FILE: app/code/Magento/SalesRule/Api/RuleRepositoryInterface.php type RuleRepositoryInterface (line 14) | interface RuleRepositoryInterface method save (line 25) | public function save(\Magento\SalesRule\Api\Data\RuleInterface $rule); method getById (line 35) | public function getById($ruleId); method getList (line 48) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method deleteById (line 58) | public function deleteById($ruleId); FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote.php class Quote (line 15) | class Quote extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/DeleteButton.php class DeleteButton (line 14) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 19) | public function getButtonData() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/GenericButton.php class GenericButton (line 11) | class GenericButton method __construct (line 33) | public function __construct( method getRuleId (line 46) | public function getRuleId() method getUrl (line 59) | public function getUrl($route = '', $params = []) method canRender (line 70) | public function canRender($name) FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/ResetButton.php class ResetButton (line 11) | class ResetButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/SaveAndContinueButton.php class SaveAndContinueButton (line 11) | class SaveAndContinueButton extends GenericButton implements ButtonProvi... method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/SaveButton.php class SaveButton (line 11) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 17) | public function getButtonData() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Actions.php class Actions (line 10) | class Actions extends \Magento\Backend\Block\Widget\Form\Generic implements method __construct (line 53) | public function __construct( method getTabClass (line 74) | public function getTabClass() method getTabUrl (line 82) | public function getTabUrl() method isAjaxLoaded (line 90) | public function isAjaxLoaded() method getTabLabel (line 98) | public function getTabLabel() method getTabTitle (line 106) | public function getTabTitle() method canShowTab (line 114) | public function canShowTab() method isHidden (line 122) | public function isHidden() method _prepareForm (line 132) | protected function _prepareForm() method addTabToForm (line 150) | protected function addTabToForm($model, $fieldsetId = 'actions_fieldse... method setActionFormName (line 225) | private function setActionFormName(\Magento\Rule\Model\Condition\Abstr... FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Conditions.php class Conditions (line 10) | class Conditions extends \Magento\Backend\Block\Widget\Form\Generic impl... method __construct (line 46) | public function __construct( method getTabClass (line 66) | public function getTabClass() method getTabUrl (line 74) | public function getTabUrl() method isAjaxLoaded (line 82) | public function isAjaxLoaded() method getTabLabel (line 90) | public function getTabLabel() method getTabTitle (line 98) | public function getTabTitle() method canShowTab (line 106) | public function canShowTab() method isHidden (line 114) | public function isHidden() method _prepareForm (line 124) | protected function _prepareForm() method addTabToForm (line 142) | protected function addTabToForm($model, $fieldsetId = 'conditions_fiel... method setConditionFormName (line 204) | private function setConditionFormName(\Magento\Rule\Model\Condition\Ab... FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons.php class Coupons (line 13) | class Coupons extends \Magento\Framework\View\Element\Template implement... method getTabLabel (line 18) | public function getTabLabel() method getTabTitle (line 26) | public function getTabTitle() method canShowTab (line 34) | public function canShowTab() method isHidden (line 42) | public function isHidden() method setCanSHow (line 51) | public function setCanSHow($canShow) FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Form.php class Form (line 17) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 33) | public function __construct( method _prepareForm (line 50) | protected function _prepareForm() method getGenerateUrl (line 183) | public function getGenerateUrl() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 36) | public function __construct( method _construct (line 51) | protected function _construct() method _prepareCollection (line 61) | protected function _prepareCollection() method _prepareColumns (line 85) | protected function _prepareColumns() method _prepareMassaction (line 127) | protected function _prepareMassaction() method getGridUrl (line 150) | public function getGridUrl() FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Grid/Column/Renderer/Used.php class Used (line 13) | class Used extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Text method render (line 19) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Labels.php class Labels (line 8) | class Labels extends \Magento\Backend\Block\Widget\Form\Generic implements method __construct (line 25) | public function __construct( method getTabClass (line 45) | public function getTabClass() method getTabUrl (line 54) | public function getTabUrl() method isAjaxLoaded (line 63) | public function isAjaxLoaded() method getTabLabel (line 72) | public function getTabLabel() method getTabTitle (line 81) | public function getTabTitle() method canShowTab (line 90) | public function canShowTab() method isHidden (line 99) | public function isHidden() method _prepareForm (line 109) | protected function _prepareForm() method _createStoreSpecificFieldset (line 145) | protected function _createStoreSpecificFieldset($form, $labels) FILE: app/code/Magento/SalesRule/Block/Adminhtml/Promo/Widget/Chooser.php class Chooser (line 12) | class Chooser extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 25) | public function __construct( method _construct (line 40) | protected function _construct() method _prepareCollection (line 53) | protected function _prepareCollection() method prepareElementHtml (line 72) | public function prepareElementHtml(\Magento\Framework\Data\Form\Elemen... method getRowClickCallback (line 107) | public function getRowClickCallback() method _prepareColumns (line 134) | protected function _prepareColumns() method getGridUrl (line 191) | public function getGridUrl() FILE: app/code/Magento/SalesRule/Block/Rss/Discounts.php class Discounts (line 14) | class Discounts extends \Magento\Framework\View\Element\AbstractBlock im... method __construct (line 38) | public function __construct( method _construct (line 55) | protected function _construct() method getRssData (line 64) | public function getRssData() method getCustomerGroupId (line 117) | protected function getCustomerGroupId() method getStoreId (line 129) | protected function getStoreId() method getCacheLifetime (line 141) | public function getCacheLifetime() method isAllowed (line 149) | public function isAllowed() method getFeeds (line 160) | public function getFeeds() method isAuthRequired (line 177) | public function isAuthRequired() FILE: app/code/Magento/SalesRule/Block/Widget/Form/Element/Dependence.php class Dependence (line 13) | class Dependence extends \Magento\Backend\Block\Widget\Form\Element\Depe... method __construct (line 21) | public function __construct( method _toHtml (line 33) | protected function _toHtml() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote.php class Quote (line 8) | abstract class Quote extends \Magento\Backend\App\Action method __construct (line 40) | public function __construct( method _initRule (line 57) | protected function _initRule() method _initAction (line 79) | protected function _initAction() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/ApplyRules.php class ApplyRules (line 9) | class ApplyRules extends \Magento\SalesRule\Controller\Adminhtml\Promo\Q... method execute (line 16) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Chooser.php class Chooser (line 9) | class Chooser extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote method execute (line 16) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/CouponsGrid.php class CouponsGrid (line 9) | class CouponsGrid extends \Magento\SalesRule\Controller\Adminhtml\Promo\... method execute (line 16) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/CouponsMassDelete.php class CouponsMassDelete (line 9) | class CouponsMassDelete extends \Magento\SalesRule\Controller\Adminhtml\... method execute (line 16) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Delete.php class Delete (line 11) | class Delete extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote... method execute (line 18) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Edit.php class Edit (line 11) | class Edit extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote i... method __construct (line 25) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/ExportCouponsCsv.php class ExportCouponsCsv (line 11) | class ExportCouponsCsv extends \Magento\SalesRule\Controller\Adminhtml\P... method execute (line 18) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/ExportCouponsXml.php class ExportCouponsXml (line 11) | class ExportCouponsXml extends \Magento\SalesRule\Controller\Adminhtml\P... method execute (line 18) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Generate.php class Generate (line 18) | class Generate extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quo... method __construct (line 45) | public function __construct( method execute (line 70) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Index.php class Index (line 11) | class Index extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote ... method execute (line 18) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\SalesRule\Controller\Adminhtml\Promo\Qu... method execute (line 18) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewActionHtml.php class NewActionHtml (line 16) | class NewActionHtml extends Quote implements HttpPostActionInterface method execute (line 23) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewConditionHtml.php class NewConditionHtml (line 13) | class NewConditionHtml extends \Magento\SalesRule\Controller\Adminhtml\P... method execute (line 20) | public function execute() FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Save.php class Save (line 18) | class Save extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote i... method __construct (line 38) | public function __construct( method execute (line 62) | public function execute() method checkRuleExists (line 165) | private function checkRuleExists(\Magento\SalesRule\Model\Rule $model)... FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Widget/CategoriesJson.php class CategoriesJson (line 18) | class CategoriesJson extends \Magento\CatalogRule\Controller\Adminhtml\P... FILE: app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Widget/Chooser.php class Chooser (line 8) | class Chooser extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Wi... FILE: app/code/Magento/SalesRule/Cron/AggregateSalesReportCouponsData.php class AggregateSalesReportCouponsData (line 8) | class AggregateSalesReportCouponsData method __construct (line 30) | public function __construct( method execute (line 45) | public function execute() FILE: app/code/Magento/SalesRule/Helper/Coupon.php class Coupon (line 15) | class Coupon extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 53) | public function __construct( method getFormatsList (line 66) | public function getFormatsList() method getDefaultLength (line 80) | public function getDefaultLength() method getDefaultFormat (line 93) | public function getDefaultFormat() method getDefaultPrefix (line 106) | public function getDefaultPrefix() method getDefaultSuffix (line 119) | public function getDefaultSuffix() method getDefaultDashInterval (line 132) | public function getDefaultDashInterval() method getCharset (line 146) | public function getCharset($format) method getCodeSeparator (line 156) | public function getCodeSeparator() FILE: app/code/Magento/SalesRule/Model/Converter/ToDataModel.php class ToDataModel (line 16) | class ToDataModel method __construct (line 62) | public function __construct( method toDataModel (line 87) | public function toDataModel(Rule $ruleModel) method mapConditions (line 105) | protected function mapConditions(RuleDataModel $dataModel, Rule $ruleM... method mapActionConditions (line 123) | protected function mapActionConditions(RuleDataModel $dataModel, Rule ... method mapStoreLabels (line 140) | protected function mapStoreLabels(RuleDataModel $dataModel) method mapCouponType (line 160) | protected function mapCouponType(RuleDataModel $dataModel) method convertExtensionAttributesToObject (line 187) | private function convertExtensionAttributesToObject(array $data) method mapFields (line 201) | protected function mapFields(RuleDataModel $dataModel, Rule $ruleModel) method arrayToConditionDataModel (line 216) | public function arrayToConditionDataModel(array $input) FILE: app/code/Magento/SalesRule/Model/Converter/ToModel.php class ToModel (line 13) | class ToModel method __construct (line 29) | public function __construct( method mapConditions (line 42) | protected function mapConditions(\Magento\SalesRule\Model\Rule $ruleMo... method mapActionConditions (line 58) | protected function mapActionConditions(\Magento\SalesRule\Model\Rule $... method mapStoreLabels (line 74) | protected function mapStoreLabels(Rule $ruleModel, RuleDataModel $data... method mapCouponType (line 92) | protected function mapCouponType(Rule $ruleModel) method mapFields (line 118) | protected function mapFields(\Magento\SalesRule\Model\Rule $ruleModel,... method dataModelToArray (line 134) | public function dataModelToArray(Condition $condition, $key = 'conditi... method toModel (line 161) | public function toModel(RuleDataModel $dataModel) method formattingDate (line 213) | private function formattingDate($date) FILE: app/code/Magento/SalesRule/Model/Coupon.php class Coupon (line 14) | class Coupon extends \Magento\Framework\Model\AbstractExtensibleModel im... method _construct (line 36) | protected function _construct() method setRule (line 48) | public function setRule(Rule $rule) method loadPrimaryByRule (line 60) | public function loadPrimaryByRule($rule) method loadByCode (line 72) | public function loadByCode($couponCode) method getCouponId (line 85) | public function getCouponId() method setCouponId (line 96) | public function setCouponId($couponId) method getRuleId (line 106) | public function getRuleId() method setRuleId (line 117) | public function setRuleId($ruleId) method getCode (line 127) | public function getCode() method setCode (line 138) | public function setCode($code) method getUsageLimit (line 148) | public function getUsageLimit() method setUsageLimit (line 159) | public function setUsageLimit($usageLimit) method getUsagePerCustomer (line 169) | public function getUsagePerCustomer() method setUsagePerCustomer (line 180) | public function setUsagePerCustomer($usagePerCustomer) method getTimesUsed (line 190) | public function getTimesUsed() method setTimesUsed (line 201) | public function setTimesUsed($timesUsed) method getExpirationDate (line 212) | public function getExpirationDate() method setExpirationDate (line 224) | public function setExpirationDate($expirationDate) method getIsPrimary (line 235) | public function getIsPrimary() method setIsPrimary (line 246) | public function setIsPrimary($isPrimary) method getCreatedAt (line 256) | public function getCreatedAt() method setCreatedAt (line 267) | public function setCreatedAt($createdAt) method getType (line 277) | public function getType() method setType (line 288) | public function setType($type) method getExtensionAttributes (line 298) | public function getExtensionAttributes() method setExtensionAttributes (line 309) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Coupon/AdminCodeLimitManager.php class AdminCodeLimitManager (line 16) | class AdminCodeLimitManager implements CodeLimitManagerInterface method checkRequest (line 22) | public function checkRequest(string $code): void FILE: app/code/Magento/SalesRule/Model/Coupon/CaptchaConfigProvider.php class CaptchaConfigProvider (line 23) | class CaptchaConfigProvider implements ConfigProviderInterface method __construct (line 45) | public function __construct(StoreManagerInterface $storeManager, Helpe... method getConfig (line 55) | public function getConfig() FILE: app/code/Magento/SalesRule/Model/Coupon/CodeLimitManager.php class CodeLimitManager (line 27) | class CodeLimitManager implements CodeLimitManagerInterface method __construct (line 89) | public function __construct( method checkCode (line 113) | private function checkCode(string $code): bool method getLogin (line 125) | private function getLogin(): ?string method checkRequest (line 138) | public function checkRequest(string $code): void FILE: app/code/Magento/SalesRule/Model/Coupon/Codegenerator.php class Codegenerator (line 8) | class Codegenerator extends \Magento\Framework\DataObject implements Cod... method generateCode (line 35) | public function generateCode() method getActualLength (line 52) | protected function getActualLength() method getDelimiter (line 65) | public function getDelimiter() FILE: app/code/Magento/SalesRule/Model/Coupon/CodegeneratorInterface.php type CodegeneratorInterface (line 12) | interface CodegeneratorInterface method generateCode (line 19) | public function generateCode(); method getDelimiter (line 26) | public function getDelimiter(); FILE: app/code/Magento/SalesRule/Model/Coupon/Consumer.php class Consumer (line 19) | class Consumer method __construct (line 48) | public function __construct( method process (line 66) | public function process(CouponGenerationSpecInterface $exportInfo) FILE: app/code/Magento/SalesRule/Model/Coupon/Massgenerator.php class Massgenerator (line 13) | class Massgenerator extends \Magento\Framework\Model\AbstractModel imple... method __construct (line 70) | public function __construct( method _construct (line 93) | protected function _construct() method generateCode (line 103) | public function generateCode() method getDelimiter (line 133) | public function getDelimiter() method generatePool (line 148) | public function generatePool() method increaseLength (line 192) | protected function increaseLength() method validateData (line 217) | public function validateData($data) method getGeneratedCodes (line 234) | public function getGeneratedCodes() method getGeneratedCount (line 244) | public function getGeneratedCount() FILE: app/code/Magento/SalesRule/Model/Coupon/UpdateCouponUsages.php class UpdateCouponUsages (line 19) | class UpdateCouponUsages method __construct (line 47) | public function __construct( method execute (line 66) | public function execute(OrderInterface $subject, bool $increment): Ord... method updateRuleUsages (line 94) | private function updateRuleUsages(bool $increment, int $ruleId, int $c... method updateCustomerRuleUsages (line 118) | private function updateCustomerRuleUsages(bool $increment, int $ruleId... method updateCouponUsages (line 140) | private function updateCouponUsages(OrderInterface $subject, bool $inc... FILE: app/code/Magento/SalesRule/Model/CouponGenerator.php class CouponGenerator (line 16) | class CouponGenerator method __construct (line 49) | public function __construct( method generateCodes (line 68) | public function generateCodes(array $parameters) method convertCouponSpecData (line 82) | private function convertCouponSpecData(array $data) FILE: app/code/Magento/SalesRule/Model/CouponRepository.php class CouponRepository (line 18) | class CouponRepository implements \Magento\SalesRule\Api\CouponRepositor... method __construct (line 65) | public function __construct( method save (line 92) | public function save(\Magento\SalesRule\Api\Data\CouponInterface $coupon) method getById (line 141) | public function getById($couponId) method getList (line 158) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method deleteById (line 181) | public function deleteById($couponId) method addFilterGroupToCollection (line 203) | protected function addFilterGroupToCollection( method getCollectionProcessor (line 225) | private function getCollectionProcessor() FILE: app/code/Magento/SalesRule/Model/CouponSearchResult.php class CouponSearchResult (line 18) | class CouponSearchResult extends SearchResults implements CouponSearchRe... method setItems (line 23) | public function setItems(array $items = null) FILE: app/code/Magento/SalesRule/Model/Data/Condition.php class Condition (line 17) | class Condition extends \Magento\Framework\Api\AbstractExtensibleObject ... method getConditionType (line 32) | public function getConditionType() method setConditionType (line 41) | public function setConditionType($conditionType) method getConditions (line 51) | public function getConditions() method setConditions (line 62) | public function setConditions(array $conditions = null) method getAggregatorType (line 72) | public function getAggregatorType() method setAggregatorType (line 83) | public function setAggregatorType($aggregatorType) method getOperator (line 93) | public function getOperator() method setOperator (line 104) | public function setOperator($operator) method getAttributeName (line 114) | public function getAttributeName() method setAttributeName (line 125) | public function setAttributeName($attributeName) method getValue (line 135) | public function getValue() method setValue (line 146) | public function setValue($value) method getExtensionAttributes (line 156) | public function getExtensionAttributes() method setExtensionAttributes (line 167) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Data/CouponGenerationSpec.php class CouponGenerationSpec (line 15) | class CouponGenerationSpec extends \Magento\Framework\Api\AbstractExtens... method getRuleId (line 32) | public function getRuleId() method setRuleId (line 43) | public function setRuleId($ruleId) method getFormat (line 53) | public function getFormat() method setFormat (line 64) | public function setFormat($format) method getQuantity (line 74) | public function getQuantity() method setQuantity (line 85) | public function setQuantity($quantity) method getLength (line 95) | public function getLength() method setLength (line 106) | public function setLength($length) method getPrefix (line 116) | public function getPrefix() method setPrefix (line 127) | public function setPrefix($prefix) method getSuffix (line 137) | public function getSuffix() method setSuffix (line 148) | public function setSuffix($suffix) method getDelimiterAtEvery (line 158) | public function getDelimiterAtEvery() method setDelimiterAtEvery (line 169) | public function setDelimiterAtEvery($delimiterAtEvery) method getDelimiter (line 179) | public function getDelimiter() method setDelimiter (line 190) | public function setDelimiter($delimiter) method getExtensionAttributes (line 200) | public function getExtensionAttributes() method setExtensionAttributes (line 211) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Data/CouponMassDeleteResult.php class CouponMassDeleteResult (line 13) | class CouponMassDeleteResult extends \Magento\Framework\Api\AbstractSimp... method getFailedItems (line 22) | public function getFailedItems() method setFailedItems (line 30) | public function setFailedItems(array $items) method getMissingItems (line 38) | public function getMissingItems() method setMissingItems (line 46) | public function setMissingItems(array $items) FILE: app/code/Magento/SalesRule/Model/Data/DiscountData.php class DiscountData (line 16) | class DiscountData extends \Magento\Framework\Api\AbstractExtensibleObje... method getAmount (line 29) | public function getAmount() method setAmount (line 40) | public function setAmount(float $amount) method getBaseAmount (line 50) | public function getBaseAmount() method setBaseAmount (line 61) | public function setBaseAmount(float $amount) method getOriginalAmount (line 71) | public function getOriginalAmount() method setOriginalAmount (line 82) | public function setOriginalAmount(float $amount) method getBaseOriginalAmount (line 92) | public function getBaseOriginalAmount() method setBaseOriginalAmount (line 103) | public function setBaseOriginalAmount(float $amount) method getExtensionAttributes (line 113) | public function getExtensionAttributes() method setExtensionAttributes (line 124) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Data/Rule.php class Rule (line 24) | class Rule extends AbstractExtensibleObject implements RuleInterface method getRuleId (line 59) | public function getRuleId() method setRuleId (line 70) | public function setRuleId($ruleId) method getName (line 80) | public function getName() method setName (line 91) | public function setName($name) method getDescription (line 101) | public function getDescription() method setDescription (line 112) | public function setDescription($description) method getFromDate (line 122) | public function getFromDate() method setFromDate (line 133) | public function setFromDate($fromDate) method getToDate (line 143) | public function getToDate() method setToDate (line 154) | public function setToDate($toDate) method getUsesPerCustomer (line 164) | public function getUsesPerCustomer() method setUsesPerCustomer (line 175) | public function setUsesPerCustomer($usesPerCustomer) method getIsActive (line 186) | public function getIsActive() method setIsActive (line 197) | public function setIsActive($isActive) method getCondition (line 207) | public function getCondition() method setCondition (line 218) | public function setCondition(ConditionInterface $condition = null) method getActionCondition (line 228) | public function getActionCondition() method setActionCondition (line 239) | public function setActionCondition(ConditionInterface $actionCondition... method getStopRulesProcessing (line 250) | public function getStopRulesProcessing() method setStopRulesProcessing (line 261) | public function setStopRulesProcessing($stopRulesProcessing) method getIsAdvanced (line 272) | public function getIsAdvanced() method setIsAdvanced (line 283) | public function setIsAdvanced($isAdvanced) method getStoreLabels (line 293) | public function getStoreLabels() method setStoreLabels (line 304) | public function setStoreLabels(array $storeLabels = null) method getWebsiteIds (line 314) | public function getWebsiteIds() method setWebsiteIds (line 325) | public function setWebsiteIds(array $websites) method getCustomerGroupIds (line 335) | public function getCustomerGroupIds() method setCustomerGroupIds (line 346) | public function setCustomerGroupIds(array $customerGroups) method getProductIds (line 356) | public function getProductIds() method setProductIds (line 367) | public function setProductIds(array $productIds = null) method getSortOrder (line 377) | public function getSortOrder() method setSortOrder (line 388) | public function setSortOrder($sortOrder) method getSimpleAction (line 398) | public function getSimpleAction() method setSimpleAction (line 409) | public function setSimpleAction($simpleAction) method getDiscountAmount (line 419) | public function getDiscountAmount() method setDiscountAmount (line 430) | public function setDiscountAmount($discountAmount) method getDiscountQty (line 440) | public function getDiscountQty() method setDiscountQty (line 451) | public function setDiscountQty($discountQty) method getDiscountStep (line 461) | public function getDiscountStep() method setDiscountStep (line 472) | public function setDiscountStep($discountStep) method getApplyToShipping (line 483) | public function getApplyToShipping() method setApplyToShipping (line 494) | public function setApplyToShipping($applyToShipping) method getTimesUsed (line 504) | public function getTimesUsed() method setTimesUsed (line 515) | public function setTimesUsed($timesUsed) method getIsRss (line 526) | public function getIsRss() method setIsRss (line 537) | public function setIsRss($isRss) method getCouponType (line 547) | public function getCouponType() method setCouponType (line 558) | public function setCouponType($couponType) method getUseAutoGeneration (line 569) | public function getUseAutoGeneration() method setUseAutoGeneration (line 580) | public function setUseAutoGeneration($useAutoGeneration) method getUsesPerCoupon (line 590) | public function getUsesPerCoupon() method setUsesPerCoupon (line 601) | public function setUsesPerCoupon($usesPerCoupon) method getSimpleFreeShipping (line 611) | public function getSimpleFreeShipping() method setSimpleFreeShipping (line 622) | public function setSimpleFreeShipping($simpleFreeShipping) method getExtensionAttributes (line 632) | public function getExtensionAttributes() method setExtensionAttributes (line 643) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Data/RuleDiscount.php class RuleDiscount (line 17) | class RuleDiscount extends AbstractExtensibleObject implements RuleDisco... method getDiscountData (line 28) | public function getDiscountData() method getRuleLabel (line 38) | public function getRuleLabel() method getRuleID (line 48) | public function getRuleID() method getExtensionAttributes (line 58) | public function getExtensionAttributes() method setExtensionAttributes (line 69) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/Data/RuleLabel.php class RuleLabel (line 15) | class RuleLabel extends \Magento\Framework\Api\AbstractExtensibleObject ... method getStoreId (line 26) | public function getStoreId() method setStoreId (line 37) | public function setStoreId($storeId) method getStoreLabel (line 47) | public function getStoreLabel() method setStoreLabel (line 58) | public function setStoreLabel($storeLabel) method getExtensionAttributes (line 68) | public function getExtensionAttributes() method setExtensionAttributes (line 79) | public function setExtensionAttributes( FILE: app/code/Magento/SalesRule/Model/DeltaPriceRound.php class DeltaPriceRound (line 15) | class DeltaPriceRound method __construct (line 30) | public function __construct(PriceCurrencyInterface $priceCurrency) method round (line 42) | public function round(float $price, string $type): float method resetAll (line 61) | public function resetAll(): void method reset (line 72) | public function reset(string $type): void FILE: app/code/Magento/SalesRule/Model/Plugin/QuoteConfigProductAttributes.php class QuoteConfigProductAttributes (line 13) | class QuoteConfigProductAttributes method __construct (line 23) | public function __construct(RuleResource $ruleResource) method afterGetProductAttributes (line 37) | public function afterGetProductAttributes(\Magento\Quote\Model\Quote\C... FILE: app/code/Magento/SalesRule/Model/Plugin/ResourceModel/Rule.php class Rule (line 13) | class Rule method aroundLoadCustomerGroupIds (line 22) | public function aroundLoadCustomerGroupIds( method aroundLoadWebsiteIds (line 37) | public function aroundLoadWebsiteIds( FILE: app/code/Magento/SalesRule/Model/Plugin/Rule.php class Rule (line 8) | class Rule method aroundLoadRelations (line 16) | public function aroundLoadRelations( FILE: app/code/Magento/SalesRule/Model/Quote/Address/Total/ShippingDiscount.php class ShippingDiscount (line 19) | class ShippingDiscount extends \Magento\Quote\Model\Quote\Address\Total\... method __construct (line 29) | public function __construct(Validator $calculator) method collect (line 42) | public function collect(Quote $quote, ShippingAssignment $shippingAssi... method fetch (line 86) | public function fetch(Quote $quote, Total $total): array FILE: app/code/Magento/SalesRule/Model/Quote/ChildrenValidationLocator.php class ChildrenValidationLocator (line 16) | class ChildrenValidationLocator method __construct (line 32) | public function __construct( method isChildrenValidationRequired (line 44) | public function isChildrenValidationRequired(QuoteItem $item): bool FILE: app/code/Magento/SalesRule/Model/Quote/Discount.php class Discount (line 15) | class Discount extends \Magento\Quote\Model\Quote\Address\Total\Abstract... method __construct (line 61) | public function __construct( method collect (line 89) | public function collect( method aggregateItemDiscount (line 176) | protected function aggregateItemDiscount( method distributeDiscount (line 191) | protected function distributeDiscount(\Magento\Quote\Model\Quote\Item\... method fetch (line 232) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method aggregateDiscountPerRule (line 256) | private function aggregateDiscountPerRule( FILE: app/code/Magento/SalesRule/Model/RegistryConstants.php class RegistryConstants (line 13) | class RegistryConstants FILE: app/code/Magento/SalesRule/Model/ResourceModel/Coupon.php class Coupon (line 15) | class Coupon extends \Magento\Framework\Model\ResourceModel\Db\AbstractD... method _construct (line 23) | protected function _construct() method _beforeSave (line 35) | public function _beforeSave(AbstractModel $object) method loadPrimaryByRule (line 51) | public function loadPrimaryByRule(\Magento\SalesRule\Model\Coupon $obj... method exists (line 87) | public function exists($code) method updateSpecificCoupons (line 106) | public function updateSpecificCoupons(\Magento\SalesRule\Model\Rule $r... FILE: app/code/Magento/SalesRule/Model/ResourceModel/Coupon/Collection.php class Collection (line 17) | class Collection extends AbstractCollection method _construct (line 24) | protected function _construct() method addRuleToFilter (line 36) | public function addRuleToFilter($rule) method addRuleIdsToFilter (line 55) | public function addRuleIdsToFilter(array $ruleIds) method addGeneratedCouponsFilter (line 66) | public function addGeneratedCouponsFilter() method addIsUsedFilterCallback (line 79) | public function addIsUsedFilterCallback($collection, $column) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Coupon/Usage.php class Usage (line 13) | class Usage extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method updateCustomerCouponTimesUsed (line 33) | public function updateCustomerCouponTimesUsed($customerId, $couponId, ... method loadByCustomerCoupon (line 70) | public function loadByCustomerCoupon(\Magento\Framework\DataObject $ob... FILE: app/code/Magento/SalesRule/Model/ResourceModel/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements AttributeInterface method __construct (line 30) | public function __construct( method execute (line 48) | public function execute($entityType, $entityData, $arguments = []) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Report/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Colle... method __construct (line 57) | public function __construct( method _getSelectedColumns (line 76) | protected function _getSelectedColumns() method _applyAggregatedTable (line 121) | protected function _applyAggregatedTable() method addRuleFilter (line 144) | public function addRuleFilter(array $rulesList) method _applyRulesFilter (line 155) | protected function _applyRulesFilter() method _applyCustomFilter (line 183) | protected function _applyCustomFilter() FILE: app/code/Magento/SalesRule/Model/ResourceModel/Report/Rule.php class Rule (line 13) | class Rule extends \Magento\Reports\Model\ResourceModel\Report\AbstractR... method __construct (line 36) | public function __construct( method _construct (line 65) | protected function _construct() method aggregate (line 77) | public function aggregate($from = null, $to = null) method getUniqRulesNamesList (line 91) | public function getUniqRulesNamesList() FILE: app/code/Magento/SalesRule/Model/ResourceModel/Report/Rule/Createdat.php class Createdat (line 14) | class Createdat extends \Magento\Reports\Model\ResourceModel\Report\Abst... method _construct (line 21) | protected function _construct() method aggregate (line 33) | public function aggregate($from = null, $to = null) method _aggregateByOrder (line 48) | protected function _aggregateByOrder($aggregationField, $from, $to) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Report/Rule/Updatedat.php class Updatedat (line 13) | class Updatedat extends \Magento\SalesRule\Model\ResourceModel\Report\Ru... method _construct (line 20) | protected function _construct() method aggregate (line 32) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Report/Updatedat/Collection.php class Collection (line 13) | class Collection extends \Magento\SalesRule\Model\ResourceModel\Report\C... FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule.php class Rule (line 20) | class Rule extends AbstractResource method __construct (line 70) | public function __construct( method _construct (line 95) | protected function _construct() method loadCustomerGroupIds (line 105) | public function loadCustomerGroupIds(AbstractModel $object) method loadWebsiteIds (line 118) | public function loadWebsiteIds(AbstractModel $object) method _beforeSave (line 133) | public function _beforeSave(AbstractModel $object) method load (line 152) | public function load(AbstractModel $object, $value, $field = null) method _afterSave (line 166) | protected function _afterSave(AbstractModel $object) method getCustomerUses (line 195) | public function getCustomerUses($rule, $customerId) method saveStoreLabels (line 217) | public function saveStoreLabels($ruleId, $labels) method getStoreLabels (line 256) | public function getStoreLabels($ruleId) method getStoreLabel (line 274) | public function getStoreLabel($ruleId, $storeId) method getActiveAttributes (line 294) | public function getActiveAttributes() method setActualProductAttributes (line 315) | public function setActualProductAttributes($rule, $attributes) method getProductAttributes (line 364) | public function getProductAttributes($serializedString) method save (line 380) | public function save(\Magento\Framework\Model\AbstractModel $object) method delete (line 392) | public function delete(AbstractModel $object) method getEntityManager (line 402) | private function getEntityManager() FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule/Collection.php class Collection (line 23) | class Collection extends \Magento\Rule\Model\ResourceModel\Rule\Collecti... method __construct (line 58) | public function __construct( method _construct (line 79) | protected function _construct() method mapAssociatedEntities (line 94) | protected function mapAssociatedEntities($entityType, $objectField) method _afterLoad (line 131) | protected function _afterLoad() method setValidationFilter (line 155) | public function setValidationFilter( method prepareSelect (line 195) | private function prepareSelect($websiteId, $customerGroupId, $now) method getNoCouponCodeSelect (line 208) | private function getNoCouponCodeSelect() method getCouponCodeSelect (line 228) | private function getCouponCodeSelect($couponCode) method joinCouponTable (line 262) | private function joinCouponTable($couponCode, Select $couponSelect) method addWebsiteGroupDateFilter (line 289) | public function addWebsiteGroupDateFilter($websiteId, $customerGroupId... method _initSelect (line 330) | public function _initSelect() method addAttributeInConditionFilter (line 347) | public function addAttributeInConditionFilter($attributeCode) method addAllowedSalesRulesFilter (line 385) | public function addAllowedSalesRulesFilter() method addCustomerGroupFilter (line 399) | public function addCustomerGroupFilter($customerGroupId) method getAssociatedEntitiesMap (line 422) | private function getAssociatedEntitiesMap() method getDateApplier (line 438) | private function getDateApplier() FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule/Customer.php class Customer (line 13) | class Customer extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method loadByCustomerRule (line 33) | public function loadByCustomerRule($rule, $customerId, $ruleId) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule/Customer/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule/DateApplier.php class DateApplier (line 12) | class DateApplier method applyDate (line 19) | public function applyDate($select, $now) FILE: app/code/Magento/SalesRule/Model/ResourceModel/Rule/Quote/Collection.php class Collection (line 10) | class Collection extends \Magento\SalesRule\Model\ResourceModel\Rule\Col... method _initSelect (line 17) | public function _initSelect() FILE: app/code/Magento/SalesRule/Model/ResourceModel/SaveHandler.php class SaveHandler (line 14) | class SaveHandler implements AttributeInterface method __construct (line 30) | public function __construct( method execute (line 48) | public function execute($entityType, $entityData, $arguments = []) FILE: app/code/Magento/SalesRule/Model/Rss/Discounts.php class Discounts (line 12) | class Discounts method __construct (line 28) | public function __construct( method getDiscountCollection (line 41) | public function getDiscountCollection($websiteId, $customerGroupId) FILE: app/code/Magento/SalesRule/Model/Rule.php class Rule (line 68) | class Rule extends \Magento\Rule\Model\AbstractModel method __construct (line 197) | public function __construct( method _construct (line 240) | protected function _construct() method _afterLoad (line 252) | protected function _afterLoad() method loadRelations (line 263) | public function loadRelations() method loadCouponCode (line 273) | public function loadCouponCode() method afterSave (line 286) | public function afterSave() method loadPost (line 314) | public function loadPost(array $data) method getConditionsInstance (line 330) | public function getConditionsInstance() method getActionsInstance (line 340) | public function getActionsInstance() method getCouponCodeGenerator (line 350) | public function getCouponCodeGenerator() method setCouponCodeGenerator (line 364) | public function setCouponCodeGenerator(\Magento\SalesRule\Model\Coupon... method getPrimaryCoupon (line 374) | public function getPrimaryCoupon() method getCustomerGroupIds (line 389) | public function getCustomerGroupIds() method getStoreLabel (line 404) | public function getStoreLabel($store = null) method getStoreLabels (line 423) | public function getStoreLabels() method getCoupons (line 438) | public function getCoupons() method getCouponTypes (line 452) | public function getCouponTypes() method acquireCoupon (line 481) | public function acquireCoupon($saveNewlyCreated = true, $saveAttemptCo... method getFromDate (line 544) | public function getFromDate() method getToDate (line 555) | public function getToDate() method hasIsValidForAddress (line 566) | public function hasIsValidForAddress($address) method setIsValidForAddress (line 579) | public function setIsValidForAddress($address, $validationResult) method getIsValidForAddress (line 593) | public function getIsValidForAddress($address) method _getAddressId (line 605) | private function _getAddressId($address) method getConditionsFieldSetId (line 620) | public function getConditionsFieldSetId($formName = '') method getActionsFieldSetId (line 632) | public function getActionsFieldSetId($formName = '') FILE: app/code/Magento/SalesRule/Model/Rule/Action/Collection.php class Collection (line 8) | class Collection extends \Magento\Rule\Model\Action\Collection method __construct (line 16) | public function __construct( method getNewChildSelectOptions (line 29) | public function getNewChildSelectOptions() FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/AbstractDiscount.php class AbstractDiscount (line 8) | abstract class AbstractDiscount implements DiscountInterface method __construct (line 30) | public function __construct( method calculate (line 46) | abstract public function calculate($rule, $item, $qty); method fixQuantity (line 53) | public function fixQuantity($qty, $rule) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/BuyXGetY.php class BuyXGetY (line 8) | class BuyXGetY extends AbstractDiscount method calculate (line 16) | public function calculate($rule, $item, $qty) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/ByFixed.php class ByFixed (line 8) | class ByFixed extends AbstractDiscount method calculate (line 16) | public function calculate($rule, $item, $qty) method fixQuantity (line 33) | public function fixQuantity($qty, $rule) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/ByPercent.php class ByPercent (line 8) | class ByPercent extends AbstractDiscount method calculate (line 16) | public function calculate($rule, $item, $qty) method fixQuantity (line 29) | public function fixQuantity($qty, $rule) method _calculate (line 46) | protected function _calculate($rule, $item, $qty, $rulePercent) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/CalculatorFactory.php class CalculatorFactory (line 8) | class CalculatorFactory method __construct (line 37) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 48) | public function create($type) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/CartFixed.php class CartFixed (line 15) | class CartFixed extends AbstractDiscount method __construct (line 40) | public function __construct( method calculate (line 59) | public function calculate($rule, $item, $qty) method setCartFixedRuleUsedForAddress (line 137) | protected function setCartFixedRuleUsedForAddress($ruleId, $itemId) method getCartFixedRuleUsedForAddress (line 148) | protected function getCartFixedRuleUsedForAddress($ruleId) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/Data.php class Data (line 14) | class Data method __construct (line 39) | public function __construct() method setAmount (line 53) | public function setAmount($amount) method getAmount (line 64) | public function getAmount() method setBaseAmount (line 75) | public function setBaseAmount($baseAmount) method getBaseAmount (line 86) | public function getBaseAmount() method setOriginalAmount (line 97) | public function setOriginalAmount($originalAmount) method getOriginalAmount (line 108) | public function getOriginalAmount() method setBaseOriginalAmount (line 119) | public function setBaseOriginalAmount($baseOriginalAmount) method getBaseOriginalAmount (line 130) | public function getBaseOriginalAmount() FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/DiscountInterface.php type DiscountInterface (line 12) | interface DiscountInterface method calculate (line 20) | public function calculate($rule, $item, $qty); method fixQuantity (line 27) | public function fixQuantity($qty, $rule); FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/ToFixed.php class ToFixed (line 8) | class ToFixed extends AbstractDiscount method calculate (line 16) | public function calculate($rule, $item, $qty) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Discount/ToPercent.php class ToPercent (line 8) | class ToPercent extends ByPercent method calculate (line 16) | public function calculate($rule, $item, $qty) FILE: app/code/Magento/SalesRule/Model/Rule/Action/Product.php class Product (line 8) | class Product extends \Magento\Rule\Model\Action\AbstractAction method loadAttributeOptions (line 15) | public function loadAttributeOptions() method loadOperatorOptions (line 26) | public function loadOperatorOptions() method asHtml (line 44) | public function asHtml() FILE: app/code/Magento/SalesRule/Model/Rule/Action/SimpleActionOptionsProvider.php class SimpleActionOptionsProvider (line 16) | class SimpleActionOptionsProvider implements OptionSourceInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Address.php class Address (line 11) | class Address extends \Magento\Rule\Model\Condition\AbstractCondition method __construct (line 41) | public function __construct( method loadAttributeOptions (line 61) | public function loadAttributeOptions() method getAttributeElement (line 85) | public function getAttributeElement() method getInputType (line 97) | public function getInputType() method getValueElementType (line 119) | public function getValueElementType() method getValueSelectOptions (line 136) | public function getValueSelectOptions() method validate (line 170) | public function validate(\Magento\Framework\Model\AbstractModel $model) FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Combine.php class Combine (line 12) | class Combine extends \Magento\Rule\Model\Condition\Combine method __construct (line 32) | public function __construct( method getNewChildSelectOptions (line 49) | public function getNewChildSelectOptions() FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Product.php class Product (line 14) | class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct method _addSpecialAttributes (line 22) | protected function _addSpecialAttributes(array &$attributes) method getAttribute (line 38) | public function getAttribute(): string method getAttributeName (line 51) | public function getAttributeName() method loadAttributeOptions (line 64) | public function loadAttributeOptions() method getAttributeElementHtml (line 93) | public function getAttributeElementHtml() method getAttributeScopeElement (line 106) | private function getAttributeScopeElement(): \Magento\Framework\Data\F... method setAttribute (line 127) | public function setAttribute(string $value) method loadArray (line 141) | public function loadArray($arr) method asArray (line 152) | public function asArray(array $arrAttributes = []) method validate (line 168) | public function validate(\Magento\Framework\Model\AbstractModel $model) method getValueElementChooserUrl (line 206) | public function getValueElementChooserUrl() method getFormattedPrice (line 229) | private function getFormattedPrice($value) FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Product/Combine.php class Combine (line 15) | class Combine extends \Magento\Rule\Model\Condition\Combine method __construct (line 27) | public function __construct( method getNewChildSelectOptions (line 42) | public function getNewChildSelectOptions() method collectValidatedAttributes (line 82) | public function collectValidatedAttributes($productCollection) method _isValid (line 93) | protected function _isValid($entity) method validateEntity (line 124) | private function validateEntity($cond, \Magento\Framework\Model\Abstra... method retrieveValidateEntities (line 145) | private function retrieveValidateEntities($attributeScope, \Magento\Fr... FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Product/Found.php class Found (line 8) | class Found extends \Magento\SalesRule\Model\Rule\Condition\Product\Combine method __construct (line 15) | public function __construct( method loadValueOptions (line 29) | public function loadValueOptions() method asHtml (line 40) | public function asHtml() method validate (line 60) | public function validate(\Magento\Framework\Model\AbstractModel $model) FILE: app/code/Magento/SalesRule/Model/Rule/Condition/Product/Subselect.php class Subselect (line 11) | class Subselect extends \Magento\SalesRule\Model\Rule\Condition\Product\... method __construct (line 18) | public function __construct( method loadArray (line 34) | public function loadArray($arr, $key = 'conditions') method asXml (line 49) | public function asXml($containerKey = 'conditions', $itemKey = 'condit... method loadAttributeOptions (line 69) | public function loadAttributeOptions() method loadValueOptions (line 80) | public function loadValueOptions() method loadOperatorOptions (line 90) | public function loadOperatorOptions() method getValueElementType (line 112) | public function getValueElementType() method asHtml (line 122) | public function asHtml() method validate (line 144) | public function validate(\Magento\Framework\Model\AbstractModel $model) FILE: app/code/Magento/SalesRule/Model/Rule/Customer.php class Customer (line 20) | class Customer extends \Magento\Framework\Model\AbstractModel method _construct (line 27) | protected function _construct() method loadByCustomerRule (line 40) | public function loadByCustomerRule($customerId, $ruleId) FILE: app/code/Magento/SalesRule/Model/Rule/DataProvider.php class DataProvider (line 16) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 58) | public function __construct( method getMetadataValues (line 84) | protected function getMetadataValues() method getData (line 93) | public function getData() FILE: app/code/Magento/SalesRule/Model/Rule/Metadata/ValueProvider.php class ValueProvider (line 20) | class ValueProvider method __construct (line 62) | public function __construct( method getMetadataValues (line 86) | public function getMetadataValues(Rule $rule) FILE: app/code/Magento/SalesRule/Model/RuleRepository.php class RuleRepository (line 18) | class RuleRepository implements \Magento\SalesRule\Api\RuleRepositoryInt... method __construct (line 84) | public function __construct( method save (line 111) | public function save(\Magento\SalesRule\Api\Data\RuleInterface $rule) method getById (line 123) | public function getById($id) method getList (line 140) | public function getList(SearchCriteriaInterface $searchCriteria) method deleteById (line 171) | public function deleteById($id) method addFilterGroupToCollection (line 190) | protected function addFilterGroupToCollection( method getCollectionProcessor (line 212) | private function getCollectionProcessor() FILE: app/code/Magento/SalesRule/Model/RuleSearchResult.php class RuleSearchResult (line 18) | class RuleSearchResult extends SearchResults implements RuleSearchResult... method setItems (line 23) | public function setItems(array $items = null) FILE: app/code/Magento/SalesRule/Model/RulesApplier.php class RulesApplier (line 23) | class RulesApplier method __construct (line 77) | public function __construct( method applyRules (line 108) | public function applyRules($item, $rules, $skipValidation, $couponCode) method addDiscountDescription (line 155) | public function addDiscountDescription($address, $rule) method applyRule (line 190) | protected function applyRule($item, $rule, $address, $couponCode) method getDiscountData (line 209) | protected function getDiscountData($item, $rule, $address) method setDiscountBreakdown (line 239) | private function setDiscountBreakdown($discountData, $item, $rule, $ad... method setDiscountData (line 270) | protected function setDiscountData($discountData, $item) method maintainAddressCouponCode (line 288) | public function maintainAddressCouponCode($address, $rule, $couponCode) method eventFix (line 310) | protected function eventFix( method setAppliedRuleIds (line 341) | public function setAppliedRuleIds(AbstractItem $item, array $appliedRu... FILE: app/code/Magento/SalesRule/Model/Service/CouponManagementService.php class CouponManagementService (line 18) | class CouponManagementService implements \Magento\SalesRule\Api\CouponMa... method __construct (line 73) | public function __construct( method generate (line 101) | public function generate(\Magento\SalesRule\Api\Data\CouponGenerationS... method convertCouponSpec (line 144) | protected function convertCouponSpec(\Magento\SalesRule\Api\Data\Coupo... method deleteByIds (line 175) | public function deleteByIds(array $ids, $ignoreInvalidCoupons = true) method deleteByCodes (line 188) | public function deleteByCodes(array $codes, $ignoreInvalidCoupons = true) method massDelete (line 202) | protected function massDelete($fieldName, array $fieldValues, $ignoreI... FILE: app/code/Magento/SalesRule/Model/Spi/CodeLimitManagerInterface.php type CodeLimitManagerInterface (line 16) | interface CodeLimitManagerInterface method checkRequest (line 25) | public function checkRequest(string $code): void; FILE: app/code/Magento/SalesRule/Model/Spi/CouponResourceInterface.php type CouponResourceInterface (line 14) | interface CouponResourceInterface method save (line 22) | public function save(\Magento\Framework\Model\AbstractModel $object); method load (line 32) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method delete (line 40) | public function delete(\Magento\Framework\Model\AbstractModel $object); FILE: app/code/Magento/SalesRule/Model/System/Config/Source/Coupon/Format.php class Format (line 13) | class Format implements \Magento\Framework\Option\ArrayInterface method __construct (line 25) | public function __construct(\Magento\SalesRule\Helper\Coupon $salesRul... method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/SalesRule/Model/Utility.php class Utility (line 16) | class Utility method __construct (line 60) | public function __construct( method canProcessRule (line 83) | public function canProcessRule($rule, $address) method minFix (line 161) | public function minFix( method deltaRoundingFix (line 186) | public function deltaRoundingFix( method getItemPrice (line 239) | public function getItemPrice($item) method getItemBasePrice (line 252) | public function getItemBasePrice($item) method getItemQty (line 265) | public function getItemQty($item, $rule) method mergeIds (line 280) | public function mergeIds($a1, $a2, $asString = true) method resetRoundingDeltas (line 298) | public function resetRoundingDeltas() FILE: app/code/Magento/SalesRule/Model/Validator.php class Validator (line 25) | class Validator extends \Magento\Framework\Model\AbstractModel method __construct (line 115) | public function __construct( method init (line 149) | public function init($websiteId, $customerGroupId, $couponCode) method _getRules (line 162) | protected function _getRules(Address $address = null) method getAddressId (line 190) | protected function getAddressId(Address $address) method setSkipActionsValidation (line 213) | public function setSkipActionsValidation($flag) method canApplyRules (line 225) | public function canApplyRules(AbstractItem $item) method reset (line 243) | public function reset(Address $address) method process (line 263) | public function process(AbstractItem $item) method processShippingAmount (line 292) | public function processShippingAmount(Address $address) method initTotals (line 367) | public function initTotals($items, Address $address) method getItemPrice (line 418) | public function getItemPrice($item) method getItemOriginalPrice (line 431) | public function getItemOriginalPrice($item) method getItemBasePrice (line 442) | public function getItemBasePrice($item) method getItemBaseOriginalPrice (line 454) | public function getItemBaseOriginalPrice($item) method prepareDescription (line 466) | public function prepareDescription($address, $separator = ', ') method sortItemsByPriority (line 491) | public function sortItemsByPriority($items, Address $address = null) method getRuleItemTotalsInfo (line 518) | public function getRuleItemTotalsInfo($key) method decrementRuleItemTotalsCount (line 533) | public function decrementRuleItemTotalsCount($key) method canApplyDiscount (line 546) | public function canApplyDiscount(AbstractItem $item) FILE: app/code/Magento/SalesRule/Model/Validator/Pool.php class Pool (line 12) | class Pool method __construct (line 22) | public function __construct(array $validators = []) method getValidators (line 33) | public function getValidators($type) FILE: app/code/Magento/SalesRule/Observer/AddSalesRuleNameToOrderObserver.php class AddSalesRuleNameToOrderObserver (line 11) | class AddSalesRuleNameToOrderObserver implements ObserverInterface method __construct (line 27) | public function __construct( method execute (line 41) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesRule/Observer/AssignCouponDataAfterOrderCustomerAssignObserver.php class AssignCouponDataAfterOrderCustomerAssignObserver (line 20) | class AssignCouponDataAfterOrderCustomerAssignObserver implements Observ... method __construct (line 34) | public function __construct( method execute (line 43) | public function execute(Observer $observer) FILE: app/code/Magento/SalesRule/Observer/CatalogAttributeDeleteAfterObserver.php class CatalogAttributeDeleteAfterObserver (line 11) | class CatalogAttributeDeleteAfterObserver implements ObserverInterface method __construct (line 21) | public function __construct( method execute (line 34) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesRule/Observer/CatalogAttributeSaveAfterObserver.php class CatalogAttributeSaveAfterObserver (line 11) | class CatalogAttributeSaveAfterObserver implements ObserverInterface method __construct (line 21) | public function __construct( method execute (line 33) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesRule/Observer/CheckSalesRulesAvailability.php class CheckSalesRulesAvailability (line 8) | class CheckSalesRulesAvailability method __construct (line 24) | public function __construct( method checkSalesRulesAvailability (line 39) | public function checkSalesRulesAvailability($attributeCode) method _removeAttributeFromConditions (line 76) | protected function _removeAttributeFromConditions($combine, $attribute... FILE: app/code/Magento/SalesRule/Observer/CouponCodeValidation.php class CouponCodeValidation (line 23) | class CouponCodeValidation implements ObserverInterface method __construct (line 45) | public function __construct( method execute (line 58) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesRule/Plugin/CartTotalRepository.php class CartTotalRepository (line 14) | class CartTotalRepository method __construct (line 43) | public function __construct( method afterGet (line 62) | public function afterGet( FILE: app/code/Magento/SalesRule/Plugin/CouponUsagesDecrement.php class CouponUsagesDecrement (line 17) | class CouponUsagesDecrement method __construct (line 33) | public function __construct( method afterCancel (line 50) | public function afterCancel(OrderService $subject, bool $result, $orde... FILE: app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php class CouponUsagesIncrement (line 17) | class CouponUsagesIncrement method __construct (line 27) | public function __construct( method afterPlace (line 41) | public function afterPlace(OrderService $subject, OrderInterface $resu... FILE: app/code/Magento/SalesRule/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 17) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 39) | public function __construct( method apply (line 54) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 74) | public static function getVersion() method getAliases (line 82) | public function getAliases() method convertSerializedDataToJson (line 92) | private function convertSerializedDataToJson() FILE: app/code/Magento/SalesRule/Setup/Patch/Data/FillSalesRuleProductAttributeTable.php class FillSalesRuleProductAttributeTable (line 18) | class FillSalesRuleProductAttributeTable implements DataPatchInterface, ... method __construct (line 53) | public function __construct( method apply (line 70) | public function apply() method fillSalesRuleProductAttributeTable (line 84) | public function fillSalesRuleProductAttributeTable() method getDependencies (line 107) | public static function getDependencies() method getVersion (line 117) | public static function getVersion() method getAliases (line 125) | public function getAliases() FILE: app/code/Magento/SalesRule/Setup/Patch/Data/PrepareRuleModelSerializedData.php class PrepareRuleModelSerializedData (line 18) | class PrepareRuleModelSerializedData implements DataPatchInterface, Patc... method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 72) | public static function getVersion() method getAliases (line 80) | public function getAliases() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/DeleteButtonTest.php class DeleteButtonTest (line 10) | class DeleteButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetButtonDataWithoutRule (line 50) | public function testGetButtonDataWithoutRule() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/GenericButtonTest.php class GenericButtonTest (line 11) | class GenericButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testCanRender (line 45) | public function testCanRender() method testGetUrl (line 51) | public function testGetUrl() method testGetRuleId (line 65) | public function testGetRuleId() method testGetRuleIdWithoutRule (line 77) | public function testGetRuleIdWithoutRule() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/ResetButtonTest.php class ResetButtonTest (line 10) | class ResetButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetButtonData (line 44) | public function testGetButtonData() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/SaveAndContinueButtonTest.php class SaveAndContinueButtonTest (line 10) | class SaveAndContinueButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetButtonData (line 44) | public function testGetButtonData() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/SaveButtonTest.php class SaveButtonTest (line 10) | class SaveButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetButtonData (line 44) | public function testGetButtonData() FILE: app/code/Magento/SalesRule/Test/Unit/Block/Rss/DiscountsTest.php class DiscountsTest (line 14) | class DiscountsTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testGetRssData (line 112) | public function testGetRssData() method testGetCacheLifetime (line 183) | public function testGetCacheLifetime() method testIsAllowed (line 192) | public function testIsAllowed($isAllowed) method isAllowedDataProvider (line 201) | public function isAllowedDataProvider() method testGetFeeds (line 209) | public function testGetFeeds() FILE: app/code/Magento/SalesRule/Test/Unit/Controller/Adminhtml/Promo/Quote/GenerateTest.php class GenerateTest (line 16) | class GenerateTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 126) | public function testExecute() FILE: app/code/Magento/SalesRule/Test/Unit/Cron/AggregateSalesReportCouponsDataTest.php class AggregateSalesReportCouponsDataTest (line 8) | class AggregateSalesReportCouponsDataTest extends \PHPUnit\Framework\Tes... method setUp (line 30) | protected function setUp() method initMocks (line 45) | protected function initMocks() method testExecute (line 52) | public function testExecute() FILE: app/code/Magento/SalesRule/Test/Unit/Helper/CouponTest.php class CouponTest (line 9) | class CouponTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetFormatsList (line 56) | public function testGetFormatsList() method testGetDefaultLength (line 76) | public function testGetDefaultLength() method testGetDefaultFormat (line 88) | public function testGetDefaultFormat() method testGetDefaultPrefix (line 100) | public function testGetDefaultPrefix() method testGetDefaultSuffix (line 112) | public function testGetDefaultSuffix() method testGetDefaultDashInterval (line 124) | public function testGetDefaultDashInterval() method testGetCharset (line 136) | public function testGetCharset() method testGetSeparator (line 144) | public function testGetSeparator() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Converter/ToDataModelTest.php class ToDataModelTest (line 14) | class ToDataModelTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method getArrayData (line 121) | private function getArrayData() method testToDataModel (line 173) | public function testToDataModel() method testArrayToConditionDataModel (line 252) | public function testArrayToConditionDataModel() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Converter/ToModelTest.php class ToModelTest (line 8) | class ToModelTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testDataModelToArray (line 47) | public function testDataModelToArray() method testToModel (line 127) | public function testToModel() method testFormattingDate (line 193) | public function testFormattingDate($data) method expectedDatesProvider (line 279) | public function expectedDatesProvider() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Coupon/CodegeneratorTest.php class CodegeneratorTest (line 11) | class CodegeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGenerateCode (line 27) | public function testGenerateCode() method testGetDelimiter (line 35) | public function testGetDelimiter() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Coupon/MassgeneratorTest.php class MassgeneratorTest (line 11) | class MassgeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGenerateCode (line 37) | public function testGenerateCode(array $data, $length) method testGetDelimiter (line 67) | public function testGetDelimiter(array $data) method testGeneratePool (line 89) | public function testGeneratePool() method testGeneratePoolException (line 160) | public function testGeneratePoolException() method testValidateData (line 214) | public function testValidateData(array $data, $result) method testGetGeneratedCount (line 225) | public function testGetGeneratedCount() method validateDataProvider (line 238) | public function validateDataProvider() method delimiterDataProvider (line 283) | public function delimiterDataProvider() method generatorDataProvider (line 302) | public function generatorDataProvider() FILE: app/code/Magento/SalesRule/Test/Unit/Model/CouponGeneratorTest.php class CouponGeneratorTest (line 18) | class CouponGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testBeforeSave (line 64) | public function testBeforeSave() FILE: app/code/Magento/SalesRule/Test/Unit/Model/CouponRepositoryTest.php class CouponRepositoryTest (line 11) | class CouponRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testSave (line 101) | public function testSave() method testSaveWithExceptions (line 132) | public function testSaveWithExceptions($exceptionObject, $exceptionNam... method saveExceptionsDataProvider (line 161) | public function saveExceptionsDataProvider() method testGetById (line 181) | public function testGetById() method testDeleteById (line 194) | public function testDeleteById() method testGetList (line 210) | public function testGetList() FILE: app/code/Magento/SalesRule/Test/Unit/Model/CouponTest.php class CouponTest (line 11) | class CouponTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testSetRule (line 54) | public function testSetRule() method testLoadPrimaryByRule (line 66) | public function testLoadPrimaryByRule() method testLoadByCode (line 76) | public function testLoadByCode() FILE: app/code/Magento/SalesRule/Test/Unit/Model/DeltaPriceRoundTest.php class DeltaPriceRoundTest (line 16) | class DeltaPriceRoundTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testRound (line 52) | public function testRound(array $prices, array $roundedPrices): void method roundDataProvider (line 65) | public function roundDataProvider(): array method testReset (line 82) | public function testReset(): void method testResetAll (line 92) | public function testResetAll(): void FILE: app/code/Magento/SalesRule/Test/Unit/Model/Plugin/QuoteConfigProductAttributesTest.php class QuoteConfigProductAttributesTest (line 9) | class QuoteConfigProductAttributesTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testAfterGetProductAttributes (line 34) | public function testAfterGetProductAttributes() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Plugin/ResourceModel/RuleTest.php class RuleTest (line 9) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testAroundLoadCustomerGroupIds (line 47) | public function testAroundLoadCustomerGroupIds() method testAroundLoadWebsiteIds (line 55) | public function testAroundLoadWebsiteIds() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Plugin/RuleTest.php class RuleTest (line 9) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testLoadRelations (line 39) | public function testLoadRelations() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Quote/Address/Total/ShippingDiscountTest.php class ShippingDiscountTest (line 21) | class ShippingDiscountTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testCollectNoShippingAmount (line 113) | public function testCollectNoShippingAmount() method testCollectWithShippingAmountDiscount (line 141) | public function testCollectWithShippingAmountDiscount() method testFetch (line 213) | public function testFetch() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Quote/ChildrenValidationLocatorTest.php class ChildrenValidationLocatorTest (line 19) | class ChildrenValidationLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testIsChildrenValidationRequired (line 80) | public function testIsChildrenValidationRequired(string $type, bool $e... method productTypeDataProvider (line 96) | public function productTypeDataProvider(): array FILE: app/code/Magento/SalesRule/Test/Unit/Model/Quote/DiscountTest.php class DiscountTest (line 13) | class DiscountTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testCollectItemNoDiscount (line 148) | public function testCollectItemNoDiscount() method testCollectItemHasParent (line 183) | public function testCollectItemHasParent() method testCollectItemHasChildren (line 216) | public function testCollectItemHasChildren($childItemData, $parentData... method collectItemHasChildrenDataProvider (line 294) | public function collectItemHasChildrenDataProvider() method testCollectItemHasNoChildren (line 365) | public function testCollectItemHasNoChildren() method testFetch (line 418) | public function testFetch() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/ReadHandlerTest.php class ReadHandlerTest (line 16) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testExecute (line 63) | public function testExecute() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Report/CollectionTest.php class CollectionTest (line 9) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testAddRuleFilter (line 104) | public function testAddRuleFilter() method testApplyAggregatedTableNegativeIsTotals (line 109) | public function testApplyAggregatedTableNegativeIsTotals() method testApplyAggregatedTableIsSubTotals (line 117) | public function testApplyAggregatedTableIsSubTotals() method testApplyRulesFilterNoRulesIdsFilter (line 127) | public function testApplyRulesFilterNoRulesIdsFilter() method testApplyRulesFilterEmptyRulesList (line 135) | public function testApplyRulesFilterEmptyRulesList() method testApplyRulesFilterWithRulesList (line 152) | public function testApplyRulesFilterWithRulesList() method getRuleMock (line 188) | protected function getRuleMock() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Report/RuleTest.php class RuleTest (line 8) | class RuleTest extends \PHPUnit\Framework\TestCase method testGetUniqRulesNamesList (line 26) | public function testGetUniqRulesNamesList() method fetchAllCallback (line 112) | public function fetchAllCallback(\Magento\Framework\DB\Select $select) FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Rule/DateApplierTest.php class DateApplierTest (line 13) | class DateApplierTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testApplyDate (line 38) | public function testApplyDate() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/RuleTest.php class RuleTest (line 11) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testLoad (line 154) | public function testLoad() method testSave (line 168) | public function testSave() method testDelete (line 176) | public function testDelete() method testGetProductAttributes (line 191) | public function testGetProductAttributes($testString, $expects) method dataProviderForProductAttributes (line 200) | public function dataProviderForProductAttributes() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/SaveHandlerTest.php class SaveHandlerTest (line 16) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testExecuteNoData (line 63) | public function testExecuteNoData() method testExecute (line 85) | public function testExecute() method testExecuteWithString (line 115) | public function testExecuteWithString() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rss/DiscountsTest.php class DiscountsTest (line 14) | class DiscountsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetDiscountCollection (line 47) | public function testGetDiscountCollection() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Action/Discount/ByPercentTest.php class ByPercentTest (line 8) | class ByPercentTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCalculate (line 57) | public function testCalculate( method calculateDataProvider (line 194) | public function calculateDataProvider() method testFixQuantity (line 224) | public function testFixQuantity($step, $qty, $expected) method fixQuantityDataProvider (line 235) | public function fixQuantityDataProvider() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Action/Discount/CartFixedTest.php class CartFixedTest (line 13) | class CartFixedTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testCalculate (line 100) | public function testCalculate() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Action/Discount/ToPercentTest.php class ToPercentTest (line 8) | class ToPercentTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCalculate (line 57) | public function testCalculate( method calculateDataProvider (line 194) | public function calculateDataProvider() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Action/SimpleActionOptionsProviderTest.php class SimpleActionOptionsProviderTest (line 18) | class SimpleActionOptionsProviderTest extends TestCase method setUp (line 25) | protected function setUp() method testToOptionArray (line 32) | public function testToOptionArray() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Condition/ProductTest.php class ProductTest (line 31) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method getValueElementChooserUrlDataProvider (line 158) | public function getValueElementChooserUrlDataProvider() method testGetValueElementChooserUrl (line 193) | public function testGetValueElementChooserUrl($attribute, $url, $jsObj... method testValidateCategoriesIgnoresVisibility (line 213) | public function testValidateCategoriesIgnoresVisibility(): void method testQuoteLocaleFormatPrice (line 253) | public function testQuoteLocaleFormatPrice($isValid, $conditionValue, ... method localisationProvider (line 312) | public function localisationProvider(): array FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/DataProviderTest.php class DataProviderTest (line 10) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetData (line 79) | public function testGetData() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Rule/Metadata/ValueProviderTest.php class ValueProviderTest (line 26) | class ValueProviderTest extends TestCase method setUp (line 63) | protected function setUp() method testGetMetadataValues (line 99) | public function testGetMetadataValues() FILE: app/code/Magento/SalesRule/Test/Unit/Model/RuleRepositoryTest.php class RuleRepositoryTest (line 13) | class RuleRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testDeleteById (line 100) | public function testDeleteById() method testGetById (line 111) | public function testGetById() method testSave (line 125) | public function testSave() method testGetList (line 141) | public function testGetList() FILE: app/code/Magento/SalesRule/Test/Unit/Model/RuleTest.php class RuleTest (line 8) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testLoadCouponCode (line 69) | public function testLoadCouponCode() method testBeforeSaveResetConditionToNull (line 97) | public function testBeforeSaveResetConditionToNull() method setupProdConditionMock (line 119) | protected function setupProdConditionMock() method setupConditionMock (line 142) | protected function setupConditionMock() method testGetConditionsFieldSetId (line 161) | public function testGetConditionsFieldSetId() method testGetActionsFieldSetId (line 169) | public function testGetActionsFieldSetId() FILE: app/code/Magento/SalesRule/Test/Unit/Model/RulesApplierTest.php class RulesApplierTest (line 28) | class RulesApplierTest extends TestCase method setUp (line 60) | protected function setUp() method testApplyRulesWhenRuleWithStopRulesProcessingIsUsed (line 93) | public function testApplyRulesWhenRuleWithStopRulesProcessingIsUsed($i... method testAddCouponDescriptionWithRuleDescriptionIsUsed (line 184) | public function testAddCouponDescriptionWithRuleDescriptionIsUsed() method dataProviderChildren (line 221) | public function dataProviderChildren() method getPreparedItem (line 232) | protected function getPreparedItem() method applyRule (line 283) | protected function applyRule($item, $rule) FILE: app/code/Magento/SalesRule/Test/Unit/Model/System/Config/Source/Coupon/FormatTest.php class FormatTest (line 9) | class FormatTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testToOptionArray (line 35) | public function testToOptionArray() FILE: app/code/Magento/SalesRule/Test/Unit/Model/UtilityTest.php class UtilityTest (line 13) | class UtilityTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testCanProcessRuleValidAddress (line 147) | public function testCanProcessRuleValidAddress() method testCanProcessRuleCouponUsageLimitFail (line 166) | public function testCanProcessRuleCouponUsageLimitFail() method testCanProcessRuleCouponUsagePerCustomerFail (line 202) | public function testCanProcessRuleCouponUsagePerCustomerFail() method testCanProcessRuleUsagePerCustomer (line 248) | public function testCanProcessRuleUsagePerCustomer() method testCanProcessRuleInvalidConditions (line 272) | public function testCanProcessRuleInvalidConditions() method testCanProcessRule (line 281) | public function testCanProcessRule() method testGetItemPrice (line 290) | public function testGetItemPrice() method testGetItemPriceNull (line 296) | public function testGetItemPriceNull() method testGetItemBasePrice (line 309) | public function testGetItemBasePrice() method testGetBaseItemPriceCalculation (line 315) | public function testGetBaseItemPriceCalculation() method testGetItemQtyMin (line 327) | public function testGetItemQtyMin() method testGetItemQty (line 340) | public function testGetItemQty() method testMergeIds (line 360) | public function testMergeIds($a1, $a2, $isSting, $expected) method mergeIdsDataProvider (line 368) | public function mergeIdsDataProvider() method testMinFix (line 380) | public function testMinFix() method getItemPrice (line 411) | protected function getItemPrice() method getItemBasePrice (line 428) | protected function getItemBasePrice() method testDeltaRoundignFix (line 441) | public function testDeltaRoundignFix() method testResetRoundingDeltas (line 506) | public function testResetRoundingDeltas() FILE: app/code/Magento/SalesRule/Test/Unit/Model/Validator/PoolTest.php class PoolTest (line 11) | class PoolTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetValidators (line 29) | public function testGetValidators() FILE: app/code/Magento/SalesRule/Test/Unit/Model/ValidatorTest.php class ValidatorTest (line 19) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method getQuoteItemMock (line 153) | protected function getQuoteItemMock() method testCanApplyRules (line 180) | public function testCanApplyRules() method testProcess (line 219) | public function testProcess() method testProcessWhenItemPriceIsNegativeDiscountsAreZeroed (line 236) | public function testProcessWhenItemPriceIsNegativeDiscountsAreZeroed() method testApplyRulesThatAppliedRuleIdsAreCollected (line 260) | public function testApplyRulesThatAppliedRuleIdsAreCollected() method testInit (line 295) | public function testInit() method testCanApplyDiscount (line 307) | public function testCanApplyDiscount() method testInitTotalsCanApplyDiscount (line 331) | public function testInitTotalsCanApplyDiscount() method testInitTotalsNoItems (line 397) | public function testInitTotalsNoItems() method prepareRuleCollectionMock (line 414) | protected function prepareRuleCollectionMock($ruleCollection) method testProcessShippingAmountNoRules (line 435) | public function testProcessShippingAmountNoRules() method testProcessShippingAmountProcessDisabled (line 452) | public function testProcessShippingAmountProcessDisabled() method testProcessShippingAmountActions (line 481) | public function testProcessShippingAmountActions($action, $ruleDiscoun... method dataProviderActions (line 521) | public static function dataProviderActions() method setupAddressMock (line 536) | protected function setupAddressMock($shippingAmount = null) method testReset (line 569) | public function testReset() FILE: app/code/Magento/SalesRule/Test/Unit/Observer/AddSalesRuleNameToOrderObserverTest.php class AddSalesRuleNameToOrderObserverTest (line 8) | class AddSalesRuleNameToOrderObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 25) | protected function setUp() method initMocks (line 39) | protected function initMocks() method testAddSalesRuleNameToOrderWithoutCouponCode (line 55) | public function testAddSalesRuleNameToOrderWithoutCouponCode() method testAddSalesRuleNameToOrderWithoutRule (line 73) | public function testAddSalesRuleNameToOrderWithoutRule() method testAddSalesRuleNameToOrder (line 95) | public function testAddSalesRuleNameToOrder() FILE: app/code/Magento/SalesRule/Test/Unit/Observer/CatalogAttributeDeleteAfterObserverTest.php class CatalogAttributeDeleteAfterObserverTest (line 8) | class CatalogAttributeDeleteAfterObserverTest extends \PHPUnit\Framework... method setUp (line 20) | protected function setUp() method initMocks (line 33) | protected function initMocks() method testCatalogAttributeDeleteAfter (line 40) | public function testCatalogAttributeDeleteAfter() FILE: app/code/Magento/SalesRule/Test/Unit/Observer/CatalogAttributeSaveAfterObserverTest.php class CatalogAttributeSaveAfterObserverTest (line 8) | class CatalogAttributeSaveAfterObserverTest extends \PHPUnit\Framework\T... method setUp (line 20) | protected function setUp() method initMocks (line 33) | protected function initMocks() method testCatalogAttributeSaveAfter (line 40) | public function testCatalogAttributeSaveAfter() FILE: app/code/Magento/SalesRule/Test/Unit/Observer/CouponCodeValidationTest.php class CouponCodeValidationTest (line 25) | class CouponCodeValidationTest extends TestCase method setUp (line 65) | protected function setUp() method testCouponCodeNotReachedTheLimit (line 92) | public function testCouponCodeNotReachedTheLimit() method testCouponCodeNotReachedTheLimitWithNewCouponCode (line 113) | public function testCouponCodeNotReachedTheLimitWithNewCouponCode() method testReachingLimitForCouponCode (line 140) | public function testReachingLimitForCouponCode() method testQuoteWithNoCouponCode (line 164) | public function testQuoteWithNoCouponCode() FILE: app/code/Magento/SalesSequence/Model/Builder.php class Builder (line 21) | class Builder method __construct (line 94) | public function __construct( method setEntityType (line 115) | public function setEntityType($entityType) method setStoreId (line 125) | public function setStoreId($storeId) method setPrefix (line 135) | public function setPrefix($prefix) method setSuffix (line 145) | public function setSuffix($suffix) method setStartValue (line 155) | public function setStartValue($startValue) method setStep (line 165) | public function setStep($step) method setMaxValue (line 175) | public function setMaxValue($maxValue) method setWarningValue (line 185) | public function setWarningValue($warningValue) method getSequenceName (line 196) | protected function getSequenceName() method create (line 214) | public function create() FILE: app/code/Magento/SalesSequence/Model/Config.php class Config (line 14) | class Config method get (line 41) | public function get($key = null) FILE: app/code/Magento/SalesSequence/Model/EntityPool.php class EntityPool (line 13) | class EntityPool method __construct (line 23) | public function __construct(array $entities = []) method getEntities (line 33) | public function getEntities() FILE: app/code/Magento/SalesSequence/Model/Manager.php class Manager (line 15) | class Manager method __construct (line 31) | public function __construct( method getSequence (line 48) | public function getSequence($entityType, $storeId) FILE: app/code/Magento/SalesSequence/Model/Meta.php class Meta (line 16) | class Meta extends AbstractModel method _construct (line 21) | protected function _construct() FILE: app/code/Magento/SalesSequence/Model/Profile.php class Profile (line 16) | class Profile extends AbstractModel method _construct (line 21) | protected function _construct() FILE: app/code/Magento/SalesSequence/Model/ResourceModel/Meta.php class Meta (line 22) | class Meta extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 47) | public function __construct( method _construct (line 63) | protected function _construct() method loadByEntityTypeAndStore (line 76) | public function loadByEntityTypeAndStore($entityType, $storeId) method _afterLoad (line 103) | protected function _afterLoad(\Magento\Framework\Model\AbstractModel $... method _beforeSave (line 120) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 149) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... FILE: app/code/Magento/SalesSequence/Model/ResourceModel/Profile.php class Profile (line 17) | class Profile extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 31) | protected function _construct() method __construct (line 46) | public function __construct( method loadActiveProfile (line 62) | public function loadActiveProfile($metadataId) FILE: app/code/Magento/SalesSequence/Model/Sequence.php class Sequence (line 17) | class Sequence implements SequenceInterface method __construct (line 49) | public function __construct( method getCurrentValue (line 64) | public function getCurrentValue() method getNextValue (line 83) | public function getNextValue() method calculateCurrentValue (line 95) | private function calculateCurrentValue() FILE: app/code/Magento/SalesSequence/Observer/SequenceCreatorObserver.php class SequenceCreatorObserver (line 17) | class SequenceCreatorObserver implements ObserverInterface method __construct (line 41) | public function __construct( method execute (line 59) | public function execute(EventObserver $observer) FILE: app/code/Magento/SalesSequence/Setup/Recurring.php class Recurring (line 16) | class Recurring implements InstallSchemaInterface method __construct (line 26) | public function __construct( method install (line 35) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: app/code/Magento/SalesSequence/Setup/RecurringData.php class RecurringData (line 15) | class RecurringData implements InstallDataInterface method __construct (line 25) | public function __construct( method install (line 34) | public function install(ModuleDataSetupInterface $setup, ModuleContext... FILE: app/code/Magento/SalesSequence/Setup/SequenceCreator.php class SequenceCreator (line 16) | class SequenceCreator method __construct (line 40) | public function __construct( method create (line 55) | public function create() FILE: app/code/Magento/SalesSequence/Test/Unit/Model/BuilderTest.php class BuilderTest (line 11) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testAddSequenceExistMeta (line 107) | public function testAddSequenceExistMeta() method testAddSequence (line 131) | public function testAddSequence() method stepCreateSequence (line 191) | private function stepCreateSequence($sequenceName, $startNumber) FILE: app/code/Magento/SalesSequence/Test/Unit/Model/ManagerTest.php class ManagerTest (line 11) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetSequence (line 77) | public function testGetSequence() FILE: app/code/Magento/SalesSequence/Test/Unit/Model/ResourceModel/MetaTest.php class MetaTest (line 13) | class MetaTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testLoadBy (line 95) | public function testLoadBy() method stepCheckSaveWithActiveProfile (line 134) | private function stepCheckSaveWithActiveProfile($metaData) FILE: app/code/Magento/SalesSequence/Test/Unit/Model/ResourceModel/ProfileTest.php class ProfileTest (line 13) | class ProfileTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testLoadActiveProfile (line 88) | public function testLoadActiveProfile() FILE: app/code/Magento/SalesSequence/Test/Unit/Model/SequenceTest.php class SequenceTest (line 14) | class SequenceTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testSequenceInitialNull (line 72) | public function testSequenceInitialNull() method testSequenceNextValue (line 77) | public function testSequenceNextValue() method nextIncrementStep (line 114) | private function nextIncrementStep($lastInsertId, $sequenceNumber) method sequenceParameters (line 137) | private function sequenceParameters() FILE: app/code/Magento/SampleData/Console/Command/SampleDataDeployCommand.php class SampleDataDeployCommand (line 21) | class SampleDataDeployCommand extends Command method __construct (line 52) | public function __construct( method configure (line 68) | protected function configure() method execute (line 84) | protected function execute(InputInterface $input, OutputInterface $out... method createAuthFile (line 133) | private function createAuthFile() method updateMemoryLimit (line 152) | private function updateMemoryLimit() method getMemoryInBytes (line 167) | private function getMemoryInBytes($value) FILE: app/code/Magento/SampleData/Console/Command/SampleDataRemoveCommand.php class SampleDataRemoveCommand (line 24) | class SampleDataRemoveCommand extends Command method __construct (line 55) | public function __construct( method configure (line 71) | protected function configure() method execute (line 87) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/SampleData/Console/Command/SampleDataResetCommand.php class SampleDataResetCommand (line 17) | class SampleDataResetCommand extends Command method __construct (line 39) | public function __construct( method configure (line 53) | protected function configure() method execute (line 63) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/SampleData/Console/CommandList.php class CommandList (line 13) | class CommandList implements \Magento\Framework\Console\CommandListInter... method __construct (line 25) | public function __construct(ObjectManagerInterface $objectManager) method getCommandsClasses (line 35) | protected function getCommandsClasses() method getCommands (line 46) | public function getCommands() FILE: app/code/Magento/SampleData/Model/Dependency.php class Dependency (line 20) | class Dependency method __construct (line 57) | public function __construct( method getSampleDataPackages (line 77) | public function getSampleDataPackages() method getSuggestsFromModules (line 96) | protected function getSuggestsFromModules() method getModuleComposerPackage (line 116) | private function getModuleComposerPackage($moduleDir) FILE: app/code/Magento/SampleData/Setup/Patch/Data/ClearSampleDataState.php class ClearSampleDataState (line 17) | class ClearSampleDataState implements DataPatchInterface, PatchVersionIn... method __construct (line 34) | public function __construct( method apply (line 45) | public function apply() method getDependencies (line 53) | public static function getDependencies() method getVersion (line 61) | public static function getVersion() method getAliases (line 69) | public function getAliases() FILE: app/code/Magento/SampleData/Test/Unit/Console/Command/AbstractSampleDataCommandTest.php class AbstractSampleDataCommandTest (line 22) | abstract class AbstractSampleDataCommandTest extends TestCase method setUp (line 62) | protected function setUp() method setupMocks (line 79) | protected function setupMocks( method expectedComposerArguments (line 129) | abstract protected function expectedComposerArguments( FILE: app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataDeployCommandTest.php class SampleDataDeployCommandTest (line 13) | class SampleDataDeployCommandTest extends AbstractSampleDataCommandTest method setupMocksForAuthFile (line 18) | protected function setupMocksForAuthFile($authExist) method testExecute (line 43) | public function testExecute(array $sampleDataPackages, $appRunResult, ... method testExecuteWithNoUpdate (line 62) | public function testExecuteWithNoUpdate(array $sampleDataPackages, $ap... method processDataProvider (line 82) | public function processDataProvider() method testExecuteWithException (line 116) | public function testExecuteWithException() method createCommandTester (line 150) | private function createCommandTester(): CommandTester method expectedComposerArguments (line 168) | protected function expectedComposerArguments( method packageVersionStrings (line 184) | private function packageVersionStrings(array $sampleDataPackages): array FILE: app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataRemoveCommandTest.php class SampleDataRemoveCommandTest (line 11) | class SampleDataRemoveCommandTest extends AbstractSampleDataCommandTest method testExecute (line 22) | public function testExecute(array $sampleDataPackages, $appRunResult, ... method testExecuteWithNoUpdate (line 39) | public function testExecuteWithNoUpdate(array $sampleDataPackages, $ap... method processDataProvider (line 58) | public function processDataProvider() method createCommandTester (line 79) | private function createCommandTester(): CommandTester method expectedComposerArguments (line 97) | protected function expectedComposerArguments( FILE: app/code/Magento/SampleData/Test/Unit/Model/DependencyTest.php class DependencyTest (line 24) | class DependencyTest extends \PHPUnit\Framework\TestCase method testPackagesFromComposerSuggest (line 33) | public function testPackagesFromComposerSuggest( method dataPackagesFromComposerSuggest (line 88) | public static function dataPackagesFromComposerSuggest() method stubComposerJsonReader (line 183) | public function stubComposerJsonReader(array $composerJsonContent) method stubFileNotFoundReader (line 202) | public function stubFileNotFoundReader() FILE: app/code/Magento/Search/Adapter/Query/Preprocessor/Synonyms.php class Synonyms (line 11) | class Synonyms implements PreprocessorInterface method __construct (line 23) | public function __construct(SynonymAnalyzerInterface $synonymsAnalyzer) method process (line 31) | public function process($query) FILE: app/code/Magento/Search/Api/Data/SynonymGroupInterface.php type SynonymGroupInterface (line 12) | interface SynonymGroupInterface method getGroupId (line 20) | public function getGroupId(); method setGroupId (line 29) | public function setGroupId($groupId); method getSynonymGroup (line 37) | public function getSynonymGroup(); method setSynonymGroup (line 46) | public function setSynonymGroup($synonymGroup); method getStoreId (line 54) | public function getStoreId(); method setStoreId (line 63) | public function setStoreId($id); method getWebsiteId (line 71) | public function getWebsiteId(); method setWebsiteId (line 80) | public function setWebsiteId($id); FILE: app/code/Magento/Search/Api/SearchInterface.php type SearchInterface (line 15) | interface SearchInterface extends FrameworkSearchInterface FILE: app/code/Magento/Search/Api/SynonymAnalyzerInterface.php type SynonymAnalyzerInterface (line 13) | interface SynonymAnalyzerInterface method getSynonymsForPhrase (line 33) | public function getSynonymsForPhrase($phrase); FILE: app/code/Magento/Search/Api/SynonymGroupRepositoryInterface.php type SynonymGroupRepositoryInterface (line 12) | interface SynonymGroupRepositoryInterface method save (line 22) | public function save(\Magento\Search\Api\Data\SynonymGroupInterface $s... method delete (line 31) | public function delete(\Magento\Search\Api\Data\SynonymGroupInterface ... method get (line 40) | public function get($synonymGroupId); FILE: app/code/Magento/Search/Block/Adminhtml/Dashboard/Last.php class Last (line 14) | class Last extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 43) | public function __construct( method _construct (line 60) | protected function _construct() method _prepareCollection (line 72) | protected function _prepareCollection() method _prepareColumns (line 98) | protected function _prepareColumns() method getRowUrl (line 131) | public function getRowUrl($row) FILE: app/code/Magento/Search/Block/Adminhtml/Dashboard/Top.php class Top (line 14) | class Top extends \Magento\Backend\Block\Dashboard\Grid method __construct (line 43) | public function __construct( method _construct (line 60) | protected function _construct() method _prepareCollection (line 69) | protected function _prepareCollection() method _prepareColumns (line 93) | protected function _prepareColumns() method getRowUrl (line 126) | public function getRowUrl($row) FILE: app/code/Magento/Search/Block/Adminhtml/Reports/Search.php class Search (line 14) | class Search extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms.php class Synonyms (line 11) | class Synonyms extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 16) | protected function _construct() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/BackButton.php class BackButton (line 13) | class BackButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getBackUrl (line 33) | public function getBackUrl() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/DeleteButton.php class DeleteButton (line 13) | class DeleteButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() method getDeleteUrl (line 37) | public function getDeleteUrl() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/GenericButton.php class GenericButton (line 13) | class GenericButton method __construct (line 35) | public function __construct( method getGroupId (line 48) | public function getGroupId() method getUrl (line 61) | public function getUrl($route = '', $params = []) FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/ResetButton.php class ResetButton (line 13) | class ResetButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/SaveAndContinueButton.php class SaveAndContinueButton (line 13) | class SaveAndContinueButton extends GenericButton implements ButtonProvi... method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/Search/Block/Adminhtml/Synonyms/Edit/SaveButton.php class SaveButton (line 13) | class SaveButton extends GenericButton implements ButtonProviderInterface method getButtonData (line 18) | public function getButtonData() FILE: app/code/Magento/Search/Block/Adminhtml/Term.php class Term (line 12) | class Term extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 17) | protected function _construct() FILE: app/code/Magento/Search/Block/Adminhtml/Term/Edit.php class Edit (line 14) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 40) | protected function _construct() method getHeaderText (line 55) | public function getHeaderText() FILE: app/code/Magento/Search/Block/Adminhtml/Term/Edit/Form.php class Form (line 20) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 34) | public function __construct( method _construct (line 50) | protected function _construct() method _prepareForm (line 65) | protected function _prepareForm() FILE: app/code/Magento/Search/Block/Term.php class Term (line 22) | class Term extends Template method __construct (line 59) | public function __construct( method _loadTerms (line 76) | protected function _loadTerms() method getTerms (line 115) | public function getTerms() method getSearchUrl (line 125) | public function getSearchUrl($obj) method getMaxPopularity (line 140) | public function getMaxPopularity() method getMinPopularity (line 148) | public function getMinPopularity() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/Delete.php class Delete (line 12) | class Delete extends \Magento\Backend\App\Action method __construct (line 38) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/Edit.php class Edit (line 9) | class Edit extends \Magento\Backend\App\Action method __construct (line 41) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/Index.php class Index (line 8) | class Index extends \Magento\Backend\App\Action method __construct (line 28) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/MassDelete.php class MassDelete (line 16) | class MassDelete extends \Magento\Backend\App\Action implements HttpPost... method __construct (line 48) | public function __construct( method execute (line 66) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/NewAction.php class NewAction (line 8) | class NewAction extends \Magento\Backend\App\Action method __construct (line 28) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/ResultPageBuilder.php class ResultPageBuilder (line 15) | class ResultPageBuilder method __construct (line 45) | public function __construct( method build (line 62) | public function build() method checkSearchEngineSupport (line 80) | protected function checkSearchEngineSupport() FILE: app/code/Magento/Search/Controller/Adminhtml/Synonyms/Save.php class Save (line 11) | class Save extends \Magento\Backend\App\Action method __construct (line 31) | public function __construct( method execute (line 44) | public function execute() method getErrorMessage (line 112) | private function getErrorMessage(MergeConflictException $exception) FILE: app/code/Magento/Search/Controller/Adminhtml/Term.php class Term (line 11) | abstract class Term extends Action method createPage (line 23) | protected function createPage() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/Delete.php class Delete (line 12) | class Delete extends TermController implements HttpPostActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/Edit.php class Edit (line 14) | class Edit extends TermController implements HttpGetActionInterface method __construct (line 27) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/ExportSearchCsv.php class ExportSearchCsv (line 14) | class ExportSearchCsv extends TermController method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/ExportSearchExcel.php class ExportSearchExcel (line 14) | class ExportSearchExcel extends TermController method __construct (line 25) | public function __construct( method execute (line 39) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/Index.php class Index (line 11) | class Index extends TermController implements HttpGetActionInterface method execute (line 16) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/MassDelete.php class MassDelete (line 12) | class MassDelete extends TermController implements HttpPostActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/NewAction.php class NewAction (line 12) | class NewAction extends TermController implements HttpGetActionInterface method execute (line 17) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/Report.php class Report (line 12) | class Report extends ReportsIndexController implements HttpGetActionInte... method execute (line 26) | public function execute() FILE: app/code/Magento/Search/Controller/Adminhtml/Term/Save.php class Save (line 15) | class Save extends TermController implements HttpPostActionInterface method __construct (line 26) | public function __construct( method execute (line 40) | public function execute() method loadQuery (line 73) | private function loadQuery() method proceedToEdit (line 103) | private function proceedToEdit($data) FILE: app/code/Magento/Search/Controller/Ajax/Suggest.php class Suggest (line 14) | class Suggest extends Action implements HttpGetActionInterface method __construct (line 25) | public function __construct( method execute (line 36) | public function execute() FILE: app/code/Magento/Search/Controller/RegistryConstants.php class RegistryConstants (line 12) | class RegistryConstants FILE: app/code/Magento/Search/Controller/Term/Popular.php class Popular (line 15) | class Popular extends Action method __construct (line 26) | public function __construct(Context $context, ScopeConfigInterface $sc... method dispatch (line 39) | public function dispatch(RequestInterface $request) method execute (line 55) | public function execute() FILE: app/code/Magento/Search/Helper/Data.php class Data (line 22) | class Data extends AbstractHelper method __construct (line 66) | public function __construct( method isMinQueryLength (line 84) | public function isMinQueryLength() method getEscapedQueryText (line 96) | public function getEscapedQueryText() method getResultUrl (line 110) | public function getResultUrl($query = null) method getSuggestUrl (line 123) | public function getSuggestUrl() method getSearchTermUrl (line 136) | public function getSearchTermUrl() method getMinQueryLength (line 147) | public function getMinQueryLength($store = null) method getMaxQueryLength (line 162) | public function getMaxQueryLength($store = null) method addNoteMessage (line 177) | public function addNoteMessage($message) method setNoteMessages (line 189) | public function setNoteMessages(array $messages) method getNoteMessages (line 200) | public function getNoteMessages() method checkNotes (line 212) | public function checkNotes($store = null) method getQueryParamName (line 229) | public function getQueryParamName() method isQueryTooLong (line 239) | private function isQueryTooLong($queryText, $maxQueryLength) method getQueryText (line 249) | private function getQueryText() method getPreparedQueryText (line 262) | private function getPreparedQueryText($queryText, $maxQueryLength) FILE: app/code/Magento/Search/Model/AdapterFactory.php class AdapterFactory (line 14) | class AdapterFactory method __construct (line 62) | public function __construct( method create (line 78) | public function create(array $data = []) FILE: app/code/Magento/Search/Model/Adminhtml/System/Config/Source/Engine.php class Engine (line 14) | class Engine implements \Magento\Framework\Option\ArrayInterface method __construct (line 28) | public function __construct( method toOptionArray (line 37) | public function toOptionArray() FILE: app/code/Magento/Search/Model/Autocomplete.php class Autocomplete (line 8) | class Autocomplete implements AutocompleteInterface method __construct (line 18) | public function __construct( method getItems (line 28) | public function getItems() FILE: app/code/Magento/Search/Model/Autocomplete/DataProviderInterface.php type DataProviderInterface (line 13) | interface DataProviderInterface method getItems (line 18) | public function getItems(); FILE: app/code/Magento/Search/Model/Autocomplete/Item.php class Item (line 9) | class Item extends \Magento\Framework\DataObject implements ItemInterface method getTitle (line 15) | public function getTitle() FILE: app/code/Magento/Search/Model/Autocomplete/ItemFactory.php class ItemFactory (line 11) | class ItemFactory method __construct (line 21) | public function __construct( method create (line 31) | public function create(array $data) FILE: app/code/Magento/Search/Model/Autocomplete/ItemInterface.php type ItemInterface (line 13) | interface ItemInterface method getTitle (line 18) | public function getTitle(); method toArray (line 23) | public function toArray(); FILE: app/code/Magento/Search/Model/AutocompleteInterface.php type AutocompleteInterface (line 15) | interface AutocompleteInterface method getItems (line 20) | public function getItems(); FILE: app/code/Magento/Search/Model/EngineResolver.php class EngineResolver (line 18) | class EngineResolver implements EngineResolverInterface method __construct (line 71) | public function __construct( method getCurrentSearchEngine (line 95) | public function getCurrentSearchEngine() FILE: app/code/Magento/Search/Model/PopularSearchTerms.php class PopularSearchTerms (line 12) | class PopularSearchTerms method __construct (line 34) | public function __construct( method isCacheable (line 49) | public function isCacheable(string $term, int $storeId) method getMaxCountCacheableSearchTerms (line 66) | private function getMaxCountCacheableSearchTerms(int $storeId) FILE: app/code/Magento/Search/Model/Query.php class Query (line 44) | class Query extends AbstractModel implements QueryInterface method __construct (line 107) | public function __construct( method _construct (line 130) | protected function _construct() method getSearchCollection (line 140) | public function getSearchCollection() method getSuggestCollection (line 151) | public function getSuggestCollection() method loadByQuery (line 173) | public function loadByQuery($text) method loadByQueryText (line 186) | public function loadByQueryText($text) method setStoreId (line 200) | public function setStoreId($storeId) method getStoreId (line 211) | public function getStoreId() method prepare (line 225) | public function prepare() method saveIncrementalPopularity (line 244) | public function saveIncrementalPopularity() method saveNumResults (line 259) | public function saveNumResults($numResults) method getMinQueryLength (line 273) | public function getMinQueryLength() method getMaxQueryLength (line 288) | public function getMaxQueryLength() method getQueryText (line 300) | public function getQueryText() method isQueryTextExceeded (line 311) | public function isQueryTextExceeded() method isQueryTextShort (line 323) | public function isQueryTextShort() FILE: app/code/Magento/Search/Model/QueryFactory.php class QueryFactory (line 20) | class QueryFactory implements QueryFactoryInterface method __construct (line 63) | public function __construct( method get (line 79) | public function get() method create (line 101) | public function create(array $data = []) method getRawQueryText (line 111) | private function getRawQueryText() method getPreparedQueryText (line 126) | private function getPreparedQueryText($queryText, $maxQueryLength) method isQueryTooLong (line 141) | private function isQueryTooLong($queryText, $maxQueryLength) method isQueryTooShort (line 153) | private function isQueryTooShort($queryText, $minQueryLength) FILE: app/code/Magento/Search/Model/QueryFactoryInterface.php type QueryFactoryInterface (line 12) | interface QueryFactoryInterface method get (line 17) | public function get(); FILE: app/code/Magento/Search/Model/QueryInterface.php type QueryInterface (line 13) | interface QueryInterface method getQueryText (line 18) | public function getQueryText(); FILE: app/code/Magento/Search/Model/QueryResult.php class QueryResult (line 12) | class QueryResult method __construct (line 28) | public function __construct($queryText, $resultsCount) method getQueryText (line 37) | public function getQueryText() method getResultsCount (line 45) | public function getResultsCount() FILE: app/code/Magento/Search/Model/ResourceModel/Query.php class Query (line 20) | class Query extends AbstractDb method __construct (line 40) | public function __construct( method loadByQueryText (line 58) | public function loadByQueryText(AbstractModel $object, $value) method load (line 88) | public function load(AbstractModel $object, $value, $field = null) method loadByQuery (line 106) | public function loadByQuery(AbstractModel $object, $value) method _beforeSave (line 116) | public function _beforeSave(AbstractModel $object) method _construct (line 127) | protected function _construct() method saveIncrementalPopularity (line 140) | public function saveIncrementalPopularity(QueryModel $query) method saveNumResults (line 163) | public function saveNumResults(QueryModel $query) FILE: app/code/Magento/Search/Model/ResourceModel/Query/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 49) | public function __construct( method _construct (line 69) | protected function _construct() method setStoreId (line 80) | public function setStoreId($store) method getStoreId (line 94) | public function getStoreId() method setQueryFilter (line 105) | public function setQueryFilter($query) method setPopularQueryFilter (line 131) | public function setPopularQueryFilter($storeIds = null) method setRecentQueryFilter (line 157) | public function setRecentQueryFilter() method addStoreFilter (line 169) | public function addStoreFilter($storeIds) FILE: app/code/Magento/Search/Model/ResourceModel/SynonymGroup.php class SynonymGroup (line 14) | class SynonymGroup extends AbstractDb method getByScope (line 24) | public function getByScope($websiteId, $storeId) method _construct (line 44) | protected function _construct() FILE: app/code/Magento/Search/Model/ResourceModel/SynonymGroup/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 27) | protected function _construct() FILE: app/code/Magento/Search/Model/ResourceModel/SynonymReader.php class SynonymReader (line 16) | class SynonymReader extends AbstractDb method __construct (line 36) | public function __construct( method loadByPhrase (line 54) | public function loadByPhrase(\Magento\Search\Model\SynonymReader $obje... method _construct (line 75) | protected function _construct() method queryByPhrase (line 86) | private function queryByPhrase($phrase) method escapePhrase (line 108) | private function escapePhrase(string $phrase): string method getSynRowsPerScope (line 119) | private function getSynRowsPerScope($rows) method isSynRowForStoreView (line 154) | private function isSynRowForStoreView($row) method isSynRowForWebsite (line 166) | private function isSynRowForWebsite($row) method isSynRowForDefaultScope (line 178) | private function isSynRowForDefaultScope($row) FILE: app/code/Magento/Search/Model/Search.php class Search (line 14) | class Search extends FrameworkSearch implements SearchInterface FILE: app/code/Magento/Search/Model/Search/PageSizeProvider.php class PageSizeProvider (line 14) | class PageSizeProvider method __construct (line 30) | public function __construct( method getMaxPageSize (line 43) | public function getMaxPageSize() : int FILE: app/code/Magento/Search/Model/SearchCollectionFactory.php class SearchCollectionFactory (line 13) | class SearchCollectionFactory method __construct (line 35) | public function __construct( method create (line 49) | public function create(array $data = []) FILE: app/code/Magento/Search/Model/SearchCollectionInterface.php type SearchCollectionInterface (line 13) | interface SearchCollectionInterface extends \Traversable, \Countable method addSearchFilter (line 21) | public function addSearchFilter($term); FILE: app/code/Magento/Search/Model/SearchEngine.php class SearchEngine (line 15) | class SearchEngine implements SearchEngineInterface method __construct (line 32) | public function __construct(AdapterFactory $adapterFactory) method search (line 40) | public function search(RequestInterface $request) method getConnection (line 50) | protected function getConnection() FILE: app/code/Magento/Search/Model/SearchEngine/Config.php class Config (line 8) | class Config implements \Magento\Framework\Search\SearchEngine\ConfigInt... method __construct (line 22) | public function __construct(\Magento\Framework\Config\DataInterface $d... method getDeclaredFeatures (line 30) | public function getDeclaredFeatures($searchEngine) method isFeatureSupported (line 38) | public function isFeatureSupported($featureName, $searchEngine) FILE: app/code/Magento/Search/Model/SearchEngine/Config/Data.php class Data (line 15) | class Data extends \Magento\Framework\Config\Data method __construct (line 25) | public function __construct( FILE: app/code/Magento/Search/Model/Synonym/DataProvider.php class DataProvider (line 14) | class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider method __construct (line 42) | public function __construct( method getData (line 61) | public function getData() FILE: app/code/Magento/Search/Model/Synonym/MergeConflictException.php class MergeConflictException (line 17) | class MergeConflictException extends LocalizedException method __construct (line 34) | public function __construct(array $conflictingSynonyms, Phrase $phrase... method getConflictingSynonyms (line 46) | public function getConflictingSynonyms() FILE: app/code/Magento/Search/Model/SynonymAnalyzer.php class SynonymAnalyzer (line 15) | class SynonymAnalyzer implements SynonymAnalyzerInterface method __construct (line 27) | public function __construct(SynonymReader $synReader) method getSynonymsForPhrase (line 49) | public function getSynonymsForPhrase($phrase) method findInArray (line 92) | private function findInArray(string $pattern, array $synonymGroupsToEx... method getSearchPattern (line 135) | private function getSearchPattern(array $words): string method getSynonymGroupsByPhrase (line 158) | private function getSynonymGroupsByPhrase(string $phrase): array FILE: app/code/Magento/Search/Model/SynonymGroup.php class SynonymGroup (line 11) | class SynonymGroup extends AbstractModel implements SynonymGroupInterface method _construct (line 18) | protected function _construct() method getGroupId (line 26) | public function getGroupId() method setGroupId (line 34) | public function setGroupId($groupId) method getWebsiteId (line 43) | public function getWebsiteId() method setWebsiteId (line 51) | public function setWebsiteId($websiteId) method getStoreId (line 60) | public function getStoreId() method setStoreId (line 68) | public function setStoreId($storeId) method getSynonymGroup (line 77) | public function getSynonymGroup() method setSynonymGroup (line 85) | public function setSynonymGroup($synonymGroup) method setScope (line 96) | public function setScope() FILE: app/code/Magento/Search/Model/SynonymGroupRepository.php class SynonymGroupRepository (line 17) | class SynonymGroupRepository implements SynonymGroupRepositoryInterface method __construct (line 39) | public function __construct( method save (line 50) | public function save(SynonymGroupInterface $synonymGroup, $errorOnMerg... method delete (line 70) | public function delete(SynonymGroupInterface $synonymGroup) method get (line 92) | public function get($synonymGroupId) method create (line 111) | private function create(SynonymGroupInterface $synonymGroup, $errorOnM... method merge (line 150) | private function merge(SynonymGroupInterface $synonymGroupToMerge, arr... method populateSynonymGroupModel (line 172) | private function populateSynonymGroupModel(SynonymGroup $modelToPopula... method update (line 189) | private function update( method getExceptionMessage (line 227) | private function getExceptionMessage($matchingSynonymGroups) method parseToArray (line 241) | private function parseToArray($matchingSynonymGroups) method getMatchingSynonymGroups (line 256) | private function getMatchingSynonymGroups(SynonymGroupInterface $synon... FILE: app/code/Magento/Search/Model/SynonymReader.php class SynonymReader (line 28) | class SynonymReader extends AbstractModel method __construct (line 55) | public function __construct( method _construct (line 71) | protected function _construct() method loadByPhrase (line 84) | public function loadByPhrase($phrase) FILE: app/code/Magento/Search/Test/Unit/Adapter/Query/Preprocessor/SynonymsTest.php class SynonymsTest (line 10) | class SynonymsTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method loadProcessDataProvider (line 44) | public static function loadProcessDataProvider() method testProcess (line 70) | public function testProcess($query, $result, $newQuery) FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Ajax/SuggestTest.php class SuggestTest (line 12) | class SuggestTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testExecute (line 102) | public function testExecute() method testExecuteEmptyQuery (line 132) | public function testExecuteEmptyQuery() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Synonyms/DeleteTest.php class DeleteTest (line 9) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testDeleteAction (line 102) | public function testDeleteAction() method testDeleteActionNoId (line 120) | public function testDeleteActionNoId() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Synonyms/ResultPageBuilderTest.php class ResultPageBuilderTest (line 16) | class ResultPageBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testBuild (line 53) | public function testBuild() method testBuildWithDisabledEngine (line 80) | public function testBuildWithDisabledEngine() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Term/ExportSearchCsvTest.php class ExportSearchCsvTest (line 12) | class ExportSearchCsvTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 49) | public function testExecute() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Term/IndexTest.php class IndexTest (line 16) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | public function setUp() method testIndex (line 73) | public function testIndex() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Term/MassDeleteTest.php class MassDeleteTest (line 12) | class MassDeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 99) | public function testExecute() method createQuery (line 125) | private function createQuery($index, $id) FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Term/ReportTest.php class ReportTest (line 18) | class ReportTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | public function setUp() method testReport (line 87) | public function testReport() FILE: app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Term/SaveTest.php class SaveTest (line 11) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecuteIsPostData (line 118) | public function testExecuteIsPostData($isPost, $data) method executeIsPostDataDataProvider (line 129) | public function executeIsPostDataDataProvider() method testExecuteLoadQueryQueryId (line 137) | public function testExecuteLoadQueryQueryId() method testExecuteLoadQueryQueryIdQueryText (line 152) | public function testExecuteLoadQueryQueryIdQueryText() method testExecuteLoadQueryQueryIdQueryText2 (line 170) | public function testExecuteLoadQueryQueryIdQueryText2() method testExecuteLoadQueryQueryIdQueryTextException (line 189) | public function testExecuteLoadQueryQueryIdQueryTextException() method testExecuteException (line 208) | public function testExecuteException() method mockGetRequestData (line 229) | private function mockGetRequestData($queryText, $queryId) FILE: app/code/Magento/Search/Test/Unit/Helper/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetMinQueryLength (line 79) | public function testGetMinQueryLength() method testGetMaxQueryLength (line 93) | public function testGetMaxQueryLength() method testGetEscapedQueryText (line 110) | public function testGetEscapedQueryText($queryText, $maxQueryLength, $... method queryTextDataProvider (line 133) | public function queryTextDataProvider() method testGetSuggestUrl (line 151) | public function testGetSuggestUrl(bool $isSecure) method getSuggestUrlDataProvider (line 167) | public function getSuggestUrlDataProvider() FILE: app/code/Magento/Search/Test/Unit/Model/AdapterFactoryTest.php class AdapterFactoryTest (line 12) | class AdapterFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testCreate (line 43) | public function testCreate() method testCreateExceptionThrown (line 63) | public function testCreateExceptionThrown() method testCreateLogicException (line 78) | public function testCreateLogicException() FILE: app/code/Magento/Search/Test/Unit/Model/AutocompleteTest.php class AutocompleteTest (line 12) | class AutocompleteTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetItems (line 52) | public function testGetItems() FILE: app/code/Magento/Search/Test/Unit/Model/EngineResolverTest.php class EngineResolverTest (line 12) | class EngineResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetCurrentSearchEngine (line 80) | public function testGetCurrentSearchEngine() method testGetCurrentSearchEngineWithoutEngine (line 94) | public function testGetCurrentSearchEngineWithoutEngine() FILE: app/code/Magento/Search/Test/Unit/Model/PopularSearchTermsTest.php class PopularSearchTermsTest (line 18) | class PopularSearchTermsTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testIsCacheable (line 60) | public function testIsCacheable($term, $terms, $expected) method isCacheableDataProvider (line 86) | public function isCacheableDataProvider() FILE: app/code/Magento/Search/Test/Unit/Model/QueryFactoryTest.php class QueryFactoryTest (line 22) | class QueryFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testCreate (line 100) | public function testCreate() method testGetNewQuery (line 117) | public function testGetNewQuery() method testGetQueryTwice (line 143) | public function testGetQueryTwice() method testGetTooLongQuery (line 171) | public function testGetTooLongQuery() method testGetTooShortQuery (line 202) | public function testGetTooShortQuery() method testGetQueryWithoutId (line 227) | public function testGetQueryWithoutId() method testInaccurateQueryTextMatch (line 255) | public function testInaccurateQueryTextMatch() method mockQueryLengths (line 282) | private function mockQueryLengths($maxQueryLength, $minQueryLength) method mockGetRawQueryText (line 296) | private function mockGetRawQueryText($rawQueryText) method mockString (line 308) | private function mockString($cleanedRawText) method mockCreateQuery (line 323) | private function mockCreateQuery() method mockSimpleQuery (line 339) | private function mockSimpleQuery( method assertSearchQuery (line 369) | private function assertSearchQuery($cleanedRawText) FILE: app/code/Magento/Search/Test/Unit/Model/QueryResultTest.php class QueryResultTest (line 11) | class QueryResultTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetProperties (line 26) | public function testGetProperties($queryText, $resultsCount) method getPropertiesDataProvider (line 44) | public function getPropertiesDataProvider() FILE: app/code/Magento/Search/Test/Unit/Model/QueryTest.php class QueryTest (line 10) | class QueryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testSaveNumResults (line 33) | public function testSaveNumResults() method testSaveIncrementalPopularity (line 45) | public function testSaveIncrementalPopularity() FILE: app/code/Magento/Search/Test/Unit/Model/ResourceModel/QueryTest.php class QueryTest (line 10) | class QueryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testSaveIncrementalPopularity (line 50) | public function testSaveIncrementalPopularity() method testSaveNumResults (line 69) | public function testSaveNumResults() FILE: app/code/Magento/Search/Test/Unit/Model/ResourceModel/SynonymGroupTest.php class SynonymGroupTest (line 8) | class SynonymGroupTest extends \PHPUnit\Framework\TestCase method testGetByScope (line 10) | public function testGetByScope() FILE: app/code/Magento/Search/Test/Unit/Model/Search/PageSizeProviderTest.php class PageSizeProviderTest (line 12) | class PageSizeProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testGetPageSize (line 44) | public function testGetPageSize($searchEngine, $size) method getPageSizeDataProvider (line 56) | public function getPageSizeDataProvider() FILE: app/code/Magento/Search/Test/Unit/Model/SearchEngine/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetDeclaredFeatures (line 22) | public function testGetDeclaredFeatures() method testIsFeatureSupported (line 32) | public function testIsFeatureSupported() FILE: app/code/Magento/Search/Test/Unit/Model/SearchEngineTest.php class SearchEngineTest (line 10) | class SearchEngineTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testSearch (line 44) | public function testSearch() FILE: app/code/Magento/Search/Test/Unit/Model/SynonymAnalyzerTest.php class SynonymAnalyzerTest (line 15) | class SynonymAnalyzerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetSynonymsForPhrase (line 49) | public function testGetSynonymsForPhrase() method testGetSynonymsForPhraseEmptyPhrase (line 81) | public function testGetSynonymsForPhraseEmptyPhrase() FILE: app/code/Magento/Search/Test/Unit/Model/SynonymGroupRepositoryTest.php class SynonymGroupRepositoryTest (line 8) | class SynonymGroupRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | public function setUp() method testSaveCreate (line 32) | public function testSaveCreate() method testSaveCreateMergeConflict (line 58) | public function testSaveCreateMergeConflict() method testSaveCreateMerge (line 78) | public function testSaveCreateMerge() method testSaveUpdate (line 114) | public function testSaveUpdate() method testSaveUpdateMergeConflict (line 143) | public function testSaveUpdateMergeConflict() method testSaveUpdateMerge (line 165) | public function testSaveUpdateMerge() FILE: app/code/Magento/Search/Test/Unit/Model/SynonymGroupTest.php class SynonymGroupTest (line 8) | class SynonymGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testSetGetStoreId (line 21) | public function testSetGetStoreId() method testSetGetWebsiteId (line 28) | public function testSetGetWebsiteId() method testSetGetSynonymGroup (line 35) | public function testSetGetSynonymGroup() method testSetGetGroupId (line 41) | public function testSetGetGroupId() FILE: app/code/Magento/Search/Ui/Component/Listing/Column/Scope/Options.php class Options (line 15) | class Options implements OptionSourceInterface method __construct (line 47) | public function __construct(SystemStore $systemStore, Escaper $escaper) method toOptionArray (line 58) | public function toOptionArray() method generateCurrentOptions (line 73) | protected function generateCurrentOptions() FILE: app/code/Magento/Search/Ui/Component/Listing/Column/Store/Options.php class Options (line 11) | class Options extends StoreOptions method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Search/Ui/Component/Listing/Column/StoreView.php class StoreView (line 17) | class StoreView extends Column method __construct (line 33) | public function __construct( method prepareDataSource (line 51) | public function prepareDataSource(array $dataSource) method prepareItem (line 68) | protected function prepareItem(array $item) FILE: app/code/Magento/Search/Ui/Component/Listing/Column/SynonymActions.php class SynonymActions (line 17) | class SynonymActions extends Column method __construct (line 35) | public function __construct( method prepareDataSource (line 52) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Search/Ui/Component/Listing/Column/Website.php class Website (line 18) | class Website extends Column method __construct (line 34) | public function __construct( method prepareDataSource (line 52) | public function prepareDataSource(array $dataSource) method prepareItem (line 69) | protected function prepareItem(array $item) FILE: app/code/Magento/Search/Ui/Component/Listing/Column/Website/Options.php class Options (line 13) | class Options implements OptionSourceInterface method __construct (line 41) | public function __construct(SystemStore $systemStore, Escaper $escaper) method toOptionArray (line 52) | public function toOptionArray() FILE: app/code/Magento/Search/view/frontend/web/js/form-mini.js function isEmpty (line 26) | function isEmpty(value) { FILE: app/code/Magento/Security/Block/Adminhtml/Session/Activity.php class Activity (line 17) | class Activity extends \Magento\Backend\Block\Template method __construct (line 48) | public function __construct( method getSessionInfoCollection (line 64) | public function getSessionInfoCollection() method areMultipleSessionsActive (line 76) | public function areMultipleSessionsActive() method getRemoteIp (line 85) | public function getRemoteIp() method formatDateTime (line 97) | public function formatDateTime($time) FILE: app/code/Magento/Security/Controller/Adminhtml/Session/Activity.php class Activity (line 11) | class Activity extends \Magento\Backend\App\Action method execute (line 16) | public function execute() FILE: app/code/Magento/Security/Controller/Adminhtml/Session/LogoutAll.php class LogoutAll (line 14) | class LogoutAll extends \Magento\Backend\App\Action method __construct (line 26) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Security/Model/AdminSessionInfo.php class AdminSessionInfo (line 20) | class AdminSessionInfo extends \Magento\Framework\Model\AbstractModel method __construct (line 74) | public function __construct( method _construct (line 94) | protected function _construct() method isLoggedInStatus (line 105) | public function isLoggedInStatus() method checkActivity (line 116) | private function checkActivity() method isSessionExpired (line 129) | public function isSessionExpired() method getFormattedIp (line 147) | public function getFormattedIp() method isOtherSessionsTerminated (line 158) | public function isOtherSessionsTerminated() method setIsOtherSessionsTerminated (line 170) | public function setIsOtherSessionsTerminated($isOtherSessionsTerminated) FILE: app/code/Magento/Security/Model/AdminSessionsManager.php class AdminSessionsManager (line 18) | class AdminSessionsManager method __construct (line 86) | public function __construct( method processLogin (line 108) | public function processLogin() method processProlong (line 134) | public function processProlong() method processLogout (line 156) | public function processLogout() method getCurrentSession (line 173) | public function getCurrentSession() method getLogoutReasonMessageByStatus (line 190) | public function getLogoutReasonMessageByStatus($statusCode) method getLogoutReasonMessage (line 226) | public function getLogoutReasonMessage() method getSessionsForCurrentUser (line 239) | public function getSessionsForCurrentUser() method logoutOtherUserSessions (line 253) | public function logoutOtherUserSessions() method cleanExpiredSessions (line 276) | public function cleanExpiredSessions() method createNewSession (line 291) | protected function createNewSession() method createAdminSessionInfoCollection (line 311) | protected function createAdminSessionInfoCollection() method lastProlongIsOldEnough (line 327) | private function lastProlongIsOldEnough() method getIntervalBetweenConsecutiveProlongs (line 346) | private function getIntervalBetweenConsecutiveProlongs() FILE: app/code/Magento/Security/Model/Config.php class Config (line 15) | class Config implements ConfigInterface method __construct (line 80) | public function __construct( method getCustomerServiceEmail (line 93) | public function getCustomerServiceEmail() method getLimitationTimePeriod (line 106) | public function getLimitationTimePeriod() method isAdminAccountSharingEnabled (line 116) | public function isAdminAccountSharingEnabled() method getAdminSessionLifetime (line 129) | public function getAdminSessionLifetime() method getXmlPathPrefix (line 139) | protected function getXmlPathPrefix() method getPasswordResetProtectionType (line 152) | public function getPasswordResetProtectionType() method getMaxNumberPasswordResetRequests (line 166) | public function getMaxNumberPasswordResetRequests() method getMinTimeBetweenPasswordResetRequests (line 180) | public function getMinTimeBetweenPasswordResetRequests() FILE: app/code/Magento/Security/Model/Config/Source/ResetMethod.php class ResetMethod (line 13) | class ResetMethod implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 25) | public function toOptionArray() method toArray (line 40) | public function toArray() FILE: app/code/Magento/Security/Model/ConfigInterface.php type ConfigInterface (line 14) | interface ConfigInterface method getCustomerServiceEmail (line 22) | public function getCustomerServiceEmail(); method getLimitationTimePeriod (line 30) | public function getLimitationTimePeriod(); method isAdminAccountSharingEnabled (line 38) | public function isAdminAccountSharingEnabled(); method getAdminSessionLifetime (line 46) | public function getAdminSessionLifetime(); method getPasswordResetProtectionType (line 54) | public function getPasswordResetProtectionType(); method getMaxNumberPasswordResetRequests (line 62) | public function getMaxNumberPasswordResetRequests(); method getMinTimeBetweenPasswordResetRequests (line 70) | public function getMinTimeBetweenPasswordResetRequests(); FILE: app/code/Magento/Security/Model/PasswordResetRequestEvent.php class PasswordResetRequestEvent (line 22) | class PasswordResetRequestEvent extends \Magento\Framework\Model\Abstrac... method _construct (line 44) | protected function _construct() FILE: app/code/Magento/Security/Model/Plugin/AccountManagement.php class AccountManagement (line 18) | class AccountManagement method __construct (line 48) | public function __construct( method beforeInitiatePasswordReset (line 70) | public function beforeInitiatePasswordReset( FILE: app/code/Magento/Security/Model/Plugin/Auth.php class Auth (line 13) | class Auth method __construct (line 29) | public function __construct( method afterLogin (line 42) | public function afterLogin(\Magento\Backend\Model\Auth $authModel) method beforeLogout (line 55) | public function beforeLogout(\Magento\Backend\Model\Auth $authModel) FILE: app/code/Magento/Security/Model/Plugin/AuthSession.php class AuthSession (line 14) | class AuthSession method __construct (line 42) | public function __construct( method aroundProlong (line 61) | public function aroundProlong(Session $session, \Closure $proceed) method addUserLogoutNotification (line 78) | private function addUserLogoutNotification() method isAjaxRequest (line 96) | private function isAjaxRequest() FILE: app/code/Magento/Security/Model/Plugin/LoginController.php class LoginController (line 14) | class LoginController method __construct (line 36) | public function __construct( method beforeExecute (line 52) | public function beforeExecute(Login $login) method isLoginForm (line 69) | private function isLoginForm(Login $login) FILE: app/code/Magento/Security/Model/ResourceModel/AdminSessionInfo.php class AdminSessionInfo (line 15) | class AdminSessionInfo extends \Magento\Framework\Model\ResourceModel\Db... method __construct (line 28) | public function __construct( method _construct (line 43) | protected function _construct() method deleteSessionsOlderThen (line 56) | public function deleteSessionsOlderThen($timestamp) method updateStatusByUserId (line 78) | public function updateStatusByUserId( FILE: app/code/Magento/Security/Model/ResourceModel/AdminSessionInfo/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 37) | public function __construct( method _construct (line 56) | protected function _construct() method updateActiveSessionsStatus (line 74) | public function updateActiveSessionsStatus( method filterByUser (line 98) | public function filterByUser( method filterExpiredSessions (line 118) | public function filterExpiredSessions($sessionLifeTime) method deleteSessionsOlderThen (line 136) | public function deleteSessionsOlderThen($timestamp) FILE: app/code/Magento/Security/Model/ResourceModel/PasswordResetRequestEvent.php class PasswordResetRequestEvent (line 12) | class PasswordResetRequestEvent extends \Magento\Framework\Model\Resourc... method __construct (line 24) | public function __construct( method _construct (line 38) | protected function _construct() method deleteRecordsOlderThen (line 50) | public function deleteRecordsOlderThen($timestamp) FILE: app/code/Magento/Security/Model/ResourceModel/PasswordResetRequestEvent/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 37) | public function __construct( method _construct (line 56) | protected function _construct() method filterByAccountReference (line 71) | public function filterByAccountReference($reference) method filterByIp (line 85) | public function filterByIp($ip) method filterByRequestType (line 99) | public function filterByRequestType($requestType) method filterByLifetime (line 113) | public function filterByLifetime($lifetime) method filterLastItem (line 131) | public function filterLastItem() method filterByIpOrAccountReference (line 146) | public function filterByIpOrAccountReference($ip, $accountReference) method deleteRecordsOlderThen (line 166) | public function deleteRecordsOlderThen($timestamp) FILE: app/code/Magento/Security/Model/ResourceModel/PasswordResetRequestEvent/CollectionFactory.php class CollectionFactory (line 17) | class CollectionFactory method __construct (line 48) | public function __construct( method create (line 67) | public function create( FILE: app/code/Magento/Security/Model/SecurityChecker/Frequency.php class Frequency (line 18) | class Frequency implements SecurityCheckerInterface method __construct (line 46) | public function __construct( method check (line 61) | public function check($securityEventType, $accountReference = null, $l... method loadLastRecordCreationTimestamp (line 97) | private function loadLastRecordCreationTimestamp($securityEventType, $... FILE: app/code/Magento/Security/Model/SecurityChecker/Quantity.php class Quantity (line 18) | class Quantity implements SecurityCheckerInterface method __construct (line 40) | public function __construct( method check (line 53) | public function check($securityEventType, $accountReference = null, $l... method prepareCollection (line 79) | protected function prepareCollection($securityEventType, $accountRefer... FILE: app/code/Magento/Security/Model/SecurityChecker/SecurityCheckerInterface.php type SecurityCheckerInterface (line 14) | interface SecurityCheckerInterface method check (line 26) | public function check($securityEventType, $accountReference = null, $l... FILE: app/code/Magento/Security/Model/SecurityCookie.php class SecurityCookie (line 16) | class SecurityCookie method __construct (line 49) | public function __construct( method getLogoutReasonCookie (line 67) | public function getLogoutReasonCookie() method setLogoutReasonCookie (line 79) | public function setLogoutReasonCookie($status) method deleteLogoutReasonCookie (line 99) | public function deleteLogoutReasonCookie() method createCookieMetaData (line 118) | private function createCookieMetaData() FILE: app/code/Magento/Security/Model/SecurityManager.php class SecurityManager (line 20) | class SecurityManager method __construct (line 78) | public function __construct( method performSecurityCheck (line 114) | public function performSecurityCheck($requestType, $accountReference =... method cleanExpiredRecords (line 134) | public function cleanExpiredRecords() method createNewPasswordResetRequestEventRecord (line 152) | protected function createNewPasswordResetRequestEventRecord($requestTy... FILE: app/code/Magento/Security/Test/Unit/Block/Adminhtml/Session/ActivityTest.php class ActivityTest (line 18) | class ActivityTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | public function setUp() method testSessionInfoCollectionIsEmpty (line 120) | public function testSessionInfoCollectionIsEmpty() method testAreMultipleSessionsActive (line 136) | public function testAreMultipleSessionsActive($expectedResult, $sessio... method dataProviderAreMultipleSessionsActive (line 150) | public function dataProviderAreMultipleSessionsActive() method testGetRemoteIp (line 162) | public function testGetRemoteIp() method testFormatDateTime (line 174) | public function testFormatDateTime($timeString) method dataProviderTime (line 187) | public function dataProviderTime() FILE: app/code/Magento/Security/Test/Unit/Controller/Adminhtml/Session/ActivityTest.php class ActivityTest (line 18) | class ActivityTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method testExecute (line 66) | public function testExecute() FILE: app/code/Magento/Security/Test/Unit/Controller/Adminhtml/Session/LogoutAllTest.php class LogoutAllTest (line 17) | class LogoutAllTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | public function setUp() method testExecute (line 129) | public function testExecute() method testExecuteLocalizedException (line 154) | public function testExecuteLocalizedException() method testExecuteException (line 169) | public function testExecuteException() FILE: app/code/Magento/Security/Test/Unit/Model/AdminSessionInfoTest.php class AdminSessionInfoTest (line 15) | class AdminSessionInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | public function setUp() method testIsLoggedInStatus (line 63) | public function testIsLoggedInStatus() method testIsLoggedInStatusExpired (line 77) | public function testIsLoggedInStatusExpired() method testSessionExpired (line 94) | public function testSessionExpired($expectedResult, $sessionLifetime) method dataProviderSessionLifetime (line 116) | public function dataProviderSessionLifetime() method testGetFormattedIp (line 128) | public function testGetFormattedIp() method testIsOtherSessionsTerminated (line 138) | public function testIsOtherSessionsTerminated() method testSetIsOtherSessionsTerminated (line 147) | public function testSetIsOtherSessionsTerminated($isOtherSessionsTermi... method dataProviderIsOtherSessionsTerminated (line 158) | public function dataProviderIsOtherSessionsTerminated() FILE: app/code/Magento/Security/Test/Unit/Model/AdminSessionsManagerTest.php class AdminSessionsManagerTest (line 19) | class AdminSessionsManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | public function setUp() method testProcessLogin (line 136) | public function testProcessLogin() method testProcessProlong (line 217) | public function testProcessProlong() method testProcessLogout (line 262) | public function testProcessLogout() method testGetCurrentSession (line 293) | public function testGetCurrentSession() method testCleanExpiredSessions (line 315) | public function testCleanExpiredSessions() method testGetLogoutReasonMessage (line 339) | public function testGetLogoutReasonMessage($expectedResult, $sessionSt... method dataProviderLogoutReasonMessage (line 354) | public function dataProviderLogoutReasonMessage() method testGetSessionsForCurrentUser (line 386) | public function testGetSessionsForCurrentUser() method testLogoutOtherUserSessions (line 419) | public function testLogoutOtherUserSessions() FILE: app/code/Magento/Security/Test/Unit/Model/Config/Source/ResetMethodTest.php class ResetMethodTest (line 14) | class ResetMethodTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testToOptionArray (line 36) | public function testToOptionArray() method testToArray (line 59) | public function testToArray() FILE: app/code/Magento/Security/Test/Unit/Model/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetLimitationTimePeriod (line 53) | public function testGetLimitationTimePeriod() method testGetCustomerServiceEmail (line 65) | public function testGetCustomerServiceEmail() method testGetAdminSessionLifetime (line 84) | public function testGetAdminSessionLifetime() method testIsAdminAccountSharingIsEnabled (line 100) | public function testIsAdminAccountSharingIsEnabled($isShared) method dataProviderBoolValues (line 114) | public function dataProviderBoolValues() method testGetPasswordResetProtectionType (line 124) | public function testGetPasswordResetProtectionType($resetMethod, $scope) method dataProviderResetMethodValues (line 142) | public function dataProviderResetMethodValues() method getXmlPathPrefix (line 165) | protected function getXmlPathPrefix($scope) method testGetMaxNumberPasswordResetRequests (line 178) | public function testGetMaxNumberPasswordResetRequests($limitNumber, $s... method testGetMinTimeBetweenPasswordResetRequests (line 198) | public function testGetMinTimeBetweenPasswordResetRequests($limitTime,... method dataProviderNumberValueWithScope (line 216) | public function dataProviderNumberValueWithScope() FILE: app/code/Magento/Security/Test/Unit/Model/Plugin/AccountManagementTest.php class AccountManagementTest (line 18) | class AccountManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | public function setUp() method testBeforeInitiatePasswordReset (line 75) | public function testBeforeInitiatePasswordReset($area, $passwordReques... method beforeInitiatePasswordResetDataProvider (line 109) | public function beforeInitiatePasswordResetDataProvider() FILE: app/code/Magento/Security/Test/Unit/Model/Plugin/AuthSessionTest.php class AuthSessionTest (line 14) | class AuthSessionTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method testAroundProlongSessionIsNotActiveAndIsNotAjaxRequest (line 89) | public function testAroundProlongSessionIsNotActiveAndIsNotAjaxRequest() method testAroundProlongSessionIsNotActiveAndIsAjaxRequest (line 124) | public function testAroundProlongSessionIsNotActiveAndIsAjaxRequest() method testAroundProlongSessionIsActive (line 160) | public function testAroundProlongSessionIsActive() FILE: app/code/Magento/Security/Test/Unit/Model/Plugin/AuthTest.php class AuthTest (line 14) | class AuthTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | public function setUp() method testAfterLogin (line 85) | public function testAfterLogin() method testBeforeLogout (line 106) | public function testBeforeLogout() FILE: app/code/Magento/Security/Test/Unit/Model/Plugin/LoginControllerTest.php class LoginControllerTest (line 15) | class LoginControllerTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | public function setUp() method testBeforeExecute (line 78) | public function testBeforeExecute() FILE: app/code/Magento/Security/Test/Unit/Model/ResourceModel/AdminSessionInfo/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testFilterByUser (line 94) | public function testFilterByUser() method testFilterExpiredSessions (line 118) | public function testFilterExpiredSessions() method testDeleteSessionsOlderThen (line 137) | public function testDeleteSessionsOlderThen() method testUpdateActiveSessionsStatus (line 152) | public function testUpdateActiveSessionsStatus() FILE: app/code/Magento/Security/Test/Unit/Model/ResourceModel/AdminSessionInfoTest.php class AdminSessionInfoTest (line 13) | class AdminSessionInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testDeleteSessionsOlderThen (line 53) | public function testDeleteSessionsOlderThen() method testUpdateStatusByUserId (line 72) | public function testUpdateStatusByUserId() FILE: app/code/Magento/Security/Test/Unit/Model/ResourceModel/PasswordResetRequestEvent/CollectionFactoryTest.php class CollectionFactoryTest (line 15) | class CollectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testCreate (line 54) | public function testCreate( method createDataProvider (line 92) | public function createDataProvider() FILE: app/code/Magento/Security/Test/Unit/Model/ResourceModel/PasswordResetRequestEvent/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testFilterByAccountReference (line 100) | public function testFilterByAccountReference() method testFilterByIp (line 118) | public function testFilterByIp() method testFilterByRequestType (line 136) | public function testFilterByRequestType() method testFilterByLifetime (line 154) | public function testFilterByLifetime() method testFilterLastItem (line 180) | public function testFilterLastItem() method testFilterByIpOrAccountReference (line 200) | public function testFilterByIpOrAccountReference() method testDeleteRecordsOlderThen (line 225) | public function testDeleteRecordsOlderThen() FILE: app/code/Magento/Security/Test/Unit/Model/ResourceModel/PasswordResetRequestEventTest.php class PasswordResetRequestEventTest (line 14) | class PasswordResetRequestEventTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testDeleteRecordsOlderThen (line 54) | public function testDeleteRecordsOlderThen() FILE: app/code/Magento/Security/Test/Unit/Model/SecurityChecker/FrequencyTest.php class FrequencyTest (line 17) | class FrequencyTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | public function setUp() method testCheck (line 108) | public function testCheck($securityEventType, $requestsMethod) method testCheckException (line 138) | public function testCheckException($securityEventType, $requestsMethod) method dataProviderSecurityEventTypeWithRequestsMethod (line 170) | public function dataProviderSecurityEventTypeWithRequestsMethod() method prepareTestCheck (line 204) | protected function prepareTestCheck($requestsMethod, $limitTimeBetween... FILE: app/code/Magento/Security/Test/Unit/Model/SecurityChecker/QuantityTest.php class QuantityTest (line 18) | class QuantityTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | public function setUp() method testCheck (line 99) | public function testCheck($securityEventType, $requestsMethod) method testCheckException (line 118) | public function testCheckException($securityEventType, $requestsMethod) method dataProviderSecurityEventTypeWithRequestsMethod (line 139) | public function dataProviderSecurityEventTypeWithRequestsMethod() method prepareTestCheck (line 173) | protected function prepareTestCheck($requestsMethod, $limitNumberPassw... FILE: app/code/Magento/Security/Test/Unit/Model/SecurityCookieTest.php class SecurityCookieTest (line 14) | class SecurityCookieTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetLogoutReasonCookie (line 78) | public function testGetLogoutReasonCookie() method testSetLogoutReasonCookie (line 97) | public function testSetLogoutReasonCookie() method testDeleteLogoutReasonCookie (line 129) | public function testDeleteLogoutReasonCookie() method createCookieMetaData (line 164) | protected function createCookieMetaData() FILE: app/code/Magento/Security/Test/Unit/Model/SecurityManagerTest.php class SecurityManagerTest (line 18) | class SecurityManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | public function setUp() method testConstructorException (line 125) | public function testConstructorException() method testPerformSecurityCheck (line 148) | public function testPerformSecurityCheck() method testCleanExpiredRecords (line 187) | public function testCleanExpiredRecords() FILE: app/code/Magento/SendFriend/Block/Plugin/Catalog/Product/View.php class View (line 9) | class View method __construct (line 19) | public function __construct( method afterCanEmailToFriend (line 31) | public function afterCanEmailToFriend(\Magento\Catalog\Block\Product\V... FILE: app/code/Magento/SendFriend/Block/Send.php class Send (line 18) | class Send extends \Magento\Framework\View\Element\Template method __construct (line 64) | public function __construct( method getUserName (line 89) | public function getUserName() method getEmail (line 113) | public function getEmail() method getMessage (line 135) | public function getMessage() method getFormData (line 145) | public function getFormData() method setFormData (line 162) | public function setFormData($data) method getProductId (line 177) | public function getProductId() method getCategoryId (line 188) | public function getCategoryId() method getMaxRecipients (line 198) | public function getMaxRecipients() method getSendUrl (line 208) | public function getSendUrl() method canSend (line 224) | public function canSend() method _prepareLayout (line 232) | protected function _prepareLayout() FILE: app/code/Magento/SendFriend/Controller/Product.php class Product (line 17) | abstract class Product extends \Magento\Framework\App\Action\Action method __construct (line 48) | public function __construct( method dispatch (line 71) | public function dispatch(RequestInterface $request) method _initProduct (line 98) | protected function _initProduct() FILE: app/code/Magento/SendFriend/Controller/Product/Send.php class Send (line 14) | class Send extends \Magento\SendFriend\Controller\Product implements Htt... method __construct (line 29) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/SendFriend/Controller/Product/Sendmail.php class Sendmail (line 20) | class Sendmail extends \Magento\SendFriend\Controller\Product implements... method __construct (line 49) | public function __construct( method execute (line 72) | public function execute() FILE: app/code/Magento/SendFriend/Helper/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method isEnabled (line 43) | public function isEnabled($store = null) method isAllowForGuest (line 58) | public function isAllowForGuest($store = null) method getMaxRecipients (line 73) | public function getMaxRecipients($store = null) method getMaxEmailPerPeriod (line 88) | public function getMaxEmailPerPeriod($store = null) method getPeriod (line 102) | public function getPeriod() method getLimitBy (line 113) | public function getLimitBy($store = null) method getEmailTemplate (line 128) | public function getEmailTemplate($store = null) method getCookieName (line 143) | public function getCookieName() FILE: app/code/Magento/SendFriend/Model/CaptchaValidator.php class CaptchaValidator (line 22) | class CaptchaValidator method __construct (line 52) | public function __construct( method validateSending (line 71) | public function validateSending(RequestInterface $request): void method validateCaptcha (line 83) | private function validateCaptcha(RequestInterface $request): void method logCaptchaAttempt (line 113) | private function logCaptchaAttempt(DefaultModel $captchaModel): void FILE: app/code/Magento/SendFriend/Model/ResourceModel/SendFriend.php class SendFriend (line 16) | class SendFriend extends \Magento\Framework\Model\ResourceModel\Db\Abstr... method _construct (line 23) | protected function _construct() method getSendCount (line 38) | public function getSendCount($object, $ip, $startTime, $websiteId = null) method addSendItem (line 63) | public function addSendItem($ip, $startTime, $websiteId) method deleteLogsBefore (line 78) | public function deleteLogsBefore($time) FILE: app/code/Magento/SendFriend/Model/ResourceModel/SendFriend/Collection.php class Collection (line 16) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 23) | protected function _construct() FILE: app/code/Magento/SendFriend/Model/SendFriend.php class SendFriend (line 27) | class SendFriend extends \Magento\Framework\Model\AbstractModel method __construct (line 131) | public function __construct( method _construct (line 162) | protected function _construct() method send (line 173) | public function send() method validate (line 237) | public function validate() method setRecipients (line 287) | public function setRecipients($recipients) method getRecipients (line 329) | public function getRecipients() method setProduct (line 345) | public function setProduct($product) method getProduct (line 356) | public function getProduct() method setSender (line 371) | public function setSender($sender) method getSender (line 386) | public function getSender() method getMaxSendsToFriend (line 402) | public function getMaxSendsToFriend() method getMaxRecipients (line 412) | public function getMaxRecipients() method canEmailToFriend (line 422) | public function canEmailToFriend() method isExceedLimit (line 432) | public function isExceedLimit() method getSentCount (line 443) | public function getSentCount($useCache = true) method _incrementSentCount (line 464) | protected function _incrementSentCount() method _sentCountByCookies (line 482) | protected function _sentCountByCookies($increment = false) method _sentCountByIp (line 520) | protected function _sentCountByIp($increment = false) FILE: app/code/Magento/SendFriend/Model/Source/Checktype.php class Checktype (line 14) | class Checktype implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/SendFriend/Test/Unit/Block/Plugin/Catalog/Product/ViewTest.php class ViewTest (line 11) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAfterCanEmailToFriend (line 47) | public function testAfterCanEmailToFriend($result, $callSendfriend) method afterCanEmailToFriendDataSet (line 58) | public function afterCanEmailToFriendDataSet() FILE: app/code/Magento/SendFriend/Test/Unit/Block/SendTest.php class SendTest (line 11) | class SendTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetSendUrl (line 57) | public function testGetSendUrl() method testCanSend (line 82) | public function testCanSend($isExceedLimit, $result) method dataProviderCanSend (line 94) | public function dataProviderCanSend() FILE: app/code/Magento/SendFriend/Test/Unit/Model/CaptchaValidatorTest.php class CaptchaValidatorTest (line 27) | class CaptchaValidatorTest extends TestCase method setUp (line 69) | protected function setUp() method testCaptchaValidationOnSend (line 103) | public function testCaptchaValidationOnSend(bool $captchaIsRequired, b... method testWrongCaptcha (line 127) | public function testWrongCaptcha() method captchaProvider (line 149) | public function captchaProvider(): array FILE: app/code/Magento/SendFriend/Test/Unit/Model/SendFriendTest.php class SendFriendTest (line 15) | class SendFriendTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetSentCountWithCheckCookie (line 49) | public function testGetSentCountWithCheckCookie() method testSentCountByCookies (line 63) | public function testSentCountByCookies() FILE: app/code/Magento/SendFriendGraphQl/Model/Provider/GetVisibleProduct.php class GetVisibleProduct (line 19) | class GetVisibleProduct method __construct (line 31) | public function __construct( method execute (line 46) | public function execute(int $productId): ProductInterface FILE: app/code/Magento/SendFriendGraphQl/Model/Resolver/SendEmailToFriend.php class SendEmailToFriend (line 22) | class SendEmailToFriend implements ResolverInterface method __construct (line 38) | public function __construct( method resolve (line 49) | public function resolve(Field $field, $context, ResolveInfo $info, arr... method extractRecipientsData (line 76) | private function extractRecipientsData(array $args): array method extractSenderData (line 103) | private function extractSenderData(array $args): array FILE: app/code/Magento/SendFriendGraphQl/Model/SendFriend/SendEmail.php class SendEmail (line 24) | class SendEmail method __construct (line 59) | public function __construct( method execute (line 83) | public function execute(int $productId, array $senderData, array $reci... method validateSendFriendModel (line 116) | private function validateSendFriendModel(SendFriend $sendFriend, array... FILE: app/code/Magento/Shipping/Block/Adminhtml/Create.php class Create (line 14) | class Create extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 40) | protected function _construct() method getShipment (line 56) | public function getShipment() method getHeaderText (line 64) | public function getHeaderText() method getBackUrl (line 73) | public function getBackUrl() FILE: app/code/Magento/Shipping/Block/Adminhtml/Create/Form.php class Form (line 14) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method getOrder (line 21) | public function getOrder() method getSource (line 31) | public function getSource() method getShipment (line 41) | public function getShipment() method _prepareLayout (line 49) | protected function _prepareLayout() method getPaymentHtml (line 58) | public function getPaymentHtml() method getItemsHtml (line 66) | public function getItemsHtml() method getSaveUrl (line 74) | public function getSaveUrl() FILE: app/code/Magento/Shipping/Block/Adminhtml/Create/Items.php class Items (line 14) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method __construct (line 37) | public function __construct( method getOrder (line 56) | public function getOrder() method getSource (line 66) | public function getSource() method getShipment (line 76) | public function getShipment() method _beforeToHtml (line 86) | protected function _beforeToHtml() method formatPrice (line 107) | public function formatPrice($price) method getUpdateButtonHtml (line 117) | public function getUpdateButtonHtml() method getUpdateUrl (line 127) | public function getUpdateUrl() method canSendShipmentEmail (line 137) | public function canSendShipmentEmail() method canCreateShippingLabel (line 147) | public function canCreateShippingLabel() FILE: app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php class Packaging (line 14) | class Packaging extends \Magento\Backend\Block\Template method __construct (line 48) | public function __construct( method getShipment (line 68) | public function getShipment() method getConfigDataJson (line 79) | public function getConfigDataJson() method getContainers (line 143) | public function getContainers() method _getCustomizableContainers (line 172) | protected function _getCustomizableContainers() method getContainerTypeByCode (line 188) | public function getContainerTypeByCode($code) method getDeliveryConfirmationTypeByCode (line 206) | public function getDeliveryConfirmationTypeByCode($code) method getContentTypeByCode (line 226) | public function getContentTypeByCode($code) method getPackages (line 240) | public function getPackages() method getShipmentItem (line 252) | public function getShipmentItem($itemId, $itemsOf) method displayCustomsValue (line 272) | public function displayCustomsValue() method getDeliveryConfirmationTypes (line 294) | public function getDeliveryConfirmationTypes() method getPrintButton (line 311) | public function getPrintButton() method isGirthAllowed (line 322) | public function isGirthAllowed() method isDisplayGirthValue (line 334) | public function isDisplayGirthValue() method getContentTypes (line 344) | public function getContentTypes() method getCustomValueCurrencyCode (line 373) | public function getCustomValueCurrencyCode() method displayPrice (line 385) | public function displayPrice($price) method displayCustomsPrice (line 396) | public function displayCustomsPrice($price) method getQtyOrderedItem (line 408) | public function getQtyOrderedItem($itemId) method getSourceSizeModel (line 422) | public function getSourceSizeModel() FILE: app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging/Grid.php class Grid (line 8) | class Grid extends \Magento\Backend\Block\Template method __construct (line 33) | public function __construct( method getCollection (line 49) | public function getCollection() method getShipment (line 66) | public function getShipment() method displayCustomsValue (line 76) | public function displayCustomsValue() method formatPrice (line 99) | public function formatPrice($value) FILE: app/code/Magento/Shipping/Block/Adminhtml/Order/Tracking.php class Tracking (line 14) | class Tracking extends \Magento\Backend\Block\Template method __construct (line 34) | public function __construct( method _prepareLayout (line 50) | protected function _prepareLayout() method getShipment (line 64) | public function getShipment() method getCarriers (line 74) | public function getCarriers() method _getCarriersInstances (line 90) | protected function _getCarriersInstances() FILE: app/code/Magento/Shipping/Block/Adminhtml/Order/Tracking/Invoice.php class Invoice (line 16) | class Invoice extends \Magento\Shipping\Block\Adminhtml\Order\Tracking method getInvoice (line 23) | public function getInvoice() method _getCarriersInstances (line 33) | protected function _getCarriersInstances() FILE: app/code/Magento/Shipping/Block/Adminhtml/Order/Tracking/View.php class View (line 14) | class View extends \Magento\Shipping\Block\Adminhtml\Order\Tracking method __construct (line 28) | public function __construct( method _prepareLayout (line 44) | protected function _prepareLayout() method getSubmitUrl (line 59) | public function getSubmitUrl() method getSaveButtonHtml (line 69) | public function getSaveButtonHtml() method getRemoveUrl (line 80) | public function getRemoveUrl($track) method getCarrierTitle (line 95) | public function getCarrierTitle($code) FILE: app/code/Magento/Shipping/Block/Adminhtml/View.php class View (line 15) | class View extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 29) | public function __construct( method _construct (line 41) | protected function _construct() method getShipment (line 82) | public function getShipment() method getHeaderText (line 90) | public function getHeaderText() method getBackUrl (line 112) | public function getBackUrl() method getEmailUrl (line 126) | public function getEmailUrl() method getPrintUrl (line 134) | public function getPrintUrl() method updateBackButtonUrl (line 143) | public function updateBackButtonUrl($flag) FILE: app/code/Magento/Shipping/Block/Adminhtml/View/Comments.php class Comments (line 18) | class Comments extends \Magento\Backend\Block\Text\ListText method __construct (line 32) | public function __construct( method getShipment (line 46) | public function getShipment() method getOrder (line 56) | public function getOrder() method getSource (line 66) | public function getSource() FILE: app/code/Magento/Shipping/Block/Adminhtml/View/Form.php class Form (line 18) | class Form extends \Magento\Sales\Block\Adminhtml\Order\AbstractOrder method __construct (line 32) | public function __construct( method getShipment (line 48) | public function getShipment() method getOrder (line 58) | public function getOrder() method getSource (line 68) | public function getSource() method getCreateLabelButton (line 79) | public function getCreateLabelButton() method getPrintLabelButton (line 99) | public function getPrintLabelButton() method getShowPackagesButton (line 115) | public function getShowPackagesButton() method canCreateShippingLabel (line 129) | public function canCreateShippingLabel() FILE: app/code/Magento/Shipping/Block/Adminhtml/View/Items.php class Items (line 15) | class Items extends \Magento\Sales\Block\Adminhtml\Items\AbstractItems method getShipment (line 22) | public function getShipment() method getOrder (line 32) | public function getOrder() method getSource (line 42) | public function getSource() FILE: app/code/Magento/Shipping/Block/DataProviders/Tracking/DeliveryDateTitle.php class DeliveryDateTitle (line 15) | class DeliveryDateTitle implements ArgumentInterface method getTitle (line 23) | public function getTitle(Status $trackingStatus) FILE: app/code/Magento/Shipping/Block/Items.php class Items (line 18) | class Items extends \Magento\Sales\Block\Items\AbstractItems method __construct (line 32) | public function __construct( method getOrder (line 46) | public function getOrder() method getPrintShipmentUrl (line 55) | public function getPrintShipmentUrl($shipment) method getPrintAllShipmentsUrl (line 64) | public function getPrintAllShipmentsUrl($order) method getCommentsHtml (line 75) | public function getCommentsHtml($shipment) FILE: app/code/Magento/Shipping/Block/Order/Shipment.php class Shipment (line 16) | class Shipment extends \Magento\Framework\View\Element\Template method __construct (line 47) | public function __construct( method _prepareLayout (line 64) | protected function _prepareLayout() method getPaymentInfoHtml (line 74) | public function getPaymentInfoHtml() method getOrder (line 84) | public function getOrder() method getBackUrl (line 94) | public function getBackUrl() method getBackTitle (line 107) | public function getBackTitle() method getInvoiceUrl (line 119) | public function getInvoiceUrl($order) method getViewUrl (line 128) | public function getViewUrl($order) method getCreditmemoUrl (line 137) | public function getCreditmemoUrl($order) method getPrintShipmentUrl (line 146) | public function getPrintShipmentUrl($shipment) method getPrintAllShipmentsUrl (line 155) | public function getPrintAllShipmentsUrl($order) FILE: app/code/Magento/Shipping/Block/Tracking/Ajax.php class Ajax (line 8) | class Ajax extends \Magento\Framework\View\Element\Template FILE: app/code/Magento/Shipping/Block/Tracking/Link.php class Link (line 14) | class Link extends \Magento\Framework\View\Element\Html\Link method __construct (line 36) | public function __construct( method getWindowUrl (line 51) | public function getWindowUrl($model) method getOrder (line 61) | public function getOrder() FILE: app/code/Magento/Shipping/Block/Tracking/Popup.php class Popup (line 17) | class Popup extends \Magento\Framework\View\Element\Template method __construct (line 37) | public function __construct( method getTrackingInfo (line 53) | public function getTrackingInfo() method formatDeliveryDateTime (line 68) | public function formatDeliveryDateTime($date, $time) method formatDeliveryDate (line 79) | public function formatDeliveryDate($date) method formatDeliveryTime (line 92) | public function formatDeliveryTime($time, $date = null) method getContactUsEnabled (line 108) | public function getContactUsEnabled() method getStoreSupportEmail (line 121) | public function getStoreSupportEmail() method getContactUs (line 134) | public function getContactUs() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/AddComment.php class AddComment (line 14) | class AddComment extends \Magento\Backend\App\Action method __construct (line 44) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/AddTrack.php class AddTrack (line 24) | class AddTrack extends Action implements HttpPostActionInterface method __construct (line 60) | public function __construct( method execute (line 83) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/CreateLabel.php class CreateLabel (line 11) | class CreateLabel extends \Magento\Backend\App\Action method __construct (line 35) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Email.php class Email (line 17) | class Email extends \Magento\Backend\App\Action method __construct (line 35) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/GetShippingItemsGrid.php class GetShippingItemsGrid (line 12) | class GetShippingItemsGrid extends \Magento\Backend\App\Action method __construct (line 30) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Index.php class Index (line 9) | class Index extends \Magento\Sales\Controller\Adminhtml\Shipment\Abstrac... FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/MassPrintShippingLabel.php class MassPrintShippingLabel (line 24) | class MassPrintShippingLabel extends \Magento\Sales\Controller\Adminhtml... method __construct (line 61) | public function __construct( method massAction (line 83) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/NewAction.php class NewAction (line 13) | class NewAction extends \Magento\Backend\App\Action implements HttpGetAc... method __construct (line 37) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Pdfshipments.php class Pdfshipments (line 9) | class Pdfshipments extends \Magento\Sales\Controller\Adminhtml\Shipment\... FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/PrintAction.php class PrintAction (line 9) | class PrintAction extends \Magento\Sales\Controller\Adminhtml\Shipment\A... FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/PrintLabel.php class PrintLabel (line 13) | class PrintLabel extends \Magento\Backend\App\Action method __construct (line 43) | public function __construct( method execute (line 60) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/PrintPackage.php class PrintPackage (line 13) | class PrintPackage extends \Magento\Backend\App\Action method __construct (line 37) | public function __construct( method execute (line 52) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/RemoveTrack.php class RemoveTrack (line 11) | class RemoveTrack extends \Magento\Backend\App\Action method __construct (line 29) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save.php class Save (line 17) | class Save extends \Magento\Backend\App\Action implements HttpPostAction... method __construct (line 53) | public function __construct( method _saveShipment (line 75) | protected function _saveShipment($shipment) method execute (line 99) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Start.php class Start (line 11) | class Start extends \Magento\Backend\App\Action implements HttpGetAction... method execute (line 25) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/View.php class View (line 11) | class View extends \Magento\Backend\App\Action method __construct (line 41) | public function __construct( method execute (line 58) | public function execute() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Order/ShipmentLoader.php class ShipmentLoader (line 32) | class ShipmentLoader extends DataObject method __construct (line 81) | public function __construct( method load (line 107) | public function load() method getTrackingArray (line 158) | private function getTrackingArray() method getShipmentItems (line 185) | private function getShipmentItems(array $shipmentData) method getShipment (line 204) | public function getShipment() FILE: app/code/Magento/Shipping/Controller/Adminhtml/Shipment/MassPrintShippingLabel.php class MassPrintShippingLabel (line 20) | class MassPrintShippingLabel extends \Magento\Sales\Controller\Adminhtml... method __construct (line 46) | public function __construct( method massAction (line 66) | protected function massAction(AbstractCollection $collection) FILE: app/code/Magento/Shipping/Controller/Tracking/Popup.php class Popup (line 11) | class Popup extends \Magento\Framework\App\Action\Action method __construct (line 36) | public function __construct( method execute (line 55) | public function execute() FILE: app/code/Magento/Shipping/Helper/Carrier.php class Carrier (line 11) | class Carrier extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 34) | public function __construct( method getOnlineCarrierCodes (line 48) | public function getOnlineCarrierCodes($store = null) method getCarrierConfigValue (line 71) | public function getCarrierConfigValue($carrierCode, $configPath, $stor... method convertMeasureWeight (line 88) | public function convertMeasureWeight($value, $sourceWeightMeasure, $to... method convertMeasureDimension (line 107) | public function convertMeasureDimension($value, $sourceDimensionMeasur... method getMeasureWeightName (line 124) | public function getMeasureWeightName($key) method getMeasureDimensionName (line 140) | public function getMeasureDimensionName($key) method isCountryInEU (line 157) | public function isCountryInEU($countryCode, $storeId = null) FILE: app/code/Magento/Shipping/Helper/Data.php class Data (line 16) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 40) | public function __construct( method decodeTrackingHash (line 57) | public function decodeTrackingHash($hash) method _getTrackingUrl (line 75) | protected function _getTrackingUrl($key, $model, $method = 'getId') method getTrackingPopupUrlBySalesModel (line 94) | public function getTrackingPopupUrlBySalesModel($model) FILE: app/code/Magento/Shipping/Model/Carrier/AbstractCarrier.php class AbstractCarrier (line 18) | abstract class AbstractCarrier extends \Magento\Framework\DataObject imp... method __construct (line 108) | public function __construct( method getConfigData (line 126) | public function getConfigData($field) method getConfigFlag (line 148) | public function getConfigFlag($field) method requestToShipment (line 171) | public function requestToShipment($request) method returnOfShipment (line 185) | public function returnOfShipment($request) method getContainerTypes (line 197) | public function getContainerTypes(\Magento\Framework\DataObject $param... method _getAllowedContainers (line 210) | protected function _getAllowedContainers(\Magento\Framework\DataObject... method getCustomizableContainerTypes (line 262) | public function getCustomizableContainerTypes() method getDeliveryConfirmationTypes (line 274) | public function getDeliveryConfirmationTypes(\Magento\Framework\DataOb... method checkAvailableShipCountries (line 286) | public function checkAvailableShipCountries(\Magento\Framework\DataObj... method processAdditionalValidation (line 336) | public function processAdditionalValidation(\Magento\Framework\DataObj... method proccessAdditionalValidation (line 349) | public function proccessAdditionalValidation(\Magento\Framework\DataOb... method isActive (line 359) | public function isActive() method isFixed (line 371) | public function isFixed() method isTrackingAvailable (line 381) | public function isTrackingAvailable() method isShippingLabelsAvailable (line 391) | public function isShippingLabelsAvailable() method getSortOrder (line 401) | public function getSortOrder() method _updateFreeMethodQuote (line 414) | protected function _updateFreeMethodQuote($request) method getFinalPriceWithHandlingFee (line 482) | public function getFinalPriceWithHandlingFee($cost) method _getPerpackagePrice (line 513) | protected function _getPerpackagePrice($cost, $handlingType, $handling... method _getPerorderPrice (line 530) | protected function _getPerorderPrice($cost, $handlingType, $handlingFee) method getTotalNumOfBoxes (line 545) | public function getTotalNumOfBoxes($weight) method isStateProvinceRequired (line 565) | public function isStateProvinceRequired() method isCityRequired (line 575) | public function isCityRequired() method isZipCodeRequired (line 587) | public function isZipCodeRequired($countryId = null) method _debug (line 598) | protected function _debug($debugData) method getDebugFlag (line 612) | public function getDebugFlag() method debugData (line 623) | public function debugData($debugData) method getCarrierCode (line 633) | public function getCarrierCode() method getContentTypes (line 645) | public function getContentTypes(\Magento\Framework\DataObject $params) method filterDebugData (line 668) | protected function filterDebugData($data) method filterXmlData (line 685) | private function filterXmlData(\SimpleXMLElement $xml) FILE: app/code/Magento/Shipping/Model/Carrier/AbstractCarrierInterface.php type AbstractCarrierInterface (line 13) | interface AbstractCarrierInterface method getConfigData (line 22) | public function getConfigData($field); method collectRates (line 31) | public function collectRates(RateRequest $request); method requestToShipment (line 41) | public function requestToShipment($request); method returnOfShipment (line 51) | public function returnOfShipment($request); method getContainerTypes (line 60) | public function getContainerTypes(\Magento\Framework\DataObject $param... method getCustomizableContainerTypes (line 68) | public function getCustomizableContainerTypes(); method getDeliveryConfirmationTypes (line 77) | public function getDeliveryConfirmationTypes(\Magento\Framework\DataOb... method checkAvailableShipCountries (line 84) | public function checkAvailableShipCountries(\Magento\Framework\DataObj... method proccessAdditionalValidation (line 93) | public function proccessAdditionalValidation(\Magento\Framework\DataOb... method isActive (line 101) | public function isActive(); method isFixed (line 109) | public function isFixed(); method isTrackingAvailable (line 117) | public function isTrackingAvailable(); method isShippingLabelsAvailable (line 125) | public function isShippingLabelsAvailable(); method getSortOrder (line 133) | public function getSortOrder(); method getFinalPriceWithHandlingFee (line 142) | public function getFinalPriceWithHandlingFee($cost); method getTotalNumOfBoxes (line 151) | public function getTotalNumOfBoxes($weight); method isStateProvinceRequired (line 159) | public function isStateProvinceRequired(); method isCityRequired (line 167) | public function isCityRequired(); method isZipCodeRequired (line 176) | public function isZipCodeRequired($countryId = null); method debugData (line 185) | public function debugData($debugData); method getCarrierCode (line 193) | public function getCarrierCode(); method getContentTypes (line 202) | public function getContentTypes(\Magento\Framework\DataObject $params); FILE: app/code/Magento/Shipping/Model/Carrier/AbstractCarrierOnline.php class AbstractCarrierOnline (line 22) | abstract class AbstractCarrierOnline extends AbstractCarrier method __construct (line 137) | public function __construct( method setActiveFlag (line 177) | public function setActiveFlag($code = 'active') method getCarrierCode (line 189) | public function getCarrierCode() method getTrackingInfo (line 201) | public function getTrackingInfo($tracking) method isTrackingAvailable (line 224) | public function isTrackingAvailable() method isCityRequired (line 234) | public function isCityRequired() method isZipCodeRequired (line 245) | public function isZipCodeRequired($countryId = null) method isShippingLabelsAvailable (line 259) | public function isShippingLabelsAvailable() method getAllItems (line 274) | public function getAllItems(RateRequest $request) method proccessAdditionalValidation (line 310) | public function proccessAdditionalValidation(\Magento\Framework\DataOb... method processAdditionalValidation (line 323) | public function processAdditionalValidation(\Magento\Framework\DataObj... method _getQuotesCacheKey (line 389) | protected function _getQuotesCacheKey($requestParams) method _getCachedQuotes (line 410) | protected function _getCachedQuotes($requestParams) method _setCachedQuotes (line 424) | protected function _setCachedQuotes($requestParams, $response) method _prepareServiceName (line 438) | protected function _prepareServiceName($name) method _prepareShipmentRequest (line 452) | protected function _prepareShipmentRequest(\Magento\Framework\DataObje... method requestToShipment (line 470) | public function requestToShipment($request) method returnOfShipment (line 518) | public function returnOfShipment($request) method rollBack (line 570) | public function rollBack($data) method _doShipmentRequest (line 581) | abstract protected function _doShipmentRequest(\Magento\Framework\Data... method _isUSCountry (line 589) | protected function _isUSCountry($countyId) method isGirthAllowed (line 621) | public function isGirthAllowed($countyDest = null, $carrierMethodCode ... method setRawRequest (line 633) | public function setRawRequest($request) method getMethodPrice (line 648) | public function getMethodPrice($cost, $method = '') method parseXml (line 671) | public function parseXml($xmlContent, $customSimplexml = 'SimpleXMLEle... method canCollectRates (line 687) | public function canCollectRates() method debugErrors (line 699) | protected function debugErrors($errors) method getErrorMessage (line 712) | protected function getErrorMessage() FILE: app/code/Magento/Shipping/Model/Carrier/CarrierInterface.php type CarrierInterface (line 12) | interface CarrierInterface method isTrackingAvailable (line 20) | public function isTrackingAvailable(); method getAllowedMethods (line 28) | public function getAllowedMethods(); FILE: app/code/Magento/Shipping/Model/Carrier/Source/GenericDefault.php class GenericDefault (line 13) | class GenericDefault implements GenericInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Carrier/Source/GenericInterface.php type GenericInterface (line 13) | interface GenericInterface extends OptionSourceInterface FILE: app/code/Magento/Shipping/Model/CarrierFactory.php class CarrierFactory (line 11) | class CarrierFactory implements CarrierFactoryInterface method __construct (line 29) | public function __construct( method get (line 43) | public function get($carrierCode) method create (line 64) | public function create($carrierCode, $storeId = null) method getIfActive (line 88) | public function getIfActive($carrierCode) method createIfActive (line 105) | public function createIfActive($carrierCode, $storeId = null) FILE: app/code/Magento/Shipping/Model/CarrierFactoryInterface.php type CarrierFactoryInterface (line 13) | interface CarrierFactoryInterface method get (line 22) | public function get($carrierCode); method create (line 32) | public function create($carrierCode, $storeId = null); method getIfActive (line 41) | public function getIfActive($carrierCode); method createIfActive (line 51) | public function createIfActive($carrierCode, $storeId = null); FILE: app/code/Magento/Shipping/Model/Config.php class Config (line 16) | class Config extends \Magento\Framework\DataObject method __construct (line 48) | public function __construct( method getActiveCarriers (line 64) | public function getActiveCarriers($store = null) method getAllCarriers (line 89) | public function getAllCarriers($store = null) FILE: app/code/Magento/Shipping/Model/Config/Source/Allmethods.php class Allmethods (line 8) | class Allmethods implements \Magento\Framework\Option\ArrayInterface method __construct (line 26) | public function __construct( method toOptionArray (line 41) | public function toOptionArray($isActiveOnlyFlag = false) FILE: app/code/Magento/Shipping/Model/Config/Source/Allspecificcountries.php class Allspecificcountries (line 8) | class Allspecificcountries implements \Magento\Framework\Option\ArrayInt... method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Config/Source/Online/Mode.php class Mode (line 13) | class Mode implements OptionSourceInterface method toOptionArray (line 20) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Config/Source/Online/Requesttype.php class Requesttype (line 13) | class Requesttype implements OptionSourceInterface method toOptionArray (line 20) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Info.php class Info (line 11) | class Info extends \Magento\Framework\DataObject method __construct (line 55) | public function __construct( method loadByHash (line 77) | public function loadByHash($hash) method getTrackingInfo (line 102) | public function getTrackingInfo() method _initOrder (line 112) | protected function _initOrder() method _initShipment (line 129) | protected function _initShipment() method getTrackingInfoByOrder (line 145) | public function getTrackingInfoByOrder() method getTrackingInfoByShip (line 171) | public function getTrackingInfoByShip() method getTrackingInfoByTrackId (line 194) | public function getTrackingInfoByTrackId() method _getTracksCollection (line 208) | protected function _getTracksCollection(Shipment $shipment) FILE: app/code/Magento/Shipping/Model/Observer.php class Observer (line 8) | class Observer method __construct (line 24) | public function __construct( method aggregateSalesReportShipmentData (line 37) | public function aggregateSalesReportShipmentData() FILE: app/code/Magento/Shipping/Model/Order/Pdf/Packaging.php class Packaging (line 13) | class Packaging extends \Magento\Sales\Model\Order\Pdf\AbstractPdf method __construct (line 56) | public function __construct( method getPdf (line 99) | public function getPdf($shipment = null) method _drawHeaderBlock (line 133) | protected function _drawHeaderBlock(\Zend_Pdf_Page $page) method _drawPackageBlock (line 156) | protected function _drawPackageBlock(\Zend_Pdf_Page $page) FILE: app/code/Magento/Shipping/Model/Order/Track.php class Track (line 23) | class Track extends \Magento\Sales\Model\Order\Shipment\Track method __construct (line 44) | public function __construct( method getNumberDetail (line 75) | public function getNumberDetail() FILE: app/code/Magento/Shipping/Model/Rate/CarrierResult.php class CarrierResult (line 14) | class CarrierResult extends Result method appendResult (line 28) | public function appendResult(Result $result, bool $appendFailed): void method getAllRates (line 36) | public function getAllRates() method getError (line 61) | public function getError() method getRateById (line 71) | public function getRateById($id) method getCheapestRate (line 81) | public function getCheapestRate() method getRatesByCarrier (line 91) | public function getRatesByCarrier($carrier) method asArray (line 101) | public function asArray() method sortRatesByPrice (line 111) | public function sortRatesByPrice() method updateRatePrice (line 121) | public function updateRatePrice($packageCount) FILE: app/code/Magento/Shipping/Model/Rate/PackageResult.php class PackageResult (line 17) | class PackageResult extends Result method __construct (line 33) | public function __construct( method appendPackageResult (line 48) | public function appendPackageResult(Result $result, int $numberOfPacka... method getAllRates (line 56) | public function getAllRates() method getError (line 85) | public function getError() method getRateById (line 100) | public function getRateById($id) method getCheapestRate (line 110) | public function getCheapestRate() method getRatesByCarrier (line 120) | public function getRatesByCarrier($carrier) method asArray (line 130) | public function asArray() method sortRatesByPrice (line 140) | public function sortRatesByPrice() method updateRatePrice (line 150) | public function updateRatePrice($packageCount) FILE: app/code/Magento/Shipping/Model/Rate/Result.php class Result (line 16) | class Result method __construct (line 40) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method reset (line 50) | public function reset() method setError (line 62) | public function setError($error) method getError (line 72) | public function getError() method append (line 83) | public function append($result) method getAllRates (line 104) | public function getAllRates() method getRateById (line 115) | public function getRateById($id) method getRatesByCarrier (line 126) | public function getRatesByCarrier($carrier) method asArray (line 142) | public function asArray() method getCheapestRate (line 176) | public function getCheapestRate() method sortRatesByPrice (line 195) | public function sortRatesByPrice() method updateRatePrice (line 222) | public function updateRatePrice($packageCount) FILE: app/code/Magento/Shipping/Model/ResourceModel/Order/Track/Collection.php class Collection (line 13) | class Collection extends \Magento\Sales\Model\ResourceModel\Order\Shipme... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Shipping/Model/Shipment/Request.php class Request (line 66) | class Request extends \Magento\Framework\DataObject FILE: app/code/Magento/Shipping/Model/Shipment/ReturnShipment.php class ReturnShipment (line 66) | class ReturnShipment extends \Magento\Framework\DataObject FILE: app/code/Magento/Shipping/Model/ShipmentNotifier.php class ShipmentNotifier (line 17) | class ShipmentNotifier extends \Magento\Sales\Model\AbstractNotifier method __construct (line 39) | public function __construct( FILE: app/code/Magento/Shipping/Model/ShipmentProvider.php class ShipmentProvider (line 15) | class ShipmentProvider implements ShipmentProviderInterface method __construct (line 25) | public function __construct(RequestInterface $request) method getShipmentData (line 33) | public function getShipmentData(): array FILE: app/code/Magento/Shipping/Model/ShipmentProviderInterface.php type ShipmentProviderInterface (line 15) | interface ShipmentProviderInterface method getShipmentData (line 22) | public function getShipmentData(): array; FILE: app/code/Magento/Shipping/Model/Shipping.php class Shipping (line 27) | class Shipping implements RateCollectorInterface method __construct (line 123) | public function __construct( method getResult (line 157) | public function getResult() method setOrigData (line 171) | public function setOrigData($data) method resetResult (line 181) | public function resetResult() method getConfig (line 192) | public function getConfig() method collectRates (line 204) | public function collectRates(\Magento\Quote\Model\Quote\Address\RateRe... method prepareCarrier (line 274) | private function prepareCarrier(string $carrierCode, RateRequest $requ... method collectCarrierRates (line 308) | public function collectCarrierRates($carrierCode, $request) method composePackagesForCarrier (line 362) | public function composePackagesForCarrier($carrier, $request) method _makePieces (line 453) | protected function _makePieces($items, $maxWeight) method collectRatesByAddress (line 499) | public function collectRatesByAddress(\Magento\Framework\DataObject $a... method setCarrierAvailabilityConfigField (line 532) | public function setCarrierAvailabilityConfigField($code = 'active') method isShippingCarrierAvailable (line 544) | private function isShippingCarrierAvailable(string $carrierCode): bool FILE: app/code/Magento/Shipping/Model/Shipping/LabelGenerator.php class LabelGenerator (line 15) | class LabelGenerator method __construct (line 49) | public function __construct( method create (line 69) | public function create(\Magento\Sales\Model\Order\Shipment $shipment, ... method addTrackingNumbersToShipment (line 114) | private function addTrackingNumbersToShipment( method combineLabelsPdf (line 140) | public function combineLabelsPdf(array $labelsContent) method createPdfPageFromImageString (line 165) | public function createPdfPageFromImageString($imageString) FILE: app/code/Magento/Shipping/Model/Shipping/Labels.php class Labels (line 21) | class Labels extends \Magento\Shipping\Model\Shipping method __construct (line 47) | public function __construct( method requestToShipment (line 84) | public function requestToShipment(Shipment $orderShipment) method setShipperDetails (line 176) | protected function setShipperDetails( method setRecipientDetails (line 229) | protected function setRecipientDetails(Request $request, Address $addr... FILE: app/code/Magento/Shipping/Model/Simplexml/Element.php class Element (line 12) | class Element extends \Magento\Framework\Simplexml\Element method addAttribute (line 22) | public function addAttribute($name, $value = null, $namespace = null) method addChild (line 38) | public function addChild($name, $value = null, $namespace = null) method xmlentities (line 52) | public function xmlentities($value = null) FILE: app/code/Magento/Shipping/Model/Source/HandlingAction.php class HandlingAction (line 8) | class HandlingAction implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Source/HandlingType.php class HandlingType (line 8) | class HandlingType implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Shipping/Model/Tracking/Result.php class Result (line 11) | class Result method reset (line 28) | public function reset() method setError (line 38) | public function setError($error) method getError (line 46) | public function getError() method append (line 57) | public function append($result) method getAllTrackings (line 75) | public function getAllTrackings() FILE: app/code/Magento/Shipping/Model/Tracking/Result/AbstractResult.php class AbstractResult (line 8) | class AbstractResult extends \Magento\Framework\DataObject FILE: app/code/Magento/Shipping/Model/Tracking/Result/Error.php class Error (line 8) | class Error extends \Magento\Shipping\Model\Tracking\Result\AbstractResult method getAllData (line 13) | public function getAllData() method getErrorMessage (line 21) | public function getErrorMessage() FILE: app/code/Magento/Shipping/Model/Tracking/Result/Status.php class Status (line 13) | class Status extends \Magento\Shipping\Model\Tracking\Result\AbstractResult method getAllData (line 18) | public function getAllData() FILE: app/code/Magento/Shipping/Test/Unit/Block/Adminhtml/Order/TrackingTest.php class TrackingTest (line 8) | class TrackingTest extends \PHPUnit\Framework\TestCase method testLookup (line 10) | public function testLookup() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/AddCommentTest.php class AddCommentTest (line 13) | class AddCommentTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method exceptionResponse (line 127) | protected function exceptionResponse() method testExecute (line 139) | public function testExecute() method testExecuteLoadException (line 198) | public function testExecuteLoadException() method testEmptyCommentData (line 236) | public function testEmptyCommentData() method testExecuteExceptionSave (line 253) | public function testExecuteExceptionSave() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/AddTrackTest.php class AddTrackTest (line 32) | class AddTrackTest extends \PHPUnit\Framework\TestCase method setUp (line 92) | protected function setUp() method testExecute (line 172) | public function testExecute() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/CreateLabelTest.php class CreateLabelTest (line 11) | class CreateLabelTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method loadShipment (line 108) | protected function loadShipment() method testExecute (line 148) | public function testExecute() method testExecuteLoadException (line 167) | public function testExecuteLoadException() method testExecuteSaveException (line 180) | public function testExecuteSaveException() method testExecuteLabelGenerateFail (line 205) | public function testExecuteLabelGenerateFail() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/EmailTest.php class EmailTest (line 19) | class EmailTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method testEmail (line 157) | public function testEmail() method prepareRedirect (line 224) | protected function prepareRedirect($path, $arguments, $index) FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/GetShippingItemsGridTest.php class GetShippingItemsGridTest (line 11) | class GetShippingItemsGridTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testExecute (line 75) | public function testExecute() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/NewActionTest.php class NewActionTest (line 17) | class NewActionTest extends \PHPUnit\Framework\TestCase method setUp (line 97) | protected function setUp() method testExecute (line 183) | public function testExecute() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/PrintLabelTest.php class PrintLabelTest (line 13) | class PrintLabelTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method loadShipment (line 136) | protected function loadShipment() method fileCreate (line 178) | protected function fileCreate() method redirectSection (line 198) | protected function redirectSection() method testExecute (line 212) | public function testExecute() method testExecuteFromImageString (line 229) | public function testExecuteFromImageString() method testExecuteImageStringFail (line 258) | public function testExecuteImageStringFail() method testExecuteLoadShipmentFail (line 304) | public function testExecuteLoadShipmentFail() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/PrintPackageTest.php class PrintPackageTest (line 15) | class PrintPackageTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testExecute (line 136) | public function testExecute() method testExecuteFail (line 177) | public function testExecuteFail() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/RemoveTrackTest.php class RemoveTrackTest (line 13) | class RemoveTrackTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method shipmentLoad (line 139) | protected function shipmentLoad() method representJson (line 186) | protected function representJson(array $errors) method testExecute (line 205) | public function testExecute() method testExecuteTrackIdFail (line 242) | public function testExecuteTrackIdFail() method testExecuteShipmentLoadFail (line 262) | public function testExecuteShipmentLoadFail() method testExecuteDeleteFail (line 281) | public function testExecuteDeleteFail() FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/SaveTest.php class SaveTest (line 22) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 107) | protected function setUp() method testExecute (line 227) | public function testExecute($formKeyIsValid, $isPost) method executeDataProvider (line 351) | public function executeDataProvider() method prepareRedirect (line 364) | protected function prepareRedirect(array $arguments = []) FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/ViewTest.php class ViewTest (line 12) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testExecute (line 136) | public function testExecute() method testExecuteNoShipment (line 188) | public function testExecuteNoShipment() method loadShipment (line 215) | protected function loadShipment($orderId, $shipmentId, $shipment, $tra... FILE: app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/ShipmentLoaderTest.php class ShipmentLoaderTest (line 19) | class ShipmentLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testLoadShipmentId (line 123) | public function testLoadShipmentId() method testLoadOrderId (line 139) | public function testLoadOrderId() FILE: app/code/Magento/Shipping/Test/Unit/Helper/CarrierTest.php class CarrierTest (line 11) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetOnlineCarrierCodes (line 41) | public function testGetOnlineCarrierCodes($result, $carriers) method getOnlineCarrierCodesDataProvider (line 61) | public function getOnlineCarrierCodesDataProvider() method testGetCarrierConfigValue (line 73) | public function testGetCarrierConfigValue() method testIsCountryInEU (line 91) | public function testIsCountryInEU() FILE: app/code/Magento/Shipping/Test/Unit/Helper/DataTest.php class DataTest (line 21) | class DataTest extends TestCase method setUp (line 46) | protected function setUp() method testDecodeTrackingHash (line 70) | public function testDecodeTrackingHash($hash, $urlDecodeResult, $expec... method decodeTrackingHashDataProvider (line 83) | public function decodeTrackingHashDataProvider() FILE: app/code/Magento/Shipping/Test/Unit/Model/Carrier/AbstractCarrierOnlineTest.php class AbstractCarrierOnlineTest (line 14) | class AbstractCarrierOnlineTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testComposePackages (line 64) | public function testComposePackages() method testParseXml (line 106) | public function testParseXml() method testParseXmlXXEXml (line 124) | public function testParseXmlXXEXml() method testParseXmlXQBXml (line 140) | public function testParseXmlXQBXml() FILE: app/code/Magento/Shipping/Test/Unit/Model/InfoTest.php class InfoTest (line 17) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testLoadByHashWithOrderId (line 86) | public function testLoadByHashWithOrderId() method testLoadByHashWithOrderIdWrongCode (line 149) | public function testLoadByHashWithOrderIdWrongCode() method testLoadByHashWithShipmentId (line 174) | public function testLoadByHashWithShipmentId() method testLoadByHashWithShipmentIdWrongCode (line 225) | public function testLoadByHashWithShipmentIdWrongCode() method testLoadByHashWithTrackId (line 261) | public function testLoadByHashWithTrackId( method loadByHashWithTrackIdDataProvider (line 295) | public function loadByHashWithTrackIdDataProvider() FILE: app/code/Magento/Shipping/Test/Unit/Model/Order/TrackTest.php class TrackTest (line 8) | class TrackTest extends \PHPUnit\Framework\TestCase method testLookup (line 10) | public function testLookup() FILE: app/code/Magento/Shipping/Test/Unit/Model/Rate/CarrierResultTest.php class CarrierResultTest (line 24) | class CarrierResultTest extends TestCase method setUp (line 34) | protected function setUp() method testComposing (line 46) | public function testComposing(): void FILE: app/code/Magento/Shipping/Test/Unit/Model/Rate/PackageResultTest.php class PackageResultTest (line 25) | class PackageResultTest extends TestCase method setUp (line 45) | protected function setUp() method testNoRates (line 63) | public function testNoRates(): void method testComposing (line 74) | public function testComposing(): void method testAppendSameReference (line 141) | public function testAppendSameReference(): void FILE: app/code/Magento/Shipping/Test/Unit/Model/ShipmentNotifierTest.php class ShipmentNotifierTest (line 18) | class ShipmentNotifierTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testNotifySuccess (line 70) | public function testNotifySuccess() method testNotifyFail (line 106) | public function testNotifyFail() method testNotifyException (line 117) | public function testNotifyException() FILE: app/code/Magento/Shipping/Test/Unit/Model/ShipmentTest.php class ShipmentTest (line 15) | class ShipmentTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetOrder (line 57) | public function testGetOrder() method testGetEntityType (line 79) | public function testGetEntityType() FILE: app/code/Magento/Shipping/Test/Unit/Model/Shipping/LabelGeneratorTest.php class LabelGeneratorTest (line 19) | class LabelGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testAddTrackingNumbersToShipment (line 87) | public function testAddTrackingNumbersToShipment(array $info) method getShippingMethodMock (line 174) | private function getShippingMethodMock() method getCarrierMock (line 190) | private function getCarrierMock() method getResponseMock (line 210) | private function getResponseMock(array $info) method labelInfoDataProvider (line 232) | public function labelInfoDataProvider() FILE: app/code/Magento/Shipping/Test/Unit/Model/Shipping/LabelsTest.php class LabelsTest (line 19) | class LabelsTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testRequestToShipment (line 98) | public function testRequestToShipment($regionId) method testRequestToShipmentLocalizedException (line 161) | public function testRequestToShipmentLocalizedException($isShipmentCar... method getStoreManager (line 188) | protected function getStoreManager() method getRegionFactory (line 208) | protected function getRegionFactory() method getRecipientAddress (line 225) | protected function getRecipientAddress() method requestToShipmentDataProvider (line 267) | public function requestToShipmentDataProvider() method requestToShipmentLocalizedExceptionDataProvider (line 283) | public function requestToShipmentLocalizedExceptionDataProvider() FILE: app/code/Magento/Shipping/Test/Unit/Model/ShippingTest.php class ShippingTest (line 28) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testComposePackages (line 86) | public function testComposePackages() method testCollectCarrierRatesSetActiveFlag (line 147) | public function testCollectCarrierRatesSetActiveFlag() method getCarrierFactory (line 168) | private function getCarrierFactory() FILE: app/code/Magento/Shipping/Test/Unit/Model/Simplexml/ElementTest.php class ElementTest (line 8) | class ElementTest extends \PHPUnit\Framework\TestCase method testXmlentities (line 10) | public function testXmlentities() FILE: app/code/Magento/Signifyd/Api/CaseCreationServiceInterface.php type CaseCreationServiceInterface (line 17) | interface CaseCreationServiceInterface method createForOrder (line 28) | public function createForOrder($orderId); FILE: app/code/Magento/Signifyd/Api/CaseManagementInterface.php type CaseManagementInterface (line 15) | interface CaseManagementInterface method create (line 26) | public function create($orderId); method getByOrderId (line 35) | public function getByOrderId($orderId); FILE: app/code/Magento/Signifyd/Api/CaseRepositoryInterface.php type CaseRepositoryInterface (line 14) | interface CaseRepositoryInterface method save (line 23) | public function save(\Magento\Signifyd\Api\Data\CaseInterface $case); method getById (line 32) | public function getById($id); method getByCaseId (line 41) | public function getByCaseId($caseId); method delete (line 50) | public function delete(\Magento\Signifyd\Api\Data\CaseInterface $case); method getList (line 59) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Signifyd/Api/Data/CaseInterface.php type CaseInterface (line 17) | interface CaseInterface method getEntityId (line 54) | public function getEntityId(); method setEntityId (line 63) | public function setEntityId($id); method getCaseId (line 71) | public function getCaseId(); method setCaseId (line 80) | public function setCaseId($id); method isGuaranteeEligible (line 89) | public function isGuaranteeEligible(); method setGuaranteeEligible (line 98) | public function setGuaranteeEligible($guaranteeEligible); method getGuaranteeDisposition (line 106) | public function getGuaranteeDisposition(); method setGuaranteeDisposition (line 115) | public function setGuaranteeDisposition($disposition); method getStatus (line 123) | public function getStatus(); method setStatus (line 132) | public function setStatus($status); method getScore (line 140) | public function getScore(); method setScore (line 149) | public function setScore($score); method getOrderId (line 157) | public function getOrderId(); method setOrderId (line 166) | public function setOrderId($orderId); method getAssociatedTeam (line 174) | public function getAssociatedTeam(); method setAssociatedTeam (line 183) | public function setAssociatedTeam(array $team); method getReviewDisposition (line 191) | public function getReviewDisposition(); method setReviewDisposition (line 200) | public function setReviewDisposition($disposition); method getCreatedAt (line 208) | public function getCreatedAt(); method setCreatedAt (line 217) | public function setCreatedAt($datetime); method getUpdatedAt (line 225) | public function getUpdatedAt(); method setUpdatedAt (line 234) | public function setUpdatedAt($datetime); FILE: app/code/Magento/Signifyd/Api/Data/CaseSearchResultsInterface.php type CaseSearchResultsInterface (line 16) | interface CaseSearchResultsInterface extends SearchResultsInterface method getItems (line 24) | public function getItems(); method setItems (line 33) | public function setItems(array $items); FILE: app/code/Magento/Signifyd/Api/GuaranteeCancelingServiceInterface.php type GuaranteeCancelingServiceInterface (line 17) | interface GuaranteeCancelingServiceInterface method cancelForOrder (line 26) | public function cancelForOrder($orderId); FILE: app/code/Magento/Signifyd/Api/GuaranteeCreationServiceInterface.php type GuaranteeCreationServiceInterface (line 17) | interface GuaranteeCreationServiceInterface method createForOrder (line 26) | public function createForOrder($orderId); FILE: app/code/Magento/Signifyd/Block/Adminhtml/CaseInfo.php class CaseInfo (line 19) | class CaseInfo extends Template method __construct (line 36) | public function __construct( method getCaseEntity (line 51) | private function getCaseEntity() method getCaseProperty (line 69) | private function getCaseProperty($defaultValue, callable $callback) method isEmptyCase (line 80) | public function isEmptyCase() method getCaseGuaranteeDisposition (line 91) | public function getCaseGuaranteeDisposition() method getOrderId (line 116) | private function getOrderId() FILE: app/code/Magento/Signifyd/Block/Adminhtml/System/Config/Field/WebhookUrl.php class WebhookUrl (line 16) | class WebhookUrl extends Field method _getElementHtml (line 21) | protected function _getElementHtml(AbstractElement $element) method _isInheritCheckboxRequired (line 36) | protected function _isInheritCheckboxRequired(AbstractElement $element) method getStoreUrl (line 46) | private function getStoreUrl() FILE: app/code/Magento/Signifyd/Block/Adminhtml/System/Config/Fieldset/Info.php class Info (line 13) | class Info extends Fieldset method _getHeaderCommentHtml (line 18) | protected function _getHeaderCommentHtml($element) FILE: app/code/Magento/Signifyd/Block/Fingerprint.php class Fingerprint (line 24) | class Fingerprint extends Template method __construct (line 54) | public function __construct( method getSignifydOrderSessionId (line 73) | public function getSignifydOrderSessionId() method isModuleActive (line 86) | public function isModuleActive() FILE: app/code/Magento/Signifyd/Controller/Webhooks/Handler.php class Handler (line 26) | class Handler extends Action implements \Magento\Framework\App\CsrfAware... method __construct (line 80) | public function __construct( method execute (line 105) | public function execute() method createCsrfValidationException (line 145) | public function createCsrfValidationException(RequestInterface $reques... method validateForCsrf (line 153) | public function validateForCsrf(RequestInterface $request): ?bool FILE: app/code/Magento/Signifyd/Model/CaseEntity.php class CaseEntity (line 19) | class CaseEntity extends AbstractModel implements CaseInterface method __construct (line 41) | public function __construct( method _construct (line 56) | protected function _construct() method getEntityId (line 64) | public function getEntityId() method setEntityId (line 72) | public function setEntityId($id) method getCaseId (line 81) | public function getCaseId() method setCaseId (line 89) | public function setCaseId($id) method isGuaranteeEligible (line 98) | public function isGuaranteeEligible() method setGuaranteeEligible (line 107) | public function setGuaranteeEligible($guaranteeEligible) method getGuaranteeDisposition (line 116) | public function getGuaranteeDisposition() method setGuaranteeDisposition (line 124) | public function setGuaranteeDisposition($disposition) method getStatus (line 133) | public function getStatus() method setStatus (line 141) | public function setStatus($status) method getScore (line 150) | public function getScore() method setScore (line 158) | public function setScore($score) method getOrderId (line 167) | public function getOrderId() method setOrderId (line 175) | public function setOrderId($orderId) method getAssociatedTeam (line 184) | public function getAssociatedTeam() method setAssociatedTeam (line 193) | public function setAssociatedTeam(array $team) method getReviewDisposition (line 202) | public function getReviewDisposition() method setReviewDisposition (line 210) | public function setReviewDisposition($disposition) method getCreatedAt (line 219) | public function getCreatedAt() method setCreatedAt (line 227) | public function setCreatedAt($datetime) method getUpdatedAt (line 236) | public function getUpdatedAt() method setUpdatedAt (line 244) | public function setUpdatedAt($datetime) FILE: app/code/Magento/Signifyd/Model/CaseManagement.php class CaseManagement (line 21) | class CaseManagement implements CaseManagementInterface method __construct (line 50) | public function __construct( method create (line 65) | public function create($orderId) method getByOrderId (line 82) | public function getByOrderId($orderId) FILE: app/code/Magento/Signifyd/Model/CaseRepository.php class CaseRepository (line 24) | class CaseRepository implements CaseRepositoryInterface method __construct (line 59) | public function __construct( method save (line 76) | public function save(CaseInterface $case) method getById (line 87) | public function getById($id) method getByCaseId (line 99) | public function getByCaseId($caseId) method delete (line 111) | public function delete(CaseInterface $case) method getList (line 121) | public function getList(SearchCriteriaInterface $searchCriteria) FILE: app/code/Magento/Signifyd/Model/CaseSearchResults.php class CaseSearchResults (line 16) | class CaseSearchResults extends SearchResults implements CaseSearchResul... FILE: app/code/Magento/Signifyd/Model/CaseServices/CreationService.php class CreationService (line 22) | class CreationService implements CaseCreationServiceInterface method __construct (line 64) | public function __construct( method createForOrder (line 83) | public function createForOrder($orderId) FILE: app/code/Magento/Signifyd/Model/CaseServices/StubUpdatingService.php class StubUpdatingService (line 14) | class StubUpdatingService implements UpdatingServiceInterface method update (line 19) | public function update(CaseInterface $case, array $data) FILE: app/code/Magento/Signifyd/Model/CaseServices/UpdatingService.php class UpdatingService (line 20) | class UpdatingService implements UpdatingServiceInterface method __construct (line 56) | public function __construct( method update (line 78) | public function update(CaseInterface $case, array $data) method setCaseData (line 106) | private function setCaseData(CaseInterface $case, array $data) FILE: app/code/Magento/Signifyd/Model/CaseServices/UpdatingServiceFactory.php class UpdatingServiceFactory (line 17) | class UpdatingServiceFactory method __construct (line 47) | public function __construct( method create (line 65) | public function create($type) FILE: app/code/Magento/Signifyd/Model/CaseServices/UpdatingServiceInterface.php type UpdatingServiceInterface (line 13) | interface UpdatingServiceInterface method update (line 22) | public function update(CaseInterface $case, array $data); FILE: app/code/Magento/Signifyd/Model/CommentsHistoryUpdater.php class CommentsHistoryUpdater (line 16) | class CommentsHistoryUpdater method __construct (line 34) | public function __construct( method addComment (line 51) | public function addComment(CaseInterface $case, Phrase $message, $stat... FILE: app/code/Magento/Signifyd/Model/Config.php class Config (line 16) | class Config method __construct (line 28) | public function __construct(ScopeConfigInterface $scopeConfig) method isActive (line 40) | public function isActive($storeId = null): bool method getApiKey (line 59) | public function getApiKey($storeId = null): string method getApiUrl (line 76) | public function getApiUrl($storeId = null): string method isDebugModeEnabled (line 92) | public function isDebugModeEnabled($storeId = null): bool FILE: app/code/Magento/Signifyd/Model/CustomerOrders.php class CustomerOrders (line 22) | class CustomerOrders method __construct (line 66) | public function __construct( method getAggregatedOrdersInfo (line 90) | public function getAggregatedOrdersInfo($customerId) method getCustomerOrders (line 125) | private function getCustomerOrders($customerId) method getUsdOrderTotal (line 144) | private function getUsdOrderTotal($amount, $currency) method getCurrencyByCode (line 161) | private function getCurrencyByCode($currencyCode) FILE: app/code/Magento/Signifyd/Model/Guarantee/CancelGuaranteeAbility.php class CancelGuaranteeAbility (line 17) | class CancelGuaranteeAbility method __construct (line 33) | public function __construct( method isAvailable (line 47) | public function isAvailable($orderId) method getOrder (line 72) | private function getOrder($orderId) FILE: app/code/Magento/Signifyd/Model/Guarantee/CancelingService.php class CancelingService (line 18) | class CancelingService implements GuaranteeCancelingServiceInterface method __construct (line 54) | public function __construct( method cancelForOrder (line 71) | public function cancelForOrder($orderId) FILE: app/code/Magento/Signifyd/Model/Guarantee/CreateGuaranteeAbility.php class CreateGuaranteeAbility (line 19) | class CreateGuaranteeAbility method __construct (line 48) | public function __construct( method isAvailable (line 64) | public function isAvailable($orderId) method isOrderOlderThen (line 98) | private function isOrderOlderThen($days, OrderInterface $order) method getOrder (line 112) | private function getOrder($orderId) FILE: app/code/Magento/Signifyd/Model/Guarantee/CreationService.php class CreationService (line 20) | class CreationService implements GuaranteeCreationServiceInterface method __construct (line 56) | public function __construct( method createForOrder (line 73) | public function createForOrder($orderId) FILE: app/code/Magento/Signifyd/Model/MessageGenerators/CaseRescore.php class CaseRescore (line 13) | class CaseRescore implements GeneratorInterface method __construct (line 25) | public function __construct(CaseRepositoryInterface $caseRepository) method generate (line 33) | public function generate(array $data) FILE: app/code/Magento/Signifyd/Model/MessageGenerators/GeneratorException.php class GeneratorException (line 16) | class GeneratorException extends LocalizedException FILE: app/code/Magento/Signifyd/Model/MessageGenerators/GeneratorFactory.php class GeneratorFactory (line 14) | class GeneratorFactory method __construct (line 57) | public function __construct(ObjectManagerInterface $objectManager) method create (line 70) | public function create($type) FILE: app/code/Magento/Signifyd/Model/MessageGenerators/GeneratorInterface.php type GeneratorInterface (line 12) | interface GeneratorInterface method generate (line 20) | public function generate(array $data); FILE: app/code/Magento/Signifyd/Model/MessageGenerators/PatternGenerator.php class PatternGenerator (line 18) | class PatternGenerator implements GeneratorInterface method __construct (line 36) | public function __construct($template, array $requiredParams = []) method generate (line 45) | public function generate(array $data) FILE: app/code/Magento/Signifyd/Model/OrderStateService.php class OrderStateService (line 16) | class OrderStateService method __construct (line 38) | public function __construct( method updateByCase (line 54) | public function updateByCase(CaseInterface $case) method unHold (line 83) | private function unHold($orderId) method hold (line 99) | private function hold($orderId) method getOrder (line 115) | private function getOrder($orderId) FILE: app/code/Magento/Signifyd/Model/PaymentMethodMapper/PaymentMethodMapper.php class PaymentMethodMapper (line 13) | class PaymentMethodMapper method __construct (line 25) | public function __construct(Data $paymentMapping) method getSignifydPaymentMethodCode (line 36) | public function getSignifydPaymentMethodCode($paymentMethod) FILE: app/code/Magento/Signifyd/Model/PaymentMethodMapper/XmlToArrayConfigConverter.php class XmlToArrayConfigConverter (line 13) | class XmlToArrayConfigConverter implements \Magento\Framework\Config\Con... method convert (line 39) | public function convert($source) method getPaymentMethodMapping (line 58) | private function getPaymentMethodMapping(\DOMElement $payment) method readSubnodeValue (line 74) | private function readSubnodeValue(\DOMElement $element, $subNodeType) FILE: app/code/Magento/Signifyd/Model/PaymentVerificationFactory.php class PaymentVerificationFactory (line 17) | class PaymentVerificationFactory method __construct (line 45) | public function __construct( method createPaymentCvv (line 65) | public function createPaymentCvv($paymentCode) method createPaymentAvs (line 78) | public function createPaymentAvs($paymentCode) method create (line 94) | private function create(PaymentVerificationInterface $defaultAdapter, ... FILE: app/code/Magento/Signifyd/Model/PredefinedVerificationCode.php class PredefinedVerificationCode (line 15) | class PredefinedVerificationCode implements PaymentVerificationInterface method __construct (line 25) | public function __construct($code = '') method getCode (line 33) | public function getCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Signifyd/Model/QuoteSession/Adminhtml/BackendSession.php class BackendSession (line 14) | class BackendSession implements QuoteSessionInterface method __construct (line 28) | public function __construct(BackendQuoteSession $backendQuoteSession) method getQuote (line 36) | public function getQuote() FILE: app/code/Magento/Signifyd/Model/QuoteSession/FrontendSession.php class FrontendSession (line 13) | class FrontendSession implements QuoteSessionInterface method __construct (line 27) | public function __construct(CheckoutSession $checkoutSession) method getQuote (line 35) | public function getQuote() FILE: app/code/Magento/Signifyd/Model/QuoteSession/QuoteSessionInterface.php type QuoteSessionInterface (line 11) | interface QuoteSessionInterface method getQuote (line 18) | public function getQuote(); FILE: app/code/Magento/Signifyd/Model/ResourceModel/CaseEntity.php class CaseEntity (line 13) | class CaseEntity extends AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Signifyd/Model/ResourceModel/CaseEntity/Collection.php class Collection (line 15) | class Collection extends AbstractCollection method _construct (line 20) | public function _construct() FILE: app/code/Magento/Signifyd/Model/SalesOrderGrid/NotSyncedOrderIdListProvider.php class NotSyncedOrderIdListProvider (line 15) | class NotSyncedOrderIdListProvider implements NotSyncedDataProviderInter... method __construct (line 25) | public function __construct( method getIds (line 34) | public function getIds($mainTableName, $gridTableName) FILE: app/code/Magento/Signifyd/Model/SalesOrderGrid/OrderGridUpdater.php class OrderGridUpdater (line 16) | class OrderGridUpdater method __construct (line 32) | public function __construct( method update (line 49) | public function update($orderId) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/ApiCallException.php class ApiCallException (line 11) | class ApiCallException extends GatewayException method __construct (line 25) | public function __construct($message = '', $code = 0, \Exception $prev... method getRequestData (line 35) | public function getRequestData() FILE: app/code/Magento/Signifyd/Model/SignifydGateway/ApiClient.php class ApiClient (line 13) | class ApiClient method __construct (line 25) | public function __construct( method makeApiCall (line 43) | public function makeApiCall($url, $method, array $params = [], $storeI... FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Client/HttpClientFactory.php class HttpClientFactory (line 17) | class HttpClientFactory method __construct (line 60) | public function __construct( method create (line 79) | public function create($url, $method, array $params = [], $storeId = n... method createNewClient (line 102) | private function createNewClient() method getApiKey (line 114) | private function getApiKey($storeId): string method buildFullApiUrl (line 126) | private function buildFullApiUrl($url, $storeId): string method getBaseApiUrl (line 140) | private function getBaseApiUrl($storeId): string FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Client/RequestBuilder.php class RequestBuilder (line 12) | class RequestBuilder method __construct (line 36) | public function __construct( method doRequest (line 55) | public function doRequest($url, $method, array $params = [], $storeId ... FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Client/RequestSender.php class RequestSender (line 16) | class RequestSender method __construct (line 28) | public function __construct( method send (line 46) | public function send(ZendClient $client, $storeId = null): \Zend_Http_... FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Client/ResponseHandler.php class ResponseHandler (line 14) | class ResponseHandler method __construct (line 59) | public function __construct( method handle (line 72) | public function handle(\Zend_Http_Response $response) method buildApiCallFailureMessage (line 110) | private function buildApiCallFailureMessage(\Zend_Http_Response $respo... FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Debugger/BlackHole.php class BlackHole (line 14) | class BlackHole implements DebuggerInterface method success (line 20) | public function success($requestUrl, $requestData, $responseStatus, $r... method failure (line 29) | public function failure($requestUrl, $requestData, Exception $exception) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Debugger/DebuggerFactory.php class DebuggerFactory (line 18) | class DebuggerFactory method __construct (line 36) | public function __construct( method create (line 50) | public function create($storeId = null): DebuggerInterface FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Debugger/DebuggerInterface.php type DebuggerInterface (line 13) | interface DebuggerInterface method success (line 24) | public function success($requestUrl, $requestData, $responseStatus, $r... method failure (line 34) | public function failure($requestUrl, $requestData, Exception $exception); FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Debugger/Log.php class Log (line 14) | class Log implements DebuggerInterface method __construct (line 26) | public function __construct(LoggerInterface $logger) method success (line 34) | public function success($requestUrl, $requestData, $responseStatus, $r... method failure (line 48) | public function failure($requestUrl, $requestData, Exception $exception) method buildRequestInfo (line 66) | private function buildRequestInfo($requestUrl, $requestData) method buildResponseInfo (line 82) | private function buildResponseInfo($responseStatus, $responseBody) method buildExceptionInfo (line 97) | private function buildExceptionInfo(Exception $exception) method writeToLog (line 110) | private function writeToLog($info) method buildInfoSection (line 123) | private function buildInfoSection($title, $content) method addIndent (line 137) | private function addIndent($content, $indent = ' ') FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Gateway.php class Gateway (line 17) | class Gateway method __construct (line 75) | public function __construct( method createCase (line 95) | public function createCase($orderId) method submitCaseForGuarantee (line 122) | public function submitCaseForGuarantee($signifydCaseId) method cancelGuarantee (line 146) | public function cancelGuarantee($caseId) method processDispositionResult (line 175) | private function processDispositionResult(array $result) method getStoreIdFromCase (line 205) | private function getStoreIdFromCase(int $caseId) method getStoreIdFromOrder (line 219) | private function getStoreIdFromOrder(int $orderId) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/GatewayException.php class GatewayException (line 11) | class GatewayException extends \Exception FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/AddressBuilder.php class AddressBuilder (line 13) | class AddressBuilder method build (line 21) | public function build(OrderAddressInterface $address) method getStreetLine (line 40) | private function getStreetLine($number, $street) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/CardBuilder.php class CardBuilder (line 13) | class CardBuilder method __construct (line 23) | public function __construct( method build (line 35) | public function build(Order $order) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/ClientVersionBuilder.php class ClientVersionBuilder (line 13) | class ClientVersionBuilder method __construct (line 28) | public function __construct( method build (line 39) | public function build() FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/CreateCaseBuilder.php class CreateCaseBuilder (line 16) | class CreateCaseBuilder implements CreateCaseBuilderInterface method __construct (line 62) | public function __construct( method build (line 83) | public function build($orderId) method removeEmptyValues (line 106) | private function removeEmptyValues($data) method isEmpty (line 127) | private function isEmpty($value) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/CreateCaseBuilderInterface.php type CreateCaseBuilderInterface (line 13) | interface CreateCaseBuilderInterface method build (line 21) | public function build($orderId); FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/PurchaseBuilder.php class PurchaseBuilder (line 21) | class PurchaseBuilder method __construct (line 57) | public function __construct( method build (line 78) | public function build(Order $order) method getProducts (line 129) | private function getProducts(Order $order) method getShipper (line 152) | private function getShipper($shippingDescription) method getShippingMethod (line 165) | private function getShippingMethod($shippingDescription) method getPaymentGateway (line 178) | private function getPaymentGateway($gatewayCode) method getOrderChannel (line 197) | private function getOrderChannel() method getAvsCode (line 209) | private function getAvsCode(OrderPaymentInterface $orderPayment) method getCvvCode (line 222) | private function getCvvCode(OrderPaymentInterface $orderPayment) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/RecipientBuilder.php class RecipientBuilder (line 13) | class RecipientBuilder method __construct (line 23) | public function __construct( method build (line 35) | public function build(Order $order) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/SellerBuilder.php class SellerBuilder (line 22) | class SellerBuilder method __construct (line 43) | public function __construct( method build (line 57) | public function build(Order $order) method getRegionCodeById (line 95) | private function getRegionCodeById($regionId) method getConfigValue (line 111) | private function getConfigValue($value, StoreInterface $store) method getPublicDomain (line 126) | private function getPublicDomain(StoreInterface $store) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Request/UserAccountBuilder.php class UserAccountBuilder (line 14) | class UserAccountBuilder method __construct (line 36) | public function __construct( method build (line 53) | public function build(Order $order) method formatDate (line 91) | private function formatDate($date) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Response/WebhookMessage.php class WebhookMessage (line 17) | class WebhookMessage method __construct (line 37) | public function __construct( method getData (line 50) | public function getData() method getEventTopic (line 60) | public function getEventTopic() FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Response/WebhookMessageReader.php class WebhookMessageReader (line 13) | class WebhookMessageReader method __construct (line 29) | public function __construct( method read (line 44) | public function read(WebhookRequest $request) FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Response/WebhookRequest.php class WebhookRequest (line 13) | class WebhookRequest method __construct (line 23) | public function __construct( method getHash (line 34) | public function getHash() method getEventTopic (line 44) | public function getEventTopic() method getBody (line 54) | public function getBody() FILE: app/code/Magento/Signifyd/Model/SignifydGateway/Response/WebhookRequestValidator.php class WebhookRequestValidator (line 15) | class WebhookRequestValidator method __construct (line 44) | public function __construct( method validate (line 58) | public function validate(WebhookRequest $webhookRequest) method isValidTopic (line 75) | private function isValidTopic($topic) method isValidBody (line 86) | private function isValidBody($body) method isValidHash (line 105) | private function isValidHash($eventTopic, $body, $hash) FILE: app/code/Magento/Signifyd/Model/SignifydOrderSessionId.php class SignifydOrderSessionId (line 13) | class SignifydOrderSessionId method __construct (line 23) | public function __construct( method get (line 35) | public function get($quoteId) FILE: app/code/Magento/Signifyd/Observer/PlaceOrder.php class PlaceOrder (line 22) | class PlaceOrder implements ObserverInterface method __construct (line 44) | public function __construct( method execute (line 57) | public function execute(Observer $observer) method createCaseForOrder (line 81) | private function createCaseForOrder($order) method extractOrders (line 103) | private function extractOrders(Event $event) FILE: app/code/Magento/Signifyd/Plugin/OrderPlugin.php class OrderPlugin (line 17) | class OrderPlugin method __construct (line 27) | public function __construct( method afterCancel (line 42) | public function afterCancel(Order $order, $result) FILE: app/code/Magento/Signifyd/Plugin/PaymentPlugin.php class PaymentPlugin (line 17) | class PaymentPlugin method __construct (line 27) | public function __construct( method afterDenyPayment (line 44) | public function afterDenyPayment(MethodInterface $subject, $result, In... method isPaymentDenied (line 63) | private function isPaymentDenied($payment, $result) FILE: app/code/Magento/Signifyd/Test/Unit/Block/Adminhtml/CaseInfoTest.php class CaseInfoTest (line 22) | class CaseInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetGuaranteeDisposition (line 100) | public function testGetGuaranteeDisposition($guaranteeDisposition, $ex... method getGuaranteeLabelDataProvider (line 121) | public function getGuaranteeLabelDataProvider() method testCasePropertyWithEmptyCase (line 139) | public function testCasePropertyWithEmptyCase() FILE: app/code/Magento/Signifyd/Test/Unit/Controller/Webhooks/HandlerTest.php class HandlerTest (line 30) | class HandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testExecuteSuccessfully (line 145) | public function testExecuteSuccessfully() method testExecuteCaseUpdatingServiceException (line 195) | public function testExecuteCaseUpdatingServiceException() method testExecuteRequestValidationFails (line 252) | public function testExecuteRequestValidationFails() method testExecuteWithTestEventTopic (line 271) | public function testExecuteWithTestEventTopic() method testExecuteWithMissedCaseId (line 304) | public function testExecuteWithMissedCaseId() method testExecuteWithNotFoundCaseEntity (line 339) | public function testExecuteWithNotFoundCaseEntity() FILE: app/code/Magento/Signifyd/Test/Unit/Model/CaseServices/UpdatingServiceFactoryTest.php class UpdatingServiceFactoryTest (line 21) | class UpdatingServiceFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testCreateWithInactiveConfig (line 76) | public function testCreateWithInactiveConfig() method testCreateWithTestType (line 97) | public function testCreateWithTestType() method testCreateWithException (line 120) | public function testCreateWithException() method testCreate (line 140) | public function testCreate() FILE: app/code/Magento/Signifyd/Test/Unit/Model/CaseServices/UpdatingServiceTest.php class UpdatingServiceTest (line 22) | class UpdatingServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testUpdateWithEmptyCaseEntity (line 105) | public function testUpdateWithEmptyCaseEntity() method testUpdateWithEmptyCaseId (line 120) | public function testUpdateWithEmptyCaseId() method testUpdateWithFailedCaseSaving (line 137) | public function testUpdateWithFailedCaseSaving() method testUpdateWithExceptionFromMessageGenerator (line 163) | public function testUpdateWithExceptionFromMessageGenerator() method testUpdateWithFailedCommentSaving (line 192) | public function testUpdateWithFailedCommentSaving() method testUpdate (line 230) | public function testUpdate() method withCaseEntity (line 279) | private function withCaseEntity($caseEntityId, $caseId, array $data = []) FILE: app/code/Magento/Signifyd/Test/Unit/Model/CommentsHistoryUpdaterTest.php class CommentsHistoryUpdaterTest (line 19) | class CommentsHistoryUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testAddCommentWithException (line 95) | public function testAddCommentWithException() method testAddComment (line 117) | public function testAddComment() method testAddCommentWithoutMessage (line 139) | public function testAddCommentWithoutMessage() method initCommentMock (line 156) | private function initCommentMock() FILE: app/code/Magento/Signifyd/Test/Unit/Model/CustomerOrdersTest.php class CustomerOrdersTest (line 22) | class CustomerOrdersTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method testGetCountAndTotalAmount (line 128) | public function testGetCountAndTotalAmount() method testGetCountAndTotalAmountNegative (line 150) | public function testGetCountAndTotalAmountNegative() method initOrderRepository (line 174) | private function initOrderRepository() method initCurrencies (line 210) | private function initCurrencies() method getOrders (line 227) | private function getOrders() FILE: app/code/Magento/Signifyd/Test/Unit/Model/Guarantee/CancelGuaranteeAbilityTest.php class CancelGuaranteeAbilityTest (line 19) | class CancelGuaranteeAbilityTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testIsAvailableSuccess (line 57) | public function testIsAvailableSuccess() method testIsAvailableWithNullCase (line 90) | public function testIsAvailableWithNullCase() method testIsAvailableWithCanceledGuarantee (line 105) | public function testIsAvailableWithCanceledGuarantee() method testIsAvailableWithNullOrder (line 129) | public function testIsAvailableWithNullOrder() FILE: app/code/Magento/Signifyd/Test/Unit/Model/Guarantee/CancelingServiceTest.php class CancelingServiceTest (line 22) | class CancelingServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | protected function setUp() method testCancelForOrderWithUnavailableDisposition (line 108) | public function testCancelForOrderWithUnavailableDisposition() method testCancelForOrderWithFailedRequest (line 136) | public function testCancelForOrderWithFailedRequest() method testCancelForOrder (line 161) | public function testCancelForOrder() method withCaseEntity (line 193) | private function withCaseEntity() FILE: app/code/Magento/Signifyd/Test/Unit/Model/Guarantee/CreateGuaranteeAbilityTest.php class CreateGuaranteeAbilityTest (line 20) | class CreateGuaranteeAbilityTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testIsAvailableSuccess (line 61) | public function testIsAvailableSuccess() method testIsAvailableWithNullCase (line 100) | public function testIsAvailableWithNullCase() method testIsAvailableWithGuarantyEligibleFalse (line 115) | public function testIsAvailableWithGuarantyEligibleFalse() method testIsAvailableWithNullOrder (line 138) | public function testIsAvailableWithNullOrder() method testIsAvailableWithCanceledOrder (line 169) | public function testIsAvailableWithCanceledOrder($state) method isAvailableWithCanceledOrderDataProvider (line 204) | public function isAvailableWithCanceledOrderDataProvider() method testIsAvailableWithOldOrder (line 211) | public function testIsAvailableWithOldOrder() method getDateAgo (line 253) | private function getDateAgo($days) FILE: app/code/Magento/Signifyd/Test/Unit/Model/Guarantee/CreationServiceTest.php class CreationServiceTest (line 20) | class CreationServiceTest extends TestCase method setUp (line 55) | protected function setUp() method testCreateForOrderWithNotEligibleCase (line 95) | public function testCreateForOrderWithNotEligibleCase() method testCreateForOrderWitCase (line 114) | public function testCreateForOrderWitCase() method testCreateForOrderWithGatewayFailure (line 132) | public function testCreateForOrderWithGatewayFailure() method testCreateForOrderWithGatewaySuccess (line 161) | public function testCreateForOrderWithGatewaySuccess() method testCreateForOrderWithCaseUpdate (line 185) | public function testCreateForOrderWithCaseUpdate() method withCaseEntityExistsForOrderId (line 211) | private function withCaseEntityExistsForOrderId($orderId, array $caseD... method withGatewayFailure (line 237) | private function withGatewayFailure($failureMessage) method withGatewaySuccess (line 247) | private function withGatewaySuccess($gatewayResult) FILE: app/code/Magento/Signifyd/Test/Unit/Model/MessageGenerators/CaseRescoreTest.php class CaseRescoreTest (line 19) | class CaseRescoreTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGenerateEmptyCaseIdException (line 70) | public function testGenerateEmptyCaseIdException() method testGenerateNotFoundException (line 81) | public function testGenerateNotFoundException() method testGenerateWithPreviousScore (line 98) | public function testGenerateWithPreviousScore() method testGenerateWithoutPreviousScore (line 127) | public function testGenerateWithoutPreviousScore() FILE: app/code/Magento/Signifyd/Test/Unit/Model/MessageGenerators/GeneratorFactoryTest.php class GeneratorFactoryTest (line 18) | class GeneratorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCreate (line 55) | public function testCreate($type, $className) method typeDataProvider (line 75) | public function typeDataProvider() method testCreateWithException (line 94) | public function testCreateWithException() FILE: app/code/Magento/Signifyd/Test/Unit/Model/MessageGenerators/PatternGeneratorTest.php class PatternGeneratorTest (line 13) | class PatternGeneratorTest extends \PHPUnit\Framework\TestCase method testGenerateThrowsException (line 22) | public function testGenerateThrowsException() method testGenerate (line 38) | public function testGenerate($template, array $requiredFields, $expected) method messageDataProvider (line 58) | public function messageDataProvider() FILE: app/code/Magento/Signifyd/Test/Unit/Model/OrderStateServiceTest.php class OrderStateServiceTest (line 16) | class OrderStateServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testUpdateByCaseWithGuaranteePending (line 103) | public function testUpdateByCaseWithGuaranteePending($canHold, $hold, ... method updateByCaseWithGuaranteePendingDataProvider (line 128) | public function updateByCaseWithGuaranteePendingDataProvider() method testUpdateByCaseWithGuaranteeApproved (line 144) | public function testUpdateByCaseWithGuaranteeApproved($canUnhold, $unh... method updateByCaseWithGuaranteeApprovedDataProvider (line 163) | public function updateByCaseWithGuaranteeApprovedDataProvider() method testUpdateByCaseWithGuaranteeDeclined (line 178) | public function testUpdateByCaseWithGuaranteeDeclined($canHold, $holdC... method updateByCaseWithGuaranteeDeclinedDataProvider (line 197) | public function updateByCaseWithGuaranteeDeclinedDataProvider() FILE: app/code/Magento/Signifyd/Test/Unit/Model/PaymentMethodMapper/XmlToArrayConfigConverterTest.php class XmlToArrayConfigConverterTest (line 12) | class XmlToArrayConfigConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testConvert (line 34) | public function testConvert() method testConvertEmptyPaymentMethodException (line 49) | public function testConvertEmptyPaymentMethodException() method testConvertEmptySygnifydPaymentMethodException (line 64) | public function testConvertEmptySygnifydPaymentMethodException() FILE: app/code/Magento/Signifyd/Test/Unit/Model/PaymentVerificationFactoryTest.php class PaymentVerificationFactoryTest (line 15) | class PaymentVerificationFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testCreatePaymentCvv (line 83) | public function testCreatePaymentCvv() method testCreateDefaultCvvMapper (line 116) | public function testCreateDefaultCvvMapper() method testCreateWithUnsupportedImplementation (line 144) | public function testCreateWithUnsupportedImplementation() method testCreatePaymentAvs (line 172) | public function testCreatePaymentAvs() method testCreateDefaultAvsMapper (line 202) | public function testCreateDefaultAvsMapper() FILE: app/code/Magento/Signifyd/Test/Unit/Model/SalesOrderGrid/OrderGridUpdaterTest.php class OrderGridUpdaterTest (line 13) | class OrderGridUpdaterTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testUpdateInSyncMode (line 43) | public function testUpdateInSyncMode() method testUpdateInAsyncMode (line 58) | public function testUpdateInAsyncMode() FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydGateway/Client/HttpClientFactoryTest.php class HttpClientFactoryTest (line 16) | class HttpClientFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | public function setUp() method testCreateHttpClient (line 86) | public function testCreateHttpClient() method testCreateWithParams (line 101) | public function testCreateWithParams() FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydGateway/Client/ResponseHandlerTest.php class ResponseHandlerTest (line 15) | class ResponseHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | public function setUp() method testHandleFailureMessage (line 78) | public function testHandleFailureMessage($code, $message) method errorsProvider (line 98) | public function errorsProvider() method testHandleEmptyJsonException (line 117) | public function testHandleEmptyJsonException() method testHandleInvalidJson (line 139) | public function testHandleInvalidJson() method testHandle (line 165) | public function testHandle() FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydGateway/GatewayTest.php class GatewayTest (line 19) | class GatewayTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testCreateCaseForSpecifiedOrder (line 69) | public function testCreateCaseForSpecifiedOrder() method testCreateCaseCallsValidApiMethod (line 92) | public function testCreateCaseCallsValidApiMethod() method testCreateCaseNormalFlow (line 120) | public function testCreateCaseNormalFlow() method testCreateCaseWithFailedApiCall (line 144) | public function testCreateCaseWithFailedApiCall() method testCreateCaseWithMissedResponseRequiredData (line 163) | public function testCreateCaseWithMissedResponseRequiredData() method testCreateCaseWithAdditionalResponseData (line 182) | public function testCreateCaseWithAdditionalResponseData() method testSubmitCaseForGuaranteeCallsValidApiMethod (line 207) | public function testSubmitCaseForGuaranteeCallsValidApiMethod() method testSubmitCaseForGuaranteeWithFailedApiCall (line 232) | public function testSubmitCaseForGuaranteeWithFailedApiCall() method testSubmitCaseForGuaranteeReturnsDisposition (line 249) | public function testSubmitCaseForGuaranteeReturnsDisposition() method testSubmitCaseForGuaranteeWithMissedDisposition (line 274) | public function testSubmitCaseForGuaranteeWithMissedDisposition() method testSubmitCaseForGuaranteeWithUnexpectedDisposition (line 293) | public function testSubmitCaseForGuaranteeWithUnexpectedDisposition() method testSubmitCaseForGuaranteeWithExpectedDisposition (line 314) | public function testSubmitCaseForGuaranteeWithExpectedDisposition($dum... method testCancelGuarantee (line 343) | public function testCancelGuarantee() method testCancelGuaranteeWithUnexpectedDisposition (line 372) | public function testCancelGuaranteeWithUnexpectedDisposition() method supportedGuaranteeDispositionsProvider (line 395) | public function supportedGuaranteeDispositionsProvider() method withOrderEntity (line 414) | private function withOrderEntity(int $orderId, int $storeId): void method withCaseEntity (line 433) | private function withCaseEntity(int $caseId, int $storeId): void FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydGateway/Response/WebhookMessageReaderTest.php class WebhookMessageReaderTest (line 17) | class WebhookMessageReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testReadSuccess (line 66) | public function testReadSuccess() method testReadFail (line 106) | public function testReadFail() FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydGateway/Response/WebhookRequestValidatorTest.php class WebhookRequestValidatorTest (line 16) | class WebhookRequestValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testValidateSuccess (line 60) | public function testValidateSuccess($body, $topic, $hash, $callConfigC... method validateSuccessDataProvider (line 83) | public function validateSuccessDataProvider() method testValidationTopicFails (line 107) | public function testValidationTopicFails($topic) method validationTopicFailsDataProvider (line 129) | public function validationTopicFailsDataProvider() method testValidationBodyFails (line 143) | public function testValidationBodyFails($body) method validationBodyFailsDataProvider (line 173) | public function validationBodyFailsDataProvider() method testValidationHashFails (line 184) | public function testValidationHashFails() method createWebhookRequest (line 214) | private function createWebhookRequest($body, $topic, $hash) FILE: app/code/Magento/Signifyd/Test/Unit/Model/SignifydOrderSessionIdTest.php class SignifydOrderSessionIdTest (line 17) | class SignifydOrderSessionIdTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetByQuoteId (line 45) | public function testGetByQuoteId() FILE: app/code/Magento/Signifyd/Test/Unit/Observer/PlaceOrderTest.php class PlaceOrderTest (line 21) | class PlaceOrderTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testExecuteWithDisabledModule (line 99) | public function testExecuteWithDisabledModule() method testExecuteWithoutOrder (line 117) | public function testExecuteWithoutOrder() method testExecuteWithOfflinePayment (line 133) | public function testExecuteWithOfflinePayment() method testExecuteWithFailedCaseCreation (line 152) | public function testExecuteWithFailedCaseCreation() method testExecute (line 178) | public function testExecute() method testExecuteWithOrderPendingPayment (line 197) | public function testExecuteWithOrderPendingPayment() method withOrderEntity (line 221) | private function withOrderEntity($orderId, $storeId): void method withActiveSignifydIntegration (line 247) | private function withActiveSignifydIntegration(bool $isActive, $storeI... method withAvailablePaymentMethod (line 260) | private function withAvailablePaymentMethod($isAvailable) FILE: app/code/Magento/Signifyd/Ui/Component/Listing/Column/Guarantee/Options.php class Options (line 15) | class Options implements OptionSourceInterface method __construct (line 27) | public function __construct(Escaper $escaper) method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Sitemap/Block/Adminhtml/Edit.php class Edit (line 13) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 27) | public function __construct( method _construct (line 41) | protected function _construct() method getHeaderText (line 72) | public function getHeaderText() FILE: app/code/Magento/Sitemap/Block/Adminhtml/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 27) | public function __construct( method _construct (line 43) | protected function _construct() method _prepareForm (line 55) | protected function _prepareForm() FILE: app/code/Magento/Sitemap/Block/Adminhtml/Grid/Renderer/Action.php class Action (line 11) | class Action extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\... method render (line 17) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sitemap/Block/Adminhtml/Grid/Renderer/Link.php class Link (line 15) | class Link extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method __construct (line 39) | public function __construct( method render (line 59) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sitemap/Block/Adminhtml/Grid/Renderer/Time.php class Time (line 13) | class Time extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... method __construct (line 25) | public function __construct( method render (line 40) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Sitemap/Block/Adminhtml/Sitemap.php class Sitemap (line 14) | class Sitemap extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Sitemap/Block/Robots.php class Robots (line 23) | class Robots extends AbstractBlock implements IdentityInterface method __construct (line 50) | public function __construct( method _toHtml (line 75) | protected function _toHtml() method getSitemapLinks (line 107) | protected function getSitemapLinks(array $storeIds) method getIdentities (line 133) | public function getIdentities() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap.php class Sitemap (line 11) | abstract class Sitemap extends \Magento\Backend\App\Action method _initAction (line 25) | protected function _initAction() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Delete.php class Delete (line 15) | class Delete extends \Magento\Sitemap\Controller\Adminhtml\Sitemap imple... method __construct (line 33) | public function __construct( method execute (line 47) | public function execute() method getFilesystem (line 96) | private function getFilesystem() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Edit.php class Edit (line 19) | class Edit extends Sitemap implements HttpGetActionInterface method __construct (line 32) | public function __construct(Context $context, Registry $coreRegistry) method execute (line 44) | public function execute() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Generate.php class Generate (line 18) | class Generate extends Sitemap implements HttpGetActionInterface method __construct (line 28) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Index.php class Index (line 12) | class Index extends \Magento\Sitemap\Controller\Adminhtml\Sitemap implem... method execute (line 19) | public function execute() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\Sitemap\Controller\Adminhtml\Sitemap method execute (line 16) | public function execute() FILE: app/code/Magento/Sitemap/Controller/Adminhtml/Sitemap/Save.php class Save (line 19) | class Save extends \Magento\Sitemap\Controller\Adminhtml\Sitemap impleme... method __construct (line 60) | public function __construct( method validatePath (line 83) | protected function validatePath(array $data) method clearSiteMap (line 120) | protected function clearSiteMap(\Magento\Sitemap\Model\Sitemap $model) method saveData (line 142) | protected function saveData($data) method getResult (line 174) | protected function getResult($id) method execute (line 205) | public function execute() FILE: app/code/Magento/Sitemap/Helper/Data.php class Data (line 17) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method getMaximumLinesNumber (line 76) | public function getMaximumLinesNumber($storeId) method getMaximumFileSize (line 93) | public function getMaximumFileSize($storeId) method getCategoryChangefreq (line 110) | public function getCategoryChangefreq($storeId) method getProductChangefreq (line 127) | public function getProductChangefreq($storeId) method getPageChangefreq (line 144) | public function getPageChangefreq($storeId) method getCategoryPriority (line 161) | public function getCategoryPriority($storeId) method getProductPriority (line 178) | public function getProductPriority($storeId) method getPagePriority (line 195) | public function getPagePriority($storeId) method getEnableSubmissionRobots (line 212) | public function getEnableSubmissionRobots($storeId) method getProductImageIncludePolicy (line 229) | public function getProductImageIncludePolicy($storeId) method getValidPaths (line 245) | public function getValidPaths() FILE: app/code/Magento/Sitemap/Model/Config/Backend/Priority.php class Priority (line 8) | class Priority extends \Magento\Framework\App\Config\Value method beforeSave (line 14) | public function beforeSave() FILE: app/code/Magento/Sitemap/Model/Config/Backend/Robots.php class Robots (line 25) | class Robots extends Value implements IdentityInterface method __construct (line 52) | public function __construct( method getIdentities (line 82) | public function getIdentities() FILE: app/code/Magento/Sitemap/Model/Config/Source/Frequency.php class Frequency (line 8) | class Frequency implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Sitemap/Model/EmailNotification.php class EmailNotification (line 21) | class EmailNotification method __construct (line 52) | public function __construct( method sendErrors (line 69) | public function sendErrors($errors) FILE: app/code/Magento/Sitemap/Model/ItemProvider/Category.php class Category (line 12) | class Category implements ItemProviderInterface method __construct (line 42) | public function __construct( method getItems (line 55) | public function getItems($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/CategoryConfigReader.php class CategoryConfigReader (line 12) | class CategoryConfigReader implements ConfigReaderInterface method __construct (line 33) | public function __construct(ScopeConfigInterface $scopeConfig) method getPriority (line 41) | public function getPriority($storeId) method getChangeFrequency (line 53) | public function getChangeFrequency($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/CmsPage.php class CmsPage (line 12) | class CmsPage implements ItemProviderInterface method __construct (line 42) | public function __construct( method getItems (line 55) | public function getItems($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/CmsPageConfigReader.php class CmsPageConfigReader (line 12) | class CmsPageConfigReader implements ConfigReaderInterface method __construct (line 33) | public function __construct(ScopeConfigInterface $scopeConfig) method getPriority (line 41) | public function getPriority($storeId) method getChangeFrequency (line 53) | public function getChangeFrequency($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/Composite.php class Composite (line 9) | class Composite implements ItemProviderInterface method __construct (line 23) | public function __construct($itemProviders = []) method getItems (line 31) | public function getItems($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/ConfigReaderInterface.php type ConfigReaderInterface (line 14) | interface ConfigReaderInterface method getPriority (line 22) | public function getPriority($storeId); method getChangeFrequency (line 30) | public function getChangeFrequency($storeId); FILE: app/code/Magento/Sitemap/Model/ItemProvider/ItemProviderInterface.php type ItemProviderInterface (line 15) | interface ItemProviderInterface method getItems (line 23) | public function getItems($storeId); FILE: app/code/Magento/Sitemap/Model/ItemProvider/Product.php class Product (line 12) | class Product implements ItemProviderInterface method __construct (line 42) | public function __construct( method getItems (line 55) | public function getItems($storeId) FILE: app/code/Magento/Sitemap/Model/ItemProvider/ProductConfigReader.php class ProductConfigReader (line 12) | class ProductConfigReader implements ConfigReaderInterface method __construct (line 33) | public function __construct(ScopeConfigInterface $scopeConfig) method getPriority (line 41) | public function getPriority($storeId) method getChangeFrequency (line 53) | public function getChangeFrequency($storeId) FILE: app/code/Magento/Sitemap/Model/Observer.php class Observer (line 18) | class Observer method __construct (line 70) | public function __construct( method scheduledGenerateSitemaps (line 87) | public function scheduledGenerateSitemaps() FILE: app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Category.php class Category (line 16) | class Category extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 55) | public function __construct( method _construct (line 71) | protected function _construct() method getCollection (line 82) | public function getCollection($storeId) method _prepareCategory (line 138) | protected function _prepareCategory(array $categoryRow) method _addFilter (line 158) | protected function _addFilter($storeId, $attributeCode, $value, $type ... FILE: app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Product.php class Product (line 22) | class Product extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 126) | public function __construct( method _construct (line 166) | protected function _construct() method _addFilter (line 182) | protected function _addFilter($storeId, $attributeCode, $value, $type ... method _joinAttribute (line 229) | protected function _joinAttribute($storeId, $attributeCode, $column = ... method _getAttribute (line 276) | protected function _getAttribute($attributeCode) method getCollection (line 303) | public function getCollection($storeId) method _prepareProduct (line 370) | protected function _prepareProduct(array $productRow, $storeId) method _loadProductImages (line 391) | protected function _loadProductImages($product, $storeId) method _getAllProductImages (line 437) | protected function _getAllProductImages($product, $storeId) method _getMediaConfig (line 467) | protected function _getMediaConfig() method prepareSelectStatement (line 478) | public function prepareSelectStatement(\Magento\Framework\DB\Select $s... method getProductImageUrl (line 489) | private function getProductImageUrl($image) method isCategoryProductURLsConfig (line 501) | private function isCategoryProductURLsConfig($storeId) FILE: app/code/Magento/Sitemap/Model/ResourceModel/Cms/Page.php class Page (line 25) | class Page extends AbstractDb method __construct (line 52) | public function __construct( method _construct (line 71) | protected function _construct() method getConnection (line 80) | public function getConnection() method getCollection (line 91) | public function getCollection($storeId) method _prepareObject (line 129) | protected function _prepareObject(array $data) method load (line 148) | public function load(AbstractModel $object, $value, $field = null) method save (line 179) | public function save(AbstractModel $object) method delete (line 219) | public function delete(AbstractModel $object) FILE: app/code/Magento/Sitemap/Model/ResourceModel/Sitemap.php class Sitemap (line 14) | class Sitemap extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Sitemap/Model/ResourceModel/Sitemap/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 22) | public function _construct() method addStoreFilter (line 33) | public function addStoreFilter($storeIds) FILE: app/code/Magento/Sitemap/Model/Sitemap.php class Sitemap (line 37) | class Sitemap extends \Magento\Framework\Model\AbstractModel implements ... method __construct (line 229) | public function __construct( method _construct (line 275) | protected function _construct() method _getStream (line 286) | protected function _getStream() method addSitemapItem (line 303) | public function addSitemapItem(DataObject $sitemapItem) method collectSitemapItems (line 317) | public function collectSitemapItems() method _initSitemapItems (line 359) | protected function _initSitemapItems() method beforeSave (line 390) | public function beforeSave() method generateXml (line 444) | public function generateXml() method _createSitemapIndex (line 501) | protected function _createSitemapIndex() method _getCurrentDateTime (line 516) | protected function _getCurrentDateTime() method _isSplitRequired (line 527) | protected function _isSplitRequired($row) method _getSitemapRow (line 556) | protected function _getSitemapRow($url, $lastmod = null, $changefreq =... method _getSitemapIndexRow (line 597) | protected function _getSitemapIndexRow($sitemapFilename, $lastmod = null) method _createSitemap (line 616) | protected function _createSitemap($fileName = null, $type = self::TYPE... method _writeSitemapRow (line 637) | protected function _writeSitemapRow($row) method _finalizeSitemap (line 648) | protected function _finalizeSitemap($type = self::TYPE_URL) method _getCurrentSitemapFilename (line 666) | protected function _getCurrentSitemapFilename($index) method _getBaseDir (line 676) | protected function _getBaseDir() method _getStoreBaseUrl (line 687) | protected function _getStoreBaseUrl($type = UrlInterface::URL_TYPE_LINK) method _getUrl (line 702) | protected function _getUrl($url, $type = UrlInterface::URL_TYPE_LINK) method _getMediaUrl (line 715) | protected function _getMediaUrl($url) method _getFormattedLastmodDate (line 726) | protected function _getFormattedLastmodDate($date) method _getDocumentRoot (line 740) | protected function _getDocumentRoot() method _getStoreBaseDomain (line 754) | protected function _getStoreBaseDomain() method getSitemapUrl (line 787) | public function getSitemapUrl($sitemapPath, $sitemapFileName) method _isEnabledSubmissionRobots (line 799) | protected function _isEnabledSubmissionRobots() method _addSitemapToRobotsTxt (line 813) | protected function _addSitemapToRobotsTxt($sitemapFileName) method _findNewLinesDelimiter (line 839) | private function _findNewLinesDelimiter($text) method mapToSitemapItem (line 855) | private function mapToSitemapItem() method getIdentities (line 882) | public function getIdentities() method getDocumentRootFromBaseDir (line 897) | private function getDocumentRootFromBaseDir(): ?string FILE: app/code/Magento/Sitemap/Model/SitemapConfigReader.php class SitemapConfigReader (line 12) | class SitemapConfigReader implements SitemapConfigReaderInterface method __construct (line 53) | public function __construct(ScopeConfigInterface $scopeConfig) method getEnableSubmissionRobots (line 61) | public function getEnableSubmissionRobots($storeId) method getMaximumFileSize (line 73) | public function getMaximumFileSize($storeId) method getMaximumLinesNumber (line 85) | public function getMaximumLinesNumber($storeId) method getProductImageIncludePolicy (line 97) | public function getProductImageIncludePolicy($storeId) method getValidPaths (line 109) | public function getValidPaths() FILE: app/code/Magento/Sitemap/Model/SitemapConfigReaderInterface.php type SitemapConfigReaderInterface (line 14) | interface SitemapConfigReaderInterface method getEnableSubmissionRobots (line 22) | public function getEnableSubmissionRobots($storeId); method getMaximumFileSize (line 30) | public function getMaximumFileSize($storeId); method getMaximumLinesNumber (line 38) | public function getMaximumLinesNumber($storeId); method getProductImageIncludePolicy (line 46) | public function getProductImageIncludePolicy($storeId); method getValidPaths (line 53) | public function getValidPaths(); FILE: app/code/Magento/Sitemap/Model/SitemapItem.php class SitemapItem (line 9) | class SitemapItem implements SitemapItemInterface method __construct (line 45) | public function __construct($url, $priority, $changeFrequency, $update... method getUrl (line 57) | public function getUrl() method getPriority (line 65) | public function getPriority() method getChangeFrequency (line 73) | public function getChangeFrequency() method getImages (line 81) | public function getImages() method getUpdatedAt (line 89) | public function getUpdatedAt() FILE: app/code/Magento/Sitemap/Model/SitemapItemInterface.php type SitemapItemInterface (line 14) | interface SitemapItemInterface method getUrl (line 22) | public function getUrl(); method getPriority (line 29) | public function getPriority(); method getChangeFrequency (line 36) | public function getChangeFrequency(); method getImages (line 43) | public function getImages(); method getUpdatedAt (line 50) | public function getUpdatedAt(); FILE: app/code/Magento/Sitemap/Model/Source/Product/Image/IncludeImage.php class IncludeImage (line 17) | class IncludeImage implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 35) | public function toOptionArray() FILE: app/code/Magento/Sitemap/Test/Unit/Block/RobotsTest.php class RobotsTest (line 13) | class RobotsTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testToHtmlRobotsSubmissionIsDisabled (line 105) | public function testToHtmlRobotsSubmissionIsDisabled() method testAfterGetDataRobotsSubmissionIsEnabled (line 153) | public function testAfterGetDataRobotsSubmissionIsEnabled() method testGetIdentities (line 228) | public function testGetIdentities() method initEventManagerMock (line 254) | protected function initEventManagerMock($data) method getSitemapMock (line 282) | protected function getSitemapMock($sitemapPath, $sitemapFilename) FILE: app/code/Magento/Sitemap/Test/Unit/Controller/Adminhtml/Sitemap/SaveTest.php class SaveTest (line 15) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 82) | protected function setUp() method testSaveEmptyDataShouldRedirectToDefault (line 146) | public function testSaveEmptyDataShouldRedirectToDefault() method testTryToSaveInvalidDataShouldFailWithErrors (line 159) | public function testTryToSaveInvalidDataShouldFailWithErrors() method testTryToSaveInvalidFileNameShouldFailWithErrors (line 211) | public function testTryToSaveInvalidFileNameShouldFailWithErrors() FILE: app/code/Magento/Sitemap/Test/Unit/Model/Config/Backend/RobotsTest.php class RobotsTest (line 8) | class RobotsTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetIdentities (line 81) | public function testGetIdentities() FILE: app/code/Magento/Sitemap/Test/Unit/Model/EmailNotificationTest.php class EmailNotificationTest (line 26) | class EmailNotificationTest extends TestCase method setUp (line 58) | protected function setUp() method testSendErrors (line 81) | public function testSendErrors() FILE: app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CategoryTest.php class CategoryTest (line 18) | class CategoryTest extends \PHPUnit\Framework\TestCase method testGetItemsEmpty (line 20) | public function testGetItemsEmpty() method testGetItems (line 36) | public function testGetItems(array $categories) method categoryProvider (line 59) | public function categoryProvider() method getCategoryFactoryMock (line 79) | private function getCategoryFactoryMock($returnValue) method getItemFactoryMock (line 96) | private function getItemFactoryMock() method getConfigReaderMock (line 117) | private function getConfigReaderMock() method getCategoryCollectionMock (line 134) | private function getCategoryCollectionMock($returnValue) FILE: app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CmsPageTest.php class CmsPageTest (line 18) | class CmsPageTest extends \PHPUnit\Framework\TestCase method testGetItemsEmpty (line 20) | public function testGetItemsEmpty() method testGetItems (line 36) | public function testGetItems(array $pages = []) method pageProvider (line 59) | public function pageProvider() method getItemFactoryMock (line 77) | private function getItemFactoryMock() method getCmsPageFactoryMock (line 99) | private function getCmsPageFactoryMock($returnValue) method getConfigReaderMock (line 116) | private function getConfigReaderMock() method getCmsPageCollectionMock (line 133) | private function getCmsPageCollectionMock($returnValue) FILE: app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CompositeTest.php class CompositeTest (line 13) | class CompositeTest extends \PHPUnit\Framework\TestCase method testNoResolvers (line 15) | public function testNoResolvers() method testGetItems (line 26) | public function testGetItems($itemResolverData, $expectedItems) method sitemapItemsProvider (line 48) | public function sitemapItemsProvider() FILE: app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/ProductTest.php class ProductTest (line 18) | class ProductTest extends \PHPUnit\Framework\TestCase method testGetItemsEmpty (line 20) | public function testGetItemsEmpty() method testGetItems (line 36) | public function testGetItems(array $products) method productProvider (line 59) | public function productProvider() method getProductFactoryMock (line 103) | private function getProductFactoryMock($returnValue) method getItemFactoryMock (line 120) | private function getItemFactoryMock() method getConfigReaderMock (line 141) | private function getConfigReaderMock() method getProductCollectionMock (line 158) | private function getProductCollectionMock($returnValue) FILE: app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php class ObserverTest (line 18) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testScheduledGenerateSitemapsSendsExceptionEmail (line 102) | public function testScheduledGenerateSitemapsSendsExceptionEmail() FILE: app/code/Magento/Sitemap/Test/Unit/Model/ResourceModel/Cms/PageTest.php class PageTest (line 27) | class PageTest extends TestCase method setUp (line 64) | protected function setUp() method testGetCollection (line 100) | public function testGetCollection() FILE: app/code/Magento/Sitemap/Test/Unit/Model/SitemapConfigReaderTest.php class SitemapConfigReaderTest (line 13) | class SitemapConfigReaderTest extends \PHPUnit\Framework\TestCase method testGetValidPaths (line 15) | public function testGetValidPaths() method getScopeConfigMock (line 27) | private function getScopeConfigMock(): \PHPUnit_Framework_MockObject_M... FILE: app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php class SitemapTest (line 33) | class SitemapTest extends \PHPUnit\Framework\TestCase method setUp (line 101) | protected function setUp() method testNotAllowedPath (line 169) | public function testNotAllowedPath() method testPathNotExists (line 182) | public function testPathNotExists() method testPathNotWritable (line 198) | public function testPathNotWritable() method testFilenameInvalidChars (line 221) | public function testFilenameInvalidChars() method sitemapDataProvider (line 246) | public static function sitemapDataProvider() method testGenerateXml (line 274) | public function testGenerateXml($maxLines, $maxFileSize, $expectedFile... method robotsDataProvider (line 304) | public static function robotsDataProvider() method testAddSitemapToRobotsTxt (line 381) | public function testAddSitemapToRobotsTxt($maxLines, $maxFileSize, $ex... method prepareSitemapModelMock (line 407) | protected function prepareSitemapModelMock( method getModelMock (line 512) | protected function getModelMock($mockBeforeSave = false) method getModelConstructorArgs (line 593) | private function getModelConstructorArgs() method testGetSitemapUrl (line 640) | public function testGetSitemapUrl($storeBaseUrl, $documentRoot, $baseD... method siteUrlDataProvider (line 676) | public static function siteUrlDataProvider() method testGetDocumentRootFromBaseDir (line 746) | public function testGetDocumentRootFromBaseDir( method getDocumentRootFromBaseDirUrlDataProvider (line 770) | public function getDocumentRootFromBaseDirUrlDataProvider(): array FILE: app/code/Magento/Store/Api/Data/GroupInterface.php type GroupInterface (line 14) | interface GroupInterface extends \Magento\Framework\Api\ExtensibleDataIn... method getId (line 19) | public function getId(); method setId (line 25) | public function setId($id); method getWebsiteId (line 30) | public function getWebsiteId(); method setWebsiteId (line 36) | public function setWebsiteId($websiteId); method getRootCategoryId (line 41) | public function getRootCategoryId(); method setRootCategoryId (line 47) | public function setRootCategoryId($rootCategoryId); method getDefaultStoreId (line 52) | public function getDefaultStoreId(); method setDefaultStoreId (line 58) | public function setDefaultStoreId($defaultStoreId); method getName (line 63) | public function getName(); method setName (line 69) | public function setName($name); method getCode (line 78) | public function getCode(); method setCode (line 87) | public function setCode($code); method getExtensionAttributes (line 94) | public function getExtensionAttributes(); method setExtensionAttributes (line 102) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Api/Data/StoreConfigInterface.php type StoreConfigInterface (line 14) | interface StoreConfigInterface extends \Magento\Framework\Api\Extensible... method getId (line 21) | public function getId(); method setId (line 29) | public function setId($id); method getCode (line 36) | public function getCode(); method setCode (line 44) | public function setCode($code); method getWebsiteId (line 51) | public function getWebsiteId(); method setWebsiteId (line 59) | public function setWebsiteId($websiteId); method getLocale (line 66) | public function getLocale(); method setLocale (line 74) | public function setLocale($locale); method getBaseCurrencyCode (line 81) | public function getBaseCurrencyCode(); method setBaseCurrencyCode (line 89) | public function setBaseCurrencyCode($baseCurrencyCode); method getDefaultDisplayCurrencyCode (line 96) | public function getDefaultDisplayCurrencyCode(); method setDefaultDisplayCurrencyCode (line 104) | public function setDefaultDisplayCurrencyCode($defaultDisplayCurrencyC... method getTimezone (line 111) | public function getTimezone(); method setTimezone (line 119) | public function setTimezone($timezone); method getWeightUnit (line 126) | public function getWeightUnit(); method setWeightUnit (line 134) | public function setWeightUnit($weightUnit); method getBaseUrl (line 141) | public function getBaseUrl(); method setBaseUrl (line 149) | public function setBaseUrl($baseUrl); method getBaseLinkUrl (line 156) | public function getBaseLinkUrl(); method setBaseLinkUrl (line 164) | public function setBaseLinkUrl($baseLinkUrl); method getBaseStaticUrl (line 171) | public function getBaseStaticUrl(); method setBaseStaticUrl (line 179) | public function setBaseStaticUrl($baseStaticUrl); method getBaseMediaUrl (line 186) | public function getBaseMediaUrl(); method setBaseMediaUrl (line 194) | public function setBaseMediaUrl($baseMediaUrl); method getSecureBaseUrl (line 201) | public function getSecureBaseUrl(); method setSecureBaseUrl (line 209) | public function setSecureBaseUrl($secureBaseUrl); method getSecureBaseLinkUrl (line 216) | public function getSecureBaseLinkUrl(); method setSecureBaseLinkUrl (line 224) | public function setSecureBaseLinkUrl($secureBaseLinkUrl); method getSecureBaseStaticUrl (line 231) | public function getSecureBaseStaticUrl(); method setSecureBaseStaticUrl (line 239) | public function setSecureBaseStaticUrl($secureBaseStaticUrl); method getSecureBaseMediaUrl (line 246) | public function getSecureBaseMediaUrl(); method setSecureBaseMediaUrl (line 254) | public function setSecureBaseMediaUrl($secureBaseMediaUrl); method getExtensionAttributes (line 261) | public function getExtensionAttributes(); method setExtensionAttributes (line 269) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Api/Data/StoreInterface.php type StoreInterface (line 14) | interface StoreInterface extends \Magento\Framework\Api\ExtensibleDataIn... method getId (line 19) | public function getId(); method setId (line 25) | public function setId($id); method getCode (line 30) | public function getCode(); method setCode (line 36) | public function setCode($code); method getName (line 43) | public function getName(); method setName (line 51) | public function setName($name); method getWebsiteId (line 56) | public function getWebsiteId(); method setWebsiteId (line 62) | public function setWebsiteId($websiteId); method getStoreGroupId (line 67) | public function getStoreGroupId(); method setIsActive (line 73) | public function setIsActive($isActive); method getIsActive (line 78) | public function getIsActive(); method setStoreGroupId (line 84) | public function setStoreGroupId($storeGroupId); method getExtensionAttributes (line 91) | public function getExtensionAttributes(); method setExtensionAttributes (line 99) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Api/Data/WebsiteInterface.php type WebsiteInterface (line 14) | interface WebsiteInterface extends \Magento\Framework\Api\ExtensibleData... method getId (line 24) | public function getId(); method setId (line 30) | public function setId($id); method getCode (line 35) | public function getCode(); method setCode (line 41) | public function setCode($code); method getName (line 48) | public function getName(); method setName (line 56) | public function setName($name); method getDefaultGroupId (line 61) | public function getDefaultGroupId(); method setDefaultGroupId (line 67) | public function setDefaultGroupId($defaultGroupId); method getExtensionAttributes (line 74) | public function getExtensionAttributes(); method setExtensionAttributes (line 82) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Api/GroupRepositoryInterface.php type GroupRepositoryInterface (line 16) | interface GroupRepositoryInterface method get (line 25) | public function get($id); method getList (line 32) | public function getList(); method clean (line 39) | public function clean(); FILE: app/code/Magento/Store/Api/StoreConfigManagerInterface.php type StoreConfigManagerInterface (line 17) | interface StoreConfigManagerInterface method getStoreConfigs (line 23) | public function getStoreConfigs(array $storeCodes = null); FILE: app/code/Magento/Store/Api/StoreCookieManagerInterface.php type StoreCookieManagerInterface (line 17) | interface StoreCookieManagerInterface method getStoreCodeFromCookie (line 22) | public function getStoreCodeFromCookie(); method setStoreCookie (line 28) | public function setStoreCookie(StoreInterface $store); method deleteStoreCookie (line 34) | public function deleteStoreCookie(StoreInterface $store); FILE: app/code/Magento/Store/Api/StoreManagementInterface.php type StoreManagementInterface (line 12) | interface StoreManagementInterface method getCount (line 19) | public function getCount(); FILE: app/code/Magento/Store/Api/StoreRepositoryInterface.php type StoreRepositoryInterface (line 17) | interface StoreRepositoryInterface method get (line 26) | public function get($code); method getActiveStoreByCode (line 36) | public function getActiveStoreByCode($code); method getActiveStoreById (line 46) | public function getActiveStoreById($id); method getById (line 55) | public function getById($id); method getList (line 62) | public function getList(); method clean (line 69) | public function clean(); FILE: app/code/Magento/Store/Api/StoreResolverInterface.php type StoreResolverInterface (line 14) | interface StoreResolverInterface method getCurrentStoreId (line 26) | public function getCurrentStoreId(); FILE: app/code/Magento/Store/Api/StoreWebsiteRelationInterface.php type StoreWebsiteRelationInterface (line 15) | interface StoreWebsiteRelationInterface method getStoreByWebsiteId (line 23) | public function getStoreByWebsiteId($websiteId); FILE: app/code/Magento/Store/Api/WebsiteManagementInterface.php type WebsiteManagementInterface (line 12) | interface WebsiteManagementInterface method getCount (line 19) | public function getCount(); FILE: app/code/Magento/Store/Api/WebsiteRepositoryInterface.php type WebsiteRepositoryInterface (line 16) | interface WebsiteRepositoryInterface method get (line 25) | public function get($code); method getById (line 34) | public function getById($id); method getList (line 41) | public function getList(); method getDefault (line 49) | public function getDefault(); method clean (line 56) | public function clean(); FILE: app/code/Magento/Store/App/Action/Plugin/Context.php class Context (line 24) | class Context method __construct (line 52) | public function __construct( method beforeDispatch (line 72) | public function beforeDispatch( method processInvalidStoreRequested (line 114) | private function processInvalidStoreRequested( method updateContext (line 137) | private function updateContext(RequestInterface $request, StoreInterfa... method isAlreadySet (line 169) | private function isAlreadySet(): bool FILE: app/code/Magento/Store/App/Action/Plugin/StoreCheck.php class StoreCheck (line 9) | class StoreCheck method __construct (line 19) | public function __construct( method beforeDispatch (line 32) | public function beforeDispatch( FILE: app/code/Magento/Store/App/Config/Source/InitialConfigSource.php class InitialConfigSource (line 15) | class InitialConfigSource implements ConfigSourceInterface method __construct (line 43) | public function __construct( method get (line 61) | public function get($path = '') FILE: app/code/Magento/Store/App/Config/Source/RuntimeConfigSource.php class RuntimeConfigSource (line 16) | class RuntimeConfigSource implements ConfigSourceInterface method __construct (line 37) | public function __construct( method get (line 54) | public function get($path = '') method getConnection (line 72) | private function getConnection() method getEntities (line 87) | private function getEntities($table, $keyField) method canUseDatabase (line 110) | private function canUseDatabase() FILE: app/code/Magento/Store/App/Config/Type/Scopes.php class Scopes (line 16) | class Scopes implements ConfigTypeInterface method __construct (line 51) | public function __construct( method get (line 60) | public function get($path = '') method convertIdPathToCodePath (line 85) | private function convertIdPathToCodePath(array $patchChunks) method clean (line 114) | public function clean() FILE: app/code/Magento/Store/App/FrontController/Plugin/DefaultStore.php class DefaultStore (line 14) | class DefaultStore method __construct (line 44) | public function __construct( method beforeDispatch (line 65) | public function beforeDispatch( FILE: app/code/Magento/Store/App/FrontController/Plugin/RequestPreprocessor.php class RequestPreprocessor (line 11) | class RequestPreprocessor method __construct (line 44) | public function __construct( method aroundDispatch (line 68) | public function aroundDispatch( method getBaseUrlChecker (line 108) | private function getBaseUrlChecker() method isHttpsRedirect (line 125) | private function isHttpsRedirect(\Magento\Framework\App\RequestInterfa... FILE: app/code/Magento/Store/App/Request/PathInfoProcessor.php class PathInfoProcessor (line 13) | class PathInfoProcessor implements \Magento\Framework\App\Request\PathIn... method __construct (line 29) | public function __construct( method process (line 46) | public function process(\Magento\Framework\App\RequestInterface $reque... method trimStoreCodeFromPathInfo (line 70) | private function trimStoreCodeFromPathInfo(string $pathInfo, string $s... FILE: app/code/Magento/Store/App/Request/StorePathInfoValidator.php class StorePathInfoValidator (line 16) | class StorePathInfoValidator method __construct (line 40) | public function __construct( method getValidStoreCode (line 57) | public function getValidStoreCode( method getStoreCode (line 97) | private function getStoreCode(string $pathInfo) : string FILE: app/code/Magento/Store/App/Response/Redirect.php class Redirect (line 16) | class Redirect implements \Magento\Framework\App\Response\RedirectInterface method __construct (line 70) | public function __construct( method _getUrl (line 96) | protected function _getUrl() method getRefererUrl (line 124) | public function getRefererUrl() method getRedirectUrl (line 137) | public function getRedirectUrl($defaultUrl = null) method error (line 154) | public function error($defaultUrl) method success (line 174) | public function success($defaultUrl) method updatePathParams (line 189) | public function updatePathParams(array $arguments) method redirect (line 202) | public function redirect(\Magento\Framework\App\ResponseInterface $res... method _isUrlInternal (line 214) | protected function _isUrlInternal($url) method normalizeRefererUrl (line 231) | protected function normalizeRefererUrl($refererUrl) method normalizeRefererQueryParts (line 262) | protected function normalizeRefererQueryParts($refererQuery) FILE: app/code/Magento/Store/Block/Store/Switcher.php class Switcher (line 14) | class Switcher extends \Magento\Framework\View\Element\Template method __construct (line 51) | public function __construct( method _construct (line 65) | protected function _construct() method _loadData (line 76) | protected function _loadData() method getStoreCount (line 109) | public function getStoreCount() method getLanguageCount (line 139) | public function getLanguageCount() method getCurrentStoreId (line 153) | public function getCurrentStoreId() method getCurrentStoreCode (line 161) | public function getCurrentStoreCode() FILE: app/code/Magento/Store/Block/Switcher.php class Switcher (line 25) | class Switcher extends \Magento\Framework\View\Element\Template method __construct (line 48) | public function __construct( method getCurrentWebsiteId (line 64) | public function getCurrentWebsiteId() method getCurrentGroupId (line 74) | public function getCurrentGroupId() method getCurrentStoreId (line 84) | public function getCurrentStoreId() method getRawGroups (line 94) | public function getRawGroups() method getRawStores (line 113) | public function getRawStores() method getGroups (line 148) | public function getGroups() method getStores (line 186) | public function getStores() method getCurrentStoreCode (line 207) | public function getCurrentStoreCode() method isStoreInUrl (line 217) | public function isStoreInUrl() method getStoreCode (line 230) | public function getStoreCode() method getStoreName (line 240) | public function getStoreName() method getTargetStorePostData (line 253) | public function getTargetStorePostData(Store $store, $data = []) FILE: app/code/Magento/Store/Console/Command/StoreListCommand.php class StoreListCommand (line 19) | class StoreListCommand extends Command method __construct (line 28) | public function __construct( method configure (line 38) | protected function configure() method execute (line 49) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Store/Console/Command/WebsiteListCommand.php class WebsiteListCommand (line 19) | class WebsiteListCommand extends Command method __construct (line 28) | public function __construct( method configure (line 38) | protected function configure() method execute (line 49) | protected function execute(InputInterface $input, OutputInterface $out... FILE: app/code/Magento/Store/Controller/Store/Redirect.php class Redirect (line 22) | class Redirect extends \Magento\Framework\App\Action\Action method __construct (line 51) | public function __construct( method execute (line 69) | public function execute() FILE: app/code/Magento/Store/Controller/Store/SwitchAction.php class SwitchAction (line 30) | class SwitchAction extends Action implements HttpGetActionInterface, Htt... method __construct (line 69) | public function __construct( method execute (line 92) | public function execute() FILE: app/code/Magento/Store/Controller/Store/SwitchRequest.php class SwitchRequest (line 24) | class SwitchRequest extends \Magento\Framework\App\Action\Action impleme... method __construct (line 54) | public function __construct( method execute (line 73) | public function execute() FILE: app/code/Magento/Store/Model/Address/Renderer.php class Renderer (line 16) | class Renderer method __construct (line 46) | public function __construct( method format (line 63) | public function format(DataObject $storeInfo, $type = 'html') FILE: app/code/Magento/Store/Model/App/Emulation.php class Emulation (line 18) | class Emulation extends \Magento\Framework\DataObject method __construct (line 82) | public function __construct( method startEnvironmentEmulation (line 116) | public function startEnvironmentEmulation( method stopEnvironmentEmulation (line 169) | public function stopEnvironmentEmulation() method storeCurrentEnvironmentInfo (line 191) | public function storeCurrentEnvironmentInfo() method _restoreInitialInlineTranslation (line 213) | protected function _restoreInitialInlineTranslation($initialTranslate) method _restoreInitialDesign (line 225) | protected function _restoreInitialDesign(array $initialDesign) method _restoreInitialLocale (line 238) | protected function _restoreInitialLocale( FILE: app/code/Magento/Store/Model/Argument/Interpreter/ServiceUrl.php class ServiceUrl (line 15) | class ServiceUrl implements InterpreterInterface method __construct (line 49) | public function __construct( method getServiceUrl (line 68) | private function getServiceUrl() method evaluate (line 83) | public function evaluate(array $data) FILE: app/code/Magento/Store/Model/BaseUrlChecker.php class BaseUrlChecker (line 13) | class BaseUrlChecker method __construct (line 25) | public function __construct( method execute (line 38) | public function execute($uri, $request) method isEnabled (line 52) | public function isEnabled() method isFrontendSecure (line 65) | public function isFrontendSecure() FILE: app/code/Magento/Store/Model/Config/Converter.php class Converter (line 13) | class Converter extends \Magento\Framework\App\Config\Scope\Converter method convert (line 22) | public function convert($source, $initialConfig = []) FILE: app/code/Magento/Store/Model/Config/Importer.php class Importer (line 20) | class Importer implements ImporterInterface method __construct (line 64) | public function __construct( method import (line 84) | public function import(array $data) method reinitStores (line 129) | private function reinitStores() method getStoreGroupAssignMessage (line 140) | private function getStoreGroupAssignMessage() method getGroupsToCreate (line 153) | private function getGroupsToCreate(array $data) method getWarningMessages (line 172) | public function getWarningMessages(array $data) method formatMessage (line 203) | private function formatMessage($message, array $items, $scope) FILE: app/code/Magento/Store/Model/Config/Importer/DataDifferenceCalculator.php class DataDifferenceCalculator (line 14) | class DataDifferenceCalculator method __construct (line 26) | public function __construct(ConfigSourceInterface $runtimeConfigSource) method getItemsToDelete (line 38) | public function getItemsToDelete($scope, array $data) method getItemsToCreate (line 55) | public function getItemsToCreate($scope, array $data) method getItemsToUpdate (line 72) | public function getItemsToUpdate($scope, array $data) method setDefaultValues (line 97) | private function setDefaultValues($scope, array $data) method getRuntimeData (line 129) | private function getRuntimeData($scope) method changeDataKeyToCode (line 142) | private function changeDataKeyToCode(array $data) FILE: app/code/Magento/Store/Model/Config/Importer/Processor/Create.php class Create (line 21) | class Create implements ProcessorInterface method __construct (line 69) | public function __construct( method run (line 90) | public function run(array $data) method createWebsites (line 134) | private function createWebsites(array $items, array $data) method createGroups (line 164) | private function createGroups(array $items, array $data) method createStores (line 203) | private function createStores(array $items, array $data) method detectWebsiteById (line 240) | private function detectWebsiteById(array $data, $websiteId) method detectGroupById (line 262) | private function detectGroupById(array $data, $groupId) method detectStoreById (line 284) | private function detectStoreById(array $data, $storeId) FILE: app/code/Magento/Store/Model/Config/Importer/Processor/Delete.php class Delete (line 23) | class Delete implements ProcessorInterface method __construct (line 75) | public function __construct( method run (line 96) | public function run(array $data) method deleteWebsites (line 149) | private function deleteWebsites(array $items) method deleteStores (line 165) | private function deleteStores(array $items) method deleteGroups (line 181) | private function deleteGroups(array $items) FILE: app/code/Magento/Store/Model/Config/Importer/Processor/ProcessorFactory.php class ProcessorFactory (line 17) | class ProcessorFactory method __construct (line 42) | public function __construct( method create (line 58) | public function create($processorName) FILE: app/code/Magento/Store/Model/Config/Importer/Processor/ProcessorInterface.php type ProcessorInterface (line 13) | interface ProcessorInterface method run (line 22) | public function run(array $data); FILE: app/code/Magento/Store/Model/Config/Importer/Processor/Update.php class Update (line 22) | class Update implements ProcessorInterface method __construct (line 66) | public function __construct( method run (line 85) | public function run(array $data) method updateWebsites (line 128) | private function updateWebsites(array $items, array $data) method updateStores (line 151) | private function updateStores(array $items, array $data) method updateGroups (line 191) | private function updateGroups(array $items, array $data) method findWebsiteById (line 226) | private function findWebsiteById(array $data, $websiteId) method findGroupById (line 248) | private function findGroupById(array $data, $groupId) method findStoreById (line 270) | private function findStoreById(array $data, $storeId) FILE: app/code/Magento/Store/Model/Config/Placeholder.php class Placeholder (line 12) | class Placeholder method __construct (line 34) | public function __construct(\Magento\Framework\App\RequestInterface $r... method process (line 47) | public function process(array $data = []) method _processData (line 93) | protected function _processData(&$data, $path) method _processPlaceholders (line 112) | protected function _processPlaceholders($value, $data) method _getPlaceholder (line 144) | protected function _getPlaceholder($value) method _getValue (line 165) | protected function _getValue($path, array $data) method _setValue (line 188) | protected function _setValue(array &$container, $path, $value) FILE: app/code/Magento/Store/Model/Config/Processor/Fallback.php class Fallback (line 23) | class Fallback implements PostProcessorInterface method __construct (line 69) | public function __construct( method process (line 86) | public function process(array $data) method prepareWebsitesConfig (line 119) | private function prepareWebsitesConfig( method prepareStoresConfig (line 142) | private function prepareStoresConfig( method getWebsiteConfig (line 170) | private function getWebsiteConfig(array $websites, $id) FILE: app/code/Magento/Store/Model/Config/Processor/Placeholder.php class Placeholder (line 16) | class Placeholder implements PostProcessorInterface method __construct (line 27) | public function __construct(ConfigPlaceholder $configPlaceholder) method process (line 35) | public function process(array $data) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Dynamic/DefaultScope.php class DefaultScope (line 16) | class DefaultScope implements SourceInterface method __construct (line 32) | public function __construct( method get (line 46) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Dynamic/Store.php class Store (line 18) | class Store implements SourceInterface method __construct (line 52) | public function __construct( method get (line 72) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Dynamic/Website.php class Website (line 17) | class Website implements SourceInterface method __construct (line 45) | public function __construct( method get (line 63) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Initial/DefaultScope.php class DefaultScope (line 16) | class DefaultScope implements SourceInterface method __construct (line 32) | public function __construct( method get (line 46) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Initial/Store.php class Store (line 16) | class Store implements SourceInterface method __construct (line 44) | public function __construct( method get (line 62) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/Reader/Source/Initial/Website.php class Website (line 15) | class Website implements SourceInterface method __construct (line 37) | public function __construct( method get (line 53) | public function get($scopeCode = null) FILE: app/code/Magento/Store/Model/Config/StoreView.php class StoreView (line 15) | class StoreView method __construct (line 37) | public function __construct( method retrieveThemeLocalePairs (line 52) | public function retrieveThemeLocalePairs() method retrieveLocales (line 83) | public function retrieveLocales() method removeDuplicates (line 106) | private function removeDuplicates($arr) FILE: app/code/Magento/Store/Model/Config/Validator.php class Validator (line 14) | class Validator implements ValidatorInterface method validate (line 21) | public function validate(array $data) FILE: app/code/Magento/Store/Model/Data/StoreConfig.php class StoreConfig (line 13) | class StoreConfig extends \Magento\Framework\Api\AbstractExtensibleObjec... method getId (line 38) | public function getId() method setId (line 49) | public function setId($id) method getCode (line 59) | public function getCode() method setCode (line 70) | public function setCode($code) method getWebsiteId (line 80) | public function getWebsiteId() method setWebsiteId (line 91) | public function setWebsiteId($websiteId) method getLocale (line 101) | public function getLocale() method setLocale (line 112) | public function setLocale($locale) method getBaseCurrencyCode (line 122) | public function getBaseCurrencyCode() method setBaseCurrencyCode (line 133) | public function setBaseCurrencyCode($baseCurrencyCode) method getDefaultDisplayCurrencyCode (line 143) | public function getDefaultDisplayCurrencyCode() method setDefaultDisplayCurrencyCode (line 154) | public function setDefaultDisplayCurrencyCode($defaultDisplayCurrencyC... method getWeightUnit (line 164) | public function getWeightUnit() method setWeightUnit (line 175) | public function setWeightUnit($weightUnit) method getBaseUrl (line 185) | public function getBaseUrl() method setBaseUrl (line 196) | public function setBaseUrl($baseUrl) method getBaseLinkUrl (line 206) | public function getBaseLinkUrl() method setBaseLinkUrl (line 217) | public function setBaseLinkUrl($baseLinkUrl) method getTimezone (line 227) | public function getTimezone() method setTimezone (line 238) | public function setTimezone($timezone) method getBaseStaticUrl (line 248) | public function getBaseStaticUrl() method setBaseStaticUrl (line 259) | public function setBaseStaticUrl($baseStaticUrl) method getBaseMediaUrl (line 269) | public function getBaseMediaUrl() method setBaseMediaUrl (line 280) | public function setBaseMediaUrl($baseMediaUrl) method getSecureBaseUrl (line 290) | public function getSecureBaseUrl() method setSecureBaseUrl (line 301) | public function setSecureBaseUrl($secureBaseUrl) method getSecureBaseLinkUrl (line 311) | public function getSecureBaseLinkUrl() method setSecureBaseLinkUrl (line 322) | public function setSecureBaseLinkUrl($secureBaseLinkUrl) method getSecureBaseStaticUrl (line 332) | public function getSecureBaseStaticUrl() method setSecureBaseStaticUrl (line 343) | public function setSecureBaseStaticUrl($secureBaseStaticUrl) method getSecureBaseMediaUrl (line 353) | public function getSecureBaseMediaUrl() method setSecureBaseMediaUrl (line 364) | public function setSecureBaseMediaUrl($secureBaseMediaUrl) method getExtensionAttributes (line 374) | public function getExtensionAttributes() method setExtensionAttributes (line 385) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Model/DefaultStoreScopeProvider.php class DefaultStoreScopeProvider (line 16) | class DefaultStoreScopeProvider implements ScopeProviderInterface method __construct (line 29) | public function __construct( method getContext (line 41) | public function getContext($entityType, $entityData = []) FILE: app/code/Magento/Store/Model/Group.php class Group (line 19) | class Group extends \Magento\Framework\Model\AbstractExtensibleModel imp... method __construct (line 123) | public function __construct( method _construct (line 160) | protected function _construct() method _loadStores (line 170) | protected function _loadStores() method setStores (line 191) | public function setStores($stores) method getStoreCollection (line 211) | public function getStoreCollection() method getStores (line 221) | public function getStores() method getStoreIds (line 234) | public function getStoreIds() method getStoreCodes (line 247) | public function getStoreCodes() method getStoresCount (line 260) | public function getStoresCount() method getDefaultStore (line 273) | public function getDefaultStore() method getDefaultStoreByLocale (line 292) | public function getDefaultStoreByLocale($locale) method getStoresByLocale (line 312) | public function getStoresByLocale($locale) method setWebsite (line 330) | public function setWebsite(Website $website) method getWebsite (line 340) | public function getWebsite() method isCanDelete (line 353) | public function isCanDelete() method getDefaultStoreId (line 367) | public function getDefaultStoreId() method setDefaultStoreId (line 375) | public function setDefaultStoreId($defaultStoreId) method getRootCategoryId (line 385) | public function getRootCategoryId() method setRootCategoryId (line 393) | public function setRootCategoryId($rootCategoryId) method getWebsiteId (line 403) | public function getWebsiteId() method setWebsiteId (line 411) | public function setWebsiteId($websiteId) method beforeDelete (line 419) | public function beforeDelete() method afterDelete (line 432) | public function afterDelete() method afterSave (line 458) | public function afterSave() method isReadOnly (line 475) | public function isReadOnly($value = null) method getIdentities (line 488) | public function getIdentities() method getName (line 496) | public function getName() method setName (line 504) | public function setName($name) method getCode (line 513) | public function getCode() method setCode (line 522) | public function setCode($code) method getExtensionAttributes (line 530) | public function getExtensionAttributes() method setExtensionAttributes (line 538) | public function setExtensionAttributes( method getScopeType (line 548) | public function getScopeType() method getScopeTypeName (line 557) | public function getScopeTypeName() FILE: app/code/Magento/Store/Model/GroupRepository.php class GroupRepository (line 17) | class GroupRepository implements \Magento\Store\Api\GroupRepositoryInter... method __construct (line 48) | public function __construct( method get (line 59) | public function get($id) method getList (line 79) | public function getList() method clean (line 98) | public function clean() method getAppConfig (line 110) | private function getAppConfig() FILE: app/code/Magento/Store/Model/HeaderProvider/Hsts.php class Hsts (line 14) | class Hsts extends \Magento\Framework\App\Response\HeaderProvider\Abstra... method __construct (line 40) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method canApply (line 48) | public function canApply() FILE: app/code/Magento/Store/Model/HeaderProvider/UpgradeInsecure.php class UpgradeInsecure (line 14) | class UpgradeInsecure extends \Magento\Framework\App\Response\HeaderProv... method __construct (line 40) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method canApply (line 48) | public function canApply() FILE: app/code/Magento/Store/Model/Indexer/WebsiteDimensionProvider.php class WebsiteDimensionProvider (line 16) | class WebsiteDimensionProvider implements DimensionProviderInterface method __construct (line 43) | public function __construct(WebsiteCollectionFactory $collectionFactor... method getIterator (line 52) | public function getIterator(): \Traversable method getWebsites (line 62) | private function getWebsites(): array FILE: app/code/Magento/Store/Model/Information.php class Information (line 20) | class Information method __construct (line 64) | public function __construct( method getStoreInformationObject (line 80) | public function getStoreInformationObject(Store $store) method getFormattedAddress (line 112) | public function getFormattedAddress(Store $store) FILE: app/code/Magento/Store/Model/Message/EmptyGroupCategory.php class EmptyGroupCategory (line 16) | class EmptyGroupCategory implements \Magento\Framework\Notification\Mess... method __construct (line 43) | public function __construct( method isDisplayed (line 58) | public function isDisplayed() method getIdentity (line 66) | public function getIdentity() method getText (line 74) | public function getText() method getSeverity (line 92) | public function getSeverity() method getItems (line 102) | private function getItems() FILE: app/code/Magento/Store/Model/PathConfig.php class PathConfig (line 8) | class PathConfig implements \Magento\Framework\App\Router\PathConfigInte... method __construct (line 30) | public function __construct( method getCurrentSecureUrl (line 46) | public function getCurrentSecureUrl(\Magento\Framework\App\RequestInte... method shouldBeSecure (line 58) | public function shouldBeSecure($path) method getDefaultPath (line 84) | public function getDefaultPath() FILE: app/code/Magento/Store/Model/Plugin/StoreCookie.php class StoreCookie (line 19) | class StoreCookie method __construct (line 41) | public function __construct( method beforeDispatch (line 59) | public function beforeDispatch( FILE: app/code/Magento/Store/Model/Resolver/Group.php class Group (line 14) | class Group implements ScopeResolverInterface method __construct (line 24) | public function __construct(StoreManagerInterface $storeManager) method getScope (line 33) | public function getScope($scopeId = null) method getScopes (line 48) | public function getScopes() FILE: app/code/Magento/Store/Model/Resolver/Store.php class Store (line 9) | class Store implements \Magento\Framework\App\ScopeResolverInterface method __construct (line 19) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method getScope (line 28) | public function getScope($scopeId = null) method getScopes (line 45) | public function getScopes() FILE: app/code/Magento/Store/Model/Resolver/Website.php class Website (line 9) | class Website implements \Magento\Framework\App\ScopeResolverInterface method __construct (line 19) | public function __construct( method getScope (line 29) | public function getScope($scopeId = null) method getScopes (line 46) | public function getScopes() FILE: app/code/Magento/Store/Model/ResourceModel/Config/Collection/Scoped.php class Scoped (line 10) | class Scoped extends \Magento\Framework\Model\ResourceModel\Db\Collectio... method __construct (line 36) | public function __construct( method _initSelect (line 56) | protected function _initSelect() FILE: app/code/Magento/Store/Model/ResourceModel/Group.php class Group (line 14) | class Group extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method _afterSave (line 32) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _initUniqueFields (line 47) | protected function _initUniqueFields() method _updateWebsiteDefaultGroup (line 60) | protected function _updateWebsiteDefaultGroup($websiteId, $groupId) method _changeWebsite (line 84) | protected function _changeWebsite(\Magento\Framework\Model\AbstractMod... method _updateStoreWebsite (line 114) | protected function _updateStoreWebsite($groupId, $websiteId) method _saveDefaultStore (line 129) | protected function _saveDefaultStore($groupId, $storeId) method countAll (line 146) | public function countAll($countAdmin = false) FILE: app/code/Magento/Store/Model/ResourceModel/Group/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method setLoadDefault (line 33) | public function setLoadDefault($loadDefault) method getLoadDefault (line 44) | public function getLoadDefault() method setWithoutDefaultFilter (line 54) | public function setWithoutDefaultFilter() method setWithoutStoreViewFilter (line 64) | public function setWithoutStoreViewFilter() method setWithoutAssignedCategoryFilter (line 75) | public function setWithoutAssignedCategoryFilter() method _beforeLoad (line 86) | public function _beforeLoad() method toOptionArray (line 100) | public function toOptionArray() method addWebsiteFilter (line 111) | public function addWebsiteFilter($website) FILE: app/code/Magento/Store/Model/ResourceModel/Store.php class Store (line 14) | class Store extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 25) | public function __construct( method _construct (line 38) | protected function _construct() method countAll (line 51) | public function countAll($countAdmin = false) method _initUniqueFields (line 66) | protected function _initUniqueFields() method _afterSave (line 78) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _afterDelete (line 93) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method _updateGroupDefaultStore (line 112) | protected function _updateGroupDefaultStore($groupId, $storeId) method _changeGroup (line 140) | protected function _changeGroup(\Magento\Framework\Model\AbstractModel... method readAllStores (line 167) | public function readAllStores() method _getLoadSelect (line 189) | protected function _getLoadSelect($field, $value, $object) FILE: app/code/Magento/Store/Model/ResourceModel/Store/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 35) | protected function _construct() method setLoadDefault (line 47) | public function setLoadDefault($loadDefault) method getLoadDefault (line 59) | public function getLoadDefault() method setWithoutDefaultFilter (line 69) | public function setWithoutDefaultFilter() method addGroupFilter (line 82) | public function addGroupFilter($groupId) method addStatusFilter (line 94) | public function addStatusFilter($status) method addIdFilter (line 105) | public function addIdFilter($store) method addWebsiteFilter (line 116) | public function addWebsiteFilter($website) method addCategoryFilter (line 127) | public function addCategoryFilter($category) method toOptionArray (line 140) | public function toOptionArray() method toOptionHash (line 150) | public function toOptionHash() method load (line 162) | public function load($printQuery = false, $logQuery = false) method loadByCategoryIds (line 189) | public function loadByCategoryIds(array $categories) method addRootCategoryIdAttribute (line 202) | public function addRootCategoryIdAttribute() FILE: app/code/Magento/Store/Model/ResourceModel/StoreWebsiteRelation.php class StoreWebsiteRelation (line 13) | class StoreWebsiteRelation method __construct (line 24) | public function __construct(ResourceConnection $resource) method getStoreByWebsiteId (line 33) | public function getStoreByWebsiteId($websiteId) FILE: app/code/Magento/Store/Model/ResourceModel/Website.php class Website (line 15) | class Website extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 22) | protected function _construct() method _initUniqueFields (line 32) | protected function _initUniqueFields() method readAllWebsites (line 47) | public function readAllWebsites() method _beforeSave (line 71) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 91) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _afterDelete (line 107) | protected function _afterDelete(\Magento\Framework\Model\AbstractModel... method getDefaultStoresSelect (line 127) | public function getDefaultStoresSelect($includeDefault = false) method countAll (line 155) | public function countAll($includeDefault = false) FILE: app/code/Magento/Store/Model/ResourceModel/Website/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 28) | protected function _construct() method _renderFiltersBefore (line 39) | protected function _renderFiltersBefore() method setLoadDefault (line 53) | public function setLoadDefault($loadDefault) method getLoadDefault (line 65) | public function getLoadDefault() method toOptionArray (line 75) | public function toOptionArray() method toOptionHash (line 85) | public function toOptionHash() method addIdFilter (line 96) | public function addIdFilter($ids) method load (line 117) | public function load($printQuery = false, $logQuery = false) method joinGroupAndStore (line 134) | public function joinGroupAndStore() method addFilterByGroupIds (line 166) | public function addFilterByGroupIds($groupIds) FILE: app/code/Magento/Store/Model/ResourceModel/Website/Grid/Collection.php class Collection (line 11) | class Collection extends \Magento\Store\Model\ResourceModel\Website\Coll... method _initSelect (line 18) | protected function _initSelect() FILE: app/code/Magento/Store/Model/ScopeFallbackResolver.php class ScopeFallbackResolver (line 11) | class ScopeFallbackResolver implements ScopeFallbackResolverInterface method __construct (line 26) | public function __construct( method getFallbackScope (line 35) | public function getFallbackScope($scope, $scopeId, $forConfig = true) FILE: app/code/Magento/Store/Model/ScopeInterface.php type ScopeInterface (line 12) | interface ScopeInterface FILE: app/code/Magento/Store/Model/ScopeTreeProvider.php class ScopeTreeProvider (line 19) | class ScopeTreeProvider implements ScopeTreeProviderInterface method __construct (line 41) | public function __construct( method get (line 54) | public function get() FILE: app/code/Magento/Store/Model/ScopeTypeNormalizer.php class ScopeTypeNormalizer (line 11) | class ScopeTypeNormalizer method normalize (line 49) | public function normalize($scopeType, $plural = true) FILE: app/code/Magento/Store/Model/ScopeValidator.php class ScopeValidator (line 13) | class ScopeValidator implements ScopeValidatorInterface method __construct (line 23) | public function __construct(ScopeResolverPool $scopeResolverPool) method isValidScope (line 31) | public function isValidScope($scope, $scopeId = null) FILE: app/code/Magento/Store/Model/Service/StoreConfigManager.php class StoreConfigManager (line 8) | class StoreConfigManager implements \Magento\Store\Api\StoreConfigManage... method __construct (line 45) | public function __construct( method getStoreConfigs (line 59) | public function getStoreConfigs(array $storeCodes = null) method getStoreConfig (line 77) | protected function getStoreConfig($store) FILE: app/code/Magento/Store/Model/Store.php class Store (line 39) | class Store extends AbstractExtensibleModel implements method __construct (line 364) | public function __construct( method __sleep (line 427) | public function __sleep() method __wakeup (line 439) | public function __wakeup() method _construct (line 454) | protected function _construct() method _getSession (line 464) | protected function _getSession() method _getValidationRulesBeforeSave (line 479) | protected function _getValidationRulesBeforeSave() method load (line 509) | public function load($key, $field = null) method getCode (line 523) | public function getCode() method setCode (line 531) | public function setCode($code) method getName (line 539) | public function getName() method setName (line 547) | public function setName($name) method getConfig (line 558) | public function getConfig($path) method setWebsite (line 573) | public function setWebsite(Website $website) method getWebsite (line 584) | public function getWebsite() method getUrl (line 601) | public function getUrl($route = '', $params = []) method getBaseUrl (line 623) | public function getBaseUrl($type = UrlInterface::URL_TYPE_LINK, $secur... method getBaseMediaDir (line 692) | public function getBaseMediaDir() method getBaseStaticDir (line 702) | public function getBaseStaticDir() method _updatePathUseRewrites (line 713) | protected function _updatePathUseRewrites($url) method _isCustomEntryPoint (line 733) | protected function _isCustomEntryPoint() method _getMediaScriptUrl (line 748) | protected function _getMediaScriptUrl(Filesystem $filesystem, $secure) method _updatePathUseStoreView (line 763) | protected function _updatePathUseStoreView($url) method isUseStoreInUrl (line 776) | public function isUseStoreInUrl() method getId (line 787) | public function getId() method isFrontUrlSecure (line 797) | public function isFrontUrlSecure() method isUrlSecure (line 809) | public function isUrlSecure() method isCurrentlySecure (line 819) | public function isCurrentlySecure() method getBaseCurrencyCode (line 848) | public function getBaseCurrencyCode() method getBaseCurrency (line 862) | public function getBaseCurrency() method getDefaultCurrencyCode (line 877) | public function getDefaultCurrencyCode() method getDefaultCurrency (line 888) | public function getDefaultCurrency() method setCurrentCurrencyCode (line 906) | public function setCurrentCurrencyCode($code) method getCurrentCurrencyCode (line 926) | public function getCurrentCurrencyCode() method getAvailableCurrencyCodes (line 950) | public function getAvailableCurrencyCodes($skipBaseNotAllowed = false) method getAllowedCurrencies (line 983) | public function getAllowedCurrencies() method getCurrentCurrency (line 994) | public function getCurrentCurrency() method getCurrentCurrencyRate (line 1017) | public function getCurrentCurrencyRate() method getRootCategoryId (line 1028) | public function getRootCategoryId() method setGroup (line 1042) | public function setGroup(Group $group) method getGroup (line 1054) | public function getGroup() method getWebsiteId (line 1067) | public function getWebsiteId() method afterSave (line 1080) | public function afterSave() method setWebsiteId (line 1101) | public function setWebsiteId($websiteId) method getGroupId (line 1111) | public function getGroupId() method getStoreGroupId (line 1121) | public function getStoreGroupId() method setStoreGroupId (line 1129) | public function setStoreGroupId($storeGroupId) method getIsActive (line 1137) | public function getIsActive() method setIsActive (line 1145) | public function setIsActive($isActive) method getDefaultGroupId (line 1155) | public function getDefaultGroupId() method isCanDelete (line 1166) | public function isCanDelete() method isDefault (line 1182) | public function isDefault() method getCurrentUrl (line 1200) | public function getCurrentUrl($fromStore = true) method isActive (line 1268) | public function isActive() method beforeDelete (line 1279) | public function beforeDelete() method afterDelete (line 1304) | public function afterDelete() method resetConfig (line 1324) | public function resetConfig() method isReadOnly (line 1340) | public function isReadOnly($value = null) method getFrontendName (line 1354) | public function getFrontendName() method getFormattedAddress (line 1369) | public function getFormattedAddress() method getIdentities (line 1379) | public function getIdentities() method getStorePath (line 1389) | public function getStorePath() method getScopeType (line 1399) | public function getScopeType() method getScopeTypeName (line 1407) | public function getScopeTypeName() method getExtensionAttributes (line 1415) | public function getExtensionAttributes() method setExtensionAttributes (line 1423) | public function setExtensionAttributes( method getUrlModifier (line 1435) | private function getUrlModifier() FILE: app/code/Magento/Store/Model/StoreCookieManager.php class StoreCookieManager (line 16) | class StoreCookieManager implements StoreCookieManagerInterface method __construct (line 37) | public function __construct( method getStoreCodeFromCookie (line 48) | public function getStoreCodeFromCookie() method setStoreCookie (line 56) | public function setStoreCookie(StoreInterface $store) method deleteStoreCookie (line 69) | public function deleteStoreCookie(StoreInterface $store) FILE: app/code/Magento/Store/Model/StoreDimensionProvider.php class StoreDimensionProvider (line 16) | class StoreDimensionProvider implements DimensionProviderInterface method __construct (line 38) | public function __construct(StoreManagerInterface $storeManager, Dimen... method getIterator (line 47) | public function getIterator(): \Traversable FILE: app/code/Magento/Store/Model/StoreIsInactiveException.php class StoreIsInactiveException (line 15) | class StoreIsInactiveException extends LocalizedException method __construct (line 22) | public function __construct(Phrase $phrase = null, \Exception $cause =... FILE: app/code/Magento/Store/Model/StoreManagement.php class StoreManagement (line 15) | class StoreManagement implements StoreManagementInterface method __construct (line 25) | public function __construct(CollectionFactory $storesFactory) method getCount (line 33) | public function getCount() FILE: app/code/Magento/Store/Model/StoreManager.php class StoreManager (line 18) | class StoreManager implements method __construct (line 101) | public function __construct( method setCurrentStore (line 122) | public function setCurrentStore($store) method setIsSingleStoreModeAllowed (line 130) | public function setIsSingleStoreModeAllowed($value) method hasSingleStore (line 138) | public function hasSingleStore() method isSingleStoreMode (line 147) | public function isSingleStoreMode() method getStore (line 155) | public function getStore($storeId = null) method getStores (line 179) | public function getStores($withDefault = false, $codeKey = false) method getWebsite (line 198) | public function getWebsite($websiteId = null) method getWebsites (line 218) | public function getWebsites($withDefault = false, $codeKey = false) method reinitStores (line 237) | public function reinitStores() method getDefaultStoreView (line 250) | public function getDefaultStoreView() method getGroup (line 260) | public function getGroup($groupId = null) method getGroups (line 275) | public function getGroups($withDefault = false) method isSingleStoreModeEnabled (line 295) | protected function isSingleStoreModeEnabled() method getStoreWebsiteRelation (line 309) | private function getStoreWebsiteRelation() method getStoreByWebsiteId (line 317) | public function getStoreByWebsiteId($websiteId) FILE: app/code/Magento/Store/Model/StoreManagerInterface.php type StoreManagerInterface (line 17) | interface StoreManagerInterface method setIsSingleStoreModeAllowed (line 35) | public function setIsSingleStoreModeAllowed($value); method hasSingleStore (line 42) | public function hasSingleStore(); method isSingleStoreMode (line 49) | public function isSingleStoreMode(); method getStore (line 58) | public function getStore($storeId = null); method getStores (line 67) | public function getStores($withDefault = false, $codeKey = false); method getWebsite (line 76) | public function getWebsite($websiteId = null); method getWebsites (line 85) | public function getWebsites($withDefault = false, $codeKey = false); method reinitStores (line 92) | public function reinitStores(); method getDefaultStoreView (line 99) | public function getDefaultStoreView(); method getGroup (line 107) | public function getGroup($groupId = null); method getGroups (line 115) | public function getGroups($withDefault = false); method setCurrentStore (line 123) | public function setCurrentStore($store); FILE: app/code/Magento/Store/Model/StoreRepository.php class StoreRepository (line 16) | class StoreRepository implements \Magento\Store\Api\StoreRepositoryInter... method __construct (line 52) | public function __construct( method get (line 63) | public function get($code) method getActiveStoreByCode (line 87) | public function getActiveStoreByCode($code) method getById (line 100) | public function getById($id) method getActiveStoreById (line 125) | public function getActiveStoreById($id) method getList (line 138) | public function getList() method getAppConfig (line 161) | private function getAppConfig() method clean (line 172) | public function clean() FILE: app/code/Magento/Store/Model/StoreResolver.php class StoreResolver (line 13) | class StoreResolver implements \Magento\Store\Api\StoreResolverInterface method __construct (line 74) | public function __construct( method getCurrentStoreId (line 95) | public function getCurrentStoreId() method getStoresData (line 136) | protected function getStoresData() : array method readStoresData (line 148) | protected function readStoresData() : array method getRequestedStoreByCode (line 160) | protected function getRequestedStoreByCode($storeCode) : \Magento\Stor... method getDefaultStoreById (line 178) | protected function getDefaultStoreById($id) : \Magento\Store\Api\Data\... FILE: app/code/Magento/Store/Model/StoreResolver/Group.php class Group (line 8) | class Group implements ReaderInterface method __construct (line 24) | public function __construct( method getAllowedStoreIds (line 35) | public function getAllowedStoreIds($scopeCode) method getDefaultStoreId (line 49) | public function getDefaultStoreId($scopeCode) FILE: app/code/Magento/Store/Model/StoreResolver/ReaderInterface.php type ReaderInterface (line 12) | interface ReaderInterface method getAllowedStoreIds (line 20) | public function getAllowedStoreIds($scopeCode); method getDefaultStoreId (line 28) | public function getDefaultStoreId($scopeCode); FILE: app/code/Magento/Store/Model/StoreResolver/ReaderList.php class ReaderList (line 10) | class ReaderList method __construct (line 28) | public function __construct( method getReader (line 48) | public function getReader($runMode) FILE: app/code/Magento/Store/Model/StoreResolver/Store.php class Store (line 8) | class Store implements ReaderInterface method __construct (line 18) | public function __construct(\Magento\Store\Api\StoreRepositoryInterfac... method getAllowedStoreIds (line 26) | public function getAllowedStoreIds($scopeCode) method getDefaultStoreId (line 40) | public function getDefaultStoreId($scopeCode) FILE: app/code/Magento/Store/Model/StoreResolver/Website.php class Website (line 11) | class Website implements ReaderInterface method __construct (line 33) | public function __construct( method getAllowedStoreIds (line 46) | public function getAllowedStoreIds($scopeCode) method getDefaultStoreId (line 64) | public function getDefaultStoreId($scopeCode) FILE: app/code/Magento/Store/Model/StoreScopeProvider.php class StoreScopeProvider (line 16) | class StoreScopeProvider implements ScopeProviderInterface method __construct (line 34) | public function __construct( method getContext (line 48) | public function getContext($entityType, $entityData = []) FILE: app/code/Magento/Store/Model/StoreSwitcher.php class StoreSwitcher (line 16) | class StoreSwitcher implements StoreSwitcherInterface method __construct (line 27) | public function __construct(array $storeSwitchers) method switch (line 48) | public function switch(StoreInterface $fromStore, StoreInterface $targ... FILE: app/code/Magento/Store/Model/StoreSwitcher/CannotSwitchStoreException.php class CannotSwitchStoreException (line 16) | class CannotSwitchStoreException extends RuntimeException method __construct (line 23) | public function __construct(\Exception $cause = null, Phrase $phrase =... FILE: app/code/Magento/Store/Model/StoreSwitcher/CleanTargetUrl.php class CleanTargetUrl (line 18) | class CleanTargetUrl implements StoreSwitcherInterface method __construct (line 40) | public function __construct( method switch (line 56) | public function switch(StoreInterface $fromStore, StoreInterface $targ... FILE: app/code/Magento/Store/Model/StoreSwitcher/HashGenerator.php class HashGenerator (line 22) | class HashGenerator implements StoreSwitcherInterface method __construct (line 44) | public function __construct( method switch (line 63) | public function switch(StoreInterface $fromStore, StoreInterface $targ... method validateHash (line 106) | public function validateHash(string $signature, HashData $hashData): bool FILE: app/code/Magento/Store/Model/StoreSwitcher/HashGenerator/HashData.php class HashData (line 15) | class HashData extends DataObject method getCustomerId (line 22) | public function getCustomerId(): int method getTimestamp (line 32) | public function getTimestamp(): int method getFromStoreCode (line 42) | public function getFromStoreCode(): string FILE: app/code/Magento/Store/Model/StoreSwitcher/ManagePrivateContent.php class ManagePrivateContent (line 16) | class ManagePrivateContent implements StoreSwitcherInterface method __construct (line 32) | public function __construct( method switch (line 50) | public function switch(StoreInterface $fromStore, StoreInterface $targ... FILE: app/code/Magento/Store/Model/StoreSwitcher/ManageStoreCookie.php class ManageStoreCookie (line 20) | class ManageStoreCookie implements StoreSwitcherInterface method __construct (line 42) | public function __construct( method switch (line 58) | public function switch(StoreInterface $fromStore, StoreInterface $targ... FILE: app/code/Magento/Store/Model/StoreSwitcherInterface.php type StoreSwitcherInterface (line 16) | interface StoreSwitcherInterface method switch (line 25) | public function switch(StoreInterface $fromStore, StoreInterface $targ... FILE: app/code/Magento/Store/Model/StoresConfig.php class StoresConfig (line 11) | class StoresConfig method __construct (line 27) | public function __construct( method getStoresConfigByPath (line 43) | public function getStoresConfigByPath($path) FILE: app/code/Magento/Store/Model/StoresData.php class StoresData (line 13) | class StoresData method __construct (line 40) | public function __construct( method getStoresData (line 57) | public function getStoresData(string $runMode, string $scopeCode = nul... FILE: app/code/Magento/Store/Model/System/Store.php class Store (line 19) | class Store extends \Magento\Framework\DataObject implements OptionSourc... method __construct (line 61) | public function __construct(\Magento\Store\Model\StoreManagerInterface... method _loadWebsiteCollection (line 72) | protected function _loadWebsiteCollection() method _loadGroupCollection (line 83) | protected function _loadGroupCollection() method _loadStoreCollection (line 99) | protected function _loadStoreCollection() method getStoreValuesForForm (line 114) | public function getStoreValuesForForm($empty = false, $all = false) method getStoresStructure (line 175) | public function getStoresStructure($isAll = false, $storeIds = [], $gr... method getWebsiteValuesForForm (line 226) | public function getWebsiteValuesForForm($empty = false, $all = false) method getWebsiteOptionHash (line 249) | public function getWebsiteOptionHash($withDefault = false, $attribute ... method getStoreOptionHash (line 265) | public function getStoreOptionHash($withDefault = false, $attribute = ... method getStoreGroupOptionHash (line 280) | public function getStoreGroupOptionHash($attribute = 'name') method getWebsiteName (line 295) | public function getWebsiteName($websiteId) method getGroupName (line 311) | public function getGroupName($groupId) method getStoreName (line 327) | public function getStoreName($storeId) method getStoreData (line 341) | public function getStoreData($storeId) method getStoreNameWithWebsite (line 355) | public function getStoreNameWithWebsite($storeId) method getWebsiteCollection (line 380) | public function getWebsiteCollection() method getGroupCollection (line 390) | public function getGroupCollection() method getStoreCollection (line 400) | public function getStoreCollection() method reload (line 413) | public function reload($type = null) method getStoreNamePath (line 443) | public function getStoreNamePath($storeId) method setIsAdminScopeAllowed (line 468) | public function setIsAdminScopeAllowed($value) method toOptionArray (line 479) | public function toOptionArray() FILE: app/code/Magento/Store/Model/Website.php class Website (line 26) | class Website extends \Magento\Framework\Model\AbstractExtensibleModel i... method __construct (line 185) | public function __construct( method _construct (line 227) | protected function _construct() method load (line 239) | public function load($id, $field = null) method getConfig (line 254) | public function getConfig($path) method _loadGroups (line 275) | protected function _loadGroups() method setGroups (line 295) | public function setGroups($groups) method getGroupCollection (line 315) | public function getGroupCollection() method getGroups (line 326) | public function getGroups() method getGroupIds (line 339) | public function getGroupIds() method getGroupsCount (line 352) | public function getGroupsCount() method getDefaultGroup (line 365) | public function getDefaultGroup() method _loadStores (line 381) | protected function _loadStores() method setStores (line 402) | public function setStores($stores) method getStoreCollection (line 422) | public function getStoreCollection() method getStores (line 432) | public function getStores() method getStoreIds (line 445) | public function getStoreIds() method getStoreCodes (line 458) | public function getStoreCodes() method getStoresCount (line 471) | public function getStoresCount() method isCanDelete (line 484) | public function isCanDelete() method getWebsiteGroupStore (line 501) | public function getWebsiteGroupStore() method getDefaultGroupId (line 511) | public function getDefaultGroupId() method setDefaultGroupId (line 519) | public function setDefaultGroupId($defaultGroupId) method getCode (line 529) | public function getCode() method setCode (line 537) | public function setCode($code) method getName (line 545) | public function getName() method setName (line 553) | public function setName($name) method beforeDelete (line 561) | public function beforeDelete() method afterDelete (line 579) | public function afterDelete() method afterSave (line 592) | public function afterSave() method getBaseCurrencyCode (line 606) | public function getBaseCurrencyCode() method getBaseCurrency (line 628) | public function getBaseCurrency() method getDefaultStore (line 643) | public function getDefaultStore() method getDefaultStoresSelect (line 656) | public function getDefaultStoresSelect($withDefault = false) method isReadOnly (line 667) | public function isReadOnly($value = null) method getIdentities (line 680) | public function getIdentities() method getScopeType (line 689) | public function getScopeType() method getScopeTypeName (line 698) | public function getScopeTypeName() method getExtensionAttributes (line 706) | public function getExtensionAttributes() method setExtensionAttributes (line 714) | public function setExtensionAttributes( FILE: app/code/Magento/Store/Model/WebsiteManagement.php class WebsiteManagement (line 15) | class WebsiteManagement implements WebsiteManagementInterface method __construct (line 25) | public function __construct(CollectionFactory $websitesFactory) method getCount (line 33) | public function getCount() FILE: app/code/Magento/Store/Model/WebsiteRepository.php class WebsiteRepository (line 17) | class WebsiteRepository implements \Magento\Store\Api\WebsiteRepositoryI... method __construct (line 58) | public function __construct( method get (line 69) | public function get($code) method getById (line 98) | public function getById($id) method getList (line 127) | public function getList() method getDefault (line 146) | public function getDefault() method clean (line 169) | public function clean() method getAppConfig (line 183) | private function getAppConfig() method initDefaultWebsite (line 196) | private function initDefaultWebsite() FILE: app/code/Magento/Store/Setup/Patch/Data/DisableSid.php class DisableSid (line 16) | class DisableSid implements DataPatchInterface, PatchVersionInterface method __construct (line 39) | public function __construct( method apply (line 48) | public function apply() method getDependencies (line 56) | public static function getDependencies() method getVersion (line 64) | public static function getVersion() method getAliases (line 72) | public function getAliases() FILE: app/code/Magento/Store/Setup/Patch/Data/UpdateStoreGroupCodes.php class UpdateStoreGroupCodes (line 17) | class UpdateStoreGroupCodes implements DataPatchInterface, PatchVersionI... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method updateStoreGroupCodes (line 45) | private function updateStoreGroupCodes() method getDependencies (line 83) | public static function getDependencies() method getVersion (line 91) | public static function getVersion() method getAliases (line 99) | public function getAliases() FILE: app/code/Magento/Store/Setup/Patch/Schema/InitializeStoresAndWebsites.php class InitializeStoresAndWebsites (line 20) | class InitializeStoresAndWebsites implements SchemaPatchInterface, Patch... method __construct (line 41) | public function __construct( method apply (line 52) | public function apply() method getDefaultCategory (line 148) | private function getDefaultCategory() method getDependencies (line 159) | public static function getDependencies() method getVersion (line 167) | public static function getVersion() method getAliases (line 175) | public function getAliases() FILE: app/code/Magento/Store/Test/Unit/App/Action/Plugin/StoreCheckTest.php class StoreCheckTest (line 8) | class StoreCheckTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBeforeDispatchWhenStoreNotActive (line 58) | public function testBeforeDispatchWhenStoreNotActive() method testBeforeDispatchWhenStoreIsActive (line 64) | public function testBeforeDispatchWhenStoreIsActive() FILE: app/code/Magento/Store/Test/Unit/App/Config/Source/InitialConfigSourceTest.php class InitialConfigSourceTest (line 17) | class InitialConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | public function setUp() method testGet (line 67) | public function testGet($path, $data, $expected) method getDataProvider (line 82) | public function getDataProvider() method testGetNotInstalled (line 93) | public function testGetNotInstalled() FILE: app/code/Magento/Store/Test/Unit/App/Config/Source/RuntimeConfigSourceTest.php class RuntimeConfigSourceTest (line 18) | class RuntimeConfigSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method testGet (line 54) | public function testGet() method testGenWhenDbNotAvailable (line 77) | public function testGenWhenDbNotAvailable() FILE: app/code/Magento/Store/Test/Unit/App/Config/Type/ScopesTest.php class ScopesTest (line 14) | class ScopesTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGet (line 40) | public function testGet($path, $expectedResult) method testGetConfigWhenDataIsNotPresentInInternalCacheAndNotFound (line 65) | public function testGetConfigWhenDataIsNotPresentInInternalCacheAndNot... method getDataProvider (line 88) | public function getDataProvider() FILE: app/code/Magento/Store/Test/Unit/App/FrontController/Plugin/RequestPreprocessorTest.php class RequestPreprocessorTest (line 8) | class RequestPreprocessorTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testAroundDispatchIfRedirectCodeNotExist (line 86) | public function testAroundDispatchIfRedirectCodeNotExist() method testAroundDispatchIfRedirectCodeExist (line 98) | public function testAroundDispatchIfRedirectCodeExist() method testAroundDispatchIfBaseUrlNotExists (line 117) | public function testAroundDispatchIfBaseUrlNotExists() FILE: app/code/Magento/Store/Test/Unit/App/Request/PathInfoProcessorTest.php class PathInfoProcessorTest (line 10) | class PathInfoProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testProcessIfStoreExistsAndIsNotDirectAccessToFrontName (line 78) | public function testProcessIfStoreExistsAndIsNotDirectAccessToFrontName() method testProcessIfStoreExistsAndDirectAccessToFrontName (line 102) | public function testProcessIfStoreExistsAndDirectAccessToFrontName() method testProcessIfStoreIsEmpty (line 122) | public function testProcessIfStoreIsEmpty() method testProcessIfStoreCodeIsNotExist (line 141) | public function testProcessIfStoreCodeIsNotExist() method testProcessIfStoreUrlNotEnabled (line 152) | public function testProcessIfStoreUrlNotEnabled() FILE: app/code/Magento/Store/Test/Unit/App/Response/RedirectTest.php class RedirectTest (line 10) | class RedirectTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testSuccessUrl (line 72) | public function testSuccessUrl($baseUrl, $successUrl) method urlAddresses (line 87) | public function urlAddresses() FILE: app/code/Magento/Store/Test/Unit/Block/Store/SwitcherTest.php class SwitcherTest (line 11) | class SwitcherTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetStoreCount (line 69) | public function testGetStoreCount() method testGetStoreCountWithNotEqualLocale (line 75) | public function testGetStoreCountWithNotEqualLocale() method loadMocks (line 81) | protected function loadMocks() FILE: app/code/Magento/Store/Test/Unit/Block/SwitcherTest.php class SwitcherTest (line 11) | class SwitcherTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetTargetStorePostData (line 57) | public function testGetTargetStorePostData() method testIsStoreInUrl (line 90) | public function testIsStoreInUrl($isUseStoreInUrl) method isStoreInUrlDataProvider (line 106) | public function isStoreInUrlDataProvider() FILE: app/code/Magento/Store/Test/Unit/Console/Command/StoreListCommandTest.php class StoreListCommandTest (line 17) | class StoreListCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecuteExceptionNoVerbosity (line 46) | public function testExecuteExceptionNoVerbosity() method testExecute (line 59) | public function testExecute() FILE: app/code/Magento/Store/Test/Unit/Console/Command/WebsiteListCommandTest.php class WebsiteListCommandTest (line 18) | class WebsiteListCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecuteExceptionNoVerbosity (line 47) | public function testExecuteExceptionNoVerbosity() method testExecute (line 60) | public function testExecute() FILE: app/code/Magento/Store/Test/Unit/Controller/Store/SwitchActionTest.php class SwitchActionTest (line 21) | class SwitchActionTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method testExecute (line 107) | public function testExecute() FILE: app/code/Magento/Store/Test/Unit/Model/Address/RendererTest.php class RendererTest (line 12) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testFormat (line 52) | public function testFormat(DataObject $storeInfo, $type) method formatDataProvider (line 65) | public function formatDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/App/EmulationTest.php class EmulationTest (line 14) | class EmulationTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testStartDefaults (line 127) | public function testStartDefaults() method testStop (line 169) | public function testStop() FILE: app/code/Magento/Store/Test/Unit/Model/BaseUrlCheckerTest.php class BaseUrlCheckerTest (line 16) | class BaseUrlCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 49) | public function testExecute() method testIsEnabled (line 78) | public function testIsEnabled() method testIsFrontendSecure (line 90) | public function testIsFrontendSecure() FILE: app/code/Magento/Store/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testConvert (line 18) | public function testConvert() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Importer/DataDifferenceCalculatorTest.php class DataDifferenceCalculatorTest (line 16) | class DataDifferenceCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetItemsToDelete (line 41) | public function testGetItemsToDelete() method testGetItemsToCreate (line 63) | public function testGetItemsToCreate() method testGetItemsToUpdate (line 90) | public function testGetItemsToUpdate() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Importer/Processor/CreateTest.php class CreateTest (line 24) | class CreateTest extends \PHPUnit\Framework\TestCase method setUp (line 114) | protected function setUp() method initTestData (line 173) | private function initTestData() method testRunWebsite (line 247) | public function testRunWebsite() method testRunGroup (line 288) | public function testRunGroup() method testRunStore (line 350) | public function testRunStore() method testRunWithException (line 404) | public function testRunWithException() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Importer/Processor/DeleteTest.php class DeleteTest (line 30) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 100) | protected function setUp() method testRun (line 159) | public function testRun() method testRunNothingToDelete (line 255) | public function testRunNothingToDelete() method testRunWithException (line 313) | public function testRunWithException() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Importer/Processor/ProcessorFactoryTest.php class ProcessorFactoryTest (line 19) | class ProcessorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testCreate (line 49) | public function testCreate() method testCreateNonExisted (line 68) | public function testCreateNonExisted() method testCreateWrongImplementation (line 77) | public function testCreateWrongImplementation() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Importer/Processor/UpdateTest.php class UpdateTest (line 29) | class UpdateTest extends \PHPUnit\Framework\TestCase method setUp (line 94) | protected function setUp() method testRun (line 154) | public function testRun() method getData (line 257) | private function getData() method testRunWithException (line 298) | public function testRunWithException() FILE: app/code/Magento/Store/Test/Unit/Model/Config/ImporterTest.php class ImporterTest (line 21) | class ImporterTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testImport (line 89) | public function testImport() method testImportWithException (line 152) | public function testImportWithException() method testGetWarningMessages (line 172) | public function testGetWarningMessages() FILE: app/code/Magento/Store/Test/Unit/Model/Config/PlaceholderTest.php class PlaceholderTest (line 10) | class PlaceholderTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testProcess (line 42) | public function testProcess() method testProcessEmptyArray (line 74) | public function testProcessEmptyArray() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Processor/PlaceholderTest.php class PlaceholderTest (line 11) | class PlaceholderTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testProcess (line 42) | public function testProcess() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Dynamic/DefaultScopeTest.php class DefaultScopeTest (line 14) | class DefaultScopeTest extends \PHPUnit\Framework\TestCase method testGet (line 16) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Dynamic/StoreTest.php class StoreTest (line 24) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | public function setUp() method testGet (line 100) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Dynamic/WebsiteTest.php class WebsiteTest (line 22) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | public function setUp() method testGet (line 81) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Initial/DefaultScopeTest.php class DefaultScopeTest (line 12) | class DefaultScopeTest extends \PHPUnit\Framework\TestCase method testGet (line 14) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Initial/StoreTest.php class StoreTest (line 14) | class StoreTest extends \PHPUnit\Framework\TestCase method testGet (line 16) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/Reader/Source/Initial/WebsiteTest.php class WebsiteTest (line 13) | class WebsiteTest extends \PHPUnit\Framework\TestCase method testGet (line 15) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/Config/ValidatorTest.php class ValidatorTest (line 16) | class ValidatorTest extends \PHPUnit\Framework\TestCase method testValidate (line 23) | public function testValidate(array $data, array $result) method validateDataProvider (line 33) | public function validateDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/HeaderProvider/HstsTest.php class HstsTest (line 14) | class HstsTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetName (line 46) | public function testGetName() method testGetValue (line 51) | public function testGetValue() method testCanApply (line 61) | public function testCanApply($configValuesMap, $expected) method canApplyDataProvider (line 74) | public function canApplyDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/HeaderProvider/UpgradeInsecureTest.php class UpgradeInsecureTest (line 14) | class UpgradeInsecureTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetName (line 46) | public function testGetName() method testGetValue (line 51) | public function testGetValue() method testCanApply (line 61) | public function testCanApply($configValuesMap, $expected) method canApplyDataProvider (line 74) | public function canApplyDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/InformationTest.php class InformationTest (line 11) | class InformationTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetFormattedAddress (line 105) | public function testGetFormattedAddress() FILE: app/code/Magento/Store/Test/Unit/Model/Message/EmptyGroupCategoryTest.php class EmptyGroupCategoryTest (line 15) | class EmptyGroupCategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method testIsDisplayed (line 61) | public function testIsDisplayed($expected, array $items) method testGetIdentity (line 72) | public function testGetIdentity() method testGetText (line 77) | public function testGetText() method getGroupMock (line 114) | private function getGroupMock($id, $name) method testGetSeverity (line 129) | public function testGetSeverity() method isDisplayedDataProvider (line 137) | public function isDisplayedDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/PathConfigTest.php class PathConfigTest (line 14) | class PathConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetCurrentSecureUrlNoAlias (line 49) | public function testGetCurrentSecureUrlNoAlias() method testGetCurrentSecureUrlWithAlias (line 66) | public function testGetCurrentSecureUrlWithAlias() method testShouldBeSecureUnsecureBaseUrl (line 88) | public function testShouldBeSecureUnsecureBaseUrl($base, $secure) method testShouldBeSecureSecureBaseUrl (line 102) | public function testShouldBeSecureSecureBaseUrl($base, $secure) method urlSchemeProvider (line 129) | public function urlSchemeProvider() FILE: app/code/Magento/Store/Test/Unit/Model/Plugin/StoreCookieTest.php class StoreCookieTest (line 20) | class StoreCookieTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testBeforeDispatchNoSuchEntity (line 105) | public function testBeforeDispatchNoSuchEntity() method testBeforeDispatchStoreIsInactive (line 127) | public function testBeforeDispatchStoreIsInactive() method testBeforeDispatchInvalidArgument (line 149) | public function testBeforeDispatchInvalidArgument() method testBeforeDispatchNoStoreCookie (line 171) | public function testBeforeDispatchNoStoreCookie() method testBeforeDispatchWithStoreRequestParam (line 192) | public function testBeforeDispatchWithStoreRequestParam() FILE: app/code/Magento/Store/Test/Unit/Model/Resolver/GroupTest.php class GroupTest (line 15) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testGetScope (line 39) | public function testGetScope() method testGetScopeWithInvalidScope (line 54) | public function testGetScopeWithInvalidScope() FILE: app/code/Magento/Store/Test/Unit/Model/Resolver/StoreTest.php class StoreTest (line 14) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testGetScope (line 38) | public function testGetScope() method testGetScopeWithInvalidScope (line 53) | public function testGetScopeWithInvalidScope() FILE: app/code/Magento/Store/Test/Unit/Model/Resolver/WebsiteTest.php class WebsiteTest (line 14) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testGetScope (line 38) | public function testGetScope() method testGetScopeWithInvalidScope (line 53) | public function testGetScopeWithInvalidScope() FILE: app/code/Magento/Store/Test/Unit/Model/ResourceModel/StoreTest.php class StoreTest (line 15) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp() method testCountAll (line 71) | public function testCountAll($countAdmin = false) method testReadAllStores (line 118) | public function testReadAllStores() method testReadAllStoresNoDbTable (line 156) | public function testReadAllStoresNoDbTable() FILE: app/code/Magento/Store/Test/Unit/Model/ResourceModel/StoreWebsiteRelationTest.php class StoreWebsiteRelationTest (line 14) | class StoreWebsiteRelationTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | public function setUp() method testGetStoreByWebsiteId (line 41) | public function testGetStoreByWebsiteId() FILE: app/code/Magento/Store/Test/Unit/Model/ResourceModel/WebsiteTest.php class WebsiteTest (line 14) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | public function setUp() method testReadAllWebsites (line 66) | public function testReadAllWebsites() method testReadAllWebsitesNoDbTable (line 104) | public function testReadAllWebsitesNoDbTable() method testGetDefaultStoresSelect (line 139) | public function testGetDefaultStoresSelect($includeDefault = false) method testCountAll (line 188) | public function testCountAll($includeDefault = false) FILE: app/code/Magento/Store/Test/Unit/Model/ScopeFallbackResolverTest.php class ScopeFallbackResolverTest (line 15) | class ScopeFallbackResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetFallbackScope (line 41) | public function testGetFallbackScope($scope, $scopeId, $forConfig, $we... method dataProviderGetFallbackScope (line 75) | public function dataProviderGetFallbackScope() FILE: app/code/Magento/Store/Test/Unit/Model/ScopeTreeProviderTest.php class ScopeTreeProviderTest (line 25) | class ScopeTreeProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGet (line 60) | public function testGet() FILE: app/code/Magento/Store/Test/Unit/Model/ScopeTypeNormalizerTest.php class ScopeTypeNormalizerTest (line 11) | class ScopeTypeNormalizerTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testNormalize (line 32) | public function testNormalize($scopeType, $plural, $expectedResult) method normalizeDataProvider (line 40) | public function normalizeDataProvider() method testNormalizeDefault (line 65) | public function testNormalizeDefault($scopeType, $expectedResult) method normalizeDefaultDataProvider (line 73) | public function normalizeDefaultDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/ScopeValidatorTest.php class ScopeValidatorTest (line 13) | class ScopeValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testScopeDefault (line 36) | public function testScopeDefault() method testInvalidScope (line 44) | public function testInvalidScope() method testInvalidScopeInvalidArgumentException (line 70) | public function testInvalidScopeInvalidArgumentException() method testInvalidScopeNoSuchEntityException (line 83) | public function testInvalidScopeNoSuchEntityException() FILE: app/code/Magento/Store/Test/Unit/Model/Service/StoreConfigManagerTest.php class StoreConfigManagerTest (line 16) | class StoreConfigManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method getStoreMock (line 62) | protected function getStoreMock(array $storeConfig) method createStoreConfigDataObject (line 98) | protected function createStoreConfigDataObject() method testGetStoreConfigs (line 117) | public function testGetStoreConfigs() FILE: app/code/Magento/Store/Test/Unit/Model/StoreManagementTest.php class StoreManagementTest (line 8) | class StoreManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetCount (line 31) | public function testGetCount() FILE: app/code/Magento/Store/Test/Unit/Model/StoreManagerTest.php class StoreManagerTest (line 11) | class StoreManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetStoreEmptyParameter (line 48) | public function testGetStoreEmptyParameter() method testGetStoreStringParameter (line 64) | public function testGetStoreStringParameter() method testGetStoreObjectStoreParameter (line 80) | public function testGetStoreObjectStoreParameter() method testGetStores (line 94) | public function testGetStores($storesList, $withDefault, $codeKey, $ex... method getStoresDataProvider (line 103) | public function getStoresDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/StoreRepositoryTest.php class StoreRepositoryTest (line 22) | class StoreRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | public function setUp() method initDistroList (line 69) | private function initDistroList() method testGetWithException (line 81) | public function testGetWithException() method testGetWithAvailableStoreFromScope (line 93) | public function testGetWithAvailableStoreFromScope() method testGetByIdWithAvailableStoreFromScope (line 108) | public function testGetByIdWithAvailableStoreFromScope() method testGetByIdWithException (line 133) | public function testGetByIdWithException() method testGetList (line 147) | public function testGetList() FILE: app/code/Magento/Store/Test/Unit/Model/StoreTest.php class StoreTest (line 19) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testLoad (line 104) | public function testLoad($key, $field) method loadDataProvider (line 123) | public function loadDataProvider() method testSetWebsite (line 134) | public function testSetWebsite() method testGetWebsite (line 147) | public function testGetWebsite() method testGetWebsiteIfWebsiteIsNotExist (line 173) | public function testGetWebsiteIfWebsiteIsNotExist() method testGetGroup (line 194) | public function testGetGroup() method testGetGroupIfGroupIsNotExist (line 220) | public function testGetGroupIfGroupIsNotExist() method testGetUrl (line 241) | public function testGetUrl() method testGetBaseUrl (line 280) | public function testGetBaseUrl($type, $secure, $expectedPath, $expecte... method getBaseUrlDataProvider (line 315) | public function getBaseUrlDataProvider() method testGetBaseUrlEntryPoint (line 372) | public function testGetBaseUrlEntryPoint() method testGetBaseUrlWrongType (line 410) | public function testGetBaseUrlWrongType() method testGetCurrentUrl (line 427) | public function testGetCurrentUrl($secure, $url, $expected, $fromStore) method getCurrentUrlDataProvider (line 487) | public function getCurrentUrlDataProvider() method testGetBaseCurrency (line 524) | public function testGetBaseCurrency($priceScope, $currencyCode) method getBaseCurrencyDataProvider (line 566) | public function getBaseCurrencyDataProvider() method testGetAllowedCurrencies (line 577) | public function testGetAllowedCurrencies() method testIsCurrentlySecure (line 611) | public function testIsCurrentlySecure( method isCurrentlySecureDataProvider (line 662) | public function isCurrentlySecureDataProvider() method testGetBaseMediaDir (line 679) | public function testGetBaseMediaDir() method testGetBaseStaticDir (line 692) | public function testGetBaseStaticDir() method testGetScopeType (line 705) | public function testGetScopeType() method testGetScopeTypeName (line 713) | public function testGetScopeTypeName() method testGetCurrentCurrencyCode (line 726) | public function testGetCurrentCurrencyCode( method currencyCodeDataProvider (line 746) | public function currencyCodeDataProvider(): array method setUrlModifier (line 795) | private function setUrlModifier(\Magento\Store\Model\Store $model) FILE: app/code/Magento/Store/Test/Unit/Model/StoresConfigTest.php class StoresConfigTest (line 11) | class StoresConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetStoresConfigByPath (line 51) | public function testGetStoresConfigByPath() FILE: app/code/Magento/Store/Test/Unit/Model/System/StoreTest.php class StoreTest (line 12) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetStoresStructure (line 85) | public function testGetStoresStructure( method getStoresStructureDataProvider (line 113) | public function getStoresStructureDataProvider() method testGetStoreValuesForForm (line 187) | public function testGetStoreValuesForForm( method getStoreValuesForFormDataProvider (line 219) | public function getStoreValuesForFormDataProvider() FILE: app/code/Magento/Store/Test/Unit/Model/WebsiteManagementTest.php class WebsiteManagementTest (line 8) | class WebsiteManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetCount (line 31) | public function testGetCount() FILE: app/code/Magento/Store/Test/Unit/Model/WebsiteRepositoryTest.php class WebsiteRepositoryTest (line 11) | class WebsiteRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method initDistroList (line 59) | private function initDistroList() method testGetDefault (line 67) | public function testGetDefault() method testGetDefaultIsSeveral (line 98) | public function testGetDefaultIsSeveral() method testGetDefaultIsZero (line 130) | public function testGetDefaultIsZero() FILE: app/code/Magento/Store/Test/Unit/Model/WebsiteTest.php class WebsiteTest (line 13) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp() method testIsCanDelete (line 46) | public function testIsCanDelete() method testGetScopeType (line 65) | public function testGetScopeType() method testGetScopeTypeName (line 70) | public function testGetScopeTypeName() FILE: app/code/Magento/Store/Test/Unit/Ui/Component/Listing/Column/StoreTest.php class StoreTest (line 9) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method injectMockedDependency (line 98) | private function injectMockedDependency($mockObject, $propertyName) method testPrepare (line 106) | public function testPrepare() method testPrepareWithSingleStore (line 120) | public function testPrepareWithSingleStore() method testPrepareDataSource (line 140) | public function testPrepareDataSource($dataSource, $expectedResult) method prepareDataSourceDataProvider (line 171) | public function prepareDataSourceDataProvider() FILE: app/code/Magento/Store/Test/Unit/Url/Plugin/RouteParamsResolverTest.php class RouteParamsResolverTest (line 8) | class RouteParamsResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testBeforeSetRouteParamsScopeInParams (line 59) | public function testBeforeSetRouteParamsScopeInParams() method testBeforeSetRouteParamsScopeUseStoreInUrl (line 91) | public function testBeforeSetRouteParamsScopeUseStoreInUrl() method testBeforeSetRouteParamsSingleStore (line 124) | public function testBeforeSetRouteParamsSingleStore() method testBeforeSetRouteParamsNoScopeInParams (line 156) | public function testBeforeSetRouteParamsNoScopeInParams() FILE: app/code/Magento/Store/Test/Unit/Url/Plugin/SecurityInfoTest.php class SecurityInfoTest (line 8) | class SecurityInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAroundIsSecureDisabledInConfig (line 26) | public function testAroundIsSecureDisabledInConfig() method testAroundIsSecureEnabledInConfig (line 46) | public function testAroundIsSecureEnabledInConfig() FILE: app/code/Magento/Store/Ui/Component/Form/Field/StoreView.php class StoreView (line 20) | class StoreView extends Field method __construct (line 38) | public function __construct( method prepare (line 54) | public function prepare() FILE: app/code/Magento/Store/Ui/Component/Form/Fieldset/Websites.php class Websites (line 16) | class Websites extends Fieldset method __construct (line 33) | public function __construct( method prepare (line 48) | public function prepare() FILE: app/code/Magento/Store/Ui/Component/Listing/Column/Store.php class Store (line 18) | class Store extends Column method __construct (line 55) | public function __construct( method prepareDataSource (line 76) | public function prepareDataSource(array $dataSource) method prepareItem (line 93) | protected function prepareItem(array $item) method prepare (line 130) | public function prepare() method getStoreManager (line 145) | private function getStoreManager() FILE: app/code/Magento/Store/Ui/Component/Listing/Column/Store/Options.php class Options (line 15) | class Options implements OptionSourceInterface method __construct (line 47) | public function __construct(SystemStore $systemStore, Escaper $escaper) method toOptionArray (line 58) | public function toOptionArray() method sanitizeName (line 78) | protected function sanitizeName($name) method generateCurrentOptions (line 96) | protected function generateCurrentOptions() FILE: app/code/Magento/Store/Url/Plugin/RouteParamsResolver.php class RouteParamsResolver (line 15) | class RouteParamsResolver method __construct (line 39) | public function __construct( method beforeSetRouteParams (line 59) | public function beforeSetRouteParams( FILE: app/code/Magento/Store/Url/Plugin/SecurityInfo.php class SecurityInfo (line 14) | class SecurityInfo method __construct (line 24) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method aroundIsSecure (line 38) | public function aroundIsSecure(\Magento\Framework\Url\SecurityInfo $su... FILE: app/code/Magento/Store/ViewModel/SwitcherUrlProvider.php class SwitcherUrlProvider (line 20) | class SwitcherUrlProvider implements \Magento\Framework\View\Element\Blo... method __construct (line 42) | public function __construct( method getTargetStoreRedirectUrl (line 59) | public function getTargetStoreRedirectUrl(Store $store): string FILE: app/code/Magento/StoreGraphQl/Controller/HttpHeaderProcessor/StoreProcessor.php class StoreProcessor (line 18) | class StoreProcessor implements HttpHeaderProcessorInterface method __construct (line 40) | public function __construct( method processHeaderValue (line 58) | public function processHeaderValue(string $headerValue) : void method updateContext (line 78) | private function updateContext(string $storeCode) : void method isAlreadySet (line 92) | private function isAlreadySet(): bool FILE: app/code/Magento/StoreGraphQl/Controller/HttpRequestValidator/StoreValidator.php class StoreValidator (line 18) | class StoreValidator implements HttpRequestValidatorInterface method __construct (line 28) | public function __construct( method validate (line 41) | public function validate(HttpRequestInterface $request): void FILE: app/code/Magento/StoreGraphQl/Model/Context/AddStoreInfoToContext.php class AddStoreInfoToContext (line 17) | class AddStoreInfoToContext implements ContextParametersProcessorInterface method __construct (line 27) | public function __construct( method execute (line 36) | public function execute(ContextParametersInterface $contextParameters)... FILE: app/code/Magento/StoreGraphQl/Model/Resolver/Store/StoreConfigDataProvider.php class StoreConfigDataProvider (line 18) | class StoreConfigDataProvider method __construct (line 40) | public function __construct( method getStoreConfigData (line 56) | public function getStoreConfigData(StoreInterface $store): array method getBaseConfigData (line 71) | private function getBaseConfigData(StoreInterface $store) : array method getExtendedConfigData (line 102) | private function getExtendedConfigData(int $storeId) FILE: app/code/Magento/StoreGraphQl/Model/Resolver/StoreConfigResolver.php class StoreConfigResolver (line 18) | class StoreConfigResolver implements ResolverInterface method __construct (line 28) | public function __construct( method resolve (line 37) | public function resolve( FILE: app/code/Magento/Swagger/Api/Data/SchemaTypeInterface.php type SchemaTypeInterface (line 18) | interface SchemaTypeInterface extends ArgumentInterface method getCode (line 25) | public function getCode(); method getSchemaUrlPath (line 33) | public function getSchemaUrlPath($store = null); FILE: app/code/Magento/Swagger/Block/Index.php class Index (line 21) | class Index extends Template method getParamStore (line 26) | private function getParamStore() method getSchemaType (line 34) | private function getSchemaType() method getSchemaUrl (line 57) | public function getSchemaUrl() FILE: app/code/Magento/Swagger/Controller/Index/Index.php class Index (line 13) | class Index extends \Magento\Framework\App\Action\Action method __construct (line 30) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Swagger/Test/Unit/Block/IndexTest.php class IndexTest (line 18) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetSchemaUrlValidType (line 66) | public function testGetSchemaUrlValidType() method testGetSchemaUrlInvalidType (line 87) | public function testGetSchemaUrlInvalidType() FILE: app/code/Magento/Swagger/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 11) | class IndexTest extends \PHPUnit\Framework\TestCase method testExecute (line 13) | public function testExecute() FILE: app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/magento-swagger.js function addApiKeyAuthorization (line 26) | function addApiKeyAuthorization(e) { FILE: app/code/Magento/SwaggerWebapi/Model/SchemaType/Rest.php class Rest (line 16) | class Rest implements SchemaTypeInterface method __construct (line 28) | public function __construct(string $code = 'rest') method getCode (line 36) | public function getCode() method getSchemaUrlPath (line 45) | public function getSchemaUrlPath($store = null) FILE: app/code/Magento/SwaggerWebapi/Test/Unit/Model/SchemaType/RestTest.php class RestTest (line 14) | class RestTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetSchemaUrlPath (line 37) | public function testGetSchemaUrlPath($expected, $store = null) method testGetCode (line 45) | public function testGetCode() method getSchemaUrlPathProvider (line 53) | public function getSchemaUrlPathProvider() FILE: app/code/Magento/SwaggerWebapiAsync/Model/SchemaType/Async.php class Async (line 16) | class Async implements SchemaTypeInterface method __construct (line 28) | public function __construct(string $code = 'async') method getCode (line 36) | public function getCode() method getSchemaUrlPath (line 45) | public function getSchemaUrlPath($store = null) FILE: app/code/Magento/SwaggerWebapiAsync/Test/Unit/Model/SchemaType/AsyncTest.php class AsyncTest (line 14) | class AsyncTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetCode (line 32) | public function testGetCode() method testGetSchemaUrlPath (line 45) | public function testGetSchemaUrlPath($expected, $store = null) method getSchemaUrlPathProvider (line 53) | public function getSchemaUrlPathProvider() FILE: app/code/Magento/Swatches/Block/Adminhtml/Attribute/Edit/Options/AbstractSwatch.php class AbstractSwatch (line 13) | abstract class AbstractSwatch extends \Magento\Eav\Block\Adminhtml\Attri... method _prepareUserDefinedAttributeOptionValues (line 36) | protected function _prepareUserDefinedAttributeOptionValues($option, $... method __construct (line 64) | public function __construct( method createStoreValues (line 88) | protected function createStoreValues($storeId, $optionId) method getStoreOptionValues (line 105) | public function getStoreOptionValues($storeId) method addCollectionStoreFilter (line 135) | private function addCollectionStoreFilter($valuesCollection, $storeId) FILE: app/code/Magento/Swatches/Block/Adminhtml/Attribute/Edit/Options/Text.php class Text (line 14) | class Text extends AbstractSwatch method getJsonConfig (line 27) | public function getJsonConfig() FILE: app/code/Magento/Swatches/Block/Adminhtml/Attribute/Edit/Options/Visual.php class Visual (line 14) | class Visual extends AbstractSwatch method createStoreValues (line 31) | protected function createStoreValues($storeId, $optionId) method getJsonConfig (line 66) | public function getJsonConfig() method reformatSwatchLabels (line 90) | protected function reformatSwatchLabels($swatchStoreValue = null) FILE: app/code/Magento/Swatches/Block/Adminhtml/Product/Attribute/Edit/Form.php class Form (line 19) | class Form extends \Magento\Framework\Data\Form method __construct (line 37) | public function __construct( method addValues (line 52) | public function addValues($values) method getAdditionalData (line 74) | protected function getAdditionalData(array $values) FILE: app/code/Magento/Swatches/Block/LayeredNavigation/RenderLayered.php class RenderLayered (line 20) | class RenderLayered extends Template method __construct (line 67) | public function __construct( method setSwatchFilter (line 88) | public function setSwatchFilter(\Magento\Catalog\Model\Layer\Filter\Ab... method getSwatchData (line 99) | public function getSwatchData() method buildUrl (line 133) | public function buildUrl($attributeCode, $optionId) method getUnusedOption (line 143) | protected function getUnusedOption(Option $swatchOption) method getFilterOption (line 157) | protected function getFilterOption(array $filterItems, Option $swatchO... method getOptionViewData (line 173) | protected function getOptionViewData(FilterItem $filterItem, Option $s... method isOptionVisible (line 193) | protected function isOptionVisible(FilterItem $filterItem) method isShowEmptyResults (line 201) | protected function isShowEmptyResults() method isOptionDisabled (line 210) | protected function isOptionDisabled(FilterItem $filterItem) method getFilterItemById (line 220) | protected function getFilterItemById(array $filterItems, $id) method getSwatchPath (line 235) | public function getSwatchPath($type, $filename) FILE: app/code/Magento/Swatches/Block/Product/Renderer/Configurable.php class Configurable (line 33) | class Configurable extends \Magento\ConfigurableProduct\Block\Product\Vi... method __construct (line 116) | public function __construct( method getCacheKey (line 155) | public function getCacheKey() method getCacheLifetime (line 166) | protected function getCacheLifetime() method getJsonSwatchConfig (line 176) | public function getJsonSwatchConfig() method getNumberSwatchesPerProduct (line 206) | public function getNumberSwatchesPerProduct() method setProduct (line 220) | public function setProduct(Product $product) method getProduct (line 231) | public function getProduct() method getSwatchAttributesData (line 245) | protected function getSwatchAttributesData() method initIsProductHasSwatchAttribute (line 258) | protected function initIsProductHasSwatchAttribute() method isProductHasSwatchAttribute (line 269) | protected function isProductHasSwatchAttribute() method addSwatchDataForAttribute (line 283) | protected function addSwatchDataForAttribute( method addAdditionalMediaData (line 308) | protected function addAdditionalMediaData(array $swatch, $optionId, ar... method extractNecessarySwatchData (line 328) | protected function extractNecessarySwatchData(array $swatchDataArray) method getVariationMedia (line 355) | protected function getVariationMedia($attributeCode, $optionId) method getSwatchProductImage (line 387) | protected function getSwatchProductImage(Product $childProduct, $image... method isProductHasImage (line 409) | protected function isProductHasImage(Product $product, $imageType) method getConfigurableOptionsIds (line 421) | protected function getConfigurableOptionsIds(array $attributeData) method toHtml (line 443) | public function toHtml() method _toHtml (line 457) | protected function _toHtml() method getRendererTemplate (line 469) | protected function getRendererTemplate() method getHtmlOutput (line 479) | protected function getHtmlOutput() method getMediaCallback (line 489) | public function getMediaCallback() method getIdentities (line 500) | public function getIdentities() method getJsonSwatchSizeConfig (line 514) | public function getJsonSwatchSizeConfig() FILE: app/code/Magento/Swatches/Block/Product/Renderer/Listing/Configurable.php class Configurable (line 30) | class Configurable extends \Magento\Swatches\Block\Product\Renderer\Conf... method __construct (line 65) | public function __construct( method getRendererTemplate (line 108) | protected function getRendererTemplate() method _toHtml (line 121) | protected function _toHtml() method getSwatchAttributesData (line 134) | protected function getSwatchAttributesData() method getJsonConfig (line 151) | public function getJsonConfig() method getPriceFormatJson (line 162) | public function getPriceFormatJson() method getPricesJson (line 172) | public function getPricesJson() method getOptionImages (line 185) | protected function getOptionImages() method _getAdditionalConfig (line 197) | protected function _getAdditionalConfig() method getProductVariationWithMedia (line 217) | private function getProductVariationWithMedia( method getLayeredAttributesIfExists (line 238) | private function getLayeredAttributesIfExists(Product $configurablePro... FILE: app/code/Magento/Swatches/Controller/Adminhtml/Iframe/Show.php class Show (line 13) | class Show extends \Magento\Backend\App\Action method __construct (line 57) | public function __construct( method execute (line 78) | public function execute() FILE: app/code/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Plugin/Save.php class Save (line 16) | class Save method beforeDispatch (line 26) | public function beforeDispatch(Attribute\Save $subject, RequestInterfa... FILE: app/code/Magento/Swatches/Controller/Ajax/Media.php class Media (line 15) | class Media extends \Magento\Framework\App\Action\Action implements \Mag... method __construct (line 38) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Swatches/Helper/Data.php class Data (line 30) | class Data method __construct (line 112) | public function __construct( method assembleAdditionalDataEavAttribute (line 140) | public function assembleAdditionalDataEavAttribute(Attribute $attribute) method isMediaAvailable (line 170) | private function isMediaAvailable(ModelProduct $product, string $attri... method loadFirstVariation (line 193) | private function loadFirstVariation($attributeCode, ModelProduct $conf... method loadFirstVariationWithSwatchImage (line 217) | public function loadFirstVariationWithSwatchImage(Product $configurabl... method loadFirstVariationWithImage (line 229) | public function loadFirstVariationWithImage(Product $configurableProdu... method loadVariationByFallback (line 241) | public function loadVariationByFallback(Product $parentProduct, array ... method addFilterByAttributes (line 283) | private function addFilterByAttributes(ProductCollection $productColle... method addFilterByParent (line 297) | private function addFilterByParent(ProductCollection $productCollectio... method getProductMediaGallery (line 326) | public function getProductMediaGallery(ModelProduct $product): array method isMainImage (line 360) | private function isMainImage(ProductAttributeMediaGalleryEntryInterfac... method collectImageData (line 371) | private function collectImageData(ProductAttributeMediaGalleryEntryInt... method getAllSizeImages (line 385) | private function getAllSizeImages($imageFile) method getSwatchAttributes (line 400) | private function getSwatchAttributes(Product $product) method getAttributesFromConfigurable (line 412) | public function getAttributesFromConfigurable(Product $product) method getSwatchAttributesAsArray (line 434) | public function getSwatchAttributesAsArray(Product $product) method getSwatchesByOptionsId (line 461) | public function getSwatchesByOptionsId(array $optionIds) method getCachedSwatches (line 499) | private function getCachedSwatches(array $optionIds) method setCachedSwatches (line 511) | private function setCachedSwatches(array $optionIds, array $swatches) method addFallbackOptions (line 525) | private function addFallbackOptions(array $fallbackValues, array $swat... method isProductHasSwatch (line 549) | public function isProductHasSwatch(Product $product) method isSwatchAttribute (line 560) | public function isSwatchAttribute(Attribute $attribute) method isVisualSwatch (line 571) | public function isVisualSwatch(Attribute $attribute) method isTextSwatch (line 582) | public function isTextSwatch(Attribute $attribute) method getMetadataPool (line 593) | protected function getMetadataPool() FILE: app/code/Magento/Swatches/Helper/Media.php class Media (line 18) | class Media extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 84) | public function __construct( method getSwatchAttributeImage (line 107) | public function getSwatchAttributeImage($swatchType, $file) method moveImageFromTmp (line 128) | public function moveImageFromTmp($file) method getUniqueFileName (line 162) | protected function getUniqueFileName($file) method generateSwatchVariations (line 184) | public function generateSwatchVariations($imageUrl) method setupImageProperties (line 206) | protected function setupImageProperties(\Magento\Framework\Image $imag... method generateNamePath (line 227) | protected function generateNamePath($imageConfig, $imageUrl, $swatchType) method getFolderNameSize (line 244) | public function getFolderNameSize($swatchType, $imageConfig = null) method getImageConfig (line 257) | public function getImageConfig() method prepareFileName (line 275) | protected function prepareFileName($imageUrl) method getSwatchMediaUrl (line 288) | public function getSwatchMediaUrl() method getAttributeSwatchPath (line 301) | public function getAttributeSwatchPath($file) method getSwatchMediaPath (line 311) | public function getSwatchMediaPath() method getSwatchCachePath (line 322) | public function getSwatchCachePath($swatchType) method prepareFile (line 333) | protected function prepareFile($file) FILE: app/code/Magento/Swatches/Model/AttributesList.php class AttributesList (line 14) | class AttributesList implements AttributesListInterface method __construct (line 30) | public function __construct( method getAttributes (line 44) | public function getAttributes($ids) FILE: app/code/Magento/Swatches/Model/Form/Element/AbstractSwatch.php class AbstractSwatch (line 8) | class AbstractSwatch extends \Magento\Framework\Data\Form\Element\Select method getValues (line 16) | protected function getValues() FILE: app/code/Magento/Swatches/Model/Form/Element/SwatchText.php class SwatchText (line 8) | class SwatchText extends AbstractSwatch FILE: app/code/Magento/Swatches/Model/Form/Element/SwatchVisual.php class SwatchVisual (line 8) | class SwatchVisual extends AbstractSwatch FILE: app/code/Magento/Swatches/Model/Plugin/Configurable.php class Configurable (line 12) | class Configurable method __construct (line 28) | public function __construct( method afterGetUsedProductCollection (line 44) | public function afterGetUsedProductCollection( FILE: app/code/Magento/Swatches/Model/Plugin/EavAttribute.php class EavAttribute (line 20) | class EavAttribute method __construct (line 82) | public function __construct( method beforeBeforeSave (line 102) | public function beforeBeforeSave(Attribute $attribute) method afterAfterSave (line 119) | public function afterAfterSave(Attribute $attribute) method setProperOptionsArray (line 134) | protected function setProperOptionsArray(Attribute $attribute) method convertSwatchToDropdown (line 170) | protected function convertSwatchToDropdown(Attribute $attribute) method processSwatchOptions (line 193) | protected function processSwatchOptions(Attribute $attribute) method prepareOptionIds (line 214) | protected function prepareOptionIds(array $optionsArray) method prepareOptionLinks (line 235) | protected function prepareOptionLinks(array $optionsArray, array $attr... method saveSwatchParams (line 254) | protected function saveSwatchParams(Attribute $attribute) method processVisualSwatch (line 271) | protected function processVisualSwatch(Attribute $attribute) method cleanEavAttributeOptionSwatchValues (line 299) | private function cleanEavAttributeOptionSwatchValues(array $attributeO... method cleanTextSwatchValuesAfterSwitch (line 314) | private function cleanTextSwatchValuesAfterSwitch(array $attributeOpti... method determineSwatchType (line 325) | private function determineSwatchType($value) method processTextualSwatch (line 342) | protected function processTextualSwatch(Attribute $attribute) method getAttributeOptionId (line 379) | protected function getAttributeOptionId($optionId) method isOptionForDelete (line 394) | protected function isOptionForDelete(Attribute $attribute, $optionId) method loadSwatchIfExists (line 407) | protected function loadSwatchIfExists($optionId, $storeId) method saveSwatchData (line 431) | protected function saveSwatchData($swatch, $optionId, $storeId, $type,... method saveDefaultSwatchOptionValue (line 451) | protected function saveDefaultSwatchOptionValue(Attribute $attribute) method validateOptions (line 474) | protected function validateOptions(Attribute $attribute) method isOptionsValid (line 495) | protected function isOptionsValid(array $options, Attribute $attribute) method afterUsesSource (line 521) | public function afterUsesSource(Attribute $attribute, $result) FILE: app/code/Magento/Swatches/Model/Plugin/FilterRenderer.php class FilterRenderer (line 11) | class FilterRenderer method __construct (line 34) | public function __construct( method aroundRender (line 50) | public function aroundRender( FILE: app/code/Magento/Swatches/Model/Plugin/Product.php class Product (line 11) | class Product method afterGetMediaAttributes (line 20) | public function afterGetMediaAttributes(\Magento\Catalog\Model\Product... FILE: app/code/Magento/Swatches/Model/Plugin/ProductImage.php class ProductImage (line 20) | class ProductImage method __construct (line 51) | public function __construct( method beforeGetImage (line 71) | public function beforeGetImage( method loadSimpleVariation (line 95) | private function loadSimpleVariation(Product $parentProduct, array $fi... method getFilterArray (line 114) | private function getFilterArray(array $request, Product $product) method canReplaceImageWithSwatch (line 135) | private function canReplaceImageWithSwatch($attribute) FILE: app/code/Magento/Swatches/Model/ResourceModel/Swatch.php class Swatch (line 16) | class Swatch extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() method saveDefaultSwatchOption (line 35) | public function saveDefaultSwatchOption($id, $defaultValue) method clearSwatchOptionByOptionIdAndType (line 51) | public function clearSwatchOptionByOptionIdAndType($optionIDs, $type =... FILE: app/code/Magento/Swatches/Model/ResourceModel/Swatch/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method addStoreFilter (line 32) | public function addStoreFilter($storeId) method addFilterByOptionsIds (line 44) | public function addFilterByOptionsIds(array $optionsIds) FILE: app/code/Magento/Swatches/Model/Swatch.php class Swatch (line 12) | class Swatch extends \Magento\Framework\Model\AbstractModel method _construct (line 60) | protected function _construct() FILE: app/code/Magento/Swatches/Model/SwatchAttributeCodes.php class SwatchAttributeCodes (line 15) | class SwatchAttributeCodes method __construct (line 52) | public function __construct( method getCodes (line 70) | public function getCodes() method getSwatchAttributeCodes (line 93) | private function getSwatchAttributeCodes() method getAttributeIdsSelect (line 117) | private function getAttributeIdsSelect() FILE: app/code/Magento/Swatches/Model/SwatchAttributeType.php class SwatchAttributeType (line 16) | class SwatchAttributeType method __construct (line 37) | public function __construct(Json $serializer) method isTextSwatch (line 48) | public function isTextSwatch(AttributeInterface $productAttribute): bool method isVisualSwatch (line 61) | public function isVisualSwatch(AttributeInterface $productAttribute): ... method isSwatchAttribute (line 74) | public function isSwatchAttribute(AttributeInterface $productAttribute... method populateAdditionalDataEavAttribute (line 85) | private function populateAdditionalDataEavAttribute(AttributeInterface... FILE: app/code/Magento/Swatches/Model/SwatchAttributesProvider.php class SwatchAttributesProvider (line 17) | class SwatchAttributesProvider method __construct (line 45) | public function __construct( method provide (line 63) | public function provide(Product $product) FILE: app/code/Magento/Swatches/Observer/AddFieldsToAttributeObserver.php class AddFieldsToAttributeObserver (line 16) | class AddFieldsToAttributeObserver implements ObserverInterface method __construct (line 32) | public function __construct(Manager $moduleManager, Source\Yesno $yesNo) method execute (line 44) | public function execute(EventObserver $observer) FILE: app/code/Magento/Swatches/Observer/AddSwatchAttributeTypeObserver.php class AddSwatchAttributeTypeObserver (line 16) | class AddSwatchAttributeTypeObserver implements ObserverInterface method __construct (line 26) | public function __construct(Manager $moduleManager) method execute (line 37) | public function execute(EventObserver $observer) FILE: app/code/Magento/Swatches/Plugin/Catalog/CacheInvalidate.php class CacheInvalidate (line 11) | class CacheInvalidate method __construct (line 27) | public function __construct( method afterSave (line 40) | public function afterSave( FILE: app/code/Magento/Swatches/Plugin/Eav/Model/Entity/Attribute/OptionManagement.php class OptionManagement (line 18) | class OptionManagement method __construct (line 33) | public function __construct( method beforeAdd (line 49) | public function beforeAdd( method getOptionId (line 88) | private function getOptionId(\Magento\Eav\Api\Data\AttributeOptionInte... FILE: app/code/Magento/Swatches/Plugin/Eav/System/Config/Source/InputtypePlugin.php class InputtypePlugin (line 13) | class InputtypePlugin method afterGetVolatileInputTypes (line 23) | public function afterGetVolatileInputTypes( FILE: app/code/Magento/Swatches/Setup/Patch/Data/AddSwatchImageAttribute.php class AddSwatchImageAttribute (line 21) | class AddSwatchImageAttribute implements DataPatchInterface, PatchVersio... method __construct (line 38) | public function __construct( method apply (line 49) | public function apply() method getDependencies (line 76) | public static function getDependencies() method getVersion (line 84) | public static function getVersion() method getAliases (line 92) | public function getAliases() FILE: app/code/Magento/Swatches/Setup/Patch/Data/AddSwatchImageToDefaultAttribtueSet.php class AddSwatchImageToDefaultAttribtueSet (line 19) | class AddSwatchImageToDefaultAttribtueSet implements DataPatchInterface,... method __construct (line 35) | public function __construct( method apply (line 46) | public function apply() method getDependencies (line 67) | public static function getDependencies() method getVersion (line 77) | public static function getVersion() method getAliases (line 85) | public function getAliases() FILE: app/code/Magento/Swatches/Setup/Patch/Data/ConvertAdditionalDataToJson.php class ConvertAdditionalDataToJson (line 19) | class ConvertAdditionalDataToJson implements DataPatchInterface, PatchVe... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 57) | public static function getDependencies() method getVersion (line 67) | public static function getVersion() method getAliases (line 75) | public function getAliases() method convertAddDataToJson (line 83) | private function convertAddDataToJson() FILE: app/code/Magento/Swatches/Setup/Patch/Data/UpdateAdminTextSwatchValues.php class UpdateAdminTextSwatchValues (line 21) | class UpdateAdminTextSwatchValues implements DataPatchInterface, PatchVe... method __construct (line 32) | public function __construct( method apply (line 41) | public function apply() method getDependencies (line 51) | public static function getDependencies() method getVersion (line 61) | public static function getVersion() method getAliases (line 69) | public function getAliases() method updateAdminTextSwatchValues (line 77) | private function updateAdminTextSwatchValues() FILE: app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options/AbstractSwatchTest.php class AbstractSwatchTest (line 12) | class AbstractSwatchTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetStoreOptionValues (line 91) | public function testGetStoreOptionValues($values) method dataForGetStoreOptionValues (line 166) | public function dataForGetStoreOptionValues() FILE: app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options/TextTest.php class TextTest (line 16) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetJsonConfigDataSet1 (line 37) | public function testGetJsonConfigDataSet1() method testGetJsonConfigDataSet2 (line 59) | public function testGetJsonConfigDataSet2() method executeTest (line 81) | public function executeTest($testCase) FILE: app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Attribute/Edit/Options/VisualTest.php class VisualTest (line 16) | class VisualTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetJsonConfigDataSet1 (line 37) | public function testGetJsonConfigDataSet1() method testGetJsonConfigDataSet2 (line 60) | public function testGetJsonConfigDataSet2() method executeTest (line 82) | public function executeTest($testCase) FILE: app/code/Magento/Swatches/Test/Unit/Block/Adminhtml/Product/Attribute/Edit/FormTest.php class FormTest (line 11) | class FormTest extends \PHPUnit\Framework\TestCase method testAddValues (line 16) | public function testAddValues($values) method dataForAddValues (line 27) | public function dataForAddValues() FILE: app/code/Magento/Swatches/Test/Unit/Block/LayeredNavigation/RenderLayeredTest.php class RenderLayeredTest (line 13) | class RenderLayeredTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testSetSwatchFilter (line 83) | public function testSetSwatchFilter() method testGetSwatchData (line 93) | public function testGetSwatchData() method testGetSwatchDataException (line 183) | public function testGetSwatchDataException() method testGetSwatchPath (line 191) | public function testGetSwatchPath() FILE: app/code/Magento/Swatches/Test/Unit/Block/Product/Renderer/Listing/ConfigurableTest.php class ConfigurableTest (line 15) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | public function setUp() method testGetJsonSwatchConfigWithoutSwatches (line 112) | public function testGetJsonSwatchConfigWithoutSwatches() method testGetJsonSwatchNotUsedInProductListing (line 128) | public function testGetJsonSwatchNotUsedInProductListing() method testGetJsonSwatchUsedInProductListing (line 153) | public function testGetJsonSwatchUsedInProductListing() method prepareGetJsonSwatchConfig (line 186) | private function prepareGetJsonSwatchConfig() method testGetPricesJson (line 218) | public function testGetPricesJson() FILE: app/code/Magento/Swatches/Test/Unit/Controller/Adminhtml/Iframe/ShowTest.php class ShowTest (line 15) | class ShowTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecuteException (line 88) | public function testExecuteException() method testExecute (line 100) | public function testExecute($fileResult, $expectedResult) method dataForExecute (line 136) | public function dataForExecute() FILE: app/code/Magento/Swatches/Test/Unit/Controller/Adminhtml/Product/Attribute/Plugin/SaveTest.php class SaveTest (line 9) | class SaveTest extends \PHPUnit\Framework\TestCase method testBeforeDispatch (line 14) | public function testBeforeDispatch($dataRequest, $runTimes) method dataRequest (line 45) | public function dataRequest() FILE: app/code/Magento/Swatches/Test/Unit/Controller/Ajax/MediaTest.php class MediaTest (line 12) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecute (line 97) | public function testExecute() FILE: app/code/Magento/Swatches/Test/Unit/Helper/DataTest.php class DataTest (line 18) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 69) | protected function setUp() method dataForAdditionalData (line 154) | public function dataForAdditionalData() method testAssembleAdditionalDataEavAttribute (line 182) | public function testAssembleAdditionalDataEavAttribute($dataFromDb, $a... method dataForAssembleEavAttribute (line 208) | public function dataForAssembleEavAttribute() method testLoadFirstVariationWithSwatchImage (line 238) | public function testLoadFirstVariationWithSwatchImage($imageTypes, $ex... method dataForVariationWithSwatchImage (line 255) | public function dataForVariationWithSwatchImage() method testLoadVariationByFallback (line 283) | public function testLoadVariationByFallback($product) method testLoadFirstVariationWithImage (line 304) | public function testLoadFirstVariationWithImage($imageTypes, $expected... method dataForVariationWithImage (line 321) | public function dataForVariationWithImage() method testLoadFirstVariationWithImageNoProduct (line 346) | public function testLoadFirstVariationWithImageNoProduct() method testLoadVariationByFallbackWithoutProduct (line 352) | public function testLoadVariationByFallbackWithoutProduct() method testGetProductMediaGallery (line 361) | public function testGetProductMediaGallery($mediaGallery, $image) method dataForMediaGallery (line 412) | public function dataForMediaGallery() method getSwatchAttributes (line 439) | protected function getSwatchAttributes() method getUsedProducts (line 453) | protected function getUsedProducts(array $attributes, array $imageTypes) method getAttributesFromConfigurable (line 495) | protected function getAttributesFromConfigurable() method prepareVariationCollection (line 514) | protected function prepareVariationCollection() method addfilterByParent (line 524) | protected function addfilterByParent() method dataForCreateSwatchProduct (line 541) | public function dataForCreateSwatchProduct() method dataForCreateSwatchProductByFallback (line 580) | public function dataForCreateSwatchProductByFallback() method testGetSwatchAttributesAsArray (line 597) | public function testGetSwatchAttributesAsArray($optionsArray, $attribu... method dataForGettingSwatchAsArray (line 624) | public function dataForGettingSwatchAsArray() method testGetSwatchesByOptionsIdIf1 (line 670) | public function testGetSwatchesByOptionsIdIf1() method testGetSwatchesByOptionsIdIf2 (line 720) | public function testGetSwatchesByOptionsIdIf2() method testGetSwatchesByOptionsIdIf3 (line 770) | public function testGetSwatchesByOptionsIdIf3() method testIsProductHasSwatch (line 805) | public function testIsProductHasSwatch() FILE: app/code/Magento/Swatches/Test/Unit/Helper/MediaTest.php class MediaTest (line 13) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetSwatchAttributeImage (line 87) | public function testGetSwatchAttributeImage($swatchType, $expectedResult) method dataForFullPath (line 112) | public function dataForFullPath() method testMoveImageFromTmp (line 126) | public function testMoveImageFromTmp() method testMoveImageFromTmpNoDb (line 135) | public function testMoveImageFromTmpNoDb() method testGenerateSwatchVariations (line 143) | public function testGenerateSwatchVariations() method testGetSwatchMediaUrl (line 168) | public function testGetSwatchMediaUrl() method testGetFolderNameSize (line 191) | public function testGetFolderNameSize($swatchType, $imageConfig, $expe... method dataForFolderName (line 203) | public function dataForFolderName() method testGetImageConfig (line 242) | public function testGetImageConfig() method generateImageConfig (line 248) | protected function generateImageConfig() method testGetAttributeSwatchPath (line 271) | public function testGetAttributeSwatchPath() method testGetSwatchMediaPath (line 277) | public function testGetSwatchMediaPath() method testGetSwatchCachePath (line 285) | public function testGetSwatchCachePath($swatchType, $expectedResult) method getSwatchTypes (line 293) | public function getSwatchTypes() FILE: app/code/Magento/Swatches/Test/Unit/Model/AttributesListTest.php class AttributesListTest (line 9) | class AttributesListTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetAttributes (line 60) | public function testGetAttributes() FILE: app/code/Magento/Swatches/Test/Unit/Model/Form/Element/AbstractSwatchTest.php class AbstractSwatchTest (line 9) | class AbstractSwatchTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetValues (line 35) | public function testGetValues() method testGetValuesEmpty (line 54) | public function testGetValuesEmpty() FILE: app/code/Magento/Swatches/Test/Unit/Model/Plugin/ConfigurableTest.php class ConfigurableTest (line 8) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testAfterGetUsedProductCollection (line 40) | public function testAfterGetUsedProductCollection() FILE: app/code/Magento/Swatches/Test/Unit/Model/Plugin/EavAttributeTest.php class EavAttributeTest (line 30) | class EavAttributeTest extends TestCase method setUp (line 131) | protected function setUp() method testBeforeSaveVisualSwatch (line 178) | public function testBeforeSaveVisualSwatch() method testBeforeSaveTextSwatch (line 198) | public function testBeforeSaveTextSwatch() method testBeforeSaveWithFailedValidation (line 221) | public function testBeforeSaveWithFailedValidation() method testValidationIsSkippedForDeletedOption (line 240) | public function testValidationIsSkippedForDeletedOption() method testBeforeSaveNotSwatch (line 263) | public function testBeforeSaveNotSwatch() method visualSwatchProvider (line 290) | public function visualSwatchProvider() method testAfterAfterSaveVisualSwatch (line 308) | public function testAfterAfterSaveVisualSwatch(string $swatchType, str... method testAfterAfterSaveTextualSwatch (line 367) | public function testAfterAfterSaveTextualSwatch() method testAfterAfterSaveVisualSwatchIsDelete (line 440) | public function testAfterAfterSaveVisualSwatchIsDelete() method testAfterAfterSaveTextualSwatchIsDelete (line 491) | public function testAfterAfterSaveTextualSwatchIsDelete() method testAfterAfterSaveNotSwatchAttribute (line 552) | public function testAfterAfterSaveNotSwatchAttribute() method createSwatchMock (line 637) | private function createSwatchMock( FILE: app/code/Magento/Swatches/Test/Unit/Model/Plugin/FilterRendererTest.php class FilterRendererTest (line 11) | class FilterRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAroundRenderTrue (line 68) | public function testAroundRenderTrue() method testAroundRenderFalse (line 85) | public function testAroundRenderFalse() FILE: app/code/Magento/Swatches/Test/Unit/Model/Plugin/ProductImageTest.php class ProductImageTest (line 11) | class ProductImageTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testBeforeGetImage (line 71) | public function testBeforeGetImage($expected) method getFilterArray (line 104) | protected function getFilterArray($expected) method canReplaceImageWithSwatch (line 125) | protected function canReplaceImageWithSwatch($expected) method dataForTest (line 155) | public function dataForTest() FILE: app/code/Magento/Swatches/Test/Unit/Model/Plugin/ProductTest.php class ProductTest (line 11) | class ProductTest extends \PHPUnit\Framework\TestCase method testAfterGetMediaAttributes (line 16) | public function testAfterGetMediaAttributes($productType, $hasKey) method dataRoles (line 45) | public function dataRoles() FILE: app/code/Magento/Swatches/Test/Unit/Model/SwatchAttributeCodesTest.php class SwatchAttributeCodesTest (line 16) | class SwatchAttributeCodesTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetCodes (line 74) | public function testGetCodes($swatchAttributeCodesCache, $expected) method dataForGettingCodes (line 142) | public function dataForGettingCodes() FILE: app/code/Magento/Swatches/Test/Unit/Model/SwatchAttributeTypeTest.php class SwatchAttributeTypeTest (line 18) | class SwatchAttributeTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testIsSwatchAttribute (line 40) | public function testIsSwatchAttribute(string $dataValue, bool $expecte... method provideIsSwatchAttributeTestData (line 55) | public function provideIsSwatchAttributeTestData() : array method testIsTextSwatch (line 70) | public function testIsTextSwatch(string $dataValue, bool $expected) : ... method provideIsTextSwatchAttributeTestData (line 85) | public function provideIsTextSwatchAttributeTestData() : array method testIsVisualSwatch (line 100) | public function testIsVisualSwatch(string $dataValue, bool $expected) ... method provideIsVisualSwatchAttributeTestData (line 115) | public function provideIsVisualSwatchAttributeTestData() : array method testIfAttributeHasNotAdditionData (line 127) | public function testIfAttributeHasNotAdditionData() : void method createAttributeMock (line 159) | protected function createAttributeMock($getDataReturns, bool $hasDataR... FILE: app/code/Magento/Swatches/Test/Unit/Model/SwatchAttributesProviderTest.php class SwatchAttributesProviderTest (line 15) | class SwatchAttributesProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testProvide (line 61) | public function testProvide() FILE: app/code/Magento/Swatches/Test/Unit/Observer/AddFieldsToAttributeObserverTest.php class AddFieldsToAttributeObserverTest (line 11) | class AddFieldsToAttributeObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAddFields (line 52) | public function testAddFields($expected) method dataAddFields (line 79) | public function dataAddFields() FILE: app/code/Magento/Swatches/Test/Unit/Observer/AddSwatchAttributeTypeObserverTest.php class AddSwatchAttributeTypeObserverTest (line 11) | class AddSwatchAttributeTypeObserverTest extends \PHPUnit\Framework\Test... method setUp (line 22) | protected function setUp() method testAddSwatchAttributeType (line 42) | public function testAddSwatchAttributeType($exp) method dataAddSwatch (line 72) | public function dataAddSwatch() FILE: app/code/Magento/Swatches/Test/Unit/Plugin/Catalog/CacheInvalidateTest.php class CacheInvalidateTest (line 8) | class CacheInvalidateTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testAfterSaveSwatch (line 46) | public function testAfterSaveSwatch() method testAfterSaveNotSwatch (line 55) | public function testAfterSaveNotSwatch() FILE: app/code/Magento/Swatches/ViewModel/Product/Renderer/Configurable.php class Configurable (line 16) | class Configurable implements ArgumentInterface method __construct (line 33) | public function __construct(ScopeConfigInterface $scopeConfig) method getShowSwatchTooltip (line 43) | public function getShowSwatchTooltip() FILE: app/code/Magento/Swatches/view/adminhtml/web/js/form/element/swatch-visual.js function oldCode (line 31) | function oldCode(value, container, uploadUrl, elementName) { FILE: app/code/Magento/Swatches/view/adminhtml/web/js/product-attributes.js method tabsFront (line 46) | get tabsFront() { FILE: app/code/Magento/SwatchesGraphQl/Model/Resolver/Product/Options/DataProvider/SwatchDataProvider.php class SwatchDataProvider (line 17) | class SwatchDataProvider method __construct (line 35) | public function __construct( method getData (line 49) | public function getData(string $optionId): ?array FILE: app/code/Magento/SwatchesGraphQl/Model/Resolver/Product/Options/SwatchData.php class SwatchData (line 20) | class SwatchData implements ResolverInterface method __construct (line 32) | public function __construct( method resolve (line 41) | public function resolve( FILE: app/code/Magento/SwatchesGraphQl/Model/Resolver/Product/Options/SwatchDataTypeResolver.php class SwatchDataTypeResolver (line 17) | class SwatchDataTypeResolver implements TypeResolverInterface method resolveType (line 22) | public function resolveType(array $data): string FILE: app/code/Magento/SwatchesGraphQl/Model/Resolver/SwatchLayerFilterItemResolver.php class SwatchLayerFilterItemResolver (line 15) | class SwatchLayerFilterItemResolver implements TypeResolverInterface method resolveType (line 20) | public function resolveType(array $data) : string FILE: app/code/Magento/SwatchesGraphQl/Plugin/Filters/DataProviderPlugin.php class DataProviderPlugin (line 17) | class DataProviderPlugin method __construct (line 41) | public function __construct( method aroundGetData (line 64) | public function aroundGetData( FILE: app/code/Magento/Tax/Api/Data/AppliedTaxInterface.php type AppliedTaxInterface (line 13) | interface AppliedTaxInterface extends \Magento\Framework\Api\ExtensibleD... method getTaxRateKey (line 20) | public function getTaxRateKey(); method setTaxRateKey (line 28) | public function setTaxRateKey($taxRateKey); method getPercent (line 35) | public function getPercent(); method setPercent (line 43) | public function setPercent($percent); method getAmount (line 50) | public function getAmount(); method setAmount (line 58) | public function setAmount($amount); method getRates (line 65) | public function getRates(); method setRates (line 73) | public function setRates(array $rates = null); method getExtensionAttributes (line 80) | public function getExtensionAttributes(); method setExtensionAttributes (line 88) | public function setExtensionAttributes(\Magento\Tax\Api\Data\AppliedTa... FILE: app/code/Magento/Tax/Api/Data/AppliedTaxRateInterface.php type AppliedTaxRateInterface (line 14) | interface AppliedTaxRateInterface extends \Magento\Framework\Api\Extensi... method getCode (line 21) | public function getCode(); method setCode (line 29) | public function setCode($code); method getTitle (line 36) | public function getTitle(); method setTitle (line 44) | public function setTitle($title); method getPercent (line 51) | public function getPercent(); method setPercent (line 59) | public function setPercent($percent); method getExtensionAttributes (line 66) | public function getExtensionAttributes(); method setExtensionAttributes (line 74) | public function setExtensionAttributes(\Magento\Tax\Api\Data\AppliedTa... FILE: app/code/Magento/Tax/Api/Data/GrandTotalDetailsInterface.php type GrandTotalDetailsInterface (line 13) | interface GrandTotalDetailsInterface method getAmount (line 20) | public function getAmount(); method setAmount (line 26) | public function setAmount($amount); method getRates (line 33) | public function getRates(); method setRates (line 39) | public function setRates($rates); method getGroupId (line 46) | public function getGroupId(); method setGroupId (line 52) | public function setGroupId($id); FILE: app/code/Magento/Tax/Api/Data/GrandTotalRatesInterface.php type GrandTotalRatesInterface (line 13) | interface GrandTotalRatesInterface method getPercent (line 20) | public function getPercent(); method setPercent (line 26) | public function setPercent($percent); method getTitle (line 33) | public function getTitle(); method setTitle (line 39) | public function setTitle($title); FILE: app/code/Magento/Tax/Api/Data/OrderTaxDetailsAppliedTaxInterface.php type OrderTaxDetailsAppliedTaxInterface (line 15) | interface OrderTaxDetailsAppliedTaxInterface extends \Magento\Framework\... method getCode (line 22) | public function getCode(); method setCode (line 30) | public function setCode($code); method getTitle (line 37) | public function getTitle(); method setTitle (line 45) | public function setTitle($title); method getPercent (line 52) | public function getPercent(); method setPercent (line 60) | public function setPercent($percent); method getAmount (line 67) | public function getAmount(); method setAmount (line 75) | public function setAmount($amount); method getBaseAmount (line 82) | public function getBaseAmount(); method setBaseAmount (line 90) | public function setBaseAmount($baseAmount); method getExtensionAttributes (line 97) | public function getExtensionAttributes(); method setExtensionAttributes (line 105) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Api/Data/OrderTaxDetailsInterface.php type OrderTaxDetailsInterface (line 15) | interface OrderTaxDetailsInterface extends \Magento\Framework\Api\Extens... method getAppliedTaxes (line 22) | public function getAppliedTaxes(); method setAppliedTaxes (line 30) | public function setAppliedTaxes(array $appliedTaxes = null); method getItems (line 37) | public function getItems(); method setItems (line 45) | public function setItems(array $items = null); method getExtensionAttributes (line 52) | public function getExtensionAttributes(); method setExtensionAttributes (line 60) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Api/Data/OrderTaxDetailsItemInterface.php type OrderTaxDetailsItemInterface (line 15) | interface OrderTaxDetailsItemInterface extends \Magento\Framework\Api\Ex... method getType (line 22) | public function getType(); method setType (line 30) | public function setType($type); method getItemId (line 37) | public function getItemId(); method setItemId (line 45) | public function setItemId($itemId); method getAssociatedItemId (line 52) | public function getAssociatedItemId(); method setAssociatedItemId (line 60) | public function setAssociatedItemId($associatedItemId); method getAppliedTaxes (line 67) | public function getAppliedTaxes(); method setAppliedTaxes (line 75) | public function setAppliedTaxes(array $appliedTaxes = null); method getExtensionAttributes (line 82) | public function getExtensionAttributes(); method setExtensionAttributes (line 90) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Api/Data/QuoteDetailsInterface.php type QuoteDetailsInterface (line 14) | interface QuoteDetailsInterface extends \Magento\Framework\Api\Extensibl... method getBillingAddress (line 21) | public function getBillingAddress(); method setBillingAddress (line 29) | public function setBillingAddress(\Magento\Customer\Api\Data\AddressIn... method getShippingAddress (line 36) | public function getShippingAddress(); method setShippingAddress (line 44) | public function setShippingAddress(\Magento\Customer\Api\Data\AddressI... method getCustomerTaxClassKey (line 51) | public function getCustomerTaxClassKey(); method setCustomerTaxClassKey (line 59) | public function setCustomerTaxClassKey(\Magento\Tax\Api\Data\TaxClassK... method getCustomerId (line 66) | public function getCustomerId(); method setCustomerId (line 74) | public function setCustomerId($customerId); method getItems (line 81) | public function getItems(); method setItems (line 89) | public function setItems(array $items = null); method getCustomerTaxClassId (line 96) | public function getCustomerTaxClassId(); method setCustomerTaxClassId (line 104) | public function setCustomerTaxClassId($customerTaxClassId); method getExtensionAttributes (line 111) | public function getExtensionAttributes(); method setExtensionAttributes (line 119) | public function setExtensionAttributes(\Magento\Tax\Api\Data\QuoteDeta... FILE: app/code/Magento/Tax/Api/Data/QuoteDetailsItemInterface.php type QuoteDetailsItemInterface (line 13) | interface QuoteDetailsItemInterface extends \Magento\Framework\Api\Exten... method getCode (line 20) | public function getCode(); method setCode (line 28) | public function setCode($code); method getType (line 35) | public function getType(); method setType (line 43) | public function setType($type); method getTaxClassKey (line 50) | public function getTaxClassKey(); method setTaxClassKey (line 58) | public function setTaxClassKey(\Magento\Tax\Api\Data\TaxClassKeyInterf... method getUnitPrice (line 65) | public function getUnitPrice(); method setUnitPrice (line 73) | public function setUnitPrice($unitPrice); method getQuantity (line 80) | public function getQuantity(); method setQuantity (line 88) | public function setQuantity($quantity); method getIsTaxIncluded (line 96) | public function getIsTaxIncluded(); method setIsTaxIncluded (line 104) | public function setIsTaxIncluded($isTaxIncluded); method getShortDescription (line 111) | public function getShortDescription(); method setShortDescription (line 119) | public function setShortDescription($shortDescription); method getDiscountAmount (line 126) | public function getDiscountAmount(); method setDiscountAmount (line 134) | public function setDiscountAmount($discountAmount); method getParentCode (line 141) | public function getParentCode(); method setParentCode (line 149) | public function setParentCode($parentCode); method getAssociatedItemCode (line 156) | public function getAssociatedItemCode(); method setAssociatedItemCode (line 164) | public function setAssociatedItemCode($associatedItemCode); method getTaxClassId (line 171) | public function getTaxClassId(); method setTaxClassId (line 179) | public function setTaxClassId($taxClassId); method getExtensionAttributes (line 186) | public function getExtensionAttributes(); method setExtensionAttributes (line 194) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Api/Data/TaxClassInterface.php type TaxClassInterface (line 15) | interface TaxClassInterface extends \Magento\Framework\Api\ExtensibleDat... method getClassId (line 22) | public function getClassId(); method setClassId (line 30) | public function setClassId($classId); method getClassName (line 37) | public function getClassName(); method setClassName (line 45) | public function setClassName($className); method getClassType (line 52) | public function getClassType(); method setClassType (line 60) | public function setClassType($classType); method getExtensionAttributes (line 67) | public function getExtensionAttributes(); method setExtensionAttributes (line 75) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxClassE... FILE: app/code/Magento/Tax/Api/Data/TaxClassKeyInterface.php type TaxClassKeyInterface (line 16) | interface TaxClassKeyInterface extends ExtensibleDataInterface method getType (line 30) | public function getType(); method setType (line 38) | public function setType($type); method getValue (line 45) | public function getValue(); method setValue (line 53) | public function setValue($value); method getExtensionAttributes (line 60) | public function getExtensionAttributes(); method setExtensionAttributes (line 68) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxClassK... FILE: app/code/Magento/Tax/Api/Data/TaxClassSearchResultsInterface.php type TaxClassSearchResultsInterface (line 14) | interface TaxClassSearchResultsInterface extends \Magento\Framework\Api\... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Tax/Api/Data/TaxDetailsInterface.php type TaxDetailsInterface (line 14) | interface TaxDetailsInterface extends \Magento\Framework\Api\ExtensibleD... method getSubtotal (line 21) | public function getSubtotal(); method setSubtotal (line 29) | public function setSubtotal($subtotal); method getTaxAmount (line 36) | public function getTaxAmount(); method setTaxAmount (line 44) | public function setTaxAmount($taxAmount); method getDiscountTaxCompensationAmount (line 51) | public function getDiscountTaxCompensationAmount(); method setDiscountTaxCompensationAmount (line 59) | public function setDiscountTaxCompensationAmount($discountTaxCompensat... method getAppliedTaxes (line 66) | public function getAppliedTaxes(); method setAppliedTaxes (line 74) | public function setAppliedTaxes(array $appliedTaxes = null); method getItems (line 81) | public function getItems(); method setItems (line 89) | public function setItems(array $items = null); method getExtensionAttributes (line 96) | public function getExtensionAttributes(); method setExtensionAttributes (line 104) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxDetail... FILE: app/code/Magento/Tax/Api/Data/TaxDetailsItemInterface.php type TaxDetailsItemInterface (line 14) | interface TaxDetailsItemInterface extends \Magento\Framework\Api\Extensi... method getCode (line 21) | public function getCode(); method setCode (line 29) | public function setCode($code); method getType (line 36) | public function getType(); method setType (line 44) | public function setType($type); method getTaxPercent (line 51) | public function getTaxPercent(); method setTaxPercent (line 59) | public function setTaxPercent($taxPercent); method getPrice (line 66) | public function getPrice(); method setPrice (line 74) | public function setPrice($price); method getPriceInclTax (line 81) | public function getPriceInclTax(); method setPriceInclTax (line 89) | public function setPriceInclTax($priceInclTax); method getRowTotal (line 96) | public function getRowTotal(); method setRowTotal (line 104) | public function setRowTotal($rowTotal); method getRowTotalInclTax (line 111) | public function getRowTotalInclTax(); method setRowTotalInclTax (line 119) | public function setRowTotalInclTax($rowTotalInclTax); method getRowTax (line 126) | public function getRowTax(); method setRowTax (line 134) | public function setRowTax($rowTax); method getTaxableAmount (line 141) | public function getTaxableAmount(); method setTaxableAmount (line 149) | public function setTaxableAmount($taxableAmount); method getDiscountAmount (line 156) | public function getDiscountAmount(); method setDiscountAmount (line 164) | public function setDiscountAmount($discountAmount); method getDiscountTaxCompensationAmount (line 171) | public function getDiscountTaxCompensationAmount(); method setDiscountTaxCompensationAmount (line 179) | public function setDiscountTaxCompensationAmount($discountTaxCompensat... method getAppliedTaxes (line 186) | public function getAppliedTaxes(); method setAppliedTaxes (line 194) | public function setAppliedTaxes(array $appliedTaxes = null); method getAssociatedItemCode (line 201) | public function getAssociatedItemCode(); method setAssociatedItemCode (line 209) | public function setAssociatedItemCode($associatedItemCode); method getExtensionAttributes (line 216) | public function getExtensionAttributes(); method setExtensionAttributes (line 224) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxDetail... FILE: app/code/Magento/Tax/Api/Data/TaxRateInterface.php type TaxRateInterface (line 15) | interface TaxRateInterface extends \Magento\Framework\Api\ExtensibleData... method getId (line 22) | public function getId(); method setId (line 30) | public function setId($id); method getTaxCountryId (line 37) | public function getTaxCountryId(); method setTaxCountryId (line 45) | public function setTaxCountryId($taxCountryId); method getTaxRegionId (line 52) | public function getTaxRegionId(); method setTaxRegionId (line 60) | public function setTaxRegionId($taxRegionId); method getRegionName (line 67) | public function getRegionName(); method setRegionName (line 75) | public function setRegionName($regionName); method getTaxPostcode (line 82) | public function getTaxPostcode(); method setTaxPostcode (line 90) | public function setTaxPostcode($taxPostCode); method getZipIsRange (line 97) | public function getZipIsRange(); method setZipIsRange (line 105) | public function setZipIsRange($zipIsRange); method getZipFrom (line 112) | public function getZipFrom(); method setZipFrom (line 120) | public function setZipFrom($zipFrom); method getZipTo (line 127) | public function getZipTo(); method setZipTo (line 135) | public function setZipTo($zipTo); method getRate (line 142) | public function getRate(); method setRate (line 150) | public function setRate($rate); method getCode (line 157) | public function getCode(); method setCode (line 165) | public function setCode($code); method getTitles (line 172) | public function getTitles(); method setTitles (line 180) | public function setTitles(array $titles = null); method getExtensionAttributes (line 187) | public function getExtensionAttributes(); method setExtensionAttributes (line 195) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRateEx... FILE: app/code/Magento/Tax/Api/Data/TaxRateSearchResultsInterface.php type TaxRateSearchResultsInterface (line 17) | interface TaxRateSearchResultsInterface extends SearchResultsInterface method getItems (line 24) | public function getItems(); method setItems (line 32) | public function setItems(array $items); FILE: app/code/Magento/Tax/Api/Data/TaxRateTitleInterface.php type TaxRateTitleInterface (line 15) | interface TaxRateTitleInterface extends \Magento\Framework\Api\Extensibl... method getStoreId (line 22) | public function getStoreId(); method setStoreId (line 30) | public function setStoreId($storeId); method getValue (line 37) | public function getValue(); method setValue (line 45) | public function setValue($value); method getExtensionAttributes (line 52) | public function getExtensionAttributes(); method setExtensionAttributes (line 60) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRateTi... FILE: app/code/Magento/Tax/Api/Data/TaxRuleInterface.php type TaxRuleInterface (line 16) | interface TaxRuleInterface extends ExtensibleDataInterface method getId (line 23) | public function getId(); method setId (line 31) | public function setId($id); method getCode (line 38) | public function getCode(); method setCode (line 46) | public function setCode($code); method getPriority (line 53) | public function getPriority(); method setPriority (line 61) | public function setPriority($priority); method getPosition (line 68) | public function getPosition(); method setPosition (line 76) | public function setPosition($position); method getCustomerTaxClassIds (line 83) | public function getCustomerTaxClassIds(); method setCustomerTaxClassIds (line 91) | public function setCustomerTaxClassIds(array $customerTaxClassIds = nu... method getProductTaxClassIds (line 98) | public function getProductTaxClassIds(); method setProductTaxClassIds (line 106) | public function setProductTaxClassIds(array $productTaxClassIds = null); method getTaxRateIds (line 113) | public function getTaxRateIds(); method setTaxRateIds (line 121) | public function setTaxRateIds(array $taxRateIds = null); method getCalculateSubtotal (line 128) | public function getCalculateSubtotal(); method setCalculateSubtotal (line 136) | public function setCalculateSubtotal($calculateSubtotal); method getExtensionAttributes (line 143) | public function getExtensionAttributes(); method setExtensionAttributes (line 151) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRuleEx... FILE: app/code/Magento/Tax/Api/Data/TaxRuleSearchResultsInterface.php type TaxRuleSearchResultsInterface (line 14) | interface TaxRuleSearchResultsInterface extends \Magento\Framework\Api\S... method getItems (line 21) | public function getItems(); method setItems (line 29) | public function setItems(array $items); FILE: app/code/Magento/Tax/Api/OrderTaxManagementInterface.php type OrderTaxManagementInterface (line 13) | interface OrderTaxManagementInterface method getOrderTaxDetails (line 22) | public function getOrderTaxDetails($orderId); FILE: app/code/Magento/Tax/Api/TaxAddressManagerInterface.php type TaxAddressManagerInterface (line 14) | interface TaxAddressManagerInterface method setDefaultAddressAfterSave (line 22) | public function setDefaultAddressAfterSave(Address $address); method setDefaultAddressAfterLogIn (line 30) | public function setDefaultAddressAfterLogIn(array $addresses); FILE: app/code/Magento/Tax/Api/TaxCalculationInterface.php type TaxCalculationInterface (line 14) | interface TaxCalculationInterface method calculateTax (line 32) | public function calculateTax( method getDefaultCalculatedRate (line 46) | public function getDefaultCalculatedRate($productTaxClassID, $customer... method getCalculatedRate (line 56) | public function getCalculatedRate($productTaxClassID, $customerId = nu... FILE: app/code/Magento/Tax/Api/TaxClassManagementInterface.php type TaxClassManagementInterface (line 15) | interface TaxClassManagementInterface method getTaxClassId (line 31) | public function getTaxClassId($taxClassKey, $taxClassType = self::TYPE... FILE: app/code/Magento/Tax/Api/TaxClassRepositoryInterface.php type TaxClassRepositoryInterface (line 15) | interface TaxClassRepositoryInterface method get (line 24) | public function get($taxClassId); method getList (line 37) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method save (line 47) | public function save(\Magento\Tax\Api\Data\TaxClassInterface $taxClass); method delete (line 57) | public function delete(\Magento\Tax\Api\Data\TaxClassInterface $taxCla... method deleteById (line 67) | public function deleteById($taxClassId); FILE: app/code/Magento/Tax/Api/TaxRateManagementInterface.php type TaxRateManagementInterface (line 16) | interface TaxRateManagementInterface method getRatesByCustomerAndProductTaxClassId (line 25) | public function getRatesByCustomerAndProductTaxClassId($customerTaxCla... FILE: app/code/Magento/Tax/Api/TaxRateRepositoryInterface.php type TaxRateRepositoryInterface (line 15) | interface TaxRateRepositoryInterface method save (line 25) | public function save(\Magento\Tax\Api\Data\TaxRateInterface $taxRate); method get (line 34) | public function get($rateId); method deleteById (line 44) | public function deleteById($rateId); method getList (line 57) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 67) | public function delete(\Magento\Tax\Api\Data\TaxRateInterface $taxRate); FILE: app/code/Magento/Tax/Api/TaxRuleRepositoryInterface.php type TaxRuleRepositoryInterface (line 14) | interface TaxRuleRepositoryInterface method get (line 22) | public function get($ruleId); method save (line 32) | public function save(\Magento\Tax\Api\Data\TaxRuleInterface $rule); method delete (line 42) | public function delete(\Magento\Tax\Api\Data\TaxRuleInterface $rule); method deleteById (line 52) | public function deleteById($ruleId); method getList (line 65) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: app/code/Magento/Tax/Block/Adminhtml/Frontend/Region/Updater.php class Updater (line 10) | class Updater extends \Magento\Config\Block\System\Config\Form\Field method __construct (line 22) | public function __construct( method _getElementHtml (line 35) | protected function _getElementHtml(AbstractElement $element) FILE: app/code/Magento/Tax/Block/Adminhtml/Items/Price/Renderer.php class Renderer (line 21) | class Renderer extends \Magento\Backend\Block\Template method __construct (line 53) | public function __construct( method setItem (line 72) | public function setItem($item) method getItem (line 85) | public function getItem() method displayPriceInclTax (line 95) | public function displayPriceInclTax() method displayPriceExclTax (line 105) | public function displayPriceExclTax() method displayBothPrices (line 115) | public function displayBothPrices() method getTotalAmount (line 126) | public function getTotalAmount($item) method getBaseTotalAmount (line 137) | public function getBaseTotalAmount($item) method formatPrice (line 148) | public function formatPrice($price) method displayPrices (line 160) | public function displayPrices($basePrice, $displayPrice) FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Form.php class Form (line 26) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 91) | public function __construct( method _construct (line 117) | protected function _construct() method _prepareForm (line 131) | protected function _prepareForm() FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Grid/Renderer/Data.php class Data (line 14) | class Data extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Ab... FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Title.php class Title (line 16) | class Title extends \Magento\Framework\View\Element\Template method __construct (line 52) | public function __construct( method getTitles (line 70) | public function getTitles() method getStores (line 97) | public function getStores() FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Title/Fieldset.php class Fieldset (line 14) | class Fieldset extends \Magento\Framework\Data\Form\Element\Fieldset method __construct (line 28) | public function __construct( method getBasicChildrenHtml (line 42) | public function getBasicChildrenHtml() FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Toolbar/Add.php class Add (line 18) | class Add extends \Magento\Backend\Block\Template implements \Magento\Ba... method __construct (line 41) | public function __construct( method addButton (line 55) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method removeButton (line 64) | public function removeButton($buttonId) method _prepareLayout (line 73) | protected function _prepareLayout() method updateButton (line 91) | public function updateButton($buttonId, $key, $data) method canRender (line 100) | public function canRender(\Magento\Backend\Block\Widget\Button\Item $i... FILE: app/code/Magento/Tax/Block/Adminhtml/Rate/Toolbar/Save.php class Save (line 17) | class Save extends \Magento\Backend\Block\Template implements \Magento\B... method __construct (line 40) | public function __construct( method _construct (line 56) | protected function _construct() method addButton (line 72) | public function addButton($buttonId, $data, $level = 0, $sortOrder = 0... method removeButton (line 84) | public function removeButton($buttonId) method updateButton (line 98) | public function updateButton($buttonId, $key, $data) method _prepareLayout (line 109) | protected function _prepareLayout() method canRender (line 162) | public function canRender(\Magento\Backend\Block\Widget\Button\Item $i... FILE: app/code/Magento/Tax/Block/Adminhtml/Rule.php class Rule (line 18) | class Rule extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 23) | protected function _construct() FILE: app/code/Magento/Tax/Block/Adminhtml/Rule/Edit.php class Edit (line 16) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 30) | public function __construct( method _construct (line 44) | protected function _construct() FILE: app/code/Magento/Tax/Block/Adminhtml/Rule/Edit/Form.php class Form (line 18) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 61) | public function __construct( method _construct (line 86) | protected function _construct() method _prepareForm (line 101) | protected function _prepareForm() method getTaxRatesSelectConfig (line 269) | public function getTaxRatesSelectConfig($formValues) method getTaxClassSelectConfig (line 285) | public function getTaxClassSelectConfig($classType) method getTaxRateDeleteUrl (line 307) | public function getTaxRateDeleteUrl() method getTaxRateSaveUrl (line 317) | public function getTaxRateSaveUrl() method getTaxRateLoadUrl (line 327) | public function getTaxRateLoadUrl() method getTaxRatesPageUrl (line 338) | public function getTaxRatesPageUrl() method extractTaxRuleData (line 349) | protected function extractTaxRuleData($taxRule) FILE: app/code/Magento/Tax/Block/Checkout/Discount.php class Discount (line 13) | class Discount extends \Magento\Checkout\Block\Total\DefaultTotal method __construct (line 29) | public function __construct( method displayBoth (line 48) | public function displayBoth() FILE: app/code/Magento/Tax/Block/Checkout/Grandtotal.php class Grandtotal (line 13) | class Grandtotal extends \Magento\Checkout\Block\Total\DefaultTotal method __construct (line 36) | public function __construct( method includeTax (line 55) | public function includeTax() method getTotalExclTax (line 68) | public function getTotalExclTax() FILE: app/code/Magento/Tax/Block/Checkout/Shipping.php class Shipping (line 13) | class Shipping extends \Magento\Checkout\Block\Total\DefaultTotal method __construct (line 36) | public function __construct( method displayBoth (line 55) | public function displayBoth() method displayIncludeTax (line 65) | public function displayIncludeTax() method getShippingIncludeTax (line 75) | public function getShippingIncludeTax() method getShippingExcludeTax (line 85) | public function getShippingExcludeTax() method getIncludeTaxLabel (line 95) | public function getIncludeTaxLabel() method getExcludeTaxLabel (line 108) | public function getExcludeTaxLabel() method displayShipping (line 121) | public function displayShipping() FILE: app/code/Magento/Tax/Block/Checkout/Shipping/Price.php class Price (line 14) | class Price extends \Magento\Checkout\Block\Shipping\Price method __construct (line 29) | public function __construct( method getShippingPriceWithFlag (line 53) | protected function getShippingPriceWithFlag($flag) method getShippingPriceExclTax (line 75) | public function getShippingPriceExclTax() method getShippingPriceInclTax (line 85) | public function getShippingPriceInclTax() method displayShippingPriceInclTax (line 95) | public function displayShippingPriceInclTax() method displayShippingPriceExclTax (line 105) | public function displayShippingPriceExclTax() method displayShippingBothPrices (line 115) | public function displayShippingBothPrices() FILE: app/code/Magento/Tax/Block/Checkout/Subtotal.php class Subtotal (line 13) | class Subtotal extends \Magento\Checkout\Block\Total\DefaultTotal method __construct (line 36) | public function __construct( method displayBoth (line 55) | public function displayBoth() FILE: app/code/Magento/Tax/Block/Checkout/Tax.php class Tax (line 12) | class Tax extends \Magento\Checkout\Block\Total\DefaultTotal FILE: app/code/Magento/Tax/Block/Grid/Renderer/Codes.php class Codes (line 11) | class Codes extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\A... method render (line 19) | public function render(\Magento\Framework\DataObject $row) FILE: app/code/Magento/Tax/Block/Item/Price/Renderer.php class Renderer (line 24) | class Renderer extends \Magento\Framework\View\Element\Template method __construct (line 59) | public function __construct( method setItem (line 79) | public function setItem($item) method getZone (line 91) | public function getZone() method setZone (line 102) | public function setZone($zone) method getStoreId (line 111) | public function getStoreId() method getItem (line 121) | public function getItem() method displayPriceInclTax (line 131) | public function displayPriceInclTax() method displayPriceExclTax (line 149) | public function displayPriceExclTax() method displayBothPrices (line 167) | public function displayBothPrices() method formatPrice (line 186) | public function formatPrice($price) method getItemDisplayPriceExclTax (line 209) | public function getItemDisplayPriceExclTax() method getTotalAmount (line 225) | public function getTotalAmount($item) method getBaseTotalAmount (line 241) | public function getBaseTotalAmount($item) FILE: app/code/Magento/Tax/Block/Sales/Order/Tax.php class Tax (line 20) | class Tax extends \Magento\Framework\View\Element\Template method __construct (line 44) | public function __construct( method displayFullSummary (line 58) | public function displayFullSummary() method getSource (line 68) | public function getSource() method initTotals (line 78) | public function initTotals() method _addTax (line 105) | protected function _addTax($after = 'discount') method getStore (line 121) | public function getStore() method _initSubtotal (line 132) | protected function _initSubtotal() method _initShipping (line 214) | protected function _initShipping() method _initDiscount (line 282) | protected function _initDiscount() method _initGrandTotal (line 291) | protected function _initGrandTotal() method getOrder (line 337) | public function getOrder() method getLabelProperties (line 347) | public function getLabelProperties() method getValueProperties (line 357) | public function getValueProperties() method getCouponDescription (line 367) | private function getCouponDescription(): string FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate.php class Rate (line 16) | abstract class Rate extends \Magento\Backend\App\Action method __construct (line 46) | public function __construct( method _processRateData (line 64) | protected function _processRateData($rateData) method initResultPage (line 82) | protected function initResultPage() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/Add.php class Add (line 11) | class Add extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 18) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/AjaxDelete.php class AjaxDelete (line 11) | class AjaxDelete extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 18) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/AjaxLoad.php class AjaxLoad (line 13) | class AjaxLoad extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 21) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/AjaxSave.php class AjaxSave (line 20) | class AjaxSave extends \Magento\Tax\Controller\Adminhtml\Rate implements... method __construct (line 34) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/Delete.php class Delete (line 12) | class Delete extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 19) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/Edit.php class Edit (line 13) | class Edit extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 20) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/Index.php class Index (line 11) | class Index extends \Magento\Tax\Controller\Adminhtml\Rate implements Ht... method execute (line 18) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rate/Save.php class Save (line 12) | class Save extends \Magento\Tax\Controller\Adminhtml\Rate method execute (line 19) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule.php class Rule (line 17) | abstract class Rule extends \Magento\Backend\App\Action method __construct (line 49) | public function __construct( method initResultPage (line 66) | protected function initResultPage() method populateTaxRule (line 82) | protected function populateTaxRule($postData) FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/AjaxLoadRates.php class AjaxLoadRates (line 20) | class AjaxLoadRates extends Action method __construct (line 37) | public function __construct( method execute (line 53) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/Delete.php class Delete (line 12) | class Delete extends \Magento\Tax\Controller\Adminhtml\Rule implements H... method execute (line 17) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/Edit.php class Edit (line 12) | class Edit extends \Magento\Tax\Controller\Adminhtml\Rule implements Htt... method execute (line 17) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/Index.php class Index (line 11) | class Index extends \Magento\Tax\Controller\Adminhtml\Rule implements Ht... method execute (line 16) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/NewAction.php class NewAction (line 11) | class NewAction extends \Magento\Tax\Controller\Adminhtml\Rule method execute (line 16) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Rule/Save.php class Save (line 11) | class Save extends \Magento\Tax\Controller\Adminhtml\Rule method execute (line 16) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Tax.php class Tax (line 16) | abstract class Tax extends \Magento\Backend\App\Action method __construct (line 40) | public function __construct( method _processClassName (line 57) | protected function _processClassName($className) FILE: app/code/Magento/Tax/Controller/Adminhtml/Tax/AjaxDelete.php class AjaxDelete (line 11) | class AjaxDelete extends \Magento\Tax\Controller\Adminhtml\Tax method execute (line 19) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Tax/AjaxSave.php class AjaxSave (line 11) | class AjaxSave extends \Magento\Tax\Controller\Adminhtml\Tax method execute (line 19) | public function execute() FILE: app/code/Magento/Tax/Controller/Adminhtml/Tax/IgnoreTaxNotification.php class IgnoreTaxNotification (line 12) | class IgnoreTaxNotification extends \Magento\Tax\Controller\Adminhtml\Tax method __construct (line 25) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Tax/Controller/RegistryConstants.php class RegistryConstants (line 12) | class RegistryConstants FILE: app/code/Magento/Tax/CustomerData/CheckoutTotalsJsLayoutDataProvider.php class CheckoutTotalsJsLayoutDataProvider (line 14) | class CheckoutTotalsJsLayoutDataProvider implements JsLayoutDataProvider... method __construct (line 24) | public function __construct( method getData (line 33) | public function getData() method getTotalsConfig (line 61) | protected function getTotalsConfig() FILE: app/code/Magento/Tax/Helper/Data.php class Data (line 28) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 117) | public function __construct( method getPostCodeSubStringLength (line 148) | public function getPostCodeSubStringLength() method getConfig (line 163) | public function getConfig() method priceIncludesTax (line 174) | public function priceIncludesTax($store = null) method applyTaxAfterDiscount (line 185) | public function applyTaxAfterDiscount($store = null) method getPriceDisplayType (line 199) | public function getPriceDisplayType($store = null) method needPriceConversion (line 211) | public function needPriceConversion($store = null) method displayFullSummary (line 222) | public function displayFullSummary($store = null) method displayZeroTax (line 233) | public function displayZeroTax($store = null) method displayCartPriceInclTax (line 244) | public function displayCartPriceInclTax($store = null) method displayCartPriceExclTax (line 255) | public function displayCartPriceExclTax($store = null) method displayCartBothPrices (line 266) | public function displayCartBothPrices($store = null) method displaySalesPriceInclTax (line 277) | public function displaySalesPriceInclTax($store = null) method displaySalesPriceExclTax (line 288) | public function displaySalesPriceExclTax($store = null) method displaySalesBothPrices (line 299) | public function displaySalesBothPrices($store = null) method displaySalesSubtotalBoth (line 310) | public function displaySalesSubtotalBoth($store = null) method displaySalesSubtotalInclTax (line 321) | public function displaySalesSubtotalInclTax($store = null) method displaySalesSubtotalExclTax (line 332) | public function displaySalesSubtotalExclTax($store = null) method getPriceFormat (line 343) | public function getPriceFormat($store = null) method displayPriceIncludingTax (line 360) | public function displayPriceIncludingTax() method displayPriceExcludingTax (line 370) | public function displayPriceExcludingTax() method displayBothPrices (line 381) | public function displayBothPrices($store = null) method shippingPriceIncludesTax (line 392) | public function shippingPriceIncludesTax($store = null) method getShippingPriceDisplayType (line 403) | public function getShippingPriceDisplayType($store = null) method displayShippingPriceIncludingTax (line 413) | public function displayShippingPriceIncludingTax() method displayShippingPriceExcludingTax (line 423) | public function displayShippingPriceExcludingTax() method displayShippingBothPrices (line 433) | public function displayShippingBothPrices() method getShippingTaxClass (line 444) | public function getShippingTaxClass($store) method getShippingPrice (line 459) | public function getShippingPrice($price, $includingTax = null, $shippi... method discountTax (line 489) | public function discountTax($store = null) method getTaxBasedOn (line 500) | public function getTaxBasedOn($store = null) method applyTaxOnCustomPrice (line 515) | public function applyTaxOnCustomPrice($store = null) method applyTaxOnOriginalPrice (line 530) | public function applyTaxOnOriginalPrice($store = null) method getCalculationSequence (line 548) | public function getCalculationSequence($store = null) method getCalculationAlgorithm (line 559) | public function getCalculationAlgorithm($store = null) method getCalculatedTaxes (line 581) | public function getCalculatedTaxes($source) method _aggregateTaxes (line 623) | private function _aggregateTaxes($taxClassAmount, OrderTaxDetailsItemI... method _getTaxRateSubtotals (line 654) | protected function _getTaxRateSubtotals($order) method getDefaultCustomerTaxClass (line 664) | public function getDefaultCustomerTaxClass() method getDefaultProductTaxClass (line 677) | public function getDefaultProductTaxClass() method isCrossBorderTradeEnabled (line 691) | public function isCrossBorderTradeEnabled($store = null) method calculateTaxForOrder (line 700) | protected function calculateTaxForOrder(EntityInterface $current) method calculateTaxForItems (line 723) | protected function calculateTaxForItems(EntityInterface $order, Entity... method isCatalogPriceDisplayAffectedByTax (line 786) | public function isCatalogPriceDisplayAffectedByTax($store = null) FILE: app/code/Magento/Tax/Model/AggregateSalesReportTaxData.php class AggregateSalesReportTaxData (line 9) | class AggregateSalesReportTaxData method __construct (line 31) | public function __construct( method invoke (line 46) | public function invoke() FILE: app/code/Magento/Tax/Model/Api/SearchCriteria/JoinProcessor/CalculationData.php class CalculationData (line 15) | class CalculationData implements CustomJoinInterface method apply (line 24) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Tax/Model/Api/SearchCriteria/JoinProcessor/CustomerTaxClass.php class CustomerTaxClass (line 15) | class CustomerTaxClass implements CustomJoinInterface method apply (line 21) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Tax/Model/Api/SearchCriteria/JoinProcessor/ProductTaxClass.php class ProductTaxClass (line 15) | class ProductTaxClass implements CustomJoinInterface method apply (line 21) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Tax/Model/Api/SearchCriteria/JoinProcessor/Rate.php class Rate (line 15) | class Rate implements CustomJoinInterface method apply (line 21) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Tax/Model/Api/SearchCriteria/JoinProcessor/RateCode.php class RateCode (line 15) | class RateCode implements CustomJoinInterface method apply (line 21) | public function apply(AbstractDb $collection) FILE: app/code/Magento/Tax/Model/App/Action/ContextPlugin.php class ContextPlugin (line 12) | class ContextPlugin method __construct (line 56) | public function __construct( method beforeDispatch (line 80) | public function beforeDispatch( FILE: app/code/Magento/Tax/Model/Calculation.php class Calculation (line 27) | class Calculation extends \Magento\Framework\Model\AbstractModel method __construct (line 213) | public function __construct( method _construct (line 254) | protected function _construct() method getDefaultCustomerTaxClass (line 265) | public function getDefaultCustomerTaxClass($store = null) method deleteByRuleId (line 281) | public function deleteByRuleId($ruleId) method getRates (line 293) | public function getRates($ruleId) method getCustomerTaxClasses (line 307) | public function getCustomerTaxClasses($ruleId) method getProductTaxClasses (line 321) | public function getProductTaxClasses($ruleId) method _formCalculationProcess (line 334) | protected function _formCalculationProcess() method getRate (line 356) | public function getRate($request) method _getRequestCacheKey (line 387) | protected function _getRequestCacheKey($request) method getStoreRate (line 413) | public function getStoreRate($request, $store = null) method getRateOriginRequest (line 425) | protected function getRateOriginRequest($store = null) method getDefaultRateRequest (line 461) | public function getDefaultRateRequest($store = null, $customerId = null) method _isCrossBorderTradeEnabled (line 477) | protected function _isCrossBorderTradeEnabled($store = null) method getRateRequest (line 502) | public function getRateRequest( method getAppliedRates (line 627) | public function getAppliedRates($request) method reproduceProcess (line 646) | public function reproduceProcess($rates) method calcTaxAmount (line 661) | public function calcTaxAmount($price, $taxRate, $priceIncludeTax = fal... method round (line 684) | public function round($price) method getTaxRates (line 695) | public function getTaxRates($billingAddress, $shippingAddress, $custom... FILE: app/code/Magento/Tax/Model/Calculation/AbstractAggregateCalculator.php class AbstractAggregateCalculator (line 13) | abstract class AbstractAggregateCalculator extends AbstractCalculator method calculateWithTaxInPrice (line 18) | protected function calculateWithTaxInPrice(QuoteDetailsItemInterface $... method calculateWithTaxNotInPrice (line 94) | protected function calculateWithTaxNotInPrice(QuoteDetailsItemInterfac... method getPriceForTaxCalculation (line 185) | private function getPriceForTaxCalculation(QuoteDetailsItemInterface $... method roundAmount (line 209) | abstract protected function roundAmount( FILE: app/code/Magento/Tax/Model/Calculation/AbstractCalculator.php class AbstractCalculator (line 20) | abstract class AbstractCalculator method __construct (line 140) | public function __construct( method setBillingAddress (line 167) | public function setBillingAddress(CustomerAddress $billingAddress) method setShippingAddress (line 178) | public function setShippingAddress(CustomerAddress $shippingAddress) method setCustomerTaxClassId (line 189) | public function setCustomerTaxClassId($customerTaxClassId) method setCustomerId (line 200) | public function setCustomerId($customerId) method calculate (line 215) | public function calculate(QuoteDetailsItemInterface $item, $quantity, ... method calculateWithTaxInPrice (line 232) | abstract protected function calculateWithTaxInPrice(QuoteDetailsItemIn... method calculateWithTaxNotInPrice (line 242) | abstract protected function calculateWithTaxNotInPrice(QuoteDetailsIte... method getAddressRateRequest (line 256) | protected function getAddressRateRequest() method isSameRateAsStore (line 277) | protected function isSameRateAsStore($rate, $storeRate) method getAppliedTax (line 303) | protected function getAppliedTax($rowTax, $appliedRate) method getAppliedTaxes (line 352) | protected function getAppliedTaxes($rowTax, $totalTaxRate, $appliedRates) method deltaRound (line 406) | protected function deltaRound($price, $rate, $direction, $type = self:... method calculatePriceInclTax (line 436) | protected function calculatePriceInclTax($storePriceInclTax, $storeRat... FILE: app/code/Magento/Tax/Model/Calculation/CalculatorFactory.php class CalculatorFactory (line 11) | class CalculatorFactory method __construct (line 38) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 55) | public function create( FILE: app/code/Magento/Tax/Model/Calculation/GrandTotalDetails.php class GrandTotalDetails (line 15) | class GrandTotalDetails extends AbstractSimpleObject implements GrandTot... method getGroupId (line 28) | public function getGroupId() method setGroupId (line 36) | public function setGroupId($id) method getAmount (line 44) | public function getAmount() method setAmount (line 52) | public function setAmount($amount) method getRates (line 60) | public function getRates() method setRates (line 68) | public function setRates($rates) FILE: app/code/Magento/Tax/Model/Calculation/GrandTotalRates.php class GrandTotalRates (line 15) | class GrandTotalRates extends AbstractSimpleObject implements GrandTotal... method getTitle (line 27) | public function getTitle() method setTitle (line 35) | public function setTitle($title) method getPercent (line 43) | public function getPercent() method setPercent (line 51) | public function setPercent($percent) FILE: app/code/Magento/Tax/Model/Calculation/Rate.php class Rate (line 19) | class Rate extends \Magento\Framework\Model\AbstractExtensibleModel impl... method __construct (line 72) | public function __construct( method _construct (line 103) | protected function _construct() method beforeSave (line 116) | public function beforeSave() method afterSave (line 190) | public function afterSave() method beforeDelete (line 203) | public function beforeDelete() method afterDelete (line 219) | public function afterDelete() method saveTitles (line 231) | public function saveTitles($titles = null) method getTitleModel (line 260) | public function getTitleModel() method getTitles (line 271) | public function getTitles() method deleteAllRates (line 287) | public function deleteAllRates() method loadByCode (line 300) | public function loadByCode($code) method _isInRule (line 311) | protected function _isInRule() method getRegionName (line 319) | public function getRegionName() method getTaxCalculationRateId (line 332) | public function getTaxCalculationRateId() method getTaxCountryId (line 340) | public function getTaxCountryId() method getTaxRegionId (line 348) | public function getTaxRegionId() method getTaxPostcode (line 356) | public function getTaxPostcode() method getZipFrom (line 364) | public function getZipFrom() method getZipTo (line 372) | public function getZipTo() method getRate (line 380) | public function getRate() method getCode (line 388) | public function getCode() method getZipIsRange (line 396) | public function getZipIsRange() method setTaxCountryId (line 407) | public function setTaxCountryId($taxCountryId) method setTaxRegionId (line 418) | public function setTaxRegionId($taxRegionId) method setRegionName (line 429) | public function setRegionName($regionName) method setTaxPostcode (line 440) | public function setTaxPostcode($taxPostCode) method setZipIsRange (line 451) | public function setZipIsRange($zipIsRange) method setZipFrom (line 462) | public function setZipFrom($zipFrom) method setZipTo (line 473) | public function setZipTo($zipTo) method setRate (line 484) | public function setRate($rate) method setCode (line 495) | public function setCode($code) method setTitles (line 506) | public function setTitles(array $titles = null) method getExtensionAttributes (line 518) | public function getExtensionAttributes() method setExtensionAttributes (line 529) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRateEx... FILE: app/code/Magento/Tax/Model/Calculation/Rate/Converter.php class Converter (line 16) | class Converter method __construct (line 38) | public function __construct( method createTitleArrayFromServiceObject (line 54) | public function createTitleArrayFromServiceObject(\Magento\Tax\Api\Dat... method createArrayFromServiceObject (line 75) | public function createArrayFromServiceObject( method populateTaxRateData (line 130) | public function populateTaxRateData($formData) method extractFormData (line 162) | protected function extractFormData($formData, $fieldName) FILE: app/code/Magento/Tax/Model/Calculation/Rate/Title.php class Title (line 18) | class Title extends \Magento\Framework\Model\AbstractExtensibleModel imp... method _construct (line 31) | protected function _construct() method deleteByRateId (line 40) | public function deleteByRateId($rateId) method getStoreId (line 50) | public function getStoreId() method getValue (line 58) | public function getValue() method setStoreId (line 69) | public function setStoreId($storeId) method setValue (line 80) | public function setValue($value) method getExtensionAttributes (line 92) | public function getExtensionAttributes() method setExtensionAttributes (line 103) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRateTi... FILE: app/code/Magento/Tax/Model/Calculation/RateFactory.php class RateFactory (line 14) | class RateFactory method __construct (line 24) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 35) | public function create(array $arguments = []) FILE: app/code/Magento/Tax/Model/Calculation/RateRegistry.php class RateRegistry (line 13) | class RateRegistry method __construct (line 34) | public function __construct( method registerTaxRate (line 46) | public function registerTaxRate(TaxRateModel $taxRateModel) method retrieveTaxRate (line 58) | public function retrieveTaxRate($taxRateId) method removeTaxRate (line 79) | public function removeTaxRate($taxRateId) FILE: app/code/Magento/Tax/Model/Calculation/RateRepository.php class RateRepository (line 22) | class RateRepository implements \Magento\Tax\Api\TaxRateRepositoryInterface method __construct (line 86) | public function __construct( method save (line 111) | public function save(\Magento\Tax\Api\Data\TaxRateInterface $taxRate) method get (line 131) | public function get($rateId) method delete (line 139) | public function delete(\Magento\Tax\Api\Data\TaxRateInterface $taxRate) method deleteById (line 147) | public function deleteById($rateId) method getList (line 158) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method addFilterGroupToCollection (line 188) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method translateField (line 209) | protected function translateField($field) method validate (line 229) | private function validate(\Magento\Tax\Api\Data\TaxRateInterface $taxR... method getCollectionProcessor (line 312) | private function getCollectionProcessor() FILE: app/code/Magento/Tax/Model/Calculation/RowBaseCalculator.php class RowBaseCalculator (line 8) | class RowBaseCalculator extends AbstractAggregateCalculator method roundAmount (line 13) | protected function roundAmount( FILE: app/code/Magento/Tax/Model/Calculation/Rule.php class Rule (line 15) | class Rule extends \Magento\Framework\Model\AbstractExtensibleModel impl... method __construct (line 71) | public function __construct( method afterSave (line 104) | public function afterSave() method afterDelete (line 118) | public function afterDelete() method saveCalculationData (line 127) | public function saveCalculationData() method getCalculationModel (line 152) | public function getCalculationModel() method getRates (line 160) | public function getRates() method getCustomerTaxClasses (line 168) | public function getCustomerTaxClasses() method getProductTaxClasses (line 176) | public function getProductTaxClasses() method fetchRuleCodes (line 190) | public function fetchRuleCodes($rateId, $customerTaxClassIds, $product... method getCode (line 199) | public function getCode() method getPosition (line 207) | public function getPosition() method getCalculateSubtotal (line 215) | public function getCalculateSubtotal() method getPriority (line 223) | public function getPriority() method getCustomerTaxClassIds (line 233) | public function getCustomerTaxClassIds() method getProductTaxClassIds (line 246) | public function getProductTaxClassIds() method getTaxRateIds (line 259) | public function getTaxRateIds() method _getUniqueValues (line 275) | protected function _getUniqueValues($values) method _getValidationRulesBeforeSave (line 286) | protected function _getValidationRulesBeforeSave() method setCode (line 297) | public function setCode($code) method setPriority (line 308) | public function setPriority($priority) method setPosition (line 319) | public function setPosition($position) method setCustomerTaxClassIds (line 330) | public function setCustomerTaxClassIds(array $customerTaxClassIds = null) method setProductTaxClassIds (line 341) | public function setProductTaxClassIds(array $productTaxClassIds = null) method setTaxRateIds (line 352) | public function setTaxRateIds(array $taxRateIds = null) method setCalculateSubtotal (line 363) | public function setCalculateSubtotal($calculateSubtotal) method getExtensionAttributes (line 373) | public function getExtensionAttributes() method setExtensionAttributes (line 384) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxRuleEx... FILE: app/code/Magento/Tax/Model/Calculation/Rule/Validator.php class Validator (line 14) | class Validator extends \Magento\Framework\Validator\AbstractValidator method __construct (line 24) | public function __construct(ClassModelRegistry $classModelRegistry) method isValid (line 39) | public function isValid($value) method addErrorMessage (line 168) | protected function addErrorMessage(&$messages, $message, $params) FILE: app/code/Magento/Tax/Model/Calculation/TaxRuleRegistry.php class TaxRuleRegistry (line 13) | class TaxRuleRegistry method __construct (line 30) | public function __construct( method registerTaxRule (line 42) | public function registerTaxRule(TaxRuleModel $taxRuleModel) method retrieveTaxRule (line 54) | public function retrieveTaxRule($taxRuleId) method removeTaxRule (line 74) | public function removeTaxRule($taxRuleId) FILE: app/code/Magento/Tax/Model/Calculation/TotalBaseCalculator.php class TotalBaseCalculator (line 8) | class TotalBaseCalculator extends AbstractAggregateCalculator method roundAmount (line 13) | protected function roundAmount( FILE: app/code/Magento/Tax/Model/Calculation/UnitBaseCalculator.php class UnitBaseCalculator (line 10) | class UnitBaseCalculator extends AbstractCalculator method roundAmount (line 15) | protected function roundAmount( method calculateWithTaxInPrice (line 36) | protected function calculateWithTaxInPrice(QuoteDetailsItemInterface $... method calculateWithTaxNotInPrice (line 109) | protected function calculateWithTaxNotInPrice(QuoteDetailsItemInterfac... FILE: app/code/Magento/Tax/Model/ClassModel.php class ClassModel (line 15) | class ClassModel extends \Magento\Framework\Model\AbstractExtensibleMode... method __construct (line 51) | public function __construct( method _construct (line 76) | public function _construct() method checkClassCanBeDeleted (line 87) | protected function checkClassCanBeDeleted() method beforeDelete (line 122) | public function beforeDelete() method getClassId (line 132) | public function getClassId() method getClassName (line 140) | public function getClassName() method getClassType (line 148) | public function getClassType() method setClassId (line 159) | public function setClassId($classId) method setClassName (line 170) | public function setClassName($className) method setClassType (line 181) | public function setClassType($classType) method getExtensionAttributes (line 193) | public function getExtensionAttributes() method setExtensionAttributes (line 204) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxClassE... FILE: app/code/Magento/Tax/Model/ClassModelRegistry.php class ClassModelRegistry (line 16) | class ClassModelRegistry method __construct (line 37) | public function __construct(TaxClassModelFactory $taxClassModelFactory) method registerTaxClass (line 48) | public function registerTaxClass(TaxClassModel $taxClassModel) method retrieve (line 60) | public function retrieve($taxClassId) method remove (line 81) | public function remove($taxClassId) FILE: app/code/Magento/Tax/Model/Config.php class Config (line 21) | class Config method __construct (line 157) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method priceIncludesTax (line 168) | public function priceIncludesTax($store = null) method setPriceIncludesTax (line 186) | public function setPriceIncludesTax($value) method applyTaxAfterDiscount (line 202) | public function applyTaxAfterDiscount($store = null) method getPriceDisplayType (line 220) | public function getPriceDisplayType($store = null) method discountTax (line 235) | public function discountTax($store = null) method getCalculationSequence (line 252) | public function getCalculationSequence($store = null) method setNeedUseShippingExcludeTax (line 276) | public function setNeedUseShippingExcludeTax($flag) method getNeedUseShippingExcludeTax (line 288) | public function getNeedUseShippingExcludeTax() method getAlgorithm (line 299) | public function getAlgorithm($store = null) method getShippingTaxClass (line 314) | public function getShippingTaxClass($store = null) method getShippingPriceDisplayType (line 329) | public function getShippingPriceDisplayType($store = null) method shippingPriceIncludesTax (line 344) | public function shippingPriceIncludesTax($store = null) method setShippingPriceIncludeTax (line 362) | public function setShippingPriceIncludeTax($flag) method displayCartPricesInclTax (line 374) | public function displayCartPricesInclTax($store = null) method displayCartPricesExclTax (line 389) | public function displayCartPricesExclTax($store = null) method displayCartPricesBoth (line 404) | public function displayCartPricesBoth($store = null) method displayCartSubtotalInclTax (line 419) | public function displayCartSubtotalInclTax($store = null) method displayCartSubtotalExclTax (line 434) | public function displayCartSubtotalExclTax($store = null) method displayCartSubtotalBoth (line 449) | public function displayCartSubtotalBoth($store = null) method displayCartShippingInclTax (line 464) | public function displayCartShippingInclTax($store = null) method displayCartShippingExclTax (line 479) | public function displayCartShippingExclTax($store = null) method displayCartShippingBoth (line 494) | public function displayCartShippingBoth($store = null) method displayCartDiscountInclTax (line 510) | public function displayCartDiscountInclTax($store = null) method displayCartDiscountExclTax (line 526) | public function displayCartDiscountExclTax($store = null) method displayCartDiscountBoth (line 542) | public function displayCartDiscountBoth($store = null) method displayCartTaxWithGrandTotal (line 557) | public function displayCartTaxWithGrandTotal($store = null) method displayCartFullSummary (line 572) | public function displayCartFullSummary($store = null) method displayCartZeroTax (line 587) | public function displayCartZeroTax($store = null) method displaySalesPricesInclTax (line 602) | public function displaySalesPricesInclTax($store = null) method displaySalesPricesExclTax (line 617) | public function displaySalesPricesExclTax($store = null) method displaySalesPricesBoth (line 632) | public function displaySalesPricesBoth($store = null) method displaySalesSubtotalInclTax (line 647) | public function displaySalesSubtotalInclTax($store = null) method displaySalesSubtotalExclTax (line 662) | public function displaySalesSubtotalExclTax($store = null) method displaySalesSubtotalBoth (line 677) | public function displaySalesSubtotalBoth($store = null) method displaySalesShippingInclTax (line 692) | public function displaySalesShippingInclTax($store = null) method displaySalesShippingExclTax (line 707) | public function displaySalesShippingExclTax($store = null) method displaySalesShippingBoth (line 722) | public function displaySalesShippingBoth($store = null) method displaySalesDiscountInclTax (line 738) | public function displaySalesDiscountInclTax($store = null) method displaySalesDiscountExclTax (line 754) | public function displaySalesDiscountExclTax($store = null) method displaySalesDiscountBoth (line 770) | public function displaySalesDiscountBoth($store = null) method displaySalesTaxWithGrandTotal (line 785) | public function displaySalesTaxWithGrandTotal($store = null) method displaySalesFullSummary (line 800) | public function displaySalesFullSummary($store = null) method displaySalesZeroTax (line 815) | public function displaySalesZeroTax($store = null) method crossBorderTradeEnabled (line 830) | public function crossBorderTradeEnabled($store = null) method isWrongApplyDiscountSettingIgnored (line 849) | public function isWrongApplyDiscountSettingIgnored($store = null) method isWrongDisplaySettingsIgnored (line 864) | public function isWrongDisplaySettingsIgnored($store = null) method isWrongDiscountSettingsIgnored (line 879) | public function isWrongDiscountSettingsIgnored($store = null) method getInfoUrl (line 894) | public function getInfoUrl($store = null) method needPriceConversion (line 912) | public function needPriceConversion($store = null) FILE: app/code/Magento/Tax/Model/Config/Notification.php class Notification (line 14) | class Notification extends \Magento\Framework\App\Config\Value method __construct (line 36) | public function __construct( method afterSave (line 55) | public function afterSave() method _resetNotificationFlag (line 71) | protected function _resetNotificationFlag($path) FILE: app/code/Magento/Tax/Model/Config/Price/IncludePrice.php class IncludePrice (line 8) | class IncludePrice extends \Magento\Framework\App\Config\Value method afterSave (line 13) | public function afterSave() FILE: app/code/Magento/Tax/Model/Config/Source/Apply/On.php class On (line 8) | class On implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/Config/Source/Basedon.php class Basedon (line 8) | class Basedon implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/Config/Source/Catalog.php class Catalog (line 8) | class Catalog implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/Config/TaxClass.php class TaxClass (line 11) | class TaxClass extends \Magento\Framework\App\Config\Value method __construct (line 34) | public function __construct( method afterSave (line 55) | public function afterSave() FILE: app/code/Magento/Tax/Model/Layout/DepersonalizePlugin.php class DepersonalizePlugin (line 14) | class DepersonalizePlugin method __construct (line 45) | public function __construct( method beforeGenerateXml (line 59) | public function beforeGenerateXml(\Magento\Framework\View\LayoutInterf... method afterGenerateXml (line 76) | public function afterGenerateXml(\Magento\Framework\View\LayoutInterfa... FILE: app/code/Magento/Tax/Model/Plugin/OrderSave.php class OrderSave (line 12) | class OrderSave method __construct (line 28) | public function __construct( method afterSave (line 44) | public function afterSave( method saveOrderTax (line 59) | protected function saveOrderTax(\Magento\Sales\Api\Data\OrderInterface... FILE: app/code/Magento/Tax/Model/Quote/GrandTotalDetailsPlugin.php class GrandTotalDetailsPlugin (line 12) | class GrandTotalDetailsPlugin method __construct (line 53) | public function __construct( method getRatesData (line 72) | protected function getRatesData($rates) method afterProcess (line 92) | public function afterProcess( FILE: app/code/Magento/Tax/Model/Quote/ToOrderConverter.php class ToOrderConverter (line 12) | class ToOrderConverter method __construct (line 27) | public function __construct( method beforeConvert (line 40) | public function beforeConvert(QuoteAddressToOrder $subject, QuoteAddre... method afterConvert (line 52) | public function afterConvert(QuoteAddressToOrder $subject, OrderInterf... FILE: app/code/Magento/Tax/Model/Rate/Provider.php class Provider (line 17) | class Provider method __construct (line 40) | public function __construct( method toOptionArray (line 54) | public function toOptionArray(SearchCriteriaInterface $searchCriteria) method getPageSize (line 70) | public function getPageSize() FILE: app/code/Magento/Tax/Model/Rate/Source.php class Source (line 18) | class Source implements \Magento\Framework\Data\OptionSourceInterface method __construct (line 53) | public function __construct( method toOptionArray (line 70) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation.php class Calculation (line 12) | class Calculation extends \Magento\Framework\Model\ResourceModel\Db\Abst... method __construct (line 44) | public function __construct( method _construct (line 60) | protected function _construct() method deleteByRuleId (line 71) | public function deleteByRuleId($ruleId) method getCalculationsById (line 87) | public function getCalculationsById($field, $ruleId) method getRateInfo (line 101) | public function getRateInfo($request) method getRate (line 116) | public function getRate($request) method getCalculationProcess (line 130) | public function getCalculationProcess($request, $rates = null) method _collectPercent (line 220) | protected function _collectPercent($percent, $rate) method _createSearchPostCodeTemplates (line 232) | protected function _createSearchPostCodeTemplates($postcode, $exactPos... method _getRates (line 266) | protected function _getRates($request) method _calculateRate (line 420) | protected function _calculateRate($rates) method getRateIds (line 456) | public function getRateIds($request) FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rate.php class Rate (line 14) | class Rate extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method _initUniqueFields (line 31) | protected function _initUniqueFields() method deleteAllRates (line 42) | public function deleteAllRates() method isInRule (line 54) | public function isInRule($rateId) FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rate/Collection.php class Collection (line 12) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 33) | public function __construct( method _construct (line 51) | protected function _construct() method joinCountryTable (line 64) | public function joinCountryTable() method joinRegionTable (line 80) | public function joinRegionTable() method joinTitle (line 96) | public function joinTitle($store = null) method joinStoreTitles (line 116) | public function joinStoreTitles() method addRateFilter (line 143) | public function addRateFilter($rateId) method toOptionArray (line 157) | public function toOptionArray() method toOptionHash (line 167) | public function toOptionHash() method toOptionHashOptimized (line 180) | public function toOptionHashOptimized() method getOptionRates (line 194) | public function getOptionRates() FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rate/Title.php class Title (line 13) | class Title extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method deleteByRateId (line 31) | public function deleteByRateId($rateId) FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rate/Title/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() method loadByRateId (line 34) | public function loadByRateId($rateId) FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rule.php class Rule (line 13) | class Rule extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() method _initUniqueFields (line 30) | protected function _initUniqueFields() method fetchRuleCodes (line 44) | public function fetchRuleCodes($rateId, $customerTaxClassIds, $product... FILE: app/code/Magento/Tax/Model/ResourceModel/Calculation/Rule/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() method _afterLoadData (line 33) | protected function _afterLoadData() method joinCalculationData (line 48) | public function joinCalculationData($alias) method _add (line 71) | protected function _add( method addProductTaxClassesToResult (line 122) | public function addProductTaxClassesToResult() method addCustomerTaxClassesToResult (line 132) | public function addCustomerTaxClassesToResult() method addRatesToResult (line 142) | public function addRatesToResult() method setClassTypeFilter (line 162) | public function setClassTypeFilter($type, $id) FILE: app/code/Magento/Tax/Model/ResourceModel/Report/Collection.php class Collection (line 14) | class Collection extends \Magento\Sales\Model\ResourceModel\Report\Colle... method __construct (line 41) | public function __construct( method _getSelectedColumns (line 56) | protected function _getSelectedColumns() method _beforeLoad (line 92) | protected function _beforeLoad() FILE: app/code/Magento/Tax/Model/ResourceModel/Report/Tax.php class Tax (line 12) | class Tax extends \Magento\Reports\Model\ResourceModel\Report\AbstractRe... method __construct (line 35) | public function __construct( method _construct (line 64) | protected function _construct() method aggregate (line 76) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/Tax/Model/ResourceModel/Report/Tax/Createdat.php class Createdat (line 17) | class Createdat extends \Magento\Reports\Model\ResourceModel\Report\Abst... method _construct (line 24) | protected function _construct() method aggregate (line 36) | public function aggregate($from = null, $to = null) method _aggregateByOrder (line 50) | protected function _aggregateByOrder($aggregationField, $from, $to) FILE: app/code/Magento/Tax/Model/ResourceModel/Report/Tax/Updatedat.php class Updatedat (line 14) | class Updatedat extends \Magento\Tax\Model\ResourceModel\Report\Tax\Crea... method _construct (line 21) | protected function _construct() method aggregate (line 33) | public function aggregate($from = null, $to = null) FILE: app/code/Magento/Tax/Model/ResourceModel/Report/Updatedat/Collection.php class Collection (line 14) | class Collection extends \Magento\Tax\Model\ResourceModel\Report\Collection FILE: app/code/Magento/Tax/Model/ResourceModel/Sales/Order/Tax.php class Tax (line 13) | class Tax extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Tax/Model/ResourceModel/Sales/Order/Tax/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() method loadByOrder (line 34) | public function loadByOrder($order) FILE: app/code/Magento/Tax/Model/ResourceModel/TaxClass.php class TaxClass (line 13) | class TaxClass extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 20) | public function _construct() method _initUniqueFields (line 30) | protected function _initUniqueFields() FILE: app/code/Magento/Tax/Model/ResourceModel/TaxClass/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | public function _construct() method setClassTypeFilter (line 32) | public function setClassTypeFilter($classTypeId) method toOptionArray (line 42) | public function toOptionArray() method toOptionHash (line 52) | public function toOptionHash() FILE: app/code/Magento/Tax/Model/Sales/Order/Details.php class Details (line 13) | class Details extends \Magento\Framework\Model\AbstractExtensibleModel i... method getAppliedTaxes (line 26) | public function getAppliedTaxes() method getItems (line 34) | public function getItems() method setAppliedTaxes (line 45) | public function setAppliedTaxes(array $appliedTaxes = null) method setItems (line 56) | public function setItems(array $items = null) method getExtensionAttributes (line 66) | public function getExtensionAttributes() method setExtensionAttributes (line 77) | public function setExtensionAttributes(\Magento\Tax\Api\Data\OrderTaxD... FILE: app/code/Magento/Tax/Model/Sales/Order/Tax.php class Tax (line 21) | class Tax extends \Magento\Framework\Model\AbstractExtensibleModel imple... method _construct (line 38) | protected function _construct() method getCode (line 46) | public function getCode() method getTitle (line 54) | public function getTitle() method getPercent (line 62) | public function getPercent() method getAmount (line 70) | public function getAmount() method getBaseAmount (line 78) | public function getBaseAmount() method setCode (line 89) | public function setCode($code) method setTitle (line 100) | public function setTitle($title) method setPercent (line 111) | public function setPercent($percent) method setAmount (line 122) | public function setAmount($amount) method setBaseAmount (line 133) | public function setBaseAmount($baseAmount) method getRates (line 142) | public function getRates() method setRates (line 152) | public function setRates($rates) method getExtensionAttributes (line 162) | public function getExtensionAttributes() method setExtensionAttributes (line 173) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Model/Sales/Order/TaxManagement.php class TaxManagement (line 15) | class TaxManagement implements \Magento\Tax\Api\OrderTaxManagementInterface method __construct (line 49) | public function __construct( method convertToAppliedTaxDataObject (line 71) | protected function convertToAppliedTaxDataObject( method aggregateAppliedTaxes (line 98) | protected function aggregateAppliedTaxes(TaxDetailsDataObjectFactory $... method getOrderTaxDetails (line 134) | public function getOrderTaxDetails($orderId) FILE: app/code/Magento/Tax/Model/Sales/Pdf/Grandtotal.php class Grandtotal (line 8) | class Grandtotal extends \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal method __construct (line 22) | public function __construct( method getTotalsForDisplay (line 44) | public function getTotalsForDisplay() FILE: app/code/Magento/Tax/Model/Sales/Pdf/Shipping.php class Shipping (line 8) | class Shipping extends \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal method __construct (line 22) | public function __construct( method getTotalsForDisplay (line 44) | public function getTotalsForDisplay() FILE: app/code/Magento/Tax/Model/Sales/Pdf/Subtotal.php class Subtotal (line 8) | class Subtotal extends \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal method getTotalsForDisplay (line 21) | public function getTotalsForDisplay() FILE: app/code/Magento/Tax/Model/Sales/Pdf/Tax.php class Tax (line 8) | class Tax extends \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal method __construct (line 22) | public function __construct( method getTotalsForDisplay (line 44) | public function getTotalsForDisplay() FILE: app/code/Magento/Tax/Model/Sales/Quote/ItemDetails.php class ItemDetails (line 14) | class ItemDetails extends AbstractExtensibleModel implements QuoteDetail... method getCode (line 35) | public function getCode() method getType (line 43) | public function getType() method getTaxClassKey (line 51) | public function getTaxClassKey() method getUnitPrice (line 59) | public function getUnitPrice() method getQuantity (line 67) | public function getQuantity() method getIsTaxIncluded (line 75) | public function getIsTaxIncluded() method getShortDescription (line 83) | public function getShortDescription() method getDiscountAmount (line 91) | public function getDiscountAmount() method getParentCode (line 99) | public function getParentCode() method getAssociatedItemCode (line 107) | public function getAssociatedItemCode() method getTaxClassId (line 115) | public function getTaxClassId() method setCode (line 126) | public function setCode($code) method setType (line 137) | public function setType($type) method setTaxClassKey (line 148) | public function setTaxClassKey(\Magento\Tax\Api\Data\TaxClassKeyInterf... method setUnitPrice (line 159) | public function setUnitPrice($unitPrice) method setQuantity (line 170) | public function setQuantity($quantity) method setIsTaxIncluded (line 181) | public function setIsTaxIncluded($isTaxIncluded) method setShortDescription (line 192) | public function setShortDescription($shortDescription) method setDiscountAmount (line 203) | public function setDiscountAmount($discountAmount) method setParentCode (line 214) | public function setParentCode($parentCode) method setAssociatedItemCode (line 225) | public function setAssociatedItemCode($associatedItemCode) method setTaxClassId (line 236) | public function setTaxClassId($taxClassId) method getExtensionAttributes (line 246) | public function getExtensionAttributes() method setExtensionAttributes (line 257) | public function setExtensionAttributes( FILE: app/code/Magento/Tax/Model/Sales/Quote/QuoteDetails.php class QuoteDetails (line 14) | class QuoteDetails extends AbstractExtensibleModel implements QuoteDetai... method getBillingAddress (line 30) | public function getBillingAddress() method getShippingAddress (line 38) | public function getShippingAddress() method getCustomerTaxClassKey (line 46) | public function getCustomerTaxClassKey() method getCustomerId (line 54) | public function getCustomerId() method getItems (line 62) | public function getItems() method getCustomerTaxClassId (line 70) | public function getCustomerTaxClassId() method setBillingAddress (line 81) | public function setBillingAddress(\Magento\Customer\Api\Data\AddressIn... method setShippingAddress (line 92) | public function setShippingAddress(\Magento\Customer\Api\Data\AddressI... method setCustomerTaxClassKey (line 103) | public function setCustomerTaxClassKey(\Magento\Tax\Api\Data\TaxClassK... method setCustomerId (line 114) | public function setCustomerId($customerId) method setItems (line 125) | public function setItems(array $items = null) method setCustomerTaxClassId (line 136) | public function setCustomerTaxClassId($customerTaxClassId) method getExtensionAttributes (line 146) | public function getExtensionAttributes() method setExtensionAttributes (line 157) | public function setExtensionAttributes(\Magento\Tax\Api\Data\QuoteDeta... FILE: app/code/Magento/Tax/Model/Sales/Total/Quote/CommonTaxCollector.php class CommonTaxCollector (line 34) | class CommonTaxCollector extends AbstractTotal method __construct (line 160) | public function __construct( method mapAddress (line 189) | public function mapAddress(QuoteAddress $address) method mapItem (line 213) | public function mapItem( method setPriceForTaxCalculation (line 278) | private function setPriceForTaxCalculation(QuoteDetailsItemInterface $... method mapItemExtraTaxables (line 297) | public function mapItemExtraTaxables( method mapItems (line 345) | public function mapItems( method populateAddressData (line 411) | public function populateAddressData(QuoteDetailsInterface $quoteDetail... method getShippingDataObject (line 426) | public function getShippingDataObject( method prepareQuoteDetails (line 477) | protected function prepareQuoteDetails(ShippingAssignmentInterface $sh... method organizeItemTaxDetailsByType (line 507) | protected function organizeItemTaxDetailsByType( method processProductItems (line 542) | protected function processProductItems( method processAppliedTaxes (line 607) | protected function processAppliedTaxes( method updateItemTaxInfo (line 687) | public function updateItemTaxInfo($quoteItem, $itemTaxDetails, $baseIt... method processShippingTaxInfo (line 731) | protected function processShippingTaxInfo( method convertAppliedTaxes (line 773) | public function convertAppliedTaxes($appliedTaxes, $baseAppliedTaxes, ... method _saveAppliedTaxes (line 823) | protected function _saveAppliedTaxes( method includeShipping (line 874) | protected function includeShipping() method includeItems (line 884) | protected function includeItems() method includeExtraTax (line 894) | protected function includeExtraTax() method saveAppliedTaxes (line 904) | protected function saveAppliedTaxes() method getNextIncrement (line 916) | protected function getNextIncrement() FILE: app/code/Magento/Tax/Model/Sales/Total/Quote/Shipping.php class Shipping (line 13) | class Shipping extends CommonTaxCollector method collect (line 23) | public function collect( method fetch (line 73) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... FILE: app/code/Magento/Tax/Model/Sales/Total/Quote/Subtotal.php class Subtotal (line 15) | class Subtotal extends CommonTaxCollector method collect (line 26) | public function collect( method fetch (line 65) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... FILE: app/code/Magento/Tax/Model/Sales/Total/Quote/Tax.php class Tax (line 21) | class Tax extends CommonTaxCollector method __construct (line 69) | public function __construct( method collect (line 103) | public function collect( method clearValues (line 149) | protected function clearValues(Address\Total $total) method getQuoteTaxDetails (line 182) | protected function getQuoteTaxDetails($shippingAssignment, $total, $us... method mapQuoteExtraTaxables (line 222) | public function mapQuoteExtraTaxables( method processExtraTaxables (line 264) | protected function processExtraTaxables(Address\Total $total, array $i... method fetch (line 318) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method enhanceTotalData (line 378) | protected function enhanceTotalData( method processConfigArray (line 417) | public function processConfigArray($config, $store) method getLabel (line 436) | public function getLabel() FILE: app/code/Magento/Tax/Model/System/Config/Source/Algorithm.php class Algorithm (line 8) | class Algorithm implements \Magento\Framework\Option\ArrayInterface method __construct (line 18) | public function __construct() method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/System/Config/Source/Apply.php class Apply (line 8) | class Apply implements \Magento\Framework\Option\ArrayInterface method __construct (line 18) | public function __construct() method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/System/Config/Source/PriceType.php class PriceType (line 8) | class PriceType implements \Magento\Framework\Option\ArrayInterface method __construct (line 18) | public function __construct() method toOptionArray (line 29) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/System/Config/Source/Tax/Country.php class Country (line 8) | class Country extends \Magento\Directory\Model\Config\Source\Country method toOptionArray (line 18) | public function toOptionArray($noEmpty = false, $foregroundCountries =... FILE: app/code/Magento/Tax/Model/System/Config/Source/Tax/Display/Type.php class Type (line 14) | class Type implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 24) | public function toOptionArray() FILE: app/code/Magento/Tax/Model/System/Config/Source/Tax/Region.php class Region (line 8) | class Region implements \Magento\Framework\Option\ArrayInterface method __construct (line 18) | public function __construct(\Magento\Directory\Model\ResourceModel\Reg... method toOptionArray (line 30) | public function toOptionArray($noEmpty = false, $country = null) FILE: app/code/Magento/Tax/Model/System/Message/Notification/ApplyDiscountOnPrices.php class ApplyDiscountOnPrices (line 17) | class ApplyDiscountOnPrices implements \Magento\Tax\Model\System\Message... method __construct (line 46) | public function __construct( method getIdentity (line 60) | public function getIdentity() method isDisplayed (line 68) | public function isDisplayed() method getText (line 79) | public function getText() method getSeverity (line 105) | public function getSeverity() method getStoresWithWrongSettings (line 115) | private function getStoresWithWrongSettings() method checkSettings (line 137) | private function checkSettings($store = null) FILE: app/code/Magento/Tax/Model/System/Message/Notification/DiscountErrors.php class DiscountErrors (line 13) | class DiscountErrors implements \Magento\Tax\Model\System\Message\Notifi... method __construct (line 44) | public function __construct( method getIdentity (line 58) | public function getIdentity() method isDisplayed (line 66) | public function isDisplayed() method getText (line 77) | public function getText() method getSeverity (line 103) | public function getSeverity() method checkSettings (line 118) | private function checkSettings($store = null) method getStoresWithWrongSettings (line 129) | private function getStoresWithWrongSettings() FILE: app/code/Magento/Tax/Model/System/Message/Notification/RoundingErrors.php class RoundingErrors (line 13) | class RoundingErrors implements \Magento\Tax\Model\System\Message\Notifi... method __construct (line 42) | public function __construct( method getIdentity (line 56) | public function getIdentity() method isDisplayed (line 64) | public function isDisplayed() method getText (line 75) | public function getText() method getSeverity (line 100) | public function getSeverity() method checkSettings (line 115) | private function checkSettings($store = null) method getStoresWithWrongSettings (line 136) | private function getStoresWithWrongSettings() FILE: app/code/Magento/Tax/Model/System/Message/NotificationInterface.php type NotificationInterface (line 11) | interface NotificationInterface extends \Magento\Framework\Notification\... FILE: app/code/Magento/Tax/Model/System/Message/Notifications.php class Notifications (line 13) | class Notifications implements \Magento\Framework\Notification\MessageIn... method __construct (line 70) | public function __construct( method getIdentity (line 90) | public function getIdentity() method isDisplayed (line 99) | public function isDisplayed() method getText (line 112) | public function getText() method getSeverity (line 137) | public function getSeverity() method getInfoUrl (line 147) | public function getInfoUrl() method getManageUrl (line 157) | public function getManageUrl() method checkDisplaySettings (line 174) | public function checkDisplaySettings($store = null) method checkDiscountSettings (line 201) | public function checkDiscountSettings($store = null) method getIgnoreTaxNotificationUrl (line 213) | public function getIgnoreTaxNotificationUrl($section) method getStoresWithWrongDisplaySettings (line 227) | public function getStoresWithWrongDisplaySettings() method getStoresWithWrongDiscountSettings (line 249) | public function getStoresWithWrongDiscountSettings() FILE: app/code/Magento/Tax/Model/TaxAddressManager.php class TaxAddressManager (line 15) | class TaxAddressManager implements TaxAddressManagerInterface method __construct (line 27) | public function __construct(Session $customerSession) method setDefaultAddressAfterSave (line 38) | public function setDefaultAddressAfterSave(Address $address) method setDefaultAddressAfterLogIn (line 66) | public function setDefaultAddressAfterLogIn(array $addresses) method isDefaultBilling (line 103) | private function isDefaultBilling(Address $address) method isDefaultShipping (line 116) | private function isDefaultShipping(Address $address) FILE: app/code/Magento/Tax/Model/TaxCalculation.php class TaxCalculation (line 26) | class TaxCalculation implements TaxCalculationInterface method __construct (line 111) | public function __construct( method calculateTax (line 134) | public function calculateTax( method getDefaultCalculatedRate (line 205) | public function getDefaultCalculatedRate( method getCalculatedRate (line 216) | public function getCalculatedRate( method getRate (line 233) | protected function getRate( method computeRelationships (line 257) | private function computeRelationships($items) method processItem (line 278) | protected function processItem( method calculateParent (line 294) | protected function calculateParent($children, $quantity) method aggregateItemData (line 328) | protected function aggregateItemData($taxDetailsData, TaxDetailsItemIn... method getTotalQuantity (line 381) | protected function getTotalQuantity(QuoteDetailsItemInterface $item) FILE: app/code/Magento/Tax/Model/TaxClass/AbstractType.php class AbstractType (line 12) | abstract class AbstractType extends \Magento\Framework\DataObject implem... method __construct (line 30) | public function __construct(\Magento\Tax\Model\Calculation\Rule $calcu... method getAssignedToRules (line 41) | public function getAssignedToRules() FILE: app/code/Magento/Tax/Model/TaxClass/Factory.php class Factory (line 12) | class Factory method __construct (line 32) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 44) | public function create(\Magento\Tax\Model\ClassModel $taxClass) FILE: app/code/Magento/Tax/Model/TaxClass/Key.php class Key (line 14) | class Key extends AbstractExtensibleModel implements TaxClassKeyInterface method getType (line 26) | public function getType() method getValue (line 34) | public function getValue() method setType (line 45) | public function setType($type) method setValue (line 56) | public function setValue($value) method getExtensionAttributes (line 66) | public function getExtensionAttributes() method setExtensionAttributes (line 77) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxClassK... FILE: app/code/Magento/Tax/Model/TaxClass/Management.php class Management (line 15) | class Management implements \Magento\Tax\Api\TaxClassManagementInterface method __construct (line 43) | public function __construct( method getTaxClassId (line 56) | public function getTaxClassId($taxClassKey, $taxClassType = self::TYPE... FILE: app/code/Magento/Tax/Model/TaxClass/Repository.php class Repository (line 26) | class Repository implements \Magento\Tax\Api\TaxClassRepositoryInterface method __construct (line 84) | public function __construct( method save (line 107) | public function save(\Magento\Tax\Api\Data\TaxClassInterface $taxClass) method get (line 139) | public function get($taxClassId) method delete (line 147) | public function delete(\Magento\Tax\Api\Data\TaxClassInterface $taxClass) method deleteById (line 164) | public function deleteById($taxClassId) method validateTaxClassData (line 177) | protected function validateTaxClassData(\Magento\Tax\Api\Data\TaxClass... method getList (line 211) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method addFilterGroupToCollection (line 231) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method getCollectionProcessor (line 251) | private function getCollectionProcessor() FILE: app/code/Magento/Tax/Model/TaxClass/Source/Customer.php class Customer (line 16) | class Customer extends \Magento\Eav\Model\Entity\Attribute\Source\Abstra... method __construct (line 40) | public function __construct( method getAllOptions (line 56) | public function getAllOptions() FILE: app/code/Magento/Tax/Model/TaxClass/Source/Product.php class Product (line 16) | class Product extends \Magento\Eav\Model\Entity\Attribute\Source\Abstrac... method __construct (line 47) | public function __construct( method getAllOptions (line 67) | public function getAllOptions($withEmpty = true) method getOptionText (line 100) | public function getOptionText($value) method getFlatColumns (line 117) | public function getFlatColumns() method getFlatUpdateSelect (line 139) | public function getFlatUpdateSelect($store) FILE: app/code/Magento/Tax/Model/TaxClass/Type/Customer.php class Customer (line 14) | class Customer extends \Magento\Tax\Model\TaxClass\AbstractType method __construct (line 45) | public function __construct( method isAssignedToObjects (line 61) | public function isAssignedToObjects() method getObjectTypeName (line 80) | public function getObjectTypeName() FILE: app/code/Magento/Tax/Model/TaxClass/Type/Product.php class Product (line 12) | class Product extends \Magento\Tax\Model\TaxClass\AbstractType method __construct (line 31) | public function __construct( method isAssignedToObjects (line 43) | public function isAssignedToObjects() method getObjectTypeName (line 54) | public function getObjectTypeName() FILE: app/code/Magento/Tax/Model/TaxClass/Type/TypeInterface.php type TypeInterface (line 16) | interface TypeInterface method isAssignedToObjects (line 23) | public function isAssignedToObjects(); method getAssignedToRules (line 30) | public function getAssignedToRules(); method getObjectTypeName (line 37) | public function getObjectTypeName(); FILE: app/code/Magento/Tax/Model/TaxClassSearchResults.php class TaxClassSearchResults (line 16) | class TaxClassSearchResults extends SearchResults implements TaxClassSea... FILE: app/code/Magento/Tax/Model/TaxConfigProvider.php class TaxConfigProvider (line 13) | class TaxConfigProvider implements ConfigProviderInterface method __construct (line 41) | public function __construct( method getConfig (line 56) | public function getConfig() method getDisplayShippingMode (line 93) | public function getDisplayShippingMode() method isDisplayShippingPriceExclTax (line 109) | public function isDisplayShippingPriceExclTax() method isDisplayShippingBothPrices (line 119) | public function isDisplayShippingBothPrices() method getReviewItemPriceDisplayMode (line 129) | public function getReviewItemPriceDisplayMode() method getReviewTotalsDisplayMode (line 145) | public function getReviewTotalsDisplayMode() method isFullTaxSummaryDisplayed (line 161) | public function isFullTaxSummaryDisplayed() method isTaxDisplayedInGrandTotal (line 171) | public function isTaxDisplayedInGrandTotal() method reloadOnBillingAddress (line 181) | protected function reloadOnBillingAddress() FILE: app/code/Magento/Tax/Model/TaxDetails/AppliedTax.php class AppliedTax (line 14) | class AppliedTax extends AbstractExtensibleModel implements AppliedTaxIn... method getTaxRateKey (line 28) | public function getTaxRateKey() method getPercent (line 36) | public function getPercent() method getAmount (line 44) | public function getAmount() method getRates (line 52) | public function getRates() method setTaxRateKey (line 63) | public function setTaxRateKey($taxRateKey) method setPercent (line 74) | public function setPercent($percent) method setAmount (line 85) | public function setAmount($amount) method setRates (line 96) | public function setRates(array $rates = null) method getExtensionAttributes (line 106) | public function getExtensionAttributes() method setExtensionAttributes (line 117) | public function setExtensionAttributes(\Magento\Tax\Api\Data\AppliedTa... FILE: app/code/Magento/Tax/Model/TaxDetails/AppliedTaxRate.php class AppliedTaxRate (line 14) | class AppliedTaxRate extends AbstractExtensibleModel implements AppliedT... method getCode (line 27) | public function getCode() method getTitle (line 35) | public function getTitle() method getPercent (line 43) | public function getPercent() method setCode (line 54) | public function setCode($code) method setTitle (line 65) | public function setTitle($title) method setPercent (line 76) | public function setPercent($percent) method getExtensionAttributes (line 86) | public function getExtensionAttributes() method setExtensionAttributes (line 97) | public function setExtensionAttributes(\Magento\Tax\Api\Data\AppliedTa... FILE: app/code/Magento/Tax/Model/TaxDetails/ItemDetails.php class ItemDetails (line 14) | class ItemDetails extends AbstractExtensibleModel implements TaxDetailsI... method getCode (line 37) | public function getCode() method getType (line 45) | public function getType() method getTaxPercent (line 53) | public function getTaxPercent() method getPrice (line 61) | public function getPrice() method getPriceInclTax (line 69) | public function getPriceInclTax() method getRowTotal (line 77) | public function getRowTotal() method getRowTotalInclTax (line 85) | public function getRowTotalInclTax() method getRowTax (line 93) | public function getRowTax() method getTaxableAmount (line 101) | public function getTaxableAmount() method getDiscountAmount (line 109) | public function getDiscountAmount() method getDiscountTaxCompensationAmount (line 117) | public function getDiscountTaxCompensationAmount() method getAppliedTaxes (line 125) | public function getAppliedTaxes() method getAssociatedItemCode (line 133) | public function getAssociatedItemCode() method setCode (line 144) | public function setCode($code) method setType (line 155) | public function setType($type) method setTaxPercent (line 166) | public function setTaxPercent($taxPercent) method setPrice (line 177) | public function setPrice($price) method setPriceInclTax (line 188) | public function setPriceInclTax($priceInclTax) method setRowTotal (line 199) | public function setRowTotal($rowTotal) method setRowTotalInclTax (line 210) | public function setRowTotalInclTax($rowTotalInclTax) method setRowTax (line 221) | public function setRowTax($rowTax) method setTaxableAmount (line 232) | public function setTaxableAmount($taxableAmount) method setDiscountAmount (line 243) | public function setDiscountAmount($discountAmount) method setDiscountTaxCompensationAmount (line 254) | public function setDiscountTaxCompensationAmount($discountTaxCompensat... method setAppliedTaxes (line 268) | public function setAppliedTaxes(array $appliedTaxes = null) method setAssociatedItemCode (line 279) | public function setAssociatedItemCode($associatedItemCode) method getExtensionAttributes (line 289) | public function getExtensionAttributes() method setExtensionAttributes (line 300) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxDetail... FILE: app/code/Magento/Tax/Model/TaxDetails/TaxDetails.php class TaxDetails (line 14) | class TaxDetails extends AbstractExtensibleModel implements TaxDetailsIn... method getSubtotal (line 29) | public function getSubtotal() method getTaxAmount (line 37) | public function getTaxAmount() method getDiscountTaxCompensationAmount (line 45) | public function getDiscountTaxCompensationAmount() method getAppliedTaxes (line 53) | public function getAppliedTaxes() method getItems (line 61) | public function getItems() method setSubtotal (line 72) | public function setSubtotal($subtotal) method setTaxAmount (line 83) | public function setTaxAmount($taxAmount) method setDiscountTaxCompensationAmount (line 94) | public function setDiscountTaxCompensationAmount($discountTaxCompensat... method setAppliedTaxes (line 108) | public function setAppliedTaxes(array $appliedTaxes = null) method setItems (line 119) | public function setItems(array $items = null) method getExtensionAttributes (line 129) | public function getExtensionAttributes() method setExtensionAttributes (line 140) | public function setExtensionAttributes(\Magento\Tax\Api\Data\TaxDetail... FILE: app/code/Magento/Tax/Model/TaxRateCollection.php class TaxRateCollection (line 21) | class TaxRateCollection extends AbstractServiceCollection method __construct (line 43) | public function __construct( method loadData (line 59) | public function loadData($printQuery = false, $logQuery = false) method createTaxRateCollectionItem (line 79) | protected function createTaxRateCollectionItem(TaxRate $taxRate) FILE: app/code/Magento/Tax/Model/TaxRateManagement.php class TaxRateManagement (line 15) | class TaxRateManagement implements TaxRateManagementInterface method __construct (line 43) | public function __construct( method getRatesByCustomerAndProductTaxClassId (line 58) | public function getRatesByCustomerAndProductTaxClassId($customerTaxCla... FILE: app/code/Magento/Tax/Model/TaxRateSearchResults.php class TaxRateSearchResults (line 16) | class TaxRateSearchResults extends SearchResults implements TaxRateSearc... FILE: app/code/Magento/Tax/Model/TaxRuleCollection.php class TaxRuleCollection (line 20) | class TaxRuleCollection extends AbstractServiceCollection method __construct (line 36) | public function __construct( method loadData (line 50) | public function loadData($printQuery = false, $logQuery = false) method createTaxRuleCollectionItem (line 70) | protected function createTaxRuleCollectionItem(TaxRuleInterface $taxRule) FILE: app/code/Magento/Tax/Model/TaxRuleRepository.php class TaxRuleRepository (line 27) | class TaxRuleRepository implements TaxRuleRepositoryInterface method __construct (line 73) | public function __construct( method get (line 94) | public function get($ruleId) method save (line 102) | public function save(TaxRuleInterface $rule) method delete (line 124) | public function delete(TaxRuleInterface $rule) method deleteById (line 135) | public function deleteById($ruleId) method getList (line 144) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method addFilterGroupToCollection (line 167) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method translateField (line 202) | protected function translateField($field) method getCollectionProcessor (line 226) | private function getCollectionProcessor() FILE: app/code/Magento/Tax/Model/TaxRuleSearchResults.php class TaxRuleSearchResults (line 16) | class TaxRuleSearchResults extends SearchResults implements TaxRuleSearc... FILE: app/code/Magento/Tax/Observer/AfterAddressSaveObserver.php class AfterAddressSaveObserver (line 19) | class AfterAddressSaveObserver implements ObserverInterface method __construct (line 53) | public function __construct( method execute (line 72) | public function execute(Observer $observer) FILE: app/code/Magento/Tax/Observer/CustomerLoggedInObserver.php class CustomerLoggedInObserver (line 21) | class CustomerLoggedInObserver implements ObserverInterface method __construct (line 67) | public function __construct( method execute (line 90) | public function execute(Observer $observer) FILE: app/code/Magento/Tax/Observer/GetPriceConfigurationObserver.php class GetPriceConfigurationObserver (line 15) | class GetPriceConfigurationObserver implements ObserverInterface method __construct (line 38) | public function __construct( method execute (line 53) | public function execute(\Magento\Framework\Event\Observer $observer) method recurConfigAndUpdatePrice (line 82) | private function recurConfigAndUpdatePrice($input, $searchKey) method updatePriceForBundle (line 111) | private function updatePriceForBundle($holder, $key) FILE: app/code/Magento/Tax/Observer/UpdateProductOptionsObserver.php class UpdateProductOptionsObserver (line 11) | class UpdateProductOptionsObserver implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 43) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Tax/Plugin/Checkout/CustomerData/Cart.php class Cart (line 13) | class Cart method __construct (line 45) | public function __construct( method afterGetSectionData (line 63) | public function afterGetSectionData(\Magento\Checkout\CustomerData\Car... method getSubtotalInclTax (line 96) | protected function getSubtotalInclTax() method getSubtotalExclTax (line 111) | protected function getSubtotalExclTax() method getTotals (line 126) | public function getTotals() method getQuote (line 140) | protected function getQuote() method findItemById (line 155) | protected function findItemById($id, $itemsHaystack) FILE: app/code/Magento/Tax/Plugin/Ui/DataProvider/TaxSettings.php class TaxSettings (line 16) | class TaxSettings method __construct (line 27) | public function __construct(Config $config) method afterGetData (line 40) | public function afterGetData(\Magento\Catalog\Ui\DataProvider\Product\... FILE: app/code/Magento/Tax/Pricing/Adjustment.php class Adjustment (line 16) | class Adjustment implements AdjustmentInterface method __construct (line 45) | public function __construct(TaxHelper $taxHelper, \Magento\Catalog\Hel... method getAdjustmentCode (line 57) | public function getAdjustmentCode() method isIncludedInBasePrice (line 67) | public function isIncludedInBasePrice() method isIncludedInDisplayPrice (line 77) | public function isIncludedInDisplayPrice() method extractAdjustment (line 90) | public function extractAdjustment($amount, SaleableInterface $saleable... method applyAdjustment (line 119) | public function applyAdjustment($amount, SaleableInterface $saleableIt... method isExcludedWith (line 140) | public function isExcludedWith($adjustmentCode) method getSortOrder (line 150) | public function getSortOrder() FILE: app/code/Magento/Tax/Pricing/Render/Adjustment.php class Adjustment (line 17) | class Adjustment extends AbstractAdjustment method __construct (line 30) | public function __construct( method apply (line 43) | protected function apply() method getAdjustmentCode (line 70) | public function getAdjustmentCode() method displayBothPrices (line 80) | public function displayBothPrices() method getDisplayAmountExclTax (line 92) | public function getDisplayAmountExclTax($exclude = null, $includeConta... method getRawAmount (line 111) | public function getRawAmount($exclude = null) method getDefaultExclusions (line 126) | public function getDefaultExclusions() method getDisplayAmount (line 137) | public function getDisplayAmount($includeContainer = true) method buildIdWithPrefix (line 148) | public function buildIdWithPrefix($prefix) method displayPriceIncludingTax (line 162) | public function displayPriceIncludingTax() method displayPriceExcludingTax (line 172) | public function displayPriceExcludingTax() FILE: app/code/Magento/Tax/Setup/Patch/Data/AddTaxAttributeAndTaxClasses.php class AddTaxAttributeAndTaxClasses (line 20) | class AddTaxAttributeAndTaxClasses implements DataPatchInterface, PatchV... method __construct (line 43) | public function __construct( method apply (line 56) | public function apply() method getDependencies (line 150) | public static function getDependencies() method getVersion (line 158) | public static function getVersion() method getAliases (line 166) | public function getAliases() FILE: app/code/Magento/Tax/Setup/Patch/Data/UpdateTaxClassAttributeVisibility.php class UpdateTaxClassAttributeVisibility (line 19) | class UpdateTaxClassAttributeVisibility implements DataPatchInterface, P... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 67) | public static function getDependencies() method getVersion (line 77) | public static function getVersion() method getAliases (line 85) | public function getAliases() FILE: app/code/Magento/Tax/Setup/Patch/Data/UpdateTaxRegionId.php class UpdateTaxRegionId (line 17) | class UpdateTaxRegionId implements DataPatchInterface, PatchVersionInter... method __construct (line 46) | public function __construct( method apply (line 61) | public function apply() method getDependencies (line 87) | public static function getDependencies() method getVersion (line 97) | public static function getVersion() method getAliases (line 105) | public function getAliases() method parseRegionFromTaxCode (line 116) | private function parseRegionFromTaxCode($taxCode) FILE: app/code/Magento/Tax/Setup/TaxSetup.php class TaxSetup (line 15) | class TaxSetup method __construct (line 36) | public function __construct( method getTaxableItems (line 50) | public function getTaxableItems() method addAttribute (line 63) | public function addAttribute($entityTypeId, $code, array $attr) method updateAttribute (line 79) | public function updateAttribute($entityTypeId, $id, $field, $value = n... FILE: app/code/Magento/Tax/Test/Unit/App/Action/ContextPluginTest.php class ContextPluginTest (line 11) | class ContextPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testBeforeDispatch (line 121) | public function testBeforeDispatch($cache, $taxEnabled, $loggedIn) method beforeDispatchDataProvider (line 178) | public function beforeDispatchDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Block/Adminhtml/Items/Price/RendererTest.php class RendererTest (line 8) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testDisplayPriceInclTax (line 57) | public function testDisplayPriceInclTax() method testDisplayPriceExclTax (line 67) | public function testDisplayPriceExclTax() method testDisplayBothPrices (line 77) | public function testDisplayBothPrices() method testDisplayPrices (line 87) | public function testDisplayPrices() method testFormatPrice (line 101) | public function testFormatPrice() method testGetTotalAmount (line 114) | public function testGetTotalAmount() FILE: app/code/Magento/Tax/Test/Unit/Block/Adminhtml/Rule/Edit/FormTest.php class FormTest (line 26) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testTaxRatesPageUrl (line 136) | public function testTaxRatesPageUrl() method testTaxRatesSelectConfig (line 154) | public function testTaxRatesSelectConfig($formValue, $expected) method formValuesDataProvider (line 168) | public function formValuesDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Block/Checkout/Shipping/PriceTest.php class PriceTest (line 8) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method setupShippingRate (line 86) | protected function setupShippingRate($shippingPrice) method testGetShippingPriceExclTax (line 98) | public function testGetShippingPriceExclTax() method testGetShippingPriceInclTax (line 119) | public function testGetShippingPriceInclTax() method testDisplayShippingPriceInclTax (line 140) | public function testDisplayShippingPriceInclTax() method testDisplayShippingBothPrices (line 148) | public function testDisplayShippingBothPrices() FILE: app/code/Magento/Tax/Test/Unit/Block/Checkout/ShippingTest.php class ShippingTest (line 8) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testDisplayShipping (line 38) | public function testDisplayShipping($shippingMethod, $expectedResult) method displayShippingDataProvider (line 50) | public function displayShippingDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Block/Grid/Renderer/CodesTest.php class CodesTest (line 19) | class CodesTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testRenderCodes (line 59) | public function testRenderCodes($ratesCodes, $expected) method ratesCodesDataProvider (line 71) | public function ratesCodesDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Block/Item/Price/RendererTest.php class RendererTest (line 10) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method getItemMockWithStoreId (line 62) | protected function getItemMockWithStoreId($storeId) method testDisplayPriceInclTax (line 83) | public function testDisplayPriceInclTax($zone, $methodName) method displayPriceInclTaxDataProvider (line 102) | public function displayPriceInclTaxDataProvider() method testDisplayPriceExclTax (line 133) | public function testDisplayPriceExclTax($zone, $methodName) method displayPriceExclTaxDataProvider (line 152) | public function displayPriceExclTaxDataProvider() method testDisplayBothPrices (line 183) | public function testDisplayBothPrices($zone, $methodName) method displayBothPricesDataProvider (line 202) | public function displayBothPricesDataProvider() method testFormatPriceQuoteItem (line 226) | public function testFormatPriceQuoteItem() method testFormatPriceOrderItem (line 254) | public function testFormatPriceOrderItem() method testFormatPriceInvoiceItem (line 281) | public function testFormatPriceInvoiceItem() method testGetZone (line 318) | public function testGetZone() method testGetStoreId (line 323) | public function testGetStoreId() method testGetItemDisplayPriceExclTaxQuoteItem (line 340) | public function testGetItemDisplayPriceExclTaxQuoteItem() method testGetItemDisplayPriceExclTaxOrderItem (line 358) | public function testGetItemDisplayPriceExclTaxOrderItem() method testGetTotalAmount (line 376) | public function testGetTotalAmount() method testGetBaseTotalAmount (line 417) | public function testGetBaseTotalAmount() FILE: app/code/Magento/Tax/Test/Unit/Controller/Adminhtml/Rate/AjaxLoadTest.php class AjaxLoadTest (line 14) | class AjaxLoadTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 55) | public function testExecute() method testExecuteLocalizedException (line 140) | public function testExecuteLocalizedException() method testExecuteException (line 190) | public function testExecuteException() FILE: app/code/Magento/Tax/Test/Unit/Controller/Adminhtml/Rule/AjaxLoadRatesTest.php class AjaxLoadRatesTest (line 23) | class AjaxLoadRatesTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testExecute (line 79) | public function testExecute() FILE: app/code/Magento/Tax/Test/Unit/Controller/Adminhtml/Tax/IgnoreTaxNotificationTest.php class IgnoreTaxNotificationTest (line 11) | class IgnoreTaxNotificationTest extends \PHPUnit\Framework\TestCase method testExecute (line 13) | public function testExecute() FILE: app/code/Magento/Tax/Test/Unit/CustomerData/CheckoutTotalsJsLayoutDataProviderTest.php class CheckoutTotalsJsLayoutDataProviderTest (line 20) | class CheckoutTotalsJsLayoutDataProviderTest extends TestCase method setUp (line 35) | protected function setUp() method testGetData (line 57) | public function testGetData($displayCartSubtotalInclTax, $displayCartS... method getDataDataProvider (line 72) | public function getDataDataProvider() FILE: app/code/Magento/Tax/Test/Unit/GetterSetterTest.php class GetterSetterTest (line 11) | class GetterSetterTest extends \PHPUnit\Framework\TestCase method testGettersSetters (line 18) | public function testGettersSetters($className = null, $variables = null) method dataProviderGettersSetters (line 75) | public function dataProviderGettersSetters() FILE: app/code/Magento/Tax/Test/Unit/Helper/DataTest.php class DataTest (line 16) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetCalculatedTaxesEmptySource (line 77) | public function testGetCalculatedTaxesEmptySource() method testGetCalculatedTaxesForOrder (line 83) | public function testGetCalculatedTaxesForOrder() method mapOrderTaxItemDetail (line 157) | protected function mapOrderTaxItemDetail($inputArray) method testGetCalculatedTaxesForOrderItems (line 218) | public function testGetCalculatedTaxesForOrderItems($orderData, $invoi... method getCalculatedTaxesForOrderItemsDataProvider (line 281) | public function getCalculatedTaxesForOrderItemsDataProvider() method testIsCatalogPriceDisplayAffectedByTax (line 483) | public function testIsCatalogPriceDisplayAffectedByTax( method dataProviderIsCatalogPriceDisplayAffectedByTax (line 524) | public function dataProviderIsCatalogPriceDisplayAffectedByTax() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/CalculatorFactoryTest.php class CalculatorFactoryTest (line 16) | class CalculatorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCreate (line 40) | public function testCreate( method createDataProvider (line 117) | public function createDataProvider() method testCreateInvalid (line 182) | public function testCreateInvalid() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/Rate/ConverterTest.php class ConverterTest (line 10) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testCreateTitlesFromServiceObject (line 67) | public function testCreateTitlesFromServiceObject() method testCreateTitlesFromServiceObjectWhenTitlesAreNotProvided (line 79) | public function testCreateTitlesFromServiceObjectWhenTitlesAreNotProvi... method testCreateArrayFromServiceObject (line 88) | public function testCreateArrayFromServiceObject() method testPopulateTaxRateData (line 102) | public function testPopulateTaxRateData() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/RateRegistryTest.php class RateRegistryTest (line 16) | class RateRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testRegisterTaxRate (line 51) | public function testRegisterTaxRate() method testRetrieveTaxRate (line 60) | public function testRetrieveTaxRate() method testRetrieveException (line 83) | public function testRetrieveException() method testRemoveTaxRate (line 98) | public function testRemoveTaxRate() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/RateRepositoryTest.php class RateRepositoryTest (line 19) | class RateRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | protected function setUp() method testSave (line 114) | public function testSave() method testSaveThrowsExceptionIfTargetTaxRateDoesNotExist (line 158) | public function testSaveThrowsExceptionIfTargetTaxRateDoesNotExist() method testGet (line 186) | public function testGet() method testDelete (line 193) | public function testDelete() method testDeleteById (line 200) | public function testDeleteById() method testGetList (line 210) | public function testGetList() method getTaxRateMock (line 249) | private function getTaxRateMock(array $taxRateData) method testSaveThrowsExceptionIfCannotSaveTitles (line 271) | public function testSaveThrowsExceptionIfCannotSaveTitles($expectedExc... method saveThrowsExceptionIfCannotSaveTitlesDataProvider (line 318) | public function saveThrowsExceptionIfCannotSaveTitlesDataProvider() method testGetListWhenFilterGroupExists (line 334) | public function testGetListWhenFilterGroupExists() method testValidate (line 370) | public function testValidate() method testValidateWithNoRate (line 400) | public function testValidateWithNoRate() method testValidateWithWrongRate (line 438) | public function testValidateWithWrongRate() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/RateTest.php class RateTest (line 9) | class RateTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testExceptionOfValidation (line 48) | public function testExceptionOfValidation($exceptionMessage, $data) method exceptionOfValidationDataProvider (line 67) | public function exceptionOfValidationDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/RowBaseAndTotalBaseCalculatorTestCase.php class RowBaseAndTotalBaseCalculatorTestCase (line 17) | class RowBaseAndTotalBaseCalculatorTestCase extends \PHPUnit\Framework\T... method initMocks (line 80) | public function initMocks($isTaxIncluded) method setUp (line 88) | protected function setUp() method calculate (line 143) | public function calculate($calculator, $round = true) method initMockItem (line 153) | protected function initMockItem($isTaxIncluded) method initMockConfig (line 191) | protected function initMockConfig() method initMockCalculationTool (line 210) | protected function initMockCalculationTool($isTaxIncluded) method initMockAppliedTaxDataObjectFactory (line 262) | protected function initMockAppliedTaxDataObjectFactory() method mockReturnValues (line 280) | private function mockReturnValues($mockObject, $mockMap) FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/RowBaseCalculatorTest.php class RowBaseCalculatorTest (line 15) | class RowBaseCalculatorTest extends RowBaseAndTotalBaseCalculatorTestCase method testCalculateWithTaxInPrice (line 20) | public function testCalculateWithTaxInPrice() method testCalculateWithTaxNotInPrice (line 40) | public function testCalculateWithTaxNotInPrice() method initRowBaseCalculator (line 53) | private function initRowBaseCalculator() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/TaxRuleRegistryTest.php class TaxRuleRegistryTest (line 16) | class TaxRuleRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testRemoveTaxRule (line 51) | public function testRemoveTaxRule() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/TotalBaseCalculatorTest.php class TotalBaseCalculatorTest (line 9) | class TotalBaseCalculatorTest extends RowBaseAndTotalBaseCalculatorTestCase method testCalculateWithTaxInPrice (line 14) | public function testCalculateWithTaxInPrice() method testCalculateWithTaxInPriceNoRounding (line 28) | public function testCalculateWithTaxInPriceNoRounding() method testCalculateWithTaxNotInPrice (line 42) | public function testCalculateWithTaxNotInPrice() method initTotalBaseCalculator (line 55) | private function initTotalBaseCalculator() FILE: app/code/Magento/Tax/Test/Unit/Model/Calculation/UnitBaseCalculatorTest.php class UnitBaseCalculatorTest (line 14) | class UnitBaseCalculatorTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testCalculateWithTaxInPrice (line 117) | public function testCalculateWithTaxInPrice() method testCalculateWithTaxNotInPrice (line 157) | public function testCalculateWithTaxNotInPrice() method getMockItem (line 186) | protected function getMockItem() FILE: app/code/Magento/Tax/Test/Unit/Model/ClassModelRegistryTest.php class ClassModelRegistryTest (line 14) | class ClassModelRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testUpdateTaxClassNotExistingEntity (line 55) | public function testUpdateTaxClassNotExistingEntity() method testGetTaxClass (line 72) | public function testGetTaxClass() FILE: app/code/Magento/Tax/Test/Unit/Model/Config/TaxClassTest.php class TaxClassTest (line 14) | class TaxClassTest extends \PHPUnit\Framework\TestCase method testAfterSave (line 19) | public function testAfterSave() FILE: app/code/Magento/Tax/Test/Unit/Model/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method testDirectSettersGettersMethods (line 24) | public function testDirectSettersGettersMethods($setterMethod, $getter... method dataProviderDirectSettersGettersMethods (line 39) | public function dataProviderDirectSettersGettersMethods() method testGetCalculationSequence (line 60) | public function testGetCalculationSequence($applyTaxAfterDiscount, $di... method dataProviderGetCalculationSequence (line 78) | public function dataProviderGetCalculationSequence() method testScopeConfigMethods (line 97) | public function testScopeConfigMethods($method, $path, $configValue, $... method dataProviderScopeConfigMethods (line 114) | public function dataProviderScopeConfigMethods() FILE: app/code/Magento/Tax/Test/Unit/Model/Plugin/OrderSaveTest.php class OrderSaveTest (line 11) | class OrderSaveTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method setupOrderMock (line 69) | protected function setupOrderMock() method setupExtensionAttributeMock (line 89) | protected function setupExtensionAttributeMock() method verifyOrderTaxes (line 107) | protected function verifyOrderTaxes($expectedTaxes) method verifyItemTaxes (line 140) | public function verifyItemTaxes($expectedItemTaxes) method testAfterSave (line 169) | public function testAfterSave( method afterSaveDataProvider (line 223) | public function afterSaveDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/Quote/GrandTotalDetailsPluginTest.php class GrandTotalDetailsPluginTest (line 14) | class GrandTotalDetailsPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method setupTaxTotal (line 115) | protected function setupTaxTotal(array $data) method setupTaxRateFactoryMock (line 132) | protected function setupTaxRateFactoryMock(array $taxRate) method setupTaxDetails (line 157) | protected function setupTaxDetails(array $taxDetails) method testAfterProcess (line 184) | public function testAfterProcess() FILE: app/code/Magento/Tax/Test/Unit/Model/Quote/ToOrderConverterTest.php class ToOrderConverterTest (line 15) | class ToOrderConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method setupOrderExtensionAttributeMock (line 70) | protected function setupOrderExtensionAttributeMock() method testAfterConvert (line 91) | public function testAfterConvert( method testAfterConvertNullExtensionAttribute (line 139) | public function testAfterConvertNullExtensionAttribute( method afterConvertDataProvider (line 189) | public function afterConvertDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/ResourceModel/CalculationTest.php class CalculationTest (line 10) | class CalculationTest extends \PHPUnit\Framework\TestCase method testCreateSearchPostCodeTemplates (line 19) | public function testCreateSearchPostCodeTemplates($postalCode, $exactP... method verifyResults (line 60) | private function verifyResults($resultsArr, $code1, $code2 = null) method dataProviderCreateSearchPostCodeTemplates (line 84) | public function dataProviderCreateSearchPostCodeTemplates() FILE: app/code/Magento/Tax/Test/Unit/Model/Sales/Order/TaxManagementTest.php class TaxManagementTest (line 15) | class TaxManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetOrderTaxDetails (line 104) | public function testGetOrderTaxDetails($orderItemAppliedTaxes, $expected) method getOrderTaxDetailsDataProvider (line 129) | public function getOrderTaxDetailsDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php class CommonTaxCollectorTest (line 36) | class CommonTaxCollectorTest extends TestCase method setUp (line 91) | protected function setUp() method testGetShippingDataObject (line 159) | public function testGetShippingDataObject( method testUpdateItemTaxInfo (line 226) | public function testUpdateItemTaxInfo(): void method getShippingDataObjectDataProvider (line 259) | public function getShippingDataObjectDataProvider(): array FILE: app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/ShippingTest.php class ShippingTest (line 14) | class ShippingTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testCollectDoesNotCalculateTaxIfThereIsNoItemsRelatedToGivenAddress (line 91) | public function testCollectDoesNotCalculateTaxIfThereIsNoItemsRelatedT... method testCollect (line 119) | public function testCollect() method getMockObject (line 131) | private function getMockObject($className, array $objectState) method testFetch (line 149) | public function testFetch() method testFetchWithZeroShipping (line 162) | public function testFetchWithZeroShipping() FILE: app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/SubtotalTest.php class SubtotalTest (line 16) | class SubtotalTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testCollectEmptyAddresses (line 157) | public function testCollectEmptyAddresses() method testCollect (line 164) | public function testCollect() method checkGetAddressItems (line 182) | protected function checkGetAddressItems() FILE: app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php class TaxTest (line 20) | class TaxTest extends \PHPUnit\Framework\TestCase method testCollect (line 38) | public function testCollect( method dataProviderCollectArray (line 295) | public function dataProviderCollectArray() method testProcessConfigArray (line 398) | public function testProcessConfigArray($calculationSequence, $keyExpec... method dataProviderProcessConfigArray (line 419) | public function dataProviderProcessConfigArray() method testMapQuoteExtraTaxables (line 438) | public function testMapQuoteExtraTaxables($itemData, $addressData) method dataProviderMapQuoteExtraTaxablesArray (line 571) | public function dataProviderMapQuoteExtraTaxablesArray() method testFetch (line 601) | public function testFetch($appliedTaxesData, $addressData) method dataProviderFetchArray (line 711) | public function dataProviderFetchArray() method testGetLabel (line 752) | public function testGetLabel() method testEmptyAddress (line 765) | public function testEmptyAddress() FILE: app/code/Magento/Tax/Test/Unit/Model/System/Message/Notification/ApplyDiscountOnPricesTest.php class ApplyDiscountOnPricesTest (line 22) | class ApplyDiscountOnPricesTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testIsDisplayed (line 79) | public function testIsDisplayed( method dataProviderIsDisplayed (line 99) | public function dataProviderIsDisplayed() method testGetText (line 140) | public function testGetText() FILE: app/code/Magento/Tax/Test/Unit/Model/System/Message/Notification/DiscountErrorsTest.php class DiscountErrorsTest (line 19) | class DiscountErrorsTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testIsDisplayed (line 73) | public function testIsDisplayed() method testIsDisplayedIgnoreWrongConfiguration (line 80) | public function testIsDisplayedIgnoreWrongConfiguration() method testGetText (line 87) | public function testGetText() FILE: app/code/Magento/Tax/Test/Unit/Model/System/Message/Notification/RoundingErrorsTest.php class RoundingErrorsTest (line 19) | class RoundingErrorsTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testIsDisplayedNotDisplayedUnitBased (line 73) | public function testIsDisplayedNotDisplayedUnitBased() method testIsDisplayedNotDisplayed (line 96) | public function testIsDisplayedNotDisplayed() method testIsDisplayedIgnoreWrongConfiguration (line 118) | public function testIsDisplayedIgnoreWrongConfiguration() method testGetText (line 124) | public function testGetText() FILE: app/code/Magento/Tax/Test/Unit/Model/System/Message/NotificationsTest.php class NotificationsTest (line 20) | class NotificationsTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testIsDisplayed (line 77) | public function testIsDisplayed( method dataProviderIsDisplayed (line 88) | public function dataProviderIsDisplayed() method testGetText (line 101) | public function testGetText() method testGetInfoUrl (line 125) | public function testGetInfoUrl() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxAddressManagerTest.php class TaxAddressManagerTest (line 12) | class TaxAddressManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testSetDefaultAddressAfterSave (line 56) | public function testSetDefaultAddressAfterSave( method setAddressCustomerSessionAddressSaveDataProvider (line 115) | public function setAddressCustomerSessionAddressSaveDataProvider() method testSetDefaultAddressAfterLogIn (line 132) | public function testSetDefaultAddressAfterLogIn( method setAddressCustomerSessionLogInDataProvider (line 160) | public function setAddressCustomerSessionLogInDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxCalculationTest.php class TaxCalculationTest (line 14) | class TaxCalculationTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetCalculatedRate (line 95) | public function testGetCalculatedRate() method testGetDefaultCalculatedRate (line 124) | public function testGetDefaultCalculatedRate() method testCalculateTaxIfNoItemsInQuote (line 153) | public function testCalculateTaxIfNoItemsInQuote() method testCalculateTax (line 185) | public function testCalculateTax() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method testCreate (line 17) | public function testCreate($classType, $className, $classTypeMock) method createDataProvider (line 45) | public function createDataProvider() method testCreateWithWrongClassType (line 63) | public function testCreateWithWrongClassType() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/ManagementTest.php class ManagementTest (line 11) | class ManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetTaxClassIdWithoutKey (line 48) | public function testGetTaxClassIdWithoutKey() method testGetTaxClassIdByIDType (line 53) | public function testGetTaxClassIdByIDType() method testGetTaxClassIdByNameType (line 63) | public function testGetTaxClassIdByNameType() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/RepositoryTest.php class RepositoryTest (line 16) | class RepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method testDelete (line 106) | public function testDelete() method testDeleteResourceException (line 120) | public function testDeleteResourceException() method testDeleteWithException (line 134) | public function testDeleteWithException() method testGet (line 148) | public function testGet() method testDeleteById (line 164) | public function testDeleteById() method testGetList (line 184) | public function testGetList() method testSave (line 216) | public function testSave() method testSaveWithInputException (line 242) | public function testSaveWithInputException() method testSaveWithLocalizedException (line 258) | public function testSaveWithLocalizedException() method testSaveWithSameClassException (line 284) | public function testSaveWithSameClassException() method testSaveWithValidateTaxClassDataException (line 312) | public function testSaveWithValidateTaxClassDataException($classType) method validateTaxClassDataProvider (line 333) | public function validateTaxClassDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/Source/CustomerTest.php class CustomerTest (line 10) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetAllOptions (line 81) | public function testGetAllOptions($isEmpty, array $expected) method dataProviderGetAllOptions (line 159) | public function dataProviderGetAllOptions() method testGetAllOptionsNameIntegrity (line 173) | public function testGetAllOptionsNameIntegrity(array $value) method dataProviderGetAllOptionsNameIntegrity (line 240) | public function dataProviderGetAllOptionsNameIntegrity() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/Source/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetFlatColumns (line 72) | public function testGetFlatColumns() method testGetAllOptionsNameIntegrity (line 103) | public function testGetAllOptionsNameIntegrity(array $value) method dataProviderGetAllOptionsNameIntegrity (line 170) | public function dataProviderGetAllOptionsNameIntegrity() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/Type/CustomerTest.php class CustomerTest (line 8) | class CustomerTest extends \PHPUnit\Framework\TestCase method testIsAssignedToObjects (line 10) | public function testIsAssignedToObjects() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxClass/Type/ProductTest.php class ProductTest (line 8) | class ProductTest extends \PHPUnit\Framework\TestCase method testIsAssignedToObjects (line 10) | public function testIsAssignedToObjects() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxConfigProviderTest.php class TaxConfigProviderTest (line 10) | class TaxConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetConfig (line 70) | public function testGetConfig( method getConfigDataProvider (line 122) | public function getConfigDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxRateCollectionTest.php class TaxRateCollectionTest (line 10) | class TaxRateCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testLoadData (line 96) | public function testLoadData() method testCreateTaxRateCollectionItem (line 123) | public function testCreateTaxRateCollectionItem() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxRateManagementTest.php class TaxRateManagementTest (line 8) | class TaxRateManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetRatesByCustomerAndProductTaxClassId (line 49) | public function testGetRatesByCustomerAndProductTaxClassId() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxRuleCollectionTest.php class TaxRuleCollectionTest (line 19) | class TaxRuleCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testLoadData (line 104) | public function testLoadData() FILE: app/code/Magento/Tax/Test/Unit/Model/TaxRuleRepositoryTest.php class TaxRuleRepositoryTest (line 20) | class TaxRuleRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 73) | protected function setUp() method testGet (line 108) | public function testGet() method testDelete (line 115) | public function testDelete() method testDeleteById (line 124) | public function testDeleteById() method testSave (line 135) | public function testSave() method testSaveWithExceptions (line 156) | public function testSaveWithExceptions($exceptionObject, $exceptionNam... method saveExceptionsDataProvider (line 174) | public function saveExceptionsDataProvider() method testGetList (line 190) | public function testGetList() FILE: app/code/Magento/Tax/Test/Unit/Observer/AfterAddressSaveObserverTest.php class AfterAddressSaveObserverTest (line 19) | class AfterAddressSaveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 106) | public function testExecute( method getExecuteDataProvider (line 144) | public function getExecuteDataProvider() FILE: app/code/Magento/Tax/Test/Unit/Observer/CustomerLoggedInObserverTest.php class CustomerLoggedInObserverTest (line 14) | class CustomerLoggedInObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 118) | public function testExecute() FILE: app/code/Magento/Tax/Test/Unit/Observer/GetPriceConfigurationObserverTest.php class GetPriceConfigurationObserverTest (line 16) | class GetPriceConfigurationObserverTest extends \PHPUnit\Framework\TestCase method testExecute (line 45) | public function testExecute($testArray, $expectedArray) method getPriceConfigurationProvider (line 169) | public function getPriceConfigurationProvider() FILE: app/code/Magento/Tax/Test/Unit/Observer/UpdateProductOptionsObserverTest.php class UpdateProductOptionsObserverTest (line 11) | class UpdateProductOptionsObserverTest extends \PHPUnit\Framework\TestCase method testUpdateProductOptions (line 21) | public function testUpdateProductOptions( method dataProviderUpdateProductOptions (line 84) | public function dataProviderUpdateProductOptions() FILE: app/code/Magento/Tax/Test/Unit/Plugin/Checkout/CustomerData/CartTest.php class CartTest (line 18) | class CartTest extends TestCase method setUp (line 50) | protected function setUp() method testAfterGetSectionData (line 68) | public function testAfterGetSectionData() FILE: app/code/Magento/Tax/Test/Unit/Pricing/AdjustmentTest.php class AdjustmentTest (line 13) | class AdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetAdjustmentCode (line 42) | public function testGetAdjustmentCode() method testIsIncludedInBasePrice (line 51) | public function testIsIncludedInBasePrice($expectedResult) method isIncludedInBasePriceDataProvider (line 62) | public function isIncludedInBasePriceDataProvider() method testIsIncludedInDisplayPrice (line 70) | public function testIsIncludedInDisplayPrice($displayPriceIncludingTax... method isIncludedInDisplayPriceDataProvider (line 87) | public function isIncludedInDisplayPriceDataProvider() method testExtractAdjustment (line 104) | public function testExtractAdjustment($isPriceIncludesTax, $amount, $p... method extractAdjustmentDataProvider (line 122) | public function extractAdjustmentDataProvider() method testApplyAdjustment (line 139) | public function testApplyAdjustment($amount, $price, $expectedResult) method applyAdjustmentDataProvider (line 154) | public function applyAdjustmentDataProvider() method testIsExcludedWith (line 168) | public function testIsExcludedWith($adjustmentCode, $expectedResult) method isExcludedWithDataProvider (line 176) | public function isExcludedWithDataProvider() method testGetSortOrder (line 184) | public function testGetSortOrder() FILE: app/code/Magento/Tax/Test/Unit/Pricing/Render/AdjustmentTest.php class AdjustmentTest (line 14) | class AdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetAdjustmentCode (line 83) | public function testGetAdjustmentCode() method testGetDefaultExclusions (line 91) | public function testGetDefaultExclusions() method testDisplayBothPrices (line 101) | public function testDisplayBothPrices() method testGetDisplayAmountExclTax (line 113) | public function testGetDisplayAmountExclTax() method testGetDisplayAmount (line 154) | public function testGetDisplayAmount($includeContainer) method getDisplayAmountDataProvider (line 194) | public function getDisplayAmountDataProvider() method testBuildIdWithPrefix (line 208) | public function testBuildIdWithPrefix($prefix, $saleableId, $suffix, $... method buildIdWithPrefixDataProvider (line 241) | public function buildIdWithPrefixDataProvider() method testDisplayPriceIncludingTax (line 255) | public function testDisplayPriceIncludingTax() method testDisplayPriceExcludingTax (line 271) | public function testDisplayPriceExcludingTax() method testGetHtmlExcluding (line 284) | public function testGetHtmlExcluding() method testGetHtmlBoth (line 313) | public function testGetHtmlBoth() FILE: app/code/Magento/Tax/Test/Unit/Setup/TaxSetupTest.php class TaxSetupTest (line 8) | class TaxSetupTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetTaxableItems (line 38) | public function testGetTaxableItems() FILE: app/code/Magento/Tax/Test/Unit/Ui/DataProvider/Product/Listing/Collector/TaxTest.php class TaxTest (line 20) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testCollect (line 97) | public function testCollect() FILE: app/code/Magento/Tax/Ui/DataProvider/Product/Listing/Collector/Tax.php class Tax (line 21) | class Tax implements ProductRenderCollectorInterface method __construct (line 61) | public function __construct( method collect (line 76) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/TaxImportExport/Block/Adminhtml/Rate/Grid/Renderer/Country.php class Country (line 14) | class Country extends \Magento\Backend\Block\Widget\Grid\Column\Renderer... method renderExport (line 22) | public function renderExport(\Magento\Framework\DataObject $row) FILE: app/code/Magento/TaxImportExport/Block/Adminhtml/Rate/ImportExport.php class ImportExport (line 12) | class ImportExport extends \Magento\Backend\Block\Widget method __construct (line 23) | public function __construct(\Magento\Backend\Block\Template\Context $c... FILE: app/code/Magento/TaxImportExport/Block/Adminhtml/Rate/ImportExportHeader.php class ImportExportHeader (line 12) | class ImportExportHeader extends \Magento\Backend\Block\Widget FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate.php class Rate (line 11) | abstract class Rate extends \Magento\Backend\App\Action method __construct (line 29) | public function __construct( FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate/ExportCsv.php class ExportCsv (line 12) | class ExportCsv extends \Magento\TaxImportExport\Controller\Adminhtml\Rate method execute (line 19) | public function execute() FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate/ExportPost.php class ExportPost (line 11) | class ExportPost extends \Magento\TaxImportExport\Controller\Adminhtml\Rate method execute (line 18) | public function execute() method _isAllowed (line 90) | protected function _isAllowed() FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate/ExportXml.php class ExportXml (line 12) | class ExportXml extends \Magento\TaxImportExport\Controller\Adminhtml\Rate method execute (line 19) | public function execute() FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate/ImportExport.php class ImportExport (line 11) | class ImportExport extends \Magento\TaxImportExport\Controller\Adminhtml... method execute (line 25) | public function execute() FILE: app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate/ImportPost.php class ImportPost (line 10) | class ImportPost extends \Magento\TaxImportExport\Controller\Adminhtml\Rate method execute (line 17) | public function execute() method _isAllowed (line 46) | protected function _isAllowed() FILE: app/code/Magento/TaxImportExport/Model/Rate/CsvImportHandler.php class CsvImportHandler (line 14) | class CsvImportHandler method __construct (line 60) | public function __construct( method getRequiredCsvFields (line 80) | public function getRequiredCsvFields() method importFromCsvFile (line 102) | public function importFromCsvFile($file) method _filterFileFields (line 131) | protected function _filterFileFields(array $fileFields) method _filterRateData (line 159) | protected function _filterRateData(array $rateRawData, array $invalidF... method _composeStoreCache (line 190) | protected function _composeStoreCache($validFields) method _isStoreCodeValid (line 213) | protected function _isStoreCodeValid($storeCode) method _importRate (line 234) | protected function _importRate(array $rateData, array $regionsCache, a... method _addCountryRegionsToCache (line 286) | protected function _addCountryRegionsToCache($countryCode, array $regi... FILE: app/code/Magento/TaxImportExport/Test/Unit/Controller/Adminhtml/Rate/ExportPostTest.php class ExportPostTest (line 12) | class ExportPostTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testExecute (line 48) | public function testExecute() FILE: app/code/Magento/Theme/Api/Data/DesignConfigDataInterface.php type DesignConfigDataInterface (line 15) | interface DesignConfigDataInterface method getPath (line 29) | public function getPath(); method getValue (line 35) | public function getValue(); method getFieldConfig (line 41) | public function getFieldConfig(); method setPath (line 48) | public function setPath($path); method setValue (line 55) | public function setValue($value); method setFieldConfig (line 62) | public function setFieldConfig(array $config); method getExtensionAttributes (line 70) | public function getExtensionAttributes(); method setExtensionAttributes (line 79) | public function setExtensionAttributes(DesignConfigDataExtensionInterf... FILE: app/code/Magento/Theme/Api/Data/DesignConfigInterface.php type DesignConfigInterface (line 15) | interface DesignConfigInterface extends ExtensibleDataInterface method getScope (line 30) | public function getScope(); method getScopeId (line 38) | public function getScopeId(); method setScope (line 45) | public function setScope($scope); method setScopeId (line 52) | public function setScopeId($scopeId); method getExtensionAttributes (line 60) | public function getExtensionAttributes(); method setExtensionAttributes (line 69) | public function setExtensionAttributes(\Magento\Theme\Api\Data\DesignC... FILE: app/code/Magento/Theme/Api/DesignConfigRepositoryInterface.php type DesignConfigRepositoryInterface (line 15) | interface DesignConfigRepositoryInterface method getByScope (line 25) | public function getByScope($scope, $scopeId); method save (line 34) | public function save(DesignConfigInterface $designConfig); method delete (line 43) | public function delete(DesignConfigInterface $designConfig); FILE: app/code/Magento/Theme/Block/Adminhtml/Design/Config/Edit/BackButton.php class BackButton (line 18) | class BackButton implements ButtonProviderInterface method __construct (line 31) | public function __construct( method getButtonData (line 41) | public function getButtonData() method getBackUrl (line 57) | public function getBackUrl() FILE: app/code/Magento/Theme/Block/Adminhtml/Design/Config/Edit/SaveAndContinueButton.php class SaveAndContinueButton (line 16) | class SaveAndContinueButton implements ButtonProviderInterface method getButtonData (line 22) | public function getButtonData() FILE: app/code/Magento/Theme/Block/Adminhtml/Design/Config/Edit/SaveButton.php class SaveButton (line 16) | class SaveButton implements ButtonProviderInterface method getButtonData (line 22) | public function getButtonData() FILE: app/code/Magento/Theme/Block/Adminhtml/Design/Config/Edit/Scope.php class Scope (line 19) | class Scope extends Template method __construct (line 30) | public function __construct( method getScopeTitle (line 44) | public function getScopeTitle() method toHtml (line 62) | public function toHtml() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme.php class Theme (line 14) | class Theme extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 21) | public function _construct() method getHeaderText (line 38) | public function getHeaderText() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit.php class Edit (line 16) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 30) | public function __construct( method _prepareLayout (line 44) | protected function _prepareLayout() method getHeaderText (line 99) | public function getHeaderText() method _getCurrentTheme (line 116) | protected function _getCurrentTheme() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/AbstractTab.php class AbstractTab (line 14) | abstract class AbstractTab extends \Magento\Backend\Block\Widget\Form\Ge... method __construct (line 36) | public function __construct( method _getCurrentTheme (line 52) | protected function _getCurrentTheme() method getTabTitle (line 62) | public function getTabTitle() method canShowTab (line 72) | public function canShowTab() method isHidden (line 82) | public function isHidden() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 20) | protected function _prepareForm() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Form/Element/File.php class File (line 12) | class File extends \Magento\Framework\Data\Form\Element\File method getHtmlAttributes (line 26) | public function getHtmlAttributes() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Form/Element/Image.php class Image (line 14) | class Image extends \Magento\Framework\Data\Form\Element\Image method _getUrl (line 21) | protected function _getUrl() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Form/Element/Links.php class Links (line 14) | class Links extends \Magento\Framework\Data\Form\Element\AbstractElement method __construct (line 22) | public function __construct( method getElementHtml (line 37) | public function getElementHtml() method _optionToHtml (line 65) | protected function _optionToHtml(array $option) method getHtmlAttributes (line 91) | public function getHtmlAttributes() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Tab/Css.php class Css (line 21) | class Css extends \Magento\Theme\Block\Adminhtml\System\Design\Theme\Edi... method __construct (line 51) | public function __construct( method _prepareForm (line 70) | protected function _prepareForm() method _addThemeCssFieldset (line 102) | protected function _addThemeCssFieldset() method _addCustomCssFieldset (line 141) | protected function _addCustomCssFieldset() method _getUploadCssFileNote (line 251) | protected function _getUploadCssFileNote() method _getAdditionalElementTypes (line 272) | protected function _getAdditionalElementTypes() method getTabLabel (line 284) | public function getTabLabel() method getDownloadUrl (line 296) | public function getDownloadUrl($fileId, $themeId) FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Tab/General.php class General (line 17) | class General extends \Magento\Theme\Block\Adminhtml\System\Design\Theme... method __construct (line 41) | public function __construct( method _prepareForm (line 58) | protected function _prepareForm() method _addThemeFieldset (line 95) | protected function _addThemeFieldset($form, $formData, ThemeInterface ... method _filterFieldNote (line 212) | protected function _filterFieldNote($text) method _isFieldAttrRequired (line 222) | protected function _isFieldAttrRequired() method _getFieldTextType (line 232) | protected function _getFieldTextType() method _getAdditionalElementTypes (line 242) | protected function _getAdditionalElementTypes() method getTabLabel (line 253) | public function getTabLabel() method canShowTab (line 263) | public function canShowTab() method _getDefaults (line 273) | protected function _getDefaults() method _getDefaultsInherited (line 287) | protected function _getDefaultsInherited($themesCollections) method _getPreviewImageNote (line 308) | protected function _getPreviewImageNote() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Tab/Js.php class Js (line 15) | class Js extends \Magento\Theme\Block\Adminhtml\System\Design\Theme\Edit... method _prepareForm (line 22) | protected function _prepareForm() method _addThemeJsFieldset (line 37) | protected function _addThemeJsFieldset() method _getAdditionalElementTypes (line 82) | protected function _getAdditionalElementTypes() method getTabLabel (line 93) | public function getTabLabel() method getJsUploadUrl (line 103) | public function getJsUploadUrl() method _getUploadJsFileNote (line 116) | protected function _getUploadJsFileNote() FILE: app/code/Magento/Theme/Block/Adminhtml/System/Design/Theme/Edit/Tabs.php class Tabs (line 14) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 21) | public function _construct() FILE: app/code/Magento/Theme/Block/Adminhtml/Wysiwyg/Files/Content.php class Content (line 15) | class Content extends \Magento\Backend\Block\Widget\Container method __construct (line 33) | public function __construct( method _construct (line 49) | protected function _construct() method getContentsUrl (line 104) | public function getContentsUrl() method getFilebrowserSetupObject (line 117) | public function getFilebrowserSetupObject() method getNewfolderUrl (line 145) | public function getNewfolderUrl() method getDeletefolderUrl (line 155) | protected function getDeletefolderUrl() method getDeleteFilesUrl (line 165) | public function getDeleteFilesUrl() method getOnInsertUrl (line 175) | public function getOnInsertUrl() method getTargetElementId (line 185) | public function getTargetElementId() FILE: app/code/Magento/Theme/Block/Adminhtml/Wysiwyg/Files/Content/Files.php class Files (line 17) | class Files extends \Magento\Backend\Block\Template method getFiles (line 31) | public function getFiles() method getFilesCount (line 45) | public function getFilesCount() FILE: app/code/Magento/Theme/Block/Adminhtml/Wysiwyg/Files/Content/Uploader.php class Uploader (line 15) | class Uploader extends \Magento\Backend\Block\Media\Uploader method __construct (line 35) | public function __construct( method _prepareLayout (line 50) | protected function _prepareLayout() method getHelperStorage (line 61) | public function getHelperStorage() FILE: app/code/Magento/Theme/Block/Adminhtml/Wysiwyg/Files/Tree.php class Tree (line 15) | class Tree extends \Magento\Backend\Block\Template method __construct (line 40) | public function __construct( method getTreeLoaderUrl (line 59) | public function getTreeLoaderUrl() method getTreeJson (line 70) | public function getTreeJson($data) method getRootNodeName (line 80) | public function getRootNodeName() method getTreeCurrentPath (line 90) | public function getTreeCurrentPath() FILE: app/code/Magento/Theme/Block/Html/Breadcrumbs.php class Breadcrumbs (line 17) | class Breadcrumbs extends \Magento\Framework\View\Element\Template method __construct (line 57) | public function __construct( method addCrumb (line 74) | public function addCrumb($crumbName, $crumbInfo) method getCacheKeyInfo (line 96) | public function getCacheKeyInfo() method _toHtml (line 112) | protected function _toHtml() FILE: app/code/Magento/Theme/Block/Html/Footer.php class Footer (line 16) | class Footer extends \Magento\Framework\View\Element\Template implements... method __construct (line 42) | public function __construct( method _construct (line 56) | protected function _construct() method getCacheKeyInfo (line 70) | public function getCacheKeyInfo() method getCopyright (line 88) | public function getCopyright() method getMiscellaneousHtml (line 105) | public function getMiscellaneousHtml() method getIdentities (line 121) | public function getIdentities() method getCacheLifetime (line 131) | protected function getCacheLifetime() FILE: app/code/Magento/Theme/Block/Html/Header.php class Header (line 15) | class Header extends \Magento\Framework\View\Element\Template method getWelcome (line 29) | public function getWelcome() FILE: app/code/Magento/Theme/Block/Html/Header/CriticalCss.php class CriticalCss (line 19) | class CriticalCss implements ArgumentInterface method __construct (line 35) | public function __construct( method getCriticalCssData (line 48) | public function getCriticalCssData() FILE: app/code/Magento/Theme/Block/Html/Header/Logo.php class Logo (line 15) | class Logo extends \Magento\Framework\View\Element\Template method __construct (line 34) | public function __construct( method isHomePage (line 52) | public function isHomePage() method getLogoSrc (line 64) | public function getLogoSrc() method getLogoAlt (line 77) | public function getLogoAlt() method getLogoWidth (line 93) | public function getLogoWidth() method getLogoHeight (line 109) | public function getLogoHeight() method _getLogoUrl (line 125) | protected function _getLogoUrl() method _isFile (line 152) | protected function _isFile($filename) FILE: app/code/Magento/Theme/Block/Html/Notices.php class Notices (line 14) | class Notices extends \Magento\Framework\View\Element\Template method __construct (line 20) | public function __construct(\Magento\Framework\View\Element\Template\C... method displayNoscriptNotice (line 30) | public function displayNoscriptNotice() method displayNoLocalStorageNotice (line 43) | public function displayNoLocalStorageNotice() method displayDemoNotice (line 56) | public function displayDemoNotice() FILE: app/code/Magento/Theme/Block/Html/Pager.php class Pager (line 15) | class Pager extends \Magento\Framework\View\Element\Template method _construct (line 113) | protected function _construct() method getCurrentPage (line 125) | public function getCurrentPage() method getLimit (line 138) | public function getLimit() method setLimit (line 161) | public function setLimit($limit) method setCollection (line 173) | public function setCollection($collection) method getCollection (line 191) | public function getCollection() method setPageVarName (line 203) | public function setPageVarName($varName) method getPageVarName (line 214) | public function getPageVarName() method setShowPerPage (line 226) | public function setShowPerPage($varName) method isShowPerPage (line 237) | public function isShowPerPage() method setLimitVarName (line 252) | public function setLimitVarName($varName) method getLimitVarName (line 263) | public function getLimitVarName() method setAvailableLimit (line 274) | public function setAvailableLimit(array $limits) method getAvailableLimit (line 285) | public function getAvailableLimit() method getFirstNum (line 295) | public function getFirstNum() method getLastNum (line 306) | public function getLastNum() method getTotalNum (line 317) | public function getTotalNum() method isFirstPage (line 327) | public function isFirstPage() method getLastPageNum (line 337) | public function getLastPageNum() method isLastPage (line 347) | public function isLastPage() method isLimitCurrent (line 359) | public function isLimitCurrent($limit) method isPageCurrent (line 371) | public function isPageCurrent($page) method getPages (line 381) | public function getPages() method getFirstPageUrl (line 409) | public function getFirstPageUrl() method getPreviousPageUrl (line 419) | public function getPreviousPageUrl() method getNextPageUrl (line 429) | public function getNextPageUrl() method getLastPageUrl (line 439) | public function getLastPageUrl() method getPageUrl (line 451) | public function getPageUrl($page) method getLimitUrl (line 463) | public function getLimitUrl($limit) method getPagerUrl (line 475) | public function getPagerUrl($params = []) method getPath (line 492) | protected function getPath() method getFrameStart (line 502) | public function getFrameStart() method getFrameEnd (line 513) | public function getFrameEnd() method getFramePages (line 524) | public function getFramePages() method getPreviousJumpPage (line 536) | public function getPreviousJumpPage() method getPreviousJumpUrl (line 555) | public function getPreviousJumpUrl() method getNextJumpPage (line 565) | public function getNextJumpPage() method getNextJumpUrl (line 584) | public function getNextJumpUrl() method getFrameLength (line 594) | public function getFrameLength() method getJump (line 604) | public function getJump() method setFrameLength (line 615) | public function setFrameLength($frame) method setJump (line 635) | public function setJump($jump) method canShowFirst (line 651) | public function canShowFirst() method canShowLast (line 661) | public function canShowLast() method canShowPreviousJump (line 671) | public function canShowPreviousJump() method canShowNextJump (line 681) | public function canShowNextJump() method _initFrame (line 691) | protected function _initFrame() method _setFrameInitialized (line 731) | protected function _setFrameInitialized($flag) method isFrameInitialized (line 742) | public function isFrameInitialized() method getAnchorTextForPrevious (line 752) | public function getAnchorTextForPrevious() method getAnchorTextForNext (line 765) | public function getAnchorTextForNext() method setIsOutputRequired (line 779) | public function setIsOutputRequired($isRequired) method _toHtml (line 790) | protected function _toHtml() method getFragment (line 803) | public function getFragment() method setFragment (line 814) | public function setFragment($fragment) FILE: app/code/Magento/Theme/Block/Html/Title.php class Title (line 20) | class Title extends Template method getPageTitle (line 34) | public function getPageTitle() method getPageHeading (line 47) | public function getPageHeading() method setPageTitle (line 61) | public function setPageTitle($pageTitle) FILE: app/code/Magento/Theme/Block/Html/Topmenu.php class Topmenu (line 23) | class Topmenu extends Template implements IdentityInterface method __construct (line 55) | public function __construct( method getCacheLifetime (line 72) | protected function getCacheLifetime() method getHtml (line 85) | public function getHtml($outermostClass = '', $childrenWrapClass = '',... method _countItems (line 119) | protected function _countItems($items) method _columnBrake (line 140) | protected function _columnBrake($items, $limit) method _addSubMenu (line 183) | protected function _addSubMenu($child, $childLevel, $childrenWrapClass... method _getHtml (line 211) | protected function _getHtml( method _getRenderedMenuItemAttributes (line 273) | protected function _getRenderedMenuItemAttributes(Node $item) method _getMenuItemAttributes (line 288) | protected function _getMenuItemAttributes(Node $item) method _getMenuItemClasses (line 299) | protected function _getMenuItemClasses(Node $item) method addIdentity (line 341) | public function addIdentity($identity) method getIdentities (line 353) | public function getIdentities() method getCacheTags (line 364) | protected function getCacheTags() method getMenu (line 378) | public function getMenu() method removeChildrenWithoutActiveParent (line 399) | private function removeChildrenWithoutActiveParent(Collection $childre... method getChildLevel (line 416) | private function getChildLevel($parentLevel): int method shouldAddNewColumn (line 428) | private function shouldAddNewColumn(array $colBrakes, int $counter): bool method setCurrentClass (line 439) | private function setCurrentClass(Node $child, string $outermostClass):... FILE: app/code/Magento/Theme/Block/Html/Welcome.php class Welcome (line 16) | class Welcome extends Template method _toHtml (line 23) | protected function _toHtml() FILE: app/code/Magento/Theme/Console/Command/ThemeUninstallCommand.php class ThemeUninstallCommand (line 34) | class ThemeUninstallCommand extends Command method __construct (line 136) | public function __construct( method configure (line 168) | protected function configure() method execute (line 196) | protected function execute(InputInterface $input, OutputInterface $out... method validate (line 255) | private function validate($themePaths) method getIncorrectThemes (line 290) | protected function getIncorrectThemes($themePaths) method getUnknownPackages (line 308) | protected function getUnknownPackages($themePaths) method getUnknownThemes (line 327) | protected function getUnknownThemes($themePaths) method checkDependencies (line 344) | private function checkDependencies($themePaths) method cleanup (line 371) | private function cleanup(InputInterface $input, OutputInterface $output) FILE: app/code/Magento/Theme/Controller/Adminhtml/Design/Config/Edit.php class Edit (line 20) | class Edit extends Action method __construct (line 43) | public function __construct( method execute (line 58) | public function execute() method getScopeTitle (line 82) | protected function getScopeTitle() method _isAllowed (line 101) | protected function _isAllowed() FILE: app/code/Magento/Theme/Controller/Adminhtml/Design/Config/FileUploader/Save.php class Save (line 19) | class Save extends Action method __construct (line 36) | public function __construct( method execute (line 48) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/Design/Config/Index.php class Index (line 15) | class Index extends Action method __construct (line 26) | public function __construct( method execute (line 39) | public function execute() method _isAllowed (line 54) | protected function _isAllowed() FILE: app/code/Magento/Theme/Controller/Adminhtml/Design/Config/Save.php class Save (line 19) | class Save extends Action method __construct (line 42) | public function __construct( method _isAllowed (line 59) | protected function _isAllowed() method execute (line 69) | public function execute() method getRequestData (line 116) | protected function getRequestData() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme.php class Theme (line 12) | abstract class Theme extends \Magento\Backend\App\Action method __construct (line 50) | public function __construct( FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/Delete.php class Delete (line 15) | class Delete extends \Magento\Theme\Controller\Adminhtml\System\Design\T... method execute (line 22) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/DownloadCss.php class DownloadCss (line 16) | class DownloadCss extends \Magento\Theme\Controller\Adminhtml\System\Des... method execute (line 23) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/DownloadCustomCss.php class DownloadCustomCss (line 16) | class DownloadCustomCss extends \Magento\Theme\Controller\Adminhtml\Syst... method execute (line 23) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/Edit.php class Edit (line 13) | class Edit extends \Magento\Theme\Controller\Adminhtml\System\Design\Theme method execute (line 20) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/Grid.php class Grid (line 13) | class Grid extends \Magento\Theme\Controller\Adminhtml\System\Design\Theme method execute (line 20) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/Index.php class Index (line 15) | class Index extends \Magento\Theme\Controller\Adminhtml\System\Design\Th... method execute (line 22) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/NewAction.php class NewAction (line 13) | class NewAction extends \Magento\Theme\Controller\Adminhtml\System\Desig... method execute (line 20) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/Save.php class Save (line 13) | class Save extends \Magento\Theme\Controller\Adminhtml\System\Design\Theme method execute (line 21) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/UploadCss.php class UploadCss (line 13) | class UploadCss extends \Magento\Theme\Controller\Adminhtml\System\Desig... method execute (line 20) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Theme/UploadJs.php class UploadJs (line 16) | class UploadJs extends \Magento\Theme\Controller\Adminhtml\System\Design... method execute (line 23) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files.php class Files (line 12) | abstract class Files extends \Magento\Backend\App\Action method __construct (line 36) | public function __construct( method _getStorage (line 51) | protected function _getStorage() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/Contents.php class Contents (line 9) | class Contents extends \Magento\Theme\Controller\Adminhtml\System\Design... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/DeleteFiles.php class DeleteFiles (line 9) | class DeleteFiles extends \Magento\Theme\Controller\Adminhtml\System\Des... method execute (line 17) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/DeleteFolder.php class DeleteFolder (line 9) | class DeleteFolder extends \Magento\Theme\Controller\Adminhtml\System\De... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/Index.php class Index (line 9) | class Index extends \Magento\Theme\Controller\Adminhtml\System\Design\Wy... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/NewFolder.php class NewFolder (line 9) | class NewFolder extends \Magento\Theme\Controller\Adminhtml\System\Desig... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/OnInsert.php class OnInsert (line 9) | class OnInsert extends \Magento\Theme\Controller\Adminhtml\System\Design... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/PreviewImage.php class PreviewImage (line 12) | class PreviewImage extends \Magento\Theme\Controller\Adminhtml\System\De... method execute (line 19) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/TreeJson.php class TreeJson (line 9) | class TreeJson extends \Magento\Theme\Controller\Adminhtml\System\Design... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Adminhtml/System/Design/Wysiwyg/Files/Upload.php class Upload (line 9) | class Upload extends \Magento\Theme\Controller\Adminhtml\System\Design\W... method execute (line 16) | public function execute() FILE: app/code/Magento/Theme/Controller/Result/AsyncCssPlugin.php class AsyncCssPlugin (line 17) | class AsyncCssPlugin method __construct (line 29) | public function __construct(ScopeConfigInterface $scopeConfig) method beforeSendResponse (line 40) | public function beforeSendResponse(Http $subject): void FILE: app/code/Magento/Theme/Controller/Result/JsFooterPlugin.php class JsFooterPlugin (line 17) | class JsFooterPlugin method __construct (line 29) | public function __construct(ScopeConfigInterface $scopeConfig) method beforeSendResponse (line 40) | public function beforeSendResponse(Http $subject) FILE: app/code/Magento/Theme/Controller/Result/MessagePlugin.php class MessagePlugin (line 18) | class MessagePlugin method __construct (line 63) | public function __construct( method afterRenderResult (line 90) | public function afterRenderResult( method setCookie (line 123) | private function setCookie(array $messages) method convertMessageText (line 151) | private function convertMessageText(string $text): string method getMessages (line 165) | protected function getMessages() method getCookiesMessages (line 183) | protected function getCookiesMessages() FILE: app/code/Magento/Theme/CustomerData/Messages.php class Messages (line 17) | class Messages implements SectionSourceInterface method __construct (line 37) | public function __construct( method getSectionData (line 48) | public function getSectionData() FILE: app/code/Magento/Theme/Helper/Storage.php class Storage (line 23) | class Storage extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 111) | public function __construct( method convertPathToId (line 135) | public function convertPathToId($path) method convertIdToPath (line 147) | public function convertIdToPath($value) method getShortFilename (line 163) | public function getShortFilename($filename, $maxLength = 20) method getStorageRoot (line 173) | public function getStorageRoot() method _getTheme (line 190) | protected function _getTheme() method getStorageType (line 206) | public function getStorageType() method getRelativeUrl (line 224) | public function getRelativeUrl() method getCurrentPath (line 242) | public function getCurrentPath() method getThumbnailDirectory (line 265) | public function getThumbnailDirectory($path) method getThumbnailPath (line 281) | public function getThumbnailPath($imageName) method getRequestParams (line 301) | public function getRequestParams() method getAllowedExtensionsByType (line 319) | public function getAllowedExtensionsByType() method getStorageTypeName (line 332) | public function getStorageTypeName() method getSession (line 344) | public function getSession() FILE: app/code/Magento/Theme/Helper/Theme.php class Theme (line 12) | class Theme extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 31) | public function __construct( method getCssAssets (line 51) | public function getCssAssets($theme) FILE: app/code/Magento/Theme/Model/Config.php class Config (line 14) | class Config method __construct (line 56) | public function __construct( method assignToStore (line 80) | public function assignToStore( method _getAssignedScopesCollection (line 115) | protected function _getAssignedScopesCollection($scope, $configPath) method _unassignThemeFromStores (line 135) | protected function _unassignThemeFromStores($themeId, $stores, $scope,... method _assignThemeToStores (line 156) | protected function _assignThemeToStores($themeId, $stores, $scope, &$i... method _assignThemeToDefaultScope (line 175) | protected function _assignThemeToDefaultScope($themeId, &$isReassigned) FILE: app/code/Magento/Theme/Model/Config/Customization.php class Customization (line 11) | class Customization method __construct (line 49) | public function __construct( method getAssignedThemeCustomizations (line 65) | public function getAssignedThemeCustomizations() method getUnassignedThemeCustomizations (line 79) | public function getUnassignedThemeCustomizations() method getStoresByThemes (line 92) | public function getStoresByThemes() method isThemeAssignedToStore (line 114) | public function isThemeAssignedToStore($theme, $store = null) method hasThemeAssigned (line 128) | public function hasThemeAssigned() method _isThemeAssignedToSpecificStore (line 140) | protected function _isThemeAssignedToSpecificStore($theme, $store) method _getConfigurationThemeId (line 151) | protected function _getConfigurationThemeId($store) method _prepareThemeCustomizations (line 168) | protected function _prepareThemeCustomizations() FILE: app/code/Magento/Theme/Model/Config/Importer.php class Importer (line 28) | class Importer implements ImporterInterface method __construct (line 64) | public function __construct( method import (line 79) | public function import(array $data) method getWarningMessages (line 119) | public function getWarningMessages(array $data) FILE: app/code/Magento/Theme/Model/Config/Processor/DesignTheme.php class DesignTheme (line 19) | class DesignTheme implements PreProcessorInterface method __construct (line 35) | public function __construct( method process (line 50) | public function process(array $config) method changeThemeFullPathToIdentifier (line 72) | private function changeThemeFullPathToIdentifier($configItems) FILE: app/code/Magento/Theme/Model/CopyService.php class CopyService (line 15) | class CopyService method __construct (line 55) | public function __construct( method copy (line 78) | public function copy(ThemeInterface $source, ThemeInterface $target) method _copyDatabaseCustomization (line 92) | protected function _copyDatabaseCustomization(ThemeInterface $source, ... method _copyLayoutCustomization (line 122) | protected function _copyLayoutCustomization(ThemeInterface $source, Th... method _copyFilesystemCustomization (line 156) | protected function _copyFilesystemCustomization(ThemeInterface $source... method _copyFilesRecursively (line 180) | protected function _copyFilesRecursively($baseDir, $sourceDir, $target... method _deleteFilesRecursively (line 198) | protected function _deleteFilesRecursively($targetDir) FILE: app/code/Magento/Theme/Model/Data/Design/Config.php class Config (line 11) | class Config extends AbstractExtensibleObject implements DesignConfigInt... method getScope (line 21) | public function getScope() method getScopeId (line 29) | public function getScopeId() method setScope (line 37) | public function setScope($scope) method setScopeId (line 45) | public function setScopeId($scopeId = null) method getExtensionAttributes (line 53) | public function getExtensionAttributes() method setExtensionAttributes (line 61) | public function setExtensionAttributes(\Magento\Theme\Api\Data\DesignC... FILE: app/code/Magento/Theme/Model/Data/Design/Config/Data.php class Data (line 12) | class Data extends AbstractExtensibleObject implements DesignConfigDataI... method getPath (line 17) | public function getPath() method getValue (line 25) | public function getValue() method getFieldConfig (line 33) | public function getFieldConfig() method setValue (line 41) | public function setValue($value) method setPath (line 49) | public function setPath($path) method setFieldConfig (line 57) | public function setFieldConfig(array $config) method getExtensionAttributes (line 65) | public function getExtensionAttributes() method setExtensionAttributes (line 73) | public function setExtensionAttributes(DesignConfigDataExtensionInterf... FILE: app/code/Magento/Theme/Model/Data/Design/ConfigFactory.php class ConfigFactory (line 24) | class ConfigFactory method __construct (line 64) | public function __construct( method create (line 89) | public function create($scope, $scopeId, array $data = []) method getDesignConfigData (line 123) | protected function getDesignConfigData($scope, $scopeId) method getCorrectScope (line 142) | protected function getCorrectScope($scope, $scopeId) FILE: app/code/Magento/Theme/Model/Design.php class Design (line 27) | class Design extends AbstractModel implements IdentityInterface, DesignI... method __construct (line 75) | public function __construct( method _construct (line 96) | protected function _construct() method loadChange (line 108) | public function loadChange($storeId, $date = null) method changeDesign (line 139) | public function changeDesign(\Magento\Framework\View\DesignInterface $... method getIdentities (line 153) | public function getIdentities() FILE: app/code/Magento/Theme/Model/Design/Backend/Exceptions.php class Exceptions (line 14) | class Exceptions extends ArraySerialized method __construct (line 36) | public function __construct( method beforeSave (line 67) | public function beforeSave() method _composeRegexp (line 109) | protected function _composeRegexp($search) method _isRegexp (line 132) | protected function _isRegexp($search) method afterLoad (line 158) | public function afterLoad() method getValue (line 176) | public function getValue() FILE: app/code/Magento/Theme/Model/Design/Backend/Favicon.php class Favicon (line 10) | class Favicon extends Image method _getUploadDir (line 24) | protected function _getUploadDir() method _addWhetherScopeInfo (line 34) | protected function _addWhetherScopeInfo() method getAllowedExtensions (line 44) | public function getAllowedExtensions() FILE: app/code/Magento/Theme/Model/Design/Backend/File.php class File (line 31) | class File extends BackendFile method __construct (line 63) | public function __construct( method beforeSave (line 99) | public function beforeSave() method afterLoad (line 125) | public function afterLoad() method getAllowedExtensions (line 157) | public function getAllowedExtensions() method getUploadDirPath (line 168) | protected function getUploadDirPath($uploadDir) method getValue (line 178) | public function getValue() method getStoreMediaUrl (line 189) | protected function getStoreMediaUrl($fileName) method getTmpMediaPath (line 208) | protected function getTmpMediaPath($filename) method getMimeType (line 219) | private function getMimeType($fileName) method getMime (line 234) | private function getMime() method getRelativeMediaPath (line 248) | private function getRelativeMediaPath(string $path): string method updateMediaDirectory (line 260) | private function updateMediaDirectory(string $filename, string $url) FILE: app/code/Magento/Theme/Model/Design/Backend/Image.php class Image (line 8) | class Image extends File method getAllowedExtensions (line 15) | public function getAllowedExtensions() FILE: app/code/Magento/Theme/Model/Design/Backend/Logo.php class Logo (line 8) | class Logo extends Image method _getUploadDir (line 22) | protected function _getUploadDir() method _addWhetherScopeInfo (line 32) | protected function _addWhetherScopeInfo() method getAllowedExtensions (line 42) | public function getAllowedExtensions() FILE: app/code/Magento/Theme/Model/Design/Backend/Theme.php class Theme (line 10) | class Theme extends Value method __construct (line 38) | public function __construct( method beforeSave (line 57) | public function beforeSave() method invalidateCache (line 72) | protected function invalidateCache($forceInvalidate = false) method getValue (line 88) | public function getValue() method afterSave (line 100) | public function afterSave() method afterDelete (line 109) | public function afterDelete() FILE: app/code/Magento/Theme/Model/Design/BackendModelFactory.php class BackendModelFactory (line 20) | class BackendModelFactory extends ValueFactory method __construct (line 52) | public function __construct( method create (line 65) | public function create(array $data = []) method getNewBackendModel (line 104) | protected function getNewBackendModel($backendType, array $data = []) method createByPath (line 116) | public function createByPath($path, array $data = []) method getBackendTypeByPath (line 127) | protected function getBackendTypeByPath($path) method getStoredData (line 149) | protected function getStoredData($scope, $scopeId, $path) method getScopeData (line 163) | protected function getScopeData($scope, $scopeId) method getMetadata (line 180) | protected function getMetadata() FILE: app/code/Magento/Theme/Model/Design/Config/DataProvider.php class DataProvider (line 16) | class DataProvider extends AbstractDataProvider method __construct (line 63) | public function __construct( method getData (line 91) | public function getData() method getMeta (line 104) | public function getMeta() method getSearchEngineRobotsMetadata (line 164) | private function getSearchEngineRobotsMetadata($scope, array $fields =... method getScopeCodeResolver (line 190) | private function getScopeCodeResolver() method getSettingChecker (line 202) | private function getSettingChecker() method getRequest (line 214) | private function getRequest() FILE: app/code/Magento/Theme/Model/Design/Config/DataProvider/DataLoader.php class DataLoader (line 12) | class DataLoader method __construct (line 34) | public function __construct( method getData (line 49) | public function getData() method loadData (line 69) | protected function loadData($scope, $scopeId) FILE: app/code/Magento/Theme/Model/Design/Config/DataProvider/MetadataLoader.php class MetadataLoader (line 13) | class MetadataLoader method __construct (line 41) | public function __construct( method getData (line 58) | public function getData() FILE: app/code/Magento/Theme/Model/Design/Config/FileUploader/FileProcessor.php class FileProcessor (line 25) | class FileProcessor method __construct (line 66) | public function __construct( method saveToTmp (line 87) | public function saveToTmp($fileId) method getTmpMediaUrl (line 104) | protected function getTmpMediaUrl($file) method prepareFile (line 116) | protected function prepareFile($file) method getAbsoluteTmpMediaPath (line 126) | protected function getAbsoluteTmpMediaPath() method save (line 139) | protected function save($fileId, $destination) method getBackendModel (line 162) | protected function getBackendModel($code) FILE: app/code/Magento/Theme/Model/Design/Config/MetadataProvider.php class MetadataProvider (line 8) | class MetadataProvider implements MetadataProviderInterface method __construct (line 18) | public function __construct(array $metadata) method get (line 28) | public function get() FILE: app/code/Magento/Theme/Model/Design/Config/MetadataProviderInterface.php type MetadataProviderInterface (line 12) | interface MetadataProviderInterface method get (line 24) | public function get(); FILE: app/code/Magento/Theme/Model/Design/Config/Plugin.php class Plugin (line 14) | class Plugin method __construct (line 30) | public function __construct( method afterSave (line 44) | public function afterSave(DesignConfigRepository $subject, DesignConfi... method afterDelete (line 65) | public function afterDelete(DesignConfigRepository $subject, DesignCon... FILE: app/code/Magento/Theme/Model/Design/Config/Plugin/Dump.php class Dump (line 23) | class Dump method __construct (line 39) | public function __construct( method afterGet (line 56) | public function afterGet(DumpConfigSourceAggregated $subject, $result) method changeThemeIdToFullPath (line 78) | private function changeThemeIdToFullPath($configItems) FILE: app/code/Magento/Theme/Model/Design/Config/Storage.php class Storage (line 16) | class Storage method __construct (line 56) | public function __construct( method load (line 79) | public function load($scope, $scopeId) method save (line 106) | public function save(DesignConfigInterface $designConfig) method delete (line 145) | public function delete(DesignConfigInterface $designConfig) FILE: app/code/Magento/Theme/Model/Design/Config/Validator.php class Validator (line 19) | class Validator method __construct (line 37) | public function __construct(TemplateFactory $templateFactory, $fields ... method validate (line 51) | public function validate(DesignConfigInterface $designConfig) method getScopeId (line 95) | private function getScopeId(DesignConfigInterface $designConfig) method getTemplateText (line 109) | private function getTemplateText($templateId, DesignConfigInterface $d... method getParameters (line 131) | private function getParameters($value) FILE: app/code/Magento/Theme/Model/Design/Config/ValueChecker.php class ValueChecker (line 14) | class ValueChecker method __construct (line 36) | public function __construct( method isDifferentFromDefault (line 55) | public function isDifferentFromDefault($value, $scope, $scopeId, array... method isEqual (line 84) | protected function isEqual($value, $defaultValue) method isEqualArrays (line 100) | protected function isEqualArrays(array $value, array $defaultValue) FILE: app/code/Magento/Theme/Model/Design/Config/ValueProcessor.php class ValueProcessor (line 10) | class ValueProcessor method __construct (line 20) | public function __construct( method process (line 35) | public function process($value, $scope, $scopeId, array $fieldConfig) FILE: app/code/Magento/Theme/Model/Design/Theme/Label.php class Label (line 8) | class Label extends \Magento\Framework\View\Design\Theme\Label method getLabelsCollection (line 16) | public function getLabelsCollection($label = false) FILE: app/code/Magento/Theme/Model/DesignConfigRepository.php class DesignConfigRepository (line 17) | class DesignConfigRepository implements DesignConfigRepositoryInterface method __construct (line 46) | public function __construct( method getValidator (line 63) | private function getValidator() method getByScope (line 76) | public function getByScope($scope, $scopeId) method save (line 84) | public function save(DesignConfigInterface $designConfig) method delete (line 106) | public function delete(DesignConfigInterface $designConfig) method reindexGrid (line 128) | protected function reindexGrid() FILE: app/code/Magento/Theme/Model/Favicon/Favicon.php class Favicon (line 13) | class Favicon implements \Magento\Framework\View\Page\FaviconInterface method __construct (line 46) | public function __construct( method getFaviconFile (line 61) | public function getFaviconFile() method getDefaultFavicon (line 72) | public function getDefaultFavicon() method prepareFaviconFile (line 80) | protected function prepareFaviconFile() method checkIsFile (line 104) | protected function checkIsFile($filename) FILE: app/code/Magento/Theme/Model/Indexer/Design/Config.php class Config (line 17) | class Config implements ActionInterface method __construct (line 69) | public function __construct( method execute (line 91) | protected function execute(array $ids = []) method executeFull (line 108) | public function executeFull() method executeList (line 119) | public function executeList(array $ids) method executeRow (line 130) | public function executeRow($id) method getSaveHandler (line 140) | protected function getSaveHandler() method prepareFields (line 159) | protected function prepareFields() method saveFieldByType (line 192) | protected function saveFieldByType($field) method getStructureInstance (line 209) | protected function getStructureInstance() FILE: app/code/Magento/Theme/Model/Indexer/Design/Config/FieldsProvider.php class FieldsProvider (line 11) | class FieldsProvider implements FieldsetInterface method __construct (line 21) | public function __construct( method addDynamicData (line 33) | public function addDynamicData(array $data) method convert (line 47) | protected function convert(array $metadata) method merge (line 71) | protected function merge(array $dataFields, array $searchableFields) FILE: app/code/Magento/Theme/Model/Indexer/Design/Config/Plugin/Store.php class Store (line 12) | class Store method __construct (line 22) | public function __construct( method aroundSave (line 36) | public function aroundSave(StoreStore $subject, \Closure $proceed) method afterDelete (line 55) | public function afterDelete(StoreStore $subject, $result) FILE: app/code/Magento/Theme/Model/Indexer/Design/Config/Plugin/StoreGroup.php class StoreGroup (line 12) | class StoreGroup method __construct (line 22) | public function __construct( method afterDelete (line 37) | public function afterDelete(Group $subject, $result) FILE: app/code/Magento/Theme/Model/Indexer/Design/Config/Plugin/Website.php class Website (line 12) | class Website method __construct (line 22) | public function __construct( method aroundSave (line 36) | public function aroundSave(StoreWebsite $subject, \Closure $proceed) method afterDelete (line 55) | public function afterDelete(StoreWebsite $subject, $result) FILE: app/code/Magento/Theme/Model/Layout/Config.php class Config (line 11) | class Config method __construct (line 30) | public function __construct(\Magento\Framework\Config\DataInterface $d... method _initPageLayouts (line 40) | protected function _initPageLayouts() method getPageLayouts (line 57) | public function getPageLayouts() method getPageLayout (line 69) | public function getPageLayout($layoutCode) method getPageLayoutHandles (line 85) | public function getPageLayoutHandles() FILE: app/code/Magento/Theme/Model/Layout/Config/Converter.php class Converter (line 10) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 15) | public function convert($source) FILE: app/code/Magento/Theme/Model/Layout/Config/Reader.php class Reader (line 11) | class Reader extends \Magento\Framework\Config\Reader\Filesystem FILE: app/code/Magento/Theme/Model/Layout/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 24) | public function __construct(UrnResolver $urnResolver) method getSchema (line 34) | public function getSchema() method getPerFileSchema (line 44) | public function getPerFileSchema() FILE: app/code/Magento/Theme/Model/Layout/Source/Layout.php class Layout (line 8) | class Layout implements \Magento\Framework\Option\ArrayInterface method __construct (line 18) | public function __construct(\Magento\Theme\Model\Layout\Config $config) method getOptions (line 41) | public function getOptions() method toOptionArray (line 62) | public function toOptionArray($withEmpty = false) method getDefaultValue (line 81) | public function getDefaultValue() FILE: app/code/Magento/Theme/Model/PageLayout/Config/Builder.php class Builder (line 13) | class Builder implements \Magento\Framework\View\Model\PageLayout\Config... method __construct (line 40) | public function __construct( method getPageLayoutsConfig (line 54) | public function getPageLayoutsConfig() method getConfigFiles (line 64) | protected function getConfigFiles() FILE: app/code/Magento/Theme/Model/ResourceModel/Design.php class Design (line 14) | class Design extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 26) | public function __construct( method _construct (line 40) | protected function _construct() method _beforeSave (line 52) | public function _beforeSave(\Magento\Framework\Model\AbstractModel $ob... method _checkIntersection (line 111) | protected function _checkIntersection($storeId, $dateFrom, $dateTo, $c... method loadChange (line 180) | public function loadChange($storeId, $date) FILE: app/code/Magento/Theme/Model/ResourceModel/Design/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 27) | public function __construct( method _construct (line 45) | protected function _construct() method joinStore (line 55) | public function joinStore() method addDateFilter (line 66) | public function addDateFilter($date = null) method addStoreFilter (line 85) | public function addStoreFilter($storeId) FILE: app/code/Magento/Theme/Model/ResourceModel/Design/Config.php class Config (line 11) | class Config extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Theme/Model/ResourceModel/Design/Config/Collection.php class Collection (line 17) | class Collection extends ConfigCollection method __construct (line 33) | public function __construct( method addPathsFilter (line 52) | public function addPathsFilter(array $paths) method addScopeIdFilter (line 64) | public function addScopeIdFilter($scopeId) method _afterLoad (line 73) | protected function _afterLoad() FILE: app/code/Magento/Theme/Model/ResourceModel/Design/Config/Scope/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Data\Collection method __construct (line 49) | public function __construct( method loadData (line 72) | public function loadData($printQuery = false, $logQuery = false) method getMetadataValues (line 97) | protected function getMetadataValues($scope = ScopeConfigInterface::SC... method prepareItemData (line 123) | protected function prepareItemData(array $websiteScope = [], array $gr... method getScopeData (line 144) | protected function getScopeData(array $websiteScope, array $groupScope... FILE: app/code/Magento/Theme/Model/ResourceModel/Theme.php class Theme (line 11) | class Theme extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 30) | protected function _construct() method addParentTitle (line 40) | public function addParentTitle() method addAreaFilter (line 56) | public function addAreaFilter($area = \Magento\Framework\App\Area::ARE... method addTypeRelationFilter (line 69) | public function addTypeRelationFilter($typeParent, $typeChild) method addTypeFilter (line 91) | public function addTypeFilter($type) method filterVisibleThemes (line 102) | public function filterVisibleThemes() method toOptionArray (line 118) | public function toOptionArray() method toOptionHash (line 128) | public function toOptionHash() method getThemeByFullPath (line 139) | public function getThemeByFullPath($fullPath) method setPageSize (line 155) | public function setPageSize($size = self::DEFAULT_PAGE_SIZE) method updateChildRelations (line 166) | public function updateChildRelations(\Magento\Framework\View\Design\Th... method filterPhysicalThemes (line 186) | public function filterPhysicalThemes( method filterThemeCustomizations (line 208) | public function filterThemeCustomizations( method getLabels (line 219) | public function getLabels() method loadRegisteredThemes (line 228) | public function loadRegisteredThemes() FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/Customization/Update.php class Update (line 11) | class Update extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/Data/Collection.php class Collection (line 11) | class Collection extends \Magento\Theme\Model\ResourceModel\Theme\Collec... method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/File.php class File (line 11) | class File extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/File/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 19) | protected function _construct() method setOrder (line 34) | public function setOrder($field, $direction = self::SORT_ORDER_DESC) method setDefaultOrder (line 45) | public function setDefaultOrder($direction = self::SORT_ORDER_ASC) method addThemeFilter (line 56) | public function addThemeFilter(\Magento\Framework\View\Design\ThemeInt... FILE: app/code/Magento/Theme/Model/ResourceModel/Theme/Grid/Collection.php class Collection (line 13) | class Collection extends \Magento\Theme\Model\ResourceModel\Theme\Collec... method _initSelect (line 20) | protected function _initSelect() FILE: app/code/Magento/Theme/Model/Source/InitialThemeSource.php class InitialThemeSource (line 19) | class InitialThemeSource implements ConfigSourceInterface method __construct (line 54) | public function __construct( method get (line 85) | public function get($path = '') method fetchThemes (line 116) | private function fetchThemes() FILE: app/code/Magento/Theme/Model/Theme.php class Theme (line 36) | class Theme extends \Magento\Framework\Model\AbstractModel implements Th... method __construct (line 108) | public function __construct( method _construct (line 136) | protected function _construct() method getThemeImage (line 146) | public function getThemeImage() method getCustomization (line 154) | public function getCustomization() method isDeletable (line 167) | public function isDeletable() method isEditable (line 177) | public function isEditable() method isVirtual (line 187) | public function isVirtual() method isPhysical (line 197) | public function isPhysical() method isVisible (line 207) | public function isVisible() method hasChildThemes (line 217) | public function hasChildThemes() method getStagingVersion (line 232) | public function getStagingVersion() method getParentTheme (line 249) | public function getParentTheme() method getArea (line 266) | public function getArea() method getThemePath (line 278) | public function getThemePath() method getFullPath (line 291) | public function getFullPath() method getCode (line 299) | public function getCode() method getDomainModel (line 311) | public function getDomainModel($type = null) method _validate (line 333) | protected function _validate() method beforeSave (line 347) | public function beforeSave() method afterDelete (line 358) | public function afterDelete() method getInheritedThemes (line 373) | public function getInheritedThemes() method toArray (line 390) | public function toArray(array $keys = []) method populateFromArray (line 412) | public function populateFromArray(array $data) method createThemeInstance (line 434) | private function createThemeInstance() FILE: app/code/Magento/Theme/Model/Theme/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\View\Design\Theme\ThemeList FILE: app/code/Magento/Theme/Model/Theme/Customization/Config.php class Config (line 12) | class Config implements \Magento\Framework\View\Design\Theme\Customizati... method __construct (line 27) | public function __construct(\Magento\Framework\App\Config\ScopeConfigI... method getFileTypes (line 35) | public function getFileTypes() FILE: app/code/Magento/Theme/Model/Theme/Customization/File/CustomCss.php class CustomCss (line 12) | class CustomCss extends \Magento\Framework\View\Design\Theme\Customizati... method getType (line 36) | public function getType() method getContentType (line 44) | public function getContentType() method _prepareFileName (line 52) | protected function _prepareFileName(\Magento\Framework\View\Design\The... method _prepareSortOrder (line 62) | protected function _prepareSortOrder(\Magento\Framework\View\Design\Th... FILE: app/code/Magento/Theme/Model/Theme/Data.php class Data (line 13) | class Data extends \Magento\Theme\Model\Theme method getArea (line 18) | public function getArea() FILE: app/code/Magento/Theme/Model/Theme/Data/Collection.php class Collection (line 13) | class Collection extends \Magento\Theme\Model\Theme\Collection implement... FILE: app/code/Magento/Theme/Model/Theme/Domain/Physical.php class Physical (line 12) | class Physical implements \Magento\Framework\View\Design\Theme\Domain\Ph... method __construct (line 42) | public function __construct( method createVirtualTheme (line 60) | public function createVirtualTheme($theme) method _getVirtualThemeTitle (line 85) | protected function _getVirtualThemeTitle($theme) FILE: app/code/Magento/Theme/Model/Theme/Domain/Staging.php class Staging (line 12) | class Staging implements \Magento\Framework\View\Design\Theme\Domain\Sta... method __construct (line 30) | public function __construct( method updateFromStagingTheme (line 43) | public function updateFromStagingTheme() FILE: app/code/Magento/Theme/Model/Theme/Domain/Virtual.php class Virtual (line 12) | class Virtual implements \Magento\Framework\View\Design\Theme\Domain\Vir... method __construct (line 51) | public function __construct( method getStagingTheme (line 68) | public function getStagingTheme() method getPhysicalTheme (line 85) | public function getPhysicalTheme() method isAssigned (line 105) | public function isAssigned() method _createStagingTheme (line 115) | protected function _createStagingTheme() FILE: app/code/Magento/Theme/Model/Theme/File.php class File (line 15) | class File extends AbstractModel implements FileInterface method __construct (line 60) | public function __construct( method _construct (line 79) | protected function _construct() method setCustomizationService (line 89) | public function setCustomizationService(CustomizationFileInterface $fi... method getCustomizationService (line 101) | public function getCustomizationService() method setTheme (line 114) | public function setTheme(\Magento\Framework\View\Design\ThemeInterface... method getTheme (line 127) | public function getTheme() method setFileName (line 139) | public function setFileName($fileName) method getFileName (line 148) | public function getFileName() method getFullPath (line 156) | public function getFullPath() method getContent (line 164) | public function getContent() method getFileInfo (line 172) | public function getFileInfo() method beforeSave (line 186) | public function beforeSave() method beforeDelete (line 199) | public function beforeDelete() FILE: app/code/Magento/Theme/Model/Theme/FileProvider.php class FileProvider (line 8) | class FileProvider implements \Magento\Framework\View\Design\Theme\FileP... method __construct (line 18) | public function __construct(\Magento\Theme\Model\ResourceModel\Theme\F... method getItems (line 26) | public function getItems(\Magento\Framework\View\Design\ThemeInterface... FILE: app/code/Magento/Theme/Model/Theme/Image/Path.php class Path (line 15) | class Path implements \Magento\Framework\View\Design\Theme\Image\PathInt... method __construct (line 46) | public function __construct( method getPreviewImageUrl (line 62) | public function getPreviewImageUrl(ThemeInterface $theme) method getPreviewImagePath (line 74) | public function getPreviewImagePath(ThemeInterface $theme) method getPreviewImageDefaultUrl (line 84) | public function getPreviewImageDefaultUrl() method getImagePreviewDirectory (line 94) | public function getImagePreviewDirectory() method getTemporaryDirectory (line 104) | public function getTemporaryDirectory() FILE: app/code/Magento/Theme/Model/Theme/Plugin/Registration.php class Registration (line 21) | class Registration method __construct (line 55) | public function __construct( method beforeDispatch (line 78) | public function beforeDispatch( method updateThemeData (line 97) | protected function updateThemeData() FILE: app/code/Magento/Theme/Model/Theme/Registration.php class Registration (line 15) | class Registration method __construct (line 55) | public function __construct( method register (line 68) | public function register() method _registerThemeRecursively (line 92) | protected function _registerThemeRecursively(&$theme, $inheritanceChai... method _savePreviewImage (line 127) | protected function _savePreviewImage(ThemeInterface $theme) method getThemeFromDb (line 146) | public function getThemeFromDb($fullPath) method checkPhysicalThemes (line 156) | public function checkPhysicalThemes() method checkAllowedThemeRelations (line 173) | public function checkAllowedThemeRelations() method _getResetParentId (line 196) | protected function _getResetParentId(ThemeInterface $theme) FILE: app/code/Magento/Theme/Model/Theme/Resolver.php class Resolver (line 11) | class Resolver implements \Magento\Framework\View\Design\Theme\ResolverI... method __construct (line 33) | public function __construct( method get (line 48) | public function get() FILE: app/code/Magento/Theme/Model/Theme/SingleFile.php class SingleFile (line 12) | class SingleFile method __construct (line 22) | public function __construct(\Magento\Framework\View\Design\Theme\Custo... method update (line 34) | public function update(\Magento\Framework\View\Design\ThemeInterface $... FILE: app/code/Magento/Theme/Model/Theme/Source/Theme.php class Theme (line 19) | class Theme extends AbstractSource method __construct (line 29) | public function __construct(Label $themeLabel) method getAllOptions (line 40) | public function getAllOptions($withEmpty = true) FILE: app/code/Magento/Theme/Model/Theme/ThemeDependencyChecker.php class ThemeDependencyChecker (line 14) | class ThemeDependencyChecker method __construct (line 44) | public function __construct( method checkChildThemeByPackagesName (line 60) | public function checkChildThemeByPackagesName($packages) method checkChildTheme (line 82) | public function checkChildTheme($themePaths) method getParentChildThemeMap (line 115) | private function getParentChildThemeMap() FILE: app/code/Magento/Theme/Model/Theme/ThemePackageInfo.php class ThemePackageInfo (line 14) | class ThemePackageInfo method __construct (line 43) | public function __construct( method getPackageName (line 60) | public function getPackageName($themePath) method getFullThemePath (line 81) | public function getFullThemePath($packageName) method initializeMap (line 95) | private function initializeMap() FILE: app/code/Magento/Theme/Model/Theme/ThemeProvider.php class ThemeProvider (line 16) | class ThemeProvider implements \Magento\Framework\View\Design\Theme\Them... method __construct (line 61) | public function __construct( method getThemeByFullPath (line 76) | public function getThemeByFullPath($fullPath) method getThemeCustomizations (line 105) | public function getThemeCustomizations( method getThemeById (line 118) | public function getThemeById($themeId) method loadThemeFromCache (line 144) | private function loadThemeFromCache($cacheId) method saveThemeToCache (line 163) | private function saveThemeToCache(\Magento\Theme\Model\Theme $theme, $... method getThemeList (line 175) | private function getThemeList() method getDeploymentConfig (line 189) | private function getDeploymentConfig() FILE: app/code/Magento/Theme/Model/Theme/ThemeUninstaller.php class ThemeUninstaller (line 11) | class ThemeUninstaller method __construct (line 35) | public function __construct(ThemePackageInfo $themePackageInfo, Remove... method uninstallRegistry (line 49) | public function uninstallRegistry(OutputInterface $output, array $them... method uninstallCode (line 64) | public function uninstallCode(OutputInterface $output, array $themePaths) FILE: app/code/Magento/Theme/Model/ThemeValidator.php class ThemeValidator (line 17) | class ThemeValidator method __construct (line 46) | public function __construct( method validateIsThemeInUse (line 62) | public function validateIsThemeInUse($themePaths) FILE: app/code/Magento/Theme/Model/Uploader/Service.php class Service (line 14) | class Service method __construct (line 73) | public function __construct( method uploadCssFile (line 99) | public function uploadCssFile($file) method uploadJsFile (line 125) | public function uploadJsFile($file) method getFileContent (line 150) | public function getFileContent($filePath) method getCssUploadMaxSize (line 160) | public function getCssUploadMaxSize() method getJsUploadMaxSize (line 170) | public function getJsUploadMaxSize() method _getMaxUploadSize (line 181) | private function _getMaxUploadSize($configuredLimit) method getCssUploadMaxSizeInMb (line 196) | public function getCssUploadMaxSizeInMb() method getJsUploadMaxSizeInMb (line 206) | public function getJsUploadMaxSizeInMb() method _validateFileSize (line 218) | protected function _validateFileSize($fileSize, $maxFileSize) FILE: app/code/Magento/Theme/Model/Url/Plugin/Signature.php class Signature (line 12) | class Signature method __construct (line 38) | public function __construct( method afterGetBaseUrl (line 58) | public function afterGetBaseUrl( method isUrlSignatureEnabled (line 75) | protected function isUrlSignatureEnabled() method renderUrlSignature (line 85) | protected function renderUrlSignature() FILE: app/code/Magento/Theme/Model/View/Design.php class Design (line 15) | class Design implements \Magento\Framework\View\DesignInterface method __construct (line 85) | public function __construct( method setArea (line 109) | public function setArea($area) method getArea (line 121) | public function getArea() method setDesignTheme (line 137) | public function setDesignTheme($theme, $area = null) method getConfigurationDesignTheme (line 163) | public function getConfigurationDesignTheme($area = null, array $param... method _isThemePerStoreView (line 200) | private function _isThemePerStoreView($area) method setDefaultDesignTheme (line 210) | public function setDefaultDesignTheme() method getDesignTheme (line 221) | public function getDesignTheme() method getThemePath (line 232) | public function getThemePath(\Magento\Framework\View\Design\ThemeInter... method getLocale (line 251) | public function getLocale() method setLocale (line 263) | public function setLocale(\Magento\Framework\Locale\ResolverInterface ... method getDesignParams (line 272) | public function getDesignParams() FILE: app/code/Magento/Theme/Model/Wysiwyg/Storage.php class Storage (line 17) | class Storage method __construct (line 98) | public function __construct( method uploadFile (line 125) | public function uploadFile($targetPath) method _createThumbnail (line 153) | public function _createThumbnail($source) method createFolder (line 191) | public function createFolder($name, $path) method deleteFile (line 226) | public function deleteFile($file) method getDirsCollection (line 250) | public function getDirsCollection($currentPath) method getFilesCollection (line 270) | public function getFilesCollection() method getTreeArray (line 302) | public function getTreeArray() method deleteDirectory (line 326) | public function deleteDirectory($path) FILE: app/code/Magento/Theme/Observer/ApplyThemeCustomizationObserver.php class ApplyThemeCustomizationObserver (line 18) | class ApplyThemeCustomizationObserver implements ObserverInterface method __construct (line 46) | public function __construct( method execute (line 65) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Theme/Observer/CheckThemeIsAssignedObserver.php class CheckThemeIsAssignedObserver (line 13) | class CheckThemeIsAssignedObserver implements ObserverInterface method __construct (line 29) | public function __construct( method execute (line 43) | public function execute(EventObserver $observer) FILE: app/code/Magento/Theme/Observer/CleanThemeRelatedContentObserver.php class CleanThemeRelatedContentObserver (line 13) | class CleanThemeRelatedContentObserver implements ObserverInterface method __construct (line 35) | public function __construct( method execute (line 52) | public function execute(EventObserver $observer) FILE: app/code/Magento/Theme/Setup/Patch/Data/ConvertSerializedData.php class ConvertSerializedData (line 20) | class ConvertSerializedData implements DataPatchInterface, PatchVersionI... method __construct (line 43) | public function __construct( method apply (line 56) | public function apply() method getDependencies (line 66) | public static function getDependencies() method getVersion (line 76) | public static function getVersion() method getAliases (line 84) | public function getAliases() method convertSerializedData (line 92) | private function convertSerializedData() FILE: app/code/Magento/Theme/Setup/Patch/Data/RegisterThemes.php class RegisterThemes (line 18) | class RegisterThemes implements DataPatchInterface, PatchVersionInterface method __construct (line 34) | public function __construct( method apply (line 45) | public function apply() method getDependencies (line 53) | public static function getDependencies() method getVersion (line 61) | public static function getVersion() method getAliases (line 69) | public function getAliases() FILE: app/code/Magento/Theme/Setup/RecurringData.php class RecurringData (line 19) | class RecurringData implements InstallDataInterface method __construct (line 39) | public function __construct(Registration $themeRegistration, IndexerRe... method install (line 48) | public function install(ModuleDataSetupInterface $setup, ModuleContext... FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/BackButtonTest.php class BackButtonTest (line 12) | class BackButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetButtonData (line 36) | public function testGetButtonData() method initContext (line 53) | protected function initContext() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/SaveButtonTest.php class SaveButtonTest (line 11) | class SaveButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetButtonData (line 30) | public function testGetButtonData() method initContext (line 40) | protected function initContext() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/ScopeTest.php class ScopeTest (line 13) | class ScopeTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetScopeTitle (line 49) | public function testGetScopeTitle() method testGetScopeTitleDefault (line 83) | public function testGetScopeTitleDefault() method initContext (line 99) | protected function initContext() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/System/Design/Theme/Edit/Form/Element/FileTest.php class FileTest (line 8) | class FileTest extends \PHPUnit\Framework\TestCase method testGetHtmlAttributes (line 10) | public function testGetHtmlAttributes() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/System/Design/Theme/Edit/FormTest.php class FormTest (line 8) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testToHtml (line 20) | public function testToHtml() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/System/Design/Theme/Tab/CssTest.php class CssTest (line 12) | class CssTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetUploadCssFileNote (line 58) | public function testGetUploadCssFileNote() method testGetAdditionalElementTypes (line 82) | public function testGetAdditionalElementTypes() method testGetTabLabel (line 107) | public function testGetTabLabel() method getMethod (line 116) | protected static function getMethod($name) method testGetterDownloadUrl (line 127) | public function testGetterDownloadUrl() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/System/Design/Theme/Tab/JsTest.php class JsTest (line 8) | class JsTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 40) | protected function tearDown() method _getMethod (line 49) | protected function _getMethod($name) method testGetAdditionalElementTypes (line 57) | public function testGetAdditionalElementTypes() method testGetTabLabel (line 67) | public function testGetTabLabel() method testGetJsUploadUrl (line 72) | public function testGetJsUploadUrl() method testGetUploadJsFileNote (line 95) | public function testGetUploadJsFileNote() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/System/Design/Theme/TabAbstractTest.php class TabAbstractTest (line 8) | class TabAbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testGetTabTitle (line 38) | public function testGetTabTitle() method testCanShowTab (line 51) | public function testCanShowTab($isVirtual, $themeId, $result) method canShowTabDataProvider (line 70) | public function canShowTabDataProvider() method testIsHidden (line 75) | public function testIsHidden() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Wysiwyg/Files/ContentTest.php class ContentTest (line 10) | class ContentTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetNewFolderUrl (line 57) | public function testGetNewFolderUrl($requestParams) method testGetDeleteFilesUrl (line 87) | public function testGetDeleteFilesUrl($requestParams) method testGetOnInsertUrl (line 117) | public function testGetOnInsertUrl($requestParams) method requestParamsProvider (line 147) | public function requestParamsProvider() method testGetTargetElementId (line 160) | public function testGetTargetElementId() method testGetContentsUrl (line 177) | public function testGetContentsUrl() FILE: app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Wysiwyg/Files/TreeTest.php class TreeTest (line 8) | class TreeTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetTreeLoaderUrl (line 37) | public function testGetTreeLoaderUrl() FILE: app/code/Magento/Theme/Test/Unit/Block/Html/FooterTest.php class FooterTest (line 8) | class FooterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method tearDown (line 21) | protected function tearDown() method testGetIdentities (line 26) | public function testGetIdentities() method testGetCacheLifetime (line 40) | public function testGetCacheLifetime() FILE: app/code/Magento/Theme/Test/Unit/Block/Html/Header/LogoTest.php class LogoTest (line 8) | class LogoTest extends \PHPUnit\Framework\TestCase method testGetLogoSrc (line 13) | public function testGetLogoSrc() method testGetLogoHeight (line 51) | public function testGetLogoHeight() method testGetLogoWidth (line 68) | public function testGetLogoWidth() FILE: app/code/Magento/Theme/Test/Unit/Block/Html/HeaderTest.php class HeaderTest (line 8) | class HeaderTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetWelcomeDefault (line 37) | public function testGetWelcomeDefault() FILE: app/code/Magento/Theme/Test/Unit/Block/Html/TitleTest.php class TitleTest (line 10) | class TitleTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetPageTitleWithSetPageTitle (line 55) | public function testGetPageTitleWithSetPageTitle() method testGetPageTitle (line 69) | public function testGetPageTitle() method testGetPageHeadingWithSetPageTitle (line 86) | public function testGetPageHeadingWithSetPageTitle() method testGetPageHeading (line 100) | public function testGetPageHeading() FILE: app/code/Magento/Theme/Test/Unit/Block/Html/TopmenuTest.php class TopmenuTest (line 18) | class TopmenuTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method getTopmenu (line 115) | protected function getTopmenu() method testGetHtmlWithoutSelectedCategory (line 120) | public function testGetHtmlWithoutSelectedCategory() method testGetHtmlWithSelectedCategory (line 153) | public function testGetHtmlWithSelectedCategory() method testGetCacheKeyInfo (line 186) | public function testGetCacheKeyInfo() method buildTree (line 214) | private function buildTree($isCurrentItem) method testGetMenu (line 284) | public function testGetMenu() FILE: app/code/Magento/Theme/Test/Unit/Console/Command/ThemeUninstallCommandTest.php class ThemeUninstallCommandTest (line 20) | class ThemeUninstallCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testExecuteFailedValidationNotPackage (line 117) | public function testExecuteFailedValidationNotPackage() method testExecuteFailedValidationNotTheme (line 143) | public function testExecuteFailedValidationNotTheme() method testExecuteFailedValidationMixed (line 164) | public function testExecuteFailedValidationMixed() method setUpPassValidation (line 210) | public function setUpPassValidation() method setupPassChildThemeCheck (line 227) | public function setupPassChildThemeCheck() method setupPassThemeInUseCheck (line 234) | public function setupPassThemeInUseCheck() method setupPassDependencyCheck (line 239) | public function setupPassDependencyCheck() method testExecuteFailedThemeInUseCheck (line 244) | public function testExecuteFailedThemeInUseCheck() method testExecuteFailedDependencyCheck (line 261) | public function testExecuteFailedDependencyCheck() method setUpExecute (line 278) | public function setUpExecute() method testExecuteWithBackupCode (line 294) | public function testExecuteWithBackupCode() method testExecute (line 305) | public function testExecute() method testExecuteCleanStaticFiles (line 316) | public function testExecuteCleanStaticFiles() method testExecuteWrongThemeFormat (line 331) | public function testExecuteWrongThemeFormat($themePath) method dataProviderThemeFormat (line 343) | public function dataProviderThemeFormat() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/Design/Config/EditTest.php class EditTest (line 13) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method initContext (line 70) | protected function initContext() method initResultPage (line 102) | protected function initResultPage() method testScope (line 117) | public function testScope() method testScopeDefault (line 179) | public function testScopeDefault() method testScopeRedirect (line 223) | public function testScopeRedirect() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/Design/Config/FileUploader/SaveTest.php class SaveTest (line 11) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | public function setUp() method tearDown (line 50) | protected function tearDown() method testExecute (line 55) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/Design/Config/IndexTest.php class IndexTest (line 10) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method initResultPage (line 41) | protected function initResultPage() method testExecute (line 56) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/Design/Config/SaveTest.php class SaveTest (line 14) | class SaveTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | public function setUp() method testSave (line 97) | public function testSave() method testSaveWithLocalizedException (line 154) | public function testSaveWithLocalizedException() method testSaveWithException (line 208) | public function testSaveWithException() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/DeleteTest.php class DeleteTest (line 14) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testExecute (line 108) | public function testExecute() method invalidArgumentDataProvider (line 161) | public function invalidArgumentDataProvider() method testExecuteInvalidArgument (line 176) | public function testExecuteInvalidArgument($themeIdInModel, $isVirtual) method testExecuteLocalizedException (line 233) | public function testExecuteLocalizedException() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/DownloadCssTest.php class DownloadCssTest (line 14) | class DownloadCssTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecute (line 128) | public function testExecute() method testExecuteInvalidArgument (line 194) | public function testExecuteInvalidArgument() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/DownloadCustomCssTest.php class DownloadCustomCssTest (line 14) | class DownloadCustomCssTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecute (line 128) | public function testExecute() method testExecuteInvalidArgument (line 181) | public function testExecuteInvalidArgument() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/EditTest.php class EditTest (line 11) | class EditTest extends \Magento\Theme\Test\Unit\Controller\Adminhtml\Sys... method testExecuteWithoutLoadedTheme (line 16) | public function testExecuteWithoutLoadedTheme() method testExecuteWithException (line 68) | public function testExecuteWithException() method testExecute (line 137) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/GridTest.php class GridTest (line 10) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testExecute (line 75) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/IndexTest.php class IndexTest (line 9) | class IndexTest extends \Magento\Theme\Test\Unit\Controller\Adminhtml\Sy... method testIndexAction (line 16) | public function testIndexAction() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/SaveTest.php class SaveTest (line 9) | class SaveTest extends \Magento\Theme\Test\Unit\Controller\Adminhtml\Sys... method testSaveAction (line 19) | public function testSaveAction() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/UploadCssTest.php class UploadCssTest (line 8) | class UploadCssTest extends \Magento\Theme\Test\Unit\Controller\Adminhtm... method testExecute (line 13) | public function testExecute() method testExecuteWithLocalizedException (line 45) | public function testExecuteWithLocalizedException() method testExecuteWithException (line 73) | public function testExecuteWithException() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/UploadJsTest.php class UploadJsTest (line 8) | class UploadJsTest extends \Magento\Theme\Test\Unit\Controller\Adminhtml... method setUp (line 31) | protected function setUp() method testExecuteWithoutTheme (line 53) | public function testExecuteWithoutTheme() method testExecuteWithException (line 98) | public function testExecuteWithException() method testExecute (line 148) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/ThemeTest.php class ThemeTest (line 12) | abstract class ThemeTest extends \PHPUnit\Framework\TestCase method setUp (line 77) | protected function setUp() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Wysiwyg/Files/ContentsTest.php class ContentsTest (line 11) | class ContentsTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testExecute (line 52) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Wysiwyg/Files/DeleteFilesTest.php class DeleteFilesTest (line 8) | class DeleteFilesTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecuteWithWrongRequest (line 51) | public function testExecuteWithWrongRequest() method testExecute (line 75) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Wysiwyg/Files/DeleteFolderTest.php class DeleteFolderTest (line 8) | class DeleteFolderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 43) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Wysiwyg/Files/IndexTest.php class IndexTest (line 8) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testExecute (line 29) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Wysiwyg/Files/OnInsertTest.php class OnInsertTest (line 8) | class OnInsertTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testExecute (line 43) | public function testExecute() FILE: app/code/Magento/Theme/Test/Unit/Controller/Result/MessagePluginTest.php class MessagePluginTest (line 24) | class MessagePluginTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testAfterRenderResultJson (line 72) | public function testAfterRenderResultJson() method testAfterRenderResult (line 85) | public function testAfterRenderResult() method testAfterRenderResultWithNoMessages (line 174) | public function testAfterRenderResultWithNoMessages() method testAfterRenderResultWithoutExisting (line 218) | public function testAfterRenderResultWithoutExisting() method testAfterRenderResultWithWrongJson (line 300) | public function testAfterRenderResultWithWrongJson() method testAfterRenderResultWithWrongArray (line 378) | public function testAfterRenderResultWithWrongArray() method testAfterRenderResultWithAllowedInlineTranslate (line 463) | public function testAfterRenderResultWithAllowedInlineTranslate(): void FILE: app/code/Magento/Theme/Test/Unit/CustomerData/MessagesTest.php class MessagesTest (line 11) | class MessagesTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetSectionData (line 37) | public function testGetSectionData() FILE: app/code/Magento/Theme/Test/Unit/Helper/StorageTest.php class StorageTest (line 17) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method tearDown (line 127) | protected function tearDown() method testGetShortFilename (line 143) | public function testGetShortFilename() method testGetStorageRoot (line 150) | public function testGetStorageRoot() method testGetThumbnailDirectory (line 156) | public function testGetThumbnailDirectory() method testGetThumbnailPath (line 167) | public function testGetThumbnailPath() method testGetRequestParams (line 192) | public function testGetRequestParams() method testGetAllowedExtensionsByType (line 230) | public function testGetAllowedExtensionsByType() method testGetThumbnailPathNotFound (line 265) | public function testGetThumbnailPathNotFound() method testConvertPathToIdAndIdToPath (line 317) | public function testConvertPathToIdAndIdToPath() method testGetSession (line 338) | public function testGetSession() method testGetRelativeUrl (line 343) | public function testGetRelativeUrl() method getStorageTypeForNameDataProvider (line 389) | public function getStorageTypeForNameDataProvider() method testGetStorageTypeName (line 404) | public function testGetStorageTypeName($type, $name) method testGetStorageTypeNameInvalid (line 420) | public function testGetStorageTypeNameInvalid() method testGetThemeNotFound (line 431) | public function testGetThemeNotFound() FILE: app/code/Magento/Theme/Test/Unit/Helper/ThemeTest.php class ThemeTest (line 9) | class ThemeTest extends \PHPUnit\Framework\TestCase method testGetCssAssets (line 16) | public function testGetCssAssets($layoutStr, $expectedResult) method getCssAssetsDataProvider (line 38) | public function getCssAssetsDataProvider() method _getLayoutMergeFactory (line 114) | protected function _getLayoutMergeFactory($theme, $layoutStr) FILE: app/code/Magento/Theme/Test/Unit/Model/Config/CustomizationTest.php class CustomizationTest (line 14) | class CustomizationTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetAssignedThemeCustomizations (line 74) | public function testGetAssignedThemeCustomizations() method testGetUnassignedThemeCustomizations (line 98) | public function testGetUnassignedThemeCustomizations() method testGetStoresByThemes (line 121) | public function testGetStoresByThemes() method testIsThemeAssignedToDefaultStore (line 140) | public function testIsThemeAssignedToDefaultStore() method testIsThemeAssignedToConcreteStore (line 163) | public function testIsThemeAssignedToConcreteStore() method getAssignedTheme (line 176) | protected function getAssignedTheme() method getUnassignedTheme (line 184) | protected function getUnassignedTheme() method getStore (line 192) | protected function getStore() FILE: app/code/Magento/Theme/Test/Unit/Model/Config/ImporterTest.php class ImporterTest (line 16) | class ImporterTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testImportWithException (line 79) | public function testImportWithException() method testImport (line 88) | public function testImport() method testGetWarningMessages (line 159) | public function testGetWarningMessages(array $inFile, array $inDb, arr... method getWarningMessagesDataProvider (line 189) | public function getWarningMessagesDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Config/Processor/DesignThemeTest.php class DesignThemeTest (line 12) | class DesignThemeTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method testProcess (line 54) | public function testProcess($actualResult, $expectedResult) method prepareThemeMock (line 64) | private function prepareThemeMock() method getDumpConfigDataProvider (line 82) | public function getDumpConfigDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Config/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testValidateHasRecursiveReference (line 44) | public function testValidateHasRecursiveReference() method testValidateNoRecursiveReference (line 89) | public function testValidateNoRecursiveReference() FILE: app/code/Magento/Theme/Test/Unit/Model/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method tearDown (line 84) | protected function tearDown() method testAssignToStoreInSingleStoreMode (line 97) | public function testAssignToStoreInSingleStoreMode() method testAssignToStoreNonSingleStoreMode (line 148) | public function testAssignToStoreNonSingleStoreMode() FILE: app/code/Magento/Theme/Test/Unit/Model/CopyServiceTest.php class CopyServiceTest (line 14) | class CopyServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method tearDown (line 187) | protected function tearDown() method testCopyLayoutUpdates (line 205) | public function testCopyLayoutUpdates() method testCopyDatabaseCustomization (line 274) | public function testCopyDatabaseCustomization() method testCopyFilesystemCustomization (line 380) | public function testCopyFilesystemCustomization() FILE: app/code/Magento/Theme/Test/Unit/Model/Data/Design/ConfigFactoryTest.php class ConfigFactoryTest (line 10) | class ConfigFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | public function setUp() method testCreate (line 103) | public function testCreate() method testCreateInSingleStoreMode (line 183) | public function testCreateInSingleStoreMode() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Backend/ExceptionsTest.php class ExceptionsTest (line 12) | class ExceptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testBeforeSave (line 57) | public function testBeforeSave() method testAfterLoad (line 67) | public function testAfterLoad() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Backend/FileTest.php class FileTest (line 15) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | public function setUp() method tearDown (line 97) | public function tearDown() method getMockObject (line 107) | protected function getMockObject($class, $methods = []) method getMockObjectForAbstractClass (line 121) | protected function getMockObjectForAbstractClass($class) method testAfterLoad (line 127) | public function testAfterLoad() method testBeforeSave (line 195) | public function testBeforeSave($fileName) method beforeSaveDataProvider (line 239) | public function beforeSaveDataProvider() method testBeforeSaveWithoutFile (line 251) | public function testBeforeSaveWithoutFile() method testBeforeSaveWithExistingFile (line 266) | public function testBeforeSaveWithExistingFile() method testGetRelativeMediaPath (line 293) | public function testGetRelativeMediaPath(string $path, string $filename) method getRelativeMediaPathDataProvider (line 309) | public function getRelativeMediaPathDataProvider(): array FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Backend/ThemeTest.php class ThemeTest (line 15) | class ThemeTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testBeforeSave (line 73) | public function testBeforeSave() method testAfterSave (line 87) | public function testAfterSave($callNumber, $oldValue) method testGetValue (line 120) | public function testGetValue($value, $expectedResult) method getValueDataProvider (line 129) | public function getValueDataProvider() method afterSaveDataProvider (line 140) | public function afterSaveDataProvider() method testAfterDelete (line 148) | public function testAfterDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/BackendModelFactoryTest.php class BackendModelFactoryTest (line 8) | class BackendModelFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testCreate (line 58) | public function testCreate() method testCreateByPath (line 119) | public function testCreateByPath() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/DataProvider/DataLoaderTest.php class DataLoaderTest (line 12) | class DataLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetDataWithNoItems (line 73) | public function testGetDataWithNoItems() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/DataProvider/MetadataLoaderTest.php class MetadataLoaderTest (line 12) | class MetadataLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetData (line 92) | public function testGetData( method dataProviderGetData (line 156) | public function dataProviderGetData() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/DataProviderTest.php class DataProviderTest (line 20) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetData (line 122) | public function testGetData() method testGetMeta (line 141) | public function testGetMeta(array $inputMeta, array $expectedMeta, arr... method getMetaDataProvider (line 175) | public function getMetaDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/FileUploader/FileProcessorTest.php class FileProcessorTest (line 15) | class FileProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method testSaveToTmp (line 86) | public function testSaveToTmp() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/Plugin/DumpTest.php class DumpTest (line 13) | class DumpTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | public function setUp() method testAfterGet (line 58) | public function testAfterGet($actualResult, $expectedResult) method prepareThemeMock (line 71) | private function prepareThemeMock() method getDumpConfigDataProvider (line 88) | public function getDumpConfigDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/PluginTest.php class PluginTest (line 10) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp() method testAfterSave (line 69) | public function testAfterSave() method testAfterSaveDispatchWithStore (line 91) | public function testAfterSaveDispatchWithStore() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/StorageTest.php class StorageTest (line 13) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testSave (line 112) | public function testSave() method testLoad (line 162) | public function testLoad() method testDelete (line 197) | public function testDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/ValidatorTest.php class ValidatorTest (line 16) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetDefaultTemplateTextDefaultScope (line 70) | public function testGetDefaultTemplateTextDefaultScope(): void method getDesignConfigData (line 116) | private function getDesignConfigData(array $data = []): \Magento\Theme... FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/ValueCheckerTest.php class ValueCheckerTest (line 10) | class ValueCheckerTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testIsDifferentFromDefault (line 44) | public function testIsDifferentFromDefault() method testIsDifferentFromDefaultWithWebsiteScope (line 61) | public function testIsDifferentFromDefaultWithWebsiteScope() method testIsDifferentFromDefaultWithArrays (line 85) | public function testIsDifferentFromDefaultWithArrays() FILE: app/code/Magento/Theme/Test/Unit/Model/Design/Config/ValueProcessorTest.php class ValueProcessorTest (line 10) | class ValueProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | public function setUp() method testProcess (line 34) | public function testProcess() FILE: app/code/Magento/Theme/Test/Unit/Model/DesignConfigRepositoryTest.php class DesignConfigRepositoryTest (line 13) | class DesignConfigRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method testSave (line 95) | public function testSave() method testSaveWithoutConfig (line 122) | public function testSaveWithoutConfig() method testDelete (line 133) | public function testDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/DesignTest.php class DesignTest (line 15) | class DesignTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method tearDown (line 82) | protected function tearDown() method testLoadChange (line 92) | public function testLoadChange() method testLoadChangeFromCache (line 132) | public function testLoadChangeFromCache() method testGetIdentities (line 168) | public function testGetIdentities() method testChangeDesign (line 182) | public function testChangeDesign() FILE: app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php class FaviconTest (line 17) | class FaviconTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testGetFaviconFileNegative (line 86) | public function testGetFaviconFileNegative() method testGetFaviconFile (line 94) | public function testGetFaviconFile() method testGetDefaultFavicon (line 135) | public function testGetDefaultFavicon() FILE: app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/Config/Plugin/StoreGroupTest.php class StoreGroupTest (line 13) | class StoreGroupTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testAfterDelete (line 30) | public function testAfterDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/Config/Plugin/StoreTest.php class StoreTest (line 13) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testAroundSave (line 30) | public function testAroundSave() method testAroundSaveWithExistentSubject (line 60) | public function testAroundSaveWithExistentSubject() method testAfterDelete (line 82) | public function testAfterDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/Config/Plugin/WebsiteTest.php class WebsiteTest (line 13) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testAroundSave (line 30) | public function testAroundSave() method testAroundSaveWithExistentSubject (line 60) | public function testAroundSaveWithExistentSubject() method testAfterDelete (line 82) | public function testAfterDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testExecuteFull (line 104) | public function testExecuteFull() FILE: app/code/Magento/Theme/Test/Unit/Model/Layout/Config/ConverterTest.php class ConverterTest (line 10) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testConvert (line 25) | public function testConvert() FILE: app/code/Magento/Theme/Test/Unit/Model/Layout/Config/SchemaLocatorTest.php class SchemaLocatorTest (line 8) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetSchema (line 39) | public function testGetSchema() method testGetPerFileSchema (line 44) | public function testGetPerFileSchema() FILE: app/code/Magento/Theme/Test/Unit/Model/Layout/ConfigTest.php class ConfigTest (line 11) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetPageLayout (line 40) | public function testGetPageLayout() FILE: app/code/Magento/Theme/Test/Unit/Model/Layout/Source/LayoutTest.php class LayoutTest (line 11) | class LayoutTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testToOptionArray (line 39) | public function testToOptionArray() FILE: app/code/Magento/Theme/Test/Unit/Model/PageLayout/Config/BuilderTest.php class BuilderTest (line 12) | class BuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetPageLayoutsConfig (line 74) | public function testGetPageLayoutsConfig() FILE: app/code/Magento/Theme/Test/Unit/Model/ResourceModel/Design/Config/Scope/CollectionTest.php class CollectionTest (line 15) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testLoadData (line 65) | public function testLoadData() FILE: app/code/Magento/Theme/Test/Unit/Model/Source/InitialThemeSourceTest.php class InitialThemeSourceTest (line 21) | class InitialThemeSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testGetNotDeployed (line 112) | public function testGetNotDeployed() method testGet (line 121) | public function testGet() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testLoadData (line 76) | public function testLoadData() method testAddConstraintUnsupportedType (line 157) | public function testAddConstraintUnsupportedType() method testAddConstraint (line 168) | public function testAddConstraint(array $inputValues, array $expected) method addConstraintDataProvider (line 187) | public function addConstraintDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Customization/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method testGetFileTypes (line 12) | public function testGetFileTypes() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Customization/File/CustomCssTest.php class CustomCssTest (line 10) | class CustomCssTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testPrepareFile (line 59) | public function testPrepareFile() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetArea (line 66) | public function testGetArea() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Domain/PhysicalTest.php class PhysicalTest (line 12) | class PhysicalTest extends \PHPUnit\Framework\TestCase method testCreateVirtualTheme (line 14) | public function testCreateVirtualTheme() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Domain/StagingTest.php class StagingTest (line 12) | class StagingTest extends \PHPUnit\Framework\TestCase method testUpdateFromStagingTheme (line 18) | public function testUpdateFromStagingTheme() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Domain/VirtualTest.php class VirtualTest (line 12) | class VirtualTest extends \PHPUnit\Framework\TestCase method testGetStagingThemeExisting (line 20) | public function testGetStagingThemeExisting() method testGetStagingThemeNew (line 51) | public function testGetStagingThemeNew() method testIsAssigned (line 113) | public function testIsAssigned() method physicalThemeDataProvider (line 145) | public function physicalThemeDataProvider() method testGetPhysicalTheme (line 168) | public function testGetPhysicalTheme($data) FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/FileProviderTest.php class FileProviderTest (line 10) | class FileProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetItems (line 43) | public function testGetItems() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/FileTest.php class FileTest (line 12) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testSetCustomizationService (line 92) | public function testSetCustomizationService() method testGetFullPathWithoutFileType (line 106) | public function testGetFullPathWithoutFileType() method testGetFullPath (line 115) | public function testGetFullPath() method testSetTheme (line 138) | public function testSetTheme() method testGetTheme (line 159) | public function testGetTheme() method testGetThemeException (line 177) | public function testGetThemeException() method testSetGetFileName (line 190) | public function testSetGetFileName() method testGetContent (line 201) | public function testGetContent() method testGetFileInfo (line 208) | public function testGetFileInfo() method testBeforeSaveDelete (line 228) | public function testBeforeSaveDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Image/PathTest.php class PathTest (line 17) | class PathTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetPreviewImageUrl (line 69) | public function testGetPreviewImageUrl() method testGetPreviewImagePath (line 86) | public function testGetPreviewImagePath() method testDefaultPreviewImageUrlGetter (line 114) | public function testDefaultPreviewImageUrlGetter() method testImagePreviewDirectoryGetter (line 124) | public function testImagePreviewDirectoryGetter() method testTemporaryDirectoryGetter (line 139) | public function testTemporaryDirectoryGetter() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Plugin/RegistrationTest.php class RegistrationTest (line 12) | class RegistrationTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testBeforeDispatch (line 66) | public function testBeforeDispatch( method dataProviderBeforeDispatch (line 156) | public function dataProviderBeforeDispatch() method testBeforeDispatchWithProductionMode (line 164) | public function testBeforeDispatchWithProductionMode() method testBeforeDispatchWithException (line 170) | public function testBeforeDispatchWithException() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/RegistrationTest.php class RegistrationTest (line 11) | class RegistrationTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testRegister (line 50) | public function testRegister() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ResolverTest.php class ResolverTest (line 8) | class ResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetByAreaWithThemeDefaultArea (line 58) | public function testGetByAreaWithThemeDefaultArea() method testGetByAreaWithDesignDefaultArea (line 91) | public function testGetByAreaWithDesignDefaultArea() method testGetByAreaWithOtherAreaAndStringThemeId (line 130) | public function testGetByAreaWithOtherAreaAndStringThemeId() method testGetByAreaWithOtherAreaAndNumericThemeId (line 191) | public function testGetByAreaWithOtherAreaAndNumericThemeId() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/SingleFileTest.php class SingleFileTest (line 10) | class SingleFileTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testUpdate (line 36) | public function testUpdate() method testUpdateWhenFileDelete (line 112) | public function testUpdateWhenFileDelete() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/Source/ThemeTest.php class ThemeTest (line 10) | class ThemeTest extends \PHPUnit\Framework\TestCase method testGetAllOptions (line 17) | public function testGetAllOptions() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ThemeDependencyCheckerTest.php class ThemeDependencyCheckerTest (line 11) | class ThemeDependencyCheckerTest extends \PHPUnit\Framework\TestCase method setup (line 33) | public function setup() method testCheckChildThemeByPackagesName (line 46) | public function testCheckChildThemeByPackagesName() method testExecuteFailedChildThemeCheck (line 64) | public function testExecuteFailedChildThemeCheck($hasVirtual, $hasPhys... method executeFailedChildThemeCheckDataProvider (line 93) | public function executeFailedChildThemeCheckDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ThemePackageInfoTest.php class ThemePackageInfoTest (line 10) | class ThemePackageInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetPackageName (line 50) | public function testGetPackageName() method testGetPackageNameNonExist (line 65) | public function testGetPackageNameNonExist() method testGetFullThemePath (line 73) | public function testGetFullThemePath() method testGetFullThemePathNonExist (line 87) | public function testGetFullThemePathNonExist() method testGetPackageNameInvalidJson (line 95) | public function testGetPackageNameInvalidJson() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ThemeProviderTest.php class ThemeProviderTest (line 15) | class ThemeProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetByFullPath (line 68) | public function testGetByFullPath() method testGetByFullPathWithCache (line 118) | public function testGetByFullPathWithCache() method testGetById (line 167) | public function testGetById() method testGetByIdWithCache (line 203) | public function testGetByIdWithCache() method testGetThemeCustomizations (line 235) | public function testGetThemeCustomizations() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ThemeUninstallerTest.php class ThemeUninstallerTest (line 10) | class ThemeUninstallerTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testUninstallRegistry (line 51) | public function testUninstallRegistry() method testUninstallCode (line 65) | public function testUninstallCode() FILE: app/code/Magento/Theme/Test/Unit/Model/Theme/ValidationTest.php class ValidationTest (line 12) | class ValidationTest extends \PHPUnit\Framework\TestCase method testValidate (line 22) | public function testValidate(array $data, $result, array $messages) method dataProviderValidate (line 37) | public function dataProviderValidate() FILE: app/code/Magento/Theme/Test/Unit/Model/ThemeTest.php class ThemeTest (line 19) | class ThemeTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method tearDown (line 109) | protected function tearDown() method testThemeImageGetter (line 117) | public function testThemeImageGetter() method testIsVirtual (line 129) | public function testIsVirtual($type, $isVirtual) method isVirtualDataProvider (line 138) | public function isVirtualDataProvider() method testIsPhysical (line 153) | public function testIsPhysical($type, $isPhysical) method isPhysicalDataProvider (line 162) | public function isPhysicalDataProvider() method testIsVisible (line 177) | public function testIsVisible($type, $isVisible) method isVisibleDataProvider (line 186) | public function isVisibleDataProvider() method testIsDeletable (line 203) | public function testIsDeletable($themeType, $isDeletable) method isDeletableDataProvider (line 214) | public function isDeletableDataProvider() method testGetCode (line 228) | public function testGetCode($originalCode, $expectedCode) method getCodeDataProvider (line 237) | public function getCodeDataProvider() method testGetInheritedThemes (line 250) | public function testGetInheritedThemes() method testAfterDelete (line 271) | public function testAfterDelete() method testGetStagingVersion (line 307) | public function testGetStagingVersion() method testGetStagingVersionWithoutTheme (line 336) | public function testGetStagingVersionWithoutTheme() method testGetDomainModel (line 345) | public function testGetDomainModel() method testGetDomainModelWithIncorrectType (line 360) | public function testGetDomainModelWithIncorrectType() method testValidate (line 371) | public function testValidate() method testValidatePass (line 387) | public function testValidatePass() method testHasChildThemes (line 400) | public function testHasChildThemes() method testGetCustomization (line 421) | public function testGetCustomization() method testIsEditable (line 438) | public function testIsEditable() method getFullThemePath (line 450) | public function getFullThemePath() method getParentTheme (line 467) | public function getParentTheme() method testToArray (line 478) | public function testToArray(array $themeData, array $expected) method toArrayDataProvider (line 487) | public function toArrayDataProvider() method testPopulateFromArray (line 544) | public function testPopulateFromArray(array $value, array $expected, $... method populateFromArrayDataProvider (line 564) | public function populateFromArrayDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Model/ThemeValidatorTest.php class ThemeValidatorTest (line 12) | class ThemeValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testValidateIsThemeInUse (line 49) | public function testValidateIsThemeInUse() FILE: app/code/Magento/Theme/Test/Unit/Model/Uploader/ServiceTest.php class ServiceTest (line 14) | class ServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method tearDown (line 91) | protected function tearDown() method testUploadLimitNotConfigured (line 100) | public function testUploadLimitNotConfigured() method testGetCssUploadMaxSize (line 112) | public function testGetCssUploadMaxSize() method testGetJsUploadMaxSize (line 124) | public function testGetJsUploadMaxSize() method testGetFileContent (line 136) | public function testGetFileContent() method testUploadCssFile (line 171) | public function testUploadCssFile() method testUploadInvalidCssFile (line 218) | public function testUploadInvalidCssFile() method testUploadJsFile (line 241) | public function testUploadJsFile() method testUploadInvalidJsFile (line 299) | public function testUploadInvalidJsFile() FILE: app/code/Magento/Theme/Test/Unit/Model/Url/Plugin/SignatureTest.php class SignatureTest (line 10) | class SignatureTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testAfterGetBaseUrlInactive (line 39) | public function testAfterGetBaseUrlInactive($fixtureConfigFlag, $input... method afterGetBaseUrlInactiveDataProvider (line 56) | public function afterGetBaseUrlInactiveDataProvider() method testAroundGetBaseUrlActive (line 64) | public function testAroundGetBaseUrlActive() FILE: app/code/Magento/Theme/Test/Unit/Model/View/DesignTest.php class DesignTest (line 12) | class DesignTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testGetThemePath (line 80) | public function testGetThemePath($themePath, $themeId, $expectedResult) method getThemePathDataProvider (line 92) | public function getThemePathDataProvider() method designThemeDataProvider (line 104) | public function designThemeDataProvider() method testSetDefaultDesignTheme (line 119) | public function testSetDefaultDesignTheme($storeMode, $scope) method testGetDesignParams (line 146) | public function testGetDesignParams() method testSetDesignTheme (line 177) | public function testSetDesignTheme() FILE: app/code/Magento/Theme/Test/Unit/Model/Wysiwyg/StorageTest.php class StorageTest (line 15) | class StorageTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method tearDown (line 123) | protected function tearDown() method testUploadFile (line 136) | public function testUploadFile() method testUploadInvalidFile (line 187) | public function testUploadInvalidFile() method _prepareUploader (line 199) | protected function _prepareUploader() method testCreateFolder (line 218) | public function testCreateFolder($isWritable) method testCreateFolderWithInvalidName (line 288) | public function testCreateFolderWithInvalidName() method testCreateFolderDirectoryAlreadyExist (line 298) | public function testCreateFolderDirectoryAlreadyExist() method testGetDirsCollection (line 329) | public function testGetDirsCollection() method testGetDirsCollectionWrongDirName (line 354) | public function testGetDirsCollectionWrongDirName() method testGetFilesCollection (line 372) | public function testGetFilesCollection() method testGetFilesCollectionImageType (line 408) | public function testGetFilesCollectionImageType() method testTreeArray (line 452) | public function testTreeArray() method testDeleteFile (line 495) | public function testDeleteFile() method testDeleteDirectory (line 529) | public function testDeleteDirectory() method testDeleteRootDirectory (line 550) | public function testDeleteRootDirectory() method booleanCasesDataProvider (line 568) | public function booleanCasesDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Observer/ApplyThemeCustomizationObserverTest.php class ApplyThemeCustomizationObserverTest (line 12) | class ApplyThemeCustomizationObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 39) | protected function setUp() method testApplyThemeCustomization (line 72) | public function testApplyThemeCustomization() method testApplyThemeCustomizationException (line 92) | public function testApplyThemeCustomizationException() FILE: app/code/Magento/Theme/Test/Unit/Observer/CheckThemeIsAssignedObserverTest.php class CheckThemeIsAssignedObserverTest (line 9) | class CheckThemeIsAssignedObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testCheckThemeIsAssigned (line 46) | public function testCheckThemeIsAssigned() FILE: app/code/Magento/Theme/Test/Unit/Observer/CleanThemeRelatedContentObserverTest.php class CleanThemeRelatedContentObserverTest (line 9) | class CleanThemeRelatedContentObserverTest extends \PHPUnit\Framework\Te... method setUp (line 31) | protected function setUp() method testCleanThemeRelatedContent (line 59) | public function testCleanThemeRelatedContent() method testCleanThemeRelatedContentException (line 92) | public function testCleanThemeRelatedContentException() method testCleanThemeRelatedContentNonObjectTheme (line 113) | public function testCleanThemeRelatedContentNonObjectTheme() FILE: app/code/Magento/Theme/Test/Unit/Ui/Component/Design/Config/SearchRobots/ResetButtonTest.php class ResetButtonTest (line 15) | class ResetButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | public function setUp() method testPrepare (line 81) | public function testPrepare() FILE: app/code/Magento/Theme/Test/Unit/Ui/Component/Listing/Column/EditActionTest.php class EditActionTest (line 15) | class EditActionTest extends \PHPUnit\Framework\TestCase method setup (line 29) | public function setup() method testPrepareDataSource (line 63) | public function testPrepareDataSource($dataSourceItem, $scope, $scopeId) method getPrepareDataSourceDataProvider (line 92) | public function getPrepareDataSourceDataProvider() FILE: app/code/Magento/Theme/Test/Unit/Ui/Component/Listing/Column/ViewActionTest.php class ViewActionTest (line 20) | class ViewActionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testPrepareDataSource (line 58) | public function testPrepareDataSource( method getPrepareDataSourceDataProvider (line 98) | public function getPrepareDataSourceDataProvider() FILE: app/code/Magento/Theme/Ui/Component/Design/Config/DataProvider.php class DataProvider (line 20) | class DataProvider extends \Magento\Framework\View\Element\UiComponent\D... method __construct (line 41) | public function __construct( method getData (line 73) | public function getData() FILE: app/code/Magento/Theme/Ui/Component/Design/Config/SearchRobots/ResetButton.php class ResetButton (line 19) | class ResetButton extends Field method __construct (line 40) | public function __construct( method getRobotsDefaultCustomInstructions (line 56) | private function getRobotsDefaultCustomInstructions() method prepare (line 71) | public function prepare() FILE: app/code/Magento/Theme/Ui/Component/Listing/Column/EditAction.php class EditAction (line 18) | class EditAction extends Column method __construct (line 34) | public function __construct( method prepareDataSource (line 51) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Theme/Ui/Component/Listing/Column/ViewAction.php class ViewAction (line 19) | class ViewAction extends Column method __construct (line 35) | public function __construct( method prepareDataSource (line 52) | public function prepareDataSource(array $dataSource) : array FILE: app/code/Magento/Theme/Ui/Component/Theme/DataProvider/SearchResult.php class SearchResult (line 14) | class SearchResult extends \Magento\Framework\View\Element\UiComponent\D... method _initSelect (line 34) | protected function _initSelect() FILE: app/code/Magento/Theme/view/adminhtml/web/js/form.js function parentThemeOnChange (line 15) | function parentThemeOnChange(selected, defaultsById) { FILE: app/code/Magento/Tinymce3/Model/Config/Gallery/Config.php class Config (line 15) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 25) | public function __construct( method getConfig (line 37) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Tinymce3/Model/Config/Source/Wysiwyg/Editor.php class Editor (line 14) | class Editor FILE: app/code/Magento/Tinymce3/Model/Config/Variable/Config.php class Config (line 14) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 30) | public function __construct( method getConfig (line 44) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Tinymce3/Model/Config/Widget/Config.php class Config (line 14) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 30) | public function __construct( method getConfig (line 41) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... method getWysiwygJsPluginSrc (line 58) | private function getWysiwygJsPluginSrc() : string FILE: app/code/Magento/Tinymce3/Model/Config/Widget/PlaceholderImagesPool.php class PlaceholderImagesPool (line 13) | class PlaceholderImagesPool method __construct (line 24) | public function __construct( method getWidgetPlaceholders (line 33) | public function getWidgetPlaceholders() : array FILE: app/code/Magento/Tinymce3/Model/Config/Wysiwyg/Config.php class Config (line 14) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 24) | public function __construct( method getConfig (line 33) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Tinymce3/Model/Plugin/Widget.php class Widget (line 15) | class Widget method __construct (line 37) | public function __construct( method aroundGetPlaceholderImageUrl (line 54) | public function aroundGetPlaceholderImageUrl( FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/AddOnManager.js function loadDependencies (line 147) | function loadDependencies() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/ControlManager.js function useNativeListForAccessibility (line 239) | function useNativeListForAccessibility(ed) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/Editor.js function loadScripts (line 979) | function loadScripts() { function initPlugin (line 1048) | function initPlugin(p) { function repaint (line 1110) | function repaint(a, o) { function fixLinks (line 1686) | function fixLinks(ed, o) { function eventHandler (line 2879) | function eventHandler(e, o) { function doFocus (line 2924) | function doFocus(e) { function setOpts (line 2949) | function setOpts() { function find (line 3040) | function find(e) { function addUndo (line 3144) | function addUndo() { function getAttributeApplyFunction (line 3211) | function getAttributeApplyFunction() { function isSelectionAcrossElements (line 3227) | function isSelectionAcrossElements() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/EditorCommands.js function execCommand (line 38) | function execCommand(command, ui, value) { function queryCommandState (line 57) | function queryCommandState(command) { function queryCommandValue (line 74) | function queryCommandValue(command) { function addCommands (line 91) | function addCommands(command_list, type) { function execNativeCommand (line 111) | function execNativeCommand(command, ui, value) { function isFormatMatch (line 121) | function isFormatMatch(name) { function toggleFormat (line 125) | function toggleFormat(name, value) { function storeSelection (line 129) | function storeSelection(type) { function restoreSelection (line 133) | function restoreSelection() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/EditorManager.js function execCallback (line 121) | function execCallback(se, n, s) { function hasClass (line 179) | function hasClass(n, c) { function clr (line 370) | function clr() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/ForceBlocks.js function cloneFormats (line 22) | function cloneFormats(node) { function isAtEnd (line 44) | function isAtEnd(rng, par) { function splitList (line 54) | function splitList(selection, dom, li) { function addRootBlocks (line 93) | function addRootBlocks() { function insertBr (line 255) | function insertBr(ed) { function appendStyles (line 512) | function appendStyles(e, en) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/Formatter.js function isArray (line 50) | function isArray(obj) { function getParents (line 54) | function getParents(node, selector) { function isCaretNode (line 58) | function isCaretNode(node) { function get (line 71) | function get(name) { function register (line 82) | function register(name, format) { function apply (line 153) | function apply(name, vars, node) { function remove (line 552) | function remove(name, vars, node) { function toggle (line 783) | function toggle(name, vars, node) { function matchNode (line 802) | function matchNode(node, name, vars, similar) { function match (line 873) | function match(name, vars, node) { function matchAll (line 913) | function matchAll(names, vars) { function canApply (line 941) | function canApply(name) { function matchName (line 988) | function matchName(node, format) { function isEq (line 1010) | function isEq(str1, str2) { function getStyle (line 1029) | function getStyle(node, name) { function replaceVars (line 1051) | function replaceVars(value, vars) { function isWhiteSpaceNode (line 1063) | function isWhiteSpaceNode(node) { function wrap (line 1067) | function wrap(node, name, attrs) { function expandRng (line 1087) | function expandRng(rng, format, remove) { function removeFormat (line 1400) | function removeFormat(format, vars, node, compare_node) { function removeNode (line 1516) | function removeNode(node, format) { function getNonWhiteSpaceSibling (line 1569) | function getNonWhiteSpaceSibling(node, next, inc) { function isBookmarkNode (line 1586) | function isBookmarkNode(node) { function mergeSiblings (line 1598) | function mergeSiblings(prev, next) { function isTextBlock (line 1735) | function isTextBlock(name) { function getContainer (line 1739) | function getContainer(rng, start) { function performCaretAction (line 1767) | function performCaretAction(type, name, vars) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/LegacyInput.js function replaceWithSpan (line 17) | function replaceWithSpan(node, styles) { function convert (line 49) | function convert(editor, params) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/Popup.js function close (line 289) | function close() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/UndoManager.js function getContent (line 22) | function getContent() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/adapter/jquery/adapter.js function css (line 31) | function css(name, value) { function attr (line 42) | function attr(name, value) { function htmlPatchFunc (line 62) | function htmlPatchFunc(func) { function patch (line 77) | function patch(jq) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/adapter/jquery/jquery.tinymce.js function init (line 30) | function init() { function load (line 116) | function load(url) { function applyPatch (line 185) | function applyPatch() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/DOMUtils.js function setHTML (line 1213) | function setHTML(e, h, d) { function hex (line 1405) | function hex(s) { function addClasses (line 1433) | function addClasses(s) { function trim (line 1701) | function trim(node) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/Range.js function Range (line 13) | function Range(dom) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/RangeUtils.js function exclude (line 47) | function exclude(nodes) { function collectSiblings (line 73) | function collectSiblings(node, name, end_node) { function findEndPoint (line 90) | function findEndPoint(node, root) { function walkBoundary (line 99) | function walkBoundary(start_node, end_node, next) { function splitText (line 181) | function splitText(node, offset) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/ScriptLoader.js function loadScript (line 55) | function loadScript(url, callback) { function execScriptLoadedCallbacks (line 224) | function execScriptLoadedCallbacks(url) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/Selection.js function trimNl (line 12) | function trimNl(s) { function findIndex (line 356) | function findIndex(name, element) { function getLocation (line 368) | function getLocation() { function setEndPoint (line 502) | function setEndPoint(start) { function restoreEndPoint (line 543) | function restoreEndPoint(suffix) { function addBogus (line 605) | function addBogus(node) { function setPoint (line 651) | function setPoint(node, start) { function skipEmptyTextNodes (line 881) | function skipEmptyTextNodes(n, forwards) { function normalizeEndPoint (line 945) | function normalizeEndPoint(start) { function rngFromPoint (line 1029) | function rngFromPoint(x, y) { function selectionChange (line 1043) | function selectionChange(e) { function endSelection (line 1065) | function endSelection() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/Serializer.js function trim (line 127) | function trim(value) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/Sizzle.js function dirNodeCheck (line 964) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function dirCheck (line 995) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/TreeWalker.js function findSibling (line 14) | function findSibling(node, start_name, sibling_name, shallow) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/dom/TridentSelection.js function Selection (line 12) | function Selection(selection) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/DomParser.js function fixInvalidChildren (line 42) | function fixInvalidChildren(nodes) { function addRootBlocks (line 251) | function addRootBlocks() { function createNode (line 273) | function createNode(name, type) { function removeWhitespaceBefore (line 288) | function removeWhitespaceBefore(node) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Entities.js function nativeDecode (line 44) | function nativeDecode(text) { function buildEntitiesLookup (line 54) | function buildEntitiesLookup(items, radix) { function encodeNamedAndNumeric (line 195) | function encodeNamedAndNumeric(text, attr) { function encodeCustomNamed (line 201) | function encodeCustomNamed(text, attr) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Node.js function walk (line 22) | function walk(node, root_node, prev) { function Node (line 65) | function Node(name, type) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/SaxParser.js function processEndTag (line 90) | function processEndTag(name) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Schema.js function split (line 15) | function split(str, delim) { function unpack (line 23) | function unpack(lookup, data) { function patternToRegExp (line 228) | function patternToRegExp(str) { function addValidElements (line 234) | function addValidElements(valid_elements) { function setValidElements (line 373) | function setValidElements(valid_elements) { function addCustomElements (line 385) | function addCustomElements(custom_elements) { function addValidChildren (line 412) | function addValidChildren(valid_children) { function getElementRule (line 441) | function getElementRule(name) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Serializer.js function walk (line 91) | function walk(node) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Styles.js function toHex (line 45) | function toHex(match, r, g, b) { function compress (line 79) | function compress(prefix, suffix) { function canCompress (line 110) | function canCompress(key) { function compress2 (line 131) | function compress2(target, a, b, c) { function encode (line 149) | function encode(str) { function decode (line 157) | function decode(str, keep_slashes) { function serializeStyles (line 246) | function serializeStyles(name) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/tinymce.js function getBase (line 192) | function getBase(n) { function unload (line 678) | function unload() { function fakeUnload (line 706) | function fakeUnload() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/ui/NativeListBox.js function onChange (line 176) | function onChange(e) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/util/JSON.js function serialize (line 12) | function serialize(o, quote) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/util/Quirks.js function cleanupStylesWhenDeleting (line 21) | function cleanupStylesWhenDeleting(ed) { function emptyEditorWhenDeleting (line 77) | function emptyEditorWhenDeleting(ed) { function inputMethodFocus (line 95) | function inputMethodFocus(ed) { function removeHrOnBackspace (line 108) | function removeHrOnBackspace(ed) { function focusBody (line 127) | function focusBody(ed) { function selectControlElements (line 151) | function selectControlElements(ed) { function selectionChangeNodeChanged (line 169) | function selectionChangeNodeChanged(ed) { function ensureBodyHasRoleApplication (line 193) | function ensureBodyHasRoleApplication(ed) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/util/XHR.js function get (line 42) | function get(s) { function ready (line 68) | function ready() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/xml/Parser.js function check (line 46) | function check() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/jquery.tinymce.js function o (line 1) | function o(){var r=[],q=0;if(f){f();f=null}p.each(function(t,u){var s,w=... function q (line 1) | function q(r){tinymce.ScriptLoader.markDone(tinyMCE.baseURI.toAbsolute(r))} function f (line 1) | function f(){function i(l){if(l==="remove"){this.each(function(n,o){var ... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/advlink/js/advlink.js function preinit (line 9) | function preinit() { function changeClass (line 16) | function changeClass() { function init (line 22) | function init() { function checkPrefix (line 120) | function checkPrefix(n) { function setFormValue (line 128) | function setFormValue(name, value) { function parseWindowOpen (line 132) | function parseWindowOpen(onclick) { function parseFunction (line 177) | function parseFunction(onclick) { function getOption (line 184) | function getOption(opts, name) { function setPopupControlsDisabled (line 188) | function setPopupControlsDisabled(state) { function parseLink (line 209) | function parseLink(link) { function parseOptions (line 255) | function parseOptions(opts) { function buildOnClick (line 277) | function buildOnClick() { function setAttrib (line 348) | function setAttrib(elm, attrib, value) { function getAnchorListHTML (line 367) | function getAnchorListHTML(id, target) { function insertAction (line 388) | function insertAction() { function setAllAttribs (line 430) | function setAllAttribs(elm) { function getSelectValue (line 468) | function getSelectValue(form_obj, field_name) { function getLinkListHTML (line 477) | function getLinkListHTML(elm_id, target_form_element, onchange_func) { function getTargetListHTML (line 502) | function getTargetListHTML(elm_id, target_form_element) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/advlist/editor_plugin.js function e (line 1) | function e(g){var f=[];a(g.split(/,/),function(h){f.push({title:"advlist... function c (line 1) | function c(j,l){var k=true;a(l.styles,function(n,m){if(g.dom.getStyle(j,... function h (line 1) | function h(){var k,l=g.dom,j=g.selection;k=l.getParent(j.getNode(),"ol,u... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/advlist/editor_plugin_src.js function buildFormats (line 20) | function buildFormats(str) { function hasFormat (line 51) | function hasFormat(node, format) { function applyListFormat (line 65) | function applyListFormat() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/autoresize/editor_plugin.js function b (line 1) | function b(){var i=a.getDoc(),f=i.body,k=i.documentElement,h=tinymce.DOM... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/autoresize/editor_plugin_src.js function resize (line 37) | function resize() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/autosave/editor_plugin.js function k (line 1) | function k(n){var m={s:1000,m:60000};n=/^(\d+)([ms]?)$/.exec(""+n);retur... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/autosave/editor_plugin_src.js function parseTime (line 77) | function parseTime(time) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/bbcode/editor_plugin.js function b (line 1) | function b(c,d){a=a.replace(c,d)} function b (line 1) | function b(c,d){a=a.replace(c,d)} FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/bbcode/editor_plugin_src.js function rep (line 45) | function rep(re, str) { function rep (line 95) | function rep(re, str) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/contextmenu/editor_plugin.js function g (line 1) | function g(j,k){i=0;if(k&&k.button==2){i=k.ctrlKey;return}if(h._menu){h.... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/contextmenu/editor_plugin_src.js function hide (line 69) | function hide(ed, e) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/fullpage/editor_plugin.js function d (line 1) | function d(l,j){var k=l.attr(j);return k||""} function c (line 1) | function c(n,l,m){n.attr(l,m?m:undefined)} function i (line 1) | function i(l){if(d.firstChild){d.insert(l,d.firstChild)}else{d.append(l)}} function k (line 1) | function k(n){return n.replace(/<\/?[A-Z]+/g,function(o){return o.toLowe... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/fullpage/editor_plugin_src.js function getAttr (line 55) | function getAttr(elm, name) { function setAttr (line 125) | function setAttr(elm, name, value) { function addHeadNode (line 129) | function addHeadNode(node) { function low (line 304) | function low(s) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/fullpage/js/fullpage.js function setVal (line 37) | function setVal(id, value) { function getVal (line 52) | function getVal(id) { function init (line 162) | function init() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/inlinepopups/editor_plugin.js function D (line 1) | function D(){if(f){return}o._fixIELayout(v,0);d.add(C.body,"div",{id:"mc... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/inlinepopups/editor_plugin_src.js function startMove (line 417) | function startMove() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/insertdatetime/editor_plugin.js function b (line 1) | function b(g,d){g=""+g;if(g.length=0&&s.hasChildNodes()&&t10000){if(g.success&&h<10... function c (line 1) | function c(m){var o=m.dom,n=m.selection;m.onKeyDown.add(function(q,u){va... function d (line 1) | function d(m){m.onKeyUp.add(function(n,p){var o=p.keyCode;if(o==h||o==j)... function b (line 1) | function b(m){m.dom.bind(m.getDoc(),"focusin",function(){m.selection.set... function e (line 1) | function e(m){m.onKeyDown.add(function(n,q){if(q.keyCode===j){if(n.selec... function g (line 1) | function g(m){if(!Range.prototype.getClientRects){m.onMouseDown.add(func... function f (line 1) | function f(m){m.onClick.add(function(n,o){o=o.target;if(/^(IMG|HR)$/.tes... function l (line 1) | function l(m){var o,n;m.dom.bind(m.getDoc(),"selectionchange",function()... function a (line 1) | function a(m){document.body.setAttribute("role","application")} function h (line 1) | function h(l){var m;m=document.createElement("div");m.innerHTML=l;return... function e (line 1) | function e(m,p){var n,o,l,q={};if(m){m=m.split(",");p=p||10;for(n=0;n1?m:"0"+m} function q (line 1) | function q(r){f(r.imports,function(s){q(s)});f(r.cssRules||r.rules,funct... function k (line 1) | function k(v){var t,r=v.childNodes,u=v.nodeType;if(u==1&&v.getAttribute(... function b (line 1) | function b(c){var N=this,e=c.doc,S=0,E=1,j=2,D=true,R=false,U="startOffs... function a (line 1) | function a(d){var b=this,h=d.dom,c=true,f=false;function e(i,j){var k,t=... function n (line 1) | function n(r,x,v,A,y,z){for(var t=0,s=A.length;t)/g,"\n").replace(... function b (line 1) | function b(m,v){var x=this,q=a.DOM,s,o,r,n;function p(){q.remove(n);if(s... function n (line 1) | function n(r){a.each(f[r],function(s){s.func.call(s.scope)});f[r]=e} function d (line 1) | function d(i,f,e,j){var h,g;if(i){if(!j&&i[f]){return i[f]}if(i!=c){h=i[... function f (line 1) | function f(u){var v;v=u[0];if(v.nodeType===3&&v===i&&l>=v.nodeValue.leng... function p (line 1) | function p(x,v,u){var y=[];for(;x&&x!=u;x=x[v]){y.push(x)}return y} function n (line 1) | function n(v,u){do{if(v.parentNode==u){return v}v=v.parentNode}while(v)} function k (line 1) | function k(x,v,y){var u=y?"nextSibling":"previousSibling";for(h=x,r=h.pa... function f (line 1) | function f(j,k){return j.splitText(k)} function f (line 1) | function f(k){var j=g.items[k.target.selectedIndex-1];if(j&&(j=j.value))... function i (line 1) | function i(){var k=g.dependencies(j);b.each(k,function(m){var l=g.create... function r (line 1) | function r(x,y,t){var v=x[y];if(!v){return}if(j.is(v,"string")){t=v.repl... function t (line 1) | function t(y,x){return x.constructor===RegExp?x.test(y.className):k.hasC... function m (line 1) | function m(){n.destroy();l.detachEvent("onunload",m);l=l.tinyMCE=l.tinym... function q (line 1) | function q(){if(v.language&&v.language_load!==false){p.add(m.baseURL+"/l... function B (line 1) | function B(J){var K=c.get(J),t=c.urls[J]||m.documentBaseURL.replace(/\/$... function x (line 1) | function x(s,t){if(!t||!t.initial){H.execCommand("mceRepaint")}} function r (line 1) | function r(s,t){i(s.dom.select("a"),function(A){var z=A.parentNode;if(s.... function p (line 1) | function p(t,D){var s=t.type;if(B.removed){return}if(B.onEvent.dispatch(... function u (line 1) | function u(){var E=this,G=E.getDoc(),F=E.settings;if(a&&!F.readonly){E._... function v (line 1) | function v(t){var s=null;if(!t.altKey&&!t.ctrlKey&&!t.metaKey){return s}... function y (line 1) | function y(){B.undoManager.typing=false;B.undoManager.add()} function A (line 1) | function A(){var s=B.dom.getAttribs(B.selection.getStart().cloneNode(fal... function z (line 1) | function z(){var t=B.selection;return !t.isCollapsed()&&t.getStart()!=t.... function r (line 1) | function r(z,y,x){var v;z=z.toLowerCase();if(v=j.exec[z]){v(z,y,x);retur... function l (line 1) | function l(x){var v;x=x.toLowerCase();if(v=j.state[x]){return v(x)}retur... function h (line 1) | function h(x){var v;x=x.toLowerCase();if(v=j.value[x]){return v(x)}retur... function u (line 1) | function u(v,x){x=x||"exec";d(v,function(z,y){d(y.toLowerCase().split(",... function f (line 1) | function f(y,x,v){if(x===e){x=b}if(v===e){v=null}return n.getDoc().execC... function t (line 1) | function t(v){return q.match(v)} function s (line 1) | function s(v,x){q.toggle(v,x?{value:x}:e)} function i (line 1) | function i(v){o=p.getBookmark(v)} function g (line 1) | function g(){p.moveToBookmark(o)} function g (line 1) | function g(){return b.trim(f.getContent({format:"raw",no_events:1}))} function k (line 1) | function k(o){var p,n,m;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.tes... function f (line 1) | function f(n,o){var m=o.ownerDocument.createRange();m.setStart(n.endCont... function e (line 1) | function e(o,q,m){var n,p;if(q.isEmpty(m)){n=q.getParent(m,"ul,ol");if(!... function v (line 1) | function v(){var y=o.getStart(),t=m.getBody(),s,z,D,F,E,x,A,B=-16777215;... function r (line 1) | function r(t){var s=o.getRng(),x,A=u.create("div",null," "),z,y=u.getVie... function S (line 1) | function S(y,s){var r=[],X,W,t;y.innerHTML="";if(V.keep_styles){W=s;do{i... function g (line 1) | function g(o){return o.settings.use_accessible_selects&&!c.isGecko} function z (line 1) | function z(V){return V instanceof Array} function m (line 1) | function m(W,V){return c.getParents(W,V,c.getRoot())} function b (line 1) | function b(V){return V.nodeType===1&&(V.face==="mceinline"||V.style.font... function Q (line 1) | function Q(V){return V?M[V]:M} function k (line 1) | function k(V,W){if(V){if(typeof(V)!=="string"){O(V,function(Y,X){k(X,Y)}... function S (line 1) | function S(Y,ag,ab){var ac=Q(Y),ah=ac[0],af,W,ae,ad=q.isCollapsed();func... function A (line 1) | function A(X,ag,aa){var ab=Q(X),ai=ab[0],af,ae,W;function Z(al){var ak=a... function D (line 1) | function D(W,Y,X){var V=Q(W);if(j(W,Y,X)&&(!("toggle" in V[0])||V[0]["to... function x (line 1) | function x(W,V,ab,Z){var X=Q(V),ac,aa,Y;function ad(ah,aj,ak){var ag,ai,... function j (line 1) | function j(X,Z,Y){var W;function V(aa){aa=c.getParent(aa,function(ab){re... function v (line 1) | function v(ac,ab){var Z,aa=[],Y={},X,W,V;Z=q.getStart();c.getParent(Z,fu... function y (line 1) | function y(Z){var ab=Q(Z),Y,X,aa,W,V;if(ab){Y=q.getStart();X=m(Y);for(W=... function h (line 1) | function h(V,W){if(g(V,W.inline)){return B}if(g(V,W.block)){return B}if(... function g (line 1) | function g(W,V){W=W||"";V=V||"";W=""+(W.nodeName||W);V=""+(V.nodeName||V... function L (line 1) | function L(W,V){var X=c.getStyle(W,V);if(V=="color"||V=="backgroundColor... function r (line 1) | function r(V,W){if(typeof(V)!="string"){V=V(W)}else{if(W){V=V.replace(/%... function f (line 1) | function f(V){return V&&V.nodeType===3&&/^([\t \r\n]+|)$/.test(V.nodeVal... function N (line 1) | function N(X,W,V){var Y=c.create(W,V);X.parentNode.insertBefore(Y,X);Y.a... function o (line 1) | function o(V,ah,Y){var X=V.startContainer,ac=V.startOffset,ak=V.endConta... function T (line 1) | function T(ab,aa,Y,V){var X,W,Z;if(!h(Y,ab)){return R}if(ab.remove!="all... function n (line 1) | function n(X,Y){var V=X.parentNode,W;if(Y.block){if(!l){function Z(ab,aa... function C (line 1) | function C(W,V,X){if(W){V=V?"nextSibling":"previousSibling";for(W=X?W:W[... function H (line 1) | function H(V){return V&&V.nodeType==1&&V.getAttribute("data-mce-type")==... function u (line 1) | function u(Z,Y){var V,X,W;function ab(ae,ad){if(ae.nodeName!=ad.nodeName... function G (line 1) | function G(V){return/^(h[1-6]|p|div|pre|address|dl|dt|dd)$/.test(V)} function J (line 1) | function J(W,aa){var V,Z,X,Y;V=W[aa?"startContainer":"endContainer"];Z=W... function P (line 1) | function P(ae,V,ac){var ah,af="_mce_caret",W=U.settings.caret_debug;ah=a... function b (line 1) | function b(j,i){e.each(i,function(l,k){if(l){g.setStyle(j,k,l)}});g.rena... function f (line 1) | function f(i,j){g=i.dom;if(c.convert_fonts_to_spans){e.each(g.select("fo... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_dev.js function include (line 44) | function include(u) { function load (line 48) | function load() { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_jquery.js function h (line 1) | function h(i){if(i.src&&/tiny_mce(|_gzip|_jquery|_prototype|_full)(_dev|... function g (line 1) | function g(){var f=h.unloads,l,m;if(f){for(m in f){l=f[m];if(l&&l.func){... function k (line 1) | function k(){var l=document;if(l.readyState=="interactive"){function f()... function h (line 1) | function h(n,o){var m=this;if(o){m.removeAttr("data-mce-style")}return i... function g (line 1) | function g(n,o){var m=this;if(b.test(n)){if(o!==f){m.each(function(p,q){... function k (line 1) | function k(m){return function(n){if(n){n=j.dom.processHTML(n)}return m.c... function l (line 1) | function l(m){if(m.css!==h){m.css=h;m.attr=g;m.html=k(i.html);m.append=k... function serialize (line 1) | function serialize(o,quote){var i,v,t;quote=quote||'"';if(o==null){retur... function d (line 1) | function d(i){a=0;try{a=new ActiveXObject(i)}catch(c){}return a} function f (line 1) | function f(){if(!g.async||a.readyState==4||h++>10000){if(g.success&&h<10... function c (line 1) | function c(m){var o=m.dom,n=m.selection;m.onKeyDown.add(function(q,u){va... function d (line 1) | function d(m){m.onKeyUp.add(function(n,p){var o=p.keyCode;if(o==h||o==j)... function b (line 1) | function b(m){m.dom.bind(m.getDoc(),"focusin",function(){m.selection.set... function e (line 1) | function e(m){m.onKeyDown.add(function(n,q){if(q.keyCode===j){if(n.selec... function g (line 1) | function g(m){if(!Range.prototype.getClientRects){m.onMouseDown.add(func... function f (line 1) | function f(m){m.onClick.add(function(n,o){o=o.target;if(/^(IMG|HR)$/.tes... function l (line 1) | function l(m){var o,n;m.dom.bind(m.getDoc(),"selectionchange",function()... function a (line 1) | function a(m){document.body.setAttribute("role","application")} function h (line 1) | function h(l){var m;m=document.createElement("div");m.innerHTML=l;return... function e (line 1) | function e(m,p){var n,o,l,q={};if(m){m=m.split(",");p=p||10;for(n=0;n1?m:"0"+m} function q (line 1) | function q(r){f(r.imports,function(s){q(s)});f(r.cssRules||r.rules,funct... function k (line 1) | function k(v){var t,r=v.childNodes,u=v.nodeType;if(u==1&&v.getAttribute(... function b (line 1) | function b(c){var N=this,e=c.doc,S=0,E=1,j=2,D=true,R=false,U="startOffs... function a (line 1) | function a(d){var b=this,h=d.dom,c=true,f=false;function e(i,j){var k,t=... function e (line 1) | function e(f){return f.replace(/[\n\r]+/g,"")} function f (line 1) | function f(x,y){var t=0;d(m.select(x),function(A,z){if(A==y){t=z}});retu... function k (line 1) | function k(){var x=v.getRng(true),t=m.getRoot(),y={};function z(C,H){var... function g (line 1) | function g(z){var t=n[z?"start":"end"],v,x,y,u;if(t){y=t[0];for(x=q,v=t.... function k (line 1) | function k(A){var u=l.get(n.id+"_"+A),z,t,x,y,v=n.keep;if(u){z=u.parentN... function m (line 1) | function m(t){if(l.isBlock(t)&&!t.innerHTML){t.innerHTML=!a?'
)/g,"\n").replace(... function b (line 1) | function b(m,v){var x=this,q=a.DOM,s,o,r,n;function p(){q.remove(n);if(s... function n (line 1) | function n(r){a.each(f[r],function(s){s.func.call(s.scope)});f[r]=e} function d (line 1) | function d(i,f,e,j){var h,g;if(i){if(!j&&i[f]){return i[f]}if(i!=c){h=i[... function f (line 1) | function f(u){var v;v=u[0];if(v.nodeType===3&&v===i&&l>=v.nodeValue.leng... function p (line 1) | function p(x,v,u){var y=[];for(;x&&x!=u;x=x[v]){y.push(x)}return y} function n (line 1) | function n(v,u){do{if(v.parentNode==u){return v}v=v.parentNode}while(v)} function k (line 1) | function k(x,v,y){var u=y?"nextSibling":"previousSibling";for(h=x,r=h.pa... function f (line 1) | function f(j,k){return j.splitText(k)} function f (line 1) | function f(k){var j=g.items[k.target.selectedIndex-1];if(j&&(j=j.value))... function i (line 1) | function i(){var k=g.dependencies(j);b.each(k,function(m){var l=g.create... function r (line 1) | function r(x,y,t){var v=x[y];if(!v){return}if(j.is(v,"string")){t=v.repl... function t (line 1) | function t(y,x){return x.constructor===RegExp?x.test(y.className):k.hasC... function m (line 1) | function m(){n.destroy();l.detachEvent("onunload",m);l=l.tinyMCE=l.tinym... function q (line 1) | function q(){if(v.language&&v.language_load!==false){p.add(m.baseURL+"/l... function B (line 1) | function B(J){var K=c.get(J),t=c.urls[J]||m.documentBaseURL.replace(/\/$... function x (line 1) | function x(s,t){if(!t||!t.initial){H.execCommand("mceRepaint")}} function r (line 1) | function r(s,t){i(s.dom.select("a"),function(A){var z=A.parentNode;if(s.... function p (line 1) | function p(t,D){var s=t.type;if(B.removed){return}if(B.onEvent.dispatch(... function u (line 1) | function u(){var E=this,G=E.getDoc(),F=E.settings;if(a&&!F.readonly){E._... function v (line 1) | function v(t){var s=null;if(!t.altKey&&!t.ctrlKey&&!t.metaKey){return s}... function y (line 1) | function y(){B.undoManager.typing=false;B.undoManager.add()} function A (line 1) | function A(){var s=B.dom.getAttribs(B.selection.getStart().cloneNode(fal... function z (line 1) | function z(){var t=B.selection;return !t.isCollapsed()&&t.getStart()!=t.... function r (line 1) | function r(z,y,x){var v;z=z.toLowerCase();if(v=j.exec[z]){v(z,y,x);retur... function l (line 1) | function l(x){var v;x=x.toLowerCase();if(v=j.state[x]){return v(x)}retur... function h (line 1) | function h(x){var v;x=x.toLowerCase();if(v=j.value[x]){return v(x)}retur... function u (line 1) | function u(v,x){x=x||"exec";d(v,function(z,y){d(y.toLowerCase().split(",... function f (line 1) | function f(y,x,v){if(x===e){x=b}if(v===e){v=null}return n.getDoc().execC... function t (line 1) | function t(v){return q.match(v)} function s (line 1) | function s(v,x){q.toggle(v,x?{value:x}:e)} function i (line 1) | function i(v){o=p.getBookmark(v)} function g (line 1) | function g(){p.moveToBookmark(o)} function g (line 1) | function g(){return b.trim(f.getContent({format:"raw",no_events:1}))} function k (line 1) | function k(o){var p,n,m;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.tes... function f (line 1) | function f(n,o){var m=o.ownerDocument.createRange();m.setStart(n.endCont... function e (line 1) | function e(o,q,m){var n,p;if(q.isEmpty(m)){n=q.getParent(m,"ul,ol");if(!... function v (line 1) | function v(){var y=o.getStart(),t=m.getBody(),s,z,D,F,E,x,A,B=-16777215;... function r (line 1) | function r(t){var s=o.getRng(),x,A=u.create("div",null," "),z,y=u.getVie... function S (line 1) | function S(y,s){var r=[],X,W,t;y.innerHTML="";if(V.keep_styles){W=s;do{i... function g (line 1) | function g(o){return o.settings.use_accessible_selects&&!c.isGecko} function z (line 1) | function z(V){return V instanceof Array} function m (line 1) | function m(W,V){return c.getParents(W,V,c.getRoot())} function b (line 1) | function b(V){return V.nodeType===1&&(V.face==="mceinline"||V.style.font... function Q (line 1) | function Q(V){return V?M[V]:M} function k (line 1) | function k(V,W){if(V){if(typeof(V)!=="string"){O(V,function(Y,X){k(X,Y)}... function S (line 1) | function S(Y,ag,ab){var ac=Q(Y),ah=ac[0],af,W,ae,ad=q.isCollapsed();func... function A (line 1) | function A(X,ag,aa){var ab=Q(X),ai=ab[0],af,ae,W;function Z(al){var ak=a... function D (line 1) | function D(W,Y,X){var V=Q(W);if(j(W,Y,X)&&(!("toggle" in V[0])||V[0]["to... function x (line 1) | function x(W,V,ab,Z){var X=Q(V),ac,aa,Y;function ad(ah,aj,ak){var ag,ai,... function j (line 1) | function j(X,Z,Y){var W;function V(aa){aa=c.getParent(aa,function(ab){re... function v (line 1) | function v(ac,ab){var Z,aa=[],Y={},X,W,V;Z=q.getStart();c.getParent(Z,fu... function y (line 1) | function y(Z){var ab=Q(Z),Y,X,aa,W,V;if(ab){Y=q.getStart();X=m(Y);for(W=... function h (line 1) | function h(V,W){if(g(V,W.inline)){return B}if(g(V,W.block)){return B}if(... function g (line 1) | function g(W,V){W=W||"";V=V||"";W=""+(W.nodeName||W);V=""+(V.nodeName||V... function L (line 1) | function L(W,V){var X=c.getStyle(W,V);if(V=="color"||V=="backgroundColor... function r (line 1) | function r(V,W){if(typeof(V)!="string"){V=V(W)}else{if(W){V=V.replace(/%... function f (line 1) | function f(V){return V&&V.nodeType===3&&/^([\t \r\n]+|)$/.test(V.nodeVal... function N (line 1) | function N(X,W,V){var Y=c.create(W,V);X.parentNode.insertBefore(Y,X);Y.a... function o (line 1) | function o(V,ah,Y){var X=V.startContainer,ac=V.startOffset,ak=V.endConta... function T (line 1) | function T(ab,aa,Y,V){var X,W,Z;if(!h(Y,ab)){return R}if(ab.remove!="all... function n (line 1) | function n(X,Y){var V=X.parentNode,W;if(Y.block){if(!l){function Z(ab,aa... function C (line 1) | function C(W,V,X){if(W){V=V?"nextSibling":"previousSibling";for(W=X?W:W[... function H (line 1) | function H(V){return V&&V.nodeType==1&&V.getAttribute("data-mce-type")==... function u (line 1) | function u(Z,Y){var V,X,W;function ab(ae,ad){if(ae.nodeName!=ad.nodeName... function G (line 1) | function G(V){return/^(h[1-6]|p|div|pre|address|dl|dt|dd)$/.test(V)} function J (line 1) | function J(W,aa){var V,Z,X,Y;V=W[aa?"startContainer":"endContainer"];Z=W... function P (line 1) | function P(ae,V,ac){var ah,af="_mce_caret",W=U.settings.caret_debug;ah=a... function b (line 1) | function b(j,i){e.each(i,function(l,k){if(l){g.setStyle(j,k,l)}});g.rena... function f (line 1) | function f(i,j){g=i.dom;if(c.convert_fonts_to_spans){e.each(g.select("fo... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_jquery_src.js function getBase (line 62) | function getBase(n) { function unload (line 304) | function unload() { function fakeUnload (line 332) | function fakeUnload() { function css (line 463) | function css(name, value) { function attr (line 474) | function attr(name, value) { function htmlPatchFunc (line 494) | function htmlPatchFunc(func) { function patch (line 509) | function patch(jq) { function serialize (line 1140) | function serialize(o, quote) { function get (line 1216) | function get(s) { function ready (line 1242) | function ready() { function cleanupStylesWhenDeleting (line 1333) | function cleanupStylesWhenDeleting(ed) { function emptyEditorWhenDeleting (line 1385) | function emptyEditorWhenDeleting(ed) { function inputMethodFocus (line 1399) | function inputMethodFocus(ed) { function removeHrOnBackspace (line 1405) | function removeHrOnBackspace(ed) { function focusBody (line 1420) | function focusBody(ed) { function selectControlElements (line 1440) | function selectControlElements(ed) { function selectionChangeNodeChanged (line 1454) | function selectionChangeNodeChanged(ed) { function ensureBodyHasRoleApplication (line 1475) | function ensureBodyHasRoleApplication(ed) { function nativeDecode (line 1543) | function nativeDecode(text) { function buildEntitiesLookup (line 1553) | function buildEntitiesLookup(items, radix) { function encodeNamedAndNumeric (line 1643) | function encodeNamedAndNumeric(text, attr) { function encodeCustomNamed (line 1649) | function encodeCustomNamed(text, attr) { function toHex (line 1713) | function toHex(match, r, g, b) { function compress (line 1731) | function compress(prefix, suffix) { function canCompress (line 1759) | function canCompress(key) { function compress2 (line 1777) | function compress2(target, a, b, c) { function encode (line 1795) | function encode(str) { function decode (line 1803) | function decode(str, keep_slashes) { function serializeStyles (line 1884) | function serializeStyles(name) { function split (line 1923) | function split(str, delim) { function unpack (line 1927) | function unpack(lookup, data) { function patternToRegExp (line 2110) | function patternToRegExp(str) { function addValidElements (line 2116) | function addValidElements(valid_elements) { function setValidElements (line 2255) | function setValidElements(valid_elements) { function addCustomElements (line 2267) | function addCustomElements(custom_elements) { function addValidChildren (line 2294) | function addValidChildren(valid_children) { function getElementRule (line 2323) | function getElementRule(name) { function processEndTag (line 2467) | function processEndTag(name) { function walk (line 2745) | function walk(node, root_node, prev) { function Node (line 2769) | function Node(name, type) { function fixInvalidChildren (line 3074) | function fixInvalidChildren(nodes) { function addRootBlocks (line 3239) | function addRootBlocks() { function createNode (line 3261) | function createNode(name, type) { function removeWhitespaceBefore (line 3276) | function removeWhitespaceBefore(node) { function walk (line 3720) | function walk(node) { function setHTML (line 4557) | function setHTML(e, h, d) { function hex (line 4688) | function hex(s) { function addClasses (line 4709) | function addClasses(s) { function trim (line 4919) | function trim(node) { function Range (line 5062) | function Range(dom) { function Selection (line 5739) | function Selection(selection) { function trimNl (line 6569) | function trimNl(s) { function findIndex (line 6806) | function findIndex(name, element) { function getLocation (line 6818) | function getLocation() { function setEndPoint (line 6937) | function setEndPoint(start) { function restoreEndPoint (line 6978) | function restoreEndPoint(suffix) { function addBogus (line 7040) | function addBogus(node) { function setPoint (line 7075) | function setPoint(node, start) { function skipEmptyTextNodes (line 7253) | function skipEmptyTextNodes(n, forwards) { function normalizeEndPoint (line 7317) | function normalizeEndPoint(start) { function rngFromPoint (line 7401) | function rngFromPoint(x, y) { function selectionChange (line 7415) | function selectionChange(e) { function endSelection (line 7437) | function endSelection() { function trim (line 7551) | function trim(value) { function loadScript (line 7741) | function loadScript(url, callback) { function execScriptLoadedCallbacks (line 7872) | function execScriptLoadedCallbacks(url) { function findSibling (line 7938) | function findSibling(node, start_name, sibling_name, shallow) { function exclude (line 7998) | function exclude(nodes) { function collectSiblings (line 8016) | function collectSiblings(node, name, end_node) { function findEndPoint (line 8025) | function findEndPoint(node, root) { function walkBoundary (line 8034) | function walkBoundary(start_node, end_node, next) { function splitText (line 8110) | function splitText(node, offset) { function onChange (line 9350) | function onChange(e) { function loadDependencies (line 9954) | function loadDependencies() { function execCallback (line 10033) | function execCallback(se, n, s) { function hasClass (line 10091) | function hasClass(n, c) { function clr (line 10231) | function clr() { function loadScripts (line 10562) | function loadScripts() { function initPlugin (line 10615) | function initPlugin(p) { function repaint (line 10668) | function repaint(a, o) { function fixLinks (line 11168) | function fixLinks(ed, o) { function eventHandler (line 11903) | function eventHandler(e, o) { function setOpts (line 11960) | function setOpts() { function find (line 12051) | function find(e) { function addUndo (line 12155) | function addUndo() { function getAttributeApplyFunction (line 12222) | function getAttributeApplyFunction() { function isSelectionAcrossElements (line 12238) | function isSelectionAcrossElements() { function execCommand (line 12312) | function execCommand(command, ui, value) { function queryCommandState (line 12324) | function queryCommandState(command) { function queryCommandValue (line 12334) | function queryCommandValue(command) { function addCommands (line 12344) | function addCommands(command_list, type) { function execNativeCommand (line 12364) | function execNativeCommand(command, ui, value) { function isFormatMatch (line 12374) | function isFormatMatch(name) { function toggleFormat (line 12378) | function toggleFormat(name, value) { function storeSelection (line 12382) | function storeSelection(type) { function restoreSelection (line 12386) | function restoreSelection() { function getContent (line 12838) | function getContent() { function cloneFormats (line 12960) | function cloneFormats(node) { function isAtEnd (line 12982) | function isAtEnd(rng, par) { function splitList (line 12992) | function splitList(selection, dom, li) { function addRootBlocks (line 13028) | function addRootBlocks() { function insertBr (line 13190) | function insertBr(ed) { function appendStyles (line 13447) | function appendStyles(e, en) { function useNativeListForAccessibility (line 13729) | function useNativeListForAccessibility(ed) { function isArray (line 14084) | function isArray(obj) { function getParents (line 14088) | function getParents(node, selector) { function isCaretNode (line 14092) | function isCaretNode(node) { function get (line 14098) | function get(name) { function register (line 14102) | function register(name, format) { function apply (line 14165) | function apply(name, vars, node) { function remove (line 14550) | function remove(name, vars, node) { function toggle (line 14770) | function toggle(name, vars, node) { function matchNode (line 14779) | function matchNode(node, name, vars, similar) { function match (line 14841) | function match(name, vars, node) { function matchAll (line 14873) | function matchAll(names, vars) { function canApply (line 14894) | function canApply(name) { function matchName (line 14933) | function matchName(node, format) { function isEq (line 14947) | function isEq(str1, str2) { function getStyle (line 14957) | function getStyle(node, name) { function replaceVars (line 14971) | function replaceVars(value, vars) { function isWhiteSpaceNode (line 14983) | function isWhiteSpaceNode(node) { function wrap (line 14987) | function wrap(node, name, attrs) { function expandRng (line 14996) | function expandRng(rng, format, remove) { function removeFormat (line 15298) | function removeFormat(format, vars, node, compare_node) { function removeNode (line 15396) | function removeNode(node, format) { function getNonWhiteSpaceSibling (line 15440) | function getNonWhiteSpaceSibling(node, next, inc) { function isBookmarkNode (line 15451) | function isBookmarkNode(node) { function mergeSiblings (line 15455) | function mergeSiblings(prev, next) { function isTextBlock (line 15561) | function isTextBlock(name) { function getContainer (line 15565) | function getContainer(rng, start) { function performCaretAction (line 15593) | function performCaretAction(type, name, vars) { function replaceWithSpan (line 15852) | function replaceWithSpan(node, styles) { function convert (line 15884) | function convert(editor, params) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_popup.js function b (line 5) | function b(){a.editor.windowManager.close(window);tinymce=tinyMCE=a.edit... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_prototype.js function h (line 1) | function h(i){if(i.src&&/tiny_mce(|_gzip|_jquery|_prototype|_full)(_dev|... function g (line 1) | function g(){var f=h.unloads,l,m;if(f){for(m in f){l=f[m];if(l&&l.func){... function k (line 1) | function k(){var l=document;if(l.readyState=="interactive"){function f()... function serialize (line 1) | function serialize(o,quote){var i,v,t;quote=quote||'"';if(o==null){retur... function d (line 1) | function d(i){a=0;try{a=new ActiveXObject(i)}catch(c){}return a} function f (line 1) | function f(){if(!g.async||a.readyState==4||h++>10000){if(g.success&&h<10... function c (line 1) | function c(m){var o=m.dom,n=m.selection;m.onKeyDown.add(function(q,u){va... function d (line 1) | function d(m){m.onKeyUp.add(function(n,p){var o=p.keyCode;if(o==h||o==j)... function b (line 1) | function b(m){m.dom.bind(m.getDoc(),"focusin",function(){m.selection.set... function e (line 1) | function e(m){m.onKeyDown.add(function(n,q){if(q.keyCode===j){if(n.selec... function g (line 1) | function g(m){if(!Range.prototype.getClientRects){m.onMouseDown.add(func... function f (line 1) | function f(m){m.onClick.add(function(n,o){o=o.target;if(/^(IMG|HR)$/.tes... function l (line 1) | function l(m){var o,n;m.dom.bind(m.getDoc(),"selectionchange",function()... function a (line 1) | function a(m){document.body.setAttribute("role","application")} function h (line 1) | function h(l){var m;m=document.createElement("div");m.innerHTML=l;return... function e (line 1) | function e(m,p){var n,o,l,q={};if(m){m=m.split(",");p=p||10;for(n=0;n1?m:"0"+m} function q (line 1) | function q(r){f(r.imports,function(s){q(s)});f(r.cssRules||r.rules,funct... function k (line 1) | function k(v){var t,r=v.childNodes,u=v.nodeType;if(u==1&&v.getAttribute(... function b (line 1) | function b(c){var N=this,e=c.doc,S=0,E=1,j=2,D=true,R=false,U="startOffs... function a (line 1) | function a(d){var b=this,h=d.dom,c=true,f=false;function e(i,j){var k,t=... function n (line 1) | function n(r,x,v,A,y,z){for(var t=0,s=A.length;t)/g,"\n").replace(... function b (line 1) | function b(m,v){var x=this,q=a.DOM,s,o,r,n;function p(){q.remove(n);if(s... function n (line 1) | function n(r){a.each(f[r],function(s){s.func.call(s.scope)});f[r]=e} function d (line 1) | function d(i,f,e,j){var h,g;if(i){if(!j&&i[f]){return i[f]}if(i!=c){h=i[... function f (line 1) | function f(u){var v;v=u[0];if(v.nodeType===3&&v===i&&l>=v.nodeValue.leng... function p (line 1) | function p(x,v,u){var y=[];for(;x&&x!=u;x=x[v]){y.push(x)}return y} function n (line 1) | function n(v,u){do{if(v.parentNode==u){return v}v=v.parentNode}while(v)} function k (line 1) | function k(x,v,y){var u=y?"nextSibling":"previousSibling";for(h=x,r=h.pa... function f (line 1) | function f(j,k){return j.splitText(k)} function f (line 1) | function f(k){var j=g.items[k.target.selectedIndex-1];if(j&&(j=j.value))... function i (line 1) | function i(){var k=g.dependencies(j);b.each(k,function(m){var l=g.create... function r (line 1) | function r(x,y,t){var v=x[y];if(!v){return}if(j.is(v,"string")){t=v.repl... function t (line 1) | function t(y,x){return x.constructor===RegExp?x.test(y.className):k.hasC... function m (line 1) | function m(){n.destroy();l.detachEvent("onunload",m);l=l.tinyMCE=l.tinym... function q (line 1) | function q(){if(v.language&&v.language_load!==false){p.add(m.baseURL+"/l... function B (line 1) | function B(J){var K=c.get(J),t=c.urls[J]||m.documentBaseURL.replace(/\/$... function x (line 1) | function x(s,t){if(!t||!t.initial){H.execCommand("mceRepaint")}} function r (line 1) | function r(s,t){i(s.dom.select("a"),function(A){var z=A.parentNode;if(s.... function p (line 1) | function p(t,D){var s=t.type;if(B.removed){return}if(B.onEvent.dispatch(... function u (line 1) | function u(){var E=this,G=E.getDoc(),F=E.settings;if(a&&!F.readonly){E._... function v (line 1) | function v(t){var s=null;if(!t.altKey&&!t.ctrlKey&&!t.metaKey){return s}... function y (line 1) | function y(){B.undoManager.typing=false;B.undoManager.add()} function A (line 1) | function A(){var s=B.dom.getAttribs(B.selection.getStart().cloneNode(fal... function z (line 1) | function z(){var t=B.selection;return !t.isCollapsed()&&t.getStart()!=t.... function r (line 1) | function r(z,y,x){var v;z=z.toLowerCase();if(v=j.exec[z]){v(z,y,x);retur... function l (line 1) | function l(x){var v;x=x.toLowerCase();if(v=j.state[x]){return v(x)}retur... function h (line 1) | function h(x){var v;x=x.toLowerCase();if(v=j.value[x]){return v(x)}retur... function u (line 1) | function u(v,x){x=x||"exec";d(v,function(z,y){d(y.toLowerCase().split(",... function f (line 1) | function f(y,x,v){if(x===e){x=b}if(v===e){v=null}return n.getDoc().execC... function t (line 1) | function t(v){return q.match(v)} function s (line 1) | function s(v,x){q.toggle(v,x?{value:x}:e)} function i (line 1) | function i(v){o=p.getBookmark(v)} function g (line 1) | function g(){p.moveToBookmark(o)} function g (line 1) | function g(){return b.trim(f.getContent({format:"raw",no_events:1}))} function k (line 1) | function k(o){var p,n,m;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.tes... function f (line 1) | function f(n,o){var m=o.ownerDocument.createRange();m.setStart(n.endCont... function e (line 1) | function e(o,q,m){var n,p;if(q.isEmpty(m)){n=q.getParent(m,"ul,ol");if(!... function v (line 1) | function v(){var y=o.getStart(),t=m.getBody(),s,z,D,F,E,x,A,B=-16777215;... function r (line 1) | function r(t){var s=o.getRng(),x,A=u.create("div",null," "),z,y=u.getVie... function S (line 1) | function S(y,s){var r=[],X,W,t;y.innerHTML="";if(V.keep_styles){W=s;do{i... function g (line 1) | function g(o){return o.settings.use_accessible_selects&&!c.isGecko} function z (line 1) | function z(V){return V instanceof Array} function m (line 1) | function m(W,V){return c.getParents(W,V,c.getRoot())} function b (line 1) | function b(V){return V.nodeType===1&&(V.face==="mceinline"||V.style.font... function Q (line 1) | function Q(V){return V?M[V]:M} function k (line 1) | function k(V,W){if(V){if(typeof(V)!=="string"){O(V,function(Y,X){k(X,Y)}... function S (line 1) | function S(Y,ag,ab){var ac=Q(Y),ah=ac[0],af,W,ae,ad=q.isCollapsed();func... function A (line 1) | function A(X,ag,aa){var ab=Q(X),ai=ab[0],af,ae,W;function Z(al){var ak=a... function D (line 1) | function D(W,Y,X){var V=Q(W);if(j(W,Y,X)&&(!("toggle" in V[0])||V[0]["to... function x (line 1) | function x(W,V,ab,Z){var X=Q(V),ac,aa,Y;function ad(ah,aj,ak){var ag,ai,... function j (line 1) | function j(X,Z,Y){var W;function V(aa){aa=c.getParent(aa,function(ab){re... function v (line 1) | function v(ac,ab){var Z,aa=[],Y={},X,W,V;Z=q.getStart();c.getParent(Z,fu... function y (line 1) | function y(Z){var ab=Q(Z),Y,X,aa,W,V;if(ab){Y=q.getStart();X=m(Y);for(W=... function h (line 1) | function h(V,W){if(g(V,W.inline)){return B}if(g(V,W.block)){return B}if(... function g (line 1) | function g(W,V){W=W||"";V=V||"";W=""+(W.nodeName||W);V=""+(V.nodeName||V... function L (line 1) | function L(W,V){var X=c.getStyle(W,V);if(V=="color"||V=="backgroundColor... function r (line 1) | function r(V,W){if(typeof(V)!="string"){V=V(W)}else{if(W){V=V.replace(/%... function f (line 1) | function f(V){return V&&V.nodeType===3&&/^([\t \r\n]+|)$/.test(V.nodeVal... function N (line 1) | function N(X,W,V){var Y=c.create(W,V);X.parentNode.insertBefore(Y,X);Y.a... function o (line 1) | function o(V,ah,Y){var X=V.startContainer,ac=V.startOffset,ak=V.endConta... function T (line 1) | function T(ab,aa,Y,V){var X,W,Z;if(!h(Y,ab)){return R}if(ab.remove!="all... function n (line 1) | function n(X,Y){var V=X.parentNode,W;if(Y.block){if(!l){function Z(ab,aa... function C (line 1) | function C(W,V,X){if(W){V=V?"nextSibling":"previousSibling";for(W=X?W:W[... function H (line 1) | function H(V){return V&&V.nodeType==1&&V.getAttribute("data-mce-type")==... function u (line 1) | function u(Z,Y){var V,X,W;function ab(ae,ad){if(ae.nodeName!=ad.nodeName... function G (line 1) | function G(V){return/^(h[1-6]|p|div|pre|address|dl|dt|dd)$/.test(V)} function J (line 1) | function J(W,aa){var V,Z,X,Y;V=W[aa?"startContainer":"endContainer"];Z=W... function P (line 1) | function P(ae,V,ac){var ah,af="_mce_caret",W=U.settings.caret_debug;ah=a... function b (line 1) | function b(j,i){e.each(i,function(l,k){if(l){g.setStyle(j,k,l)}});g.rena... function f (line 1) | function f(i,j){g=i.dom;if(c.convert_fonts_to_spans){e.each(g.select("fo... FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_prototype_src.js function getBase (line 62) | function getBase(n) { function unload (line 354) | function unload() { function fakeUnload (line 382) | function fakeUnload() { function serialize (line 892) | function serialize(o, quote) { function get (line 968) | function get(s) { function ready (line 994) | function ready() { function cleanupStylesWhenDeleting (line 1085) | function cleanupStylesWhenDeleting(ed) { function emptyEditorWhenDeleting (line 1137) | function emptyEditorWhenDeleting(ed) { function inputMethodFocus (line 1151) | function inputMethodFocus(ed) { function removeHrOnBackspace (line 1157) | function removeHrOnBackspace(ed) { function focusBody (line 1172) | function focusBody(ed) { function selectControlElements (line 1192) | function selectControlElements(ed) { function selectionChangeNodeChanged (line 1206) | function selectionChangeNodeChanged(ed) { function ensureBodyHasRoleApplication (line 1227) | function ensureBodyHasRoleApplication(ed) { function nativeDecode (line 1295) | function nativeDecode(text) { function buildEntitiesLookup (line 1305) | function buildEntitiesLookup(items, radix) { function encodeNamedAndNumeric (line 1395) | function encodeNamedAndNumeric(text, attr) { function encodeCustomNamed (line 1401) | function encodeCustomNamed(text, attr) { function toHex (line 1465) | function toHex(match, r, g, b) { function compress (line 1483) | function compress(prefix, suffix) { function canCompress (line 1511) | function canCompress(key) { function compress2 (line 1529) | function compress2(target, a, b, c) { function encode (line 1547) | function encode(str) { function decode (line 1555) | function decode(str, keep_slashes) { function serializeStyles (line 1636) | function serializeStyles(name) { function split (line 1675) | function split(str, delim) { function unpack (line 1679) | function unpack(lookup, data) { function patternToRegExp (line 1862) | function patternToRegExp(str) { function addValidElements (line 1868) | function addValidElements(valid_elements) { function setValidElements (line 2007) | function setValidElements(valid_elements) { function addCustomElements (line 2019) | function addCustomElements(custom_elements) { function addValidChildren (line 2046) | function addValidChildren(valid_children) { function getElementRule (line 2075) | function getElementRule(name) { function processEndTag (line 2219) | function processEndTag(name) { function walk (line 2497) | function walk(node, root_node, prev) { function Node (line 2521) | function Node(name, type) { function fixInvalidChildren (line 2826) | function fixInvalidChildren(nodes) { function addRootBlocks (line 2991) | function addRootBlocks() { function createNode (line 3013) | function createNode(name, type) { function removeWhitespaceBefore (line 3028) | function removeWhitespaceBefore(node) { function walk (line 3472) | function walk(node) { function setHTML (line 4342) | function setHTML(e, h, d) { function hex (line 4473) | function hex(s) { function addClasses (line 4494) | function addClasses(s) { function trim (line 4704) | function trim(node) { function Range (line 4847) | function Range(dom) { function Selection (line 5524) | function Selection(selection) { function dirNodeCheck (line 6921) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function dirCheck (line 6952) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function trimNl (line 7424) | function trimNl(s) { function findIndex (line 7661) | function findIndex(name, element) { function getLocation (line 7673) | function getLocation() { function setEndPoint (line 7792) | function setEndPoint(start) { function restoreEndPoint (line 7833) | function restoreEndPoint(suffix) { function addBogus (line 7895) | function addBogus(node) { function setPoint (line 7930) | function setPoint(node, start) { function skipEmptyTextNodes (line 8108) | function skipEmptyTextNodes(n, forwards) { function normalizeEndPoint (line 8172) | function normalizeEndPoint(start) { function rngFromPoint (line 8256) | function rngFromPoint(x, y) { function selectionChange (line 8270) | function selectionChange(e) { function endSelection (line 8292) | function endSelection() { function trim (line 8406) | function trim(value) { function loadScript (line 8596) | function loadScript(url, callback) { function execScriptLoadedCallbacks (line 8727) | function execScriptLoadedCallbacks(url) { function findSibling (line 8793) | function findSibling(node, start_name, sibling_name, shallow) { function exclude (line 8853) | function exclude(nodes) { function collectSiblings (line 8871) | function collectSiblings(node, name, end_node) { function findEndPoint (line 8880) | function findEndPoint(node, root) { function walkBoundary (line 8889) | function walkBoundary(start_node, end_node, next) { function splitText (line 8965) | function splitText(node, offset) { function onChange (line 10205) | function onChange(e) { function loadDependencies (line 10809) | function loadDependencies() { function execCallback (line 10888) | function execCallback(se, n, s) { function hasClass (line 10946) | function hasClass(n, c) { function clr (line 11081) | function clr() { function loadScripts (line 11412) | function loadScripts() { function initPlugin (line 11465) | function initPlugin(p) { function repaint (line 11518) | function repaint(a, o) { function fixLinks (line 12018) | function fixLinks(ed, o) { function eventHandler (line 12753) | function eventHandler(e, o) { function setOpts (line 12810) | function setOpts() { function find (line 12901) | function find(e) { function addUndo (line 13005) | function addUndo() { function getAttributeApplyFunction (line 13072) | function getAttributeApplyFunction() { function isSelectionAcrossElements (line 13088) | function isSelectionAcrossElements() { function execCommand (line 13162) | function execCommand(command, ui, value) { function queryCommandState (line 13174) | function queryCommandState(command) { function queryCommandValue (line 13184) | function queryCommandValue(command) { function addCommands (line 13194) | function addCommands(command_list, type) { function execNativeCommand (line 13214) | function execNativeCommand(command, ui, value) { function isFormatMatch (line 13224) | function isFormatMatch(name) { function toggleFormat (line 13228) | function toggleFormat(name, value) { function storeSelection (line 13232) | function storeSelection(type) { function restoreSelection (line 13236) | function restoreSelection() { function getContent (line 13688) | function getContent() { function cloneFormats (line 13810) | function cloneFormats(node) { function isAtEnd (line 13832) | function isAtEnd(rng, par) { function splitList (line 13842) | function splitList(selection, dom, li) { function addRootBlocks (line 13878) | function addRootBlocks() { function insertBr (line 14040) | function insertBr(ed) { function appendStyles (line 14297) | function appendStyles(e, en) { function useNativeListForAccessibility (line 14579) | function useNativeListForAccessibility(ed) { function isArray (line 14934) | function isArray(obj) { function getParents (line 14938) | function getParents(node, selector) { function isCaretNode (line 14942) | function isCaretNode(node) { function get (line 14948) | function get(name) { function register (line 14952) | function register(name, format) { function apply (line 15015) | function apply(name, vars, node) { function remove (line 15400) | function remove(name, vars, node) { function toggle (line 15620) | function toggle(name, vars, node) { function matchNode (line 15629) | function matchNode(node, name, vars, similar) { function match (line 15691) | function match(name, vars, node) { function matchAll (line 15723) | function matchAll(names, vars) { function canApply (line 15744) | function canApply(name) { function matchName (line 15783) | function matchName(node, format) { function isEq (line 15797) | function isEq(str1, str2) { function getStyle (line 15807) | function getStyle(node, name) { function replaceVars (line 15821) | function replaceVars(value, vars) { function isWhiteSpaceNode (line 15833) | function isWhiteSpaceNode(node) { function wrap (line 15837) | function wrap(node, name, attrs) { function expandRng (line 15846) | function expandRng(rng, format, remove) { function removeFormat (line 16148) | function removeFormat(format, vars, node, compare_node) { function removeNode (line 16246) | function removeNode(node, format) { function getNonWhiteSpaceSibling (line 16290) | function getNonWhiteSpaceSibling(node, next, inc) { function isBookmarkNode (line 16301) | function isBookmarkNode(node) { function mergeSiblings (line 16305) | function mergeSiblings(prev, next) { function isTextBlock (line 16411) | function isTextBlock(name) { function getContainer (line 16415) | function getContainer(rng, start) { function performCaretAction (line 16443) | function performCaretAction(type, name, vars) { function replaceWithSpan (line 16702) | function replaceWithSpan(node, styles) { function convert (line 16734) | function convert(editor, params) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_src.js function getBase (line 62) | function getBase(n) { function unload (line 354) | function unload() { function fakeUnload (line 382) | function fakeUnload() { function serialize (line 865) | function serialize(o, quote) { function get (line 941) | function get(s) { function ready (line 967) | function ready() { function cleanupStylesWhenDeleting (line 1058) | function cleanupStylesWhenDeleting(ed) { function emptyEditorWhenDeleting (line 1110) | function emptyEditorWhenDeleting(ed) { function inputMethodFocus (line 1124) | function inputMethodFocus(ed) { function removeHrOnBackspace (line 1130) | function removeHrOnBackspace(ed) { function focusBody (line 1145) | function focusBody(ed) { function selectControlElements (line 1165) | function selectControlElements(ed) { function selectionChangeNodeChanged (line 1179) | function selectionChangeNodeChanged(ed) { function ensureBodyHasRoleApplication (line 1200) | function ensureBodyHasRoleApplication(ed) { function nativeDecode (line 1268) | function nativeDecode(text) { function buildEntitiesLookup (line 1278) | function buildEntitiesLookup(items, radix) { function encodeNamedAndNumeric (line 1368) | function encodeNamedAndNumeric(text, attr) { function encodeCustomNamed (line 1374) | function encodeCustomNamed(text, attr) { function toHex (line 1438) | function toHex(match, r, g, b) { function compress (line 1456) | function compress(prefix, suffix) { function canCompress (line 1484) | function canCompress(key) { function compress2 (line 1502) | function compress2(target, a, b, c) { function encode (line 1520) | function encode(str) { function decode (line 1528) | function decode(str, keep_slashes) { function serializeStyles (line 1609) | function serializeStyles(name) { function split (line 1648) | function split(str, delim) { function unpack (line 1652) | function unpack(lookup, data) { function patternToRegExp (line 1835) | function patternToRegExp(str) { function addValidElements (line 1841) | function addValidElements(valid_elements) { function setValidElements (line 1980) | function setValidElements(valid_elements) { function addCustomElements (line 1992) | function addCustomElements(custom_elements) { function addValidChildren (line 2019) | function addValidChildren(valid_children) { function getElementRule (line 2048) | function getElementRule(name) { function processEndTag (line 2192) | function processEndTag(name) { function walk (line 2470) | function walk(node, root_node, prev) { function Node (line 2494) | function Node(name, type) { function fixInvalidChildren (line 2799) | function fixInvalidChildren(nodes) { function addRootBlocks (line 2964) | function addRootBlocks() { function createNode (line 2986) | function createNode(name, type) { function removeWhitespaceBefore (line 3001) | function removeWhitespaceBefore(node) { function walk (line 3445) | function walk(node) { function setHTML (line 4315) | function setHTML(e, h, d) { function hex (line 4446) | function hex(s) { function addClasses (line 4467) | function addClasses(s) { function trim (line 4677) | function trim(node) { function Range (line 4820) | function Range(dom) { function Selection (line 5497) | function Selection(selection) { function dirNodeCheck (line 6894) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function dirCheck (line 6925) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function trimNl (line 7397) | function trimNl(s) { function findIndex (line 7634) | function findIndex(name, element) { function getLocation (line 7646) | function getLocation() { function setEndPoint (line 7765) | function setEndPoint(start) { function restoreEndPoint (line 7806) | function restoreEndPoint(suffix) { function addBogus (line 7868) | function addBogus(node) { function setPoint (line 7903) | function setPoint(node, start) { function skipEmptyTextNodes (line 8081) | function skipEmptyTextNodes(n, forwards) { function normalizeEndPoint (line 8145) | function normalizeEndPoint(start) { function rngFromPoint (line 8229) | function rngFromPoint(x, y) { function selectionChange (line 8243) | function selectionChange(e) { function endSelection (line 8265) | function endSelection() { function trim (line 8379) | function trim(value) { function loadScript (line 8570) | function loadScript(url, callback) { function execScriptLoadedCallbacks (line 8701) | function execScriptLoadedCallbacks(url) { function findSibling (line 8767) | function findSibling(node, start_name, sibling_name, shallow) { function exclude (line 8827) | function exclude(nodes) { function collectSiblings (line 8845) | function collectSiblings(node, name, end_node) { function findEndPoint (line 8854) | function findEndPoint(node, root) { function walkBoundary (line 8863) | function walkBoundary(start_node, end_node, next) { function splitText (line 8939) | function splitText(node, offset) { function onChange (line 10179) | function onChange(e) { function loadDependencies (line 10783) | function loadDependencies() { function execCallback (line 10862) | function execCallback(se, n, s) { function hasClass (line 10920) | function hasClass(n, c) { function clr (line 11055) | function clr() { function loadScripts (line 11386) | function loadScripts() { function initPlugin (line 11439) | function initPlugin(p) { function repaint (line 11492) | function repaint(a, o) { function fixLinks (line 11992) | function fixLinks(ed, o) { function eventHandler (line 12727) | function eventHandler(e, o) { function setOpts (line 12784) | function setOpts() { function find (line 12875) | function find(e) { function addUndo (line 12979) | function addUndo() { function getAttributeApplyFunction (line 13046) | function getAttributeApplyFunction() { function isSelectionAcrossElements (line 13062) | function isSelectionAcrossElements() { function execCommand (line 13136) | function execCommand(command, ui, value) { function queryCommandState (line 13148) | function queryCommandState(command) { function queryCommandValue (line 13158) | function queryCommandValue(command) { function addCommands (line 13168) | function addCommands(command_list, type) { function execNativeCommand (line 13188) | function execNativeCommand(command, ui, value) { function isFormatMatch (line 13198) | function isFormatMatch(name) { function toggleFormat (line 13202) | function toggleFormat(name, value) { function storeSelection (line 13206) | function storeSelection(type) { function restoreSelection (line 13210) | function restoreSelection() { function getContent (line 13662) | function getContent() { function cloneFormats (line 13784) | function cloneFormats(node) { function isAtEnd (line 13806) | function isAtEnd(rng, par) { function splitList (line 13816) | function splitList(selection, dom, li) { function addRootBlocks (line 13852) | function addRootBlocks() { function insertBr (line 14014) | function insertBr(ed) { function appendStyles (line 14271) | function appendStyles(e, en) { function useNativeListForAccessibility (line 14553) | function useNativeListForAccessibility(ed) { function isArray (line 14908) | function isArray(obj) { function getParents (line 14912) | function getParents(node, selector) { function isCaretNode (line 14916) | function isCaretNode(node) { function get (line 14922) | function get(name) { function register (line 14926) | function register(name, format) { function apply (line 14989) | function apply(name, vars, node) { function remove (line 15374) | function remove(name, vars, node) { function toggle (line 15594) | function toggle(name, vars, node) { function matchNode (line 15603) | function matchNode(node, name, vars, similar) { function match (line 15665) | function match(name, vars, node) { function matchAll (line 15697) | function matchAll(names, vars) { function canApply (line 15718) | function canApply(name) { function matchName (line 15757) | function matchName(node, format) { function isEq (line 15771) | function isEq(str1, str2) { function getStyle (line 15781) | function getStyle(node, name) { function replaceVars (line 15795) | function replaceVars(value, vars) { function isWhiteSpaceNode (line 15807) | function isWhiteSpaceNode(node) { function wrap (line 15811) | function wrap(node, name, attrs) { function expandRng (line 15820) | function expandRng(rng, format, remove) { function removeFormat (line 16122) | function removeFormat(format, vars, node, compare_node) { function removeNode (line 16220) | function removeNode(node, format) { function getNonWhiteSpaceSibling (line 16264) | function getNonWhiteSpaceSibling(node, next, inc) { function isBookmarkNode (line 16275) | function isBookmarkNode(node) { function mergeSiblings (line 16279) | function mergeSiblings(prev, next) { function isTextBlock (line 16385) | function isTextBlock(name) { function getContainer (line 16389) | function getContainer(rng, start) { function performCaretAction (line 16417) | function performCaretAction(type, name, vars) { function replaceWithSpan (line 16676) | function replaceWithSpan(node, styles) { function convert (line 16708) | function convert(editor, params) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/utils/form_utils.js function getColorPickerHTML (line 13) | function getColorPickerHTML(id, target_form_element) { function updateColor (line 26) | function updateColor(img_id, form_element_id) { function setBrowserDisabled (line 30) | function setBrowserDisabled(id, state) { function getBrowserHTML (line 48) | function getBrowserHTML(id, target_form_element, type, prefix) { function openBrowser (line 63) | function openBrowser(img_id, target_form_element, type, option) { function selectByValue (line 70) | function selectByValue(form_obj, field_name, value, add_custom, ignore_c... function getSelectValue (line 100) | function getSelectValue(form_obj, field_name) { function addSelectValue (line 109) | function addSelectValue(form_obj, field_name, name, value) { function addClassesToList (line 115) | function addClassesToList(list_id, specific_option) { function isVisible (line 141) | function isVisible(element_id) { function convertRGBToHex (line 147) | function convertRGBToHex(col) { function convertHexToRGB (line 166) | function convertHexToRGB(col) { function trimSize (line 180) | function trimSize(size) { function getCSSSize (line 184) | function getCSSSize(size) { function getStyle (line 200) | function getStyle(elm, attrib, style) { FILE: app/code/Magento/Tinymce3/view/base/web/tiny_mce/utils/mctabs.js function MCTabs (line 11) | function MCTabs() { FILE: app/code/Magento/Translation/App/Config/Type/Translation.php class Translation (line 15) | class Translation implements ConfigTypeInterface method __construct (line 33) | public function __construct( method get (line 42) | public function get($path = '') method clean (line 56) | public function clean() FILE: app/code/Magento/Translation/Block/Html/Head/Config.php class Config (line 18) | class Config extends \Magento\Framework\View\Element\AbstractBlock method __construct (line 42) | public function __construct( method _prepareLayout (line 60) | protected function _prepareLayout() method addInlineTranslationConfig (line 71) | private function addInlineTranslationConfig() FILE: app/code/Magento/Translation/Block/Js.php class Js (line 18) | class Js extends Template method __construct (line 36) | public function __construct( method dictionaryEnabled (line 52) | public function dictionaryEnabled() method getTranslationFileTimestamp (line 62) | public function getTranslationFileTimestamp() method getTranslationFilePath (line 72) | public function getTranslationFilePath() method getTranslationFileVersion (line 82) | public function getTranslationFileVersion() FILE: app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php class UninstallLanguageCommand (line 25) | class UninstallLanguageCommand extends Command method __construct (line 71) | public function __construct( method configure (line 90) | protected function configure() method execute (line 116) | protected function execute(InputInterface $input, OutputInterface $out... method validate (line 156) | private function validate($package) FILE: app/code/Magento/Translation/Controller/Ajax/Index.php class Index (line 9) | class Index extends \Magento\Framework\App\Action\Action method __construct (line 20) | public function __construct( method execute (line 34) | public function execute() FILE: app/code/Magento/Translation/Model/FileManager.php class FileManager (line 15) | class FileManager method __construct (line 48) | public function __construct( method createTranslateConfigAsset (line 65) | public function createTranslateConfigAsset() method getTranslationFileTimestamp (line 78) | public function getTranslationFileTimestamp() method getTranslationFileFullPath (line 92) | protected function getTranslationFileFullPath() method getTranslationFilePath (line 104) | public function getTranslationFilePath() method updateTranslationFileContent (line 113) | public function updateTranslationFileContent($content) method getTranslationFileVersion (line 129) | public function getTranslationFileVersion() FILE: app/code/Magento/Translation/Model/Inline/CacheManager.php class CacheManager (line 12) | class CacheManager method __construct (line 42) | public function __construct( method updateAndGetTranslations (line 59) | public function updateAndGetTranslations() FILE: app/code/Magento/Translation/Model/Inline/Config.php class Config (line 11) | class Config implements \Magento\Framework\Translate\Inline\ConfigInterface method __construct (line 29) | public function __construct( method isActive (line 40) | public function isActive($scope = null) method isDevAllowed (line 52) | public function isDevAllowed($scope = null) FILE: app/code/Magento/Translation/Model/Inline/File.php class File (line 15) | class File method __construct (line 39) | public function __construct( method getTranslationFileContent (line 54) | public function getTranslationFileContent() FILE: app/code/Magento/Translation/Model/Inline/Parser.php class Parser (line 23) | class Parser implements \Magento\Framework\Translate\Inline\ParserInterface method getCacheManger (line 154) | private function getCacheManger() method __construct (line 176) | public function __construct( method processAjaxPost (line 204) | public function processAjaxPost(array $translateParams) method _validateTranslationParams (line 250) | protected function _validateTranslationParams(array $translateParams) method _filterTranslationParams (line 268) | protected function _filterTranslationParams(array &$translateParams, a... method processResponseBodyString (line 283) | public function processResponseBodyString($body) method getContent (line 299) | public function getContent() method setContent (line 310) | public function setContent($content) method setIsJson (line 321) | public function setIsJson($flag) method _getAttributeLocation (line 335) | protected function _getAttributeLocation($matches, $options) method _getTagLocation (line 349) | protected function _getTagLocation($matches, $options) method _applySpecialTagsFormat (line 368) | protected function _applySpecialTagsFormat($tagHtml, $tagName, $trArr) method _applySimpleTagsFormat (line 392) | protected function _applySimpleTagsFormat($tagHtml, $tagName, $trArr) method _getTranslateData (line 419) | private function _getTranslateData(string $regexp, string &$text, call... method _tagAttributes (line 443) | private function _tagAttributes() method _prepareTagAttributesForContent (line 454) | private function _prepareTagAttributesForContent(&$content) method _getHtmlAttribute (line 499) | private function _getHtmlAttribute($name, $value) method _addTranslateAttribute (line 510) | private function _addTranslateAttribute($trAttr) method _getHtmlQuote (line 525) | private function _getHtmlQuote() method _specialTags (line 539) | private function _specialTags() method _translateTags (line 565) | private function _translateTags(string &$content, array $tagsList, cal... method _findEndOfTag (line 647) | private function _findEndOfTag($body, $tagName, $from) method _otherText (line 673) | private function _otherText() method _getDataTranslateSpan (line 705) | protected function _getDataTranslateSpan($data, $text) method _getAdditionalHtmlAttribute (line 722) | protected function _getAdditionalHtmlAttribute($tagName = null) FILE: app/code/Magento/Translation/Model/Js/Config.php class Config (line 14) | class Config extends FrameworkJsConfig method __construct (line 59) | public function __construct(ScopeConfigInterface $scopeConfig, array $... method isEmbeddedStrategy (line 74) | public function isEmbeddedStrategy() method dictionaryEnabled (line 84) | public function dictionaryEnabled() method getPatterns (line 94) | public function getPatterns() FILE: app/code/Magento/Translation/Model/Js/Config/Source/Strategy.php class Strategy (line 10) | class Strategy implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Translation/Model/Js/DataProvider.php class DataProvider (line 16) | class DataProvider implements DataProviderInterface method __construct (line 63) | public function __construct( method getData (line 93) | public function getData($themePath) method getPhrases (line 135) | protected function getPhrases($content) FILE: app/code/Magento/Translation/Model/Js/DataProviderInterface.php type DataProviderInterface (line 15) | interface DataProviderInterface method getData (line 24) | public function getData($themePath); FILE: app/code/Magento/Translation/Model/Js/PreProcessor.php class PreProcessor (line 19) | class PreProcessor implements PreProcessorInterface method __construct (line 43) | public function __construct(Config $config, AreaList $areaList, Transl... method process (line 56) | public function process(Chain $chain) method translate (line 81) | public function translate($content) method replaceCallback (line 95) | protected function replaceCallback($matches) FILE: app/code/Magento/Translation/Model/Json/PreProcessor.php class PreProcessor (line 24) | class PreProcessor implements PreProcessorInterface method __construct (line 62) | public function __construct( method process (line 82) | public function process(Chain $chain) method isDictionaryPath (line 115) | protected function isDictionaryPath($path) FILE: app/code/Magento/Translation/Model/ResourceModel/StringUtils.php class StringUtils (line 14) | class StringUtils extends \Magento\Framework\Model\ResourceModel\Db\Abst... method __construct (line 44) | public function __construct( method _construct (line 66) | protected function _construct() method load (line 79) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method _getLoadSelect (line 104) | protected function _getLoadSelect($field, $value, $object) method _afterLoad (line 117) | public function _afterLoad(\Magento\Framework\Model\AbstractModel $obj... method _beforeSave (line 137) | protected function _beforeSave(\Magento\Framework\Model\AbstractModel ... method _afterSave (line 157) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method deleteTranslate (line 197) | public function deleteTranslate($string, $locale = null, $storeId = null) method saveTranslate (line 225) | public function saveTranslate($string, $translate, $locale = null, $st... method getStoreId (line 290) | protected function getStoreId() FILE: app/code/Magento/Translation/Model/ResourceModel/Translate.php class Translate (line 13) | class Translate extends \Magento\Framework\Model\ResourceModel\Db\Abstra... method __construct (line 42) | public function __construct( method _construct (line 58) | protected function _construct() method getTranslationArray (line 70) | public function getTranslationArray($storeId = null, $locale = null) method getTranslationArrayByStrings (line 103) | public function getTranslationArrayByStrings(array $strings, $storeId ... method getMainChecksum (line 132) | public function getMainChecksum() method getConnection (line 142) | public function getConnection() method getStoreId (line 155) | protected function getStoreId() method getStoreCode (line 166) | private function getStoreCode($storeId) method getDeployedConfig (line 175) | private function getDeployedConfig() method getAppConfig (line 187) | private function getAppConfig() FILE: app/code/Magento/Translation/Model/Source/InitialTranslationSource.php class InitialTranslationSource (line 18) | class InitialTranslationSource implements ConfigSourceInterface method __construct (line 45) | public function __construct( method get (line 61) | public function get($path = '') FILE: app/code/Magento/Translation/Model/StringUtils.php class StringUtils (line 19) | class StringUtils extends \Magento\Framework\Model\AbstractModel method _construct (line 24) | protected function _construct() method setString (line 33) | public function setString($string) method getString (line 44) | public function getString() FILE: app/code/Magento/Translation/Test/Unit/App/Config/Type/TranslationTest.php class TranslationTest (line 18) | class TranslationTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp() method testGet (line 37) | public function testGet() FILE: app/code/Magento/Translation/Test/Unit/Block/JsTest.php class JsTest (line 10) | class JsTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIsDictionaryStrategy (line 45) | public function testIsDictionaryStrategy() method testGetTranslationFileTimestamp (line 53) | public function testGetTranslationFileTimestamp() method testGetTranslationFilePath (line 61) | public function testGetTranslationFilePath() method testGetTranslationFileVersion (line 69) | public function testGetTranslationFileVersion() FILE: app/code/Magento/Translation/Test/Unit/Console/Command/UninstallLanguageCommandTest.php class UninstallLanguageCommandTest (line 17) | class UninstallLanguageCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testExecute (line 73) | public function testExecute() method testExecuteNoBackupOption (line 103) | public function testExecuteNoBackupOption() method testExecutePackageHasDependency (line 128) | public function testExecutePackageHasDependency() method testExecutePackageNoLanguage (line 156) | public function testExecutePackageNoLanguage() FILE: app/code/Magento/Translation/Test/Unit/Model/FileManagerTest.php class FileManagerTest (line 11) | class FileManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testCreateTranslateConfigAsset (line 50) | public function testCreateTranslateConfigAsset() method testGetTranslationFileTimestamp (line 75) | public function testGetTranslationFileTimestamp() method testGetTranslationFilePath (line 100) | public function testGetTranslationFilePath() FILE: app/code/Magento/Translation/Test/Unit/Model/Inline/CacheManagerTest.php class CacheManagerTest (line 12) | class CacheManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testUpdateAndGetTranslations (line 73) | public function testUpdateAndGetTranslations() FILE: app/code/Magento/Translation/Test/Unit/Model/Inline/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIsActive (line 37) | public function testIsActive() method testIsDevAllowed (line 61) | public function testIsDevAllowed() FILE: app/code/Magento/Translation/Test/Unit/Model/Inline/FileTest.php class FileTest (line 8) | class FileTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetTranslationFileContent (line 47) | public function testGetTranslationFileContent() FILE: app/code/Magento/Translation/Test/Unit/Model/Inline/ParserTest.php class ParserTest (line 21) | class ParserTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testProcessAjaxPostNotAllowed (line 115) | public function testProcessAjaxPostNotAllowed() method testProcessAjaxPost (line 128) | public function testProcessAjaxPost() method testProcessResponseBodyStringProcessingAttributesCorrectly (line 145) | public function testProcessResponseBodyStringProcessingAttributesCorre... FILE: app/code/Magento/Translation/Test/Unit/Model/Js/Config/Source/StrategyTest.php class StrategyTest (line 14) | class StrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testToOptionArray (line 35) | public function testToOptionArray() FILE: app/code/Magento/Translation/Test/Unit/Model/Js/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIsEmbeddedStrategy (line 42) | public function testIsEmbeddedStrategy() method testDictionaryEnabled (line 51) | public function testDictionaryEnabled() method testGetPatterns (line 60) | public function testGetPatterns() FILE: app/code/Magento/Translation/Test/Unit/Model/Js/DataProviderTest.php class DataProviderTest (line 22) | class DataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetData (line 88) | public function testGetData() method testGetDataThrowingException (line 162) | public function testGetDataThrowingException() FILE: app/code/Magento/Translation/Test/Unit/Model/Json/PreProcessorTest.php class PreProcessorTest (line 13) | class PreProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testProcess (line 71) | public function testProcess(array $data, array $expects) method processDataProvider (line 136) | public function processDataProvider() FILE: app/code/Magento/Translation/Test/Unit/Model/Source/InitialTranslationSourceTest.php class InitialTranslationSourceTest (line 22) | class InitialTranslationSourceTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | public function setUp() method testGet (line 96) | public function testGet() method testGetWithoutAvailableDb (line 152) | public function testGetWithoutAvailableDb() FILE: app/code/Magento/Ui/Api/BookmarkManagementInterface.php type BookmarkManagementInterface (line 14) | interface BookmarkManagementInterface method loadByNamespace (line 22) | public function loadByNamespace($namespace); method getByIdentifierNamespace (line 31) | public function getByIdentifierNamespace($identifier, $namespace); FILE: app/code/Magento/Ui/Api/BookmarkRepositoryInterface.php type BookmarkRepositoryInterface (line 14) | interface BookmarkRepositoryInterface method save (line 23) | public function save(\Magento\Ui\Api\Data\BookmarkInterface $bookmark); method getById (line 32) | public function getById($bookmarkId); method getList (line 41) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method delete (line 50) | public function delete(\Magento\Ui\Api\Data\BookmarkInterface $bookmark); method deleteById (line 60) | public function deleteById($bookmarkId); FILE: app/code/Magento/Ui/Api/Data/BookmarkExtensionInterface.php type BookmarkExtensionInterface (line 14) | interface BookmarkExtensionInterface extends \Magento\Framework\Api\Exte... FILE: app/code/Magento/Ui/Api/Data/BookmarkInterface.php type BookmarkInterface (line 14) | interface BookmarkInterface extends BookmarkExtensionInterface method getId (line 35) | public function getId(); method getUserId (line 42) | public function getUserId(); method getNamespace (line 49) | public function getNamespace(); method getIdentifier (line 56) | public function getIdentifier(); method getTitle (line 63) | public function getTitle(); method getConfig (line 70) | public function getConfig(); method getCreatedAt (line 77) | public function getCreatedAt(); method getUpdatedAt (line 84) | public function getUpdatedAt(); method isCurrent (line 91) | public function isCurrent(); method setId (line 99) | public function setId($id); method setUserId (line 107) | public function setUserId($userId); method setNamespace (line 115) | public function setNamespace($namespace); method setIdentifier (line 123) | public function setIdentifier($identifier); method setTitle (line 131) | public function setTitle($title); method setConfig (line 139) | public function setConfig($config); method setCreatedAt (line 147) | public function setCreatedAt($createdAt); method setUpdatedAt (line 155) | public function setUpdatedAt($updatedAt); method setCurrent (line 163) | public function setCurrent($isCurrent); method getExtensionAttributes (line 170) | public function getExtensionAttributes(); method setExtensionAttributes (line 178) | public function setExtensionAttributes( FILE: app/code/Magento/Ui/Api/Data/BookmarkSearchResultsInterface.php type BookmarkSearchResultsInterface (line 15) | interface BookmarkSearchResultsInterface extends \Magento\Framework\Api\... method getItems (line 22) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Ui/Block/Component/StepsWizard.php class StepsWizard (line 14) | class StepsWizard extends \Magento\Framework\View\Element\Template method getSteps (line 36) | public function getSteps() method getStepComponents (line 53) | public function getStepComponents() method getComponentName (line 61) | public function getComponentName() method getInitData (line 69) | public function getInitData() method setInitData (line 78) | public function setInitData($initData) FILE: app/code/Magento/Ui/Block/Component/StepsWizard/StepAbstract.php class StepAbstract (line 11) | abstract class StepAbstract extends \Magento\Framework\View\Element\Temp... method getContent (line 16) | public function getContent() method getParentComponentName (line 24) | public function getParentComponentName() method getComponentName (line 32) | public function getComponentName() FILE: app/code/Magento/Ui/Block/Component/StepsWizard/StepInterface.php type StepInterface (line 14) | interface StepInterface extends \Magento\Framework\View\Element\BlockInt... method getCaption (line 21) | public function getCaption(); method getContent (line 28) | public function getContent(); method getComponentName (line 35) | public function getComponentName(); method getParentComponentName (line 42) | public function getParentComponentName(); FILE: app/code/Magento/Ui/Block/Logger.php class Logger (line 17) | class Logger extends Template method __construct (line 29) | public function __construct( method isLoggingEnabled (line 43) | public function isLoggingEnabled() method getSessionStorageKey (line 53) | public function getSessionStorageKey() FILE: app/code/Magento/Ui/Block/Wrapper.php class Wrapper (line 15) | class Wrapper extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct(Template\Context $context, UiComponentGene... method injectDataInDataSource (line 43) | private function injectDataInDataSource(UiComponentInterface $uiCompon... method addDataToChildComponents (line 62) | private function addDataToChildComponents(UiComponentInterface $uiComp... method renderApp (line 87) | public function renderApp($data = []) FILE: app/code/Magento/Ui/Block/Wysiwyg/ActiveEditor.php class ActiveEditor (line 17) | class ActiveEditor extends \Magento\Framework\View\Element\Template method __construct (line 38) | public function __construct( method getWysiwygAdapterPath (line 54) | public function getWysiwygAdapterPath() FILE: app/code/Magento/Ui/Component/AbstractComponent.php class AbstractComponent (line 24) | abstract class AbstractComponent extends DataObject implements UiCompone... method __construct (line 55) | public function __construct( method getContext (line 71) | public function getContext() method getName (line 81) | public function getName() method prepare (line 91) | public function prepare() method prepareChildComponent (line 129) | protected function prepareChildComponent(UiComponentInterface $component) method toHtml (line 147) | public function toHtml() method render (line 157) | public function render() method addComponent (line 170) | public function addComponent($name, UiComponentInterface $component) method getComponent (line 179) | public function getComponent($name) method getChildComponents (line 189) | public function getChildComponents() method renderChildComponent (line 200) | public function renderChildComponent($name) method getTemplate (line 214) | public function getTemplate() method getConfiguration (line 224) | public function getConfiguration() method getJsConfig (line 236) | public function getJsConfig(UiComponentInterface $component) method setData (line 252) | public function setData($key, $value = null) method getData (line 264) | public function getData($key = '', $index = null) method prepareDataSource (line 275) | public function prepareDataSource(array $dataSource) method getDataSourceData (line 283) | public function getDataSourceData() method initObservers (line 294) | protected function initObservers(array & $data = []) FILE: app/code/Magento/Ui/Component/Action.php class Action (line 13) | class Action extends AbstractComponent method __construct (line 28) | public function __construct( method prepare (line 41) | public function prepare() method getComponentName (line 55) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Bookmark.php class Bookmark (line 16) | class Bookmark extends AbstractComponent method __construct (line 42) | public function __construct( method getComponentName (line 59) | public function getComponentName() method prepare (line 69) | public function prepare() FILE: app/code/Magento/Ui/Component/Container.php class Container (line 12) | class Container extends AbstractComponent method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Control/Action.php class Action (line 14) | class Action extends AbstractComponent implements ControlInterface method getComponentName (line 23) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Control/ActionPool.php class ActionPool (line 17) | class ActionPool implements ActionPoolInterface method __construct (line 56) | public function __construct(Context $context, ItemFactory $itemFactory) method getToolbar (line 67) | public function getToolbar() method add (line 82) | public function add($key, array $data, UiComponentInterface $component) method remove (line 101) | public function remove($key) method update (line 113) | public function update($key, array $data) method addHtmlBlock (line 128) | public function addHtmlBlock($type, $name = '', array $arguments = []) method createContainer (line 144) | protected function createContainer($key, UiComponentInterface $view) FILE: app/code/Magento/Ui/Component/Control/Button.php class Button (line 14) | class Button extends Template implements ControlInterface method _construct (line 21) | protected function _construct() method getTemplatePath (line 33) | protected function getTemplatePath() method getType (line 43) | public function getType() method getAttributesHtml (line 57) | public function getAttributesHtml() method getOnClick (line 80) | public function getOnClick() method prepareAttributes (line 102) | protected function prepareAttributes($title, $classes, $disabled) method attributesToHtml (line 130) | protected function attributesToHtml($attributes) FILE: app/code/Magento/Ui/Component/Control/Container.php class Container (line 14) | class Container extends AbstractBlock method createButton (line 29) | protected function createButton($blockName, $blockClassName = null) method _toHtml (line 43) | protected function _toHtml() FILE: app/code/Magento/Ui/Component/Control/Item.php class Item (line 13) | class Item extends DataObject FILE: app/code/Magento/Ui/Component/Control/Link.php class Link (line 14) | class Link extends AbstractComponent implements ControlInterface method getComponentName (line 23) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Control/SplitButton.php class SplitButton (line 23) | class SplitButton extends Button method getTemplatePath (line 28) | protected function getTemplatePath() method getAttributesHtml (line 38) | public function getAttributesHtml() method getButtonAttributesHtml (line 62) | public function getButtonAttributesHtml() method getToggleAttributesHtml (line 107) | public function getToggleAttributesHtml() method getOptionAttributesHtml (line 141) | public function getOptionAttributesHtml($key, $option) method prepareOptionAttributes (line 172) | protected function prepareOptionAttributes($option, $title, $classes, ... method hasSplit (line 201) | public function hasSplit() method getDataAttributes (line 212) | protected function getDataAttributes($data, &$attributes) FILE: app/code/Magento/Ui/Component/DataSource.php class DataSource (line 16) | class DataSource extends AbstractComponent implements DataSourceInterface method __construct (line 33) | public function __construct( method getComponentName (line 49) | public function getComponentName() method prepare (line 59) | public function prepare() method getDataProvider (line 69) | public function getDataProvider() FILE: app/code/Magento/Ui/Component/DynamicRows.php class DynamicRows (line 13) | class DynamicRows extends AbstractComponent method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/ExportButton.php class ExportButton (line 14) | class ExportButton extends AbstractComponent method __construct (line 32) | public function __construct( method getComponentName (line 47) | public function getComponentName() method prepare (line 55) | public function prepare() method getAdditionalParams (line 79) | protected function getAdditionalParams($config, $context) FILE: app/code/Magento/Ui/Component/Filters.php class Filters (line 18) | class Filters extends AbstractComponent implements ObserverInterface method __construct (line 49) | public function __construct( method getComponentName (line 64) | public function getComponentName() method update (line 72) | public function update(UiComponentInterface $component) method addComponent (line 101) | public function addComponent($name, UiComponentInterface $component) method getChildComponents (line 110) | public function getChildComponents() FILE: app/code/Magento/Ui/Component/Filters/FilterModifier.php class FilterModifier (line 15) | class FilterModifier method __construct (line 42) | public function __construct(RequestInterface $request, FilterBuilder $... method applyFilterModifier (line 60) | public function applyFilterModifier(DataProviderInterface $dataProvide... FILE: app/code/Magento/Ui/Component/Filters/Type/AbstractFilter.php class AbstractFilter (line 19) | abstract class AbstractFilter extends AbstractComponent method __construct (line 61) | public function __construct( method getComponentName (line 81) | public function getComponentName() method prepare (line 89) | public function prepare() FILE: app/code/Magento/Ui/Component/Filters/Type/Date.php class Date (line 15) | class Date extends AbstractFilter method prepare (line 41) | public function prepare() method applyFilter (line 74) | protected function applyFilter() method applyFilterByType (line 122) | protected function applyFilterByType($type, $value) FILE: app/code/Magento/Ui/Component/Filters/Type/DateRange.php class DateRange (line 15) | class DateRange extends Range method prepare (line 31) | public function prepare() method applyFilterByType (line 51) | protected function applyFilterByType($type, $value) FILE: app/code/Magento/Ui/Component/Filters/Type/Input.php class Input (line 14) | class Input extends AbstractFilter method prepare (line 32) | public function prepare(): void method applyFilter (line 65) | protected function applyFilter(): void FILE: app/code/Magento/Ui/Component/Filters/Type/Range.php class Range (line 12) | class Range extends AbstractFilter method prepare (line 21) | public function prepare() method applyFilter (line 33) | protected function applyFilter() method applyFilterByType (line 55) | protected function applyFilterByType($type, $value) FILE: app/code/Magento/Ui/Component/Filters/Type/Search.php class Search (line 14) | class Search extends \Magento\Ui\Component\Filters\Type\AbstractFilter method prepare (line 23) | public function prepare() method applyFilter (line 35) | protected function applyFilter() FILE: app/code/Magento/Ui/Component/Filters/Type/Select.php class Select (line 18) | class Select extends AbstractFilter method __construct (line 45) | public function __construct( method prepare (line 63) | public function prepare() method applyFilter (line 96) | protected function applyFilter() method getOptionProvider (line 123) | public function getOptionProvider() FILE: app/code/Magento/Ui/Component/Form.php class Form (line 17) | class Form extends AbstractComponent method __construct (line 32) | public function __construct( method getComponentName (line 51) | public function getComponentName() method getDataSourceData (line 59) | public function getDataSourceData() FILE: app/code/Magento/Ui/Component/Form/AttributeMapper.php class AttributeMapper (line 12) | class AttributeMapper method map (line 57) | public function map($attribute) FILE: app/code/Magento/Ui/Component/Form/Collection.php class Collection (line 15) | class Collection extends AbstractComponent implements UiComponentInterface method getComponentName (line 24) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/AbstractElement.php class AbstractElement (line 16) | abstract class AbstractElement extends AbstractComponent implements Elem... method getHtmlId (line 21) | public function getHtmlId() method getValue (line 29) | public function getValue() method getFormInputName (line 37) | public function getFormInputName() method isReadonly (line 45) | public function isReadonly() method getCssClasses (line 53) | public function getCssClasses() FILE: app/code/Magento/Ui/Component/Form/Element/AbstractOptionsField.php class AbstractOptionsField (line 18) | abstract class AbstractOptionsField extends AbstractElement method __construct (line 34) | public function __construct( method prepare (line 50) | public function prepare() method getIsSelected (line 87) | abstract public function getIsSelected($optionValue); method convertOptionsValueToString (line 96) | protected function convertOptionsValueToString(array $options) FILE: app/code/Magento/Ui/Component/Form/Element/ActionDelete.php class ActionDelete (line 12) | class ActionDelete extends AbstractElement method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/Checkbox.php class Checkbox (line 13) | class Checkbox extends AbstractElement method getComponentName (line 22) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/CheckboxSet.php class CheckboxSet (line 12) | class CheckboxSet extends AbstractOptionsField method getComponentName (line 20) | public function getComponentName() method getIsSelected (line 29) | public function getIsSelected($optionValue) FILE: app/code/Magento/Ui/Component/Form/Element/ColorPicker.php class ColorPicker (line 21) | class ColorPicker extends AbstractElement method __construct (line 43) | public function __construct( method getComponentName (line 58) | public function getComponentName(): string method prepare (line 68) | public function prepare() : void FILE: app/code/Magento/Ui/Component/Form/Element/DataType/AbstractDataType.php class AbstractDataType (line 16) | abstract class AbstractDataType extends AbstractComponent implements Dat... method validate (line 23) | public function validate() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Boolean.php class Boolean (line 11) | class Boolean extends AbstractDataType method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/DataTypeInterface.php type DataTypeInterface (line 13) | interface DataTypeInterface extends UiComponentInterface method validate (line 20) | public function validate(); FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Date.php class Date (line 16) | class Date extends AbstractDataType method __construct (line 48) | public function __construct( method prepare (line 65) | public function prepare() method getLocale (line 86) | public function getLocale() method getComponentName (line 96) | public function getComponentName() method convertDate (line 111) | public function convertDate($date, $hour = 0, $minute = 0, $second = 0... FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Email.php class Email (line 11) | class Email extends AbstractDataType method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Media.php class Media (line 11) | class Media extends AbstractDataType method getComponentName (line 20) | public function getComponentName() method prepare (line 30) | public function prepare() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Media/Image.php class Image (line 20) | class Image extends Media method __construct (line 41) | public function __construct( method getComponentName (line 56) | public function getComponentName() method prepare (line 64) | public function prepare() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Number.php class Number (line 12) | class Number extends AbstractDataType method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Password.php class Password (line 11) | class Password extends AbstractDataType method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Price.php class Price (line 11) | class Price extends AbstractDataType method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/DataType/Text.php class Text (line 12) | class Text extends AbstractDataType method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/ElementInterface.php type ElementInterface (line 15) | interface ElementInterface extends UiComponentInterface method getHtmlId (line 20) | public function getHtmlId(); method getFormInputName (line 25) | public function getFormInputName(); method isReadonly (line 30) | public function isReadonly(); method getCssClasses (line 35) | public function getCssClasses(); FILE: app/code/Magento/Ui/Component/Form/Element/Hidden.php class Hidden (line 12) | class Hidden extends AbstractElement method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/Input.php class Input (line 12) | class Input extends AbstractElement method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/MultiSelect.php class MultiSelect (line 12) | class MultiSelect extends AbstractOptionsField method prepare (line 21) | public function prepare() method getComponentName (line 32) | public function getComponentName() method getIsSelected (line 41) | public function getIsSelected($optionValue) FILE: app/code/Magento/Ui/Component/Form/Element/Multiline.php class Multiline (line 17) | class Multiline extends AbstractElement method __construct (line 40) | public function __construct( method getComponentName (line 55) | public function getComponentName() method prepare (line 65) | public function prepare() FILE: app/code/Magento/Ui/Component/Form/Element/Radio.php class Radio (line 12) | class Radio extends AbstractElement method getComponentName (line 21) | public function getComponentName() method getChecked (line 30) | public function getChecked() FILE: app/code/Magento/Ui/Component/Form/Element/RadioSet.php class RadioSet (line 12) | class RadioSet extends AbstractOptionsField method getComponentName (line 20) | public function getComponentName() method getIsSelected (line 29) | public function getIsSelected($optionValue) FILE: app/code/Magento/Ui/Component/Form/Element/Range.php class Range (line 12) | class Range extends AbstractElement method getComponentName (line 21) | public function getComponentName() method getType (line 29) | public function getType() FILE: app/code/Magento/Ui/Component/Form/Element/Select.php class Select (line 12) | class Select extends AbstractOptionsField method getComponentName (line 21) | public function getComponentName() method getIsSelected (line 29) | public function getIsSelected($optionValue) FILE: app/code/Magento/Ui/Component/Form/Element/Textarea.php class Textarea (line 12) | class Textarea extends AbstractElement method getComponentName (line 21) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Element/UrlInput.php class UrlInput (line 14) | class UrlInput extends \Magento\Ui\Component\Form\Element\AbstractElement method getComponentName (line 23) | public function getComponentName(): string method prepare (line 31) | public function prepare(): void FILE: app/code/Magento/Ui/Component/Form/Element/Wysiwyg.php class Wysiwyg (line 21) | class Wysiwyg extends AbstractElement method __construct (line 45) | public function __construct( method getComponentName (line 80) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Field.php class Field (line 20) | class Field extends AbstractComponent method __construct (line 46) | public function __construct( method getComponentName (line 61) | public function getComponentName() method prepare (line 72) | public function prepare() FILE: app/code/Magento/Ui/Component/Form/Field/DefaultValue.php class DefaultValue (line 17) | class DefaultValue extends \Magento\Ui\Component\Form\Field method __construct (line 44) | public function __construct( method prepare (line 62) | public function prepare() FILE: app/code/Magento/Ui/Component/Form/Fieldset.php class Fieldset (line 16) | class Fieldset extends AbstractComponent method getComponentName (line 30) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Form/Fieldset/Factory.php class Factory (line 14) | class Factory method __construct (line 31) | public function __construct(ObjectManagerInterface $objectManager) method create (line 42) | public function create(array $arguments = []) FILE: app/code/Magento/Ui/Component/HtmlContent.php class HtmlContent (line 12) | class HtmlContent extends AbstractComponent implements BlockWrapperInter... method __construct (line 27) | public function __construct( method getBlock (line 42) | public function getBlock() method getComponentName (line 52) | public function getComponentName() method render (line 60) | public function render() method getConfiguration (line 68) | public function getConfiguration() FILE: app/code/Magento/Ui/Component/Layout.php class Layout (line 16) | class Layout extends AbstractComponent method __construct (line 49) | public function __construct( method getComponentName (line 66) | public function getComponentName() method prepare (line 76) | public function prepare() method getStructure (line 86) | public function getStructure() FILE: app/code/Magento/Ui/Component/Layout/Tabs.php class Tabs (line 18) | class Tabs extends \Magento\Framework\View\Layout\Generic method __construct (line 42) | public function __construct(UiComponentFactory $uiComponentFactory, $n... method build (line 54) | public function build(UiComponentInterface $component) method addChildren (line 78) | protected function addChildren(array &$topNode, UiComponentInterface $... method buildChildComponentStructure (line 134) | private function buildChildComponentStructure(array $config, $childCom... method addWrappedBlock (line 195) | protected function addWrappedBlock(BlockWrapperInterface $childCompone... method createTabComponent (line 245) | protected function createTabComponent(UiComponentInterface $childCompo... method prepareChildComponents (line 268) | protected function prepareChildComponents(UiComponentInterface $compon... method prepareConfig (line 314) | protected function prepareConfig(array $config, $name, $parentName) method initSections (line 335) | protected function initSections() method initAreas (line 351) | protected function initAreas() method addNavigationBlock (line 367) | protected function addNavigationBlock() method getNextSortIncrement (line 406) | protected function getNextSortIncrement() FILE: app/code/Magento/Ui/Component/Layout/Tabs/Nav.php class Nav (line 13) | class Nav extends Template FILE: app/code/Magento/Ui/Component/Layout/Tabs/Tab.php class Tab (line 13) | class Tab extends AbstractComponent implements TabInterface method getComponentName (line 22) | public function getComponentName() method getTabLabel (line 32) | public function getTabLabel() method getTabTitle (line 42) | public function getTabTitle() method getTabClass (line 52) | public function getTabClass() method getTabUrl (line 62) | public function getTabUrl() method isAjaxLoaded (line 72) | public function isAjaxLoaded() method canShowTab (line 82) | public function canShowTab() method isHidden (line 92) | public function isHidden() FILE: app/code/Magento/Ui/Component/Layout/Tabs/TabInterface.php type TabInterface (line 11) | interface TabInterface method getTabLabel (line 18) | public function getTabLabel(); method getTabTitle (line 25) | public function getTabTitle(); method getTabClass (line 32) | public function getTabClass(); method getTabUrl (line 39) | public function getTabUrl(); method isAjaxLoaded (line 46) | public function isAjaxLoaded(); method canShowTab (line 53) | public function canShowTab(); method isHidden (line 60) | public function isHidden(); method toHtml (line 67) | public function toHtml(); FILE: app/code/Magento/Ui/Component/Layout/Tabs/TabWrapper.php class TabWrapper (line 13) | class TabWrapper extends ListText implements TabInterface method getTabLabel (line 35) | public function getTabLabel() method getTabTitle (line 45) | public function getTabTitle() method getTabClass (line 55) | public function getTabClass() method getTabUrl (line 65) | public function getTabUrl() method isAjaxLoaded (line 75) | public function isAjaxLoaded() method canShowTab (line 86) | public function canShowTab() method isHidden (line 97) | public function isHidden() FILE: app/code/Magento/Ui/Component/Listing.php class Listing (line 14) | class Listing extends AbstractComponent method getComponentName (line 28) | public function getComponentName() method getDataSourceData (line 36) | public function getDataSourceData() FILE: app/code/Magento/Ui/Component/Listing/Columns.php class Columns (line 17) | class Columns extends AbstractComponent method getComponentName (line 26) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Listing/Columns/Column.php class Column (line 17) | class Column extends AbstractComponent implements ColumnInterface method __construct (line 43) | public function __construct( method getComponentName (line 58) | public function getComponentName() method prepare (line 68) | public function prepare() method prepareItems (line 105) | public function prepareItems(array & $items) method addFieldToSelect (line 114) | protected function addFieldToSelect() method applySorting (line 126) | protected function applySorting() FILE: app/code/Magento/Ui/Component/Listing/Columns/ColumnInterface.php type ColumnInterface (line 14) | interface ColumnInterface extends UiComponentInterface FILE: app/code/Magento/Ui/Component/Listing/Columns/Date.php class Date (line 23) | class Date extends Column method __construct (line 60) | public function __construct( method prepare (line 81) | public function prepare() method prepareDataSource (line 125) | public function prepareDataSource(array $dataSource) FILE: app/code/Magento/Ui/Component/Listing/RowInterface.php type RowInterface (line 13) | interface RowInterface method getData (line 22) | public function getData(array $dataRow, array $data = []); FILE: app/code/Magento/Ui/Component/MassAction.php class MassAction (line 14) | class MassAction extends AbstractComponent method prepare (line 21) | public function prepare() method getComponentName (line 50) | public function getComponentName() FILE: app/code/Magento/Ui/Component/MassAction/Columns/Column.php class Column (line 17) | class Column extends AbstractComponent implements ColumnInterface method __construct (line 43) | public function __construct( method getComponentName (line 58) | public function getComponentName() method prepareItems (line 69) | public function prepareItems(array & $items) FILE: app/code/Magento/Ui/Component/MassAction/Filter.php class Filter (line 23) | class Filter method __construct (line 59) | public function __construct( method getComponent (line 75) | public function getComponent() method getCollection (line 91) | public function getCollection(AbstractDb $collection) method applySelectionOnTargetProvider (line 123) | public function applySelectionOnTargetProvider() method applySelection (line 155) | protected function applySelection(AbstractDb $collection) method prepareComponent (line 184) | public function prepareComponent(UiComponentInterface $component) method getComponentRefererUrl (line 197) | public function getComponentRefererUrl() method getDataProvider (line 208) | private function getDataProvider() method getFilterIds (line 223) | private function getFilterIds() FILE: app/code/Magento/Ui/Component/Modal.php class Modal (line 12) | class Modal extends AbstractComponent method getComponentName (line 20) | public function getComponentName() FILE: app/code/Magento/Ui/Component/Paging.php class Paging (line 15) | class Paging extends AbstractComponent method getComponentName (line 70) | public function getComponentName() method prepare (line 80) | public function prepare() method prepareOptions (line 98) | protected function prepareOptions() method preparePageSize (line 116) | private function preparePageSize() method getOffset (line 131) | protected function getOffset($paging) method getSize (line 143) | protected function getSize($paging) FILE: app/code/Magento/Ui/Component/Wrapper/Block.php class Block (line 16) | class Block extends AbstractComponent implements BlockWrapperInterface method __construct (line 33) | public function __construct( method getBlock (line 48) | public function getBlock() method getComponentName (line 58) | public function getComponentName() method render (line 66) | public function render() method getConfiguration (line 74) | public function getConfiguration() FILE: app/code/Magento/Ui/Component/Wrapper/UiComponent.php class UiComponent (line 18) | class UiComponent extends Template implements ContainerInterface method __construct (line 40) | public function __construct( method _toHtml (line 57) | protected function _toHtml() FILE: app/code/Magento/Ui/Component/Wysiwyg/Config.php class Config (line 11) | class Config implements ConfigInterface method getConfig (line 18) | public function getConfig() FILE: app/code/Magento/Ui/Component/Wysiwyg/ConfigInterface.php type ConfigInterface (line 11) | interface ConfigInterface method getConfig (line 18) | public function getConfig(); FILE: app/code/Magento/Ui/Config/Argument/Parser/ArrayType.php class ArrayType (line 13) | class ArrayType implements ParserInterface method __construct (line 23) | public function __construct(ParserInterface $itemParser) method parse (line 32) | public function parse(array $data, \DOMNode $node) FILE: app/code/Magento/Ui/Config/Argument/Parser/Composite.php class Composite (line 13) | class Composite implements ParserInterface method __construct (line 34) | public function __construct(array $parsers, $discriminator) method parse (line 51) | public function parse(array $data, \DOMNode $node) method addParser (line 71) | public function addParser($name, ParserInterface $instance) method getParser (line 86) | private function getParser($name) FILE: app/code/Magento/Ui/Config/Argument/Parser/ConfigurableObjectType.php class ConfigurableObjectType (line 13) | class ConfigurableObjectType implements ParserInterface method __construct (line 23) | public function __construct(ParserInterface $argumentParser) method parse (line 32) | public function parse(array $data, \DOMNode $node) FILE: app/code/Magento/Ui/Config/Argument/Parser/ConverterType.php class ConverterType (line 14) | class ConverterType implements ParserInterface method __construct (line 24) | public function __construct(ConverterInterface $converter) method parse (line 33) | public function parse(array $data, \DOMNode $node) FILE: app/code/Magento/Ui/Config/Argument/Parser/Url.php class Url (line 18) | class Url implements InterpreterInterface method __construct (line 34) | public function __construct(UrlFactory $urlResolverFactory, NamedParam... method evaluate (line 45) | public function evaluate(array $data) FILE: app/code/Magento/Ui/Config/Argument/Parser/XpathType.php class XpathType (line 13) | class XpathType implements ParserInterface method parse (line 19) | public function parse(array $data, \DOMNode $node) FILE: app/code/Magento/Ui/Config/Argument/ParserInterface.php type ParserInterface (line 11) | interface ParserInterface method parse (line 20) | public function parse(array $data, \DOMNode $node); FILE: app/code/Magento/Ui/Config/Converter.php class Converter (line 16) | class Converter implements ConfigConverterInterface method __construct (line 84) | public function __construct( method toArray (line 102) | private function toArray(\DOMNode $node) method convert (line 152) | public function convert($source) method convertNode (line 171) | private function convertNode(\DOMNode $node) method processArguments (line 202) | private function processArguments(array $arguments, array $resultCompo... method processAttributes (line 217) | private function processAttributes(array $attributes) method processChildResult (line 231) | private function processChildResult(\DOMNode $node, array $childResult) method convertChildNodes (line 249) | private function convertChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Actions.php class Actions (line 16) | class Actions implements ConverterInterface method __construct (line 32) | public function __construct(ConverterInterface $converter, ConverterUt... method convert (line 41) | public function convert(\DOMNode $node, array $data = []) method toArray (line 56) | private function toArray(\DOMNode $node) method hasChildElements (line 97) | private function hasChildElements(\DOMNode $node) method processAttributes (line 115) | private function processAttributes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/AdditionalClasses.php class AdditionalClasses (line 16) | class AdditionalClasses implements ConverterInterface method __construct (line 26) | public function __construct(ConverterUtils $converterUtils) method convert (line 34) | public function convert(\DOMNode $node, array $data = []) method toArray (line 48) | private function toArray(\DOMNode $node) method hasChildNodes (line 75) | private function hasChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Buttons.php class Buttons (line 16) | class Buttons implements ConverterInterface method __construct (line 32) | public function __construct(ConverterInterface $converter, ConverterUt... method convert (line 41) | public function convert(\DOMNode $node, array $data = []) method toArray (line 64) | private function toArray(\DOMNode $node) method hasChildElements (line 98) | private function hasChildElements(\DOMNode $node) method processAttributes (line 116) | private function processAttributes(\DOMNode $node) method processChildNodes (line 138) | private function processChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Communication.php class Communication (line 15) | class Communication implements ConverterInterface method __construct (line 25) | public function __construct(ConverterUtils $converterUtils) method convert (line 33) | public function convert(\DOMNode $node, array $data = []) method toArray (line 47) | private function toArray(\DOMNode $node) method hasChildNodes (line 75) | private function hasChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Composite.php class Composite (line 15) | class Composite implements ConverterInterface method __construct (line 36) | public function __construct(array $converters, $discriminator) method convert (line 53) | public function convert(\DOMNode $node, array $data) method addConverter (line 74) | public function addConverter($name, ConverterInterface $instance) method getConverter (line 89) | private function getConverter($name) FILE: app/code/Magento/Ui/Config/Converter/Deps.php class Deps (line 16) | class Deps implements ConverterInterface method __construct (line 26) | public function __construct(ConverterUtils $converterUtils) method convert (line 34) | public function convert(\DOMNode $node, array $data = []) method toArray (line 48) | private function toArray(\DOMNode $node) method hasChildNodes (line 83) | private function hasChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/HtmlContent.php class HtmlContent (line 14) | class HtmlContent implements ConverterInterface method convert (line 19) | public function convert(\DOMNode $node, array $data) FILE: app/code/Magento/Ui/Config/Converter/Item.php class Item (line 16) | class Item implements ConverterInterface method __construct (line 32) | public function __construct(ConverterInterface $converter, ConverterUt... method convert (line 41) | public function convert(\DOMNode $node, array $data = []) method toArray (line 56) | private function toArray(\DOMNode $node) method hasChildNodes (line 85) | private function hasChildNodes(\DOMNode $node) method processAttributes (line 103) | private function processAttributes(\DOMNode $node) method processChildNodes (line 122) | private function processChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Options.php class Options (line 16) | class Options implements ConverterInterface method __construct (line 26) | public function __construct(ConverterUtils $converterUtils) method convert (line 34) | public function convert(\DOMNode $node, array $data = []) method toArray (line 49) | private function toArray(\DOMNode $node) method hasChildElements (line 93) | private function hasChildElements(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/StorageConfig.php class StorageConfig (line 16) | class StorageConfig implements ConverterInterface method __construct (line 32) | public function __construct(ConverterInterface $converter, ConverterUt... method convert (line 41) | public function convert(\DOMNode $node, array $data = []) method toArray (line 56) | private function toArray(\DOMNode $node) method hasChildElements (line 93) | private function hasChildElements(\DOMNode $node) method processChildNodes (line 111) | private function processChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Converter/Url.php class Url (line 16) | class Url implements ConverterInterface method __construct (line 26) | public function __construct(ConverterUtils $converterUtils) method convert (line 34) | public function convert(\DOMNode $node, array $data = []) method toArray (line 49) | public function toArray(\DOMNode $node) method hasChildNodes (line 76) | private function hasChildNodes(\DOMNode $node) method processAttributes (line 94) | private function processAttributes(\DOMNode $node) method processChildNodes (line 113) | private function processChildNodes(\DOMNode $node) FILE: app/code/Magento/Ui/Config/ConverterInterface.php type ConverterInterface (line 11) | interface ConverterInterface method convert (line 20) | public function convert(\DOMNode $node, array $data); FILE: app/code/Magento/Ui/Config/ConverterUtils.php class ConverterUtils (line 11) | class ConverterUtils method getComponentName (line 19) | public function getComponentName(\DOMNode $node) method isUiComponent (line 43) | public function isUiComponent(\DOMNode $node) FILE: app/code/Magento/Ui/Config/Data.php class Data (line 16) | class Data implements \Magento\Framework\Config\DataInterface method __construct (line 74) | public function __construct( method initData (line 94) | private function initData() method merge (line 121) | public function merge(array $config) method get (line 133) | public function get($path = null, $default = null) method evaluateComponentArguments (line 159) | private function evaluateComponentArguments($components) FILE: app/code/Magento/Ui/Config/Reader.php class Reader (line 19) | class Reader implements ReaderInterface method __construct (line 71) | public function __construct( method read (line 95) | public function read($scope = null) method readFiles (line 114) | private function readFiles($fileList) method mergeDefinition (line 165) | private function mergeDefinition(array $component, array $definitions) FILE: app/code/Magento/Ui/Config/Reader/Definition.php class Definition (line 17) | class Definition extends \Magento\Framework\Config\Reader\Filesystem imp... method read (line 25) | public function read($scope = null) method readFiles (line 44) | private function readFiles($fileList) FILE: app/code/Magento/Ui/Config/Reader/Definition/Data.php class Data (line 18) | class Data implements \Magento\Framework\Config\DataInterface method __construct (line 70) | public function __construct( method initData (line 89) | private function initData() method merge (line 112) | public function merge(array $config) method get (line 124) | public function get($key, $default = null) method evaluateComponentArguments (line 135) | private function evaluateComponentArguments($components) FILE: app/code/Magento/Ui/Config/Reader/Definition/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 25) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 33) | public function getSchema() method getPerFileSchema (line 41) | public function getPerFileSchema() FILE: app/code/Magento/Ui/Config/Reader/DefinitionMap.php class DefinitionMap (line 13) | class DefinitionMap extends \Magento\Framework\Config\Reader\Filesystem ... FILE: app/code/Magento/Ui/Config/Reader/DefinitionMap/Converter.php class Converter (line 14) | class Converter implements ConverterInterface method __construct (line 46) | public function __construct(Parser $argumentParser) method toArray (line 57) | private function toArray(\DOMNode $node) method getComponentName (line 104) | private function getComponentName(\DOMNode $node) method convert (line 126) | public function convert($source) method processMap (line 148) | private function processMap($componentData, $sourceMap) method convertChildNodes (line 173) | private function convertChildNodes(\DOMNode $node) method processArguments (line 197) | private function processArguments(array $arguments) FILE: app/code/Magento/Ui/Config/Reader/DefinitionMap/SchemaLocator.php class SchemaLocator (line 14) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 26) | public function __construct(Reader $moduleReader) method getSchema (line 34) | public function getSchema() method getPerFileSchema (line 42) | public function getPerFileSchema() FILE: app/code/Magento/Ui/Config/Reader/Dom.php class Dom (line 16) | class Dom extends ConfigDom method __construct (line 52) | public function __construct( method merge (line 74) | public function merge($xml) method nestedMerge (line 88) | private function nestedMerge(\DOMNode $contextNode, \DOMNodeList $inse... method processMatchedNodes (line 124) | private function processMatchedNodes(\DOMNodeList $rootMatchList, \DOM... method createXPath (line 142) | private function createXPath(\DOMNode $node) method appendNode (line 177) | private function appendNode(\DOMNode $insertedNode, \DOMNode $contextN... method appendNodeToContext (line 194) | private function appendNodeToContext(\DOMNode $contextNode, \DOMNode $... FILE: app/code/Magento/Ui/Config/Reader/FileResolver.php class FileResolver (line 15) | class FileResolver implements FileResolverInterface method __construct (line 30) | public function __construct(AggregatedFileCollectorFactory $fileCollec... method get (line 38) | public function get($filename, $scope) FILE: app/code/Magento/Ui/Config/Reader/SchemaLocator.php class SchemaLocator (line 14) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 26) | public function __construct(Reader $moduleReader) method getSchema (line 35) | public function getSchema() method getPerFileSchema (line 43) | public function getPerFileSchema() FILE: app/code/Magento/Ui/Config/Reader/Template/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 25) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 33) | public function getSchema() method getPerFileSchema (line 41) | public function getPerFileSchema() FILE: app/code/Magento/Ui/Controller/Adminhtml/AbstractAction.php class AbstractAction (line 18) | abstract class AbstractAction extends Action implements UiActionInterface method __construct (line 29) | public function __construct(Context $context, UiComponentFactory $fact... method getName (line 40) | protected function getName() method getComponent (line 50) | protected function getComponent() method executeAjaxRequest (line 60) | public function executeAjaxRequest() method _isAllowed (line 68) | protected function _isAllowed() FILE: app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Delete.php class Delete (line 17) | class Delete extends AbstractAction method __construct (line 35) | public function __construct( method execute (line 51) | public function execute() FILE: app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php class Save (line 24) | class Save extends AbstractAction implements HttpPostActionInterface method __construct (line 77) | public function __construct( method execute (line 104) | public function execute() method updateBookmark (line 155) | protected function updateBookmark(BookmarkInterface $bookmark, $identi... method updateCurrentBookmark (line 176) | protected function updateCurrentBookmark($identifier) method checkBookmark (line 195) | protected function checkBookmark($identifier) FILE: app/code/Magento/Ui/Controller/Adminhtml/Export/GridToCsv.php class GridToCsv (line 19) | class GridToCsv extends Action method __construct (line 48) | public function __construct( method execute (line 68) | public function execute() method _isAllowed (line 78) | protected function _isAllowed() FILE: app/code/Magento/Ui/Controller/Adminhtml/Export/GridToXml.php class GridToXml (line 19) | class GridToXml extends Action method __construct (line 48) | public function __construct( method execute (line 68) | public function execute() method _isAllowed (line 78) | protected function _isAllowed() FILE: app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php class Render (line 22) | class Render extends AbstractAction method __construct (line 52) | public function __construct( method execute (line 73) | public function execute() method prepareComponent (line 141) | protected function prepareComponent(UiComponentInterface $component) method validateAclResource (line 156) | private function validateAclResource($dataProviderConfigData) FILE: app/code/Magento/Ui/Controller/Adminhtml/Index/Render/Handle.php class Handle (line 22) | class Handle extends AbstractAction implements HttpGetActionInterface method __construct (line 34) | public function __construct( method execute (line 49) | public function execute() method validateAclResource (line 84) | private function validateAclResource($dataProviderConfigData) FILE: app/code/Magento/Ui/Controller/Index/Render.php class Render (line 24) | class Render extends \Magento\Framework\App\Action\Action method __construct (line 70) | public function __construct( method execute (line 92) | public function execute() method prepareComponent (line 162) | private function prepareComponent(UiComponentInterface $component) method validateAclResource (line 176) | private function validateAclResource($dataProviderConfigData) FILE: app/code/Magento/Ui/Controller/UiActionInterface.php type UiActionInterface (line 11) | interface UiActionInterface method executeAjaxRequest (line 18) | public function executeAjaxRequest(); FILE: app/code/Magento/Ui/DataProvider/AbstractDataProvider.php class AbstractDataProvider (line 15) | abstract class AbstractDataProvider implements DataProviderInterface, \C... method __construct (line 62) | public function __construct( method getCollection (line 79) | public function getCollection() method getName (line 89) | public function getName() method getPrimaryFieldName (line 99) | public function getPrimaryFieldName() method getRequestFieldName (line 109) | public function getRequestFieldName() method getMeta (line 117) | public function getMeta() method getFieldSetMetaInfo (line 128) | public function getFieldSetMetaInfo($fieldSetName) method getFieldsMetaInfo (line 137) | public function getFieldsMetaInfo($fieldSetName) method getFieldMetaInfo (line 147) | public function getFieldMetaInfo($fieldSetName, $fieldName) method addFilter (line 157) | public function addFilter(\Magento\Framework\Api\Filter $filter) method getSearchCriteria (line 170) | public function getSearchCriteria() method getSearchResult (line 181) | public function getSearchResult() method addField (line 194) | public function addField($field, $alias = null) method addOrder (line 206) | public function addOrder($field, $direction) method setLimit (line 218) | public function setLimit($offset, $size) method removeField (line 231) | public function removeField($field, $isAlias = false) method removeAllFields (line 241) | public function removeAllFields() method getData (line 251) | public function getData() method count (line 261) | public function count() method getConfigData (line 271) | public function getConfigData() method setConfigData (line 282) | public function setConfigData($config) method getAllIds (line 293) | public function getAllIds() FILE: app/code/Magento/Ui/DataProvider/AddFieldToCollection.php class AddFieldToCollection (line 13) | class AddFieldToCollection implements AddFieldToCollectionInterface method addField (line 18) | public function addField(Collection $collection, $field, $alias = null) FILE: app/code/Magento/Ui/DataProvider/AddFieldToCollectionInterface.php type AddFieldToCollectionInterface (line 13) | interface AddFieldToCollectionInterface method addField (line 23) | public function addField(Collection $collection, $field, $alias = null); FILE: app/code/Magento/Ui/DataProvider/AddFilterToCollectionInterface.php type AddFilterToCollectionInterface (line 13) | interface AddFilterToCollectionInterface method addFilter (line 21) | public function addFilter(Collection $collection, $field, $condition =... FILE: app/code/Magento/Ui/DataProvider/EavValidationRules.php class EavValidationRules (line 15) | class EavValidationRules method build (line 33) | public function build(AbstractAttribute $attribute, array $data) method aggregateRules (line 52) | private function aggregateRules(array $validations): array method clipLengthRules (line 72) | private function clipLengthRules(array $rules): array FILE: app/code/Magento/Ui/DataProvider/Mapper/FormElement.php class FormElement (line 11) | class FormElement implements MapperInterface method __construct (line 21) | public function __construct(array $mappings) method getMappings (line 31) | public function getMappings() FILE: app/code/Magento/Ui/DataProvider/Mapper/MapperInterface.php type MapperInterface (line 11) | interface MapperInterface method getMappings (line 18) | public function getMappings(); FILE: app/code/Magento/Ui/DataProvider/Mapper/MetaProperties.php class MetaProperties (line 11) | class MetaProperties implements MapperInterface method __construct (line 21) | public function __construct(array $mappings) method getMappings (line 31) | public function getMappings() FILE: app/code/Magento/Ui/DataProvider/Modifier/Dummy.php class Dummy (line 11) | class Dummy implements ModifierInterface method modifyData (line 16) | public function modifyData(array $data) method modifyMeta (line 24) | public function modifyMeta(array $meta) FILE: app/code/Magento/Ui/DataProvider/Modifier/ModifierFactory.php class ModifierFactory (line 13) | class ModifierFactory method __construct (line 27) | public function __construct(ObjectManagerInterface $objectManager) method create (line 40) | public function create($className, array $data = []) FILE: app/code/Magento/Ui/DataProvider/Modifier/ModifierInterface.php type ModifierInterface (line 12) | interface ModifierInterface method modifyData (line 19) | public function modifyData(array $data); method modifyMeta (line 26) | public function modifyMeta(array $meta); FILE: app/code/Magento/Ui/DataProvider/Modifier/Pool.php class Pool (line 14) | class Pool implements \Magento\Ui\DataProvider\Modifier\PoolInterface method __construct (line 35) | public function __construct( method getModifiers (line 48) | public function getModifiers() method getModifiersInstances (line 59) | public function getModifiersInstances() method sort (line 88) | protected function sort(array $data) method getSortOrder (line 103) | protected function getSortOrder(array $variable) FILE: app/code/Magento/Ui/DataProvider/Modifier/PoolInterface.php type PoolInterface (line 12) | interface PoolInterface method getModifiers (line 19) | public function getModifiers(); method getModifiersInstances (line 27) | public function getModifiersInstances(); FILE: app/code/Magento/Ui/DataProvider/Modifier/WysiwygModifierInterface.php type WysiwygModifierInterface (line 11) | interface WysiwygModifierInterface method getEditorName (line 19) | public function getEditorName(); method modifyMeta (line 25) | public function modifyMeta(array $meta); FILE: app/code/Magento/Ui/DataProvider/ModifierPoolDataProvider.php class ModifierPoolDataProvider (line 13) | class ModifierPoolDataProvider extends AbstractDataProvider method __construct (line 28) | public function __construct( method getData (line 43) | public function getData() method getMeta (line 57) | public function getMeta() FILE: app/code/Magento/Ui/DataProvider/SearchResultFactory.php class SearchResultFactory (line 21) | class SearchResultFactory method __construct (line 49) | public function __construct( method create (line 68) | public function create( method createAttributes (line 98) | private function createAttributes(string $idFieldName, array $itemData... FILE: app/code/Magento/Ui/Model/Bookmark.php class Bookmark (line 22) | class Bookmark extends AbstractExtensibleModel implements BookmarkInterface method __construct (line 47) | public function __construct( method getId (line 77) | public function getId() method getUserId (line 87) | public function getUserId() method getNamespace (line 97) | public function getNamespace() method getIdentifier (line 107) | public function getIdentifier() method isCurrent (line 117) | public function isCurrent() method getTitle (line 127) | public function getTitle() method getConfig (line 137) | public function getConfig() method getCreatedAt (line 151) | public function getCreatedAt() method getUpdatedAt (line 161) | public function getUpdatedAt() method setId (line 172) | public function setId($id) method setUserId (line 183) | public function setUserId($userId) method setNamespace (line 194) | public function setNamespace($namespace) method setIdentifier (line 205) | public function setIdentifier($identifier) method setCurrent (line 216) | public function setCurrent($isCurrent) method setTitle (line 227) | public function setTitle($title) method setConfig (line 238) | public function setConfig($config) method setCreatedAt (line 249) | public function setCreatedAt($createdAt) method setUpdatedAt (line 260) | public function setUpdatedAt($updatedAt) method getExtensionAttributes (line 270) | public function getExtensionAttributes() method setExtensionAttributes (line 281) | public function setExtensionAttributes(\Magento\Ui\Api\Data\BookmarkEx... FILE: app/code/Magento/Ui/Model/BookmarkManagement.php class BookmarkManagement (line 9) | class BookmarkManagement implements \Magento\Ui\Api\BookmarkManagementIn... method __construct (line 37) | public function __construct( method loadByNamespace (line 52) | public function loadByNamespace($namespace) method getByIdentifierNamespace (line 77) | public function getByIdentifierNamespace($identifier, $namespace) FILE: app/code/Magento/Ui/Model/BookmarkSearchResults.php class BookmarkSearchResults (line 16) | class BookmarkSearchResults extends SearchResults implements BookmarkSea... FILE: app/code/Magento/Ui/Model/ColorPicker/ColorModesProvider.php class ColorModesProvider (line 14) | class ColorModesProvider method __construct (line 34) | public function __construct( method getModes (line 47) | public function getModes(): array method createModeProvider (line 63) | private function createModeProvider(string $instance): ModeInterface FILE: app/code/Magento/Ui/Model/ColorPicker/FullMode.php class FullMode (line 14) | class FullMode implements ModeInterface method getConfig (line 20) | public function getConfig(): array FILE: app/code/Magento/Ui/Model/ColorPicker/ModeInterface.php type ModeInterface (line 14) | interface ModeInterface method getConfig (line 21) | public function getConfig() : array ; FILE: app/code/Magento/Ui/Model/ColorPicker/NoAlphaMode.php class NoAlphaMode (line 14) | class NoAlphaMode implements ModeInterface method getConfig (line 21) | public function getConfig(): array FILE: app/code/Magento/Ui/Model/ColorPicker/PaletteOnlyMode.php class PaletteOnlyMode (line 14) | class PaletteOnlyMode implements ModeInterface method getConfig (line 21) | public function getConfig(): array FILE: app/code/Magento/Ui/Model/ColorPicker/SimpleMode.php class SimpleMode (line 14) | class SimpleMode implements ModeInterface method getConfig (line 21) | public function getConfig(): array FILE: app/code/Magento/Ui/Model/Config.php class Config (line 11) | class Config method __construct (line 36) | public function __construct(ScopeConfigInterface $scopeConfig) method isLoggingEnabled (line 46) | public function isLoggingEnabled() method getSessionStorageKey (line 56) | public function getSessionStorageKey() FILE: app/code/Magento/Ui/Model/Export/ConvertToCsv.php class ConvertToCsv (line 17) | class ConvertToCsv method __construct (line 46) | public function __construct( method getCsvFile (line 64) | public function getCsvFile() FILE: app/code/Magento/Ui/Model/Export/ConvertToXml.php class ConvertToXml (line 21) | class ConvertToXml method __construct (line 66) | public function __construct( method getOptions (line 85) | protected function getOptions() method getFields (line 99) | protected function getFields() method getRowData (line 115) | public function getRowData(DocumentInterface $document) method getXmlFile (line 126) | public function getXmlFile() method prepareItems (line 179) | protected function prepareItems($componentName, array $items = []) FILE: app/code/Magento/Ui/Model/Export/MetadataProvider.php class MetadataProvider (line 21) | class MetadataProvider method __construct (line 60) | public function __construct( method getColumnsComponent (line 81) | protected function getColumnsComponent(UiComponentInterface $component) method getColumns (line 97) | protected function getColumns(UiComponentInterface $component) method getHeaders (line 116) | public function getHeaders(UiComponentInterface $component) method getFields (line 132) | public function getFields(UiComponentInterface $component) method getRowData (line 149) | public function getRowData(DocumentInterface $document, $fields, $opti... method getComplexLabel (line 175) | protected function getComplexLabel($list, $label, &$output) method getFilterOptions (line 192) | protected function getFilterOptions(Select $filter) method getOptions (line 214) | public function getOptions() method convertDate (line 239) | public function convertDate($document, $componentName) FILE: app/code/Magento/Ui/Model/Export/SearchResultIterator.php class SearchResultIterator (line 8) | class SearchResultIterator implements \Iterator method __construct (line 18) | public function __construct( method current (line 27) | public function current() method key (line 35) | public function key() method next (line 43) | public function next() method rewind (line 51) | public function rewind() method valid (line 59) | public function valid() FILE: app/code/Magento/Ui/Model/Manager.php class Manager (line 29) | class Manager implements ManagerInterface method __construct (line 115) | public function __construct( method getData (line 142) | public function getData($name) method hasData (line 153) | protected function hasData($name) method prepareData (line 165) | public function prepareData($name) method evaluateComponentArguments (line 202) | protected function evaluateComponentArguments($components) method createRawComponentData (line 224) | public function createRawComponentData($component, $evaluated = true) method getReader (line 252) | public function getReader($name) method prepare (line 275) | protected function prepare($name) method createDataForComponent (line 295) | protected function createDataForComponent($name, array $componentsPool) method addComponentIntoPool (line 335) | protected function addComponentIntoPool($instanceName, array $configur... method mergeArguments (line 347) | protected function mergeArguments(array $componentData, array $rootCom... method mergeAttributes (line 366) | protected function mergeAttributes(array $componentData, array $rootCo... method createName (line 387) | protected function createName(array $componentData, $key, $componentName) FILE: app/code/Magento/Ui/Model/ResourceModel/Bookmark.php class Bookmark (line 13) | class Bookmark extends AbstractDb method __construct (line 19) | public function __construct( method _construct (line 31) | protected function _construct() FILE: app/code/Magento/Ui/Model/ResourceModel/Bookmark/Collection.php class Collection (line 13) | class Collection extends AbstractCollection method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Ui/Model/ResourceModel/BookmarkRepository.php class BookmarkRepository (line 25) | class BookmarkRepository implements BookmarkRepositoryInterface method __construct (line 53) | public function __construct( method save (line 73) | public function save(BookmarkInterface $bookmark) method getById (line 90) | public function getById($bookmarkId) method getList (line 109) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 136) | public function delete(BookmarkInterface $bookmark) method deleteById (line 154) | public function deleteById($bookmarkId) method addFilterGroupToCollection (line 168) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method getCollectionProcessor (line 182) | private function getCollectionProcessor() FILE: app/code/Magento/Ui/Model/UiComponentGenerator.php class UiComponentGenerator (line 19) | class UiComponentGenerator method __construct (line 36) | public function __construct( method generateUiComponent (line 52) | public function generateUiComponent($name, \Magento\Framework\View\Lay... method prepareComponent (line 75) | private function prepareComponent(UiComponentInterface $component) FILE: app/code/Magento/Ui/Model/UiComponentTypeResolver.php class UiComponentTypeResolver (line 17) | class UiComponentTypeResolver method __construct (line 32) | public function __construct(array $uiComponentTypeMap) method resolve (line 41) | public function resolve(UiComponentContext $componentContext): string FILE: app/code/Magento/Ui/Model/UrlInput/ConfigInterface.php type ConfigInterface (line 13) | interface ConfigInterface method getConfig (line 20) | public function getConfig(): array; FILE: app/code/Magento/Ui/Model/UrlInput/LinksConfigProvider.php class LinksConfigProvider (line 14) | class LinksConfigProvider implements ConfigInterface method __construct (line 33) | public function __construct( method getConfig (line 44) | public function getConfig(): array method createConfigProvider (line 59) | private function createConfigProvider($instance): ConfigInterface FILE: app/code/Magento/Ui/Model/UrlInput/Url.php class Url (line 13) | class Url implements ConfigInterface method getConfig (line 18) | public function getConfig(): array FILE: app/code/Magento/Ui/TemplateEngine/Xhtml/Compiler/Element/Content.php class Content (line 16) | class Content implements ElementInterface method compile (line 27) | public function compile( FILE: app/code/Magento/Ui/TemplateEngine/Xhtml/Compiler/Element/Form.php class Form (line 15) | class Form implements ElementInterface method compile (line 26) | public function compile( method getChildNodes (line 43) | protected function getChildNodes(\DOMElement $node) FILE: app/code/Magento/Ui/TemplateEngine/Xhtml/Compiler/Element/Render.php class Render (line 17) | class Render implements ElementInterface method compile (line 30) | public function compile( FILE: app/code/Magento/Ui/TemplateEngine/Xhtml/Result.php class Result (line 20) | class Result implements ResultInterface method __construct (line 60) | public function __construct( method getDocumentElement (line 81) | public function getDocumentElement() method appendLayoutConfiguration (line 91) | public function appendLayoutConfiguration() method __toString (line 104) | public function __toString() method wrapContent (line 131) | protected function wrapContent($content) FILE: app/code/Magento/Ui/Test/Unit/Component/AbstractComponentTest.php class AbstractComponentTest (line 13) | class AbstractComponentTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetContext (line 42) | public function testGetContext() method testGetName (line 50) | public function testGetName() method initTestRender (line 61) | protected function initTestRender($renderResult) method testRender (line 81) | public function testRender() method testGetComponentNotExists (line 91) | public function testGetComponentNotExists() method testGetChildComponentsEmptyArray (line 99) | public function testGetChildComponentsEmptyArray() method testAddGetChildComponents (line 107) | public function testAddGetChildComponents() method testGetChildComponents (line 120) | public function testGetChildComponents() method testRenderChildComponentNotExists (line 134) | public function testRenderChildComponentNotExists() method testRenderChildComponent (line 142) | public function testRenderChildComponent() method testGetTemplate (line 159) | public function testGetTemplate() method testGetConfiguration (line 173) | public function testGetConfiguration($config, array $expectedResult) method getConfigurationDataProvider (line 182) | public function getConfigurationDataProvider() method testGetJsConfig (line 197) | public function testGetJsConfig(array $jsConfig, array $expectedResult) method getJsConfigDataProvider (line 221) | public function getJsConfigDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Control/ActionPoolTest.php class ActionPoolTest (line 14) | class ActionPoolTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testAdd (line 90) | public function testAdd() method testRemove (line 119) | public function testRemove() method testUpdate (line 125) | public function testUpdate() FILE: app/code/Magento/Ui/Test/Unit/Component/Control/ActionTest.php class ActionTest (line 14) | class ActionTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetComponentName (line 49) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/Control/ButtonTest.php class ButtonTest (line 16) | class ButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetType (line 53) | public function testGetType() method testGetAttributesHtml (line 58) | public function testGetAttributesHtml() method testGetOnClick (line 77) | public function testGetOnClick($onClick, $url, $getUrl, $result) method dataProviderGetOnClick (line 96) | public function dataProviderGetOnClick() FILE: app/code/Magento/Ui/Test/Unit/Component/Control/ContainerTest.php class ContainerTest (line 10) | class ContainerTest extends \PHPUnit\Framework\TestCase method testToHtml (line 12) | public function testToHtml() FILE: app/code/Magento/Ui/Test/Unit/Component/Control/LinkTest.php class LinkTest (line 14) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetComponentName (line 50) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/ExportButtonTest.php class ExportButtonTest (line 13) | class ExportButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetComponentName (line 53) | public function testGetComponentName() method testPrepare (line 59) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/FilterModifierTest.php class FilterModifierTest (line 13) | class FilterModifierTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testNotApplyFilterModifier (line 58) | public function testNotApplyFilterModifier() method testApplyFilterModifierWithNotAllowedCondition (line 72) | public function testApplyFilterModifierWithNotAllowedCondition() method testApplyFilterModifierWith (line 93) | public function testApplyFilterModifierWith($filterModifier, $filterNa... method getApplyFilterModifierDataProvider (line 113) | public function getApplyFilterModifierDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/Type/DateRangeTest.php class DateRangeTest (line 18) | class DateRangeTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetComponentName (line 67) | public function testGetComponentName() method testPrepare (line 89) | public function testPrepare($name, $filterData, $expectedCondition) method getPrepareDataProvider (line 156) | public function getPrepareDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/Type/DateTest.php class DateTest (line 20) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testGetComponentName (line 74) | public function testGetComponentName() method testPrepare (line 97) | public function testPrepare($name, $filterData, $expectedCondition) method getFilterMock (line 157) | private function getFilterMock($name, $expectedType, $expectedDate, &$i) method getPrepareDataProvider (line 183) | public function getPrepareDataProvider() method processFilters (line 223) | private function processFilters($name, $filterData, $expectedCondition... FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/Type/InputTest.php class InputTest (line 16) | class InputTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetComponentName (line 65) | public function testGetComponentName(): void method testPrepare (line 88) | public function testPrepare(string $name, array $filterData, ?array $e... method getPrepareDataProvider (line 171) | public function getPrepareDataProvider(): array FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/Type/RangeTest.php class RangeTest (line 16) | class RangeTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetComponentName (line 62) | public function testGetComponentName() method testPrepare (line 85) | public function testPrepare($name, $filterData, $expectedCalls) method getPrepareDataProvider (line 145) | public function getPrepareDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Filters/Type/SelectTest.php class SelectTest (line 17) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetComponentName (line 66) | public function testGetComponentName() method testPrepare (line 90) | public function testPrepare($data, $filterData, $expectedCondition) method getPrepareDataProvider (line 179) | public function getPrepareDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/FiltersTest.php class FiltersTest (line 16) | class FiltersTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testUpdate (line 55) | public function testUpdate() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/AbstractElementTest.php class AbstractElementTest (line 16) | abstract class AbstractElementTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method getModelName (line 47) | abstract protected function getModelName(); method testGetComponentName (line 52) | abstract public function testGetComponentName(); method getModel (line 57) | protected function getModel() method testGetHtmlId (line 68) | public function testGetHtmlId() method testGetValue (line 73) | public function testGetValue() method testGetFormInputName (line 78) | public function testGetFormInputName() method testIsReadonly (line 83) | public function testIsReadonly() method testGetCssClasses (line 88) | public function testGetCssClasses() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/ActionDeleteTest.php class ActionDeleteTest (line 13) | class ActionDeleteTest extends AbstractElementTest method getModelName (line 18) | protected function getModelName() method testGetComponentName (line 26) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/CheckboxSetTest.php class CheckboxSetTest (line 15) | class CheckboxSetTest extends AbstractElementTest method getModelName (line 20) | protected function getModelName() method testGetComponentName (line 28) | public function testGetComponentName() method testGetIsSelected (line 33) | public function testGetIsSelected() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/DataType/DateTest.php class DateTest (line 15) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testPrepareWithTimeOffset (line 45) | public function testPrepareWithTimeOffset() method testPrepareWithoutTimeOffset (line 75) | public function testPrepareWithoutTimeOffset() method testPrepare (line 116) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/DataType/Media/ImageTest.php class ImageTest (line 17) | class ImageTest extends \Magento\Ui\Test\Unit\Component\Form\Element\Dat... method setUp (line 44) | public function setUp() method testPrepare (line 84) | public function testPrepare() method prepareDataProvider (line 93) | public function prepareDataProvider(): array method assertExpectedPreparedConfiguration (line 109) | private function assertExpectedPreparedConfiguration( FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/DataType/MediaTest.php class MediaTest (line 10) | class MediaTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | public function setUp() method testPrepareWithoutDataScope (line 37) | public function testPrepareWithoutDataScope() method testPrepareWithDataScope (line 68) | public function testPrepareWithDataScope() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/MultiSelectTest.php class MultiSelectTest (line 15) | class MultiSelectTest extends AbstractElementTest method getModelName (line 20) | protected function getModelName() method testGetComponentName (line 28) | public function testGetComponentName() method testPrepare (line 35) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/RadioSetTest.php class RadioSetTest (line 15) | class RadioSetTest extends AbstractElementTest method getModelName (line 20) | protected function getModelName() method testGetComponentName (line 28) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/SelectTest.php class SelectTest (line 15) | class SelectTest extends AbstractElementTest method getModelName (line 20) | protected function getModelName() method testGetComponentName (line 28) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Element/WysiwygTest.php class WysiwygTest (line 18) | class WysiwygTest extends AbstractElementTest method setUp (line 40) | protected function setUp() method getModel (line 75) | protected function getModel() method getModelName (line 90) | protected function getModelName() method testGetComponentName (line 98) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/Field/MultilineTest.php class MultilineTest (line 19) | class MultilineTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testPrepare (line 64) | public function testPrepare(array $data) method getComponentMock (line 87) | protected function getComponentMock($exactly) method prepareDataProvider (line 103) | public function prepareDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/FieldTest.php class FieldTest (line 19) | class FieldTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testPrepareSuccess (line 76) | public function testPrepareSuccess(array $data, array $expectedData) method prepareSuccessDataProvider (line 103) | public function prepareSuccessDataProvider() method getWrappedComponentMock (line 130) | protected function getWrappedComponentMock() method getComponentsMock (line 159) | protected function getComponentsMock() method testPrepareException (line 175) | public function testPrepareException() FILE: app/code/Magento/Ui/Test/Unit/Component/Form/FieldsetTest.php class FieldsetTest (line 17) | class FieldsetTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetComponentName (line 54) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetComponentName (line 41) | public function testGetComponentName() method testGetDataSourceData (line 46) | public function testGetDataSourceData() method testGetDataSourceDataWithoutData (line 105) | public function testGetDataSourceDataWithoutData() method testGetDataSourceDataWithoutId (line 159) | public function testGetDataSourceDataWithoutId() method testGetDataSourceDataWithAbstractDataProvider (line 218) | public function testGetDataSourceDataWithAbstractDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/Listing/Columns/ColumnTest.php class ColumnTest (line 18) | class ColumnTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetComponentName (line 53) | public function testGetComponentName() method testPrepareItems (line 79) | public function testPrepareItems() method testPrepare (line 95) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Component/Listing/Columns/DateTest.php class DateTest (line 13) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testPrepareDataSource (line 80) | public function testPrepareDataSource() method testPrepareDataSourceWithZeroDate (line 93) | public function testPrepareDataSourceWithZeroDate() FILE: app/code/Magento/Ui/Test/Unit/Component/Listing/ColumnsTest.php class ColumnsTest (line 17) | class ColumnsTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetComponentName (line 56) | public function testGetComponentName() FILE: app/code/Magento/Ui/Test/Unit/Component/ListingTest.php class ListingTest (line 16) | class ListingTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetComponentName (line 48) | public function testGetComponentName() method testPrepare (line 68) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Component/MassAction/Columns/ColumnTest.php class ColumnTest (line 15) | class ColumnTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetComponentName (line 67) | public function testGetComponentName() method testPrepareItems (line 78) | public function testPrepareItems() method testPrepare (line 90) | public function testPrepare() method testPrepareExtendsFromConfig (line 121) | public function testPrepareExtendsFromConfig() FILE: app/code/Magento/Ui/Test/Unit/Component/MassAction/FilterTest.php class FilterTest (line 25) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 78) | protected function setUp() method testApplySelectionOnTargetProvider (line 124) | public function testApplySelectionOnTargetProvider($selectedIds, $excl... method applySelectionOnTargetProviderDataProvider (line 133) | public function applySelectionOnTargetProviderDataProvider() method testApplySelectionOnTargetProviderException (line 147) | public function testApplySelectionOnTargetProviderException() method testGetCollection (line 195) | public function testGetCollection($selectedIds, $excludedIds, $filterE... method testGetCollectionWithCollection (line 222) | public function testGetCollectionWithCollection($selectedIds, $exclude... method testPrepareComponent (line 248) | public function testPrepareComponent() method testGetComponent (line 257) | public function testGetComponent() method testGetComponentRefererUrlIsNotNull (line 269) | public function testGetComponentRefererUrlIsNotNull() method testGetComponentRefererUrlIsNull (line 286) | public function testGetComponentRefererUrlIsNull() method setUpApplySelection (line 302) | private function setUpApplySelection($selectedIds, $excludedIds, $filt... FILE: app/code/Magento/Ui/Test/Unit/Component/MassActionTest.php class MassActionTest (line 15) | class MassActionTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetComponentName (line 43) | public function testGetComponentName() method testPrepare (line 66) | public function testPrepare($componentName, $componentData) method getPrepareDataProvider (line 99) | public function getPrepareDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Component/PagingTest.php class PagingTest (line 16) | class PagingTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetComponentName (line 51) | public function testGetComponentName() method testPrepare (line 71) | public function testPrepare() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/ActionsTest.php class ActionsTest (line 13) | class ActionsTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | public function setUp() method testConvert (line 36) | public function testConvert(array $expectedResult, $xpath) method convertDataProvider (line 67) | public function convertDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/AdditionalClassesTest.php class AdditionalClassesTest (line 11) | class AdditionalClassesTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testConvert (line 23) | public function testConvert() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/ButtonsTest.php class ButtonsTest (line 12) | class ButtonsTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testConvert (line 30) | public function testConvert() method testConvertEmptyButtons (line 100) | public function testConvertEmptyButtons() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/CommunicationTest.php class CommunicationTest (line 11) | class CommunicationTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testExportsConvert (line 23) | public function testExportsConvert() method testImportsConvert (line 48) | public function testImportsConvert() method testListensConvert (line 73) | public function testListensConvert() method testLinksConvert (line 98) | public function testLinksConvert() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/CompositeTest.php class CompositeTest (line 11) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testConvert (line 23) | public function testConvert() method testConvertWithMissedConverter (line 43) | public function testConvertWithMissedConverter() method testConvertWithInvalidConverter (line 55) | public function testConvertWithInvalidConverter() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/DepsTest.php class DepsTest (line 12) | class DepsTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | public function setUp() method testConvert (line 24) | public function testConvert() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/HtmlContentTest.php class HtmlContentTest (line 13) | class HtmlContentTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testConvert (line 28) | public function testConvert() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/ItemTest.php class ItemTest (line 12) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | public function setUp() method testConvert (line 43) | public function testConvert(array $expectedResult, $xpath) method convertDataProvider (line 79) | public function convertDataProvider() method getSetOne (line 89) | private function getSetOne() method getSetTwo (line 127) | private function getSetTwo() method getSetThree (line 169) | private function getSetThree() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/OptionsTest.php class OptionsTest (line 11) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testConvert (line 37) | public function testConvert(array $expectedResult, $xpath) method convertDataProvider (line 47) | public function convertDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/StorageConfigTest.php class StorageConfigTest (line 12) | class StorageConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testConvert (line 30) | public function testConvert() FILE: app/code/Magento/Ui/Test/Unit/Config/Converter/UrlTest.php class UrlTest (line 11) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testConvertUrl (line 23) | public function testConvertUrl() method testConvertUrlWithoutParams (line 47) | public function testConvertUrlWithoutParams() FILE: app/code/Magento/Ui/Test/Unit/Controller/Adminhtml/Export/GridToCsvTest.php class GridToCsvTest (line 13) | class GridToCsvTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 56) | public function testExecute() FILE: app/code/Magento/Ui/Test/Unit/Controller/Adminhtml/Export/GridToXmlTest.php class GridToXmlTest (line 13) | class GridToXmlTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testExecute (line 56) | public function testExecute() FILE: app/code/Magento/Ui/Test/Unit/Controller/Adminhtml/Index/Render/HandleTest.php class HandleTest (line 14) | class HandleTest extends \PHPUnit\Framework\TestCase method setUp (line 67) | public function setUp() method testExecuteNoButtons (line 112) | public function testExecuteNoButtons() method testExecute (line 129) | public function testExecute() FILE: app/code/Magento/Ui/Test/Unit/Controller/Adminhtml/Index/RenderTest.php class RenderTest (line 22) | class RenderTest extends \PHPUnit\Framework\TestCase method setUp (line 110) | protected function setUp() method testExecuteAjaxRequestException (line 203) | public function testExecuteAjaxRequestException() method testExecuteAjaxRequest (line 256) | public function testExecuteAjaxRequest() method testExecuteAjaxRequestWithoutPermissions (line 303) | public function testExecuteAjaxRequestWithoutPermissions(array $dataPr... method executeAjaxRequestWithoutPermissionsDataProvider (line 382) | public function executeAjaxRequestWithoutPermissionsDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Controller/Index/RenderTest.php class RenderTest (line 22) | class RenderTest extends \PHPUnit\Framework\TestCase method setUp (line 110) | protected function setUp() method testExecuteException (line 203) | public function testExecuteException() method testExecute (line 256) | public function testExecute() method testExecuteWithoutPermissions (line 303) | public function testExecuteWithoutPermissions(array $dataProviderConfi... method executeAjaxRequestWithoutPermissionsDataProvider (line 384) | public function executeAjaxRequestWithoutPermissionsDataProvider() FILE: app/code/Magento/Ui/Test/Unit/DataProvider/EavValidationRulesTest.php class EavValidationRulesTest (line 16) | class EavValidationRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testBuild (line 55) | public function testBuild($attributeInputType, $validateRules, $data, ... method buildDataProvider (line 66) | public function buildDataProvider() FILE: app/code/Magento/Ui/Test/Unit/DataProvider/Modifier/PoolTest.php class PoolTest (line 17) | class PoolTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testWithOneDataProvider (line 59) | public function testWithOneDataProvider() method testWithFewmodifiers (line 77) | public function testWithFewmodifiers() method testWithSortOrderException (line 106) | public function testWithSortOrderException() method testWithClassException (line 125) | public function testWithClassException() method testGetModifiers (line 145) | public function testGetModifiers($modifiers, $expectedResult) method getModifiersDataProvider (line 159) | public function getModifiersDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Model/BookmarkManagementTest.php class BookmarkManagementTest (line 15) | class BookmarkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testLoadByNamespace (line 63) | public function testLoadByNamespace() method testGetByIdentifierNamespace (line 107) | public function testGetByIdentifierNamespace() FILE: app/code/Magento/Ui/Test/Unit/Model/Export/ConvertToCsvTest.php class ConvertToCsvTest (line 20) | class ConvertToCsvTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testGetCsvFile (line 96) | public function testGetCsvFile() method mockStream (line 153) | protected function mockStream($expected) method mockComponent (line 182) | protected function mockComponent($componentName, $items) method mockFilter (line 238) | protected function mockFilter() method mockDirectory (line 252) | protected function mockDirectory() FILE: app/code/Magento/Ui/Test/Unit/Model/Export/ConvertToXmlTest.php class ConvertToXmlTest (line 27) | class ConvertToXmlTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testGetRowData (line 125) | public function testGetRowData() method testGetXmlFile (line 153) | public function testGetXmlFile() method mockStream (line 184) | protected function mockStream() method mockExcel (line 201) | protected function mockExcel($componentName, DocumentInterface $document) method mockComponent (line 238) | protected function mockComponent($componentName, DocumentInterface $do... method mockFilter (line 282) | protected function mockFilter() method mockDirectory (line 296) | protected function mockDirectory() FILE: app/code/Magento/Ui/Test/Unit/Model/Export/MetadataProviderTest.php class MetadataProviderTest (line 21) | class MetadataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetHeaders (line 82) | public function testGetHeaders(array $columnLabels, array $expected): ... method getColumnsDataProvider (line 97) | public function getColumnsDataProvider(): array method testGetFields (line 109) | public function testGetFields() method prepareColumns (line 131) | protected function prepareColumns( method testGetRowData (line 201) | public function testGetRowData($key, $fields, $options, $expected) method getRowDataProvider (line 228) | public function getRowDataProvider() method testGetOptions (line 272) | public function testGetOptions($filter, $options, $expected) method getOptionsDataProvider (line 321) | public function getOptionsDataProvider() method testConvertDate (line 392) | public function testConvertDate($fieldValue, $expected) method convertDateProvider (line 421) | public function convertDateProvider() FILE: app/code/Magento/Ui/Test/Unit/Model/ManagerTest.php class ManagerTest (line 26) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method testGetReader (line 141) | public function testGetReader() method testPrepareDataWithoutName (line 153) | public function testPrepareDataWithoutName() method testPrepareGetData (line 165) | public function testPrepareGetData($componentName, $componentData, $is... method getComponentData (line 199) | public function getComponentData() method testCreateRawComponentData (line 282) | public function testCreateRawComponentData($componentName, $configData... method getComponentDataProvider (line 302) | public function getComponentDataProvider() FILE: app/code/Magento/Ui/Test/Unit/Model/ResourceModel/BookmarkRepositoryTest.php class BookmarkRepositoryTest (line 16) | class BookmarkRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testSave (line 82) | public function testSave() method testSaveWithException (line 90) | public function testSaveWithException() method testGetById (line 102) | public function testGetById() method testGetByIdWithException (line 115) | public function testGetByIdWithException() method testDelete (line 134) | public function testDelete() method testDeleteWithException (line 142) | public function testDeleteWithException() method testGetList (line 154) | public function testGetList() method testDeleteById (line 179) | public function testDeleteById() FILE: app/code/Magento/Ui/Test/Unit/Model/UiComponentGeneratorTest.php class UiComponentGeneratorTest (line 12) | class UiComponentGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGenerateUiComponent (line 48) | public function testGenerateUiComponent() FILE: app/code/Magento/Ui/Test/Unit/Model/UiComponentTypeResolverTest.php class UiComponentTypeResolverTest (line 11) | class UiComponentTypeResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testResolve (line 38) | public function testResolve(string $acceptType, string $contentType) method resolveDataProvider (line 49) | public function resolveDataProvider(): array FILE: app/code/Magento/Ui/view/base/web/js/block-loader.js function isLoadingClassRequired (line 33) | function isLoadingClassRequired(element) { function addBlockLoader (line 47) | function addBlockLoader(element) { function removeBlockLoader (line 62) | function removeBlockLoader(element) { FILE: app/code/Magento/Ui/view/base/web/js/core/renderer/layout.js function getNodeName (line 28) | function getNodeName(parent, node, name) { function getNodeType (line 45) | function getNodeType(parent, node) { function getDataScope (line 56) | function getDataScope(parent, node) { function loadDeps (line 73) | function loadDeps(node) { function loadSource (line 108) | function loadSource(node) { function initComponent (line 136) | function initComponent(node, Constr) { function run (line 156) | function run(nodes, parent, cached, merge) { FILE: app/code/Magento/Ui/view/base/web/js/core/renderer/types.js function flatten (line 20) | function flatten(data) { FILE: app/code/Magento/Ui/view/base/web/js/dynamic-rows/dnd.js function getContext (line 23) | function getContext(elem) { FILE: app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows.js function castValue (line 27) | function castValue(value) { function compareArrays (line 43) | function compareArrays(base, current) { function compareObjects (line 78) | function compareObjects(base, current) { FILE: app/code/Magento/Ui/view/base/web/js/form/adapter.js function initListener (line 25) | function initListener(callback, action) { function destroyListener (line 45) | function destroyListener(action) { FILE: app/code/Magento/Ui/view/base/web/js/form/client.js function beforeSave (line 23) | function beforeSave(data, url, selectorPrefix, messagesClass) { FILE: app/code/Magento/Ui/view/base/web/js/form/components/collection/item.js function parsePreview (line 27) | function parsePreview(data) { FILE: app/code/Magento/Ui/view/base/web/js/form/components/insert-form.js function getPageActions (line 23) | function getPageActions(elem, actionsClass) { function removePageActions (line 38) | function removePageActions(elem, actionsClass) { FILE: app/code/Magento/Ui/view/base/web/js/form/element/select.js function parseOptions (line 40) | function parseOptions(nodes, captionValue) { function findFirst (line 68) | function findFirst(data) { function indexOptions (line 91) | function indexOptions(data, result) { FILE: app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js function flattenCollection (line 31) | function flattenCollection(array, separator, created) { function setProperty (line 63) | function setProperty(array, separator, level, path) { function parseOptions (line 100) | function parseOptions(nodes) { FILE: app/code/Magento/Ui/view/base/web/js/form/form.js function prepareParams (line 28) | function prepareParams(params) { function collectData (line 44) | function collectData(items) { function makeRequest (line 83) | function makeRequest(params, data, url) { function isValidFields (line 150) | function isValidFields(items) { FILE: app/code/Magento/Ui/view/base/web/js/grid/columns/actions.js function iterate (line 127) | function iterate(action, index) { FILE: app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/bookmarks.js function removeStateNs (line 25) | function removeStateNs(path) { FILE: app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/storage.js function removeNs (line 24) | function removeNs(ns, path) { FILE: app/code/Magento/Ui/view/base/web/js/grid/dnd.js function getTouch (line 52) | function getTouch(e) { function locate (line 63) | function locate(elem, x, y) { function isInside (line 78) | function isInside(x, y, area) { function distance (line 97) | function distance(x1, y1, x2, y2) { function getModel (line 113) | function getModel(elem) { function compareCols (line 124) | function compareCols(c1, c2) { FILE: app/code/Magento/Ui/view/base/web/js/grid/editing/bulk.js function removeEmpty (line 22) | function removeEmpty(data) { FILE: app/code/Magento/Ui/view/base/web/js/grid/filters/filters.js function extractPreview (line 25) | function extractPreview(elem) { function removeEmpty (line 39) | function removeEmpty(data) { FILE: app/code/Magento/Ui/view/base/web/js/grid/toolbar.js function locate (line 52) | function locate(elem, x, y) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/class.js function getOwn (line 22) | function getOwn(obj, prop) { function createConstructor (line 34) | function createConstructor(protoProps, constructor) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/collection.js function compact (line 23) | function compact(container) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/element/element.js function observable (line 32) | function observable(obj, key, value) { function accessor (line 55) | function accessor(obj, key, value) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/element/links.js function parseData (line 22) | function parseData(placeholder, data, direction) { function notEmpty (line 51) | function notEmpty(value) { function updateValue (line 63) | function updateValue(data, owner, target, value) { function getValue (line 93) | function getValue(owner) { function form (line 110) | function form(ownerComponent, targetComponent, ownerProp, targetProp, di... function setLinked (line 140) | function setLinked(map, data) { function setData (line 166) | function setData(maps, property, data) { function setLink (line 188) | function setLink(target, owner, data, property, immediate) { function transfer (line 216) | function transfer(owner, data) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/events.js function getEvents (line 24) | function getEvents(obj, name) { function addHandler (line 42) | function addHandler(obj, ns, callback, name) { function trigger (line 80) | function trigger(handlers, args) { FILE: app/code/Magento/Ui/view/base/web/js/lib/core/storage/local.js function getRoot (line 87) | function getRoot() { function setRoot (line 103) | function setRoot(data) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/autoselect.js function onFocus (line 17) | function onFocus(e) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/bind-html.js function setHtml (line 20) | function setHtml(el, html) { function applyComponents (line 39) | function applyComponents(el, ctx) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/collapsible.js function onOuterClick (line 55) | function onOuterClick(container, model, e) { function getClassBinding (line 71) | function getClassBinding(model, name) { function buildConfig (line 88) | function buildConfig(options) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/color-picker.js function changeColorPickerStateBasedOnViewModel (line 20) | function changeColorPickerStateBasedOnViewModel(element, viewModel) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/optgroup.js function selectedOptions (line 170) | function selectedOptions() { function applyToObject (line 182) | function applyToObject(object, predicate, defaultValue) { function recursivePathBuilder (line 197) | function recursivePathBuilder(obj) { function optionNodeFromArray (line 211) | function optionNodeFromArray(arrayEntry, oldOptions) { function setSelectionCallback (line 248) | function setSelectionCallback(newOptions) { function strPad (line 273) | function strPad(string, times) { function formatOptions (line 281) | function formatOptions(options) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/outer_click.js function isVisible (line 24) | function isVisible(el) { function onOuterClick (line 51) | function onOuterClick(container, config, e) { function buildConfig (line 75) | function buildConfig(options) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/resizable.js function adjustSize (line 32) | function adjustSize(element) { function recalcAllowedSize (line 62) | function recalcAllowedSize(sizeConstraints, componentName, element, hasW... function processConfig (line 100) | function processConfig(config, viewModel, element) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/scope.js function applyComponents (line 24) | function applyComponents(el, bindingContext, promise, component) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/extender/bound-nodes.js function getBounded (line 24) | function getBounded(model) { function addBounded (line 36) | function addBounded(model, node) { function removeBounded (line 66) | function removeBounded(model, node) { function getElement (line 94) | function getElement(node, data) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/extender/observable_array.js function iterator (line 20) | function iterator(callback, args, elem) { function wrapper (line 36) | function wrapper(method) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/template/engine.js function createTemplateIdentifier (line 98) | function createTemplateIdentifier(templateName) { FILE: app/code/Magento/Ui/view/base/web/js/lib/knockout/template/loader.js function hasFileExtension (line 20) | function hasFileExtension(str) { function hasPlugin (line 30) | function hasPlugin(str) { function isFullPath (line 40) | function isFullPath(str) { function removeLicense (line 50) | function removeLicense(content) { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/console-logger.js function ConsoleLogger (line 26) | function ConsoleLogger() { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/console-output-handler.js function ConsoleOutputHandler (line 16) | function ConsoleOutputHandler(formatter) { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/entry.js function LogEntry (line 16) | function LogEntry(message, level, data) { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/formatter.js function LogFormatter (line 16) | function LogFormatter(dateFormat, template) { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/logger-utils.js function LogUtils (line 13) | function LogUtils(logger) { FILE: app/code/Magento/Ui/view/base/web/js/lib/logger/logger.js function Logger (line 17) | function Logger(outputHandler, entryFactory) { FILE: app/code/Magento/Ui/view/base/web/js/lib/registry/registry.js function getItems (line 26) | function getItems(container) { function getRequests (line 37) | function getRequests(container) { function async (line 54) | function async(name, registry, method) { function compare (line 78) | function compare(query, target) { function explode (line 116) | function explode(query) { function find (line 147) | function find(data, query, findAll) { function Registry (line 175) | function Registry() { FILE: app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js function validateCreditCard (line 25) | function validateCreditCard(s) { FILE: app/code/Magento/Ui/view/base/web/js/lib/validation/validator.js function validate (line 24) | function validate(id, value, params, additionalParams) { function validator (line 74) | function validator(rules, value, additionalParams) { FILE: app/code/Magento/Ui/view/base/web/js/lib/view/utils/async.js function isDomElement (line 26) | function isDomElement(node) { function parseSelector (line 45) | function parseSelector(str) { function parseData (line 83) | function parseData(selector, ctx) { function waitComponent (line 111) | function waitComponent(name) { function setRootListener (line 131) | function setRootListener(data, component) { FILE: app/code/Magento/Ui/view/base/web/js/lib/view/utils/bindings.js function isDomElement (line 18) | function isDomElement(node) { function normalize (line 29) | function normalize(nodes) { FILE: app/code/Magento/Ui/view/base/web/js/lib/view/utils/dom-observer.js function isElementNode (line 29) | function isElementNode(node) { function extractChildren (line 40) | function extractChildren(node) { function getNodeId (line 53) | function getNodeId(node) { function trigger (line 69) | function trigger(node, data) { function createNodeData (line 87) | function createNodeData(node) { function getNodeData (line 102) | function getNodeData(node) { function removeNodeData (line 113) | function removeNodeData(node) { function addRemovalListener (line 125) | function addRemovalListener(node, data) { function addSelectorListener (line 137) | function addSelectorListener(selector, data) { function processAdded (line 149) | function processAdded(node) { function processRemoved (line 170) | function processRemoved(node) { function formNodesList (line 192) | function formNodesList(nodes) { function formChangesLists (line 216) | function formChangesLists(mutations) { function shouldObserveMutation (line 248) | function shouldObserveMutation(mutation) { function shouldObserveMutations (line 271) | function shouldObserveMutations(mutations) { FILE: app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js function getProcess (line 36) | function getProcess(id, fps) { FILE: app/code/Magento/Ui/view/base/web/js/timeline/timeline-view.js function toggleClass (line 30) | function toggleClass(elem) { FILE: app/code/Magento/Ups/Block/Backend/System/CarrierConfig.php class CarrierConfig (line 19) | class CarrierConfig extends Template method __construct (line 39) | public function __construct( method getCarrierConfig (line 55) | public function getCarrierConfig() method getWebsiteModel (line 65) | public function getWebsiteModel() method getConfig (line 77) | public function getConfig($path, $store = null) FILE: app/code/Magento/Ups/Helper/Config.php class Config (line 14) | class Config method getCode (line 23) | public function getCode($type, $code = '') method getCodes (line 45) | protected function getCodes() FILE: app/code/Magento/Ups/Model/Carrier.php class Carrier (line 34) | class Carrier extends AbstractCarrierOnline implements CarrierInterface method __construct (line 177) | public function __construct( method collectRates (line 231) | public function collectRates(RateRequest $request) method setRequest (line 264) | public function setRequest(RateRequest $request) method _getCorrectWeight (line 420) | protected function _getCorrectWeight($weight) method getResult (line 439) | public function getResult() method _getQuotes (line 449) | protected function _getQuotes() method _setFreeMethodRequest (line 469) | protected function _setFreeMethodRequest($freeMethod) method _getCgiQuotes (line 485) | protected function _getCgiQuotes() method getShipmentByCode (line 545) | public function getShipmentByCode($code, $origin = null) method _parseCgiResponse (line 565) | protected function _parseCgiResponse($response) method _getXmlQuotes (line 637) | protected function _getXmlQuotes() method _getBaseCurrencyRate (line 809) | protected function _getBaseCurrencyRate($code) method mapCurrencyCode (line 828) | private function mapCurrencyCode($code) method _parseXmlResponse (line 847) | protected function _parseXmlResponse($xmlResponse) method processShippingRateForItem (line 931) | private function processShippingRateForItem( method getTracking (line 1018) | public function getTracking($trackings) method setXMLAccessRequest (line 1039) | protected function setXMLAccessRequest() method _getCgiTracking (line 1061) | protected function _getCgiTracking($trackings) method _getXmlTracking (line 1091) | protected function _getXmlTracking($trackings) method _parseXmlTrackingResponse (line 1146) | protected function _parseXmlTrackingResponse($trackingValue, $xmlRespo... method processActivityTagInfo (line 1218) | private function processActivityTagInfo( method getResponse (line 1279) | public function getResponse() method getAllowedMethods (line 1309) | public function getAllowedMethods() method _formShipmentRequest (line 1330) | protected function _formShipmentRequest(\Magento\Framework\DataObject ... method _sendShipmentAcceptRequest (line 1540) | protected function _sendShipmentAcceptRequest(Element $shipmentConfirm... method getShipAcceptUrl (line 1595) | public function getShipAcceptUrl() method requestQuotes (line 1614) | private function requestQuotes(array $packages): array method requestShipments (line 1666) | private function requestShipments(array $quoteIds): array method _doShipmentRequest (line 1726) | protected function _doShipmentRequest(DataObject $request) method getShipConfirmUrl (line 1782) | public function getShipConfirmUrl() method requestToShipment (line 1803) | public function requestToShipment($request) method returnOfShipment (line 1841) | public function returnOfShipment($request) method getContainerTypes (line 1855) | public function getContainerTypes(\Magento\Framework\DataObject $param... method getContainerTypesAll (line 1910) | public function getContainerTypesAll() method getContainerTypesFilter (line 1927) | public function getContainerTypesFilter() method getDeliveryConfirmationTypes (line 1938) | public function getDeliveryConfirmationTypes(\Magento\Framework\DataOb... method getCustomizableContainerTypes (line 1966) | public function getCustomizableContainerTypes() method _getDeliveryConfirmationLevel (line 1985) | protected function _getDeliveryConfirmationLevel($countyDestination = ... FILE: app/code/Magento/Ups/Model/Config/Backend/UpsUrl.php class UpsUrl (line 17) | class UpsUrl extends Value method beforeSave (line 22) | public function beforeSave() FILE: app/code/Magento/Ups/Model/Config/Source/Container.php class Container (line 11) | class Container extends \Magento\Ups\Model\Config\Source\Generic FILE: app/code/Magento/Ups/Model/Config/Source/DestType.php class DestType (line 11) | class DestType extends \Magento\Ups\Model\Config\Source\Generic FILE: app/code/Magento/Ups/Model/Config/Source/Freemethod.php class Freemethod (line 11) | class Freemethod extends \Magento\Ups\Model\Config\Source\Method method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Ups/Model/Config/Source/Generic.php class Generic (line 13) | class Generic implements GenericInterface method __construct (line 30) | public function __construct(\Magento\Ups\Helper\Config $carrierConfig) method toOptionArray (line 40) | public function toOptionArray() FILE: app/code/Magento/Ups/Model/Config/Source/Method.php class Method (line 11) | class Method extends \Magento\Ups\Model\Config\Source\Generic FILE: app/code/Magento/Ups/Model/Config/Source/OriginShipment.php class OriginShipment (line 11) | class OriginShipment extends \Magento\Ups\Model\Config\Source\Generic method toOptionArray (line 24) | public function toOptionArray() FILE: app/code/Magento/Ups/Model/Config/Source/Pickup.php class Pickup (line 11) | class Pickup extends \Magento\Ups\Model\Config\Source\Generic method toOptionArray (line 23) | public function toOptionArray() FILE: app/code/Magento/Ups/Model/Config/Source/Type.php class Type (line 13) | class Type implements OptionSourceInterface method toOptionArray (line 18) | public function toOptionArray() FILE: app/code/Magento/Ups/Model/Config/Source/Unitofmeasure.php class Unitofmeasure (line 11) | class Unitofmeasure extends \Magento\Ups\Model\Config\Source\Generic method toOptionArray (line 24) | public function toOptionArray() FILE: app/code/Magento/Ups/Test/Unit/Helper/ConfigTest.php class ConfigTest (line 11) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetData (line 32) | public function testGetData($result, $type = null, $code = null) method getCodeDataProvider (line 42) | public function getCodeDataProvider() FILE: app/code/Magento/Ups/Test/Unit/Model/CarrierTest.php class CarrierTest (line 30) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 95) | protected function setUp() method scopeConfigGetValue (line 166) | public function scopeConfigGetValue(string $path) method testGetMethodPrice (line 193) | public function testGetMethodPrice( method getMethodPriceProvider (line 217) | public function getMethodPriceProvider() method testCollectRatesErrorMessage (line 247) | public function testCollectRatesErrorMessage() method testFilterDebugData (line 269) | public function testFilterDebugData($data, array $maskFields, $expected) method logDataProvider (line 287) | public function logDataProvider() method testSetRequest (line 338) | public function testSetRequest($countryCode, $foundCountryCode) method countryDataProvider (line 368) | public function countryDataProvider() method getXmlFactory (line 381) | private function getXmlFactory(): MockObject method getHttpClientFactory (line 407) | private function getHttpClientFactory(): MockObject method getRateFactory (line 423) | private function getRateFactory(): MockObject FILE: app/code/Magento/Ups/Test/Unit/Model/Config/Backend/UpsUrlTest.php class UpsUrlTest (line 18) | class UpsUrlTest extends TestCase method setUp (line 26) | protected function setUp() method testBeforeSave (line 37) | public function testBeforeSave($data = null) method testBeforeSaveErrors (line 49) | public function testBeforeSaveErrors($data) method validDataProvider (line 55) | public function validDataProvider() method invalidDataProvider (line 67) | public function invalidDataProvider() FILE: app/code/Magento/UrlRewrite/Block/Catalog/Category/Edit.php class Edit (line 11) | class Edit extends \Magento\UrlRewrite\Block\Edit method __construct (line 25) | public function __construct( method _prepareLayoutFeatures (line 41) | protected function _prepareLayoutFeatures() method _getCategory (line 66) | private function _getCategory() method _addCategoryLinkBlock (line 79) | private function _addCategoryLinkBlock() method _addCategoryTreeBlock (line 97) | private function _addCategoryTreeBlock() method _createEditFormBlock (line 107) | protected function _createEditFormBlock() FILE: app/code/Magento/UrlRewrite/Block/Catalog/Category/Tree.php class Tree (line 18) | class Tree extends \Magento\Catalog\Block\Adminhtml\Category\AbstractCat... method __construct (line 70) | public function __construct( method getTreeArray (line 97) | public function getTreeArray($parentId = null, $asJson = false, $recur... method getCategoryCollection (line 137) | public function getCategoryCollection() method _getNodesArray (line 158) | protected function _getNodesArray($node) method getLoadTreeUrl (line 192) | public function getLoadTreeUrl() FILE: app/code/Magento/UrlRewrite/Block/Catalog/Edit/Form.php class Form (line 18) | class Form extends \Magento\UrlRewrite\Block\Edit\Form method __construct (line 56) | public function __construct( method _formPostInit (line 92) | protected function _formPostInit($form) method getRequestPath (line 149) | protected function getRequestPath($product = null, $category = null) method getTargetPath (line 161) | protected function getTargetPath($product = null, $category = null) method _getEntityStores (line 174) | protected function _getEntityStores() method _getProduct (line 216) | protected function _getProduct() method _getCategory (line 229) | protected function _getCategory() FILE: app/code/Magento/UrlRewrite/Block/Catalog/Product/Edit.php class Edit (line 11) | class Edit extends \Magento\UrlRewrite\Block\Edit method __construct (line 31) | public function __construct( method _prepareLayoutFeatures (line 49) | protected function _prepareLayoutFeatures() method _getProduct (line 93) | private function _getProduct() method _getCategory (line 106) | private function _getCategory() method _addProductLinkBlock (line 119) | private function _addProductLinkBlock() method _addCategoryLinkBlock (line 137) | private function _addCategoryLinkBlock() method _addProductsGridBlock (line 158) | private function _addProductsGridBlock() method _addCategoriesTreeBlock (line 168) | private function _addCategoriesTreeBlock() method _addSkipCategoriesBlock (line 178) | private function _addSkipCategoriesBlock() method _createEditFormBlock (line 200) | protected function _createEditFormBlock() FILE: app/code/Magento/UrlRewrite/Block/Catalog/Product/Grid.php class Grid (line 14) | class Grid extends \Magento\Catalog\Block\Adminhtml\Product\Grid method _prepareMassaction (line 21) | protected function _prepareMassaction() method _prepareColumns (line 31) | protected function _prepareColumns() method getGridUrl (line 64) | public function getGridUrl() method getRowUrl (line 75) | public function getRowUrl($row) FILE: app/code/Magento/UrlRewrite/Block/Cms/Page/Edit.php class Edit (line 11) | class Edit extends \Magento\UrlRewrite\Block\Edit method __construct (line 25) | public function __construct( method _prepareLayoutFeatures (line 41) | protected function _prepareLayoutFeatures() method _getCmsPage (line 66) | private function _getCmsPage() method _addCmsPageLinkBlock (line 79) | private function _addCmsPageLinkBlock() method _addCmsPageGridBlock (line 97) | private function _addCmsPageGridBlock() method _createEditFormBlock (line 107) | protected function _createEditFormBlock() FILE: app/code/Magento/UrlRewrite/Block/Cms/Page/Edit/Form.php class Form (line 14) | class Form extends \Magento\UrlRewrite\Block\Edit\Form method __construct (line 40) | public function __construct( method _formPostInit (line 72) | protected function _formPostInit($form) method _getEntityStores (line 106) | protected function _getEntityStores() method _getCmsPage (line 131) | protected function _getCmsPage() FILE: app/code/Magento/UrlRewrite/Block/Cms/Page/Grid.php class Grid (line 14) | class Grid extends \Magento\Cms\Block\Adminhtml\Page\Grid method _construct (line 21) | public function _construct() method _prepareMassaction (line 32) | protected function _prepareMassaction() method _prepareColumns (line 42) | protected function _prepareColumns() method getGridUrl (line 81) | public function getGridUrl() method getRowUrl (line 92) | public function getRowUrl($row) FILE: app/code/Magento/UrlRewrite/Block/Edit.php class Edit (line 11) | class Edit extends \Magento\Backend\Block\Widget\Container method __construct (line 50) | public function __construct( method _prepareLayout (line 66) | protected function _prepareLayout() method _prepareLayoutFeatures (line 81) | protected function _prepareLayoutFeatures() method _addEditFormBlock (line 98) | protected function _addEditFormBlock() method _addResetButton (line 115) | protected function _addResetButton() method _addBackButton (line 133) | protected function _addBackButton() method _updateBackButtonLink (line 152) | protected function _updateBackButtonLink($link) method _addDeleteButton (line 162) | protected function _addDeleteButton() method _addSaveButton (line 188) | protected function _addSaveButton() method _createEditFormBlock (line 208) | protected function _createEditFormBlock() method _addUrlRewriteSelectorBlock (line 222) | protected function _addUrlRewriteSelectorBlock() method _getSelectorBlock (line 232) | private function _getSelectorBlock() method getButtonsHtml (line 250) | public function getButtonsHtml($area = null) method _getUrlRewrite (line 270) | protected function _getUrlRewrite() FILE: app/code/Magento/UrlRewrite/Block/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 67) | public function __construct( method _construct (line 89) | protected function _construct() method _initFormValues (line 102) | protected function _initFormValues() method _prepareForm (line 133) | protected function _prepareForm() method _prepareStoreElement (line 228) | protected function _prepareStoreElement($fieldset) method _formPostInit (line 272) | protected function _formPostInit($form) method _getSessionData (line 285) | protected function _getSessionData() method _getModel (line 298) | protected function _getModel() method _getAllStores (line 311) | protected function _getAllStores() method _getEntityStores (line 325) | protected function _getEntityStores() method _getStoresListRestrictedByEntityStores (line 338) | private function _getStoresListRestrictedByEntityStores(array $entityS... FILE: app/code/Magento/UrlRewrite/Block/GridContainer.php class GridContainer (line 12) | class GridContainer extends \Magento\Backend\Block\Widget\Grid\Container method __construct (line 31) | public function __construct( method _construct (line 45) | protected function _construct() method getCreateUrl (line 57) | public function getCreateUrl() FILE: app/code/Magento/UrlRewrite/Block/Link.php class Link (line 16) | class Link extends \Magento\Framework\View\Element\AbstractBlock method _toHtml (line 23) | protected function _toHtml() FILE: app/code/Magento/UrlRewrite/Block/Selector.php class Selector (line 8) | class Selector extends \Magento\Backend\Block\Template method _construct (line 28) | protected function _construct() method getModes (line 43) | public function getModes() method getSelectorLabel (line 53) | public function getSelectorLabel() method isMode (line 64) | public function isMode($mode) method getDefaultMode (line 74) | public function getDefaultMode() method getModeUrl (line 86) | public function getModeUrl($mode) FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite.php class Rewrite (line 15) | abstract class Rewrite extends Action method _getCategory (line 56) | protected function _getCategory() method _getProduct (line 82) | protected function _getProduct() method _getCmsPage (line 103) | protected function _getCmsPage() method _getUrlRewrite (line 124) | protected function _getUrlRewrite() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/CategoriesJson.php class CategoriesJson (line 9) | class CategoriesJson extends \Magento\UrlRewrite\Controller\Adminhtml\Ur... method execute (line 16) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/CmsPageGrid.php class CmsPageGrid (line 13) | class CmsPageGrid extends RewriteAction implements HttpPostActionInterfa... method execute (line 20) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/Delete.php class Delete (line 11) | class Delete extends \Magento\UrlRewrite\Controller\Adminhtml\Url\Rewrit... method execute (line 18) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/Edit.php class Edit (line 11) | class Edit extends \Magento\UrlRewrite\Controller\Adminhtml\Url\Rewrite ... method _getMode (line 27) | protected function _getMode() method execute (line 48) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/Index.php class Index (line 11) | class Index extends \Magento\UrlRewrite\Controller\Adminhtml\Url\Rewrite... method execute (line 18) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/ProductGrid.php class ProductGrid (line 9) | class ProductGrid extends \Magento\UrlRewrite\Controller\Adminhtml\Url\R... method execute (line 16) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Adminhtml/Url/Rewrite/Save.php class Save (line 15) | class Save extends \Magento\UrlRewrite\Controller\Adminhtml\Url\Rewrite ... method __construct (line 44) | public function __construct( method _handleCatalogUrlRewrite (line 65) | protected function _handleCatalogUrlRewrite($model) method getTargetPath (line 88) | protected function getTargetPath($model) method getCanonicalTargetPath (line 113) | protected function getCanonicalTargetPath() method _handleCmsPageUrlRewrite (line 128) | private function _handleCmsPageUrlRewrite($model) method execute (line 147) | public function execute() FILE: app/code/Magento/UrlRewrite/Controller/Router.php class Router (line 24) | class Router implements \Magento\Framework\App\RouterInterface method __construct (line 58) | public function __construct( method match (line 79) | public function match(RequestInterface $request) method processRedirect (line 115) | protected function processRedirect($request, $rewrite) method redirect (line 134) | protected function redirect($request, $url, $code) method getRewrite (line 149) | protected function getRewrite($requestPath, $storeId) FILE: app/code/Magento/UrlRewrite/Helper/UrlRewrite.php class UrlRewrite (line 8) | class UrlRewrite extends \Magento\Framework\App\Helper\AbstractHelper method _validateRequestPath (line 29) | protected function _validateRequestPath($requestPath) method validateRequestPath (line 51) | public function validateRequestPath($requestPath) method validateSuffix (line 69) | public function validateSuffix($suffix) FILE: app/code/Magento/UrlRewrite/Model/CompositeUrlFinder.php class CompositeUrlFinder (line 17) | class CompositeUrlFinder implements UrlFinderInterface method __construct (line 45) | public function __construct( method isCategoryRewritesEnabled (line 62) | private function isCategoryRewritesEnabled(): bool method findAllByData (line 70) | public function findAllByData(array $data) method findOneByData (line 89) | public function findOneByData(array $data) method getChildren (line 106) | private function getChildren(): array FILE: app/code/Magento/UrlRewrite/Model/Exception/UrlAlreadyExistsException.php class UrlAlreadyExistsException (line 16) | class UrlAlreadyExistsException extends \Magento\Framework\Exception\Alr... method __construct (line 29) | public function __construct(Phrase $phrase = null, \Exception $cause =... method getUrls (line 44) | public function getUrls() FILE: app/code/Magento/UrlRewrite/Model/MergeDataProvider.php class MergeDataProvider (line 17) | class MergeDataProvider method merge (line 33) | public function merge(array $urlRewritesArray) method getData (line 51) | public function getData() FILE: app/code/Magento/UrlRewrite/Model/Message/UrlRewriteExceptionMessageFactory.php class UrlRewriteExceptionMessageFactory (line 15) | class UrlRewriteExceptionMessageFactory implements ExceptionMessageFacto... method __construct (line 33) | public function __construct(Factory $messageFactory, \Magento\Framewor... method createMessage (line 42) | public function createMessage(\Exception $exception, $type = MessageIn... FILE: app/code/Magento/UrlRewrite/Model/OptionProvider.php class OptionProvider (line 15) | class OptionProvider implements ArrayInterface method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/UrlRewrite/Model/ResourceModel/UrlRewrite.php class UrlRewrite (line 10) | class UrlRewrite extends \Magento\Framework\Model\ResourceModel\Db\Abstr... method _construct (line 17) | protected function _construct() method _initUniqueFields (line 27) | protected function _initUniqueFields() method _getLoadSelect (line 43) | protected function _getLoadSelect($field, $value, $object) FILE: app/code/Magento/UrlRewrite/Model/ResourceModel/UrlRewriteCollection.php class UrlRewriteCollection (line 10) | class UrlRewriteCollection extends \Magento\Framework\Model\ResourceMode... method __construct (line 28) | public function __construct( method _construct (line 46) | protected function _construct() method addStoreFilter (line 62) | public function addStoreFilter($store, $withAdmin = true) FILE: app/code/Magento/UrlRewrite/Model/Storage/AbstractStorage.php class AbstractStorage (line 15) | abstract class AbstractStorage implements StorageInterface method __construct (line 31) | public function __construct( method findAllByData (line 42) | public function findAllByData(array $data) method doFindAllByData (line 59) | abstract protected function doFindAllByData(array $data); method findOneByData (line 64) | public function findOneByData(array $data) method doFindOneByData (line 77) | abstract protected function doFindOneByData(array $data); method replace (line 82) | public function replace(array $urls) method doReplace (line 97) | abstract protected function doReplace(array $urls); method createUrlRewrite (line 105) | protected function createUrlRewrite($data) FILE: app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php class DbStorage (line 24) | class DbStorage extends AbstractStorage method __construct (line 57) | public function __construct( method prepareSelect (line 77) | protected function prepareSelect(array $data) method doFindAllByData (line 92) | protected function doFindAllByData(array $data) method doFindOneByData (line 100) | protected function doFindOneByData(array $data) method extractMostRelevantUrlRewrite (line 137) | private function extractMostRelevantUrlRewrite(string $requestPath, ar... method prepareUrlRewrite (line 175) | private function prepareUrlRewrite(string $requestPath, array $urlRewr... method deleteOldUrls (line 205) | private function deleteOldUrls(array $urls): void method prepareUniqueEntities (line 250) | private function prepareUniqueEntities(array $urls): array method doReplace (line 270) | protected function doReplace(array $urls): array method insertMultiple (line 329) | protected function insertMultiple($data): void method createFilterDataBasedOnUrls (line 353) | protected function createFilterDataBasedOnUrls($urls): array method deleteByData (line 372) | public function deleteByData(array $data) FILE: app/code/Magento/UrlRewrite/Model/StorageInterface.php type StorageInterface (line 12) | interface StorageInterface extends UrlFinderInterface, UrlPersistInterface FILE: app/code/Magento/UrlRewrite/Model/StoreSwitcher/RewriteUrl.php class RewriteUrl (line 18) | class RewriteUrl implements StoreSwitcherInterface method __construct (line 34) | public function __construct( method switch (line 50) | public function switch(StoreInterface $fromStore, StoreInterface $targ... method findCurrentRewrite (line 103) | private function findCurrentRewrite(UrlRewrite $oldRewrite, StoreInter... FILE: app/code/Magento/UrlRewrite/Model/UrlFinderInterface.php type UrlFinderInterface (line 13) | interface UrlFinderInterface method findOneByData (line 21) | public function findOneByData(array $data); method findAllByData (line 29) | public function findAllByData(array $data); FILE: app/code/Magento/UrlRewrite/Model/UrlPersistInterface.php type UrlPersistInterface (line 13) | interface UrlPersistInterface method replace (line 22) | public function replace(array $urls); method deleteByData (line 31) | public function deleteByData(array $data); FILE: app/code/Magento/UrlRewrite/Model/UrlRewrite.php class UrlRewrite (line 26) | class UrlRewrite extends \Magento\Framework\Model\AbstractModel method __construct (line 42) | public function __construct( method _construct (line 59) | protected function _construct() method getMetadata (line 69) | public function getMetadata() method setMetadata (line 82) | public function setMetadata($metadata) FILE: app/code/Magento/UrlRewrite/Service/V1/Data/UrlRewrite.php class UrlRewrite (line 17) | class UrlRewrite extends AbstractSimpleObject method __construct (line 53) | public function __construct( method getByKey (line 67) | public function getByKey($key) method getUrlRewriteId (line 75) | public function getUrlRewriteId() method setUrlRewriteId (line 84) | public function setUrlRewriteId($urlRewriteId) method getEntityId (line 92) | public function getEntityId() method setEntityId (line 102) | public function setEntityId($entityId) method getEntityType (line 110) | public function getEntityType() method setEntityType (line 120) | public function setEntityType($entityType) method getIsAutogenerated (line 128) | public function getIsAutogenerated() method setIsAutogenerated (line 139) | public function setIsAutogenerated($isAutogenerated) method getRequestPath (line 147) | public function getRequestPath() method setRequestPath (line 157) | public function setRequestPath($requestPath) method getTargetPath (line 165) | public function getTargetPath() method setTargetPath (line 175) | public function setTargetPath($targetPath) method getStoreId (line 183) | public function getStoreId() method setStoreId (line 193) | public function setStoreId($storeId) method getRedirectType (line 201) | public function getRedirectType() method setRedirectType (line 211) | public function setRedirectType($redirectCode) method getDescription (line 219) | public function getDescription() method setDescription (line 229) | public function setDescription($description) method getMetadata (line 237) | public function getMetadata() method setMetadata (line 248) | public function setMetadata($metadata) method toArray (line 261) | public function toArray() FILE: app/code/Magento/UrlRewrite/Setup/Patch/Data/ConvertSerializedDataToJson.php class ConvertSerializedDataToJson (line 19) | class ConvertSerializedDataToJson implements DataPatchInterface, PatchVe... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 57) | public static function getDependencies() method getVersion (line 65) | public static function getVersion() method getAliases (line 73) | public function getAliases() method convertSerializedDataToJson (line 81) | private function convertSerializedDataToJson() FILE: app/code/Magento/UrlRewrite/Test/Unit/Block/Catalog/Edit/FormTest.php class FormTest (line 14) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testAddErrorMessageWhenProductWithoutStores (line 60) | public function testAddErrorMessageWhenProductWithoutStores() FILE: app/code/Magento/UrlRewrite/Test/Unit/Controller/RouterTest.php class RouterTest (line 21) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testNoRewriteExist (line 105) | public function testNoRewriteExist() method testRewriteAfterStoreSwitcher (line 117) | public function testRewriteAfterStoreSwitcher() method testNoRewriteAfterStoreSwitcherWhenNoOldRewrite (line 191) | public function testNoRewriteAfterStoreSwitcherWhenNoOldRewrite() method testNoRewriteAfterStoreSwitcherWhenOldRewriteEqualsToNewOne (line 216) | public function testNoRewriteAfterStoreSwitcherWhenOldRewriteEqualsToN... method testMatchWithRedirect (line 261) | public function testMatchWithRedirect() method testMatchWithCustomInternalRedirect (line 283) | public function testMatchWithCustomInternalRedirect() method testMatchWithCustomExternalRedirect (line 305) | public function testMatchWithCustomExternalRedirect($targetPath) method externalRedirectTargetPathDataProvider (line 326) | public function externalRedirectTargetPathDataProvider() method testMatch (line 337) | public function testMatch() FILE: app/code/Magento/UrlRewrite/Test/Unit/Helper/UrlRewriteTest.php class UrlRewriteTest (line 10) | class UrlRewriteTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testValidateRequestPath (line 27) | public function testValidateRequestPath($requestPath) method testValidateRequestPathException (line 36) | public function testValidateRequestPathException($requestPath) method testValidateSuffix (line 44) | public function testValidateSuffix($suffix) method testValidateSuffixException (line 53) | public function testValidateSuffixException($suffix) method requestPathDataProvider (line 61) | public function requestPathDataProvider() method requestPathExceptionDataProvider (line 72) | public function requestPathExceptionDataProvider() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/Exception/UrlAlreadyExistsExceptionTest.php class UrlAlreadyExistsExceptionTest (line 14) | class UrlAlreadyExistsExceptionTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 41) | public function tearDown() method testUrls (line 46) | public function testUrls() method testDefaultPhrase (line 60) | public function testDefaultPhrase() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/MergeDataProviderTest.php class MergeDataProviderTest (line 12) | class MergeDataProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testMerge (line 41) | public function testMerge($urlRewriteMockArray, $expectedData, $arrayC... method testGetDataWhenEmpty (line 53) | public function testGetDataWhenEmpty() method mergeDataProvider (line 63) | public function mergeDataProvider() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/Message/UrlRewriteExceptionMessageFactoryTest.php class UrlRewriteExceptionMessageFactoryTest (line 12) | class UrlRewriteExceptionMessageFactoryTest extends \PHPUnit\Framework\T... method setUp (line 29) | protected function setUp() method testCreateMessage (line 44) | public function testCreateMessage() method testCreateMessageNotFound (line 89) | public function testCreateMessageNotFound() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/ResourceModel/UrlRewriteCollectionTest.php class UrlRewriteCollectionTest (line 10) | class UrlRewriteCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAddStoreFilterIfStoreIsArray (line 96) | public function testAddStoreFilterIfStoreIsArray($storeId, $withAdmin,... method dataProviderForTestAddStoreIfStoreIsArray (line 108) | public function dataProviderForTestAddStoreIfStoreIsArray() method testAddStoreFilterIfStoreIsInt (line 123) | public function testAddStoreFilterIfStoreIsInt($storeId, $withAdmin, $... method dataProviderForTestAddStoreFilterIfStoreIsInt (line 139) | public function dataProviderForTestAddStoreFilterIfStoreIsInt() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/Storage/AbstractStorageTest.php class AbstractStorageTest (line 8) | class AbstractStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testFindAllByData (line 43) | public function testFindAllByData() method testFindOneByDataIfNotFound (line 75) | public function testFindOneByDataIfNotFound() method testFindOneByDataIfFound (line 87) | public function testFindOneByDataIfFound() method testReplaceIfUrlsAreEmpty (line 110) | public function testReplaceIfUrlsAreEmpty() method testReplaceIfThrewDuplicateEntryExceptionWithCustomMessage (line 121) | public function testReplaceIfThrewDuplicateEntryExceptionWithCustomMes... method testReplaceIfThrewDuplicateEntryExceptionDefaultMessage (line 137) | public function testReplaceIfThrewDuplicateEntryExceptionDefaultMessage() method testReplace (line 149) | public function testReplace() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/Storage/DbStorageTest.php class DbStorageTest (line 14) | class DbStorageTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testFindAllByData (line 75) | public function testFindAllByData() method testFindOneByData (line 117) | public function testFindOneByData() method testFindOneByDataWithRequestPath (line 152) | public function testFindOneByDataWithRequestPath() method testFindOneByDataWithRequestPathIsDifferent (line 202) | public function testFindOneByDataWithRequestPathIsDifferent() method testFindOneByDataWithRequestPathIsDifferent2 (line 265) | public function testFindOneByDataWithRequestPathIsDifferent2() method testFindOneByDataWithRequestPathIsRedirect (line 328) | public function testFindOneByDataWithRequestPathIsRedirect() method testFindOneByDataWithRequestPathTwoResults (line 380) | public function testFindOneByDataWithRequestPathTwoResults() method testReplace (line 442) | public function testReplace() method testReplaceIfThrewExceptionOnDuplicateUrl (line 501) | public function testReplaceIfThrewExceptionOnDuplicateUrl() method testReplaceIfThrewExceptionOnDuplicateEntry (line 534) | public function testReplaceIfThrewExceptionOnDuplicateEntry() method testReplaceIfThrewCustomException (line 556) | public function testReplaceIfThrewCustomException() method testDeleteByData (line 571) | public function testDeleteByData() FILE: app/code/Magento/UrlRewrite/Test/Unit/Model/UrlRewriteTest.php class UrlRewriteTest (line 8) | class UrlRewriteTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testSetAndGetMetadata (line 55) | public function testSetAndGetMetadata() FILE: app/code/Magento/UrlRewrite/Test/Unit/Service/V1/Data/UrlRewriteTest.php class UrlRewriteTest (line 8) | class UrlRewriteTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testSetAndGetMetadata (line 44) | public function testSetAndGetMetadata() FILE: app/code/Magento/UrlRewriteGraphQl/Model/Resolver/EntityUrl.php class EntityUrl (line 22) | class EntityUrl implements ResolverInterface method __construct (line 43) | public function __construct( method resolve (line 54) | public function resolve( method rewriteCustomUrls (line 103) | private function rewriteCustomUrls(UrlRewrite $finalUrlRewrite, int $s... method findFinalUrl (line 130) | private function findFinalUrl(string $requestPath, int $storeId, bool ... method findUrlFromRequestPath (line 155) | private function findUrlFromRequestPath(string $requestPath, int $stor... method findUrlFromTargetPath (line 172) | private function findUrlFromTargetPath(string $targetPath, int $storeI... method sanitizeType (line 188) | private function sanitizeType(string $type) : string FILE: app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite.php class UrlRewrite (line 23) | class UrlRewrite implements ResolverInterface method __construct (line 51) | public function __construct( method resolve (line 66) | public function resolve( method getUrlParameters (line 118) | private function getUrlParameters(string $targetPath): array method getEntityType (line 142) | private function getEntityType(string $entityTypeMetadata) : string FILE: app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocator.php class CustomUrlLocator (line 13) | class CustomUrlLocator implements CustomUrlLocatorInterface method __construct (line 23) | public function __construct(array $urlLocators = []) method locateUrl (line 31) | public function locateUrl($urlKey): ?string FILE: app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php type CustomUrlLocatorInterface (line 15) | interface CustomUrlLocatorInterface method locateUrl (line 23) | public function locateUrl($urlKey): ?string; FILE: app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/UrlResolverIdentity.php class UrlResolverIdentity (line 15) | class UrlResolverIdentity implements IdentityInterface method __construct (line 25) | public function __construct( method getIdentities (line 37) | public function getIdentities(array $resolvedData): array FILE: app/code/Magento/User/Api/Data/UserInterface.php type UserInterface (line 14) | interface UserInterface method getId (line 21) | public function getId(); method setId (line 29) | public function setId($id); method getFirstName (line 36) | public function getFirstName(); method setFirstName (line 44) | public function setFirstName($firstName); method getLastName (line 51) | public function getLastName(); method setLastName (line 59) | public function setLastName($lastName); method getEmail (line 66) | public function getEmail(); method setEmail (line 74) | public function setEmail($email); method getUserName (line 81) | public function getUserName(); method setUserName (line 89) | public function setUserName($userName); method getPassword (line 96) | public function getPassword(); method setPassword (line 104) | public function setPassword($password); method getCreated (line 111) | public function getCreated(); method setCreated (line 119) | public function setCreated($created); method getModified (line 126) | public function getModified(); method setModified (line 134) | public function setModified($modified); method getIsActive (line 141) | public function getIsActive(); method setIsActive (line 149) | public function setIsActive($isActive); method getInterfaceLocale (line 156) | public function getInterfaceLocale(); method setInterfaceLocale (line 164) | public function setInterfaceLocale($interfaceLocale); FILE: app/code/Magento/User/Block/Adminhtml/Locks.php class Locks (line 15) | class Locks extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 22) | protected function _construct() FILE: app/code/Magento/User/Block/Buttons.php class Buttons (line 14) | class Buttons extends \Magento\Backend\Block\Template method __construct (line 28) | public function __construct( method _prepareLayout (line 42) | protected function _prepareLayout() method getBackButtonHtml (line 96) | public function getBackButtonHtml() method getResetButtonHtml (line 106) | public function getResetButtonHtml() method getSaveButtonHtml (line 116) | public function getSaveButtonHtml() method getDeleteButtonHtml (line 126) | public function getDeleteButtonHtml() method getUser (line 139) | public function getUser() FILE: app/code/Magento/User/Block/Role.php class Role (line 15) | class Role extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 32) | protected function _construct() method getCreateUrl (line 42) | public function getCreateUrl() method _prepareLayout (line 50) | protected function _prepareLayout() method _toHtml (line 71) | protected function _toHtml() FILE: app/code/Magento/User/Block/Role/Edit.php class Edit (line 12) | class Edit extends \Magento\Backend\Block\Widget\Tabs method __construct (line 28) | public function __construct( method _construct (line 44) | protected function _construct() method _prepareLayout (line 55) | protected function _prepareLayout() FILE: app/code/Magento/User/Block/Role/Grid/User.php class User (line 16) | class User extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 57) | public function __construct( method _construct (line 78) | protected function _construct() method _addColumnFilterToCollection (line 93) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 118) | protected function _prepareCollection() method _prepareColumns (line 132) | protected function _prepareColumns() method getGridUrl (line 190) | public function getGridUrl() method getUsers (line 202) | public function getUsers($json = false) method getUsersFormData (line 238) | protected function getUsersFormData() method restoreUsersFormData (line 253) | protected function restoreUsersFormData() method getRoleId (line 272) | private function getRoleId() method getJSONString (line 287) | private function getJSONString($input) FILE: app/code/Magento/User/Block/Role/Tab/Edit.php class Edit (line 17) | class Edit extends \Magento\Backend\Block\Widget\Form implements \Magent... method __construct (line 74) | public function __construct( method setCoreRegistry (line 99) | public function setCoreRegistry(\Magento\Framework\Registry $coreRegis... method getCoreRegistry (line 111) | public function getCoreRegistry() method getTabLabel (line 125) | public function getTabLabel() method getTabTitle (line 135) | public function getTabTitle() method canShowTab (line 145) | public function canShowTab() method isHidden (line 155) | public function isHidden() method isEverythingAllowed (line 165) | public function isEverythingAllowed() method getSelectedResources (line 178) | public function getSelectedResources() method getTree (line 204) | public function getTree() method getAclResources (line 214) | private function getAclResources() FILE: app/code/Magento/User/Block/Role/Tab/Info.php class Info (line 13) | class Info extends \Magento\Backend\Block\Widget\Form\Generic implements... method getTabLabel (line 23) | public function getTabLabel() method getTabTitle (line 31) | public function getTabTitle() method canShowTab (line 39) | public function canShowTab() method isHidden (line 47) | public function isHidden() method _beforeToHtml (line 55) | public function _beforeToHtml() method _initForm (line 65) | protected function _initForm() method getOldUsers (line 120) | protected function getOldUsers() FILE: app/code/Magento/User/Block/Role/Tab/Users.php class Users (line 8) | class Users extends \Magento\Backend\Block\Widget\Tabs method __construct (line 24) | public function __construct( method _construct (line 41) | protected function _construct() method _prepareLayout (line 56) | protected function _prepareLayout() method getGridHtml (line 68) | public function getGridHtml() FILE: app/code/Magento/User/Block/User.php class User (line 15) | class User extends \Magento\Backend\Block\Widget\Grid\Container method __construct (line 27) | public function __construct( method _construct (line 41) | protected function _construct() FILE: app/code/Magento/User/Block/User/Edit.php class Edit (line 16) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 30) | public function __construct( method _construct (line 44) | protected function _construct() method getDeleteMessage (line 92) | public function getDeleteMessage() method getDeleteUrl (line 105) | public function getDeleteUrl() method getObjectId (line 118) | public function getObjectId() method getHeaderText (line 126) | public function getHeaderText() method getValidationUrl (line 141) | public function getValidationUrl() method getInvalidateUrl (line 151) | public function getInvalidateUrl() FILE: app/code/Magento/User/Block/User/Edit/Form.php class Form (line 13) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 18) | protected function _prepareForm() FILE: app/code/Magento/User/Block/User/Edit/Tab/Main.php class Main (line 17) | class Main extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 47) | public function __construct( method _prepareForm (line 69) | protected function _prepareForm() method _addPasswordFields (line 211) | protected function _addPasswordFields( FILE: app/code/Magento/User/Block/User/Edit/Tab/Roles.php class Roles (line 16) | class Roles extends \Magento\Backend\Block\Widget\Grid\Extended method __construct (line 43) | public function __construct( method _construct (line 62) | protected function _construct() method _addColumnFilterToCollection (line 78) | protected function _addColumnFilterToCollection($column) method _prepareCollection (line 103) | protected function _prepareCollection() method _prepareColumns (line 116) | protected function _prepareColumns() method getGridUrl (line 141) | public function getGridUrl() method getSelectedRoles (line 153) | public function getSelectedRoles($json = false) FILE: app/code/Magento/User/Block/User/Edit/Tabs.php class Tabs (line 15) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 22) | protected function _construct() method _beforeToHtml (line 33) | protected function _beforeToHtml() FILE: app/code/Magento/User/Console/UnlockAdminAccountCommand.php class UnlockAdminAccountCommand (line 17) | class UnlockAdminAccountCommand extends Command method __construct (line 35) | public function __construct( method execute (line 46) | protected function execute(InputInterface $input, OutputInterface $out... method configure (line 67) | protected function configure() FILE: app/code/Magento/User/Controller/Adminhtml/Auth.php class Auth (line 18) | abstract class Auth extends AbstractAction method __construct (line 33) | public function __construct( method _validateResetPasswordLinkToken (line 49) | protected function _validateResetPasswordLinkToken($userId, $resetPass... method _isAllowed (line 79) | protected function _isAllowed() FILE: app/code/Magento/User/Controller/Adminhtml/Auth/Forgotpassword.php class Forgotpassword (line 28) | class Forgotpassword extends Auth implements HttpGetActionInterface, Htt... method __construct (line 60) | public function __construct( method execute (line 84) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/Auth/ResetPassword.php class ResetPassword (line 9) | class ResetPassword extends \Magento\User\Controller\Adminhtml\Auth method execute (line 18) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/Auth/ResetPasswordPost.php class ResetPasswordPost (line 15) | class ResetPasswordPost extends Auth method __construct (line 27) | public function __construct( method execute (line 42) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/Locks.php class Locks (line 12) | abstract class Locks extends \Magento\Backend\App\Action FILE: app/code/Magento/User/Controller/Adminhtml/Locks/Grid.php class Grid (line 12) | class Grid extends \Magento\User\Controller\Adminhtml\Locks method execute (line 19) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/Locks/Index.php class Index (line 14) | class Index extends \Magento\User\Controller\Adminhtml\Locks implements ... method execute (line 21) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/Locks/MassUnlock.php class MassUnlock (line 14) | class MassUnlock extends \Magento\User\Controller\Adminhtml\Locks method execute (line 21) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User.php class User (line 8) | abstract class User extends \Magento\Backend\App\AbstractAction method __construct (line 36) | public function __construct( method _initAction (line 49) | protected function _initAction() method _getAdminUserData (line 73) | protected function _getAdminUserData(array $data) FILE: app/code/Magento/User/Controller/Adminhtml/User/Delete.php class Delete (line 13) | class Delete extends \Magento\User\Controller\Adminhtml\User method execute (line 18) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Edit.php class Edit (line 11) | class Edit extends \Magento\User\Controller\Adminhtml\User method execute (line 16) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Index.php class Index (line 11) | class Index extends \Magento\User\Controller\Adminhtml\User implements H... method execute (line 16) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/InvalidateToken.php class InvalidateToken (line 15) | class InvalidateToken extends \Magento\User\Controller\Adminhtml\User method __construct (line 30) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\User\Controller\Adminhtml\User method execute (line 14) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Role.php class Role (line 10) | abstract class Role extends \Magento\Backend\App\AbstractAction method __construct (line 68) | public function __construct( method _initAction (line 91) | protected function _initAction() method _initRole (line 107) | protected function _initRole($requestVariable = 'rid') FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/Delete.php class Delete (line 15) | class Delete extends \Magento\User\Controller\Adminhtml\User\Role implem... method execute (line 22) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/EditRole.php class EditRole (line 12) | class EditRole extends \Magento\User\Controller\Adminhtml\User\Role method execute (line 19) | public function execute() method restoreUsersDataFromSession (line 60) | protected function restoreUsersDataFromSession() method restoreResourcesDataFromSession (line 77) | protected function restoreResourcesDataFromSession() method restoreFormDataFromSession (line 95) | protected function restoreFormDataFromSession(\Magento\Authorization\M... FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/Editrolegrid.php class Editrolegrid (line 11) | class Editrolegrid extends \Magento\User\Controller\Adminhtml\User\Role method execute (line 18) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/Index.php class Index (line 11) | class Index extends \Magento\User\Controller\Adminhtml\User\Role impleme... method execute (line 18) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/RoleGrid.php class RoleGrid (line 13) | class RoleGrid extends RoleAction implements HttpGetActionInterface, Htt... method execute (line 20) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Role/SaveRole.php class SaveRole (line 23) | class SaveRole extends \Magento\User\Controller\Adminhtml\User\Role impl... method getSecurityCookie (line 61) | private function getSecurityCookie() method execute (line 74) | public function execute() method validateUser (line 138) | protected function validateUser() method parseRequestVariable (line 155) | private function parseRequestVariable($paramName): array method processPreviousUsers (line 171) | protected function processPreviousUsers(\Magento\Authorization\Model\R... method processCurrentUsers (line 187) | private function processCurrentUsers(\Magento\Authorization\Model\Role... method _addUserToRole (line 208) | protected function _addUserToRole($userId, $roleId) method _deleteUserFromRole (line 229) | protected function _deleteUserFromRole($userId, $roleId) method saveDataToSessionAndRedirect (line 247) | protected function saveDataToSessionAndRedirect($role, $data, $resultR... FILE: app/code/Magento/User/Controller/Adminhtml/User/RoleGrid.php class RoleGrid (line 13) | class RoleGrid extends UserAction implements HttpGetActionInterface, Htt... method execute (line 18) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/RolesGrid.php class RolesGrid (line 9) | class RolesGrid extends \Magento\User\Controller\Adminhtml\User method execute (line 14) | public function execute() FILE: app/code/Magento/User/Controller/Adminhtml/User/Save.php class Save (line 20) | class Save extends \Magento\User\Controller\Adminhtml\User implements Ht... method getSecurityCookie (line 33) | private function getSecurityCookie() method execute (line 47) | public function execute() method redirectToEdit (line 135) | protected function redirectToEdit(\Magento\User\Model\User $model, arr... FILE: app/code/Magento/User/Controller/Adminhtml/User/Validate.php class Validate (line 9) | class Validate extends \Magento\User\Controller\Adminhtml\User method execute (line 16) | public function execute() FILE: app/code/Magento/User/Helper/Data.php class Data (line 14) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 36) | public function __construct( method generateResetPasswordLinkToken (line 51) | public function generateResetPasswordLinkToken() method getResetPasswordLinkExpirationPeriod (line 61) | public function getResetPasswordLinkExpirationPeriod() FILE: app/code/Magento/User/Model/Authorization/AdminSessionUserContext.php class AdminSessionUserContext (line 15) | class AdminSessionUserContext implements UserContextInterface method __construct (line 27) | public function __construct(AdminSession $adminSession) method getUserId (line 35) | public function getUserId() method getUserType (line 43) | public function getUserType() FILE: app/code/Magento/User/Model/Backend/Config/ObserverConfig.php class ObserverConfig (line 16) | class ObserverConfig method __construct (line 50) | public function __construct( method _isLatestPasswordExpired (line 62) | public function _isLatestPasswordExpired($latestPassword) method getAdminLockThreshold (line 76) | public function getAdminLockThreshold() method isPasswordChangeForced (line 86) | public function isPasswordChangeForced() method getAdminPasswordLifetime (line 96) | public function getAdminPasswordLifetime() method getMaxFailures (line 106) | public function getMaxFailures() FILE: app/code/Magento/User/Model/Notificator.php class Notificator (line 28) | class Notificator implements NotificatorInterface method __construct (line 56) | public function __construct( method sendNotification (line 79) | private function sendNotification( method sendForgotPassword (line 104) | public function sendForgotPassword(UserInterface $user): void method sendCreated (line 129) | public function sendCreated(UserInterface $user): void method sendUpdated (line 167) | public function sendUpdated(UserInterface $user, array $changed): void FILE: app/code/Magento/User/Model/NotificatorException.php class NotificatorException (line 17) | class NotificatorException extends MailException implements Notification... FILE: app/code/Magento/User/Model/Plugin/AuthorizationRole.php class AuthorizationRole (line 14) | class AuthorizationRole method __construct (line 26) | public function __construct(\Magento\User\Model\ResourceModel\User $us... method afterSave (line 39) | public function afterSave(Role $subject, Role $result) FILE: app/code/Magento/User/Model/ResourceModel/Role/User/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 20) | protected function _construct() method _initSelect (line 30) | protected function _initSelect() FILE: app/code/Magento/User/Model/ResourceModel/User.php class User (line 26) | class User extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 60) | public function __construct( method _construct (line 80) | protected function _construct() method _initUniqueFields (line 90) | protected function _initUniqueFields() method recordLogin (line 105) | public function recordLogin(ModelUser $user) method loadByUsername (line 127) | public function loadByUsername($username) method hasAssigned2Role (line 144) | public function hasAssigned2Role($user) method _afterSave (line 179) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _clearUserRoles (line 195) | public function _clearUserRoles(ModelUser $user) method _createUserRole (line 208) | protected function _createUserRole($parentId, ModelUser $user) method _afterLoad (line 239) | protected function _afterLoad(\Magento\Framework\Model\AbstractModel $... method delete (line 254) | public function delete(\Magento\Framework\Model\AbstractModel $user) method getRoles (line 282) | public function getRoles(\Magento\Framework\Model\AbstractModel $user) method deleteFromRole (line 323) | public function deleteFromRole(\Magento\Framework\Model\AbstractModel ... method roleUserExists (line 350) | public function roleUserExists(\Magento\Framework\Model\AbstractModel ... method userExists (line 380) | public function userExists(\Magento\Framework\Model\AbstractModel $user) method isUserUnique (line 408) | public function isUserUnique(\Magento\Framework\Model\AbstractModel $u... method saveExtra (line 420) | public function saveExtra($object, $data) method countAll (line 438) | public function countAll() method getValidationRulesBeforeSave (line 452) | public function getValidationRulesBeforeSave() method updateRoleUsersAcl (line 469) | public function updateRoleUsersAcl(\Magento\Authorization\Model\Role $... method unlock (line 490) | public function unlock($userIds) method lock (line 510) | public function lock($userIds, $exceptId, $lifetime) method updateFailure (line 533) | public function updateFailure($user, $setLockExpires = false, $setFirs... method getOldPasswords (line 557) | public function getOldPasswords($user, $retainLimit = 4) method trackPassword (line 603) | public function trackPassword($user, $passwordHash, $lifetime = 0) method getLatestPassword (line 623) | public function getLatestPassword($userId) FILE: app/code/Magento/User/Model/ResourceModel/User/Collection.php class Collection (line 14) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 21) | protected function _construct() method _initSelect (line 31) | protected function _initSelect() FILE: app/code/Magento/User/Model/ResourceModel/User/Locked/Collection.php class Collection (line 13) | class Collection extends \Magento\User\Model\ResourceModel\User\Collection method _initSelect (line 21) | protected function _initSelect() FILE: app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php type NotificationExceptionInterface (line 14) | interface NotificationExceptionInterface extends \Throwable FILE: app/code/Magento/User/Model/Spi/NotificatorInterface.php type NotificatorInterface (line 16) | interface NotificatorInterface method sendForgotPassword (line 26) | public function sendForgotPassword(UserInterface $user): void; method sendCreated (line 36) | public function sendCreated(UserInterface $user): void; method sendUpdated (line 47) | public function sendUpdated(UserInterface $user, array $changed): void; FILE: app/code/Magento/User/Model/System/Config/Source/Password.php class Password (line 14) | class Password extends \Magento\Framework\DataObject implements \Magento... method toOptionArray (line 21) | public function toOptionArray() FILE: app/code/Magento/User/Model/User.php class User (line 38) | class User extends AbstractModel implements StorageInterface, UserInterface method __construct (line 170) | public function __construct( method _construct (line 210) | protected function _construct() method __sleep (line 220) | public function __sleep() method __wakeup (line 248) | public function __wakeup() method beforeSave (line 272) | public function beforeSave() method _willSavePassword (line 296) | protected function _willSavePassword() method _getValidationRulesBeforeSave (line 306) | protected function _getValidationRulesBeforeSave() method validate (line 330) | public function validate() method validatePasswordChange (line 352) | protected function validatePasswordChange() method afterSave (line 377) | public function afterSave() method saveExtra (line 389) | public function saveExtra($data) method getRoles (line 404) | public function getRoles() method getRole (line 414) | public function getRole() method deleteFromRole (line 431) | public function deleteFromRole() method roleUserExists (line 442) | public function roleUserExists() method sendPasswordResetConfirmationEmail (line 456) | public function sendPasswordResetConfirmationEmail() method sendPasswordResetNotificationEmail (line 470) | public function sendPasswordResetNotificationEmail() method sendNotificationEmailsIfRequired (line 483) | public function sendNotificationEmailsIfRequired() method createChangesDescriptionString (line 502) | protected function createChangesDescriptionString() method sendUserNotificationEmail (line 535) | protected function sendUserNotificationEmail($changes, $email = null) method getName (line 548) | public function getName($separator = ' ') method getAclRole (line 558) | public function getAclRole() method authenticate (line 571) | public function authenticate($username, $password) method verifyIdentity (line 609) | public function verifyIdentity($password) method login (line 637) | public function login($username, $password) method reload (line 650) | public function reload() method loadByUsername (line 664) | public function loadByUsername($username) method hasAssigned2Role (line 684) | public function hasAssigned2Role($user) method _getEncodedPassword (line 695) | protected function _getEncodedPassword($password) method changeResetPasswordLinkToken (line 709) | public function changeResetPasswordLinkToken($newToken) method isResetPasswordLinkTokenExpired (line 728) | public function isResetPasswordLinkTokenExpired() method hasAvailableResources (line 758) | public function hasAvailableResources() method setHasAvailableResources (line 769) | public function setHasAvailableResources($hasResources) method getFirstName (line 778) | public function getFirstName() method setFirstName (line 786) | public function setFirstName($firstName) method getLastName (line 794) | public function getLastName() method setLastName (line 802) | public function setLastName($lastName) method getEmail (line 810) | public function getEmail() method setEmail (line 818) | public function setEmail($email) method getUserName (line 826) | public function getUserName() method setUserName (line 834) | public function setUserName($userName) method getPassword (line 842) | public function getPassword() method setPassword (line 850) | public function setPassword($password) method getCreated (line 858) | public function getCreated() method setCreated (line 866) | public function setCreated($created) method getModified (line 874) | public function getModified() method setModified (line 882) | public function setModified($modified) method getIsActive (line 890) | public function getIsActive() method setIsActive (line 898) | public function setIsActive($isActive) method getInterfaceLocale (line 906) | public function getInterfaceLocale() method setInterfaceLocale (line 914) | public function setInterfaceLocale($interfaceLocale) method performIdentityCheck (line 928) | public function performIdentityCheck($passwordString) FILE: app/code/Magento/User/Model/UserValidationRules.php class UserValidationRules (line 20) | class UserValidationRules method addUserInfoRules (line 33) | public function addUserInfoRules(\Magento\Framework\Validator\DataObje... method addPasswordRules (line 80) | public function addPasswordRules(\Magento\Framework\Validator\DataObje... method addPasswordConfirmationRule (line 116) | public function addPasswordConfirmationRule( FILE: app/code/Magento/User/Observer/Backend/AuthObserver.php class AuthObserver (line 25) | class AuthObserver implements ObserverInterface method __construct (line 85) | public function __construct( method execute (line 110) | public function execute(EventObserver $observer) method _updateLockingInformation (line 158) | private function _updateLockingInformation($user) method _checkExpiredPassword (line 192) | private function _checkExpiredPassword($latestPassword) FILE: app/code/Magento/User/Observer/Backend/ForceAdminPasswordChangeObserver.php class ForceAdminPasswordChangeObserver (line 15) | class ForceAdminPasswordChangeObserver implements ObserverInterface method __construct (line 75) | public function __construct( method execute (line 99) | public function execute(EventObserver $observer) FILE: app/code/Magento/User/Observer/Backend/TrackAdminNewPasswordObserver.php class TrackAdminNewPasswordObserver (line 16) | class TrackAdminNewPasswordObserver implements ObserverInterface method __construct (line 52) | public function __construct( method execute (line 70) | public function execute(EventObserver $observer) FILE: app/code/Magento/User/Setup/Patch/Data/UpgradePasswordHashes.php class UpgradePasswordHashes (line 18) | class UpgradePasswordHashes implements DataPatchInterface, PatchVersionI... method __construct (line 29) | public function __construct( method apply (line 38) | public function apply() method getDependencies (line 48) | public static function getDependencies() method getVersion (line 56) | public static function getVersion() method getAliases (line 64) | public function getAliases() method upgradeHash (line 72) | private function upgradeHash() FILE: app/code/Magento/User/Setup/Patch/Data/UpgradeSerializedFields.php class UpgradeSerializedFields (line 19) | class UpgradeSerializedFields implements DataPatchInterface, PatchVersio... method __construct (line 36) | public function __construct( method apply (line 47) | public function apply() method getDependencies (line 57) | public static function getDependencies() method getVersion (line 67) | public static function getVersion() method getAliases (line 75) | public function getAliases() method upgradeSerializedFields (line 83) | private function upgradeSerializedFields() FILE: app/code/Magento/User/Test/Unit/Block/Role/EditTest.php class EditTest (line 13) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testPrepareLayoutSuccessOnFalseGetId (line 68) | public function testPrepareLayoutSuccessOnFalseGetId() method invokeMethod (line 93) | private function invokeMethod(&$object, $methodName, array $parameters... FILE: app/code/Magento/User/Test/Unit/Block/Role/Grid/UserTest.php class UserTest (line 14) | class UserTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetGridUrlSuccessfulUrl (line 111) | public function testGetGridUrlSuccessfulUrl() method testGetUsersPositiveNumberOfRolesAndJsonFalse (line 122) | public function testGetUsersPositiveNumberOfRolesAndJsonFalse() method testGetUsersPositiveNumberOfRolesAndJsonTrue (line 148) | public function testGetUsersPositiveNumberOfRolesAndJsonTrue() method testGetUsersNoRolesAndJsonFalse (line 172) | public function testGetUsersNoRolesAndJsonFalse() method testPrepareColumns (line 197) | public function testPrepareColumns() method testGetUsersCorrectInRoleUser (line 240) | public function testGetUsersCorrectInRoleUser() method testGetUsersIncorrectInRoleUser (line 249) | public function testGetUsersIncorrectInRoleUser() FILE: app/code/Magento/User/Test/Unit/Block/Role/Tab/EditTest.php class EditTest (line 13) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetTree (line 87) | public function testGetTree() method testIsEverythingAllowed (line 104) | public function testIsEverythingAllowed($isAllowed) method dataProviderBoolValues (line 129) | public function dataProviderBoolValues() FILE: app/code/Magento/User/Test/Unit/Block/Role/Tab/InfoTest.php class InfoTest (line 9) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetTabLabel (line 44) | public function testGetTabLabel() method testGetTabTitle (line 49) | public function testGetTabTitle() method testCanShowTab (line 54) | public function testCanShowTab() method testIsHidden (line 59) | public function testIsHidden() method testBeforeToHtml (line 64) | public function testBeforeToHtml() FILE: app/code/Magento/User/Test/Unit/Block/Role/Tab/UsersTest.php class UsersTest (line 12) | class UsersTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetGridHtml (line 62) | public function testGetGridHtml() FILE: app/code/Magento/User/Test/Unit/Block/User/Edit/Tab/RolesTest.php class RolesTest (line 14) | class RolesTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testSelectedRolesCorrectUserRoles (line 47) | public function testSelectedRolesCorrectUserRoles() method testSelectedRolesIncorrectUserRoles (line 56) | public function testSelectedRolesIncorrectUserRoles() FILE: app/code/Magento/User/Test/Unit/Console/UnlockAdminAccountCommandTest.php class UnlockAdminAccountCommandTest (line 14) | class UnlockAdminAccountCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testConfigure (line 38) | public function testConfigure() FILE: app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/DeleteTest.php class DeleteTest (line 15) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testExecute (line 122) | public function testExecute($currentUserPassword, $userId, $currentUse... method testEmptyPassword (line 155) | public function testEmptyPassword() method executeDataProvider (line 189) | public function executeDataProvider() FILE: app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/Role/DeleteTest.php class DeleteTest (line 17) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testExecuteDeleteSelfAssignedRole (line 164) | public function testExecuteDeleteSelfAssignedRole() method testExecuteDeleteWithNormalScenario (line 190) | public function testExecuteDeleteWithNormalScenario() method testExecuteDeleteWithError (line 222) | public function testExecuteDeleteWithError() method testExecuteWithoutRole (line 254) | public function testExecuteWithoutRole() method checkUserAndRoleIds (line 288) | private function checkUserAndRoleIds(int $id, int $userId, int $userRo... method initRoleExecute (line 308) | private function initRoleExecute($roleType) FILE: app/code/Magento/User/Test/Unit/Helper/DataTest.php class DataTest (line 12) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGenerateResetPasswordLinkToken (line 51) | public function testGenerateResetPasswordLinkToken() method testGetResetPasswordLinkExpirationPeriod (line 58) | public function testGetResetPasswordLinkExpirationPeriod() FILE: app/code/Magento/User/Test/Unit/Model/Authorization/AdminSessionUserContextTest.php class AdminSessionUserContextTest (line 14) | class AdminSessionUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetUserIdExist (line 46) | public function testGetUserIdExist() method testGetUserIdDoesNotExist (line 55) | public function testGetUserIdDoesNotExist() method testGetUserType (line 64) | public function testGetUserType() method setupUserId (line 73) | public function setupUserId($userId) FILE: app/code/Magento/User/Test/Unit/Model/Backend/Config/ObserverConfigTest.php class ObserverConfigTest (line 20) | class ObserverConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testIsLatestPasswordExpiredWhenNoAdminLifeTime (line 69) | public function testIsLatestPasswordExpiredWhenNoAdminLifeTime() method testIsLatestPasswordExpiredWhenHasAdminLifeTime (line 80) | public function testIsLatestPasswordExpiredWhenHasAdminLifeTime() method testGetAdminLockThreshold (line 91) | public function testGetAdminLockThreshold() method testIsPasswordChangeForcedTrue (line 102) | public function testIsPasswordChangeForcedTrue() method testIsPasswordChangeForcedFalse (line 113) | public function testIsPasswordChangeForcedFalse() method testGetAdminPasswordLifetime (line 124) | public function testGetAdminPasswordLifetime() method testGetMaxFailures (line 135) | public function testGetMaxFailures() FILE: app/code/Magento/User/Test/Unit/Model/Plugin/AuthorizationRoleTest.php class AuthorizationRoleTest (line 12) | class AuthorizationRoleTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testAfterSave (line 47) | public function testAfterSave() FILE: app/code/Magento/User/Test/Unit/Model/ResourceModel/UserTest.php class UserTest (line 16) | class UserTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testIsUserUnique (line 104) | public function testIsUserUnique() method testRecordLogin (line 115) | public function testRecordLogin() method testLoadByUsername (line 126) | public function testLoadByUsername() method testHasAssigned2Role (line 138) | public function testHasAssigned2Role() method testHasAssigned2RolePassAnObject (line 152) | public function testHasAssigned2RolePassAnObject() method testClearUserRoles (line 170) | public function testClearUserRoles() method testDeleteSuccess (line 179) | public function testDeleteSuccess() method testGetRolesEmptyId (line 190) | public function testGetRolesEmptyId() method testGetRolesReturnFilledArray (line 195) | public function testGetRolesReturnFilledArray() method testGetRolesFetchRowFailure (line 208) | public function testGetRolesFetchRowFailure() method testSaveExtraEmptyId (line 221) | public function testSaveExtraEmptyId() method testSaveExtraFilledId (line 230) | public function testSaveExtraFilledId() method testCountAll (line 242) | public function testCountAll() method testUpdateRoleUsersAclWithUsers (line 251) | public function testUpdateRoleUsersAclWithUsers() method testUpdateRoleUsersAclNoUsers (line 259) | public function testUpdateRoleUsersAclNoUsers() method testUpdateRoleUsersAclUpdateFail (line 267) | public function testUpdateRoleUsersAclUpdateFail() method testUnlock (line 275) | public function testUnlock() method testUnlockWithInteger (line 284) | public function testUnlockWithInteger() method testLock (line 293) | public function testLock() method testLockWithInteger (line 302) | public function testLockWithInteger() method testGetOldPassword (line 311) | public function testGetOldPassword() method testDeleteFromRole (line 323) | public function testDeleteFromRole() method testRoleUserExists (line 342) | public function testRoleUserExists() method testGetValidationBeforeSave (line 363) | public function testGetValidationBeforeSave() method testUpdateFailure (line 368) | public function testUpdateFailure() method testTrackPassword (line 376) | public function testTrackPassword() method testGetLatestPassword (line 383) | public function testGetLatestPassword() method testInitUniqueFields (line 397) | public function testInitUniqueFields() method testAfterSave (line 405) | public function testAfterSave() method testAfterLoad (line 446) | public function testAfterLoad() method testAfterLoadNoExtra (line 478) | public function testAfterLoadNoExtra() method invokeMethod (line 515) | public function invokeMethod(&$object, $methodName, array $parameters ... FILE: app/code/Magento/User/Test/Unit/Model/UserTest.php class UserTest (line 19) | class UserTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testSleep (line 50) | public function testSleep() method testChangeResetPasswordLinkToken (line 75) | public function testChangeResetPasswordLinkToken() method testIsResetPasswordLinkTokenExpiredEmptyToken (line 92) | public function testIsResetPasswordLinkTokenExpiredEmptyToken() method testIsResetPasswordLinkTokenExpiredIsExpiredToken (line 100) | public function testIsResetPasswordLinkTokenExpiredIsExpiredToken() FILE: app/code/Magento/User/Test/Unit/Model/UserValidationRulesTest.php class UserValidationRulesTest (line 10) | class UserValidationRulesTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testAddUserInfoRules (line 28) | public function testAddUserInfoRules() method testAddPasswordRules (line 34) | public function testAddPasswordRules() method testAddPasswordConfirmationRule (line 40) | public function testAddPasswordConfirmationRule() FILE: app/code/Magento/User/Test/Unit/Observer/Backend/AuthObserverTest.php class AuthObserverTest (line 31) | class AuthObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testAdminAuthenticate (line 145) | public function testAdminAuthenticate() method testAdminAuthenticateThrowsException (line 205) | public function testAdminAuthenticateThrowsException() method testAdminAuthenticateUpdateLockingInfo (line 243) | public function testAdminAuthenticateUpdateLockingInfo() FILE: app/code/Magento/User/Test/Unit/Observer/Backend/ForceAdminPasswordChangeObserverTest.php class ForceAdminPasswordChangeObserverTest (line 13) | class ForceAdminPasswordChangeObserverTest extends \PHPUnit\Framework\Te... method setUp (line 45) | protected function setUp() method testForceAdminPasswordChange (line 117) | public function testForceAdminPasswordChange() FILE: app/code/Magento/User/Test/Unit/Observer/Backend/TrackAdminNewPasswordObserverTest.php class TrackAdminNewPasswordObserverTest (line 13) | class TrackAdminNewPasswordObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testTrackAdminPassword (line 82) | public function testTrackAdminPassword() FILE: app/code/Magento/User/ViewModel/JsonSerializer.php class JsonSerializer (line 14) | class JsonSerializer implements \Magento\Framework\View\Element\Block\Ar... method __construct (line 25) | public function __construct(\Magento\Framework\Serialize\Serializer\Js... method serialize (line 36) | public function serialize(array $data): string FILE: app/code/Magento/Usps/Block/Adminhtml/Order/Packaging/Plugin/DisplayGirth.php class DisplayGirth (line 14) | class DisplayGirth method __construct (line 28) | public function __construct(DataHelper $helper) method aroundIsDisplayGirthValue (line 42) | public function aroundIsDisplayGirthValue(Packaging $subject, \Closure... FILE: app/code/Magento/Usps/Helper/Data.php class Data (line 13) | class Data extends AbstractHelper method displayGirthValue (line 47) | public function displayGirthValue($shippingMethod) FILE: app/code/Magento/Usps/Model/Carrier.php class Carrier (line 26) | class Carrier extends AbstractCarrierOnline implements \Magento\Shipping... method __construct (line 177) | public function __construct( method collectRates (line 232) | public function collectRates(RateRequest $request) method setRequest (line 265) | public function setRequest(\Magento\Quote\Model\Quote\Address\RateRequ... method getResult (line 396) | public function getResult() method isShippingLabelsAvailable (line 406) | public function isShippingLabelsAvailable() method _getQuotes (line 416) | protected function _getQuotes() method _setFreeMethodRequest (line 427) | protected function _setFreeMethodRequest($freeMethod) method _getXmlQuotes (line 447) | protected function _getXmlQuotes() method _parseXmlResponse (line 587) | protected function _parseXmlResponse($response) method getCode (line 687) | public function getCode($type, $code = '') method getTracking (line 1028) | public function getTracking($trackings) method setTrackingReqeust (line 1046) | protected function setTrackingReqeust() method _getXmlTracking (line 1062) | protected function _getXmlTracking($trackings) method _parseXmlTrackingResponse (line 1108) | protected function _parseXmlTrackingResponse($trackingvalue, $response) method getResponse (line 1164) | public function getResponse() method getAllowedMethods (line 1192) | public function getAllowedMethods() method _getCountryName (line 1212) | protected function _getCountryName($countryId) method _filterServiceName (line 1452) | protected function _filterServiceName($name) method _formUsExpressShipmentRequest (line 1476) | protected function _formUsExpressShipmentRequest(\Magento\Framework\Da... method _formUsSignatureConfirmationShipmentRequest (line 1546) | protected function _formUsSignatureConfirmationShipmentRequest(\Magent... method _convertPoundOunces (line 1631) | protected function _convertPoundOunces($weightInPounds) method _formIntlShipmentRequest (line 1653) | protected function _formIntlShipmentRequest(\Magento\Framework\DataObj... method _doShipmentRequest (line 1908) | protected function _doShipmentRequest(\Magento\Framework\DataObject $r... method getContainerTypes (line 1997) | public function getContainerTypes(\Magento\Framework\DataObject $param... method getContainerTypesAll (line 2011) | public function getContainerTypesAll() method getContainerTypesFilter (line 2021) | public function getContainerTypesFilter() method getDeliveryConfirmationTypes (line 2032) | public function getDeliveryConfirmationTypes(\Magento\Framework\DataOb... method isGirthAllowed (line 2052) | public function isGirthAllowed($countyDest = null, $carrierMethodCode ... method getContentTypes (line 2064) | public function getContentTypes(\Magento\Framework\DataObject $params) method _parseZip (line 2090) | protected function _parseZip($zipString, $returnFull = false) method isServiceAvailable (line 2119) | private function isServiceAvailable(\SimpleXMLElement $service) method filterDebugData (line 2150) | protected function filterDebugData($data) method getDataHelper (line 2175) | private function getDataHelper() FILE: app/code/Magento/Usps/Model/Source/Container.php class Container (line 11) | class Container extends Generic FILE: app/code/Magento/Usps/Model/Source/Freemethod.php class Freemethod (line 11) | class Freemethod extends Method method toOptionArray (line 16) | public function toOptionArray() FILE: app/code/Magento/Usps/Model/Source/Generic.php class Generic (line 14) | class Generic implements GenericInterface method __construct (line 31) | public function __construct(Carrier $shippingUsps) method toOptionArray (line 41) | public function toOptionArray() FILE: app/code/Magento/Usps/Model/Source/Machinable.php class Machinable (line 11) | class Machinable extends Generic FILE: app/code/Magento/Usps/Model/Source/Method.php class Method (line 12) | class Method extends Generic FILE: app/code/Magento/Usps/Model/Source/Size.php class Size (line 11) | class Size extends Generic FILE: app/code/Magento/Usps/Setup/Patch/Data/UpdateAllowedMethods.php class UpdateAllowedMethods (line 17) | class UpdateAllowedMethods implements DataPatchInterface, PatchVersionIn... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 121) | public static function getDependencies() method getVersion (line 129) | public static function getVersion() method getAliases (line 137) | public function getAliases() FILE: app/code/Magento/Usps/Test/Unit/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testDisplayGirthValue (line 29) | public function testDisplayGirthValue($shippingMethod) method testDisplayGirthValueFalse (line 37) | public function testDisplayGirthValueFalse() method shippingMethodDataProvider (line 45) | public function shippingMethodDataProvider() FILE: app/code/Magento/Usps/Test/Unit/Model/CarrierTest.php class CarrierTest (line 35) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method testGetCodeArray (line 137) | public function testGetCodeArray($code) method testGetCodeBool (line 142) | public function testGetCodeBool() method testReturnOfShipment (line 147) | public function testReturnOfShipment() method testFormattingFloatValuesForIntlShipmentRequest (line 165) | public function testFormattingFloatValuesForIntlShipmentRequest() method scopeConfigGetValue (line 196) | public function scopeConfigGetValue($path) method codeDataProvider (line 214) | public function codeDataProvider() method testCollectRatesErrorMessage (line 219) | public function testCollectRatesErrorMessage() method testFilterDebugData (line 241) | public function testFilterDebugData($data, array $maskFields, $expected) method logDataProvider (line 259) | public function logDataProvider() method testIsGirthAllowed (line 287) | public function testIsGirthAllowed($countyCode, $carrierMethodCode, $d... method isGirthAllowedDataProvider (line 299) | public function isGirthAllowedDataProvider() method getXmlFactory (line 311) | private function getXmlFactory(): MockObject method getRateFactory (line 335) | private function getRateFactory(): MockObject method getRateMethodFactory (line 354) | private function getRateMethodFactory(): MockObject method getHttpClientFactory (line 375) | private function getHttpClientFactory(): MockObject method getProductCollectionFactory (line 397) | private function getProductCollectionFactory(): MockObject method getCarrierHelper (line 420) | private function getCarrierHelper(): CarrierHelper FILE: app/code/Magento/Usps/Test/Unit/Model/Source/GenericTest.php class GenericTest (line 8) | class GenericTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToOptionArray (line 40) | public function testToOptionArray($expected, $options) method getCodeDataProvider (line 50) | public function getCodeDataProvider() FILE: app/code/Magento/Variable/Block/System/Variable.php class Variable (line 14) | class Variable extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 21) | protected function _construct() FILE: app/code/Magento/Variable/Block/System/Variable/Edit.php class Edit (line 14) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 28) | public function __construct( method _construct (line 42) | protected function _construct() method getVariable (line 56) | public function getVariable() method _preparelayout (line 67) | protected function _preparelayout() method getFormHtml (line 91) | public function getFormHtml() method getHeaderText (line 101) | public function getHeaderText() method getValidationUrl (line 115) | public function getValidationUrl() method getSaveUrl (line 125) | public function getSaveUrl() method getSaveAndContinueUrl (line 135) | public function getSaveAndContinueUrl() FILE: app/code/Magento/Variable/Block/System/Variable/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method getVariable (line 21) | public function getVariable() method _prepareForm (line 31) | protected function _prepareForm() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable.php class Variable (line 13) | abstract class Variable extends Action method __construct (line 57) | public function __construct( method createPage (line 78) | protected function createPage() method _initVariable (line 92) | protected function _initVariable() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/Delete.php class Delete (line 9) | class Delete extends \Magento\Variable\Controller\Adminhtml\System\Variable method execute (line 16) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/Edit.php class Edit (line 15) | class Edit extends \Magento\Variable\Controller\Adminhtml\System\Variable method execute (line 22) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/Index.php class Index (line 16) | class Index extends \Magento\Variable\Controller\Adminhtml\System\Variab... method execute (line 23) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/NewAction.php class NewAction (line 15) | class NewAction extends \Magento\Variable\Controller\Adminhtml\System\Va... method execute (line 22) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/Save.php class Save (line 15) | class Save extends \Magento\Variable\Controller\Adminhtml\System\Variable method execute (line 22) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/Validate.php class Validate (line 14) | class Validate extends \Magento\Variable\Controller\Adminhtml\System\Var... method execute (line 21) | public function execute() FILE: app/code/Magento/Variable/Controller/Adminhtml/System/Variable/WysiwygPlugin.php class WysiwygPlugin (line 15) | class WysiwygPlugin extends \Magento\Variable\Controller\Adminhtml\Syste... method execute (line 22) | public function execute() FILE: app/code/Magento/Variable/Model/ResourceModel/Variable.php class Variable (line 14) | class Variable extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method loadByCode (line 33) | public function loadByCode(\Magento\Variable\Model\Variable $object, $... method getVariableByCode (line 49) | public function getVariableByCode($code, $withValue = false, $storeId ... method _afterSave (line 69) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... method _getLoadSelect (line 108) | protected function _getLoadSelect($field, $value, $object) method _addValueToSelect (line 122) | protected function _addValueToSelect( FILE: app/code/Magento/Variable/Model/ResourceModel/Variable/Collection.php class Collection (line 13) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 27) | protected function _construct() method setStoreId (line 39) | public function setStoreId($storeId) method getStoreId (line 50) | public function getStoreId() method addValuesToResult (line 60) | public function addValuesToResult() method toOptionArray (line 76) | public function toOptionArray() FILE: app/code/Magento/Variable/Model/Source/Variables.php class Variables (line 11) | class Variables implements \Magento\Framework\Option\ArrayInterface method __construct (line 42) | public function __construct( method toOptionArray (line 56) | public function toOptionArray($withGroup = false) method getData (line 93) | public function getData() method getFlatConfigVars (line 103) | private function getFlatConfigVars() method getConfigVariables (line 120) | private function getConfigVariables() FILE: app/code/Magento/Variable/Model/Variable.php class Variable (line 19) | class Variable extends \Magento\Framework\Model\AbstractModel method __construct (line 43) | public function __construct( method _construct (line 60) | protected function _construct() method setStoreId (line 73) | public function setStoreId($storeId) method getStoreId (line 85) | public function getStoreId() method loadByCode (line 97) | public function loadByCode($code) method getValue (line 109) | public function getValue($type = null) method validate (line 130) | public function validate() method getVariablesOptionArray (line 148) | public function getVariablesOptionArray($withGroup = false) FILE: app/code/Magento/Variable/Model/Variable/Config.php class Config (line 16) | class Config method __construct (line 51) | public function __construct( method getWysiwygPluginSettings (line 74) | public function getWysiwygPluginSettings($config) method getWysiwygJsPluginSrc (line 107) | public function getWysiwygJsPluginSrc() method getVariablesWysiwygActionUrl (line 119) | public function getVariablesWysiwygActionUrl() method getDefaultVariables (line 129) | private function getDefaultVariables() method getCustomVariables (line 148) | private function getCustomVariables() method getVariablesWysiwygData (line 169) | private function getVariablesWysiwygData() FILE: app/code/Magento/Variable/Model/Variable/ConfigProvider.php class ConfigProvider (line 14) | class ConfigProvider implements \Magento\Framework\Data\Wysiwyg\ConfigPr... method __construct (line 25) | public function __construct(Config $variableConfig) method getConfig (line 34) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... FILE: app/code/Magento/Variable/Model/Variable/Data.php class Data (line 12) | class Data method __construct (line 28) | public function __construct( method getDefaultVariables (line 41) | public function getDefaultVariables() method getCustomVariables (line 60) | public function getCustomVariables() FILE: app/code/Magento/Variable/Test/Unit/Controller/Adminhtml/System/Variable/ValidateTest.php class ValidateTest (line 13) | class ValidateTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testExecute (line 131) | public function testExecute($result, $responseArray) method executeDataProvider (line 164) | public function executeDataProvider() FILE: app/code/Magento/Variable/Test/Unit/Model/ResourceModel/Variable/CollectionTest.php class CollectionTest (line 19) | class CollectionTest extends TestCase method testAddValuesToResult (line 26) | public function testAddValuesToResult() FILE: app/code/Magento/Variable/Test/Unit/Model/Source/VariablesTest.php class VariablesTest (line 11) | class VariablesTest extends \PHPUnit\Framework\TestCase method setup (line 32) | protected function setup() method testToOptionArrayWithoutGroup (line 68) | public function testToOptionArrayWithoutGroup() method testToOptionArrayWithGroup (line 81) | public function testToOptionArrayWithGroup() method getExpectedOptionsResults (line 99) | private function getExpectedOptionsResults() FILE: app/code/Magento/Variable/Test/Unit/Model/Variable/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 62) | protected function setUp() method testGetWysiwygPluginSettings (line 109) | public function testGetWysiwygPluginSettings() FILE: app/code/Magento/Variable/Test/Unit/Model/VariableTest.php class VariableTest (line 11) | class VariableTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetValueHtml (line 66) | public function testGetValueHtml() method testGetValueEmptyHtml (line 74) | public function testGetValueEmptyHtml() method testGetValueText (line 89) | public function testGetValueText() method testValidateMissingInfo (line 100) | public function testValidateMissingInfo($code, $name) method testValidate (line 109) | public function testValidate($variableArray, $objectId, $expectedResult) method testGetVariablesOptionArrayNoGroup (line 121) | public function testGetVariablesOptionArrayNoGroup() method testGetVariablesOptionArrayWithGroup (line 141) | public function testGetVariablesOptionArrayWithGroup() method validateDataProvider (line 169) | public function validateDataProvider() method validateMissingInfoDataProvider (line 184) | public function validateMissingInfoDataProvider() FILE: app/code/Magento/Variable/Ui/Component/VariablesDataProvider.php class VariablesDataProvider (line 17) | class VariablesDataProvider extends \Magento\Framework\View\Element\UiCo... method __construct (line 37) | public function __construct( method sortBy (line 71) | private function sortBy($items, $field, $direction) method variablesCompare (line 92) | private function variablesCompare($variable1, $variable2, $partIndex, ... method getData (line 106) | public function getData() FILE: app/code/Magento/Vault/Api/Data/PaymentTokenFactoryInterface.php type PaymentTokenFactoryInterface (line 14) | interface PaymentTokenFactoryInterface method create (line 29) | public function create($type = null); FILE: app/code/Magento/Vault/Api/Data/PaymentTokenInterface.php type PaymentTokenInterface (line 14) | interface PaymentTokenInterface method getEntityId (line 70) | public function getEntityId(); method setEntityId (line 79) | public function setEntityId($entityId); method getCustomerId (line 87) | public function getCustomerId(); method setCustomerId (line 96) | public function setCustomerId($customerId); method getPublicHash (line 104) | public function getPublicHash(); method setPublicHash (line 113) | public function setPublicHash($hash); method getPaymentMethodCode (line 121) | public function getPaymentMethodCode(); method setPaymentMethodCode (line 130) | public function setPaymentMethodCode($code); method getType (line 138) | public function getType(); method setType (line 147) | public function setType($type); method getCreatedAt (line 155) | public function getCreatedAt(); method setCreatedAt (line 164) | public function setCreatedAt($timestamp); method getExpiresAt (line 172) | public function getExpiresAt(); method setExpiresAt (line 181) | public function setExpiresAt($timestamp); method getGatewayToken (line 189) | public function getGatewayToken(); method setGatewayToken (line 198) | public function setGatewayToken($token); method getTokenDetails (line 206) | public function getTokenDetails(); method setTokenDetails (line 215) | public function setTokenDetails($details); method getIsActive (line 224) | public function getIsActive(); method setIsActive (line 233) | public function setIsActive($isActive); method getIsVisible (line 242) | public function getIsVisible(); method setIsVisible (line 251) | public function setIsVisible($isVisible); FILE: app/code/Magento/Vault/Api/Data/PaymentTokenInterfaceFactory.php type PaymentTokenInterfaceFactory (line 15) | interface PaymentTokenInterfaceFactory method create (line 22) | public function create(); method getType (line 28) | public function getType(); FILE: app/code/Magento/Vault/Api/Data/PaymentTokenSearchResultsInterface.php type PaymentTokenSearchResultsInterface (line 14) | interface PaymentTokenSearchResultsInterface extends \Magento\Framework\... method getItems (line 22) | public function getItems(); method setItems (line 31) | public function setItems(array $items); FILE: app/code/Magento/Vault/Api/PaymentMethodListInterface.php type PaymentMethodListInterface (line 16) | interface PaymentMethodListInterface method getList (line 24) | public function getList($storeId); method getActiveList (line 32) | public function getActiveList($storeId); FILE: app/code/Magento/Vault/Api/PaymentTokenManagementInterface.php type PaymentTokenManagementInterface (line 17) | interface PaymentTokenManagementInterface method getListByCustomerId (line 26) | public function getListByCustomerId($customerId); method getByPaymentId (line 35) | public function getByPaymentId($paymentId); method getByGatewayToken (line 46) | public function getByGatewayToken($token, $paymentMethodCode, $custome... method getByPublicHash (line 56) | public function getByPublicHash($hash, $customerId); method saveTokenWithPaymentLink (line 66) | public function saveTokenWithPaymentLink(PaymentTokenInterface $token,... method addLinkToOrderPayment (line 76) | public function addLinkToOrderPayment($paymentTokenId, $orderPaymentId); FILE: app/code/Magento/Vault/Api/PaymentTokenRepositoryInterface.php type PaymentTokenRepositoryInterface (line 14) | interface PaymentTokenRepositoryInterface method getList (line 23) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method getById (line 32) | public function getById($entityId); method delete (line 41) | public function delete(Data\PaymentTokenInterface $paymentToken); method save (line 50) | public function save(Data\PaymentTokenInterface $paymentToken); FILE: app/code/Magento/Vault/Block/AbstractCardRenderer.php class AbstractCardRenderer (line 16) | abstract class AbstractCardRenderer extends AbstractTokenRenderer implem... method __construct (line 30) | public function __construct( method getIconForType (line 44) | protected function getIconForType($type) FILE: app/code/Magento/Vault/Block/AbstractTokenRenderer.php class AbstractTokenRenderer (line 17) | abstract class AbstractTokenRenderer extends Template implements TokenRe... method render (line 36) | public function render(PaymentTokenInterface $token) method getToken (line 47) | public function getToken() method getTokenDetails (line 56) | protected function getTokenDetails() FILE: app/code/Magento/Vault/Block/CardRendererInterface.php type CardRendererInterface (line 15) | interface CardRendererInterface extends TokenRendererInterface, IconInte... method getNumberLast4Digits (line 21) | public function getNumberLast4Digits(); method getExpDate (line 27) | public function getExpDate(); FILE: app/code/Magento/Vault/Block/Customer/AccountTokens.php class AccountTokens (line 16) | class AccountTokens extends PaymentTokens method getType (line 22) | public function getType() FILE: app/code/Magento/Vault/Block/Customer/CreditCards.php class CreditCards (line 16) | class CreditCards extends PaymentTokens method getType (line 22) | public function getType() FILE: app/code/Magento/Vault/Block/Customer/IconInterface.php type IconInterface (line 11) | interface IconInterface method getIconUrl (line 17) | public function getIconUrl(); method getIconHeight (line 23) | public function getIconHeight(); method getIconWidth (line 29) | public function getIconWidth(); FILE: app/code/Magento/Vault/Block/Customer/PaymentTokens.php class PaymentTokens (line 16) | abstract class PaymentTokens extends Template method __construct (line 34) | public function __construct( method getType (line 47) | abstract public function getType(); method getPaymentTokens (line 52) | public function getPaymentTokens() method renderTokenHtml (line 68) | public function renderTokenHtml(PaymentTokenInterface $token) method isExistsCustomerTokens (line 84) | public function isExistsCustomerTokens() method getCustomerTokens (line 93) | private function getCustomerTokens() FILE: app/code/Magento/Vault/Block/Form.php class Form (line 16) | class Form extends \Magento\Payment\Block\Form method __construct (line 34) | public function __construct( method _prepareLayout (line 48) | protected function _prepareLayout() method createVaultBlocks (line 59) | protected function createVaultBlocks() FILE: app/code/Magento/Vault/Block/TokenRendererInterface.php type TokenRendererInterface (line 15) | interface TokenRendererInterface method canRender (line 24) | public function canRender(PaymentTokenInterface $token); method render (line 33) | public function render(PaymentTokenInterface $token); method getToken (line 40) | public function getToken(); FILE: app/code/Magento/Vault/Controller/Cards/DeleteAction.php class DeleteAction (line 24) | class DeleteAction extends CardsManagement method __construct (line 65) | public function __construct( method execute (line 92) | public function execute() method createErrorResponse (line 121) | private function createErrorResponse($errorCode) method createSuccessMessage (line 133) | private function createSuccessMessage() method getPaymentToken (line 145) | private function getPaymentToken(Http $request) FILE: app/code/Magento/Vault/Controller/Cards/ListAction.php class ListAction (line 14) | class ListAction extends CardsManagement method __construct (line 26) | public function __construct( method execute (line 41) | public function execute() FILE: app/code/Magento/Vault/Controller/CardsManagement.php class CardsManagement (line 14) | abstract class CardsManagement extends \Magento\Framework\App\Action\Action method __construct (line 25) | public function __construct( method dispatch (line 40) | public function dispatch(RequestInterface $request) FILE: app/code/Magento/Vault/Model/AbstractPaymentTokenFactory.php class AbstractPaymentTokenFactory (line 18) | abstract class AbstractPaymentTokenFactory implements PaymentTokenInterf... method __construct (line 35) | public function __construct( method create (line 51) | public function create() FILE: app/code/Magento/Vault/Model/AccountPaymentTokenFactory.php class AccountPaymentTokenFactory (line 13) | class AccountPaymentTokenFactory extends AbstractPaymentTokenFactory method getType (line 23) | public function getType() FILE: app/code/Magento/Vault/Model/CreditCardTokenFactory.php class CreditCardTokenFactory (line 13) | class CreditCardTokenFactory extends AbstractPaymentTokenFactory method getType (line 23) | public function getType() FILE: app/code/Magento/Vault/Model/CustomerTokenManagement.php class CustomerTokenManagement (line 11) | class CustomerTokenManagement method __construct (line 28) | public function __construct( method getCustomerSessionTokens (line 41) | public function getCustomerSessionTokens() FILE: app/code/Magento/Vault/Model/Method/NullPaymentProvider.php class NullPaymentProvider (line 13) | class NullPaymentProvider implements MethodInterface method getCode (line 21) | public function getCode() method getFormBlockType (line 33) | public function getFormBlockType() method getTitle (line 44) | public function getTitle() method setStore (line 54) | public function setStore($storeId) method getStore (line 63) | public function getStore() method canOrder (line 74) | public function canOrder() method canAuthorize (line 85) | public function canAuthorize() method canCapture (line 96) | public function canCapture() method canCapturePartial (line 107) | public function canCapturePartial() method canCaptureOnce (line 118) | public function canCaptureOnce() method canRefund (line 129) | public function canRefund() method canRefundPartialPerInvoice (line 140) | public function canRefundPartialPerInvoice() method canVoid (line 150) | public function canVoid() method canUseInternal (line 161) | public function canUseInternal() method canUseCheckout (line 171) | public function canUseCheckout() method canEdit (line 182) | public function canEdit() method canFetchTransactionInfo (line 193) | public function canFetchTransactionInfo() method fetchTransactionInfo (line 207) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method isGateway (line 218) | public function isGateway() method isOffline (line 229) | public function isOffline() method isInitializeNeeded (line 240) | public function isInitializeNeeded() method canUseForCountry (line 251) | public function canUseForCountry($country) method canUseForCurrency (line 263) | public function canUseForCurrency($currencyCode) method getInfoBlockType (line 275) | public function getInfoBlockType() method getInfoInstance (line 288) | public function getInfoInstance() method setInfoInstance (line 301) | public function setInfoInstance(InfoInterface $info) method validate (line 313) | public function validate() method order (line 326) | public function order(\Magento\Payment\Model\InfoInterface $payment, $... method authorize (line 339) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method capture (line 352) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method refund (line 365) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 377) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method void (line 389) | public function void(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 399) | public function canReviewPayment() method acceptPayment (line 412) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 425) | public function denyPayment(InfoInterface $payment) method getConfigData (line 438) | public function getConfigData($field, $storeId = null) method assignData (line 450) | public function assignData(DataObject $data) method isAvailable (line 461) | public function isAvailable(CartInterface $quote = null) method isActive (line 472) | public function isActive($storeId = null) method initialize (line 489) | public function initialize($paymentAction, $stateObject) method getConfigPaymentAction (line 501) | public function getConfigPaymentAction() FILE: app/code/Magento/Vault/Model/Method/Vault.php class Vault (line 36) | class Vault implements VaultPaymentInterface method __construct (line 130) | public function __construct( method getConfiguredValue (line 163) | private function getConfiguredValue($field, $storeId = null) method getCode (line 175) | public function getCode() method getFormBlockType (line 184) | public function getFormBlockType() method getTitle (line 193) | public function getTitle() method setStore (line 202) | public function setStore($storeId) method getStore (line 211) | public function getStore() method canOrder (line 220) | public function canOrder() method canAuthorize (line 229) | public function canAuthorize() method canCapture (line 239) | public function canCapture() method canCapturePartial (line 249) | public function canCapturePartial() method canCaptureOnce (line 258) | public function canCaptureOnce() method canRefund (line 267) | public function canRefund() method canRefundPartialPerInvoice (line 276) | public function canRefundPartialPerInvoice() method canVoid (line 285) | public function canVoid() method canUseInternal (line 294) | public function canUseInternal() method canUseCheckout (line 308) | public function canUseCheckout() method canEdit (line 317) | public function canEdit() method canFetchTransactionInfo (line 326) | public function canFetchTransactionInfo() method fetchTransactionInfo (line 335) | public function fetchTransactionInfo(InfoInterface $payment, $transact... method isGateway (line 344) | public function isGateway() method isOffline (line 353) | public function isOffline() method isInitializeNeeded (line 362) | public function isInitializeNeeded() method canUseForCountry (line 371) | public function canUseForCountry($country) method canUseForCurrency (line 380) | public function canUseForCurrency($currencyCode) method getInfoBlockType (line 389) | public function getInfoBlockType() method getInfoInstance (line 398) | public function getInfoInstance() method setInfoInstance (line 407) | public function setInfoInstance(InfoInterface $info) method validate (line 416) | public function validate() method order (line 425) | public function order(\Magento\Payment\Model\InfoInterface $payment, $... method authorize (line 434) | public function authorize(\Magento\Payment\Model\InfoInterface $paymen... method capture (line 465) | public function capture(\Magento\Payment\Model\InfoInterface $payment,... method attachTokenExtensionAttribute (line 499) | private function attachTokenExtensionAttribute(OrderPaymentInterface $... method getPaymentExtensionAttributes (line 527) | private function getPaymentExtensionAttributes(OrderPaymentInterface $... method attachCreditCardInfo (line 544) | private function attachCreditCardInfo(OrderPaymentInterface $payment):... method refund (line 569) | public function refund(\Magento\Payment\Model\InfoInterface $payment, ... method cancel (line 578) | public function cancel(\Magento\Payment\Model\InfoInterface $payment) method void (line 587) | public function void(\Magento\Payment\Model\InfoInterface $payment) method canReviewPayment (line 596) | public function canReviewPayment() method acceptPayment (line 605) | public function acceptPayment(InfoInterface $payment) method denyPayment (line 614) | public function denyPayment(InfoInterface $payment) method getConfigData (line 623) | public function getConfigData($field, $storeId = null) method assignData (line 632) | public function assignData(\Magento\Framework\DataObject $data) method isAvailable (line 659) | public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quo... method isActive (line 669) | public function isActive($storeId = null) method initialize (line 679) | public function initialize($paymentAction, $stateObject) method getConfigPaymentAction (line 688) | public function getConfigPaymentAction() method getProviderCode (line 697) | public function getProviderCode() FILE: app/code/Magento/Vault/Model/PaymentMethodList.php class PaymentMethodList (line 17) | class PaymentMethodList implements VaultPaymentMethodListInterface method __construct (line 34) | public function __construct(PaymentMethodListInterface $paymentMethodL... method getList (line 43) | public function getList($storeId) method getActiveList (line 51) | public function getActiveList($storeId) method filterList (line 61) | private function filterList(array $list) FILE: app/code/Magento/Vault/Model/PaymentToken.php class PaymentToken (line 16) | class PaymentToken extends AbstractModel implements PaymentTokenInterface method _construct (line 26) | protected function _construct() method getCustomerId (line 34) | public function getCustomerId() method setCustomerId (line 42) | public function setCustomerId($customerId) method getPaymentMethodCode (line 51) | public function getPaymentMethodCode() method setPaymentMethodCode (line 59) | public function setPaymentMethodCode($code) method getType (line 68) | public function getType() method setType (line 76) | public function setType($type) method getCreatedAt (line 85) | public function getCreatedAt() method setCreatedAt (line 93) | public function setCreatedAt($timestamp) method getExpiresAt (line 102) | public function getExpiresAt() method setExpiresAt (line 110) | public function setExpiresAt($timestamp) method getGatewayToken (line 119) | public function getGatewayToken() method setGatewayToken (line 127) | public function setGatewayToken($token) method getTokenDetails (line 136) | public function getTokenDetails() method setTokenDetails (line 144) | public function setTokenDetails($details) method getIsActive (line 156) | public function getIsActive() method setIsActive (line 167) | public function setIsActive($isActive) method getPublicHash (line 178) | public function getPublicHash() method setPublicHash (line 189) | public function setPublicHash($hash) method getIsVisible (line 201) | public function getIsVisible() method setIsVisible (line 212) | public function setIsVisible($isVisible) FILE: app/code/Magento/Vault/Model/PaymentTokenFactory.php class PaymentTokenFactory (line 18) | class PaymentTokenFactory implements PaymentTokenFactoryInterface method __construct (line 35) | public function __construct(ObjectManagerInterface $objectManager, arr... method create (line 47) | public function create($type = null) FILE: app/code/Magento/Vault/Model/PaymentTokenManagement.php class PaymentTokenManagement (line 25) | class PaymentTokenManagement implements PaymentTokenManagementInterface method __construct (line 82) | public function __construct( method getListByCustomerId (line 108) | public function getListByCustomerId($customerId) method getVisibleAvailableTokens (line 129) | public function getVisibleAvailableTokens($customerId) method getByPaymentId (line 172) | public function getByPaymentId($paymentId) method getByGatewayToken (line 187) | public function getByGatewayToken($token, $paymentMethodCode, $custome... method getByPublicHash (line 201) | public function getByPublicHash($hash, $customerId) method saveTokenWithPaymentLink (line 213) | public function saveTokenWithPaymentLink(PaymentTokenInterface $token,... method addLinkToOrderPayment (line 249) | public function addLinkToOrderPayment($paymentTokenId, $orderPaymentId) FILE: app/code/Magento/Vault/Model/PaymentTokenRepository.php class PaymentTokenRepository (line 23) | class PaymentTokenRepository implements PaymentTokenRepositoryInterface method __construct (line 71) | public function __construct( method getList (line 95) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... method getById (line 114) | public function getById($entityId) method delete (line 127) | public function delete(Data\PaymentTokenInterface $paymentToken) method save (line 148) | public function save(Data\PaymentTokenInterface $paymentToken) method addFilterGroupToCollection (line 164) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... method getCollectionProcessor (line 178) | private function getCollectionProcessor() FILE: app/code/Magento/Vault/Model/PaymentTokenSearchResults.php class PaymentTokenSearchResults (line 16) | class PaymentTokenSearchResults extends SearchResults implements Payment... FILE: app/code/Magento/Vault/Model/ResourceModel/PaymentToken.php class PaymentToken (line 14) | class PaymentToken extends AbstractDb method _construct (line 21) | protected function _construct() method getByOrderPaymentId (line 32) | public function getByOrderPaymentId($paymentId) method getByGatewayToken (line 56) | public function getByGatewayToken($token, $paymentMethodCode, $custome... method getByPublicHash (line 80) | public function getByPublicHash($hash, $customerId = 0) method addLinkToOrderPayment (line 102) | public function addLinkToOrderPayment($paymentTokenId, $orderPaymentId) FILE: app/code/Magento/Vault/Model/ResourceModel/PaymentToken/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 18) | public function _construct() FILE: app/code/Magento/Vault/Model/Ui/Adminhtml/TokensConfigProvider.php class TokensConfigProvider (line 34) | class TokensConfigProvider method __construct (line 97) | public function __construct( method getTokensComponents (line 120) | public function getTokensComponents($vaultPaymentCode) method getComponentProvider (line 201) | private function getComponentProvider($vaultProviderCode) method getVaultPayment (line 216) | private function getVaultPayment($vaultPaymentCode) method getPaymentTokenEntityId (line 227) | private function getPaymentTokenEntityId() method getOrderPaymentEntityId (line 242) | private function getOrderPaymentEntityId() method getPaymentDataHelper (line 256) | private function getPaymentDataHelper() method getOrderRepository (line 269) | private function getOrderRepository() method getPaymentTokenManagement (line 284) | private function getPaymentTokenManagement() FILE: app/code/Magento/Vault/Model/Ui/TokenUiComponent.php class TokenUiComponent (line 8) | class TokenUiComponent implements TokenUiComponentInterface method __construct (line 24) | public function __construct( method getConfig (line 37) | public function getConfig() method getName (line 47) | public function getName() FILE: app/code/Magento/Vault/Model/Ui/TokenUiComponentInterface.php type TokenUiComponentInterface (line 14) | interface TokenUiComponentInterface method getConfig (line 22) | public function getConfig(); method getName (line 30) | public function getName(); FILE: app/code/Magento/Vault/Model/Ui/TokenUiComponentProviderInterface.php type TokenUiComponentProviderInterface (line 16) | interface TokenUiComponentProviderInterface method getComponentForToken (line 26) | public function getComponentForToken(PaymentTokenInterface $paymentTok... FILE: app/code/Magento/Vault/Model/Ui/TokensConfigProvider.php class TokensConfigProvider (line 19) | class TokensConfigProvider implements ConfigProviderInterface method __construct (line 53) | public function __construct( method getConfig (line 69) | public function getConfig() method getComponentProviders (line 108) | private function getComponentProviders() method getComponentProvider (line 130) | private function getComponentProvider($vaultProviderCode) method getVaultPaymentList (line 145) | private function getVaultPaymentList() FILE: app/code/Magento/Vault/Model/Ui/VaultConfigProvider.php class VaultConfigProvider (line 20) | class VaultConfigProvider implements ConfigProviderInterface method __construct (line 49) | public function __construct( method getConfig (line 63) | public function getConfig() method getVaultPaymentList (line 86) | private function getVaultPaymentList() FILE: app/code/Magento/Vault/Model/VaultPaymentInterface.php type VaultPaymentInterface (line 15) | interface VaultPaymentInterface extends MethodInterface method getProviderCode (line 29) | public function getProviderCode(); FILE: app/code/Magento/Vault/Observer/AfterPaymentSaveObserver.php class AfterPaymentSaveObserver (line 21) | class AfterPaymentSaveObserver implements ObserverInterface method __construct (line 39) | public function __construct( method execute (line 53) | public function execute(Observer $observer) method generatePublicHash (line 99) | protected function generatePublicHash(PaymentTokenInterface $paymentTo... method getPaymentToken (line 119) | protected function getPaymentToken(OrderPaymentExtensionInterface $ext... FILE: app/code/Magento/Vault/Observer/PaymentTokenAssigner.php class PaymentTokenAssigner (line 16) | class PaymentTokenAssigner extends AbstractDataAssignObserver method __construct (line 27) | public function __construct( method execute (line 37) | public function execute(Observer $observer) FILE: app/code/Magento/Vault/Observer/VaultEnableAssigner.php class VaultEnableAssigner (line 13) | class VaultEnableAssigner extends AbstractDataAssignObserver method execute (line 19) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Vault/Plugin/PaymentVaultAttributesLoad.php class PaymentVaultAttributesLoad (line 19) | class PaymentVaultAttributesLoad method __construct (line 35) | public function __construct( method afterGetExtensionAttributes (line 50) | public function afterGetExtensionAttributes( FILE: app/code/Magento/Vault/Plugin/PaymentVaultConfigurationProcess.php class PaymentVaultConfigurationProcess (line 13) | class PaymentVaultConfigurationProcess method __construct (line 35) | public function __construct( method beforeProcess (line 53) | public function beforeProcess(\Magento\Checkout\Block\Checkout\LayoutP... FILE: app/code/Magento/Vault/Setup/Patch/Data/SetCreditCardAsDefaultTokenType.php class SetCreditCardAsDefaultTokenType (line 19) | class SetCreditCardAsDefaultTokenType implements DataPatchInterface, Pat... method __construct (line 30) | public function __construct( method apply (line 39) | public function apply() method getDependencies (line 59) | public static function getDependencies() method getVersion (line 67) | public static function getVersion() method getAliases (line 75) | public function getAliases() FILE: app/code/Magento/Vault/Test/Unit/Block/Customer/AccountTokensTest.php class AccountTokensTest (line 20) | class AccountTokensTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetPaymentTokens (line 54) | public function testGetPaymentTokens() FILE: app/code/Magento/Vault/Test/Unit/Model/AccountPaymentTokenFactoryTest.php class AccountPaymentTokenFactoryTest (line 19) | class AccountPaymentTokenFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCreate (line 55) | public function testCreate() FILE: app/code/Magento/Vault/Test/Unit/Model/CreditCardTokenFactoryTest.php class CreditCardTokenFactoryTest (line 19) | class CreditCardTokenFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testCreate (line 55) | public function testCreate() FILE: app/code/Magento/Vault/Test/Unit/Model/CustomerTokenManagementTest.php class CustomerTokenManagementTest (line 14) | class CustomerTokenManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetCustomerSessionTokensNegative (line 52) | public function testGetCustomerSessionTokensNegative($customerId, bool... method getCustomerSessionTokensNegativeDataProvider (line 64) | public function getCustomerSessionTokensNegativeDataProvider() method testGetCustomerSessionTokens (line 72) | public function testGetCustomerSessionTokens() FILE: app/code/Magento/Vault/Test/Unit/Model/Method/VaultTest.php class VaultTest (line 34) | class VaultTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | public function setUp() method testAuthorizeNotOrderPayment (line 65) | public function testAuthorizeNotOrderPayment() method testAuthorizeNoTokenMetadata (line 80) | public function testAuthorizeNoTokenMetadata(array $additionalInfo) method additionalInfoDataProvider (line 99) | public function additionalInfoDataProvider() method testAuthorizeNoToken (line 112) | public function testAuthorizeNoToken() method testAuthorize (line 145) | public function testAuthorize() method testCaptureNotOrderPayment (line 234) | public function testCaptureNotOrderPayment() method testCapture (line 247) | public function testCapture() method testIsAvailable (line 267) | public function testIsAvailable($isAvailableProvider, $isActive, $expe... method isAvailableDataProvider (line 306) | public function isAvailableDataProvider() method testIsAvailableWithoutQuote (line 319) | public function testIsAvailableWithoutQuote() method testCanUseInternal (line 355) | public function testCanUseInternal($configValue, $paymentValue, $expec... method internalUsageDataProvider (line 392) | public function internalUsageDataProvider() FILE: app/code/Magento/Vault/Test/Unit/Model/PaymentMethodListTest.php class PaymentMethodListTest (line 16) | class PaymentMethodListTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetActivePaymentList (line 47) | public function testGetActivePaymentList() FILE: app/code/Magento/Vault/Test/Unit/Model/PaymentTokenManagementTest.php class PaymentTokenManagementTest (line 30) | class PaymentTokenManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testGetListByCustomerId (line 129) | public function testGetListByCustomerId() method testGetByPaymentId (line 179) | public function testGetByPaymentId() method testGetByPaymentIdNull (line 201) | public function testGetByPaymentIdNull() method testGetByGatewayToken (line 217) | public function testGetByGatewayToken() method testGetByGatewayTokenNull (line 239) | public function testGetByGatewayTokenNull() method testGetByPublicHash (line 255) | public function testGetByPublicHash() method testSaveTokenWithPaymentLinkNoDuplicate (line 271) | public function testSaveTokenWithPaymentLinkNoDuplicate() method testSaveTokenWithPaymentLinkWithDuplicateTokenVisible (line 319) | public function testSaveTokenWithPaymentLinkWithDuplicateTokenVisible() method testSaveTokenWithPaymentLinkWithDuplicateTokenNotVisible (line 379) | public function testSaveTokenWithPaymentLinkWithDuplicateTokenNotVisib... method testGetVisibleAvailableTokens (line 450) | public function testGetVisibleAvailableTokens() method createExpectedFilter (line 518) | private function createExpectedFilter($field, $value, $atIndex) FILE: app/code/Magento/Vault/Test/Unit/Model/PaymentTokenRepositoryTest.php class PaymentTokenRepositoryTest (line 26) | class PaymentTokenRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 93) | protected function setUp() method testRepositoryGetList (line 156) | public function testRepositoryGetList() method testRepositoryGetById (line 182) | public function testRepositoryGetById() method testRepositoryDelete (line 196) | public function testRepositoryDelete() method testRepositorySave (line 214) | public function testRepositorySave() FILE: app/code/Magento/Vault/Test/Unit/Model/Ui/Adminhtml/TokensConfigProviderTest.php class TokensConfigProviderTest (line 39) | class TokensConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 122) | protected function setUp() method testGetTokensComponentsRegisteredCustomer (line 188) | public function testGetTokensComponentsRegisteredCustomer() method testGetTokensComponentsGuestCustomer (line 246) | public function testGetTokensComponentsGuestCustomer() method testGetTokensComponentsGuestCustomerOrderNotFound (line 323) | public function testGetTokensComponentsGuestCustomerOrderNotFound($exc... method getTokensComponentsGuestCustomerExceptionsProvider (line 368) | public function getTokensComponentsGuestCustomerExceptionsProvider() method testGetTokensComponentsEmptyComponentProvider (line 379) | public function testGetTokensComponentsEmptyComponentProvider() method testGetTokensComponentsForGuestCustomerWithoutStoredTokens (line 423) | public function testGetTokensComponentsForGuestCustomerWithoutStoredTo... method initStoreMock (line 471) | private function initStoreMock() method getOrderMock (line 489) | private function getOrderMock() method getTokenUiComponentProvider (line 513) | private function getTokenUiComponentProvider($token) method createExpectedFilter (line 531) | private function createExpectedFilter($field, $value, $atIndex) method getSearchCriteria (line 558) | private function getSearchCriteria($customerId, $entityId, $vaultProvi... FILE: app/code/Magento/Vault/Test/Unit/Model/Ui/TokensConfigProviderTest.php class TokensConfigProviderTest (line 27) | class TokensConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method testGetConfig (line 72) | public function testGetConfig() FILE: app/code/Magento/Vault/Test/Unit/Model/Ui/VaultConfigProviderTest.php class VaultConfigProviderTest (line 20) | class VaultConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | protected function setUp() method testGetConfig (line 76) | public function testGetConfig($customerId, $vaultEnabled) method customerIdProvider (line 117) | public function customerIdProvider() FILE: app/code/Magento/Vault/Test/Unit/Observer/AfterPaymentSaveObserverTest.php class AfterPaymentSaveObserverTest (line 26) | class AfterPaymentSaveObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testPositiveCase (line 139) | public function testPositiveCase($customerId, $createdAt, $token, $isA... method positiveCaseDataProvider (line 186) | public function positiveCaseDataProvider() FILE: app/code/Magento/Vault/Test/Unit/Observer/PaymentTokenAssignerTest.php class PaymentTokenAssignerTest (line 26) | class PaymentTokenAssignerTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | public function setUp() method testExecuteNoPublicHash (line 44) | public function testExecuteNoPublicHash() method testExecuteNotOrderPaymentModel (line 58) | public function testExecuteNotOrderPaymentModel() method testExecuteNoPaymentToken (line 81) | public function testExecuteNoPaymentToken() method testExecuteSaveMetadata (line 127) | public function testExecuteSaveMetadata() method getPreparedObserverWithMap (line 184) | private function getPreparedObserverWithMap(array $returnMap) FILE: app/code/Magento/Vault/Test/Unit/Observer/VaultEnableAssignerTest.php class VaultEnableAssignerTest (line 17) | class VaultEnableAssignerTest extends \PHPUnit\Framework\TestCase method testExecuteNoActiveCode (line 19) | public function testExecuteNoActiveCode() method testExecute (line 39) | public function testExecute($activeCode, $expectedBool) method booleanDataProvider (line 72) | public function booleanDataProvider() method testExecuteNever (line 84) | public function testExecuteNever() method getPreparedObserverWithMap (line 112) | private function getPreparedObserverWithMap(array $returnMap) FILE: app/code/Magento/Vault/Test/Unit/Plugin/PaymentVaultConfigurationProcessTest.php class PaymentVaultConfigurationProcessTest (line 11) | class PaymentVaultConfigurationProcessTest extends \PHPUnit\Framework\Te... method setUp (line 46) | protected function setUp() method testBeforeProcess (line 92) | public function testBeforeProcess($jsLayout, $activeVaultList, $active... method beforeProcessDataProvider (line 110) | public function beforeProcessDataProvider() FILE: app/code/Magento/VaultGraphQl/Model/Resolver/DeletePaymentToken.php class DeletePaymentToken (line 23) | class DeletePaymentToken implements ResolverInterface method __construct (line 39) | public function __construct( method resolve (line 50) | public function resolve( FILE: app/code/Magento/VaultGraphQl/Model/Resolver/PaymentTokens.php class PaymentTokens (line 20) | class PaymentTokens implements ResolverInterface method __construct (line 30) | public function __construct( method resolve (line 39) | public function resolve( FILE: app/code/Magento/Version/Controller/Index/Index.php class Index (line 17) | class Index extends Action implements HttpGetActionInterface method __construct (line 28) | public function __construct(Context $context, ProductMetadataInterface... method execute (line 40) | public function execute() method isGitBasedInstallation (line 63) | private function isGitBasedInstallation($fullVersion) FILE: app/code/Magento/Version/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 19) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testExecuteWithGitBase (line 78) | public function testExecuteWithGitBase() method testExecuteWithCommunityVersion (line 87) | public function testExecuteWithCommunityVersion() FILE: app/code/Magento/Webapi/Controller/PathProcessor.php class PathProcessor (line 15) | class PathProcessor method __construct (line 34) | public function __construct( method stripPathBeforeStorecode (line 50) | private function stripPathBeforeStorecode($pathInfo) method process (line 65) | public function process($pathInfo) FILE: app/code/Magento/Webapi/Controller/Rest.php class Rest (line 31) | class Rest implements \Magento\Framework\App\FrontControllerInterface method __construct (line 141) | public function __construct( method dispatch (line 180) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method isSchemaRequest (line 202) | protected function isSchemaRequest() method getCurrentRoute (line 214) | protected function getCurrentRoute() method checkPermissions (line 231) | protected function checkPermissions() method validateRequest (line 251) | protected function validateRequest() FILE: app/code/Magento/Webapi/Controller/Rest/InputParamsResolver.php class InputParamsResolver (line 17) | class InputParamsResolver method __construct (line 58) | public function __construct( method resolve (line 78) | public function resolve() method getRoute (line 110) | public function getRoute() FILE: app/code/Magento/Webapi/Controller/Rest/ParamOverriderCustomerId.php class ParamOverriderCustomerId (line 15) | class ParamOverriderCustomerId implements ParamOverriderInterface method __construct (line 27) | public function __construct(UserContextInterface $userContext) method getOverriddenValue (line 35) | public function getOverriddenValue() FILE: app/code/Magento/Webapi/Controller/Rest/ParamsOverrider.php class ParamsOverrider (line 18) | class ParamsOverrider method __construct (line 41) | public function __construct( method override (line 57) | public function override(array $inputData, array $parameters) method isNestedArrayValueSet (line 81) | protected function isNestedArrayValueSet($nestedArray, $arrayKeys) method setNestedArrayValue (line 104) | protected function setNestedArrayValue(&$nestedArray, $arrayKeys, $val... method overrideRequestBodyIdWithPathParam (line 147) | public function overrideRequestBodyIdWithPathParam( method substituteParameters (line 190) | private function substituteParameters(array &$requestData, $key, $value) method isPropertyDeclaredInDataObject (line 211) | private function isPropertyDeclaredInDataObject( method getMethodsMap (line 241) | private function getMethodsMap() FILE: app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php type RequestProcessorInterface (line 13) | interface RequestProcessorInterface method process (line 24) | public function process(\Magento\Framework\Webapi\Rest\Request $request); method canProcess (line 34) | public function canProcess(\Magento\Framework\Webapi\Rest\Request $req... FILE: app/code/Magento/Webapi/Controller/Rest/RequestProcessorPool.php class RequestProcessorPool (line 13) | class RequestProcessorPool method __construct (line 26) | public function __construct($requestProcessors = []) method getProcessor (line 37) | public function getProcessor(\Magento\Framework\Webapi\Rest\Request $r... FILE: app/code/Magento/Webapi/Controller/Rest/RequestValidator.php class RequestValidator (line 17) | class RequestValidator method __construct (line 47) | public function __construct( method validate (line 66) | public function validate() method checkPermissions (line 81) | private function checkPermissions() FILE: app/code/Magento/Webapi/Controller/Rest/Router.php class Router (line 12) | class Router method __construct (line 29) | public function __construct(\Magento\Webapi\Model\Rest\Config $apiConfig) method match (line 42) | public function match(Request $request) FILE: app/code/Magento/Webapi/Controller/Rest/Router/Route.php class Route (line 13) | class Route implements RouterInterface method __construct (line 53) | public function __construct($route = '') method getRouteParts (line 63) | protected function getRouteParts() method isVariable (line 83) | protected function isVariable($value) method getPathParts (line 98) | protected function getPathParts($path) method match (line 109) | public function match(Request $request) method setServiceClass (line 141) | public function setServiceClass($serviceClass) method getServiceClass (line 152) | public function getServiceClass() method setServiceMethod (line 163) | public function setServiceMethod($serviceMethod) method getServiceMethod (line 174) | public function getServiceMethod() method setSecure (line 185) | public function setSecure($secure) method isSecure (line 196) | public function isSecure() method setAclResources (line 207) | public function setAclResources($aclResources) method getAclResources (line 218) | public function getAclResources() method setParameters (line 229) | public function setParameters($parameters) method getParameters (line 240) | public function getParameters() method getRoutePath (line 250) | public function getRoutePath() FILE: app/code/Magento/Webapi/Controller/Rest/SchemaRequestProcessor.php class SchemaRequestProcessor (line 17) | class SchemaRequestProcessor implements RequestProcessorInterface method __construct (line 38) | public function __construct( method process (line 49) | public function process(\Magento\Framework\Webapi\Rest\Request $request) method canProcess (line 67) | public function canProcess(\Magento\Framework\Webapi\Rest\Request $req... FILE: app/code/Magento/Webapi/Controller/Rest/SynchronousRequestProcessor.php class SynchronousRequestProcessor (line 20) | class SynchronousRequestProcessor implements RequestProcessorInterface method __construct (line 64) | public function __construct( method process (line 83) | public function process(\Magento\Framework\Webapi\Rest\Request $request) method canProcess (line 114) | public function canProcess(\Magento\Framework\Webapi\Rest\Request $req... FILE: app/code/Magento/Webapi/Controller/Soap.php class Soap (line 20) | class Soap implements \Magento\Framework\App\FrontControllerInterface method __construct (line 92) | public function __construct( method dispatch (line 122) | public function dispatch(\Magento\Framework\App\RequestInterface $requ... method _isWsdlRequest (line 161) | protected function _isWsdlRequest() method _isWsdlListRequest (line 171) | protected function _isWsdlListRequest() method _prepareErrorResponse (line 182) | protected function _prepareErrorResponse($exception) method _setResponseContentType (line 210) | protected function _setResponseContentType($contentType = 'text/xml') method _setResponseBody (line 225) | protected function _setResponseBody($responseBody) method validateWsdlRequest (line 243) | protected function validateWsdlRequest() FILE: app/code/Magento/Webapi/Controller/Soap/Request/Handler.php class Handler (line 31) | class Handler method __construct (line 93) | public function __construct( method __call (line 125) | public function __call($operation, $arguments) method prepareOperationInput (line 161) | private function prepareOperationInput(string $serviceClass, array $me... method _prepareRequestData (line 185) | protected function _prepareRequestData($serviceClass, $serviceMethod, ... method _prepareResponseData (line 203) | protected function _prepareResponseData($data, $serviceClassName, $ser... FILE: app/code/Magento/Webapi/Model/AbstractSchemaGenerator.php class AbstractSchemaGenerator (line 18) | abstract class AbstractSchemaGenerator method __construct (line 62) | public function __construct( method getListOfServices (line 83) | public function getListOfServices() method generate (line 97) | public function generate($requestedServices, $requestScheme, $requestH... method generateSchema (line 124) | abstract protected function generateSchema($requestedServiceMetadata, ... method getServiceMetadata (line 132) | abstract protected function getServiceMetadata($serviceName); method getElementComplexTypeName (line 140) | public function getElementComplexTypeName($messageName) method collectCallInfo (line 153) | protected function collectCallInfo($requestedServiceMetadata) method getAllowedServicesMetadata (line 168) | protected function getAllowedServicesMetadata($requestedServices) method removeRestrictedRoutes (line 192) | protected function removeRestrictedRoutes(&$serviceMetadata) FILE: app/code/Magento/Webapi/Model/Authorization/GuestUserContext.php class GuestUserContext (line 14) | class GuestUserContext implements UserContextInterface method getUserId (line 19) | public function getUserId() method getUserType (line 27) | public function getUserType() FILE: app/code/Magento/Webapi/Model/Authorization/OauthUserContext.php class OauthUserContext (line 18) | class OauthUserContext implements UserContextInterface method __construct (line 53) | public function __construct( method getUserId (line 68) | public function getUserId() method getUserType (line 90) | public function getUserType() FILE: app/code/Magento/Webapi/Model/Authorization/TokenUserContext.php class TokenUserContext (line 22) | class TokenUserContext implements UserContextInterface method __construct (line 79) | public function __construct( method getUserId (line 104) | public function getUserId() method getUserType (line 113) | public function getUserType() method isTokenExpired (line 125) | private function isTokenExpired(Token $token): bool method processRequest (line 152) | protected function processRequest() method setUserDataViaToken (line 195) | protected function setUserDataViaToken(Token $token) FILE: app/code/Magento/Webapi/Model/Cache/Type/Webapi.php class Webapi (line 14) | class Webapi extends \Magento\Framework\Cache\Frontend\Decorator\TagScope method __construct (line 41) | public function __construct( method generateCacheIdUsingContext (line 57) | public function generateCacheIdUsingContext($prefix) FILE: app/code/Magento/Webapi/Model/Config.php class Config (line 20) | class Config implements ConfigInterface method __construct (line 58) | public function __construct( method getServices (line 71) | public function getServices() FILE: app/code/Magento/Webapi/Model/Config/ClassReflector.php class ClassReflector (line 13) | class ClassReflector method __construct (line 25) | public function __construct(\Magento\Framework\Reflection\TypeProcesso... method reflectClassMethods (line 64) | public function reflectClassMethods($className, $methods) method extractMethodData (line 85) | public function extractMethodData(\Zend\Code\Reflection\MethodReflecti... method extractMethodDescription (line 122) | protected function extractMethodDescription(\Zend\Code\Reflection\Meth... method extractClassDescription (line 145) | public function extractClassDescription($className) FILE: app/code/Magento/Webapi/Model/Config/Converter.php class Converter (line 11) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 39) | public function convert($source) method convertMethodParameters (line 131) | protected function convertMethodParameters($parameters) method convertVersion (line 167) | protected function convertVersion($url) FILE: app/code/Magento/Webapi/Model/Config/Reader.php class Reader (line 11) | class Reader extends \Magento\Framework\Config\Reader\Filesystem FILE: app/code/Magento/Webapi/Model/Config/SchemaLocator.php class SchemaLocator (line 13) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 32) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 43) | public function getSchema() method getPerFileSchema (line 53) | public function getPerFileSchema() FILE: app/code/Magento/Webapi/Model/ConfigInterface.php type ConfigInterface (line 16) | interface ConfigInterface method getServices (line 23) | public function getServices(); FILE: app/code/Magento/Webapi/Model/Plugin/Authorization/CustomerSessionUserContext.php class CustomerSessionUserContext (line 13) | class CustomerSessionUserContext method __construct (line 25) | public function __construct(RequestInterface $request) method afterGetUserId (line 39) | public function afterGetUserId( FILE: app/code/Magento/Webapi/Model/Plugin/GuestAuthorization.php class GuestAuthorization (line 16) | class GuestAuthorization method aroundIsAllowed (line 29) | public function aroundIsAllowed( FILE: app/code/Magento/Webapi/Model/Plugin/Manager.php class Manager (line 16) | class Manager method __construct (line 44) | public function __construct( method afterProcessIntegrationConfig (line 64) | public function afterProcessIntegrationConfig( method afterProcessConfigBasedIntegrations (line 96) | public function afterProcessConfigBasedIntegrations( FILE: app/code/Magento/Webapi/Model/Rest/Config.php class Config (line 15) | class Config method __construct (line 50) | public function __construct( method _createRoute (line 70) | protected function _createRoute($routeData) method _getServiceBaseUrl (line 92) | protected function _getServiceBaseUrl($request) method getRestRoutes (line 107) | public function getRestRoutes(\Magento\Framework\Webapi\Rest\Request $... FILE: app/code/Magento/Webapi/Model/Rest/Swagger.php class Swagger (line 19) | class Swagger extends \Magento\Framework\DataObject method __construct (line 29) | public function __construct() method addPath (line 49) | public function addPath($path, $httpOperation, $pathInfo) method addTag (line 61) | public function addTag($tagInfo) method toSchema (line 72) | public function toSchema() method setInfo (line 83) | public function setInfo($info) method setBasePath (line 103) | public function setBasePath($basePath) FILE: app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php class Generator (line 29) | class Generator extends AbstractSchemaGenerator method __construct (line 119) | public function __construct( method generateSchema (line 142) | protected function generateSchema($requestedServiceMetadata, $requestS... method getGeneralInfo (line 185) | protected function getGeneralInfo() method getConsumableDatatypes (line 204) | private function getConsumableDatatypes() method getProducibleDatatypes (line 217) | private function getProducibleDatatypes() method generatePathInfo (line 233) | protected function generatePathInfo($methodName, $httpMethodData, $tag... method generateMethodResponses (line 263) | protected function generateMethodResponses($methodData) method generateMethodParameters (line 307) | private function generateMethodParameters($httpMethodData, $operationId) method createQueryParam (line 390) | private function createQueryParam($name, $type, $description, $require... method generateTagInfo (line 412) | protected function generateTagInfo($serviceName, $serviceData) method getObjectSchema (line 429) | protected function getObjectSchema($typeName, $description = '') method generateDefinition (line 467) | protected function generateDefinition($typeName) method getDefinitions (line 502) | protected function getDefinitions() method snakeCaseDefinitions (line 586) | private function snakeCaseDefinitions($definitions) method convertArrayToSnakeCase (line 609) | private function convertArrayToSnakeCase($properties) method getDefinitionReference (line 628) | protected function getDefinitionReference($typeName) method toLowerCaseDashSeparated (line 641) | protected function toLowerCaseDashSeparated($typeName) method isDefinitionExists (line 652) | protected function isDefinitionExists($typeName) method addCustomAttributeTypes (line 662) | protected function addCustomAttributeTypes() method getServiceMetadata (line 675) | protected function getServiceMetadata($serviceName) method getSimpleType (line 686) | protected function getSimpleType($type) method getQueryParamNames (line 707) | protected function getQueryParamNames($name, $type, $description, $pre... method handleComplex (line 737) | private function handleComplex($name, $type, $prefix, $isArray) method handlePrimitive (line 771) | private function handlePrimitive($name, $prefix) method convertPathParams (line 784) | private function convertPathParams($uri) method generateMethodPathParameter (line 804) | private function generateMethodPathParameter($parameterName, $paramete... method generateMethodQueryParameters (line 828) | private function generateMethodQueryParameters($parameterName, $parame... method generateBodySchema (line 865) | private function generateBodySchema($parameterName, $parameterInfo, $d... method generateMethodSuccessResponse (line 901) | private function generateMethodSuccessResponse($parameters, $responses) method generateMethodExceptionErrorResponses (line 935) | private function generateMethodExceptionErrorResponses($exceptionClass... method getListOfServices (line 966) | public function getListOfServices() FILE: app/code/Magento/Webapi/Model/ServiceMetadata.php class ServiceMetadata (line 16) | class ServiceMetadata method __construct (line 93) | public function __construct( method initServicesMetadata (line 112) | protected function initServicesMetadata() method getServicesConfig (line 157) | public function getServicesConfig() method getServiceMetadata (line 187) | public function getServiceMetadata($serviceName) method getServiceName (line 212) | public function getServiceName($interfaceName, $version, $preserveVers... method getRouteMetadata (line 263) | public function getRouteMetadata($serviceName) method getRoutesConfig (line 277) | public function getRoutesConfig() method initRoutesMetadata (line 305) | protected function initRoutesMetadata() FILE: app/code/Magento/Webapi/Model/Soap/Config.php class Config (line 15) | class Config method __construct (line 46) | public function __construct( method getSoapOperations (line 70) | protected function getSoapOperations($requestedServices) method getServiceMethodInfo (line 101) | public function getServiceMethodInfo($soapOperation, $requestedServices) method getRequestedSoapServices (line 126) | public function getRequestedSoapServices(array $requestedServices) method getSoapOperation (line 146) | public function getSoapOperation($interfaceName, $methodName, $version) FILE: app/code/Magento/Webapi/Model/Soap/Fault.php class Fault (line 17) | class Fault method __construct (line 123) | public function __construct( method toXml (line 150) | public function toXml() method getParameters (line 170) | public function getParameters() method getWrappedErrors (line 180) | public function getWrappedErrors() method addDetails (line 191) | public function addDetails($details) method getDetails (line 202) | public function getDetails() method getSoapCode (line 212) | public function getSoapCode() method getLanguage (line 222) | public function getLanguage() method getMessage (line 232) | public function getMessage() method getSoapFaultMessage (line 245) | public function getSoapFaultMessage($reason, $code, $details = null) method _generateDetailXml (line 280) | protected function _generateDetailXml($details) method _convertDetailsToXml (line 302) | protected function _convertDetailsToXml($details) method _getParametersXml (line 334) | protected function _getParametersXml($parameters) method _getWrappedErrorsXml (line 369) | protected function _getWrappedErrorsXml($wrappedErrors) method _generateErrorNodeXML (line 394) | protected function _generateErrorNodeXML($error) FILE: app/code/Magento/Webapi/Model/Soap/Server.php class Server (line 17) | class Server method __construct (line 86) | public function __construct( method handle (line 118) | public function handle() method getWsdlLocalUri (line 134) | private function getWsdlLocalUri() method getApiCharset (line 150) | public function getApiCharset() method generateUri (line 165) | public function generateUri($isWsdl = false) method getEndpointUri (line 180) | public function getEndpointUri() method _checkRequest (line 197) | protected function _checkRequest($soapRequest) FILE: app/code/Magento/Webapi/Model/Soap/ServerFactory.php class ServerFactory (line 10) | class ServerFactory method __construct (line 29) | public function __construct( method create (line 44) | public function create($url, $options) FILE: app/code/Magento/Webapi/Model/Soap/Wsdl.php class Wsdl (line 14) | class Wsdl extends \Zend\Soap\Wsdl method __construct (line 24) | public function __construct($name, $uri, ComplexTypeStrategy $strategy) method addPortOperation (line 39) | public function addPortOperation($portType, $name, $input = false, $ou... FILE: app/code/Magento/Webapi/Model/Soap/Wsdl/ComplexTypeStrategy.php class ComplexTypeStrategy (line 14) | class ComplexTypeStrategy extends AbstractComplexTypeStrategy method __construct (line 43) | public function __construct(\Magento\Framework\Reflection\TypeProcesso... method _getDom (line 53) | protected function _getDom() method addComplexType (line 66) | public function addComplexType($type, $parentCallInfo = []) method _processParameters (line 98) | protected function _processParameters($parameters, $callInfo) method _processParameter (line 139) | protected function _processParameter(\DOMElement $element, $isRequired... method _processArrayParameter (line 160) | protected function _processArrayParameter($type, $callInfo = []) method _revertRequiredCallInfo (line 190) | protected function _revertRequiredCallInfo($isRequired, &$callInfo) method addAnnotation (line 216) | public function addAnnotation(\DOMElement $element, $documentation, $d... method _processElementType (line 286) | protected function _processElementType($elementType, $documentation, \... method _processDefaultValueAnnotation (line 311) | protected function _processDefaultValueAnnotation($elementType, $defau... method _getElementType (line 330) | protected function _getElementType(\DOMElement $element) method _processRequiredAnnotation (line 347) | protected function _processRequiredAnnotation($annotation, $documentat... method _processCallInfo (line 362) | protected function _processCallInfo(\DOMElement $appInfoNode, $callInfo) method _processDocInstructions (line 395) | protected function _processDocInstructions(\DOMElement $appInfoNode, $... method _processSeeLink (line 414) | protected function _processSeeLink(\DOMElement $appInfoNode, $tagValue) method _overrideCallInfoName (line 437) | protected function _overrideCallInfoName(&$callInfo, $callName) FILE: app/code/Magento/Webapi/Model/Soap/Wsdl/Generator.php class Generator (line 21) | class Generator extends AbstractSchemaGenerator method __construct (line 43) | public function __construct( method generateSchema (line 64) | protected function generateSchema($requestedServiceMetadata, $requestS... method addCustomAttributeTypes (line 122) | protected function addCustomAttributeTypes($wsdl) method _createOperationInput (line 139) | protected function _createOperationInput(Wsdl $wsdl, $operationName, $... method _createOperationOutput (line 182) | protected function _createOperationOutput(Wsdl $wsdl, $operationName, ... method getPortTypeName (line 218) | public function getPortTypeName($serviceName) method getBindingName (line 229) | public function getBindingName($serviceName) method getPortName (line 240) | public function getPortName($serviceName) method getServiceName (line 251) | public function getServiceName($serviceName) method getInputMessageName (line 262) | public function getInputMessageName($operationName) method getOutputMessageName (line 273) | public function getOutputMessageName($operationName) method _addGenericFaultComplexTypeNodes (line 284) | protected function _addGenericFaultComplexTypeNodes($wsdl) method getServiceMetadata (line 365) | protected function getServiceMetadata($serviceName) method getAllowedServicesMetadata (line 373) | protected function getAllowedServicesMetadata($requestedServices) FILE: app/code/Magento/Webapi/Model/Soap/WsdlFactory.php class WsdlFactory (line 11) | class WsdlFactory method __construct (line 21) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 33) | public function create($wsdlName, $endpointUrl) FILE: app/code/Magento/Webapi/Model/WebapiRoleLocator.php class WebapiRoleLocator (line 14) | class WebapiRoleLocator implements RoleLocatorInterface method __construct (line 32) | public function __construct( method getAclRoleId (line 43) | public function getAclRoleId() FILE: app/code/Magento/Webapi/Test/Unit/Controller/PathProcessorTest.php class PathProcessorTest (line 14) | class PathProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testAllStoreCode (line 58) | public function testAllStoreCode($storeCodeInPath, $storeCodeSet, $set... method processPathDataProvider (line 76) | public function processPathDataProvider() FILE: app/code/Magento/Webapi/Test/Unit/Controller/Rest/ParamOverriderCustomerIdTest.php class ParamOverriderCustomerIdTest (line 13) | class ParamOverriderCustomerIdTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetOverriddenValueIsCustomer (line 37) | public function testGetOverriddenValueIsCustomer() method testGetOverriddenValueIsNotCustomer (line 51) | public function testGetOverriddenValueIsNotCustomer() FILE: app/code/Magento/Webapi/Test/Unit/Controller/Rest/ParamsOverriderTest.php class ParamsOverriderTest (line 17) | class ParamsOverriderTest extends \PHPUnit\Framework\TestCase method testOverrideParams (line 28) | public function testOverrideParams($requestData, $parameters, $expecte... method overrideParamsDataProvider (line 75) | public function overrideParamsDataProvider() FILE: app/code/Magento/Webapi/Test/Unit/Controller/Rest/RequestValidatorTest.php class RequestValidatorTest (line 9) | class RequestValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testSecureRouteAndRequest (line 96) | public function testSecureRouteAndRequest($isSecureRoute, $isSecureReq... method dataProviderSecureRequestSecureRoute (line 111) | public function dataProviderSecureRequestSecureRoute() method testInSecureRequestOverSecureRoute (line 123) | public function testInSecureRequestOverSecureRoute() method testAuthorizationFailed (line 137) | public function testAuthorizationFailed() FILE: app/code/Magento/Webapi/Test/Unit/Controller/Rest/Router/RouteTest.php class RouteTest (line 15) | class RouteTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testResourceName (line 41) | public function testResourceName() method testRoute (line 65) | public function testRoute($route, $path, $params) method dataProviderRoutes (line 84) | public function dataProviderRoutes() FILE: app/code/Magento/Webapi/Test/Unit/Controller/Rest/RouterTest.php class RouterTest (line 8) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 58) | protected function tearDown() method testMatch (line 67) | public function testMatch() method testNotMatch (line 93) | public function testNotMatch() FILE: app/code/Magento/Webapi/Test/Unit/Controller/RestTest.php class RestTest (line 18) | class RestTest extends \PHPUnit\Framework\TestCase method setUp (line 94) | protected function setUp() method testDispatchSchemaRequest (line 180) | public function testDispatchSchemaRequest() method testDispatchAllSchemaRequest (line 200) | public function testDispatchAllSchemaRequest() method getRequestProccessotPoolMock (line 236) | private function getRequestProccessotPoolMock() method getRouteMock (line 273) | private function getRouteMock() method getRequestMock (line 289) | private function getRequestMock() method getResponseMock (line 309) | private function getResponseMock() FILE: app/code/Magento/Webapi/Test/Unit/Controller/SoapTest.php class SoapTest (line 13) | class SoapTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testDispatchWsdl (line 140) | public function testDispatchWsdl() method testDispatchInvalidWsdlRequest (line 157) | public function testDispatchInvalidWsdlRequest() method testDispatchSoapRequest (line 202) | public function testDispatchSoapRequest() method testDispatchWithException (line 212) | public function testDispatchWithException() method _mockGetParam (line 253) | protected function _mockGetParam($param, $value) FILE: app/code/Magento/Webapi/Test/Unit/ExceptionTest.php class ExceptionTest (line 10) | class ExceptionTest extends \PHPUnit\Framework\TestCase method testConstruct (line 15) | public function testConstruct() method testConstructInvalidHttpCode (line 44) | public function testConstructInvalidHttpCode($httpCode) method testGetOriginatorSender (line 53) | public function testGetOriginatorSender() method testGetOriginatorReceiver (line 68) | public function testGetOriginatorReceiver() method providerForTestConstructInvalidHttpCode (line 88) | public function providerForTestConstructInvalidHttpCode() FILE: app/code/Magento/Webapi/Test/Unit/Model/Authorization/GuestUserContextTest.php class GuestUserContextTest (line 14) | class GuestUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetUserId (line 35) | public function testGetUserId() method testGetUserType (line 40) | public function testGetUserType() FILE: app/code/Magento/Webapi/Test/Unit/Model/Authorization/OauthUserContextTest.php class OauthUserContextTest (line 14) | class OauthUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testGetUserType (line 92) | public function testGetUserType() method testGetUserIdExist (line 97) | public function testGetUserIdExist() method testGetUserIdDoesNotExist (line 106) | public function testGetUserIdDoesNotExist() method testGetUserIdNoOauthInformation (line 115) | public function testGetUserIdNoOauthInformation() method setupUserId (line 129) | public function setupUserId($integrationId, $oauthRequest) FILE: app/code/Magento/Webapi/Test/Unit/Model/Authorization/TokenUserContextTest.php class TokenUserContextTest (line 24) | class TokenUserContextTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testNoAuthorizationHeader (line 134) | public function testNoAuthorizationHeader() method testNoTokenInHeader (line 144) | public function testNoTokenInHeader() method testNotBearerToken (line 154) | public function testNotBearerToken() method testNoTokenInDatabase (line 164) | public function testNoTokenInDatabase() method testRevokedToken (line 192) | public function testRevokedToken() method testValidToken (line 226) | public function testValidToken($userType, $userId, $expectedUserType, ... method getValidTokenData (line 303) | public function getValidTokenData() method testExpiredToken (line 342) | public function testExpiredToken( method getExpiredTestTokenData (line 442) | public function getExpiredTestTokenData() FILE: app/code/Magento/Webapi/Test/Unit/Model/Config/ClassReflectorTest.php class ClassReflectorTest (line 11) | class ClassReflectorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testReflectClassMethods (line 38) | public function testReflectClassMethods() method testExtractMethodData (line 47) | public function testExtractMethodData() method _getSampleReflectionData (line 64) | protected function _getSampleReflectionData() FILE: app/code/Magento/Webapi/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testConvert (line 20) | public function testConvert() FILE: app/code/Magento/Webapi/Test/Unit/Model/Config/TestServiceForClassReflector.php class TestServiceForClassReflector (line 8) | class TestServiceForClassReflector method generateRandomString (line 19) | public function generateRandomString($length) FILE: app/code/Magento/Webapi/Test/Unit/Model/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetServices (line 53) | public function testGetServices() method testGetServicesNoCache (line 69) | public function testGetServicesNoCache() FILE: app/code/Magento/Webapi/Test/Unit/Model/DataObjectProcessorTest.php class DataObjectProcessorTest (line 13) | class DataObjectProcessorTest extends \PHPUnit\Framework\TestCase method setup (line 25) | protected function setup() method testDataObjectProcessor (line 57) | public function testDataObjectProcessor() FILE: app/code/Magento/Webapi/Test/Unit/Model/Plugin/ManagerTest.php class ManagerTest (line 10) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testAfterProcessIntegrationConfigNoIntegrations (line 84) | public function testAfterProcessIntegrationConfigNoIntegrations() method testAfterProcessIntegrationConfigSuccess (line 95) | public function testAfterProcessIntegrationConfigSuccess() method testAfterProcessConfigBasedIntegrationsNoIntegrations (line 159) | public function testAfterProcessConfigBasedIntegrationsNoIntegrations() method testAfterProcessConfigBasedIntegrationsSuccess (line 169) | public function testAfterProcessConfigBasedIntegrationsSuccess() FILE: app/code/Magento/Webapi/Test/Unit/Model/Rest/Swagger/GeneratorTest.php class GeneratorTest (line 14) | class GeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGenerate (line 131) | public function testGenerate($serviceMetadata, $typeData, $schema) method generateDataProvider (line 166) | public function generateDataProvider() method testGetObjectSchema (line 382) | public function testGetObjectSchema($typeName, $description, $result) method getObjectSchemaDataProvider (line 398) | public function getObjectSchemaDataProvider() method testGenerateDefinition (line 437) | public function testGenerateDefinition($typeData, $expected) method generateDefinitionDataProvider (line 460) | public function generateDefinitionDataProvider() method testGetDefinitionReference (line 535) | public function testGetDefinitionReference() FILE: app/code/Magento/Webapi/Test/Unit/Model/Soap/FaultTest.php class FaultTest (line 13) | class FaultTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method tearDown (line 76) | protected function tearDown() method testToXmlDeveloperModeOff (line 83) | public function testToXmlDeveloperModeOff() method testToXmlDeveloperModeOn (line 125) | public function testToXmlDeveloperModeOn() method testGetSoapFaultMessage (line 137) | public function testGetSoapFaultMessage( method dataProviderForGetSoapFaultMessageTest (line 158) | public function dataProviderForGetSoapFaultMessageTest() method testConstructor (line 207) | public function testConstructor() method _sanitizeXML (line 270) | protected function _sanitizeXML($xmlString) FILE: app/code/Magento/Webapi/Test/Unit/Model/Soap/ServerTest.php class ServerTest (line 10) | class ServerTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method tearDown (line 93) | protected function tearDown() method testGetApiCharset (line 107) | public function testGetApiCharset() method testGetApiCharsetDefaultEncoding (line 120) | public function testGetApiCharsetDefaultEncoding() method testGetEndpointUri (line 133) | public function testGetEndpointUri() method testGenerateUriWithWsdlParam (line 143) | public function testGenerateUriWithWsdlParam() method testGenerateUriWithNoWsdlParam (line 156) | public function testGenerateUriWithNoWsdlParam() FILE: app/code/Magento/Webapi/Test/Unit/Model/Soap/Wsdl/ComplexTypeStrategyTest.php class ComplexTypeStrategyTest (line 15) | class ComplexTypeStrategyTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method tearDown (line 49) | protected function tearDown() method testCheckTypeName (line 62) | public function testCheckTypeName() method testAddComplexTypeSimpleParameters (line 79) | public function testAddComplexTypeSimpleParameters($type, $data) method addComplexTypeDataProvider (line 109) | public static function addComplexTypeDataProvider() method testAddComplexTypeComplexParameters (line 198) | public function testAddComplexTypeComplexParameters() method testAddAnnotationToComplexType (line 263) | public function testAddAnnotationToComplexType() FILE: app/code/Magento/Webapi/Test/Unit/Model/Soap/Wsdl/GeneratorTest.php class GeneratorTest (line 14) | class GeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetElementComplexTypeName (line 128) | public function testGetElementComplexTypeName() method testGetPortTypeName (line 136) | public function testGetPortTypeName() method testGetBindingName (line 144) | public function testGetBindingName() method testGetPortName (line 152) | public function testGetPortName() method testGetServiceName (line 160) | public function testGetServiceName() method testGetInputMessageName (line 168) | public function testGetInputMessageName() method testGetOutputMessageName (line 176) | public function testGetOutputMessageName() method testHandleWithException (line 188) | public function testHandleWithException() FILE: app/code/Magento/Webapi/Test/Unit/Model/Soap/WsdlFactoryTest.php class WsdlFactoryTest (line 10) | class WsdlFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method tearDown (line 25) | protected function tearDown() method testCreate (line 32) | public function testCreate() FILE: app/code/Magento/Webapi/Test/Unit/Model/WebapiRoleLocatorTest.php class WebapiRoleLocatorTest (line 14) | class WebapiRoleLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method testNoRoleId (line 98) | public function testNoRoleId() method testGetAclRoleId (line 107) | public function testGetAclRoleId() FILE: app/code/Magento/WebapiAsync/Code/Generator/Config/RemoteServiceReader/Communication.php class Communication (line 18) | class Communication implements \Magento\Framework\Config\ReaderInterface method __construct (line 37) | public function __construct( method read (line 52) | public function read($scope = null) FILE: app/code/Magento/WebapiAsync/Code/Generator/Config/RemoteServiceReader/Publisher.php class Publisher (line 16) | class Publisher implements \Magento\Framework\Config\ReaderInterface method __construct (line 29) | public function __construct( method read (line 42) | public function read($scope = null) FILE: app/code/Magento/WebapiAsync/Controller/Rest/Asynchronous/InputParamsResolver.php class InputParamsResolver (line 21) | class InputParamsResolver method __construct (line 63) | public function __construct( method resolve (line 92) | public function resolve() method getRoute (line 119) | public function getRoute() method resolveBulkItemParams (line 138) | private function resolveBulkItemParams($inputData) FILE: app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousRequestProcessor.php class AsynchronousRequestProcessor (line 26) | class AsynchronousRequestProcessor implements RequestProcessorInterface method __construct (line 71) | public function __construct( method process (line 92) | public function process(\Magento\Framework\Webapi\Rest\Request $request) method getTopicName (line 125) | private function getTopicName($request) method canProcess (line 138) | public function canProcess(\Magento\Framework\Webapi\Rest\Request $req... method isBulk (line 154) | public function isBulk(\Magento\Framework\Webapi\Rest\Request $request) FILE: app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousSchemaRequestProcessor.php class AsynchronousSchemaRequestProcessor (line 19) | class AsynchronousSchemaRequestProcessor implements RequestProcessorInte... method __construct (line 49) | public function __construct( method process (line 68) | public function process(\Magento\Framework\Webapi\Rest\Request $request) method canProcess (line 89) | public function canProcess(\Magento\Framework\Webapi\Rest\Request $req... method isBulk (line 103) | public function isBulk(\Magento\Framework\Webapi\Rest\Request $request) FILE: app/code/Magento/WebapiAsync/Model/BulkServiceConfig.php class BulkServiceConfig (line 19) | class BulkServiceConfig implements \Magento\Webapi\Model\ConfigInterface method __construct (line 47) | public function __construct( method getServices (line 62) | public function getServices() method getBulkServicesConfig (line 80) | private function getBulkServicesConfig() FILE: app/code/Magento/WebapiAsync/Model/Config.php class Config (line 21) | class Config implements \Magento\AsynchronousOperations\Model\ConfigInte... method __construct (line 50) | public function __construct( method getServices (line 63) | public function getServices() method getTopicName (line 81) | public function getTopicName($routeUrl, $httpMethod) method generateTopicsDataFromWebapiConfig (line 105) | private function generateTopicsDataFromWebapiConfig() method generateLookupKeyByRouteData (line 148) | private function generateLookupKeyByRouteData($routeUrl, $httpMethod) method generateTopicNameFromService (line 165) | private function generateTopicNameFromService($serviceInterface, $serv... method generateKey (line 180) | private function generateKey($typeName, $methodName, $delimiter = '\\'... FILE: app/code/Magento/WebapiAsync/Model/ServiceConfig.php class ServiceConfig (line 21) | class ServiceConfig method __construct (line 52) | public function __construct( method getServices (line 67) | public function getServices() FILE: app/code/Magento/WebapiAsync/Model/ServiceConfig/Converter.php class Converter (line 14) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 39) | public function convert($source) method mergeSynchronousInvocationMethodsData (line 69) | private function mergeSynchronousInvocationMethodsData( method canConvertXmlNode (line 87) | private function canConvertXmlNode(\DOMElement $node) method initServiceMethodsKey (line 111) | private function initServiceMethodsKey(array &$result, $serviceClass, ... method getServiceClass (line 126) | private function getServiceClass(\DOMElement $service) method getServiceMethod (line 137) | private function getServiceMethod(\DOMElement $service) method isSynchronousMethodInvocationOnly (line 148) | private function isSynchronousMethodInvocationOnly(\DOMElement $servic... method isSynchronousInvocationOnlyTrue (line 159) | private function isSynchronousInvocationOnlyTrue(\DOMElement $synchron... method convertRouteCustomizations (line 177) | private function convertRouteCustomizations($source) method getRouteUrl (line 200) | private function getRouteUrl($route) method getRouteAlias (line 210) | private function getRouteAlias($route) method getRouteMethod (line 220) | private function getRouteMethod($route) method validateRouteMethod (line 231) | private function validateRouteMethod($method) FILE: app/code/Magento/WebapiAsync/Model/ServiceConfig/Reader.php class Reader (line 14) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 36) | public function __construct( FILE: app/code/Magento/WebapiAsync/Model/ServiceConfig/SchemaLocator.php class SchemaLocator (line 16) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 35) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 45) | public function getSchema() method getPerFileSchema (line 55) | public function getPerFileSchema() FILE: app/code/Magento/WebapiAsync/Plugin/Cache/Webapi.php class Webapi (line 17) | class Webapi method __construct (line 40) | public function __construct( method beforeLoad (line 56) | public function beforeLoad(\Magento\Webapi\Model\Cache\Type\Webapi $su... method beforeSave (line 76) | public function beforeSave( method beforeRemove (line 98) | public function beforeRemove(\Magento\Webapi\Model\Cache\Type\Webapi $... FILE: app/code/Magento/WebapiAsync/Plugin/ControllerRest.php class ControllerRest (line 16) | class ControllerRest method __construct (line 34) | public function __construct( method beforeDispatch (line 49) | public function beforeDispatch(\Magento\Webapi\Controller\Rest $subjec... FILE: app/code/Magento/WebapiAsync/Plugin/ServiceMetadata.php class ServiceMetadata (line 16) | class ServiceMetadata method __construct (line 56) | public function __construct( method afterGetServicesConfig (line 76) | public function afterGetServicesConfig(\Magento\Webapi\Model\ServiceMe... method isServiceMethodSynchronousOnly (line 107) | private function isServiceMethodSynchronousOnly($serviceName, $methodN... method getServiceVersions (line 116) | private function getServiceVersions(string $serviceName) method getSynchronousOnlyServiceMethods (line 129) | private function getSynchronousOnlyServiceMethods(\Magento\Webapi\Mode... method getSynchronousOnlyRoutesAsServiceMethods (line 163) | private function getSynchronousOnlyRoutesAsServiceMethods( method appendSynchronousOnlyServiceMethodsWithInterface (line 191) | private function appendSynchronousOnlyServiceMethodsWithInterface( method removeServiceMethodDefinition (line 212) | private function removeServiceMethodDefinition(array &$result, $servic... method replaceResponseDefinition (line 227) | private function replaceResponseDefinition(array &$result, $serviceNam... method isMethodDataSynchronousOnly (line 241) | private function isMethodDataSynchronousOnly(array $methodData) method getResponseDefinitionReplacement (line 253) | private function getResponseDefinitionReplacement() FILE: app/code/Magento/WebapiAsync/Test/Unit/Controller/PathProcessorTest.php class PathProcessorTest (line 16) | class PathProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testAllStoreCode (line 60) | public function testAllStoreCode($storeCodeInPath, $storeCodeSet, $set... method processPathDataProvider (line 74) | public function processPathDataProvider() FILE: app/code/Magento/WebapiAsync/Test/Unit/Controller/RestTest.php class RestTest (line 22) | class RestTest extends \PHPUnit\Framework\TestCase method setUp (line 100) | protected function setUp() method testDispatchSchemaRequest (line 186) | public function testDispatchSchemaRequest() method testDispatchAllSchemaRequest (line 206) | public function testDispatchAllSchemaRequest() method getRequestProccessotPoolMock (line 242) | private function getRequestProccessotPoolMock() method getRouteMock (line 279) | private function getRouteMock() method getRequestMock (line 295) | private function getRequestMock() method getResponseMock (line 315) | private function getResponseMock() FILE: app/code/Magento/WebapiAsync/Test/Unit/Model/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetServicesSetsTopicFromServiceContractName (line 57) | public function testGetServicesSetsTopicFromServiceContractName() FILE: app/code/Magento/WebapiAsync/Test/Unit/Model/ServiceConfig/ConverterTest.php class ConverterTest (line 11) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testConvert (line 26) | public function testConvert() FILE: app/code/Magento/WebapiAsync/Test/Unit/Model/ServiceConfig/ReaderTest.php class ReaderTest (line 15) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | public function setUp() method testReader (line 45) | public function testReader() FILE: app/code/Magento/WebapiAsync/Test/Unit/Model/ServiceConfig/SchemaLocatorTest.php class SchemaLocatorTest (line 11) | class SchemaLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetSchema (line 43) | public function testGetSchema() method testGetPerFileSchema (line 48) | public function testGetPerFileSchema() FILE: app/code/Magento/WebapiAsync/Test/Unit/Model/ServiceConfigTest.php class ServiceConfigTest (line 16) | class ServiceConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetServices (line 56) | public function testGetServices() method testGetServicesNoCache (line 72) | public function testGetServicesNoCache() FILE: app/code/Magento/WebapiSecurity/Model/Plugin/AnonymousResourceSecurity.php class AnonymousResourceSecurity (line 10) | class AnonymousResourceSecurity method __construct (line 33) | public function __construct(\Magento\Framework\App\Config\ReinitableCo... method afterConvert (line 47) | public function afterConvert(Converter $subject, $nodes) method getNode (line 84) | private function getNode($route, $requestType, $source) FILE: app/code/Magento/WebapiSecurity/Model/Plugin/CacheInvalidator.php class CacheInvalidator (line 8) | class CacheInvalidator method __construct (line 20) | public function __construct(\Magento\Framework\App\Cache\TypeListInter... method afterAfterSave (line 33) | public function afterAfterSave( FILE: app/code/Magento/Weee/Api/Data/ProductRender/WeeeAdjustmentAttributeInterface.php type WeeeAdjustmentAttributeInterface (line 16) | interface WeeeAdjustmentAttributeInterface extends ExtensibleDataInterface method setAmount (line 25) | public function setAmount($amount); method getAmount (line 33) | public function getAmount(); method getTaxAmount (line 41) | public function getTaxAmount(); method setTaxAmount (line 50) | public function setTaxAmount($taxAmount); method setAmountExclTax (line 59) | public function setAmountExclTax($amountExclTax); method setTaxAmountInclTax (line 68) | public function setTaxAmountInclTax($amountInclTax); method getTaxAmountInclTax (line 76) | public function getTaxAmountInclTax(); method getAmountExclTax (line 84) | public function getAmountExclTax(); method setAttributeCode (line 93) | public function setAttributeCode($attributeCode); method getAttributeCode (line 101) | public function getAttributeCode(); method getExtensionAttributes (line 107) | public function getExtensionAttributes(); method setExtensionAttributes (line 114) | public function setExtensionAttributes( FILE: app/code/Magento/Weee/Block/Adminhtml/Items/Price/Renderer.php class Renderer (line 20) | class Renderer extends \Magento\Tax\Block\Adminhtml\Items\Price\Renderer method __construct (line 34) | public function __construct( method displayPriceWithWeeeDetails (line 55) | public function displayPriceWithWeeeDetails() method displayFinalPrice (line 65) | public function displayFinalPrice() method getUnitPriceExclTaxHtml (line 75) | public function getUnitPriceExclTaxHtml() method getRowPriceExclTaxHtml (line 87) | public function getRowPriceExclTaxHtml() method getUnitPriceInclTaxHtml (line 99) | public function getUnitPriceInclTaxHtml() method getRowPriceInclTaxHtml (line 111) | public function getRowPriceInclTaxHtml() method getFinalUnitPriceExclTaxHtml (line 123) | public function getFinalUnitPriceExclTaxHtml() method getFinalRowPriceExclTaxHtml (line 135) | public function getFinalRowPriceExclTaxHtml() method getFinalUnitPriceInclTaxHtml (line 147) | public function getFinalUnitPriceInclTaxHtml() method getFinalRowPriceInclTaxHtml (line 159) | public function getFinalRowPriceInclTaxHtml() method getTotalAmount (line 172) | public function getTotalAmount($item) method getBaseTotalAmount (line 183) | public function getBaseTotalAmount($item) FILE: app/code/Magento/Weee/Block/Element/Weee/Tax.php class Tax (line 11) | class Tax extends \Magento\Framework\Data\Form\Element\AbstractElement method __construct (line 32) | public function __construct( method _construct (line 48) | protected function _construct() method getStore (line 57) | protected function getStore($attribute) method getEscapedValue (line 71) | public function getEscapedValue($index = null) FILE: app/code/Magento/Weee/Block/Item/Price/Renderer.php class Renderer (line 21) | class Renderer extends \Magento\Tax\Block\Item\Price\Renderer method __construct (line 35) | public function __construct( method displayPriceWithWeeeDetails (line 52) | public function displayPriceWithWeeeDetails() method getIncludeWeeeFlag (line 78) | public function getIncludeWeeeFlag() method getUnitDisplayPriceInclTax (line 95) | public function getUnitDisplayPriceInclTax() method getBaseUnitDisplayPriceInclTax (line 117) | public function getBaseUnitDisplayPriceInclTax() method getRowDisplayPriceInclTax (line 139) | public function getRowDisplayPriceInclTax() method getBaseRowDisplayPriceInclTax (line 161) | public function getBaseRowDisplayPriceInclTax() method getUnitDisplayPriceExclTax (line 183) | public function getUnitDisplayPriceExclTax() method getBaseUnitDisplayPriceExclTax (line 205) | public function getBaseUnitDisplayPriceExclTax() method getRowDisplayPriceExclTax (line 233) | public function getRowDisplayPriceExclTax() method getBaseRowDisplayPriceExclTax (line 255) | public function getBaseRowDisplayPriceExclTax() method getFinalUnitDisplayPriceInclTax (line 277) | public function getFinalUnitDisplayPriceInclTax() method getBaseFinalUnitDisplayPriceInclTax (line 295) | public function getBaseFinalUnitDisplayPriceInclTax() method getFinalRowDisplayPriceInclTax (line 313) | public function getFinalRowDisplayPriceInclTax() method getBaseFinalRowDisplayPriceInclTax (line 331) | public function getBaseFinalRowDisplayPriceInclTax() method getFinalUnitDisplayPriceExclTax (line 347) | public function getFinalUnitDisplayPriceExclTax() method getBaseFinalUnitDisplayPriceExclTax (line 363) | public function getBaseFinalUnitDisplayPriceExclTax() method getFinalRowDisplayPriceExclTax (line 387) | public function getFinalRowDisplayPriceExclTax() method getBaseFinalRowDisplayPriceExclTax (line 405) | public function getBaseFinalRowDisplayPriceExclTax() method displayFinalPrice (line 421) | public function displayFinalPrice() method getTotalAmount (line 445) | public function getTotalAmount($item) method getBaseTotalAmount (line 462) | public function getBaseTotalAmount($item) FILE: app/code/Magento/Weee/Block/Renderer/Weee/Tax.php class Tax (line 14) | class Tax extends \Magento\Backend\Block\Widget implements method __construct (line 61) | public function __construct( method getProduct (line 77) | public function getProduct() method render (line 86) | public function render(AbstractElement $element) method _prepareLayout (line 95) | protected function _prepareLayout() method setElement (line 118) | public function setElement(AbstractElement $element) method getElement (line 127) | public function getElement() method getValues (line 135) | public function getValues() method _sortWeeeTaxes (line 152) | protected function _sortWeeeTaxes($firstItem, $secondItem) method getWebsiteCount (line 166) | public function getWebsiteCount() method isMultiWebsites (line 174) | public function isMultiWebsites() method getCountries (line 182) | public function getCountries() method getWebsites (line 194) | public function getWebsites() method getAddButtonHtml (line 231) | public function getAddButtonHtml() FILE: app/code/Magento/Weee/Block/Sales/Order/Totals.php class Totals (line 14) | class Totals extends \Magento\Framework\View\Element\Template method __construct (line 26) | public function __construct( method getSource (line 40) | public function getSource() method initTotals (line 50) | public function initTotals() FILE: app/code/Magento/Weee/Helper/Data.php class Data (line 22) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 99) | public function __construct( method getPriceDisplayType (line 124) | public function getPriceDisplayType($store = null) method getListPriceDisplayType (line 135) | public function getListPriceDisplayType($store = null) method getSalesPriceDisplayType (line 146) | public function getSalesPriceDisplayType($store = null) method getEmailPriceDisplayType (line 157) | public function getEmailPriceDisplayType($store = null) method isTaxable (line 168) | public function isTaxable($store = null) method includeInSubtotal (line 179) | public function includeInSubtotal($store = null) method isEnabled (line 190) | public function isEnabled($store = null) method displayTotalsInclTax (line 201) | public function displayTotalsInclTax($store = null) method getAmountExclTax (line 214) | public function getAmountExclTax($product, $website = null) method typeOfDisplay (line 243) | public function typeOfDisplay( method getProductWeeeAttributes (line 296) | public function getProductWeeeAttributes( method getWeeeTaxAppliedAmount (line 320) | public function getWeeeTaxAppliedAmount($item) method getWeeeTaxAppliedRowAmount (line 331) | public function getWeeeTaxAppliedRowAmount($item) method getBaseWeeeTaxAppliedRowAmount (line 343) | public function getBaseWeeeTaxAppliedRowAmount($item) method getRecursiveNumericAmount (line 355) | protected function getRecursiveNumericAmount($item, $functionName) method getApplied (line 385) | public function getApplied($item) method setApplied (line 415) | public function setApplied($item, $value) method getProductWeeeAttributesForDisplay (line 427) | public function getProductWeeeAttributesForDisplay($product) method getProductWeeeAttributesForRenderer (line 449) | public function getProductWeeeAttributesForRenderer( method getWeeeTaxInclTax (line 481) | public function getWeeeTaxInclTax($item) method getBaseWeeeTaxInclTax (line 497) | public function getBaseWeeeTaxInclTax($item) method getRowWeeeTaxInclTax (line 513) | public function getRowWeeeTaxInclTax($item) method getBaseRowWeeeTaxInclTax (line 529) | public function getBaseRowWeeeTaxInclTax($item) method getTotalTaxAppliedForWeeeTax (line 545) | public function getTotalTaxAppliedForWeeeTax($item) method getBaseTotalTaxAppliedForWeeeTax (line 565) | public function getBaseTotalTaxAppliedForWeeeTax($item) method getWeeeAmountInvoiced (line 583) | public function getWeeeAmountInvoiced($orderItem) method getBaseWeeeAmountInvoiced (line 600) | public function getBaseWeeeAmountInvoiced($orderItem) method getWeeeTaxAmountInvoiced (line 617) | public function getWeeeTaxAmountInvoiced($orderItem) method getBaseWeeeTaxAmountInvoiced (line 634) | public function getBaseWeeeTaxAmountInvoiced($orderItem) method getWeeeAmountRefunded (line 651) | public function getWeeeAmountRefunded($orderItem) method getBaseWeeeAmountRefunded (line 668) | public function getBaseWeeeAmountRefunded($orderItem) method getWeeeTaxAmountRefunded (line 685) | public function getWeeeTaxAmountRefunded($orderItem) method getBaseWeeeTaxAmountRefunded (line 702) | public function getBaseWeeeTaxAmountRefunded($orderItem) method getTotalAmounts (line 722) | public function getTotalAmounts($items, $store = null) method getBaseTotalAmounts (line 744) | public function getBaseTotalAmounts($items, $store = null) method isDisplayIncl (line 764) | public function isDisplayIncl($storeId = null) method isDisplayInclDesc (line 779) | public function isDisplayInclDesc($storeId = null) method isDisplayExclDescIncl (line 794) | public function isDisplayExclDescIncl($storeId = null) method isDisplayExcl (line 809) | public function isDisplayExcl($storeId = null) method getTaxDisplayConfig (line 824) | public function getTaxDisplayConfig($store = null) method getWeeeAttributesForBundle (line 835) | public function getWeeeAttributesForBundle($product) FILE: app/code/Magento/Weee/Model/App/Action/ContextPlugin.php class ContextPlugin (line 13) | class ContextPlugin method __construct (line 71) | public function __construct( method beforeDispatch (line 104) | public function beforeDispatch( method getWeeeTaxRegion (line 169) | protected function getWeeeTaxRegion($basedOn) FILE: app/code/Magento/Weee/Model/Attribute/Backend/Weee/Tax.php class Tax (line 16) | class Tax extends \Magento\Catalog\Model\Product\Attribute\Backend\Price method __construct (line 45) | public function __construct( method getBackendModelName (line 74) | public static function getBackendModelName() method validate (line 87) | public function validate($object) method afterLoad (line 120) | public function afterLoad($object) method afterSave (line 147) | public function afterSave($object) method afterDelete (line 185) | public function afterDelete($object) method getTable (line 194) | public function getTable() method getEntityIdField (line 202) | public function getEntityIdField() FILE: app/code/Magento/Weee/Model/Config.php class Config (line 13) | class Config method __construct (line 45) | public function __construct( method getPriceDisplayType (line 59) | public function getPriceDisplayType($store = null) method getListPriceDisplayType (line 74) | public function getListPriceDisplayType($store = null) method getSalesPriceDisplayType (line 89) | public function getSalesPriceDisplayType($store = null) method getEmailPriceDisplayType (line 104) | public function getEmailPriceDisplayType($store = null) method includeInSubtotal (line 119) | public function includeInSubtotal($store = null) method isTaxable (line 134) | public function isTaxable($store = null) method isEnabled (line 149) | public function isEnabled($store = null) FILE: app/code/Magento/Weee/Model/Config/Source/Display.php class Display (line 8) | class Display implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 15) | public function toOptionArray() FILE: app/code/Magento/Weee/Model/ProductRender/WeeeAdjustmentAttribute.php class WeeeAdjustmentAttribute (line 16) | class WeeeAdjustmentAttribute extends \Magento\Framework\Model\AbstractE... method setAttributeCode (line 23) | public function setAttributeCode($attributeCode) method getAttributeCode (line 32) | public function getAttributeCode() method setAmount (line 41) | public function setAmount($amount) method getAmount (line 50) | public function getAmount() method getTaxAmount (line 59) | public function getTaxAmount() method setTaxAmount (line 68) | public function setTaxAmount($taxAmount) method setAmountExclTax (line 77) | public function setAmountExclTax($amountExclTax) method getAmountExclTax (line 86) | public function getAmountExclTax() method setTaxAmountInclTax (line 95) | public function setTaxAmountInclTax($amountInclTax) method getTaxAmountInclTax (line 104) | public function getTaxAmountInclTax() method getExtensionAttributes (line 113) | public function getExtensionAttributes() method setExtensionAttributes (line 126) | public function setExtensionAttributes( FILE: app/code/Magento/Weee/Model/ResourceModel/Attribute/Backend/Weee/Tax.php class Tax (line 13) | class Tax extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 25) | public function __construct( method _construct (line 39) | protected function _construct() method loadProductData (line 51) | public function loadProductData($product, $attribute) method deleteProductData (line 84) | public function deleteProductData($product, $attribute) method insertProductData (line 106) | public function insertProductData($product, $data) FILE: app/code/Magento/Weee/Model/ResourceModel/Tax.php class Tax (line 14) | class Tax extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 31) | public function __construct( method _construct (line 45) | protected function _construct() method fetchOne (line 56) | public function fetchOne($select) method isWeeeInLocation (line 69) | public function isWeeeInLocation($countryId, $regionId, $websiteId) method fetchWeeeTaxCalculationsByEntity (line 107) | public function fetchWeeeTaxCalculationsByEntity($countryId, $regionId... FILE: app/code/Magento/Weee/Model/Sales/Pdf/Weee.php class Weee (line 11) | class Weee extends \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal method __construct (line 25) | public function __construct( method getTotalsForDisplay (line 50) | public function getTotalsForDisplay() method canDisplay (line 81) | public function canDisplay() FILE: app/code/Magento/Weee/Model/Tax.php class Tax (line 20) | class Tax extends \Magento\Framework\Model\AbstractModel method __construct (line 107) | public function __construct( method _construct (line 138) | protected function _construct() method getWeeeAmount (line 151) | public function getWeeeAmount( method getWeeeAmountExclTax (line 179) | public function getWeeeAmountExclTax( method getWeeeAttributeCodes (line 206) | public function getWeeeAttributeCodes($forceEnabled = false) method getWeeeTaxAttributeCodes (line 218) | public function getWeeeTaxAttributeCodes($store = null, $forceEnabled ... method getProductWeeeAttributes (line 242) | public function getProductWeeeAttributes( method isWeeeInLocation (line 382) | public function isWeeeInLocation($countryId, $regionId, $websiteId) FILE: app/code/Magento/Weee/Model/Total/Creditmemo/Weee.php class Weee (line 14) | class Weee extends \Magento\Sales\Model\Order\Creditmemo\Total\AbstractT... method __construct (line 40) | public function __construct( method collect (line 60) | public function collect(Creditmemo $creditmemo) FILE: app/code/Magento/Weee/Model/Total/Invoice/Weee.php class Weee (line 12) | class Weee extends \Magento\Sales\Model\Order\Invoice\Total\AbstractTotal method __construct (line 38) | public function __construct( method collect (line 57) | public function collect(\Magento\Sales\Model\Order\Invoice $invoice) FILE: app/code/Magento/Weee/Model/Total/Quote/Weee.php class Weee (line 14) | class Weee extends AbstractTotal method __construct (line 72) | public function __construct( method collect (line 90) | public function collect( method process (line 140) | protected function process( method processTotalAmount (line 258) | protected function processTotalAmount( method getNextIncrement (line 287) | protected function getNextIncrement() method recalculateParent (line 300) | protected function recalculateParent(\Magento\Quote\Model\Quote\Item\A... method resetItemData (line 315) | protected function resetItemData($item) method fetch (line 340) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... method processConfigArray (line 355) | public function processConfigArray($config, $store) method getLabel (line 366) | public function getLabel() FILE: app/code/Magento/Weee/Model/Total/Quote/WeeeTax.php class WeeeTax (line 12) | class WeeeTax extends Weee method collect (line 24) | public function collect( method createItemToWeeeCodeMapping (line 180) | protected function createItemToWeeeCodeMapping($weeeCodeToItemMap) method processTotalAmount (line 206) | protected function processTotalAmount( method fetch (line 233) | public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quot... FILE: app/code/Magento/Weee/Model/WeeeConfigProvider.php class WeeeConfigProvider (line 13) | class WeeeConfigProvider implements ConfigProviderInterface method __construct (line 35) | public function __construct( method getConfig (line 48) | public function getConfig() method getStoreId (line 62) | private function getStoreId() method iDisplayPriceWithWeeeDetails (line 72) | public function iDisplayPriceWithWeeeDetails() method isDisplayFinalPrice (line 94) | public function isDisplayFinalPrice() method isWeeeEnabled (line 114) | public function isWeeeEnabled() method getIncludeWeeeFlag (line 124) | public function getIncludeWeeeFlag() method isIncludedInSubtotal (line 139) | public function isIncludedInSubtotal() FILE: app/code/Magento/Weee/Observer/AddPaymentWeeeItem.php class AddPaymentWeeeItem (line 16) | class AddPaymentWeeeItem implements ObserverInterface method __construct (line 32) | public function __construct( method execute (line 46) | public function execute(Observer $observer) method shouldBeAddedAsCustomItem (line 74) | private function shouldBeAddedAsCustomItem() FILE: app/code/Magento/Weee/Observer/AddWeeeTaxAttributeTypeObserver.php class AddWeeeTaxAttributeTypeObserver (line 10) | class AddWeeeTaxAttributeTypeObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Weee/Observer/AfterAddressSave.php class AfterAddressSave (line 19) | class AfterAddressSave implements ObserverInterface method __construct (line 53) | public function __construct( method execute (line 72) | public function execute(Observer $observer) FILE: app/code/Magento/Weee/Observer/AssignBackendModelToAttributeObserver.php class AssignBackendModelToAttributeObserver (line 10) | class AssignBackendModelToAttributeObserver implements ObserverInterface method __construct (line 26) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Weee/Observer/CustomerLoggedIn.php class CustomerLoggedIn (line 20) | class CustomerLoggedIn implements ObserverInterface method __construct (line 59) | public function __construct( method execute (line 78) | public function execute(Observer $observer) FILE: app/code/Magento/Weee/Observer/GetPriceConfigurationObserver.php class GetPriceConfigurationObserver (line 10) | class GetPriceConfigurationObserver implements ObserverInterface method __construct (line 36) | public function __construct( method execute (line 53) | public function execute(\Magento\Framework\Event\Observer $observer) method recurConfigAndInsertWeeePrice (line 84) | private function recurConfigAndInsertWeeePrice($input, $searchKey, $ca... method insertWeeePrice (line 120) | private function insertWeeePrice($holder, $key, $weeeAttributesForBundle) method getWhichCalcPriceToUse (line 148) | protected function getWhichCalcPriceToUse($storeId = null, $weeeAttrib... FILE: app/code/Magento/Weee/Observer/SetWeeeRendererInFormObserver.php class SetWeeeRendererInFormObserver (line 10) | class SetWeeeRendererInFormObserver implements ObserverInterface method __construct (line 26) | public function __construct( method execute (line 40) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Weee/Observer/UpdateElementTypesObserver.php class UpdateElementTypesObserver (line 10) | class UpdateElementTypesObserver implements ObserverInterface method execute (line 18) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Weee/Observer/UpdateExcludedFieldListObserver.php class UpdateExcludedFieldListObserver (line 10) | class UpdateExcludedFieldListObserver implements ObserverInterface method __construct (line 20) | public function __construct(\Magento\Weee\Model\Tax $weeeTax) method execute (line 31) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: app/code/Magento/Weee/Observer/UpdateProductOptionsObserver.php class UpdateProductOptionsObserver (line 10) | class UpdateProductOptionsObserver implements ObserverInterface method __construct (line 36) | public function __construct( method execute (line 53) | public function execute(\Magento\Framework\Event\Observer $observer) method getWhichCalcPriceToUse (line 115) | protected function getWhichCalcPriceToUse($storeId = null) FILE: app/code/Magento/Weee/Plugin/Catalog/Controller/Adminhtml/Product/Initialization/Helper/ProcessTaxAttribute.php class ProcessTaxAttribute (line 17) | class ProcessTaxAttribute method __construct (line 27) | public function __construct(RequestInterface $request) method afterInitializeFromData (line 43) | public function afterInitializeFromData( FILE: app/code/Magento/Weee/Plugin/Checkout/CustomerData/Cart.php class Cart (line 9) | class Cart extends \Magento\Tax\Plugin\Checkout\CustomerData\Cart method __construct (line 37) | public function __construct( FILE: app/code/Magento/Weee/Plugin/Ui/DataProvider/WeeeSettings.php class WeeeSettings (line 14) | class WeeeSettings method __construct (line 25) | public function __construct(Config $config) method afterGetData (line 38) | public function afterGetData(\Magento\Catalog\Ui\DataProvider\Product\... FILE: app/code/Magento/Weee/Pricing/Adjustment.php class Adjustment (line 18) | class Adjustment implements AdjustmentInterface method __construct (line 51) | public function __construct(WeeeHelper $weeeHelper, PriceCurrencyInter... method getAdjustmentCode (line 63) | public function getAdjustmentCode() method isIncludedInBasePrice (line 74) | public function isIncludedInBasePrice() method isIncludedInDisplayPrice (line 84) | public function isIncludedInDisplayPrice() method extractAdjustment (line 104) | public function extractAdjustment($amount, SaleableInterface $saleable... method applyAdjustment (line 117) | public function applyAdjustment($amount, SaleableInterface $saleableIt... method isExcludedWith (line 131) | public function isExcludedWith($adjustmentCode) method getAmount (line 143) | protected function getAmount(SaleableInterface $saleableItem) method getSortOrder (line 155) | public function getSortOrder() FILE: app/code/Magento/Weee/Pricing/Render/Adjustment.php class Adjustment (line 17) | class Adjustment extends AbstractAdjustment method __construct (line 39) | public function __construct( method apply (line 52) | protected function apply() method getRawFinalAmount (line 71) | public function getRawFinalAmount() method getAdjustmentCode (line 81) | public function getAdjustmentCode() method getFinalAmount (line 89) | public function getFinalAmount() method getWeeeAmount (line 99) | protected function getWeeeAmount() method showInclDescr (line 110) | public function showInclDescr() method showExclDescrIncl (line 120) | public function showExclDescrIncl() method getWeeeTaxAttributes (line 130) | public function getWeeeTaxAttributes() method renderWeeeTaxAttributeName (line 141) | public function renderWeeeTaxAttributeName(\Magento\Framework\DataObje... method renderWeeeTaxAttribute (line 152) | public function renderWeeeTaxAttribute(\Magento\Framework\DataObject $... method renderWeeeTaxAttributeWithTax (line 163) | public function renderWeeeTaxAttributeWithTax(\Magento\Framework\DataO... method renderWeeeTaxAttributeWithoutTax (line 176) | public function renderWeeeTaxAttributeWithoutTax(\Magento\Framework\Da... method typeOfDisplay (line 189) | protected function typeOfDisplay($compareTo = null, $store = null) method getWeeeAttributesForDisplay (line 199) | protected function getWeeeAttributesForDisplay() method isWeeeShown (line 210) | protected function isWeeeShown() method getTaxDisplayConfig (line 221) | public function getTaxDisplayConfig() method isPriceIncludesTax (line 232) | public function isPriceIncludesTax() FILE: app/code/Magento/Weee/Pricing/Render/TaxAdjustment.php class TaxAdjustment (line 16) | class TaxAdjustment extends \Magento\Tax\Pricing\Render\Adjustment method __construct (line 32) | public function __construct( method getDefaultExclusions (line 48) | public function getDefaultExclusions() method typeOfDisplay (line 68) | protected function typeOfDisplay($compareTo = null, $store = null) FILE: app/code/Magento/Weee/Pricing/TaxAdjustment.php class TaxAdjustment (line 19) | class TaxAdjustment implements AdjustmentInterface method __construct (line 58) | public function __construct( method getAdjustmentCode (line 75) | public function getAdjustmentCode() method isIncludedInBasePrice (line 86) | public function isIncludedInBasePrice() method isIncludedInDisplayPrice (line 96) | public function isIncludedInDisplayPrice() method extractAdjustment (line 119) | public function extractAdjustment($amount, SaleableInterface $saleable... method applyAdjustment (line 132) | public function applyAdjustment($amount, SaleableInterface $saleableIt... method isExcludedWith (line 146) | public function isExcludedWith($adjustmentCode) method getAmount (line 158) | protected function getAmount(SaleableInterface $saleableItem) method getSortOrder (line 176) | public function getSortOrder() FILE: app/code/Magento/Weee/Setup/Patch/Data/InitQuoteAndOrderAttributes.php class InitQuoteAndOrderAttributes (line 20) | class InitQuoteAndOrderAttributes implements DataPatchInterface, PatchVe... method __construct (line 43) | public function __construct( method apply (line 56) | public function apply() method getDependencies (line 104) | public static function getDependencies() method getVersion (line 112) | public static function getVersion() method getAliases (line 120) | public function getAliases() FILE: app/code/Magento/Weee/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 62) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/Weee/Test/Unit/App/Action/ContextPluginTest.php class ContextPluginTest (line 14) | class ContextPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method testBeforeDispatchBasedOnDefault (line 128) | public function testBeforeDispatchBasedOnDefault() method testBeforeDispatchBasedOnOrigin (line 196) | public function testBeforeDispatchBasedOnOrigin() method testBeforeDispatchBasedOnBilling (line 225) | public function testBeforeDispatchBasedOnBilling() method testBeforeDispatchBasedOnShipping (line 297) | public function testBeforeDispatchBasedOnShipping() FILE: app/code/Magento/Weee/Test/Unit/Block/Element/Weee/TaxTest.php class TaxTest (line 8) | class TaxTest extends \PHPUnit\Framework\TestCase method testGetEscapedValue (line 15) | public function testGetEscapedValue() FILE: app/code/Magento/Weee/Test/Unit/Block/Item/Price/RendererTest.php class RendererTest (line 10) | class RendererTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testDisplayPriceWithWeeeDetails (line 100) | public function testDisplayPriceWithWeeeDetails( method displayPriceWithWeeeDetailsDataProvider (line 128) | public function displayPriceWithWeeeDetailsDataProvider() method testGetUnitDisplayPriceInclTax (line 198) | public function testGetUnitDisplayPriceInclTax( method testGetBaseUnitDisplayPriceInclTax (line 234) | public function testGetBaseUnitDisplayPriceInclTax( method testGetUnitDisplayPriceExclTax (line 270) | public function testGetUnitDisplayPriceExclTax( method testGetBaseUnitDisplayPriceExclTax (line 305) | public function testGetBaseUnitDisplayPriceExclTax( method testGetRowDisplayPriceExclTax (line 344) | public function testGetRowDisplayPriceExclTax( method testGetBaseRowDisplayPriceExclTax (line 379) | public function testGetBaseRowDisplayPriceExclTax( method testGetRowDisplayPriceInclTax (line 414) | public function testGetRowDisplayPriceInclTax( method testGetBaseRowDisplayPriceInclTax (line 450) | public function testGetBaseRowDisplayPriceInclTax( method getDisplayPriceDataProvider (line 481) | public function getDisplayPriceDataProvider() method testGetFinalUnitDisplayPriceInclTax (line 523) | public function testGetFinalUnitDisplayPriceInclTax( method testGetBaseFinalUnitDisplayPriceInclTax (line 552) | public function testGetBaseFinalUnitDisplayPriceInclTax( method testGetFinalUnitDisplayPriceExclTax (line 581) | public function testGetFinalUnitDisplayPriceExclTax( method testGetBaseFinalUnitDisplayPriceExclTax (line 609) | public function testGetBaseFinalUnitDisplayPriceExclTax( method testGetFianlRowDisplayPriceExclTax (line 641) | public function testGetFianlRowDisplayPriceExclTax( method testGetBaseFianlRowDisplayPriceExclTax (line 669) | public function testGetBaseFianlRowDisplayPriceExclTax( method testGetFinalRowDisplayPriceInclTax (line 697) | public function testGetFinalRowDisplayPriceInclTax( method testGetBaseFinalRowDisplayPriceInclTax (line 726) | public function testGetBaseFinalRowDisplayPriceInclTax( method getFinalDisplayPriceDataProvider (line 751) | public function getFinalDisplayPriceDataProvider() method testGetTotalAmount (line 770) | public function testGetTotalAmount() method testGetBaseTotalAmount (line 817) | public function testGetBaseTotalAmount() FILE: app/code/Magento/Weee/Test/Unit/Helper/DataTest.php class DataTest (line 14) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testGetAmount (line 73) | public function testGetAmount() method setupOrderItem (line 84) | private function setupOrderItem() method testGetWeeeAmountInvoiced (line 126) | public function testGetWeeeAmountInvoiced() method testGetBaseWeeeAmountInvoiced (line 133) | public function testGetBaseWeeeAmountInvoiced() method testGetWeeeTaxAmountInvoiced (line 140) | public function testGetWeeeTaxAmountInvoiced() method testGetWeeeBaseTaxAmountInvoiced (line 147) | public function testGetWeeeBaseTaxAmountInvoiced() method testGetWeeeAmountRefunded (line 154) | public function testGetWeeeAmountRefunded() method testGetBaseWeeeAmountRefunded (line 161) | public function testGetBaseWeeeAmountRefunded() method testGetWeeeTaxAmountRefunded (line 168) | public function testGetWeeeTaxAmountRefunded() method testGetBaseWeeeTaxAmountRefunded (line 175) | public function testGetBaseWeeeTaxAmountRefunded() method testGetWeeeAttributesForBundle (line 188) | public function testGetWeeeAttributesForBundle($priceDisplay, $priceIn... method dataProviderGetWeeeAttributesForBundle (line 284) | public function dataProviderGetWeeeAttributesForBundle() method testGetAppliedSimple (line 296) | public function testGetAppliedSimple() method testGetAppliedBundle (line 318) | public function testGetAppliedBundle() method testGetRecursiveAmountSimple (line 357) | public function testGetRecursiveAmountSimple() method testGetRecursiveAmountBundle (line 381) | public function testGetRecursiveAmountBundle() method testGetProductWeeeAttributesForDisplay (line 432) | public function testGetProductWeeeAttributesForDisplay() method testGetTaxDisplayConfig (line 443) | public function testGetTaxDisplayConfig() method testGetTotalAmounts (line 457) | public function testGetTotalAmounts() method testGetBaseTotalAmounts (line 482) | public function testGetBaseTotalAmounts() FILE: app/code/Magento/Weee/Test/Unit/Model/Attribute/Backend/Weee/TaxTest.php class TaxTest (line 14) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetBackendModelName (line 26) | public function testGetBackendModelName() method testValidate (line 39) | public function testValidate($data, $expected) method dataProviderValidate (line 91) | public function dataProviderValidate() method testAfterLoad (line 107) | public function testAfterLoad() method testAfterSaveWithRegion (line 155) | public function testAfterSaveWithRegion($origData, $currentData, $expe... method dataProviderAfterSaveWithRegion (line 213) | public function dataProviderAfterSaveWithRegion() method testAfterDelete (line 229) | public function testAfterDelete() method testGetTable (line 251) | public function testGetTable() method testGetEntityIdField (line 278) | public function testGetEntityIdField() : void FILE: app/code/Magento/Weee/Test/Unit/Model/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method testScopeConfigMethods (line 25) | public function testScopeConfigMethods($method, $path, $configValue, $... method dataProviderScopeConfigMethods (line 48) | public function dataProviderScopeConfigMethods() FILE: app/code/Magento/Weee/Test/Unit/Model/ResourceModel/Attribute/Backend/Weee/TaxTest.php class TaxTest (line 8) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testInsertProductData (line 53) | public function testInsertProductData() FILE: app/code/Magento/Weee/Test/Unit/Model/ResourceModel/TaxTest.php class TaxTest (line 8) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testInWeeeLocation (line 68) | public function testInWeeeLocation() method testFetchWeeeTaxCalculationsByEntity (line 93) | public function testFetchWeeeTaxCalculationsByEntity() FILE: app/code/Magento/Weee/Test/Unit/Model/TaxTest.php class TaxTest (line 13) | class TaxTest extends \PHPUnit\Framework\TestCase method setUp (line 93) | protected function setUp() method testGetProductWeeeAttributes (line 166) | public function testGetProductWeeeAttributes( method testGetWeeeAmountExclTax (line 271) | public function testGetWeeeAmountExclTax($productTypeId, $productPrice... method testGetWeeeAmountExclTaxForDynamicBundleProduct (line 297) | public function testGetWeeeAmountExclTaxForDynamicBundleProduct() method getProductWeeeAttributesDataProvider (line 319) | public function getProductWeeeAttributesDataProvider() method getWeeeAmountExclTaxDataProvider (line 358) | public function getWeeeAmountExclTaxDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Model/Total/Creditmemo/WeeeTest.php class WeeeTest (line 10) | class WeeeTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testCollect (line 93) | public function testCollect($creditmemoData, $expectedResults) method collectDataProvider (line 160) | public function collectDataProvider() method getInvoiceItem (line 490) | protected function getInvoiceItem($creditmemoItemData) FILE: app/code/Magento/Weee/Test/Unit/Model/Total/Invoice/WeeeTest.php class WeeeTest (line 10) | class WeeeTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method setupOrder (line 84) | private function setupOrder($orderData) method testCollect (line 98) | public function testCollect($orderData, $invoiceData, $expectedResults) method collectDataProvider (line 166) | public function collectDataProvider() method getInvoiceItem (line 676) | protected function getInvoiceItem($invoiceItemData) FILE: app/code/Magento/Weee/Test/Unit/Model/Total/Quote/WeeeTaxTest.php class WeeeTaxTest (line 14) | class WeeeTaxTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method setupTaxHelper (line 50) | protected function setupTaxHelper($taxConfig) method setupWeeeHelper (line 67) | protected function setupWeeeHelper($weeeConfig) method setupItemMock (line 84) | protected function setupItemMock($itemQty) method setupTotalMock (line 110) | protected function setupTotalMock($itemMock, $isWeeeTaxable, $itemWeee... method setupShippingAssignmentMock (line 181) | protected function setupShippingAssignmentMock($addressMock, $itemMock) method verifyItem (line 199) | public function verifyItem($item, $itemData) method verifyTotals (line 215) | public function verifyTotals($address, $addressData) method testFetch (line 225) | public function testFetch() method testFetchWithZeroAmounts (line 249) | public function testFetchWithZeroAmounts() method testCollect (line 276) | public function testCollect($taxConfig, $weeeConfig, $itemWeeeTaxDetai... method collectDataProvider (line 324) | public function collectDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Model/Total/Quote/WeeeTest.php class WeeeTest (line 13) | class WeeeTest extends \PHPUnit\Framework\TestCase method setupTaxHelper (line 33) | protected function setupTaxHelper($taxConfig) method setupTaxCalculation (line 50) | protected function setupTaxCalculation($taxRates) method setupWeeeHelper (line 83) | protected function setupWeeeHelper($weeeConfig) method setupItemMockBasics (line 105) | protected function setupItemMockBasics($itemTotalQty) method setupItemMock (line 132) | protected function setupItemMock($itemQty) method setupParentItemWithChildrenMock (line 151) | protected function setupParentItemWithChildrenMock($parentQty, $itemQty) method setupAddressMock (line 179) | protected function setupAddressMock($items) method setupShippingAssignmentMock (line 210) | protected function setupShippingAssignmentMock($addressMock, $itemMock) method verifyItem (line 227) | public function verifyItem(\Magento\Quote\Model\Quote\Item $item, $ite... method verifyAddress (line 240) | public function verifyAddress($address, $addressData) method testCollect (line 260) | public function testCollect( method collectDataProvider (line 355) | public function collectDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Model/WeeeConfigProviderTest.php class WeeeConfigProviderTest (line 8) | class WeeeConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetConfig (line 59) | public function testGetConfig( method getConfigDataProvider (line 84) | public function getConfigDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Observer/AddPaymentWeeeItemTest.php class AddPaymentWeeeItemTest (line 26) | class AddPaymentWeeeItemTest extends TestCase method setUp (line 48) | protected function setUp() method testExecute (line 67) | public function testExecute(bool $isEnabled, bool $includeInSubtotal):... method dataProvider (line 112) | public function dataProvider(): array method prepareShouldBeAddedAsCustomItem (line 129) | private function prepareShouldBeAddedAsCustomItem(bool $isEnabled, boo... FILE: app/code/Magento/Weee/Test/Unit/Observer/AfterAddressSaveTest.php class AfterAddressSaveTest (line 15) | class AfterAddressSaveTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testExecute (line 101) | public function testExecute( method getExecuteDataProvider (line 139) | public function getExecuteDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Observer/CustomerLoggedInTest.php class CustomerLoggedInTest (line 14) | class CustomerLoggedInTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecute (line 93) | public function testExecute() FILE: app/code/Magento/Weee/Test/Unit/Observer/GetPriceConfigurationObserverTest.php class GetPriceConfigurationObserverTest (line 11) | class GetPriceConfigurationObserverTest extends \PHPUnit\Framework\TestCase method testGetPriceConfiguration (line 20) | public function testGetPriceConfiguration($hasWeeeAttributes, $testArr... method getPriceConfigurationProvider (line 109) | public function getPriceConfigurationProvider() FILE: app/code/Magento/Weee/Test/Unit/Observer/SetWeeeRendererInFormObserverTest.php class SetWeeeRendererInFormObserverTest (line 22) | class SetWeeeRendererInFormObserverTest extends TestCase method setUp (line 44) | protected function setUp() method testExecute (line 59) | public function testExecute(): void FILE: app/code/Magento/Weee/Test/Unit/Observer/UpdateProductOptionsObserverTest.php class UpdateProductOptionsObserverTest (line 13) | class UpdateProductOptionsObserverTest extends \PHPUnit\Framework\TestCase method testUpdateProductOptions (line 26) | public function testUpdateProductOptions($initialArray, $weeeEnabled, ... method updateProductOptionsProvider (line 116) | public function updateProductOptionsProvider() FILE: app/code/Magento/Weee/Test/Unit/Pricing/AdjustmentTest.php class AdjustmentTest (line 14) | class AdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetAdjustmentCode (line 62) | public function testGetAdjustmentCode() method testIsIncludedInBasePrice (line 67) | public function testIsIncludedInBasePrice() method testIsIncludedInDisplayPrice (line 75) | public function testIsIncludedInDisplayPrice($expectedResult) method isIncludedInDisplayPriceDataProvider (line 93) | public function isIncludedInDisplayPriceDataProvider() method testApplyAdjustment (line 104) | public function testApplyAdjustment($amount, $amountOld, $expectedResult) method applyAdjustmentDataProvider (line 118) | public function applyAdjustmentDataProvider() method testIsExcludedWith (line 132) | public function testIsExcludedWith($adjustmentCode, $expectedResult) method isExcludedWithDataProvider (line 140) | public function isExcludedWithDataProvider() method testGetSortOrder (line 154) | public function testGetSortOrder($isTaxable, $expectedResult) method getSortOrderProvider (line 166) | public function getSortOrderProvider() FILE: app/code/Magento/Weee/Test/Unit/Pricing/Render/AdjustmentTest.php class AdjustmentTest (line 16) | class AdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetAdjustmentCode (line 91) | public function testGetAdjustmentCode() method testGetFinalAmount (line 99) | public function testGetFinalAmount() method testShowInclDescr (line 138) | public function testShowInclDescr($typeOfDisplay, $amount, $expectedRe... method showInclDescrDataProvider (line 187) | public function showInclDescrDataProvider() method testShowExclDescrIncl (line 211) | public function testShowExclDescrIncl($typeOfDisplay, $amount, $expect... method showExclDescrInclDataProvider (line 258) | public function showExclDescrInclDataProvider() method testGetWeeeTaxAttributes (line 282) | public function testGetWeeeTaxAttributes($typeOfDisplay, $attributes, ... method getWeeeTaxAttributesDataProvider (line 326) | public function getWeeeTaxAttributesDataProvider() method testRenderWeeeTaxAttributeAmount (line 344) | public function testRenderWeeeTaxAttributeAmount($attribute, $expected... method renderWeeeTaxAttributeAmountDataProvider (line 357) | public function renderWeeeTaxAttributeAmountDataProvider() method testRenderWeeeTaxAttributeName (line 372) | public function testRenderWeeeTaxAttributeName($attribute, $expectedRe... method renderWeeeTaxAttributeNameDataProvider (line 385) | public function renderWeeeTaxAttributeNameDataProvider() method testRenderWeeeTaxAttributeWithTax (line 400) | public function testRenderWeeeTaxAttributeWithTax($attribute, $expecte... method renderWeeeTaxAttributeAmountWithTaxDataProvider (line 413) | public function renderWeeeTaxAttributeAmountWithTaxDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Pricing/Render/TaxAdjustmentTest.php class TaxAdjustmentTest (line 9) | class TaxAdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetDefaultExclusions (line 53) | public function testGetDefaultExclusions($weeeIsExcluded) method getDefaultExclusionsDataProvider (line 77) | public function getDefaultExclusionsDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Pricing/TaxAdjustmentTest.php class TaxAdjustmentTest (line 11) | class TaxAdjustmentTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetAdjustmentCode (line 70) | public function testGetAdjustmentCode() method testIsIncludedInBasePrice (line 75) | public function testIsIncludedInBasePrice() method testIsIncludedInDisplayPrice (line 87) | public function testIsIncludedInDisplayPrice( method isIncludedInDisplayPriceDataProvider (line 117) | public function isIncludedInDisplayPriceDataProvider() method testApplyAdjustment (line 153) | public function testApplyAdjustment($amount, $weeeAttributes, $expecte... method applyAdjustmentDataProvider (line 167) | public function applyAdjustmentDataProvider() FILE: app/code/Magento/Weee/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Manager/WebsiteTest.php class WebsiteTest (line 19) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testGetWebsites (line 80) | public function testGetWebsites() method testIsMultiWebsites (line 100) | public function testIsMultiWebsites() FILE: app/code/Magento/Weee/Test/Unit/Ui/DataProvider/Product/Form/Modifier/WeeeTest.php class WeeeTest (line 19) | class WeeeTest extends AbstractModifierTest method setUp (line 41) | protected function setUp() method createModel (line 69) | protected function createModel() method testModifyMeta (line 79) | public function testModifyMeta() FILE: app/code/Magento/Weee/Test/Unit/Ui/DataProvider/Product/Listing/Collector/WeeeTest.php class WeeeTest (line 21) | class WeeeTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testCollect (line 85) | public function testCollect() FILE: app/code/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Manager/Website.php class Website (line 23) | class Website method __construct (line 41) | public function __construct( method getWebsites (line 60) | public function getWebsites(ProductInterface $product, EavAttribute $e... method getRegions (line 115) | public function getRegions() method formatLabel (line 127) | protected function formatLabel($websiteName, $currencyCode) method isMultiWebsites (line 137) | public function isMultiWebsites() FILE: app/code/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Weee.php class Weee (line 27) | class Weee extends AbstractModifier method __construct (line 73) | public function __construct( method modifyData (line 90) | public function modifyData(array $data) method modifyMeta (line 98) | public function modifyMeta(array $meta) method modifyMetaConfig (line 113) | protected function modifyMetaConfig(array $metaConfig) method modifyAttributeConfig (line 139) | protected function modifyAttributeConfig($attributeCode, array $attrib... method getCountries (line 303) | protected function getCountries() method getRegions (line 317) | protected function getRegions() FILE: app/code/Magento/Weee/Ui/DataProvider/Product/Listing/Collector/Weee.php class Weee (line 23) | class Weee implements ProductRenderCollectorInterface method __construct (line 63) | public function __construct( method format (line 83) | private function format($value, $storeId, $currencyCode) method collect (line 98) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Weee/view/frontend/web/js/tax-toggle.js function onToggle (line 15) | function onToggle(config, e) { FILE: app/code/Magento/WeeeGraphQl/Model/Resolver/FixedProductTax.php class FixedProductTax (line 22) | class FixedProductTax implements ResolverInterface method __construct (line 38) | public function __construct(Data $weeeHelper, TaxHelper $taxHelper) method resolve (line 47) | public function resolve( FILE: app/code/Magento/WeeeGraphQl/Model/Resolver/StoreConfig.php class StoreConfig (line 22) | class StoreConfig implements ResolverInterface method __construct (line 58) | public function __construct(Data $weeeHelper, TaxHelper $taxHelper) method resolve (line 67) | public function resolve( method getWeeDisplaySettingsByZone (line 110) | private function getWeeDisplaySettingsByZone(string $zone, int $storeI... FILE: app/code/Magento/Widget/Block/Adminhtml/Widget.php class Widget (line 15) | class Widget extends \Magento\Backend\Block\Widget\Form\Container method _construct (line 20) | protected function _construct() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Catalog/Category/Chooser.php class Chooser (line 11) | class Chooser extends \Magento\Catalog\Block\Adminhtml\Category\Widget\C... method _getNodeJson (line 20) | protected function _getNodeJson($node, $level = 0) FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Chooser.php class Chooser (line 17) | class Chooser extends \Magento\Backend\Block\Template method __construct (line 35) | public function __construct( method getSourceUrl (line 51) | public function getSourceUrl() method getElement (line 61) | public function getElement() method getConfig (line 71) | public function getConfig() method getUniqId (line 106) | public function getUniqId() method getFieldsetId (line 116) | public function getFieldsetId() method getHiddenEnabled (line 127) | public function getHiddenEnabled() method _toHtml (line 137) | protected function _toHtml() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Form.php class Form (line 17) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 31) | public function __construct( method _prepareForm (line 47) | protected function _prepareForm() method _getWidgetSelectOptions (line 87) | protected function _getWidgetSelectOptions() method _getWidgetSelectAfterHtml (line 100) | protected function _getWidgetSelectAfterHtml() method _getAvailableWidgets (line 117) | protected function _getAvailableWidgets($withEmptyElement = false) method _getSkippedWidgets (line 143) | protected function _getSkippedWidgets() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance.php class Instance (line 18) | class Instance extends \Magento\Backend\Block\Widget\Grid\Container method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit.php class Edit (line 18) | class Edit extends \Magento\Backend\Block\Widget\Form\Container method __construct (line 32) | public function __construct( method _construct (line 46) | protected function _construct() method getWidgetInstance (line 59) | public function getWidgetInstance() method _preparelayout (line 70) | protected function _preparelayout() method getHeaderText (line 97) | public function getHeaderText() method getValidationUrl (line 111) | public function getValidationUrl() method getSaveUrl (line 121) | public function getSaveUrl() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Chooser/Container.php class Container (line 16) | class Container extends \Magento\Framework\View\Element\Html\Select method __construct (line 41) | public function __construct( method _construct (line 57) | protected function _construct() method _beforeToHtml (line 72) | protected function _beforeToHtml() method _getThemeInstance (line 113) | protected function _getThemeInstance($themeId) method getPageLayouts (line 125) | protected function getPageLayouts() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Chooser/DesignAbstraction.php class DesignAbstraction (line 14) | class DesignAbstraction extends \Magento\Framework\View\Element\Html\Select method __construct (line 38) | public function __construct( method _beforeToHtml (line 56) | protected function _beforeToHtml() method _getThemeInstance (line 76) | protected function _getThemeInstance($themeId) method _getLayoutProcessor (line 89) | protected function _getLayoutProcessor(array $arguments) method _addDesignAbstractionOptions (line 100) | protected function _addDesignAbstractionOptions(array $designAbstracti... FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Chooser/Layout.php class Layout (line 14) | class Layout extends \Magento\Framework\View\Element\Html\Select method __construct (line 26) | public function __construct( method _beforeToHtml (line 40) | protected function _beforeToHtml() method _addPageTypeOptions (line 56) | protected function _addPageTypeOptions(array $pageTypes) FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Chooser/Template.php class Template (line 14) | class Template extends \Magento\Backend\Block\Widget method _toHtml (line 21) | protected function _toHtml() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Form.php class Form (line 14) | class Form extends \Magento\Backend\Block\Widget\Form\Generic method _prepareForm (line 21) | protected function _prepareForm() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Main.php class Main (line 20) | class Main extends \Magento\Backend\Block\Widget\Form\Generic implements... method __construct (line 40) | public function __construct( method _construct (line 58) | protected function _construct() method getTabLabel (line 69) | public function getTabLabel() method getTabTitle (line 79) | public function getTabTitle() method canShowTab (line 89) | public function canShowTab() method isHidden (line 99) | public function isHidden() method getWidgetInstance (line 109) | public function getWidgetInstance() method _prepareForm (line 120) | protected function _prepareForm() method getTypesOptionsArray (line 228) | public function getTypesOptionsArray() method _initFormValues (line 238) | protected function _initFormValues() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Main/Layout.php class Layout (line 20) | class Layout extends Template implements RendererInterface method __construct (line 48) | public function __construct( method render (line 65) | public function render(AbstractElement $element) method setElement (line 77) | public function setElement(AbstractElement $element) method getElement (line 88) | public function getElement() method getCategoriesChooserUrl (line 98) | public function getCategoriesChooserUrl() method getProductsChooserUrl (line 108) | public function getProductsChooserUrl() method getBlockChooserUrl (line 118) | public function getBlockChooserUrl() method getTemplateChooserUrl (line 128) | public function getTemplateChooserUrl() method getDisplayOnSelectHtml (line 138) | public function getDisplayOnSelectHtml() method _getDisplayOnOptions (line 164) | protected function _getDisplayOnOptions() method getDisplayOnContainers (line 203) | public function getDisplayOnContainers() method getLayoutsChooser (line 252) | public function getLayoutsChooser() method getPageLayoutsPageChooser (line 278) | public function getPageLayoutsPageChooser() method getAddLayoutButtonHtml (line 304) | public function getAddLayoutButtonHtml() method getRemoveLayoutButtonHtml (line 323) | public function getRemoveLayoutButtonHtml() method getPageGroups (line 342) | public function getPageGroups() method getPageGroup (line 358) | private function getPageGroup(array $pageGroup) FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Properties.php class Properties (line 19) | class Properties extends \Magento\Widget\Block\Adminhtml\Widget\Options ... method getTabLabel (line 36) | public function getTabLabel() method getTabTitle (line 46) | public function getTabTitle() method canShowTab (line 56) | public function canShowTab() method isHidden (line 66) | public function isHidden() method getWidgetInstance (line 86) | public function getWidgetInstance() method _preparelayout (line 97) | protected function _preparelayout() method _addField (line 113) | protected function _addField($parameter) FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Settings.php class Settings (line 18) | class Settings extends \Magento\Backend\Block\Widget\Form\Generic implem... method __construct (line 40) | public function __construct( method _construct (line 54) | protected function _construct() method getTabLabel (line 65) | public function getTabLabel() method getTabTitle (line 75) | public function getTabTitle() method canShowTab (line 85) | public function canShowTab() method isHidden (line 95) | public function isHidden() method getWidgetInstance (line 105) | public function getWidgetInstance() method _prepareForm (line 115) | protected function _prepareForm() method getContinueUrl (line 173) | public function getContinueUrl() method getTypesOptionsArray (line 191) | public function getTypesOptionsArray() method _sortWidgets (line 205) | protected function _sortWidgets($a, $b) FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tabs.php class Tabs (line 18) | class Tabs extends \Magento\Backend\Block\Widget\Tabs method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php class Options (line 14) | class Options extends \Magento\Backend\Block\Widget\Form\Generic method __construct (line 40) | public function __construct( method _prepareForm (line 61) | protected function _prepareForm() method getForm (line 73) | public function getForm() method getMainFieldset (line 89) | public function getMainFieldset() method addFields (line 115) | public function addFields() method _addField (line 140) | protected function _addField($parameter) method _isClassName (line 245) | protected function _isClassName($fieldType) FILE: app/code/Magento/Widget/Block/BlockInterface.php type BlockInterface (line 18) | interface BlockInterface method addData (line 28) | public function addData(array $arr); method setData (line 41) | public function setData($key, $value = null); FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/BuildWidget.php class BuildWidget (line 11) | class BuildWidget extends \Magento\Backend\App\Action implements HttpPos... method __construct (line 27) | public function __construct( method execute (line 40) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Index.php class Index (line 11) | class Index extends \Magento\Backend\App\Action implements HttpPostActio... method __construct (line 35) | public function __construct( method execute (line 50) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance.php class Instance (line 12) | abstract class Instance extends \Magento\Backend\App\Action method __construct (line 56) | public function __construct( method _initAction (line 77) | protected function _initAction() method _initWidgetInstance (line 97) | protected function _initWidgetInstance() method setBody (line 127) | protected function setBody($body) FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Blocks.php class Blocks (line 9) | class Blocks extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method renderPageContainers (line 16) | public function renderPageContainers() method execute (line 43) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Categories.php class Categories (line 9) | class Categories extends \Magento\Widget\Controller\Adminhtml\Widget\Ins... method __construct (line 25) | public function __construct( method execute (line 43) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Delete.php class Delete (line 9) | class Delete extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Edit.php class Edit (line 9) | class Edit extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Index.php class Index (line 11) | class Index extends \Magento\Widget\Controller\Adminhtml\Widget\Instance... method execute (line 18) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/MassDelete.php class MassDelete (line 24) | class MassDelete extends Action implements HttpPostActionInterface method __construct (line 42) | public function __construct( method execute (line 56) | public function execute(): Redirect method getInstanceIds (line 105) | private function getInstanceIds(): array method getResultPage (line 121) | private function getResultPage(): ?ResultInterface FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/NewAction.php class NewAction (line 9) | class NewAction extends \Magento\Widget\Controller\Adminhtml\Widget\Inst... method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Products.php class Products (line 9) | class Products extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Save.php class Save (line 11) | class Save extends \Magento\Widget\Controller\Adminhtml\Widget\Instance ... method execute (line 18) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Template.php class Template (line 9) | class Template extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Validate.php class Validate (line 9) | class Validate extends \Magento\Widget\Controller\Adminhtml\Widget\Instance method execute (line 16) | public function execute() FILE: app/code/Magento/Widget/Controller/Adminhtml/Widget/LoadOptions.php class LoadOptions (line 13) | class LoadOptions extends \Magento\Backend\App\Action implements HttpGet... method execute (line 30) | public function execute() method getConditionsHelper (line 65) | private function getConditionsHelper() FILE: app/code/Magento/Widget/Helper/Conditions.php class Conditions (line 15) | class Conditions method __construct (line 31) | public function __construct( method encode (line 45) | public function encode(array $value) method decode (line 56) | public function decode($value) FILE: app/code/Magento/Widget/Model/Config/Converter.php class Converter (line 8) | class Converter implements \Magento\Framework\Config\ConverterInterface method convert (line 15) | public function convert($source) method _convertContainer (line 94) | protected function _convertContainer($source) method _convertParameter (line 129) | protected function _convertParameter($source) method _convertDepends (line 221) | protected function _convertDepends($source) method _convertBlock (line 261) | protected function _convertBlock($source) method _convertData (line 285) | protected function _convertData($source) method _convertOption (line 310) | protected function _convertOption($source) FILE: app/code/Magento/Widget/Model/Config/Data.php class Data (line 8) | class Data extends \Magento\Framework\Config\Data\Scoped FILE: app/code/Magento/Widget/Model/Config/FileResolver.php class FileResolver (line 13) | class FileResolver implements \Magento\Framework\Config\FileResolverInte... method __construct (line 37) | public function __construct( method get (line 50) | public function get($filename, $scope) FILE: app/code/Magento/Widget/Model/Config/Reader.php class Reader (line 8) | class Reader extends \Magento\Framework\Config\Reader\Filesystem method __construct (line 33) | public function __construct( method readFile (line 61) | public function readFile($file) FILE: app/code/Magento/Widget/Model/Config/SchemaLocator.php class SchemaLocator (line 12) | class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorIn... method __construct (line 31) | public function __construct(\Magento\Framework\Module\Dir\Reader $modu... method getSchema (line 43) | public function getSchema() method getPerFileSchema (line 53) | public function getPerFileSchema() FILE: app/code/Magento/Widget/Model/DeleteWidgetById.php class DeleteWidgetById (line 18) | class DeleteWidgetById method __construct (line 34) | public function __construct( method execute (line 49) | public function execute(int $instanceId) : void method getWidgetById (line 63) | private function getWidgetById(int $instanceId): WidgetInstance FILE: app/code/Magento/Widget/Model/Layout/Link.php class Link (line 18) | class Link extends \Magento\Framework\Model\AbstractModel method _construct (line 25) | protected function _construct() FILE: app/code/Magento/Widget/Model/Layout/Update.php class Update (line 22) | class Update extends \Magento\Framework\Model\AbstractModel method __construct (line 31) | public function __construct( method _construct (line 46) | protected function _construct() FILE: app/code/Magento/Widget/Model/NamespaceResolver.php class NamespaceResolver (line 8) | class NamespaceResolver method __construct (line 25) | public function __construct(\Magento\Framework\Module\ModuleListInterf... method determineOmittedNamespace (line 38) | public function determineOmittedNamespace($name, $asFullModuleName = f... method prepareModuleNamespaces (line 70) | protected function prepareModuleNamespaces() method prepareName (line 87) | protected function prepareName($name) FILE: app/code/Magento/Widget/Model/ResourceModel/Layout/Link.php class Link (line 11) | class Link extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 18) | protected function _construct() FILE: app/code/Magento/Widget/Model/ResourceModel/Layout/Link/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 27) | public function __construct( method _construct (line 45) | protected function _construct() method addThemeFilter (line 57) | public function addThemeFilter($themeId) method _joinWithUpdate (line 69) | protected function _joinWithUpdate($fields = []) method addTemporaryFilter (line 90) | public function addTemporaryFilter($isTemporary) method addUpdatedDaysBeforeFilter (line 102) | public function addUpdatedDaysBeforeFilter($days) FILE: app/code/Magento/Widget/Model/ResourceModel/Layout/Plugin.php class Plugin (line 11) | class Plugin method __construct (line 21) | public function __construct( method aroundGetDbUpdateString (line 36) | public function aroundGetDbUpdateString( FILE: app/code/Magento/Widget/Model/ResourceModel/Layout/Update.php class Update (line 12) | class Update extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method __construct (line 29) | public function __construct( method _construct (line 43) | protected function _construct() method fetchUpdatesByHandle (line 58) | public function fetchUpdatesByHandle( method _getFetchUpdatesByHandleSelect (line 85) | protected function _getFetchUpdatesByHandleSelect($loadAllUpdates = fa... method _afterSave (line 119) | protected function _afterSave(\Magento\Framework\Model\AbstractModel $... FILE: app/code/Magento/Widget/Model/ResourceModel/Layout/Update/Collection.php class Collection (line 11) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 41) | public function __construct( method _construct (line 59) | protected function _construct() method addThemeFilter (line 74) | public function addThemeFilter($themeId) method addStoreFilter (line 88) | public function addStoreFilter($storeId) method _joinWithLink (line 101) | protected function _joinWithLink() method _joinLeftWithLink (line 123) | protected function _joinLeftWithLink($fields = []) method addUpdatedDaysBeforeFilter (line 144) | public function addUpdatedDaysBeforeFilter($days) method addNoLinksFilter (line 167) | public function addNoLinksFilter() method delete (line 180) | public function delete() FILE: app/code/Magento/Widget/Model/ResourceModel/Widget.php class Widget (line 14) | class Widget extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 21) | protected function _construct() method loadPreconfiguredWidget (line 32) | public function loadPreconfiguredWidget($widgetId) FILE: app/code/Magento/Widget/Model/ResourceModel/Widget/Instance.php class Instance (line 17) | class Instance extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 24) | protected function _construct() method _afterLoad (line 35) | protected function _afterLoad(AbstractModel $object) method _afterSave (line 55) | protected function _afterSave(AbstractModel $object) method _saveLayoutUpdates (line 113) | protected function _saveLayoutUpdates($widgetInstance, $pageGroupData) method _prepareStoreIds (line 155) | protected function _prepareStoreIds($storeIds) method _beforeDelete (line 170) | protected function _beforeDelete(AbstractModel $object) method _afterDelete (line 196) | protected function _afterDelete(AbstractModel $object) method _deleteWidgetInstancePages (line 208) | protected function _deleteWidgetInstancePages($pageIds) method _deleteLayoutUpdates (line 224) | protected function _deleteLayoutUpdates($layoutUpdateIds) method lookupStoreIds (line 240) | public function lookupStoreIds($id) FILE: app/code/Magento/Widget/Model/ResourceModel/Widget/Instance/Collection.php class Collection (line 15) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 29) | protected function _construct() method addStoreFilter (line 45) | public function addStoreFilter($storeIds = [], $withDefaultStore = true) FILE: app/code/Magento/Widget/Model/ResourceModel/Widget/Instance/Options/ThemeId.php class ThemeId (line 15) | class ThemeId implements \Magento\Framework\Option\ArrayInterface method __construct (line 25) | public function __construct(\Magento\Theme\Model\ResourceModel\Theme\C... method toOptionArray (line 33) | public function toOptionArray() FILE: app/code/Magento/Widget/Model/ResourceModel/Widget/Instance/Options/Themes.php class Themes (line 16) | class Themes implements OptionSourceInterface method __construct (line 26) | public function __construct(ThemeCollectionFactory $themeCollectionFac... method toOptionArray (line 36) | public function toOptionArray() FILE: app/code/Magento/Widget/Model/ResourceModel/Widget/Instance/Options/Types.php class Types (line 12) | class Types implements \Magento\Framework\Option\ArrayInterface method __construct (line 22) | public function __construct(\Magento\Widget\Model\Widget\Instance $wid... method toOptionArray (line 30) | public function toOptionArray() FILE: app/code/Magento/Widget/Model/Template/Filter.php class Filter (line 12) | class Filter extends \Magento\Cms\Model\Template\Filter method __construct (line 42) | public function __construct( method generateWidget (line 84) | public function generateWidget($construction) method widgetDirective (line 130) | public function widgetDirective($construction) method mediaDirective (line 141) | public function mediaDirective($construction) FILE: app/code/Magento/Widget/Model/Template/FilterEmulate.php class FilterEmulate (line 15) | class FilterEmulate extends Filter method widgetDirective (line 25) | public function widgetDirective($construction) method filterDirective (line 38) | public function filterDirective($value) : string FILE: app/code/Magento/Widget/Model/Widget.php class Widget (line 15) | class Widget method __construct (line 70) | public function __construct( method getMathRandom (line 93) | private function getMathRandom() method getWidgetByClassType (line 108) | public function getWidgetByClassType($type) method getConfigAsXml (line 132) | public function getConfigAsXml($type) method getConfigAsObject (line 143) | public function getConfigAsObject($type) method prepareWidgetParameters (line 170) | protected function prepareWidgetParameters(\Magento\Framework\DataObje... method prepareDropDownValues (line 199) | protected function prepareDropDownValues(array $data, $key, $sortOrder) method prepareHelperBlock (line 223) | protected function prepareHelperBlock(array $data) method getWidgets (line 245) | public function getWidgets($filters = []) method getWidgetsArray (line 271) | public function getWidgetsArray($filters = []) method getWidgetDeclaration (line 297) | public function getWidgetDeclaration($type, $params = [], $asIs = true) method getWidgetPageVarName (line 344) | private function getWidgetPageVarName($params = []) method getPlaceholderImageUrl (line 363) | public function getPlaceholderImageUrl($type) method getPlaceholderImageUrls (line 387) | public function getPlaceholderImageUrls() method getAsCanonicalArray (line 409) | protected function getAsCanonicalArray($inputArray) method idEncode (line 429) | protected function idEncode($string) method sortWidgets (line 441) | protected function sortWidgets($firstElement, $secondElement) method sortParameters (line 453) | protected function sortParameters($firstElement, $secondElement) FILE: app/code/Magento/Widget/Model/Widget/Config.php class Config (line 14) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 59) | public function __construct( method getConfig (line 81) | public function getConfig(\Magento\Framework\DataObject $config) : \Ma... method getPluginSettings (line 93) | public function getPluginSettings($config) method getWidgetPlaceholderImageUrls (line 119) | public function getWidgetPlaceholderImageUrls() method getErrorImageUrl (line 129) | public function getErrorImageUrl() method getWysiwygJsPluginSrc (line 139) | public function getWysiwygJsPluginSrc() method getWidgetWindowUrl (line 150) | public function getWidgetWindowUrl($config) method encodeWidgetsToQuery (line 177) | public function encodeWidgetsToQuery($widgets) method decodeWidgetsFromQuery (line 190) | public function decodeWidgetsFromQuery($queryParam) method getAvailableWidgets (line 202) | public function getAvailableWidgets($config) method _getSkippedWidgets (line 225) | protected function _getSkippedWidgets() FILE: app/code/Magento/Widget/Model/Widget/Instance.php class Instance (line 28) | class Instance extends \Magento\Framework\Model\AbstractModel method __construct (line 155) | public function __construct( method _construct (line 194) | protected function _construct() method beforeSave (line 223) | public function beforeSave() method validate (line 294) | public function validate() method isCompleteToCreate (line 307) | public function isCompleteToCreate() method getCode (line 317) | public function getCode() method setCode (line 335) | public function setCode($code) method setType (line 349) | public function setType($type) method getType (line 362) | public function getType() method getArea (line 374) | public function getArea() method getStoreIds (line 390) | public function getStoreIds() method getWidgetParameters (line 405) | public function getWidgetParameters() method getWidgetsOptionArray (line 421) | public function getWidgetsOptionArray($value = 'code') method getWidgetReference (line 439) | public function getWidgetReference($matchParam, $value, $requestedParam) method getWidgetConfigAsArray (line 458) | public function getWidgetConfigAsArray() method getWidgetTemplates (line 503) | public function getWidgetTemplates() method getWidgetSupportedContainers (line 526) | public function getWidgetSupportedContainers() method getWidgetSupportedTemplatesByContainer (line 547) | public function getWidgetSupportedTemplatesByContainer($containerName) method generateLayoutUpdateXml (line 584) | public function generateLayoutUpdateXml($container, $templatePath = '') method _invalidateCache (line 638) | protected function _invalidateCache() method afterSave (line 651) | public function afterSave() method beforeDelete (line 664) | public function beforeDelete() FILE: app/code/Magento/Widget/Model/Widget/Instance/OptionsFactory.php class OptionsFactory (line 8) | class OptionsFactory method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManagerInterface ... method create (line 30) | public function create($type, array $data = []) FILE: app/code/Magento/Widget/Setup/LayoutUpdateConverter.php class LayoutUpdateConverter (line 19) | class LayoutUpdateConverter extends SerializedToJson method __construct (line 39) | public function __construct( method convert (line 59) | public function convert($value) method isValidJsonValue (line 79) | protected function isValidJsonValue($value) method unserializeValue (line 88) | protected function unserializeValue($value) method encodeJson (line 98) | protected function encodeJson($value) method restoreReservedCharactersInSerializedContent (line 111) | private function restoreReservedCharactersInSerializedContent($seriali... FILE: app/code/Magento/Widget/Setup/Patch/Data/ConvertSerializedData.php class ConvertSerializedData (line 22) | class ConvertSerializedData implements DataPatchInterface, PatchVersionI... method __construct (line 43) | public function __construct( method apply (line 56) | public function apply() method getDependencies (line 64) | public static function getDependencies() method getVersion (line 72) | public static function getVersion() method getAliases (line 80) | public function getAliases() method convertSerializedData (line 88) | private function convertSerializedData() FILE: app/code/Magento/Widget/Setup/Patch/Data/UpgradeModelInstanceClassAliases.php class UpgradeModelInstanceClassAliases (line 17) | class UpgradeModelInstanceClassAliases implements DataPatchInterface, Pa... method __construct (line 28) | public function __construct( method apply (line 37) | public function apply() method getDependencies (line 63) | public static function getDependencies() method getVersion (line 71) | public static function getVersion() method getAliases (line 79) | public function getAliases() FILE: app/code/Magento/Widget/Test/Unit/Block/Adminhtml/Widget/Catalog/Category/ChooserTest.php class ChooserTest (line 9) | class ChooserTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testGetTreeHasLevelField (line 82) | public function testGetTreeHasLevelField() FILE: app/code/Magento/Widget/Test/Unit/Block/Adminhtml/Widget/Instance/Edit/Chooser/AbstractContainerTest.php class AbstractContainerTest (line 10) | abstract class AbstractContainerTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() FILE: app/code/Magento/Widget/Test/Unit/Block/Adminhtml/Widget/Instance/Edit/Chooser/ContainerTest.php class ContainerTest (line 8) | class ContainerTest extends AbstractContainerTest method setUp (line 18) | protected function setUp() method testToHtmlCatalogProductsListGroupedProduct (line 35) | public function testToHtmlCatalogProductsListGroupedProduct() method testToHtmlCatalogCategoryLinkSimpleProduct (line 111) | public function testToHtmlCatalogCategoryLinkSimpleProduct() method testToHtmlCmsStaticBlockAllProductTypes (line 232) | public function testToHtmlCmsStaticBlockAllProductTypes() method testToHtmlOrderBySkuAllPages (line 372) | public function testToHtmlOrderBySkuAllPages() FILE: app/code/Magento/Widget/Test/Unit/Block/Adminhtml/Widget/Instance/Edit/Tab/PropertiesTest.php class PropertiesTest (line 8) | class PropertiesTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testIsHidden (line 45) | public function testIsHidden($widgetConfig, $isHidden) method isHiddenDataProvider (line 60) | public function isHiddenDataProvider() FILE: app/code/Magento/Widget/Test/Unit/Controller/Adminhtml/Widget/Instance/CategoriesTest.php class CategoriesTest (line 9) | class CategoriesTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testExecute (line 70) | public function testExecute() FILE: app/code/Magento/Widget/Test/Unit/Controller/Adminhtml/Widget/LoadOptionsTest.php class LoadOptionsTest (line 21) | class LoadOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | protected function setUp() method dtestExecuteWithException (line 108) | public function dtestExecuteWithException() method testExecute (line 140) | public function testExecute() FILE: app/code/Magento/Widget/Test/Unit/Helper/ConditionsTest.php class ConditionsTest (line 15) | class ConditionsTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testEncodeDecode (line 48) | public function testEncodeDecode() FILE: app/code/Magento/Widget/Test/Unit/Model/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testConvert (line 23) | public function testConvert() FILE: app/code/Magento/Widget/Test/Unit/Model/Config/FileResolverTest.php class FileResolverTest (line 12) | class FileResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetGlobal (line 42) | public function testGetGlobal() method testGetDesign (line 53) | public function testGetDesign() method testGetDefault (line 64) | public function testGetDefault() FILE: app/code/Magento/Widget/Test/Unit/Model/NamespaceResolverTest.php class NamespaceResolverTest (line 8) | class NamespaceResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testDetermineOmittedNamespace (line 42) | public function testDetermineOmittedNamespace($namespace, $modules, $e... method determineOmittedNamespaceDataProvider (line 57) | public function determineOmittedNamespaceDataProvider() FILE: app/code/Magento/Widget/Test/Unit/Model/ResourceModel/Layout/AbstractTestCase.php class AbstractTestCase (line 8) | abstract class AbstractTestCase extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method _getResource (line 56) | protected function _getResource(\Magento\Framework\DB\Select $select) method _getCollection (line 82) | abstract protected function _getCollection(\Magento\Framework\DB\Selec... method testAddUpdatedDaysBeforeFilter (line 84) | public function testAddUpdatedDaysBeforeFilter() method verifyPrepareSqlCondition (line 119) | public function verifyPrepareSqlCondition($fieldName, $condition) FILE: app/code/Magento/Widget/Test/Unit/Model/ResourceModel/Layout/Link/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \Magento\Widget\Test\Unit\Model\ResourceMod... method _getCollection (line 26) | protected function _getCollection(\Magento\Framework\DB\Select $select) method testAddTemporaryFilter (line 45) | public function testAddTemporaryFilter($flag) method filterFlagDataProvider (line 74) | public function filterFlagDataProvider() method testJoinWithUpdate (line 85) | public function testJoinWithUpdate() FILE: app/code/Magento/Widget/Test/Unit/Model/ResourceModel/Layout/Update/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \Magento\Widget\Test\Unit\Model\ResourceMod... method _getCollection (line 16) | protected function _getCollection(\Magento\Framework\DB\Select $select) method testAddThemeFilter (line 31) | public function testAddThemeFilter() method testAddStoreFilter (line 41) | public function testAddStoreFilter() method testJoinWithLink (line 54) | public function testJoinWithLink() method testAddNoLinksFilter (line 72) | public function testAddNoLinksFilter() FILE: app/code/Magento/Widget/Test/Unit/Model/ResourceModel/Widget/Instance/Options/ThemesTest.php class ThemesTest (line 15) | class ThemesTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testToOptionArray (line 41) | public function testToOptionArray() FILE: app/code/Magento/Widget/Test/Unit/Model/Template/FilterEmulateTest.php class FilterEmulateTest (line 10) | class FilterEmulateTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testWidgetDirective (line 44) | public function testWidgetDirective() FILE: app/code/Magento/Widget/Test/Unit/Model/Template/FilterTest.php class FilterTest (line 11) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGenerateWidget (line 84) | public function testGenerateWidget( method testWidgetDirective (line 112) | public function testWidgetDirective( method generateWidgetDataProvider (line 130) | public function generateWidgetDataProvider() method generalForGenerateWidget (line 213) | protected function generalForGenerateWidget( method getBlockMock (line 240) | protected function getBlockMock($returnedResult = '') method testMediaDirective (line 256) | public function testMediaDirective() method testMediaDirectiveWithEncodedQuotes (line 274) | public function testMediaDirectiveWithEncodedQuotes() FILE: app/code/Magento/Widget/Test/Unit/Model/Widget/InstanceTest.php class InstanceTest (line 15) | class InstanceTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testGetWidgetConfigAsArray (line 100) | public function testGetWidgetConfigAsArray() method testGetWidgetTemplates (line 151) | public function testGetWidgetTemplates() method testGetWidgetTemplatesValueOnly (line 176) | public function testGetWidgetTemplatesValueOnly() method testGetWidgetTemplatesNoTemplate (line 210) | public function testGetWidgetTemplatesNoTemplate() method testGetWidgetSupportedContainers (line 232) | public function testGetWidgetSupportedContainers() method testGetWidgetSupportedContainersNoContainer (line 248) | public function testGetWidgetSupportedContainersNoContainer() method testGetWidgetSupportedTemplatesByContainers (line 269) | public function testGetWidgetSupportedTemplatesByContainers() method testGetWidgetSupportedTemplatesByContainers2 (line 288) | public function testGetWidgetSupportedTemplatesByContainers2() method testGetWidgetSupportedTemplatesByContainersNoSupportedContainersSpecified (line 306) | public function testGetWidgetSupportedTemplatesByContainersNoSupported... method testGetWidgetSupportedTemplatesByContainersUnknownContainer (line 340) | public function testGetWidgetSupportedTemplatesByContainersUnknownCont... method testGetWidgetParameters (line 356) | public function testGetWidgetParameters() method testBeforeSave (line 370) | public function testBeforeSave() FILE: app/code/Magento/Widget/Test/Unit/Model/WidgetTest.php class WidgetTest (line 13) | class WidgetTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetWidgets (line 64) | public function testGetWidgets() method testGetWidgetsWithFilter (line 77) | public function testGetWidgetsWithFilter() method testGetWidgetsWithUnknownFilter (line 93) | public function testGetWidgetsWithUnknownFilter() method testGetWidgetByClassType (line 108) | public function testGetWidgetByClassType() method testGetConfigAsObject (line 122) | public function testGetConfigAsObject() method testGetConfigAsObjectWidgetNoFound (line 159) | public function testGetConfigAsObjectWidgetNoFound() method testGetWidgetDeclaration (line 173) | public function testGetWidgetDeclaration() method testGetWidgetDeclarationWithZeroValueParam (line 232) | public function testGetWidgetDeclarationWithZeroValueParam() FILE: app/code/Magento/Wishlist/Block/AbstractBlock.php class AbstractBlock (line 17) | abstract class AbstractBlock extends \Magento\Catalog\Block\Product\Abst... method __construct (line 55) | public function __construct( method _getHelper (line 76) | protected function _getHelper() method _getWishlist (line 86) | protected function _getWishlist() method _prepareCollection (line 98) | protected function _prepareCollection($collection) method _createWishlistItemCollection (line 108) | protected function _createWishlistItemCollection() method getWishlistItems (line 118) | public function getWishlistItems() method getWishlistInstance (line 133) | public function getWishlistInstance() method getItemRemoveParams (line 145) | public function getItemRemoveParams($item) method getItemAddToCartParams (line 156) | public function getItemAddToCartParams($item) method getSharedItemAddToCartUrl (line 167) | public function getSharedItemAddToCartUrl($item) method getSharedAddAllToCartUrl (line 177) | public function getSharedAddAllToCartUrl() method getAddToWishlistParams (line 188) | public function getAddToWishlistParams($product) method getItemConfigureUrl (line 200) | public function getItemConfigureUrl($product) method getEscapedDescription (line 211) | public function getEscapedDescription($item) method hasDescription (line 225) | public function hasDescription($item) method getFormatedDate (line 237) | public function getFormatedDate($date) method getFormattedDate (line 248) | public function getFormattedDate($date) method isSaleable (line 258) | public function isSaleable() method getWishlistItemsCount (line 274) | public function getWishlistItemsCount() method getQty (line 285) | public function getQty($item) method hasWishlistItems (line 299) | public function hasWishlistItems() method getProductUrl (line 311) | public function getProductUrl($item, $additional = []) method getImageUrl (line 322) | public function getImageUrl($product) method getItemPriceHtml (line 344) | public function getItemPriceHtml( FILE: app/code/Magento/Wishlist/Block/AddToWishlist.php class AddToWishlist (line 15) | class AddToWishlist extends \Magento\Framework\View\Element\Template method __construct (line 28) | public function __construct( method getWishlistOptions (line 44) | public function getWishlistOptions() method getProductTypes (line 55) | private function getProductTypes() method _toHtml (line 77) | protected function _toHtml() FILE: app/code/Magento/Wishlist/Block/Adminhtml/Widget/Grid/Column/Filter/Text.php class Text (line 8) | class Text extends \Magento\Backend\Block\Widget\Grid\Column\Filter\Text method getCondition (line 15) | public function getCondition() FILE: app/code/Magento/Wishlist/Block/Adminhtml/WishlistTab.php class WishlistTab (line 17) | class WishlistTab extends TabWrapper implements TabInterface method __construct (line 38) | public function __construct(Context $context, Registry $registry, arra... method canShowTab (line 47) | public function canShowTab() method getTabLabel (line 57) | public function getTabLabel() method getTabUrl (line 67) | public function getTabUrl() FILE: app/code/Magento/Wishlist/Block/Cart/Item/Renderer/Actions/MoveToWishlist.php class MoveToWishlist (line 18) | class MoveToWishlist extends Generic method __construct (line 30) | public function __construct( method isAllowInCart (line 44) | public function isAllowInCart() method getMoveFromCartParams (line 54) | public function getMoveFromCartParams() FILE: app/code/Magento/Wishlist/Block/Catalog/Product/ProductList/Item/AddTo/Wishlist.php class Wishlist (line 14) | class Wishlist extends \Magento\Catalog\Block\Product\ProductList\Item\B... method getWishlistHelper (line 20) | public function getWishlistHelper() FILE: app/code/Magento/Wishlist/Block/Catalog/Product/View/AddTo/Wishlist.php class Wishlist (line 15) | class Wishlist extends \Magento\Catalog\Block\Product\View method getWishlistOptionsJson (line 23) | public function getWishlistOptionsJson() method getWishlistOptions (line 34) | public function getWishlistOptions() method getWishlistParams (line 45) | public function getWishlistParams() method isWishListAllowed (line 57) | public function isWishListAllowed() FILE: app/code/Magento/Wishlist/Block/Customer/Sharing.php class Sharing (line 23) | class Sharing extends \Magento\Framework\View\Element\Template method __construct (line 50) | public function __construct( method _prepareLayout (line 66) | protected function _prepareLayout() method getSendUrl (line 90) | public function getSendUrl() method getEnteredData (line 101) | public function getEnteredData($key) method getBackUrl (line 119) | public function getBackUrl() method getEmailSharingLimit (line 129) | public function getEmailSharingLimit() method getTextSharingLimit (line 139) | public function getTextSharingLimit() FILE: app/code/Magento/Wishlist/Block/Customer/Sidebar.php class Sidebar (line 19) | class Sidebar extends \Magento\Wishlist\Block\AbstractBlock method getTitle (line 26) | public function getTitle() method getProductPriceHtml (line 41) | public function getProductPriceHtml( method getPriceRender (line 66) | private function getPriceRender() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist.php class Wishlist (line 18) | class Wishlist extends \Magento\Wishlist\Block\AbstractBlock method __construct (line 55) | public function __construct( method _prepareCollection (line 79) | protected function _prepareCollection($collection) method paginateCollection (line 91) | private function paginateCollection() method getWishlistItems (line 105) | public function getWishlistItems() method _prepareLayout (line 120) | protected function _prepareLayout() method getBackUrl (line 151) | public function getBackUrl() method setOptionsRenderCfgs (line 162) | public function setOptionsRenderCfgs($optionCfg) method getOptionsRenderCfgs (line 173) | public function getOptionsRenderCfgs() method addOptionsRenderCfg (line 186) | public function addOptionsRenderCfg($productType, $helperName, $templa... method getOptionsRenderCfg (line 198) | public function getOptionsRenderCfg($productType) method getDetailsHtml (line 215) | public function getDetailsHtml(\Magento\Wishlist\Model\Item $item) method getAddToCartQty (line 248) | public function getAddToCartQty(\Magento\Wishlist\Model\Item $item) method getAddAllToCartParams (line 259) | public function getAddAllToCartParams() method _toHtml (line 270) | protected function _toHtml() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Button.php class Button (line 18) | class Button extends \Magento\Framework\View\Element\Template method __construct (line 40) | public function __construct( method getWishlist (line 56) | public function getWishlist() method getConfig (line 66) | public function getConfig() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column.php class Column (line 16) | class Column extends \Magento\Wishlist\Block\AbstractBlock method isEnabled (line 23) | public function isEnabled() method _toHtml (line 33) | protected function _toHtml() method getJs (line 54) | public function getJs() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Actions.php class Actions (line 19) | class Actions extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Cart.php class Cart (line 21) | class Cart extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column method __construct (line 36) | public function __construct( method getAddToCartQty (line 54) | public function getAddToCartQty(\Magento\Wishlist\Model\Item $item) method getProductItem (line 67) | public function getProductItem() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Comment.php class Comment (line 19) | class Comment extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Edit.php class Edit (line 19) | class Edit extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Image.php class Image (line 21) | class Image extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column method __construct (line 34) | public function __construct( method getProductForThumbnail (line 57) | public function getProductForThumbnail(\Magento\Wishlist\Model\Item $i... FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Info.php class Info (line 19) | class Info extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Remove.php class Remove (line 19) | class Remove extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Options.php class Options (line 16) | class Options extends \Magento\Wishlist\Block\AbstractBlock method __construct (line 41) | public function __construct( method _construct (line 60) | protected function _construct() method addOptionsRenderCfg (line 74) | public function addOptionsRenderCfg($productType, $helperName, $templa... method getOptionsRenderCfg (line 86) | public function getOptionsRenderCfg($productType) method getConfiguredOptions (line 102) | public function getConfiguredOptions() method getTemplate (line 132) | public function getTemplate() method _toHtml (line 156) | protected function _toHtml() FILE: app/code/Magento/Wishlist/Block/Customer/Wishlist/Items.php class Items (line 15) | class Items extends \Magento\Framework\View\Element\Template method getColumns (line 22) | public function getColumns() FILE: app/code/Magento/Wishlist/Block/Item/Configure.php class Configure (line 19) | class Configure extends \Magento\Framework\View\Element\Template method __construct (line 41) | public function __construct( method getWishlistOptions (line 57) | public function getWishlistOptions() method getProduct (line 67) | public function getProduct() method getUpdateParams (line 77) | public function getUpdateParams() method getWishlistItem (line 87) | protected function getWishlistItem() method _prepareLayout (line 97) | protected function _prepareLayout() FILE: app/code/Magento/Wishlist/Block/Link.php class Link (line 21) | class Link extends \Magento\Framework\View\Element\Html\Link implements ... method __construct (line 40) | public function __construct( method _toHtml (line 52) | protected function _toHtml() method getHref (line 63) | public function getHref() method getLabel (line 71) | public function getLabel() method getSortOrder (line 80) | public function getSortOrder() FILE: app/code/Magento/Wishlist/Block/Rss/EmailLink.php class EmailLink (line 19) | class EmailLink extends Link method getLinkParams (line 29) | protected function getLinkParams() FILE: app/code/Magento/Wishlist/Block/Rss/Link.php class Link (line 16) | class Link extends \Magento\Framework\View\Element\Template method __construct (line 40) | public function __construct( method getLink (line 56) | public function getLink() method isRssAllowed (line 66) | public function isRssAllowed() method getLinkParams (line 77) | protected function getLinkParams() FILE: app/code/Magento/Wishlist/Block/Share/Email/Items.php class Items (line 18) | class Items extends \Magento\Wishlist\Block\AbstractBlock method getProductUrl (line 32) | public function getProductUrl($product, $additional = []) method getAddToCartUrl (line 45) | public function getAddToCartUrl($product, $additional = []) method hasDescription (line 58) | public function hasDescription($item) FILE: app/code/Magento/Wishlist/Block/Share/Wishlist.php class Wishlist (line 18) | class Wishlist extends \Magento\Wishlist\Block\AbstractBlock method __construct (line 38) | public function __construct( method _prepareLayout (line 58) | protected function _prepareLayout() method getWishlistCustomer (line 70) | public function getWishlistCustomer() method getHeader (line 84) | public function getHeader() FILE: app/code/Magento/Wishlist/Controller/AbstractIndex.php class AbstractIndex (line 15) | abstract class AbstractIndex extends Action\Action implements IndexInter... FILE: app/code/Magento/Wishlist/Controller/Index/Add.php class Add (line 21) | class Add extends \Magento\Wishlist\Controller\AbstractIndex implements ... method __construct (line 50) | public function __construct( method execute (line 73) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Allcart.php class Allcart (line 18) | class Allcart extends \Magento\Wishlist\Controller\AbstractIndex impleme... method __construct (line 41) | public function __construct( method execute (line 58) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Cart.php class Cart (line 18) | class Cart extends \Magento\Wishlist\Controller\AbstractIndex implements... method __construct (line 84) | public function __construct( method execute (line 121) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Configure.php class Configure (line 18) | class Configure extends \Magento\Wishlist\Controller\AbstractIndex imple... method __construct (line 43) | public function __construct( method execute (line 61) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/DownloadCustomOption.php class DownloadCustomOption (line 20) | class DownloadCustomOption extends \Magento\Wishlist\Controller\Abstract... method __construct (line 41) | public function __construct( method execute (line 57) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Fromcart.php class Fromcart (line 25) | class Fromcart extends \Magento\Wishlist\Controller\AbstractIndex implem... method __construct (line 66) | public function __construct( method execute (line 91) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Index.php class Index (line 12) | class Index extends \Magento\Wishlist\Controller\AbstractIndex method __construct (line 23) | public function __construct( method execute (line 37) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Plugin.php class Plugin (line 17) | class Plugin method __construct (line 51) | public function __construct( method beforeDispatch (line 73) | public function beforeDispatch(\Magento\Framework\App\ActionInterface ... FILE: app/code/Magento/Wishlist/Controller/Index/Remove.php class Remove (line 21) | class Remove extends \Magento\Wishlist\Controller\AbstractIndex implemen... method __construct (line 44) | public function __construct( method execute (line 63) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Send.php class Send (line 33) | class Send extends \Magento\Wishlist\Controller\AbstractIndex implements... method __construct (line 117) | public function __construct( method execute (line 162) | public function execute() method addLayoutHandles (line 309) | protected function addLayoutHandles(ResultLayout $resultLayout) method getRssLink (line 324) | protected function getRssLink($wishlistId, ResultLayout $resultLayout) method getWishlistItems (line 340) | protected function getWishlistItems(ResultLayout $resultLayout) method logCaptchaAttempt (line 353) | private function logCaptchaAttempt(CaptchaModel $captchaModel): void method validateCaptcha (line 373) | private function validateCaptcha(CaptchaModel $captchaModel, string $c... FILE: app/code/Magento/Wishlist/Controller/Index/Share.php class Share (line 11) | class Share extends \Magento\Wishlist\Controller\AbstractIndex method __construct (line 22) | public function __construct( method execute (line 35) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/Update.php class Update (line 16) | class Update extends \Magento\Wishlist\Controller\AbstractIndex implemen... method __construct (line 39) | public function __construct( method execute (line 59) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Index/UpdateItemOptions.php class UpdateItemOptions (line 21) | class UpdateItemOptions extends \Magento\Wishlist\Controller\AbstractInd... method __construct (line 50) | public function __construct( method execute (line 69) | public function execute() FILE: app/code/Magento/Wishlist/Controller/IndexInterface.php type IndexInterface (line 15) | interface IndexInterface extends \Magento\Framework\App\ActionInterface,... FILE: app/code/Magento/Wishlist/Controller/Shared/Allcart.php class Allcart (line 12) | class Allcart extends \Magento\Framework\App\Action\Action method __construct (line 29) | public function __construct( method execute (line 44) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Shared/Cart.php class Cart (line 26) | class Cart extends \Magento\Framework\App\Action\Action implements HttpG... method __construct (line 61) | public function __construct( method execute (line 85) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Shared/Index.php class Index (line 12) | class Index extends Action method __construct (line 37) | public function __construct( method execute (line 54) | public function execute() FILE: app/code/Magento/Wishlist/Controller/Shared/WishlistProvider.php class WishlistProvider (line 11) | class WishlistProvider implements WishlistProviderInterface method __construct (line 38) | public function __construct( method getWishlist (line 53) | public function getWishlist($wishlistId = null) FILE: app/code/Magento/Wishlist/Controller/WishlistProvider.php class WishlistProvider (line 16) | class WishlistProvider implements WishlistProviderInterface method __construct (line 49) | public function __construct( method getWishlist (line 66) | public function getWishlist($wishlistId = null) FILE: app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php type WishlistProviderInterface (line 13) | interface WishlistProviderInterface method getWishlist (line 21) | public function getWishlist($wishlistId = null); FILE: app/code/Magento/Wishlist/CustomerData/Wishlist.php class Wishlist (line 15) | class Wishlist implements SectionSourceInterface method __construct (line 54) | public function __construct( method getSectionData (line 73) | public function getSectionData() method getCounter (line 85) | protected function getCounter() method createCounter (line 96) | protected function createCounter($count) method getItems (line 111) | protected function getItems() method getItemData (line 132) | protected function getItemData(\Magento\Wishlist\Model\Item $wishlistI... method getImageData (line 161) | protected function getImageData($product) FILE: app/code/Magento/Wishlist/Helper/Data.php class Data (line 26) | class Data extends \Magento\Framework\App\Helper\AbstractHelper method __construct (line 127) | public function __construct( method _isCustomerLogIn (line 156) | protected function _isCustomerLogIn() method _getCurrentCustomer (line 166) | protected function _getCurrentCustomer() method setCustomer (line 177) | public function setCustomer(\Magento\Customer\Api\Data\CustomerInterfa... method getCustomer (line 187) | public function getCustomer() method getWishlist (line 200) | public function getWishlist() method getItemCount (line 219) | public function getItemCount() method _createWishlistItemCollection (line 248) | protected function _createWishlistItemCollection() method getWishlistItemCollection (line 258) | public function getWishlistItemCollection() method _getUrlStore (line 272) | protected function _getUrlStore($item) method getRemoveParams (line 300) | public function getRemoveParams($item, $addReferer = false) method getConfigureUrl (line 319) | public function getConfigureUrl($item) method getAddParams (line 337) | public function getAddParams($item, array $params = []) method getMoveFromCartParams (line 364) | public function getMoveFromCartParams($itemId) method getUpdateParams (line 377) | public function getUpdateParams($item) method getAddToCartUrl (line 404) | public function getAddToCartUrl($item) method getAddToCartParams (line 416) | public function getAddToCartParams($item, $addReferer = false) method addRefererToParams (line 437) | public function addRefererToParams(array $params) method getSharedAddToCartUrl (line 450) | public function getSharedAddToCartUrl($item) method getSharedAddAllToCartUrl (line 463) | public function getSharedAddAllToCartUrl() method _getCartUrlParameters (line 476) | protected function _getCartUrlParameters($item) method getListUrl (line 493) | public function getListUrl($wishlistId = null) method isAllow (line 507) | public function isAllow() method isAllowInCart (line 524) | public function isAllowInCart() method getCustomerName (line 534) | public function getCustomerName() method getRssUrl (line 547) | public function getRssUrl($wishlistId = null) method defaultCommentString (line 566) | public function defaultCommentString() method getDefaultWishlistName (line 576) | public function getDefaultWishlistName() method calculate (line 589) | public function calculate() method isDisplayQty (line 626) | public function isDisplayQty() method getProductUrl (line 641) | public function getProductUrl($item, $additional = []) FILE: app/code/Magento/Wishlist/Helper/Rss.php class Rss (line 17) | class Rss extends \Magento\Wishlist\Helper\Data method __construct (line 48) | public function __construct( method getWishlist (line 82) | public function getWishlist() method getCustomer (line 104) | public function getCustomer() method isRssAllow (line 125) | public function isRssAllow() FILE: app/code/Magento/Wishlist/Model/AuthenticationState.php class AuthenticationState (line 9) | class AuthenticationState implements AuthenticationStateInterface method isEnabled (line 16) | public function isEnabled() FILE: app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php type AuthenticationStateInterface (line 13) | interface AuthenticationStateInterface method isEnabled (line 20) | public function isEnabled(); FILE: app/code/Magento/Wishlist/Model/Config.php class Config (line 12) | class Config method __construct (line 44) | public function __construct( method getProductAttributes (line 68) | public function getProductAttributes() method getSharingEmailLimit (line 80) | public function getSharingEmailLimit() method getSharingTextLimit (line 90) | public function getSharingTextLimit() FILE: app/code/Magento/Wishlist/Model/Config/Source/Summary.php class Summary (line 8) | class Summary implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 13) | public function toOptionArray() FILE: app/code/Magento/Wishlist/Model/Item.php class Item (line 36) | class Item extends AbstractModel implements ItemInterface method __construct (line 146) | public function __construct( method _construct (line 178) | protected function _construct() method setQty (line 189) | public function setQty($qty) method _compareOptions (line 202) | protected function _compareOptions($options1, $options2) method _addOptionCode (line 223) | protected function _addOptionCode($option) method _hasModelChanged (line 241) | protected function _hasModelChanged() method saveItemOptions (line 255) | public function saveItemOptions() method setIsOptionsSaved (line 279) | public function setIsOptionsSaved($flag) method isOptionsSaved (line 289) | public function isOptionsSaved() method afterSave (line 299) | public function afterSave() method validate (line 311) | public function validate() method beforeSave (line 328) | public function beforeSave() method loadByProductWishlist (line 356) | public function loadByProductWishlist($wishlistId, $productId, $shared... method getProduct (line 371) | public function getProduct() method addToCart (line 405) | public function addToCart(\Magento\Checkout\Model\Cart $cart, $delete ... method getProductUrl (line 455) | public function getProductUrl() method getBuyRequest (line 473) | public function getBuyRequest() method mergeBuyRequest (line 493) | public function mergeBuyRequest($buyRequest) method setBuyRequest (line 523) | public function setBuyRequest($buyRequest) method isRepresent (line 539) | public function isRepresent($product, $buyRequest) method representProduct (line 575) | public function representProduct($product) method compareOptions (line 603) | public function compareOptions($options1, $options2) method setOptions (line 623) | public function setOptions($options) method getOptions (line 636) | public function getOptions() method getOptionsByCode (line 646) | public function getOptionsByCode() method addOption (line 658) | public function addOption($option) method removeOption (line 688) | public function removeOption($code) method getOptionByCode (line 703) | public function getOptionByCode($code) method canHaveQty (line 716) | public function canHaveQty() method getCustomDownloadUrl (line 727) | public function getCustomDownloadUrl() method setCustomDownloadUrl (line 738) | public function setCustomDownloadUrl($url) method getFileDownloadParams (line 751) | public function getFileDownloadParams() method loadWithOptions (line 768) | public function loadWithOptions($id, $optionsFilter = null) FILE: app/code/Magento/Wishlist/Model/Item/Option.php class Option (line 21) | class Option extends \Magento\Framework\Model\AbstractModel implements method __construct (line 53) | public function __construct( method _construct (line 72) | protected function _construct() method _hasModelChanged (line 82) | protected function _hasModelChanged() method setItem (line 97) | public function setItem($item) method getItem (line 109) | public function getItem() method setProduct (line 120) | public function setProduct($product) method getProduct (line 132) | public function getProduct() method getValue (line 150) | public function getValue() method beforeSave (line 160) | public function beforeSave() method __clone (line 173) | public function __clone() FILE: app/code/Magento/Wishlist/Model/ItemCarrier.php class ItemCarrier (line 27) | class ItemCarrier method __construct (line 85) | public function __construct( method moveAllToCart (line 117) | public function moveAllToCart(Wishlist $wishlist, $qtys) FILE: app/code/Magento/Wishlist/Model/LocaleQuantityProcessor.php class LocaleQuantityProcessor (line 13) | class LocaleQuantityProcessor method __construct (line 29) | public function __construct( method process (line 43) | public function process($qty) FILE: app/code/Magento/Wishlist/Model/Product/AttributeValueProvider.php class AttributeValueProvider (line 15) | class AttributeValueProvider method __construct (line 25) | public function __construct( method getRawAttributeValue (line 39) | public function getRawAttributeValue(int $productId, string $attribute... FILE: app/code/Magento/Wishlist/Model/ResourceModel/Item.php class Item (line 18) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 25) | protected function _construct() method loadByProductWishlist (line 39) | public function loadByProductWishlist($object, $wishlistId, $productId... method save (line 61) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection.php class Collection (line 23) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method __construct (line 185) | public function __construct( method _construct (line 229) | public function _construct() method getMetadataPool (line 241) | protected function getMetadataPool() method _afterLoad (line 255) | protected function _afterLoad() method _assignOptions (line 276) | protected function _assignOptions() method _assignProducts (line 298) | protected function _assignProducts() method _renderFiltersBefore (line 356) | protected function _renderFiltersBefore() method addWishlistFilter (line 406) | public function addWishlistFilter(\Magento\Wishlist\Model\Wishlist $wi... method addCustomerIdFilter (line 418) | public function addCustomerIdFilter($customerId) method addStoreFilter (line 437) | public function addStoreFilter($storeIds = []) method addStoreData (line 453) | public function addStoreData() method resetSortOrder (line 469) | public function resetSortOrder() method setVisibilityFilter (line 481) | public function setVisibilityFilter($flag = true) method setSalableFilter (line 495) | public function setSalableFilter($flag = true) method setInStockFilter (line 509) | public function setInStockFilter($flag = true) method addDaysInWishlist (line 520) | public function addDaysInWishlist() method addDaysFilter (line 534) | public function addDaysFilter($constraints) method _joinProductNameTable (line 568) | protected function _joinProductNameTable() method addProductNameFilter (line 600) | public function addProductNameFilter($productName) method setOrderByProductName (line 614) | public function setOrderByProductName($dir) method getItemsQty (line 626) | public function getItemsQty() method _afterLoadData (line 644) | protected function _afterLoadData() FILE: app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection/Grid.php class Grid (line 18) | class Grid extends \Magento\Wishlist\Model\ResourceModel\Item\Collection method __construct (line 48) | public function __construct( method _initSelect (line 95) | protected function _initSelect() method _assignProducts (line 111) | protected function _assignProducts() method setOrder (line 136) | public function setOrder($field, $direction = self::SORT_ORDER_DESC) method addFieldToFilter (line 152) | public function addFieldToFilter($field, $condition = null) method addQtyFilter (line 185) | private function addQtyFilter(string $field, array $condition) FILE: app/code/Magento/Wishlist/Model/ResourceModel/Item/Option.php class Option (line 18) | class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 23) | protected function _construct() FILE: app/code/Magento/Wishlist/Model/ResourceModel/Item/Option/Collection.php class Collection (line 21) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 42) | protected function _construct() method _afterLoad (line 55) | protected function _afterLoad() method addItemFilter (line 84) | public function addItemFilter($item) method getProductIds (line 105) | public function getProductIds() method getOptionsByItem (line 118) | public function getOptionsByItem($item) method getOptionsByProduct (line 144) | public function getOptionsByProduct($product) FILE: app/code/Magento/Wishlist/Model/ResourceModel/Wishlist.php class Wishlist (line 18) | class Wishlist extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 39) | protected function _construct() method _getLoadSelect (line 52) | protected function _getLoadSelect($field, $value, $object) method getCustomerIdFieldName (line 66) | public function getCustomerIdFieldName() method setCustomerIdFieldName (line 77) | public function setCustomerIdFieldName($fieldName) method save (line 86) | public function save(\Magento\Framework\Model\AbstractModel $object) FILE: app/code/Magento/Wishlist/Model/ResourceModel/Wishlist/Collection.php class Collection (line 18) | class Collection extends \Magento\Framework\Model\ResourceModel\Db\Colle... method _construct (line 25) | protected function _construct() method filterByCustomerId (line 36) | public function filterByCustomerId($customerId) method filterByCustomerIds (line 48) | public function filterByCustomerIds(array $customerIds) FILE: app/code/Magento/Wishlist/Model/Rss/Wishlist.php class Wishlist (line 17) | class Wishlist implements DataProviderInterface method __construct (line 90) | public function __construct( method isAllowed (line 119) | public function isAllowed() method getRssData (line 131) | public function getRssData() method getCacheKey (line 201) | public function getCacheKey() method getCacheLifetime (line 211) | public function getCacheLifetime() method getHeader (line 221) | public function getHeader() method getWishlist (line 239) | protected function getWishlist() method getProductPriceHtml (line 251) | public function getProductPriceHtml(\Magento\Catalog\Model\Product $pr... method getFeeds (line 276) | public function getFeeds() method isAuthRequired (line 284) | public function isAuthRequired() FILE: app/code/Magento/Wishlist/Model/Wishlist.php class Wishlist (line 53) | class Wishlist extends AbstractModel implements IdentityInterface method __construct (line 186) | public function __construct( method loadByCustomerId (line 231) | public function loadByCustomerId($customerId, $create = false) method getName (line 253) | public function getName() method generateSharingCode (line 267) | public function generateSharingCode() method loadByCode (line 279) | public function loadByCode($code) method _getSharingRandomCode (line 294) | protected function _getSharingRandomCode() method beforeSave (line 304) | public function beforeSave() method afterSave (line 316) | public function afterSave() method _addCatalogProduct (line 335) | protected function _addCatalogProduct(Product $product, $qty = 1, $for... method getItemCollection (line 375) | public function getItemCollection() method getItem (line 394) | public function getItem($itemId) method addItem (line 409) | public function addItem(Item $item) method addNewItem (line 433) | public function addNewItem($product, $buyRequest = null, $forciblySetQ... method setCustomerId (line 535) | public function setCustomerId($customerId) method getCustomerId (line 546) | public function getCustomerId() method getDataForSave (line 557) | public function getDataForSave() method getSharedStoreIds (line 572) | public function getSharedStoreIds() method setSharedStoreIds (line 595) | public function setSharedStoreIds($storeIds) method getStore (line 607) | public function getStore() method setStore (line 621) | public function setStore($store) method getItemsCount (line 632) | public function getItemsCount() method isSalable (line 642) | public function isSalable() method isInStock (line 658) | private function isInStock($productId) method isOwner (line 677) | public function isOwner($customerId) method updateItem (line 706) | public function updateItem($itemId, $buyRequest, $params = null) method getIdentities (line 772) | public function getIdentities() FILE: app/code/Magento/Wishlist/Model/WishlistCleaner.php class WishlistCleaner (line 18) | class WishlistCleaner method __construct (line 38) | public function __construct( method execute (line 52) | public function execute(ProductInterface $product) FILE: app/code/Magento/Wishlist/Observer/AddToCart.php class AddToCart (line 21) | class AddToCart implements ObserverInterface method __construct (line 49) | public function __construct( method execute (line 66) | public function execute(Observer $observer) FILE: app/code/Magento/Wishlist/Observer/CartUpdateBefore.php class CartUpdateBefore (line 19) | class CartUpdateBefore implements ObserverInterface method __construct (line 37) | public function __construct( method getWishlist (line 51) | protected function getWishlist($customerId) method execute (line 65) | public function execute(Observer $observer) FILE: app/code/Magento/Wishlist/Observer/CustomerLogin.php class CustomerLogin (line 17) | class CustomerLogin implements ObserverInterface method __construct (line 27) | public function __construct(Data $wishlistData) method execute (line 36) | public function execute(Observer $observer) FILE: app/code/Magento/Wishlist/Observer/CustomerLogout.php class CustomerLogout (line 17) | class CustomerLogout implements ObserverInterface method __construct (line 27) | public function __construct(Session $customerSession) method execute (line 38) | public function execute(Observer $observer) FILE: app/code/Magento/Wishlist/Plugin/Helper/Product/View.php class View (line 18) | class View method beforePrepareAndRender (line 31) | public function beforePrepareAndRender( FILE: app/code/Magento/Wishlist/Plugin/Model/ResourceModel/Product.php class Product (line 19) | class Product method __construct (line 29) | public function __construct( method beforeDelete (line 44) | public function beforeDelete( FILE: app/code/Magento/Wishlist/Plugin/Ui/DataProvider/WishlistSettings.php class WishlistSettings (line 16) | class WishlistSettings method __construct (line 27) | public function __construct(Data $helper) method afterGetData (line 40) | public function afterGetData(\Magento\Catalog\Ui\DataProvider\Product\... FILE: app/code/Magento/Wishlist/Pricing/ConfiguredPrice/ConfigurableProduct.php class ConfigurableProduct (line 15) | class ConfigurableProduct extends AbstractPrice method getConfiguredAmount (line 32) | public function getConfiguredAmount(): \Magento\Framework\Pricing\Amou... method getConfiguredRegularAmount (line 46) | public function getConfiguredRegularAmount(): \Magento\Framework\Prici... method getValue (line 58) | public function getValue() method setItem (line 68) | public function setItem(ItemInterface $item) method getProduct (line 77) | public function getProduct() FILE: app/code/Magento/Wishlist/Pricing/ConfiguredPrice/Downloadable.php class Downloadable (line 12) | class Downloadable extends FinalPrice implements ConfiguredPriceInterface method getValue (line 27) | public function getValue() method getLinkPrice (line 37) | private function getLinkPrice() method getLinks (line 59) | private function getLinks() method setItem (line 70) | public function setItem(ItemInterface $item) FILE: app/code/Magento/Wishlist/Pricing/Render/ConfiguredPriceBox.php class ConfiguredPriceBox (line 10) | class ConfiguredPriceBox extends \Magento\Catalog\Pricing\Render\Configu... method getCacheLifetime (line 15) | protected function getCacheLifetime() method _prepareLayout (line 23) | protected function _prepareLayout() FILE: app/code/Magento/Wishlist/Setup/Patch/Data/ConvertSerializedData.php class ConvertSerializedData (line 18) | class ConvertSerializedData implements DataPatchInterface, PatchVersionI... method __construct (line 47) | public function __construct( method apply (line 62) | public function apply() method getDependencies (line 70) | public static function getDependencies() method getVersion (line 78) | public static function getVersion() method getAliases (line 86) | public function getAliases() method convertSerializedData (line 97) | private function convertSerializedData() FILE: app/code/Magento/Wishlist/Setup/Recurring.php class Recurring (line 18) | class Recurring implements InstallSchemaInterface method __construct (line 34) | public function __construct( method install (line 45) | public function install(SchemaSetupInterface $setup, ModuleContextInte... method addExternalForeignKeys (line 62) | protected function addExternalForeignKeys(SchemaSetupInterface $instal... FILE: app/code/Magento/Wishlist/Test/Unit/Block/Adminhtml/Widget/Grid/Column/Filter/TextTest.php class TextTest (line 11) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetCondition (line 23) | public function testGetCondition() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Cart/Item/Renderer/Actions/MoveToWishlistTest.php class MoveToWishlistTest (line 12) | class MoveToWishlistTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIsAllowInCart (line 38) | public function testIsAllowInCart() method testGetMoveFromCartParams (line 47) | public function testGetMoveFromCartParams() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Customer/SidebarTest.php class SidebarTest (line 11) | class SidebarTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetProductPriceHtml (line 60) | public function testGetProductPriceHtml() method testGetProductPriceHtmlCreateBlock (line 88) | public function testGetProductPriceHtmlCreateBlock() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Customer/Wishlist/Item/OptionsTest.php class OptionsTest (line 10) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetConfiguredOptions (line 87) | public function testGetConfiguredOptions($options, $callNum, $expected) method getConfiguredOptionsDataProvider (line 120) | public function getConfiguredOptionsDataProvider() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Item/ConfigureTest.php class ConfigureTest (line 10) | class ConfigureTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetWishlistOptions (line 63) | public function testGetWishlistOptions() method testGetProduct (line 78) | public function testGetProduct() method testSetLayout (line 94) | public function testSetLayout() method testSetLayoutWithNoItem (line 127) | public function testSetLayoutWithNoItem() method testSetLayoutWithNoBlockAndItem (line 155) | public function testSetLayoutWithNoBlockAndItem() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Rss/EmailLinkTest.php class EmailLinkTest (line 11) | class EmailLinkTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetLink (line 65) | public function testGetLink() FILE: app/code/Magento/Wishlist/Test/Unit/Block/Rss/LinkTest.php class LinkTest (line 11) | class LinkTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetLink (line 71) | public function testGetLink() method testIsRssAllowed (line 84) | public function testIsRssAllowed() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/AllcartTest.php class AllcartTest (line 13) | class AllcartTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method prepareContext (line 88) | protected function prepareContext() method getController (line 142) | public function getController() method testExecuteInvalidFormKey (line 153) | public function testExecuteInvalidFormKey() method testExecuteWithoutWishlist (line 169) | public function testExecuteWithoutWishlist() method testExecutePassed (line 188) | public function testExecutePassed() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/CartTest.php class CartTest (line 16) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 121) | protected function setUp() method testExecuteWithInvalidFormKey (line 244) | public function testExecuteWithInvalidFormKey() method testExecuteWithNoItem (line 259) | public function testExecuteWithNoItem() method testExecuteWithNoWishlist (line 295) | public function testExecuteWithNoWishlist() method testExecuteWithQuantityArray (line 341) | public function testExecuteWithQuantityArray() method testExecuteWithQuantityArrayAjax (line 358) | public function testExecuteWithQuantityArrayAjax() method prepareExecuteWithQuantityArray (line 380) | protected function prepareExecuteWithQuantityArray($isAjax = false) method testExecuteWithoutQuantityArrayAndOutOfStock (line 591) | public function testExecuteWithoutQuantityArrayAndOutOfStock() method testExecuteWithoutQuantityArrayAndConfigurable (line 757) | public function testExecuteWithoutQuantityArrayAndConfigurable() method testExecuteWithEditQuantity (line 923) | public function testExecuteWithEditQuantity() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/FromcartTest.php class FromcartTest (line 26) | class FromcartTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method testExecuteWithInvalidFormKey (line 126) | public function testExecuteWithInvalidFormKey() method testExecutePageNotFound (line 145) | public function testExecutePageNotFound() method testExecuteNoCartItem (line 159) | public function testExecuteNoCartItem() method testExecute (line 212) | public function testExecute() method testExecuteWithException (line 283) | public function testExecuteWithException() method prepareContext (line 324) | protected function prepareContext() method createQuoteMock (line 368) | protected function createQuoteMock($productId, $productName, $dataObje... FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/IndexTest.php class IndexTest (line 13) | class IndexTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method prepareContext (line 81) | protected function prepareContext() method getController (line 129) | public function getController() method testExecuteWithoutWishlist (line 141) | public function testExecuteWithoutWishlist() method testExecutePassed (line 151) | public function testExecutePassed() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/PluginTest.php class PluginTest (line 12) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method tearDown (line 75) | protected function tearDown() method getPlugin (line 90) | protected function getPlugin() method testBeforeDispatch (line 104) | public function testBeforeDispatch() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/RemoveTest.php class RemoveTest (line 13) | class RemoveTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | protected function setUp() method tearDown (line 91) | public function tearDown() method prepareContext (line 104) | protected function prepareContext() method getController (line 145) | public function getController() method testExecuteWithInvalidFormKey (line 161) | public function testExecuteWithInvalidFormKey() method testExecuteWithoutItem (line 187) | public function testExecuteWithoutItem() method testExecuteWithoutWishlist (line 218) | public function testExecuteWithoutWishlist() method testExecuteCanNotSaveWishlist (line 257) | public function testExecuteCanNotSaveWishlist() method testExecuteCanNotSaveWishlistAndWithRedirect (line 340) | public function testExecuteCanNotSaveWishlistAndWithRedirect() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/SendTest.php class SendTest (line 31) | class SendTest extends \PHPUnit\Framework\TestCase method setUp (line 87) | protected function setUp() method testExecuteNoFormKeyValidated (line 215) | public function testExecuteNoFormKeyValidated() method testExecuteNoWishlistAvailable (line 234) | public function testExecuteNoWishlistAvailable() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/ShareTest.php class ShareTest (line 11) | class ShareTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testExecute (line 47) | public function testExecute() method testExecuteAuthenticationFail (line 59) | public function testExecuteAuthenticationFail() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Index/UpdateItemOptionsTest.php class UpdateItemOptionsTest (line 13) | class UpdateItemOptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 80) | protected function setUp() method tearDown (line 113) | public function tearDown() method prepareContext (line 132) | public function prepareContext() method getController (line 170) | protected function getController() method testExecuteWithInvalidFormKey (line 188) | public function testExecuteWithInvalidFormKey() method testExecuteWithoutProductId (line 216) | public function testExecuteWithoutProductId() method testExecuteWithoutProduct (line 236) | public function testExecuteWithoutProduct() method testExecuteWithoutWishList (line 268) | public function testExecuteWithoutWishList() method testExecuteAddSuccessException (line 337) | public function testExecuteAddSuccessException() method testExecuteAddSuccessCriticalException (line 458) | public function testExecuteAddSuccessCriticalException() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Shared/AllcartTest.php class AllcartTest (line 11) | class AllcartTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testExecuteWithWishlist (line 114) | public function testExecuteWithWishlist() method testExecuteWithNoWishlist (line 138) | public function testExecuteWithNoWishlist() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/Shared/CartTest.php class CartTest (line 31) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 84) | protected function setUp() method testExecute (line 193) | public function testExecute( method dataProviderExecute (line 292) | public function dataProviderExecute() method testExecuteLocalizedException (line 300) | public function testExecuteLocalizedException() method testExecuteProductException (line 335) | public function testExecuteProductException() method testExecuteException (line 366) | public function testExecuteException() FILE: app/code/Magento/Wishlist/Test/Unit/Controller/WishlistProviderTest.php class WishlistProviderTest (line 8) | class WishlistProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetWishlist (line 63) | public function testGetWishlist() method testGetWishlistWithCustomer (line 74) | public function testGetWishlistWithCustomer() method testGetWishlistWithIdAndCustomer (line 101) | public function testGetWishlistWithIdAndCustomer() method testGetWishlistWithIdWithoutCustomer (line 133) | public function testGetWishlistWithIdWithoutCustomer() FILE: app/code/Magento/Wishlist/Test/Unit/CustomerData/WishlistTest.php class WishlistTest (line 24) | class WishlistTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetSectionData (line 82) | public function testGetSectionData() method testGetSectionDataWithTwoItems (line 265) | public function testGetSectionDataWithTwoItems() method testGetSectionDataWithoutItems (line 464) | public function testGetSectionDataWithoutItems() FILE: app/code/Magento/Wishlist/Test/Unit/DataProvider/Product/Collector/ButtonTest.php class ButtonTest (line 21) | class ButtonTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testCollect (line 54) | public function testCollect() method testCollectEmptyExtensionAttributes (line 90) | public function testCollectEmptyExtensionAttributes() FILE: app/code/Magento/Wishlist/Test/Unit/Helper/DataTest.php class DataTest (line 26) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | protected function setUp() method testGetAddToCartUrl (line 162) | public function testGetAddToCartUrl() method testGetConfigureUrl (line 179) | public function testGetConfigureUrl() method testGetWishlist (line 205) | public function testGetWishlist() method testGetWishlistWithCoreRegistry (line 214) | public function testGetWishlistWithCoreRegistry() method testGetAddToCartParams (line 223) | public function testGetAddToCartParams() method testGetAddToCartParamsWithReferer (line 271) | public function testGetAddToCartParamsWithReferer() method testGetRemoveParams (line 325) | public function testGetRemoveParams() method testGetRemoveParamsWithReferer (line 353) | public function testGetRemoveParamsWithReferer() method testGetSharedAddToCartUrl (line 387) | public function testGetSharedAddToCartUrl() method testGetSharedAddAllToCartUrl (line 428) | public function testGetSharedAddAllToCartUrl() method testGetRssUrlWithCustomerNotLogin (line 445) | public function testGetRssUrlWithCustomerNotLogin() FILE: app/code/Magento/Wishlist/Test/Unit/Helper/RssTest.php class RssTest (line 11) | class RssTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testGetWishlistWithWishlistId (line 107) | public function testGetWishlistWithWishlistId() method testGetWishlistWithCustomerId (line 133) | public function testGetWishlistWithCustomerId() method testGetCustomerWithSession (line 185) | public function testGetCustomerWithSession() method testIsRssAllow (line 226) | public function testIsRssAllow($isModuleEnabled, $isWishlistActive, $r... method dataProviderIsRssAllow (line 244) | public function dataProviderIsRssAllow() FILE: app/code/Magento/Wishlist/Test/Unit/Model/AuthenticationStateTest.php class AuthenticationStateTest (line 11) | class AuthenticationStateTest extends \PHPUnit\Framework\TestCase method testIsEnabled (line 13) | public function testIsEnabled() FILE: app/code/Magento/Wishlist/Test/Unit/Model/ConfigTest.php class ConfigTest (line 10) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetProductAttributes (line 47) | public function testGetProductAttributes() method testGetSharingEmailLimit (line 62) | public function testGetSharingEmailLimit() method testGetSharingTextLimit (line 67) | public function testGetSharingTextLimit() FILE: app/code/Magento/Wishlist/Test/Unit/Model/ItemCarrierTest.php class ItemCarrierTest (line 13) | class ItemCarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testMoveAllToCart (line 87) | public function testMoveAllToCart() method testMoveAllToCartWithNotSalableAndOptions (line 262) | public function testMoveAllToCartWithNotSalableAndOptions() method testMoveAllToCartWithException (line 458) | public function testMoveAllToCartWithException() FILE: app/code/Magento/Wishlist/Test/Unit/Model/ItemTest.php class ItemTest (line 15) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testAddGetOptions (line 126) | public function testAddGetOptions($code, $option) method testRemoveOptionByCode (line 150) | public function testRemoveOptionByCode($code, $option) method getOptionsDataProvider (line 178) | public function getOptionsDataProvider() method testCompareOptionsPositive (line 198) | public function testCompareOptionsPositive() method testCompareOptionsNegative (line 223) | public function testCompareOptionsNegative() method testCompareOptionsNegativeOptionsTwoHaveNotOption (line 249) | public function testCompareOptionsNegativeOptionsTwoHaveNotOption() method testSetAndSaveItemOptions (line 271) | public function testSetAndSaveItemOptions() method testGetProductWithException (line 303) | public function testGetProductWithException() method testGetProduct (line 310) | public function testGetProduct() FILE: app/code/Magento/Wishlist/Test/Unit/Model/LocaleQuantityProcessorTest.php class LocaleQuantityProcessorTest (line 10) | class LocaleQuantityProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testProcess (line 41) | public function testProcess($qtyResult, $expectedResult) method processDataProvider (line 66) | public function processDataProvider() FILE: app/code/Magento/Wishlist/Test/Unit/Model/Product/AttributeValueProviderTest.php class AttributeValueProviderTest (line 21) | class AttributeValueProviderTest extends TestCase method setUp (line 48) | protected function setUp() method testGetAttributeTextWhenFlatIsDisabled (line 68) | public function testGetAttributeTextWhenFlatIsDisabled(int $productId,... method testGetAttributeTextWhenFlatIsEnabled (line 120) | public function testGetAttributeTextWhenFlatIsEnabled(int $productId, ... method attributeDataProvider (line 171) | public function attributeDataProvider(): array FILE: app/code/Magento/Wishlist/Test/Unit/Model/ResourceModel/Item/CollectionTest.php class CollectionTest (line 16) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testAddProductNameFilter (line 168) | public function testAddProductNameFilter() FILE: app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php class WishlistTest (line 14) | class WishlistTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testGetRssData (line 120) | public function testGetRssData() method processWishlistItemDescription (line 206) | protected function processWishlistItemDescription($wishlistModelMock, ... method testIsAllowed (line 279) | public function testIsAllowed() method testGetCacheKey (line 300) | public function testGetCacheKey() method testGetCacheLifetime (line 312) | public function testGetCacheLifetime() method testIsAuthRequired (line 317) | public function testIsAuthRequired() method testGetProductPriceHtmlBlockDoesntExists (line 329) | public function testGetProductPriceHtmlBlockDoesntExists() method testGetProductPriceHtmlBlockExists (line 365) | public function testGetProductPriceHtmlBlockExists() FILE: app/code/Magento/Wishlist/Test/Unit/Model/WishlistCleanerTest.php class WishlistCleanerTest (line 22) | class WishlistCleanerTest extends TestCase method setUp (line 42) | protected function setUp() method testExecute (line 52) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Model/WishlistTest.php class WishlistTest (line 42) | class WishlistTest extends TestCase method setUp (line 134) | protected function setUp() method testLoadByCustomerId (line 218) | public function testLoadByCustomerId() method testUpdateItem (line 250) | public function testUpdateItem($itemId, $buyRequest, $param) method updateItemDataProvider (line 353) | public function updateItemDataProvider() method testAddNewItem (line 360) | public function testAddNewItem() FILE: app/code/Magento/Wishlist/Test/Unit/Observer/AddToCartTest.php class AddToCartTest (line 14) | class AddToCartTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testExecute (line 95) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Observer/CartUpdateBeforeTest.php class CartUpdateBeforeTest (line 14) | class CartUpdateBeforeTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testExecute (line 77) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Observer/CustomerLoginTest.php class CustomerLoginTest (line 11) | class CustomerLoginTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testExecute (line 32) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Observer/CustomerLogoutTest.php class CustomerLogoutTest (line 10) | class CustomerLogoutTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testExecute (line 34) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Plugin/Model/ResourceModel/ProductTest.php class ProductTest (line 20) | class ProductTest extends TestCase method setUp (line 35) | protected function setUp() method testExecute (line 46) | public function testExecute() FILE: app/code/Magento/Wishlist/Test/Unit/Plugin/Ui/DataProvider/WishlistSettingsTest.php class WishlistSettingsTest (line 17) | class WishlistSettingsTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testAfterGetData (line 47) | public function testAfterGetData() FILE: app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/ConfigurableProductTest.php class ConfigurableProductTest (line 8) | class ConfigurableProductTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetValue (line 61) | public function testGetValue() method testGetValueWithNoCustomOption (line 101) | public function testGetValueWithNoCustomOption() FILE: app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/DownloadableTest.php class DownloadableTest (line 15) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetValue (line 73) | public function testGetValue() method testGetValueNoLinksPurchasedSeparately (line 124) | public function testGetValueNoLinksPurchasedSeparately() method testGetValueNoOptions (line 146) | public function testGetValueNoOptions() method testGetValueWithNoCustomOption (line 190) | public function testGetValueWithNoCustomOption() FILE: app/code/Magento/Wishlist/Test/Unit/Pricing/Render/ConfiguredPriceBoxTest.php class ConfiguredPriceBoxTest (line 10) | class ConfiguredPriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testSetLayout (line 71) | public function testSetLayout() FILE: app/code/Magento/Wishlist/Test/Unit/ViewModel/AllowedQuantityTest.php class AllowedQuantityTest (line 21) | class AllowedQuantityTest extends TestCase method setUp (line 51) | protected function setUp() method testGettingMinMaxQty (line 85) | public function testGettingMinMaxQty(int $minSaleQty, int $maxSaleQty,... method saleQuantityDataProvider (line 119) | public function saleQuantityDataProvider(): array FILE: app/code/Magento/Wishlist/Ui/DataProvider/Product/Collector/Button.php class Button (line 21) | class Button implements ProductRenderCollectorInterface method __construct (line 46) | public function __construct( method collect (line 59) | public function collect(ProductInterface $product, ProductRenderInterf... FILE: app/code/Magento/Wishlist/ViewModel/AllowedQuantity.php class AllowedQuantity (line 18) | class AllowedQuantity implements ArgumentInterface method __construct (line 33) | public function __construct(StockRegistry $stockRegistry) method setItem (line 44) | public function setItem(ItemInterface $item): self method getItem (line 55) | public function getItem(): ItemInterface method getMinMaxQty (line 65) | public function getMinMaxQty(): array FILE: app/code/Magento/WishlistGraphQl/Model/Resolver/CustomerWishlistResolver.php class CustomerWishlistResolver (line 19) | class CustomerWishlistResolver implements ResolverInterface method __construct (line 29) | public function __construct(WishlistFactory $wishlistFactory) method resolve (line 37) | public function resolve( FILE: app/code/Magento/WishlistGraphQl/Model/Resolver/ProductResolver.php class ProductResolver (line 20) | class ProductResolver implements ResolverInterface method __construct (line 30) | public function __construct(ProductDataProvider $productDataProvider) method resolve (line 38) | public function resolve( FILE: app/code/Magento/WishlistGraphQl/Model/Resolver/WishlistItemsResolver.php class WishlistItemsResolver (line 24) | class WishlistItemsResolver implements ResolverInterface method __construct (line 40) | public function __construct( method resolve (line 51) | public function resolve( method getWishListItems (line 85) | private function getWishListItems(Wishlist $wishlist): array FILE: app/code/Magento/WishlistGraphQl/Model/Resolver/WishlistResolver.php class WishlistResolver (line 21) | class WishlistResolver implements ResolverInterface method __construct (line 37) | public function __construct(WishlistResourceModel $wishlistResource, W... method resolve (line 46) | public function resolve( FILE: app/design/adminhtml/Magento/backend/web/js/theme.js function isMenuFixed (line 31) | function isMenuFixed() { function checkAddClass (line 40) | function checkAddClass(el, $class) { function checkRemoveClass (line 51) | function checkRemoveClass(el, $class) { function positionMenu (line 60) | function positionMenu() { FILE: app/functions.php function __ (line 19) | function __() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Controller/CookieTester.php class CookieTester (line 16) | abstract class CookieTester implements \Magento\Framework\App\ActionInte... method __construct (line 39) | public function __construct( method getCookieMetadataFactory (line 53) | protected function getCookieMetadataFactory() method getCookieManager (line 61) | protected function getCookieManager() method dispatch (line 72) | public function dispatch(RequestInterface $request) FILE: dev/tests/api-functional/_files/Magento/TestModule1/Controller/CookieTester/DeleteCookie.php class DeleteCookie (line 13) | class DeleteCookie extends \Magento\TestModule1\Controller\CookieTester method execute (line 19) | public function execute() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Controller/CookieTester/SetPublicCookie.php class SetPublicCookie (line 12) | class SetPublicCookie extends \Magento\TestModule1\Controller\CookieTester method execute (line 19) | public function execute() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Controller/CookieTester/SetSensitiveCookie.php class SetSensitiveCookie (line 12) | class SetSensitiveCookie extends \Magento\TestModule1\Controller\CookieT... method execute (line 19) | public function execute() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V1/AllSoapAndRest.php class AllSoapAndRest (line 12) | class AllSoapAndRest implements \Magento\TestModule1\Service\V1\AllSoapA... method __construct (line 28) | public function __construct( method item (line 39) | public function item($itemId) method items (line 47) | public function items() method create (line 58) | public function create($name) method update (line 66) | public function update(Item $entityItem) method testOptionalParam (line 72) | public function testOptionalParam($name = null) method itemAnyType (line 84) | public function itemAnyType(Item $item) method getPreconfiguredItem (line 92) | public function getPreconfiguredItem() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V1/AllSoapAndRestInterface.php type AllSoapAndRestInterface (line 10) | interface AllSoapAndRestInterface method item (line 16) | public function item($itemId); method create (line 22) | public function create($name); method update (line 28) | public function update(Item $entityItem); method items (line 33) | public function items(); method testOptionalParam (line 39) | public function testOptionalParam($name = null); method itemAnyType (line 45) | public function itemAnyType(Item $entityItem); method getPreconfiguredItem (line 50) | public function getPreconfiguredItem(); FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V1/Entity/Item.php class Item (line 8) | class Item extends \Magento\Framework\Api\AbstractExtensibleObject method getItemId (line 21) | public function getItemId() method setItemId (line 30) | public function setItemId($itemId) method getName (line 38) | public function getName() method setName (line 47) | public function setName($name) method getCustomAttributesCodes (line 57) | protected function getCustomAttributesCodes() FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V2/AllSoapAndRest.php class AllSoapAndRest (line 11) | class AllSoapAndRest implements \Magento\TestModule1\Service\V2\AllSoapA... method __construct (line 21) | public function __construct(ItemFactory $itemFactory) method item (line 29) | public function item($id) method items (line 37) | public function items($filters = [], $sortOrder = 'ASC') method create (line 63) | public function create($name) method update (line 71) | public function update(Item $entityItem) method delete (line 82) | public function delete($id) FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V2/AllSoapAndRestInterface.php type AllSoapAndRestInterface (line 10) | interface AllSoapAndRestInterface method item (line 18) | public function item($id); method create (line 26) | public function create($name); method update (line 34) | public function update(Item $entityItem); method items (line 43) | public function items($filters = [], $sortOrder = 'ASC'); method delete (line 51) | public function delete($id); FILE: dev/tests/api-functional/_files/Magento/TestModule1/Service/V2/Entity/Item.php class Item (line 8) | class Item extends \Magento\Framework\Api\AbstractExtensibleObject method getId (line 13) | public function getId() method setId (line 22) | public function setId($id) method getName (line 30) | public function getName() method setName (line 39) | public function setName($name) method getPrice (line 47) | public function getPrice() method setPrice (line 56) | public function setPrice($price) FILE: dev/tests/api-functional/_files/Magento/TestModule2/Service/V1/Entity/Item.php class Item (line 8) | class Item extends \Magento\Framework\Api\AbstractExtensibleObject method getId (line 13) | public function getId() method setId (line 22) | public function setId($id) method getName (line 30) | public function getName() method setName (line 39) | public function setName($name) FILE: dev/tests/api-functional/_files/Magento/TestModule2/Service/V1/NoWebApiXml.php class NoWebApiXml (line 11) | class NoWebApiXml implements \Magento\TestModule2\Service\V1\NoWebApiXml... method __construct (line 21) | public function __construct(ItemFactory $itemFactory) method item (line 29) | public function item($id) method items (line 37) | public function items() method create (line 49) | public function create($name) method update (line 57) | public function update(Item $item) FILE: dev/tests/api-functional/_files/Magento/TestModule2/Service/V1/NoWebApiXmlInterface.php type NoWebApiXmlInterface (line 10) | interface NoWebApiXmlInterface method item (line 18) | public function item($id); method create (line 26) | public function create($name); method update (line 34) | public function update(Item $item); method items (line 41) | public function items(); FILE: dev/tests/api-functional/_files/Magento/TestModule2/Service/V1/SubsetRest.php class SubsetRest (line 11) | class SubsetRest implements \Magento\TestModule2\Service\V1\SubsetRestIn... method __construct (line 21) | public function __construct(ItemFactory $itemFactory) method item (line 29) | public function item($id) method items (line 37) | public function items() method create (line 49) | public function create($name) method update (line 57) | public function update(Item $item) method remove (line 65) | public function remove($id) FILE: dev/tests/api-functional/_files/Magento/TestModule2/Service/V1/SubsetRestInterface.php type SubsetRestInterface (line 10) | interface SubsetRestInterface method item (line 18) | public function item($id); method items (line 25) | public function items(); method create (line 33) | public function create($name); method update (line 41) | public function update(Item $item); method remove (line 49) | public function remove($id); FILE: dev/tests/api-functional/_files/Magento/TestModule3/Service/V1/Entity/Parameter.php class Parameter (line 9) | class Parameter extends \Magento\Framework\Api\AbstractExtensibleObject method getName (line 16) | public function getName() method setName (line 27) | public function setName($name) method getValue (line 37) | public function getValue() method setValue (line 48) | public function setValue($value) FILE: dev/tests/api-functional/_files/Magento/TestModule3/Service/V1/Entity/WrappedErrorParameter.php class WrappedErrorParameter (line 9) | class WrappedErrorParameter extends \Magento\Framework\Api\AbstractExten... method getFieldName (line 16) | public function getFieldName() method getValue (line 26) | public function getValue() method setFieldName (line 37) | public function setFieldName($fieldName) method setValue (line 48) | public function setValue($value) FILE: dev/tests/api-functional/_files/Magento/TestModule3/Service/V1/Error.php class Error (line 18) | class Error implements \Magento\TestModule3\Service\V1\ErrorInterface method __construct (line 28) | public function __construct(ParameterFactory $parameterFactory) method success (line 36) | public function success() method resourceNotFoundException (line 44) | public function resourceNotFoundException() method serviceException (line 57) | public function serviceException() method authorizationException (line 65) | public function authorizationException() method webapiException (line 73) | public function webapiException() method otherException (line 85) | public function otherException() method returnIncompatibleDataType (line 93) | public function returnIncompatibleDataType() method inputException (line 101) | public function inputException($wrappedErrorParameters) FILE: dev/tests/api-functional/_files/Magento/TestModule3/Service/V1/ErrorInterface.php type ErrorInterface (line 10) | interface ErrorInterface method success (line 15) | public function success(); method resourceNotFoundException (line 20) | public function resourceNotFoundException(); method serviceException (line 25) | public function serviceException(); method authorizationException (line 30) | public function authorizationException(); method webapiException (line 35) | public function webapiException(); method otherException (line 40) | public function otherException(); method returnIncompatibleDataType (line 45) | public function returnIncompatibleDataType(); method inputException (line 51) | public function inputException($wrappedErrorParameters); FILE: dev/tests/api-functional/_files/Magento/TestModule4/Model/ResourceModel/Item.php class Item (line 12) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 19) | protected function _construct() FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/DataObjectService.php class DataObjectService (line 13) | class DataObjectService implements \Magento\TestModule4\Service\V1\DataO... method __construct (line 23) | public function __construct(DataObjectResponseFactory $responseFactory) method getData (line 31) | public function getData($id) method updateData (line 39) | public function updateData($id, DataObjectRequest $request) method nestedData (line 47) | public function nestedData($id, NestedDataObjectRequest $request) method scalarResponse (line 58) | public function scalarResponse($id) method extensibleDataObject (line 66) | public function extensibleDataObject($id, ExtensibleRequestInterface $... FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/DataObjectServiceInterface.php type DataObjectServiceInterface (line 12) | interface DataObjectServiceInterface method getData (line 18) | public function getData($id); method updateData (line 25) | public function updateData($id, DataObjectRequest $request); method nestedData (line 32) | public function nestedData($id, NestedDataObjectRequest $request); method scalarResponse (line 40) | public function scalarResponse($id); method extensibleDataObject (line 47) | public function extensibleDataObject( FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/Entity/DataObjectRequest.php class DataObjectRequest (line 8) | class DataObjectRequest extends \Magento\Framework\Api\AbstractExtensibl... method getName (line 13) | public function getName() method setName (line 22) | public function setName($name) method getEntityId (line 30) | public function getEntityId() method setEntityId (line 39) | public function setEntityId($entityId) FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/Entity/DataObjectResponse.php class DataObjectResponse (line 8) | class DataObjectResponse extends \Magento\Framework\Api\AbstractExtensib... method getEntityId (line 13) | public function getEntityId() method setEntityId (line 22) | public function setEntityId($entityId) method getName (line 30) | public function getName() method setName (line 39) | public function setName($name) FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/Entity/ExtensibleRequest.php class ExtensibleRequest (line 14) | class ExtensibleRequest extends \Magento\Framework\Model\AbstractExtensi... method getName (line 16) | public function getName() method setName (line 25) | public function setName($name) method setEntityId (line 34) | public function setEntityId($entityId) FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/Entity/ExtensibleRequestInterface.php type ExtensibleRequestInterface (line 8) | interface ExtensibleRequestInterface extends \Magento\Framework\Api\Exte... method getName (line 13) | public function getName(); method setName (line 19) | public function setName($name); method getEntityId (line 24) | public function getEntityId(); method setEntityId (line 30) | public function setEntityId($entityId); FILE: dev/tests/api-functional/_files/Magento/TestModule4/Service/V1/Entity/NestedDataObjectRequest.php class NestedDataObjectRequest (line 8) | class NestedDataObjectRequest extends \Magento\Framework\Api\AbstractExt... method getDetails (line 13) | public function getDetails() method setDetails (line 22) | public function setDetails(\Magento\TestModule4\Service\V1\Entity\Data... FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V1/AllSoapAndRest.php class AllSoapAndRest (line 10) | class AllSoapAndRest implements \Magento\TestModule5\Service\V1\AllSoapA... method __construct (line 20) | public function __construct(AllSoapAndRestFactory $factory) method item (line 28) | public function item($entityId) method items (line 40) | public function items() method create (line 50) | public function create(\Magento\TestModule5\Service\V1\Entity\AllSoapA... method update (line 62) | public function update(\Magento\TestModule5\Service\V1\Entity\AllSoapA... method nestedUpdate (line 70) | public function nestedUpdate( FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V1/AllSoapAndRestInterface.php type AllSoapAndRestInterface (line 12) | interface AllSoapAndRestInterface method item (line 21) | public function item($entityId); method items (line 28) | public function items(); method create (line 36) | public function create(\Magento\TestModule5\Service\V1\Entity\AllSoapA... method update (line 44) | public function update(\Magento\TestModule5\Service\V1\Entity\AllSoapA... method nestedUpdate (line 54) | public function nestedUpdate( FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V1/Entity/AllSoapAndRest.php class AllSoapAndRest (line 14) | class AllSoapAndRest extends \Magento\Framework\Api\AbstractExtensibleOb... method getEntityId (line 33) | public function getEntityId() method setEntityId (line 44) | public function setEntityId($entityId) method getName (line 54) | public function getName() method setName (line 65) | public function setName($name) method isEnabled (line 75) | public function isEnabled() method setIsEnabled (line 86) | public function setIsEnabled($isEnabled) method hasOrders (line 96) | public function hasOrders() method setHasOrders (line 107) | public function setHasOrders($hasOrders) method getFieldExcludedFromWsdl (line 118) | public function getFieldExcludedFromWsdl($value) FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V1/OverrideService.php class OverrideService (line 11) | class OverrideService implements OverrideServiceInterface method __construct (line 21) | public function __construct(AllSoapAndRestFactory $factory) method scalarUpdate (line 29) | public function scalarUpdate($entityId, $name, $hasOrders) FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V1/OverrideServiceInterface.php type OverrideServiceInterface (line 9) | interface OverrideServiceInterface method scalarUpdate (line 19) | public function scalarUpdate($entityId, $name, $orders); FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V2/AllSoapAndRest.php class AllSoapAndRest (line 11) | class AllSoapAndRest implements AllSoapAndRestInterface method __construct (line 21) | public function __construct(AllSoapAndRestFactory $factory) method item (line 29) | public function item($id) method items (line 37) | public function items() method create (line 47) | public function create(\Magento\TestModule5\Service\V2\Entity\AllSoapA... method update (line 55) | public function update(\Magento\TestModule5\Service\V2\Entity\AllSoapA... method delete (line 66) | public function delete($id) FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V2/AllSoapAndRestInterface.php type AllSoapAndRestInterface (line 12) | interface AllSoapAndRestInterface method item (line 21) | public function item($id); method items (line 28) | public function items(); method create (line 36) | public function create(\Magento\TestModule5\Service\V2\Entity\AllSoapA... method update (line 44) | public function update(\Magento\TestModule5\Service\V2\Entity\AllSoapA... method delete (line 52) | public function delete($id); FILE: dev/tests/api-functional/_files/Magento/TestModule5/Service/V2/Entity/AllSoapAndRest.php class AllSoapAndRest (line 14) | class AllSoapAndRest extends \Magento\TestModule5\Service\V2\AllSoapAndRest method getPrice (line 24) | public function getPrice() FILE: dev/tests/api-functional/_files/Magento/TestModuleAuthorizenetAcceptjs/Gateway/Http/MockClient.php class MockClient (line 18) | class MockClient implements ClientInterface method __construct (line 34) | public function __construct( method placeRequest (line 48) | public function placeRequest(TransferInterface $transferObject): array method createResponse (line 69) | private function createResponse(bool $approve): array method getApprovalMessage (line 111) | private function getApprovalMessage(): array method getDeclineMessage (line 126) | private function getDeclineMessage(): array FILE: dev/tests/api-functional/_files/Magento/TestModuleAuthorizenetAcceptjs/Gateway/Validator/TransactionHashValidator.php class TransactionHashValidator (line 16) | class TransactionHashValidator extends AbstractValidator method validate (line 25) | public function validate(array $validationSubject): ResultInterface FILE: dev/tests/api-functional/_files/Magento/TestModuleBraintree/Model/Adapter/BraintreeAdapter.php class BraintreeAdapter (line 23) | class BraintreeAdapter extends \Magento\Braintree\Model\Adapter\Braintre... method __construct (line 37) | public function __construct( method createNonce (line 52) | public function createNonce($token) method sale (line 61) | public function sale(array $attributes) method generate (line 71) | public function generate(array $params = []) FILE: dev/tests/api-functional/_files/Magento/TestModuleBraintree/Model/MockResponseDataProvider.php class MockResponseDataProvider (line 15) | class MockResponseDataProvider method __construct (line 25) | public function __construct( method generateMockSaleResponse (line 37) | public function generateMockSaleResponse(array $attributes) method generateMockNonceResponse (line 66) | public function generateMockNonceResponse(string $token): \Braintree\I... method generateMockClientToken (line 78) | public function generateMockClientToken(): string method createTransaction (line 90) | private function createTransaction(array $attributes): \Braintree\Tran... method generateCardDetails (line 118) | private function generateCardDetails(): array method createNonce (line 138) | private function createNonce(string $token): \Braintree\PaymentMethodN... FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Api/CustomerPersistenceInterface.php type CustomerPersistenceInterface (line 11) | interface CustomerPersistenceInterface method save (line 24) | public function save(\Magento\Customer\Api\Data\CustomerInterface $cus... method get (line 36) | public function get($email, $websiteId = null); method getById (line 48) | public function getById($id, $websiteId = null); method delete (line 59) | public function delete($id); FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Api/Data/ExtensionAttributeInterface.php type ExtensionAttributeInterface (line 8) | interface ExtensionAttributeInterface method getId (line 24) | public function getId(); method setId (line 33) | public function setId($id); method getCustomerId (line 41) | public function getCustomerId(); method setCustomerId (line 50) | public function setCustomerId($customerId); method getValue (line 58) | public function getValue(); method setValue (line 67) | public function setValue($value); FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/Address/Mapper.php class Mapper (line 13) | class Mapper implements MapperInterface method entityToDatabase (line 18) | public function entityToDatabase($entityType, $data) method databaseToEntity (line 30) | public function databaseToEntity($entityType, $data) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/CustomerPersistence.php class CustomerPersistence (line 12) | class CustomerPersistence implements CustomerPersistenceInterface method __construct (line 24) | public function __construct( method save (line 35) | public function save(\Magento\Customer\Api\Data\CustomerInterface $cus... method get (line 43) | public function get($email, $websiteId = null) method getById (line 50) | public function getById($id, $websiteId = null) method delete (line 61) | public function delete($id) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/Data/ExtensionAttribute.php class ExtensionAttribute (line 8) | class ExtensionAttribute extends \Magento\Framework\Api\AbstractSimpleOb... method getId (line 16) | public function getId() method getCustomerId (line 26) | public function getCustomerId() method getValue (line 36) | public function getValue() method setId (line 47) | public function setId($id) method setCustomerId (line 58) | public function setCustomerId($customerId) method setValue (line 69) | public function setValue($value) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/ResourceModel/Address/ReadHandler.php class ReadHandler (line 14) | class ReadHandler implements ExtensionInterface method __construct (line 30) | public function __construct( method execute (line 44) | public function execute($entity, $arguments = []) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/ResourceModel/Address/SaveHandler.php class SaveHandler (line 13) | class SaveHandler implements ExtensionInterface method __construct (line 23) | public function __construct( method execute (line 36) | public function execute($entity, $arguments = []) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/ResourceModel/ReadHandler.php class ReadHandler (line 17) | class ReadHandler implements ExtensionInterface method __construct (line 51) | public function __construct( method execute (line 72) | public function execute($entity, $arguments = []) FILE: dev/tests/api-functional/_files/Magento/TestModuleDefaultHydrator/Model/ResourceModel/SaveHandler.php class SaveHandler (line 13) | class SaveHandler implements ExtensionInterface method __construct (line 23) | public function __construct( method execute (line 36) | public function execute($entity, $arguments = []) FILE: dev/tests/api-functional/_files/Magento/TestModuleFedex/Model/MockResponseBodyLoader.php class MockResponseBodyLoader (line 19) | class MockResponseBodyLoader method __construct (line 45) | public function __construct( method loadForRequest (line 62) | public function loadForRequest(array $request): string FILE: dev/tests/api-functional/_files/Magento/TestModuleFedex/Model/MockSoapClient.php class MockSoapClient (line 13) | class MockSoapClient extends \SoapClient method __construct (line 25) | public function __construct( method getRates (line 41) | public function getRates(array $rateRequest): \stdClass FILE: dev/tests/api-functional/_files/Magento/TestModuleFedex/Model/MockSoapClientFactory.php class MockSoapClientFactory (line 15) | class MockSoapClientFactory extends \Magento\Framework\Webapi\Soap\Clien... method create (line 24) | public function create($wsdl, array $options = []): \SoapClient FILE: dev/tests/api-functional/_files/Magento/TestModuleGraphQlQuery/Model/Resolver/Item.php class Item (line 14) | class Item implements ResolverInterface method resolve (line 19) | public function resolve( FILE: dev/tests/api-functional/_files/Magento/TestModuleGraphQlQueryExtension/Model/Resolver/IntegerList.php class IntegerList (line 17) | class IntegerList implements ResolverInterface method resolve (line 22) | public function resolve( FILE: dev/tests/api-functional/_files/Magento/TestModuleJoinDirectives/Api/TestRepositoryInterface.php type TestRepositoryInterface (line 11) | interface TestRepositoryInterface method getList (line 19) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: dev/tests/api-functional/_files/Magento/TestModuleJoinDirectives/Model/TestRepository.php class TestRepository (line 14) | class TestRepository implements TestRepositoryInterface method __construct (line 36) | public function __construct( method getList (line 49) | public function getList(\Magento\Framework\Api\SearchCriteriaInterface... FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Api/AllSoapAndRestInterface.php type AllSoapAndRestInterface (line 8) | interface AllSoapAndRestInterface method item (line 14) | public function item($itemId); method create (line 20) | public function create($name); method update (line 26) | public function update(\Magento\TestModuleMSC\Api\Data\ItemInterface $... method items (line 31) | public function items(); method testOptionalParam (line 37) | public function testOptionalParam($name = null); method itemAnyType (line 43) | public function itemAnyType(\Magento\TestModuleMSC\Api\Data\ItemInterf... method getPreconfiguredItem (line 48) | public function getPreconfiguredItem(); FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Api/Data/CustomAttributeDataObjectInterface.php type CustomAttributeDataObjectInterface (line 8) | interface CustomAttributeDataObjectInterface extends \Magento\Framework\... method getName (line 15) | public function getName(); method setName (line 21) | public function setName($name); FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Api/Data/CustomAttributeNestedDataObjectInterface.php type CustomAttributeNestedDataObjectInterface (line 8) | interface CustomAttributeNestedDataObjectInterface extends \Magento\Fram... method getName (line 13) | public function getName(); method setName (line 19) | public function setName($name); FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Api/Data/ItemInterface.php type ItemInterface (line 8) | interface ItemInterface extends \Magento\Framework\Api\ExtensibleDataInt... method getItemId (line 13) | public function getItemId(); method setItemId (line 19) | public function setItemId($itemId); method getName (line 24) | public function getName(); method setName (line 30) | public function setName($name); FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/AllSoapAndRest.php class AllSoapAndRest (line 11) | class AllSoapAndRest implements \Magento\TestModuleMSC\Api\AllSoapAndRes... method __construct (line 27) | public function __construct( method item (line 38) | public function item($itemId) method items (line 46) | public function items() method create (line 57) | public function create($name) method update (line 65) | public function update(\Magento\TestModuleMSC\Api\Data\ItemInterface $... method testOptionalParam (line 71) | public function testOptionalParam($name = null) method itemAnyType (line 83) | public function itemAnyType(\Magento\TestModuleMSC\Api\Data\ItemInterf... method getPreconfiguredItem (line 91) | public function getPreconfiguredItem() FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/Data/CustomAttributeDataObject.php class CustomAttributeDataObject (line 17) | class CustomAttributeDataObject extends AbstractExtensibleObject impleme... method getName (line 22) | public function getName() method setName (line 31) | public function setName($name) FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/Data/CustomAttributeNestedDataObject.php class CustomAttributeNestedDataObject (line 16) | class CustomAttributeNestedDataObject extends \Magento\Framework\Model\A... method getName (line 22) | public function getName() method setName (line 31) | public function setName($name) FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/Data/Eav/AttributeMetadata.php class AttributeMetadata (line 15) | class AttributeMetadata extends AbstractExtensibleObject implements Meta... method getAttributeId (line 30) | public function getAttributeId() method setAttributeId (line 41) | public function setAttributeId($attributeId) method getAttributeCode (line 51) | public function getAttributeCode() method setAttributeCode (line 62) | public function setAttributeCode($attributeCode) FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/Data/Item.php class Item (line 16) | class Item extends \Magento\Framework\Model\AbstractExtensibleModel impl... method getItemId (line 21) | public function getItemId() method setItemId (line 30) | public function setItemId($itemId) method getName (line 38) | public function getName() method setName (line 47) | public function setName($name) FILE: dev/tests/api-functional/_files/Magento/TestModuleMSC/Model/ResourceModel/Item.php class Item (line 12) | class Item extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb method _construct (line 19) | protected function _construct() FILE: dev/tests/api-functional/_files/Magento/TestModuleUps/Model/Carrier.php class Carrier (line 20) | class Carrier extends \Magento\Ups\Model\Carrier method __construct (line 53) | public function __construct( method _getCgiQuotes (line 106) | protected function _getCgiQuotes() FILE: dev/tests/api-functional/_files/Magento/TestModuleUps/Model/MockResponseBodyLoader.php class MockResponseBodyLoader (line 17) | class MockResponseBodyLoader method __construct (line 35) | public function __construct( method loadForRequest (line 50) | public function loadForRequest(string $country): string FILE: dev/tests/api-functional/_files/Magento/TestModuleUsps/Model/MockAsyncClient.php class MockAsyncClient (line 19) | class MockAsyncClient implements AsyncClientInterface method __construct (line 35) | public function __construct( method request (line 50) | public function request(Request $request): HttpResponseDeferredInterface FILE: dev/tests/api-functional/_files/Magento/TestModuleUsps/Model/MockDeferredResponse.php class MockDeferredResponse (line 17) | class MockDeferredResponse implements HttpResponseDeferredInterface method __construct (line 28) | public function __construct(Response $response) method cancel (line 36) | public function cancel(bool $force = false): void method isCancelled (line 44) | public function isCancelled(): bool method isDone (line 52) | public function isDone(): bool method get (line 60) | public function get(): Response FILE: dev/tests/api-functional/_files/Magento/TestModuleUsps/Model/MockResponseBodyLoader.php class MockResponseBodyLoader (line 18) | class MockResponseBodyLoader method __construct (line 36) | public function __construct( method loadForRequest (line 51) | public function loadForRequest(Request $request): string FILE: dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php class ApiConfigFixture (line 21) | class ApiConfigFixture extends ConfigFixture method _assignConfigData (line 50) | protected function _assignConfigData(TestCase $test) method _restoreConfigData (line 86) | protected function _restoreConfigData() method loadConfigs (line 124) | private function loadConfigs(string $configPath, string $storeCode = n... method checkIfValueExist (line 141) | private function checkIfValueExist(string $configPath, string $storeCo... method getStoreIdByCode (line 154) | private function getStoreIdByCode(string $storeCode): int method _setConfigValue (line 164) | protected function _setConfigValue($configPath, $value, $storeCode = f... FILE: dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php class ApiDataFixture (line 15) | class ApiDataFixture method __construct (line 35) | public function __construct($fixtureBaseDir) method startTest (line 50) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 60) | public function endTest() method _getFixtures (line 76) | protected function _getFixtures($scope, \PHPUnit\Framework\TestCase $t... method _applyOneFixture (line 105) | protected function _applyOneFixture($fixture) method _applyFixtures (line 131) | protected function _applyFixtures(array $fixtures) method _revertFixtures (line 145) | protected function _revertFixtures() FILE: dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php class ApiMutableScopeConfig (line 20) | class ApiMutableScopeConfig implements MutableScopeConfigInterface method isSetFlag (line 30) | public function isSetFlag($path, $scopeType = ScopeConfigInterface::SC... method getValue (line 38) | public function getValue($path, $scopeType = ScopeConfigInterface::SCO... method setValue (line 46) | public function setValue( method clean (line 61) | public function clean() method getTestAppConfig (line 71) | private function getTestAppConfig() method persistConfig (line 88) | private function persistConfig($path, $value, $scopeType, $scopeCode):... FILE: dev/tests/api-functional/framework/Magento/TestFramework/Assert/AssertArrayContains.php class AssertArrayContains (line 14) | class AssertArrayContains method assert (line 21) | public static function assert(array $expected, array $actual) FILE: dev/tests/api-functional/framework/Magento/TestFramework/Authentication/OauthHelper.php class OauthHelper (line 16) | class OauthHelper method getConsumerCredentials (line 35) | public static function getConsumerCredentials($date = null) method getAccessToken (line 73) | public static function getAccessToken() method getApiAccessCredentials (line 109) | public static function getApiAccessCredentials($resources = null, Inte... method clearApiAccessCredentials (line 139) | public static function clearApiAccessCredentials() method _rmRecursive (line 150) | protected static function _rmRecursive($dir, $doSaveRoot = false) method _createIntegration (line 175) | protected static function _createIntegration($resources) FILE: dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/CurlClient.php class CurlClient (line 13) | class CurlClient extends \OAuth\Common\Http\Client\CurlClient method retrieveResponse (line 18) | public function retrieveResponse( FILE: dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient.php class OauthClient (line 25) | class OauthClient extends AbstractService method __construct (line 35) | public function __construct( method getRequestTokenEndpoint (line 58) | public function getRequestTokenEndpoint() method getAuthorizationEndpoint (line 68) | public function getAuthorizationEndpoint() method getAccessTokenEndpoint (line 80) | public function getAccessTokenEndpoint() method getTestApiEndpoint (line 90) | public function getTestApiEndpoint() method parseAccessTokenResponse (line 103) | protected function parseAccessTokenResponse($responseBody) method parseRequestTokenResponse (line 115) | protected function parseRequestTokenResponse($responseBody) method _parseToken (line 131) | protected function _parseToken($responseBody) method _parseResponseBody (line 152) | protected function _parseResponseBody($responseBody) method getOauthVerifier (line 172) | public function getOauthVerifier() method buildAuthorizationHeaderForAPIRequest (line 189) | protected function buildAuthorizationHeaderForAPIRequest( method buildOauthAuthorizationHeader (line 226) | public function buildOauthAuthorizationHeader($uri, $token, $tokenSecr... method buildBearerTokenAuthorizationHeader (line 244) | public function buildBearerTokenAuthorizationHeader($token) method validateAccessToken (line 259) | public function validateAccessToken($token, $method = 'GET') FILE: dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient/Signature.php class Signature (line 14) | class Signature extends \OAuth\OAuth1\Signature\Signature method getSignature (line 21) | public function getSignature(UriInterface $uri, array $params, $method... FILE: dev/tests/api-functional/framework/Magento/TestFramework/Bootstrap/WebapiDocBlock.php class WebapiDocBlock (line 16) | class WebapiDocBlock extends \Magento\TestFramework\Bootstrap\DocBlock method _getSubscribers (line 27) | protected function _getSubscribers(\Magento\TestFramework\Application ... FILE: dev/tests/api-functional/framework/Magento/TestFramework/Helper/Customer.php class Customer (line 14) | class Customer extends WebapiAbstract method __construct (line 63) | public function __construct($name = null, array $data = [], $dataName ... method createSampleCustomer (line 88) | public function createSampleCustomer(array $additional = []) method updateSampleCustomer (line 118) | public function updateSampleCustomer($customerId, array $additional = []) method getCustomerSampleData (line 145) | private function getCustomerSampleData(array $additional = []) method createSampleCustomerDataObject (line 180) | public function createSampleCustomerDataObject(array $additional = []) FILE: dev/tests/api-functional/framework/Magento/TestFramework/Helper/JsonSerializer.php class JsonSerializer (line 11) | class JsonSerializer method jsonEncode (line 30) | public function jsonEncode($data) method jsonDecode (line 47) | public function jsonDecode($data, $asArray = true) method checkJsonError (line 61) | private function checkJsonError() FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php class Client (line 17) | class Client method __construct (line 35) | public function __construct( method post (line 54) | public function post(string $query, array $variables = [], string $ope... method get (line 84) | public function get(string $query, array $variables = [], string $oper... method processResponse (line 110) | private function processResponse(string $response) method getWithResponseHeaders (line 138) | public function getWithResponseHeaders( method processErrors (line 165) | private function processErrors($responseBodyArray) method getEndpointUrl (line 199) | public function getEndpointUrl() method processResponseHeaders (line 210) | private function processResponseHeaders(string $headers): array FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/ResponseContainsErrorsException.php class ResponseContainsErrorsException (line 13) | class ResponseContainsErrorsException extends \Exception method __construct (line 26) | public function __construct(string $message, array $responseData, \Exc... method getResponseData (line 37) | public function getResponseData(): array FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php class GraphQlAbstract (line 16) | abstract class GraphQlAbstract extends WebapiAbstract method graphQlQuery (line 41) | public function graphQlQuery( method graphQlMutation (line 66) | public function graphQlMutation( method graphQlQueryWithResponseHeaders (line 89) | public function graphQlQueryWithResponseHeaders( method composeHeaders (line 109) | private function composeHeaders(array $headers): array method cleanCache (line 123) | protected function cleanCache() method getAppCache (line 133) | private function getAppCache() method getGraphQlClient (line 146) | private function getGraphQlClient() method assertResponseFields (line 163) | protected function assertResponseFields($actualResponse, $assertionMap) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php class CurlClient (line 11) | class CurlClient method get (line 23) | public function get($url, $data = [], $headers = []) method getWithFullResponse (line 43) | public function getWithFullResponse($url, $data = [], $headers = []): ... method delete (line 61) | public function delete($url, $headers = []) method post (line 78) | public function post($url, $data, $headers = []) method put (line 97) | public function put($url, $data, $headers = []) method invokeApi (line 117) | public function invokeApi($url, $additionalCurlOpts, $headers = []) method getCurlOptions (line 179) | private function getCurlOptions($customCurlOpts = [], $headers = []) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClientWithCookies.php class CurlClientWithCookies (line 15) | class CurlClientWithCookies method __construct (line 29) | public function __construct( method constructResourceUrl (line 45) | public function constructResourceUrl($resourcePath) method get (line 58) | public function get($resourcePath, $data = [], $headers = []) method cookieParse (line 88) | private function cookieParse($headerBlock) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php class Rest (line 16) | class Rest implements \Magento\TestFramework\TestCase\Webapi\AdapterInte... method __construct (line 48) | public function __construct() method call (line 69) | public function call($serviceInfo, $arguments = [], $storeCode = null,... method _getRestResourcePath (line 123) | protected function _getRestResourcePath($serviceInfo) method _getRestHttpMethod (line 141) | protected function _getRestHttpMethod($serviceInfo) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/DocumentationGenerator.php class DocumentationGenerator (line 13) | class DocumentationGenerator method generateDocumentation (line 23) | public function generateDocumentation($httpMethod, $resourcePath, $arg... method generateHtmlContent (line 53) | protected function generateHtmlContent($httpMethod, $resourcePath, $ar... method generateHtmlFooter (line 142) | protected function generateHtmlFooter() method generateFileName (line 190) | protected function generateFileName() method retrieveParametersAsHtml (line 225) | protected function retrieveParametersAsHtml($parameters) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php class RestClient (line 15) | class RestClient method __construct (line 36) | public function __construct( method get (line 53) | public function get($resourcePath, $data = [], $headers = []) method post (line 72) | public function post($resourcePath, $data, $headers = []) method put (line 95) | public function put($resourcePath, $data, $headers = []) method delete (line 117) | public function delete($resourcePath, $headers = []) method constructResourceUrl (line 129) | public function constructResourceUrl($resourcePath) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php class Soap (line 15) | class Soap implements \Magento\TestFramework\TestCase\Webapi\AdapterInte... method __construct (line 39) | public function __construct() method call (line 51) | public function call($serviceInfo, $arguments = [], $storeCode = null,... method _getSoapClient (line 72) | protected function _getSoapClient($serviceInfo, $storeCode = null) method instantiateSoapClient (line 109) | public function instantiateSoapClient($wsdlUrl, $token = null) method generateWsdlUrl (line 136) | public function generateWsdlUrl($services, $storeCode = null) method _getSoapOperation (line 164) | protected function _getSoapOperation($serviceInfo) method _getSoapServiceVersion (line 186) | protected function _getSoapServiceVersion($serviceInfo) method _getSoapServiceName (line 222) | protected function _getSoapServiceName($serviceInfo) method toSnakeCase (line 244) | protected function toSnakeCase(array $objectData) FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/AdapterInterface.php type AdapterInterface (line 10) | interface AdapterInterface method call (line 43) | public function call($serviceInfo, $arguments = [], $storeCode = null,... FILE: dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php class WebapiAbstract (line 20) | abstract class WebapiAbstract extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 108) | public static function setUpBeforeClass() method tearDownAfterClass (line 121) | public static function tearDownAfterClass() method tearDown (line 145) | protected function tearDown() method _webApiCall (line 169) | protected function _webApiCall( method _markTestAsSoapOnly (line 188) | protected function _markTestAsSoapOnly($message = null) method _markTestAsRestOnly (line 200) | protected function _markTestAsRestOnly($message = null) method setFixture (line 216) | public static function setFixture($key, $fixture, $tearDown = self::AU... method getFixture (line 246) | public static function getFixture($key) method callModelDelete (line 264) | public static function callModelDelete($model, $secure = false) method addModelToDelete (line 285) | public function addModelToDelete($model, $secure = false) method _getWebApiAdapter (line 298) | protected function _getWebApiAdapter($webApiAdapterCode) method _setFixtureNamespace (line 319) | protected static function _setFixtureNamespace() method _unsetFixtureNamespace (line 332) | protected static function _unsetFixtureNamespace() method _getFixtureNamespace (line 347) | protected static function _getFixtureNamespace() method _enableSecureArea (line 365) | protected static function _enableSecureArea($flag = true) method _callModelsDelete (line 383) | protected function _callModelsDelete() method _assertMessagesEqual (line 402) | protected function _assertMessagesEqual($expectedMessages, $receivedMe... method _deleteFixtures (line 417) | protected static function _deleteFixtures($fixtures) method deleteFixture (line 433) | public static function deleteFixture($key, $secure = false) method _getAppCache (line 450) | protected function _getAppCache() method _cleanAppConfigCache (line 479) | protected function _cleanAppConfigCache() method _updateAppConfig (line 495) | protected function _updateAppConfig( method _restoreAppConfig (line 543) | protected function _restoreAppConfig() method processRestExceptionResult (line 566) | public function processRestExceptionResult(\Exception $e) method checkSoapFault (line 587) | protected function checkSoapFault( method _checkFaultParams (line 635) | protected function _checkFaultParams($expectedErrorParams, $errorDetails) method _checkWrappedErrors (line 669) | protected function _checkWrappedErrors($expectedWrappedErrors, $errorD... method getActualWrappedErrors (line 704) | private function getActualWrappedErrors(\stdClass $errorNode) method assertWebApiCallErrors (line 737) | protected function assertWebApiCallErrors(array $serviceInfo, array $d... FILE: dev/tests/api-functional/framework/Magento/TestFramework/WebApiApplication.php class WebApiApplication (line 13) | class WebApiApplication extends Application method run (line 18) | public function run() method install (line 29) | public function install($cleanup) method getCustomDirs (line 62) | protected function getCustomDirs() FILE: dev/tests/api-functional/framework/bootstrap.php function setCustomErrorHandler (line 106) | function setCustomErrorHandler() FILE: dev/tests/api-functional/testsuite/Magento/Analytics/Api/LinkProviderTest.php class LinkProviderTest (line 20) | class LinkProviderTest extends WebapiAbstract method setUp (line 34) | protected function setUp() method testGetAll (line 42) | public function testGetAll() method isTestBaseUrlSecure (line 96) | private function isTestBaseUrlSecure() FILE: dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/BulkStatusInterfaceTest.php class BulkStatusInterfaceTest (line 14) | class BulkStatusInterfaceTest extends WebapiAbstract method testGetListByBulkStartTime (line 24) | public function testGetListByBulkStartTime() FILE: dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/OperationRepositoryInterfaceTest.php class OperationRepositoryInterfaceTest (line 15) | class OperationRepositoryInterfaceTest extends WebapiAbstract method testGetListByBulkStartTime (line 23) | public function testGetListByBulkStartTime() method testGetList (line 71) | public function testGetList() FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 10) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 21) | protected function setUp() method testGetAll (line 29) | public function testGetAll() method testAddItem (line 69) | public function testAddItem() method testUpdate (line 133) | public function testUpdate() FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/OrderInvoiceCreateTest.php class OrderInvoiceCreateTest (line 11) | class OrderInvoiceCreateTest extends \Magento\TestFramework\TestCase\Web... method setUp (line 31) | protected function setUp() method testInvoiceWithSimpleAndBundleCreate (line 45) | public function testInvoiceWithSimpleAndBundleCreate() method testInvoiceWithBundleCreate (line 100) | public function testInvoiceWithBundleCreate() FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 10) | class OrderItemRepositoryTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method testGetList (line 60) | public function testGetList() method assertOrderItem (line 107) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductLinkManagementTest.php class ProductLinkManagementTest (line 11) | class ProductLinkManagementTest extends \Magento\TestFramework\TestCase\... method testGetChildren (line 20) | public function testGetChildren() method testRemoveChild (line 52) | public function testRemoveChild() method testAddChild (line 65) | public function testAddChild() method testSaveChild (line 91) | public function testSaveChild() method saveChild (line 112) | private function saveChild($productSku, $linkedProduct) method addChild (line 142) | private function addChild($productSku, $optionId, $linkedProduct) method getProductOptions (line 166) | protected function getProductOptions($productId) method removeChild (line 176) | protected function removeChild($productSku, $optionId, $childSku) method getChildren (line 198) | protected function getChildren($productSku) FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductOptionRepositoryTest.php class ProductOptionRepositoryTest (line 9) | class ProductOptionRepositoryTest extends \Magento\TestFramework\TestCas... method testGet (line 18) | public function testGet() method testGetList (line 58) | public function testGetList() method testRemove (line 101) | public function testRemove() method testAdd (line 120) | public function testAdd() method testUpdate (line 148) | public function testUpdate() method update (line 178) | protected function update($optionId, $option) method add (line 202) | protected function add($option) method remove (line 223) | protected function remove($productSku, $optionId) method getList (line 243) | protected function getList($productSku) method get (line 264) | protected function get($productSku, $optionId) FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductOptionTypeListTest.php class ProductOptionTypeListTest (line 9) | class ProductOptionTypeListTest extends \Magento\TestFramework\TestCase\... method testGetTypes (line 15) | public function testGetTypes() method getTypes (line 31) | protected function getTypes() FILE: dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductServiceTest.php class ProductServiceTest (line 18) | class ProductServiceTest extends WebapiAbstract method setUp (line 33) | public function setUp() method tearDown (line 42) | public function tearDown() method testCreateBundle (line 51) | public function testCreateBundle() method testUpdateBundleModifyExistingSelection (line 117) | public function testUpdateBundleModifyExistingSelection() method testUpdateBundleModifyExistingOptionOnly (line 145) | public function testUpdateBundleModifyExistingOptionOnly() method testUpdateProductWithoutBundleOptions (line 169) | public function testUpdateProductWithoutBundleOptions() method testUpdateBundleAddSelection (line 195) | public function testUpdateBundleAddSelection() method testUpdateBundleAddAndDeleteOption (line 225) | public function testUpdateBundleAddAndDeleteOption() method getBundleProductOptions (line 267) | protected function getBundleProductOptions($product) method setBundleProductOptions (line 282) | protected function setBundleProductOptions(&$product, $bundleProductOp... method createDynamicBundleProduct (line 292) | protected function createDynamicBundleProduct() method createFixedPriceBundleProduct (line 354) | protected function createFixedPriceBundleProduct() method convertCustomAttributes (line 408) | protected function convertCustomAttributes($customAttributes) method getProduct (line 423) | protected function getProduct($productSku) method createProduct (line 449) | protected function createProduct($product) method deleteProductBySku (line 473) | protected function deleteProductBySku($productSku) method saveProduct (line 498) | protected function saveProduct($product) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/AttributeSetManagementTest.php class AttributeSetManagementTest (line 13) | class AttributeSetManagementTest extends WebapiAbstract method setUp (line 20) | protected function setUp() method testCreate (line 35) | public function testCreate() method testCreateThrowsExceptionIfGivenAttributeSetAlreadyHasId (line 67) | public function testCreateThrowsExceptionIfGivenAttributeSetAlreadyHas... method testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid (line 87) | public function testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid() method testCreateThrowsExceptionIfGivenSkeletonIdHasWrongEntityType (line 107) | public function testCreateThrowsExceptionIfGivenSkeletonIdHasWrongEnti... method testCreateThrowsExceptionIfGivenSkeletonAttributeSetDoesNotExist (line 127) | public function testCreateThrowsExceptionIfGivenSkeletonAttributeSetDo... method testCreateThrowsExceptionIfAttributeSetNameIsEmpty (line 148) | public function testCreateThrowsExceptionIfAttributeSetNameIsEmpty() method testCreateThrowsExceptionIfAttributeSetWithGivenNameAlreadyExists (line 164) | public function testCreateThrowsExceptionIfAttributeSetWithGivenNameAl... method getAttributeSetByName (line 205) | protected function getAttributeSetByName($attributeSetName) method getEntityTypeByCode (line 223) | protected function getEntityTypeByCode($entityTypeCode) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/AttributeSetRepositoryTest.php class AttributeSetRepositoryTest (line 10) | class AttributeSetRepositoryTest extends WebapiAbstract method testGet (line 15) | public function testGet() method testGetThrowsExceptionIfRequestedAttributeSetDoesNotExist (line 46) | public function testGetThrowsExceptionIfRequestedAttributeSetDoesNotEx... method testSave (line 70) | public function testSave() method testDeleteById (line 111) | public function testDeleteById() method testDeleteByIdThrowsExceptionIfRequestedAttributeSetDoesNotExist (line 139) | public function testDeleteByIdThrowsExceptionIfRequestedAttributeSetDo... method testGetList (line 164) | public function testGetList() method getAttributeSetByName (line 207) | protected function getAttributeSetByName($attributeSetName) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/BasePriceStorageTest.php class BasePriceStorageTest (line 15) | class BasePriceStorageTest extends WebapiAbstract method setUp (line 29) | protected function setUp() method testGet (line 39) | public function testGet() method testUpdate (line 67) | public function testUpdate() method testUpdateWithInvalidParameters (line 105) | public function testUpdateWithInvalidParameters() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 17) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 28) | protected function setUp() method testAddProductToCartWithCustomOptions (line 37) | public function testAddProductToCartWithCustomOptions() method testGetList (line 86) | public function testGetList() method getOptions (line 124) | protected function getOptions() method getRequestData (line 145) | protected function getRequestData($cartId) method getOptionRequestValue (line 167) | protected function getOptionRequestValue(ProductCustomOptionInterface ... FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryAttributeOptionManagementInterfaceTest.php class CategoryAttributeOptionManagementInterfaceTest (line 10) | class CategoryAttributeOptionManagementInterfaceTest extends WebapiAbstract method testGetItems (line 16) | public function testGetItems() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryAttributeRepositoryTest.php class CategoryAttributeRepositoryTest (line 9) | class CategoryAttributeRepositoryTest extends \Magento\TestFramework\Tes... method testGet (line 18) | public function testGet() method testGetList (line 29) | public function testGetList() method getAttribute (line 80) | protected function getAttribute($attributeCode) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryLinkManagementTest.php class CategoryLinkManagementTest (line 11) | class CategoryLinkManagementTest extends WebapiAbstract method testAssignedProducts (line 23) | public function testAssignedProducts() method testInfoNoSuchEntityException (line 37) | public function testInfoNoSuchEntityException() method getAssignedProducts (line 50) | protected function getAssignedProducts($id) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryLinkRepositoryTest.php class CategoryLinkRepositoryTest (line 12) | class CategoryLinkRepositoryTest extends WebapiAbstract method testSave (line 28) | public function testSave($productLink, $productId, $productPosition = 0) method saveDataProvider (line 47) | public function saveDataProvider() method testUpdateProduct (line 70) | public function testUpdateProduct($productLink, $productId, $productPo... method updateProductProvider (line 89) | public function updateProductProvider() method testDelete (line 108) | public function testDelete() method isProductInCategory (line 136) | private function isProductInCategory($categoryId, $productId, $product... FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryListTest.php class CategoryListTest (line 17) | class CategoryListTest extends WebapiAbstract method testGetList (line 25) | public function testGetList() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryManagementTest.php class CategoryManagementTest (line 16) | class CategoryManagementTest extends WebapiAbstract method testTree (line 28) | public function testTree($rootCategoryId, $depth, $expected) method treeDataProvider (line 50) | public function treeDataProvider(): array method testUpdateMove (line 146) | public function testUpdateMove($categoryId, $parentId, $afterId, $expe... method updateMoveDataProvider (line 171) | public function updateMoveDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryRepositoryTest.php class CategoryRepositoryTest (line 24) | class CategoryRepositoryTest extends WebapiAbstract method setUp (line 49) | protected function setUp() method testGet (line 61) | public function testGet() method testInfoNoSuchEntityException (line 87) | public function testInfoNoSuchEntityException() method getInfoCategory (line 102) | protected function getInfoCategory($id) method testCreate (line 123) | public function testCreate() method testDelete (line 142) | public function testDelete() method testDeleteNoSuchEntityException (line 166) | public function testDeleteNoSuchEntityException() method testDeleteSystemOrRoot (line 179) | public function testDeleteSystemOrRoot() method deleteSystemOrRootDataProvider (line 184) | public function deleteSystemOrRootDataProvider() method testUpdate (line 195) | public function testUpdate() method getSimpleCategoryData (line 220) | protected function getSimpleCategoryData($categoryData = []) method createCategory (line 255) | protected function createCategory(array $category, ?string $token = null) method deleteCategory (line 280) | protected function deleteCategory($id) method updateCategory (line 305) | protected function updateCategory($id, $data, ?string $token = null) method updateRoleResources (line 339) | private function updateRoleResources(string $roleName, array $resource... method extractCallExceptionMessage (line 357) | private function extractCallExceptionMessage(\Throwable $exception): s... method testSaveDesign (line 375) | public function testSaveDesign(): void FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/CostStorageTest.php class CostStorageTest (line 15) | class CostStorageTest extends WebapiAbstract method setUp (line 29) | protected function setUp() method testGet (line 39) | public function testGet() method testUpdate (line 69) | public function testUpdate() method testUpdateWithInvalidParameters (line 106) | public function testUpdateWithInvalidParameters() method testDelete (line 167) | public function testDelete() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 10) | class OrderItemRepositoryTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method testGetList (line 60) | public function testGetList() method assertOrderItem (line 107) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeGroupRepositoryTest.php class ProductAttributeGroupRepositoryTest (line 9) | class ProductAttributeGroupRepositoryTest extends \Magento\TestFramework... method testCreateGroup (line 18) | public function testCreateGroup() method testDeleteGroup (line 32) | public function testDeleteGroup() method testCreateGroupWithAttributeSetThatDoesNotExist (line 53) | public function testCreateGroupWithAttributeSetThatDoesNotExist() method testUpdateGroup (line 62) | public function testUpdateGroup() method testGetList (line 91) | public function testGetList() method createGroup (line 141) | protected function createGroup($attributeSetId, $groupData = null) method createGroupData (line 164) | protected function createGroupData($attributeSetId) method getGroupByName (line 179) | protected function getGroupByName($groupName) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeManagementTest.php class ProductAttributeManagementTest (line 13) | class ProductAttributeManagementTest extends \Magento\TestFramework\Test... method testGetAttributes (line 19) | public function testGetAttributes() method testAssignAttribute (line 45) | public function testAssignAttribute() method testAssignAttributeWrongAttributeSet (line 55) | public function testAssignAttributeWrongAttributeSet() method testAssignAttributeWrongAttributeGroup (line 79) | public function testAssignAttributeWrongAttributeGroup() method testAssignAttributeWrongAttribute (line 102) | public function testAssignAttributeWrongAttribute() method testUnassignAttribute (line 126) | public function testUnassignAttribute() method getAttributeData (line 166) | protected function getAttributeData() method getAssignServiceInfo (line 176) | protected function getAssignServiceInfo() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeMediaGalleryManagementInterfaceTest.php class ProductAttributeMediaGalleryManagementInterfaceTest (line 23) | class ProductAttributeMediaGalleryManagementInterfaceTest extends Webapi... method setUp (line 59) | protected function setUp() method getTargetSimpleProduct (line 106) | protected function getTargetSimpleProduct() method getTargetGalleryEntryId (line 118) | protected function getTargetGalleryEntryId() method testCreate (line 131) | public function testCreate() method testCreateWithoutFileExtension (line 166) | public function testCreateWithoutFileExtension() method testCreateWithNotDefaultStoreId (line 201) | public function testCreateWithNotDefaultStoreId() method testUpdate (line 247) | public function testUpdate() method testUpdateWithNewImage (line 280) | public function testUpdateWithNewImage(): void method testUpdateWithNotDefaultStoreId (line 320) | public function testUpdateWithNotDefaultStoreId() method assertMediaGalleryData (line 356) | private function assertMediaGalleryData(int $imageId, string $file, st... method testDelete (line 380) | public function testDelete() method testCreateThrowsExceptionIfProvidedContentIsNotBase64Encoded (line 402) | public function testCreateThrowsExceptionIfProvidedContentIsNotBase64E... method testCreateThrowsExceptionIfProvidedContentIsNotAnImage (line 429) | public function testCreateThrowsExceptionIfProvidedContentIsNotAnImage() method testCreateThrowsExceptionIfProvidedImageHasWrongMimeType (line 456) | public function testCreateThrowsExceptionIfProvidedImageHasWrongMimeTy... method testCreateThrowsExceptionIfTargetProductDoesNotExist (line 482) | public function testCreateThrowsExceptionIfTargetProductDoesNotExist() method testCreateThrowsExceptionIfProvidedImageNameContainsForbiddenCharacters (line 510) | public function testCreateThrowsExceptionIfProvidedImageNameContainsFo... method testUpdateThrowsExceptionIfTargetProductDoesNotExist (line 535) | public function testUpdateThrowsExceptionIfTargetProductDoesNotExist() method testUpdateThrowsExceptionIfThereIsNoImageWithGivenId (line 561) | public function testUpdateThrowsExceptionIfThereIsNoImageWithGivenId() method testDeleteThrowsExceptionIfTargetProductDoesNotExist (line 587) | public function testDeleteThrowsExceptionIfTargetProductDoesNotExist() method testDeleteThrowsExceptionIfThereIsNoImageWithGivenId (line 605) | public function testDeleteThrowsExceptionIfThereIsNoImageWithGivenId() method testGet (line 621) | public function testGet() method testGetList (line 670) | public function testGetList() method testGetListForAbsentSku (line 702) | public function testGetListForAbsentSku() method testAddProductVideo (line 737) | public function testAddProductVideo() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeOptionManagementInterfaceTest.php class ProductAttributeOptionManagementInterfaceTest (line 12) | class ProductAttributeOptionManagementInterfaceTest extends WebapiAbstract method testGetItems (line 18) | public function testGetItems() method testAdd (line 54) | public function testAdd($optionData) method addDataProvider (line 89) | public function addDataProvider() method testDelete (line 124) | public function testDelete() method getAttributeOptions (line 160) | private function getAttributeOptions($testAttributeCode) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeRepositoryTest.php class ProductAttributeRepositoryTest (line 14) | class ProductAttributeRepositoryTest extends \Magento\TestFramework\Test... method testGet (line 29) | public function testGet() method testGetList (line 43) | public function testGetList() method testCreate (line 93) | public function testCreate() method testCreateWithExceptionIfAttributeAlreadyExists (line 128) | public function testCreateWithExceptionIfAttributeAlreadyExists() method testUpdate (line 146) | public function testUpdate() method testUpdateWithNoDefaultLabelAndAdminStorelabel (line 216) | public function testUpdateWithNoDefaultLabelAndAdminStorelabel() method testUpdateWithNoDefaultLabelAndNoAdminStoreLabel (line 249) | public function testUpdateWithNoDefaultLabelAndNoAdminStoreLabel() method testUpdateWithNewOption (line 281) | public function testUpdateWithNewOption() method testDeleteById (line 319) | public function testDeleteById() method testDeleteSystemAttributeById (line 333) | public function testDeleteSystemAttributeById(): void method testDeleteNoSuchEntityException (line 342) | public function testDeleteNoSuchEntityException() method createAttribute (line 381) | protected function createAttribute($attributeCode) method getAttribute (line 459) | protected function getAttribute($attributeCode) method deleteAttribute (line 482) | protected function deleteAttribute($attributeCode) method updateAttribute (line 504) | protected function updateAttribute($attributeCode, $attributeData) method tearDown (line 526) | protected function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeTypesListTest.php class ProductAttributeTypesListTest (line 9) | class ProductAttributeTypesListTest extends \Magento\TestFramework\TestC... method testGetItems (line 15) | public function testGetItems() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductCustomAttributeWrongTypeTest.php class ProductCustomAttributeWrongTypeTest (line 11) | class ProductCustomAttributeWrongTypeTest extends WebapiAbstract method tearDown (line 21) | public function tearDown() method testCustomAttributeWrongType (line 31) | public function testCustomAttributeWrongType() method getRequestData (line 56) | protected function getRequestData() method deleteProductBySku (line 137) | protected function deleteProductBySku($productSku) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductCustomOptionRepositoryTest.php class ProductCustomOptionRepositoryTest (line 14) | class ProductCustomOptionRepositoryTest extends WebapiAbstract method setUp (line 28) | protected function setUp() method testRemove (line 38) | public function testRemove() method testGet (line 71) | public function testGet() method testGetList (line 103) | public function testGetList() method testSave (line 146) | public function testSave($optionData) method optionDataProvider (line 185) | public function optionDataProvider() method testAddNegative (line 203) | public function testAddNegative($optionData) method optionNegativeDataProvider (line 235) | public function optionNegativeDataProvider() method testUpdate (line 252) | public function testUpdate() method testUpdateOptionAddingNewValue (line 310) | public function testUpdateOptionAddingNewValue($optionType) method validOptionDataProvider (line 386) | public function validOptionDataProvider() method testUpdateNegative (line 404) | public function testUpdateNegative($optionData, $message, $exceptionCode) method optionNegativeUpdateDataProvider (line 430) | public function optionNegativeUpdateDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductCustomOptionTypeListTest.php class ProductCustomOptionTypeListTest (line 12) | class ProductCustomOptionTypeListTest extends WebapiAbstract method testGetTypes (line 21) | public function testGetTypes() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductLinkManagementInterfaceTest.php class ProductLinkManagementInterfaceTest (line 15) | class ProductLinkManagementInterfaceTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testGetLinkedProductsCrossSell (line 34) | public function testGetLinkedProductsCrossSell() method testGetLinkedProductsRelated (line 45) | public function testGetLinkedProductsRelated() method testGetLinkedProductsUpSell (line 56) | public function testGetLinkedProductsUpSell() method assertLinkedProducts (line 68) | protected function assertLinkedProducts($productSku, $linkType) method testAssign (line 94) | public function testAssign() method getLinkedProducts (line 143) | protected function getLinkedProducts($sku, $linkType) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductLinkRepositoryInterfaceTest.php class ProductLinkRepositoryInterfaceTest (line 12) | class ProductLinkRepositoryInterfaceTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method testDelete (line 32) | public function testDelete() method testSave (line 67) | public function testSave() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductLinkTypeListTest.php class ProductLinkTypeListTest (line 11) | class ProductLinkTypeListTest extends \Magento\TestFramework\TestCase\We... method testGetItems (line 17) | public function testGetItems() method testGetItemAttributes (line 35) | public function testGetItemAttributes() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductMediaAttributeManagementTest.php class ProductMediaAttributeManagementTest (line 11) | class ProductMediaAttributeManagementTest extends WebapiAbstract method testGetList (line 16) | public function testGetList() method getAttributeByCode (line 51) | protected function getAttributeByCode($attributeList, $attributeCode) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRenderListInterfaceTest.php class ProductRenderListInterfaceTest (line 15) | class ProductRenderListInterfaceTest extends WebapiAbstract method testGetList (line 30) | public function testGetList(array $expectedRenderInfo) method productRenderInfoProvider (line 91) | public function productRenderInfoProvider() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php class ProductRepositoryInterfaceTest (line 38) | class ProductRepositoryInterfaceTest extends WebapiAbstract method setUp (line 84) | protected function setUp() method tearDown (line 99) | protected function tearDown() method testGet (line 114) | public function testGet() method getProduct (line 131) | protected function getProduct($sku, $storeCode = null) method testGetNoSuchEntityException (line 152) | public function testGetNoSuchEntityException() method productCreationProvider (line 190) | public function productCreationProvider() method loadWebsiteByCode (line 211) | private function loadWebsiteByCode($websiteCode) method testUpdateWithDeleteWebsites (line 228) | public function testUpdateWithDeleteWebsites() method testDeleteAllWebsiteAssociations (line 252) | public function testDeleteAllWebsiteAssociations() method testCreateWithMultipleWebsites (line 272) | public function testCreateWithMultipleWebsites() method testCreateWithNonDefaultStoreWebsite (line 300) | public function testCreateWithNonDefaultStoreWebsite() method testUpdateWithNonDefaultStoreWebsite (line 328) | public function testUpdateWithNonDefaultStoreWebsite() method testUpdateWithoutWebsiteIds (line 354) | public function testUpdateWithoutWebsiteIds() method testCreate (line 377) | public function testCreate($product) method testCreateAllStoreCode (line 390) | public function testCreateAllStoreCode($fixtureProduct) method testCreateAllStoreCodeForSingleWebsite (line 419) | public function testCreateAllStoreCodeForSingleWebsite($fixtureProduct) method testCreateInvalidPriceFormat (line 445) | public function testCreateInvalidPriceFormat() method testDeleteAllStoreCode (line 467) | public function testDeleteAllStoreCode($fixtureProduct) method testProductLinks (line 484) | public function testProductLinks() method getOptionsData (line 584) | protected function getOptionsData($productSku) method testProductOptions (line 623) | public function testProductOptions() method testProductWithMediaGallery (line 687) | public function testProductWithMediaGallery() method testUpdate (line 770) | public function testUpdate() method testUpdateWithExtensionAttributes (line 790) | public function testUpdateWithExtensionAttributes(): void method updateProduct (line 817) | protected function updateProduct($product, ?string $token = null) method testDelete (line 855) | public function testDelete() method testGetList (line 866) | public function testGetList() method testGetListWithAdditionalParams (line 930) | public function testGetListWithAdditionalParams() method testGetListWithFilteringByWebsite (line 972) | public function testGetListWithFilteringByWebsite() method testGetListWithFilteringByStore (line 1023) | public function testGetListWithFilteringByStore(array $searchCriteria,... method testGetListWithFilteringByStoreDataProvider (line 1061) | public function testGetListWithFilteringByStoreDataProvider() method testGetListWithMultipleFilterGroupsAndSortingAndPagination (line 1104) | public function testGetListWithMultipleFilterGroupsAndSortingAndPagina... method convertCustomAttributesToAssociativeArray (line 1176) | protected function convertCustomAttributesToAssociativeArray($customAt... method convertAssociativeArrayToCustomAttributes (line 1192) | protected function convertAssociativeArrayToCustomAttributes($data) method testEavAttributes (line 1207) | public function testEavAttributes() method getSimpleProductData (line 1237) | protected function getSimpleProductData($productData = []) method saveProduct (line 1264) | protected function saveProduct($product, $storeCode = null, ?string $t... method deleteProduct (line 1300) | protected function deleteProduct($sku) method testTierPrices (line 1321) | public function testTierPrices() method getStockItemData (line 1409) | private function getStockItemData() method testProductCategoryLinks (line 1443) | public function testProductCategoryLinks() method testUpdateProductCategoryLinksNullOrNotExists (line 1467) | public function testUpdateProductCategoryLinksNullOrNotExists() method testUpdateProductCategoryLinksPosistion (line 1490) | public function testUpdateProductCategoryLinksPosistion() method testUpdateProductCategoryLinksUnassign (line 1509) | public function testUpdateProductCategoryLinksUnassign() method getMediaGalleryData (line 1526) | private function getMediaGalleryData($filename1, $encodedImage, $filen... method testSpecialPrice (line 1559) | public function testSpecialPrice() method testResetSpecialPrice (line 1584) | public function testResetSpecialPrice() method testUpdateStatus (line 1611) | public function testUpdateStatus() method testUpdateMultiselectAttributes (line 1652) | public function testUpdateMultiselectAttributes() method getAttributeOptions (line 1688) | private function getAttributeOptions($attributeCode) method assertMultiselectValue (line 1712) | private function assertMultiselectValue($productSku, $multiselectAttri... method testSaveDesign (line 1734) | public function testSaveDesign(): void FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiCurrencyTest.php class ProductRepositoryMultiCurrencyTest (line 10) | class ProductRepositoryMultiCurrencyTest extends WebapiAbstract method testGet (line 24) | public function testGet() method saveProduct (line 38) | private function saveProduct($product, $storeCode = null) method getProduct (line 56) | private function getProduct($sku, $storeCode = null) method getWebsiteId (line 74) | private function getWebsiteId($websiteCode) method assignProductToWebsite (line 99) | private function assignProductToWebsite($sku, $websiteId) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php class ProductRepositoryMultiStoreTest (line 13) | class ProductRepositoryMultiStoreTest extends WebapiAbstract method testGetMultiStore (line 41) | public function testGetMultiStore() method tearDownAfterClass (line 89) | public static function tearDownAfterClass() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductSwatchAttributeOptionManagementInterfaceTest.php class ProductSwatchAttributeOptionManagementInterfaceTest (line 12) | class ProductSwatchAttributeOptionManagementInterfaceTest extends Webapi... method testAdd (line 22) | public function testAdd($optionData) method addDataProvider (line 60) | public function addDataProvider() method getAttributeOptions (line 93) | private function getAttributeOptions($testAttributeCode) FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductTierPriceManagementTest.php class ProductTierPriceManagementTest (line 17) | class ProductTierPriceManagementTest extends WebapiAbstract method testGetList (line 27) | public function testGetList($customerGroupId, $count, $value, $qty) method getListDataProvider (line 54) | public function getListDataProvider() method testDelete (line 69) | public function testDelete($customerGroupId, $qty) method deleteDataProvider (line 88) | public function deleteDataProvider() method testAdd (line 100) | public function testAdd() method testAddWithAllCustomerGrouped (line 139) | public function testAddWithAllCustomerGrouped() method testUpdateWithAllGroups (line 177) | public function testUpdateWithAllGroups() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductTypeListTest.php class ProductTypeListTest (line 10) | class ProductTypeListTest extends WebapiAbstract method testGetProductTypes (line 16) | public function testGetProductTypes() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/SpecialPriceStorageTest.php class SpecialPriceStorageTest (line 14) | class SpecialPriceStorageTest extends WebapiAbstract method setUp (line 28) | protected function setUp() method testGet (line 38) | public function testGet() method testUpdate (line 68) | public function testUpdate() method testDelete (line 106) | public function testDelete() FILE: dev/tests/api-functional/testsuite/Magento/Catalog/Api/TierPriceStorageTest.php class TierPriceStorageTest (line 13) | class TierPriceStorageTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testGet (line 37) | public function testGet() method testUpdate (line 67) | public function testUpdate() method testUpdateWebsiteForAllWebsites (line 112) | public function testUpdateWebsiteForAllWebsites() method testReplace (line 156) | public function testReplace() method testDelete (line 200) | public function testDelete() method isPriceCorrect (line 252) | private function isPriceCorrect(array $price, array $tierPrices) FILE: dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api/LowStockItemsTest.php class LowStockItemsTest (line 13) | class LowStockItemsTest extends WebapiAbstract method testGetLowStockItems (line 27) | public function testGetLowStockItems($qty, $currentPage, $pageSize, $r... method getLowStockItemsDataProvider (line 48) | public function getLowStockItemsDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api/ProductRepositoryInterfaceTest.php class ProductRepositoryInterfaceTest (line 13) | class ProductRepositoryInterfaceTest extends WebapiAbstract method testCatalogInventory (line 34) | public function testCatalogInventory() method testCatalogInventoryWithBogusData (line 94) | public function testCatalogInventoryWithBogusData() method testSimpleProductCreationWithoutSpecifyingCatalogInventory (line 142) | public function testSimpleProductCreationWithoutSpecifyingCatalogInven... method testUpdatingQuantity (line 166) | public function testUpdatingQuantity() method getDifferent (line 201) | protected function getDifferent($original) method getSimpleProductData (line 212) | protected function getSimpleProductData($qty = 1000) method getStockItemData (line 243) | protected function getStockItemData($qty = 1000) method getProduct (line 282) | protected function getProduct($sku) method saveProduct (line 306) | protected function saveProduct($product) method updateProduct (line 340) | protected function updateProduct($product) method deleteProduct (line 379) | protected function deleteProduct($sku) FILE: dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api/StockItemTest.php class StockItemTest (line 15) | class StockItemTest extends WebapiAbstract method setUp (line 43) | public function setUp() method getStockItemBySku (line 52) | protected function getStockItemBySku($result) method testStockItemPUTWithWrongInput (line 80) | public function testStockItemPUTWithWrongInput($newData, $expectedResu... method saveStockItemBySkuWithWrongInputDataProvider (line 130) | public function saveStockItemBySkuWithWrongInputDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api/StockStatusTest.php class StockStatusTest (line 14) | class StockStatusTest extends WebapiAbstract method testGetProductStockStatus (line 22) | public function testGetProductStockStatus() FILE: dev/tests/api-functional/testsuite/Magento/CheckoutAgreements/Api/CheckoutAgreementsListTest.php class CheckoutAgreementsListTest (line 14) | class CheckoutAgreementsListTest extends WebapiAbstract method testGetList (line 20) | public function testGetList() method testGetActiveAgreement (line 36) | public function testGetActiveAgreement() method getServiceInfo (line 59) | private function getServiceInfo(array $requestData) : array FILE: dev/tests/api-functional/testsuite/Magento/CheckoutAgreements/Api/CheckoutAgreementsRepositoryTest.php class CheckoutAgreementsRepositoryTest (line 10) | class CheckoutAgreementsRepositoryTest extends WebapiAbstract method setUp (line 17) | protected function setUp() method getAgreementByName (line 39) | protected function getAgreementByName($name) method testGetListReturnsEmptyListIfCheckoutAgreementsAreDisabledOnFrontend (line 55) | public function testGetListReturnsEmptyListIfCheckoutAgreementsAreDisa... method testGetListReturnsTheListOfActiveCheckoutAgreements (line 66) | public function testGetListReturnsTheListOfActiveCheckoutAgreements() FILE: dev/tests/api-functional/testsuite/Magento/Cms/Api/BlockRepositoryTest.php class BlockRepositoryTest (line 19) | class BlockRepositoryTest extends WebapiAbstract method setUp (line 53) | public function setUp() method tearDown (line 66) | public function tearDown() method testGet (line 77) | public function testGet() method testCreate (line 110) | public function testCreate() method testUpdate (line 147) | public function testUpdate() method testDelete (line 190) | public function testDelete() method testSearch (line 219) | public function testSearch() method prepareCmsBlocks (line 289) | private function prepareCmsBlocks() FILE: dev/tests/api-functional/testsuite/Magento/Cms/Api/PageRepositoryTest.php class PageRepositoryTest (line 26) | class PageRepositoryTest extends WebapiAbstract method setUp (line 75) | public function setUp() method tearDown (line 90) | public function tearDown() method testGet (line 101) | public function testGet() method testCreate (line 134) | public function testCreate() method testUpdate (line 171) | public function testUpdate() method testDelete (line 214) | public function testDelete() method testSearch (line 243) | public function testSearch() method testCreateSamePage (line 315) | public function testCreateSamePage() method prepareCmsPages (line 327) | private function prepareCmsPages() method createPageWithIdentifier (line 362) | private function createPageWithIdentifier($identifier) method deletePageByIdentifier (line 391) | private function deletePageByIdentifier($pageId) method testSaveDesign (line 415) | public function testSaveDesign(): void FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 12) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method testAddProduct (line 32) | public function testAddProduct() method testAddProductWithIncorrectOptions (line 77) | public function testAddProductWithIncorrectOptions() method testUpdateIncorrectItem (line 111) | public function testUpdateIncorrectItem() method testUpdate (line 140) | public function testUpdate() method updateStockForItem (line 199) | protected function updateStockForItem($itemId, $qty) method testUpdateQty (line 228) | public function testUpdateQty() method testGetList (line 282) | public function testGetList() method getRequestData (line 326) | protected function getRequestData($cartId, $selectedOption = null) FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ConfigurableProductManagementTest.php class ConfigurableProductManagementTest (line 11) | class ConfigurableProductManagementTest extends \Magento\TestFramework\T... method testGetVariation (line 20) | public function testGetVariation() FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/LinkManagementTest.php class LinkManagementTest (line 18) | class LinkManagementTest extends WebapiAbstract method setUp (line 38) | public function setUp() method testGetChildren (line 47) | public function testGetChildren() method testAddChild (line 76) | public function testAddChild() method testAddChildFullRestCreation (line 89) | public function testAddChildFullRestCreation() method testConfigurableOptionPositionPreservation (line 143) | public function testConfigurableOptionPositionPreservation() method deleteProduct (line 249) | private function deleteProduct(string $sku): bool method getConfigurableAttribute (line 271) | protected function getConfigurableAttribute(string $productSku): array method addChild (line 287) | private function addChild($productSku, $childSku) method createConfigurableProduct (line 303) | protected function createConfigurableProduct($productSku) method addOptionToConfigurableProduct (line 328) | protected function addOptionToConfigurableProduct($productSku, $attrib... method createSimpleProduct (line 354) | protected function createSimpleProduct($sku, $customAttributes) method testRemoveChild (line 385) | public function testRemoveChild() method removeChild (line 392) | protected function removeChild($productSku, $childSku) method getChildren (line 414) | protected function getChildren($productSku) FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OptionRepositoryTest.php class OptionRepositoryTest (line 16) | class OptionRepositoryTest extends \Magento\TestFramework\TestCase\Webap... method testGet (line 25) | public function testGet() method testGetList (line 58) | public function testGetList() method testGetUndefinedProduct (line 96) | public function testGetUndefinedProduct() method testGetUndefinedOption (line 105) | public function testGetUndefinedOption() method testDelete (line 128) | public function testDelete() method testAdd (line 145) | public function testAdd() method testUpdate (line 182) | public function testUpdate() method testUpdateWithoutOptionId (line 219) | public function testUpdateWithoutOptionId() method getConfigurableAttribute (line 261) | protected function getConfigurableAttribute($productSku) method delete (line 282) | private function delete($productSku, $optionId) method get (line 303) | protected function get($productSku, $optionId) method getList (line 323) | protected function getList($productSku) FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 10) | class OrderItemRepositoryTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method testGetList (line 60) | public function testGetList() method assertOrderItem (line 107) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... FILE: dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ProductRepositoryTest.php class ProductRepositoryTest (line 17) | class ProductRepositoryTest extends WebapiAbstract method setUp (line 42) | public function setUp() method tearDown (line 51) | public function tearDown() method getConfigurableAttributeOptions (line 57) | protected function getConfigurableAttributeOptions() method createConfigurableProduct (line 67) | protected function createConfigurableProduct() method testCreateConfigurableProduct (line 121) | public function testCreateConfigurableProduct() method testDeleteConfigurableProductOption (line 156) | public function testDeleteConfigurableProductOption() method testUpdateConfigurableProductOption (line 185) | public function testUpdateConfigurableProductOption() method testUpdateConfigurableProductLinks (line 227) | public function testUpdateConfigurableProductLinks() method testUpdateConfigurableProductLinksWithNonExistingProduct (line 277) | public function testUpdateConfigurableProductLinksWithNonExistingProdu... method testUpdateConfigurableProductLinksWithDuplicateAttributes (line 308) | public function testUpdateConfigurableProductLinksWithDuplicateAttribu... method testUpdateConfigurableProductLinksWithWithoutVariationAttributes (line 352) | public function testUpdateConfigurableProductLinksWithWithoutVariation... method getProduct (line 387) | protected function getProduct($productSku) method createProduct (line 413) | protected function createProduct($product) method deleteProductBySku (line 437) | protected function deleteProductBySku($productSku) method saveProduct (line 462) | protected function saveProduct($product) FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementCustomAttributesTest.php class AccountManagementCustomAttributesTest (line 23) | class AccountManagementCustomAttributesTest extends WebapiAbstract method setUp (line 68) | public function setUp() method tearDown (line 85) | public function tearDown() method createCustomerWithDefaultImageAttribute (line 114) | protected function createCustomerWithDefaultImageAttribute() method createCustomerWithImageAttribute (line 136) | protected function createCustomerWithImageAttribute($imageData) method verifyImageAttribute (line 169) | protected function verifyImageAttribute($customAttributeArray, $expect... method testCreateCustomerWithImageAttribute (line 189) | public function testCreateCustomerWithImageAttribute() method testCreateCustomerWithInvalidImageAttribute (line 199) | public function testCreateCustomerWithInvalidImageAttribute() method testUpdateCustomerWithImageAttribute (line 229) | public function testUpdateCustomerWithImageAttribute() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementMeTest.php class AccountManagementMeTest (line 23) | class AccountManagementMeTest extends \Magento\TestFramework\TestCase\We... method setUp (line 74) | public function setUp() method tearDown (line 103) | public function tearDown() method testChangePassword (line 117) | public function testChangePassword() method testUpdateCustomer (line 143) | public function testUpdateCustomer() method testGetCustomerData (line 177) | public function testGetCustomerData() method testGetCustomerActivateCustomer (line 216) | public function testGetCustomerActivateCustomer() method _getCustomerData (line 254) | protected function _getCustomerData($customerId) method testGetDefaultBillingAddress (line 261) | public function testGetDefaultBillingAddress() method testGetDefaultShippingAddress (line 288) | public function testGetDefaultShippingAddress() method getFirstFixtureAddressData (line 320) | protected function getFirstFixtureAddressData() method getSecondFixtureAddressData (line 345) | protected function getSecondFixtureAddressData() method resetTokenForCustomerFixture (line 367) | protected function resetTokenForCustomerFixture() method resetTokenForCustomerSampleData (line 375) | protected function resetTokenForCustomerSampleData() method resetTokenForCustomer (line 386) | protected function resetTokenForCustomer($username, $password) FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementTest.php class AccountManagementTest (line 24) | class AccountManagementTest extends WebapiAbstract method setUp (line 87) | public function setUp() method tearDown (line 128) | public function tearDown() method initSubscriber (line 158) | private function initSubscriber() method testCreateCustomer (line 165) | public function testCreateCustomer() method testCreateCustomerWithErrors (line 171) | public function testCreateCustomerWithErrors() method testCreateCustomerWithoutOptionalFields (line 216) | public function testCreateCustomerWithoutOptionalFields() method testActivateCustomer (line 249) | public function testActivateCustomer() method testGetCustomerActivateCustomer (line 287) | public function testGetCustomerActivateCustomer() method testValidateResetPasswordLinkToken (line 315) | public function testValidateResetPasswordLinkToken() method testValidateResetPasswordLinkTokenInvalidToken (line 345) | public function testValidateResetPasswordLinkTokenInvalidToken() method testInitiatePasswordMissingRequiredFields (line 387) | public function testInitiatePasswordMissingRequiredFields() method testInitiatePasswordReset (line 423) | public function testInitiatePasswordReset() method testSendPasswordResetLinkBadEmailOrWebsite (line 449) | public function testSendPasswordResetLinkBadEmailOrWebsite() method testGetConfirmationStatus (line 498) | public function testGetConfirmationStatus() method testResendConfirmation (line 519) | public function testResendConfirmation() method testResendConfirmationBadEmailOrWebsite (line 544) | public function testResendConfirmationBadEmailOrWebsite() method testValidateCustomerData (line 591) | public function testValidateCustomerData() method testIsReadonly (line 625) | public function testIsReadonly() method testEmailAvailable (line 646) | public function testEmailAvailable() method testEmailAvailableInvalidEmail (line 668) | public function testEmailAvailableInvalidEmail() method testCustomAttributes (line 692) | public function testCustomAttributes() method testGetDefaultBillingAddress (line 752) | public function testGetDefaultBillingAddress() method testGetDefaultShippingAddress (line 779) | public function testGetDefaultShippingAddress() method _createCustomer (line 805) | protected function _createCustomer() method getFirstFixtureAddressData (line 817) | protected function getFirstFixtureAddressData() method testCreateCustomerWithSubscription (line 837) | public function testCreateCustomerWithSubscription() method testUnsubscribeCustomer (line 851) | public function testUnsubscribeCustomer() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/AddressMetadataTest.php class AddressMetadataTest (line 19) | class AddressMetadataTest extends WebapiAbstract method setUp (line 38) | protected function setUp() method testGetAttributeMetadata (line 55) | public function testGetAttributeMetadata($attributeCode, $configOption... method getAttributeMetadataDataProvider (line 87) | public function getAttributeMetadataDataProvider() method testGetAllAttributesMetadata (line 201) | public function testGetAllAttributesMetadata() method testGetCustomAttributesMetadata (line 228) | public function testGetCustomAttributesMetadata() method testGetAttributes (line 256) | public function testGetAttributes($formCode, $expectedMetadata) method getAttributesDataProvider (line 292) | public function getAttributesDataProvider() method checkValidationRules (line 313) | public function checkValidationRules($expectedResult, $actualResult) method checkMultipleAttributesValidationRules (line 356) | public function checkMultipleAttributesValidationRules($expectedResult... method tearDownAfterClass (line 378) | public static function tearDownAfterClass() method initConfig (line 396) | private function initConfig(array $configOptions): void FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/AddressRepositoryTest.php class AddressRepositoryTest (line 11) | class AddressRepositoryTest extends \Magento\TestFramework\TestCase\Weba... method setUp (line 22) | protected function setUp() method tearDown (line 37) | protected function tearDown() method testGetAddress (line 72) | public function testGetAddress() method testDeleteAddress (line 99) | public function testDeleteAddress() method getFirstFixtureAddressData (line 127) | protected function getFirstFixtureAddressData() method getSecondFixtureAddressData (line 152) | protected function getSecondFixtureAddressData() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerGroupConfigTest.php class CustomerGroupConfigTest (line 14) | class CustomerGroupConfigTest extends WebapiAbstract method testSetDefaultGroup (line 23) | public function testSetDefaultGroup() method testSetDefaultGroupNonExistingGroup (line 48) | public function testSetDefaultGroupNonExistingGroup() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerMetadataTest.php class CustomerMetadataTest (line 17) | class CustomerMetadataTest extends WebapiAbstract method setUp (line 31) | public function setUp() method testGetAttributeMetadata (line 43) | public function testGetAttributeMetadata($attributeCode, $expectedMeta... method getAttributeMetadataDataProvider (line 73) | public function getAttributeMetadataDataProvider() method testGetAllAttributesMetadata (line 171) | public function testGetAllAttributesMetadata() method testGetCustomAttributesMetadata (line 201) | public function testGetCustomAttributesMetadata() method testGetAttributes (line 227) | public function testGetAttributes($formCode, $expectedMetadata) method getAttributesDataProvider (line 262) | public function getAttributesDataProvider() method checkValidationRules (line 286) | public function checkValidationRules($expectedResult, $actualResult) method checkMultipleAttributesValidationRules (line 328) | public function checkMultipleAttributesValidationRules($expectedResult... FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerRepositoryTest.php class CustomerRepositoryTest (line 27) | class CustomerRepositoryTest extends WebapiAbstract method setUp (line 93) | public function setUp() method tearDown (line 125) | public function tearDown() method testInvalidCustomerUpdate (line 154) | public function testInvalidCustomerUpdate() method testDeleteCustomer (line 201) | public function testDeleteCustomer() method testDeleteCustomerInvalidCustomerId (line 231) | public function testDeleteCustomerInvalidCustomerId() method testUpdateCustomer (line 266) | public function testUpdateCustomer() method testUpdateCustomerNoWebsiteId (line 306) | public function testUpdateCustomerNoWebsiteId() method testUpdateCustomerException (line 354) | public function testUpdateCustomerException() method testCreateCustomerWithoutAddressRequiresException (line 409) | public function testCreateCustomerWithoutAddressRequiresException() method testSearchCustomers (line 486) | public function testSearchCustomers() method testSearchCustomersUsingGET (line 519) | public function testSearchCustomersUsingGET() method testSearchCustomersUsingGETEmptyFilter (line 547) | public function testSearchCustomersUsingGETEmptyFilter() method testSearchCustomersMultipleFiltersWithSort (line 574) | public function testSearchCustomersMultipleFiltersWithSort() method testSearchCustomersMultipleFiltersWithSortUsingGET (line 622) | public function testSearchCustomersMultipleFiltersWithSortUsingGET() method testSearchCustomersNonExistentMultipleFilters (line 659) | public function testSearchCustomersNonExistentMultipleFilters() method testSearchCustomersNonExistentMultipleFiltersGET (line 696) | public function testSearchCustomersNonExistentMultipleFiltersGET() method testSearchCustomersMultipleFilterGroups (line 730) | public function testSearchCustomersMultipleFilterGroups() method testRevokeAllAccessTokensForCustomer (line 789) | public function testRevokeAllAccessTokensForCustomer() method _getCustomerData (line 852) | protected function _getCustomerData($customerId) method _createCustomer (line 862) | protected function _createCustomer() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/GroupManagementTest.php class GroupManagementTest (line 18) | class GroupManagementTest extends WebapiAbstract method setUp (line 37) | public function setUp() method testGetDefaultGroup (line 52) | public function testGetDefaultGroup($storeId, $defaultGroupData) method getDefaultGroupDataProvider (line 76) | public function getDefaultGroupDataProvider() method testGetDefaultGroupNonExistentStore (line 103) | public function testGetDefaultGroupNonExistentStore() method testIsReadonly (line 149) | public function testIsReadonly($groupId, $isDeleteable) method isReadonlyDataProvider (line 177) | public function isReadonlyDataProvider() method testIsReadonlyNoSuchGroup (line 190) | public function testIsReadonlyNoSuchGroup() FILE: dev/tests/api-functional/testsuite/Magento/Customer/Api/GroupRepositoryTest.php class GroupRepositoryTest (line 26) | class GroupRepositoryTest extends WebapiAbstract method setUp (line 50) | public function setUp() method testGetGroupById (line 65) | public function testGetGroupById($testGroup) method getGroupDataProvider (line 90) | public function getGroupDataProvider() method testCreateGroupRest (line 131) | public function testCreateGroupRest() method testCreateGroupDuplicateGroupRest (line 165) | public function testCreateGroupDuplicateGroupRest() method testCreateGroupDefaultTaxClassIdRest (line 208) | public function testCreateGroupDefaultTaxClassIdRest() method testCreateGroupNoCodeExpectExceptionRest (line 242) | public function testCreateGroupNoCodeExpectExceptionRest() method testCreateGroupInvalidTaxClassIdRest (line 277) | public function testCreateGroupInvalidTaxClassIdRest() method testCreateGroupWithIdRest (line 314) | public function testCreateGroupWithIdRest() method testCreateGroupWithIdSoap (line 346) | public function testCreateGroupWithIdSoap() method testUpdateGroupRest (line 380) | public function testUpdateGroupRest() method testUpdateGroupNotExistingGroupRest (line 417) | public function testUpdateGroupNotExistingGroupRest() method testCreateGroupSoap (line 454) | public function testCreateGroupSoap() method testCreateGroupDuplicateGroupSoap (line 489) | public function testCreateGroupDuplicateGroupSoap() method testCreateGroupDefaultTaxClassIdSoap (line 532) | public function testCreateGroupDefaultTaxClassIdSoap() method testCreateGroupNoCodeExpectExceptionSoap (line 569) | public function testCreateGroupNoCodeExpectExceptionSoap() method testCreateGroupInvalidTaxClassIdSoap (line 603) | public function testCreateGroupInvalidTaxClassIdSoap() method testUpdateGroupSoap (line 641) | public function testUpdateGroupSoap() method testUpdateGroupNotExistingGroupSoap (line 677) | public function testUpdateGroupNotExistingGroupSoap() method testDeleteGroupExists (line 714) | public function testDeleteGroupExists() method testDeleteGroupNotExists (line 754) | public function testDeleteGroupNotExists() method testDeleteGroupCannotDelete (line 789) | public function testDeleteGroupCannotDelete() method createGroup (line 834) | private function createGroup($group) method testSearchGroupsDataProvider (line 856) | public function testSearchGroupsDataProvider() method testSearchGroups (line 914) | public function testSearchGroups($filterField, $filterValue, $expected... method testSearchGroupsWithMultipleFilterGroupsAndSorting (line 952) | public function testSearchGroupsWithMultipleFilterGroupsAndSorting() method testSearchGroupsWithGET (line 1014) | public function testSearchGroupsWithGET($filterField, $filterValue, $e... FILE: dev/tests/api-functional/testsuite/Magento/Directory/Api/CountryInformationAcquirerTest.php class CountryInformationAcquirerTest (line 10) | class CountryInformationAcquirerTest extends WebapiAbstract method testGetCountries (line 22) | public function testGetCountries() method testGetCountry (line 47) | public function testGetCountry() method getCountriesInfo (line 76) | protected function getCountriesInfo($storeCode = 'default') method getCountryInfo (line 100) | protected function getCountryInfo($storeCode = 'default') method tearDownAfterClass (line 121) | public static function tearDownAfterClass() FILE: dev/tests/api-functional/testsuite/Magento/Directory/Api/CurrencyInformationAcquirerTest.php class CurrencyInformationAcquirerTest (line 10) | class CurrencyInformationAcquirerTest extends WebapiAbstract method testGet (line 21) | public function testGet() method verifyExchangeRate (line 56) | protected function verifyExchangeRate($code, $rate, $exchangeRates) method getCurrencyInfo (line 81) | protected function getCurrencyInfo($storeCode = 'default') method tearDownAfterClass (line 102) | public static function tearDownAfterClass() FILE: dev/tests/api-functional/testsuite/Magento/Downloadable/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 10) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 20) | protected function setUp() method testAddItem (line 29) | public function testAddItem() method testAddItemWithInvalidLinkId (line 86) | public function testAddItemWithInvalidLinkId() method testUpdateItem (line 129) | public function testUpdateItem() method testUpdateItemWithInvalidLinkId (line 187) | public function testUpdateItemWithInvalidLinkId() method testGetList (line 232) | public function testGetList() method testUpdateItemQty (line 281) | public function testUpdateItemQty() FILE: dev/tests/api-functional/testsuite/Magento/Downloadable/Api/LinkRepositoryTest.php class LinkRepositoryTest (line 18) | class LinkRepositoryTest extends WebapiAbstract method setUp (line 40) | protected function setUp() method getTargetProduct (line 85) | protected function getTargetProduct($isScopeGlobal = false) method getTargetLink (line 107) | protected function getTargetLink(Product $product, $linkId = null) method testCreateUploadsProvidedFileContent (line 128) | public function testCreateUploadsProvidedFileContent() method testCreateSavesPriceAndTitleInStoreViewScope (line 176) | public function testCreateSavesPriceAndTitleInStoreViewScope() method testCreateSavesProvidedUrls (line 214) | public function testCreateSavesProvidedUrls() method testCreateThrowsExceptionIfLinkTypeIsNotSpecified (line 251) | public function testCreateThrowsExceptionIfLinkTypeIsNotSpecified() method testCreateThrowsExceptionIfLinkFileContentIsNotAValidBase64EncodedString (line 276) | public function testCreateThrowsExceptionIfLinkFileContentIsNotAValidB... method testCreateLinkWithMissingLinkFileThrowsException (line 308) | public function testCreateLinkWithMissingLinkFileThrowsException(): void method testCreateLinkWithMissingSampleFileThrowsException (line 337) | public function testCreateLinkWithMissingSampleFileThrowsException(): ... method testCreateThrowsExceptionIfSampleFileContentIsNotAValidBase64EncodedString (line 363) | public function testCreateThrowsExceptionIfSampleFileContentIsNotAVali... method testCreateThrowsExceptionIfLinkFileNameContainsForbiddenCharacters (line 392) | public function testCreateThrowsExceptionIfLinkFileNameContainsForbidd... method testCreateThrowsExceptionIfSampleFileNameContainsForbiddenCharacters (line 422) | public function testCreateThrowsExceptionIfSampleFileNameContainsForbi... method testCreateThrowsExceptionIfLinkUrlHasWrongFormat (line 452) | public function testCreateThrowsExceptionIfLinkUrlHasWrongFormat() method testCreateThrowsExceptionIfLinkUrlUsesDomainNotInWhitelist (line 478) | public function testCreateThrowsExceptionIfLinkUrlUsesDomainNotInWhite... method testCreateThrowsExceptionIfSampleUrlUsesDomainNotInWhitelist (line 504) | public function testCreateThrowsExceptionIfSampleUrlUsesDomainNotInWhi... method testCreateThrowsExceptionIfSampleUrlHasWrongFormat (line 530) | public function testCreateThrowsExceptionIfSampleUrlHasWrongFormat() method testCreateThrowsExceptionIfLinkPriceIsInvalid (line 557) | public function testCreateThrowsExceptionIfLinkPriceIsInvalid($linkPrice) method getInvalidLinkPrice (line 581) | public function getInvalidLinkPrice() method testCreateThrowsExceptionIfSortOrderIsInvalid (line 594) | public function testCreateThrowsExceptionIfSortOrderIsInvalid($sortOrder) method getInvalidSortOrder (line 617) | public function getInvalidSortOrder() method testCreateThrowsExceptionIfNumberOfDownloadsIsInvalid (line 630) | public function testCreateThrowsExceptionIfNumberOfDownloadsIsInvalid(... method getInvalidNumberOfDownloads (line 653) | public function getInvalidNumberOfDownloads() method testCreateThrowsExceptionIfTargetProductTypeIsNotDownloadable (line 665) | public function testCreateThrowsExceptionIfTargetProductTypeIsNotDownl... method testCreateThrowsExceptionIfTargetProductDoesNotExist (line 690) | public function testCreateThrowsExceptionIfTargetProductDoesNotExist() method testUpdate (line 714) | public function testUpdate() method testUpdateSavesDataInGlobalScopeAndDoesNotAffectValuesStoredInStoreViewScope (line 748) | public function testUpdateSavesDataInGlobalScopeAndDoesNotAffectValues... method testUpdateThrowsExceptionIfTargetProductDoesNotExist (line 789) | public function testUpdateThrowsExceptionIfTargetProductDoesNotExist() method testUpdateThrowsExceptionIfThereIsNoDownloadableLinkWithGivenId (line 814) | public function testUpdateThrowsExceptionIfThereIsNoDownloadableLinkWi... method testUpdateThrowsExceptionIfLinkPriceIsInvalid (line 843) | public function testUpdateThrowsExceptionIfLinkPriceIsInvalid($linkPrice) method testUpdateThrowsExceptionIfSortOrderIsInvalid (line 872) | public function testUpdateThrowsExceptionIfSortOrderIsInvalid($sortOrder) method testUpdateThrowsExceptionIfNumberOfDownloadsIsInvalid (line 900) | public function testUpdateThrowsExceptionIfNumberOfDownloadsIsInvalid(... method testDelete (line 925) | public function testDelete() method testDeleteThrowsExceptionIfThereIsNoDownloadableLinkWithGivenId (line 942) | public function testDeleteThrowsExceptionIfThereIsNoDownloadableLinkWi... method testGetListForAbsentProduct (line 956) | public function testGetListForAbsentProduct($urlTail, $method) method testGetListForSimpleProduct (line 988) | public function testGetListForSimpleProduct($urlTail, $method) method testGetList (line 1014) | public function testGetList($urlTail, $method, $expectations) method getListForAbsentProductProvider (line 1043) | public function getListForAbsentProductProvider() FILE: dev/tests/api-functional/testsuite/Magento/Downloadable/Api/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 10) | class OrderItemRepositoryTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method testGetList (line 60) | public function testGetList() method assertOrderItem (line 107) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... FILE: dev/tests/api-functional/testsuite/Magento/Downloadable/Api/ProductRepositoryTest.php class ProductRepositoryTest (line 16) | class ProductRepositoryTest extends WebapiAbstract method setUp (line 28) | protected function setUp() method tearDown (line 43) | public function tearDown() method getLinkData (line 55) | protected function getLinkData() method getExpectedLinkData (line 91) | protected function getExpectedLinkData() method getSampleData (line 117) | protected function getSampleData() method getExpectedSampleData (line 139) | protected function getExpectedSampleData() method createDownloadableProduct (line 156) | protected function createDownloadableProduct() method testCreateDownloadableProduct (line 185) | public function testCreateDownloadableProduct() method testUpdateDownloadableProductLinks (line 225) | public function testUpdateDownloadableProductLinks() method testUpdateDownloadableProductLinksWithNewFile (line 303) | public function testUpdateDownloadableProductLinksWithNewFile() method testUpdateDownloadableProductSamples (line 416) | public function testUpdateDownloadableProductSamples() method testUpdateDownloadableProductSamplesWithNewFile (line 473) | public function testUpdateDownloadableProductSamplesWithNewFile() method getProduct (line 561) | protected function getProduct($productSku) method createProduct (line 587) | protected function createProduct($product) method deleteProductBySku (line 611) | protected function deleteProductBySku($productSku) method saveProduct (line 636) | protected function saveProduct($product) FILE: dev/tests/api-functional/testsuite/Magento/Downloadable/Api/SampleRepositoryTest.php class SampleRepositoryTest (line 17) | class SampleRepositoryTest extends WebapiAbstract method setUp (line 39) | protected function setUp() method getTargetProduct (line 84) | protected function getTargetProduct($isScopeGlobal = false) method getTargetSample (line 105) | protected function getTargetSample(Product $product, $sampleId = null) method testCreateUploadsProvidedFileContent (line 128) | public function testCreateUploadsProvidedFileContent() method testCreateSavesTitleInStoreViewScope (line 161) | public function testCreateSavesTitleInStoreViewScope() method testCreateSavesProvidedUrls (line 188) | public function testCreateSavesProvidedUrls() method testCreateThrowsExceptionIfSampleTypeIsInvalid (line 215) | public function testCreateThrowsExceptionIfSampleTypeIsInvalid() method testCreateSampleWithMissingFileThrowsException (line 238) | public function testCreateSampleWithMissingFileThrowsException(): void method testCreateThrowsExceptionIfSampleFileContentIsNotAValidBase64EncodedString (line 259) | public function testCreateThrowsExceptionIfSampleFileContentIsNotAVali... method testCreateThrowsExceptionIfSampleFileNameContainsForbiddenCharacters (line 283) | public function testCreateThrowsExceptionIfSampleFileNameContainsForbi... method testCreateThrowsExceptionIfSampleUrlHasWrongFormat (line 308) | public function testCreateThrowsExceptionIfSampleUrlHasWrongFormat() method testCreateThrowsExceptionIfSortOrderIsInvalid (line 330) | public function testCreateThrowsExceptionIfSortOrderIsInvalid($sortOrder) method getInvalidSortOrder (line 348) | public function getInvalidSortOrder() method testCreateThrowsExceptionIfTargetProductTypeIsNotDownloadable (line 360) | public function testCreateThrowsExceptionIfTargetProductTypeIsNotDownl... method testCreateThrowsExceptionIfTargetProductDoesNotExist (line 380) | public function testCreateThrowsExceptionIfTargetProductDoesNotExist() method testUpdate (line 399) | public function testUpdate() method testUpdateSavesDataInGlobalScopeAndDoesNotAffectValuesStoredInStoreViewScope (line 427) | public function testUpdateSavesDataInGlobalScopeAndDoesNotAffectValues... method testUpdateThrowsExceptionIfTargetProductDoesNotExist (line 459) | public function testUpdateThrowsExceptionIfTargetProductDoesNotExist() method testUpdateThrowsExceptionIfThereIsNoDownloadableSampleWithGivenId (line 480) | public function testUpdateThrowsExceptionIfThereIsNoDownloadableSample... method testUpdateThrowsExceptionIfSortOrderIsInvalid (line 505) | public function testUpdateThrowsExceptionIfSortOrderIsInvalid($sortOrder) method testDelete (line 526) | public function testDelete() method testDeleteThrowsExceptionIfThereIsNoDownloadableSampleWithGivenId (line 543) | public function testDeleteThrowsExceptionIfThereIsNoDownloadableSample... method testGetList (line 558) | public function testGetList($urlTail, $method, $expectations) method getListForAbsentProductProvider (line 587) | public function getListForAbsentProductProvider() FILE: dev/tests/api-functional/testsuite/Magento/Eav/Api/AttributeSetManagementTest.php class AttributeSetManagementTest (line 13) | class AttributeSetManagementTest extends WebapiAbstract method setUp (line 20) | protected function setUp() method testCreate (line 35) | public function testCreate() method testCreateThrowsExceptionIfGivenAttributeSetAlreadyHasId (line 68) | public function testCreateThrowsExceptionIfGivenAttributeSetAlreadyHas... method testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid (line 90) | public function testCreateThrowsExceptionIfGivenSkeletonIdIsInvalid() method testCreateThrowsExceptionIfGivenSkeletonAttributeSetDoesNotExist (line 110) | public function testCreateThrowsExceptionIfGivenSkeletonAttributeSetDo... method testCreateThrowsExceptionIfGivenEntityTypeDoesNotExist (line 130) | public function testCreateThrowsExceptionIfGivenEntityTypeDoesNotExist() method testCreateThrowsExceptionIfAttributeSetNameIsEmpty (line 151) | public function testCreateThrowsExceptionIfAttributeSetNameIsEmpty() method testCreateThrowsExceptionIfAttributeSetWithGivenNameAlreadyExists (line 168) | public function testCreateThrowsExceptionIfAttributeSetWithGivenNameAl... method getAttributeSetByName (line 210) | protected function getAttributeSetByName($attributeSetName) method getEntityTypeByCode (line 228) | protected function getEntityTypeByCode($entityTypeCode) FILE: dev/tests/api-functional/testsuite/Magento/Eav/Api/AttributeSetRepositoryTest.php class AttributeSetRepositoryTest (line 16) | class AttributeSetRepositoryTest extends WebapiAbstract method testGet (line 21) | public function testGet() method testGetThrowsExceptionIfRequestedAttributeSetDoesNotExist (line 52) | public function testGetThrowsExceptionIfRequestedAttributeSetDoesNotEx... method testSave (line 76) | public function testSave() method testDeleteById (line 117) | public function testDeleteById() method testDeleteByIdDefaultAttributeSet (line 146) | public function testDeleteByIdDefaultAttributeSet() method testDeleteByIdThrowsExceptionIfRequestedAttributeSetDoesNotExist (line 177) | public function testDeleteByIdThrowsExceptionIfRequestedAttributeSetDo... method testGetList (line 202) | public function testGetList() method getAttributeSetByName (line 274) | protected function getAttributeSetByName($attributeSetName) FILE: dev/tests/api-functional/testsuite/Magento/Framework/Api/Search/SearchTest.php class SearchTest (line 10) | class SearchTest extends WebapiAbstract method testCatalogSearch (line 20) | public function testCatalogSearch() FILE: dev/tests/api-functional/testsuite/Magento/Framework/Model/Entity/HydratorTest.php class HydratorTest (line 14) | class HydratorTest extends \Magento\TestFramework\TestCase\WebapiAbstract method setUp (line 38) | protected function setUp() method testCreate (line 49) | public function testCreate() method testUpdate (line 69) | public function testUpdate() method testDelete (line 88) | public function testDelete() method validateCustomerData (line 114) | private function validateCustomerData($expectedData, $actualData) method generateCustomerData (line 138) | private function generateCustomerData() method loadCustomerViaWebApi (line 167) | private function loadCustomerViaWebApi($customerId) FILE: dev/tests/api-functional/testsuite/Magento/Framework/Stdlib/CookieManagerTest.php class CookieManagerTest (line 17) | class CookieManagerTest extends \Magento\TestFramework\TestCase\WebapiAb... method setUp (line 24) | public function setUp() method testSensitiveCookie (line 37) | public function testSensitiveCookie() method testPublicCookieNameValue (line 62) | public function testPublicCookieNameValue() method testPublicCookieAll (line 88) | public function testPublicCookieAll() method testDeleteCookie (line 122) | public function testDeleteCookie() method findCookie (line 159) | private function findCookie($cookieName, $cookies) FILE: dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/CartRepositoryTest.php class CartRepositoryTest (line 10) | class CartRepositoryTest extends WebapiAbstract method setUp (line 21) | protected function setUp() method testGet (line 31) | public function testGet() method testGetForMyCart (line 67) | public function testGetForMyCart() method testSave (line 103) | public function testSave() method testSaveForMyCart (line 147) | public function testSaveForMyCart() FILE: dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/GuestCartRepositoryTest.php class GuestCartRepositoryTest (line 10) | class GuestCartRepositoryTest extends WebapiAbstract method setUp (line 21) | protected function setUp() method testGet (line 31) | public function testGet() method testSave (line 74) | public function testSave() FILE: dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/GuestItemRepositoryTest.php class GuestItemRepositoryTest (line 10) | class GuestItemRepositoryTest extends WebapiAbstract method setUp (line 21) | protected function setUp() method testGet (line 31) | public function testGet() method testSave (line 78) | public function testSave() FILE: dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/ItemRepositoryTest.php class ItemRepositoryTest (line 10) | class ItemRepositoryTest extends WebapiAbstract method setUp (line 21) | protected function setUp() method testGet (line 31) | public function testGet() method testGetForMyCart (line 70) | public function testGetForMyCart() method testSave (line 113) | public function testSave() method testSaveForMyCart (line 158) | public function testSaveForMyCart() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/AuthorizenetAcceptjs/Customer/SetPaymentMethodTest.php class SetPaymentMethodTest (line 21) | class SetPaymentMethodTest extends GraphQlAbstract method setUp (line 54) | protected function setUp() method testPlaceOrder (line 81) | public function testPlaceOrder(string $nonce, string $descriptor, bool... method dataProviderTestPlaceOrder (line 103) | public function dataProviderTestPlaceOrder(): array method testSetPaymentInvalidInput (line 132) | public function testSetPaymentInvalidInput(\Closure $getMutationClosur... method dataProviderSetPaymentInvalidInput (line 150) | public function dataProviderSetPaymentInvalidInput(): array method getInvalidSetPaymentMutation (line 170) | private function getInvalidSetPaymentMutation(string $maskedQuoteId): ... method assertPlaceOrderResponse (line 190) | private function assertPlaceOrderResponse(array $response, string $res... method assertSetPaymentMethodResponse (line 198) | private function assertSetPaymentMethodResponse(array $response, strin... method getSetPaymentMutation (line 215) | private function getSetPaymentMutation(string $maskedQuoteId, string $... method getPlaceOrderMutation (line 246) | private function getPlaceOrderMutation(string $maskedQuoteId): string method getHeaderMap (line 267) | private function getHeaderMap(string $username = 'customer@example.com... method tearDown (line 277) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/AuthorizenetAcceptjs/Guest/SetPaymentMethodTest.php class SetPaymentMethodTest (line 21) | class SetPaymentMethodTest extends GraphQlAbstract method setUp (line 54) | protected function setUp() method testPlaceOrder (line 81) | public function testPlaceOrder(string $nonce, string $descriptor, bool... method dataProviderTestPlaceOrder (line 103) | public function dataProviderTestPlaceOrder(): array method assertPlaceOrderResponse (line 112) | private function assertPlaceOrderResponse(array $response, string $res... method assertSetPaymentMethodResponse (line 120) | private function assertSetPaymentMethodResponse(array $response, strin... method getSetPaymentMutation (line 137) | private function getSetPaymentMutation(string $maskedQuoteId, string $... method getPlaceOrderMutation (line 168) | private function getPlaceOrderMutation(string $maskedQuoteId): string method tearDown (line 184) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Braintree/CreateBraintreeClientTokenTest.php class CreateBraintreeClientTokenTest (line 15) | class CreateBraintreeClientTokenTest extends GraphQlAbstract method testCreateBraintreeClientToken (line 27) | public function testCreateBraintreeClientToken() method testCreateBraintreeClientTokenNotActive (line 41) | public function testCreateBraintreeClientTokenNotActive() method getMutation (line 46) | private function getMutation(): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Braintree/Customer/SetPaymentMethodTest.php class SetPaymentMethodTest (line 25) | class SetPaymentMethodTest extends GraphQlAbstract method setUp (line 70) | protected function setUp() method testPlaceOrder (line 98) | public function testPlaceOrder() method testPlaceOrderSaveInVault (line 136) | public function testPlaceOrderSaveInVault() method testPlaceOrderWithVault (line 182) | public function testPlaceOrderWithVault() method testSetPaymentMethodInvalidInput (line 220) | public function testSetPaymentMethodInvalidInput(string $methodCode) method testSetPaymentMethodInvalidMethodInput (line 252) | public function testSetPaymentMethodInvalidMethodInput(string $methodC... method dataProviderTestSetPaymentMethodInvalidInput (line 273) | public function dataProviderTestSetPaymentMethodInvalidInput(): array method assertPlaceOrderResponse (line 281) | private function assertPlaceOrderResponse(array $response, string $res... method assertSetPaymentMethodResponse (line 289) | private function assertSetPaymentMethodResponse(array $response, strin... method getSetPaymentBraintreeQuery (line 303) | private function getSetPaymentBraintreeQuery(string $maskedQuoteId, bo... method getSetPaymentBraintreeVaultQuery (line 333) | private function getSetPaymentBraintreeVaultQuery( method getSetPaymentBraintreeQueryInvalidInput (line 363) | private function getSetPaymentBraintreeQueryInvalidInput(string $maske... method getSetPaymentBraintreeQueryInvalidMethodInput (line 388) | private function getSetPaymentBraintreeQueryInvalidMethodInput(string ... method getPlaceOrderQuery (line 413) | private function getPlaceOrderQuery(string $maskedQuoteId): string method getPaymentTokenQuery (line 429) | private function getPaymentTokenQuery(): string method getHeaderMap (line 451) | private function getHeaderMap(string $username = 'customer@example.com... method tearDown (line 461) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Braintree/Guest/SetPaymentMethodTest.php class SetPaymentMethodTest (line 21) | class SetPaymentMethodTest extends GraphQlAbstract method setUp (line 51) | protected function setUp() method testPlaceOrder (line 77) | public function testPlaceOrder(string $nonce) method dataProviderTestPlaceOrder (line 98) | public function dataProviderTestPlaceOrder(): array method testSetPaymentMethodInvalidInput (line 122) | public function testSetPaymentMethodInvalidInput() method assertPlaceOrderResponse (line 132) | private function assertPlaceOrderResponse(array $response, string $res... method assertSetPaymentMethodResponse (line 140) | private function assertSetPaymentMethodResponse(array $response, strin... method getSetPaymentBraintreeQuery (line 153) | private function getSetPaymentBraintreeQuery(string $maskedQuoteId, st... method getSetPaymentBraintreeQueryInvalidInput (line 181) | private function getSetPaymentBraintreeQueryInvalidInput(string $maske... method getPlaceOrderQuery (line 205) | private function getPlaceOrderQuery(string $maskedQuoteId): string method tearDown (line 221) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/AddBundleProductToCartTest.php class AddBundleProductToCartTest (line 20) | class AddBundleProductToCartTest extends GraphQlAbstract method setUp (line 45) | protected function setUp() method testAddBundleProductToCart (line 58) | public function testAddBundleProductToCart() method testUpdateBundleItemQuantity (line 151) | public function testUpdateBundleItemQuantity(int $quantity) method dataProviderTestUpdateBundleItemQuantity (line 200) | public function dataProviderTestUpdateBundleItemQuantity(): array method testAddBundleToCartWithoutOptions (line 214) | public function testAddBundleToCartWithoutOptions() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/BundleProductViewTest.php class BundleProductViewTest (line 21) | class BundleProductViewTest extends GraphQlAbstract method testAllFieldsBundleProducts (line 29) | public function testAllFieldsBundleProducts() method testBundleProductWithNotVisibleChildren (line 114) | public function testBundleProductWithNotVisibleChildren() method assertBundleBaseFields (line 214) | private function assertBundleBaseFields($product, $actualResponse) method assertBundleProductOptions (line 235) | private function assertBundleProductOptions($product, $actualResponse) method testAndMaxMinPriceBundleProduct (line 294) | public function testAndMaxMinPriceBundleProduct() method testNonExistentFieldQtyExceptionOnBundleProduct (line 397) | public function testNonExistentFieldQtyExceptionOnBundleProduct() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryCanonicalUrlTest.php class CategoryCanonicalUrlTest (line 19) | class CategoryCanonicalUrlTest extends GraphQlAbstract method testCategoryWithCanonicalLinksMetaTagSettingsEnabled (line 28) | public function testCategoryWithCanonicalLinksMetaTagSettingsEnabled() method testCategoryWithCanonicalLinksMetaTagSettingsDisabled (line 62) | public function testCategoryWithCanonicalLinksMetaTagSettingsDisabled() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryListTest.php class CategoryListTest (line 17) | class CategoryListTest extends GraphQlAbstract method testFilterSingleCategoryByField (line 26) | public function testFilterSingleCategoryByField($field, $condition, $v... method testFilterMultipleCategoriesByField (line 55) | public function testFilterMultipleCategoriesByField($field, $condition... method testFilterCategoryByMultipleFields (line 81) | public function testFilterCategoryByMultipleFields() method testFilterWithInactiveCategory (line 108) | public function testFilterWithInactiveCategory() method testQueryChildCategoriesWithProducts (line 131) | public function testQueryChildCategoriesWithProducts() method testQueryCategoryWithDisabledChildren (line 215) | public function testQueryCategoryWithDisabledChildren() method testNoResultsFound (line 295) | public function testNoResultsFound() method testEmptyFiltersReturnRootCategory (line 321) | public function testEmptyFiltersReturnRootCategory() method testMinimumMatchQueryLength (line 351) | public function testMinimumMatchQueryLength() method filterSingleCategoryDataProvider (line 375) | public function filterSingleCategoryDataProvider(): array method filterMultipleCategoriesDataProvider (line 427) | public function filterMultipleCategoriesDataProvider(): array method assertCategoryProducts (line 535) | private function assertCategoryProducts(array $category, array $expect... method assertCategoryChildren (line 548) | private function assertCategoryChildren(array $category, array $expect... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryProductsCountTest.php class CategoryProductsCountTest (line 26) | class CategoryProductsCountTest extends GraphQlAbstract method setUp (line 56) | protected function setUp() method testCategoryWithSaleableProduct (line 71) | public function testCategoryWithSaleableProduct() method testCategoryWithInvisibleProduct (line 91) | public function testCategoryWithInvisibleProduct() method testCategoryWithOutOfStockProductManageStockEnabled (line 116) | public function testCategoryWithOutOfStockProductManageStockEnabled() method testCategoryWithOutOfStockProductManageStockDisabled (line 148) | public function testCategoryWithOutOfStockProductManageStockDisabled() method testCategoryWithDisabledProduct (line 180) | public function testCategoryWithDisabledProduct() method testCategoryWithOutOfStockProductShowOutOfStockProduct (line 205) | public function testCategoryWithOutOfStockProductShowOutOfStockProduct() method testCategoryWithConfigurableChildrenOutOfStock (line 233) | public function testCategoryWithConfigurableChildrenOutOfStock() method testCategoryWithProductNotAvailableOnWebsite (line 261) | public function testCategoryWithProductNotAvailableOnWebsite() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryProductsVariantsTest.php class CategoryProductsVariantsTest (line 18) | class CategoryProductsVariantsTest extends GraphQlAbstract method testGetSimpleProductsFromCategory (line 24) | public function testGetSimpleProductsFromCategory() method assertSimpleProductFields (line 63) | private function assertSimpleProductFields($product, $actualResponse) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryTest.php class CategoryTest (line 24) | class CategoryTest extends GraphQlAbstract method setUp (line 36) | protected function setUp() method testCategoriesTree (line 46) | public function testCategoriesTree() method testRootCategoryTree (line 121) | public function testRootCategoryTree() method testCategoriesTreeWithDisabledCategory (line 194) | public function testCategoriesTreeWithDisabledCategory() method testGetCategoryById (line 230) | public function testGetCategoryById() method testGetDisabledCategory (line 251) | public function testGetDisabledCategory() method testGetCategoryIdZero (line 270) | public function testGetCategoryIdZero() method testNonExistentCategoryWithProductCount (line 284) | public function testNonExistentCategoryWithProductCount() method testCategoryProducts (line 303) | public function testCategoryProducts() method testAnchorCategory (line 467) | public function testAnchorCategory() method testBreadCrumbs (line 509) | public function testBreadCrumbs() method testCategoryImage (line 562) | public function testCategoryImage() method assertBaseFields (line 609) | private function assertBaseFields($product, $actualResponse) method assertWebsites (line 650) | private function assertWebsites($product, $actualResponse) method assertAttributes (line 668) | private function assertAttributes($actualResponse) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryWithDescriptionDirectivesTest.php class CategoryWithDescriptionDirectivesTest (line 19) | class CategoryWithDescriptionDirectivesTest extends GraphQlAbstract method setUp (line 29) | protected function setUp() method testHtmlDirectivesRendered (line 37) | public function testHtmlDirectivesRendered() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ExceptionFormatterDefaultModeTest.php class ExceptionFormatterDefaultModeTest (line 12) | class ExceptionFormatterDefaultModeTest extends GraphQlAbstract method testDuplicateEntityTypeException (line 14) | public function testDuplicateEntityTypeException() method testEmptyAttributeInputException (line 40) | public function testEmptyAttributeInputException() method testAttributeWithNoEntityTypeInputException (line 65) | public function testAttributeWithNoEntityTypeInputException() method testAttributeWithNoAttributeCodeInputException (line 91) | public function testAttributeWithNoAttributeCodeInputException() method testInvalidEntityTypeException (line 117) | public function testInvalidEntityTypeException() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php class MediaGalleryTest (line 15) | class MediaGalleryTest extends GraphQlAbstract method setUp (line 22) | protected function setUp() method testProductSmallImageUrlWithExistingImage (line 30) | public function testProductSmallImageUrlWithExistingImage() method testMediaGalleryTypesAreCorrect (line 54) | public function testMediaGalleryTypesAreCorrect() method testMediaGallery (line 88) | public function testMediaGallery() method testMediaGalleryForProductVideos (line 116) | public function testMediaGalleryForProductVideos() method testProductMediaGalleryEntries (line 160) | public function testProductMediaGalleryEntries() method checkImageExists (line 191) | private function checkImageExists(string $url): bool FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductAttributeOptionsTest.php class ProductAttributeOptionsTest (line 13) | class ProductAttributeOptionsTest extends GraphQlAbstract method testCustomAttributeMetadataOptions (line 20) | public function testCustomAttributeMetadataOptions() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductAttributeTypeTest.php class ProductAttributeTypeTest (line 12) | class ProductAttributeTypeTest extends GraphQlAbstract method testAttributeTypeResolver (line 19) | public function testAttributeTypeResolver() method testComplexAttributeTypeResolver (line 84) | public function testComplexAttributeTypeResolver() method testUnDefinedAttributeType (line 180) | public function testUnDefinedAttributeType() method assertAttributeType (line 232) | private function assertAttributeType( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductCanonicalUrlTest.php class ProductCanonicalUrlTest (line 15) | class ProductCanonicalUrlTest extends GraphQlAbstract method testProductWithCanonicalLinksMetaTagSettingsEnabled (line 22) | public function testProductWithCanonicalLinksMetaTagSettingsEnabled() method testProductWithCanonicalLinksMetaTagSettingsDisabled (line 52) | public function testProductWithCanonicalLinksMetaTagSettingsDisabled() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductImageTest.php class ProductImageTest (line 12) | class ProductImageTest extends GraphQlAbstract method setUp (line 19) | protected function setUp() method testProductWithBaseImage (line 27) | public function testProductWithBaseImage() method testProductWithoutBaseImage (line 52) | public function testProductWithoutBaseImage() method testProductWithSmallImage (line 87) | public function testProductWithSmallImage() method testProductWithThumbnail (line 112) | public function testProductWithThumbnail() method checkImageExists (line 138) | private function checkImageExists(string $url): bool FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductInMultipleStoresTest.php class ProductInMultipleStoresTest (line 16) | class ProductInMultipleStoresTest extends GraphQlAbstract method testProductFromSpecificAndDefaultStore (line 25) | public function testProductFromSpecificAndDefaultStore() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductPriceTest.php class ProductPriceTest (line 22) | class ProductPriceTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() :void method testProductWithSinglePrice (line 40) | public function testProductWithSinglePrice() method testMultipleProductTypes (line 88) | public function testMultipleProductTypes() method testSimpleProductsWithSpecialPriceAndTierPrice (line 191) | public function testSimpleProductsWithSpecialPriceAndTierPrice() method testGroupedProductsWithSpecialPriceAndTierPrices (line 310) | public function testGroupedProductsWithSpecialPriceAndTierPrices() method testBundledProductWithSpecialPriceAndTierPrice (line 391) | public function testBundledProductWithSpecialPriceAndTierPrice() method testBundledWithSpecialPriceAndTierPriceWithDynamicPrice (line 484) | public function testBundledWithSpecialPriceAndTierPriceWithDynamicPrice() method testConfigurableProductWithVariantsHavingSpecialAndTierPrices (line 552) | public function testConfigurableProductWithVariantsHavingSpecialAndTie... method testDownloadableProductWithSpecialPriceAndTierPrices (line 688) | public function testDownloadableProductWithSpecialPriceAndTierPrices() method testProductWithCatalogDiscount (line 765) | public function testProductWithCatalogDiscount() method getProductQuery (line 841) | private function getProductQuery(array $skus): string method getQueryConfigurableProductAndVariants (line 902) | private function getQueryConfigurableProductAndVariants(array $sku): s... method assertPrices (line 1006) | private function assertPrices($expectedPrices, $actualPrices, $currenc... method saveProductTierPrices (line 1032) | private function saveProductTierPrices(ProductInterface $product, arra... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchAggregationsTest.php class ProductSearchAggregationsTest (line 13) | class ProductSearchAggregationsTest extends GraphQlAbstract method testAggregationBooleanAttribute (line 18) | public function testAggregationBooleanAttribute() method reindex (line 75) | private function reindex() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php class ProductSearchTest (line 32) | class ProductSearchTest extends GraphQlAbstract method testFilterForNonExistingCategory (line 39) | public function testFilterForNonExistingCategory() method testFilterLn (line 73) | public function testFilterLn() method compareFilterNames (line 141) | private function compareFilterNames(array $a, array $b) method testLayeredNavigationForConfigurableProducts (line 154) | public function testLayeredNavigationForConfigurableProducts() method getQueryProductsWithArrayOfCustomAttributes (line 203) | private function getQueryProductsWithArrayOfCustomAttributes($attribut... method testFilterProductsByDropDownCustomAttribute (line 258) | public function testFilterProductsByDropDownCustomAttribute() method reIndexAndCleanCache (line 363) | private function reIndexAndCleanCache() : void method testFilterProductsByMultiSelectCustomAttributes (line 378) | public function testFilterProductsByMultiSelectCustomAttributes() method getDefaultAttributeOptionValue (line 453) | private function getDefaultAttributeOptionValue(string $attributeCode)... method testSearchAndFilterByCustomAttribute (line 471) | public function testSearchAndFilterByCustomAttribute() method testFilterByCategoryIdAndCustomAttribute (line 618) | public function testFilterByCategoryIdAndCustomAttribute() method compareLabels (line 762) | private function compareLabels(array $a, array $b) method testFilterBySingleProductUrlKey (line 773) | public function testFilterBySingleProductUrlKey() method testFilterByMultipleProductUrlKeys (line 893) | public function testFilterByMultipleProductUrlKeys() method getExpectedFiltersDataSet (line 972) | private function getExpectedFiltersDataSet() method assertFilters (line 1032) | private function assertFilters($response, $expectedFilters, $message =... method testFilterWithinSpecificPriceRangeSortedByNameDesc (line 1059) | public function testFilterWithinSpecificPriceRangeSortedByNameDesc() method testSearchWithFilterWithPageSizeEqualTotalCount (line 1131) | public function testSearchWithFilterWithPageSizeEqualTotalCount() method testFilterByMultipleFilterFieldsSortedByMultipleSortFields (line 1193) | public function testFilterByMultipleFilterFieldsSortedByMultipleSortFi... method testFilterProductsForExactMatchingName (line 1280) | public function testFilterProductsForExactMatchingName() method testFilteringForProductsFromMultipleCategories (line 1380) | public function testFilteringForProductsFromMultipleCategories() method testFilterProductsBySingleCategoryId (line 1420) | public function testFilterProductsBySingleCategoryId() method testSearchAndSortByRelevance (line 1508) | public function testSearchAndSortByRelevance() method testFilterByExactSkuAndSortByPriceDesc (line 1583) | public function testFilterByExactSkuAndSortByPriceDesc() method testProductBasicFullTextSearchQuery (line 1642) | public function testProductBasicFullTextSearchQuery() method testFilterWithinASpecificPriceRangeSortedByPriceDESC (line 1734) | public function testFilterWithinASpecificPriceRangeSortedByPriceDESC() method testQueryFilterNoMatchingItems (line 1834) | public function testQueryFilterNoMatchingItems() method testQueryPageOutOfBoundException (line 1894) | public function testQueryPageOutOfBoundException() method testQueryWithNoSearchOrFilterArgumentException (line 1952) | public function testQueryWithNoSearchOrFilterArgumentException() method testFilterProductsThatAreOutOfStockWithConfigSettings (line 1987) | public function testFilterProductsThatAreOutOfStockWithConfigSettings() method testInvalidCurrentPage (line 2042) | public function testInvalidCurrentPage() method testInvalidPageSize (line 2072) | public function testInvalidPageSize() method assertProductItems (line 2100) | private function assertProductItems(array $filteredProducts, array $ac... method assertProductItemsWithPriceCheck (line 2126) | private function assertProductItemsWithPriceCheck(array $filteredProdu... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductTextAttributesTest.php class ProductTextAttributesTest (line 14) | class ProductTextAttributesTest extends GraphQlAbstract method setUp (line 21) | protected function setUp() method testProductTextAttributes (line 29) | public function testProductTextAttributes() method testProductWithoutFilledTextAttributes (line 68) | public function testProductWithoutFilledTextAttributes() method testHtmlDirectivesRendering (line 110) | public function testHtmlDirectivesRendering() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php class ProductViewTest (line 23) | class ProductViewTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testQueryAllFieldsSimpleProduct (line 40) | public function testQueryAllFieldsSimpleProduct() method testQueryMediaGalleryEntryFieldsSimpleProduct (line 303) | public function testQueryMediaGalleryEntryFieldsSimpleProduct() method testQueryCustomAttributeField (line 517) | public function testQueryCustomAttributeField() method testProductLinks (line 548) | public function testProductLinks() method testProductPrices (line 585) | public function testProductPrices() method assertMediaGalleryEntries (line 678) | private function assertMediaGalleryEntries($product, $actualResponse) method assertCustomAttribute (line 717) | private function assertCustomAttribute($actualResponse) method assertOptions (line 728) | private function assertOptions($product, $actualResponse) method assertBaseFields (line 826) | private function assertBaseFields($product, $actualResponse) method assertWebsites (line 872) | private function assertWebsites($product, $actualResponse) method assertProductLinks (line 892) | private function assertProductLinks($product, $actualResponse) method assertEavAttributes (line 911) | private function assertEavAttributes($product, $actualResponse) method eavAttributesToGraphQlSchemaFieldTranslator (line 943) | private function eavAttributesToGraphQlSchemaFieldTranslator(string $e... method testProductInAllAnchoredCategories (line 959) | public function testProductInAllAnchoredCategories() method testProductWithNonAnchoredParentCategory (line 1009) | public function testProductWithNonAnchoredParentCategory() method testProductInNonAnchoredSubCategories (line 1063) | public function testProductInNonAnchoredSubCategories() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/StoreConfigTest.php class StoreConfigTest (line 15) | class StoreConfigTest extends GraphQlAbstract method testGetStoreConfig (line 29) | public function testGetStoreConfig() method testGetStoreConfigGlobal (line 75) | public function testGetStoreConfigGlobal() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/UrlRewritesTest.php class UrlRewritesTest (line 21) | class UrlRewritesTest extends GraphQlAbstract method testProductWithNoCategoriesAssigned (line 28) | public function testProductWithNoCategoriesAssigned() method testProductWithOneCategoryAssigned (line 97) | public function testProductWithOneCategoryAssigned() method getUrlParameters (line 168) | private function getUrlParameters(string $targetPath): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/VirtualProductViewTest.php class VirtualProductViewTest (line 16) | class VirtualProductViewTest extends GraphQlAbstract method testQueryAllFieldsVirtualProduct (line 23) | public function testQueryAllFieldsVirtualProduct() method testCannotQueryWeightOnVirtualProductException (line 82) | public function testCannotQueryWeightOnVirtualProductException() method assertBaseFields (line 125) | private function assertBaseFields($product, $actualResponse) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCms/CategoryBlockTest.php class CategoryBlockTest (line 19) | class CategoryBlockTest extends GraphQlAbstract method testCategoryCmsBlock (line 25) | public function testCategoryCmsBlock() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/TierPricesForCustomersTest.php class TierPricesForCustomersTest (line 17) | class TierPricesForCustomersTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testTierPricesForGeneralGroup (line 39) | public function testTierPricesForGeneralGroup() method testTierPricesForGeneralAndAllCustomerGroups (line 76) | public function testTierPricesForGeneralAndAllCustomerGroups() method testTierPricesForNotLoggedInGroupOnly (line 125) | public function testTierPricesForNotLoggedInGroupOnly() method testTierPricesForNotLoggedInAndGeneralGroups (line 153) | public function testTierPricesForNotLoggedInAndGeneralGroups() method testTierPricesForAllCustomerGroupsOnly (line 196) | public function testTierPricesForAllCustomerGroupsOnly() method testTierPricesForAllCustomerGroupsAndNotLoggedInGroup (line 234) | public function testTierPricesForAllCustomerGroupsAndNotLoggedInGroup() method saveTierPrices (line 278) | private function saveTierPrices($product, $tierPriceData) method getProductSearchQuery (line 299) | private function getProductSearchQuery(string $productSku): string method getHeaderMap (line 325) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/TierPricesForGuestsTest.php class TierPricesForGuestsTest (line 15) | class TierPricesForGuestsTest extends GraphQlAbstract method setUp (line 22) | protected function setUp() method testTierPricesForGeneralGroup (line 30) | public function testTierPricesForGeneralGroup() method testTierPricesForGeneralAndAllCustomerGroups (line 56) | public function testTierPricesForGeneralAndAllCustomerGroups() method testTierPricesForNotLoggedInGroupOnly (line 96) | public function testTierPricesForNotLoggedInGroupOnly() method testTierPricesForNotLoggedInAndGeneralGroups (line 132) | public function testTierPricesForNotLoggedInAndGeneralGroups() method testTierPricesForAllCustomerGroupsOnly (line 174) | public function testTierPricesForAllCustomerGroupsOnly() method testTierPricesForAllCustomerGroupsAndNotLoggedInGroup (line 211) | public function testTierPricesForAllCustomerGroupsAndNotLoggedInGroup() method saveTierPrices (line 260) | private function saveTierPrices($product, $tierPriceData) method getProductSearchQuery (line 281) | private function getProductSearchQuery(string $productSku): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/AddProductToCartTest.php class AddProductToCartTest (line 17) | class AddProductToCartTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testAddProductIfQuantityIsNotAvailable (line 39) | public function testAddProductIfQuantityIsNotAvailable() method testAddMoreProductsThatAllowed (line 54) | public function testAddMoreProductsThatAllowed() method testAddSimpleProductToCartWithNegativeQuantity (line 74) | public function testAddSimpleProductToCartWithNegativeQuantity() method testAddProductIfQuantityIsDecimal (line 88) | public function testAddProductIfQuantityIsDecimal() method getQuery (line 108) | private function getQuery(string $maskedQuoteId, string $sku, float $q... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductOnlyXLeftInStockTest.php class ProductOnlyXLeftInStockTest (line 15) | class ProductOnlyXLeftInStockTest extends GraphQlAbstract method testQueryProductOnlyXLeftInStockDisabled (line 20) | public function testQueryProductOnlyXLeftInStockDisabled() method testQueryProductOnlyXLeftInStockEnabled (line 46) | public function testQueryProductOnlyXLeftInStockEnabled() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductStockStatusTest.php class ProductStockStatusTest (line 18) | class ProductStockStatusTest extends GraphQlAbstract method setUp (line 25) | protected function setUp() method testQueryProductStockStatusInStock (line 33) | public function testQueryProductStockStatusInStock() method testQueryProductStockStatusOutOfStock (line 59) | public function testQueryProductStockStatusOutOfStock() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/UpdateCartItemsTest.php class UpdateCartItemsTest (line 18) | class UpdateCartItemsTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testUpdateCartItemDecimalQuantity (line 44) | public function testUpdateCartItemDecimalQuantity() method getQuery (line 63) | private function getQuery(string $maskedQuoteId, int $itemId, float $q... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogUrlRewrite/UrlResolverTest.php class UrlResolverTest (line 19) | class UrlResolverTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testProductUrlResolver (line 37) | public function testProductUrlResolver() method testProductUrlWithNonSeoFriendlyUrlInput (line 86) | public function testProductUrlWithNonSeoFriendlyUrlInput() method testRedirectsAndCustomInput (line 137) | public function testRedirectsAndCustomInput() method testCategoryUrlResolver (line 245) | public function testCategoryUrlResolver() method testProductUrlRewriteResolver (line 292) | public function testProductUrlRewriteResolver() method testInvalidUrlResolverInput (line 343) | public function testInvalidUrlResolverInput() method testCategoryUrlWithLeadingSlash (line 382) | public function testCategoryUrlWithLeadingSlash() method testGetNonExistentUrlRewrite (line 429) | public function testGetNonExistentUrlRewrite() method queryUrlAndAssertResponse (line 473) | private function queryUrlAndAssertResponse( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CheckoutAgreements/GetCheckoutAgreementsTest.php class GetCheckoutAgreementsTest (line 21) | class GetCheckoutAgreementsTest extends GraphQlAbstract method testGetActiveAgreement (line 28) | public function testGetActiveAgreement() method testGetActiveAgreementOnSecondStore (line 51) | public function testGetActiveAgreementOnSecondStore() method testGetActiveAgreementFromSecondStoreOnDefaultStore (line 79) | public function testGetActiveAgreementFromSecondStoreOnDefaultStore() method testGetAgreementNotSet (line 94) | public function testGetAgreementNotSet() method testDisabledAgreements (line 110) | public function testDisabledAgreements() method getQuery (line 124) | private function getQuery(): string method assignAgreementsToStore (line 147) | private function assignAgreementsToStore(string $storeCode, string $ag... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsBlockTest.php class CmsBlockTest (line 19) | class CmsBlockTest extends GraphQlAbstract method setUp (line 31) | protected function setUp() method testGetCmsBlock (line 42) | public function testGetCmsBlock() method testGetCmsBlockByBlockId (line 75) | public function testGetCmsBlockByBlockId() method testGetDisabledCmsBlock (line 111) | public function testGetDisabledCmsBlock() method testGetCmsBlocksWithoutIdentifiers (line 134) | public function testGetCmsBlocksWithoutIdentifiers() method testGetCmsBlockByNonExistentIdentifier (line 157) | public function testGetCmsBlockByNonExistentIdentifier() method testGetEnabledAndDisabledCmsBlockInOneRequest (line 179) | public function testGetEnabledAndDisabledCmsBlockInOneRequest() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageTest.php class CmsPageTest (line 17) | class CmsPageTest extends GraphQlAbstract method testGetCmsPageById (line 24) | public function testGetCmsPageById() method testGetCmsPageByIdentifier (line 61) | public function testGetCmsPageByIdentifier() method testGetCmsPageWithoutId (line 81) | public function testGetCmsPageWithoutId() method testGetCmsPageByNonExistentId (line 107) | public function testGetCmsPageByNonExistentId() method testGetCmsPageByNonExistentIdentifier (line 136) | public function testGetCmsPageByNonExistentIdentifier() method testGetDisabledCmsPageById (line 161) | public function testGetDisabledCmsPageById() method testGetDisabledCmsPageByIdentifier (line 192) | public function testGetDisabledCmsPageByIdentifier() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CmsUrlRewrite/UrlResolverTest.php class UrlResolverTest (line 20) | class UrlResolverTest extends GraphQlAbstract method setUp (line 25) | protected function setUp() method testCMSPageUrlResolver (line 33) | public function testCMSPageUrlResolver() method testResolveSlash (line 89) | public function testResolveSlash() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php class AddConfigurableProductToCartTest (line 18) | class AddConfigurableProductToCartTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testAddConfigurableProductToCart (line 38) | public function testAddConfigurableProductToCart() method testAddMultipleConfigurableProductToCart (line 75) | public function testAddMultipleConfigurableProductToCart() method testAddVariationFromAnotherConfigurableProductWithTheSameSuperAttributeToCart (line 150) | public function testAddVariationFromAnotherConfigurableProductWithTheS... method testAddVariationFromAnotherConfigurableProductWithDifferentSuperAttributeToCart (line 178) | public function testAddVariationFromAnotherConfigurableProductWithDiff... method testAddProductIfQuantityIsNotAvailable (line 205) | public function testAddProductIfQuantityIsNotAvailable() method testAddNonExistentConfigurableProductParentToCart (line 230) | public function testAddNonExistentConfigurableProductParentToCart() method testAddNonExistentConfigurableProductVariationToCart (line 250) | public function testAddNonExistentConfigurableProductVariationToCart() method testAddDisabledVariationToCart (line 279) | public function testAddDisabledVariationToCart() method testOutOfStockVariationToCart (line 305) | public function testOutOfStockVariationToCart() method getQuery (line 334) | private function getQuery(string $maskedQuoteId, string $parentSku, st... method getFetchProductQuery (line 372) | private function getFetchProductQuery(string $term): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/ConfigurableProductFrontendLabelAttributeTest.php class ConfigurableProductFrontendLabelAttributeTest (line 17) | class ConfigurableProductFrontendLabelAttributeTest extends GraphQlAbstract method testGetFrontendLabelAttribute (line 22) | public function testGetFrontendLabelAttribute() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/ConfigurableProductQueryTest.php class ConfigurableProductQueryTest (line 15) | class ConfigurableProductQueryTest extends GraphQlAbstract method testNonVisibleVariationsNotReturned (line 21) | public function testNonVisibleVariationsNotReturned() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/ConfigurableProductStockStatusTest.php class ConfigurableProductStockStatusTest (line 17) | class ConfigurableProductStockStatusTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testConfigurableProductShowOutOfStock (line 36) | public function testConfigurableProductShowOutOfStock() method testConfigurableProductDoNotShowOutOfStock (line 55) | public function testConfigurableProductDoNotShowOutOfStock() method getQuery (line 74) | private function getQuery(string $sku) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/ConfigurableProductViewTest.php class ConfigurableProductViewTest (line 21) | class ConfigurableProductViewTest extends GraphQlAbstract method testQueryConfigurableProductLinks (line 32) | public function testQueryConfigurableProductLinks() method assertBaseFields (line 226) | private function assertBaseFields($product, $actualResponse) method assertConfigurableVariants (line 292) | private function assertConfigurableVariants($actualResponse) method assertConfigurableProductOptions (line 438) | private function assertConfigurableProductOptions($actualResponse) method getConfigurableOptions (line 499) | private function getConfigurableOptions() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/RemoveConfigurableProductFromCartTest.php class RemoveConfigurableProductFromCartTest (line 21) | class RemoveConfigurableProductFromCartTest extends GraphQlAbstract method setUp (line 46) | protected function setUp() method testRemoveConfigurableProductFromCart (line 58) | public function testRemoveConfigurableProductFromCart() method getQuery (line 76) | private function getQuery(string $maskedQuoteId, int $itemId): string method getQuoteItemIdBySku (line 102) | private function getQuoteItemIdBySku(string $sku): int FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/UpdateConfigurableCartItemsTest.php class UpdateConfigurableCartItemsTest (line 24) | class UpdateConfigurableCartItemsTest extends GraphQlAbstract method testUpdateConfigurableCartItemQuantity (line 49) | public function testUpdateConfigurableCartItemQuantity() method setUp (line 69) | protected function setUp() method getQuery (line 84) | private function getQuery(string $maskedQuoteId, int $quoteItemId, int... method getQuoteItemBySku (line 114) | private function getQuoteItemBySku(string $sku, string $reservedOrderId) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/ChangeCustomerPasswordTest.php class ChangeCustomerPasswordTest (line 24) | class ChangeCustomerPasswordTest extends GraphQlAbstract method setUp (line 51) | protected function setUp(): void method testChangePassword (line 63) | public function testChangePassword() method testChangePasswordIfUserIsNotAuthorizedTest (line 88) | public function testChangePasswordIfUserIsNotAuthorizedTest() method testChangeWeakPassword (line 97) | public function testChangeWeakPassword() method testChangePasswordIfPasswordIsInvalid (line 117) | public function testChangePasswordIfPasswordIsInvalid() method testChangePasswordIfCurrentPasswordIsEmpty (line 135) | public function testChangePasswordIfCurrentPasswordIsEmpty() method testChangePasswordIfNewPasswordIsEmpty (line 153) | public function testChangePasswordIfNewPasswordIsEmpty() method testChangePasswordIfCustomerIsLocked (line 170) | public function testChangePasswordIfCustomerIsLocked() method lockCustomer (line 189) | private function lockCustomer(int $customerId): void method getQuery (line 202) | private function getQuery($currentPassword, $newPassword) method getCustomerAuthHeaders (line 228) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerAddressTest.php class CreateCustomerAddressTest (line 20) | class CreateCustomerAddressTest extends GraphQlAbstract method setUp (line 32) | protected function setUp(): void method testCreateCustomerAddress (line 44) | public function testCreateCustomerAddress() method testCreateCustomerAddressWithCountryId (line 142) | public function testCreateCustomerAddressWithCountryId() method testCreateCustomerAddressIfUserIsNotAuthorized (line 209) | public function testCreateCustomerAddressIfUserIsNotAuthorized() method testCreateCustomerAddressWithMissingAttribute (line 245) | public function testCreateCustomerAddressWithMissingAttribute() method testCreateCustomerAddressWithMissingInput (line 279) | public function testCreateCustomerAddressWithMissingInput() method testCreateCustomerAddressWithRedundantStreetLine (line 299) | public function testCreateCustomerAddressWithRedundantStreetLine() method testCreateCustomerAddressWithOptionalZipCode (line 367) | public function testCreateCustomerAddressWithOptionalZipCode() method testCreateCustomerAddressWithInvalidInput (line 431) | public function testCreateCustomerAddressWithInvalidInput($input, $exc... method invalidInputDataProvider (line 453) | public function invalidInputDataProvider() method assertCustomerAddressesFields (line 469) | private function assertCustomerAddressesFields( method getCustomerAuthHeaders (line 506) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php class CreateCustomerTest (line 18) | class CreateCustomerTest extends GraphQlAbstract method setUp (line 30) | protected function setUp(): void method testCreateCustomerAccountWithPassword (line 41) | public function testCreateCustomerAccountWithPassword() method testCreateCustomerAccountWithoutPassword (line 81) | public function testCreateCustomerAccountWithoutPassword() method testCreateCustomerIfInputDataIsEmpty (line 119) | public function testCreateCustomerIfInputDataIsEmpty() method testCreateCustomerIfEmailMissed (line 145) | public function testCreateCustomerIfEmailMissed() method testCreateCustomerIfEmailIsNotValid (line 180) | public function testCreateCustomerIfEmailIsNotValid(string $email) method invalidEmailAddressDataProvider (line 214) | public function invalidEmailAddressDataProvider(): array method testCreateCustomerIfPassedAttributeDosNotExistsInCustomerInput (line 234) | public function testCreateCustomerIfPassedAttributeDosNotExistsInCusto... method testCreateCustomerIfNameEmpty (line 270) | public function testCreateCustomerIfNameEmpty() method testCreateCustomerSubscribed (line 303) | public function testCreateCustomerSubscribed() method testCreateCustomerIfCustomerWithProvidedEmailAlreadyExists (line 337) | public function testCreateCustomerIfCustomerWithProvidedEmailAlreadyEx... method tearDown (line 365) | public function tearDown(): void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/DeleteCustomerAddressTest.php class DeleteCustomerAddressTest (line 20) | class DeleteCustomerAddressTest extends GraphQlAbstract method setUp (line 42) | protected function setUp(): void method testDeleteCustomerAddress (line 56) | public function testDeleteCustomerAddress() method testDeleteCustomerAddressIfUserIsNotAuthorized (line 77) | public function testDeleteCustomerAddressIfUserIsNotAuthorized() method testDeleteDefaultShippingCustomerAddress (line 96) | public function testDeleteDefaultShippingCustomerAddress() method testDeleteDefaultBillingCustomerAddress (line 122) | public function testDeleteDefaultBillingCustomerAddress() method testDeleteNonExistCustomerAddress (line 147) | public function testDeleteNonExistCustomerAddress() method testDeleteCustomerAddressWithMissingData (line 168) | public function testDeleteCustomerAddressWithMissingData() method testDeleteCustomerAddressWithIncorrectIdType (line 189) | public function testDeleteCustomerAddressWithIncorrectIdType() method testDeleteAnotherCustomerAddress (line 212) | public function testDeleteAnotherCustomerAddress() method testDeleteCustomerAddressIfAccountIsLocked (line 234) | public function testDeleteCustomerAddressIfAccountIsLocked() method getCustomerAuthHeaders (line 258) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GenerateCustomerTokenTest.php class GenerateCustomerTokenTest (line 15) | class GenerateCustomerTokenTest extends GraphQlAbstract method testGenerateCustomerValidToken (line 22) | public function testGenerateCustomerValidToken() method testGenerateCustomerTokenInvalidData (line 45) | public function testGenerateCustomerTokenInvalidData(string $email, st... method testRegenerateCustomerToken (line 57) | public function testRegenerateCustomerToken() method dataProviderInvalidCustomerInfo (line 76) | public function dataProviderInvalidCustomerInfo(): array method getQuery (line 110) | private function getQuery(string $email, string $password) : string method testGenerateCustomerTokenWithEmptyEmail (line 127) | public function testGenerateCustomerTokenWithEmptyEmail() method testGenerateCustomerTokenWithEmptyPassword (line 152) | public function testGenerateCustomerTokenWithEmptyPassword() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GetAddressesTest.php class GetAddressesTest (line 22) | class GetAddressesTest extends GraphQlAbstract method setUp (line 34) | protected function setUp(): void method testGetCustomerWithAddresses (line 45) | public function testGetCustomerWithAddresses() method testGetCustomerAddressIfAccountIsLocked (line 75) | public function testGetCustomerAddressIfAccountIsLocked() method testGetCustomerAddressIfUserIsNotAuthorized (line 95) | public function testGetCustomerAddressIfUserIsNotAuthorized() method assertCustomerAddressesFields (line 108) | private function assertCustomerAddressesFields($customer, $actualRespo... method getQuery (line 132) | private function getQuery(): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GetCustomerTest.php class GetCustomerTest (line 17) | class GetCustomerTest extends GraphQlAbstract method setUp (line 39) | protected function setUp(): void method testGetCustomer (line 52) | public function testGetCustomer() method testGetCustomerIfUserIsNotAuthorized (line 84) | public function testGetCustomerIfUserIsNotAuthorized() method testGetCustomerIfAccountIsLocked (line 103) | public function testGetCustomerIfAccountIsLocked() method testAccountIsNotConfirmed (line 132) | public function testAccountIsNotConfirmed() method getCustomerAuthHeaders (line 158) | private function getCustomerAuthHeaders(string $email, string $passwor... method lockCustomer (line 168) | private function lockCustomer(int $customerId): void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/IsEmailAvailableTest.php class IsEmailAvailableTest (line 15) | class IsEmailAvailableTest extends GraphQlAbstract method testEmailNotAvailable (line 20) | public function testEmailNotAvailable() method testEmailAvailable (line 40) | public function testEmailAvailable() method testEmailAvailableEmptyValue (line 61) | public function testEmailAvailableEmptyValue() method testEmailAvailableMissingValue (line 78) | public function testEmailAvailableMissingValue() method testEmailAvailableInvalidValue (line 95) | public function testEmailAvailableInvalidValue() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/LockCustomer.php class LockCustomer (line 16) | class LockCustomer method __construct (line 32) | public function __construct(CustomerRegistry $customerRegistry, Custom... method execute (line 45) | public function execute(int $customerId): void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/RevokeCustomerTokenTest.php class RevokeCustomerTokenTest (line 17) | class RevokeCustomerTokenTest extends GraphQlAbstract method testRevokeCustomerTokenValidCredentials (line 22) | public function testRevokeCustomerTokenValidCredentials() method testRevokeCustomerTokenForGuestCustomer (line 47) | public function testRevokeCustomerTokenForGuestCustomer() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/SubscriptionStatusTest.php class SubscriptionStatusTest (line 20) | class SubscriptionStatusTest extends GraphQlAbstract method setUp (line 32) | protected function setUp(): void method testGetSubscriptionStatusTest (line 43) | public function testGetSubscriptionStatusTest() method testGetSubscriptionStatusIfUserIsNotAuthorizedTest (line 63) | public function testGetSubscriptionStatusIfUserIsNotAuthorizedTest() method testSubscribeCustomer (line 78) | public function testSubscribeCustomer() method testChangeSubscriptionStatuIfUserIsNotAuthorizedTest (line 109) | public function testChangeSubscriptionStatuIfUserIsNotAuthorizedTest() method testUnsubscribeCustomer (line 130) | public function testUnsubscribeCustomer() method getHeaderMap (line 159) | private function getHeaderMap(string $email, string $password): array method tearDown (line 165) | protected function tearDown(): void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/UpdateCustomerAddressTest.php class UpdateCustomerAddressTest (line 21) | class UpdateCustomerAddressTest extends GraphQlAbstract method setUp (line 43) | protected function setUp(): void method testUpdateCustomerAddress (line 58) | public function testUpdateCustomerAddress() method testUpdateCustomerAddressWithCountryId (line 86) | public function testUpdateCustomerAddressWithCountryId() method testUpdateCustomerAddressIfUserIsNotAuthorized (line 133) | public function testUpdateCustomerAddressIfUserIsNotAuthorized() method testUpdateCustomerAddressWithMissingAttribute (line 159) | public function testUpdateCustomerAddressWithMissingAttribute() method testUpdateCustomerAddressHasCustomAttributes (line 185) | public function testUpdateCustomerAddressHasCustomAttributes() method assertCustomerAddressesFields (line 229) | private function assertCustomerAddressesFields( method testUpdateCustomerAddressWithMissingId (line 268) | public function testUpdateCustomerAddressWithMissingId() method testUpdateCustomerAddressWithInvalidIdType (line 321) | public function testUpdateCustomerAddressWithInvalidIdType() method testUpdateCustomerAddressWithInvalidInput (line 377) | public function testUpdateCustomerAddressWithInvalidInput(string $inpu... method invalidInputDataProvider (line 400) | public function invalidInputDataProvider() method testUpdateNotExistingCustomerAddress (line 415) | public function testUpdateNotExistingCustomerAddress() method testUpdateAnotherCustomerAddress (line 432) | public function testUpdateAnotherCustomerAddress() method testUpdateCustomerAddressIfAccountIsLocked (line 449) | public function testUpdateCustomerAddressIfAccountIsLocked() method getCustomerAuthHeaders (line 468) | private function getCustomerAuthHeaders(string $email, string $passwor... method getAddressData (line 477) | private function getAddressData(): array method getMutation (line 507) | private function getMutation(int $addressId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/UpdateCustomerTest.php class UpdateCustomerTest (line 19) | class UpdateCustomerTest extends GraphQlAbstract method setUp (line 36) | protected function setUp(): void method testUpdateCustomer (line 48) | public function testUpdateCustomer() method testUpdateCustomerIfInputDataIsEmpty (line 116) | public function testUpdateCustomerIfInputDataIsEmpty() method testUpdateCustomerIfUserIsNotAuthorized (line 141) | public function testUpdateCustomerIfUserIsNotAuthorized() method testUpdateCustomerIfAccountIsLocked (line 166) | public function testUpdateCustomerIfAccountIsLocked() method testUpdateEmailIfPasswordIsMissed (line 195) | public function testUpdateEmailIfPasswordIsMissed() method testUpdateEmailIfPasswordIsInvalid (line 222) | public function testUpdateEmailIfPasswordIsInvalid() method testUpdateEmailIfEmailAlreadyExists (line 251) | public function testUpdateEmailIfEmailAlreadyExists() method testEmptyCustomerName (line 283) | public function testEmptyCustomerName() method getCustomerAuthHeaders (line 311) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/CustomerDownloadableProduct/CustomerDownloadableProductTest.php class CustomerDownloadableProductTest (line 17) | class CustomerDownloadableProductTest extends GraphQlAbstract method setUp (line 26) | protected function setUp() method testCustomerDownloadableProducts (line 36) | public function testCustomerDownloadableProducts() method testGuestCannotAccessDownloadableProducts (line 62) | public function testGuestCannotAccessDownloadableProducts() method testRemainingDownloads (line 71) | public function testRemainingDownloads() method testCustomerHasNoOrders (line 81) | public function testCustomerHasNoOrders() method getQuery (line 91) | private function getQuery(): string method getHeaderMap (line 113) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Directory/CountriesTest.php class CountriesTest (line 15) | class CountriesTest extends GraphQlAbstract method testGetCountries (line 17) | public function testGetCountries() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Directory/CountryTest.php class CountryTest (line 15) | class CountryTest extends GraphQlAbstract method testGetCountry (line 17) | public function testGetCountry() method testGetCountryNotFoundException (line 53) | public function testGetCountryNotFoundException() method testMissedInputParameterException (line 79) | public function testMissedInputParameterException() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Directory/CurrencyTest.php class CurrencyTest (line 15) | class CurrencyTest extends GraphQlAbstract method testGetCurrency (line 17) | public function testGetCurrency() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/DownloadableProduct/AddDownloadableProductToCartTest.php class AddDownloadableProductToCartTest (line 19) | class AddDownloadableProductToCartTest extends GraphQlAbstract method setUp (line 34) | protected function setUp() method testAddDownloadableProductWithCustomLinks (line 46) | public function testAddDownloadableProductWithCustomLinks() method testAddDownloadableProductWithoutCustomLinks (line 109) | public function testAddDownloadableProductWithoutCustomLinks() method getProductsLinks (line 161) | private function getProductsLinks(string $sku) : array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/DownloadableProduct/DownloadableProductViewTest.php class DownloadableProductViewTest (line 21) | class DownloadableProductViewTest extends GraphQlAbstract method testQueryAllFieldsDownloadableProductsWithDownloadableFileAndSample (line 27) | public function testQueryAllFieldsDownloadableProductsWithDownloadable... method testDownloadableProductQueryWithNoSample (line 104) | public function testDownloadableProductQueryWithNoSample() method assertDownloadableProductLinks (line 197) | private function assertDownloadableProductLinks($product, $actualRespo... method assertDownloadableProductSamples (line 221) | private function assertDownloadableProductSamples($product, $actualRes... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/DownloadableProduct/UpdateDownloadableCartItemsTest.php class UpdateDownloadableCartItemsTest (line 25) | class UpdateDownloadableCartItemsTest extends GraphQlAbstract method setUp (line 60) | protected function setUp() method testUpdateDownloadableCartItemQuantity (line 77) | public function testUpdateDownloadableCartItemQuantity() method testRemoveCartItemIfQuantityIsZero (line 130) | public function testRemoveCartItemIfQuantityIsZero() method getProductsLinks (line 185) | private function getProductsLinks(string $sku) : array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx/SetFedExShippingMethodsOnCartTest.php class SetFedExShippingMethodsOnCartTest (line 30) | class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 55) | protected function setUp() method testSetFedExShippingMethod (line 75) | public function testSetFedExShippingMethod(string $methodCode, string ... method dataProviderShippingMethods (line 107) | public function dataProviderShippingMethods(): array method testSetFedExShippingMethodBasedOnCanadaAddress (line 132) | public function testSetFedExShippingMethodBasedOnCanadaAddress(string ... method dataProviderShippingMethodsBasedOnCanadaAddress (line 164) | public function dataProviderShippingMethodsBasedOnCanadaAddress(): array method getQuery (line 181) | private function getQuery( method sendRequestWithToken (line 219) | private function sendRequestWithToken(string $query): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Framework/QueryComplexityLimiterTest.php class QueryComplexityLimiterTest (line 16) | class QueryComplexityLimiterTest extends GraphQlAbstract method testQueryComplexityIsLimited (line 22) | public function testQueryComplexityIsLimited() method testQueryDepthIsLimited (line 403) | public function testQueryDepthIsLimited() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Framework/RequiredInputArgumentTest.php class RequiredInputArgumentTest (line 16) | class RequiredInputArgumentTest extends GraphQlAbstract method testSimpleInputArgumentRequired (line 25) | public function testSimpleInputArgumentRequired() method testInputObjectArgumentRequired (line 49) | public function testInputObjectArgumentRequired() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/GroupedProduct/GroupedProductViewTest.php class GroupedProductViewTest (line 14) | class GroupedProductViewTest extends GraphQlAbstract method testAllFieldsGroupedProduct (line 20) | public function testAllFieldsGroupedProduct() method assertGroupedProductItems (line 59) | private function assertGroupedProductItems($product, $actualResponse) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/IntrospectionQueryTest.php class IntrospectionQueryTest (line 12) | class IntrospectionQueryTest extends GraphQlAbstract method testIntrospectionQuery (line 18) | public function testIntrospectionQuery() method testIntrospectionQueryWithOnlySchema (line 63) | public function testIntrospectionQueryWithOnlySchema() method testIntrospectionQueryWithOnlyType (line 150) | public function testIntrospectionQueryWithOnlyType() method testIntrospectionQueryWithDeprecatedAnnotationOnEnumAndFieldValues (line 180) | public function testIntrospectionQueryWithDeprecatedAnnotationOnEnumAn... method getEnumValueDeprecatedReason (line 270) | private function getEnumValueDeprecatedReason($schemaResponseFields): ... method getFieldsValueDeprecatedReason (line 291) | private function getFieldsValueDeprecatedReason($schemaResponseFields)... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/CacheTagTest.php class CacheTagTest (line 18) | class CacheTagTest extends GraphQlAbstract method setUp (line 23) | protected function setUp() method testCacheTagsAndCacheDebugHeaderForProducts (line 35) | public function testCacheTagsAndCacheDebugHeaderForProducts() method testCacheTagForCategoriesWithProduct (line 87) | public function testCacheTagForCategoriesWithProduct() method getProductQuery (line 157) | private function getProductQuery(string $productSku): string method getCategoryQuery (line 179) | private function getCategoryQuery(): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/BlockCacheTest.php class BlockCacheTest (line 18) | class BlockCacheTest extends GraphQlAbstract method setUp (line 23) | protected function setUp() method testCacheTagsHaveExpectedValue (line 35) | public function testCacheTagsHaveExpectedValue() method testCacheIsUsedOnSecondRequest (line 57) | public function testCacheIsUsedOnSecondRequest() method testCacheIsInvalidatedOnBlockUpdate (line 85) | public function testCacheIsInvalidatedOnBlockUpdate() method updateBlockContent (line 128) | private function updateBlockContent($identifier, $newContent): Block method getBlockQuery (line 144) | private function getBlockQuery(array $identifiers): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/PageCacheTest.php class PageCacheTest (line 18) | class PageCacheTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testCacheTagsHaveExpectedValue (line 41) | public function testCacheTagsHaveExpectedValue() method testCacheIsUsedOnSecondRequest (line 63) | public function testCacheIsUsedOnSecondRequest() method testCacheIsInvalidatedOnPageUpdate (line 92) | public function testCacheIsInvalidatedOnPageUpdate() method getPageQuery (line 140) | private function getPageQuery(int $pageId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/ProductInMultipleStoresCacheTest.php class ProductInMultipleStoresCacheTest (line 18) | class ProductInMultipleStoresCacheTest extends GraphQlAbstract method setUp (line 23) | protected function setUp() method tearDown (line 62) | protected function tearDown() method testProductFromSpecificAndDefaultStoreWithMultiCurrencyNonExisting (line 87) | public function testProductFromSpecificAndDefaultStoreWithMultiCurrenc... method testProductFromSpecificAndDefaultStoreWithMultiCurrencyNotAllowed (line 132) | public function testProductFromSpecificAndDefaultStoreWithMultiCurrenc... method testProductFromSpecificAndDefaultStoreWithMultiCurrency (line 181) | public function testProductFromSpecificAndDefaultStoreWithMultiCurrency() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Quote/Guest/CartCacheTest.php class CartCacheTest (line 17) | class CartCacheTest extends GraphQlAbstract method setUp (line 22) | protected function setUp() method testCartIsNotCached (line 29) | public function testCartIsNotCached() method createEmptyCart (line 52) | private function createEmptyCart(): string method addSimpleProductToCart (line 74) | private function addSimpleProductToCart(string $maskedCartId, int $qty... method getCartQuery (line 113) | private function getCartQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/UrlRewrite/UrlResolverCacheTest.php class UrlResolverCacheTest (line 20) | class UrlResolverCacheTest extends GraphQlAbstract method setUp (line 25) | protected function setUp() method testCacheTagsForProducts (line 37) | public function testCacheTagsForProducts() method testCacheTagsForCategory (line 70) | public function testCacheTagsForCategory() method testUrlResolverCachingForCMSPage (line 115) | public function testUrlResolverCachingForCMSPage() method testCacheIsInvalidatedForUrlResolver (line 148) | public function testCacheIsInvalidatedForUrlResolver() method getUrlResolverQuery (line 180) | private function getUrlResolverQuery(string $urlKey): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddDownloadableProductWithCustomOptionsToCartTest.php class AddDownloadableProductWithCustomOptionsToCartTest (line 18) | class AddDownloadableProductWithCustomOptionsToCartTest extends GraphQlA... method setUp (line 38) | protected function setUp() method testAddDownloadableProductWithOptions (line 50) | public function testAddDownloadableProductWithOptions() method testAddDownloadableProductWithMissedRequiredOptionsSet (line 90) | public function testAddDownloadableProductWithMissedRequiredOptionsSet() method getProductsLinks (line 116) | private function getProductsLinks(string $sku) : array method buildExpectedValuesArray (line 140) | private function buildExpectedValuesArray(string $assignedValue) : array method getQuery (line 160) | private function getQuery( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductWithCustomOptionsToCartTest.php class AddSimpleProductWithCustomOptionsToCartTest (line 17) | class AddSimpleProductWithCustomOptionsToCartTest extends GraphQlAbstract method setUp (line 37) | protected function setUp() method testAddSimpleProductWithOptions (line 52) | public function testAddSimpleProductWithOptions() method testAddSimpleProductWithMissedRequiredOptionsSet (line 92) | public function testAddSimpleProductWithMissedRequiredOptionsSet() method testAddSimpleProductWithWrongDateOptionFormat (line 113) | public function testAddSimpleProductWithWrongDateOptionFormat() method getQuery (line 141) | private function getQuery(string $maskedQuoteId, string $sku, float $q... method buildExpectedValuesArray (line 183) | private function buildExpectedValuesArray(string $assignedValue, strin... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddVirtualProductWithCustomOptionsToCartTest.php class AddVirtualProductWithCustomOptionsToCartTest (line 17) | class AddVirtualProductWithCustomOptionsToCartTest extends GraphQlAbstract method setUp (line 37) | protected function setUp() method testAddVirtualProductWithOptions (line 52) | public function testAddVirtualProductWithOptions() method testAddSimpleProductWithMissedRequiredOptionsSet (line 92) | public function testAddSimpleProductWithMissedRequiredOptionsSet() method getQuery (line 114) | private function getQuery(string $maskedQuoteId, string $sku, float $q... method buildExpectedValuesArray (line 155) | private function buildExpectedValuesArray(string $assignedValue) : array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php class CartPromotionsTest (line 23) | class CartPromotionsTest extends GraphQlAbstract method testCartPromotionSingleCartRule (line 31) | public function testCartPromotionSingleCartRule() method assertLineItemDiscountPrices (line 77) | private function assertLineItemDiscountPrices($response, $productsInCa... method testCartPromotionsMultipleCartRules (line 111) | public function testCartPromotionsMultipleCartRules() method testCartPromotionsCartRulesWithTaxes (line 197) | public function testCartPromotionsCartRulesWithTaxes() method testCartPromotionsWithCoupons (line 276) | public function testCartPromotionsWithCoupons() method testCartPromotionsWhenNoDiscountIsAvailable (line 338) | public function testCartPromotionsWhenNoDiscountIsAvailable() method testCartPromotionsWithNoRuleLabels (line 359) | public function testCartPromotionsWithNoRuleLabels() method applyCouponsToCart (line 381) | private function applyCouponsToCart(string $cartId, string $couponCode) method getCartItemPricesQuery (line 404) | private function getCartItemPricesQuery(string $cartId): string method createEmptyCart (line 440) | private function createEmptyCart(): string method addMultipleSimpleProductsToCart (line 458) | private function addMultipleSimpleProductsToCart(string $cartId, int $... method setShippingAddressOnCart (line 505) | private function setShippingAddressOnCart(string $cartId) :void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/AddSimpleProductToCartTest.php class AddSimpleProductToCartTest (line 20) | class AddSimpleProductToCartTest extends GraphQlAbstract method setUp (line 32) | protected function setUp(): void method testAddSimpleProductToCart (line 44) | public function testAddSimpleProductToCart() method testAddSimpleProductToCartIfCartIdIsEmpty (line 90) | public function testAddSimpleProductToCartIfCartIdIsEmpty() method testAddSimpleProductToCartIfCartItemsAreEmpty (line 117) | public function testAddSimpleProductToCartIfCartItemsAreEmpty() method testAddProductToNonExistentCart (line 146) | public function testAddProductToNonExistentCart() method testNonExistentProductToCart (line 163) | public function testNonExistentProductToCart() method testAddSimpleProductToGuestCart (line 179) | public function testAddSimpleProductToGuestCart() method testAddSimpleProductToAnotherCustomerCart (line 199) | public function testAddSimpleProductToAnotherCustomerCart() method getQuery (line 219) | private function getQuery(string $maskedQuoteId, string $sku, float $q... method getHeaderMap (line 284) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/AddVirtualProductToCartTest.php class AddVirtualProductToCartTest (line 20) | class AddVirtualProductToCartTest extends GraphQlAbstract method setUp (line 32) | protected function setUp() method testAddVirtualProductToCart (line 44) | public function testAddVirtualProductToCart() method testAddVirtualProductToCartIfCartIdIsEmpty (line 62) | public function testAddVirtualProductToCartIfCartIdIsEmpty() method testAddVirtualProductToCartIfCartItemsAreEmpty (line 89) | public function testAddVirtualProductToCartIfCartItemsAreEmpty() method testAddVirtualToNonExistentCart (line 118) | public function testAddVirtualToNonExistentCart() method testNonExistentProductToCart (line 135) | public function testNonExistentProductToCart() method testAddVirtualProductToGuestCart (line 151) | public function testAddVirtualProductToGuestCart() method testAddVirtualProductToAnotherCustomerCart (line 171) | public function testAddVirtualProductToAnotherCustomerCart() method getQuery (line 191) | private function getQuery(string $maskedQuoteId, string $sku, float $q... method getHeaderMap (line 228) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/ApplyCouponToCartTest.php class ApplyCouponToCartTest (line 19) | class ApplyCouponToCartTest extends GraphQlAbstract method setUp (line 31) | protected function setUp() method testApplyCouponToCart (line 45) | public function testApplyCouponToCart() method testApplyCouponTwice (line 65) | public function testApplyCouponTwice() method testApplyCouponToCartWithoutItems (line 86) | public function testApplyCouponToCartWithoutItems() method testApplyCouponToGuestCart (line 102) | public function testApplyCouponToGuestCart() method testApplyCouponToAnotherCustomerCart (line 121) | public function testApplyCouponToAnotherCustomerCart() method testApplyEmptyCouponCodeToCustomerCart (line 140) | public function testApplyEmptyCouponCodeToCustomerCart() method testApplyNonExistentCouponToCart (line 157) | public function testApplyNonExistentCouponToCart() method testApplyCouponToNonExistentCart (line 173) | public function testApplyCouponToNonExistentCart() method testApplyCouponWhichIsNotApplicable (line 195) | public function testApplyCouponWhichIsNotApplicable() method getHeaderMap (line 212) | private function getHeaderMap(string $username = 'customer@example.com... method getQuery (line 224) | private function getQuery(string $maskedQuoteId, string $couponCode): ... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/CartDiscountTest.php class CartDiscountTest (line 18) | class CartDiscountTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testGetDiscountInformation (line 44) | public function testGetDiscountInformation() method testGetDiscountInformationWithTwoRulesApplied (line 63) | public function testGetDiscountInformationWithTwoRulesApplied() method testGetDiscountInformationWithNoRulesApplied (line 79) | public function testGetDiscountInformationWithNoRulesApplied() method getQuery (line 93) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 117) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/CartTotalsTest.php class CartTotalsTest (line 18) | class CartTotalsTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testGetCartTotalsWithTaxApplied (line 47) | public function testGetCartTotalsWithTaxApplied() method testGetCartTotalsWithEmptyCart (line 81) | public function testGetCartTotalsWithEmptyCart() method testGetTotalsWithNoTaxApplied (line 107) | public function testGetTotalsWithNoTaxApplied() method testGetCartTotalsWithNoAddressSet (line 135) | public function testGetCartTotalsWithNoAddressSet() method testGetTotalsFromGuestCart (line 165) | public function testGetTotalsFromGuestCart() method testGetTotalsFromAnotherCustomerCart (line 187) | public function testGetTotalsFromAnotherCustomerCart() method getQuery (line 204) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 260) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/CheckoutEndToEndTest.php class CheckoutEndToEndTest (line 23) | class CheckoutEndToEndTest extends GraphQlAbstract method setUp (line 65) | protected function setUp() method testCheckoutWorkflow (line 82) | public function testCheckoutWorkflow() method createCustomer (line 107) | private function createCustomer(): void method loginCustomer (line 131) | private function loginCustomer(): string method findProduct (line 154) | private function findProduct(): string method createEmptyCart (line 188) | private function createEmptyCart(): string method addProductToCart (line 208) | private function addProductToCart(string $cartId, float $qty, string $... method setBillingAddress (line 244) | private function setBillingAddress(string $cartId): void method setShippingAddress (line 281) | private function setShippingAddress(string $cartId): array method setShippingMethod (line 348) | private function setShippingMethod(string $cartId, array $method): array method setPaymentMethod (line 390) | private function setPaymentMethod(string $cartId, array $method): void method placeOrder (line 417) | private function placeOrder(string $cartId): string method checkOrderInHistory (line 445) | private function checkOrderInHistory(string $orderId): void method tearDown (line 469) | public function tearDown() method deleteCustomer (line 480) | private function deleteCustomer(): void method deleteQuote (line 498) | private function deleteQuote(): void method deleteOrder (line 513) | private function deleteOrder() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/CreateEmptyCartTest.php class CreateEmptyCartTest (line 21) | class CreateEmptyCartTest extends GraphQlAbstract method setUp (line 48) | protected function setUp() method testCreateEmptyCart (line 61) | public function testCreateEmptyCart() method testCreateEmptyMultipleRequestsCart (line 79) | public function testCreateEmptyMultipleRequestsCart() method testCreateEmptyCartWithNotDefaultStore (line 99) | public function testCreateEmptyCartWithNotDefaultStore() method testCreateEmptyCartWithPredefinedCartId (line 121) | public function testCreateEmptyCartWithPredefinedCartId() method testCreateEmptyCartIfPredefinedCartIdAlreadyExists (line 146) | public function testCreateEmptyCartIfPredefinedCartIdAlreadyExists() method testCreateEmptyCartWithWrongPredefinedCartId (line 165) | public function testCreateEmptyCartWithWrongPredefinedCartId() method getQuery (line 180) | private function getQuery(): string method getHeaderMapWithCustomerToken (line 194) | private function getHeaderMapWithCustomerToken( method tearDown (line 203) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailablePaymentMethodsTest.php class GetAvailablePaymentMethodsTest (line 18) | class GetAvailablePaymentMethodsTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testGetAvailablePaymentMethods (line 47) | public function testGetAvailablePaymentMethods() method testGetAvailablePaymentMethodsFromGuestCart (line 68) | public function testGetAvailablePaymentMethodsFromGuestCart() method testGetAvailablePaymentMethodsFromAnotherCustomerCart (line 87) | public function testGetAvailablePaymentMethodsFromAnotherCustomerCart() method testGetAvailablePaymentMethodsIfPaymentsAreNotPresent (line 108) | public function testGetAvailablePaymentMethodsIfPaymentsAreNotPresent() method testGetAvailablePaymentMethodsOfNonExistentCart (line 125) | public function testGetAvailablePaymentMethodsOfNonExistentCart() method getQuery (line 137) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 156) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailableShippingMethodsTest.php class GetAvailableShippingMethodsTest (line 18) | class GetAvailableShippingMethodsTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testGetAvailableShippingMethods (line 49) | public function testGetAvailableShippingMethods() method testGetAvailableShippingMethodsFromGuestCart (line 93) | public function testGetAvailableShippingMethodsFromGuestCart() method testGetAvailableShippingMethodsFromAnotherCustomerCart (line 114) | public function testGetAvailableShippingMethodsFromAnotherCustomerCart() method testGetAvailableShippingMethodsIfShippingMethodsAreNotPresent (line 137) | public function testGetAvailableShippingMethodsIfShippingMethodsAreNot... method testGetAvailableShippingMethodsOfNonExistentCart (line 152) | public function testGetAvailableShippingMethodsOfNonExistentCart() method getQuery (line 164) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 200) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartEmailTest.php class GetCartEmailTest (line 18) | class GetCartEmailTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testGetCartEmail (line 41) | public function testGetCartEmail() method testGetCartEmailFromNonExistentCart (line 58) | public function testGetCartEmailFromNonExistentCart() method testGetEmailFromGuestCart (line 72) | public function testGetEmailFromGuestCart() method testGetEmailFromAnotherCustomerCart (line 88) | public function testGetEmailFromAnotherCustomerCart() method getQuery (line 103) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 119) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartIsVirtualTest.php class GetCartIsVirtualTest (line 18) | class GetCartIsVirtualTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testGetCartIsNotVirtual (line 43) | public function testGetCartIsNotVirtual() method testGetMixedCartIsNotVirtual (line 63) | public function testGetMixedCartIsNotVirtual() method testGetCartIsVirtual (line 81) | public function testGetCartIsVirtual() method getQuery (line 97) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 113) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartTest.php class GetCartTest (line 21) | class GetCartTest extends GraphQlAbstract method setUp (line 43) | protected function setUp() method testGetCart (line 60) | public function testGetCart() method testGetGuestCart (line 87) | public function testGetGuestCart() method testGetAnotherCustomerCart (line 103) | public function testGetAnotherCustomerCart() method testGetCartIfCartIdIsEmpty (line 119) | public function testGetCartIfCartIdIsEmpty() method testGetCartIfCartIdIsMissed (line 132) | public function testGetCartIfCartIdIsMissed() method testGetNonExistentCart (line 151) | public function testGetNonExistentCart() method testGetInactiveCart (line 167) | public function testGetInactiveCart() method testGetCartWithNotDefaultStore (line 178) | public function testGetCartWithNotDefaultStore() method testGetCartWithWrongStore (line 200) | public function testGetCartWithWrongStore() method testGetCartWithNotExistingStore (line 217) | public function testGetCartWithNotExistingStore() method testGetCartForLockedCustomer (line 234) | public function testGetCartForLockedCustomer() method getQuery (line 256) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 279) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCustomerCartTest.php class GetCustomerCartTest (line 19) | class GetCustomerCartTest extends GraphQlAbstract method setUp (line 31) | protected function setUp() method testGetActiveCustomerCart (line 46) | public function testGetActiveCustomerCart() method testGetLoggedInCustomerCartWithoutMaskedQuoteId (line 73) | public function testGetLoggedInCustomerCartWithoutMaskedQuoteId() method testGetNewCustomerCart (line 91) | public function testGetNewCustomerCart() method testGetCustomerCartWithNoCustomerToken (line 109) | public function testGetCustomerCartWithNoCustomerToken() method testGetCustomerCartAfterTokenRevoked (line 122) | public function testGetCustomerCartAfterTokenRevoked() method testRequestCustomerCartTwice (line 141) | public function testRequestCustomerCartTwice() method testGetInactiveCustomerCart (line 163) | public function testGetInactiveCustomerCart() method testGetCustomerCartSecondStore (line 178) | public function testGetCustomerCartSecondStore() method revokeCustomerToken (line 194) | private function revokeCustomerToken(): void method getCustomerCartQuery (line 212) | private function getCustomerCartQuery(): string method getHeaderMap (line 238) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSelectedPaymentMethodTest.php class GetSelectedPaymentMethodTest (line 18) | class GetSelectedPaymentMethodTest extends GraphQlAbstract method testGetSelectedPaymentMethod (line 43) | public function testGetSelectedPaymentMethod() method testGetSelectedPaymentMethodBeforeSet (line 68) | public function testGetSelectedPaymentMethodBeforeSet() method testGetSelectedPaymentMethodFromNonExistentCart (line 85) | public function testGetSelectedPaymentMethodFromNonExistentCart() method testGetSelectedPaymentMethodFromGuestCart (line 111) | public function testGetSelectedPaymentMethodFromGuestCart() method testGetSelectedPaymentMethodFromAnotherCustomerCart (line 128) | public function testGetSelectedPaymentMethodFromAnotherCustomerCart() method setUp (line 140) | protected function setUp() method getQuery (line 151) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 170) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSelectedShippingMethodTest.php class GetSelectedShippingMethodTest (line 18) | class GetSelectedShippingMethodTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testGetSelectedShippingMethod (line 48) | public function testGetSelectedShippingMethod() method testGetSelectedShippingMethodBeforeSet (line 90) | public function testGetSelectedShippingMethodBeforeSet() method testGetSelectedShippingMethodFromGuestCart (line 115) | public function testGetSelectedShippingMethodFromGuestCart() method testGetSelectedShippingMethodFromAnotherCustomerCart (line 135) | public function testGetSelectedShippingMethodFromAnotherCustomerCart() method testGetGetSelectedShippingMethodIfShippingMethodIsNotSet (line 153) | public function testGetGetSelectedShippingMethodIfShippingMethodIsNotS... method testGetGetSelectedShippingMethodOfNonExistentCart (line 175) | public function testGetGetSelectedShippingMethodOfNonExistentCart() method getHeaderMap (line 188) | private function getHeaderMap(string $username = 'customer@example.com... method getQuery (line 199) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php class GetSpecifiedBillingAddressTest (line 18) | class GetSpecifiedBillingAddressTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testGetSpecifiedBillingAddress (line 47) | public function testGetSpecifiedBillingAddress() method testGetSpecifiedBillingAddressIfBillingAddressIsNotSet (line 86) | public function testGetSpecifiedBillingAddressIfBillingAddressIsNotSet() method testGetSpecifiedBillingAddressOfNonExistentCart (line 102) | public function testGetSpecifiedBillingAddressOfNonExistentCart() method testGetSpecifiedBillingAddressFromAnotherGuestCart (line 118) | public function testGetSpecifiedBillingAddressFromAnotherGuestCart() method testGetSpecifiedBillingAddressFromAnotherCustomerCart (line 136) | public function testGetSpecifiedBillingAddressFromAnotherCustomerCart() method getQuery (line 155) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 191) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedShippingAddressTest.php class GetSpecifiedShippingAddressTest (line 18) | class GetSpecifiedShippingAddressTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testGetSpecifiedShippingAddress (line 47) | public function testGetSpecifiedShippingAddress() method testGetSpecifiedShippingAddressIfShippingAddressIsNotSet (line 86) | public function testGetSpecifiedShippingAddressIfShippingAddressIsNotS... method testGetSpecifiedShippingAddressOfNonExistentCart (line 103) | public function testGetSpecifiedShippingAddressOfNonExistentCart() method testGetSpecifiedShippingAddressFromGuestCart (line 119) | public function testGetSpecifiedShippingAddressFromGuestCart() method testGetSpecifiedShippingAddressFromAnotherCustomerCart (line 137) | public function testGetSpecifiedShippingAddressFromAnotherCustomerCart() method getQuery (line 156) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 192) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php class MergeCartsTest (line 20) | class MergeCartsTest extends GraphQlAbstract method setUp (line 42) | protected function setUp() method tearDown (line 51) | protected function tearDown() method testMergeGuestWithCustomerCart (line 65) | public function testMergeGuestWithCustomerCart() method testGuestCartExpiryAfterMerge (line 113) | public function testGuestCartExpiryAfterMerge() method testMergeTwoCustomerCarts (line 146) | public function testMergeTwoCustomerCarts() method addSimpleProductToCart (line 173) | private function addSimpleProductToCart(string $maskedId, array $heade... method getCartMergeMutation (line 194) | private function getCartMergeMutation(string $guestQuoteMaskedId, stri... method getCartQuery (line 219) | private function getCartQuery(string $maskedId): string method getCreateEmptyCartMutation (line 240) | private function getCreateEmptyCartMutation(): string method getAddProductToCartMutation (line 255) | private function getAddProductToCartMutation(string $maskedId): string method getHeaderMap (line 287) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/PlaceOrderTest.php class PlaceOrderTest (line 22) | class PlaceOrderTest extends GraphQlAbstract method setUp (line 52) | protected function setUp() method testPlaceOrder (line 80) | public function testPlaceOrder() method testPlaceOrderIfCartIdIsEmpty (line 98) | public function testPlaceOrderIfCartIdIsEmpty() method testPlaceOrderWithNoItemsInCart (line 110) | public function testPlaceOrderWithNoItemsInCart() method testPlaceOrderWithNoShippingAddress (line 129) | public function testPlaceOrderWithNoShippingAddress() method testPlaceOrderWithNoShippingMethod (line 148) | public function testPlaceOrderWithNoShippingMethod() method testPlaceOrderWithNoBillingAddress (line 171) | public function testPlaceOrderWithNoBillingAddress() method testPlaceOrderWithNoPaymentMethod (line 195) | public function testPlaceOrderWithNoPaymentMethod() method testPlaceOrderWithOutOfStockProduct (line 218) | public function testPlaceOrderWithOutOfStockProduct() method testPlaceOrderOfGuestCart (line 247) | public function testPlaceOrderOfGuestCart() method testPlaceOrderOfAnotherCustomerCart (line 276) | public function testPlaceOrderOfAnotherCustomerCart() method getQuery (line 290) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 309) | private function getHeaderMap(string $username = 'customer@example.com... method tearDown (line 319) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/RemoveCouponFromCartTest.php class RemoveCouponFromCartTest (line 19) | class RemoveCouponFromCartTest extends GraphQlAbstract method setUp (line 34) | protected function setUp() method testRemoveCouponFromCart (line 49) | public function testRemoveCouponFromCart() method testRemoveCouponFromCartIfCartIdIsEmpty (line 65) | public function testRemoveCouponFromCartIfCartIdIsEmpty() method testRemoveCouponFromNonExistentCart (line 78) | public function testRemoveCouponFromNonExistentCart() method testRemoveCouponFromEmptyCart (line 92) | public function testRemoveCouponFromEmptyCart() method testRemoveCouponFromCartIfCouponWasNotSet (line 106) | public function testRemoveCouponFromCartIfCouponWasNotSet() method testRemoveCouponFromGuestCart (line 126) | public function testRemoveCouponFromGuestCart() method testRemoveCouponFromAnotherCustomerCart (line 143) | public function testRemoveCouponFromAnotherCustomerCart() method getQuery (line 156) | private function getQuery(string $maskedQuoteId): string method getHeaderMap (line 177) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/RemoveItemFromCartTest.php class RemoveItemFromCartTest (line 19) | class RemoveItemFromCartTest extends GraphQlAbstract method setUp (line 36) | protected function setUp() method testRemoveItemFromCart (line 52) | public function testRemoveItemFromCart() method testRemoveItemFromNonExistentCart (line 70) | public function testRemoveItemFromNonExistentCart() method testRemoveNonExistentItem (line 82) | public function testRemoveNonExistentItem() method testRemoveItemIfItemIsNotBelongToCart (line 101) | public function testRemoveItemIfItemIsNotBelongToCart() method testRemoveItemFromGuestCart (line 122) | public function testRemoveItemFromGuestCart() method testRemoveItemFromAnotherCustomerCart (line 142) | public function testRemoveItemFromAnotherCustomerCart() method testWithoutRequiredCartIdParameter (line 167) | public function testWithoutRequiredCartIdParameter() method testWithoutRequiredCartItemIdParameter (line 185) | public function testWithoutRequiredCartItemIdParameter() method getQuery (line 199) | private function getQuery(string $maskedQuoteId, int $itemId): string method getHeaderMap (line 224) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetBillingAddressOnCartTest.php class SetBillingAddressOnCartTest (line 24) | class SetBillingAddressOnCartTest extends GraphQlAbstract method setUp (line 64) | protected function setUp() method testSetNewBillingAddress (line 83) | public function testSetNewBillingAddress() method testSetNewBillingAddressWithUseForShippingParameter (line 161) | public function testSetNewBillingAddressWithUseForShippingParameter() method testSetBillingAddressFromAddressBook (line 238) | public function testSetBillingAddressFromAddressBook() method testVerifyBillingAddressType (line 286) | public function testVerifyBillingAddressType() method testSetNotExistedBillingAddressFromAddressBook (line 324) | public function testSetNotExistedBillingAddressFromAddressBook() method testSetNewBillingAddressAndFromAddressBookAtSameTime (line 356) | public function testSetNewBillingAddressAndFromAddressBookAtSameTime() method testSetNewBillingAddressWithoutCustomerAddressIdAndAddress (line 402) | public function testSetNewBillingAddressWithoutCustomerAddressIdAndAdd... method testSetNewBillingAddressWithSameAsShippingAndMultishipping (line 438) | public function testSetNewBillingAddressWithSameAsShippingAndMultiship... method testSetBillingAddressToGuestCart (line 486) | public function testSetBillingAddressToGuestCart() method testSetBillingAddressToAnotherCustomerCart (line 521) | public function testSetBillingAddressToAnotherCustomerCart() method testSetBillingAddressIfCustomerIsNotOwnerOfAddress (line 559) | public function testSetBillingAddressIfCustomerIsNotOwnerOfAddress() method testSetBillingAddressOnNonExistentCart (line 590) | public function testSetBillingAddressOnNonExistentCart() method testSetBillingAddressWithoutRequiredParameters (line 625) | public function testSetBillingAddressWithoutRequiredParameters(string ... method dataProviderSetWithoutRequiredParameters (line 653) | public function dataProviderSetWithoutRequiredParameters(): array method testSetNewBillingAddressWithRedundantStreetLine (line 713) | public function testSetNewBillingAddressWithRedundantStreetLine() method testSetBillingAddressWithLowerCaseCountry (line 755) | public function testSetBillingAddressWithLowerCaseCountry() method testSetNewBillingAddressWithSaveInAddressBook (line 813) | public function testSetNewBillingAddressWithSaveInAddressBook() method testSetNewBillingAddressWithNotSaveInAddressBook (line 880) | public function testSetNewBillingAddressWithNotSaveInAddressBook() method testWithInvalidBillingAddressInput (line 947) | public function testWithInvalidBillingAddressInput() method testSetShippingAddressesWithNotRequiredRegion (line 1000) | public function testSetShippingAddressesWithNotRequiredRegion() method assertNewAddressFields (line 1049) | private function assertNewAddressFields(array $addressResponse, string... method assertSavedBillingAddressFields (line 1071) | private function assertSavedBillingAddressFields(array $billingAddress... method getHeaderMap (line 1092) | private function getHeaderMap(string $username = 'customer@example.com... method assignQuoteToCustomer (line 1104) | private function assignQuoteToCustomer( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetGuestEmailOnCartTest.php class SetGuestEmailOnCartTest (line 18) | class SetGuestEmailOnCartTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testSetGuestEmailOnCartForLoggedInCustomer (line 44) | public function testSetGuestEmailOnCartForLoggedInCustomer() method testSetGuestEmailOnGuestCart (line 61) | public function testSetGuestEmailOnGuestCart() method getQuery (line 77) | private function getQuery(string $maskedQuoteId, string $email): string method getHeaderMap (line 98) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetOfflinePaymentMethodsOnCartTest.php class SetOfflinePaymentMethodsOnCartTest (line 22) | class SetOfflinePaymentMethodsOnCartTest extends GraphQlAbstract method setUp (line 37) | protected function setUp() method testSetOfflinePaymentMethod (line 60) | public function testSetOfflinePaymentMethod(string $methodCode, string... method offlinePaymentMethodDataProvider (line 82) | public function offlinePaymentMethodDataProvider(): array method testSetPurchaseOrderPaymentMethod (line 103) | public function testSetPurchaseOrderPaymentMethod() method getQuery (line 151) | private function getQuery( method getHeaderMap (line 179) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetOfflineShippingMethodsOnCartTest.php class SetOfflineShippingMethodsOnCartTest (line 18) | class SetOfflineShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 33) | protected function setUp() method testSetOfflineShippingMethod (line 59) | public function testSetOfflineShippingMethod( method offlineShippingMethodDataProvider (line 102) | public function offlineShippingMethodDataProvider(): array method getQuery (line 135) | private function getQuery( method getHeaderMap (line 174) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetPaymentMethodAndPlaceOrderTest.php class SetPaymentMethodAndPlaceOrderTest (line 24) | class SetPaymentMethodAndPlaceOrderTest extends GraphQlAbstract method setUp (line 54) | protected function setUp() method testSetPaymentOnCartWithSimpleProduct (line 73) | public function testSetPaymentOnCartWithSimpleProduct() method testSetPaymentOnCartWithException (line 106) | public function testSetPaymentOnCartWithException(string $input, strin... method dataProviderSetPaymentOnCartWithException (line 132) | public function dataProviderSetPaymentOnCartWithException(): array method testSetPaymentOnCartWithSimpleProductAndWithoutAddress (line 154) | public function testSetPaymentOnCartWithSimpleProductAndWithoutAddress() method testSetPaymentOnCartWithVirtualProduct (line 170) | public function testSetPaymentOnCartWithVirtualProduct() method testSetNonExistentPaymentMethod (line 198) | public function testSetNonExistentPaymentMethod() method testSetPaymentOnNonExistentCart (line 213) | public function testSetPaymentOnNonExistentCart() method testSetPaymentMethodToGuestCart (line 229) | public function testSetPaymentMethodToGuestCart() method testSetPaymentMethodToAnotherCustomerCart (line 249) | public function testSetPaymentMethodToAnotherCustomerCart() method testSetDisabledPaymentOnCart (line 271) | public function testSetDisabledPaymentOnCart() method getQuery (line 285) | private function getQuery( method getHeaderMap (line 323) | private function getHeaderMap(string $username = 'customer@example.com... method tearDown (line 333) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetPaymentMethodOnCartTest.php class SetPaymentMethodOnCartTest (line 22) | class SetPaymentMethodOnCartTest extends GraphQlAbstract method setUp (line 37) | protected function setUp() method testSetPaymentOnCartWithSimpleProduct (line 51) | public function testSetPaymentOnCartWithSimpleProduct() method testSetPaymentOnCartWithSimpleProductAndWithoutAddress (line 74) | public function testSetPaymentOnCartWithSimpleProductAndWithoutAddress() method testSetPaymentOnCartWithVirtualProduct (line 89) | public function testSetPaymentOnCartWithVirtualProduct() method testSetNonExistentPaymentMethod (line 113) | public function testSetNonExistentPaymentMethod() method testSetPaymentOnNonExistentCart (line 128) | public function testSetPaymentOnNonExistentCart() method testSetPaymentMethodToGuestCart (line 144) | public function testSetPaymentMethodToGuestCart() method testSetPaymentMethodToAnotherCustomerCart (line 164) | public function testSetPaymentMethodToAnotherCustomerCart() method testSetPaymentMethodWithoutRequiredParameters (line 188) | public function testSetPaymentMethodWithoutRequiredParameters(string $... method testSetDisabledPaymentOnCart (line 221) | public function testSetDisabledPaymentOnCart() method dataProviderSetPaymentMethodWithoutRequiredParameters (line 233) | public function dataProviderSetPaymentMethodWithoutRequiredParameters(... method testReSetPayment (line 256) | public function testReSetPayment() method getQuery (line 276) | private function getQuery( method getHeaderMap (line 303) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetPurchaseOrderPaymentMethodOnCartTest.php class SetPurchaseOrderPaymentMethodOnCartTest (line 20) | class SetPurchaseOrderPaymentMethodOnCartTest extends GraphQlAbstract method setUp (line 35) | protected function setUp() method testSetPurchaseOrderPaymentMethodOnCartWithSimpleProduct (line 54) | public function testSetPurchaseOrderPaymentMethodOnCartWithSimpleProdu... method testSetPurchaseOrderPaymentMethodOnCartWithoutPurchaseOrderNumber (line 105) | public function testSetPurchaseOrderPaymentMethodOnCartWithoutPurchase... method testSetDisabledPurchaseOrderPaymentMethodOnCart (line 139) | public function testSetDisabledPurchaseOrderPaymentMethodOnCart() method getHeaderMap (line 171) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php class SetShippingAddressOnCartTest (line 24) | class SetShippingAddressOnCartTest extends GraphQlAbstract method setUp (line 66) | protected function setUp() method testSetNewShippingAddressOnCartWithSimpleProduct (line 85) | public function testSetNewShippingAddressOnCartWithSimpleProduct() method testSetNewShippingAddressOnCartWithVirtualProduct (line 150) | public function testSetNewShippingAddressOnCartWithVirtualProduct() method testSetShippingAddressFromAddressBook (line 194) | public function testSetShippingAddressFromAddressBook() method testVerifyShippingAddressType (line 240) | public function testVerifyShippingAddressType() method testSetNonExistentShippingAddressFromAddressBook (line 279) | public function testSetNonExistentShippingAddressFromAddressBook() method testSetNewShippingAddressAndFromAddressBookAtSameTime (line 313) | public function testSetNewShippingAddressAndFromAddressBookAtSameTime() method testSetShippingAddressIfCustomerIsNotOwnerOfAddress (line 363) | public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress() method testSetShippingAddressToAnotherCustomerCart (line 399) | public function testSetShippingAddressToAnotherCustomerCart() method testSetNewShippingAddressWithMissedRequiredParameters (line 440) | public function testSetNewShippingAddressWithMissedRequiredParameters(... method testSetNewShippingAddressWithMissedRequiredStreetParameters (line 475) | public function testSetNewShippingAddressWithMissedRequiredStreetParam... method dataProviderUpdateWithMissedRequiredParameters (line 511) | public function dataProviderUpdateWithMissedRequiredParameters(): array method testSetMultipleNewShippingAddresses (line 574) | public function testSetMultipleNewShippingAddresses() method testSetNewShippingAddressOnCartWithRedundantStreetLine (line 630) | public function testSetNewShippingAddressOnCartWithRedundantStreetLine() method testSetShippingAddressOnNonExistentCart (line 675) | public function testSetShippingAddressOnNonExistentCart() method testSetShippingAddressToGuestCart (line 709) | public function testSetShippingAddressToGuestCart() method testSetShippingAddressWithLowerCaseCountry (line 744) | public function testSetShippingAddressWithLowerCaseCountry() method testWithInvalidShippingAddressesInput (line 797) | public function testWithInvalidShippingAddressesInput() method testSetShippingAddressesWithNotRequiredRegion (line 840) | public function testSetShippingAddressesWithNotRequiredRegion() method testSetNewShippingAddressWithSaveInAddressBook (line 891) | public function testSetNewShippingAddressWithSaveInAddressBook() method testSetNewShippingAddressWithNotSaveInAddressBook (line 962) | public function testSetNewShippingAddressWithNotSaveInAddressBook() method assertNewShippingAddressFields (line 1032) | private function assertNewShippingAddressFields(array $shippingAddress... method assertSavedShippingAddressFields (line 1055) | private function assertSavedShippingAddressFields(array $shippingAddre... method getHeaderMap (line 1075) | private function getHeaderMap(string $username = 'customer@example.com... method assignQuoteToCustomer (line 1087) | private function assignQuoteToCustomer( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingMethodsOnCartTest.php class SetShippingMethodsOnCartTest (line 19) | class SetShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 34) | protected function setUp() method testSetShippingMethodOnCartWithSimpleProduct (line 48) | public function testSetShippingMethodOnCartWithSimpleProduct() method testReSetShippingMethod (line 101) | public function testReSetShippingMethod() method testSetShippingMethodWithWrongParameters (line 141) | public function testSetShippingMethodWithWrongParameters(string $input... method dataProviderSetShippingMethodWithWrongParameters (line 169) | public function dataProviderSetShippingMethodWithWrongParameters(): array method testSetMultipleShippingMethods (line 233) | public function testSetMultipleShippingMethods() method testSetShippingMethodToGuestCart (line 275) | public function testSetShippingMethodToGuestCart() method testSetShippingMethodToAnotherCustomerCart (line 302) | public function testSetShippingMethodToAnotherCustomerCart() method getQuery (line 325) | private function getQuery( method testSetShippingMethodOnAnEmptyCart (line 367) | public function testSetShippingMethodOnAnEmptyCart() method getHeaderMap (line 386) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/UpdateCartItemsTest.php class UpdateCartItemsTest (line 21) | class UpdateCartItemsTest extends GraphQlAbstract method setUp (line 48) | protected function setUp() method testUpdateCartItemQuantity (line 61) | public function testUpdateCartItemQuantity() method testRemoveCartItemIfQuantityIsZero (line 85) | public function testRemoveCartItemIfQuantityIsZero() method testUpdateItemInNonExistentCart (line 108) | public function testUpdateItemInNonExistentCart() method testUpdateNonExistentItem (line 117) | public function testUpdateNonExistentItem() method testUpdateItemIfItemIsNotBelongToCart (line 134) | public function testUpdateItemIfItemIsNotBelongToCart() method testUpdateItemInGuestCart (line 162) | public function testUpdateItemInGuestCart() method testUpdateItemInAnotherCustomerCart (line 188) | public function testUpdateItemInAnotherCustomerCart() method testUpdateWithMissedItemRequiredParameters (line 218) | public function testUpdateWithMissedItemRequiredParameters(string $inp... method dataProviderUpdateWithMissedRequiredParameters (line 246) | public function dataProviderUpdateWithMissedRequiredParameters(): array method getQuery (line 262) | private function getQuery(string $maskedQuoteId, int $itemId, float $q... method getHeaderMap (line 291) | private function getHeaderMap(string $username = 'customer@example.com... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/EditQuoteItemWithCustomOptionsTest.php class EditQuoteItemWithCustomOptionsTest (line 22) | class EditQuoteItemWithCustomOptionsTest extends GraphQlAbstract method setUp (line 52) | protected function setUp() method testChangeQuoteItemCustomOptions (line 68) | public function testChangeQuoteItemCustomOptions() method testOptionsSetPersistsOnQtyChange (line 90) | public function testOptionsSetPersistsOnQtyChange() method testOptionsSetChangedOnChangeOneOption (line 139) | public function testOptionsSetChangedOnChangeOneOption() method testOptionSetPersistsOnExtraOptionWithIncorrectId (line 163) | public function testOptionSetPersistsOnExtraOptionWithIncorrectId() method getQuery (line 189) | private function getQuery(string $maskedQuoteId, int $quoteItemId, $cu... method getQuoteItemIdBySku (line 232) | private function getQuoteItemIdBySku(string $sku): int method getCustomOptionsValuesForQuery (line 250) | private function getCustomOptionsValuesForQuery(string $sku): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartTotalQuantityTest.php class GetCartTotalQuantityTest (line 16) | class GetCartTotalQuantityTest extends GraphQlAbstract method setUp (line 23) | protected function setUp() method testGetTotalQuantity (line 34) | public function testGetTotalQuantity() method getQuery (line 54) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCustomOptionsValuesForQueryBySku.php class GetCustomOptionsValuesForQueryBySku (line 15) | class GetCustomOptionsValuesForQueryBySku method __construct (line 25) | public function __construct(ProductCustomOptionRepositoryInterface $pr... method execute (line 36) | public function execute(string $sku): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetMaskedQuoteIdByReservedOrderId.php class GetMaskedQuoteIdByReservedOrderId (line 18) | class GetMaskedQuoteIdByReservedOrderId method __construct (line 40) | public function __construct( method execute (line 57) | public function execute(string $reservedOrderId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetQuoteItemIdByReservedQuoteIdAndSku.php class GetQuoteItemIdByReservedQuoteIdAndSku (line 18) | class GetQuoteItemIdByReservedQuoteIdAndSku method __construct (line 40) | public function __construct( method execute (line 58) | public function execute(string $reservedOrderId, string $sku): int FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/AddSimpleProductToCartTest.php class AddSimpleProductToCartTest (line 18) | class AddSimpleProductToCartTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testAddSimpleProductToCart (line 38) | public function testAddSimpleProductToCart() method testAddSimpleProductToCartIfCartIdIsEmpty (line 86) | public function testAddSimpleProductToCartIfCartIdIsEmpty() method testAddSimpleProductToCartIfCartItemsAreEmpty (line 112) | public function testAddSimpleProductToCartIfCartItemsAreEmpty() method testAddProductToNonExistentCart (line 140) | public function testAddProductToNonExistentCart() method testNonExistentProductToCart (line 156) | public function testNonExistentProductToCart() method testAddSimpleProductToCustomerCart (line 171) | public function testAddSimpleProductToCustomerCart() method getQuery (line 191) | private function getQuery(string $maskedQuoteId, string $sku, float $q... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/AddVirtualProductToCartTest.php class AddVirtualProductToCartTest (line 18) | class AddVirtualProductToCartTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testAddVirtualProductToCart (line 38) | public function testAddVirtualProductToCart() method testAddVirtualProductToCartIfCartIdIsEmpty (line 58) | public function testAddVirtualProductToCartIfCartIdIsEmpty() method testAddVirtualProductToCartIfCartItemsAreEmpty (line 84) | public function testAddVirtualProductToCartIfCartItemsAreEmpty() method testAddVirtualToNonExistentCart (line 112) | public function testAddVirtualToNonExistentCart() method testNonExistentProductToCart (line 128) | public function testNonExistentProductToCart() method testAddVirtualProductToCustomerCart (line 144) | public function testAddVirtualProductToCustomerCart() method getQuery (line 164) | private function getQuery(string $maskedQuoteId, string $sku, float $q... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/AllowGuestCheckoutOptionTest.php class AllowGuestCheckoutOptionTest (line 22) | class AllowGuestCheckoutOptionTest extends GraphQlAbstract method setUp (line 52) | protected function setUp() method testCreateEmptyCartIfGuestCheckoutIsDisabled (line 65) | public function testCreateEmptyCartIfGuestCheckoutIsDisabled() method testSetBillingAddressToGuestCustomerCart (line 91) | public function testSetBillingAddressToGuestCustomerCart() method testSetGuestEmailOnCartWithGuestCheckoutDisabled (line 134) | public function testSetGuestEmailOnCartWithGuestCheckoutDisabled() method testSetPaymentOnCartWithGuestCheckoutDisabled (line 164) | public function testSetPaymentOnCartWithGuestCheckoutDisabled() method testSetNewShippingAddressOnCartWithGuestCheckoutDisabled (line 202) | public function testSetNewShippingAddressOnCartWithGuestCheckoutDisabl... method testSetShippingMethodOnCartWithGuestCheckoutDisabled (line 249) | public function testSetShippingMethodOnCartWithGuestCheckoutDisabled() method testPlaceOrderWithGuestCheckoutDisabled (line 300) | public function testPlaceOrderWithGuestCheckoutDisabled() method getQuery (line 313) | private function getQuery(string $maskedQuoteId): string method tearDown (line 329) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/ApplyCouponToCartTest.php class ApplyCouponToCartTest (line 17) | class ApplyCouponToCartTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testApplyCouponToCart (line 36) | public function testApplyCouponToCart() method testApplyCouponTwice (line 57) | public function testApplyCouponTwice() method testApplyCouponToCartWithoutItems (line 77) | public function testApplyCouponToCartWithoutItems() method testApplyCouponToCustomerCart (line 93) | public function testApplyCouponToCustomerCart() method testApplyEmptyCouponCodeToCart (line 111) | public function testApplyEmptyCouponCodeToCart() method testApplyNonExistentCouponToCart (line 127) | public function testApplyNonExistentCouponToCart() method testApplyCouponToNonExistentCart (line 140) | public function testApplyCouponToNonExistentCart() method testApplyCouponWhichIsNotApplicable (line 161) | public function testApplyCouponWhichIsNotApplicable() method getQuery (line 175) | private function getQuery(string $maskedQuoteId, string $couponCode): ... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/ApplyCouponsToCartTest.php class ApplyCouponsToCartTest (line 17) | class ApplyCouponsToCartTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testApplyCouponsToCart (line 36) | public function testApplyCouponsToCart() method testApplyCouponsToCartWithoutItems (line 54) | public function testApplyCouponsToCartWithoutItems() method testApplyCouponsToCustomerCart (line 70) | public function testApplyCouponsToCustomerCart() method testApplyNonExistentCouponToCart (line 87) | public function testApplyNonExistentCouponToCart() method testApplyCouponsToNonExistentCart (line 100) | public function testApplyCouponsToNonExistentCart() method testApplyCouponsWhichIsNotApplicable (line 121) | public function testApplyCouponsWhichIsNotApplicable() method getQuery (line 135) | private function getQuery(string $maskedQuoteId, string $couponCode): ... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CartDiscountTest.php class CartDiscountTest (line 17) | class CartDiscountTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testGetDiscountInformation (line 36) | public function testGetDiscountInformation() method testGetDiscountInformationWithTwoRulesApplied (line 54) | public function testGetDiscountInformationWithTwoRulesApplied() method testGetDiscountInformationWithNoRulesApplied (line 69) | public function testGetDiscountInformationWithNoRulesApplied() method getQuery (line 83) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CartTotalsTest.php class CartTotalsTest (line 17) | class CartTotalsTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetCartTotalsWithTaxApplied (line 42) | public function testGetCartTotalsWithTaxApplied() method testGetCartTotalsWithEmptyCart (line 75) | public function testGetCartTotalsWithEmptyCart() method testGetTotalsWithNoTaxApplied (line 100) | public function testGetTotalsWithNoTaxApplied() method testGetCartTotalsWithNoAddressSet (line 127) | public function testGetCartTotalsWithNoAddressSet() method testGetSelectedShippingMethodFromCustomerCart (line 157) | public function testGetSelectedShippingMethodFromCustomerCart() method getQuery (line 174) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CheckoutEndToEndTest.php class CheckoutEndToEndTest (line 22) | class CheckoutEndToEndTest extends GraphQlAbstract method setUp (line 54) | protected function setUp() method testCheckoutWorkflow (line 70) | public function testCheckoutWorkflow() method findProduct (line 91) | private function findProduct(): string method createEmptyCart (line 125) | private function createEmptyCart(): string method setGuestEmailOnCart (line 143) | private function setGuestEmailOnCart(string $cartId): void method addProductToCart (line 168) | private function addProductToCart(string $cartId, float $quantity, str... method setBillingAddress (line 204) | private function setBillingAddress(string $cartId): void method setShippingAddress (line 241) | private function setShippingAddress(string $cartId): array method setShippingMethod (line 308) | private function setShippingMethod(string $cartId, array $method): array method setPaymentMethod (line 350) | private function setPaymentMethod(string $cartId, array $method): void method placeOrder (line 377) | private function placeOrder(string $cartId): void method tearDown (line 399) | public function tearDown() method deleteQuote (line 409) | private function deleteQuote(): void method deleteOrder (line 424) | private function deleteOrder() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CreateEmptyCartTest.php class CreateEmptyCartTest (line 20) | class CreateEmptyCartTest extends GraphQlAbstract method setUp (line 42) | protected function setUp() method testCreateEmptyCart (line 51) | public function testCreateEmptyCart() method testCreateEmptyCartWithNotDefaultStore (line 69) | public function testCreateEmptyCartWithNotDefaultStore() method testCreateEmptyCartWithPredefinedCartId (line 89) | public function testCreateEmptyCartWithPredefinedCartId() method testCreateEmptyCartIfPredefinedCartIdAlreadyExists (line 114) | public function testCreateEmptyCartIfPredefinedCartIdAlreadyExists() method testCreateEmptyCartWithWrongPredefinedCartId (line 133) | public function testCreateEmptyCartWithWrongPredefinedCartId() method getQuery (line 148) | private function getQuery(): string method tearDown (line 157) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetAvailablePaymentMethodsTest.php class GetAvailablePaymentMethodsTest (line 17) | class GetAvailablePaymentMethodsTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetAvailablePaymentMethods (line 39) | public function testGetAvailablePaymentMethods() method testGetAvailablePaymentMethodsFromCustomerCart (line 60) | public function testGetAvailablePaymentMethodsFromCustomerCart() method testGetAvailablePaymentMethodsIfPaymentsAreNotPresent (line 80) | public function testGetAvailablePaymentMethodsIfPaymentsAreNotPresent() method testGetAvailablePaymentMethodsOfNonExistentCart (line 95) | public function testGetAvailablePaymentMethodsOfNonExistentCart() method getQuery (line 106) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetAvailableShippingMethodsTest.php class GetAvailableShippingMethodsTest (line 17) | class GetAvailableShippingMethodsTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetAvailableShippingMethods (line 41) | public function testGetAvailableShippingMethods() method testGetAvailableShippingMethodsFromCustomerCart (line 92) | public function testGetAvailableShippingMethodsFromCustomerCart() method testGetAvailableShippingMethodsIfShippingMethodsAreNotPresent (line 113) | public function testGetAvailableShippingMethodsIfShippingMethodsAreNot... method testGetAvailableShippingMethodsOfNonExistentCart (line 127) | public function testGetAvailableShippingMethodsOfNonExistentCart() method getQuery (line 139) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetCartEmailTest.php class GetCartEmailTest (line 17) | class GetCartEmailTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testGetCartEmail (line 34) | public function testGetCartEmail() method testGetCartEmailFromNonExistentCart (line 50) | public function testGetCartEmailFromNonExistentCart() method testGetCartEmailFromCustomerCart (line 63) | public function testGetCartEmailFromCustomerCart() method getQuery (line 78) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetCartIsVirtualTest.php class GetCartIsVirtualTest (line 17) | class GetCartIsVirtualTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testGetCartIsNotVirtual (line 35) | public function testGetCartIsNotVirtual() method testGetMixedCartIsNotVirtual (line 54) | public function testGetMixedCartIsNotVirtual() method testGetCartIsVirtual (line 71) | public function testGetCartIsVirtual() method getQuery (line 87) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetCartTest.php class GetCartTest (line 18) | class GetCartTest extends GraphQlAbstract method setUp (line 25) | protected function setUp() method testGetCart (line 38) | public function testGetCart() method testGetCustomerCart (line 65) | public function testGetCustomerCart() method testGetCartIfCartIdIsEmpty (line 80) | public function testGetCartIfCartIdIsEmpty() method testGetCartIfCartIdIsMissed (line 92) | public function testGetCartIfCartIdIsMissed() method testGetNonExistentCart (line 109) | public function testGetNonExistentCart() method testGetInactiveCart (line 124) | public function testGetInactiveCart() method testGetCartWithNotDefaultStore (line 135) | public function testGetCartWithNotDefaultStore() method testGetCartWithWrongStore (line 154) | public function testGetCartWithWrongStore() method testGetCartWithNotExistingStore (line 170) | public function testGetCartWithNotExistingStore() method getQuery (line 184) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetSelectedPaymentMethodTest.php class GetSelectedPaymentMethodTest (line 17) | class GetSelectedPaymentMethodTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testGetSelectedPaymentMethod (line 43) | public function testGetSelectedPaymentMethod() method testGetSelectedPaymentMethodBeforeSet (line 67) | public function testGetSelectedPaymentMethodBeforeSet() method testGetSelectedPaymentMethodFromNonExistentCart (line 83) | public function testGetSelectedPaymentMethodFromNonExistentCart() method testGetSelectedPaymentMethodFromCustomerCart (line 109) | public function testGetSelectedPaymentMethodFromCustomerCart() method getQuery (line 125) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetSelectedShippingMethodTest.php class GetSelectedShippingMethodTest (line 17) | class GetSelectedShippingMethodTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetSelectedShippingMethod (line 40) | public function testGetSelectedShippingMethod() method testGetSelectedShippingMethodBeforeSet (line 81) | public function testGetSelectedShippingMethodBeforeSet() method testGetSelectedShippingMethodFromCustomerCart (line 106) | public function testGetSelectedShippingMethodFromCustomerCart() method testGetGetSelectedShippingMethodIfShippingMethodIsNotSet (line 123) | public function testGetGetSelectedShippingMethodIfShippingMethodIsNotS... method testGetSelectedShippingMethodOfNonExistentCart (line 143) | public function testGetSelectedShippingMethodOfNonExistentCart() method getQuery (line 154) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetSpecifiedBillingAddressTest.php class GetSpecifiedBillingAddressTest (line 17) | class GetSpecifiedBillingAddressTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetSpecifiedBillingAddress (line 39) | public function testGetSpecifiedBillingAddress() method testGetSpecifiedBillingAddressIfBillingAddressIsNotSet (line 76) | public function testGetSpecifiedBillingAddressIfBillingAddressIsNotSet() method testGetBillingAddressOfNonExistentCart (line 91) | public function testGetBillingAddressOfNonExistentCart() method testGetBillingAddressFromAnotherCustomerCart (line 105) | public function testGetBillingAddressFromAnotherCustomerCart() method getQuery (line 120) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetSpecifiedShippingAddressTest.php class GetSpecifiedShippingAddressTest (line 17) | class GetSpecifiedShippingAddressTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testGetSpecifiedShippingAddress (line 39) | public function testGetSpecifiedShippingAddress() method testGetSpecifiedShippingAddressIfShippingAddressIsNotSet (line 76) | public function testGetSpecifiedShippingAddressIfShippingAddressIsNotS... method testGetShippingAddressOfNonExistentCart (line 92) | public function testGetShippingAddressOfNonExistentCart() method testGetShippingAddressFromCustomerCart (line 107) | public function testGetShippingAddressFromCustomerCart() method getQuery (line 122) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/MergeCartsTest.php class MergeCartsTest (line 19) | class MergeCartsTest extends GraphQlAbstract method setUp (line 36) | protected function setUp() method testMergeGuestCarts (line 51) | public function testMergeGuestCarts() method getCartMergeMutation (line 77) | private function getCartMergeMutation(string $guestQuoteMaskedId, stri... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/PlaceOrderTest.php class PlaceOrderTest (line 21) | class PlaceOrderTest extends GraphQlAbstract method setUp (line 46) | protected function setUp() method testPlaceOrder (line 73) | public function testPlaceOrder() method testPlaceOrderIfCartIdIsEmpty (line 90) | public function testPlaceOrderIfCartIdIsEmpty() method testPlaceOrderWithNoEmail (line 118) | public function testPlaceOrderWithNoEmail() method testPlaceOrderWithNoItemsInCart (line 131) | public function testPlaceOrderWithNoItemsInCart() method testPlaceOrderWithNoShippingAddress (line 150) | public function testPlaceOrderWithNoShippingAddress() method testPlaceOrderWithNoShippingMethod (line 169) | public function testPlaceOrderWithNoShippingMethod() method testPlaceOrderWithNoBillingAddress (line 192) | public function testPlaceOrderWithNoBillingAddress() method testPlaceOrderWithNoPaymentMethod (line 216) | public function testPlaceOrderWithNoPaymentMethod() method testPlaceOrderWithOutOfStockProduct (line 239) | public function testPlaceOrderWithOutOfStockProduct() method testPlaceOrderOfCustomerCart (line 268) | public function testPlaceOrderOfCustomerCart() method getQuery (line 282) | private function getQuery(string $maskedQuoteId): string method tearDown (line 298) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/RemoveCouponFromCartTest.php class RemoveCouponFromCartTest (line 18) | class RemoveCouponFromCartTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testRemoveCouponFromCart (line 41) | public function testRemoveCouponFromCart() method testRemoveCouponFromCartIfCartIdIsEmpty (line 56) | public function testRemoveCouponFromCartIfCartIdIsEmpty() method testRemoveCouponFromNonExistentCart (line 68) | public function testRemoveCouponFromNonExistentCart() method testRemoveCouponFromEmptyCart (line 81) | public function testRemoveCouponFromEmptyCart() method testRemoveCouponFromCartIfCouponWasNotSet (line 94) | public function testRemoveCouponFromCartIfCouponWasNotSet() method testRemoveCouponFromCustomerCart (line 114) | public function testRemoveCouponFromCustomerCart() method getQuery (line 127) | private function getQuery(string $maskedQuoteId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/RemoveItemFromCartTest.php class RemoveItemFromCartTest (line 18) | class RemoveItemFromCartTest extends GraphQlAbstract method setUp (line 30) | protected function setUp() method testRemoveItemFromCart (line 44) | public function testRemoveItemFromCart() method testRemoveItemFromNonExistentCart (line 61) | public function testRemoveItemFromNonExistentCart() method testRemoveNonExistentItem (line 72) | public function testRemoveNonExistentItem() method testRemoveItemIfItemIsNotBelongToCart (line 90) | public function testRemoveItemIfItemIsNotBelongToCart() method testRemoveItemFromCustomerCart (line 111) | public function testRemoveItemFromCustomerCart() method testWithoutRequiredCartIdParameter (line 130) | public function testWithoutRequiredCartIdParameter() method testWithoutRequiredCartItemIdParameter (line 147) | public function testWithoutRequiredCartItemIdParameter() method getQuery (line 161) | private function getQuery(string $maskedQuoteId, int $itemId): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetBillingAddressOnCartTest.php class SetBillingAddressOnCartTest (line 17) | class SetBillingAddressOnCartTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testSetNewBillingAddress (line 35) | public function testSetNewBillingAddress() method testSetNewBillingAddressWithUseForShippingParameter (line 113) | public function testSetNewBillingAddressWithUseForShippingParameter() method testSetBillingAddressToCustomerCart (line 188) | public function testSetBillingAddressToCustomerCart() method testSetBillingAddressFromAddressBook (line 236) | public function testSetBillingAddressFromAddressBook() method testSetBillingAddressOnNonExistentCart (line 265) | public function testSetBillingAddressOnNonExistentCart() method testSetNewBillingAddressWithoutCustomerAddressIdAndAddress (line 304) | public function testSetNewBillingAddressWithoutCustomerAddressIdAndAdd... method testSetNewBillingAddressWithSameAsShippingAndMultishipping (line 339) | public function testSetNewBillingAddressWithSameAsShippingAndMultiship... method testSetNewBillingAddressRedundantStreetLine (line 384) | public function testSetNewBillingAddressRedundantStreetLine() method testSetBillingAddressWithLowerCaseCountry (line 426) | public function testSetBillingAddressWithLowerCaseCountry() method assertNewAddressFields (line 484) | private function assertNewAddressFields(array $addressResponse, string... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetGuestEmailOnCartTest.php class SetGuestEmailOnCartTest (line 17) | class SetGuestEmailOnCartTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testSetGuestEmailOnCart (line 33) | public function testSetGuestEmailOnCart() method testSetGuestEmailOnCustomerCart (line 51) | public function testSetGuestEmailOnCustomerCart() method testSetGuestEmailOnCartWithIncorrectEmail (line 71) | public function testSetGuestEmailOnCartWithIncorrectEmail( method incorrectEmailDataProvider (line 85) | public function incorrectEmailDataProvider(): array method testSetGuestEmailOnNonExistentCart (line 97) | public function testSetGuestEmailOnNonExistentCart() method testSetGuestEmailWithEmptyCartId (line 110) | public function testSetGuestEmailWithEmptyCartId() method getQuery (line 126) | private function getQuery(string $maskedQuoteId, string $email): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetOfflinePaymentMethodsOnCartTest.php class SetOfflinePaymentMethodsOnCartTest (line 21) | class SetOfflinePaymentMethodsOnCartTest extends GraphQlAbstract method setUp (line 31) | protected function setUp() method testSetOfflinePaymentMethod (line 52) | public function testSetOfflinePaymentMethod(string $methodCode, string... method offlinePaymentMethodDataProvider (line 74) | public function offlinePaymentMethodDataProvider(): array method testSetPurchaseOrderPaymentMethod (line 94) | public function testSetPurchaseOrderPaymentMethod() method getQuery (line 143) | private function getQuery( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetOfflineShippingMethodsOnCartTest.php class SetOfflineShippingMethodsOnCartTest (line 17) | class SetOfflineShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 27) | protected function setUp() method testSetOfflineShippingMethod (line 51) | public function testSetOfflineShippingMethod( method offlineShippingMethodDataProvider (line 94) | public function offlineShippingMethodDataProvider(): array method getQuery (line 127) | private function getQuery( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetPaymentMethodAndPlaceOrderTest.php class SetPaymentMethodAndPlaceOrderTest (line 23) | class SetPaymentMethodAndPlaceOrderTest extends GraphQlAbstract method setUp (line 48) | protected function setUp() method testSetPaymentOnCartWithSimpleProduct (line 66) | public function testSetPaymentOnCartWithSimpleProduct() method testSetPaymentOnCartWithSimpleProductAndWithoutAddress (line 88) | public function testSetPaymentOnCartWithSimpleProductAndWithoutAddress() method testSetPaymentOnCartWithVirtualProduct (line 104) | public function testSetPaymentOnCartWithVirtualProduct() method testSetNonExistentPaymentMethod (line 127) | public function testSetNonExistentPaymentMethod() method testSetPaymentOnNonExistentCart (line 140) | public function testSetPaymentOnNonExistentCart() method testPlaceOrderWithNoEmail (line 169) | public function testPlaceOrderWithNoEmail() method testSetPaymentMethodToCustomerCart (line 186) | public function testSetPaymentMethodToCustomerCart() method testSetDisabledPaymentOnCart (line 208) | public function testSetDisabledPaymentOnCart() method getQuery (line 222) | private function getQuery( method tearDown (line 245) | public function tearDown() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetPaymentMethodOnCartTest.php class SetPaymentMethodOnCartTest (line 21) | class SetPaymentMethodOnCartTest extends GraphQlAbstract method setUp (line 31) | protected function setUp() method testSetPaymentOnCartWithSimpleProduct (line 43) | public function testSetPaymentOnCartWithSimpleProduct() method testSetPaymentOnCartWithSimpleProductAndWithoutAddress (line 65) | public function testSetPaymentOnCartWithSimpleProductAndWithoutAddress() method testSetPaymentOnCartWithVirtualProduct (line 79) | public function testSetPaymentOnCartWithVirtualProduct() method testSetNonExistentPaymentMethod (line 102) | public function testSetNonExistentPaymentMethod() method testSetPaymentOnNonExistentCart (line 115) | public function testSetPaymentOnNonExistentCart() method testSetPaymentMethodToCustomerCart (line 132) | public function testSetPaymentMethodToCustomerCart() method testSetPaymentMethodWithoutRequiredParameters (line 156) | public function testSetPaymentMethodWithoutRequiredParameters(string $... method dataProviderSetPaymentMethodWithoutRequiredParameters (line 183) | public function dataProviderSetPaymentMethodWithoutRequiredParameters(... method testReSetPayment (line 205) | public function testReSetPayment() method testSetDisabledPaymentOnCart (line 228) | public function testSetDisabledPaymentOnCart() method getQuery (line 242) | private function getQuery( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetPurchaseOrderPaymentMethodOnCartTest.php class SetPurchaseOrderPaymentMethodOnCartTest (line 19) | class SetPurchaseOrderPaymentMethodOnCartTest extends GraphQlAbstract method setUp (line 29) | protected function setUp() method testSetPurchaseOrderPaymentMethodOnCartWithSimpleProduct (line 46) | public function testSetPurchaseOrderPaymentMethodOnCartWithSimpleProdu... method testSetPurchaseOrderPaymentMethodOnCartWithoutPurchaseOrderNumber (line 96) | public function testSetPurchaseOrderPaymentMethodOnCartWithoutPurchase... method testSetDisabledPurchaseOrderPaymentMethodOnCart (line 129) | public function testSetDisabledPurchaseOrderPaymentMethodOnCart() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingAddressOnCartTest.php class SetShippingAddressOnCartTest (line 17) | class SetShippingAddressOnCartTest extends GraphQlAbstract method setUp (line 24) | protected function setUp() method testSetNewShippingAddressOnCartWithSimpleProduct (line 35) | public function testSetNewShippingAddressOnCartWithSimpleProduct() method testSetNewShippingAddressOnCartWithVirtualProduct (line 99) | public function testSetNewShippingAddressOnCartWithVirtualProduct() method testSetShippingAddressFromAddressBook (line 145) | public function testSetShippingAddressFromAddressBook() method testSetShippingAddressToCustomerCart (line 181) | public function testSetShippingAddressToCustomerCart() method testSetNewShippingAddressOnCartWithRedundantStreetLine (line 216) | public function testSetNewShippingAddressOnCartWithRedundantStreetLine() method testSetMultipleNewShippingAddresses (line 262) | public function testSetMultipleNewShippingAddresses() method testSetShippingAddressOnNonExistentCart (line 316) | public function testSetShippingAddressOnNonExistentCart() method testSetShippingAddressWithLowerCaseCountry (line 355) | public function testSetShippingAddressWithLowerCaseCountry() method testSetShippingAddressWithLowerCaseRegion (line 407) | public function testSetShippingAddressWithLowerCaseRegion() method assertNewShippingAddressFields (line 459) | private function assertNewShippingAddressFields(array $shippingAddress... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php class SetShippingMethodsOnCartTest (line 18) | class SetShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testSetShippingMethodOnCartWithSimpleProduct (line 40) | public function testSetShippingMethodOnCartWithSimpleProduct() method testSetShippingMethodOnCartWithSimpleProductAndWithoutAddress (line 95) | public function testSetShippingMethodOnCartWithSimpleProductAndWithout... method testReSetShippingMethod (line 119) | public function testReSetShippingMethod() method testSetShippingMethodWithWrongParameters (line 158) | public function testSetShippingMethodWithWrongParameters(string $input... method dataProviderSetShippingMethodWithWrongParameters (line 186) | public function dataProviderSetShippingMethodWithWrongParameters(): array method testSetMultipleShippingMethods (line 249) | public function testSetMultipleShippingMethods() method testSetShippingMethodToCustomerCart (line 291) | public function testSetShippingMethodToCustomerCart() method testSetShippingMethodOnAnEmptyCart (line 316) | public function testSetShippingMethodOnAnEmptyCart() method getQuery (line 336) | private function getQuery( FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/UpdateCartItemsTest.php class UpdateCartItemsTest (line 20) | class UpdateCartItemsTest extends GraphQlAbstract method setUp (line 42) | protected function setUp() method testUpdateCartItemQuantity (line 54) | public function testUpdateCartItemQuantity() method testRemoveCartItemIfQuantityIsZero (line 89) | public function testRemoveCartItemIfQuantityIsZero() method testUpdateItemInNonExistentCart (line 120) | public function testUpdateItemInNonExistentCart() method testUpdateNonExistentItem (line 129) | public function testUpdateNonExistentItem() method testUpdateItemIfItemIsNotBelongToCart (line 146) | public function testUpdateItemIfItemIsNotBelongToCart() method testUpdateItemFromCustomerCart (line 171) | public function testUpdateItemFromCustomerCart() method testUpdateWithMissedItemRequiredParameters (line 190) | public function testUpdateWithMissedItemRequiredParameters(string $inp... method dataProviderUpdateWithMissedRequiredParameters (line 218) | public function dataProviderUpdateWithMissedRequiredParameters(): array method getQuery (line 234) | private function getQuery(string $maskedQuoteId, int $itemId, float $q... method getCartQuery (line 262) | private function getCartQuery(string $maskedQuoteId) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/GetRelatedProductsTest.php class GetRelatedProductsTest (line 15) | class GetRelatedProductsTest extends GraphQlAbstract method testQueryRelatedProducts (line 20) | public function testQueryRelatedProducts() method testQueryCrossSellProducts (line 55) | public function testQueryCrossSellProducts() method testQueryUpSellProducts (line 98) | public function testQueryUpSellProducts() method assertRelatedProducts (line 141) | private function assertRelatedProducts(array $relatedProducts): void FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/OrdersTest.php class OrdersTest (line 18) | class OrdersTest extends GraphQlAbstract method setUp (line 25) | protected function setUp() method testOrdersQuery (line 35) | public function testOrdersQuery() method testOrdersQueryNotAuthorized (line 107) | public function testOrdersQueryNotAuthorized() method getCustomerAuthHeaders (line 128) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/SendFriend/SendFriendTest.php class SendFriendTest (line 21) | class SendFriendTest extends GraphQlAbstract method setUp (line 39) | protected function setUp() method testSendFriendGuestEnable (line 50) | public function testSendFriendGuestEnable() method testSendFriendGuestDisableAsGuest (line 73) | public function testSendFriendGuestDisableAsGuest() method testSendFriendGuestDisableAsCustomer (line 95) | public function testSendFriendGuestDisableAsCustomer() method testSendWithoutExistProduct (line 115) | public function testSendWithoutExistProduct() method testMaxSendEmailToFriend (line 138) | public function testMaxSendEmailToFriend() method testErrors (line 183) | public function testErrors(string $input, string $errorMessage) method testLimitMessagesPerHour (line 216) | public function testLimitMessagesPerHour() method testSendProductWithoutSenderEmail (line 242) | public function testSendProductWithoutSenderEmail() method testSendProductWithoutVisibility (line 260) | public function testSendProductWithoutVisibility() method sendFriendsErrorsDataProvider (line 281) | public function sendFriendsErrorsDataProvider() method assertResponse (line 364) | private function assertResponse(array $response): void method getHeaderMap (line 383) | private function getHeaderMap(string $username = 'customer@example.com... method getQuery (line 395) | private function getQuery(int $productId, string $recipients): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Store/StoreConfigResolverTest.php class StoreConfigResolverTest (line 20) | class StoreConfigResolverTest extends GraphQlAbstract method setUp (line 26) | protected function setUp() method testGetStoreConfig (line 35) | public function testGetStoreConfig() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Swatches/ProductSearchTest.php class ProductSearchTest (line 18) | class ProductSearchTest extends GraphQlAbstract method testFilterLn (line 26) | public function testFilterLn() method getExpectedFiltersDataSet (line 87) | private function getExpectedFiltersDataSet() method assertFilters (line 156) | private function assertFilters($response, $expectedFilters, $message =... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Swatches/ProductSwatchDataTest.php class ProductSwatchDataTest (line 18) | class ProductSwatchDataTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testTextSwatchDataValues (line 38) | public function testTextSwatchDataValues() method testVisualSwatchDataValues (line 80) | public function testVisualSwatchDataValues() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Tax/ProductViewTest.php class ProductViewTest (line 23) | class ProductViewTest extends GraphQlAbstract method setUp (line 52) | protected function setUp() method tearDown (line 93) | public function tearDown() method testQueryAllFieldsSimpleProduct (line 135) | public function testQueryAllFieldsSimpleProduct() method getFixtureTaxRates (line 228) | private function getFixtureTaxRates() method getFixtureTaxRules (line 249) | private function getFixtureTaxRules() method assertBaseFields (line 270) | private function assertBaseFields($product, $actualResponse) FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/TestModule/GraphQlMutationTest.php class GraphQlMutationTest (line 15) | class GraphQlMutationTest extends GraphQlAbstract method testMutation (line 17) | public function testMutation() method testMutationIsNotAllowedViaGetRequest (line 42) | public function testMutationIsNotAllowedViaGetRequest() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/TestModule/GraphQlQueryTest.php class GraphQlQueryTest (line 15) | class GraphQlQueryTest extends GraphQlAbstract method testQueryTestModuleReturnsResults (line 17) | public function testQueryTestModuleReturnsResults() method testQueryTestModuleExtensionAttribute (line 40) | public function testQueryTestModuleExtensionAttribute() method testQueryViaGetRequestReturnsResults (line 62) | public function testQueryViaGetRequestReturnsResults() method testQueryViaGetRequestWithVariablesReturnsResults (line 81) | public function testQueryViaGetRequestWithVariablesReturnsResults() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Ups/SetUpsShippingMethodsOnCartTest.php class SetUpsShippingMethodsOnCartTest (line 48) | class SetUpsShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 73) | protected function setUp() method testSetUpsShippingMethod (line 94) | public function testSetUpsShippingMethod(string $methodCode, string $m... method dataProviderShippingMethods (line 126) | public function dataProviderShippingMethods(): array method testSetUpsShippingMethodBasedOnCanadaAddress (line 151) | public function testSetUpsShippingMethodBasedOnCanadaAddress(string $m... method dataProviderShippingMethodsBasedOnCanadaAddress (line 183) | public function dataProviderShippingMethodsBasedOnCanadaAddress(): array method getQuery (line 202) | private function getQuery( method sendRequestWithToken (line 240) | private function sendRequestWithToken(string $query): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite/UrlResolverTest.php class UrlResolverTest (line 16) | class UrlResolverTest extends GraphQlAbstract method setUp (line 21) | protected function setUp() method testNonExistentEntityUrlRewrite (line 31) | public function testNonExistentEntityUrlRewrite() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Usps/SetUspsShippingMethodsOnCartTest.php class SetUspsShippingMethodsOnCartTest (line 43) | class SetUspsShippingMethodsOnCartTest extends GraphQlAbstract method setUp (line 68) | protected function setUp() method testSetUspsShippingMethod (line 88) | public function testSetUspsShippingMethod(string $methodCode, string $... method dataProviderShippingMethods (line 120) | public function dataProviderShippingMethods(): array method testSetUspsShippingMethodBasedOnCanadaAddress (line 161) | public function testSetUspsShippingMethodBasedOnCanadaAddress(string $... method dataProviderShippingMethodsBasedOnCanadaAddress (line 193) | public function dataProviderShippingMethodsBasedOnCanadaAddress(): array method getQuery (line 227) | private function getQuery( method sendRequestWithToken (line 265) | private function sendRequestWithToken(string $query): array FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/VariablesSupportQueryTest.php class VariablesSupportQueryTest (line 14) | class VariablesSupportQueryTest extends GraphQlAbstract method setUp (line 21) | protected function setUp() method testQueryObjectVariablesSupport (line 29) | public function testQueryObjectVariablesSupport() FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Vault/CustomerPaymentTokensTest.php class CustomerPaymentTokensTest (line 20) | class CustomerPaymentTokensTest extends GraphQlAbstract method setUp (line 42) | protected function setUp() method tearDown (line 52) | protected function tearDown() method testGetCustomerPaymentTokens (line 68) | public function testGetCustomerPaymentTokens() method testGetCustomerPaymentTokensIfUserIsNotAuthorized (line 100) | public function testGetCustomerPaymentTokensIfUserIsNotAuthorized() method testDeletePaymentToken (line 120) | public function testDeletePaymentToken() method testDeletePaymentTokenIfUserIsNotAuthorized (line 168) | public function testDeletePaymentTokenIfUserIsNotAuthorized() method testDeletePaymentTokenInvalidPublicHash (line 187) | public function testDeletePaymentTokenInvalidPublicHash() method getCustomerAuthHeaders (line 209) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Weee/ProductPriceWithFPTTest.php class ProductPriceWithFPTTest (line 25) | class ProductPriceWithFPTTest extends GraphQlAbstract method setUp (line 39) | protected function setUp(): void method tearDown (line 68) | protected function tearDown(): void method writeConfig (line 79) | private function writeConfig(array $weeTaxSettings): void method testCatalogPriceExcludeTaxAndIncludeFPTOnly (line 102) | public function testCatalogPriceExcludeTaxAndIncludeFPTOnly(array $wee... method catalogPriceExcludeTaxAndIncludeFPTOnlySettingsProvider (line 132) | public function catalogPriceExcludeTaxAndIncludeFPTOnlySettingsProvider() method testCatalogPriceExcludeTaxAndIncludeFPTWithDescription (line 159) | public function testCatalogPriceExcludeTaxAndIncludeFPTWithDescription... method catalogPriceExcludeTaxAndIncludeFPTWithDescriptionSettingsProvider (line 189) | public function catalogPriceExcludeTaxAndIncludeFPTWithDescriptionSett... method testCatalogPriceExcludeTaxCatalogDisplayIncludeTaxAndIncludeFPTOnly (line 216) | public function testCatalogPriceExcludeTaxCatalogDisplayIncludeTaxAndI... method catalogPriceExcludeTaxCatalogDisplayIncludeTaxAndIncludeFPTOnlySettingsProvider (line 255) | public function catalogPriceExcludeTaxCatalogDisplayIncludeTaxAndInclu... method testCatalogPriceExclTaxCatalogDisplayInclTaxAndInclFPTWithDescription (line 283) | public function testCatalogPriceExclTaxCatalogDisplayInclTaxAndInclFPT... method catalogPriceExclTaxCatalogDisplayInclTaxAndInclFPTWithDescriptionSettingsProvider (line 322) | public function catalogPriceExclTaxCatalogDisplayInclTaxAndInclFPTWith... method testCatalogPriceInclTaxCatalogDisplayExclTaxAndInclFPTWithDescription (line 350) | public function testCatalogPriceInclTaxCatalogDisplayExclTaxAndInclFPT... method catalogPriceInclTaxCatalogDisplayExclTaxAndInclFPTWithDescriptionSettingsProvider (line 380) | public function catalogPriceInclTaxCatalogDisplayExclTaxAndInclFPTWith... method testCatalogPriceInclTaxCatalogDisplayInclTaxAndInclFPTOnly (line 408) | public function testCatalogPriceInclTaxCatalogDisplayInclTaxAndInclFPT... method catalogPriceInclTaxCatalogDisplayInclTaxAndInclFPTOnlySettingsProvider (line 438) | public function catalogPriceInclTaxCatalogDisplayInclTaxAndInclFPTOnly... method testCatalogPriceIncTaxCatalogDisplayInclTaxInclFPTWithDescrWithTaxAppliedOnFPT (line 467) | public function testCatalogPriceIncTaxCatalogDisplayInclTaxInclFPTWith... method catalogPriceIncTaxCatalogDisplayInclTaxInclFPTWithDescrWithTaxAppliedOnFPTSettingsProvider (line 512) | public function catalogPriceIncTaxCatalogDisplayInclTaxInclFPTWithDesc... method testCatalogPriceInclTaxCatalogDisplayIncludeTaxAndMuyltipleFPTs (line 543) | public function testCatalogPriceInclTaxCatalogDisplayIncludeTaxAndMuyl... method catalogPriceInclTaxCatalogDisplayIncludeTaxAndMuyltipleFPTsSettingsProvider (line 599) | public function catalogPriceInclTaxCatalogDisplayIncludeTaxAndMuyltipl... method testCatalogPriceDisableFPT (line 626) | public function testCatalogPriceDisableFPT(array $weeTaxSettings) method catalogPriceDisabledFPTSettingsProvider (line 662) | public function catalogPriceDisabledFPTSettingsProvider() method getProductQuery (line 680) | private function getProductQuery(array $skus): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Weee/StoreConfigFPTTest.php class StoreConfigFPTTest (line 21) | class StoreConfigFPTTest extends GraphQlAbstract method setUp (line 29) | protected function setUp() :void method testSameFPTDisplaySettings (line 43) | public function testSameFPTDisplaySettings(array $weeTaxSettings, $dis... method sameFPTDisplaySettingsProvider (line 74) | public function sameFPTDisplaySettingsProvider() method testDifferentFPTDisplaySettings (line 133) | public function testDifferentFPTDisplaySettings(array $weeTaxSettings) method differentFPTDisplaySettingsProvider (line 173) | public function differentFPTDisplaySettingsProvider() method getStoreConfigQuery (line 192) | private function getStoreConfigQuery(): string FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/CustomerWishlistTest.php class CustomerWishlistTest (line 16) | class CustomerWishlistTest extends GraphQlAbstract method setUp (line 28) | protected function setUp() method testCustomerWishlist (line 37) | public function testCustomerWishlist(): void method testCustomerAlwaysHasWishlist (line 79) | public function testCustomerAlwaysHasWishlist(): void method testGuestCannotGetWishlist (line 106) | public function testGuestCannotGetWishlist() method getCustomerAuthHeaders (line 129) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/WishlistTest.php class WishlistTest (line 17) | class WishlistTest extends GraphQlAbstract method setUp (line 34) | protected function setUp() method testGetCustomerWishlist (line 44) | public function testGetCustomerWishlist(): void method testGetGuestWishlist (line 100) | public function testGetGuestWishlist() method getCustomerAuthHeaders (line 132) | private function getCustomerAuthHeaders(string $email, string $passwor... FILE: dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 14) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 25) | protected function setUp() method testAddGroupedProductToCartThatHasAnOutOfStockItemInTheGroup (line 34) | public function testAddGroupedProductToCartThatHasAnOutOfStockItemInTh... FILE: dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkManagementTest.php class ProductLinkManagementTest (line 12) | class ProductLinkManagementTest extends \Magento\TestFramework\TestCase\... method testGetLinkedItemsByType (line 21) | public function testGetLinkedItemsByType() FILE: dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkRepositoryTest.php class ProductLinkRepositoryTest (line 11) | class ProductLinkRepositoryTest extends \Magento\TestFramework\TestCase\... method setUp (line 22) | protected function setUp() method testSave (line 31) | public function testSave() FILE: dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkTypeListTest.php class ProductLinkTypeListTest (line 11) | class ProductLinkTypeListTest extends \Magento\TestFramework\TestCase\We... method testGetItems (line 17) | public function testGetItems() method testGetItemAttributes (line 40) | public function testGetItemAttributes() FILE: dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductRepositoryInterfaceTest.php class ProductRepositoryInterfaceTest (line 12) | class ProductRepositoryInterfaceTest extends WebapiAbstract method getProduct (line 24) | protected function getProduct($sku) method updateProduct (line 48) | protected function updateProduct($product) method saveProduct (line 77) | protected function saveProduct($product) method deleteProduct (line 100) | protected function deleteProduct($sku) method testProductLinks (line 118) | public function testProductLinks() method getStockItemData (line 211) | private function getStockItemData() FILE: dev/tests/api-functional/testsuite/Magento/Integration/Model/AdminTokenServiceTest.php class AdminTokenServiceTest (line 21) | class AdminTokenServiceTest extends WebapiAbstract method setUp (line 50) | public function setUp() method testCreateAdminAccessToken (line 64) | public function testCreateAdminAccessToken() method validationDataProvider (line 87) | public function validationDataProvider() method testCreateAdminAccessTokenEmptyOrNullCredentials (line 98) | public function testCreateAdminAccessTokenEmptyOrNullCredentials() method testCreateAdminAccessTokenInvalidCredentials (line 119) | public function testCreateAdminAccessTokenInvalidCredentials() method testUseAdminAccessTokenInactiveAdmin (line 145) | public function testUseAdminAccessTokenInactiveAdmin() method testThrottlingMaxAttempts (line 205) | public function testThrottlingMaxAttempts() method testThrottlingAccountLockout (line 247) | public function testThrottlingAccountLockout() method assertInputExceptionMessages (line 297) | private function assertInputExceptionMessages($exception) method assertInvalidCredentialsException (line 326) | private function assertInvalidCredentialsException($exception) method assertUnauthorizedAccessException (line 346) | private function assertUnauthorizedAccessException($exception) method assertToken (line 369) | private function assertToken($username, $accessToken) FILE: dev/tests/api-functional/testsuite/Magento/Integration/Model/CustomerTokenServiceTest.php class CustomerTokenServiceTest (line 25) | class CustomerTokenServiceTest extends WebapiAbstract method setUp (line 59) | public function setUp() method testCreateCustomerAccessToken (line 81) | public function testCreateCustomerAccessToken() method testCreateCustomerAccessTokenEmptyOrNullCredentials (line 101) | public function testCreateCustomerAccessTokenEmptyOrNullCredentials($u... method testCreateCustomerAccessTokenInvalidCustomer (line 122) | public function testCreateCustomerAccessTokenInvalidCustomer() method validationDataProvider (line 150) | public function validationDataProvider() method assertInputExceptionMessages (line 163) | private function assertInputExceptionMessages($e) method testThrottlingMaxAttempts (line 190) | public function testThrottlingMaxAttempts() method testThrottlingAccountLockout (line 233) | public function testThrottlingAccountLockout() method assertInvalidCredentialsException (line 284) | private function assertInvalidCredentialsException($e) method assertToken (line 302) | private function assertToken($accessToken, $userName, $password) FILE: dev/tests/api-functional/testsuite/Magento/Integration/Model/IntegrationTest.php class IntegrationTest (line 11) | class IntegrationTest extends \Magento\TestFramework\TestCase\WebapiAbst... method setUp (line 16) | protected function setUp() method tearDown (line 32) | protected function tearDown() method testConfigBasedIntegrationCreation (line 39) | public function testConfigBasedIntegrationCreation() method testGetServiceCall (line 52) | public function testGetServiceCall() FILE: dev/tests/api-functional/testsuite/Magento/Multishipping/Api/CartRepositoryTest.php class CartRepositoryTest (line 22) | class CartRepositoryTest extends WebapiAbstract method setUp (line 47) | protected function setUp() method tearDown (line 58) | protected function tearDown() method testGetMultishippingCart (line 76) | public function testGetMultishippingCart() method getCart (line 122) | private function getCart(string $reservedOrderId): Quote FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php class BillingAddressManagementTest (line 12) | class BillingAddressManagementTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method testGetAddress (line 31) | public function testGetAddress() method testSetAddress (line 85) | public function testSetAddress() method testGetMyAddress (line 148) | public function testGetMyAddress() method testSetMyAddress (line 204) | public function testSetMyAddress() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CartAddingItemsTest.php class CartAddingItemsTest (line 15) | class CartAddingItemsTest extends WebapiAbstract method setUp (line 22) | protected function setUp() method testPriceForCreatingQuoteFromEmptyCart (line 34) | public function testPriceForCreatingQuoteFromEmptyCart() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CartItemRepositoryTest.php class CartItemRepositoryTest (line 14) | class CartItemRepositoryTest extends WebapiAbstract method setUp (line 25) | protected function setUp() method testGetList (line 33) | public function testGetList() method testAddItem (line 84) | public function testAddItem() method testRemoveItem (line 120) | public function testRemoveItem() method testUpdateItem (line 155) | public function testUpdateItem() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php class CartManagementTest (line 18) | class CartManagementTest extends WebapiAbstract method setUp (line 32) | protected function setUp() method tearDown (line 39) | public function tearDown() method testCreateEmptyCartForGuest (line 49) | public function testCreateEmptyCartForGuest() method testCreateEmptyCartForCustomer (line 72) | public function testCreateEmptyCartForCustomer() method testCreateEmptyCartAndGetCartForCustomer (line 100) | public function testCreateEmptyCartAndGetCartForCustomer() method testAssignCustomer (line 143) | public function testAssignCustomer() method testAssignCustomerThrowsExceptionIfThereIsNoCustomerWithGivenId (line 187) | public function testAssignCustomerThrowsExceptionIfThereIsNoCustomerWi... method testAssignCustomerThrowsExceptionIfThereIsNoCartWithGivenId (line 217) | public function testAssignCustomerThrowsExceptionIfThereIsNoCartWithGi... method testAssignCustomerThrowsExceptionIfTargetCartIsNotAnonymous (line 246) | public function testAssignCustomerThrowsExceptionIfTargetCartIsNotAnon... method testAssignCustomerThrowsExceptionIfCartIsAssignedToDifferentStore (line 281) | public function testAssignCustomerThrowsExceptionIfCartIsAssignedToDif... method testAssignCustomerCartMerged (line 316) | public function testAssignCustomerCartMerged() method testPlaceOrder (line 360) | public function testPlaceOrder() method testPlaceOrderForMyCart (line 391) | public function testPlaceOrderForMyCart() method testGetCartForCustomer (line 424) | public function testGetCartForCustomer() method getCart (line 482) | protected function getCart($reservedOrderId) FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CartRepositoryTest.php class CartRepositoryTest (line 21) | class CartRepositoryTest extends WebapiAbstract method setUp (line 48) | protected function setUp() method tearDown (line 62) | protected function tearDown() method getCart (line 82) | private function getCart($reservedOrderId) method testGetCart (line 105) | public function testGetCart() method testGetCartThrowsExceptionIfThereIsNoCartWithProvidedId (line 152) | public function testGetCartThrowsExceptionIfThereIsNoCartWithProvidedId() method testGetList (line 177) | public function testGetList() method testGetListThrowsExceptionIfProvidedSearchFieldIsInvalid (line 242) | public function testGetListThrowsExceptionIfProvidedSearchFieldIsInval... method testSaveQuoteException (line 275) | public function testSaveQuoteException($customerId) method testSaveQuote (line 308) | public function testSaveQuote() method getToken (line 345) | private function getToken() method getRequestData (line 360) | private function getRequestData($quoteId) method customerIdDataProvider (line 382) | public function customerIdDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CartTotalRepositoryTest.php class CartTotalRepositoryTest (line 18) | class CartTotalRepositoryTest extends WebapiAbstract method setUp (line 35) | protected function setUp() method testGetTotals (line 49) | public function testGetTotals() method testGetTotalsWithAbsentQuote (line 80) | public function testGetTotalsWithAbsentQuote() method getServiceInfoForTotalsService (line 93) | protected function getServiceInfoForTotalsService($cartId) method formatTotalsData (line 114) | protected function formatTotalsData($data) method getQuoteItemTotalsData (line 136) | protected function getQuoteItemTotalsData(\Magento\Quote\Model\Quote $... method testGetMyTotals (line 167) | public function testGetMyTotals() method getData (line 216) | private function getData(Quote $quote, Address $shippingAddress) : array FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/CouponManagementTest.php class CouponManagementTest (line 15) | class CouponManagementTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testGet (line 34) | public function testGet() method testDelete (line 60) | public function testDelete() method testSetCouponThrowsExceptionIfCouponDoesNotExist (line 88) | public function testSetCouponThrowsExceptionIfCouponDoesNotExist() method testSetCouponSuccess (line 121) | public function testSetCouponSuccess() method testGetMyCoupon (line 161) | public function testGetMyCoupon() method testDeleteMyCoupon (line 191) | public function testDeleteMyCoupon() method testSetMyCouponThrowsExceptionIfCouponDoesNotExist (line 223) | public function testSetMyCouponThrowsExceptionIfCouponDoesNotExist() method testSetMyCouponSuccess (line 256) | public function testSetMyCouponSuccess() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestBillingAddressManagementTest.php class GuestBillingAddressManagementTest (line 12) | class GuestBillingAddressManagementTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method getQuoteMaskedId (line 28) | protected function getQuoteMaskedId($quoteId) method testGetAddress (line 39) | public function testGetAddress() method testSetAddress (line 93) | public function testSetAddress($useForShipping) method setAddressDataProvider (line 170) | public function setAddressDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartAddingItemsTest.php class GuestCartAddingItemsTest (line 15) | class GuestCartAddingItemsTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testPriceForCreatingQuoteFromEmptyCart (line 37) | public function testPriceForCreatingQuoteFromEmptyCart() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartItemRepositoryTest.php class GuestCartItemRepositoryTest (line 11) | class GuestCartItemRepositoryTest extends WebapiAbstract method setUp (line 22) | protected function setUp() method testGetList (line 30) | public function testGetList() method testAddItem (line 82) | public function testAddItem() method testRemoveItem (line 127) | public function testRemoveItem() method testUpdateItem (line 171) | public function testUpdateItem() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartManagementTest.php class GuestCartManagementTest (line 11) | class GuestCartManagementTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testCreate (line 29) | public function testCreate() method tearDown (line 49) | public function tearDown() method testAssignCustomer (line 67) | public function testAssignCustomer() method testAssignCustomerThrowsExceptionIfThereIsNoCustomerWithGivenId (line 128) | public function testAssignCustomerThrowsExceptionIfThereIsNoCustomerWi... method testAssignCustomerThrowsExceptionIfThereIsNoCartWithGivenId (line 158) | public function testAssignCustomerThrowsExceptionIfThereIsNoCartWithGi... method testAssignCustomerThrowsExceptionIfTargetCartIsNotAnonymous (line 187) | public function testAssignCustomerThrowsExceptionIfTargetCartIsNotAnon... method testAssignCustomerCartMerged (line 237) | public function testAssignCustomerCartMerged() method testPlaceOrder (line 297) | public function testPlaceOrder() method testAssignCustomerByGuestUser (line 338) | public function testAssignCustomerByGuestUser() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartRepositoryTest.php class GuestCartRepositoryTest (line 11) | class GuestCartRepositoryTest extends WebapiAbstract method setUp (line 18) | protected function setUp() method tearDown (line 23) | protected function tearDown() method getCart (line 46) | protected function getCart($reservedOrderId) method testGetCart (line 60) | public function testGetCart() method testGetCartThrowsExceptionIfThereIsNoCartWithProvidedId (line 111) | public function testGetCartThrowsExceptionIfThereIsNoCartWithProvidedId() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartTotalRepositoryTest.php class GuestCartTotalRepositoryTest (line 16) | class GuestCartTotalRepositoryTest extends WebapiAbstract method setUp (line 33) | protected function setUp() method getQuoteMaskedId (line 44) | protected function getQuoteMaskedId($quoteId) method testGetTotals (line 55) | public function testGetTotals() method testGetTotalsWithAbsentQuote (line 114) | public function testGetTotalsWithAbsentQuote() method getServiceInfoForTotalsService (line 127) | protected function getServiceInfoForTotalsService($cartId) method formatTotalsData (line 148) | protected function formatTotalsData($data) method getQuoteItemTotalsData (line 170) | protected function getQuoteItemTotalsData(\Magento\Quote\Model\Quote $... FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCouponManagementTest.php class GuestCouponManagementTest (line 12) | class GuestCouponManagementTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method tearDown (line 28) | public function tearDown() method getQuoteMaskedId (line 43) | protected function getQuoteMaskedId($quoteId) method testGet (line 54) | public function testGet() method testDelete (line 82) | public function testDelete() method testSetCouponThrowsExceptionIfCouponDoesNotExist (line 110) | public function testSetCouponThrowsExceptionIfCouponDoesNotExist() method testSetCouponSuccess (line 143) | public function testSetCouponSuccess() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestPaymentMethodManagementTest.php class GuestPaymentMethodManagementTest (line 8) | class GuestPaymentMethodManagementTest extends \Magento\TestFramework\Te... method setUp (line 19) | protected function setUp() method tearDown (line 24) | protected function tearDown() method deleteCart (line 39) | protected function deleteCart($reservedOrderId) method testReSetPayment (line 61) | public function testReSetPayment() method testSetPaymentWithVirtualProduct (line 94) | public function testSetPaymentWithVirtualProduct() method testSetPaymentWithSimpleProduct (line 126) | public function testSetPaymentWithSimpleProduct() method testSetPaymentWithSimpleProductWithoutAddress (line 161) | public function testSetPaymentWithSimpleProductWithoutAddress() method testGetList (line 193) | public function testGetList() method testGet (line 227) | public function testGet() method getPaymentMethodFieldsForAssert (line 260) | protected function getPaymentMethodFieldsForAssert() method getMaskedCartId (line 271) | protected function getMaskedCartId($cartId) FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShipmentEstimationTest.php class GuestShipmentEstimationTest (line 12) | class GuestShipmentEstimationTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method testEstimateByExtendedAddress (line 32) | public function testEstimateByExtendedAddress() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShippingMethodManagementTest.php class GuestShippingMethodManagementTest (line 12) | class GuestShippingMethodManagementTest extends WebapiAbstract method setUp (line 33) | protected function setUp() method testGetListForVirtualCart (line 44) | public function testGetListForVirtualCart() method testGetList (line 63) | public function testGetList() method getListServiceInfo (line 98) | protected function getListServiceInfo($cartId) method convertRates (line 120) | protected function convertRates($groupedRates, $currencyCode) FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php class PaymentMethodManagementTest (line 8) | class PaymentMethodManagementTest extends \Magento\TestFramework\TestCas... method setUp (line 19) | protected function setUp() method testReSetPayment (line 27) | public function testReSetPayment() method testSetPaymentWithVirtualProduct (line 60) | public function testSetPaymentWithVirtualProduct() method testSetPaymentWithSimpleProduct (line 92) | public function testSetPaymentWithSimpleProduct() method testSetPaymentWithSimpleProductWithoutAddress (line 127) | public function testSetPaymentWithSimpleProductWithoutAddress() method testGetList (line 159) | public function testGetList() method testGet (line 193) | public function testGet() method testGetListMine (line 226) | public function testGetListMine() method testGetMine (line 256) | public function testGetMine() method testSetPaymentWithSimpleProductMine (line 284) | public function testSetPaymentWithSimpleProductMine() method getPaymentMethodFieldsForAssert (line 313) | protected function getPaymentMethodFieldsForAssert() method getCustomerToken (line 323) | protected function getCustomerToken() FILE: dev/tests/api-functional/testsuite/Magento/Quote/Api/ShippingMethodManagementTest.php class ShippingMethodManagementTest (line 12) | class ShippingMethodManagementTest extends WebapiAbstract method setUp (line 33) | protected function setUp() method testGetListForVirtualCart (line 44) | public function testGetListForVirtualCart() method testGetList (line 55) | public function testGetList() method testGetListForMyCart (line 79) | public function testGetListForMyCart() method getListServiceInfo (line 132) | protected function getListServiceInfo($cartId) method convertRates (line 154) | protected function convertRates($groupedRates, $currencyCode) FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditMemoCreateRefundTest.php class CreditMemoCreateRefundTest (line 15) | class CreditMemoCreateRefundTest extends WebapiAbstract method setUp (line 28) | protected function setUp() method testInvoke (line 36) | public function testInvoke() method getItemsForRest (line 121) | private function getItemsForRest($order) method getItemsForSoap (line 137) | private function getItemsForSoap($order) FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoAddCommentTest.php class CreditmemoAddCommentTest (line 14) | class CreditmemoAddCommentTest extends WebapiAbstract method setUp (line 41) | protected function setUp() method testCreditmemoAddComment (line 51) | public function testCreditmemoAddComment() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCancelTest.php class CreditmemoCancelTest (line 13) | class CreditmemoCancelTest extends WebapiAbstract method testCreditmemoCancel (line 26) | public function testCreditmemoCancel() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCommentsListTest.php class CreditmemoCommentsListTest (line 20) | class CreditmemoCommentsListTest extends WebapiAbstract method testCreditmemoCommentsList (line 29) | public function testCreditmemoCommentsList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCreateTest.php class CreditmemoCreateTest (line 14) | class CreditmemoCreateTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testInvoke (line 35) | public function testInvoke() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoEmailTest.php class CreditmemoEmailTest (line 13) | class CreditmemoEmailTest extends WebapiAbstract method testCreditmemoEmail (line 24) | public function testCreditmemoEmail() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoGetTest.php class CreditmemoGetTest (line 13) | class CreditmemoGetTest extends WebapiAbstract method setUp (line 72) | protected function setUp() method testCreditmemoGet (line 82) | public function testCreditmemoGet() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoListTest.php class CreditmemoListTest (line 15) | class CreditmemoListTest extends WebapiAbstract method setUp (line 40) | protected function setUp() method testCreditmemoList (line 50) | public function testCreditmemoList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceAddCommentTest.php class InvoiceAddCommentTest (line 14) | class InvoiceAddCommentTest extends WebapiAbstract method testInvoiceAddComment (line 31) | public function testInvoiceAddComment() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceCaptureTest.php class InvoiceCaptureTest (line 14) | class InvoiceCaptureTest extends WebapiAbstract method testInvoiceCapture (line 24) | public function testInvoiceCapture() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceCommentsListTest.php class InvoiceCommentsListTest (line 13) | class InvoiceCommentsListTest extends WebapiAbstract method testInvoiceCommentsList (line 22) | public function testInvoiceCommentsList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceCreateTest.php class InvoiceCreateTest (line 13) | class InvoiceCreateTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testInvoke (line 34) | public function testInvoke() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceEmailTest.php class InvoiceEmailTest (line 13) | class InvoiceEmailTest extends WebapiAbstract method testInvoiceEmail (line 22) | public function testInvoiceEmail() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceGetTest.php class InvoiceGetTest (line 13) | class InvoiceGetTest extends WebapiAbstract method testInvoiceGet (line 24) | public function testInvoiceGet() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceListTest.php class InvoiceListTest (line 14) | class InvoiceListTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testInvoiceList (line 35) | public function testInvoiceList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceVoidTest.php class InvoiceVoidTest (line 14) | class InvoiceVoidTest extends WebapiAbstract method testInvoiceVoid (line 24) | public function testInvoiceVoid() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderAddressUpdateTest.php class OrderAddressUpdateTest (line 14) | class OrderAddressUpdateTest extends WebapiAbstract method testOrderAddressUpdate (line 24) | public function testOrderAddressUpdate() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderCancelTest.php class OrderCancelTest (line 17) | class OrderCancelTest extends WebapiAbstract method setUp (line 30) | protected function setUp() method getOrder (line 41) | private function getOrder(string $incrementId): Order method sendCancelRequest (line 52) | private function sendCancelRequest(Order $order) method testOrderCancel (line 72) | public function testOrderCancel() method testOrderWithStateHoldedShouldNotBeCanceled (line 82) | public function testOrderWithStateHoldedShouldNotBeCanceled() method testOrderWithStateCompleteShouldNotBeCanceled (line 92) | public function testOrderWithStateCompleteShouldNotBeCanceled() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderCommentsListTest.php class OrderCommentsListTest (line 10) | class OrderCommentsListTest extends WebapiAbstract method testOrderCommentsList (line 19) | public function testOrderCommentsList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderCreateTest.php class OrderCreateTest (line 14) | class OrderCreateTest extends WebapiAbstract method setUp (line 29) | protected function setUp() method prepareOrder (line 37) | protected function prepareOrder() method getDataStructure (line 152) | protected function getDataStructure($className) method addProductOption (line 165) | protected function addProductOption($orderItem) method getOptionRequestValue (line 187) | protected function getOptionRequestValue(ProductCustomOptionInterface ... method testOrderCreate (line 210) | public function testOrderCreate() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderEmailTest.php class OrderEmailTest (line 11) | class OrderEmailTest extends WebapiAbstract method testOrderEmail (line 20) | public function testOrderEmail() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderGetStatusTest.php class OrderGetStatusTest (line 14) | class OrderGetStatusTest extends WebapiAbstract method setUp (line 29) | protected function setUp() method testOrderGetStatus (line 37) | public function testOrderGetStatus() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderGetTest.php class OrderGetTest (line 17) | class OrderGetTest extends WebapiAbstract method setUp (line 35) | protected function setUp(): void method testOrderGet (line 45) | public function testOrderGet(): void method testOrderGetExtensionAttributes (line 121) | public function testOrderGetExtensionAttributes(): void method testGetOrderWithProductOption (line 145) | public function testGetOrderWithProductOption(): void method getOrder (line 172) | private function getOrder(string $incrementId): OrderInterface method makeServiceCall (line 187) | private function makeServiceCall(string $incrementId): array method getBundleProduct (line 210) | private function getBundleProduct(array $items): array FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderHoldTest.php class OrderHoldTest (line 11) | class OrderHoldTest extends WebapiAbstract method testOrderHold (line 20) | public function testOrderHold() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderInvoiceCreateTest.php class OrderInvoiceCreateTest (line 11) | class OrderInvoiceCreateTest extends \Magento\TestFramework\TestCase\Web... method setUp (line 26) | protected function setUp() method testInvoiceCreate (line 38) | public function testInvoiceCreate() method testOrderWithBundleInvoicedWithInvalidQuantitiesReturnsError (line 103) | public function testOrderWithBundleInvoicedWithInvalidQuantitiesReturn... method testOrderWithConfigurableProductInvoicedWithInvalidQuantitiesReturnsError (line 149) | public function testOrderWithConfigurableProductInvoicedWithInvalidQua... FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetListTest.php class OrderItemGetListTest (line 10) | class OrderItemGetListTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGetList (line 32) | public function testGetList() method assertOrderItem (line 99) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetTest.php class OrderItemGetTest (line 10) | class OrderItemGetTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testGet (line 32) | public function testGet() method assertOrderItem (line 71) | protected function assertOrderItem(\Magento\Sales\Model\Order\Item $or... method testGetOrderWithDiscount (line 84) | public function testGetOrderWithDiscount() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderListTest.php class OrderListTest (line 14) | class OrderListTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testOrderList (line 35) | public function testOrderList() method testOrderListExtensionAttributes (line 64) | public function testOrderListExtensionAttributes() method getSearchData (line 102) | private function getSearchData() : array FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderStatusHistoryAddTest.php class OrderStatusHistoryAddTest (line 17) | class OrderStatusHistoryAddTest extends WebapiAbstract method setUp (line 30) | protected function setUp() method testOrderCommentAdd (line 39) | public function testOrderCommentAdd() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderUnHoldTest.php class OrderUnHoldTest (line 11) | class OrderUnHoldTest extends WebapiAbstract method testOrderUnHold (line 20) | public function testOrderUnHold() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderUpdateTest.php class OrderUpdateTest (line 17) | class OrderUpdateTest extends WebapiAbstract method setUp (line 35) | protected function setUp() method testOrderUpdate (line 45) | public function testOrderUpdate() method testOrderStatusUpdate (line 136) | public function testOrderStatusUpdate() method getOrderData (line 176) | private function getOrderData(Order $order) method getDataForInvoice (line 222) | private function getDataForInvoice(Order $order): array method getDataForCreditmemo (line 307) | private function getDataForCreditmemo(Order $order): array method getDataForShipment (line 372) | private function getDataForShipment(Order $order): array FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/RefundOrderTest.php class RefundOrderTest (line 14) | class RefundOrderTest extends \Magento\TestFramework\TestCase\WebapiAbst... method setUp (line 29) | protected function setUp() method testShortRequest (line 41) | public function testShortRequest() method testFullRequest (line 105) | public function testFullRequest() method testOrderStatusPartialRefund (line 210) | public function testOrderStatusPartialRefund() method testOrderStatusTotalRefund (line 244) | public function testOrderStatusTotalRefund() method getServiceData (line 279) | private function getServiceData(\Magento\Sales\Api\Data\OrderInterface... method getOrderItems (line 301) | private function getOrderItems(\Magento\Sales\Model\Order $order) method getRefundedOrderItems (line 323) | private function getRefundedOrderItems(\Magento\Sales\Model\Order $order) method getCreditmemoItems (line 347) | private function getCreditmemoItems(\Magento\Sales\Api\Data\Creditmemo... method getRecentComment (line 369) | private function getRecentComment(\Magento\Sales\Api\Data\CreditmemoIn... FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipOrderTest.php class ShipOrderTest (line 17) | class ShipOrderTest extends \Magento\TestFramework\TestCase\WebapiAbstract method setUp (line 40) | protected function setUp() method testConfigurableShipOrder (line 50) | public function testConfigurableShipOrder() method testShipOrder (line 95) | public function testShipOrder() method testShipOrderWithoutTrackingNumberReturnsError (line 152) | public function testShipOrderWithoutTrackingNumberReturnsError() method testPartialShipOrderWithBundleShippedSeparately (line 179) | public function testPartialShipOrderWithBundleShippedSeparately() method testPartialShipOrderWithTwoBundleShippedSeparatelyContainsSameSimple (line 237) | public function testPartialShipOrderWithTwoBundleShippedSeparatelyCont... method getServiceInfo (line 301) | private function getServiceInfo(Order $order): array method getOrder (line 324) | private function getOrder(string $incrementId): Order method assertExceptionMessage (line 336) | private function assertExceptionMessage(\Exception $exception, string ... FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentAddCommentTest.php class ShipmentAddCommentTest (line 14) | class ShipmentAddCommentTest extends WebapiAbstract method setUp (line 36) | protected function setUp() method testShipmentAddComment (line 46) | public function testShipmentAddComment() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentAddTrackTest.php class ShipmentAddTrackTest (line 20) | class ShipmentAddTrackTest extends WebapiAbstract method setUp (line 45) | protected function setUp() method testShipmentAddTrack (line 55) | public function testShipmentAddTrack() method testShipmentTrackWithFailedOrderId (line 86) | public function testShipmentTrackWithFailedOrderId() method getServiceInfo (line 130) | private function getServiceInfo() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentCommentsListTest.php class ShipmentCommentsListTest (line 13) | class ShipmentCommentsListTest extends WebapiAbstract method testShipmentCommentsList (line 22) | public function testShipmentCommentsList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentCreateTest.php class ShipmentCreateTest (line 14) | class ShipmentCreateTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testInvoke (line 35) | public function testInvoke() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentEmailTest.php class ShipmentEmailTest (line 14) | class ShipmentEmailTest extends WebapiAbstract method testShipmentEmail (line 23) | public function testShipmentEmail() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentGetTest.php class ShipmentGetTest (line 15) | class ShipmentGetTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testShipmentGet (line 34) | public function testShipmentGet() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentLabelGetTest.php class ShipmentLabelGetTest (line 13) | class ShipmentLabelGetTest extends WebapiAbstract method setUp (line 24) | protected function setUp() method testShipmentGet (line 32) | public function testShipmentGet() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentListTest.php class ShipmentListTest (line 13) | class ShipmentListTest extends WebapiAbstract method setUp (line 26) | protected function setUp() method testShipmentList (line 34) | public function testShipmentList() FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentRemoveTrackTest.php class ShipmentRemoveTrackTest (line 21) | class ShipmentRemoveTrackTest extends WebapiAbstract method setUp (line 46) | protected function setUp() method testShipmentRemoveTrack (line 56) | public function testShipmentRemoveTrack() method assertNoAvailableTrackItems (line 107) | private function assertNoAvailableTrackItems($shipmentId) FILE: dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/TransactionTest.php class TransactionTest (line 17) | class TransactionTest extends WebapiAbstract method setUp (line 39) | protected function setUp() method testTransactionGet (line 49) | public function testTransactionGet() method testTransactionList (line 93) | public function testTransactionList() method getPreparedTransactionData (line 180) | private function getPreparedTransactionData(Transaction $transaction) method filtersDataProvider (line 215) | public function filtersDataProvider() FILE: dev/tests/api-functional/testsuite/Magento/SalesInventory/Api/Service/V1/ReturnItemsAfterRefundOrderTest.php class ReturnItemsAfterRefundOrderTest (line 11) | class ReturnItemsAfterRefundOrderTest extends \Magento\TestFramework\Tes... method setUp (line 21) | protected function setUp() method testRefundWithReturnItemsToStock (line 30) | public function testRefundWithReturnItemsToStock($qtyRefund) method dataProvider (line 84) | public function dataProvider() method getQtyInStockBySku (line 96) | private function getQtyInStockBySku($sku) FILE: dev/tests/api-functional/testsuite/Magento/SalesRule/Api/CouponManagementTest.php class CouponManagementTest (line 12) | class CouponManagementTest extends WebapiAbstract method testManagement (line 30) | public function testManagement($count, $length, $format, $regex) method dataProviderForTestGenerate (line 82) | public function dataProviderForTestGenerate() method generate (line 113) | public function generate($ruleId, $count, $length, $format) method getList (line 143) | protected function getList($ruleId) method deleteCouponsById (line 184) | protected function deleteCouponsById($couponArray) method deleteCouponsByCodes (line 205) | protected function deleteCouponsByCodes($couponArray) FILE: dev/tests/api-functional/testsuite/Magento/SalesRule/Api/CouponRepositoryTest.php class CouponRepositoryTest (line 12) | class CouponRepositoryTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method getCouponData (line 28) | protected function getCouponData() method testCrud (line 44) | public function testCrud() method verifySalesRuleInfluence (line 87) | protected function verifySalesRuleInfluence($result) method testGetListWithMultipleFiltersAndSorting (line 104) | public function testGetListWithMultipleFiltersAndSorting() method verifyGetList (line 161) | public function verifyGetList($couponId) method createCoupon (line 209) | protected function createCoupon($coupon) method deleteCoupon (line 226) | protected function deleteCoupon($couponId) method updateCoupon (line 243) | protected function updateCoupon($couponId, $data) method getCoupon (line 267) | protected function getCoupon($couponId) FILE: dev/tests/api-functional/testsuite/Magento/SalesRule/Api/RuleRepositoryTest.php class RuleRepositoryTest (line 12) | class RuleRepositoryTest extends WebapiAbstract method setUp (line 23) | protected function setUp() method getSalesRuleData (line 28) | protected function getSalesRuleData() method testCrud (line 93) | public function testCrud() method verifyGetList (line 130) | public function verifyGetList($ruleId) method testGetListWithMultipleFiltersAndSorting (line 181) | public function testGetListWithMultipleFiltersAndSorting() method createRule (line 246) | protected function createRule($rule) method deleteRule (line 268) | protected function deleteRule($id) method updateRule (line 285) | protected function updateRule($id, $data) method getRule (line 303) | protected function getRule($id) FILE: dev/tests/api-functional/testsuite/Magento/Search/Api/SearchTest.php class SearchTest (line 16) | class SearchTest extends WebapiAbstract method setUp (line 27) | protected function setUp() method testExistingProductSearch (line 39) | public function testExistingProductSearch() method testNonExistentProductSearch (line 57) | public function testNonExistentProductSearch() method buildSearchCriteria (line 73) | private function buildSearchCriteria(string $productName): array method buildServiceInfo (line 96) | private function buildServiceInfo(array $searchCriteria): array FILE: dev/tests/api-functional/testsuite/Magento/Store/Api/GroupRepositoryTest.php class GroupRepositoryTest (line 14) | class GroupRepositoryTest extends WebapiAbstract method testGetList (line 23) | public function testGetList() FILE: dev/tests/api-functional/testsuite/Magento/Store/Api/StoreConfigManagerTest.php class StoreConfigManagerTest (line 14) | class StoreConfigManagerTest extends WebapiAbstract method testGetStoreConfigs (line 23) | public function testGetStoreConfigs() FILE: dev/tests/api-functional/testsuite/Magento/Store/Api/StoreRepositoryTest.php class StoreRepositoryTest (line 14) | class StoreRepositoryTest extends WebapiAbstract method testGetList (line 23) | public function testGetList() FILE: dev/tests/api-functional/testsuite/Magento/Store/Api/WebsiteRepositoryTest.php class WebsiteRepositoryTest (line 14) | class WebsiteRepositoryTest extends WebapiAbstract method testGetList (line 23) | public function testGetList() FILE: dev/tests/api-functional/testsuite/Magento/Swatches/Api/ProductAttributeOptionManagementInterfaceTest.php class ProductAttributeOptionManagementInterfaceTest (line 25) | class ProductAttributeOptionManagementInterfaceTest extends WebapiAbstract method testAdd (line 44) | public function testAdd( method addDataProvider (line 90) | public function addDataProvider() method getSwatch (line 217) | private function getSwatch(int $optionId) FILE: dev/tests/api-functional/testsuite/Magento/Tax/Api/TaxClassRepositoryTest.php class TaxClassRepositoryTest (line 23) | class TaxClassRepositoryTest extends WebapiAbstract method setUp (line 52) | public function setUp() method testCreateTaxClass (line 78) | public function testCreateTaxClass() method testUpdateTaxClass (line 115) | public function testUpdateTaxClass() method testGetTaxClass (line 157) | public function testGetTaxClass() method testDeleteTaxClass (line 191) | public function testDeleteTaxClass() method testSearchTaxClass (line 227) | public function testSearchTaxClass() method testSearchTaxClassMultipleFilterGroups (line 256) | public function testSearchTaxClassMultipleFilterGroups() FILE: dev/tests/api-functional/testsuite/Magento/Tax/Api/TaxRateRepositoryTest.php class TaxRateRepositoryTest (line 20) | class TaxRateRepositoryTest extends WebapiAbstract method setUp (line 59) | public function setUp() method tearDown (line 78) | public function tearDown() method testCreateTaxRateExistingCode (line 101) | public function testCreateTaxRateExistingCode() method testCreateTaxRateWithoutValue (line 141) | public function testCreateTaxRateWithoutValue() method testCreateTaxRate (line 179) | public function testCreateTaxRate() method testCreateTaxRateWithZipRange (line 212) | public function testCreateTaxRateWithZipRange() method testCreateTaxRateWithZeroValue (line 248) | public function testCreateTaxRateWithZeroValue() method testUpdateTaxRate (line 286) | public function testUpdateTaxRate() method testUpdateTaxRateNotExisting (line 342) | public function testUpdateTaxRateNotExisting() method testGetTaxRate (line 380) | public function testGetTaxRate() method testGetTaxRateNotExist (line 409) | public function testGetTaxRateNotExist() method testDeleteTaxRate (line 440) | public function testDeleteTaxRate() method testCannotDeleteTaxRate (line 475) | public function testCannotDeleteTaxRate() method testSearchTaxRates (line 504) | public function testSearchTaxRates() method testSearchTaxRatesCz (line 549) | public function testSearchTaxRatesCz() method getFixtureTaxRates (line 623) | private function getFixtureTaxRates() method getFixtureTaxClasses (line 644) | private function getFixtureTaxClasses() method getFixtureTaxRules (line 668) | private function getFixtureTaxRules() method setupTaxRatesForSearch (line 690) | private function setupTaxRatesForSearch() FILE: dev/tests/api-functional/testsuite/Magento/Tax/Api/TaxRuleRepositoryInterfaceTest.php class TaxRuleRepositoryInterfaceTest (line 21) | class TaxRuleRepositoryInterfaceTest extends WebapiAbstract method setUp (line 54) | public function setUp() method tearDown (line 87) | public function tearDown() method testDeleteTaxRule (line 108) | public function testDeleteTaxRule() method testCreateTaxRule (line 132) | public function testCreateTaxRule() method testCreateTaxRuleInvalidTaxClassIds (line 169) | public function testCreateTaxRuleInvalidTaxClassIds() method testCreateTaxRuleExistingCode (line 204) | public function testCreateTaxRuleExistingCode() method testGetTaxRule (line 256) | public function testGetTaxRule() method testSearchTaxRulesSimple (line 291) | public function testSearchTaxRulesSimple() method testSearchTaxRulesCodeWithJoins (line 339) | public function testSearchTaxRulesCodeWithJoins() method testGetTaxRuleNotExist (line 412) | public function testGetTaxRuleNotExist() method testUpdateTaxRule (line 444) | public function testUpdateTaxRule() method testUpdateTaxRuleNotExisting (line 514) | public function testUpdateTaxRuleNotExisting() method testSearchTaxRule (line 556) | public function testSearchTaxRule() method getFixtureTaxRates (line 588) | private function getFixtureTaxRates() method getFixtureTaxClasses (line 609) | private function getFixtureTaxClasses() method getFixtureTaxRules (line 633) | private function getFixtureTaxRules() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Authentication/RestTest.php class RestTest (line 13) | class RestTest extends \Magento\TestFramework\TestCase\WebapiAbstract method setUp (line 33) | protected function setUp() method consumerFixture (line 42) | public static function consumerFixture($date = null) method tearDown (line 55) | protected function tearDown() method testGetRequestToken (line 65) | public function testGetRequestToken() method testGetRequestTokenExpiredConsumer (line 90) | public function testGetRequestTokenExpiredConsumer() method testGetRequestTokenInvalidConsumerKey (line 104) | public function testGetRequestTokenInvalidConsumerKey() method testGetRequestTokenInvalidConsumerSecret (line 114) | public function testGetRequestTokenInvalidConsumerSecret() method testGetAccessToken (line 120) | public function testGetAccessToken() method testGetAccessTokenInvalidVerifier (line 148) | public function testGetAccessTokenInvalidVerifier() method testGetAccessTokenConsumerMismatch (line 163) | public function testGetAccessTokenConsumerMismatch() method testAccessApiInvalidAccessToken (line 184) | public function testAccessApiInvalidAccessToken() method _getOauthClient (line 197) | protected function _getOauthClient($consumerKey, $consumerSecret) FILE: dev/tests/api-functional/testsuite/Magento/Webapi/CustomAttributeTypeWsdlGenerationTest.php class CustomAttributeTypeWsdlGenerationTest (line 14) | class CustomAttributeTypeWsdlGenerationTest extends \Magento\TestFramewo... method setUp (line 25) | protected function setUp() method testCustomAttributeTypesInWsdl (line 34) | public function testCustomAttributeTypesInWsdl() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/DataObjectSerialization/ServiceSerializationTest.php class ServiceSerializationTest (line 8) | class ServiceSerializationTest extends \Magento\TestFramework\TestCase\W... method setUp (line 20) | protected function setUp() method testGetServiceCall (line 30) | public function testGetServiceCall() method testUpdateServiceCall (line 48) | public function testUpdateServiceCall() method testNestedDataObjectCall (line 66) | public function testNestedDataObjectCall() method testScalarResponse (line 81) | public function testScalarResponse() method testExtensibleCall (line 93) | public function testExtensibleCall() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/DeserializationTest.php class DeserializationTest (line 11) | class DeserializationTest extends \Magento\TestFramework\TestCase\Webapi... method setUp (line 23) | protected function setUp() method testPostRequestWithEmptyBody (line 32) | public function testPostRequestWithEmptyBody() method testPutRequestWithEmptyBody (line 58) | public function testPutRequestWithEmptyBody() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/JoinDirectivesTest.php class JoinDirectivesTest (line 17) | class JoinDirectivesTest extends \Magento\TestFramework\TestCase\WebapiA... method setUp (line 39) | protected function setUp() method testGetList (line 54) | public function testGetList() method testAutoGeneratedGetList (line 91) | public function testAutoGeneratedGetList() method testGetOrdertList (line 135) | public function testGetOrdertList() method getExpectedExtensionAttributes (line 178) | private function getExpectedExtensionAttributes() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/JsonGenerationFromDataObjectTest.php class JsonGenerationFromDataObjectTest (line 16) | class JsonGenerationFromDataObjectTest extends \Magento\TestFramework\Te... method setUp (line 32) | protected function setUp() method testMultiServiceRetrieval (line 44) | public function testMultiServiceRetrieval() method testSingleServiceRetrieval (line 61) | public function testSingleServiceRetrieval() method testInvalidRestUrlNoServices (line 83) | public function testInvalidRestUrlNoServices() method testInvalidRestUrlInvalidServiceName (line 101) | public function testInvalidRestUrlInvalidServiceName() method assertRecursiveArray (line 117) | private function assertRecursiveArray($expected, $actual, $checkVal) method checkActualData (line 132) | public function checkActualData($expected, $actual) method getExpectedCommonData (line 137) | public function getExpectedCommonData() method getExpectedMultiServiceData (line 164) | public function getExpectedMultiServiceData() method getExpectedSingleServiceData (line 299) | public function getExpectedSingleServiceData() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/PartialResponseTest.php class PartialResponseTest (line 13) | class PartialResponseTest extends \Magento\TestFramework\TestCase\Webapi... method setUp (line 21) | protected function setUp() method testCustomerWithEmailFilter (line 31) | public function testCustomerWithEmailFilter() method testCustomerWithEmailAndAddressFilter (line 39) | public function testCustomerWithEmailAndAddressFilter() method testCustomerWithNestedAddressFilter (line 53) | public function testCustomerWithNestedAddressFilter() method testCustomerInvalidFilter (line 66) | public function testCustomerInvalidFilter() method testFilterForCustomerApiWithSimpleResponse (line 73) | public function testFilterForCustomerApiWithSimpleResponse() method _getCustomerWithFilter (line 80) | protected function _getCustomerWithFilter($filter, $customerId, $path ... FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/BaseService.php class BaseService (line 14) | abstract class BaseService extends \Magento\TestFramework\TestCase\Webap... method assertUnauthorizedException (line 22) | protected function assertUnauthorizedException($serviceInfo, $requestD... method _assertRestUnauthorizedException (line 41) | protected function _assertRestUnauthorizedException($serviceInfo, $req... method _assertNoRouteOrOperationException (line 65) | protected function _assertNoRouteOrOperationException($serviceInfo, $r... method _assertNoRestRouteException (line 80) | protected function _assertNoRestRouteException($serviceInfo, $requestD... method _assertSoapException (line 98) | protected function _assertSoapException($serviceInfo, $requestData = n... FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/CoreRoutingTest.php class CoreRoutingTest (line 15) | class CoreRoutingTest extends \Magento\Webapi\Routing\BaseService method testBasicRoutingExplicitPath (line 17) | public function testBasicRoutingExplicitPath() method testDisabledIntegrationAuthorizationException (line 35) | public function testDisabledIntegrationAuthorizationException() method testExceptionSoapInternalError (line 67) | public function testExceptionSoapInternalError() method testRestNoAcceptHeader (line 81) | public function testRestNoAcceptHeader() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/GettersTest.php class GettersTest (line 10) | class GettersTest extends \Magento\Webapi\Routing\BaseService method setUp (line 27) | protected function setUp() method testGetters (line 34) | public function testGetters() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/NoWebApiXmlTest.php class NoWebApiXmlTest (line 11) | class NoWebApiXmlTest extends \Magento\Webapi\Routing\BaseService method setUp (line 23) | protected function setUp() method testItem (line 32) | public function testItem() method testItems (line 49) | public function testItems() method testCreate (line 64) | public function testCreate() method testUpdate (line 81) | public function testUpdate() method testRemove (line 98) | public function testRemove() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RequestIdOverrideTest.php class RequestIdOverrideTest (line 16) | class RequestIdOverrideTest extends \Magento\Webapi\Routing\BaseService method setUp (line 38) | protected function setUp() method testOverride (line 47) | public function testOverride() method testOverrideNested (line 69) | public function testOverrideNested() method testOverrideAdd (line 92) | public function testOverrideAdd() method testAddCaseMismatch (line 117) | public function testAddCaseMismatch() method testOverrideWithScalarValues (line 136) | public function testOverrideWithScalarValues() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RestErrorHandlingTest.php class RestErrorHandlingTest (line 14) | class RestErrorHandlingTest extends \Magento\TestFramework\TestCase\Weba... method setUp (line 21) | protected function setUp() method testSuccess (line 28) | public function testSuccess() method testNotFound (line 44) | public function testNotFound() method testUnauthorized (line 62) | public function testUnauthorized() method testOtherException (line 81) | public function testOtherException() method _errorTest (line 116) | protected function _errorTest( FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/ServiceVersionV1Test.php class ServiceVersionV1Test (line 18) | class ServiceVersionV1Test extends \Magento\Webapi\Routing\BaseService method setUp (line 41) | protected function setUp() method testItem (line 59) | public function testItem() method testItemAnyType (line 78) | public function testItemAnyType() method testItems (line 143) | public function testItems() method testCreate (line 160) | public function testCreate() method testCreateWithoutResources (line 178) | public function testCreateWithoutResources() method testUpdate (line 206) | public function testUpdate() method testDelete (line 224) | public function testDelete() method testOverwritten (line 238) | public function testOverwritten() method testDefaulted (line 251) | public function testDefaulted() method testDefaultedWithValue (line 264) | public function testDefaultedWithValue() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/ServiceVersionV2Test.php class ServiceVersionV2Test (line 8) | class ServiceVersionV2Test extends \Magento\Webapi\Routing\BaseService method setUp (line 10) | protected function setUp() method testItem (line 20) | public function testItem() method testItems (line 39) | public function testItems() method testItemsWithFilters (line 63) | public function testItemsWithFilters($filters, $expectedResult) method itemsWithFiltersDataProvider (line 90) | public function itemsWithFiltersDataProvider() method testUpdate (line 111) | public function testUpdate() method testDelete (line 129) | public function testDelete() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/SoapErrorHandlingTest.php class SoapErrorHandlingTest (line 14) | class SoapErrorHandlingTest extends \Magento\TestFramework\TestCase\Weba... method setUp (line 16) | protected function setUp() method testWebapiException (line 22) | public function testWebapiException() method testUnknownException (line 42) | public function testUnknownException() method testEmptyInputException (line 74) | public function testEmptyInputException() method testSingleWrappedErrorException (line 80) | public function testSingleWrappedErrorException() method testMultipleWrappedErrorException (line 88) | public function testMultipleWrappedErrorException() method testUnauthorized (line 97) | public function testUnauthorized() method _testWrappedError (line 119) | protected function _testWrappedError($parameters) FILE: dev/tests/api-functional/testsuite/Magento/Webapi/Routing/SubsetTest.php class SubsetTest (line 12) | class SubsetTest extends \Magento\Webapi\Routing\BaseService method setUp (line 32) | protected function setUp() method testItem (line 43) | public function testItem() method testItems (line 62) | public function testItems() FILE: dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php class WsdlGenerationFromDataObjectTest (line 14) | class WsdlGenerationFromDataObjectTest extends \Magento\TestFramework\Te... method setUp (line 28) | protected function setUp() method testMultiServiceWsdl (line 36) | public function testMultiServiceWsdl() method testSingleServiceWsdl (line 52) | public function testSingleServiceWsdl() method testNoAuthorizedServices (line 67) | public function testNoAuthorizedServices() method testInvalidWsdlUrlNoServices (line 77) | public function testInvalidWsdlUrlNoServices() method testInvalidWsdlUrlInvalidParameter (line 83) | public function testInvalidWsdlUrlInvalidParameter() method _convertXmlToString (line 96) | protected function _convertXmlToString($xml) method _getWsdlContent (line 107) | protected function _getWsdlContent($wsdlUrl) method _getBaseWsdlUrl (line 127) | protected function _getBaseWsdlUrl() method _checkTypesDeclaration (line 140) | protected function _checkTypesDeclaration($wsdlContent) method _checkElementsDeclaration (line 160) | protected function _checkElementsDeclaration($wsdlContent) method _checkComplexTypesDeclaration (line 197) | protected function _checkComplexTypesDeclaration($wsdlContent) method _checkReferencedTypeDeclaration (line 321) | protected function _checkReferencedTypeDeclaration($wsdlContent) method _checkPortTypeDeclaration (line 487) | protected function _checkPortTypeDeclaration($wsdlContent) method _checkBindingDeclaration (line 554) | protected function _checkBindingDeclaration($wsdlContent) method _checkServiceDeclaration (line 644) | protected function _checkServiceDeclaration($wsdlContent) method _checkMessagesDeclaration (line 694) | protected function _checkMessagesDeclaration($wsdlContent) method _checkFaultsDeclaration (line 729) | protected function _checkFaultsDeclaration($wsdlContent) method _checkFaultsPortTypeSection (line 740) | protected function _checkFaultsPortTypeSection($wsdlContent) method _checkFaultsBindingSection (line 755) | protected function _checkFaultsBindingSection($wsdlContent) method _checkFaultsMessagesSection (line 770) | protected function _checkFaultsMessagesSection($wsdlContent) method _checkFaultsComplexTypeSection (line 788) | protected function _checkFaultsComplexTypeSection($wsdlContent) FILE: dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncBulkScheduleTest.php class AsyncBulkScheduleTest (line 34) | class AsyncBulkScheduleTest extends WebapiAbstract method setUp (line 77) | protected function setUp() method testAsyncScheduleBulkMultipleEntities (line 112) | public function testAsyncScheduleBulkMultipleEntities($products) method testAsyncScheduleBulkSingleEntity (line 145) | public function testAsyncScheduleBulkSingleEntity($products) method testAsyncScheduleBulkWrongEntity (line 174) | public function testAsyncScheduleBulkWrongEntity($products) method testGETRequestToAsyncBulk (line 200) | public function testGETRequestToAsyncBulk($sku, $storeCode = null) method tearDown (line 219) | public function tearDown() method clearProducts (line 226) | private function clearProducts() method productsArrayCreationProvider (line 262) | public function productsArrayCreationProvider() method productSingleCreationProvider (line 296) | public function productSingleCreationProvider() method wrongProductCreationProvider (line 324) | public function wrongProductCreationProvider() method productGetDataProvider (line 372) | public function productGetDataProvider() method getSimpleProductData (line 385) | private function getSimpleProductData($productData = []) method getWrongProductStructureData (line 411) | private function getWrongProductStructureData($productData = []) method saveProductAsync (line 424) | private function saveProductAsync($requestData, $storeCode = null) method assertProductCreation (line 436) | public function assertProductCreation() method checkProductsCreation (line 449) | public function checkProductsCreation() FILE: dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncScheduleCustomRouteTest.php class AsyncScheduleCustomRouteTest (line 32) | class AsyncScheduleCustomRouteTest extends WebapiAbstract method setUp (line 72) | protected function setUp() method testAsyncScheduleBulkByCustomRoute (line 107) | public function testAsyncScheduleBulkByCustomRoute($product) method tearDown (line 132) | public function tearDown() method clearProducts (line 139) | private function clearProducts() method productCreationProvider (line 175) | public function productCreationProvider() method getSimpleProductData (line 211) | private function getSimpleProductData($productData = []) method saveProductByCustomRoute (line 236) | private function saveProductByCustomRoute($requestData, $storeCode = n... method assertProductCreation (line 248) | public function assertProductCreation() FILE: dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncScheduleMultiStoreTest.php class AsyncScheduleMultiStoreTest (line 34) | class AsyncScheduleMultiStoreTest extends WebapiAbstract method setUp (line 89) | protected function setUp() method testAsyncScheduleBulkMultistore (line 128) | public function testAsyncScheduleBulkMultistore($storeCode) method asyncScheduleAndTest (line 164) | private function asyncScheduleAndTest($product, $storeCode = null) method tearDown (line 228) | public function tearDown() method clearProducts (line 235) | private function clearProducts() method getProductData (line 273) | public function getProductData() method storeProvider (line 294) | public function storeProvider() method getSimpleProductData (line 309) | private function getSimpleProductData($productData = []) method updateProductAsync (line 330) | private function updateProductAsync($requestData, $sku, $storeCode = n... method assertProductCreation (line 342) | public function assertProductCreation($product) method tearDownAfterClass (line 358) | public static function tearDownAfterClass() FILE: dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncScheduleTest.php class AsyncScheduleTest (line 32) | class AsyncScheduleTest extends WebapiAbstract method setUp (line 75) | protected function setUp() method testAsyncScheduleBulk (line 110) | public function testAsyncScheduleBulk($product) method tearDown (line 135) | public function tearDown() method clearProducts (line 142) | private function clearProducts() method testGETRequestToAsync (line 182) | public function testGETRequestToAsync($sku, $storeCode = null) method productCreationProvider (line 204) | public function productCreationProvider() method productGetDataProvider (line 237) | public function productGetDataProvider() method getSimpleProductData (line 250) | private function getSimpleProductData($productData = []) method saveProductAsync (line 275) | private function saveProductAsync($requestData, $storeCode = null) method assertProductCreation (line 287) | public function assertProductCreation() FILE: dev/tests/error_handler.php function setCustomErrorHandler (line 10) | function setCustomErrorHandler() FILE: dev/tests/functional/bootstrap.php function setCustomErrorHandler (line 31) | function setCustomErrorHandler() FILE: dev/tests/functional/lib/Magento/Mtf/App/State/AbstractState.php class AbstractState (line 13) | abstract class AbstractState implements StateInterface method __construct (line 40) | public function __construct( method apply (line 51) | public function apply() method clearInstance (line 65) | public function clearInstance() FILE: dev/tests/functional/lib/Magento/Mtf/App/State/State1.php class State1 (line 17) | class State1 extends AbstractState method __construct (line 45) | public function __construct( method apply (line 61) | public function apply() method getName (line 83) | public function getName() FILE: dev/tests/functional/lib/Magento/Mtf/App/State/StateHandlerInterface.php type StateHandlerInterface (line 12) | interface StateHandlerInterface method execute (line 20) | public function execute(AbstractState $state); FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/ConditionsElement.php class ConditionsElement (line 40) | class ConditionsElement extends SimpleElement method setValue (line 208) | public function setValue($value) method addConditionsCombination (line 231) | protected function addConditionsCombination($condition, ElementInterfa... method addMultipleCondition (line 250) | protected function addMultipleCondition(array $conditions, ElementInte... method addSingleCondition (line 269) | protected function addSingleCondition($condition, ElementInterface $co... method addCondition (line 286) | protected function addCondition($type, ElementInterface $context) method fillCondition (line 329) | protected function fillCondition(array $rules, ElementInterface $eleme... method fillGrid (line 377) | protected function fillGrid($rule, ElementInterface $param) method fillSelect (line 410) | protected function fillSelect($rule, ElementInterface $param, $type = ... method fillText (line 432) | protected function fillText($rule, ElementInterface $param) method decodeValue (line 464) | protected function decodeValue($value) method parseCondition (line 487) | protected function parseCondition($condition) method parseTopLevelCondition (line 509) | protected function parseTopLevelCondition($condition) method findNextParam (line 527) | protected function findNextParam(ElementInterface $context) method resetKeyParam (line 546) | protected function resetKeyParam() method waitForCondition (line 557) | protected function waitForCondition(ElementInterface $element) method clear (line 571) | protected function clear() method getValue (line 585) | public function getValue() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/DatepickerElement.php class DatepickerElement (line 14) | class DatepickerElement extends SimpleElement method setValue (line 64) | public function setValue($value) method parseDate (line 88) | protected function parseDate($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/DropdownmultiselectElement.php class DropdownmultiselectElement (line 14) | class DropdownmultiselectElement extends MultiselectElement method setValue (line 43) | public function setValue($values) method getValue (line 63) | public function getValue() method deselectAll (line 82) | public function deselectAll() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/GlobalsearchElement.php class GlobalsearchElement (line 15) | class GlobalsearchElement extends SimpleElement method setValue (line 58) | public function setValue($value) method waitInitElement (line 75) | protected function waitInitElement() method waitResult (line 92) | public function waitResult() method getValue (line 109) | public function getValue() method isExistValueInSearchResult (line 120) | public function isExistValueInSearchResult($value) method getSearchResults (line 135) | protected function getSearchResults() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/JquerytreeElement.php class JquerytreeElement (line 15) | class JquerytreeElement extends Tree method displayChildren (line 86) | protected function displayChildren($element) method getElementLabel (line 105) | protected function getElementLabel(ElementInterface $element) method getStructure (line 116) | public function getStructure($level = null) method getNodesSelector (line 130) | protected function getNodesSelector($level) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/LiselectstoreElement.php class LiselectstoreElement (line 14) | class LiselectstoreElement extends SimpleElement method setValue (line 64) | public function setValue($value) method getLiElements (line 89) | protected function getLiElements() method getValues (line 113) | public function getValues() method isSubstring (line 134) | protected function isSubstring($haystack, $pattern) method findNearestElement (line 147) | protected function findNearestElement($criteria, $key, array $elements) method getValue (line 163) | public function getValue() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/MultiselectgrouplistElement.php class MultiselectgrouplistElement (line 16) | class MultiselectgrouplistElement extends MultiselectElement method setValue (line 113) | public function setValue($values) method selectOption (line 129) | protected function selectOption($option) method getOptgroup (line 174) | protected function getOptgroup($value, ElementInterface $context) method getChildOptgroup (line 192) | protected function getChildOptgroup($value, ElementInterface $context) method getValue (line 221) | public function getValue() method getOptions (line 275) | protected function getOptions() method getSelectedOptions (line 316) | protected function getSelectedOptions() method deselectAll (line 331) | public function deselectAll() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/MultiselectlistElement.php class MultiselectlistElement (line 14) | class MultiselectlistElement extends MultiselectElement method setValue (line 43) | public function setValue($values) method getValue (line 64) | public function getValue() method getOptions (line 85) | protected function getOptions() method getAllValues (line 105) | public function getAllValues() method isValueVisible (line 124) | public function isValueVisible($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/MultisuggestElement.php class MultisuggestElement (line 14) | class MultisuggestElement extends SuggestElement method setValue (line 50) | public function setValue($values) method getValue (line 67) | public function getValue() method isChoice (line 88) | protected function isChoice($value) method clear (line 98) | protected function clear() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/OptgroupselectElement.php class OptgroupselectElement (line 15) | class OptgroupselectElement extends SelectElement method getValue (line 37) | public function getValue() method getData (line 59) | protected function getData(ElementInterface $element) method setValue (line 70) | public function setValue($value) method prepareSetValue (line 82) | protected function prepareSetValue($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/RadiobuttonElement.php class RadiobuttonElement (line 14) | class RadiobuttonElement extends SimpleElement method getValue (line 35) | public function getValue() method setValue (line 48) | public function setValue($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SelectconditionElement.php class SelectconditionElement (line 14) | class SelectconditionElement extends SelectElement FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SelectstateElement.php class SelectstateElement (line 13) | class SelectstateElement extends SelectElement FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SelectstoreElement.php class SelectstoreElement (line 14) | class SelectstoreElement extends SelectElement method getValue (line 35) | public function getValue() method setValue (line 53) | public function setValue($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SimplifiedselectElement.php class SimplifiedselectElement (line 14) | class SimplifiedselectElement extends SelectElement method setValue (line 29) | public function setValue($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SuggestElement.php class SuggestElement (line 14) | class SuggestElement extends SimpleElement method setValue (line 76) | public function setValue($value) method keys (line 106) | public function keys(array $keys) method clear (line 122) | protected function clear() method searchResult (line 135) | public function searchResult() method getValue (line 145) | public function getValue() method isExistValueInSearchResult (line 158) | public function isExistValueInSearchResult($value) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/SwitcherElement.php class SwitcherElement (line 15) | class SwitcherElement extends SimpleElement method setValue (line 37) | public function setValue($value) method getValue (line 55) | public function getValue() FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/Tree.php class Tree (line 15) | abstract class Tree extends SimpleElement method displayChildren (line 58) | abstract protected function displayChildren($element); method getElementLabel (line 66) | abstract protected function getElementLabel(ElementInterface $element); method dragAndDrop (line 75) | public function dragAndDrop(ElementInterface $target) method keys (line 88) | public function keys(array $keys) method setValue (line 98) | public function setValue($path) method getValue (line 113) | public function getValue() method prepareValues (line 127) | protected function prepareValues(array $checkboxes) method prepareElementSelector (line 144) | protected function prepareElementSelector($path) method isElementVisible (line 162) | public function isElementVisible($path) method waitLoadChildren (line 174) | protected function waitLoadChildren(ElementInterface $element) method getFullPath (line 190) | protected function getFullPath(ElementInterface $element) FILE: dev/tests/functional/lib/Magento/Mtf/Client/Element/TreeElement.php class TreeElement (line 15) | class TreeElement extends Tree method clear (line 71) | public function clear() method displayChildren (line 85) | protected function displayChildren($element) method getElementLabel (line 101) | protected function getElementLabel(ElementInterface $element) FILE: dev/tests/functional/lib/Magento/Mtf/Config/FileResolver/ScopeConfig.php class ScopeConfig (line 14) | class ScopeConfig extends Primary method get (line 23) | public function get($filename, $scope) FILE: dev/tests/functional/lib/Magento/Mtf/Constraint/AbstractAssertForm.php class AbstractAssertForm (line 18) | abstract class AbstractAssertForm extends AbstractConstraint method verifyData (line 46) | protected function verifyData(array $fixtureData, array $formData, $is... method sortData (line 96) | protected function sortData(array $data) method sortDataByPath (line 159) | protected function sortDataByPath(array $data, $path) method sortMultidimensionalArray (line 197) | protected function sortMultidimensionalArray(array $data, $orderKey) method arrayToString (line 216) | protected function arrayToString(array $array) method prepareErrors (line 235) | protected function prepareErrors(array $errors, $notice = null, $inden... FILE: dev/tests/functional/lib/Magento/Mtf/EntryPoint/EntryPoint.php class EntryPoint (line 17) | class EntryPoint method __construct (line 41) | public function __construct( method run (line 59) | public function run($applicationName, array $arguments = []) FILE: dev/tests/functional/lib/Magento/Mtf/Handler/Webapi.php class Webapi (line 16) | abstract class Webapi extends Curl implements HandlerInterface method __construct (line 45) | public function __construct( FILE: dev/tests/functional/lib/Magento/Mtf/Page/BackendPage.php class BackendPage (line 15) | class BackendPage extends Page method initUrl (line 22) | protected function initUrl() method open (line 33) | public function open(array $params = []) FILE: dev/tests/functional/lib/Magento/Mtf/System/Observer/AllureWebapiResponse.php class AllureWebapiResponse (line 14) | class AllureWebapiResponse extends AbstractAllureObserver method process (line 22) | public function process(Event $event) FILE: dev/tests/functional/lib/Magento/Mtf/System/Observer/WebapiResponse.php class WebapiResponse (line 14) | class WebapiResponse extends AbstractObserver method process (line 27) | public function process(Event $event) FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/AdminAnalyzer.php class AdminAnalyzer (line 19) | class AdminAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 46) | public function __construct( method configure (line 60) | protected function configure() method execute (line 75) | protected function execute(InputInterface $input, OutputInterface $out... method runAdminUrlAnalyzer (line 97) | public function runAdminUrlAnalyzer() FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/ConfigAnalyzer.php class ConfigAnalyzer (line 17) | class ConfigAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 52) | public function __construct( method configure (line 68) | protected function configure() method execute (line 83) | protected function execute(InputInterface $input, OutputInterface $out... method checkConfigFileAvailable (line 99) | private function checkConfigFileAvailable() method recursiveKeys (line 130) | private function recursiveKeys(array $input) FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/Configuration.php class Configuration (line 17) | class Configuration extends \Symfony\Component\Console\Command\Command method __construct (line 37) | public function __construct( method configure (line 51) | protected function configure() method execute (line 66) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/GlobalAnalyzer.php class GlobalAnalyzer (line 15) | class GlobalAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 27) | public function __construct( method configure (line 39) | protected function configure() method execute (line 54) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/Helper/UrlAnalyzer.php class UrlAnalyzer (line 12) | class UrlAnalyzer method fixLastSlash (line 20) | public function fixLastSlash($key) method resolveIndexPhpProblem (line 41) | public function resolveIndexPhpProblem($url) method checkDomain (line 57) | public function checkDomain($url) FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/HtaccessAnalyzer.php class HtaccessAnalyzer (line 18) | class HtaccessAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 45) | public function __construct( method configure (line 59) | protected function configure() method execute (line 74) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/PhpUnitAnalyzer.php class PhpUnitAnalyzer (line 16) | class PhpUnitAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 28) | public function __construct(ObjectManagerInterface $objectManager) method configure (line 39) | protected function configure() method execute (line 54) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/SeleniumSessionAnalyzer.php class SeleniumSessionAnalyzer (line 17) | class SeleniumSessionAnalyzer extends \Symfony\Component\Console\Command... method __construct (line 29) | public function __construct(ObjectManagerInterface $objectManager) method configure (line 40) | protected function configure() method execute (line 55) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/StaticClassesGenerator.php class StaticClassesGenerator (line 17) | class StaticClassesGenerator extends \Symfony\Component\Console\Command\... method __construct (line 29) | public function __construct(ObjectManagerInterface $objectManager) method configure (line 40) | protected function configure() method execute (line 55) | protected function execute(InputInterface $input, OutputInterface $out... FILE: dev/tests/functional/lib/Magento/Mtf/Troubleshooting/StorefrontAnalyzer.php class StorefrontAnalyzer (line 19) | class StorefrontAnalyzer extends \Symfony\Component\Console\Command\Command method __construct (line 47) | public function __construct( method configure (line 63) | protected function configure() method execute (line 78) | protected function execute(InputInterface $input, OutputInterface $out... method runStorefrontUrlAnalyzer (line 101) | private function runStorefrontUrlAnalyzer() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli.php class Cli (line 16) | class Cli method __construct (line 41) | public function __construct(CurlTransport $transport, WebapiDecorator ... method execute (line 54) | public function execute($command, $options = []) method prepareParamArray (line 73) | private function prepareParamArray($command, $options = []) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Cache.php class Cache (line 14) | class Cache method __construct (line 27) | public function __construct(Cli $cli) method flush (line 54) | public function flush(array $cacheTypes = []) method disableCache (line 66) | public function disableCache($cacheType = null) method enableCache (line 77) | public function enableCache($cacheType = null) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Config.php class Config (line 14) | class Config extends Cli method setConfig (line 30) | public function setConfig($path, $value, $scope = null, $scopeCode = n... FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Cron.php class Cron (line 14) | class Cron extends Cli method run (line 26) | public function run() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/DeployMode.php class DeployMode (line 14) | class DeployMode extends Cli method setDeployModeToDeveloper (line 31) | public function setDeployModeToDeveloper() method setDeployModeToProduction (line 41) | public function setDeployModeToProduction() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/EnvWhitelist.php class EnvWhitelist (line 14) | class EnvWhitelist extends Cli method addHost (line 26) | public function addHost($host) method removeHost (line 36) | public function removeHost($host) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Indexer.php class Indexer (line 14) | class Indexer extends Cli method reindex (line 32) | public function reindex(array $indexes = []) method setMode (line 51) | public function setMode(array $indexers) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Queue.php class Queue (line 12) | class Queue extends \Magento\Mtf\Util\Command\Cli method run (line 19) | public function run($consumer) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/Setup.php class Setup (line 14) | class Setup extends Cli method uninstall (line 31) | public function uninstall() method diCompile (line 41) | public function diCompile() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli/StaticContent.php class StaticContent (line 14) | class StaticContent extends Cli method deploy (line 26) | public function deploy() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export.php class Export (line 17) | class Export implements ExportInterface method __construct (line 53) | public function __construct( method getReader (line 70) | private function getReader($type) method getByName (line 87) | public function getByName($name) method getLatest (line 106) | public function getLatest() method getByDateRange (line 129) | public function getByDateRange($start, $end) method getAll (line 148) | public function getAll() method downloadFile (line 160) | private function downloadFile() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export/Data.php class Data (line 12) | class Data method __construct (line 24) | public function __construct(array $data) method getName (line 34) | public function getName() method getContent (line 44) | public function getContent() method getDate (line 54) | public function getDate() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export/Reader.php class Reader (line 16) | class Reader implements ReaderInterface method __construct (line 52) | public function __construct( method getData (line 69) | public function getData() method getFiles (line 84) | private function getFiles() method prepareParamArray (line 103) | private function prepareParamArray() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export/ReaderInterface.php type ReaderInterface (line 12) | interface ReaderInterface method getData (line 24) | public function getData(); FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/ExportInterface.php type ExportInterface (line 14) | interface ExportInterface method getByName (line 22) | public function getByName($name); method getLatest (line 29) | public function getLatest(); method getByDateRange (line 38) | public function getByDateRange($start, $end); method getAll (line 45) | public function getAll(); FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Log.php class Log (line 15) | class Log method __construct (line 40) | public function __construct(CurlTransport $transport, WebapiDecorator ... method getFileContent (line 52) | public function getFileContent($name) method prepareParamArray (line 72) | private function prepareParamArray($name) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/GeneratedCode.php class GeneratedCode (line 15) | class GeneratedCode method __construct (line 40) | public function __construct(CurlTransport $transport, WebapiDecorator ... method delete (line 51) | public function delete() method prepareParamArray (line 68) | private function prepareParamArray() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Locales.php class Locales (line 15) | class Locales method __construct (line 50) | public function __construct(CurlTransport $transport, WebapiDecorator ... method getList (line 62) | public function getList($type = self::TYPE_ALL) method prepareParamArray (line 81) | private function prepareParamArray($type) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/PathChecker.php class PathChecker (line 15) | class PathChecker method __construct (line 41) | public function __construct(CurlTransport $transport, WebapiDecorator ... method pathExists (line 53) | public function pathExists($path) method prepareParamArray (line 72) | private function prepareParamArray($path) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Command/Website.php class Website (line 15) | class Website method __construct (line 41) | public function __construct(CurlTransport $transport, WebapiDecorator ... method create (line 53) | public function create($websiteCode) method prepareParamArray (line 72) | private function prepareParamArray($websiteCode) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Filesystem/FileHelper.php class FileHelper (line 11) | class FileHelper method normalizePath (line 20) | public function normalizePath($path, $ds = DIRECTORY_SEPARATOR) method realpath (line 37) | private function realpath($ds, $path) method createDirectory (line 64) | public function createDirectory($path, $mode = 0775, $recursive = true) method createFile (line 99) | public function createFile($filename, $content) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory.php class Factory (line 14) | class Factory extends AbstractGenerate method launch (line 21) | public function launch() method generate (line 39) | public function generate($className) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/AbstractFactory.php class AbstractFactory (line 19) | abstract class AbstractFactory method launch (line 34) | public function launch() method generateContent (line 45) | abstract protected function generateContent(); method startFactory (line 52) | protected function startFactory($type) method endFactory (line 84) | protected function endFactory($type) method checkAndCreateFolder (line 108) | protected function checkAndCreateFolder($folder, $mode = 0777) method mkDir (line 130) | protected function mkDir($dir, $mode = 0777, $recursive = true) method collectItems (line 142) | protected function collectItems($type) method _processItem (line 199) | protected function _processItem(& $items, & $rewrites, $filename, $loc... method _toCamelCase (line 291) | protected function _toCamelCase($class) method _resolveClass (line 306) | protected function _resolveClass(array $item) method _buildFallbackComment (line 321) | protected function _buildFallbackComment(array $item, $arguments = '') method _getPattern (line 337) | protected function _getPattern($type, $location) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/Block.php class Block (line 16) | class Block extends AbstractFactory method generateContent (line 23) | protected function generateContent() method addBlockToFactory (line 36) | protected function addBlockToFactory(array $item) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/Fixture.php class Fixture (line 15) | class Fixture extends AbstractFactory method generateContent (line 22) | protected function generateContent() method addFixtureToFactory (line 35) | protected function addFixtureToFactory($item) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/Handler.php class Handler (line 16) | class Handler extends AbstractFactory method generateContent (line 23) | protected function generateContent() method _addHandlerToFactory (line 67) | protected function _addHandlerToFactory($methodNameSuffix, $item) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/Page.php class Page (line 13) | class Page extends AbstractFactory method generateContent (line 20) | protected function generateContent() method toCamelCase (line 35) | private function toCamelCase($class) method _addPageToFactory (line 47) | protected function _addPageToFactory($item) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Factory/Repository.php class Repository (line 15) | class Repository extends AbstractFactory method generateContent (line 22) | protected function generateContent() method _addToFactory (line 36) | protected function _addToFactory($item) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/File/Generator.php class Generator (line 13) | class Generator method __construct (line 38) | public function __construct(FileHelper $fileHelper, $directory) method generate (line 51) | public function generate(TemplateInterface $template) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/File/TemplateInterface.php type TemplateInterface (line 11) | interface TemplateInterface method render (line 18) | public function render(); method getName (line 25) | public function getName(); FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Fixture/FieldsProvider.php class FieldsProvider (line 17) | class FieldsProvider method __construct (line 44) | public function __construct(ObjectManagerInterface $objectManager) method checkConnection (line 55) | public function checkConnection() method getFields (line 72) | public function getFields(array $fixture) method eavCollectFields (line 88) | protected function eavCollectFields(array $fixture) method tableCollectFields (line 120) | protected function tableCollectFields(array $fixture) method flatCollectFields (line 131) | protected function flatCollectFields(array $fixture) method compositeCollectFields (line 158) | protected function compositeCollectFields(array $fixture) method getConnection (line 187) | protected function getConnection($resourceName) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Fixture/SchemaXml.php class SchemaXml (line 14) | class SchemaXml method __construct (line 52) | public function __construct(ObjectManagerInterface $objectManager) method launch (line 67) | public function launch() method generate (line 91) | public function generate(array $config) method generateFixtureXml (line 106) | protected function generateFixtureXml(array $config) method getHelp (line 160) | protected function getHelp() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Repository/RepositoryResource.php class RepositoryResource (line 13) | class RepositoryResource extends \Magento\Framework\Model\ResourceModel\... method setFixture (line 20) | public function setFixture(array $fixture) method load (line 34) | public function load(\Magento\Framework\Model\AbstractModel $object, $... method _construct (line 42) | protected function _construct() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Generate/Repository/TableCollection.php class TableCollection (line 15) | class TableCollection extends AbstractCollection method __construct (line 32) | public function __construct( method getResource (line 55) | public function getResource() FILE: dev/tests/functional/lib/Magento/Mtf/Util/ModuleResolver/SequenceSorter.php class SequenceSorter (line 11) | class SequenceSorter implements SequenceSorterInterface method getModuleSequence (line 18) | protected function getModuleSequence() method sort (line 30) | public function sort(array $paths) FILE: dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/BackendDecorator.php class BackendDecorator (line 16) | class BackendDecorator implements CurlInterface method __construct (line 51) | public function __construct(CurlTransport $transport, DataInterface $c... method authorize (line 64) | protected function authorize() method initFormKey (line 127) | protected function initFormKey() method write (line 145) | public function write($url, $params = [], $method = CurlInterface::POS... method read (line 161) | public function read() method addOption (line 175) | public function addOption($option, $value) method close (line 185) | public function close() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/FrontendDecorator.php class FrontendDecorator (line 16) | class FrontendDecorator implements CurlInterface method __construct (line 51) | public function __construct(CurlTransport $transport, Customer $customer) method authorize (line 64) | protected function authorize(Customer $customer) method initFormKey (line 87) | protected function initFormKey() method initCookies (line 101) | protected function initCookies() method write (line 118) | public function write($url, $params = [], $method = CurlInterface::POS... method read (line 132) | public function read() method addOption (line 147) | public function addOption($option, $value) method close (line 157) | public function close() FILE: dev/tests/functional/lib/Magento/Mtf/Util/Protocol/CurlTransport/WebapiDecorator.php class WebapiDecorator (line 21) | class WebapiDecorator implements CurlInterface method __construct (line 87) | public function __construct( method init (line 106) | protected function init() method disableSecretKey (line 131) | protected function disableSecretKey() method setConfiguration (line 146) | protected function setConfiguration(Integration $integration) method isValidIntegration (line 172) | protected function isValidIntegration() method write (line 195) | public function write($url, $params = [], $method = CurlInterface::POS... method read (line 211) | public function read() method addOption (line 224) | public function addOption($option, $value) method close (line 234) | public function close() method getWebapiToken (line 244) | public function getWebapiToken() FILE: dev/tests/functional/tests/app/Magento/AdminNotification/Test/Block/System/Messages.php class Messages (line 15) | class Messages extends Block method closePopup (line 36) | public function closePopup() method getPopupText (line 48) | public function getPopupText() FILE: dev/tests/functional/tests/app/Magento/AdminNotification/Test/Block/System/Messages/System.php class System (line 14) | class System extends Block method getContent (line 21) | public function getContent() FILE: dev/tests/functional/tests/app/Magento/AdvancedPricingImportExport/Test/Constraint/AssertExportAdvancedPricing.php class AssertExportAdvancedPricing (line 16) | class AssertExportAdvancedPricing extends AbstractConstraint method processAssert (line 41) | public function processAssert( method toString (line 64) | public function toString() method prepareRegexpsForCheck (line 76) | private function prepareRegexpsForCheck( method isProductDataExists (line 110) | private function isProductDataExists(array $data) FILE: dev/tests/functional/tests/app/Magento/AdvancedPricingImportExport/Test/Constraint/AssertImportAdvancedPricing.php class AssertImportAdvancedPricing (line 16) | class AssertImportAdvancedPricing extends AbstractConstraint method processAssert (line 53) | public function processAssert( method getPreparePrices (line 74) | private function getPreparePrices() method getResultCsv (line 105) | private function getResultCsv() method toString (line 129) | public function toString() FILE: dev/tests/functional/tests/app/Magento/AdvancedPricingImportExport/Test/TestCase/ExportAdvancedPricingTest.php class ExportAdvancedPricingTest (line 31) | class ExportAdvancedPricingTest extends Injectable method __prepare (line 81) | public function __prepare( method __inject (line 98) | public function __inject( method test (line 123) | public function test( method setupCurrencyForCustomWebsite (line 182) | private function setupCurrencyForCustomWebsite($website, $currencyData... method prepareProducts (line 208) | public function prepareProducts(array $products, Website $website = null) method tearDown (line 254) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Block/Adminhtml/Dashboard/AdvancedReporting/ReportsSectionBlock.php class ReportsSectionBlock (line 13) | class ReportsSectionBlock extends Block method click (line 27) | public function click() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Block/System/Config/AnalyticsForm.php class AnalyticsForm (line 15) | class AnalyticsForm extends Form method isAnalyticsEnabled (line 66) | public function isAnalyticsEnabled() method analyticsToggle (line 75) | public function analyticsToggle($state = 'Enable') method saveConfig (line 83) | public function saveConfig() method getAnalyticsStatus (line 91) | public function getAnalyticsStatus() method setAnalyticsVertical (line 100) | public function setAnalyticsVertical($vertical) method setTimeOfDayToSendData (line 111) | public function setTimeOfDayToSendData($hh, $mm) method getTimeOfDayToSendDate (line 123) | public function getTimeOfDayToSendDate() method getTimeZone (line 137) | public function getTimeZone() method getAnalyticsVertical (line 146) | public function getAnalyticsVertical() method getAnalyticsVerticalScope (line 154) | public function getAnalyticsVerticalScope() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Constraint/AssertAdvancedReportingPage.php class AssertAdvancedReportingPage (line 14) | class AssertAdvancedReportingPage extends AbstractConstraint method processAssert (line 30) | public function processAssert(BrowserInterface $browser, $advancedRepo... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Constraint/AssertBIEssentialsLink.php class AssertBIEssentialsLink (line 16) | class AssertBIEssentialsLink extends AbstractConstraint method processAssert (line 40) | public function processAssert( method toString (line 83) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Constraint/AssertConfigAnalyticsDisabled.php class AssertConfigAnalyticsDisabled (line 15) | class AssertConfigAnalyticsDisabled extends AbstractConstraint method processAssert (line 24) | public function processAssert(ConfigAnalytics $configAnalytics, OpenAn... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/Constraint/AssertConfigAnalyticsEnabled.php class AssertConfigAnalyticsEnabled (line 15) | class AssertConfigAnalyticsEnabled extends AbstractConstraint method processAssert (line 24) | public function processAssert(ConfigAnalytics $configAnalytics, OpenAn... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/TestCase/AdvancedReportingButtonTest.php class AdvancedReportingButtonTest (line 19) | class AdvancedReportingButtonTest extends Injectable method test (line 31) | public function test(Dashboard $dashboard) FILE: dev/tests/functional/tests/app/Magento/Analytics/Test/TestStep/OpenAnalyticsConfigStep.php class OpenAnalyticsConfigStep (line 17) | class OpenAnalyticsConfigStep implements TestStepInterface method __construct (line 37) | public function __construct(Dashboard $dashboard, SystemConfigEdit $sy... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Admin/Login.php class Login (line 15) | class Login extends Form method submit (line 27) | public function submit() method waitFormNotVisible (line 37) | public function waitFormNotVisible() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Dashboard/StoreStats.php class StoreStats (line 9) | class StoreStats extends \Magento\Backend\Test\Block\Widget\FormTabs method refreshData (line 23) | public function refreshData() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Dashboard/Tab/Products.php class Products (line 12) | class Products extends Tab method getBestsellersGrid (line 26) | public function getBestsellersGrid() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Dashboard/Tab/Products/Ordered.php class Ordered (line 16) | class Ordered extends Grid method isProductVisible (line 38) | public function isProductVisible(CatalogProductSimple $product) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Denied.php class Denied (line 17) | class Denied extends Block method getTextFromAccessDeniedBlock (line 31) | public function getTextFromAccessDeniedBlock() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/FormPageActions.php class FormPageActions (line 17) | class FormPageActions extends PageActions method back (line 78) | public function back() method reset (line 86) | public function reset() method saveAndContinue (line 95) | public function saveAndContinue() method save (line 106) | public function save() method delete (line 118) | public function delete() method checkDeleteButton (line 132) | public function checkDeleteButton() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/GridPageActions.php class GridPageActions (line 13) | class GridPageActions extends PageActions method addNew (line 34) | public function addNew() method createStoreGroup (line 44) | public function createStoreGroup() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Menu.php class Menu (line 15) | class Menu extends Block method getTopMenuItems (line 50) | public function getTopMenuItems() method navigate (line 75) | public function navigate($menuItem, $waitMenuItemNotVisible = true) method isMenuItemVisible (line 113) | public function isMenuItemVisible($menuItem) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Messages.php class Messages (line 15) | class Messages extends Block method waitSuccessMessage (line 64) | public function waitSuccessMessage() method getSuccessMessages (line 74) | public function getSuccessMessages() method getSuccessMessage (line 92) | public function getSuccessMessage() method waitForElementVisible (line 106) | public function waitForElementVisible($selector, $strategy = Locator::... method getErrorMessage (line 122) | public function getErrorMessage() method clickLinkInMessage (line 136) | public function clickLinkInMessage($messageType, $linkText) method isVisibleMessage (line 152) | public function isVisibleMessage($messageType) method assertErrorMessage (line 164) | public function assertErrorMessage() method assertSuccessMessage (line 174) | public function assertSuccessMessage() method assertNoticeMessage (line 184) | public function assertNoticeMessage() method getNoticeMessage (line 194) | public function getNoticeMessage() method getNoticeMessages (line 205) | public function getNoticeMessages() method getWarningMessage (line 223) | public function getWarningMessage() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Page/Error.php class Error (line 14) | class Error extends Block method getContent (line 21) | public function getContent() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Page/Header.php class Header (line 16) | class Header extends Block method logOut (line 44) | public function logOut() method isLoggedIn (line 58) | public function isLoggedIn() method search (line 69) | public function search($query) method isSearchResultVisible (line 82) | public function isSearchResultVisible($query) method isAdminSearchPreviewVisible (line 96) | public function isAdminSearchPreviewVisible($query, $type) method navigateToGrid (line 108) | public function navigateToGrid($type) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Page/Main.php class Main (line 15) | class Main extends Block method getRevenuePrice (line 43) | public function getRevenuePrice() method getDashboardOrder (line 54) | public function getDashboardOrder(array $argumentsList) method isGraphImageVisible (line 69) | public function isGraphImageVisible() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/PageActions.php class PageActions (line 16) | class PageActions extends Block FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/Form.php class Form (line 17) | class Form extends Block method getGroup (line 61) | public function getGroup($tabName, $groupName) method getBrowserUrl (line 101) | public function getBrowserUrl() method save (line 109) | public function save() method getTabUrl (line 120) | private function getTabUrl($tabName) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/Form/Group.php class Group (line 17) | class Group extends Form method setValue (line 48) | public function setValue($tabName, $groupName, $fieldName, $value) method getValue (line 87) | public function getValue($tabName, $groupName, $fieldName) method isFieldVisible (line 126) | public function isFieldVisible($tabName, $groupName, $fieldName) method isFieldDisabled (line 142) | public function isFieldDisabled($tabName, $groupName, $fieldName) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/PageActions.php class PageActions (line 19) | class PageActions extends AbstractPageActions method selectStore (line 34) | public function selectStore($websiteScope) method isStoreVisible (line 48) | public function isStoreVisible($store) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/Payments.php class Payments (line 15) | class Payments extends Block method switchMerchantCountry (line 42) | public function switchMerchantCountry($countryCode) method expandSection (line 53) | private function expandSection($sectionId) method findSolution (line 68) | public function findSolution($solution) method isFieldDisabled (line 82) | public function isFieldDisabled($fieldId) method isFieldPresent (line 94) | public function isFieldPresent($fieldId) method isFieldEnabled (line 106) | public function isFieldEnabled($fieldId) method expandPaymentSections (line 117) | public function expandPaymentSections(array $sections) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/Tabs.php class Tabs (line 14) | class Tabs extends Block method getSubTabsNames (line 43) | public function getSubTabsNames($tab) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/Delete/Form.php class Form (line 16) | class Form extends AbstractForm method fillForm (line 25) | public function fillForm(array $data, SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/Edit/Form/GroupForm.php class GroupForm (line 16) | class GroupForm extends Form method isWebsiteVisible (line 31) | public function isWebsiteVisible($websiteName) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/Edit/Form/StoreForm.php class StoreForm (line 16) | class StoreForm extends Form method isStoreVisible (line 38) | public function isStoreVisible($name) method selectStore (line 49) | public function selectStore($name) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/Edit/Form/WebsiteForm.php class WebsiteForm (line 15) | class WebsiteForm extends Form FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends ParentFormPageActions method delete (line 22) | public function delete() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/GridPageActions.php class GridPageActions (line 15) | class GridPageActions extends ParentGridPageActions method addStoreView (line 29) | public function addStoreView() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Store/StoreGrid.php class StoreGrid (line 18) | class StoreGrid extends Grid method isStoreExists (line 71) | public function isStoreExists($title) method isWebsiteExists (line 83) | public function isWebsiteExists($website) method searchAndOpenWebsite (line 95) | public function searchAndOpenWebsite(Website $website) method searchAndOpenWebsiteByName (line 108) | public function searchAndOpenWebsiteByName($websiteName) method searchAndOpenStore (line 120) | public function searchAndOpenStore(Store $store) method searchAndOpenStoreGroup (line 133) | public function searchAndOpenStoreGroup(StoreGroup $storeGroup) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Template.php class Template (line 15) | class Template extends Block method waitLoader (line 43) | public function waitLoader() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Version.php class Version (line 12) | class Version extends Block method getVersion (line 24) | public function getVersion() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget/FormTabs.php class FormTabs (line 20) | class FormTabs extends AbstractFormContainers method getTabs (line 27) | public function getTabs() method getTab (line 39) | public function getTab($tabName) method fillTabs (line 51) | protected function fillTabs($tabsData, $element) method update (line 62) | public function update(FixtureInterface $fixture) method openContainer (line 74) | protected function openContainer($tabName) method openTab (line 86) | public function openTab($tabName) method clickOnTabName (line 107) | protected function clickOnTabName($tabName) method isTabVisible (line 118) | public function isTabVisible($tabName) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget/Grid.php class Grid (line 21) | abstract class Grid extends Block method getTemplateBlock (line 210) | protected function getTemplateBlock() method prepareForSearch (line 223) | protected function prepareForSearch(array $filters) method search (line 246) | public function search(array $filter) method searchAndOpen (line 260) | public function searchAndOpen(array $filter) method waitLoader (line 277) | protected function waitLoader() method searchAndSelect (line 289) | public function searchAndSelect(array $filter) method resetFilter (line 303) | public function resetFilter() method massaction (line 319) | public function massaction(array $items, $action, $acceptAlert = false... method massActionSubmit (line 348) | protected function massActionSubmit($acceptAlert) method getRow (line 369) | protected function getRow(array $filter, $isStrict = true) method getRowsData (line 390) | public function getRowsData(array $columns) method isRowVisible (line 416) | public function isRowVisible(array $filter, $isSearchable = true, $isS... method sortGridByField (line 432) | public function sortGridByField($field, $sort = "desc") method nextPage (line 446) | protected function nextPage() method isFirstRowVisible (line 461) | public function isFirstRowVisible() method openFirstRow (line 471) | public function openFirstRow() method xpathEscape (line 484) | protected function xpathEscape($query, $defaultDelim = '"') FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget/Tab.php class Tab (line 17) | class Tab extends AbstractContainer method getJsErrors (line 45) | public function getJsErrors() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertAdminLoginPageIsAvailable.php class AssertAdminLoginPageIsAvailable (line 15) | class AssertAdminLoginPageIsAvailable extends AbstractConstraint method processAssert (line 23) | public function processAssert(AdminAuthLogin $adminAuthLogin) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertBackendPageIsAvailable.php class AssertBackendPageIsAvailable (line 15) | class AssertBackendPageIsAvailable extends AbstractConstraint method processAssert (line 26) | public function processAssert(Dashboard $dashboard, $pageTitle) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertBestsellersOnDashboard.php class AssertBestsellersOnDashboard (line 16) | class AssertBestsellersOnDashboard extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderInjectable $order, Dashboard $dashb... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertDeveloperSectionVisibility.php class AssertDeveloperSectionVisibility (line 14) | class AssertDeveloperSectionVisibility extends AbstractConstraint method processAssert (line 22) | public function processAssert(SystemConfigEdit $configEdit) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertGlobalSearchCustomerName.php class AssertGlobalSearchCustomerName (line 18) | class AssertGlobalSearchCustomerName extends AbstractConstraint method processAssert (line 28) | public function processAssert(Dashboard $dashboard, GlobalSearch $sear... method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertGlobalSearchNoRecordsFound.php class AssertGlobalSearchNoRecordsFound (line 16) | class AssertGlobalSearchNoRecordsFound extends AbstractConstraint method processAssert (line 29) | public function processAssert(Dashboard $dashboard) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertGlobalSearchOrderId.php class AssertGlobalSearchOrderId (line 18) | class AssertGlobalSearchOrderId extends AbstractConstraint method processAssert (line 28) | public function processAssert(Dashboard $dashboard, GlobalSearch $sear... method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertGlobalSearchPreview.php class AssertGlobalSearchPreview (line 17) | class AssertGlobalSearchPreview extends AbstractConstraint method processAssert (line 26) | public function processAssert(Dashboard $dashboard, GlobalSearch $search) method adminSearchAssert (line 41) | private function adminSearchAssert($dashboard, $search, $type) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertGlobalSearchProductName.php class AssertGlobalSearchProductName (line 18) | class AssertGlobalSearchProductName extends AbstractConstraint method processAssert (line 27) | public function processAssert(Dashboard $dashboard, GlobalSearch $search) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertHttpUsedOnFrontend.php class AssertHttpUsedOnFrontend (line 18) | class AssertHttpUsedOnFrontend extends AbstractConstraint method processAssert (line 48) | public function processAssert(BrowserInterface $browser, Customer $cus... method assertUsedProtocol (line 69) | protected function assertUsedProtocol($expectedProtocol) method toString (line 87) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertHttpsHeaderOptionsAvailable.php class AssertHttpsHeaderOptionsAvailable (line 16) | class AssertHttpsHeaderOptionsAvailable extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 40) | public function toString() method verifyConfiguration (line 52) | private function verifyConfiguration(SystemConfigEdit $systemConfigEdi... FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertHttpsHeaderOptionsNotAvailable.php class AssertHttpsHeaderOptionsNotAvailable (line 16) | class AssertHttpsHeaderOptionsNotAvailable extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 40) | public function toString() method verifyConfiguration (line 52) | private function verifyConfiguration( FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertHttpsUsedOnBackend.php class AssertHttpsUsedOnBackend (line 16) | class AssertHttpsUsedOnBackend extends AbstractConstraint method processAssert (line 39) | public function processAssert(BrowserInterface $browser, Dashboard $ad... method assertUsedProtocol (line 55) | protected function assertUsedProtocol($expectedProtocol) method assertDirectHttpUnavailable (line 73) | protected function assertDirectHttpUnavailable() method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertInterfaceLocaleAvailableOptions.php class AssertInterfaceLocaleAvailableOptions (line 14) | class AssertInterfaceLocaleAvailableOptions extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertLocaleCodeVisibility.php class AssertLocaleCodeVisibility (line 14) | class AssertLocaleCodeVisibility extends AbstractConstraint method processAssert (line 22) | public function processAssert(SystemConfigEdit $configEdit) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertMenuItemNotVisible.php class AssertMenuItemNotVisible (line 15) | class AssertMenuItemNotVisible extends AbstractConstraint method processAssert (line 24) | public function processAssert(Dashboard $dashboard, $menuItem) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertStoreCanBeLocalized.php class AssertStoreCanBeLocalized (line 18) | class AssertStoreCanBeLocalized extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 73) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Fixture/Admin/SuperAdmin.php class SuperAdmin (line 15) | class SuperAdmin extends DataFixture method _initData (line 20) | protected function _initData() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Fixture/GlobalSearch/Query.php class Query (line 16) | class Query extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, $data, arr... method getEntity (line 66) | public function getEntity() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Fixture/Source/Date.php class Date (line 18) | class Date extends DataSource method __construct (line 33) | public function __construct(array $params, $data = []) method isTimezoneApplied (line 70) | public function isTimezoneApplied() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Handler/Conditions.php class Conditions (line 35) | abstract class Conditions extends Curl method prepareCondition (line 109) | protected function prepareCondition($conditions) method convertConditionsCombination (line 125) | private function convertConditionsCombination($combination, $condition... method convertMultipleCondition (line 140) | private function convertMultipleCondition(array $conditions, $nesting ... method convertSingleCondition (line 165) | private function convertSingleCondition($condition) method getTypeParam (line 206) | private function getTypeParam($name) method getRuleParam (line 217) | private function getRuleParam($name) method decodeValue (line 234) | private function decodeValue($value) method parseCondition (line 258) | private function parseCondition($condition) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Handler/Extractor.php class Extractor (line 18) | class Extractor method __construct (line 49) | public function __construct($url, $regExpPattern, $isAll = false) method getData (line 62) | public function getData() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Handler/Ui/LoginUser.php class LoginUser (line 19) | class LoginUser extends Ui method persist (line 27) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Handler/Ui/LogoutUser.php class LogoutUser (line 18) | class LogoutUser extends Ui method persist (line 28) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/Page/AdminAuthLogin.php class AdminAuthLogin (line 15) | class AdminAuthLogin extends Page method initUrl (line 51) | protected function initUrl() method getLoginBlock (line 61) | public function getLoginBlock() method getHeaderBlock (line 73) | public function getHeaderBlock() method getMessagesBlock (line 86) | public function getMessagesBlock() method getModalBlock (line 96) | public function getModalBlock() method waitForHeaderBlock (line 106) | public function waitForHeaderBlock() method dismissAdminUsageNotification (line 123) | public function dismissAdminUsageNotification() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigPageVisibilityTest.php class ConfigPageVisibilityTest (line 16) | class ConfigPageVisibilityTest extends Injectable method __inject (line 35) | public function __inject(SystemConfigEdit $configurationAdminPage) method test (line 45) | public function test() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ConfigureSecureUrlsTest.php class ConfigureSecureUrlsTest (line 56) | class ConfigureSecureUrlsTest extends Injectable method __inject (line 98) | public function __inject( method test (line 112) | public function test($configData) method tearDown (line 148) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/ExpireSessionTest.php class ExpireSessionTest (line 25) | class ExpireSessionTest extends Injectable method __inject (line 51) | public function __inject(TestStepFactory $stepFactory) method test (line 64) | public function test( method tearDown (line 94) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.php class GlobalSearchEntityTest (line 28) | class GlobalSearchEntityTest extends Injectable method __inject (line 47) | public function __inject(Dashboard $dashboard) method test (line 58) | public function test(GlobalSearch $search) FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/HttpsHeadersDisableTest.php class HttpsHeadersDisableTest (line 24) | class HttpsHeadersDisableTest extends Injectable method test (line 37) | public function test(SystemConfigEdit $systemConfigEdit, ConfigData $h... FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/HttpsHeadersEnableTest.php class HttpsHeadersEnableTest (line 24) | class HttpsHeadersEnableTest extends Injectable method test (line 37) | public function test(SystemConfigEdit $systemConfigEdit, ConfigData $h... FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/LoginAfterJSMinificationTest.php class LoginAfterJSMinificationTest (line 19) | class LoginAfterJSMinificationTest extends Injectable method __inject (line 48) | public function __inject( method test (line 64) | public function test( method tearDown (line 85) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.php class NavigateMenuTest (line 20) | class NavigateMenuTest extends Injectable method test (line 34) | public function test(Dashboard $dashboard, $menuItem, $waitMenuItemNot... FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/VerifyInterfaceLocaleTest.php class VerifyInterfaceLocaleTest (line 26) | class VerifyInterfaceLocaleTest extends Injectable method __inject (line 52) | public function __inject( method test (line 67) | public function test( FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestStep/GetDashboardOrderStep.php class GetDashboardOrderStep (line 15) | class GetDashboardOrderStep implements TestStepInterface method __construct (line 35) | public function __construct( method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Backend/Test/TestStep/OpenDashboardStep.php class OpenDashboardStep (line 14) | class OpenDashboardStep implements TestStepInterface method __construct (line 26) | public function __construct(Dashboard $dashboard) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/Backup/Test/Block/Adminhtml/BackupGrid.php class BackupGrid (line 15) | class BackupGrid extends GridInterface method isBackupRowVisible (line 29) | public function isBackupRowVisible() FILE: dev/tests/functional/tests/app/Magento/Backup/Test/Constraint/AssertBackupInGrid.php class AssertBackupInGrid (line 16) | class AssertBackupInGrid extends AbstractConstraint method processAssert (line 24) | public function processAssert(BackupIndex $backupIndex) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Block/Adminhtml/Report/Grid.php class Grid (line 13) | class Grid extends DataGrid method getTransactionIds (line 35) | public function getTransactionIds() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Block/Form/BraintreeCc.php class BraintreeCc (line 18) | class BraintreeCc extends PaymentCc method fill (line 46) | public function fill(FixtureInterface $fixture, SimpleElement $element... method getVisibleMessages (line 78) | public function getVisibleMessages(array $messages) FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Block/Form/Secure3d.php class Secure3d (line 17) | class Secure3d extends Form method switchToFrame (line 52) | public function switchToFrame($locator) method submit (line 63) | public function submit() method fill (line 76) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Block/Paypal/PopupWindow.php class PopupWindow (line 13) | class PopupWindow extends Block method waitForFormLoaded (line 35) | public function waitForFormLoaded() method process (line 46) | public function process($parentWindow = null) FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Block/System/Config/Braintree.php class Braintree (line 15) | class Braintree extends Block method getFields (line 51) | public function getFields() method specifyCredentials (line 61) | public function specifyCredentials() method clearCredentials (line 73) | public function clearCredentials() method getEnablerFields (line 85) | public function getEnablerFields() method clickConfigureButton (line 95) | public function clickConfigureButton() method enableBraintree (line 105) | public function enableBraintree() method disableBraintree (line 119) | public function disableBraintree() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Constraint/Assert3dSecureInfoIsPresent.php class Assert3dSecureInfoIsPresent (line 15) | class Assert3dSecureInfoIsPresent extends AbstractConstraint method processAssert (line 24) | public function processAssert(SalesOrderView $salesOrderView, array $p... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Constraint/AssertCreditCardJsValidationMessagesArePresent.php class AssertCreditCardJsValidationMessagesArePresent (line 15) | class AssertCreditCardJsValidationMessagesArePresent extends AbstractCon... method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, array ... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Constraint/AssertDeviceDataIsPresentInBraintreeRequest.php class AssertDeviceDataIsPresentInBraintreeRequest (line 15) | class AssertDeviceDataIsPresentInBraintreeRequest extends AbstractConstr... method processAssert (line 33) | public function processAssert(Log $log) method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/Constraint/AssertTransactionIsPresentInSettlementReport.php class AssertTransactionIsPresentInSettlementReport (line 16) | class AssertTransactionIsPresentInSettlementReport extends AbstractConst... method processAssert (line 37) | public function processAssert( method toString (line 67) | public function toString() method getTransactionId (line 77) | private function getTransactionId() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/BraintreeSettlementReportTest.php class BraintreeSettlementReportTest (line 36) | class BraintreeSettlementReportTest extends Scenario method test (line 49) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalCartTest.php class CheckoutWithBraintreePaypalCartTest (line 31) | class CheckoutWithBraintreePaypalCartTest extends Scenario method test (line 44) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalMinicartTest.php class CheckoutWithBraintreePaypalMinicartTest (line 31) | class CheckoutWithBraintreePaypalMinicartTest extends Scenario method test (line 44) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOnlineCreditMemoBraintreePaypalTest.php class CreateOnlineCreditMemoBraintreePaypalTest (line 23) | class CreateOnlineCreditMemoBraintreePaypalTest extends Scenario method test (line 36) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOnlineCreditMemoBraintreeTest.php class CreateOnlineCreditMemoBraintreeTest (line 23) | class CreateOnlineCreditMemoBraintreeTest extends Scenario method test (line 36) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOrderWithPayPalBraintreeVaultBackendTest.php class CreateOrderWithPayPalBraintreeVaultBackendTest (line 38) | class CreateOrderWithPayPalBraintreeVaultBackendTest extends Scenario method test (line 52) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/InvoicePayPalBraintreeTest.php class InvoicePayPalBraintreeTest (line 27) | class InvoicePayPalBraintreeTest extends Scenario method test (line 40) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutAcceptPaymentTest.php class OnePageCheckoutAcceptPaymentTest (line 24) | class OnePageCheckoutAcceptPaymentTest extends Scenario method test (line 36) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutDenyPaymentTest.php class OnePageCheckoutDenyPaymentTest (line 24) | class OnePageCheckoutDenyPaymentTest extends Scenario method test (line 36) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWith3dSecureFailedTest.php class OnePageCheckoutWith3dSecureFailedTest (line 32) | class OnePageCheckoutWith3dSecureFailedTest extends Scenario method test (line 45) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWith3dSecureTest.php class OnePageCheckoutWith3dSecureTest (line 37) | class OnePageCheckoutWith3dSecureTest extends Scenario method test (line 50) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWithBraintreePaypalTest.php class OnePageCheckoutWithBraintreePaypalTest (line 35) | class OnePageCheckoutWithBraintreePaypalTest extends Scenario method test (line 48) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/SaveUseDeleteVaultForPaypalBraintreeTest.php class SaveUseDeleteVaultForPaypalBraintreeTest (line 41) | class SaveUseDeleteVaultForPaypalBraintreeTest extends Scenario method test (line 54) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/UseVaultWith3dSecureOnCheckoutTest.php class UseVaultWith3dSecureOnCheckoutTest (line 41) | class UseVaultWith3dSecureOnCheckoutTest extends Scenario method test (line 54) | public function test() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/ChangeOrderStatusToPaymentReviewStep.php class ChangeOrderStatusToPaymentReviewStep (line 17) | class ChangeOrderStatusToPaymentReviewStep implements TestStepInterface method __construct (line 34) | public function __construct($orderId, WebapiDecorator $webApi) method run (line 43) | public function run() method getOrder (line 56) | private function getOrder($incrementId) method saveOrder (line 72) | private function saveOrder(array $order) FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/CheckBraintreeConfigStep.php class CheckBraintreeConfigStep (line 19) | class CheckBraintreeConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enableBraintree (line 112) | private function enableBraintree() method disableBraintree (line 131) | private function disableBraintree() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/CheckoutWithPaypalFromCartStep.php class CheckoutWithPaypalFromCartStep (line 14) | class CheckoutWithPaypalFromCartStep implements TestStepInterface method __construct (line 27) | public function __construct(CheckoutCart $checkoutCart) method run (line 37) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/CheckoutWithPaypalFromMinicartStep.php class CheckoutWithPaypalFromMinicartStep (line 16) | class CheckoutWithPaypalFromMinicartStep implements TestStepInterface method __construct (line 45) | public function __construct( method run (line 60) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/ContinueToPaypalStep.php class ContinueToPaypalStep (line 14) | class ContinueToPaypalStep implements TestStepInterface method __construct (line 24) | public function __construct( method run (line 33) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/PlaceOrderWith3dSecureFailedStep.php class PlaceOrderWith3dSecureFailedStep (line 16) | class PlaceOrderWith3dSecureFailedStep implements TestStepInterface method __construct (line 36) | public function __construct( method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/PlaceOrderWith3dSecureStep.php class PlaceOrderWith3dSecureStep (line 18) | class PlaceOrderWith3dSecureStep implements TestStepInterface method __construct (line 63) | public function __construct( method run (line 82) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/PlaceOrderWithPaypalStep.php class PlaceOrderWithPaypalStep (line 19) | class PlaceOrderWithPaypalStep implements TestStepInterface method __construct (line 87) | public function __construct( method run (line 112) | public function run() FILE: dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/SettleTransactionStep.php class SettleTransactionStep (line 18) | class SettleTransactionStep implements TestStepInterface method __construct (line 54) | public function __construct( method run (line 71) | public function run() method getTransactionId (line 84) | private function getTransactionId() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Bundle.php class Bundle (line 18) | class Bundle extends Section method getBundleOptionBlock (line 83) | private function getBundleOptionBlock($rowNumber, ElementInterface $el... method setFieldsData (line 101) | public function setFieldsData(array $fields, SimpleElement $element = ... method deleteFieldsData (line 137) | public function deleteFieldsData(array $fields) method getFieldsData (line 161) | public function getFieldsData($fields = null, SimpleElement $element =... method getAttributeSku (line 189) | public function getAttributeSku() method changeOptionTitle (line 201) | public function changeOptionTitle($optionTitle, $optionNumber) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Bundle/Option.php class Option (line 16) | class Option extends Form method getSearchGridBlock (line 51) | protected function getSearchGridBlock() method getSelectionBlock (line 65) | protected function getSelectionBlock($rowIndex) method fillOption (line 79) | public function fillOption(array $fields) method getOptionData (line 104) | public function getOptionData(array $fields) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Bundle/Option/Search/Grid.php class Grid (line 14) | class Grid extends DataGrid method addProducts (line 42) | public function addProducts() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Bundle/Option/Selection.php class Selection (line 14) | class Selection extends Form method fillProductRow (line 22) | public function fillProductRow(array $fields) method getProductRow (line 35) | public function getProductRow(array $fields) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 14) | class Configure extends \Magento\Catalog\Test\Block\Adminhtml\Product\Co... method fillOptions (line 36) | public function fillOptions(FixtureInterface $product) method prepareData (line 48) | protected function prepareData(array $fields) method prepareOptionMapping (line 66) | protected function prepareOptionMapping(array $option) method prepareOptionType (line 82) | protected function prepareOptionType($optionType) method isCheckbox (line 93) | protected function isCheckbox($type) method prepareOptionSelector (line 105) | protected function prepareOptionSelector(array $option, $selector) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View.php class View (line 18) | class View extends \Magento\Catalog\Test\Block\Product\View method getBundleBlock (line 60) | public function getBundleBlock() method getBundleSummaryBlock (line 73) | public function getBundleSummaryBlock() method clickCustomize (line 86) | public function clickCustomize() method getOptions (line 107) | public function getOptions(FixtureInterface $product = null) method fillOptions (line 124) | public function fillOptions(FixtureInterface $product) method fillOptionsWithCustomData (line 144) | public function fillOptionsWithCustomData(array $optionsData = []) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Summary.php class Summary (line 14) | class Summary extends \Magento\Catalog\Test\Block\Product\View method getConfiguredPriceBlock (line 35) | public function getConfiguredPriceBlock() method getSummaryItems (line 48) | public function getSummaryItems() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Summary/ConfiguredPrice.php class ConfiguredPrice (line 12) | class ConfiguredPrice extends \Magento\Catalog\Test\Block\AbstractPriceB... method getPrice (line 31) | public function getPrice($currency = '$') FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Bundle.php class Bundle (line 22) | class Bundle extends Block method addToCart (line 108) | public function addToCart(BundleProduct $product, CatalogProductView $... method getOptions (line 121) | public function getOptions(FixtureInterface $product) method isOptionVisible (line 160) | public function isOptionVisible($optionTitle) method getListOptions (line 170) | protected function getListOptions() method getDropdownData (line 192) | protected function getDropdownData(SimpleElement $option) method getMultipleselectData (line 208) | protected function getMultipleselectData(SimpleElement $option) method getRadiobuttonsData (line 227) | protected function getRadiobuttonsData(SimpleElement $option) method getCheckboxData (line 247) | protected function getCheckboxData(SimpleElement $option) method getSelectOptionsData (line 266) | protected function getSelectOptionsData(SimpleElement $element, $first... method parseOptionText (line 292) | protected function parseOptionText($optionText) method fillBundleOptions (line 310) | public function fillBundleOptions($bundleOptions) method optionNameConvert (line 333) | protected function optionNameConvert($optionType) method isOneProductInStock (line 345) | private function isOneProductInStock(BundleProduct $products) method getFlatTextData (line 366) | private function getFlatTextData() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option.php class Option (line 18) | class Option extends Form method fillOption (line 26) | public function fillOption(array $data) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Checkbox.php class Checkbox (line 13) | class Checkbox extends Radiobuttons FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Dropdown.php class Dropdown (line 15) | class Dropdown extends Option FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Element/Qty.php class Qty (line 14) | class Qty extends SimpleElement method setValue (line 32) | public function setValue($value) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Hidden.php class Hidden (line 14) | class Hidden extends Option FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Multiple.php class Multiple (line 15) | class Multiple extends Option FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Catalog/Product/View/Type/Option/Radiobuttons.php class Radiobuttons (line 15) | class Radiobuttons extends Option method fillOption (line 23) | public function fillOption(array $data) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleInCategory.php class AssertBundleInCategory (line 18) | class AssertBundleInCategory extends AssertProductInCategory method assertPrice (line 27) | protected function assertPrice(FixtureInterface $bundle, CatalogCatego... method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleItemsOnProductPage.php class AssertBundleItemsOnProductPage (line 17) | class AssertBundleItemsOnProductPage extends AbstractAssertForm method processAssert (line 27) | public function processAssert( method prepareBundleOptions (line 55) | protected function prepareBundleOptions(BundleProduct $product) method isInStock (line 95) | private function isInStock(BundleProduct $product, $key) method toString (line 111) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleItemsSummaryOnProductPage.php class AssertBundleItemsSummaryOnProductPage (line 16) | class AssertBundleItemsSummaryOnProductPage extends AbstractAssertForm method processAssert (line 26) | public function processAssert( method getBundleOptionData (line 83) | private function getBundleOptionData($rowItem) method toString (line 98) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleOptionTitleOnStorefront.php class AssertBundleOptionTitleOnStorefront (line 18) | class AssertBundleOptionTitleOnStorefront extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 64) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleOptionsDeleted.php class AssertBundleOptionsDeleted (line 18) | class AssertBundleOptionsDeleted extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 74) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundlePriceCalculatedOnProductPage.php class AssertBundlePriceCalculatedOnProductPage (line 18) | class AssertBundlePriceCalculatedOnProductPage extends AbstractConstraint method processAssert (line 27) | public function processAssert( method assertPrice (line 45) | protected function assertPrice(BundleProduct $product, CatalogProductV... method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundlePriceType.php class AssertBundlePriceType (line 18) | class AssertBundlePriceType extends AbstractConstraint method processAssert (line 40) | public function processAssert( method assertPrice (line 66) | protected function assertPrice( method toString (line 125) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundlePriceView.php class AssertBundlePriceView (line 17) | class AssertBundlePriceView extends AbstractConstraint method processAssert (line 27) | public function processAssert( method assertPrice (line 46) | protected function assertPrice(BundleProduct $product, CatalogProductV... method toString (line 78) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleProductForm.php class AssertBundleProductForm (line 14) | class AssertBundleProductForm extends AssertProductForm method prepareFixtureData (line 37) | protected function prepareFixtureData(array $data, array $sortFields =... method prepareBundleOptions (line 52) | protected function prepareBundleOptions(array $bundleSelections) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleProductInCart.php class AssertBundleProductInCart (line 16) | class AssertBundleProductInCart extends AssertProductInCart method countPrices (line 25) | protected function countPrices(FixtureInterface $product, CheckoutCart... method countSubItemPrice (line 37) | private function countSubItemPrice(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleProductInCustomerWishlistOnBackendGrid.php class AssertBundleProductInCustomerWishlistOnBackendGrid (line 17) | class AssertBundleProductInCustomerWishlistOnBackendGrid extends AssertP... method prepareOptions (line 25) | protected function prepareOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleProductOnConfigureCartPage.php class AssertBundleProductOnConfigureCartPage (line 19) | class AssertBundleProductOnConfigureCartPage extends AbstractAssertForm method processAssert (line 31) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 52) | public function toString() method checkOptions (line 65) | private function checkOptions(BundleProduct $product, array $formOptio... method prepareBundleOptions (line 88) | private function prepareBundleOptions(BundleProduct $product, array $c... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertBundleProductPage.php class AssertBundleProductPage (line 14) | class AssertBundleProductPage extends AssertProductPage method verifyPrice (line 23) | protected function verifyPrice() method verifySpecialPrice (line 55) | protected function verifySpecialPrice() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertProductCustomOptionsOnBundleProductPage.php class AssertProductCustomOptionsOnBundleProductPage (line 14) | class AssertProductCustomOptionsOnBundleProductPage extends AssertProduc... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Constraint/AssertTierPriceOnBundleProductPage.php class AssertTierPriceOnBundleProductPage (line 17) | class AssertTierPriceOnBundleProductPage extends AssertProductTierPriceO... method processAssert (line 45) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Fixture/BundleProduct/BundleSelections.php class BundleSelections (line 17) | class BundleSelections extends DataSource method __construct (line 40) | public function __construct( method getDataset (line 60) | protected function getDataset(array $data) method prepareProducts (line 79) | protected function prepareProducts() method getProducts (line 107) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Fixture/Cart/Item.php class Item (line 15) | class Item extends \Magento\Catalog\Test\Fixture\Cart\Item method getData (line 23) | public function getData($key = null) method getOptionKey (line 68) | private function getOptionKey(array $assignedProducts, $checkoutOption) method getKeys (line 86) | private function getKeys(array $bundleOptions, $checkoutOption) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Handler/BundleProduct/BundleProductInterface.php type BundleProductInterface (line 14) | interface BundleProductInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Handler/BundleProduct/Curl.php class Curl (line 18) | class Curl extends ProductCurl implements BundleProductInterface method __construct (line 25) | public function __construct(DataInterface $configuration, EventManager... method prepareData (line 85) | public function prepareData(FixtureInterface $fixture) method prepareProductDetails (line 100) | protected function prepareProductDetails() method prepareAdvancedPricing (line 114) | protected function prepareAdvancedPricing() method prepareBundleItems (line 128) | protected function prepareBundleItems() method parseResponse (line 163) | protected function parseResponse($response) method parseResponseSelections (line 174) | protected function parseResponseSelections($response) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/Handler/BundleProduct/Webapi.php class Webapi (line 17) | class Webapi extends SimpleProductWebapi implements BundleProductInterface method __construct (line 26) | public function __construct( method prepareData (line 40) | protected function prepareData() method prepareBundleItems (line 51) | protected function prepareBundleItems() method prepareLinksInfo (line 84) | private function prepareLinksInfo(array $bundleSelections, $key) method parseResponse (line 117) | protected function parseResponse(array $response) method parseResponseSelections (line 128) | protected function parseResponseSelections(array $response) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/BundleOptionsSummaryTest.php class BundleOptionsSummaryTest (line 22) | class BundleOptionsSummaryTest extends Injectable method test (line 30) | public function test(BundleProduct $product) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CancelPartiallyInvoicedOrderTest.php class CancelPartiallyInvoicedOrderTest (line 28) | class CancelPartiallyInvoicedOrderTest extends Scenario method test (line 35) | public function test() FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleDynamicProductEntityTest.php class CreateBundleDynamicProductEntityTest (line 21) | class CreateBundleDynamicProductEntityTest extends CreateBundleProductEn... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.php class CreateBundleProductEntityTest (line 27) | class CreateBundleProductEntityTest extends Injectable method __prepare (line 54) | public function __prepare(Category $category) method __inject (line 70) | public function __inject( method test (line 85) | public function test(BundleProduct $product, Category $category) FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleOptionsShoppingCartTest.php class UpdateBundleOptionsShoppingCartTest (line 29) | class UpdateBundleOptionsShoppingCartTest extends Injectable method __inject (line 63) | public function __inject( method test (line 81) | public function test(BundleProduct $originalProduct, $optionTitle, $op... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleOptionsTest.php class UpdateBundleOptionsTest (line 27) | class UpdateBundleOptionsTest extends Injectable method __inject (line 54) | public function __inject( method test (line 69) | public function test(BundleProduct $product, BundleProduct $originalPr... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.php class UpdateBundleProductEntityTest (line 34) | class UpdateBundleProductEntityTest extends Injectable method __inject (line 69) | public function __inject( method test (line 87) | public function test( method getCategories (line 126) | protected function getCategories(BundleProduct $originalProduct, Bundl... FILE: dev/tests/functional/tests/app/Magento/Bundle/Test/TestStep/CreatePartialInvoiceStep.php class CreatePartialInvoiceStep (line 14) | class CreatePartialInvoiceStep extends \Magento\Sales\Test\TestStep\Crea... method getItems (line 20) | protected function getItems() FILE: dev/tests/functional/tests/app/Magento/BundleImportExport/Test/Constraint/AssertImportedBundleProducts.php class AssertImportedBundleProducts (line 15) | class AssertImportedBundleProducts extends AssertImportedProducts method getDisplayedProductData (line 43) | protected function getDisplayedProductData(FixtureInterface $product) method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/BundleImportExport/Test/Fixture/Import/File.php class File (line 14) | class File method getData (line 23) | public function getData(FixtureInterface $product, FixtureFactory $fix... FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Adminhtml/LoginWithCaptcha.php class LoginWithCaptcha (line 15) | class LoginWithCaptcha extends Login method isVisibleCaptcha (line 36) | public function isVisibleCaptcha() method isVisibleCaptchaReloadButton (line 46) | public function isVisibleCaptchaReloadButton() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Form/ContactUs.php class ContactUs (line 15) | class ContactUs extends ContactForm method isVisibleCaptcha (line 36) | public function isVisibleCaptcha() method isVisibleCaptchaReloadButton (line 46) | public function isVisibleCaptchaReloadButton() method reloadCaptcha (line 56) | public function reloadCaptcha() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Form/LoginWithCaptcha.php class LoginWithCaptcha (line 15) | class LoginWithCaptcha extends Login method isVisibleCaptcha (line 36) | public function isVisibleCaptcha() method isVisibleCaptchaReloadButton (line 46) | public function isVisibleCaptchaReloadButton() method reloadCaptcha (line 56) | public function reloadCaptcha() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Block/Form/Register.php class Register (line 15) | class Register extends CustomerRegister method isVisibleCaptcha (line 36) | public function isVisibleCaptcha() method isVisibleCaptchaReloadButton (line 46) | public function isVisibleCaptchaReloadButton() method reloadCaptcha (line 56) | public function reloadCaptcha() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Constraint/AssertCaptchaFieldOnBackend.php class AssertCaptchaFieldOnBackend (line 15) | class AssertCaptchaFieldOnBackend extends AbstractConstraint method processAssert (line 23) | public function processAssert(AdminAuthLoginWithCaptcha $adminAuthLogin) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Constraint/AssertCaptchaFieldOnContactUsForm.php class AssertCaptchaFieldOnContactUsForm (line 15) | class AssertCaptchaFieldOnContactUsForm extends AbstractConstraint method processAssertRegisterForm (line 23) | public function processAssertRegisterForm(ContactIndex $contactIndex) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Constraint/AssertCaptchaFieldOnRegisterForm.php class AssertCaptchaFieldOnRegisterForm (line 15) | class AssertCaptchaFieldOnRegisterForm extends AbstractConstraint method processAssertRegisterForm (line 23) | public function processAssertRegisterForm(CustomerAccountCreate $creat... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/Constraint/AssertCaptchaFieldOnStorefront.php class AssertCaptchaFieldOnStorefront (line 15) | class AssertCaptchaFieldOnStorefront extends AbstractConstraint method processAssert (line 23) | public function processAssert(CustomerAccountLogin $loginPage) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaEditCustomerTest.php class CaptchaEditCustomerTest (line 33) | class CaptchaEditCustomerTest extends Injectable method __inject (line 71) | public function __inject( method test (line 91) | public function test( method customerEdit (line 135) | private function customerEdit(Customer $customer, $attempts) method tearDown (line 150) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaLockoutCustomerTest.php class CaptchaLockoutCustomerTest (line 34) | class CaptchaLockoutCustomerTest extends Injectable method __inject (line 80) | public function __inject( method test (line 102) | public function test( method customerLogin (line 155) | private function customerLogin(FixtureInterface $customer, Login $logi... method tearDown (line 168) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaOnAdminLoginTest.php class CaptchaOnAdminLoginTest (line 31) | class CaptchaOnAdminLoginTest extends Injectable method __inject (line 78) | public function __inject( method test (line 99) | public function test(User $customAdmin, $configData) method tearDown (line 119) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaOnContactUsTest.php class CaptchaOnContactUsTest (line 26) | class CaptchaOnContactUsTest extends Injectable method __inject (line 64) | public function __inject( method test (line 81) | public function test( method tearDown (line 105) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaOnStoreFrontLoginTest.php class CaptchaOnStoreFrontLoginTest (line 29) | class CaptchaOnStoreFrontLoginTest extends Injectable method __inject (line 75) | public function __inject( method test (line 95) | public function test( method tearDown (line 128) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Captcha/Test/TestCase/CaptchaOnStoreFrontRegisterTest.php class CaptchaOnStoreFrontRegisterTest (line 26) | class CaptchaOnStoreFrontRegisterTest extends Injectable method __inject (line 64) | public function __inject( method test (line 81) | public function test( method tearDown (line 104) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/AbstractConfigureBlock.php class AbstractConfigureBlock (line 19) | abstract class AbstractConfigureBlock extends Form method getCustomOptionsBlock (line 33) | public function getCustomOptionsBlock() method fillOptions (line 49) | public function fillOptions(FixtureInterface $product) method setQty (line 79) | abstract public function setQty($qty); method prepareCheckoutData (line 88) | protected function prepareCheckoutData(array $options, array $checkout... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/AbstractPriceBlock.php class AbstractPriceBlock (line 16) | abstract class AbstractPriceBlock extends Block method getTypePrice (line 32) | protected function getTypePrice($type, $currency = '$') method getTypePriceElement (line 44) | protected function getTypePriceElement($type) method trimPrice (line 60) | protected function trimPrice($price, $currency = '$') FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Edit/CategoryForm.php class CategoryForm (line 17) | class CategoryForm extends FormSections method fill (line 47) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Edit/PageActions.php class PageActions (line 15) | class PageActions extends FormPageActions method save (line 48) | public function save() method selectStoreView (line 63) | public function selectStoreView($name) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Edit/Section/ProductGrid.php class ProductGrid (line 14) | class ProductGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Edit/Section/Products.php class Products (line 15) | class Products extends Section method setFieldsData (line 39) | public function setFieldsData(array $fields, SimpleElement $element = ... method getFieldsData (line 57) | public function getFieldsData($fields = null, SimpleElement $element =... method getProductGrid (line 79) | public function getProductGrid() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Tree.php class Tree (line 18) | class Tree extends Block method getTemplateBlock (line 74) | protected function getTemplateBlock() method addSubcategory (line 87) | public function addSubcategory() method addRootCategory (line 99) | public function addRootCategory() method selectCategory (line 113) | public function selectCategory(FixtureInterface $category, $fullPath =... method prepareFullCategoryPath (line 135) | protected function prepareFullCategoryPath(Category $category) method isCategoryVisible (line 154) | public function isCategoryVisible(Category $category) method assignCategory (line 170) | public function assignCategory($parentCategoryName, $childCategoryName) method expandAllCategories (line 188) | public function expandAllCategories() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Category/Widget/Chooser.php class Chooser (line 16) | class Chooser extends Block method selectCategoryByName (line 31) | public function selectCategoryByName($name) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/AttributeForm.php class AttributeForm (line 16) | class AttributeForm extends FormSections method fill (line 32) | public function fill(FixtureInterface $fixture, SimpleElement $element... method saveAttributeForm (line 49) | public function saveAttributeForm() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/CustomAttribute.php class CustomAttribute (line 18) | class CustomAttribute extends SimpleElement method __construct (line 50) | public function __construct( method setValue (line 67) | public function setValue($data) method getValue (line 87) | public function getValue() method getElementByClass (line 101) | private function getElementByClass($class) method getElementClass (line 118) | private function getElementClass($code) method getAttributeCode (line 131) | private function getAttributeCode($attributeSelector) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Edit/AttributeForm.php class AttributeForm (line 19) | class AttributeForm extends FormTabs method getData (line 53) | public function getData(FixtureInterface $fixture = null, SimpleElemen... method removeEmptyValues (line 88) | protected function removeEmptyValues($input) method expandAllToggles (line 108) | protected function expandAllToggles() method openTab (line 122) | public function openTab($tabName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Edit/Options.php class Options (line 16) | class Options extends SimpleElement method setValue (line 37) | public function setValue($preset) method getValue (line 52) | public function getValue() method getFormInstance (line 68) | protected function getFormInstance(SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Edit/Tab/Advanced.php class Advanced (line 16) | class Advanced extends Tab method setFieldsData (line 39) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Edit/Tab/Options.php class Options (line 16) | class Options extends Tab method setFieldsData (line 33) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Edit/Tab/Options/Option.php class Option (line 15) | class Option extends Form method fillOptions (line 23) | public function fillOptions(array $fields) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Grid.php class Grid (line 15) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends AbstractFormPageActions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/Grid.php class Grid (line 15) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/GridPageActions.php class GridPageActions (line 15) | class GridPageActions extends AbstractGridPageActions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/Main.php class Main (line 16) | class Main extends Block method moveAttribute (line 67) | public function moveAttribute(array $attributeData, $attributeGroup = ... method getAttributeSetName (line 90) | public function getAttributeSetName() method checkProductAttribute (line 101) | public function checkProductAttribute($attributeLabel) method checkUnassignedProductAttribute (line 117) | public function checkUnassignedProductAttribute($attributeLabel) method addAttributeSetGroup (line 130) | public function addAttributeSetGroup($groupName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/Main/AttributeSetForm.php class AttributeSetForm (line 15) | class AttributeSetForm extends AbstractForm FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Attribute/Set/Main/EditForm.php class EditForm (line 15) | class EditForm extends AbstractForm FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 19) | class Configure extends AbstractConfigureBlock method setQty (line 62) | public function setQty($qty) method configProduct (line 73) | public function configProduct(FixtureInterface $product) method clickOk (line 92) | public function clickOk() method waitForFormVisible (line 103) | protected function waitForFormVisible() method waitForFormNotVisible (line 117) | protected function waitForFormNotVisible() method getTemplateBlock (line 131) | public function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Action/FormPageActions.php class FormPageActions (line 12) | class FormPageActions extends \Magento\Backend\Test\Block\FormPageActions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Action/Tab/UpdateAttributeTab.php class UpdateAttributeTab (line 16) | class UpdateAttributeTab extends Tab method setFieldsData (line 38) | public function setFieldsData(array $fields, SimpleElement $contextEle... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Action/UpdateAttributeForm.php class UpdateAttributeForm (line 14) | class UpdateAttributeForm extends FormTabs FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/AdvancedInventory.php class AdvancedInventory (line 15) | class AdvancedInventory extends Section method setFieldsData (line 39) | public function setFieldsData(array $fields, SimpleElement $contextEle... method getFieldsData (line 56) | public function getFieldsData($fields = null, SimpleElement $element =... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/AdvancedPricing.php class AdvancedPricing (line 18) | class AdvancedPricing extends Section method setFieldsData (line 57) | public function setFieldsData(array $fields, SimpleElement $contextEle... method getFieldsData (line 81) | public function getFieldsData($fields = null, SimpleElement $element =... method getTierPriceForm (line 107) | public function getTierPriceForm(SimpleElement $element = null) method checkField (line 122) | public function checkField($fieldName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/AdvancedPricing/OptionTier.php class OptionTier (line 16) | class OptionTier extends AbstractOptions method fillOptions (line 46) | public function fillOptions(array $fields, SimpleElement $element = null) method getDataOptions (line 64) | public function getDataOptions(array $fields = null, SimpleElement $el... method getFieldsData (line 84) | public function getFieldsData($fields = null, SimpleElement $element =... method isVisibleCustomerGroup (line 108) | public function isVisibleCustomerGroup(CustomerGroup $customerGroup) method hasGroupPriceOptions (line 121) | public function hasGroupPriceOptions() method waitTierPriceFormLocks (line 131) | public function waitTierPriceFormLocks() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Attributes.php class Attributes (line 14) | class Attributes extends Section method dataMapping (line 23) | protected function dataMapping(array $fields = null, $parent = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Attributes/Grid.php class Grid (line 14) | class Grid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Attributes/Search.php class Search (line 16) | class Search extends SuggestElement method setValue (line 59) | public function setValue($value) method getValue (line 70) | public function getValue() method isExistAttributeInSearchResult (line 81) | public function isExistAttributeInSearchResult($productAttribute) method keys (line 95) | public function keys(array $keys) method waitResult (line 112) | public function waitResult() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/BlockGallery.php class BlockGallery (line 16) | class BlockGallery extends Section method setFieldsData (line 47) | public function setFieldsData(array $data, SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php class Options (line 20) | class Options extends Section method setFieldsData (line 101) | public function setFieldsData(array $fields, SimpleElement $element = ... method importOptions (line 142) | protected function importOptions(array $products) method getSearchGridBlock (line 157) | protected function getSearchGridBlock() method getRowBlock (line 172) | private function getRowBlock($index, SimpleElement $element = null) method setOptionTypeData (line 189) | private function setOptionTypeData(array $options, $type, ElementInter... method sortOption (line 225) | private function sortOption($position, $sortOrder, SimpleElement $elem... method getFieldsData (line 250) | public function getFieldsData($tabFields = null, SimpleElement $elemen... method getOptionTypeData (line 297) | private function getOptionTypeData(array $options, $type, ElementInter... method prepareCustomOptions (line 331) | protected function prepareCustomOptions(array $options) method optionNameConvert (line 346) | protected function optionNameConvert($inputType) method getValuesDataForOption (line 366) | public function getValuesDataForOption(array $options, string $optionT... method getFileOptionElements (line 402) | public function getFileOptionElements() method _fill (line 410) | protected function _fill(array $fields, SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/AbstractOptions.php class AbstractOptions (line 15) | abstract class AbstractOptions extends Section method fillOptions (line 24) | public function fillOptions(array $fields, SimpleElement $element = null) method getDataOptions (line 40) | public function getDataOptions(array $fields = null, SimpleElement $el... method getTextForOptionValues (line 55) | public function getTextForOptionValues(array $fields = null, SimpleEle... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Row.php class Row (line 14) | class Row extends Form method dragAndDropTo (line 29) | public function dragAndDropTo(ElementInterface $target) method getSortHandle (line 39) | public function getSortHandle() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Search/Grid.php class Grid (line 14) | class Grid extends DataGrid method addProducts (line 39) | public function addProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type.php class Type (line 14) | class Type extends OptgroupselectElement method getData (line 50) | protected function getData(ElementInterface $element) method setValue (line 66) | public function setValue($value) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/Area.php class Area (line 14) | class Area extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/Checkbox.php class Checkbox (line 14) | class Checkbox extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/Date.php class Date (line 14) | class Date extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/DateTime.php class DateTime (line 14) | class DateTime extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/DropDown.php class DropDown (line 15) | class DropDown extends AbstractOptions method fillOptions (line 31) | public function fillOptions(array $fields, SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/Field.php class Field (line 14) | class Field extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/File.php class File (line 14) | class File extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/MultipleSelect.php class MultipleSelect (line 14) | class MultipleSelect extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/RadioButtons.php class RadioButtons (line 14) | class RadioButtons extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options/Type/Time.php class Time (line 14) | class Time extends AbstractOptions FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails.php class ProductDetails (line 15) | class ProductDetails extends Section method dataMapping (line 38) | protected function dataMapping(array $fields = null, $parent = null) method setFieldsData (line 54) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails/AttributeSet.php class AttributeSet (line 15) | class AttributeSet extends SuggestElement method setValue (line 44) | public function setValue($value) method getValue (line 56) | public function getValue() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails/CategoryIds.php class CategoryIds (line 19) | class CategoryIds extends MultisuggestElement method __construct (line 57) | public function __construct( method setValue (line 74) | public function setValue($values) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails/NewCategoryIds.php class NewCategoryIds (line 15) | class NewCategoryIds extends Form method addNewCategory (line 44) | public function addNewCategory(Category $category) method openNewCategoryDialog (line 63) | protected function openNewCategoryDialog() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Related.php class Related (line 16) | class Related extends Section method setFieldsData (line 33) | public function setFieldsData(array $data, SimpleElement $element = null) method getFieldsData (line 64) | public function getFieldsData($fields = null, SimpleElement $element =... method getRelatedGrid (line 87) | protected function getRelatedGrid(SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Related/Grid.php class Grid (line 13) | class Grid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Websites/StoreTree.php class StoreTree (line 15) | class StoreTree extends SimpleElement method setValue (line 38) | public function setValue($values) method getValue (line 59) | public function getValue() method clearValue (line 78) | private function clearValue() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/FormPageActions.php class FormPageActions (line 16) | class FormPageActions extends ParentFormPageActions method save (line 88) | public function save(FixtureInterface $product = null) method saveAndDuplicate (line 109) | public function saveAndDuplicate() method saveAndNew (line 120) | public function saveAndNew() method saveAndClose (line 131) | public function saveAndClose() method addNewAttribute (line 142) | public function addNewAttribute() method changeStoreViewScope (line 153) | public function changeStoreViewScope(FixtureInterface $store) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Grid.php class Grid (line 14) | class Grid extends DataGrid method updateAttributes (line 82) | public function updateAttributes(array $items = []) method getBaseImageSource (line 99) | public function getBaseImageSource() method getBaseImageAttribute (line 110) | public function getBaseImageAttribute($attributeName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/GridPageAction.php class GridPageAction (line 15) | class GridPageAction extends ParentGridPageActions method addProduct (line 51) | public function addProduct($productType = 'simple') method getTypeList (line 66) | public function getTypeList() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Modal/AddAttribute.php class AddAttribute (line 16) | class AddAttribute extends FormSections method getTemplateBlock (line 37) | protected function getTemplateBlock() method createNewAttribute (line 50) | public function createNewAttribute() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Modal/NewAttribute.php class NewAttribute (line 16) | class NewAttribute extends FormSections method getFormPageActionsBlock (line 30) | protected function getFormPageActionsBlock() method saveAttribute (line 43) | public function saveAttribute() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/ProductForm.php class ProductForm (line 24) | class ProductForm extends FormSections method fill (line 98) | public function fill(FixtureInterface $product, SimpleElement $element... method openSection (line 143) | public function openSection($sectionName) method unassignFromWebsite (line 160) | public function unassignFromWebsite($name) method waitPageToLoad (line 171) | protected function waitPageToLoad() method checkAttributeLabel (line 182) | public function checkAttributeLabel($productAttribute) method getAttributesSearchGrid (line 197) | public function getAttributesSearchGrid() method isCustomSectionVisible (line 211) | public function isCustomSectionVisible($sectionName) method openCustomSection (line 225) | public function openCustomSection($sectionName) method getAttributeForm (line 236) | public function getAttributeForm() method getNewCategoryModalForm (line 249) | public function getNewCategoryModalForm() method getAttributeElement (line 263) | public function getAttributeElement(CatalogProductAttribute $attribute) method isProductNewFromDateVisible (line 276) | public function isProductNewFromDateVisible($sectionName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Widget/Chooser.php class Chooser (line 15) | class Chooser extends Grid FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Category/ProductPagination.php class ProductPagination (line 15) | class ProductPagination extends Block method getNextPage (line 29) | public function getNextPage() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Category/View.php class View (line 16) | class View extends Block method getDescription (line 51) | public function getDescription() method getContent (line 61) | public function getContent() method getProductsFromRecentlyViewedBlock (line 72) | public function getProductsFromRecentlyViewedBlock() method getProductsFromCatalogNewProductsListBlock (line 88) | public function getProductsFromCatalogNewProductsListBlock() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Links/CompareLink.php class CompareLink (line 14) | class CompareLink extends Block method getQtyInCompareList (line 35) | public function getQtyInCompareList() method waitForCompareProductsLinks (line 48) | public function waitForCompareProductsLinks() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Additional.php class Additional (line 18) | class Additional extends Block method getProductAttributes (line 39) | protected function getProductAttributes() method hasHtmlTagInAttributeValue (line 59) | public function hasHtmlTagInAttributeValue(CatalogProductAttribute $at... method checkHtmlTagStructure (line 76) | protected function checkHtmlTagStructure(SimpleElement $element, $sele... method getAttributeLabels (line 86) | public function getAttributeLabels() method resolveHtmlStructure (line 97) | protected function resolveHtmlStructure($stringWithHtml) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Compare/ListCompare.php class ListCompare (line 17) | class ListCompare extends Block method getProductInfo (line 104) | public function getProductInfo($index, $attributeKey, $currency = ' $') method getCompareProductInfo (line 129) | protected function getCompareProductInfo($index) method getComparableAttributes (line 139) | public function getComparableAttributes() method getCompareProductAttribute (line 163) | public function getCompareProductAttribute($key) method getProductAttribute (line 182) | public function getProductAttribute($indexProduct, $attributeKey) method removeProduct (line 196) | public function removeProduct($index = 1) method removeAllProducts (line 213) | public function removeAllProducts() method isProductVisible (line 234) | public function isProductVisible($index = 1) method isProductVisibleInCompareBlock (line 245) | public function isProductVisibleInCompareBlock($productName = '') method getEmptyMessage (line 256) | public function getEmptyMessage() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Compare/Sidebar.php class Sidebar (line 12) | class Sidebar extends ListCompare method getProducts (line 48) | public function getProducts() method clickClearAll (line 79) | public function clickClearAll() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Grouped/AssociatedProducts.php class AssociatedProducts (line 19) | class AssociatedProducts extends Tab method getSearchGridBlock (line 47) | protected function getSearchGridBlock() method getListAssociatedProductsBlock (line 60) | protected function getListAssociatedProductsBlock(SimpleElement $conte... method setFieldsData (line 76) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Grouped/AssociatedProducts/ListAssociatedProducts.php class ListAssociatedProducts (line 18) | class ListAssociatedProducts extends Block method getProductBlock (line 27) | private function getProductBlock($productId, SimpleElement $context = ... method fillProductOptions (line 45) | public function fillProductOptions(array $data, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Grouped/AssociatedProducts/ListAssociatedProducts/Product.php class Product (line 14) | class Product extends Block method fillQty (line 30) | public function fillQty($qtyValue) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Grouped/AssociatedProducts/Search/Grid.php class Grid (line 14) | class Grid extends GridInterface method addProducts (line 49) | public function addProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php class ListProduct (line 17) | class ListProduct extends Block method getProductItem (line 46) | public function getProductItem(FixtureInterface $product) method getProductNames (line 61) | public function getProductNames() method getProductsCount (line 78) | public function getProductsCount() method getSortByValues (line 88) | public function getSortByValues() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/Price.php class Price (line 12) | class Price extends \Magento\Catalog\Test\Block\AbstractPriceBlock method getPrice (line 58) | public function getPrice($currency = '$') method getActualPrice (line 70) | public function getActualPrice($currency = '$') method getSpecialPrice (line 81) | public function getSpecialPrice($currency = '$') method getOldPrice (line 92) | public function getOldPrice($currency = '$') method getPriceFrom (line 103) | public function getPriceFrom($currency = '$') method getPriceTo (line 114) | public function getPriceTo($currency = '$') method getCurrencySymbol (line 124) | public function getCurrencySymbol() method getPriceExcludingTax (line 137) | public function getPriceExcludingTax($currency = '$') method getPriceIncludingTax (line 148) | public function getPriceIncludingTax($currency = '$') method getOldPriceFrom (line 159) | public function getOldPriceFrom($currency = '$') method getOldPriceTo (line 170) | public function getOldPriceTo($currency = '$') method isRegularPriceVisible (line 180) | public function isRegularPriceVisible() method isSpecialPriceVisible (line 190) | public function isSpecialPriceVisible() method isOldPriceVisible (line 200) | public function isOldPriceVisible() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/BottomToolbar.php class BottomToolbar (line 16) | class BottomToolbar extends Block method nextPage (line 44) | public function nextPage() method firstPage (line 59) | public function firstPage() method setLimiterValueByIndex (line 75) | public function setLimiterValueByIndex($index) method getLimitedValueByIndex (line 90) | public function getLimitedValueByIndex($index) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/Crosssell.php class Crosssell (line 12) | class Crosssell extends PromotedSection FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/ProductItem.php class ProductItem (line 16) | class ProductItem extends Block method isVisible (line 51) | public function isVisible() method open (line 61) | public function open() method getProductName (line 71) | public function getProductName() method isVisibleAddToCardButton (line 81) | public function isVisibleAddToCardButton() method clickAddToCart (line 92) | public function clickAddToCart() method getPriceBlock (line 103) | public function getPriceBlock() method getBaseImageSource (line 116) | public function getBaseImageSource() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/PromotedSection.php class PromotedSection (line 16) | class PromotedSection extends Block method isVisible (line 37) | public function isVisible() method getProductItem (line 48) | public function getProductItem(FixtureInterface $product) method getProducts (line 63) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/Related.php class Related (line 16) | class Related extends PromotedSection method getProductItem (line 24) | public function getProductItem(FixtureInterface $product) method getProducts (line 39) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/Related/ProductItem.php class ProductItem (line 14) | class ProductItem extends \Magento\Catalog\Test\Block\Product\ProductLis... method isSelectable (line 28) | public function isSelectable() method select (line 38) | public function select() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/TopToolbar.php class TopToolbar (line 15) | class TopToolbar extends Block method getSelectSortType (line 36) | public function getSelectSortType() method getSortType (line 48) | public function getSortType() method applySorting (line 60) | public function applySorting(array $sortBy) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ProductList/Upsell.php class Upsell (line 12) | class Upsell extends PromotedSection FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/View.php class View (line 22) | class View extends AbstractConfigureBlock method isThresholdMessageDisplayed (line 235) | public function isThresholdMessageDisplayed() method getThresholdMessage (line 245) | public function getThresholdMessage() method getPriceBlock (line 257) | public function getPriceBlock(FixtureInterface $product = null) method addToCart (line 282) | public function addToCart(FixtureInterface $product) method configure (line 295) | public function configure(FixtureInterface $product) method getMiniCartBlock (line 312) | private function getMiniCartBlock() method clickAddToCart (line 329) | public function clickAddToCart() method setQtyAndClickAddToCart (line 340) | public function setQtyAndClickAddToCart($qty) method setQty (line 352) | public function setQty($qty) method isVisibleAddToCart (line 363) | public function isVisibleAddToCart() method paypalCheckout (line 373) | public function paypalCheckout() method inContextPaypalCheckout (line 384) | public function inContextPaypalCheckout() method braintreePaypalCheckout (line 395) | public function braintreePaypalCheckout() method getProductName (line 408) | public function getProductName() method getProductSku (line 418) | public function getProductSku() method getProductShortDescription (line 428) | public function getProductShortDescription() method getProductDescription (line 441) | public function getProductDescription() method getOptions (line 455) | public function getOptions(FixtureInterface $product) method getTierPrices (line 474) | public function getTierPrices($lineNumber = 1) method clickAddToCartButton (line 487) | public function clickAddToCartButton() method isVisibleAddToCardButton (line 497) | public function isVisibleAddToCardButton() method stockAvailability (line 507) | public function stockAvailability() method clickAddToCompare (line 517) | public function clickAddToCompare() method addToWishlist (line 534) | public function addToWishlist(FixtureInterface $product) method clickAddToWishlist (line 550) | public function clickAddToWishlist() method selectTab (line 561) | public function selectTab($name) method waitLoader (line 571) | public function waitLoader() method isGalleryVisible (line 584) | public function isGalleryVisible() method isFullImageVisible (line 597) | public function isFullImageVisible() method getFullImageSource (line 608) | public function getFullImageSource() method isBaseImageVisible (line 618) | public function isBaseImageVisible() method getBaseImageSource (line 628) | public function getBaseImageSource() method clickBaseImage (line 638) | public function clickBaseImage() method closeFullImage (line 649) | public function closeFullImage() method isVideoVisible (line 671) | public function isVideoVisible() method checkVideoDataPresence (line 682) | public function checkVideoDataPresence($videoData) method getQtyErrorMessage (line 693) | public function getQtyErrorMessage() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/View/CustomOptions.php class CustomOptions (line 19) | class CustomOptions extends Form method getOptions (line 141) | public function getOptions(FixtureInterface $product) method waitValidationErrorMessage (line 179) | public function waitValidationErrorMessage() method getListOptions (line 189) | protected function getListOptions() method isJsMessageVisible (line 208) | public function isJsMessageVisible($customOptionTitle) method getFieldData (line 222) | protected function getFieldData(SimpleElement $option) method getAreaData (line 249) | protected function getAreaData(SimpleElement $option) method getFileData (line 260) | protected function getFileData(SimpleElement $option) method getDropdownData (line 282) | protected function getDropdownData(SimpleElement $option) method getMultipleSelectData (line 295) | protected function getMultipleSelectData(SimpleElement $option) method getRadioButtonsData (line 307) | protected function getRadioButtonsData(SimpleElement $option) method getCheckboxData (line 331) | protected function getCheckboxData(SimpleElement $option) method getDateData (line 342) | protected function getDateData(SimpleElement $option) method getDateTimeData (line 361) | protected function getDateTimeData(SimpleElement $option) method getTimeData (line 372) | protected function getTimeData(SimpleElement $option) method getSelectOptionsData (line 384) | public function getSelectOptionsData(SimpleElement $element, $firstOpt... method getOptionPriceNotice (line 410) | protected function getOptionPriceNotice(SimpleElement $option) method getOptionNotice (line 426) | protected function getOptionNotice(SimpleElement $option, $number) method parseOptionText (line 438) | protected function parseOptionText($optionText) method fillCustomOptions (line 456) | public function fillCustomOptions(array $checkoutData) method prepareOptions (line 468) | protected function prepareOptions(array $options) method fillOptions (line 515) | protected function fillOptions(array $options) method getOptionType (line 543) | protected function getOptionType($option) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Search.php class Search (line 15) | class Search extends Block method search (line 73) | public function search($keyword, $length = null) method fillSearch (line 89) | public function fillSearch($text) method waitUntilSearchPrepared (line 100) | public function waitUntilSearchPrepared() method isPlaceholderContains (line 121) | public function isPlaceholderContains($placeholderText) method isSuggestSearchVisible (line 134) | public function isSuggestSearchVisible($text, $amount = null) method clickSuggestedText (line 155) | public function clickSuggestedText($text) method waitForElementEnabled (line 168) | public function waitForElementEnabled($selector, $strategy = Locator::... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAbsenceDeleteAttributeButton.php class AssertAbsenceDeleteAttributeButton (line 16) | class AssertAbsenceDeleteAttributeButton extends AbstractConstraint method processAssert (line 24) | public function processAssert(CatalogProductAttributeNew $attributeNew) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAddBeforeForPrice.php class AssertAddBeforeForPrice (line 16) | class AssertAddBeforeForPrice extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAddToCartButtonAbsent.php class AssertAddToCartButtonAbsent (line 19) | class AssertAddToCartButtonAbsent extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAddToCartButtonPresent.php class AssertAddToCartButtonPresent (line 19) | class AssertAddToCartButtonPresent extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAddedProductAttributeOnProductForm.php class AssertAddedProductAttributeOnProductForm (line 22) | class AssertAddedProductAttributeOnProductForm extends AbstractConstraint method processAssert (line 71) | public function processAssert( method toString (line 120) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAdvancedPriceAbsentOnProductForm.php class AssertAdvancedPriceAbsentOnProductForm (line 16) | class AssertAdvancedPriceAbsentOnProductForm extends AbstractConstraint method processAssert (line 25) | public function processAssert(array $entities, CatalogProductEdit $pro... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeForm.php class AssertAttributeForm (line 17) | class AssertAttributeForm extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeOptionsOnProductForm.php class AssertAttributeOptionsOnProductForm (line 18) | class AssertAttributeOptionsOnProductForm extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetForm.php class AssertAttributeSetForm (line 19) | class AssertAttributeSetForm extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 64) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetGroupOnProductForm.php class AssertAttributeSetGroupOnProductForm (line 24) | class AssertAttributeSetGroupOnProductForm extends AbstractConstraint method processAssert (line 39) | public function processAssert( method toString (line 80) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetInGrid.php class AssertAttributeSetInGrid (line 17) | class AssertAttributeSetInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CatalogProductSetIndex $productSetPage, ... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetNotInGrid.php class AssertAttributeSetNotInGrid (line 17) | class AssertAttributeSetNotInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(CatalogProductSetIndex $productSetPage, ... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetOnProductForm.php class AssertAttributeSetOnProductForm (line 22) | class AssertAttributeSetOnProductForm extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetSuccessDeleteMessage.php class AssertAttributeSetSuccessDeleteMessage (line 16) | class AssertAttributeSetSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogProductSetIndex $productSetIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertAttributeSetSuccessSaveMessage.php class AssertAttributeSetSuccessSaveMessage (line 16) | class AssertAttributeSetSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogProductSetIndex $productSetIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCanSaveProduct.php class AssertCanSaveProduct (line 12) | class AssertCanSaveProduct extends \Magento\Mtf\Constraint\AbstractConst... method processAssert (line 22) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryAbsenceOnBackend.php class AssertCategoryAbsenceOnBackend (line 16) | class AssertCategoryAbsenceOnBackend extends AbstractConstraint method processAssert (line 25) | public function processAssert(CatalogCategoryIndex $catalogCategoryInd... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryAbsenceOnFrontend.php class AssertCategoryAbsenceOnFrontend (line 18) | class AssertCategoryAbsenceOnFrontend extends AbstractConstraint method processAssert (line 37) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryBreadcrumbs.php class AssertCategoryBreadcrumbs (line 17) | class AssertCategoryBreadcrumbs extends AbstractConstraint method processAssert (line 39) | public function processAssert( method openCategory (line 69) | protected function openCategory(Category $category) method getBreadcrumbs (line 94) | protected function getBreadcrumbs(Category $category) method toString (line 116) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryCannotBeDeleted.php class AssertCategoryCannotBeDeleted (line 15) | class AssertCategoryCannotBeDeleted extends AbstractConstraint method processAssert (line 23) | public function processAssert(CatalogCategoryEdit $catalogCategoryEdit) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryForAssignedProducts.php class AssertCategoryForAssignedProducts (line 18) | class AssertCategoryForAssignedProducts extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryForm.php class AssertCategoryForm (line 17) | class AssertCategoryForm extends AbstractAssertForm method processAssert (line 42) | public function processAssert( method prepareFixtureData (line 65) | protected function prepareFixtureData(array $data) method sortData (line 84) | protected function sortData(array $data) method toString (line 103) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryInNavigationMenu.php class AssertCategoryInNavigationMenu (line 17) | class AssertCategoryInNavigationMenu extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryIncludeInNavigationMenu.php class AssertCategoryIncludeInNavigationMenu (line 17) | class AssertCategoryIncludeInNavigationMenu extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryIsNotActive.php class AssertCategoryIsNotActive (line 18) | class AssertCategoryIsNotActive extends AbstractConstraint method processAssert (line 30) | public function processAssert( method getCategoryUrl (line 53) | protected function getCategoryUrl(Category $category) method toString (line 75) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryMovedMessage.php class AssertCategoryMovedMessage (line 15) | class AssertCategoryMovedMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogCategoryEdit $catalogCategoryEdit) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryNavigationMenu.php class AssertCategoryNavigationMenu (line 16) | class AssertCategoryNavigationMenu extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryNotInNavigationMenu.php class AssertCategoryNotInNavigationMenu (line 17) | class AssertCategoryNotInNavigationMenu extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryOnCustomStore.php class AssertCategoryOnCustomStore (line 18) | class AssertCategoryOnCustomStore extends AbstractAssertForm method processAssert (line 59) | public function processAssert( method verifyUnavailabilityCategoryOnMainStore (line 81) | private function verifyUnavailabilityCategoryOnMainStore(Category $cat... method verifyAvailabilityCategoryOnMainStore (line 98) | private function verifyAvailabilityCategoryOnMainStore(Category $categ... method verifyCategoryOnCustomStore (line 115) | private function verifyCategoryOnCustomStore(Category $category) method toString (line 134) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryOnCustomWebsite.php class AssertCategoryOnCustomWebsite (line 18) | class AssertCategoryOnCustomWebsite extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 74) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryPage.php class AssertCategoryPage (line 19) | class AssertCategoryPage extends AbstractConstraint method processAssert (line 60) | public function processAssert( method prepareFixtureData (line 86) | protected function prepareFixtureData(array $data) method getCategoryUrl (line 100) | protected function getCategoryUrl(Category $category) method verifyGeneralInformation (line 125) | protected function verifyGeneralInformation(array $categoryData) method verifyContent (line 160) | protected function verifyContent(array $categoryData) method verifyDisplaySettings (line 207) | protected function verifyDisplaySettings(array $categoryData) method verifySearchEngineOptimization (line 254) | protected function verifySearchEngineOptimization(array $categoryData) method toString (line 282) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryProductsGridFilter.php class AssertCategoryProductsGridFilter (line 19) | class AssertCategoryProductsGridFilter extends AbstractConstraint method processAssert (line 38) | public function processAssert( method testGridFilter (line 58) | private function testGridFilter(array $categoryProducts, CatalogCatego... method toString (line 91) | public function toString() : string FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryRedirect.php class AssertCategoryRedirect (line 17) | class AssertCategoryRedirect extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategorySaveMessage.php class AssertCategorySaveMessage (line 16) | class AssertCategorySaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogCategoryEdit $catalogCategoryEdit) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategorySuccessDeleteMessage.php class AssertCategorySuccessDeleteMessage (line 16) | class AssertCategorySuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogCategoryEdit $categoryEdit) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryWithCustomStoreOnFrontend.php class AssertCategoryWithCustomStoreOnFrontend (line 18) | class AssertCategoryWithCustomStoreOnFrontend extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCustomOptions.php class AssertCustomOptions (line 16) | class AssertCustomOptions extends AssertProductForm method processAssert (line 26) | public function processAssert( method addExpectedOptionValues (line 53) | private function addExpectedOptionValues(FixtureInterface $product, ar... method toString (line 78) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertDateInvalidErrorMessage.php class AssertDateInvalidErrorMessage (line 15) | class AssertDateInvalidErrorMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductEdit $productPage) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertFileExtensionHints.php class AssertFileExtensionHints (line 16) | class AssertFileExtensionHints extends AbstractAssertForm method processAssert (line 31) | public function processAssert(CatalogProductEdit $productPage) method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertImagesAreVisibleOnProductPage.php class AssertImagesAreVisibleOnProductPage (line 18) | class AssertImagesAreVisibleOnProductPage extends AbstractAssertForm method processAssert (line 46) | public function processAssert( method verify (line 68) | protected function verify() method verifyGallery (line 84) | protected function verifyGallery() method verifyBaseImage (line 98) | protected function verifyBaseImage() method verifyFullImage (line 116) | protected function verifyFullImage() method isImageLoaded (line 139) | protected function isImageLoaded($src) method toString (line 149) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertMassProductUpdateSuccessMessage.php class AssertMassProductUpdateSuccessMessage (line 15) | class AssertMassProductUpdateSuccessMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogProductIndex $productGrid, $produ... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertPaginationCorrectOnStoreFront.php class AssertPaginationCorrectOnStoreFront (line 17) | class AssertPaginationCorrectOnStoreFront extends AbstractConstraint method processAssert (line 32) | public function processAssert( method calculateExpectedProductsCountOnPage (line 86) | private function calculateExpectedProductsCountOnPage($productsPerPage... method toString (line 96) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertPriceOnProductPageInterface.php type AssertPriceOnProductPageInterface (line 16) | interface AssertPriceOnProductPageInterface method assertPrice (line 25) | public function assertPrice(FixtureInterface $product, View $productVi... method setErrorMessage (line 33) | public function setErrorMessage($errorMessage); FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAbsentCrossSells.php class AssertProductAbsentCrossSells (line 19) | class AssertProductAbsentCrossSells extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAbsentRelatedProducts.php class AssertProductAbsentRelatedProducts (line 18) | class AssertProductAbsentRelatedProducts extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAbsentUpSells.php class AssertProductAbsentUpSells (line 18) | class AssertProductAbsentUpSells extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeAbsenceInGrid.php class AssertProductAttributeAbsenceInGrid (line 17) | class AssertProductAttributeAbsenceInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeAbsenceInSearchOnProductForm.php class AssertProductAttributeAbsenceInSearchOnProductForm (line 17) | class AssertProductAttributeAbsenceInSearchOnProductForm extends Abstrac... method processAssert (line 27) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeAbsenceInTemplateGroups.php class AssertProductAttributeAbsenceInTemplateGroups (line 18) | class AssertProductAttributeAbsenceInTemplateGroups extends AbstractCons... method processAssert (line 28) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeAbsenceInUnassignedAttributes.php class AssertProductAttributeAbsenceInUnassignedAttributes (line 18) | class AssertProductAttributeAbsenceInUnassignedAttributes extends Abstra... method processAssert (line 28) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeDisplayingOnFrontend.php class AssertProductAttributeDisplayingOnFrontend (line 18) | class AssertProductAttributeDisplayingOnFrontend extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeDisplayingOnSearchForm.php class AssertProductAttributeDisplayingOnSearchForm (line 16) | class AssertProductAttributeDisplayingOnSearchForm extends AbstractConst... method processAssert (line 29) | public function processAssert(CatalogProductAttribute $attribute, Adva... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeInGrid.php class AssertProductAttributeInGrid (line 16) | class AssertProductAttributeInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(CatalogProductAttribute $attribute, Cata... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsComparable.php class AssertProductAttributeIsComparable (line 19) | class AssertProductAttributeIsComparable extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsFilterable.php class AssertProductAttributeIsFilterable (line 19) | class AssertProductAttributeIsFilterable extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsFilterableInSearch.php class AssertProductAttributeIsFilterableInSearch (line 18) | class AssertProductAttributeIsFilterableInSearch extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsGlobal.php class AssertProductAttributeIsGlobal (line 16) | class AssertProductAttributeIsGlobal extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsHtmlAllowed.php class AssertProductAttributeIsHtmlAllowed (line 18) | class AssertProductAttributeIsHtmlAllowed extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsRequired.php class AssertProductAttributeIsRequired (line 18) | class AssertProductAttributeIsRequired extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsUnique.php class AssertProductAttributeIsUnique (line 19) | class AssertProductAttributeIsUnique extends AbstractConstraint method processAssert (line 48) | public function processAssert( method createSimpleProductFixture (line 78) | protected function createSimpleProductFixture(CatalogProductSimple $pr... method toString (line 99) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeIsUsedInSortOnFrontend.php class AssertProductAttributeIsUsedInSortOnFrontend (line 18) | class AssertProductAttributeIsUsedInSortOnFrontend extends AbstractConst... method processAssert (line 29) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeSaveMessage.php class AssertProductAttributeSaveMessage (line 15) | class AssertProductAttributeSaveMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductAttributeIndex $attributeI... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAttributeSuccessDeleteMessage.php class AssertProductAttributeSuccessDeleteMessage (line 16) | class AssertProductAttributeSuccessDeleteMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(CatalogProductAttributeIndex $attributeI... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductAutoincrementedSkuNoticeMessage.php class AssertProductAutoincrementedSkuNoticeMessage (line 16) | class AssertProductAutoincrementedSkuNoticeMessage extends AbstractConst... method processAssert (line 25) | public function processAssert(CatalogProductEdit $productPage, Fixture... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareBlockOnCmsPage.php class AssertProductCompareBlockOnCmsPage (line 17) | class AssertProductCompareBlockOnCmsPage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareItemsLink.php class AssertProductCompareItemsLink (line 15) | class AssertProductCompareItemsLink extends AbstractConstraint method processAssert (line 24) | public function processAssert(array $products, CmsIndex $cmsIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareItemsLinkIsAbsent.php class AssertProductCompareItemsLinkIsAbsent (line 15) | class AssertProductCompareItemsLinkIsAbsent extends AbstractConstraint method processAssert (line 27) | public function processAssert(CmsIndex $cmsIndex) method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductComparePage.php class AssertProductComparePage (line 17) | class AssertProductComparePage extends AbstractConstraint method processAssert (line 54) | public function processAssert( method toString (line 93) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareRemoveLastProductMessage.php class AssertProductCompareRemoveLastProductMessage (line 16) | class AssertProductCompareRemoveLastProductMessage extends AbstractConst... method processAssert (line 26) | public function processAssert(CatalogProductCompare $comparePage) method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareSuccessAddMessage.php class AssertProductCompareSuccessAddMessage (line 16) | class AssertProductCompareSuccessAddMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert(CatalogProductView $catalogProductView, ... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareSuccessRemoveAllProductsMessage.php class AssertProductCompareSuccessRemoveAllProductsMessage (line 15) | class AssertProductCompareSuccessRemoveAllProductsMessage extends Abstra... method processAssert (line 25) | public function processAssert(CatalogProductView $catalogProductView) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCompareSuccessRemoveMessage.php class AssertProductCompareSuccessRemoveMessage (line 17) | class AssertProductCompareSuccessRemoveMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductCompare $catalogProductCom... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCrossSells.php class AssertProductCrossSells (line 19) | class AssertProductCrossSells extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCustomOptionsErrors.php class AssertProductCustomOptionsErrors (line 15) | class AssertProductCustomOptionsErrors extends AbstractConstraint method processAssert (line 24) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductCustomOptionsOnProductPage.php class AssertProductCustomOptionsOnProductPage (line 17) | class AssertProductCustomOptionsOnProductPage extends AbstractAssertForm method processAssert (line 82) | public function processAssert( method prepareOptions (line 108) | protected function prepareOptions(FixtureInterface $product, $actualPr... method verifyData (line 130) | protected function verifyData(array $fixtureData, array $formData, $is... method checkNotEqualValuesErrors (line 151) | private function checkNotEqualValuesErrors($value, $formValue, $key) method prepareErrorsForOutput (line 179) | private function prepareErrorsForOutput(array $fixtureData, array $for... method verifyDataForErrors (line 202) | private function verifyDataForErrors($formValue, $key, $errors, $value) method prepareEachCustomOption (line 229) | private function prepareEachCustomOption($actualPrice, $customOption, ... method toString (line 252) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductDuplicateForm.php class AssertProductDuplicateForm (line 16) | class AssertProductDuplicateForm extends AssertProductForm method processAssert (line 53) | public function processAssert( method prepareFixtureData (line 75) | protected function prepareFixtureData(array $data, array $sortFields =... method prepareUrlKey (line 116) | protected function prepareUrlKey($urlKey) method toString (line 128) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductDuplicateIsNotDisplayingOnFrontend.php class AssertProductDuplicateIsNotDisplayingOnFrontend (line 14) | class AssertProductDuplicateIsNotDisplayingOnFrontend extends AbstractCo... method processAssert (line 25) | public function processAssert() method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductDuplicateMessage.php class AssertProductDuplicateMessage (line 15) | class AssertProductDuplicateMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductEdit $productPage) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductDuplicatedInGrid.php class AssertProductDuplicatedInGrid (line 16) | class AssertProductDuplicatedInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(FixtureInterface $product, CatalogProduc... method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductForm.php class AssertProductForm (line 17) | class AssertProductForm extends AbstractAssertForm method processAssert (line 55) | public function processAssert( method prepareFixtureData (line 82) | protected function prepareFixtureData(array $data, array $sortFields =... method prepareSpecialPriceArray (line 111) | protected function prepareSpecialPriceArray(array $fields) method prepareFormData (line 130) | protected function prepareFormData(array $data, array $sortFields = []) method toString (line 144) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductFormattingTierPrice.php class AssertProductFormattingTierPrice (line 15) | class AssertProductFormattingTierPrice extends AbstractConstraint method processAssert (line 23) | public function processAssert(CatalogProductEdit $productPage) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductGridIsRendered.php class AssertProductGridIsRendered (line 12) | class AssertProductGridIsRendered extends \Magento\Mtf\Constraint\Abstra... method processAssert (line 20) | public function processAssert( method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductHasImageInGrid.php class AssertProductHasImageInGrid (line 12) | class AssertProductHasImageInGrid extends AbstractConstraint method processAssert (line 21) | public function processAssert( method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInCart.php class AssertProductInCart (line 19) | class AssertProductInCart extends AbstractConstraint method processAssert (line 51) | public function processAssert( method countPrices (line 79) | protected function countPrices(FixtureInterface $product, CheckoutCart... method countSpecialPrice (line 95) | protected function countSpecialPrice(FixtureInterface $product) method prepareFormPrice (line 111) | protected function prepareFormPrice(FixtureInterface $product, Checkou... method countCheckoutCartItemPrice (line 124) | protected function countCheckoutCartItemPrice(FixtureInterface $product) method countCustomOptionsPrice (line 141) | protected function countCustomOptionsPrice(FixtureInterface $product) method toString (line 167) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInCategory.php class AssertProductInCategory (line 18) | class AssertProductInCategory extends AbstractConstraint method processAssert (line 29) | public function processAssert( method assertPrice (line 65) | protected function assertPrice(FixtureInterface $product, CatalogCateg... method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInCategoryOnCustomWebsite.php class AssertProductInCategoryOnCustomWebsite (line 18) | class AssertProductInCategoryOnCustomWebsite extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInCustomStoreView.php class AssertProductInCustomStoreView (line 19) | class AssertProductInCustomStoreView extends AbstractAssertForm method processAssert (line 53) | public function processAssert( method verifyProductOnMainStore (line 75) | protected function verifyProductOnMainStore(FixtureInterface $initialP... method verifyProductOnCustomStore (line 93) | protected function verifyProductOnCustomStore(FixtureInterface $update... method toString (line 112) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInGrid.php class AssertProductInGrid (line 16) | class AssertProductInGrid extends AbstractConstraint method processAssert (line 32) | public function processAssert(FixtureInterface $product, CatalogProduc... method prepareFilter (line 48) | protected function prepareFilter() method getProductType (line 70) | protected function getProductType() method toString (line 82) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInStock.php class AssertProductInStock (line 17) | class AssertProductInStock extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInventoryMaxAllowedQty.php class AssertProductInventoryMaxAllowedQty (line 18) | class AssertProductInventoryMaxAllowedQty extends AbstractConstraint method processAssert (line 37) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInventoryMinAllowedQty.php class AssertProductInventoryMinAllowedQty (line 18) | class AssertProductInventoryMinAllowedQty extends AbstractConstraint method processAssert (line 37) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductInventoryThreshold.php class AssertProductInventoryThreshold (line 18) | class AssertProductInventoryThreshold extends AbstractConstraint method processAssert (line 35) | public function processAssert( method buyProduct (line 70) | private function buyProduct(FixtureFactory $fixtureFactory, FixtureInt... method toString (line 92) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductIsNotDisplayingOnFrontend.php class AssertProductIsNotDisplayingOnFrontend (line 21) | class AssertProductIsNotDisplayingOnFrontend extends AbstractConstraint method processAssert (line 81) | public function processAssert( method isNotDisplayingOnFrontendAssert (line 114) | protected function isNotDisplayingOnFrontendAssert(FixtureInterface $p... method toString (line 156) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductIsNotVisibleInCompareBlock.php class AssertProductIsNotVisibleInCompareBlock (line 18) | class AssertProductIsNotVisibleInCompareBlock extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductIsNotVisibleInComparePage.php class AssertProductIsNotVisibleInComparePage (line 17) | class AssertProductIsNotVisibleInComparePage extends AbstractConstraint method processAssert (line 33) | public function processAssert(CatalogProductCompare $comparePage, Fixt... method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductNameOnDifferentStoreViews.php class AssertProductNameOnDifferentStoreViews (line 18) | class AssertProductNameOnDifferentStoreViews extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductNoImageInGrid.php class AssertProductNoImageInGrid (line 15) | class AssertProductNoImageInGrid extends AbstractConstraint method processAssert (line 24) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductNotInGrid.php class AssertProductNotInGrid (line 17) | class AssertProductNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert($product, CatalogProductIndex $productGrid) method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductNotSearchableBySku.php class AssertProductNotSearchableBySku (line 18) | class AssertProductNotSearchableBySku extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductNotVisibleInCategory.php class AssertProductNotVisibleInCategory (line 18) | class AssertProductNotVisibleInCategory extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductOnCustomWebsite.php class AssertProductOnCustomWebsite (line 17) | class AssertProductOnCustomWebsite extends AbstractAssertForm method processAssert (line 48) | public function processAssert( method verifyProductOnMainWebsite (line 66) | protected function verifyProductOnMainWebsite(FixtureInterface $product) method verifyProductOnCustomWebsite (line 83) | protected function verifyProductOnCustomWebsite(FixtureInterface $prod... method toString (line 104) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductOutOfStock.php class AssertProductOutOfStock (line 17) | class AssertProductOutOfStock extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductPage.php class AssertProductPage (line 18) | class AssertProductPage extends AbstractAssertForm method processAssert (line 53) | public function processAssert( method verify (line 76) | protected function verify() method verifyName (line 95) | protected function verifyName() method verifyPrice (line 116) | protected function verifyPrice() method verifySpecialPrice (line 141) | protected function verifySpecialPrice() method verifySku (line 165) | protected function verifySku() method verifyDescription (line 186) | protected function verifyDescription() method verifyShortDescription (line 203) | protected function verifyShortDescription() method toString (line 220) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductPriceOnDifferentStoreViews.php class AssertProductPriceOnDifferentStoreViews (line 18) | class AssertProductPriceOnDifferentStoreViews extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductRelatedProducts.php class AssertProductRelatedProducts (line 18) | class AssertProductRelatedProducts extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSaveMessage.php class AssertProductSaveMessage (line 15) | class AssertProductSaveMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductEdit $productPage) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSearchableBySku.php class AssertProductSearchableBySku (line 17) | class AssertProductSearchableBySku extends AbstractConstraint method processAssert (line 47) | public function processAssert( method toString (line 82) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSimpleDuplicateForm.php class AssertProductSimpleDuplicateForm (line 13) | class AssertProductSimpleDuplicateForm extends AssertProductDuplicateForm FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSkuAutoGenerated.php class AssertProductSkuAutoGenerated (line 16) | class AssertProductSkuAutoGenerated extends AbstractConstraint method processAssert (line 25) | public function processAssert(FixtureInterface $product, CatalogProduc... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSpecialPriceOnProductPage.php class AssertProductSpecialPriceOnProductPage (line 18) | class AssertProductSpecialPriceOnProductPage extends AbstractConstraint ... method processAssert (line 35) | public function processAssert( method setErrorMessage (line 52) | public function setErrorMessage($errorMessage) method assertPrice (line 64) | public function assertPrice(FixtureInterface $product, View $productVi... method toString (line 82) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductSuccessDeleteMessage.php class AssertProductSuccessDeleteMessage (line 16) | class AssertProductSuccessDeleteMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert($product, CatalogProductIndex $productPage) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductTierPriceInCart.php class AssertProductTierPriceInCart (line 19) | class AssertProductTierPriceInCart extends AbstractConstraint method processAssert (line 51) | public function processAssert( method countPrices (line 81) | private function countPrices(FixtureInterface $product, CheckoutCart $... method prepareFormPrice (line 96) | private function prepareFormPrice(FixtureInterface $product, CheckoutC... method countCheckoutCartItemPrice (line 109) | private function countCheckoutCartItemPrice(FixtureInterface $product) method toString (line 125) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductTierPriceOnProductPage.php class AssertProductTierPriceOnProductPage (line 18) | class AssertProductTierPriceOnProductPage extends AbstractConstraint imp... method processAssert (line 42) | public function processAssert( method setErrorMessage (line 61) | public function setErrorMessage($errorMessage) method assertPrice (line 73) | public function assertPrice(FixtureInterface $product, View $productVi... method toString (line 103) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductTierPriceOnProductPageWithCustomer.php class AssertProductTierPriceOnProductPageWithCustomer (line 18) | class AssertProductTierPriceOnProductPageWithCustomer extends AbstractCo... method processAssert (line 29) | public function processAssert( method loginCustomer (line 51) | protected function loginCustomer($customer) method toString (line 64) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductTypeOrderOnCreate.php class AssertProductTypeOrderOnCreate (line 15) | class AssertProductTypeOrderOnCreate extends AbstractConstraint method processAssert (line 24) | public function processAssert(CatalogProductIndex $catalogProductIndex... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductUpSells.php class AssertProductUpSells (line 18) | class AssertProductUpSells extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductView.php class AssertProductView (line 17) | class AssertProductView extends AbstractConstraint method processAssert (line 25) | public function processAssert( method assertOnProductView (line 44) | protected function assertOnProductView(CatalogProductSimple $product, ... method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductViewBreadcrumbsCategory.php class AssertProductViewBreadcrumbsCategory (line 21) | class AssertProductViewBreadcrumbsCategory extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 72) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductVisibleInCategory.php class AssertProductVisibleInCategory (line 18) | class AssertProductVisibleInCategory extends AbstractConstraint method processAssert (line 45) | public function processAssert( method getStockStatus (line 78) | protected function getStockStatus(FixtureInterface $product) method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductsInStock.php class AssertProductsInStock (line 16) | class AssertProductsInStock extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductsOutOfStock.php class AssertProductsOutOfStock (line 16) | class AssertProductsOutOfStock extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertProductsQtyAndStockStatusInAdminPanel.php class AssertProductsQtyAndStockStatusInAdminPanel (line 15) | class AssertProductsQtyAndStockStatusInAdminPanel extends AbstractConstr... method processAssert (line 26) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertResetFilterMessage.php class AssertResetFilterMessage (line 12) | class AssertResetFilterMessage extends \Magento\Mtf\Constraint\AbstractC... method processAssert (line 20) | public function processAssert( method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertSubCategoryNotInNavigationMenu.php class AssertSubCategoryNotInNavigationMenu (line 17) | class AssertSubCategoryNotInNavigationMenu extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertUpdatedProductStatusInGrid.php class AssertUpdatedProductStatusInGrid (line 12) | class AssertUpdatedProductStatusInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertUsedSuperAttributeImpossibleDeleteMessages.php class AssertUsedSuperAttributeImpossibleDeleteMessages (line 16) | class AssertUsedSuperAttributeImpossibleDeleteMessages extends AbstractC... method processAssert (line 29) | public function processAssert(CatalogProductAttributeNew $newPage) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Cart/Item.php class Item (line 20) | class Item extends DataSource method __construct (line 32) | public function __construct(FixtureInterface $product) method getData (line 43) | public function getData($key = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/CatalogAttributeSet/AssignedAttributes.php class AssignedAttributes (line 20) | class AssignedAttributes extends DataSource method __construct (line 35) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getAttributes (line 64) | public function getAttributes() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/CatalogAttributeSet/SkeletonSet.php class SkeletonSet (line 19) | class SkeletonSet extends DataSource method __construct (line 34) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getAttributeSet (line 53) | public function getAttributeSet() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/CatalogProductSimple/CustomAttribute.php class CustomAttribute (line 16) | class CustomAttribute extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getDefaultAttributeValue (line 57) | private function getDefaultAttributeValue(CatalogProductAttribute $att... method getAttribute (line 83) | public function getAttribute() method createAttributeCode (line 94) | private function createAttributeCode(CatalogProductAttribute $attribute) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Category/CategoryProducts.php class CategoryProducts (line 15) | class CategoryProducts extends DataSource method __construct (line 30) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getProducts (line 58) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Category/LandingPage.php class LandingPage (line 16) | class LandingPage extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getCmsBlock (line 53) | public function getCmsBlock() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Category/ParentId.php class ParentId (line 16) | class ParentId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getParentCategory (line 53) | public function getParentCategory() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Category/StoreId.php class StoreId (line 17) | class StoreId extends DataSource method __construct (line 32) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStore (line 54) | public function getStore() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/AttributeSetId.php class AttributeSetId (line 20) | class AttributeSetId extends DataSource method __construct (line 35) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getAttributeSet (line 62) | public function getAttributeSet() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/CategoryIds.php class CategoryIds (line 16) | class CategoryIds extends DataSource method __construct (line 33) | public function __construct( method getCategories (line 81) | public function getCategories() method getIds (line 91) | public function getIds() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/CustomOptions.php class CustomOptions (line 20) | class CustomOptions extends DataSource method __construct (line 36) | public function __construct( method replaceData (line 76) | protected function replaceData(array $data, $replace) method getCustomOptions (line 94) | public function getCustomOptions() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/Image.php class Image (line 15) | class Image extends DataSource method __construct (line 36) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getData (line 47) | public function getData($key = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/Price.php class Price (line 19) | class Price extends DataSource method __construct (line 34) | public function __construct(RepositoryFactory $repositoryFactory, arra... method getPriceData (line 53) | public function getPriceData() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/RelatedProducts.php class RelatedProducts (line 16) | class RelatedProducts extends DataSource method __construct (line 30) | public function __construct( method getProducts (line 71) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/TaxClass.php class TaxClass (line 23) | class TaxClass extends DataSource method __construct (line 52) | public function __construct(FixtureFactory $fixtureFactory, array $par... method setTaxClassId (line 87) | protected function setTaxClassId($taxClassName) method getTaxClass (line 112) | public function getTaxClass() method getTaxClassId (line 122) | public function getTaxClassId() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/TierPrice.php class TierPrice (line 21) | class TierPrice extends DataSource method __construct (line 66) | public function __construct( method getData (line 85) | public function getData($key = null) method prepareWebsite (line 115) | private function prepareWebsite() method getCustomerGroups (line 140) | public function getCustomerGroups() method getWebsite (line 150) | public function getWebsite() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/Product/WebsiteIds.php class WebsiteIds (line 16) | class WebsiteIds extends DataSource method __construct (line 52) | public function __construct( method getData (line 69) | public function getData($key = null) method createStore (line 94) | private function createStore($dataset) method setWebsiteStoreData (line 113) | private function setWebsiteStoreData(Store $store) method getStores (line 130) | public function getStores() method getWebsites (line 140) | public function getWebsites() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogAttributeSet/CatalogAttributeSetInterface.php type CatalogAttributeSetInterface (line 14) | interface CatalogAttributeSetInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogAttributeSet/Curl.php class Curl (line 20) | class Curl extends AbstractCurl implements CatalogAttributeSetInterface method persist (line 52) | public function persist(FixtureInterface $fixture = null) method createAttributeSet (line 90) | protected function createAttributeSet(CatalogAttributeSet $fixture) method getDefaultAttributeSet (line 116) | protected function getDefaultAttributeSet(CatalogAttributeSet $fixture) method updateAttributeSet (line 134) | protected function updateAttributeSet($attributeSetId, array $dataAttr... method getDataAttributes (line 150) | protected function getDataAttributes($response) method getData (line 187) | protected function getData($regularExpression, $response, $isJson = fa... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductAttribute/CatalogProductAttributeInterface.php type CatalogProductAttributeInterface (line 14) | interface CatalogProductAttributeInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductAttribute/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CatalogProductAttributeInterface method persist (line 85) | public function persist(FixtureInterface $fixture = null) method changeStructureOfTheData (line 145) | protected function changeStructureOfTheData(array $data): array method getSerializeOptions (line 166) | protected function getSerializeOptions(array $data): string FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductSimple/CatalogProductSimpleInterface.php type CatalogProductSimpleInterface (line 14) | interface CatalogProductSimpleInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductSimple/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CatalogProductSimpleInterface method persist (line 216) | public function persist(FixtureInterface $fixture = null) method createProduct (line 232) | protected function createProduct(array $data, array $config) method parseResponse (line 256) | protected function parseResponse($response) method getUrl (line 269) | protected function getUrl(array $config) method prepareData (line 285) | public function prepareData(FixtureInterface $fixture) method prepareProductDetails (line 312) | protected function prepareProductDetails() method prepareStatus (line 328) | protected function prepareStatus() method preparePrice (line 340) | protected function preparePrice() method prepareIsVirtual (line 352) | protected function prepareIsVirtual() method prepareAttributeSet (line 364) | protected function prepareAttributeSet() method prepareTaxClass (line 392) | protected function prepareTaxClass() method prepareQuantityAndStockStatus (line 407) | protected function prepareQuantityAndStockStatus() method prepareCategory (line 426) | protected function prepareCategory() method prepareWebsites (line 442) | protected function prepareWebsites() method prepareAdvancedPricing (line 461) | protected function prepareAdvancedPricing() method prepareWebsitesData (line 475) | protected function prepareWebsitesData() method preparePriceFields (line 490) | protected function preparePriceFields(array $fields) method prepareAdvancedInventory (line 519) | protected function prepareAdvancedInventory() method prepareCustomOptionsData (line 538) | protected function prepareCustomOptionsData() method optionNameConvert (line 574) | protected function optionNameConvert($optionName) method prepareAutosetting (line 590) | protected function prepareAutosetting() method prepareCustomAttributes (line 602) | protected function prepareCustomAttributes() method prepareFpt (line 622) | protected function prepareFpt() method prepareMediaGallery (line 648) | protected function prepareMediaGallery($filename) method getFullPath (line 682) | private function getFullPath($filename) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductSimple/Ui.php class Ui (line 17) | class Ui extends AbstractUi implements CatalogProductSimpleInterface method persist (line 25) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductSimple/Webapi.php class Webapi (line 21) | class Webapi extends AbstractWebApi implements CatalogProductSimpleInter... method __construct (line 81) | public function __construct( method persist (line 98) | public function persist(FixtureInterface $fixture = null) method updateProduct (line 128) | private function updateProduct(FixtureInterface $fixture) method prepareData (line 154) | protected function prepareData() method convertData (line 172) | protected function convertData() method parseResponse (line 202) | protected function parseResponse(array $response) method prepareFpt (line 212) | protected function prepareFpt() method prepareAdvancedInventory (line 240) | protected function prepareAdvancedInventory() method prepareTierPrice (line 267) | protected function prepareTierPrice() method prepareSpecialPrice (line 308) | protected function prepareSpecialPrice() method prepareCustomOptions (line 329) | protected function prepareCustomOptions() method prepareMediaGallery (line 355) | protected function prepareMediaGallery() method getImageData (line 372) | private function getImageData($filename) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductVirtual/CatalogProductVirtualInterface.php type CatalogProductVirtualInterface (line 14) | interface CatalogProductVirtualInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductVirtual/Curl.php class Curl (line 15) | class Curl extends ProductCurl implements CatalogProductVirtualInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductVirtual/Webapi.php class Webapi (line 14) | class Webapi extends ProductWebapi implements CatalogProductVirtualInter... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/Category/CategoryInterface.php type CategoryInterface (line 14) | interface CategoryInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/Category/Curl.php class Curl (line 21) | class Curl extends AbstractCurl implements CategoryInterface method __construct (line 116) | public function __construct( method persist (line 132) | public function persist(FixtureInterface $fixture = null) method prepareData (line 157) | public function prepareData(FixtureInterface $fixture) method prepareGeneralInformation (line 175) | protected function prepareGeneralInformation() method prepareDisplaySetting (line 191) | protected function prepareDisplaySetting() method prepareAvailableSortBy (line 211) | protected function prepareAvailableSortBy() method prepareCategoryProducts (line 225) | protected function prepareCategoryProducts() method getBlockId (line 247) | protected function getBlockId($landingName) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/Category/Webapi.php class Webapi (line 20) | class Webapi extends AbstractWebapi implements CategoryInterface method __construct (line 54) | public function __construct( method persist (line 71) | public function persist(FixtureInterface $fixture = null) method prepareData (line 96) | public function prepareData(FixtureInterface $fixture) method assignProducts (line 130) | protected function assignProducts($categoryId, FixtureInterface $fixture) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategory.php class CatalogCategory (line 16) | class CatalogCategory extends Page method initUrl (line 56) | protected function initUrl() method open (line 69) | public function open(array $params = []) method getFormBlock (line 80) | public function getFormBlock() method getTreeBlock (line 92) | public function getTreeBlock() method getMessagesBlock (line 105) | public function getMessagesBlock() method getTemplateBlock (line 117) | public function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/Page/Category/CatalogCategoryEdit.php class CatalogCategoryEdit (line 17) | class CatalogCategoryEdit extends Page method initUrl (line 64) | protected function initUrl() method open (line 77) | public function open(array $params = []) method getFormBlock (line 88) | public function getFormBlock() method getTreeBlock (line 100) | public function getTreeBlock() method getMessagesBlock (line 113) | public function getMessagesBlock() method getTemplateBlock (line 125) | public function getTemplateBlock() method getPageActionsBlock (line 137) | public function getPageActionsBlock() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/AdvancedMoveCategoryEntityTest.php class AdvancedMoveCategoryEntityTest (line 33) | class AdvancedMoveCategoryEntityTest extends Injectable method __inject (line 68) | public function __inject( method test (line 86) | public function test( method getMovedCategoryTree (line 135) | public function getMovedCategoryTree(Category $movedCategory, Category... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.php class CreateCategoryEntityTest (line 28) | class CreateCategoryEntityTest extends Injectable method __inject (line 56) | public function __inject(CatalogCategoryIndex $catalogCategoryIndex, C... method test (line 69) | public function test(Category $category, $addCategory) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.php class DeleteCategoryEntityTest (line 31) | class DeleteCategoryEntityTest extends Injectable method __inject (line 58) | public function __inject(CatalogCategoryIndex $catalogCategoryIndex, C... method test (line 70) | public function test(Category $category) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/MoveCategoryEntityTest.php class MoveCategoryEntityTest (line 30) | class MoveCategoryEntityTest extends Injectable method __inject (line 65) | public function __inject( method test (line 83) | public function test( method getMovedCategoryTree (line 124) | public function getMovedCategoryTree(Category $movedCategory, Category... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/SubcategoryNotIncludeInNavigationMenuTest.php class SubcategoryNotIncludeInNavigationMenuTest (line 29) | class SubcategoryNotIncludeInNavigationMenuTest extends Injectable method __inject (line 64) | public function __inject( method test (line 82) | public function test( method getCategoryFixture (line 111) | private function getCategoryFixture(array &$categories, Category $curr... method getParentCategoryByNestingLevel (line 141) | private function getParentCategoryByNestingLevel(Category $category, $... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityFlatDataTest.php class UpdateCategoryEntityFlatDataTest (line 35) | class UpdateCategoryEntityFlatDataTest extends UpdateCategoryEntityTest method __prepare (line 73) | public function __prepare(Cron $cron, Indexer $indexer, TestStepFactor... method test (line 91) | public function test( method tearDown (line 123) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.php class UpdateCategoryEntityTest (line 33) | class UpdateCategoryEntityTest extends Injectable method __inject (line 68) | public function __inject( method test (line 85) | public function test(Category $category, Category $initialCategory) method prepareCategory (line 102) | protected function prepareCategory(Category $category, Category $initi... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateInactiveCategoryEntityFlatDataTest.php class UpdateInactiveCategoryEntityFlatDataTest (line 35) | class UpdateInactiveCategoryEntityFlatDataTest extends UpdateCategoryEnt... method __prepare (line 73) | public function __prepare(Cron $cron, Indexer $indexer, TestStepFactor... method test (line 91) | public function test( method tearDown (line 123) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateTopCategoryEntityTest.php class UpdateTopCategoryEntityTest (line 29) | class UpdateTopCategoryEntityTest extends Injectable method __inject (line 64) | public function __inject( method test (line 82) | public function test( method getCategoryFixture (line 114) | private function getCategoryFixture(array &$categories, Category $curr... method getCategory (line 145) | private function getCategory(Category $initialCategory, &$categoriesBe... method getParentCategoryByNestingLevel (line 171) | private function getParentCategoryByNestingLevel(Category $category, $... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AbstractCompareProductsTest.php class AbstractCompareProductsTest (line 24) | abstract class AbstractCompareProductsTest extends Injectable method __prepare (line 82) | public function __prepare(FixtureFactory $fixtureFactory, Customer $cu... method __inject (line 97) | public function __inject( method loginCustomer (line 112) | protected function loginCustomer() method createProducts (line 126) | protected function createProducts($products) method addProducts (line 145) | protected function addProducts(array $products, AbstractConstraint $as... method productCompareAssert (line 163) | protected function productCompareAssert(AbstractConstraint $assert, In... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AbstractProductPromotedProductsTest.php class AbstractProductPromotedProductsTest (line 20) | abstract class AbstractProductPromotedProductsTest extends Injectable method __prepare (line 71) | public function __prepare(BrowserInterface $browser, FixtureFactory $f... method __inject (line 85) | public function __inject( method createProducts (line 101) | protected function createProducts($products) method assignPromotedProducts (line 121) | protected function assignPromotedProducts($promotedProducts, $type) method parsePromotedProducts (line 158) | protected function parsePromotedProducts($promotedProducts) method parseNavigateProductsOrder (line 177) | protected function parseNavigateProductsOrder($navigateProductsOrder) method parseProductsToVerify (line 188) | protected function parseProductsToVerify($productsToVerify) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddCompareProductsTest.php class AddCompareProductsTest (line 28) | class AddCompareProductsTest extends AbstractCompareProductsTest method test (line 51) | public function test( method tearDown (line 75) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.php class AddToCartCrossSellTest (line 25) | class AddToCartCrossSellTest extends AbstractProductPromotedProductsTest method test (line 57) | public function test( method addToCart (line 103) | protected function addToCart(InjectableFixture $product) method assertAbsentCrossSellSection (line 118) | protected function assertAbsentCrossSellSection() method assertCrossSellSection (line 133) | protected function assertCrossSellSection(array $promotedProductNames) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ClearAllCompareProductsTest.php class ClearAllCompareProductsTest (line 27) | class ClearAllCompareProductsTest extends AbstractCompareProductsTest method test (line 42) | public function test($products, ConfigData $config, CustomerAccountInd... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateFlatCatalogProductTest.php class CreateFlatCatalogProductTest (line 29) | class CreateFlatCatalogProductTest extends Injectable method __prepare (line 69) | public function __prepare(Category $category) method __inject (line 85) | public function __inject( method test (line 102) | public function test($configData, $productsCount) method tearDown (line 115) | public function tearDown() method createBulkOfProducts (line 129) | private function createBulkOfProducts($productsCount) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityByAttributeMaskSkuTest.php class CreateSimpleProductEntityByAttributeMaskSkuTest (line 26) | class CreateSimpleProductEntityByAttributeMaskSkuTest extends Injectable method testCreate (line 57) | public function testCreate( method prepareSkuByMask (line 97) | private function prepareSkuByMask(CatalogProductSimple $product) method tearDown (line 127) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityPartOneTest.php class CreateSimpleProductEntityPartOneTest (line 27) | class CreateSimpleProductEntityPartOneTest extends CreateSimpleProductEn... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityPartTwoTest.php class CreateSimpleProductEntityPartTwoTest (line 27) | class CreateSimpleProductEntityPartTwoTest extends CreateSimpleProductEn... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.php class CreateSimpleProductEntityTest (line 27) | class CreateSimpleProductEntityTest extends Injectable method __prepare (line 54) | public function __prepare(Category $category) method testCreate (line 74) | public function testCreate( method tearDown (line 106) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.php class CreateVirtualProductEntityTest (line 29) | class CreateVirtualProductEntityTest extends Injectable method __prepare (line 63) | public function __prepare(Category $category) method __inject (line 78) | public function __inject(CatalogProductIndex $productGrid, CatalogProd... method testCreate (line 91) | public function testCreate(CatalogProductVirtual $product, Category $c... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DeleteCompareProductsTest.php class DeleteCompareProductsTest (line 27) | class DeleteCompareProductsTest extends AbstractCompareProductsTest method __prepare (line 48) | public function __prepare(FixtureFactory $fixtureFactory, Customer $cu... method test (line 64) | public function test( method tearDown (line 89) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DeleteProductEntityTest.php class DeleteProductEntityTest (line 29) | class DeleteProductEntityTest extends Injectable method __prepare (line 48) | public function __prepare(Category $category) method __inject (line 62) | public function __inject(CatalogProductIndex $catalogProductIndexPage) method test (line 75) | public function test($products, FixtureFactory $fixtureFactory, Catego... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.php class DuplicateProductEntityTest (line 29) | class DuplicateProductEntityTest extends Injectable method __prepare (line 72) | public function __prepare( method test (line 91) | public function test($productType) method createProduct (line 113) | protected function createProduct($productType) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ManageProductsStockTest.php class ManageProductsStockTest (line 26) | class ManageProductsStockTest extends Injectable method __inject (line 52) | public function __inject(FixtureFactory $fixtureFactory) method test (line 65) | public function test(CatalogProductSimple $product, $skipAddingToCart ... method tearDown (line 94) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateStatusTest.php class MassProductUpdateStatusTest (line 27) | class MassProductUpdateStatusTest extends Injectable method __inject (line 60) | public function __inject( method test (line 75) | public function test( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.php class MassProductUpdateTest (line 37) | class MassProductUpdateTest extends Injectable method __inject (line 87) | public function __inject( method test (line 107) | public function test(CatalogProductSimple $product, $configData, array... method prepareUpdatedProducts (line 139) | private function prepareUpdatedProducts(array $products, CatalogProduc... method tearDown (line 158) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.php class NavigateRelatedProductsTest (line 25) | class NavigateRelatedProductsTest extends AbstractProductPromotedProduct... method test (line 64) | public function test( method parseSelectable (line 112) | protected function parseSelectable($selectable) method getProductsToVerify (line 128) | protected function getProductsToVerify($product) method navigate (line 146) | protected function navigate($productShortName) method selectRelatedProducts (line 164) | protected function selectRelatedProducts($product) method assertAbsentRelatedSellSection (line 186) | protected function assertAbsentRelatedSellSection() method assertRelatedSection (line 200) | protected function assertRelatedSection($product) method assertCheckoutCart (line 230) | protected function assertCheckoutCart(array $checkoutProducts) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.php class NavigateUpSellProductsTest (line 22) | class NavigateUpSellProductsTest extends AbstractProductPromotedProducts... method test (line 38) | public function test( method assertAbsentUpSellSection (line 76) | protected function assertAbsentUpSellSection() method assertUpSellSection (line 90) | protected function assertUpSellSection(array $promotedProductNames) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.php class ProductTypeSwitchingOnCreationTest (line 29) | class ProductTypeSwitchingOnCreationTest extends Injectable method __inject (line 64) | public function __inject( method test (line 82) | public function test(string $createProduct, string $product, string $a... method performAction (line 104) | private function performAction(string $actionName): void method clearDownloadableData (line 116) | private function clearDownloadableData(): void FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.php class ProductTypeSwitchingOnUpdateTest (line 37) | class ProductTypeSwitchingOnUpdateTest extends Injectable method __inject (line 80) | public function __inject( method test (line 100) | public function test($productOrigin, $product, $actionName) method performAction (line 127) | protected function performAction($actionName) method deleteVariations (line 139) | protected function deleteVariations() method clearDownloadableData (line 152) | protected function clearDownloadableData() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ReSavingProductAfterInitialSaveTest.php class ReSavingProductAfterInitialSaveTest (line 27) | class ReSavingProductAfterInitialSaveTest extends Injectable method __inject (line 67) | public function __inject( method test (line 87) | public function test( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.php class UpdateSimpleProductEntityTest (line 33) | class UpdateSimpleProductEntityTest extends Injectable method __inject (line 76) | public function __inject( method test (line 95) | public function test( method getCategory (line 141) | protected function getCategory(CatalogProductSimple $initialProduct, C... method tearDown (line 156) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.php class UpdateVirtualProductEntityTest (line 36) | class UpdateVirtualProductEntityTest extends Injectable method __prepare (line 69) | public function __prepare(Category $category) method __inject (line 86) | public function __inject( method test (line 115) | public function test(CatalogProductVirtual $product) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.php class ValidateOrderOfProductTypeTest (line 20) | class ValidateOrderOfProductTypeTest extends Injectable method test (line 32) | public function test(CatalogProductIndex $catalogProductIndex) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.php class CreateAttributeSetEntityTest (line 31) | class CreateAttributeSetEntityTest extends Injectable method __inject (line 64) | public function __inject( method testCreateAttributeSet (line 81) | public function testCreateAttributeSet( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.php class CreateProductAttributeEntityFromProductPageTest (line 30) | class CreateProductAttributeEntityFromProductPageTest extends Scenario method __prepare (line 42) | public function __prepare(FixtureFactory $fixtureFactory) method test (line 57) | public function test() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.php class CreateProductAttributeEntityTest (line 23) | class CreateProductAttributeEntityTest extends Scenario method testCreateProductAttribute (line 35) | public function testCreateProductAttribute() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.php class DeleteAssignedToTemplateProductAttributeTest (line 30) | class DeleteAssignedToTemplateProductAttributeTest extends Injectable method __inject (line 57) | public function __inject(CatalogProductAttributeIndex $attributeIndex,... method test (line 69) | public function test(CatalogAttributeSet $attributeSet) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.php class DeleteAttributeSetTest (line 33) | class DeleteAttributeSetTest extends Injectable method __inject (line 60) | public function __inject( method test (line 75) | public function test(FixtureFactory $fixtureFactory, CatalogAttributeS... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.php class DeleteProductAttributeEntityTest (line 29) | class DeleteProductAttributeEntityTest extends Injectable method testDeleteProductAttribute (line 43) | public function testDeleteProductAttribute( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.php class DeleteSystemProductAttributeTest (line 26) | class DeleteSystemProductAttributeTest extends Injectable method testDeleteSystemProductAttribute (line 39) | public function testDeleteSystemProductAttribute( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.php class DeleteUsedInConfigurableProductAttributeTest (line 34) | class DeleteUsedInConfigurableProductAttributeTest extends Injectable method __inject (line 61) | public function __inject(CatalogProductAttributeIndex $attributeIndex,... method test (line 73) | public function test(ConfigurableProduct $product) FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.php class UpdateAttributeSetTest (line 35) | class UpdateAttributeSetTest extends Injectable method __inject (line 62) | public function __inject( method test (line 78) | public function test( FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.php class UpdateProductAttributeEntityTest (line 34) | class UpdateProductAttributeEntityTest extends Injectable method __prepare (line 53) | public function __prepare(FixtureFactory $fixtureFactory) method testUpdateProductAttribute (line 68) | public function testUpdateProductAttribute( method prepareProduct (line 119) | protected function prepareProduct($product, $attribute, $attributeSet) method prepareAttribute (line 137) | protected function prepareAttribute($attribute, $productAttributeOrigi... FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/AddAttributeToAttributeSetStep.php class AddAttributeToAttributeSetStep (line 18) | class AddAttributeToAttributeSetStep implements TestStepInterface method __construct (line 55) | public function __construct( method run (line 72) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/AddNewAttributeFromProductPageStep.php class AddNewAttributeFromProductPageStep (line 15) | class AddNewAttributeFromProductPageStep implements TestStepInterface method __construct (line 28) | public function __construct(CatalogProductEdit $catalogProductEdit) method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/AddNewAttributeStep.php class AddNewAttributeStep (line 15) | class AddNewAttributeStep implements TestStepInterface method __construct (line 28) | public function __construct(CatalogProductAttributeIndex $catalogProdu... method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/ConfigureProductOnProductPageStep.php class ConfigureProductOnProductPageStep (line 17) | class ConfigureProductOnProductPageStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/CreateAttributeSetStep.php class CreateAttributeSetStep (line 15) | class CreateAttributeSetStep implements TestStepInterface method __construct (line 30) | public function __construct(CatalogAttributeSet $attributeSet) method run (line 40) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/CreateProductStep.php class CreateProductStep (line 16) | class CreateProductStep implements TestStepInterface method __construct (line 39) | public function __construct(FixtureFactory $fixtureFactory, $product) method run (line 50) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/CreateProductWithAttributeSetStep.php class CreateProductWithAttributeSetStep (line 19) | class CreateProductWithAttributeSetStep implements TestStepInterface method __construct (line 72) | public function __construct( method run (line 93) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/CreateProductsStep.php class CreateProductsStep (line 17) | class CreateProductsStep implements TestStepInterface method __construct (line 48) | public function __construct(FixtureFactory $fixtureFactory, $products,... method run (line 60) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/DeleteAttributeStep.php class DeleteAttributeStep (line 17) | class DeleteAttributeStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/FillAttributeFormOnProductPageStep.php class FillAttributeFormOnProductPageStep (line 16) | class FillAttributeFormOnProductPageStep implements TestStepInterface method __construct (line 37) | public function __construct(CatalogProductAttribute $attribute, Catalo... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/FillAttributeFormStep.php class FillAttributeFormStep (line 16) | class FillAttributeFormStep implements TestStepInterface method __construct (line 37) | public function __construct(CatalogProductAttribute $productAttribute,... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/MergePreconditionProductsStep.php class MergePreconditionProductsStep (line 14) | class MergePreconditionProductsStep implements TestStepInterface method __construct (line 34) | public function __construct(array $products = [], array $preconditionP... method run (line 45) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/OpenProductAttributesPageStep.php class OpenProductAttributesPageStep (line 15) | class OpenProductAttributesPageStep implements TestStepInterface method __construct (line 28) | public function __construct(CatalogProductAttributeIndex $catalogProdu... method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/OpenProductOnBackendStep.php class OpenProductOnBackendStep (line 16) | class OpenProductOnBackendStep implements TestStepInterface method __construct (line 37) | public function __construct(InjectableFixture $product, CatalogProduct... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/OpenProductOnFrontendStep.php class OpenProductOnFrontendStep (line 15) | class OpenProductOnFrontendStep implements TestStepInterface method __construct (line 37) | public function __construct(FixtureInterface $product, BrowserInterfac... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/OpenProductsOnFrontendStep.php class OpenProductsOnFrontendStep (line 15) | class OpenProductsOnFrontendStep implements TestStepInterface method __construct (line 38) | public function __construct(array $products, BrowserInterface $browser) method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/SaveAttributeOnProductPageStep.php class SaveAttributeOnProductPageStep (line 17) | class SaveAttributeOnProductPageStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() method cleanup (line 71) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/SaveAttributeSetStep.php class SaveAttributeSetStep (line 15) | class SaveAttributeSetStep implements TestStepInterface method __construct (line 28) | public function __construct(CatalogProductSetEdit $catalogProductSetEdit) method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/SaveAttributeStep.php class SaveAttributeStep (line 17) | class SaveAttributeStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() method cleanup (line 71) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/SaveProductStep.php class SaveProductStep (line 16) | class SaveProductStep implements TestStepInterface method __construct (line 37) | public function __construct(InjectableFixture $product, CatalogProduct... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Catalog/Test/TestStep/SetDefaultAttributeValueStep.php class SetDefaultAttributeValueStep (line 17) | class SetDefaultAttributeValueStep implements TestStepInterface method __construct (line 54) | public function __construct( method run (line 71) | public function run() FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertExportProduct.php class AssertExportProduct (line 16) | class AssertExportProduct extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 50) | public function toString() method isProductDataInFile (line 63) | private function isProductDataInFile( method prepareSpecialPriceDateRegexp (line 93) | private function prepareSpecialPriceDateRegexp(InjectableFixture $prod... FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertExportProductDate.php class AssertExportProductDate (line 14) | class AssertExportProductDate extends AbstractConstraint method processAssert (line 23) | public function processAssert(ExportInterface $export, \DateTime $date... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertImportedProducts.php class AssertImportedProducts (line 19) | class AssertImportedProducts extends AbstractConstraint method processAssert (line 78) | public function processAssert( method getDisplayedProductData (line 109) | protected function getDisplayedProductData(FixtureInterface $product) method getDisplayedOnProductPageData (line 122) | protected function getDisplayedOnProductPageData(FixtureInterface $pro... method getResultCsv (line 136) | private function getResultCsv($productSku) method getResultProductsData (line 168) | protected function getResultProductsData(array $productsData) method deleteUnusedData (line 189) | private function deleteUnusedData(array $csvData) method retrieveProductBySku (line 207) | public function retrieveProductBySku(FixtureInterface $product) method toString (line 221) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertProductsInGrid.php class AssertProductsInGrid (line 16) | class AssertProductsInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertProductsOnStorefront.php class AssertProductsOnStorefront (line 16) | class AssertProductsOnStorefront extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/TestCase/ExportProductsTest.php class ExportProductsTest (line 31) | class ExportProductsTest extends Injectable method __inject (line 70) | public function __inject( method test (line 91) | public function test( method prepareProducts (line 118) | private function prepareProducts(array $products) FILE: dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/TestCase/ImportProductsTest.php class ImportProductsTest (line 24) | class ImportProductsTest extends Scenario method test (line 31) | public function test() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends PageActions method saveAndApply (line 29) | public function saveAndApply() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog.php class Catalog (line 16) | class Catalog extends Grid method getGridRow (line 66) | public function getGridRow($ruleName) method getCatalogPriceId (line 77) | public function getCatalogPriceId($ruleName) method isRowVisible (line 90) | public function isRowVisible(array $filter, $isSearchable = true, $isS... FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog/Edit/PromoForm.php class PromoForm (line 18) | class PromoForm extends FormSections method fill (line 35) | public function fill(FixtureInterface $fixture, SimpleElement $element... method prepareData (line 52) | protected function prepareData(array $tabs, array $replace) method waitPageToLoad (line 74) | protected function waitPageToLoad() method getTemplateBlock (line 85) | private function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog/Edit/Section/Conditions.php class Conditions (line 15) | class Conditions extends Section method isAttributeInConditions (line 37) | public function isAttributeInConditions(CatalogProductAttribute $attri... FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog/Edit/Section/RuleInformation.php class RuleInformation (line 14) | class RuleInformation extends Section method isVisibleCustomerGroup (line 29) | public function isVisibleCustomerGroup(CustomerGroup $customerGroup) FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/GridPageActions.php class GridPageActions (line 16) | class GridPageActions extends AbstractPageActions method applyRules (line 28) | public function applyRules() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Conditions.php class Conditions (line 16) | class Conditions extends Block method clickAddNew (line 35) | public function clickAddNew() method clickEllipsis (line 43) | public function clickEllipsis() method selectCondition (line 52) | public function selectCondition($type) method selectConditionValue (line 61) | public function selectConditionValue($value) method clickSaveAndContinue (line 69) | public function clickSaveAndContinue() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedCatalogPage.php class AssertCatalogPriceRuleAppliedCatalogPage (line 17) | class AssertCatalogPriceRuleAppliedCatalogPage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method verifyData (line 79) | protected function verifyData(array $fixtureData, array $formData) method toString (line 97) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedProductPage.php class AssertCatalogPriceRuleAppliedProductPage (line 20) | class AssertCatalogPriceRuleAppliedProductPage extends AbstractConstraint method processAssert (line 33) | public function processAssert( method verifyData (line 82) | protected function verifyData(array $fixtureData, array $formData) method toString (line 100) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleAppliedShoppingCart.php class AssertCatalogPriceRuleAppliedShoppingCart (line 17) | class AssertCatalogPriceRuleAppliedShoppingCart extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 81) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleForm.php class AssertCatalogPriceRuleForm (line 17) | class AssertCatalogPriceRuleForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method verifyData (line 64) | protected function verifyData(array $formData, array $fixtureData) method toString (line 95) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleInGrid.php class AssertCatalogPriceRuleInGrid (line 16) | class AssertCatalogPriceRuleInGrid extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 72) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotAppliedCatalogPage.php class AssertCatalogPriceRuleNotAppliedCatalogPage (line 16) | class AssertCatalogPriceRuleNotAppliedCatalogPage extends AbstractConstr... method processAssert (line 26) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotAppliedProductPage.php class AssertCatalogPriceRuleNotAppliedProductPage (line 17) | class AssertCatalogPriceRuleNotAppliedProductPage extends AbstractConstr... method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotAppliedShoppingCart.php class AssertCatalogPriceRuleNotAppliedShoppingCart (line 15) | class AssertCatalogPriceRuleNotAppliedShoppingCart extends AbstractConst... method processAssert (line 25) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNotInGrid.php class AssertCatalogPriceRuleNotInGrid (line 16) | class AssertCatalogPriceRuleNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleNoticeMessage.php class AssertCatalogPriceRuleNoticeMessage (line 15) | class AssertCatalogPriceRuleNoticeMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleOnOnepageCheckout.php class AssertCatalogPriceRuleOnOnepageCheckout (line 16) | class AssertCatalogPriceRuleOnOnepageCheckout extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 80) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleSuccessDeleteMessage.php class AssertCatalogPriceRuleSuccessDeleteMessage (line 15) | class AssertCatalogPriceRuleSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CatalogRuleIndex $pageCatalogRuleIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertCatalogPriceRuleSuccessSaveMessage.php class AssertCatalogPriceRuleSuccessSaveMessage (line 15) | class AssertCatalogPriceRuleSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CatalogRuleIndex $pageCatalogRuleIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Constraint/AssertProductAttributeIsUsedPromoRules.php class AssertProductAttributeIsUsedPromoRules (line 18) | class AssertProductAttributeIsUsedPromoRules extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Handler/CatalogRule/CatalogRuleInterface.php type CatalogRuleInterface (line 14) | interface CatalogRuleInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/Handler/CatalogRule/Curl.php class Curl (line 20) | class Curl extends Conditions implements CatalogRuleInterface method persist (line 93) | public function persist(FixtureInterface $fixture = null) method prepareData (line 118) | protected function prepareData($fixture) method getCategoryPriceRuleId (line 156) | public function getCategoryPriceRuleId(array $data) FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/AbstractCatalogRuleEntityTest.php class AbstractCatalogRuleEntityTest (line 18) | abstract class AbstractCatalogRuleEntityTest extends Injectable method __inject (line 57) | public function __inject( method tearDown (line 74) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplyCatalogPriceRulesTest.php class ApplyCatalogPriceRulesTest (line 31) | class ApplyCatalogPriceRulesTest extends AbstractCatalogRuleEntityTest method test (line 58) | public function test( method prepareCondition (line 100) | protected function prepareCondition(FixtureInterface $product, array $... method getCategory (line 122) | protected function getCategory(FixtureInterface $product) method getAttribute (line 134) | protected function getAttribute(FixtureInterface $product) method applyCustomerGroup (line 150) | protected function applyCustomerGroup(array $catalogPriceRule, Custome... method createCatalogPriceRule (line 167) | protected function createCatalogPriceRule( FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.php class CreateCatalogPriceRuleEntityTest (line 26) | class CreateCatalogPriceRuleEntityTest extends AbstractCatalogRuleEntity... method test (line 42) | public function test( method applyCustomerGroup (line 68) | protected function applyCustomerGroup(CatalogRule $catalogPriceRule, C... method prepareCondition (line 95) | private function prepareCondition(CatalogProductSimple $productSimple,... FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.php class DeleteCatalogPriceRuleEntityTest (line 32) | class DeleteCatalogPriceRuleEntityTest extends Injectable method __inject (line 59) | public function __inject( method test (line 75) | public function test(CatalogRule $catalogPriceRule, $product, Customer... FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.php class UpdateCatalogPriceRuleEntityTest (line 31) | class UpdateCatalogPriceRuleEntityTest extends AbstractCatalogRuleEntity... method test (line 49) | public function test( FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestStep/CreateCatalogRuleStep.php class CreateCatalogRuleStep (line 15) | class CreateCatalogRuleStep implements TestStepInterface method __construct (line 46) | public function __construct(FixtureFactory $fixtureFactory, DeleteAllC... method run (line 58) | public function run() method cleanup (line 77) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestStep/DeleteAllCatalogRulesStep.php class DeleteAllCatalogRulesStep (line 17) | class DeleteAllCatalogRulesStep implements TestStepInterface method __construct (line 38) | public function __construct( method run (line 51) | public function run() FILE: dev/tests/functional/tests/app/Magento/CatalogRuleConfigurable/Test/Constraint/AssertCatalogPriceRuleAppliedCatalogPage.php class AssertCatalogPriceRuleAppliedCatalogPage (line 17) | class AssertCatalogPriceRuleAppliedCatalogPage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method verifyData (line 72) | protected function verifyData(array $formData, array $fixtureData) method toString (line 90) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogRuleConfigurable/Test/TestCase/ApplyConfigurableProductCatalogPriceRulesTest.php class ApplyConfigurableProductCatalogPriceRulesTest (line 30) | class ApplyConfigurableProductCatalogPriceRulesTest extends ApplyCatalog... method getAttribute (line 38) | protected function getAttribute(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Adminhtml/Edit/SearchTermForm.php class SearchTermForm (line 14) | class SearchTermForm extends WidgetForm FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Adminhtml/Grid.php class Grid (line 15) | class Grid extends WidgetGrid FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/CustomAttribute/Date.php class Date (line 16) | class Date extends BaseForm method fill (line 40) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/CustomAttribute/Select.php class Select (line 16) | class Select extends BaseForm method fill (line 33) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/CustomAttribute/Text.php class Text (line 16) | class Text extends BaseForm method fill (line 33) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/Form.php class Form (line 19) | class Form extends ParentForm method submit (line 61) | public function submit() method fill (line 73) | public function fill(FixtureInterface $fixture, SimpleElement $element... method getFormLabels (line 118) | public function getFormLabels() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/Result.php class Result (line 16) | class Result extends Block method isVisibleMessages (line 52) | public function isVisibleMessages($text) method getSearchSummaryItems (line 63) | public function getSearchSummaryItems() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Block/Advanced/SearchResultsTitle.php class SearchResultsTitle (line 15) | class SearchResultsTitle extends Block method getSearchQuery (line 29) | public function getSearchQuery() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchAttributeIsAbsent.php class AssertAdvancedSearchAttributeIsAbsent (line 17) | class AssertAdvancedSearchAttributeIsAbsent extends AbstractConstraint method processAssert (line 27) | public function processAssert(CatalogProductAttribute $attribute, Adva... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchEmptyTerm.php class AssertAdvancedSearchEmptyTerm (line 15) | class AssertAdvancedSearchEmptyTerm extends AbstractConstraint method processAssert (line 28) | public function processAssert(AdvancedSearch $advancedSearch) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchNoResult.php class AssertAdvancedSearchNoResult (line 15) | class AssertAdvancedSearchNoResult extends AbstractConstraint method processAssert (line 28) | public function processAssert(AdvancedResult $resultPage) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchProductByAttribute.php class AssertAdvancedSearchProductByAttribute (line 20) | class AssertAdvancedSearchProductByAttribute extends AbstractConstraint method processAssert (line 40) | public function processAssert( method prepareFixture (line 70) | protected function prepareFixture(InjectableFixture $productSearch, $a... method toString (line 87) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchProductResult.php class AssertAdvancedSearchProductResult (line 15) | class AssertAdvancedSearchProductResult extends AbstractConstraint method processAssert (line 30) | public function processAssert( method prepareExpectedResult (line 53) | private function prepareExpectedResult(array $isVisibleInAdvancedSearc... method advancedSearchProducts (line 72) | private function advancedSearchProducts(AdvancedResult $resultPage, ar... method toString (line 99) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAdvancedSearchProductsResult.php class AssertAdvancedSearchProductsResult (line 16) | class AssertAdvancedSearchProductsResult extends AbstractConstraint method processAssert (line 53) | public function processAssert( method checkSearchData (line 95) | protected function checkSearchData(array $searchResult, CatalogProduct... method prepareFixtureData (line 127) | protected function prepareFixtureData(CatalogProductSimple $productSea... method toString (line 153) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertAttributeSearchableByLabel.php class AssertAttributeSearchableByLabel (line 18) | class AssertAttributeSearchableByLabel extends AbstractConstraint method processAssert (line 29) | public function processAssert( method getSearchValue (line 53) | protected function getSearchValue(CatalogProductAttribute $attribute) method toString (line 88) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertCatalogSearchNoResult.php class AssertCatalogSearchNoResult (line 15) | class AssertCatalogSearchNoResult extends AbstractConstraint method processAssert (line 23) | public function processAssert(CatalogsearchResult $catalogsearchResult) method toString (line 36) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertCatalogSearchNoResultMessage.php class AssertCatalogSearchNoResultMessage (line 15) | class AssertCatalogSearchNoResultMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogsearchResult $catalogSearchResult) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertCatalogSearchQueryLength.php class AssertCatalogSearchQueryLength (line 15) | class AssertCatalogSearchQueryLength extends AbstractConstraint method processAssert (line 23) | public function processAssert(CatalogsearchResult $catalogSearchResult) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertCatalogSearchResult.php class AssertCatalogSearchResult (line 16) | class AssertCatalogSearchResult extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogSearchQuery $catalogSearch, Advan... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertCatalogSearchResultOrder.php class AssertCatalogSearchResultOrder (line 18) | class AssertCatalogSearchResultOrder extends AbstractConstraint method processAssert (line 31) | public function processAssert(CatalogSearchQuery $catalogSearch, Advan... method toString (line 70) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertConfigurableWithDisabledOptionCatalogSearchNoResult.php class AssertConfigurableWithDisabledOptionCatalogSearchNoResult (line 22) | class AssertConfigurableWithDisabledOptionCatalogSearchNoResult extends ... method processAssert (line 38) | public function processAssert( method toString (line 81) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertProductAddedToCartFromSearchResults.php class AssertProductAddedToCartFromSearchResults (line 17) | class AssertProductAddedToCartFromSearchResults extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertProductCanBeOpenedFromSearchResult.php class AssertProductCanBeOpenedFromSearchResult (line 17) | class AssertProductCanBeOpenedFromSearchResult extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchAttributeTest.php class AssertSearchAttributeTest (line 15) | class AssertSearchAttributeTest extends AbstractConstraint method processAssert (line 24) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermForm.php class AssertSearchTermForm (line 18) | class AssertSearchTermForm extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermInGrid.php class AssertSearchTermInGrid (line 17) | class AssertSearchTermInGrid extends AbstractConstraint method processAssert (line 32) | public function processAssert(CatalogSearchIndex $indexPage, CatalogSe... method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermMassActionNotOnFrontend.php class AssertSearchTermMassActionNotOnFrontend (line 18) | class AssertSearchTermMassActionNotOnFrontend extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermMassActionsNotInGrid.php class AssertSearchTermMassActionsNotInGrid (line 17) | class AssertSearchTermMassActionsNotInGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermNotInGrid.php class AssertSearchTermNotInGrid (line 17) | class AssertSearchTermNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CatalogSearchIndex $indexPage, CatalogSe... method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermNotOnFrontend.php class AssertSearchTermNotOnFrontend (line 18) | class AssertSearchTermNotOnFrontend extends AbstractConstraint method processAssert (line 28) | public function processAssert(CmsIndex $cmsIndex, BrowserInterface $br... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermOnFrontend.php class AssertSearchTermOnFrontend (line 19) | class AssertSearchTermOnFrontend extends AbstractConstraint method processAssert (line 40) | public function processAssert(CmsIndex $cmsIndex, CatalogSearchQuery $... method checkSuggestSearch (line 68) | protected function checkSuggestSearch(CatalogSearchQuery $searchTerm) method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermSuccessDeleteMessage.php class AssertSearchTermSuccessDeleteMessage (line 16) | class AssertSearchTermSuccessDeleteMessage extends AbstractConstraint method processAssert (line 33) | public function processAssert(CatalogSearchIndex $indexPage) method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermSuccessMassDeleteMessage.php class AssertSearchTermSuccessMassDeleteMessage (line 15) | class AssertSearchTermSuccessMassDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(array $searchTerms, CatalogSearchIndex $... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSearchTermSuccessSaveMessage.php class AssertSearchTermSuccessSaveMessage (line 16) | class AssertSearchTermSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CatalogSearchIndex $indexPage) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Constraint/AssertSuggestSearchingResult.php class AssertSuggestSearchingResult (line 17) | class AssertSuggestSearchingResult extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Fixture/CatalogSearchQuery/QueryText.php class QueryText (line 20) | class QueryText extends DataSource method __construct (line 39) | public function __construct(FixtureFactory $fixtureFactory, array $par... method createProducts (line 53) | private function createProducts(FixtureFactory $fixtureFactory, $produ... method createProduct (line 85) | private function createProduct(FixtureFactory $fixtureFactory, $produc... method getProductFixtureCode (line 101) | private function getProductFixtureCode($productData) method getProductDataSet (line 112) | private function getProductDataSet($productData) method getFirstProduct (line 122) | public function getFirstProduct() method getProducts (line 132) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Handler/CatalogSearchQuery/CatalogSearchQueryInterface.php type CatalogSearchQueryInterface (line 14) | interface CatalogSearchQueryInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/Handler/CatalogSearchQuery/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CatalogSearchQueryInterface method persist (line 48) | public function persist(FixtureInterface $fixture = null) method addNewSearchTerm (line 61) | protected function addNewSearchTerm(array $data) method getNewSearchTermId (line 77) | protected function getNewSearchTermId($queryText) FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.php class AdvancedSearchEntityTest (line 29) | class AdvancedSearchEntityTest extends Injectable method __prepare (line 42) | public function __prepare(FixtureFactory $fixtureFactory) method test (line 74) | public function test( FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.php class CreateSearchTermEntityTest (line 29) | class CreateSearchTermEntityTest extends Injectable method __inject (line 56) | public function __inject(CatalogSearchIndex $indexPage, CatalogSearchE... method test (line 68) | public function test(CatalogSearchQuery $searchTerm) FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.php class DeleteSearchTermEntityTest (line 32) | class DeleteSearchTermEntityTest extends Injectable method __inject (line 59) | public function __inject(CatalogSearchIndex $indexPage, CatalogSearchE... method test (line 71) | public function test(CatalogSearchQuery $searchTerm) FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.php class MassDeleteSearchTermEntityTest (line 33) | class MassDeleteSearchTermEntityTest extends Injectable method __inject (line 52) | public function __inject(CatalogSearchIndex $indexPage) method test (line 64) | public function test($searchTerms, FixtureFactory $fixtureFactory) FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.php class SearchEntityResultsTest (line 25) | class SearchEntityResultsTest extends Injectable method __inject (line 45) | public function __inject(CmsIndex $cmsIndex) method test (line 57) | public function test(CatalogSearchQuery $catalogSearch, $queryLength =... FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.php class SuggestSearchingResultEntityTest (line 27) | class SuggestSearchingResultEntityTest extends Injectable method testSearch (line 40) | public function testSearch(CmsIndex $cmsIndex, CatalogSearchQuery $sea... FILE: dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.php class UpdateSearchTermEntityTest (line 32) | class UpdateSearchTermEntityTest extends Injectable method __inject (line 67) | public function __inject( method test (line 83) | public function test(CatalogSearchQuery $searchTerm) FILE: dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/Constraint/AssertCategoryUrlDuplicateErrorMessage.php class AssertCategoryUrlDuplicateErrorMessage (line 16) | class AssertCategoryUrlDuplicateErrorMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/Constraint/AssertProductUrlDuplicateErrorMessage.php class AssertProductUrlDuplicateErrorMessage (line 17) | class AssertProductUrlDuplicateErrorMessage extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/TestCase/CreateDuplicateUrlCategoryEntityTest.php class CreateDuplicateUrlCategoryEntityTest (line 33) | class CreateDuplicateUrlCategoryEntityTest extends Injectable method __inject (line 61) | public function __inject(CatalogCategoryIndex $catalogCategoryIndex, C... method test (line 74) | public function test(Category $category, $addCategory) FILE: dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/TestCase/CreateDuplicateUrlProductEntity.php class CreateDuplicateUrlProductEntity (line 31) | class CreateDuplicateUrlProductEntity extends Injectable method __prepare (line 58) | public function __prepare(Category $category) method testCreate (line 78) | public function testCreate( method tearDown (line 111) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart.php class Cart (line 21) | class Cart extends Block method waitForFormLoaded (line 121) | public function waitForFormLoaded() method getCartItem (line 132) | public function getCartItem(FixtureInterface $product) method getOnepageLinkBlock (line 159) | public function getOnepageLinkBlock() method braintreePaypalCheckout (line 171) | public function braintreePaypalCheckout() method paypalCheckout (line 184) | public function paypalCheckout() method inContextPaypalCheckout (line 192) | public function inContextPaypalCheckout() method getDiscountTotal (line 207) | public function getDiscountTotal() method clearShoppingCart (line 226) | public function clearShoppingCart() method isProductInShoppingCart (line 239) | public function isProductInShoppingCart(FixtureInterface $product) method updateShoppingCart (line 249) | public function updateShoppingCart() method cartIsEmpty (line 259) | public function cartIsEmpty() method waitCartContainerLoading (line 269) | public function waitCartContainerLoading() method waitForCheckoutButton (line 279) | public function waitForCheckoutButton() method waitForLoader (line 289) | public function waitForLoader() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/AbstractCartItem.php class AbstractCartItem (line 14) | class AbstractCartItem extends Block method escapeCurrency (line 85) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/CartEmpty.php class CartEmpty (line 15) | class CartEmpty extends Block method getText (line 36) | public function getText() method clickLinkToMainPage (line 51) | public function clickLinkToMainPage() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/CartItem.php class CartItem (line 15) | class CartItem extends AbstractCartItem method getProductName (line 57) | public function getProductName() method getPrice (line 67) | public function getPrice() method getPriceInclTax (line 80) | public function getPriceInclTax() method getPriceExclTax (line 93) | public function getPriceExclTax() method setQty (line 107) | public function setQty($qty) method getQty (line 117) | public function getQty() method getSubtotalPrice (line 127) | public function getSubtotalPrice() method getSubtotalPriceExclTax (line 140) | public function getSubtotalPriceExclTax() method getSubtotalPriceInclTax (line 153) | public function getSubtotalPriceInclTax() method getOptions (line 166) | public function getOptions() method getOptionsName (line 192) | public function getOptionsName() method getOptionsValue (line 206) | public function getOptionsValue() method getPriceBundleOptions (line 223) | public function getPriceBundleOptions($index, $itemIndex = 1, $currenc... method getName (line 234) | public function getName() method edit (line 244) | public function edit() method removeItem (line 254) | public function removeItem() method escapeCurrencyForOption (line 265) | protected function escapeCurrencyForOption($label) method moveToWishlist (line 275) | public function moveToWishlist() method isEditButtonVisible (line 285) | public function isEditButtonVisible() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/DiscountCodes.php class DiscountCodes (line 16) | class DiscountCodes extends Form method applyCouponCode (line 52) | public function applyCouponCode($code) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Pager.php class Pager (line 15) | class Pager extends Block method getPagesBlock (line 36) | public function getPagesBlock() method getAmountToolbar (line 46) | public function getAmountToolbar() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Shipping.php class Shipping (line 16) | class Shipping extends Form method openEstimateShippingAndTax (line 87) | public function openEstimateShippingAndTax() method getTopCountries (line 99) | public function getTopCountries() method selectShippingMethod (line 124) | public function selectShippingMethod(array $shipping) method resetAddress (line 150) | public function resetAddress() method fillEstimateShippingAndTax (line 190) | public function fillEstimateShippingAndTax(Address $address) method isShippingCarrierMethodVisible (line 226) | public function isShippingCarrierMethodVisible($carrier, $method) method waitForUpdatedShippingMethods (line 244) | public function waitForUpdatedShippingMethods() method waitForCommonShippingPriceBlock (line 256) | public function waitForCommonShippingPriceBlock() method waitForEstimateShippingAndTaxForm (line 266) | public function waitForEstimateShippingAndTaxForm() method waitForShippingMethodForm (line 284) | public function waitForShippingMethodForm() method waitForSummaryBlock (line 302) | public function waitForSummaryBlock() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Sidebar.php class Sidebar (line 16) | class Sidebar extends Block method openMiniCart (line 112) | public function openMiniCart() method clickBraintreePaypalButton (line 128) | public function clickBraintreePaypalButton() method clickProceedToCheckoutButton (line 149) | public function clickProceedToCheckoutButton() method waitCounterQty (line 159) | protected function waitCounterQty() method getEmptyMessage (line 176) | public function getEmptyMessage() method isItemsQtyVisible (line 187) | public function isItemsQtyVisible() method getItemsQty (line 197) | public function getItemsQty() method getVisibleItemsCounter (line 207) | public function getVisibleItemsCounter() method getSubtotal (line 217) | public function getSubtotal() method getCartItem (line 231) | public function getCartItem(FixtureInterface $product) method waitInit (line 259) | public function waitInit() method waitLoader (line 276) | public function waitLoader() method escapeCurrency (line 288) | protected function escapeCurrency($price, $currency = '$') FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Sidebar/Item.php class Item (line 14) | class Item extends Sidebar method removeItemFromMiniCart (line 63) | public function removeItemFromMiniCart() method waitForDeleteButtonVisible (line 79) | private function waitForDeleteButtonVisible() method clickEditItem (line 96) | public function clickEditItem() method editQty (line 107) | public function editQty(array $checkoutData) method getQty (line 120) | public function getQty() method getPrice (line 137) | public function getPrice() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Totals.php class Totals (line 15) | class Totals extends Block method getGrandTotal (line 106) | public function getGrandTotal() method getGrandTotalIncludingTax (line 118) | public function getGrandTotalIncludingTax() method getGrandTotalExcludingTax (line 130) | public function getGrandTotalExcludingTax() method getTax (line 141) | public function getTax() method isTaxVisible (line 152) | public function isTaxVisible() method getSubtotal (line 162) | public function getSubtotal() method getSubtotalIncludingTax (line 173) | public function getSubtotalIncludingTax() method getSubtotalExcludingTax (line 184) | public function getSubtotalExcludingTax() method escapeCurrency (line 196) | protected function escapeCurrency($price) method getDiscount (line 207) | public function getDiscount() method getShippingPrice (line 220) | public function getShippingPrice() method getShippingPriceInclTax (line 231) | public function getShippingPriceInclTax() method isVisibleShippingPriceBlock (line 242) | public function isVisibleShippingPriceBlock() method waitForUpdatedTotals (line 252) | public function waitForUpdatedTotals() method waitForShippingPriceBlock (line 264) | public function waitForShippingPriceBlock() method waitForGrandTotal (line 274) | public function waitForGrandTotal() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/AbstractReview.php class AbstractReview (line 20) | abstract class AbstractReview extends Block method __construct (line 163) | public function __construct(SimpleElement $element, BlockFactory $bloc... method getGrandTotal (line 173) | public function getGrandTotal() method getItemPriceExclTax (line 185) | public function getItemPriceExclTax($productName) method getItemPriceInclTax (line 201) | public function getItemPriceInclTax($productName) method getItemSubExclTax (line 217) | public function getItemSubExclTax($productName) method getItemSubInclTax (line 233) | public function getItemSubInclTax($productName) method getItemElement (line 249) | public function getItemElement($productName) method expandItemsBlock (line 262) | public function expandItemsBlock() method getVisibleItemsCounter (line 274) | public function getVisibleItemsCounter() method getGoToCartLink (line 284) | public function getGoToCartLink() method getGrandTotalExclTax (line 294) | public function getGrandTotalExclTax() method getGrandTotalInclTax (line 305) | public function getGrandTotalInclTax() method getTax (line 316) | public function getTax() method getDiscount (line 327) | public function getDiscount() method getSubtotal (line 338) | public function getSubtotal() method getSubtotalExclTax (line 349) | public function getSubtotalExclTax() method getSubtotalInclTax (line 360) | public function getSubtotalInclTax() method getShippingInclTax (line 371) | public function getShippingInclTax() method getShippingExclTax (line 382) | public function getShippingExclTax() method escapeCurrency (line 394) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/CustomAddress.php class CustomAddress (line 15) | class CustomAddress extends Form method clickUpdate (line 36) | public function clickUpdate() method selectAddress (line 47) | public function selectAddress($value) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Link.php class Link (line 16) | class Link extends Block method proceedToCheckout (line 23) | public function proceedToCheckout() method getTitle (line 33) | public function getTitle() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Login.php class Login (line 16) | class Login extends Form method checkoutMethod (line 59) | public function checkoutMethod(FixtureInterface $fixture) method guestCheckout (line 75) | public function guestCheckout() method loginCustomer (line 87) | public function loginCustomer(FixtureInterface $customer) method fillGuestFields (line 100) | public function fillGuestFields(Customer $customer) method clickContinue (line 113) | public function clickContinue() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment.php class Payment (line 15) | class Payment extends Block method selectPaymentMethod (line 82) | public function selectPaymentMethod( method isVisiblePaymentMethod (line 123) | public function isVisiblePaymentMethod(array $payment) method getSelectedPaymentMethodBlock (line 135) | public function getSelectedPaymentMethodBlock() method placeOrder (line 150) | public function placeOrder() method getPaymentMethods (line 161) | public function getPaymentMethods() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment/DiscountCodes.php class DiscountCodes (line 16) | class DiscountCodes extends Form method applyCouponCode (line 52) | public function applyCouponCode($code) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment/Method.php class Method (line 15) | class Method extends Block method waitForFormLoaded (line 64) | public function waitForFormLoaded() method clickPlaceOrder (line 74) | public function clickPlaceOrder() method clickContinueToPaypal (line 85) | public function clickContinueToPaypal() method clickPayWithPaypal (line 99) | public function clickPayWithPaypal() method inContextPaypalCheckout (line 111) | public function inContextPaypalCheckout() method getBillingBlock (line 125) | public function getBillingBlock() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment/Method/Billing.php class Billing (line 16) | class Billing extends Form method fillBilling (line 59) | public function fillBilling(Address $billingAddress) method clickUpdate (line 75) | public function clickUpdate() method getSameAsShippingCheckboxValue (line 85) | public function getSameAsShippingCheckboxValue() method unsetSameAsShippingCheckboxValue (line 95) | public function unsetSameAsShippingCheckboxValue() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Registration.php class Registration (line 15) | class Registration extends Block method createAccount (line 29) | public function createAccount() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Review.php class Review (line 14) | class Review extends AbstractReview FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping.php class Shipping (line 16) | class Shipping extends Form method getEmailError (line 112) | public function getEmailError() method getEmailTooltip (line 122) | public function getEmailTooltip() method getEmailInstructions (line 133) | public function getEmailInstructions() method clickOnNewAddressButton (line 143) | public function clickOnNewAddressButton() method getAddressModalBlock (line 154) | public function getAddressModalBlock() method getRequiredFields (line 167) | public function getRequiredFields() method getSelectedAddress (line 175) | public function getSelectedAddress() method editAddress (line 185) | public function editAddress($address) method selectAddress (line 202) | public function selectAddress($address) method isAddressSelected (line 219) | public function isAddressSelected($address) method isPopupNewAddressButtonVisible (line 231) | public function isPopupNewAddressButtonVisible() method clickPopupNewAddressButton (line 242) | public function clickPopupNewAddressButton() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping/AddressModal.php class AddressModal (line 14) | class AddressModal extends Form method save (line 56) | public function save() method cancel (line 66) | public function cancel() method getErrorMessages (line 76) | public function getErrorMessages() method dataMapping (line 93) | protected function dataMapping(array $fields = null, $parent = null) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping/Method.php class Method (line 15) | class Method extends Block method waitForShippingRates (line 57) | private function waitForShippingRates() method isLoaderAppeared (line 69) | public function isLoaderAppeared() method selectShippingMethod (line 81) | public function selectShippingMethod(array $method) method isShippingMethodAvailable (line 94) | public function isShippingMethodAvailable(array $method) method clickContinue (line 106) | public function clickContinue() method getShippingMethodAmount (line 125) | public function getShippingMethodAmount(array $method) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/ShippingPopup.php class ShippingPopup (line 14) | class ShippingPopup extends Form method clickSaveAddressButton (line 28) | public function clickSaveAddressButton() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Success.php class Success (line 17) | class Success extends Block method getOrderId (line 46) | public function getOrderId(Checkout $fixture) method getGuestOrderId (line 66) | public function getGuestOrderId() method openOrder (line 78) | public function openOrder() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertAddToCartButtonAbsentOnCategoryPage.php class AssertAddToCartButtonAbsentOnCategoryPage (line 19) | class AssertAddToCartButtonAbsentOnCategoryPage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertAddToCartButtonAbsentOnProductPage.php class AssertAddToCartButtonAbsentOnProductPage (line 17) | class AssertAddToCartButtonAbsentOnProductPage extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertAddToCartButtonPresentOnCategoryPage.php class AssertAddToCartButtonPresentOnCategoryPage (line 18) | class AssertAddToCartButtonPresentOnCategoryPage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertAddToCartButtonPresentOnProductPage.php class AssertAddToCartButtonPresentOnProductPage (line 17) | class AssertAddToCartButtonPresentOnProductPage extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertAddedProductToCartSuccessMessage.php class AssertAddedProductToCartSuccessMessage (line 17) | class AssertAddedProductToCartSuccessMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert(CheckoutCart $checkoutCart, FixtureInter... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertBillingAddressAbsentInPayment.php class AssertBillingAddressAbsentInPayment (line 15) | class AssertBillingAddressAbsentInPayment extends AbstractConstraint method processAssert (line 23) | public function processAssert(CheckoutOnepage $checkoutOnepage) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertBillingAddressSameAsShippingCheckbox.php class AssertBillingAddressSameAsShippingCheckbox (line 15) | class AssertBillingAddressSameAsShippingCheckbox extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, $billi... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCancelSuccessMessageInShoppingCart.php class AssertCancelSuccessMessageInShoppingCart (line 16) | class AssertCancelSuccessMessageInShoppingCart extends AbstractConstraint method processAssert (line 30) | public function processAssert(CheckoutCart $checkoutCart, BrowserInter... method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCartBundleOptionTitle.php class AssertCartBundleOptionTitle (line 17) | class AssertCartBundleOptionTitle extends AbstractConstraint method processAssert (line 26) | public function processAssert(CheckoutCart $checkoutCart, $optionTitle) method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCartIsEmpty.php class AssertCartIsEmpty (line 18) | class AssertCartIsEmpty extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 61) | public function toString() method assertUrlEqual (line 75) | private function assertUrlEqual( FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCartItemsOptions.php class AssertCartItemsOptions (line 23) | class AssertCartItemsOptions extends AbstractAssertForm method processAssert (line 47) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart) method verifyContainsData (line 88) | protected function verifyContainsData( method equals (line 140) | protected function equals($expected, $actual) method errorFormat (line 153) | protected function errorFormat($value, $formValue, $key) method toString (line 170) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCartPerCustomer.php class AssertCartPerCustomer (line 17) | class AssertCartPerCustomer extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 76) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCheckoutErrorMessage.php class AssertCheckoutErrorMessage (line 15) | class AssertCheckoutErrorMessage extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, $expec... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertCustomerIsRedirectedToCheckoutFromCart.php class AssertCustomerIsRedirectedToCheckoutFromCart (line 21) | class AssertCustomerIsRedirectedToCheckoutFromCart extends AbstractConst... method processAssert (line 51) | public function processAssert( method getOrder (line 87) | protected function getOrder(array $checkoutData) method toString (line 111) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertDiscountInShoppingCart.php class AssertDiscountInShoppingCart (line 18) | class AssertDiscountInShoppingCart extends AbstractConstraint method processAssert (line 27) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertEmailErrorValidationMessage.php class AssertEmailErrorValidationMessage (line 15) | class AssertEmailErrorValidationMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertEmailToolTips.php class AssertEmailToolTips (line 15) | class AssertEmailToolTips extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertEstimateShippingAndTax.php class AssertEstimateShippingAndTax (line 21) | class AssertEstimateShippingAndTax extends AbstractConstraint method __construct (line 64) | public function __construct( method processAssert (line 90) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 111) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertGrandTotalInShoppingCart.php class AssertGrandTotalInShoppingCart (line 18) | class AssertGrandTotalInShoppingCart extends AbstractConstraint method processAssert (line 30) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertGrandTotalOrderReview.php class AssertGrandTotalOrderReview (line 15) | class AssertGrandTotalOrderReview extends AbstractConstraint method processAssert (line 31) | public function processAssert(CheckoutOnepage $checkoutOnepage, $grand... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertItemsCounterInMiniShoppingCart.php class AssertItemsCounterInMiniShoppingCart (line 15) | class AssertItemsCounterInMiniShoppingCart extends AbstractConstraint method processAssert (line 24) | public function processAssert(CmsIndex $cmsIndex, $totalItemsCountInSh... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertLinkGoToCartNotPresentInSummaryBlock.php class AssertLinkGoToCartNotPresentInSummaryBlock (line 12) | class AssertLinkGoToCartNotPresentInSummaryBlock extends AbstractConstraint method processAssert (line 20) | public function processAssert(CheckoutOnepage $checkoutPage) method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertLinkGoToCartPresentInSummaryBlock.php class AssertLinkGoToCartPresentInSummaryBlock (line 12) | class AssertLinkGoToCartPresentInSummaryBlock extends AbstractConstraint method processAssert (line 20) | public function processAssert(CheckoutOnepage $checkoutPage) method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertMinicartEmpty.php class AssertMinicartEmpty (line 15) | class AssertMinicartEmpty extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertMinicartItemsQty.php class AssertMinicartItemsQty (line 15) | class AssertMinicartItemsQty extends AbstractConstraint method processAssert (line 24) | public function processAssert( method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertMyCartLinkRedirect.php class AssertMyCartLinkRedirect (line 15) | class AssertMyCartLinkRedirect extends AbstractConstraint method processAssert (line 28) | public function processAssert(CmsIndex $cmsIndex) method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertOrderSuccessPlacedMessage.php class AssertOrderSuccessPlacedMessage (line 16) | class AssertOrderSuccessPlacedMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CheckoutOnepageSuccess $checkoutOnepageS... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPagersNotPresentInShoppingCart.php class AssertPagersNotPresentInShoppingCart (line 15) | class AssertPagersNotPresentInShoppingCart extends AbstractConstraint method processAssert (line 23) | public function processAssert(CheckoutCart $checkoutCart) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPagersPresentInShoppingCart.php class AssertPagersPresentInShoppingCart (line 15) | class AssertPagersPresentInShoppingCart extends AbstractConstraint method processAssert (line 22) | public function processAssert(CheckoutCart $checkoutCart) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPagersSummaryText.php class AssertPagersSummaryText (line 17) | class AssertPagersSummaryText extends AbstractConstraint method processAssert (line 28) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPaymentMethodIsAbsentOnPaymentPage.php class AssertPaymentMethodIsAbsentOnPaymentPage (line 15) | class AssertPaymentMethodIsAbsentOnPaymentPage extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, array ... method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPaymentMethodPersistence.php class AssertPaymentMethodPersistence (line 15) | class AssertPaymentMethodPersistence extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, array ... method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertPriceInShoppingCart.php class AssertPriceInShoppingCart (line 21) | class AssertPriceInShoppingCart extends AbstractAssertForm method processAssert (line 32) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart) method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProceedToCheckoutButton.php class AssertProceedToCheckoutButton (line 17) | class AssertProceedToCheckoutButton extends AbstractConstraint method processAssert (line 31) | public function processAssert(CheckoutCart $checkoutCart) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductAbsentInMiniShoppingCart.php class AssertProductAbsentInMiniShoppingCart (line 17) | class AssertProductAbsentInMiniShoppingCart extends AbstractConstraint method processAssert (line 26) | public function processAssert(CmsIndex $cmsIndex, FixtureInterface $de... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductDataInMiniShoppingCart.php class AssertProductDataInMiniShoppingCart (line 19) | class AssertProductDataInMiniShoppingCart extends AbstractAssertForm method processAssert (line 28) | public function processAssert(CmsIndex $cmsIndex, Cart $cart) method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductIsNotEditable.php class AssertProductIsNotEditable (line 16) | class AssertProductIsNotEditable extends AbstractConstraint method processAssert (line 25) | public function processAssert(CheckoutCart $checkoutCart, array $produ... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductOptionsAbsentInShoppingCart.php class AssertProductOptionsAbsentInShoppingCart (line 15) | class AssertProductOptionsAbsentInShoppingCart extends AssertCartItemsOp... method processAssert (line 38) | public function processAssert(CheckoutCart $checkoutCart, Cart $delete... method equals (line 50) | protected function equals($expected, $actual) method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductPresentInMiniShoppingCart.php class AssertProductPresentInMiniShoppingCart (line 16) | class AssertProductPresentInMiniShoppingCart extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsIndex $cmsIndex, array $products) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductPresentInShoppingCart.php class AssertProductPresentInShoppingCart (line 16) | class AssertProductPresentInShoppingCart extends AbstractConstraint method processAssert (line 25) | public function processAssert(CheckoutCart $checkoutCart, array $produ... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductQtyInShoppingCart.php class AssertProductQtyInShoppingCart (line 21) | class AssertProductQtyInShoppingCart extends AbstractAssertForm method processAssert (line 32) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart) method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertProductsAbsentInShoppingCart.php class AssertProductsAbsentInShoppingCart (line 15) | class AssertProductsAbsentInShoppingCart extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutCart $checkoutCart, array $produ... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertShippingAddressJsValidationMessagesIsAbsent.php class AssertShippingAddressJsValidationMessagesIsAbsent (line 16) | class AssertShippingAddressJsValidationMessagesIsAbsent extends Abstract... method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertShippingInShoppingCart.php class AssertShippingInShoppingCart (line 16) | class AssertShippingInShoppingCart extends AbstractConstraint method processAssert (line 30) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertShippingMethodAvailableInCart.php class AssertShippingMethodAvailableInCart (line 15) | class AssertShippingMethodAvailableInCart extends AbstractConstraint method processAssert (line 29) | public function processAssert(CheckoutCart $checkoutCart, array $shipp... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertShippingTotalOrderReview.php class AssertShippingTotalOrderReview (line 15) | class AssertShippingTotalOrderReview extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, $shipp... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertSubTotalOrderReview.php class AssertSubTotalOrderReview (line 15) | class AssertSubTotalOrderReview extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, $subTo... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertSubtotalInMiniShoppingCart.php class AssertSubtotalInMiniShoppingCart (line 16) | class AssertSubtotalInMiniShoppingCart extends AbstractAssertForm method processAssert (line 25) | public function processAssert(CmsIndex $cmsIndex, Cart $cart) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertSubtotalInShoppingCart.php class AssertSubtotalInShoppingCart (line 21) | class AssertSubtotalInShoppingCart extends AbstractAssertForm method processAssert (line 33) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 72) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertTaxInShoppingCart.php class AssertTaxInShoppingCart (line 16) | class AssertTaxInShoppingCart extends AbstractConstraint method processAssert (line 30) | public function processAssert(CheckoutCart $checkoutCart, Cart $cart, ... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertTaxTotalOrderReview.php class AssertTaxTotalOrderReview (line 15) | class AssertTaxTotalOrderReview extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutOnepage $checkoutOnepage, $taxTo... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertTopDestinationsInSelect.php class AssertTopDestinationsInSelect (line 15) | class AssertTopDestinationsInSelect extends AbstractConstraint method processAssert (line 24) | public function processAssert(CheckoutCart $checkoutCart, array $topDe... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyInCheckoutSummaryBlock.php class AssertVisibleItemsQtyInCheckoutSummaryBlock (line 14) | class AssertVisibleItemsQtyInCheckoutSummaryBlock extends AbstractConstr... method processAssert (line 24) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyInMiniShoppingCart.php class AssertVisibleItemsQtyInMiniShoppingCart (line 15) | class AssertVisibleItemsQtyInMiniShoppingCart extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsIndex $cmsIndex, Cart $cart, $minicar... method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyMessageInMiniShoppingCart.php class AssertVisibleItemsQtyMessageInMiniShoppingCart (line 12) | class AssertVisibleItemsQtyMessageInMiniShoppingCart extends AbstractCon... method processAssert (line 32) | public function processAssert(CmsIndex $cmsIndex, $minicartMaxVisibleC... method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/AssertVisibleItemsQtyMessageOnCheckoutSummaryBlock.php class AssertVisibleItemsQtyMessageOnCheckoutSummaryBlock (line 13) | class AssertVisibleItemsQtyMessageOnCheckoutSummaryBlock extends Abstrac... method processAssert (line 34) | public function processAssert( method toString (line 70) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint/Utils/CartPageLoadTrait.php type CartPageLoadTrait (line 16) | trait CartPageLoadTrait method waitForCartPageLoaded (line 22) | public function waitForCartPageLoaded(CheckoutCart $checkoutCart) : void FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php class Items (line 19) | class Items extends DataSource method __construct (line 33) | public function __construct(array $params, array $data = []) method getModuleName (line 45) | protected function getModuleName(FixtureInterface $product) method getData (line 57) | public function getData($key = null) method getProducts (line 74) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.php class AddProductsToShoppingCartEntityTest (line 33) | class AddProductsToShoppingCartEntityTest extends Injectable method __prepare (line 122) | public function __prepare( method test (line 150) | public function test( method prepareProducts (line 189) | protected function prepareProducts(array $productList) method addToCart (line 207) | protected function addToCart(array $products, $isValidationFailed) method tearDown (line 221) | public function tearDown() method getBaseUrl (line 252) | private function getBaseUrl($useHttps = false) method getSystemConfigEditPage (line 263) | private function getSystemConfigEditPage() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.php class DeleteProductFromMiniShoppingCartTest (line 31) | class DeleteProductFromMiniShoppingCartTest extends Injectable method __prepare (line 59) | public function __prepare(CmsIndex $cmsIndex, CheckoutCart $cartPage) method test (line 72) | public function test(array $products, $deletedProductIndex) method prepareProducts (line 95) | protected function prepareProducts(array $productList) method addToCart (line 112) | protected function addToCart(array $products) method removeProduct (line 127) | protected function removeProduct(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.php class DeleteProductsFromShoppingCartTest (line 29) | class DeleteProductsFromShoppingCartTest extends Injectable method __prepare (line 73) | public function __prepare( method test (line 91) | public function test($productsData) method prepareProducts (line 107) | protected function prepareProducts($productList) method addToCart (line 124) | protected function addToCart(array $products) method removeProducts (line 139) | protected function removeProducts(array $products) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/EditShippingAddressOnePageCheckoutTest.php class EditShippingAddressOnePageCheckoutTest (line 34) | class EditShippingAddressOnePageCheckoutTest extends Scenario method test (line 41) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutDeclinedTest.php class OnePageCheckoutDeclinedTest (line 29) | class OnePageCheckoutDeclinedTest extends Scenario method test (line 42) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutFromMiniShoppingCartTest.php class OnePageCheckoutFromMiniShoppingCartTest (line 34) | class OnePageCheckoutFromMiniShoppingCartTest extends Scenario method test (line 47) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutJsValidationTest.php class OnePageCheckoutJsValidationTest (line 22) | class OnePageCheckoutJsValidationTest extends Scenario method test (line 33) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutOfflinePaymentMethodsTest.php class OnePageCheckoutOfflinePaymentMethodsTest (line 39) | class OnePageCheckoutOfflinePaymentMethodsTest extends Scenario method __inject (line 59) | public function __inject(EnvWhitelist $envWhitelist) method test (line 69) | public function test() method tearDown (line 80) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.php class OnePageCheckoutTest (line 39) | class OnePageCheckoutTest extends Scenario method test (line 52) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/ShoppingCartPagerTest.php class ShoppingCartPagerTest (line 27) | class ShoppingCartPagerTest extends Scenario method __prepare (line 40) | public function __prepare(FixtureFactory $fixtureFactory) method test (line 56) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/ShoppingCartPerCustomerTest.php class ShoppingCartPerCustomerTest (line 31) | class ShoppingCartPerCustomerTest extends Injectable method __inject (line 66) | public function __inject( method test (line 84) | public function test( method prepareShoppingCart (line 131) | private function prepareShoppingCart(Customer $customer, array $checko... FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.php class UpdateProductFromMiniShoppingCartEntityTest (line 33) | class UpdateProductFromMiniShoppingCartEntityTest extends Injectable method __inject (line 78) | public function __inject( method test (line 101) | public function test( method createProduct (line 154) | protected function createProduct(array $product, array $data = []) method addToCart (line 169) | protected function addToCart(FixtureInterface $product) method tearDown (line 183) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.php class UpdateShoppingCartTest (line 32) | class UpdateShoppingCartTest extends Injectable method __prepare (line 74) | public function __prepare(BrowserInterface $browser, FixtureFactory $f... method __inject (line 87) | public function __inject( method test (line 101) | public function test(CatalogProductSimple $product) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/ValidateEmailOnCheckoutTest.php class ValidateEmailOnCheckoutTest (line 31) | class ValidateEmailOnCheckoutTest extends Injectable method test (line 48) | public function test( FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/VerifyPaymentMethodOnCheckoutTest.php class VerifyPaymentMethodOnCheckoutTest (line 29) | class VerifyPaymentMethodOnCheckoutTest extends Scenario method test (line 42) | public function test() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/AddNewShippingAddressStep.php class AddNewShippingAddressStep (line 16) | class AddNewShippingAddressStep implements TestStepInterface method __construct (line 45) | public function __construct(CheckoutOnepage $checkoutOnepage, Address ... method run (line 57) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/AddProductsToTheCartStep.php class AddProductsToTheCartStep (line 19) | class AddProductsToTheCartStep implements TestStepInterface method __construct (line 86) | public function __construct( method run (line 109) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/ClickPlaceOrderButtonStep.php class ClickPlaceOrderButtonStep (line 15) | class ClickPlaceOrderButtonStep implements TestStepInterface method __construct (line 27) | public function __construct(CheckoutOnepage $checkoutOnepage) method run (line 37) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/ClickProceedToCheckoutStep.php class ClickProceedToCheckoutStep (line 17) | class ClickProceedToCheckoutStep implements TestStepInterface method __construct (line 30) | public function __construct(CheckoutCart $checkoutCart) method run (line 40) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/CreateCustomerAccountStep.php class CreateCustomerAccountStep (line 17) | class CreateCustomerAccountStep implements TestStepInterface method __construct (line 62) | public function __construct( method run (line 81) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/EditShippingAddressStep.php class EditShippingAddressStep (line 17) | class EditShippingAddressStep implements TestStepInterface method __construct (line 62) | public function __construct( method run (line 81) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/EstimateShippingAndTaxStep.php class EstimateShippingAndTaxStep (line 19) | class EstimateShippingAndTaxStep implements TestStepInterface method __construct (line 83) | public function __construct( method run (line 106) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillBillingInformationStep.php class FillBillingInformationStep (line 19) | class FillBillingInformationStep implements TestStepInterface method __construct (line 96) | public function __construct( method run (line 123) | public function run() method getDefaultBillingAddress (line 171) | private function getDefaultBillingAddress() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillShippingAddressStep.php class FillShippingAddressStep (line 19) | class FillShippingAddressStep implements TestStepInterface method __construct (line 72) | public function __construct( method run (line 93) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillShippingMethodOnEstimateStep.php class FillShippingMethodOnEstimateStep (line 16) | class FillShippingMethodOnEstimateStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillShippingMethodStep.php class FillShippingMethodStep (line 16) | class FillShippingMethodStep implements TestStepInterface method __construct (line 37) | public function __construct(CheckoutOnepage $checkoutOnepage, array $s... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/GetPlacedOrderIdStep.php class GetPlacedOrderIdStep (line 16) | class GetPlacedOrderIdStep implements TestStepInterface method __construct (line 36) | public function __construct( method run (line 49) | public function run() method getEntityId (line 64) | private function getEntityId($incrementId) FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/PlaceOrderStep.php class PlaceOrderStep (line 21) | class PlaceOrderStep implements TestStepInterface method __construct (line 89) | public function __construct( method run (line 115) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/ProceedToCheckoutFromMiniShoppingCartStep.php class ProceedToCheckoutFromMiniShoppingCartStep (line 15) | class ProceedToCheckoutFromMiniShoppingCartStep implements TestStepInter... method __construct (line 27) | public function __construct(CmsIndex $cmsIndex) method run (line 37) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/ProceedToCheckoutStep.php class ProceedToCheckoutStep (line 16) | class ProceedToCheckoutStep implements TestStepInterface method __construct (line 29) | public function __construct(CheckoutCart $checkoutCart) method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/RefreshPageStep.php class RefreshPageStep (line 15) | class RefreshPageStep implements TestStepInterface method __construct (line 36) | public function __construct(BrowserInterface $browser, $refresh = false) method run (line 47) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/RemoveProductsFromTheCartStep.php class RemoveProductsFromTheCartStep (line 16) | class RemoveProductsFromTheCartStep implements TestStepInterface method __construct (line 52) | public function __construct( method run (line 69) | public function run() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/SelectCheckoutMethodStep.php class SelectCheckoutMethodStep (line 18) | class SelectCheckoutMethodStep implements TestStepInterface method __construct (line 79) | public function __construct( method run (line 102) | public function run() method processLogin (line 115) | private function processLogin() method processRegister (line 137) | private function processRegister() method cleanup (line 151) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/SelectPaymentMethodStep.php class SelectPaymentMethodStep (line 15) | class SelectPaymentMethodStep implements TestStepInterface method __construct (line 59) | public function __construct( method run (line 78) | public function run() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Block/Adminhtml/AgreementGrid.php class AgreementGrid (line 15) | class AgreementGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Block/Adminhtml/Block/Agreement/Edit/AgreementsForm.php class AgreementsForm (line 15) | class AgreementsForm extends Form FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Block/Multishipping/MultishippingAgreementReview.php class MultishippingAgreementReview (line 17) | class MultishippingAgreementReview extends Overview method getNotificationMassage (line 45) | public function getNotificationMassage() method setAgreement (line 56) | public function setAgreement($value) method checkAgreement (line 67) | public function checkAgreement(CheckoutAgreement $agreement) FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Block/Onepage/AgreementReview.php class AgreementReview (line 17) | class AgreementReview extends Payment method getNotificationMassage (line 45) | public function getNotificationMassage() method setAgreement (line 57) | public function setAgreement($value, CheckoutAgreement $agreement) method checkAgreement (line 72) | public function checkAgreement(CheckoutAgreement $agreement) FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermAbsentInGrid.php class AssertTermAbsentInGrid (line 17) | class AssertTermAbsentInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CheckoutAgreementIndex $agreementIndex, ... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermAbsentOnCheckout.php class AssertTermAbsentOnCheckout (line 17) | class AssertTermAbsentOnCheckout extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 73) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermInGrid.php class AssertTermInGrid (line 17) | class AssertTermInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CheckoutAgreementIndex $agreementIndex, ... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermOnCheckout.php class AssertTermOnCheckout (line 20) | class AssertTermOnCheckout extends AbstractConstraint method processAssert (line 43) | public function processAssert( method toString (line 93) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermRequireMessageOnMultishippingCheckout.php class AssertTermRequireMessageOnMultishippingCheckout (line 17) | class AssertTermRequireMessageOnMultishippingCheckout extends AbstractCo... method processAssert (line 39) | public function processAssert( method toString (line 89) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermSuccessDeleteMessage.php class AssertTermSuccessDeleteMessage (line 16) | class AssertTermSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CheckoutAgreementIndex $agreementIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Constraint/AssertTermSuccessSaveMessage.php class AssertTermSuccessSaveMessage (line 16) | class AssertTermSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CheckoutAgreementIndex $agreementIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Fixture/CheckoutAgreement/Stores.php class Stores (line 16) | class Stores extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $dat... method getStores (line 52) | public function getStores() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Handler/CheckoutAgreement/CheckoutAgreementInterface.php type CheckoutAgreementInterface (line 14) | interface CheckoutAgreementInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Handler/CheckoutAgreement/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CheckoutAgreementInterface method persist (line 50) | public function persist(FixtureInterface $fixture = null) method prepareData (line 73) | protected function prepareData($fixture) FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.php class CreateTermEntityTest (line 25) | class CreateTermEntityTest extends Scenario method test (line 38) | public function test() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.php class DeleteTermEntityTest (line 25) | class DeleteTermEntityTest extends Scenario method test (line 37) | public function test() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.php class UpdateTermEntityTest (line 26) | class UpdateTermEntityTest extends Scenario method test (line 38) | public function test() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/CheckTermOnMultishippingStep.php class CheckTermOnMultishippingStep (line 15) | class CheckTermOnMultishippingStep implements TestStepInterface method __construct (line 35) | public function __construct( method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/CreateTermEntityStep.php class CreateTermEntityStep (line 16) | class CreateTermEntityStep implements TestStepInterface method __construct (line 52) | public function __construct( method run (line 69) | public function run() method cleanup (line 83) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/DeleteAllTermsEntityStep.php class DeleteAllTermsEntityStep (line 18) | class DeleteAllTermsEntityStep implements TestStepInterface method __construct (line 39) | public function __construct( method run (line 52) | public function run() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/DeleteTermEntityStep.php class DeleteTermEntityStep (line 16) | class DeleteTermEntityStep implements TestStepInterface method __construct (line 45) | public function __construct( method run (line 62) | public function run() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/SetupTermEntityStep.php class SetupTermEntityStep (line 14) | class SetupTermEntityStep implements TestStepInterface method __construct (line 34) | public function __construct( method run (line 47) | public function run() method cleanup (line 58) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestStep/UpdateTermEntityStep.php class UpdateTermEntityStep (line 16) | class UpdateTermEntityStep implements TestStepInterface method __construct (line 52) | public function __construct( method run (line 69) | public function run() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Block/CmsGrid.php class CmsGrid (line 15) | class CmsGrid extends DataGrid method clickEditLink (line 71) | protected function clickEditLink(SimpleElement $rowItem) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Block/Edit/BlockForm.php class BlockForm (line 16) | class BlockForm extends Form method clickInsertVariable (line 51) | public function clickInsertVariable() method getWysiwygConfig (line 64) | public function getWysiwygConfig() method toggleEditor (line 77) | public function toggleEditor() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Block/Edit/CmsForm.php class CmsForm (line 16) | class CmsForm extends Form method fill (line 39) | public function fill(FixtureInterface $fixture, SimpleElement $element... method hideEditor (line 50) | protected function hideEditor() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Block/Edit/FormPageActions.php class FormPageActions (line 17) | class FormPageActions extends ParentFormPageActions method save (line 45) | public function save() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Edit/FormPageActions.php class FormPageActions (line 17) | class FormPageActions extends ParentFormPageActions method save (line 45) | public function save() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Edit/PageForm.php class PageForm (line 15) | class PageForm extends FormTabs method toggleEditor (line 50) | protected function toggleEditor() method getSystemVariables (line 64) | public function getSystemVariables() method openTab (line 82) | public function openTab($tabName) method isVariablesBlockVisible (line 99) | public function isVariablesBlockVisible() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Edit/Tab/Content.php class Content (line 18) | class Content extends Tab method clickInsertVariable (line 75) | public function clickInsertVariable(SimpleElement $element = null) method clickInsertWidget (line 90) | public function clickInsertWidget(SimpleElement $element = null) method getWysiwygConfig (line 109) | public function getWysiwygConfig() method getWidgetBlock (line 122) | public function getWidgetBlock() method setFieldsData (line 137) | public function setFieldsData(array $fields, SimpleElement $element = ... method getFieldsData (line 167) | public function getFieldsData($fields = null, SimpleElement $element =... method isVariablesBlockVisible (line 180) | public function isVariablesBlockVisible() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Grid.php class Grid (line 16) | class Grid extends DataGrid method clickEditLink (line 91) | protected function clickEditLink(SimpleElement $rowItem) method searchAndPreview (line 104) | public function searchAndPreview(array $filter) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Widget/Chooser.php class Chooser (line 14) | class Chooser extends Grid FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Wysiwyg/Config.php class Config (line 15) | class Config extends Block method getAllVariables (line 36) | public function getAllVariables() method selectVariableByName (line 56) | public function selectVariableByName($variableName) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Messages.php class Messages (line 12) | class Messages extends \Magento\Ui\Test\Block\Messages FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Block/Page.php class Page (line 15) | class Page extends Block method getPageContent (line 65) | public function getPageContent() method getPageTitle (line 75) | public function getPageTitle() method waitUntilTextIsVisible (line 86) | public function waitUntilTextIsVisible($text) method isWidgetVisible (line 104) | public function isWidgetVisible($widgetType, $widgetText) method waitPageInit (line 120) | public function waitPageInit() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertAuthorizationLinkIsVisibleOnStoreFront.php class AssertAuthorizationLinkIsVisibleOnStoreFront (line 15) | class AssertAuthorizationLinkIsVisibleOnStoreFront extends AbstractConst... method processAssert (line 23) | public function processAssert(CmsIndex $cmsIndex) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockDeleteMessage.php class AssertCmsBlockDeleteMessage (line 15) | class AssertCmsBlockDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsBlockIndex $cmsBlockIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockInGrid.php class AssertCmsBlockInGrid (line 16) | class AssertCmsBlockInGrid extends AbstractConstraint method processAssert (line 28) | public function processAssert(CmsBlock $cmsBlock, CmsBlockIndex $cmsBl... method toString (line 76) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockNotInGrid.php class AssertCmsBlockNotInGrid (line 16) | class AssertCmsBlockNotInGrid extends AbstractConstraint method processAssert (line 28) | public function processAssert(CmsBlock $cmsBlock, CmsBlockIndex $cmsBl... method toString (line 73) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockNotOnCategoryPage.php class AssertCmsBlockNotOnCategoryPage (line 19) | class AssertCmsBlockNotOnCategoryPage extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockOnCategoryPage.php class AssertCmsBlockOnCategoryPage (line 18) | class AssertCmsBlockOnCategoryPage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 64) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsBlockSuccessSaveMessage.php class AssertCmsBlockSuccessSaveMessage (line 15) | class AssertCmsBlockSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsBlockIndex $cmsBlockIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageDeleteMessage.php class AssertCmsPageDeleteMessage (line 15) | class AssertCmsPageDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsPageIndex $cmsIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageDisabledOnFrontend.php class AssertCmsPageDisabledOnFrontend (line 18) | class AssertCmsPageDisabledOnFrontend extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageDuplicateErrorMessage.php class AssertCmsPageDuplicateErrorMessage (line 16) | class AssertCmsPageDuplicateErrorMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(CmsPageIndex $cmsIndex, CmsPage $cmsPage) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageForm.php class AssertCmsPageForm (line 17) | class AssertCmsPageForm extends AbstractAssertForm method processAssert (line 40) | public function processAssert( method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageFormSingleStoreMode.php class AssertCmsPageFormSingleStoreMode (line 16) | class AssertCmsPageFormSingleStoreMode extends AssertCmsPageForm method processAssert (line 26) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageInGrid.php class AssertCmsPageInGrid (line 16) | class AssertCmsPageInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CmsPageIndex $cmsIndex, CmsPage $cms, $e... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageNotInGrid.php class AssertCmsPageNotInGrid (line 16) | class AssertCmsPageNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsPageIndex $cmsIndex, CmsPage $cmsPage) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageOnFrontend.php class AssertCmsPageOnFrontend (line 17) | class AssertCmsPageOnFrontend extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPagePreview.php class AssertCmsPagePreview (line 19) | class AssertCmsPagePreview extends AbstractConstraint method processAssert (line 36) | public function processAssert( method toString (line 77) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPageSuccessSaveMessage.php class AssertCmsPageSuccessSaveMessage (line 15) | class AssertCmsPageSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsPageIndex $cmsIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPagesDisabledOnFrontend.php class AssertCmsPagesDisabledOnFrontend (line 17) | class AssertCmsPagesDisabledOnFrontend extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPagesInGrid.php class AssertCmsPagesInGrid (line 15) | class AssertCmsPagesInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertCmsPagesOnFrontendMultipleStoreViews.php class AssertCmsPagesOnFrontendMultipleStoreViews (line 17) | class AssertCmsPagesOnFrontendMultipleStoreViews extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Constraint/AssertUrlRewriteCmsPageRedirect.php class AssertUrlRewriteCmsPageRedirect (line 18) | class AssertUrlRewriteCmsPageRedirect extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Fixture/CmsBlock/Stores.php class Stores (line 18) | class Stores extends DataSource method __construct (line 35) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStores (line 59) | public function getStores() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Fixture/CmsPage/Content.php class Content (line 19) | class Content extends DataSource method __construct (line 42) | public function __construct( method prepareSourceData (line 60) | protected function prepareSourceData() method prepareWidgetData (line 76) | protected function prepareWidgetData(array $widgets) method createCategory (line 113) | protected function createCategory($widget) method createProduct (line 133) | protected function createProduct($widget = null) method createBlock (line 151) | protected function createBlock($widget) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Fixture/CmsPage/StoreId.php class StoreId (line 16) | class StoreId extends DataSource method __construct (line 44) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getData (line 57) | public function getData($key = null) method getStore (line 70) | public function getStore() method processData (line 80) | private function processData() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Handler/CmsBlock/CmsBlockInterface.php type CmsBlockInterface (line 14) | interface CmsBlockInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Handler/CmsBlock/Curl.php class Curl (line 17) | class Curl extends AbstractCurl implements CmsBlockInterface method persist (line 54) | public function persist(FixtureInterface $fixture = null) method prepareData (line 78) | protected function prepareData($fixture) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Handler/CmsPage/CmsPageInterface.php type CmsPageInterface (line 14) | interface CmsPageInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Cms/Test/Handler/CmsPage/Curl.php class Curl (line 19) | class Curl extends Conditions implements CmsPageInterface method __construct (line 61) | public function __construct(DataInterface $configuration, EventManager... method persist (line 74) | public function persist(FixtureInterface $fixture = null) method prepareData (line 98) | protected function prepareData(array $data) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/AbstractCmsBlockEntityTest.php class AbstractCmsBlockEntityTest (line 19) | abstract class AbstractCmsBlockEntityTest extends Injectable method __inject (line 83) | public function __inject( method tearDown (line 102) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CmsPageMassActionTest.php class CmsPageMassActionTest (line 26) | class CmsPageMassActionTest extends Injectable method __inject (line 53) | public function __inject(CmsPageIndex $cmsIndex, FixtureFactory $fixtu... method test (line 66) | public function test(array $cmsPages, $action) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.php class CreateCmsBlockEntityTest (line 25) | class CreateCmsBlockEntityTest extends AbstractCmsBlockEntityTest method test (line 39) | public function test(CmsBlock $cmsBlock) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityMultipleStoreViewsTest.php class CreateCmsPageEntityMultipleStoreViewsTest (line 27) | class CreateCmsPageEntityMultipleStoreViewsTest extends Injectable method __inject (line 58) | public function __inject(CmsPageIndex $cmsIndex, CmsPageNew $cmsPageNe... method test (line 71) | public function test(array $cmsPages) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.php class CreateCmsPageEntityTest (line 28) | class CreateCmsPageEntityTest extends Injectable method __inject (line 72) | public function __inject(CmsPageIndex $cmsIndex, CmsPageNew $cmsPageNe... method test (line 87) | public function test(array $data, $fixtureType, $configData = '') method tearDown (line 111) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.php class CreateCmsPageRewriteEntityTest (line 31) | class CreateCmsPageRewriteEntityTest extends Injectable method __inject (line 60) | public function __inject( method test (line 74) | public function test(UrlRewrite $urlRewrite) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateDuplicateUrlCmsPageEntityTest.php class CreateDuplicateUrlCmsPageEntityTest (line 33) | class CreateDuplicateUrlCmsPageEntityTest extends Injectable method __inject (line 77) | public function __inject(CmsPageIndex $cmsIndex, CmsPageNew $cmsPageNe... method test (line 92) | public function test(array $data, $fixtureType, $configData = '') method tearDown (line 120) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.php class DeleteCmsBlockEntityTest (line 30) | class DeleteCmsBlockEntityTest extends Injectable method __inject (line 66) | public function __inject( method test (line 82) | public function test(CmsBlock $cmsBlock) method createCategory (line 104) | private function createCategory(CmsBlock $cmsBlock) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.php class DeleteCmsPageEntityTest (line 28) | class DeleteCmsPageEntityTest extends Injectable method __inject (line 56) | public function __inject(CmsPageIndex $cmsPageIndex, CmsPageNew $cmsPa... method test (line 68) | public function test(CmsPage $cmsPage) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.php class DeleteCmsPageUrlRewriteEntityTest (line 29) | class DeleteCmsPageUrlRewriteEntityTest extends Injectable method __inject (line 57) | public function __inject( method test (line 71) | public function test(UrlRewrite $urlRewrite) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.php class UpdateCmsBlockEntityTest (line 26) | class UpdateCmsBlockEntityTest extends AbstractCmsBlockEntityTest method test (line 40) | public function test(CmsBlock $initialCmsBlock, CmsBlock $cmsBlock) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.php class UpdateCmsPageEntityTest (line 30) | class UpdateCmsPageEntityTest extends Injectable method __inject (line 67) | public function __inject( method test (line 87) | public function test(CmsPage $cms, CmsPage $cmsOriginal) FILE: dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.php class UpdateCmsPageRewriteEntityTest (line 34) | class UpdateCmsPageRewriteEntityTest extends Injectable method __inject (line 102) | public function __inject( method test (line 123) | public function test(UrlRewrite $urlRewrite, UrlRewrite $cmsPageRewrite) method tearDown (line 144) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Config/Test/Block/System/Config/AdminForm.php class AdminForm (line 16) | class AdminForm extends Form method adminAccountSharingAvailability (line 20) | public function adminAccountSharingAvailability() method isEmpty (line 30) | public function isEmpty() FILE: dev/tests/functional/tests/app/Magento/Config/Test/Constraint/AssertAdminAccountSharing.php class AssertAdminAccountSharing (line 15) | class AssertAdminAccountSharing extends AbstractConstraint method processAssert (line 21) | public function processAssert(AdminAccountSharing $adminAccountSharing) method toString (line 34) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Config/Test/Fixture/ConfigData/Section.php class Section (line 17) | class Section extends DataSource method __construct (line 78) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getData (line 91) | public function getData($key = null) method replacePlaceholders (line 113) | private function replacePlaceholders(array $data) method prepareScopeData (line 141) | private function prepareScopeData() method prepareScope (line 167) | private function prepareScope() method getScope (line 184) | public function getScope() method getScopeType (line 194) | public function getScopeType() FILE: dev/tests/functional/tests/app/Magento/Config/Test/Handler/ConfigData/ConfigDataInterface.php type ConfigDataInterface (line 14) | interface ConfigDataInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Config/Test/Handler/ConfigData/Curl.php class Curl (line 20) | class Curl extends AbstractCurl implements ConfigDataInterface method persist (line 48) | public function persist(FixtureInterface $fixture = null) method prepareData (line 63) | protected function prepareData(FixtureInterface $fixture) method prepareConfigPath (line 88) | protected function prepareConfigPath(array $input) method applyConfigSettings (line 124) | protected function applyConfigSettings(array $data, $section) method getUrl (line 147) | protected function getUrl($section) method getStoreViewUrl (line 157) | private function getStoreViewUrl() FILE: dev/tests/functional/tests/app/Magento/Config/Test/TestCase/VerifyAdminAccountSharingEntityTest.php class VerifyAdminAccountSharingEntityTest (line 21) | class VerifyAdminAccountSharingEntityTest extends Injectable method __inject (line 40) | public function __inject( method test (line 51) | public function test() FILE: dev/tests/functional/tests/app/Magento/Config/Test/TestStep/SetupConfigurationStep.php class SetupConfigurationStep (line 17) | class SetupConfigurationStep implements TestStepInterface method __construct (line 63) | public function __construct( method run (line 82) | public function run() method cleanup (line 113) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/ConfigurableImportExport/Test/Constraint/AssertImportedConfigurableProducts.php class AssertImportedConfigurableProducts (line 15) | class AssertImportedConfigurableProducts extends AssertImportedProducts method getDisplayedProductData (line 43) | protected function getDisplayedProductData(FixtureInterface $product) method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableImportExport/Test/Fixture/Import/File.php class File (line 14) | class File method getData (line 23) | public function getData(FixtureInterface $product, FixtureFactory $fix... FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/AffectedAttributeSet.php class AffectedAttributeSet (line 18) | class AffectedAttributeSet extends ParentForm method fill (line 41) | public function fill(FixtureInterface $product, SimpleElement $element... method confirm (line 61) | public function confirm() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/AssociatedProductGrid.php class AssociatedProductGrid (line 11) | class AssociatedProductGrid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/AttributesGrid.php class AttributesGrid (line 12) | class AttributesGrid extends DataGrid method deselectAttributes (line 31) | public function deselectAttributes() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 15) | class Configure extends \Magento\Catalog\Test\Block\Adminhtml\Product\Co... method fillOptions (line 23) | public function fillOptions(FixtureInterface $product) method prepareData (line 35) | protected function prepareData(array $fields) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/NewConfigurableAttributeForm.php class NewConfigurableAttributeForm (line 17) | class NewConfigurableAttributeForm extends FormSections method fill (line 47) | public function fill(FixtureInterface $fixture, SimpleElement $element... method openSection (line 67) | public function openSection($sectionName) method saveAttributeForm (line 86) | public function saveAttributeForm() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Section/Variations/Config.php class Config (line 18) | class Config extends Section method setFieldsData (line 81) | public function setFieldsData(array $fields, SimpleElement $element = ... method createConfigurations (line 110) | public function createConfigurations() method generateVariations (line 121) | public function generateVariations() method getAttributeBlock (line 132) | public function getAttributeBlock() method getVariationsBlock (line 145) | public function getVariationsBlock() method getTemplateBlock (line 158) | public function getTemplateBlock() method getFieldsData (line 175) | public function getFieldsData($fields = null, SimpleElement $element =... method deleteVariations (line 188) | public function deleteVariations() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Section/Variations/Config/Attribute.php class Attribute (line 21) | class Attribute extends Form method fillAttributes (line 191) | public function fillAttributes(array $attributes, ConfigurableAttribut... method waitAttributesGridLoad (line 236) | private function waitAttributesGridLoad() method getAttributesGrid (line 245) | public function getAttributesGrid() method createNewVariationSet (line 259) | protected function createNewVariationSet(array $attribute) method waitBlock (line 289) | protected function waitBlock($selector, $browser = null, $strategy = L... method fillOptions (line 305) | protected function fillOptions(array $attribute) method updateOptions (line 335) | protected function updateOptions(array $attribute) method isVisibleOption (line 375) | protected function isVisibleOption(SimpleElement $attributeBlock, $num... method getNewAttributeForm (line 388) | protected function getNewAttributeForm() method getAttributeSelector (line 401) | public function getAttributeSelector() method getAttributesData (line 417) | public function getAttributesData() method showAttributeContent (line 457) | protected function showAttributeContent(SimpleElement $attribute) method isExistAttribute (line 479) | protected function isExistAttribute($label) method getOptionalFields (line 494) | protected function getOptionalFields(SimpleElement $context, array $fi... method getTemplateBlock (line 511) | protected function getTemplateBlock() method fillBulkImagesPriceAndQuantity (line 526) | private function fillBulkImagesPriceAndQuantity(ConfigurableAttributes... method prepareImageStepData (line 545) | private function prepareImageStepData(array $data, array $attributes) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Section/Variations/Config/Attribute/AttributeSelector.php class AttributeSelector (line 14) | class AttributeSelector extends SuggestElement method waitResult (line 21) | public function waitResult() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Section/Variations/Config/Attribute/ToggleDropdown.php class ToggleDropdown (line 16) | class ToggleDropdown extends SimpleElement method setValue (line 45) | public function setValue($value) method getValue (line 63) | public function getValue() method waitListOptionsVisible (line 76) | protected function waitListOptionsVisible() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Section/Variations/Config/Matrix.php class Matrix (line 18) | class Matrix extends Form method fillVariations (line 111) | public function fillVariations(array $matrix) method assignProduct (line 138) | protected function assignProduct(ElementInterface $variationRow, $prod... method getVariationsData (line 152) | public function getVariationsData() method getProductAttribute (line 172) | public function getProductAttribute() method getDataFields (line 184) | protected function getDataFields(SimpleElement $context, array $fields) method getTemplateBlock (line 203) | public function getTemplateBlock() method deleteVariations (line 211) | public function deleteVariations() method getAssociatedProductGrid (line 230) | public function getAssociatedProductGrid() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/FormPageActions.php class FormPageActions (line 16) | class FormPageActions extends \Magento\Catalog\Test\Block\Adminhtml\Prod... method save (line 33) | public function save(FixtureInterface $product = null) method getAffectedAttributeSetForm (line 47) | protected function getAffectedAttributeSetForm() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Grid.php class Grid (line 14) | class Grid extends \Magento\Catalog\Test\Block\Adminhtml\Product\Grid method prepareData (line 22) | public function prepareData($product) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/ProductForm.php class ProductForm (line 16) | class ProductForm extends \Magento\Catalog\Test\Block\Adminhtml\Product\... method fill (line 26) | public function fill(FixtureInterface $product, SimpleElement $element... method getFixtureFieldsByContainers (line 45) | protected function getFixtureFieldsByContainers(InjectableFixture $fix... FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Product/Price.php class Price (line 15) | class Price extends \Magento\Catalog\Test\Block\Product\Price method getPriceLabel (line 40) | public function getPriceLabel() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Product/View.php class View (line 18) | class View extends \Magento\Catalog\Test\Block\Product\View method getPriceBlock (line 29) | public function getPriceBlock(FixtureInterface $product = null) method getConfigurableOptionsBlock (line 42) | public function getConfigurableOptionsBlock() method fillOptions (line 56) | public function fillOptions(FixtureInterface $product) method getOptions (line 94) | public function getOptions(FixtureInterface $product = null) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Product/View/ConfigurableOptions.php class ConfigurableOptions (line 19) | class ConfigurableOptions extends CustomOptions method getOptions (line 56) | public function getOptions(FixtureInterface $product) method getOptionsPrices (line 97) | public function getOptionsPrices(FixtureInterface $product) method getOptionPrice (line 128) | protected function getOptionPrice() method getOptionTierPrices (line 140) | private function getOptionTierPrices() method getPriceBlock (line 159) | protected function getPriceBlock() method selectOption (line 175) | protected function selectOption($attributeTitle, $optionTitle) method chooseOptions (line 188) | protected function chooseOptions($variationOptions, $attributesData) method getPresentOptions (line 204) | public function getPresentOptions() method isVisible (line 222) | public function isVisible() method selectConfigurableOption (line 234) | public function selectConfigurableOption(FixtureInterface $product, $v... FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertChildProductIsNotDisplayedSeparately.php class AssertChildProductIsNotDisplayedSeparately (line 18) | class AssertChildProductIsNotDisplayedSeparately extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 72) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertChildProductsGeneratedSku.php class AssertChildProductsGeneratedSku (line 16) | class AssertChildProductsGeneratedSku extends AbstractConstraint method processAssert (line 25) | public function processAssert(CatalogProductIndex $productGrid, Config... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertChildProductsInGrid.php class AssertChildProductsInGrid (line 17) | class AssertChildProductsInGrid extends AbstractConstraint method processAssert (line 31) | public function processAssert(CatalogProductIndex $productGrid, Config... method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableAttributesAbsentOnProductPage.php class AssertConfigurableAttributesAbsentOnProductPage (line 18) | class AssertConfigurableAttributesAbsentOnProductPage extends AbstractCo... method processAssert (line 29) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableAttributesBlockIsAbsentOnProductPage.php class AssertConfigurableAttributesBlockIsAbsentOnProductPage (line 17) | class AssertConfigurableAttributesBlockIsAbsentOnProductPage extends Abs... method processAssert (line 31) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductAttributeOptionNotInLayeredNavigation.php class AssertConfigurableProductAttributeOptionNotInLayeredNavigation (line 20) | class AssertConfigurableProductAttributeOptionNotInLayeredNavigation ext... method processAssert (line 32) | public function processAssert( method toString (line 74) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductDuplicateForm.php class AssertConfigurableProductDuplicateForm (line 16) | class AssertConfigurableProductDuplicateForm extends AssertConfigurableP... method processAssert (line 26) | public function processAssert( method prepareFixtureData (line 57) | protected function prepareFixtureData(array $data, array $sortFields =... method prepareUrlKey (line 70) | protected function prepareUrlKey($urlKey) method toString (line 82) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductForm.php class AssertConfigurableProductForm (line 18) | class AssertConfigurableProductForm extends AssertProductForm method prepareFixtureData (line 72) | protected function prepareFixtureData(array $data, array $sortFields =... method prepareFormData (line 94) | protected function prepareFormData(array $data, array $sortFields = []) method trimCurrencyForPriceInMatrix (line 116) | protected function trimCurrencyForPriceInMatrix($variationsMatrix, $cu... method processAssert (line 134) | public function processAssert( method processFixture (line 149) | protected function processFixture(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductImages.php class AssertConfigurableProductImages (line 14) | class AssertConfigurableProductImages extends AssertProductPage method verify (line 28) | protected function verify() method verifyBaseImage (line 42) | private function verifyBaseImage() method verifyOptionsImages (line 62) | protected function verifyOptionsImages() method areImagesDifferent (line 98) | private function areImagesDifferent($compared, $toCompare) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductInCart.php class AssertConfigurableProductInCart (line 19) | class AssertConfigurableProductInCart extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductInCategory.php class AssertConfigurableProductInCategory (line 17) | class AssertConfigurableProductInCategory extends AssertProductInCategory method assertPrice (line 26) | protected function assertPrice(FixtureInterface $product, CatalogCateg... FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductInCustomerWishlistOnBackendGrid.php class AssertConfigurableProductInCustomerWishlistOnBackendGrid (line 17) | class AssertConfigurableProductInCustomerWishlistOnBackendGrid extends A... method prepareOptions (line 25) | protected function prepareOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductOutOfStockPage.php class AssertConfigurableProductOutOfStockPage (line 11) | class AssertConfigurableProductOutOfStockPage extends AssertProductPage method verify (line 18) | protected function verify() method verifyPrice (line 30) | protected function verifyPrice() method getLowestConfigurablePrice (line 60) | protected function getLowestConfigurablePrice() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductPage.php class AssertConfigurableProductPage (line 15) | class AssertConfigurableProductPage extends AssertProductPage method verify (line 35) | protected function verify() method verifyPrice (line 49) | protected function verifyPrice() method verifyAttributes (line 70) | protected function verifyAttributes() method verifyAttributesMatrix (line 120) | protected function verifyAttributesMatrix($variationsMatrix, $generate... method getLowestConfigurablePrice (line 133) | protected function getLowestConfigurablePrice() method verifyPriceLabel (line 161) | protected function verifyPriceLabel() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertConfigurableProductsQtyAfterReorder.php class AssertConfigurableProductsQtyAfterReorder (line 19) | class AssertConfigurableProductsQtyAfterReorder extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertCurrencyRateAppliedOnProductPage.php class AssertCurrencyRateAppliedOnProductPage (line 19) | class AssertCurrencyRateAppliedOnProductPage extends AbstractConstraint method processAssert (line 32) | public function processAssert( method assertPrice (line 59) | public function assertPrice(CatalogProductView $view, $price, $currenc... method toString (line 73) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertOutOfStockOptionIsAbsentOnProductPage.php class AssertOutOfStockOptionIsAbsentOnProductPage (line 17) | class AssertOutOfStockOptionIsAbsentOnProductPage extends AbstractConstr... method processAssert (line 28) | public function processAssert( method isOptionAbsent (line 51) | private function isOptionAbsent($needle, array $haystack) method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertProductAttributeAbsenceInVariationsSearch.php class AssertProductAttributeAbsenceInVariationsSearch (line 20) | class AssertProductAttributeAbsenceInVariationsSearch extends AbstractCo... method processAssert (line 36) | public function processAssert( method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertProductAttributeIsConfigurable.php class AssertProductAttributeIsConfigurable (line 19) | class AssertProductAttributeIsConfigurable extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertProductQtyDecreasedAfterCreditmemo.php class AssertProductQtyDecreasedAfterCreditmemo (line 20) | class AssertProductQtyDecreasedAfterCreditmemo extends AbstractConstraint method __construct (line 44) | public function __construct( method processAssert (line 61) | public function processAssert( method getProduct (line 83) | protected function getProduct(OrderInjectable $order, array $data, $in... method toString (line 113) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Constraint/AssertProductTierPriceOnProductPage.php class AssertProductTierPriceOnProductPage (line 15) | class AssertProductTierPriceOnProductPage extends AssertProductPage method verify (line 22) | public function verify() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Fixture/Cart/Item.php class Item (line 17) | class Item extends \Magento\Catalog\Test\Fixture\Cart\Item method getData (line 25) | public function getData($key = null) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Fixture/ConfigurableProduct/ConfigurableAttributesData.php class ConfigurableAttributesData (line 20) | class ConfigurableAttributesData extends DataSource method __construct (line 92) | public function __construct( method prepareAttributes (line 129) | protected function prepareAttributes(array $data) method prepareAttributesData (line 154) | protected function prepareAttributesData(array $data) method generateProducts (line 178) | public function generateProducts() method prepareProducts (line 194) | protected function prepareProducts(array $data) method createAttributeSet (line 232) | protected function createAttributeSet() method getProductAttributeData (line 258) | protected function getProductAttributeData($key) method getAttributeOptionId (line 281) | protected function getAttributeOptionId($compositeKey) method prepareVariationsMatrix (line 297) | protected function prepareVariationsMatrix(array $data) method addVariationMatrix (line 357) | protected function addVariationMatrix(array $variationsMatrix, array $... method prepareMediaGallery (line 403) | protected function prepareMediaGallery($filename = 'option_image.jpg') method getFullPath (line 436) | private function getFullPath($filename) method prepareData (line 446) | protected function prepareData() method prepareBulkImagesPriceQuantity (line 501) | private function prepareBulkImagesPriceQuantity(array $data) method getAttributesData (line 513) | public function getAttributesData() method getVariationsMatrix (line 523) | public function getVariationsMatrix() method getBulkImagesPriceQuantity (line 533) | public function getBulkImagesPriceQuantity() method getAttributes (line 543) | public function getAttributes() method getAttributeSet (line 553) | public function getAttributeSet() method getProducts (line 563) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct/ConfigurableProductInterface.php type ConfigurableProductInterface (line 14) | interface ConfigurableProductInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct/Curl.php class Curl (line 19) | class Curl extends ProductCurl implements ConfigurableProductInterface method __construct (line 26) | public function __construct(DataInterface $configuration, EventManager... method prepareData (line 44) | public function prepareData(FixtureInterface $fixture) method prepareWebsites (line 69) | protected function prepareWebsites() method prepareAttributeSet (line 87) | protected function prepareAttributeSet() method prepareAttributesData (line 111) | protected function prepareAttributesData(ConfigurableAttributesData $c... method prepareConfigurableMatrix (line 149) | protected function prepareConfigurableMatrix(FixtureInterface $product) method prepareAttributes (line 197) | protected function prepareAttributes(ConfigurableAttributesData $confi... method prepareAssociatedProductIds (line 214) | protected function prepareAssociatedProductIds(ConfigurableAttributesD... FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct/Webapi.php class Webapi (line 19) | class Webapi extends ProductWebapi implements ConfigurableProductInterface method __construct (line 29) | public function __construct( method prepareData (line 44) | protected function prepareData() method prepareConfigurableProductOptions (line 56) | protected function prepareConfigurableProductOptions() method getConfigurableProductLinks (line 93) | protected function getConfigurableProductLinks() method prepareAttributeSet (line 118) | protected function prepareAttributeSet() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.php class CreateConfigurableProductEntityTest (line 41) | class CreateConfigurableProductEntityTest extends Injectable method __inject (line 84) | public function __inject( method test (line 101) | public function test(ConfigurableProduct $product, $configData = null) method teatDown (line 120) | public function teatDown() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/DeleteChildConfigurableProductTest.php class DeleteChildConfigurableProductTest (line 30) | class DeleteChildConfigurableProductTest extends Injectable method __inject (line 66) | public function __inject( method test (line 82) | public function test(ConfigurableProduct $product) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.php class UpdateConfigurableProductEntityTest (line 31) | class UpdateConfigurableProductEntityTest extends Scenario method test (line 42) | public function test() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/VerifyConfigurableProductEntityPriceTest.php class VerifyConfigurableProductEntityPriceTest (line 27) | class VerifyConfigurableProductEntityPriceTest extends Scenario method test (line 34) | public function test() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/VerifyConfigurableProductLayeredNavigationTest.php class VerifyConfigurableProductLayeredNavigationTest (line 30) | class VerifyConfigurableProductLayeredNavigationTest extends Scenario method test (line 37) | public function test() FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestStep/UpdateChildProductStep.php class UpdateChildProductStep (line 18) | class UpdateChildProductStep implements TestStepInterface method __construct (line 69) | public function __construct( method run (line 88) | public function run() method prepareResultProduct (line 111) | private function prepareResultProduct($matrixIndex, $optionKey) method fillChildProductData (line 140) | private function fillChildProductData($sku) method getLowestConfigurablePrice (line 171) | private function getLowestConfigurablePrice(array $product) FILE: dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestStep/UpdateConfigurableProductStep.php class UpdateConfigurableProductStep (line 20) | class UpdateConfigurableProductStep implements TestStepInterface method __construct (line 78) | public function __construct( method run (line 99) | public function run() method prepareProduct (line 115) | protected function prepareProduct( method addOptions (line 162) | protected function addOptions(array &$attributes, array $data) method addAttributes (line 182) | protected function addAttributes(array &$attributes, array $data) method updateProduct (line 197) | protected function updateProduct(ConfigurableProduct $product) FILE: dev/tests/functional/tests/app/Magento/Contact/Test/Block/Form/ContactUs.php class ContactUs (line 15) | class ContactUs extends Form method sendComment (line 29) | public function sendComment() FILE: dev/tests/functional/tests/app/Magento/Contact/Test/Block/Messages.php class Messages (line 14) | class Messages extends Block method getMessage (line 28) | public function getMessage() FILE: dev/tests/functional/tests/app/Magento/Contact/Test/Constraint/AssertContactUsSuccessMessage.php class AssertContactUsSuccessMessage (line 15) | class AssertContactUsSuccessMessage extends AbstractConstraint method processAssert (line 33) | public function processAssert(ContactIndex $contactIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Contact/Test/Fixture/Comment/Customer.php class Customer (line 16) | class Customer extends DataSource method __construct (line 37) | public function __construct( method getData (line 54) | public function getData($key = null) method getCustomer (line 87) | public function getCustomer() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Block/Adminhtml/System/Currency/Rate/CurrencyRateForm.php class CurrencyRateForm (line 16) | class CurrencyRateForm extends Form method clickImportButton (line 45) | public function clickImportButton() method fillCurrencyUSDUAHRate (line 66) | public function fillCurrencyUSDUAHRate() method fill (line 88) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Block/Adminhtml/System/Currency/Rate/FormPageActions.php class FormPageActions (line 14) | class FormPageActions extends ParentFormPageActions FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Block/Adminhtml/System/CurrencySymbolForm.php class CurrencySymbolForm (line 18) | class CurrencySymbolForm extends Form method fill (line 34) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Block/Adminhtml/System/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends ParentFormPageActions FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnCatalogPage.php class AssertCurrencySymbolOnCatalogPage (line 19) | class AssertCurrencySymbolOnCatalogPage extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnProductPage.php class AssertCurrencySymbolOnProductPage (line 19) | class AssertCurrencySymbolOnProductPage extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnProductPageCustomWebsite.php class AssertCurrencySymbolOnProductPageCustomWebsite (line 17) | class AssertCurrencySymbolOnProductPageCustomWebsite extends AbstractCon... method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnProductPageMainWebsite.php class AssertCurrencySymbolOnProductPageMainWebsite (line 17) | class AssertCurrencySymbolOnProductPageMainWebsite extends AbstractConst... method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolSuccessSaveMessage.php class AssertCurrencySymbolSuccessSaveMessage (line 16) | class AssertCurrencySymbolSuccessSaveMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(SystemCurrencySymbolIndex $currencySymbo... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Handler/CurrencySymbolEntity/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CurrencySymbolEntityInterface method persist (line 26) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Handler/CurrencySymbolEntity/CurrencySymbolEntityInterface.php type CurrencySymbolEntityInterface (line 14) | interface CurrencySymbolEntityInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/AbstractCurrencySymbolEntityTest.php class AbstractCurrencySymbolEntityTest (line 19) | abstract class AbstractCurrencySymbolEntityTest extends Injectable method __inject (line 58) | public function __inject( method importCurrencyRate (line 84) | protected function importCurrencyRate($configData) method tearDown (line 110) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencyCustomWebsiteTest.php class EditCurrencyCustomWebsiteTest (line 28) | class EditCurrencyCustomWebsiteTest extends Injectable method __inject (line 51) | public function __inject( method test (line 68) | public function test($configData, array $product, Store $store, array ... method tearDown (line 119) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.php class EditCurrencySymbolEntityTest (line 26) | class EditCurrencySymbolEntityTest extends AbstractCurrencySymbolEntityTest method test (line 40) | public function test(CurrencySymbolEntity $currencySymbol, $configData) FILE: dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.php class ResetCurrencySymbolEntityTest (line 27) | class ResetCurrencySymbolEntityTest extends AbstractCurrencySymbolEntity... method test (line 43) | public function test( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AddressesAdditional.php class AddressesAdditional (line 16) | class AddressesAdditional extends Block method deleteAdditionalAddress (line 59) | public function deleteAdditionalAddress(Address $address) method isAdditionalAddressExists (line 75) | public function isAdditionalAddressExists($address) method getBlockText (line 97) | public function getBlockText() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AddressesDefault.php class AddressesDefault (line 15) | class AddressesDefault extends Block method goToAddressBook (line 48) | public function goToAddressBook() method getBlockText (line 59) | public function getBlockText() method getDefaultBillingAddress (line 69) | public function getDefaultBillingAddress() method getDefaultShippingAddress (line 79) | public function getDefaultShippingAddress() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationPopup.php class AuthenticationPopup (line 14) | class AuthenticationPopup extends Form method isPasswordAutocompleteOff (line 49) | public function isPasswordAutocompleteOff() method createAccount (line 59) | public function createAccount() method loginCustomer (line 70) | public function loginCustomer(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationWrapper.php class AuthenticationWrapper (line 14) | class AuthenticationWrapper extends AuthenticationPopup method signInLinkClick (line 28) | public function signInLinkClick() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/Dashboard/Address.php class Address (line 15) | class Address extends Block method editBillingAddress (line 43) | public function editBillingAddress() method getDefaultBillingAddressText (line 53) | public function getDefaultBillingAddressText() method getDefaultShippingAddressText (line 63) | public function getDefaultShippingAddressText() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/Dashboard/Info.php class Info (line 14) | class Info extends Block method openEditContactInfo (line 63) | public function openEditContactInfo() method openChangePassword (line 74) | public function openChangePassword() method getWelcomeText (line 84) | public function getWelcomeText() method openChangeEmail (line 94) | public function openChangeEmail() method checkChangePassword (line 104) | public function checkChangePassword() method getContactInfoContent (line 114) | public function getContactInfoContent() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/Links.php class Links (line 16) | class Links extends Block method openMenuItem (line 31) | public function openMenuItem($link) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Address/Edit.php class Edit (line 17) | class Edit extends Form method editCustomerAddress (line 45) | public function editCustomerAddress(Address $fixture) method saveVatID (line 56) | public function saveVatID($vat) method saveAddress (line 67) | public function saveAddress() method dataMapping (line 79) | protected function dataMapping(array $fields = null, $parent = null) method isAddressSimpleAttributeVisible (line 94) | public function isAddressSimpleAttributeVisible($attributeCode) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Address/Renderer.php class Renderer (line 14) | class Renderer method __construct (line 35) | public function __construct(Address $address, $type = null) method getPattern (line 46) | protected function getPattern() method render (line 86) | public function render() method getFieldsArray (line 107) | protected function getFieldsArray($outputPattern) method preparePattern (line 124) | protected function preparePattern() method resolveRegion (line 144) | protected function resolveRegion() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/CustomerGrid.php class CustomerGrid (line 16) | class CustomerGrid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php class CustomerForm (line 18) | class CustomerForm extends FormTabs method fillCustomer (line 70) | public function fillCustomer(FixtureInterface $customer, $address = null) method fillCustomerAddress (line 93) | public function fillCustomerAddress($address) method updateCustomer (line 111) | public function updateCustomer(FixtureInterface $customer, $address = ... method getDataCustomer (line 141) | public function getDataCustomer(FixtureInterface $customer, $address =... method waitForm (line 162) | protected function waitForm() method openTab (line 173) | public function openTab($tabName) method getJsErrors (line 188) | public function getJsErrors() method getPersonalInformation (line 203) | public function getPersonalInformation($title) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/FormPageActions.php class FormPageActions (line 14) | class FormPageActions extends ParentFormPageActions method createOrder (line 35) | public function createOrder() method manageShoppingCart (line 45) | public function manageShoppingCart() method waitBeforeClick (line 56) | protected function waitBeforeClick() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/Tab/Addresses.php class Addresses (line 25) | class Addresses extends Tab method __construct (line 95) | public function __construct( method fillAddresses (line 114) | public function fillAddresses($address) method updateAddresses (line 137) | public function updateAddresses($address) method getDataAddresses (line 175) | public function getDataAddresses($address = null) method getAddressFromFirstRow (line 212) | public function getAddressFromFirstRow($address = null) method getFieldsData (line 234) | public function getFieldsData($fields = null, SimpleElement $element =... method addNewAddress (line 243) | protected function addNewAddress() method openCustomerAddress (line 255) | protected function openCustomerAddress($addressNumber) method isVisibleCustomerAddress (line 269) | protected function isVisibleCustomerAddress() method getCountriesList (line 282) | public function getCountriesList($addressNumber) method deleteCustomerAddress (line 311) | public function deleteCustomerAddress(Address $addressToDelete) method getCustomerAddressModalForm (line 324) | public function getCustomerAddressModalForm() method getCustomerAddressesGrid (line 337) | public function getCustomerAddressesGrid() method waitForAddressesGrid (line 348) | public function waitForAddressesGrid() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/Tab/Addresses/AddressForm.php class AddressForm (line 16) | class AddressForm extends Form method fillAddressData (line 67) | public function fillAddressData(\Magento\Mtf\Fixture\FixtureInterface ... method setFieldsData (line 81) | public function setFieldsData(array $fields, \Magento\Mtf\Client\Eleme... method saveAddress (line 92) | public function saveAddress(): void method clickCancelButton (line 103) | public function clickCancelButton(): void method getJsErrors (line 113) | public function getJsErrors(): array FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/Tab/Addresses/AddressesGrid.php class AddressesGrid (line 17) | class AddressesGrid extends DataGrid method search (line 108) | public function search(array $filter): void method deleteCustomerAddress (line 120) | public function deleteCustomerAddress(array $filter): void method deleteRowItemAddress (line 135) | public function deleteRowItemAddress(\Magento\Mtf\Client\Element\Simpl... method openFirstRow (line 154) | public function openFirstRow(): void method getFirstRow (line 170) | public function getFirstRow(): \Magento\Mtf\Client\Element\SimpleElement FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Group/CustomerGroupGrid.php class CustomerGroupGrid (line 16) | class CustomerGroupGrid extends DataGrid method clickEditLink (line 46) | protected function clickEditLink(SimpleElement $rowItem) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Group/Edit/Form.php class Form (line 14) | class Form extends \Magento\Mtf\Block\Form method isFieldDisabled (line 23) | public function isFieldDisabled($field) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Form/CustomerForm.php class CustomerForm (line 18) | class CustomerForm extends Form method dataMapping (line 48) | protected function dataMapping(array $fields = null, $parent = null) method submit (line 61) | public function submit() method fill (line 73) | public function fill(FixtureInterface $customer, SimpleElement $elemen... method getValidationMessages (line 88) | public function getValidationMessages(Customer $customer) method getFirstName (line 106) | public function getFirstName() method getLastName (line 119) | public function getLastName() method setChangeEmail (line 133) | public function setChangeEmail($value) method setChangePassword (line 149) | public function setChangePassword($value) method isCurrentPasswordVisible (line 164) | public function isCurrentPasswordVisible() method isPasswordVisible (line 177) | public function isPasswordVisible() method isConfirmPasswordVisible (line 190) | public function isConfirmPasswordVisible() method isEmailVisible (line 204) | public function isEmailVisible() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Form/ForgotPassword.php class ForgotPassword (line 15) | class ForgotPassword extends Form method resetForgotPassword (line 29) | public function resetForgotPassword(Customer $fixture) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Form/Login.php class Login (line 16) | class Login extends Form method isPasswordAutocompleteOff (line 44) | public function isPasswordAutocompleteOff() method login (line 56) | public function login(FixtureInterface $customer) method submit (line 66) | public function submit() method registerCustomer (line 74) | public function registerCustomer() method isVisible (line 84) | public function isVisible() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Block/Form/Register.php class Register (line 17) | class Register extends Form method dataMapping (line 54) | protected function dataMapping(array $fields = null, $parent = null) method registerCustomer (line 68) | public function registerCustomer(FixtureInterface $fixture, $address =... method getPasswordError (line 83) | public function getPasswordError() method getPasswordConfirmationError (line 94) | public function getPasswordConfirmationError() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertAdditionalAddressCreatedFrontend.php class AssertAdditionalAddressCreatedFrontend (line 16) | class AssertAdditionalAddressCreatedFrontend extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerAccountIndex $customerAccountInd... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertAdditionalAddressDeletedFrontend.php class AssertAdditionalAddressDeletedFrontend (line 15) | class AssertAdditionalAddressDeletedFrontend extends AbstractConstraint method processAssert (line 28) | public function processAssert(CustomerAccountIndex $customerAccountIndex) method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertAddressDeletedBackend.php class AssertAddressDeletedBackend (line 19) | class AssertAddressDeletedBackend extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertAddressDeletedFrontend.php class AssertAddressDeletedFrontend (line 18) | class AssertAddressDeletedFrontend extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertChangePasswordFailMessage.php class AssertChangePasswordFailMessage (line 16) | class AssertChangePasswordFailMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CustomerAccountEdit $customerAccountEdit) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertChangingWebsiteChangeCountries.php class AssertChangingWebsiteChangeCountries (line 16) | class AssertChangingWebsiteChangeCountries extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerAddressBackendRequiredFields.php class AssertCustomerAddressBackendRequiredFields (line 16) | class AssertCustomerAddressBackendRequiredFields extends AbstractConstraint method processAssert (line 30) | public function processAssert(CustomerIndexNew $customerNewPage, array... method toString (line 52) | public function toString(): string FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerAddressSuccessSaveMessage.php class AssertCustomerAddressSuccessSaveMessage (line 15) | class AssertCustomerAddressSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CustomerAccountIndex $customerAccountIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerBackendBackButton.php class AssertCustomerBackendBackButton (line 16) | class AssertCustomerBackendBackButton extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerIndexEdit $customerEditPage, Cus... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerBackendDuplicateErrorMessage.php class AssertCustomerBackendDuplicateErrorMessage (line 15) | class AssertCustomerBackendDuplicateErrorMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CustomerIndex $customerIndexPage) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerBackendFormTitle.php class AssertCustomerBackendFormTitle (line 16) | class AssertCustomerBackendFormTitle extends AbstractConstraint method processAssert (line 29) | public function processAssert(CustomerAccountIndex $pageCustomerIndex,... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerBackendRequiredFields.php class AssertCustomerBackendRequiredFields (line 15) | class AssertCustomerBackendRequiredFields extends AbstractConstraint method processAssert (line 29) | public function processAssert(CustomerIndexNew $customerNewPage, array... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerDefaultAddressFrontendAddressBook.php class AssertCustomerDefaultAddressFrontendAddressBook (line 18) | class AssertCustomerDefaultAddressFrontendAddressBook extends AbstractCo... method processAssert (line 29) | public function processAssert( method toString (line 58) | public function toString() method createAddressRenderer (line 69) | private function createAddressRenderer(Address $address) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerDefaultAddresses.php class AssertCustomerDefaultAddresses (line 16) | class AssertCustomerDefaultAddresses extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerAccountIndex $customerAccountInd... method toString (line 54) | public function toString() method verifyForm (line 66) | protected function verifyForm(array $pattern, array $address) method makeAddressPattern (line 83) | protected function makeAddressPattern(Address $address) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerDoesNotHaveDefaultAddresses.php class AssertCustomerDoesNotHaveDefaultAddresses (line 15) | class AssertCustomerDoesNotHaveDefaultAddresses extends AbstractConstraint method processAssert (line 23) | public function processAssert(CustomerAccountIndex $customerAccountIndex) method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerFailRegisterMessage.php class AssertCustomerFailRegisterMessage (line 15) | class AssertCustomerFailRegisterMessage extends AbstractConstraint method processAssert (line 23) | public function processAssert(CustomerAccountCreate $registerPage) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerForgotPasswordSuccessMessage.php class AssertCustomerForgotPasswordSuccessMessage (line 16) | class AssertCustomerForgotPasswordSuccessMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerForm.php class AssertCustomerForm (line 18) | class AssertCustomerForm extends AbstractConstraint method processAssert (line 65) | public function processAssert( method verify (line 109) | private function verify(array $dataFixture, array $dataForm) method assertCustomerGroupName (line 146) | private function assertCustomerGroupName(Customer $customer, array $fo... method toString (line 171) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupAlreadyExists.php class AssertCustomerGroupAlreadyExists (line 15) | class AssertCustomerGroupAlreadyExists extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerGroupNew $customerGroupNew) method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupChangedToDefaultOnCustomerForm.php class AssertCustomerGroupChangedToDefaultOnCustomerForm (line 17) | class AssertCustomerGroupChangedToDefaultOnCustomerForm extends Abstract... method processAssert (line 28) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupFieldsDisabled.php class AssertCustomerGroupFieldsDisabled (line 16) | class AssertCustomerGroupFieldsDisabled extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupForm.php class AssertCustomerGroupForm (line 17) | class AssertCustomerGroupForm extends AbstractConstraint method processAssert (line 41) | public function processAssert( method verifyForm (line 72) | protected function verifyForm(array $formData, array $fixtureData) method toString (line 95) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupInGrid.php class AssertCustomerGroupInGrid (line 16) | class AssertCustomerGroupInGrid extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupNotInGrid.php class AssertCustomerGroupNotInGrid (line 16) | class AssertCustomerGroupNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupNotOnCartPriceRuleForm.php class AssertCustomerGroupNotOnCartPriceRuleForm (line 17) | class AssertCustomerGroupNotOnCartPriceRuleForm extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupNotOnCatalogPriceRuleForm.php class AssertCustomerGroupNotOnCatalogPriceRuleForm (line 17) | class AssertCustomerGroupNotOnCatalogPriceRuleForm extends AbstractConst... method processAssert (line 26) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupNotOnProductForm.php class AssertCustomerGroupNotOnProductForm (line 18) | class AssertCustomerGroupNotOnProductForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupOnCartPriceRuleForm.php class AssertCustomerGroupOnCartPriceRuleForm (line 18) | class AssertCustomerGroupOnCartPriceRuleForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupOnCatalogPriceRuleForm.php class AssertCustomerGroupOnCatalogPriceRuleForm (line 18) | class AssertCustomerGroupOnCatalogPriceRuleForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupOnCustomerForm.php class AssertCustomerGroupOnCustomerForm (line 19) | class AssertCustomerGroupOnCustomerForm extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 65) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupOnProductForm.php class AssertCustomerGroupOnProductForm (line 18) | class AssertCustomerGroupOnProductForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupSuccessDeleteMessage.php class AssertCustomerGroupSuccessDeleteMessage (line 15) | class AssertCustomerGroupSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerGroupIndex $customerGroupIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerGroupSuccessSaveMessage.php class AssertCustomerGroupSuccessSaveMessage (line 15) | class AssertCustomerGroupSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerGroupIndex $customerGroupIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerInGrid.php class AssertCustomerInGrid (line 17) | class AssertCustomerInGrid extends AbstractConstraint method processAssert (line 31) | public function processAssert( method prepareDob (line 77) | private function prepareDob($date) method toString (line 87) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerInfoSuccessSavedMessage.php class AssertCustomerInfoSuccessSavedMessage (line 15) | class AssertCustomerInfoSuccessSavedMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(CustomerAccountIndex $customerAccountIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerInvalidEmail.php class AssertCustomerInvalidEmail (line 16) | class AssertCustomerInvalidEmail extends AbstractConstraint method processAssert (line 27) | public function processAssert(CustomerIndexNew $pageCustomerIndexNew) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerIsLockedOnBackend.php class AssertCustomerIsLockedOnBackend (line 16) | class AssertCustomerIsLockedOnBackend extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerLogin.php class AssertCustomerLogin (line 16) | class AssertCustomerLogin extends AbstractConstraint method processAssert (line 25) | public function processAssert(CmsIndex $cmsIndex, Customer $customer) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerLoginErrorMessage.php class AssertCustomerLoginErrorMessage (line 15) | class AssertCustomerLoginErrorMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerLogout.php class AssertCustomerLogout (line 16) | class AssertCustomerLogout extends AbstractConstraint method processAssert (line 35) | public function processAssert(CustomerAccountIndex $customerAccountInd... method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerMassDeleteInGrid.php class AssertCustomerMassDeleteInGrid (line 17) | class AssertCustomerMassDeleteInGrid extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerMassDeleteNotInGrid.php class AssertCustomerMassDeleteNotInGrid (line 17) | class AssertCustomerMassDeleteNotInGrid extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerMassDeleteSuccessMessage.php class AssertCustomerMassDeleteSuccessMessage (line 16) | class AssertCustomerMassDeleteSuccessMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert($customersQtyToDelete, CustomerIndex $cu... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerNameFrontend.php class AssertCustomerNameFrontend (line 17) | class AssertCustomerNameFrontend extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerNotInGrid.php class AssertCustomerNotInGrid (line 17) | class AssertCustomerNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerPasswordAutocompleteOnAuthorizationPopup.php class AssertCustomerPasswordAutocompleteOnAuthorizationPopup (line 16) | class AssertCustomerPasswordAutocompleteOnAuthorizationPopup extends Abs... method processAssert (line 25) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerPasswordAutocompleteOnSignIn.php class AssertCustomerPasswordAutocompleteOnSignIn (line 15) | class AssertCustomerPasswordAutocompleteOnSignIn extends AbstractConstraint method processAssert (line 23) | public function processAssert(CustomerAccountLogin $loginPage) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerPasswordChanged.php class AssertCustomerPasswordChanged (line 17) | class AssertCustomerPasswordChanged extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerRedirectToDashboard.php class AssertCustomerRedirectToDashboard (line 15) | class AssertCustomerRedirectToDashboard extends AbstractConstraint method processAssert (line 35) | public function processAssert(CustomerAccountIndex $accountIndexPage) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerSuccessDeleteMessage.php class AssertCustomerSuccessDeleteMessage (line 15) | class AssertCustomerSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerIndex $customerIndexPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerSuccessRegisterMessage.php class AssertCustomerSuccessRegisterMessage (line 15) | class AssertCustomerSuccessRegisterMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerAccountCreate $registerPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerSuccessSaveMessage.php class AssertCustomerSuccessSaveMessage (line 16) | class AssertCustomerSuccessSaveMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(CustomerIndex $pageCustomerIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertMassActionSuccessUpdateMessage.php class AssertMassActionSuccessUpdateMessage (line 17) | class AssertMassActionSuccessUpdateMessage extends AbstractConstraint method processAssert (line 35) | public function processAssert(array $customers, CustomerIndex $pageCus... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertNoDeleteForSystemCustomerGroup.php class AssertNoDeleteForSystemCustomerGroup (line 16) | class AssertNoDeleteForSystemCustomerGroup extends AbstractConstraint method processAssert (line 24) | public function processAssert(CustomerGroupEdit $customerGroupEdit) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertWrongPassConfirmationMessage.php class AssertWrongPassConfirmationMessage (line 16) | class AssertWrongPassConfirmationMessage extends AbstractConstraint method processAssert (line 34) | public function processAssert(Customer $customer, CustomerAccountEdit ... method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Fixture/Customer/Address.php class Address (line 16) | class Address extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getAddresses (line 57) | public function getAddresses() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Fixture/Customer/GroupId.php class GroupId (line 16) | class GroupId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getCustomerGroup (line 57) | public function getCustomerGroup() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Fixture/Customer/WebsiteId.php class WebsiteId (line 17) | class WebsiteId extends DataSource method __construct (line 53) | public function __construct( method getData (line 70) | public function getData($key = null) method getStore (line 104) | public function getStore() method getWebsite (line 114) | public function getWebsite() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Fixture/CustomerGroup/TaxClassIds.php class TaxClassIds (line 19) | class TaxClassIds extends DataSource method __construct (line 34) | public function __construct( method getTaxClass (line 57) | public function getTaxClass() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php class Curl (line 20) | class Curl extends AbstractCurl implements CustomerInterface method persist (line 85) | public function persist(FixtureInterface $customer = null) method getCustomerId (line 124) | protected function getCustomerId($email) method getCustomerGroup (line 151) | protected function getCustomerGroup(FixtureInterface $customer) method updateCustomer (line 167) | protected function updateCustomer(array $data) method prepareAddressData (line 207) | protected function prepareAddressData(array $curlData) method getCustomerWebsite (line 240) | private function getCustomerWebsite(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/CustomerInterface.php type CustomerInterface (line 14) | interface CustomerInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Webapi.php class Webapi (line 16) | class Webapi extends AbstractWebapi implements CustomerInterface method persist (line 83) | public function persist(FixtureInterface $customer = null) method prepareData (line 107) | protected function prepareData(Customer $customer) method prepareCustomAttributes (line 129) | protected function prepareCustomAttributes(array $data) method getCustomerGroup (line 151) | protected function getCustomerGroup(Customer $customer) method prepareAddressData (line 169) | protected function prepareAddressData(array $data) method prepareRegionData (line 192) | protected function prepareRegionData(array $addressData) method prepareStreetData (line 215) | protected function prepareStreetData(array $addressData) method prepareDefaultAddressData (line 231) | protected function prepareDefaultAddressData(array $addressData) method getCustomerWebsite (line 253) | private function getCustomerWebsite(Customer $customer) method prepareExtensionAttributes (line 264) | protected function prepareExtensionAttributes($data) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Handler/CustomerGroup/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements CustomerGroupInterface method persist (line 35) | public function persist(FixtureInterface $fixture = null) method getCustomerGroupId (line 61) | public function getCustomerGroupId(array $data) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Handler/CustomerGroup/CustomerGroupInterface.php type CustomerGroupInterface (line 14) | interface CustomerGroupInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Page/Address/DefaultAddress.php class DefaultAddress (line 16) | class DefaultAddress extends Page method getDefaultAddresses (line 35) | public function getDefaultAddresses() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Page/CustomerAccountLogout.php class CustomerAccountLogout (line 14) | class CustomerAccountLogout extends Page method initUrl (line 26) | protected function initUrl() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/Repository/Address.php class Address (line 16) | class Address extends AbstractRepository method __construct (line 21) | public function __construct(array $defaultConfig = [], array $defaultD... method _getUS1 (line 37) | protected function _getUS1() method _getBackendUS1 (line 79) | protected function _getBackendUS1() method _getUS2 (line 93) | protected function _getUS2() method _getDataUS1 (line 135) | protected function _getDataUS1() method getAddressUK (line 180) | protected function getAddressUK() method getAddressUK2 (line 223) | protected function getAddressUK2() method getAddressUKWithVAT (line 269) | protected function getAddressUKWithVAT($defaultData) method getAddressDE (line 290) | protected function getAddressDE() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/AbstractApplyVatIdTest.php class AbstractApplyVatIdTest (line 18) | abstract class AbstractApplyVatIdTest extends Injectable method __prepare (line 66) | public function __prepare(FixtureFactory $fixtureFactory) method prepareVatConfig (line 85) | protected function prepareVatConfig(ConfigData $vatConfig, $customerGr... method tearDown (line 120) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.php class ApplyVatIdTest (line 31) | class ApplyVatIdTest extends AbstractApplyVatIdTest method __inject (line 59) | public function __inject(CustomerAccountIndex $customerAccountIndex, C... method test (line 75) | public function test( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.php class ChangeCustomerPasswordTest (line 32) | class ChangeCustomerPasswordTest extends Injectable method __inject (line 75) | public function __inject( method test (line 94) | public function test(Customer $initialCustomer, Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.php class CreateCustomerBackendEntityTest (line 31) | class CreateCustomerBackendEntityTest extends Injectable method __inject (line 97) | public function __inject( method test (line 121) | public function test( method assertAllowedCountries (line 161) | protected function assertAllowedCountries() method createWebsiteFixture (line 193) | private function createWebsiteFixture() method configureAllowedCountries (line 236) | protected function configureAllowedCountries(array $countryList = []) method changeAdminLocale (line 271) | protected function changeAdminLocale(array $userData) method changeAdminLocaleRollback (line 284) | protected function changeAdminLocaleRollback() method tearDown (line 300) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.php class CreateCustomerGroupEntityTest (line 28) | class CreateCustomerGroupEntityTest extends Injectable method __inject (line 53) | public function __inject( method testCreateCustomerGroup (line 66) | public function testCreateCustomerGroup( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerBackendEntity.php class CreateExistingCustomerBackendEntity (line 28) | class CreateExistingCustomerBackendEntity extends Injectable method __inject (line 55) | public function __inject( method test (line 69) | public function test(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.php class CreateExistingCustomerFrontendEntity (line 29) | class CreateExistingCustomerFrontendEntity extends Injectable method __inject (line 64) | public function __inject( method testCreateExistingCustomer (line 80) | public function testCreateExistingCustomer(Customer $customer) method tearDown (line 97) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.php class DeleteCustomerAddressTest (line 29) | class DeleteCustomerAddressTest extends Injectable method __inject (line 49) | public function __inject( method test (line 61) | public function test(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.php class DeleteCustomerBackendEntityTest (line 31) | class DeleteCustomerBackendEntityTest extends Injectable method __inject (line 54) | public function __inject(CustomerIndex $customerIndexPage, CustomerInd... method testDeleteCustomerBackendEntity (line 66) | public function testDeleteCustomerBackendEntity(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.php class DeleteCustomerGroupEntityTest (line 30) | class DeleteCustomerGroupEntityTest extends Injectable method __inject (line 57) | public function __inject( method test (line 72) | public function test(CustomerGroup $customerGroup, Customer $customer ... FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteSystemCustomerGroupTest.php class DeleteSystemCustomerGroupTest (line 23) | class DeleteSystemCustomerGroupTest extends Injectable method __inject (line 42) | public function __inject(CustomerGroupIndex $customerGroupIndex) method test (line 53) | public function test(CustomerGroup $customerGroup) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.php class ForgotPasswordOnFrontendTest (line 27) | class ForgotPasswordOnFrontendTest extends Injectable method __inject (line 53) | public function __inject( method test (line 67) | public function test(Customer $customer, CustomerAccountForgotPassword... FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/LoginOnFrontendFailTest.php class LoginOnFrontendFailTest (line 28) | class LoginOnFrontendFailTest extends Injectable method test (line 42) | public function test(Customer $customer, CustomerAccountLogin $loginPa... FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.php class MassAssignCustomerGroupTest (line 35) | class MassAssignCustomerGroupTest extends Injectable method __inject (line 62) | public function __inject(CustomerIndex $customerIndex) method test (line 75) | public function test(CustomerGroup $customerGroup, FixtureFactory $fix... FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.php class MassDeleteCustomerBackendEntityTest (line 33) | class MassDeleteCustomerBackendEntityTest extends Injectable method __inject (line 68) | public function __inject( method test (line 87) | public function test($customersQty, $customersQtyToDelete) method createCustomers (line 108) | protected function createCustomers($customersQty) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/PasswordAutocompleteOffTest.php class PasswordAutocompleteOffTest (line 27) | class PasswordAutocompleteOffTest extends Injectable method test (line 50) | public function test( method tearDown (line 81) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.php class RegisterCustomerFrontendEntityTest (line 26) | class RegisterCustomerFrontendEntityTest extends Injectable method __inject (line 61) | public function __inject( method test (line 77) | public function test(Customer $customer) method tearDown (line 91) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.php class UpdateCustomerBackendEntityTest (line 30) | class UpdateCustomerBackendEntityTest extends Injectable method __prepare (line 63) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 75) | public function __inject( method prepareCustomer (line 92) | private function prepareCustomer( method prepareCustomerAddress (line 122) | private function prepareCustomerAddress( method testUpdateCustomerBackendEntity (line 154) | public function testUpdateCustomerBackendEntity( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.php class UpdateCustomerFrontendEntityTest (line 37) | class UpdateCustomerFrontendEntityTest extends Injectable method __inject (line 89) | public function __inject( method prepareCustomer (line 110) | private function prepareCustomer( method test (line 134) | public function test( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.php class UpdateCustomerGroupEntityTest (line 31) | class UpdateCustomerGroupEntityTest extends Injectable method __inject (line 59) | public function __inject( method test (line 74) | public function test( FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/VerifyDisabledCustomerGroupFieldTest.php class VerifyDisabledCustomerGroupFieldTest (line 23) | class VerifyDisabledCustomerGroupFieldTest extends Injectable method __inject (line 42) | public function __inject(CustomerGroupIndex $customerGroupIndex) method test (line 53) | public function test(CustomerGroup $customerGroup) FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/CreateCustomerStep.php class CreateCustomerStep (line 16) | class CreateCustomerStep implements TestStepInterface method __construct (line 45) | public function __construct(LogoutCustomerOnFrontendStep $logout, Cust... method run (line 61) | public function run() method cleanup (line 75) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/CreateOrderFromCustomerAccountStep.php class CreateOrderFromCustomerAccountStep (line 16) | class CreateOrderFromCustomerAccountStep implements TestStepInterface method __construct (line 29) | public function __construct(CustomerIndexEdit $customerIndexEdit) method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/DeleteCustomerStep.php class DeleteCustomerStep (line 16) | class DeleteCustomerStep implements TestStepInterface method __construct (line 38) | public function __construct( method run (line 51) | public function run() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php class LoginCustomerOnFrontendStep (line 17) | class LoginCustomerOnFrontendStep implements TestStepInterface method __construct (line 54) | public function __construct( method run (line 71) | public function run() method cleanup (line 87) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LogoutCustomerOnFrontendStep.php class LogoutCustomerOnFrontendStep (line 16) | class LogoutCustomerOnFrontendStep implements TestStepInterface method __construct (line 37) | public function __construct(CmsIndex $cmsIndex, CustomerAccountIndex $... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/OpenCustomerOnBackendStep.php class OpenCustomerOnBackendStep (line 17) | class OpenCustomerOnBackendStep implements TestStepInterface method __construct (line 38) | public function __construct(Customer $customer, CustomerIndex $custome... method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/CustomerImportExport/Test/Constraint/AssertExportCustomerAddresses.php class AssertExportCustomerAddresses (line 17) | class AssertExportCustomerAddresses extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 52) | public function toString() method isAddressDataInFile (line 66) | private function isAddressDataInFile( FILE: dev/tests/functional/tests/app/Magento/CustomerImportExport/Test/Constraint/AssertImportCustomerAddresses.php class AssertImportCustomerAddresses (line 17) | class AssertImportCustomerAddresses extends AbstractConstraint method processAssert (line 83) | public function processAssert( method getPrepareAddresses (line 106) | private function getPrepareAddresses() method getResultCsv (line 138) | private function getResultCsv() method deleteWasteData (line 165) | private function deleteWasteData(array $csvData) method toString (line 177) | public function toString() FILE: dev/tests/functional/tests/app/Magento/CustomerImportExport/Test/TestCase/ExportCustomerAddressesTest.php class ExportCustomerAddressesTest (line 30) | class ExportCustomerAddressesTest extends Injectable method __inject (line 61) | public function __inject( method test (line 78) | public function test( FILE: dev/tests/functional/tests/app/Magento/CustomerImportExport/Test/TestCase/ImportCustomerAddressTest.php class ImportCustomerAddressTest (line 24) | class ImportCustomerAddressTest extends Scenario method test (line 31) | public function test() FILE: dev/tests/functional/tests/app/Magento/CustomerImportExport/Test/TestStep/FillCustomImportFormStep.php class FillCustomImportFormStep (line 16) | class FillCustomImportFormStep implements TestStepInterface method __construct (line 36) | public function __construct( method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Block/Currency/Switcher.php class Switcher (line 16) | class Switcher extends Block method switchCurrency (line 45) | public function switchCurrency(CurrencySymbolEntity $currencySymbol) FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Constraint/AssertCurrencyRateAppliedOnCatalogPage.php class AssertCurrencyRateAppliedOnCatalogPage (line 18) | class AssertCurrencyRateAppliedOnCatalogPage extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Constraint/AssertCurrencyRateAppliedOnProductPage.php class AssertCurrencyRateAppliedOnProductPage (line 17) | class AssertCurrencyRateAppliedOnProductPage extends AbstractConstraint method processAssert (line 27) | public function processAssert( method assertPrice (line 44) | public function assertPrice(CatalogProductView $view, $price, $currenc... method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Constraint/AssertCurrencyRateSuccessSaveMessage.php class AssertCurrencyRateSuccessSaveMessage (line 15) | class AssertCurrencyRateSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemCurrencyIndex $currencyIndexPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Constraint/AssertShippingPriceWithCustomCurrency.php class AssertShippingPriceWithCustomCurrency (line 19) | class AssertShippingPriceWithCustomCurrency extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Handler/CurrencyRate/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements CurrencyRateInterface method persist (line 27) | public function persist(FixtureInterface $fixture = null) method prepareData (line 48) | protected function prepareData(FixtureInterface $fixture) FILE: dev/tests/functional/tests/app/Magento/Directory/Test/Handler/CurrencyRate/CurrencyRateInterface.php type CurrencyRateInterface (line 14) | interface CurrencyRateInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php class CreateCurrencyRateTest (line 31) | class CreateCurrencyRateTest extends Injectable method __inject (line 58) | public function __inject(SystemCurrencyIndex $currencyIndexPage, TestS... method test (line 73) | public function test(CurrencyRate $currencyRate, ConfigData $config, $... method tearDown (line 94) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Downloadable.php class Downloadable (line 19) | class Downloadable extends Section method getDownloadableBlock (line 49) | public function getDownloadableBlock($type, SimpleElement $element = n... method getFieldsData (line 66) | public function getFieldsData($fields = null, SimpleElement $element =... method setFieldsData (line 90) | public function setFieldsData(array $fields, SimpleElement $element = ... method setIsDownloadable (line 115) | public function setIsDownloadable(string $downloadable = 'Yes', Simple... FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Downloadable/LinkRow.php class LinkRow (line 16) | class LinkRow extends Form method fillLinkRow (line 38) | public function fillLinkRow(array $fields) method getDataLinkRow (line 50) | public function getDataLinkRow(array $fields) method clickDeleteButton (line 61) | public function clickDeleteButton() method dragAndDropTo (line 72) | public function dragAndDropTo(ElementInterface $target) method getSortHandle (line 82) | public function getSortHandle() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Downloadable/Links.php class Links (line 15) | class Links extends Form method getRowBlock (line 52) | public function getRowBlock($index, SimpleElement $element = null) method fillLinks (line 68) | public function fillLinks(array $fields, SimpleElement $element = null) method getDataLinks (line 101) | public function getDataLinks(array $fields = null, SimpleElement $elem... method clearDownloadableData (line 123) | public function clearDownloadableData() method sortLink (line 141) | protected function sortLink($position, $sortOrder, SimpleElement $elem... FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Downloadable/SampleRow.php class SampleRow (line 14) | class SampleRow extends Form method fillSampleRow (line 29) | public function fillSampleRow(array $fields) method getDataSampleRow (line 41) | public function getDataSampleRow(array $fields) method dragAndDropTo (line 53) | public function dragAndDropTo(ElementInterface $target) method getSortHandle (line 63) | public function getSortHandle() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Catalog/Product/Edit/Section/Downloadable/Samples.php class Samples (line 14) | class Samples extends Form method getRowBlock (line 44) | public function getRowBlock($index, SimpleElement $element = null) method fillSamples (line 60) | public function fillSamples(array $fields = null, SimpleElement $eleme... method getDataSamples (line 88) | public function getDataSamples(array $fields = null, SimpleElement $el... method sortSample (line 111) | protected function sortSample($position, $sortOrder, SimpleElement $el... FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 15) | class Configure extends \Magento\Catalog\Test\Block\Adminhtml\Product\Co... method fillOptions (line 23) | public function fillOptions(FixtureInterface $product) method prepareData (line 35) | protected function prepareData(array $fields) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Catalog/Product/View.php class View (line 17) | class View extends \Magento\Catalog\Test\Block\Product\View method getDownloadableLinksBlock (line 38) | public function getDownloadableLinksBlock() method getDownloadableSamplesBlock (line 53) | public function getDownloadableSamplesBlock() method fillOptions (line 69) | public function fillOptions(FixtureInterface $product) method getOptions (line 98) | public function getOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Catalog/Product/View/Links.php class Links (line 18) | class Links extends Block method getTitle (line 81) | public function getTitle() method fill (line 92) | public function fill(array $data) method getLinks (line 109) | public function getLinks() method escapePrice (line 144) | protected function escapePrice($price) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Catalog/Product/View/Samples.php class Samples (line 16) | class Samples extends Block method getTitle (line 37) | public function getTitle() method getLinks (line 47) | public function getLinks() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Block/Customer/Products/ListProducts.php class ListProducts (line 16) | class ListProducts extends Block method openLink (line 31) | public function openLink($linkTitle) method getLinkUrl (line 42) | public function getLinkUrl($title) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AbstractAssertTaxCalculationAfterCheckoutDownloadable.php class AbstractAssertTaxCalculationAfterCheckoutDownloadable (line 21) | abstract class AbstractAssertTaxCalculationAfterCheckoutDownloadable ext... method processAssert (line 41) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable.php class AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable (line 20) | abstract class AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable ext... method processAssert (line 44) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertDownloadableDuplicateForm.php class AssertDownloadableDuplicateForm (line 14) | class AssertDownloadableDuplicateForm extends AssertProductDuplicateForm method prepareFixtureData (line 19) | protected function prepareFixtureData(array $data, array $sortFields =... method sortDownloadableArray (line 30) | protected function sortDownloadableArray(array $fields) method prepareDownloadableArray (line 48) | protected function prepareDownloadableArray(array $fields) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertDownloadableLinksData.php class AssertDownloadableLinksData (line 19) | class AssertDownloadableLinksData extends AbstractAssertForm method processAssert (line 54) | public function processAssert( method prepareFixtureData (line 74) | protected function prepareFixtureData(DownloadableProduct $product) method preparePageData (line 95) | protected function preparePageData(array $data) method toString (line 111) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertDownloadableProductForm.php class AssertDownloadableProductForm (line 15) | class AssertDownloadableProductForm extends AssertProductForm FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertDownloadableProductInCustomerWishlistOnBackendGrid.php class AssertDownloadableProductInCustomerWishlistOnBackendGrid (line 17) | class AssertDownloadableProductInCustomerWishlistOnBackendGrid extends A... method prepareOptions (line 25) | protected function prepareOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertDownloadableSamplesData.php class AssertDownloadableSamplesData (line 19) | class AssertDownloadableSamplesData extends AbstractAssertForm method processAssert (line 48) | public function processAssert( method prepareFixtureData (line 70) | protected function prepareFixtureData(DownloadableProduct $product) method preparePageData (line 89) | protected function preparePageData(array $data) method toString (line 105) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax.php class AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax (line 12) | class AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax... method getReviewTotals (line 28) | public function getReviewTotals($actualPrices) method getOrderTotals (line 49) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingTax.php class AssertTaxCalculationAfterCheckoutDownloadableExcludingTax (line 14) | class AssertTaxCalculationAfterCheckoutDownloadableExcludingTax extends method getReviewTotals (line 30) | public function getReviewTotals($actualPrices) method getOrderTotals (line 51) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableIncludingTax.php class AssertTaxCalculationAfterCheckoutDownloadableIncludingTax (line 12) | class AssertTaxCalculationAfterCheckoutDownloadableIncludingTax extends method getReviewTotals (line 28) | public function getReviewTotals($actualPrices) method getOrderTotals (line 49) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax.php class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax (line 14) | class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax... method getCategoryPrices (line 31) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 46) | public function getProductPagePrices($actualPrices) method getTotals (line 61) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax.php class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax (line 14) | class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax extends method getCategoryPrices (line 31) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 47) | public function getProductPagePrices($actualPrices) method getTotals (line 63) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax.php class AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax (line 14) | class AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax extends method getCategoryPrices (line 31) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 47) | public function getProductPagePrices($actualPrices) method getTotals (line 63) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Fixture/Cart/Item.php class Item (line 15) | class Item extends \Magento\Catalog\Test\Fixture\Cart\Item method getData (line 23) | public function getData($key = null) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Handler/DownloadableProduct/Curl.php class Curl (line 20) | class Curl extends ProductCurl implements DownloadableProductInterface method __construct (line 27) | public function __construct(DataInterface $configuration, EventManager... method prepareData (line 50) | public function prepareData(FixtureInterface $fixture) method createProduct (line 110) | protected function createProduct(array $data, array $config) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Handler/DownloadableProduct/DownloadableProductInterface.php type DownloadableProductInterface (line 13) | interface DownloadableProductInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/Handler/DownloadableProduct/Webapi.php class Webapi (line 19) | class Webapi extends SimpleProductWebapi implements DownloadableProductI... method __construct (line 28) | public function __construct( method prepareData (line 42) | protected function prepareData() method parseResponse (line 55) | protected function parseResponse(array $response) method prepareDownloadableProductSamples (line 79) | protected function prepareDownloadableProductSamples() method prepareSampleData (line 103) | protected function prepareSampleData(array $sample) method prepareDownloadableProductLinks (line 119) | protected function prepareDownloadableProductLinks() method prepareLinkData (line 145) | protected function prepareLinkData(array $link) FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.php class CreateDownloadableProductEntityTest (line 29) | class CreateDownloadableProductEntityTest extends Injectable method __prepare (line 70) | public function __prepare(Category $category) method __inject (line 87) | public function __inject( method test (line 106) | public function test(DownloadableProduct $product, Category $category) method tearDown (line 122) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.php class UpdateDownloadableProductEntityTest (line 36) | class UpdateDownloadableProductEntityTest extends Injectable method __prepare (line 77) | public function __prepare(Category $category) method __inject (line 93) | public function __inject( method test (line 118) | public function test( FILE: dev/tests/functional/tests/app/Magento/Email/Test/Block/Adminhtml/Template/Edit/TemplateForm.php class TemplateForm (line 15) | class TemplateForm extends Form method clickLoadTemplate (line 22) | public function clickLoadTemplate() FILE: dev/tests/functional/tests/app/Magento/Email/Test/Constraint/AssertEmailTemplateSuccessSaveMessage.php class AssertEmailTemplateSuccessSaveMessage (line 14) | class AssertEmailTemplateSuccessSaveMessage extends AbstractConstraint method processAssert (line 21) | public function processAssert(EmailTemplateIndex $emailTemplateIndex) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Email/Test/TestCase/CreateEmailTemplateEntityTest.php class CreateEmailTemplateEntityTest (line 28) | class CreateEmailTemplateEntityTest extends Injectable method __inject (line 58) | public function __inject( method test (line 69) | public function test(EmailTemplate $emailTemplate) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/Create.php class Create (line 15) | class Create extends \Magento\Sales\Test\Block\Adminhtml\Order\Create method fillGiftMessageForItems (line 30) | public function fillGiftMessageForItems(array $products, GiftMessage $... FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/Create/Form.php class Form (line 17) | class Form extends ParentForm method fill (line 33) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/Create/GiftOptions.php class GiftOptions (line 12) | class GiftOptions extends \Magento\Mtf\Block\Form FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/Create/Items.php class Items (line 17) | class Items extends \Magento\Sales\Test\Block\Adminhtml\Order\Create\Items method getItemProduct (line 32) | public function getItemProduct(InjectableFixture $product) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/Create/Items/ItemProduct.php class ItemProduct (line 15) | class ItemProduct extends \Magento\Sales\Test\Block\Adminhtml\Order\Crea... method fillGiftMessageForm (line 44) | public function fillGiftMessageForm(GiftMessage $giftMessage) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/View/Form.php class Form (line 15) | class Form extends ParentForm method closeDialog (line 29) | public function closeDialog() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/View/GiftOptions.php class GiftOptions (line 13) | class GiftOptions extends \Magento\Mtf\Block\Form FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/View/Items.php class Items (line 17) | class Items extends \Magento\Sales\Test\Block\Adminhtml\Order\View\Items method getItemProduct (line 32) | public function getItemProduct(InjectableFixture $product) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Adminhtml/Order/View/Items/ItemProduct.php class ItemProduct (line 16) | class ItemProduct extends \Magento\Sales\Test\Block\Adminhtml\Order\Crea... method getGiftMessageFormData (line 38) | public function getGiftMessageFormData(GiftMessage $giftMessage) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/GiftOptions.php class GiftOptions (line 22) | class GiftOptions extends Form method __construct (line 68) | public function __construct( method fillGiftMessageOrder (line 87) | public function fillGiftMessageOrder(GiftMessage $giftMessage) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/GiftOptions/GiftMessageForm.php class GiftMessageForm (line 15) | class GiftMessageForm extends Form FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/Item/GiftOptions.php class GiftOptions (line 22) | class GiftOptions extends Form method __construct (line 68) | public function __construct( method fillGiftMessageItem (line 88) | public function fillGiftMessageItem(GiftMessage $giftMessage, $product... FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Message/Order/Items/View.php class View (line 15) | class View extends Block method getGiftMessage (line 58) | public function getGiftMessage($itemName) method clickGiftMessageButton (line 87) | protected function clickGiftMessageButton($itemName) method giftMessageButtonIsVisible (line 101) | protected function giftMessageButtonIsVisible($itemName) FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Message/Order/View.php class View (line 12) | class View extends \Magento\Sales\Test\Block\Order\View method getGiftMessage (line 40) | public function getGiftMessage() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Constraint/AssertGiftMessageInBackendOrder.php class AssertGiftMessageInBackendOrder (line 18) | class AssertGiftMessageInBackendOrder extends AbstractAssertForm method processAssert (line 43) | public function processAssert( method toString (line 85) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Constraint/AssertGiftMessageInFrontendOrder.php class AssertGiftMessageInFrontendOrder (line 19) | class AssertGiftMessageInFrontendOrder extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Constraint/AssertGiftMessageInFrontendOrderItems.php class AssertGiftMessageInFrontendOrderItems (line 20) | class AssertGiftMessageInFrontendOrderItems extends AbstractConstraint method processAssert (line 34) | public function processAssert( method toString (line 83) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/Fixture/GiftMessage/Items.php class Items (line 15) | class Items extends DataSource method __construct (line 23) | public function __construct(FixtureFactory $fixtureFactory, array $par... FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.php class CheckoutWithGiftMessagesTest (line 28) | class CheckoutWithGiftMessagesTest extends Scenario method test (line 41) | public function test() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CreateGiftMessageOnBackendTest.php class CreateGiftMessageOnBackendTest (line 26) | class CreateGiftMessageOnBackendTest extends Scenario method test (line 39) | public function test() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestStep/AddGiftMessageBackendStep.php class AddGiftMessageBackendStep (line 17) | class AddGiftMessageBackendStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() FILE: dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestStep/AddGiftMessageStep.php class AddGiftMessageStep (line 17) | class AddGiftMessageStep implements TestStepInterface method __construct (line 46) | public function __construct(CheckoutCart $checkoutCart, GiftMessage $g... method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/GroupedImportExport/Test/Constraint/AssertImportedGroupedProducts.php class AssertImportedGroupedProducts (line 15) | class AssertImportedGroupedProducts extends AssertImportedProducts method getDisplayedProductData (line 42) | protected function getDisplayedProductData(FixtureInterface $product) method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GroupedImportExport/Test/Fixture/Import/File.php class File (line 14) | class File method getData (line 23) | public function getData(FixtureInterface $product, FixtureFactory $fix... FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Composite/Configure.php class Configure (line 15) | class Configure extends \Magento\Catalog\Test\Block\Adminhtml\Product\Co... method fillOptions (line 23) | public function fillOptions(FixtureInterface $product) method prepareData (line 35) | protected function prepareData(array $fields) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts.php class AssociatedProducts (line 18) | class AssociatedProducts extends Tab method getSearchGridBlock (line 60) | protected function getSearchGridBlock() method getListAssociatedProductsBlock (line 73) | public function getListAssociatedProductsBlock() method setFieldsData (line 88) | public function setFieldsData(array $fields, SimpleElement $element = ... method getFieldsData (line 118) | public function getFieldsData($fields = null, SimpleElement $element =... method waitLoaderNotVisible (line 135) | protected function waitLoaderNotVisible() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts/ListAssociatedProducts.php class ListAssociatedProducts (line 15) | class ListAssociatedProducts extends Form method getProductBlock (line 37) | private function getProductBlock($index) method fillProductOptions (line 54) | public function fillProductOptions(array $data, $index) method getProductOptions (line 66) | public function getProductOptions(array $data, $index) method getAssociatedProductSku (line 76) | public function getAssociatedProductSku() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts/ListAssociatedProducts/Product.php class Product (line 14) | class Product extends Form method fillOption (line 29) | public function fillOption($qtyValue) method getOption (line 41) | public function getOption(array $fields) method getProductSku (line 54) | public function getProductSku() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts/Search/Grid.php class Grid (line 14) | class Grid extends DataGrid method addProducts (line 46) | public function addProducts() method searchAndSelect (line 54) | public function searchAndSelect(array $filter) method waitLoader (line 64) | protected function waitLoader() method waitGridVisible (line 75) | private function waitGridVisible() method waitGridLoaderInvisible (line 93) | private function waitGridLoaderInvisible() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Cart/Sidebar.php class Sidebar (line 16) | class Sidebar extends MiniShoppingCart method getCartItem (line 24) | public function getCartItem(FixtureInterface $product) method findCartItems (line 44) | protected function findCartItems(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Cart/Sidebar/Item.php class Item (line 14) | class Item extends ProductItem method removeItemFromMiniCart (line 21) | public function removeItemFromMiniCart() method getPrice (line 34) | public function getPrice() method getQty (line 50) | public function getQty() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product/View.php class View (line 16) | class View extends ParentView method getGroupedProductBlock (line 45) | public function getGroupedProductBlock() method itemTierPriceProductBlock (line 61) | public function itemTierPriceProductBlock($index) method itemPriceProductBlock (line 72) | public function itemPriceProductBlock($index) method getOptions (line 83) | public function getOptions(FixtureInterface $product) method fillOptions (line 94) | public function fillOptions(FixtureInterface $product) method setQtyAndClickAddToCartGrouped (line 104) | public function setQtyAndClickAddToCartGrouped(FixtureInterface $produ... FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Catalog/Product/View/Type/Grouped.php class Grouped (line 20) | class Grouped extends Block method getQty (line 63) | public function getQty($subProductId) method setQty (line 75) | public function setQty($subProductId, $qty) method fill (line 86) | public function fill(FixtureInterface $product) method getOptions (line 117) | public function getOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Checkout/Cart.php class Cart (line 16) | class Cart extends \Magento\Checkout\Test\Block\Cart method getCartItem (line 24) | public function getCartItem(FixtureInterface $product) method findCartItems (line 43) | protected function findCartItems(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Checkout/Cart/CartItem.php class CartItem (line 17) | class CartItem extends AbstractCartItem method getProductName (line 24) | protected function getProductName() method getPrice (line 34) | public function getPrice() method setQty (line 51) | public function setQty(array $data) method getQty (line 65) | public function getQty() method getSubtotalPrice (line 81) | public function getSubtotalPrice() method getOptions (line 97) | public function getOptions() method removeItem (line 116) | public function removeItem() method getPriceInclTax (line 129) | public function getPriceInclTax() method getPriceExclTax (line 139) | public function getPriceExclTax() method getSubtotalPriceExclTax (line 149) | public function getSubtotalPriceExclTax() method getSubtotalPriceInclTax (line 159) | public function getSubtotalPriceInclTax() method getPriceByType (line 169) | private function getPriceByType($priceType, $strategy = Locator::SELEC... FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AbstractAssertPriceOnGroupedProductPage.php class AbstractAssertPriceOnGroupedProductPage (line 19) | abstract class AbstractAssertPriceOnGroupedProductPage extends AbstractC... method processAssertPrice (line 45) | protected function processAssertPrice( method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPricesOnGroupedProductPage.php class AbstractAssertTaxRuleIsAppliedToAllPricesOnGroupedProductPage (line 21) | abstract class AbstractAssertTaxRuleIsAppliedToAllPricesOnGroupedProduct... method getGroupedProductPagePrices (line 31) | abstract protected function getGroupedProductPagePrices(FixtureInterfa... method processAssert (line 46) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertGroupedProductForm.php class AssertGroupedProductForm (line 17) | class AssertGroupedProductForm extends AssertProductForm method processAssert (line 31) | public function processAssert( method prepareGroupedOptions (line 52) | protected function prepareGroupedOptions(array $fields) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertGroupedProductInCustomerWishlistOnBackendGrid.php class AssertGroupedProductInCustomerWishlistOnBackendGrid (line 17) | class AssertGroupedProductInCustomerWishlistOnBackendGrid extends Assert... method prepareFilter (line 25) | protected function prepareFilter(FixtureInterface $product) method prepareOptions (line 38) | protected function prepareOptions(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertGroupedProductInItemsOrderedGrid.php class AssertGroupedProductInItemsOrderedGrid (line 17) | class AssertGroupedProductInItemsOrderedGrid extends AbstractConstraint method processAssert (line 45) | public function processAssert(OrderCreateIndex $orderCreateIndex, arra... method prepareData (line 66) | protected function prepareData(array $data, Items $itemsBlock) method toString (line 90) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertGroupedProductsDefaultQty.php class AssertGroupedProductsDefaultQty (line 18) | class AssertGroupedProductsDefaultQty extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertProductInItemsOrderedGrid.php class AssertProductInItemsOrderedGrid (line 12) | class AssertProductInItemsOrderedGrid extends \Magento\Sales\Test\Constr... method prepareData (line 21) | protected function prepareData(array $data, \Magento\Sales\Test\Block\... method getOptionsDetails (line 38) | private function getOptionsDetails(\Magento\Mtf\Fixture\FixtureInterfa... FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertSpecialPriceOnGroupedProductPage.php class AssertSpecialPriceOnGroupedProductPage (line 17) | class AssertSpecialPriceOnGroupedProductPage extends AbstractAssertPrice... method processAssert (line 42) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesGroupedExcludingIncludingTax.php class AssertTaxRuleIsAppliedToAllPricesGroupedExcludingIncludingTax (line 14) | class AssertTaxRuleIsAppliedToAllPricesGroupedExcludingIncludingTax extends method getCategoryPrices (line 20) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getGroupedProductPagePrices (line 32) | public function getGroupedProductPagePrices(FixtureInterface $product,... method getProductPagePrices (line 48) | public function getProductPagePrices($actualPrices) method getTotals (line 60) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Constraint/AssertTierPriceOnGroupedProductPage.php class AssertTierPriceOnGroupedProductPage (line 18) | class AssertTierPriceOnGroupedProductPage extends AbstractAssertPriceOnG... method processAssert (line 43) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Fixture/Cart/Item.php class Item (line 15) | class Item extends \Magento\Catalog\Test\Fixture\Cart\Item method getData (line 23) | public function getData($key = null) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Fixture/GroupedProduct/Associated.php class Associated (line 18) | class Associated extends DataSource method __construct (line 29) | public function __construct( FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Handler/GroupedProduct/Curl.php class Curl (line 15) | class Curl extends AbstractCurl implements GroupedProductInterface method prepareData (line 23) | public function prepareData(FixtureInterface $fixture) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Handler/GroupedProduct/GroupedProductInterface.php type GroupedProductInterface (line 14) | interface GroupedProductInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Handler/GroupedProduct/Webapi.php class Webapi (line 19) | class Webapi extends SimpleProductWebapi implements GroupedProductInterface method __construct (line 28) | public function __construct( method prepareData (line 42) | protected function prepareData() method prepareProductLinks (line 53) | protected function prepareProductLinks() FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.php class CreateGroupedProductEntityTest (line 35) | class CreateGroupedProductEntityTest extends Injectable method __prepare (line 62) | public function __prepare(Category $category) method __inject (line 75) | public function __inject( method test (line 90) | public function test(GroupedProduct $product, Category $category) FILE: dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.php class UpdateGroupedProductEntityTest (line 29) | class UpdateGroupedProductEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 71) | public function test(GroupedProduct $product, GroupedProduct $original... FILE: dev/tests/functional/tests/app/Magento/ImportExport/Mtf/Util/Import/File/CsvTemplate.php class CsvTemplate (line 13) | class CsvTemplate implements TemplateInterface method __construct (line 32) | public function __construct(array $config) method render (line 40) | public function render() method getName (line 66) | public function getName() method addEntitiesData (line 81) | private function addEntitiesData($stream) method getCsv (line 114) | public function getCsv() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Export/Edit/Form.php class Form (line 16) | class Form extends AbstractForm method fill (line 26) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Export/ExportedGrid.php class ExportedGrid (line 16) | class ExportedGrid extends DataGrid method deleteAllExportedFiles (line 56) | public function deleteAllExportedFiles() method deleteFile (line 71) | private function deleteFile(SimpleElement $rowItem) method getFirstRow (line 84) | public function getFirstRow(): SimpleElement method downloadFirstFile (line 94) | public function downloadFirstFile() method waifForGrid (line 115) | public function waifForGrid() method clickDownloadLink (line 127) | private function clickDownloadLink(SimpleElement $rowItem) method confirmDeleteModal (line 138) | private function confirmDeleteModal() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Export/Filter.php class Filter (line 15) | class Filter extends Grid method clickContinue (line 43) | public function clickContinue() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Export/NotificationsArea.php class NotificationsArea (line 15) | class NotificationsArea extends Grid method openNotificationsDropDown (line 37) | public function openNotificationsDropDown() method getLatestMessage (line 47) | public function getLatestMessage() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Import/Edit/CustomForm.php class CustomForm (line 11) | class CustomForm extends \Magento\Mtf\Block\Form FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Import/Edit/Form.php class Form (line 14) | class Form extends \Magento\Mtf\Block\Form method fill (line 23) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Import/FormPageActions.php class FormPageActions (line 13) | class FormPageActions extends \Magento\Backend\Test\Block\PageActions method clickCheckData (line 34) | public function clickCheckData() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Import/Frame/Result.php class Result (line 13) | class Result extends Block method clickImportButton (line 34) | public function clickImportButton() method getErrorsList (line 44) | public function getErrorsList() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Block/Adminhtml/Import/Messages.php class Messages (line 11) | class Messages extends \Magento\Backend\Test\Block\Messages method getErrorsList (line 46) | public function getErrorsList() method getErrorMessage (line 64) | public function getErrorMessage() method getNoticeMessage (line 77) | public function getNoticeMessage() method getImportResultMessage (line 90) | public function getImportResultMessage() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertExportNoDataErrorMessage.php class AssertExportNoDataErrorMessage (line 14) | class AssertExportNoDataErrorMessage extends AbstractConstraint method processAssert (line 27) | public function processAssert(AdminExportIndex $adminExportIndex) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertExportSubmittedMessage.php class AssertExportSubmittedMessage (line 14) | class AssertExportSubmittedMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(AdminExportIndex $adminExportIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertImportCheckData.php class AssertImportCheckData (line 16) | class AssertImportCheckData extends AbstractConstraint method processAssert (line 30) | public function processAssert(AdminImportIndex $adminImportIndex, Impo... method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertImportCheckDataErrorMessage.php class AssertImportCheckDataErrorMessage (line 14) | class AssertImportCheckDataErrorMessage extends AbstractConstraint method processAssert (line 27) | public function processAssert(AdminImportIndex $adminImportIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertImportCheckDataErrorMessagesList.php class AssertImportCheckDataErrorMessagesList (line 14) | class AssertImportCheckDataErrorMessagesList extends AbstractConstraint method processAssert (line 23) | public function processAssert(array $patterns, AdminImportIndex $admin... method isNotMatched (line 50) | private function isNotMatched(array $patterns, $message) method match (line 70) | private function match($message, array $patterns) method toString (line 87) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertImportSuccessMessage.php class AssertImportSuccessMessage (line 15) | class AssertImportSuccessMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(AdminImportIndex $adminImportIndex) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertProductAttributeAbsenceForExport.php class AssertProductAttributeAbsenceForExport (line 18) | class AssertProductAttributeAbsenceForExport extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Fixture/ExportData/DataExport.php class DataExport (line 15) | class DataExport extends DataSource method __construct (line 20) | public function __construct(InjectableFixture $data) method getDataExport (line 30) | public function getDataExport() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/Fixture/Import/File.php class File (line 18) | class File extends DataSource method __construct (line 90) | public function __construct( method getData (line 107) | public function getData($key = null) method getEntities (line 162) | public function getEntities() method getValue (line 172) | public function getValue() method createEntities (line 182) | private function createEntities() method preparePlaceHolders (line 203) | private function preparePlaceHolders() method prepareEntityData (line 235) | public function prepareEntityData(FixtureInterface $entity) method getWebsitesData (line 259) | private function getWebsitesData(FixtureInterface $entity) method convertCsvToArray (line 287) | public function convertCsvToArray($csvContent) method prepareCsv (line 306) | private function prepareCsv($csvContent) method compileToOneString (line 333) | private function compileToOneString($index, array $explodedArray) method getCsv (line 352) | public function getCsv() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestCase/ImportDataNegativeTest.php class ImportDataNegativeTest (line 23) | class ImportDataNegativeTest extends Scenario method test (line 34) | public function test() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestCase/ImportDataTest.php class ImportDataTest (line 24) | class ImportDataTest extends Scenario method test (line 31) | public function test() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/ChangeCurrencyOnCustomWebsiteStep.php class ChangeCurrencyOnCustomWebsiteStep (line 15) | class ChangeCurrencyOnCustomWebsiteStep implements TestStepInterface method __construct (line 43) | public function __construct( method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/CheckResultMessageStep.php class CheckResultMessageStep (line 17) | class CheckResultMessageStep implements TestStepInterface method __construct (line 45) | public function __construct(AdminImportIndex $adminImportIndex, Assert... method run (line 57) | public function run() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/ClickCheckDataStep.php class ClickCheckDataStep (line 14) | class ClickCheckDataStep implements TestStepInterface method __construct (line 26) | public function __construct(AdminImportIndex $adminImportIndex) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/ClickImportDataStep.php class ClickImportDataStep (line 14) | class ClickImportDataStep implements TestStepInterface method __construct (line 26) | public function __construct(AdminImportIndex $adminImportIndex) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/FillImportFormStep.php class FillImportFormStep (line 16) | class FillImportFormStep implements TestStepInterface method __construct (line 36) | public function __construct( method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/OpenImportIndexStep.php class OpenImportIndexStep (line 14) | class OpenImportIndexStep implements TestStepInterface method __construct (line 26) | public function __construct(AdminImportIndex $adminImportIndex) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/Indexer/Test/Block/Adminhtml/IndexManagement/Grid.php class Grid (line 15) | class Grid extends WidgetGrid method updateBySchedule (line 58) | public function updateBySchedule(array $indexers) method getIndexerStatus (line 78) | public function getIndexerStatus($indexer) FILE: dev/tests/functional/tests/app/Magento/Indexer/Test/Constraint/AssertIndexerStatus.php class AssertIndexerStatus (line 15) | class AssertIndexerStatus extends AbstractConstraint method processAssert (line 35) | public function processAssert(IndexManagement $indexManagement, array ... method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Indexer/Test/Constraint/AssertUpdateByScheduleSuccessSaveMessage.php class AssertUpdateByScheduleSuccessSaveMessage (line 15) | class AssertUpdateByScheduleSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(IndexManagement $indexManagement, array ... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Indexer/Test/TestCase/CreateCatalogRulesIndexerTest.php class CreateCatalogRulesIndexerTest (line 58) | class CreateCatalogRulesIndexerTest extends Injectable method __inject (line 150) | public function __inject( method test (line 188) | public function test( method tearDown (line 284) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Indexer/Test/TestStep/ReindexStep.php class ReindexStep (line 14) | class ReindexStep implements TestStepInterface method __construct (line 32) | public function __construct( method run (line 46) | public function run() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/CreateAdmin.php class CreateAdmin (line 17) | class CreateAdmin extends Form method clickNext (line 38) | public function clickNext() method fill (line 50) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/CustomizeStore.php class CustomizeStore (line 17) | class CustomizeStore extends Form method clickNext (line 38) | public function clickNext() method fill (line 50) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/Database.php class Database (line 17) | class Database extends Form method fill (line 40) | public function fill(FixtureInterface $fixture, SimpleElement $element... method getSuccessConnectionMessage (line 60) | public function getSuccessConnectionMessage() method clickNext (line 70) | public function clickNext() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/Devdocs.php class Devdocs (line 14) | class Devdocs extends Block method getDevdocsTitle (line 28) | public function getDevdocsTitle() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/Install.php class Install (line 15) | class Install extends Block method clickInstallNow (line 57) | public function clickInstallNow() method getAdminInfo (line 68) | public function getAdminInfo() method getDbInfo (line 78) | public function getDbInfo() method getTableDataByCssLocator (line 90) | protected function getTableDataByCssLocator($selector) method clickLaunchAdmin (line 114) | public function clickLaunchAdmin() method isInstallationCompleted (line 124) | public function isInstallationCompleted() method waitSuccessInstall (line 134) | private function waitSuccessInstall() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/Landing.php class Landing (line 15) | class Landing extends Block method clickAgreeAndSetup (line 43) | public function clickAgreeAndSetup() method clickTermsAndAgreement (line 53) | public function clickTermsAndAgreement() method clickLink (line 64) | public function clickLink($text) FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/License.php class License (line 15) | class License extends Block method clickBack (line 36) | public function clickBack() method getLicense (line 46) | public function getLicense() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/Readiness.php class Readiness (line 15) | class Readiness extends Block method clickReadinessCheck (line 64) | public function clickReadinessCheck() method clickNext (line 75) | public function clickNext() method getFilePermissionCheck (line 85) | public function getFilePermissionCheck() method getPhpVersionCheck (line 95) | public function getPhpVersionCheck() method getPhpExtensionsCheck (line 105) | public function getPhpExtensionsCheck() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Block/WebConfiguration.php class WebConfiguration (line 17) | class WebConfiguration extends Form method fill (line 54) | public function fill(FixtureInterface $fixture, SimpleElement $element... method clickNext (line 74) | public function clickNext() method clickAdvancedOptions (line 84) | public function clickAdvancedOptions() method getAdminUriCheck (line 91) | public function getAdminUriCheck() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertAdminUriAutogenerated.php class AssertAdminUriAutogenerated (line 15) | class AssertAdminUriAutogenerated extends AbstractConstraint method processAssert (line 28) | public function processAssert(Install $installPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertAgreementTextPresent.php class AssertAgreementTextPresent (line 16) | class AssertAgreementTextPresent extends AbstractConstraint method processAssert (line 34) | public function processAssert(Install $installPage) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertCurrencySelected.php class AssertCurrencySelected (line 15) | class AssertCurrencySelected extends AbstractConstraint method processAssert (line 24) | public function processAssert($currencySymbol, Dashboard $dashboardPage) method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertDevdocsLink.php class AssertDevdocsLink (line 15) | class AssertDevdocsLink extends AbstractConstraint method processAssert (line 28) | public function processAssert(DevdocsInstall $devdocsInstallPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertGenerationFilePathCheck.php class AssertGenerationFilePathCheck (line 14) | class AssertGenerationFilePathCheck extends AbstractConstraint method processAssert (line 22) | public function processAssert(PathChecker $pathChecker) method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertKeyCreated.php class AssertKeyCreated (line 16) | class AssertKeyCreated extends AbstractConstraint method processAssert (line 25) | public function processAssert(Install $installPage, InstallConfig $ins... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertLanguageSelected.php class AssertLanguageSelected (line 15) | class AssertLanguageSelected extends AbstractConstraint method processAssert (line 24) | public function processAssert($languageTemplate, CmsIndex $indexPage) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertRewritesEnabled.php class AssertRewritesEnabled (line 17) | class AssertRewritesEnabled extends AbstractConstraint method processAssert (line 26) | public function processAssert(Category $category, CmsIndex $homePage, ... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertSecureUrlEnabled.php class AssertSecureUrlEnabled (line 17) | class AssertSecureUrlEnabled extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertSuccessInstall.php class AssertSuccessInstall (line 17) | class AssertSuccessInstall extends AbstractConstraint method processAssert (line 49) | public function processAssert(Install $installPage, InstallConfig $ins... method checkInstallData (line 79) | private function checkInstallData(array $allData, array $adminData, ar... method toString (line 102) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertSuccessfulReadinessCheck.php class AssertSuccessfulReadinessCheck (line 15) | class AssertSuccessfulReadinessCheck extends AbstractConstraint method processAssert (line 38) | public function processAssert(Install $installPage) method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.php class InstallTest (line 52) | class InstallTest extends Injectable method __prepare (line 92) | public function __prepare() method __inject (line 115) | public function __inject( method test (line 143) | public function test( method waitTillTermsLinkNotVisible (line 211) | private function waitTillTermsLinkNotVisible(BrowserInterface $browser) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/Edit/IntegrationForm.php class IntegrationForm (line 14) | class IntegrationForm extends FormTabs method getJsErrors (line 22) | public function getJsErrors($tabName) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/Edit/IntegrationFormPageActions.php class IntegrationFormPageActions (line 15) | class IntegrationFormPageActions extends FormPageActions method saveNew (line 29) | public function saveNew() method isAlertPresent (line 39) | public function isAlertPresent() method acceptAlert (line 54) | public function acceptAlert() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/Edit/Tab/Api.php class Api (line 14) | class Api extends \Magento\Backend\Test\Block\Widget\Tab method getFieldsData (line 23) | public function getFieldsData($fields = null, SimpleElement $element =... FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/IntegrationGrid.php class IntegrationGrid (line 18) | class IntegrationGrid extends Grid method searchAndDelete (line 90) | public function searchAndDelete(array $item) method searchAndActivate (line 106) | public function searchAndActivate(array $filter) method searchAndReauthorize (line 118) | public function searchAndReauthorize(array $filter) method getResourcesPopup (line 129) | public function getResourcesPopup() method getTokensPopup (line 145) | public function getTokensPopup() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/IntegrationGrid/DeleteDialog.php class DeleteDialog (line 16) | class DeleteDialog extends Block method acceptDeletion (line 30) | public function acceptDeletion() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/IntegrationGrid/ResourcesPopup.php class ResourcesPopup (line 15) | class ResourcesPopup extends Form method init (line 50) | protected function init() method waitPopupToLoad (line 61) | protected function waitPopupToLoad() method clickAllowButton (line 77) | public function clickAllowButton() method clickReauthorizeButton (line 87) | public function clickReauthorizeButton() method getStructure (line 98) | public function getStructure($level = null) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Block/Adminhtml/Integration/IntegrationGrid/TokensPopup.php class TokensPopup (line 14) | class TokensPopup extends Form method clickDoneButton (line 28) | public function clickDoneButton() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertEmailValidationErrorGenerated.php class AssertEmailValidationErrorGenerated (line 16) | class AssertEmailValidationErrorGenerated extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIncorrectUserPassword.php class AssertIncorrectUserPassword (line 16) | class AssertIncorrectUserPassword extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationForm.php class AssertIntegrationForm (line 17) | class AssertIntegrationForm extends AbstractAssertForm method processAssert (line 52) | public function processAssert( method verifyForm (line 87) | protected function verifyForm(array $formData, array $fixtureData) method checkResources (line 113) | protected function checkResources(array $formData, $fixtureData) method getResourcesDifferentData (line 131) | protected function getResourcesDifferentData(array $formData, $fixture... method notStrictVerification (line 146) | protected function notStrictVerification(array $formData, array $fixtu... method getErrorMessage (line 164) | protected function getErrorMessage($fixtureData, $formData, $field) method toString (line 176) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationInGrid.php class AssertIntegrationInGrid (line 17) | class AssertIntegrationInGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationNameDuplicationErrorMessage.php class AssertIntegrationNameDuplicationErrorMessage (line 16) | class AssertIntegrationNameDuplicationErrorMessage extends AbstractConst... method processAssert (line 27) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationNotInGrid.php class AssertIntegrationNotInGrid (line 17) | class AssertIntegrationNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(IntegrationIndex $integrationIndexPage, ... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationResourcesPopup.php class AssertIntegrationResourcesPopup (line 16) | class AssertIntegrationResourcesPopup extends AbstractConstraint method processAssert (line 27) | public function processAssert(IntegrationIndex $integrationIndex, Inte... method verifyResources (line 48) | protected function verifyResources(array $formResources, array $fixtur... method toString (line 77) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationSuccessActivationMessage.php class AssertIntegrationSuccessActivationMessage (line 17) | class AssertIntegrationSuccessActivationMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationSuccessDeleteMessage.php class AssertIntegrationSuccessDeleteMessage (line 17) | class AssertIntegrationSuccessDeleteMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(IntegrationIndex $integrationIndexPage, ... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationSuccessReauthorizeMessage.php class AssertIntegrationSuccessReauthorizeMessage (line 17) | class AssertIntegrationSuccessReauthorizeMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationSuccessSaveMessage.php class AssertIntegrationSuccessSaveMessage (line 17) | class AssertIntegrationSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationSuccessSaveMessageNotPresent.php class AssertIntegrationSuccessSaveMessageNotPresent (line 15) | class AssertIntegrationSuccessSaveMessageNotPresent extends AbstractCons... method processAssert (line 23) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationTokensAfterReauthorize.php class AssertIntegrationTokensAfterReauthorize (line 18) | class AssertIntegrationTokensAfterReauthorize extends AbstractConstraint method processAssert (line 53) | public function processAssert( method checkTokens (line 77) | protected function checkTokens(array $actualData, array $tokens) method toString (line 98) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertIntegrationTokensPopup.php class AssertIntegrationTokensPopup (line 15) | class AssertIntegrationTokensPopup extends AbstractConstraint method processAssert (line 45) | public function processAssert(IntegrationIndex $integrationIndex) method toString (line 71) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertNoAlertPopup.php class AssertNoAlertPopup (line 15) | class AssertNoAlertPopup extends AbstractConstraint method processAssert (line 23) | public function processAssert( method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Constraint/AssertUrlValidationErrorGenerated.php class AssertUrlValidationErrorGenerated (line 17) | class AssertUrlValidationErrorGenerated extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Handler/Integration/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements IntegrationInterface method persist (line 47) | public function persist(FixtureInterface $fixture = null) method getIntegrationId (line 80) | protected function getIntegrationId(Integration $integration) method activateIntegration (line 101) | protected function activateIntegration($integrationId) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/Handler/Integration/IntegrationInterface.php type IntegrationInterface (line 14) | interface IntegrationInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.php class ActivateIntegrationEntityTest (line 26) | class ActivateIntegrationEntityTest extends Injectable method __inject (line 46) | public function __inject(IntegrationIndex $integrationIndex) method test (line 57) | public function test(Integration $integration) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.php class CreateIntegrationEntityTest (line 26) | class CreateIntegrationEntityTest extends Injectable method __inject (line 53) | public function __inject(IntegrationIndex $integrationIndex, Integrati... method test (line 65) | public function test(Integration $integration) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationWithDuplicatedNameTest.php class CreateIntegrationWithDuplicatedNameTest (line 29) | class CreateIntegrationWithDuplicatedNameTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(Integration $integration) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.php class DeleteIntegrationEntityTest (line 27) | class DeleteIntegrationEntityTest extends Injectable method __inject (line 46) | public function __inject(IntegrationIndex $integrationIndex) method test (line 57) | public function test(Integration $integration) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.php class ReAuthorizeTokensIntegrationEntityTest (line 29) | class ReAuthorizeTokensIntegrationEntityTest extends Injectable method __inject (line 56) | public function __inject(IntegrationIndex $integrationIndex, FixtureFa... method test (line 68) | public function test(Integration $integration) FILE: dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.php class UpdateIntegrationEntityTest (line 29) | class UpdateIntegrationEntityTest extends Injectable method __inject (line 56) | public function __inject(IntegrationIndex $integrationIndex, Integrati... method test (line 69) | public function test(Integration $initialIntegration, Integration $int... FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Block/Navigation.php class Navigation (line 16) | class Navigation extends Block method clearAll (line 79) | public function clearAll() method getFilters (line 89) | public function getFilters() method applyFilter (line 110) | public function applyFilter($filter, $linkPattern) method isCategoryVisible (line 132) | public function isCategoryVisible(Category $category, $qty) method getFilterContents (line 156) | public function getFilterContents($attributeLabel) method openFilterContainer (line 183) | private function openFilterContainer($filter, $link) FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Constraint/AssertCategoryLayeredNavigation.php class AssertCategoryLayeredNavigation (line 17) | class AssertCategoryLayeredNavigation extends AbstractConstraint method processAssert (line 34) | public function processAssert( method openCategory (line 63) | private function openCategory(Category $category) method toString (line 87) | public function toString() FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Constraint/AssertCategorySortingOnFilteredProductList.php class AssertCategorySortingOnFilteredProductList (line 17) | class AssertCategorySortingOnFilteredProductList extends AbstractConstraint method processAssert (line 36) | public function processAssert( method toString (line 83) | public function toString() FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Constraint/AssertFilterProductList.php class AssertFilterProductList (line 17) | class AssertFilterProductList extends AbstractConstraint method processAssert (line 35) | public function processAssert( method getProductNames (line 68) | protected function getProductNames($productKeys) method toString (line 86) | public function toString() FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Constraint/AssertProductsCount.php class AssertProductsCount (line 18) | class AssertProductsCount extends AbstractConstraint method processAssert (line 43) | public function processAssert( method openCategory (line 73) | private function openCategory(Category $category) method toString (line 97) | public function toString() FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.php class FilterProductListTest (line 27) | class FilterProductListTest extends Injectable method test (line 57) | public function test( method tearDown (line 86) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/ProductsCountInLayeredNavigationTest.php class ProductsCountInLayeredNavigationTest (line 46) | class ProductsCountInLayeredNavigationTest extends Injectable method __inject (line 77) | public function __inject( method test (line 94) | public function test( FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Block/Product/ListProduct.php class ListProduct (line 16) | class ListProduct extends \Magento\Catalog\Test\Block\Product\ListProduct method getProductItem (line 24) | public function getProductItem(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Block/Product/Map.php class Map (line 12) | class Map extends \Magento\Catalog\Test\Block\AbstractPriceBlock method getActualPrice (line 48) | public function getActualPrice($currency = '$') method getOldPrice (line 59) | public function getOldPrice($currency = '$') method addToCart (line 69) | public function addToCart() method close (line 79) | public function close() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Block/Product/ProductList/ProductItem.php class ProductItem (line 15) | class ProductItem extends \Magento\Catalog\Test\Block\Product\ProductLis... method openMapBlock (line 36) | public function openMapBlock() method getMapBlock (line 47) | public function getMapBlock() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Block/Product/View.php class View (line 14) | class View extends \Magento\Catalog\Test\Block\Product\View method openMapBlock (line 35) | public function openMapBlock() method getMapBlock (line 46) | public function getMapBlock() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertMapOnCategoryPage.php class AssertMapOnCategoryPage (line 18) | class AssertMapOnCategoryPage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertMapOnProductView.php class AssertMapOnProductView (line 19) | class AssertMapOnProductView extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertMsrpInShoppingCart.php class AssertMsrpInShoppingCart (line 20) | class AssertMsrpInShoppingCart extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 65) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertMsrpOnCategoryPage.php class AssertMsrpOnCategoryPage (line 18) | class AssertMsrpOnCategoryPage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertMsrpOnProductView.php class AssertMsrpOnProductView (line 19) | class AssertMsrpOnProductView extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/Constraint/AssertProductEditPageAdvancedPricingFields.php class AssertProductEditPageAdvancedPricingFields (line 16) | class AssertProductEditPageAdvancedPricingFields extends AbstractConstraint method processAssert (line 30) | public function processAssert(CatalogProductEdit $catalogProductEdit, ... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.php class ApplyMapTest (line 19) | class ApplyMapTest extends Injectable method test (line 32) | public function test($product) method tearDown (line 52) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Addresses.php class Addresses (line 15) | class Addresses extends Block method addNewAddress (line 36) | public function addNewAddress() method selectAddresses (line 47) | public function selectAddresses($bindings) method clickContinueButton (line 64) | public function clickContinueButton() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Billing.php class Billing (line 15) | class Billing extends Form method selectPaymentMethod (line 30) | public function selectPaymentMethod(array $payment) FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Link.php class Link (line 14) | class Link extends Block method multipleAddressesCheckout (line 21) | public function multipleAddressesCheckout() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Overview.php class Overview (line 14) | class Overview extends Block method placeOrder (line 28) | public function placeOrder() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Shipping.php class Shipping (line 16) | class Shipping extends Block method selectShippingMethod (line 31) | public function selectShippingMethod($shippingMethods) method clickContinueButton (line 56) | public function clickContinueButton() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Block/Checkout/Success.php class Success (line 15) | class Success extends Block method continueShopping (line 36) | public function continueShopping() method getOrderIds (line 48) | public function getOrderIds($ordersNumber) FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Constraint/AssertMultishippingOrderSuccessPlacedMessage.php class AssertMultishippingOrderSuccessPlacedMessage (line 14) | class AssertMultishippingOrderSuccessPlacedMessage extends AbstractConst... method processAssert (line 32) | public function processAssert(MultishippingCheckoutSuccess $multishipp... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutAddressNewShipping.php class MultishippingCheckoutAddressNewShipping (line 16) | class MultishippingCheckoutAddressNewShipping extends Page method initUrl (line 35) | protected function initUrl() method getEditBlock (line 45) | public function getEditBlock() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutCart.php class MultishippingCheckoutCart (line 16) | class MultishippingCheckoutCart extends Page method getMultishippingLinkBlock (line 35) | public function getMultishippingLinkBlock() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutLogin.php class MultishippingCheckoutLogin (line 16) | class MultishippingCheckoutLogin extends Page method initUrl (line 35) | protected function initUrl() method getLoginBlock (line 45) | public function getLoginBlock() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutRegister.php class MultishippingCheckoutRegister (line 16) | class MultishippingCheckoutRegister extends Page method initUrl (line 35) | protected function initUrl() method getRegisterBlock (line 45) | public function getRegisterBlock() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/TestStep/FillCustomerAddressesStep.php class FillCustomerAddressesStep (line 16) | class FillCustomerAddressesStep implements TestStepInterface method __construct (line 59) | public function __construct( method run (line 79) | public function run() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/TestStep/FillShippingInformationStep.php class FillShippingInformationStep (line 15) | class FillShippingInformationStep implements TestStepInterface method __construct (line 43) | public function __construct( method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/TestStep/PlaceOrderStep.php class PlaceOrderStep (line 14) | class PlaceOrderStep implements TestStepInterface method __construct (line 26) | public function __construct(MultishippingCheckoutOverview $multishippi... method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/TestStep/ProceedToMultipleAddressCheckoutStep.php class ProceedToMultipleAddressCheckoutStep (line 14) | class ProceedToMultipleAddressCheckoutStep implements TestStepInterface method __construct (line 26) | public function __construct(CheckoutCart $checkoutCart) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/Multishipping/Test/TestStep/SelectPaymentMethodStep.php class SelectPaymentMethodStep (line 14) | class SelectPaymentMethodStep implements TestStepInterface method __construct (line 34) | public function __construct(MultishippingCheckoutBilling $billingInfor... method run (line 45) | public function run() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Queue/Edit/QueueForm.php class QueueForm (line 14) | class QueueForm extends \Magento\Mtf\Block\Form method _getData (line 23) | protected function _getData(array $fields, SimpleElement $element = null) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Queue/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method performAction (line 53) | public function performAction($action) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Subscriber/Grid.php class Grid (line 12) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Template/FormPageActions.php class FormPageActions (line 17) | class FormPageActions extends AbstractFormPageActions method clickPreview (line 38) | public function clickPreview() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Template/Grid.php class Grid (line 15) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method performAction (line 48) | public function performAction($action) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Template/GridPageActions.php class GridPageActions (line 17) | class GridPageActions extends AbstractGridPageActions FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Block/Adminhtml/Template/Preview.php class Preview (line 15) | class Preview extends Block method getPageContent (line 36) | public function getPageContent() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertCustomerIsSubscribedToNewsletter.php class AssertCustomerIsSubscribedToNewsletter (line 17) | class AssertCustomerIsSubscribedToNewsletter extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterForm.php class AssertNewsletterForm (line 18) | class AssertNewsletterForm extends AbstractAssertForm method processAssert (line 28) | public function processAssert(TemplateIndex $templateIndex, TemplateEd... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterInGrid.php class AssertNewsletterInGrid (line 18) | class AssertNewsletterInGrid extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterPreview.php class AssertNewsletterPreview (line 18) | class AssertNewsletterPreview extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterQueue.php class AssertNewsletterQueue (line 17) | class AssertNewsletterQueue extends AbstractAssertForm method processAssert (line 33) | public function processAssert(TemplateQueue $templateQueue, Template $... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterQueueForm.php class AssertNewsletterQueueForm (line 17) | class AssertNewsletterQueueForm extends AbstractAssertForm method processAssert (line 27) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterQueueInGrid.php class AssertNewsletterQueueInGrid (line 16) | class AssertNewsletterQueueInGrid extends AbstractAssertForm method processAssert (line 25) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterQueueSaveMessage.php class AssertNewsletterQueueSaveMessage (line 15) | class AssertNewsletterQueueSaveMessage extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Constraint/AssertNewsletterSuccessCreateMessage.php class AssertNewsletterSuccessCreateMessage (line 17) | class AssertNewsletterSuccessCreateMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(TemplateIndex $templateIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Fixture/Queue/Stores.php class Stores (line 18) | class Stores extends DataSource method __construct (line 33) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStores (line 55) | public function getStores() FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Handler/Template/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements TemplateInterface method persist (line 32) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/Handler/Template/TemplateInterface.php type TemplateInterface (line 14) | interface TemplateInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.php class ActionNewsletterTemplateEntityTest (line 30) | class ActionNewsletterTemplateEntityTest extends Injectable method __inject (line 50) | public function __inject(TemplateIndex $templateIndex) method test (line 62) | public function test(Template $newsletter, $action) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterQueueTest.php class CreateNewsletterQueueTest (line 34) | class CreateNewsletterQueueTest extends Injectable method __inject (line 62) | public function __inject( method test (line 75) | public function test(Template $newsletter, Queue $queue) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.php class CreateNewsletterTemplateEntityTest (line 28) | class CreateNewsletterTemplateEntityTest extends Injectable method __inject (line 54) | public function __inject( method testCreateNewsletterTemplate (line 67) | public function testCreateNewsletterTemplate(Template $template) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/PreviewNewsletterTemplateEntityTest.php class PreviewNewsletterTemplateEntityTest (line 31) | class PreviewNewsletterTemplateEntityTest extends Injectable method __inject (line 58) | public function __inject( method test (line 72) | public function test(Template $newsletter) FILE: dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.php class UpdateNewsletterTemplateTest (line 33) | class UpdateNewsletterTemplateTest extends Injectable method __inject (line 60) | public function __inject(TemplateIndex $templateIndex, TemplateEdit $t... method test (line 73) | public function test(Template $templateInitial, Template $template) FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Block/Cache.php class Cache (line 15) | class Cache extends Block method flushMagentoCache (line 51) | public function flushMagentoCache() method flushCacheStorage (line 59) | public function flushCacheStorage() method isStorageCacheFlushed (line 69) | public function isStorageCacheFlushed() method isMagentoCacheFlushed (line 79) | public function isMagentoCacheFlushed() method getMessagesBlock (line 89) | protected function getMessagesBlock() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Block/Cache/Additional.php class Additional (line 15) | class Additional extends Block method clickFlushCache (line 30) | public function clickFlushCache($flushButtonName) method isFlushCacheButtonVisible (line 41) | public function isFlushCacheButtonVisible($flushButtonName) FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Block/Cache/Grid.php class Grid (line 15) | class Grid extends ParentGrid method searchAndSelect (line 31) | public function searchAndSelect(array $filter) method isCacheStatusCorrect (line 48) | public function isCacheStatusCorrect($cacheType, $cacheStatus) FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCacheFlushSuccessMessage.php class AssertCacheFlushSuccessMessage (line 15) | class AssertCacheFlushSuccessMessage extends AbstractConstraint method processAssert (line 24) | public function processAssert(AdminCache $adminCache, $successMessage) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCacheInvalidateNotice.php class AssertCacheInvalidateNotice (line 15) | class AssertCacheInvalidateNotice extends AbstractConstraint method processAssert (line 33) | public function processAssert(AdminCache $adminCache, array $caches) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCacheInvalidatePopUp.php class AssertCacheInvalidatePopUp (line 15) | class AssertCacheInvalidatePopUp extends AbstractConstraint method processAssert (line 33) | public function processAssert(AdminCache $adminCache, array $caches) method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCacheIsRefreshableAndInvalidated.php class AssertCacheIsRefreshableAndInvalidated (line 15) | class AssertCacheIsRefreshableAndInvalidated extends AbstractConstraint method processAssert (line 29) | public function processAssert(AdminCache $adminCache, $cacheTags) method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCacheStatus.php class AssertCacheStatus (line 15) | class AssertCacheStatus extends AbstractConstraint method processAssert (line 34) | public function processAssert(AdminCache $adminCache, array $caches) method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertCategoryCaching.php class AssertCategoryCaching (line 20) | class AssertCategoryCaching extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/Constraint/AssertFlushStaticFilesCacheButtonVisibility.php class AssertFlushStaticFilesCacheButtonVisibility (line 15) | class AssertFlushStaticFilesCacheButtonVisibility extends AbstractConstr... method processAssert (line 25) | public function processAssert(AdminCache $adminCache) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/TestCase/CacheInvalidationTest.php class CacheInvalidationTest (line 29) | class CacheInvalidationTest extends Injectable method __inject (line 64) | public function __inject( method test (line 81) | public function test( FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/TestCase/CacheStatusOnScheduledIndexingTest.php class CacheStatusOnScheduledIndexingTest (line 27) | class CacheStatusOnScheduledIndexingTest extends Injectable method __inject (line 78) | public function __inject( method test (line 99) | public function test(Category $initialCategory, Category $category) method tearDown (line 131) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/TestCase/FlushAdditionalCachesTest.php class FlushAdditionalCachesTest (line 21) | class FlushAdditionalCachesTest extends Injectable method test (line 35) | public function test(AdminCache $adminCache, $flushButtonName) FILE: dev/tests/functional/tests/app/Magento/PageCache/Test/TestCase/FlushStaticFilesCacheButtonVisibilityTest.php class FlushStaticFilesCacheButtonVisibilityTest (line 20) | class FlushStaticFilesCacheButtonVisibilityTest extends Injectable method test (line 34) | public function test(AdminCache $adminCache) FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Block/Form/PaymentCc.php class PaymentCc (line 16) | class PaymentCc extends Form method fill (line 25) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Constraint/AssertCardRequiredFields.php class AssertCardRequiredFields (line 18) | class AssertCardRequiredFields extends AbstractConstraint method processAssert (line 36) | public function processAssert(OrderCreateIndex $orderCreateIndex, Cred... method toString (line 63) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Constraint/AssertFieldsAreActive.php class AssertFieldsAreActive (line 17) | class AssertFieldsAreActive extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemConfigEditSectionPayment $configEd... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Constraint/AssertFieldsAreDisabled.php class AssertFieldsAreDisabled (line 17) | class AssertFieldsAreDisabled extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemConfigEditSectionPayment $configEd... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Constraint/AssertFieldsAreEnabled.php class AssertFieldsAreEnabled (line 17) | class AssertFieldsAreEnabled extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemConfigEditSectionPayment $configEd... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Payment/Test/Constraint/AssertFieldsArePresent.php class AssertFieldsArePresent (line 17) | class AssertFieldsArePresent extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemConfigEditSectionPayment $configEd... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Payment/Test/TestCase/ConflictResolutionTest.php class ConflictResolutionTest (line 14) | class ConflictResolutionTest extends Scenario method test (line 27) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Express/Review.php class Review (line 15) | class Review extends AbstractReview method selectShippingMethod (line 29) | public function selectShippingMethod(array $shippingMethod) method placeOrder (line 44) | public function placeOrder() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Express/Review/ShippingoptgroupElement.php class ShippingoptgroupElement (line 14) | class ShippingoptgroupElement extends OptgroupselectElement FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Form/HostedPro/Cc.php class Cc (line 14) | class Cc extends CreditCard FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Form/PayflowLink/Cc.php class Cc (line 14) | class Cc extends CreditCard FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Form/PaymentsAdvanced/Cc.php class Cc (line 14) | class Cc extends CreditCard FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php class HostedPro (line 14) | class HostedPro extends PaypalIframe method waitSubmitForm (line 26) | protected function waitSubmitForm(ElementInterface $iframeRootElement) FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php class PayflowLink (line 12) | class PayflowLink extends PaypalIframe FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php class PaymentsAdvanced (line 12) | class PaymentsAdvanced extends PaypalIframe FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaypalIframe.php class PaypalIframe (line 15) | class PaypalIframe extends Method method fillPaymentData (line 65) | public function fillPaymentData(FixtureInterface $creditCard) method waitSubmitForm (line 86) | protected function waitSubmitForm(ElementInterface $iframeRootElement) method isErrorMessageVisible (line 104) | public function isErrorMessageVisible() method switchToPaypalFrame (line 120) | private function switchToPaypalFrame() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressLogin.php class ExpressLogin (line 14) | class ExpressLogin extends Form method sandboxLogin (line 28) | public function sandboxLogin() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressMainLogin.php class ExpressMainLogin (line 14) | class ExpressMainLogin extends Form method waitForFormLoaded (line 42) | public function waitForFormLoaded() method getLoginBlock (line 52) | public function getLoginBlock() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressMainReview.php class ExpressMainReview (line 14) | class ExpressMainReview extends Block method getReviewBlock (line 28) | public function getReviewBlock() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressOldLogin.php class ExpressOldLogin (line 14) | class ExpressOldLogin extends Form method sandboxLogin (line 28) | public function sandboxLogin() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressOldReview.php class ExpressOldReview (line 12) | class ExpressOldReview extends ExpressReview FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/ExpressReview.php class ExpressReview (line 15) | class ExpressReview extends Block method escapeCurrency (line 37) | protected function escapeCurrency($price) method getTotal (line 47) | public function getTotal() method reviewAndContinue (line 59) | public function reviewAndContinue() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/SignupAddCard.php class SignupAddCard (line 14) | class SignupAddCard extends Form method linkCardToAccount (line 28) | public function linkCardToAccount() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/SignupCreate.php class SignupCreate (line 15) | class SignupCreate extends Form method createAccount (line 36) | public function createAccount() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Sandbox/SignupPersonalAccount.php class SignupPersonalAccount (line 14) | class SignupPersonalAccount extends Form method continueSignup (line 28) | public function continueSignup() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/System/Config/ExpressCheckout.php class ExpressCheckout (line 15) | class ExpressCheckout extends Block method getFields (line 61) | public function getFields() method specifyCredentials (line 71) | public function specifyCredentials() method clearCredentials (line 83) | public function clearCredentials() method specifyMerchantAccountId (line 95) | public function specifyMerchantAccountId() method getEnablerFields (line 105) | public function getEnablerFields() method clickConfigureButton (line 115) | public function clickConfigureButton() method enableExpressCheckout (line 125) | public function enableExpressCheckout() method disableExpressCheckout (line 139) | public function disableExpressCheckout() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/System/Config/PayflowLink.php class PayflowLink (line 15) | class PayflowLink extends Block method specifyCredentials (line 59) | public function specifyCredentials() method clearCredentials (line 72) | public function clearCredentials() method getFields (line 85) | public function getFields() method getEnablerFields (line 95) | public function getEnablerFields() method clickConfigureButton (line 105) | public function clickConfigureButton() method enablePayflowLink (line 115) | public function enablePayflowLink() method disablePayflowLink (line 129) | public function disablePayflowLink() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/System/Config/PayflowPro.php class PayflowPro (line 15) | class PayflowPro extends Block method specifyCredentials (line 59) | public function specifyCredentials() method clearCredentials (line 72) | public function clearCredentials() method getFields (line 85) | public function getFields() method getEnablerFields (line 95) | public function getEnablerFields() method clickConfigureButton (line 105) | public function clickConfigureButton() method enablePayflowPro (line 115) | public function enablePayflowPro() method disablePayflowPro (line 129) | public function disablePayflowPro() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/System/Config/PaymentsAdvanced.php class PaymentsAdvanced (line 15) | class PaymentsAdvanced extends Block method specifyCredentials (line 53) | public function specifyCredentials() method clearCredentials (line 66) | public function clearCredentials() method getFields (line 79) | public function getFields() method getEnablerFields (line 89) | public function getEnablerFields() method clickConfigureButton (line 99) | public function clickConfigureButton() method enablePaymentsAdvanced (line 109) | public function enablePaymentsAdvanced() method disablePaymentsAdvanced (line 123) | public function disablePaymentsAdvanced() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Block/System/Config/PaymentsPro.php class PaymentsPro (line 15) | class PaymentsPro extends Block method specifyCredentials (line 59) | public function specifyCredentials() method clearCredentials (line 72) | public function clearCredentials() method getFields (line 85) | public function getFields() method getEnablerFields (line 95) | public function getEnablerFields() method clickConfigureButton (line 105) | public function clickConfigureButton() method enablePaymentsPro (line 115) | public function enablePaymentsPro() method disablePaymentsPro (line 129) | public function disablePaymentsPro() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Constraint/AssertExpressCancelledMessage.php class AssertExpressCancelledMessage (line 16) | class AssertExpressCancelledMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CheckoutCart $checkoutCart) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/Constraint/Sandbox/AssertTotalPaypalReview.php class AssertTotalPaypalReview (line 15) | class AssertTotalPaypalReview extends AbstractConstraint method processAssert (line 24) | public function processAssert(ExpressReview $expressReview, $total) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/CloseSalesWithHostedProTest.php class CloseSalesWithHostedProTest (line 28) | class CloseSalesWithHostedProTest extends Scenario method test (line 40) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/CreateOnlineCreditMemoPayflowLinkTest.php class CreateOnlineCreditMemoPayflowLinkTest (line 27) | class CreateOnlineCreditMemoPayflowLinkTest extends Scenario method test (line 39) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/CreatePayFlowOrderBackendNegativeTest.php class CreatePayFlowOrderBackendNegativeTest (line 33) | class CreatePayFlowOrderBackendNegativeTest extends Scenario method test (line 46) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.php class ExpressCheckoutFromProductPageTest (line 28) | class ExpressCheckoutFromProductPageTest extends Scenario method test (line 42) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.php class ExpressCheckoutFromShoppingCartTest (line 28) | class ExpressCheckoutFromShoppingCartTest extends Scenario method test (line 42) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.php class ExpressCheckoutOnePageTest (line 32) | class ExpressCheckoutOnePageTest extends Scenario method test (line 46) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/InContextExpressCheckoutFromShoppingCartTest.php class InContextExpressCheckoutFromShoppingCartTest (line 29) | class InContextExpressCheckoutFromShoppingCartTest extends Scenario method test (line 43) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/InContextExpressOnePageCheckoutTest.php class InContextExpressOnePageCheckoutTest (line 29) | class InContextExpressOnePageCheckoutTest extends Scenario method test (line 43) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutHostedProTest.php class OnePageCheckoutHostedProTest (line 34) | class OnePageCheckoutHostedProTest extends Scenario method test (line 47) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutPayflowLinkTest.php class OnePageCheckoutPayflowLinkTest (line 34) | class OnePageCheckoutPayflowLinkTest extends Scenario method test (line 47) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutPaymentsAdvancedTest.php class OnePageCheckoutPaymentsAdvancedTest (line 34) | class OnePageCheckoutPaymentsAdvancedTest extends Scenario method test (line 47) | public function test() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckExpressConfigStep.php class CheckExpressConfigStep (line 19) | class CheckExpressConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enableExpressCheckout (line 114) | private function enableExpressCheckout() method disableExpressCheckout (line 145) | private function disableExpressCheckout() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckPayflowLinkConfigStep.php class CheckPayflowLinkConfigStep (line 19) | class CheckPayflowLinkConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enablePayflowLink (line 112) | private function enablePayflowLink() method disablePayflowLink (line 148) | private function disablePayflowLink() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckPayflowProConfigStep.php class CheckPayflowProConfigStep (line 19) | class CheckPayflowProConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enablePayflowPro (line 112) | private function enablePayflowPro() method disablePayflowPro (line 148) | private function disablePayflowPro() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckPaymentsAdvancedConfigStep.php class CheckPaymentsAdvancedConfigStep (line 19) | class CheckPaymentsAdvancedConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enablePaymentsAdvanced (line 112) | private function enablePaymentsAdvanced() method disablePaymentsAdvanced (line 141) | private function disablePaymentsAdvanced() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckPaymentsProConfigStep.php class CheckPaymentsProConfigStep (line 19) | class CheckPaymentsProConfigStep implements TestStepInterface method __construct (line 76) | public function __construct( method run (line 100) | public function run() method enablePaymentsPro (line 112) | private function enablePaymentsPro() method disablePaymentsPro (line 148) | private function disablePaymentsPro() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckoutWithPaypalFromProductPageStep.php class CheckoutWithPaypalFromProductPageStep (line 17) | class CheckoutWithPaypalFromProductPageStep implements TestStepInterface method __construct (line 46) | public function __construct( method run (line 61) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CheckoutWithPaypalFromShoppingCartStep.php class CheckoutWithPaypalFromShoppingCartStep (line 15) | class CheckoutWithPaypalFromShoppingCartStep implements TestStepInterface method __construct (line 28) | public function __construct(CheckoutCart $checkoutCart) method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/ContinuePaypalCheckoutStep.php class ContinuePaypalCheckoutStep (line 17) | class ContinuePaypalCheckoutStep implements TestStepInterface method __construct (line 54) | public function __construct( method run (line 71) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/ContinueToPaypalInContextStep.php class ContinueToPaypalInContextStep (line 15) | class ContinueToPaypalInContextStep implements TestStepInterface method __construct (line 28) | public function __construct(CheckoutOnepage $checkoutOnepage) method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/ContinueToPaypalStep.php class ContinueToPaypalStep (line 15) | class ContinueToPaypalStep implements TestStepInterface method __construct (line 28) | public function __construct(CheckoutOnepage $checkoutOnepage) method run (line 38) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/CreateSandboxCustomerStep.php class CreateSandboxCustomerStep (line 18) | class CreateSandboxCustomerStep implements TestStepInterface method __construct (line 55) | public function __construct( method run (line 72) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/ExpressCheckoutOrderPlaceStep.php class ExpressCheckoutOrderPlaceStep (line 20) | class ExpressCheckoutOrderPlaceStep implements TestStepInterface method __construct (line 92) | public function __construct( method run (line 119) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/InContextCheckoutWithPaypalFromShoppingCartStep.php class InContextCheckoutWithPaypalFromShoppingCartStep (line 15) | class InContextCheckoutWithPaypalFromShoppingCartStep implements TestSte... method __construct (line 28) | public function __construct( method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/PlaceOrderWithHostedProStep.php class PlaceOrderWithHostedProStep (line 20) | class PlaceOrderWithHostedProStep implements TestStepInterface method __construct (line 78) | public function __construct( method run (line 101) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/PlaceOrderWithPayflowLinkStep.php class PlaceOrderWithPayflowLinkStep (line 17) | class PlaceOrderWithPayflowLinkStep implements TestStepInterface method __construct (line 69) | public function __construct( method run (line 90) | public function run() FILE: dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/PlaceOrderWithPaymentsAdvancedStep.php class PlaceOrderWithPaymentsAdvancedStep (line 18) | class PlaceOrderWithPaymentsAdvancedStep implements TestStepInterface method __construct (line 62) | public function __construct( method run (line 81) | public function run() FILE: dev/tests/functional/tests/app/Magento/Persistent/Test/Constraint/AssertCustomerIsRedirectedToCheckout.php class AssertCustomerIsRedirectedToCheckout (line 15) | class AssertCustomerIsRedirectedToCheckout extends AbstractConstraint method processAssert (line 23) | public function processAssert(CheckoutOnepage $checkoutOnepage) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Persistent/Test/TestCase/CheckoutWithPersistentShoppingCartTest.php class CheckoutWithPersistentShoppingCartTest (line 38) | class CheckoutWithPersistentShoppingCartTest extends Injectable method __inject (line 108) | public function __inject( method __prepare (line 132) | public function __prepare(CatalogProductSimple $product) method test (line 147) | public function test($configData, CatalogProductSimple $product, Custo... method tearDown (line 174) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Block/Adminhtml/Product/Edit/Tab/Images/VideoDialog.php class VideoDialog (line 15) | class VideoDialog extends Form method clickSaveButton (line 71) | public function clickSaveButton() method clickEditButton (line 82) | public function clickEditButton() method clickDeleteButton (line 94) | public function clickDeleteButton() method clickCloseButton (line 105) | public function clickCloseButton() method fillForm (line 118) | public function fillForm(array $data) method waitForElementNotDisabled (line 140) | public function waitForElementNotDisabled($selector, $strategy = Locat... method getVideoInfo (line 156) | public function getVideoInfo() method validate (line 171) | public function validate(array $video) FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Block/Adminhtml/Product/Edit/Tab/ImagesAndVideos.php class ImagesAndVideos (line 15) | class ImagesAndVideos extends Tab method getVideoDialog (line 50) | public function getVideoDialog() method clickAddVideo (line 64) | protected function clickAddVideo() method setFieldsData (line 77) | public function setFieldsData(array $fields, SimpleElement $element = ... method addVideo (line 112) | protected function addVideo($data) method deleteVideo (line 124) | protected function deleteVideo($id) method updateVideo (line 137) | protected function updateVideo($id, $data) method getFieldsData (line 151) | public function getFieldsData($tabFields = null, SimpleElement $elemen... method getImageSelector (line 196) | protected function getImageSelector($id) method getImageIds (line 207) | protected function getImageIds() method clickVideo (line 219) | protected function clickVideo($id) method clickFirstVideo (line 229) | public function clickFirstVideo() method deleteFirstVideo (line 240) | public function deleteFirstVideo() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertGetVideoInfoDataIsCorrect.php class AssertGetVideoInfoDataIsCorrect (line 17) | class AssertGetVideoInfoDataIsCorrect extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertNoVideoCategoryView.php class AssertNoVideoCategoryView (line 17) | class AssertNoVideoCategoryView extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertNoVideoProductView.php class AssertNoVideoProductView (line 17) | class AssertNoVideoProductView extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertVideoCategoryView.php class AssertVideoCategoryView (line 17) | class AssertVideoCategoryView extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertVideoConfigurableProductView.php class AssertVideoConfigurableProductView (line 16) | class AssertVideoConfigurableProductView extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 65) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Constraint/AssertVideoProductView.php class AssertVideoProductView (line 17) | class AssertVideoProductView extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/Fixture/Product/MediaGallery.php class MediaGallery (line 18) | class MediaGallery extends DataSource method __construct (line 33) | public function __construct(array $params, $data = []) method createTestImage (line 51) | protected function createTestImage($filename) method getFullPath (line 82) | protected function getFullPath($filename) FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/TestCase/AddProductVideoTest.php class AddProductVideoTest (line 30) | class AddProductVideoTest extends Injectable method __inject (line 62) | public function __inject( method test (line 77) | public function test( method tearDown (line 112) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/TestCase/ConfigurableProductVideoTest.php class ConfigurableProductVideoTest (line 31) | class ConfigurableProductVideoTest extends Injectable method __inject (line 79) | public function __inject( method test (line 98) | public function test( FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/TestCase/DeleteProductVideoTest.php class DeleteProductVideoTest (line 32) | class DeleteProductVideoTest extends Injectable method __inject (line 64) | public function __inject( method test (line 79) | public function test( method tearDown (line 119) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/ProductVideo/Test/TestCase/UpdateProductVideoTest.php class UpdateProductVideoTest (line 33) | class UpdateProductVideoTest extends Injectable method __inject (line 66) | public function __inject( method test (line 82) | public function test( method tearDown (line 123) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/ReleaseNotification/Mtf/App/State/NotificationHandler.php class NotificationHandler (line 18) | class NotificationHandler implements StateHandlerInterface method __construct (line 30) | public function __construct(DataInterface $configuration) method execute (line 43) | public function execute(AbstractState $state) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/AbstractFilter.php class AbstractFilter (line 16) | abstract class AbstractFilter extends Form method prepareData (line 38) | protected function prepareData(array $viewsReport) method viewsReport (line 58) | public function viewsReport(array $report) method refreshFilter (line 70) | public function refreshFilter() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/AccountsGrid.php class AccountsGrid (line 16) | class AccountsGrid extends \Magento\Backend\Test\Block\Widget\Grid method searchAccounts (line 56) | public function searchAccounts(array $customersReport) method getTotalResults (line 72) | public function getTotalResults() method prepareData (line 83) | protected function prepareData(array $customersReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/Counts/Filter.php class Filter (line 15) | class Filter extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/Counts/Grid.php class Grid (line 13) | class Grid extends \Magento\Reports\Test\Block\Adminhtml\Customer\Totals... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/Totals/Filter.php class Filter (line 15) | class Filter extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/Totals/Grid.php class Grid (line 16) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method getRow (line 66) | protected function getRow(array $filter, $isStrict = true) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Product/Downloads/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Product/Lowstock/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Product/Sold/Grid.php class Grid (line 17) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method searchAccounts (line 64) | public function searchAccounts(array $customersReport) method prepareData (line 81) | protected function prepareData(array $customersReport) method getOrdersResults (line 102) | public function getOrdersResults(OrderInjectable $order) method getOrdersResultsforConfigurableProducts (line 119) | public function getOrdersResultsforConfigurableProducts(OrderInjectabl... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Product/Viewed/Filter.php class Filter (line 14) | class Filter extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Product/Viewed/ProductGrid.php class ProductGrid (line 14) | class ProductGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Refresh/Statistics/Grid.php class Grid (line 15) | class Grid extends AbstractGrid method searchAndSelect (line 31) | public function searchAndSelect(array $filter) method getRowsData (line 47) | public function getRowsData(array $columns) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Review/Customer/Grid.php class Grid (line 17) | class Grid extends AbstractGrid method openReview (line 39) | public function openReview(Customer $customer) method getQtyReview (line 51) | public function getQtyReview($customerName) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Review/Products/Grid.php class Grid (line 16) | class Grid extends AbstractGrid method openReview (line 31) | public function openReview($name) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Review/Products/Viewed/Filter.php class Filter (line 15) | class Filter extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Review/Products/Viewed/ProductGrid.php class ProductGrid (line 16) | class ProductGrid extends Grid method getViewsResults (line 38) | public function getViewsResults(array $products) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Coupons/Action.php class Action (line 15) | class Action extends GridPageActions method showReport (line 29) | public function showReport() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Coupons/Filter.php class Filter (line 15) | class Filter extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Coupons/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Invoiced/Grid.php class Grid (line 15) | class Grid extends FilterGrid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Orders/Viewed/FilterGrid.php class FilterGrid (line 16) | class FilterGrid extends Grid method getLastResult (line 49) | public function getLastResult() method getTotalResult (line 59) | public function getTotalResult() method getResults (line 70) | protected function getResults($filterRows) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Refunded/FilterGrid.php class FilterGrid (line 13) | class FilterGrid extends \Magento\Reports\Test\Block\Adminhtml\Sales\Ord... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/Shipping/Grid.php class Grid (line 14) | class Grid extends FilterGrid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/TaxRule/Action.php class Action (line 15) | class Action extends PageActions method showReport (line 29) | public function showReport() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/TaxRule/Filter.php class Filter (line 15) | class Filter extends AbstractFilter method prepareData (line 23) | protected function prepareData(array $viewsReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Sales/TaxRule/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/SearchTermsGrid.php class SearchTermsGrid (line 13) | class SearchTermsGrid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Shopcart/Abandoned/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Shopcart/Product/Grid.php class Grid (line 16) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method isProductVisible (line 46) | public function isProductVisible(CatalogProductSimple $product, $carts) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Viewed/Action.php class Action (line 15) | class Action extends GridPageActions method showReport (line 29) | public function showReport() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AbstractAssertCustomerOrderReportResult.php class AbstractAssertCustomerOrderReportResult (line 16) | abstract class AbstractAssertCustomerOrderReportResult extends AbstractC... method prepareFilter (line 26) | public function prepareFilter(Customer $customer, array $columns, arra... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AbstractAssertInvoiceReportResult.php class AbstractAssertInvoiceReportResult (line 18) | abstract class AbstractAssertInvoiceReportResult extends AbstractConstraint method __construct (line 40) | public function __construct( method searchInInvoiceReportGrid (line 55) | protected function searchInInvoiceReportGrid(array $invoiceReport) method prepareExpectedResult (line 69) | protected function prepareExpectedResult(array $expectedInvoiceData) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AbstractAssertSalesReportResult.php class AbstractAssertSalesReportResult (line 17) | abstract class AbstractAssertSalesReportResult extends AbstractConstraint method searchInSalesReportGrid (line 39) | protected function searchInSalesReportGrid(array $salesReport) method prepareExpectedResult (line 53) | protected function prepareExpectedResult(array $expectedSalesData) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AbstractAssertShippingReportResult.php class AbstractAssertShippingReportResult (line 18) | abstract class AbstractAssertShippingReportResult extends AbstractConstr... method __construct (line 40) | public function __construct( method searchInShippingReportGrid (line 55) | protected function searchInShippingReportGrid(array $shippingReport) method prepareExpectedResult (line 70) | protected function prepareExpectedResult(array $expectedShippingData, ... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertAbandonedCartCustomerInfoResult.php class AssertAbandonedCartCustomerInfoResult (line 17) | class AssertAbandonedCartCustomerInfoResult extends AbstractConstraint method processAssert (line 30) | public function processAssert(AbandonedCarts $abandonedCarts, $product... method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertBestsellerReportResult.php class AssertBestsellerReportResult (line 17) | class AssertBestsellerReportResult extends AbstractConstraint method processAssert (line 27) | public function processAssert(Bestsellers $bestsellers, OrderInjectabl... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertCouponReportResult.php class AssertCouponReportResult (line 17) | class AssertCouponReportResult extends AbstractConstraint method processAssert (line 27) | public function processAssert(SalesCouponReportView $salesCouponReport... method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertCustomerOrderCountReportResult.php class AssertCustomerOrderCountReportResult (line 15) | class AssertCustomerOrderCountReportResult extends AbstractAssertCustome... method processAssert (line 26) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertCustomerOrderTotalReportResult.php class AssertCustomerOrderTotalReportResult (line 15) | class AssertCustomerOrderTotalReportResult extends AbstractAssertCustome... method processAssert (line 26) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertDownloadsReportResult.php class AssertDownloadsReportResult (line 17) | class AssertDownloadsReportResult extends AbstractConstraint method processAssert (line 31) | public function processAssert(OrderInjectable $order, DownloadsReport ... method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertInvoiceReportIntervalResult.php class AssertInvoiceReportIntervalResult (line 15) | class AssertInvoiceReportIntervalResult extends AbstractAssertInvoiceRep... method processAssert (line 29) | public function processAssert(OrderInjectable $order, array $invoiceRe... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertInvoiceReportTotalResult.php class AssertInvoiceReportTotalResult (line 15) | class AssertInvoiceReportTotalResult extends AbstractAssertInvoiceReport... method processAssert (line 25) | public function processAssert(OrderInjectable $order, array $invoiceRe... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertLifetimeStatisticsUpdatedMessage.php class AssertLifetimeStatisticsUpdatedMessage (line 15) | class AssertLifetimeStatisticsUpdatedMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(Statistics $reportStatistics) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertLowStockProductInGrid.php class AssertLowStockProductInGrid (line 17) | class AssertLowStockProductInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CatalogProductSimple $product, ProductLo... method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertNewAccountsReportTotalResult.php class AssertNewAccountsReportTotalResult (line 16) | class AssertNewAccountsReportTotalResult extends AbstractConstraint method processAssert (line 25) | public function processAssert(CustomerAccounts $customerAccounts, $total) method toString (line 36) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertOrderedProductReportForConfigurableProduct.php class AssertOrderedProductReportForConfigurableProduct (line 18) | class AssertOrderedProductReportForConfigurableProduct extends AbstractC... method processAssert (line 27) | public function processAssert(OrderedProductsReport $orderedProducts, ... method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertOrderedProductResult.php class AssertOrderedProductResult (line 20) | class AssertOrderedProductResult extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderedProductsReport $orderedProducts, ... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductInCartResult.php class AssertProductInCartResult (line 17) | class AssertProductInCartResult extends AbstractConstraint method processAssert (line 27) | public function processAssert(ShopCartProductReport $shopCartProductRe... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductReportByCustomerInGrid.php class AssertProductReportByCustomerInGrid (line 21) | class AssertProductReportByCustomerInGrid extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductReportByCustomerNotInGrid.php class AssertProductReportByCustomerNotInGrid (line 21) | class AssertProductReportByCustomerNotInGrid extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductReviewIsAvailableForProduct.php class AssertProductReviewIsAvailableForProduct (line 19) | class AssertProductReviewIsAvailableForProduct extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductReviewReportIsVisibleInGrid.php class AssertProductReviewReportIsVisibleInGrid (line 17) | class AssertProductReviewReportIsVisibleInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(ProductReportReview $productReportReview... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductReviewsQtyByCustomer.php class AssertProductReviewsQtyByCustomer (line 17) | class AssertProductReviewsQtyByCustomer extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertProductViewsReportTotalResult.php class AssertProductViewsReportTotalResult (line 16) | class AssertProductViewsReportTotalResult extends AbstractConstraint method processAssert (line 26) | public function processAssert(ProductReportView $productReportView, $t... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertRecentStatisticsUpdatedMessage.php class AssertRecentStatisticsUpdatedMessage (line 15) | class AssertRecentStatisticsUpdatedMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(Statistics $reportStatistics) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertRefundReportIntervalResult.php class AssertRefundReportIntervalResult (line 16) | class AssertRefundReportIntervalResult extends AbstractAssertSalesReport... method processAssert (line 31) | public function processAssert( method prepareExpectedResult (line 55) | protected function prepareExpectedResult(array $expectedOrderData) method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertReportStatisticsNoticeMessage.php class AssertReportStatisticsNoticeMessage (line 14) | class AssertReportStatisticsNoticeMessage extends AbstractAssertSalesRep... method processAssert (line 30) | public function processAssert( method getLastUpdatedDate (line 53) | private function getLastUpdatedDate() method toString (line 74) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertReportsUpdatedTimezone.php class AssertReportsUpdatedTimezone (line 15) | class AssertReportsUpdatedTimezone extends AbstractConstraint method processAssert (line 23) | public function processAssert(Statistics $reportStatistics) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertSalesReportIntervalResult.php class AssertSalesReportIntervalResult (line 16) | class AssertSalesReportIntervalResult extends AbstractAssertSalesReportR... method processAssert (line 27) | public function processAssert( method prepareSalesResult (line 51) | protected function prepareSalesResult($salesResult) method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertSalesReportTotalResult.php class AssertSalesReportTotalResult (line 16) | class AssertSalesReportTotalResult extends AbstractAssertSalesReportResult method processAssert (line 27) | public function processAssert( method prepareSalesResult (line 51) | protected function prepareSalesResult($salesResult) method toString (line 66) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertSearchTermReportForm.php class AssertSearchTermReportForm (line 17) | class AssertSearchTermReportForm extends AbstractAssertForm method processAssert (line 29) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertSearchTermsInGrid.php class AssertSearchTermsInGrid (line 16) | class AssertSearchTermsInGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert(SearchIndex $searchIndex, $productName, ... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertShippingReportIntervalResult.php class AssertShippingReportIntervalResult (line 14) | class AssertShippingReportIntervalResult extends AbstractAssertShippingR... method processAssert (line 24) | public function processAssert(OrderInjectable $order, array $shippingR... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertShippingReportTotalResult.php class AssertShippingReportTotalResult (line 14) | class AssertShippingReportTotalResult extends AbstractAssertShippingRepo... method processAssert (line 24) | public function processAssert(OrderInjectable $order, array $shippingR... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertTaxReportInGrid.php class AssertTaxReportInGrid (line 18) | class AssertTaxReportInGrid extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertTaxReportNotInGrid.php class AssertTaxReportNotInGrid (line 18) | class AssertTaxReportNotInGrid extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.php class AbandonedCartsReportEntityTest (line 33) | class AbandonedCartsReportEntityTest extends Injectable method __inject (line 69) | public function __inject( method test (line 86) | public function test($products, Customer $customer) method createProducts (line 110) | protected function createProducts($products) method addProductsToCart (line 126) | protected function addProductsToCart(array $products) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.php class BestsellerProductsReportEntityTest (line 30) | class BestsellerProductsReportEntityTest extends Injectable method __inject (line 49) | public function __inject(Bestsellers $bestsellers) method test (line 61) | public function test(OrderInjectable $order, array $bestsellerReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.php class CustomersOrderCountReportEntityTest (line 30) | class CustomersOrderCountReportEntityTest extends Injectable method __inject (line 50) | public function __inject(CustomerOrdersReport $customerOrdersReport) method test (line 64) | public function test(Customer $customer, $orders, array $report, Fixtu... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.php class CustomersOrderTotalReportEntityTest (line 30) | class CustomersOrderTotalReportEntityTest extends Injectable method __inject (line 49) | public function __inject(CustomerTotalsReport $customerTotalsReport) method test (line 63) | public function test(Customer $customer, $orders, array $report, Fixtu... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.php class DownloadProductsReportEntityTest (line 32) | class DownloadProductsReportEntityTest extends Injectable method __inject (line 75) | public function __inject( method test (line 94) | public function test(OrderInjectable $order, $downloads) method openDownloadableLink (line 116) | protected function openDownloadableLink(OrderInjectable $order, $downl... FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.php class LowStockProductsReportEntityTest (line 23) | class LowStockProductsReportEntityTest extends Scenario method test (line 34) | public function test() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.php class NewAccountsReportEntityTest (line 29) | class NewAccountsReportEntityTest extends Injectable method __inject (line 56) | public function __inject(CustomerIndex $customerIndexPage, CustomerAcc... method test (line 69) | public function test(Customer $customer, array $customersReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.php class OrderedProductsReportEntityTest (line 27) | class OrderedProductsReportEntityTest extends Injectable method __inject (line 46) | public function __inject(OrderedProductsReport $orderedProducts) method test (line 58) | public function test(OrderInjectable $order, array $customersReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.php class ProductsInCartReportEntityTest (line 31) | class ProductsInCartReportEntityTest extends Injectable method __prepare (line 57) | public function __prepare(Customer $customer) method __inject (line 71) | public function __inject( method test (line 88) | public function test( method tearDown (line 119) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/RefreshReportsStatisticsTest.php class RefreshReportsStatisticsTest (line 28) | class RefreshReportsStatisticsTest extends Injectable method __inject (line 55) | public function __inject( method test (line 70) | public function test($action, $configData) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ReviewReportEntityTest.php class ReviewReportEntityTest (line 38) | class ReviewReportEntityTest extends Injectable method __prepare (line 85) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 102) | public function __inject( method test (line 126) | public function test( method loginCustomer (line 159) | private function loginCustomer(Customer $customer) method tearDown (line 172) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.php class SalesCouponReportEntityTest (line 33) | class SalesCouponReportEntityTest extends Injectable method __inject (line 85) | public function __inject( method test (line 106) | public function test(OrderInjectable $order, array $viewsReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.php class SalesInvoiceReportEntityTest (line 37) | class SalesInvoiceReportEntityTest extends Injectable method test (line 53) | public function test( FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.php class SalesOrderReportEntityTest (line 37) | class SalesOrderReportEntityTest extends Injectable method __inject (line 64) | public function __inject(FixtureFactory $fixtureFactory, SalesReport $... method test (line 77) | public function test(OrderInjectable $order, array $salesReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.php class SalesRefundsReportEntityTest (line 36) | class SalesRefundsReportEntityTest extends Injectable method __inject (line 63) | public function __inject(FixtureFactory $fixtureFactory, RefundsReport... method test (line 76) | public function test(OrderInjectable $order, array $refundsReport) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.php class SalesTaxReportEntityTest (line 41) | class SalesTaxReportEntityTest extends Injectable method __prepare (line 115) | public function __prepare() method __inject (line 134) | public function __inject( method test (line 163) | public function test( method processOrder (line 196) | protected function processOrder($orderSteps, OrderInjectable $order) method tearDown (line 218) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.php class SearchTermsReportEntityTest (line 27) | class SearchTermsReportEntityTest extends Injectable method __inject (line 62) | public function __inject(CmsIndex $cmsIndex, SearchIndex $searchIndex,... method test (line 77) | public function test($product, $countProducts, $countSearch) method createProducts (line 97) | protected function createProducts($product, $countProduct) method searchProducts (line 117) | protected function searchProducts($productName, $countSearch) FILE: dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.php class ViewedProductsReportEntityTest (line 32) | class ViewedProductsReportEntityTest extends Injectable method __inject (line 84) | public function __inject( method test (line 106) | public function test($products, array $viewsReport, $total) method prepareProducts (line 128) | protected function prepareProducts($productList) method openProducts (line 148) | protected function openProducts(array $products, $total) FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Customer/Edit/Tab/Reviews.php class Reviews (line 14) | class Reviews extends Tab method getReviewsGrid (line 28) | public function getReviewsGrid() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Edit/Product/Grid.php class Grid (line 14) | class Grid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Edit/RatingElement.php class RatingElement (line 16) | class RatingElement extends SimpleElement method setValue (line 45) | public function setValue($value) method getRatingVote (line 59) | protected function getRatingVote(SimpleElement $rating) method getValue (line 76) | public function getValue() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends AbstractFormPageActions FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Grid.php class Grid (line 15) | class Grid extends GridAbstract FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Edit/Section/Reviews.php class Reviews (line 14) | class Reviews extends Section method getReviewsGrid (line 28) | public function getReviewsGrid() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Product/Grid.php class Grid (line 14) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Rating/Edit/RatingForm.php class RatingForm (line 15) | class RatingForm extends FormTabs FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Rating/Grid.php class Grid (line 15) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/ReviewForm.php class ReviewForm (line 17) | class ReviewForm extends Form method fill (line 47) | public function fill(FixtureInterface $fixture, SimpleElement $element... method getPostedBy (line 64) | public function getPostedBy() method getStatus (line 74) | public function getStatus() method setApproveReview (line 84) | public function setApproveReview() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Product/View.php class View (line 16) | class View extends Block method isVisibleReviewItem (line 41) | public function isVisibleReviewItem() method getFieldValue (line 52) | public function getFieldValue($field) FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/Product/View/Summary.php class Summary (line 16) | class Summary extends Block method getAddReviewLink (line 37) | public function getAddReviewLink() method clickAddReviewLink (line 47) | public function clickAddReviewLink() method getViewReviewLink (line 60) | public function getViewReviewLink() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Block/ReviewForm.php class ReviewForm (line 19) | class ReviewForm extends AbstractForm method submit (line 54) | public function submit() method getLegend (line 64) | public function getLegend() method isVisibleRating (line 75) | public function isVisibleRating(Rating $rating) method getRating (line 86) | protected function getRating(Rating $rating) method fill (line 98) | public function fill(FixtureInterface $review, SimpleElement $element ... method fillRatings (line 112) | protected function fillRatings(array $ratings) method setRating (line 126) | protected function setRating($ratingCode, $ratingVote) FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingInGrid.php class AssertProductRatingInGrid (line 16) | class AssertProductRatingInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(RatingIndex $ratingIndex, Rating $produc... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingInProductPage.php class AssertProductRatingInProductPage (line 20) | class AssertProductRatingInProductPage extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingNotInGrid.php class AssertProductRatingNotInGrid (line 16) | class AssertProductRatingNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(RatingIndex $ratingIndex, Rating $produc... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingNotInProductPage.php class AssertProductRatingNotInProductPage (line 18) | class AssertProductRatingNotInProductPage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingOnReviewPage.php class AssertProductRatingOnReviewPage (line 17) | class AssertProductRatingOnReviewPage extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingSuccessDeleteMessage.php class AssertProductRatingSuccessDeleteMessage (line 15) | class AssertProductRatingSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(RatingIndex $ratingIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductRatingSuccessSaveMessage.php class AssertProductRatingSuccessSaveMessage (line 15) | class AssertProductRatingSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(RatingIndex $ratingIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewBackendSuccessSaveMessage.php class AssertProductReviewBackendSuccessSaveMessage (line 16) | class AssertProductReviewBackendSuccessSaveMessage extends AbstractConst... method processAssert (line 29) | public function processAssert(ReviewIndex $reviewIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewForm.php class AssertProductReviewForm (line 17) | class AssertProductReviewForm extends AbstractAssertForm method processAssert (line 43) | public function processAssert(ReviewIndex $reviewIndex, Review $review... method toString (line 65) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewInGrid.php class AssertProductReviewInGrid (line 17) | class AssertProductReviewInGrid extends AbstractConstraint method processAssert (line 45) | public function processAssert( method prepareFilter (line 72) | public function prepareFilter(FixtureInterface $product, array $review... method toString (line 110) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewInGridOnCustomerPage.php class AssertProductReviewInGridOnCustomerPage (line 20) | class AssertProductReviewInGridOnCustomerPage extends AbstractConstraint method processAssert (line 33) | public function processAssert( method prepareData (line 64) | protected function prepareData(Review $review, Review $reviewInitial) method toString (line 82) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewIsAbsentOnProductPage.php class AssertProductReviewIsAbsentOnProductPage (line 15) | class AssertProductReviewIsAbsentOnProductPage extends AbstractConstraint method processAssert (line 35) | public function processAssert(CatalogProductView $catalogProductView) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewMassActionSuccessDeleteMessage.php class AssertProductReviewMassActionSuccessDeleteMessage (line 17) | class AssertProductReviewMassActionSuccessDeleteMessage extends Abstract... method processAssert (line 35) | public function processAssert(Review $review, ReviewIndex $reviewIndex) method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewMassActionSuccessMessage.php class AssertProductReviewMassActionSuccessMessage (line 17) | class AssertProductReviewMassActionSuccessMessage extends AbstractConstr... method processAssert (line 31) | public function processAssert(Review $review, ReviewIndex $reviewIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewNotInGrid.php class AssertProductReviewNotInGrid (line 18) | class AssertProductReviewNotInGrid extends AbstractConstraint method processAssert (line 46) | public function processAssert( method prepareFilter (line 73) | public function prepareFilter(FixtureInterface $product, Review $revie... method toString (line 108) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewNotOnProductPage.php class AssertProductReviewNotOnProductPage (line 19) | class AssertProductReviewNotOnProductPage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertProductReviewOnProductPage.php class AssertProductReviewOnProductPage (line 19) | class AssertProductReviewOnProductPage extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertReviewCreationSuccessMessage.php class AssertReviewCreationSuccessMessage (line 15) | class AssertReviewCreationSuccessMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(CatalogProductView $catalogProductView) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertReviewLinksIsPresentOnProductPage.php class AssertReviewLinksIsPresentOnProductPage (line 17) | class AssertReviewLinksIsPresentOnProductPage extends AbstractConstraint method processAssert (line 34) | public function processAssert(Browser $browser, CatalogProductView $ca... method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertReviewSuccessSaveMessage.php class AssertReviewSuccessSaveMessage (line 15) | class AssertReviewSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(ReviewIndex $reviewIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Constraint/AssertSetApprovedProductReview.php class AssertSetApprovedProductReview (line 18) | class AssertSetApprovedProductReview extends AbstractConstraint method processAssert (line 44) | public function processAssert( method flushCacheStorageWithAssert (line 68) | protected function flushCacheStorageWithAssert() method toString (line 84) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Fixture/Review/EntityId.php class EntityId (line 16) | class EntityId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getEntity (line 52) | public function getEntity() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Fixture/Review/Ratings.php class Ratings (line 16) | class Ratings extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getRatings (line 62) | public function getRatings() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Handler/Rating/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements RatingInterface method persist (line 49) | public function persist(FixtureInterface $rating = null) method prepareData (line 79) | protected function prepareData(array $data) method getProductRatingId (line 97) | protected function getProductRatingId() method getRatingOptions (line 113) | protected function getRatingOptions($ratingId) method getAdditionalData (line 132) | protected function getAdditionalData() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Handler/Rating/RatingInterface.php type RatingInterface (line 14) | interface RatingInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Review/Test/Handler/Review/Curl.php class Curl (line 21) | class Curl extends AbstractCurl implements ReviewInterface method persist (line 46) | public function persist(FixtureInterface $review = null) method getPreparedData (line 71) | protected function getPreparedData(FixtureInterface $review) method getReviewId (line 114) | protected function getReviewId() FILE: dev/tests/functional/tests/app/Magento/Review/Test/Handler/Review/ReviewInterface.php type ReviewInterface (line 14) | interface ReviewInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.php class CreateProductRatingEntityTest (line 31) | class CreateProductRatingEntityTest extends Injectable method __prepare (line 71) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 87) | public function __inject( method testCreateProductRatingEntityTest (line 103) | public function testCreateProductRatingEntityTest(Rating $productRating) method tearDown (line 120) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.php class CreateProductReviewBackendEntityTest (line 33) | class CreateProductReviewBackendEntityTest extends Injectable method __inject (line 91) | public function __inject( method test (line 109) | public function test(Review $review) method tearDown (line 132) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.php class CreateProductReviewFrontendEntityTest (line 33) | class CreateProductReviewFrontendEntityTest extends Injectable method __inject (line 76) | public function __inject( method test (line 94) | public function test( method tearDown (line 119) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.php class DeleteProductRatingEntityTest (line 30) | class DeleteProductRatingEntityTest extends Injectable method __prepare (line 56) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 71) | public function __inject(RatingIndex $ratingIndex, RatingEdit $ratingE... method testDeleteProductRatingEntity (line 83) | public function testDeleteProductRatingEntity(Rating $productRating) FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.php class ManageProductReviewFromCustomerPageTest (line 42) | class ManageProductReviewFromCustomerPageTest extends Injectable method __prepare (line 111) | public function __prepare(Customer $customer) method __inject (line 129) | public function __inject( method test (line 155) | public function test( method login (line 191) | protected function login(Customer $customer) method tearDown (line 204) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.php class MassActionsProductReviewEntityTest (line 32) | class MassActionsProductReviewEntityTest extends Injectable method __inject (line 75) | public function __inject( method test (line 98) | public function test($gridActions, $gridStatus) method tearDown (line 114) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.php class ModerateProductReviewEntityTest (line 30) | class ModerateProductReviewEntityTest extends Injectable method __inject (line 57) | public function __inject(ReviewIndex $reviewIndex, ReviewEdit $reviewE... method test (line 70) | public function test(Review $reviewInitial, Review $review) FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.php class UpdateProductReviewEntityOnProductPageTest (line 35) | class UpdateProductReviewEntityOnProductPageTest extends Injectable method __prepare (line 89) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 108) | public function __inject( method test (line 127) | public function test(Review $review, $rating) method createReview (line 158) | protected function createReview($review, $rating) method tearDown (line 172) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.php class UpdateProductReviewEntityTest (line 33) | class UpdateProductReviewEntityTest extends Injectable method __inject (line 83) | public function __inject( method test (line 102) | public function test(Review $reviewInitial, Review $review) method tearDown (line 127) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/CreditMemo/Grid.php class Grid (line 12) | class Grid extends \Magento\Ui\Test\Block\Adminhtml\DataGrid FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Invoice/Grid.php class Grid (line 12) | class Grid extends \Magento\Ui\Test\Block\Adminhtml\DataGrid FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/AbstractForm.php class AbstractForm (line 14) | abstract class AbstractForm extends Form method waitLoader (line 35) | protected function waitLoader() method fillFormData (line 51) | public function fillFormData(array $data) method fillProductData (line 67) | public function fillProductData(array $data, $products = null) method fillData (line 85) | public function fillData(array $data, $products = null) method updateQty (line 96) | public function updateQty() method getItemsBlock (line 107) | abstract protected function getItemsBlock(); method submit (line 114) | public function submit() method prepareData (line 127) | protected function prepareData(array $data) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/AbstractForm/Product.php class Product (line 16) | class Product extends Form method getItemPriceExclTax (line 51) | public function getItemPriceExclTax() method getItemPriceInclTax (line 62) | public function getItemPriceInclTax() method getItemSubExclTax (line 73) | public function getItemSubExclTax() method getItemSubInclTax (line 84) | public function getItemSubInclTax() method escapeCurrency (line 96) | protected function escapeCurrency($price) method fillProduct (line 108) | public function fillProduct(array $data) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/AbstractItems.php class AbstractItems (line 15) | class AbstractItems extends Block method getData (line 92) | public function getData() method getQty (line 121) | protected function getQty(ElementInterface $item) method getSku (line 137) | protected function getSku(ElementInterface $item) method escapePrice (line 151) | private function escapePrice($price) method parseProductName (line 162) | protected function parseProductName($product) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/AbstractItemsNewBlock.php class AbstractItemsNewBlock (line 15) | abstract class AbstractItemsNewBlock extends Block method getItemProductBlock (line 37) | abstract public function getItemProductBlock($productSku); method clickUpdateQty (line 44) | public function clickUpdateQty() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Actions.php class Actions (line 19) | class Actions extends Block method canShip (line 145) | public function canShip() method ship (line 155) | public function ship() method invoice (line 165) | public function invoice() method paymentUpdate (line 175) | public function paymentUpdate() method reorder (line 185) | public function reorder() method back (line 195) | public function back() method edit (line 205) | public function edit() method cancel (line 215) | public function cancel() method sendEmail (line 226) | public function sendEmail() method void (line 236) | public function void() method hold (line 247) | public function hold() method unhold (line 257) | public function unhold() method orderCreditMemo (line 267) | public function orderCreditMemo() method orderInvoiceCreditMemo (line 277) | public function orderInvoiceCreditMemo() method refund (line 287) | public function refund() method refundOffline (line 297) | public function refundOffline() method isActionButtonVisible (line 308) | public function isActionButtonVisible($buttonName) method accept (line 318) | public function accept() method deny (line 330) | public function deny() method acceptAlert (line 342) | private function acceptAlert() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create.php class Create (line 17) | class Create extends Block method getItemsBlock (line 129) | public function getItemsBlock() method getBillingAddressBlock (line 142) | public function getBillingAddressBlock() method getShippingAddressBlock (line 155) | protected function getShippingAddressBlock() method getBillingMethodBlock (line 168) | public function getBillingMethodBlock() method getShippingMethodBlock (line 181) | protected function getShippingMethodBlock() method getTotalsBlock (line 194) | protected function getTotalsBlock() method getTemplateBlock (line 207) | public function getTemplateBlock() method getGridBlock (line 220) | public function getGridBlock() method getAccountBlock (line 233) | public function getAccountBlock() method waitOrderItemsGrid (line 246) | public function waitOrderItemsGrid() method updateProductsData (line 257) | public function updateProductsData(array $products) method updateItems (line 275) | public function updateItems() method fillBillingAddress (line 289) | public function fillBillingAddress( method fillShippingAddress (line 312) | public function fillShippingAddress(FixtureInterface $shippingAddress) method selectShippingMethod (line 324) | public function selectShippingMethod(array $shippingMethod) method selectPaymentMethod (line 336) | public function selectPaymentMethod(array $paymentCode, InjectableFixt... method submitOrder (line 350) | public function submitOrder() method addSelectedProductsToOrder (line 360) | public function addSelectedProductsToOrder() method saveCreditCard (line 372) | public function saveCreditCard($paymentMethod, $creditCardSave) method selectVaultToken (line 383) | public function selectVaultToken($selector) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Billing/Address.php class Address (line 15) | class Address extends Form method getExistingAddresses (line 43) | public function getExistingAddresses() method saveInAddressBookBillingAddress (line 54) | public function saveInAddressBookBillingAddress($saveAddress) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Billing/Method.php class Method (line 16) | class Method extends Block method selectPaymentMethod (line 67) | public function selectPaymentMethod(array $payment, CreditCard $credit... method getJsErrors (line 99) | public function getJsErrors() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Coupons.php class Coupons (line 17) | class Coupons extends Form method applyCouponCode (line 46) | public function applyCouponCode(SalesRule $code) method getTemplateBlock (line 61) | public function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Customer.php class Customer (line 15) | class Customer extends Grid method selectCustomer (line 48) | public function selectCustomer(CustomerFixture $customer) method searchAndOpen (line 64) | public function searchAndOpen(array $filter) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities.php class CustomerActivities (line 23) | class CustomerActivities extends Block method getLastOrderedItemsBlock (line 89) | public function getLastOrderedItemsBlock() method getRecentlyViewedItemsBlock (line 102) | public function getRecentlyViewedItemsBlock() method getProductsInComparisonBlock (line 115) | public function getProductsInComparisonBlock() method getRecentlyComparedProductsBlock (line 128) | public function getRecentlyComparedProductsBlock() method getRecentlyViewedProductsBlock (line 141) | public function getRecentlyViewedProductsBlock() method getShoppingCartItemsBlock (line 154) | public function getShoppingCartItemsBlock() method getTemplateBlock (line 167) | public function getTemplateBlock() method updateChanges (line 180) | public function updateChanges() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar.php class Sidebar (line 15) | abstract class Sidebar extends Block method addProductsToOrder (line 44) | public function addProductsToOrder(array $products) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/LastOrderedItems.php class LastOrderedItems (line 15) | class LastOrderedItems extends Sidebar FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/ProductsInComparison.php class ProductsInComparison (line 15) | class ProductsInComparison extends Sidebar FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/RecentlyComparedProducts.php class RecentlyComparedProducts (line 15) | class RecentlyComparedProducts extends Sidebar FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/RecentlyViewedItems.php class RecentlyViewedItems (line 14) | class RecentlyViewedItems extends Sidebar FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/RecentlyViewedProducts.php class RecentlyViewedProducts (line 16) | class RecentlyViewedProducts extends Sidebar method getProducts (line 30) | public function getProducts() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/ShoppingCartItems.php class ShoppingCartItems (line 16) | class ShoppingCartItems extends Sidebar method getItemName (line 31) | public function getItemName(InjectableFixture $product) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/CustomerActivities/Sidebar/Wishlist.php class Wishlist (line 16) | class Wishlist extends Sidebar method getConfigureBlock (line 88) | public function getConfigureBlock() method getCustomerActivitiesBlock (line 104) | public function getCustomerActivitiesBlock() method selectWishlist (line 120) | public function selectWishlist($name) method selectItemToAddToOrder (line 132) | public function selectItemToAddToOrder(InjectableFixture $product, $qty) method isSectionEmpty (line 163) | public function isSectionEmpty() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Form/Account.php class Account (line 14) | class Account extends Form FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Items.php class Items (line 17) | class Items extends Block method clickAddProducts (line 66) | public function clickAddProducts() method getItemProductByName (line 87) | public function getItemProductByName($name) method getEmptyTextMessage (line 100) | public function getEmptyTextMessage() method getItemsNames (line 110) | public function getItemsNames() method selectItemAction (line 129) | public function selectItemAction(InjectableFixture $product, $action) method getProductsDataByFields (line 142) | public function getProductsDataByFields($fields) method getTemplateBlock (line 160) | public function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Items/ItemProduct.php class ItemProduct (line 16) | class ItemProduct extends Form method getCheckoutData (line 58) | public function getCheckoutData(array $fields, $currency = '$') method fillCheckoutData (line 86) | public function fillCheckoutData(array $data, SimpleElement $element =... method configure (line 105) | public function configure() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Search/Grid.php class Grid (line 13) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Shipping/Address.php class Address (line 17) | class Address extends Form method setSameAsBillingShippingAddress (line 59) | public function setSameAsBillingShippingAddress() method uncheckSameAsBillingShippingAddress (line 71) | public function uncheckSameAsBillingShippingAddress() method waitLoader (line 84) | protected function waitLoader() method getTemplateBlock (line 99) | protected function getTemplateBlock() method _fill (line 115) | protected function _fill(array $fields, SimpleElement $element = null) method waitFormLoading (line 134) | private function waitFormLoading() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Shipping/Method.php class Method (line 15) | class Method extends Block method selectShippingMethod (line 44) | public function selectShippingMethod(array $shippingMethod) method waitFormLoading (line 67) | private function waitFormLoading() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Sidebar.php class Sidebar (line 16) | class Sidebar extends Block method updateChangesClick (line 72) | public function updateChangesClick() method getCartItemsNames (line 82) | public function getCartItemsNames() method selectItemToAddToOrder (line 99) | public function selectItemToAddToOrder(InjectableFixture $product) method noItemsInCartCheck (line 120) | public function noItemsInCartCheck() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Store.php class Store (line 19) | class Store extends Block method getTemplateBlock (line 40) | protected function getTemplateBlock() method selectStoreView (line 52) | public function selectStoreView(StoreFixture $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Totals.php class Totals (line 16) | class Totals extends Block method submitOrder (line 49) | public function submitOrder() method getOrderTotals (line 59) | public function getOrderTotals() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/Form.php class Form (line 15) | class Form extends AbstractForm method getItemsBlock (line 29) | public function getItemsBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/Form/Items.php class Items (line 16) | class Items extends Block method getItemProductBlock (line 38) | public function getItemProductBlock($productSku) method clickUpdateQty (line 52) | public function clickUpdateQty() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/Form/Items/Product.php class Product (line 12) | class Product extends \Magento\Sales\Test\Block\Adminhtml\Order\Abstract... FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/Grid.php class Grid (line 16) | class Grid extends GridInterface method getRefundAmount (line 53) | public function getRefundAmount() method getStatus (line 63) | public function getStatus() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/Totals.php class Totals (line 16) | class Totals extends \Magento\Sales\Test\Block\Adminhtml\Order\Totals method submit (line 65) | public function submit() method setCaptureOption (line 86) | public function setCaptureOption($option) method getRefundShippingElement (line 96) | public function getRefundShippingElement() method getAdjustmentRefundElement (line 106) | public function getAdjustmentRefundElement() method getAdjustmentFeeElement (line 116) | public function getAdjustmentFeeElement() method clickUpdateTotals (line 126) | public function clickUpdateTotals() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo/View/Items.php class Items (line 15) | class Items extends AbstractItems FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php class Grid (line 15) | class Grid extends DataGrid method addNewOrder (line 84) | public function addNewOrder() method getPurchasePointStoreGroups (line 94) | public function getPurchasePointStoreGroups() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/Form.php class Form (line 16) | class Form extends AbstractForm method getItemsBlock (line 30) | public function getItemsBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/Form/Items.php class Items (line 16) | class Items extends AbstractItemsNewBlock method getItemProductBlock (line 24) | public function getItemProductBlock($productSku) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/Form/Items/Product.php class Product (line 13) | class Product extends \Magento\Sales\Test\Block\Adminhtml\Order\Abstract... FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/Grid.php class Grid (line 14) | class Grid extends GridInterface method getInvoiceAmount (line 46) | public function getInvoiceAmount() method clickInvoiceAmount (line 57) | public function clickInvoiceAmount() method escapeCurrency (line 68) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/Totals.php class Totals (line 15) | class Totals extends \Magento\Sales\Test\Block\Adminhtml\Order\Totals method submit (line 43) | public function submit() method setCaptureOption (line 64) | public function setCaptureOption($option) method getCaptureOfflineMessage (line 74) | public function getCaptureOfflineMessage() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Invoice/View/Items.php class Items (line 15) | class Items extends AbstractItems FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Shipment/Totals.php class Totals (line 16) | class Totals extends Block method submit (line 28) | public function submit() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Shipment/View/Items.php class Items (line 14) | class Items extends AbstractItems method getData (line 21) | public function getData() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Status/Assign/AssignForm.php class AssignForm (line 15) | class AssignForm extends Form FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Status/GridPageActions.php class GridPageActions (line 13) | class GridPageActions extends \Magento\Backend\Test\Block\GridPageActions method assignStatusToState (line 27) | public function assignStatusToState() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/StatusGrid.php class StatusGrid (line 12) | class StatusGrid extends \Magento\Backend\Test\Block\Widget\Grid method searchAndUnassign (line 50) | public function searchAndUnassign(array $filter) method isAssign (line 67) | public function isAssign(array $filter) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Totals.php class Totals (line 15) | class Totals extends Block method getGrandTotal (line 98) | public function getGrandTotal() method getTotalPaid (line 110) | public function getTotalPaid() method getGrandTotalExclTax (line 121) | public function getGrandTotalExclTax() method getGrandTotalInclTax (line 132) | public function getGrandTotalInclTax() method getTax (line 143) | public function getTax() method getDiscount (line 154) | public function getDiscount() method getSubtotal (line 165) | public function getSubtotal() method getSubtotalExclTax (line 176) | public function getSubtotalExclTax() method getSubtotalInclTax (line 187) | public function getSubtotalInclTax() method getShippingInclTax (line 198) | public function getShippingInclTax() method getShippingExclTax (line 209) | public function getShippingExclTax() method escapeCurrency (line 221) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Transactions/Grid.php class Grid (line 16) | class Grid extends GridInterface method getTransactionType (line 39) | public function getTransactionType() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Addresses.php class Addresses (line 14) | class Addresses extends Block method getCustomerBillingAddress (line 42) | public function getCustomerBillingAddress() method getCustomerShippingAddress (line 52) | public function getCustomerShippingAddress() method isNewAddressButtonVisible (line 62) | public function isNewAddressButtonVisible() method clickNewAddressButton (line 73) | public function clickNewAddressButton() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Info.php class Info (line 16) | class Info extends Block method getCustomerEmail (line 45) | public function getCustomerEmail() method getCustomerGroup (line 55) | public function getCustomerGroup() method getProductOptions (line 66) | public function getProductOptions($sku) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Items.php class Items (line 18) | class Items extends Block method getPrice (line 63) | public function getPrice(InjectableFixture $product) method getItemPriceExclTax (line 104) | public function getItemPriceExclTax($productName) method getItemPriceInclTax (line 117) | public function getItemPriceInclTax($productName) method getItemSubExclTax (line 130) | public function getItemSubExclTax($productName) method getItemSubInclTax (line 143) | public function getItemSubInclTax($productName) method escapeCurrency (line 156) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/OrderForm.php class OrderForm (line 14) | class OrderForm extends FormTabs FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/CreditMemos.php class CreditMemos (line 15) | class CreditMemos extends Tab method getGridBlock (line 29) | public function getGridBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/CreditMemos/Grid.php class Grid (line 15) | class Grid extends DataGrid method getCreditMemoId (line 71) | public function getCreditMemoId() method getIds (line 83) | public function getIds() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Info.php class Info (line 17) | class Info extends Tab method getOrderStatus (line 52) | public function getOrderStatus() method getPaymentInfoBlock (line 62) | public function getPaymentInfoBlock() method getShippingInfoBlock (line 75) | public function getShippingInfoBlock() method getCommentsHistoryBlock (line 88) | public function getCommentsHistoryBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Info/CommentsHistoryBlock.php class CommentsHistoryBlock (line 14) | class CommentsHistoryBlock extends Block method getComments (line 63) | public function getComments() method getLatestComment (line 88) | public function getLatestComment() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Info/PaymentInfoBlock.php class PaymentInfoBlock (line 14) | class PaymentInfoBlock extends Block method getData (line 28) | public function getData() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Info/ShippingInfoBlock.php class ShippingInfoBlock (line 13) | class ShippingInfoBlock extends Block method openTrackingPopup (line 27) | public function openTrackingPopup() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Invoices.php class Invoices (line 16) | class Invoices extends Tab method getGridBlock (line 30) | public function getGridBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Invoices/Grid.php class Grid (line 14) | class Grid extends \Magento\Ui\Test\Block\Adminhtml\DataGrid method getIds (line 66) | public function getIds() method viewInvoice (line 84) | public function viewInvoice() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Shipments.php class Shipments (line 15) | class Shipments extends Tab method getGridBlock (line 29) | public function getGridBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Shipments/Grid.php class Grid (line 15) | class Grid extends DataGrid method getIds (line 60) | public function getIds() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Transactions.php class Transactions (line 16) | class Transactions extends Tab method getGridBlock (line 30) | public function getGridBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Transactions/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method getIds (line 42) | public function getIds() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Report/Filter/Form.php class Form (line 15) | class Form extends AbstractFilter FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/History.php class History (line 16) | class History extends Block method isOrderVisible (line 66) | public function isOrderVisible($order) method getOrderTotalById (line 81) | public function getOrderTotalById($id) method searchOrderById (line 93) | protected function searchOrderById($id) method openOrderById (line 104) | public function openOrderById($id) method isReorderButtonPresentByOrderId (line 116) | public function isReorderButtonPresentByOrderId($id) method escapeCurrency (line 128) | protected function escapeCurrency($price) method waitFormToLoad (line 139) | protected function waitFormToLoad() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/Info.php class Info (line 15) | class Info extends Block method isPaymentMethodVisible (line 37) | public function isPaymentMethodVisible($paymentMethod) method getBillingAddress (line 48) | public function getBillingAddress() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/Items.php class Items (line 15) | class Items extends Block method isItemVisible (line 37) | public function isItemVisible($product) method getGrandTotal (line 50) | public function getGrandTotal() method escapeCurrency (line 61) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/View.php class View (line 18) | class View extends Block method getItemBlock (line 154) | public function getItemBlock($id = null) method openLinkByName (line 169) | public function openLinkByName($name) method getGrandTotal (line 180) | public function getGrandTotal() method getItemPriceExclTax (line 192) | public function getItemPriceExclTax($productName) method getItemPriceInclTax (line 205) | public function getItemPriceInclTax($productName) method getItemSubExclTax (line 218) | public function getItemSubExclTax($productName) method getItemSubInclTax (line 231) | public function getItemSubInclTax($productName) method getGrandTotalInclTax (line 243) | public function getGrandTotalInclTax() method getTax (line 254) | public function getTax() method getDiscount (line 265) | public function getDiscount() method getSubtotal (line 276) | public function getSubtotal() method getSubtotalExclTax (line 287) | public function getSubtotalExclTax() method getSubtotalInclTax (line 298) | public function getSubtotalInclTax() method getShippingInclTax (line 309) | public function getShippingInclTax() method getShippingExclTax (line 320) | public function getShippingExclTax() method escapeCurrency (line 332) | protected function escapeCurrency($price) method isTopPagerDisplayed (line 343) | public function isTopPagerDisplayed() method isBottomPagerDisplayed (line 353) | public function isBottomPagerDisplayed() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/View/ActionsToolbar.php class ActionsToolbar (line 15) | class ActionsToolbar extends Block method clickLink (line 30) | public function clickLink($linkName) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Block/Widget/Guest/Form.php class Form (line 19) | class Form extends \Magento\Mtf\Block\Form method fill (line 43) | public function fill(FixtureInterface $fixture, SimpleElement $element... method waitLoadForm (line 77) | protected function waitLoadForm() method submit (line 100) | public function submit() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AbstractAssertItems.php class AbstractAssertItems (line 17) | abstract class AbstractAssertItems extends AbstractAssertForm method prepareOrderProducts (line 45) | protected function prepareOrderProducts(OrderInjectable $order, array ... method preparePageItems (line 76) | protected function preparePageItems(array $itemsData) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AbstractAssertOrderOnFrontend.php class AbstractAssertOrderOnFrontend (line 19) | abstract class AbstractAssertOrderOnFrontend extends AbstractConstraint method __construct (line 42) | public function __construct( method loginCustomerAndOpenOrderPage (line 59) | protected function loginCustomerAndOpenOrderPage(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertAcceptPaymentMessageInCommentsHistory.php class AssertAcceptPaymentMessageInCommentsHistory (line 16) | class AssertAcceptPaymentMessageInCommentsHistory extends AbstractConstr... method processAssert (line 33) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertAcceptPaymentSuccessMessagePresent.php class AssertAcceptPaymentSuccessMessagePresent (line 17) | class AssertAcceptPaymentSuccessMessagePresent extends AbstractConstraint method processAssert (line 30) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertAuthorizationInCommentsHistory.php class AssertAuthorizationInCommentsHistory (line 16) | class AssertAuthorizationInCommentsHistory extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCancelInCommentsHistory.php class AssertCancelInCommentsHistory (line 16) | class AssertCancelInCommentsHistory extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCaptureInCommentsHistory.php class AssertCaptureInCommentsHistory (line 17) | class AssertCaptureInCommentsHistory extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCartSectionIsEmptyOnBackendOrderPage.php class AssertCartSectionIsEmptyOnBackendOrderPage (line 15) | class AssertCartSectionIsEmptyOnBackendOrderPage extends AbstractConstraint method processAssert (line 23) | public function processAssert(OrderCreateIndex $orderCreateIndex) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCartSectionWithProductsOnBackendOrderPage.php class AssertCartSectionWithProductsOnBackendOrderPage (line 15) | class AssertCartSectionWithProductsOnBackendOrderPage extends AbstractCo... method processAssert (line 24) | public function processAssert(OrderCreateIndex $orderCreateIndex, arra... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCreditMemoButton.php class AssertCreditMemoButton (line 17) | class AssertCreditMemoButton extends AbstractConstraint method processAssert (line 27) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertCreditMemoItems.php class AssertCreditMemoItems (line 16) | class AssertCreditMemoItems extends AbstractAssertItems method processAssert (line 27) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertDenyPaymentMessageInCommentsHistory.php class AssertDenyPaymentMessageInCommentsHistory (line 17) | class AssertDenyPaymentMessageInCommentsHistory extends AbstractConstraint method processAssert (line 34) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertDenyPaymentSuccessMessagePresent.php class AssertDenyPaymentSuccessMessagePresent (line 17) | class AssertDenyPaymentSuccessMessagePresent extends AbstractConstraint method processAssert (line 30) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceInInvoicesGrid.php class AssertInvoiceInInvoicesGrid (line 17) | class AssertInvoiceInInvoicesGrid extends AbstractConstraint method processAssert (line 31) | public function processAssert(InvoiceIndex $invoiceIndex, OrderInjecta... method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceInInvoicesTab.php class AssertInvoiceInInvoicesTab (line 18) | class AssertInvoiceInInvoicesTab extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceItems.php class AssertInvoiceItems (line 17) | class AssertInvoiceItems extends AbstractAssertItems method processAssert (line 29) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceNotInInvoicesGrid.php class AssertInvoiceNotInInvoicesGrid (line 16) | class AssertInvoiceNotInInvoicesGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(InvoiceIndex $invoiceIndex, OrderInjecta... method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceStatusInOrdersGrid.php class AssertInvoiceStatusInOrdersGrid (line 15) | class AssertInvoiceStatusInOrdersGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceSuccessCreateMessage.php class AssertInvoiceSuccessCreateMessage (line 15) | class AssertInvoiceSuccessCreateMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoiceWithShipmentSuccessMessage.php class AssertInvoiceWithShipmentSuccessMessage (line 15) | class AssertInvoiceWithShipmentSuccessMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoicedAmountOnFrontend.php class AssertInvoicedAmountOnFrontend (line 18) | class AssertInvoicedAmountOnFrontend extends AbstractAssertOrderOnFrontend method processAssert (line 30) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertInvoicedOrderOnDashboard.php class AssertInvoicedOrderOnDashboard (line 15) | class AssertInvoicedOrderOnDashboard extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertItemsOrderedSectionContainsProducts.php class AssertItemsOrderedSectionContainsProducts (line 15) | class AssertItemsOrderedSectionContainsProducts extends AbstractConstraint method processAssert (line 24) | public function processAssert(OrderCreateIndex $orderCreateIndex, arra... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertItemsOrderedSectionOnBackendOrderIsEmpty.php class AssertItemsOrderedSectionOnBackendOrderIsEmpty (line 15) | class AssertItemsOrderedSectionOnBackendOrderIsEmpty extends AbstractCon... method processAssert (line 28) | public function processAssert(OrderCreateIndex $orderCreateIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertNoCreditMemoButton.php class AssertNoCreditMemoButton (line 17) | class AssertNoCreditMemoButton extends AbstractConstraint method processAssert (line 27) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertNoInvoiceButton.php class AssertNoInvoiceButton (line 17) | class AssertNoInvoiceButton extends AbstractConstraint method processAssert (line 27) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOnlineInvoiceCannotBeCreated.php class AssertOnlineInvoiceCannotBeCreated (line 17) | class AssertOnlineInvoiceCannotBeCreated extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderAddresses.php class AssertOrderAddresses (line 15) | class AssertOrderAddresses extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderBillingAndShippingAddressesAreDifferent.php class AssertOrderBillingAndShippingAddressesAreDifferent (line 14) | class AssertOrderBillingAndShippingAddressesAreDifferent extends Abstrac... method processAssert (line 23) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderButtonsAvailable.php class AssertOrderButtonsAvailable (line 15) | class AssertOrderButtonsAvailable extends AbstractConstraint method processAssert (line 24) | public function processAssert(SalesOrderView $salesOrderView, $orderBu... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderButtonsUnavailable.php class AssertOrderButtonsUnavailable (line 17) | class AssertOrderButtonsUnavailable extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderByDateInOrdersGrid.php class AssertOrderByDateInOrdersGrid (line 16) | class AssertOrderByDateInOrdersGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(OrderInjectable $order, OrderIndex $orde... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderCancelMassActionFailMessage.php class AssertOrderCancelMassActionFailMessage (line 17) | class AssertOrderCancelMassActionFailMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(OrderIndex $orderIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderCancelMassActionSuccessMessage.php class AssertOrderCancelMassActionSuccessMessage (line 16) | class AssertOrderCancelMassActionSuccessMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(OrderIndex $orderIndex, $ordersCount) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderCancelSuccessMessage.php class AssertOrderCancelSuccessMessage (line 15) | class AssertOrderCancelSuccessMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderCommentsHistoryNotifyStatus.php class AssertOrderCommentsHistoryNotifyStatus (line 16) | class AssertOrderCommentsHistoryNotifyStatus extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderGrandTotal.php class AssertOrderGrandTotal (line 16) | class AssertOrderGrandTotal extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderGraphImageIsVisible.php class AssertOrderGraphImageIsVisible (line 16) | class AssertOrderGraphImageIsVisible extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderInOrdersGrid.php class AssertOrderInOrdersGrid (line 16) | class AssertOrderInOrdersGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert(OrderInjectable $order, OrderIndex $orde... method assert (line 42) | public function assert(OrderInjectable $order, OrderIndex $orderIndex,... method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderInOrdersGridOnFrontend.php class AssertOrderInOrdersGridOnFrontend (line 19) | class AssertOrderInOrdersGridOnFrontend extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 70) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderItemsPagerDisplayedOnFrontend.php class AssertOrderItemsPagerDisplayedOnFrontend (line 19) | class AssertOrderItemsPagerDisplayedOnFrontend extends AbstractConstraint method processAssert (line 36) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderItemsPagerHiddenOnFrontend.php class AssertOrderItemsPagerHiddenOnFrontend (line 19) | class AssertOrderItemsPagerHiddenOnFrontend extends AbstractConstraint method processAssert (line 36) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderMassOnHoldSuccessMessage.php class AssertOrderMassOnHoldSuccessMessage (line 16) | class AssertOrderMassOnHoldSuccessMessage extends AbstractConstraint method processAssert (line 34) | public function processAssert(OrderIndex $orderIndex, $ordersCount) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderNotInOrdersGrid.php class AssertOrderNotInOrdersGrid (line 17) | class AssertOrderNotInOrdersGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(OrderInjectable $order, OrderIndex $orde... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderNotVisibleOnMyAccount.php class AssertOrderNotVisibleOnMyAccount (line 18) | class AssertOrderNotVisibleOnMyAccount extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderOnHoldFailMessage.php class AssertOrderOnHoldFailMessage (line 16) | class AssertOrderOnHoldFailMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderIndex $orderIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderOnHoldSuccessMessage.php class AssertOrderOnHoldSuccessMessage (line 16) | class AssertOrderOnHoldSuccessMessage extends AbstractConstraint method processAssert (line 39) | public function processAssert(OrderIndex $orderIndex, $ordersCount = n... method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderPaymentInformation.php class AssertOrderPaymentInformation (line 17) | class AssertOrderPaymentInformation extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderReleaseFailMessage.php class AssertOrderReleaseFailMessage (line 16) | class AssertOrderReleaseFailMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderIndex $orderIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderReleaseSuccessMessage.php class AssertOrderReleaseSuccessMessage (line 16) | class AssertOrderReleaseSuccessMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(OrderIndex $orderIndex, $ordersCount) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusDuplicateStatus.php class AssertOrderStatusDuplicateStatus (line 16) | class AssertOrderStatusDuplicateStatus extends AbstractConstraint method processAssert (line 26) | public function processAssert(OrderStatusNew $orderStatusNewPage) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusInGrid.php class AssertOrderStatusInGrid (line 17) | class AssertOrderStatusInGrid extends AbstractConstraint method processAssert (line 34) | public function processAssert( method prepareState (line 59) | protected function prepareState($state) method toString (line 73) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusIsCanceled.php class AssertOrderStatusIsCanceled (line 16) | class AssertOrderStatusIsCanceled extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusIsCorrect.php class AssertOrderStatusIsCorrect (line 16) | class AssertOrderStatusIsCorrect extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusNotAssigned.php class AssertOrderStatusNotAssigned (line 17) | class AssertOrderStatusNotAssigned extends AbstractConstraint method processAssert (line 30) | public function processAssert(OrderStatus $orderStatus, OrderStatusInd... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusSuccessAssignMessage.php class AssertOrderStatusSuccessAssignMessage (line 16) | class AssertOrderStatusSuccessAssignMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderStatusIndex $orderStatusIndexPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusSuccessCreateMessage.php class AssertOrderStatusSuccessCreateMessage (line 16) | class AssertOrderStatusSuccessCreateMessage extends AbstractConstraint method processAssert (line 30) | public function processAssert(OrderStatusIndex $orderStatusIndexPage) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderStatusSuccessUnassignMessage.php class AssertOrderStatusSuccessUnassignMessage (line 16) | class AssertOrderStatusSuccessUnassignMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(OrderStatusIndex $orderStatusIndexPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderSuccessCreateMessage.php class AssertOrderSuccessCreateMessage (line 15) | class AssertOrderSuccessCreateMessage extends AbstractConstraint method processAssert (line 32) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderSuccessVoidedMessage.php class AssertOrderSuccessVoidedMessage (line 15) | class AssertOrderSuccessVoidedMessage extends AbstractConstraint method processAssert (line 32) | public function processAssert(OrderStatusIndex $orderStatusIndexPage) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrderTotalPaid.php class AssertOrderTotalPaid (line 15) | class AssertOrderTotalPaid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertOrdersInOrdersGrid.php class AssertOrdersInOrdersGrid (line 17) | class AssertOrdersInOrdersGrid extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertProductInCustomerShoppingCartOnBackendGrid.php class AssertProductInCustomerShoppingCartOnBackendGrid (line 17) | class AssertProductInCustomerShoppingCartOnBackendGrid extends AbstractC... method processAssert (line 28) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertProductInItemsOrderedGrid.php class AssertProductInItemsOrderedGrid (line 17) | class AssertProductInItemsOrderedGrid extends AbstractAssertForm method processAssert (line 42) | public function processAssert(OrderCreateIndex $orderCreateIndex, arra... method prepareData (line 64) | protected function prepareData(array $data, Items $itemsBlock) method arraySort (line 90) | protected function arraySort(array $fixtureData, array $pageData) method getProductPrice (line 111) | protected function getProductPrice(FixtureInterface $product) method toString (line 123) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertProductQtyDecreased.php class AssertProductQtyDecreased (line 20) | class AssertProductQtyDecreased extends AbstractConstraint method __construct (line 47) | public function __construct( method processAssert (line 64) | public function processAssert( method getProduct (line 84) | protected function getProduct(OrderInjectable $order, $index = 0) method toString (line 101) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertProductQtyDecreasedAfterCreditmemo.php class AssertProductQtyDecreasedAfterCreditmemo (line 20) | class AssertProductQtyDecreasedAfterCreditmemo extends AbstractConstraint method __construct (line 44) | public function __construct( method processAssert (line 61) | public function processAssert( method getProduct (line 83) | protected function getProduct(OrderInjectable $order, array $data, $in... method toString (line 105) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertProductsQtyAfterOrderCancel.php class AssertProductsQtyAfterOrderCancel (line 21) | class AssertProductsQtyAfterOrderCancel extends AbstractConstraint method processAssert (line 47) | public function processAssert( method assertBundleProduct (line 92) | public function assertBundleProduct( method toString (line 124) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundInCommentsHistory.php class AssertRefundInCommentsHistory (line 17) | class AssertRefundInCommentsHistory extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundInCreditMemoTab.php class AssertRefundInCreditMemoTab (line 18) | class AssertRefundInCreditMemoTab extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundInRefundsGrid.php class AssertRefundInRefundsGrid (line 16) | class AssertRefundInRefundsGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CreditMemoIndex $creditMemoIndex, OrderI... method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundNotInRefundsGrid.php class AssertRefundNotInRefundsGrid (line 16) | class AssertRefundNotInRefundsGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(CreditMemoIndex $creditMemoIndex, OrderI... method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundOrderStatusInCommentsHistory.php class AssertRefundOrderStatusInCommentsHistory (line 16) | class AssertRefundOrderStatusInCommentsHistory extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundSuccessCreateMessage.php class AssertRefundSuccessCreateMessage (line 15) | class AssertRefundSuccessCreateMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertRefundedGrandTotalOnFrontend.php class AssertRefundedGrandTotalOnFrontend (line 17) | class AssertRefundedGrandTotalOnFrontend extends AbstractAssertOrderOnFr... method processAssert (line 29) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertReorderButtonIsNotVisibleOnFrontend.php class AssertReorderButtonIsNotVisibleOnFrontend (line 19) | class AssertReorderButtonIsNotVisibleOnFrontend extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 71) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertReorderStatusIsCorrect.php class AssertReorderStatusIsCorrect (line 17) | class AssertReorderStatusIsCorrect extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertSalesPrintOrderBillingAddress.php class AssertSalesPrintOrderBillingAddress (line 16) | class AssertSalesPrintOrderBillingAddress extends AbstractConstraint method processAssert (line 25) | public function processAssert(SalesGuestPrint $salesGuestPrint, Addres... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertSalesPrintOrderGrandTotal.php class AssertSalesPrintOrderGrandTotal (line 15) | class AssertSalesPrintOrderGrandTotal extends AbstractConstraint method processAssert (line 24) | public function processAssert(SalesGuestPrint $salesGuestPrint, array ... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertSalesPrintOrderPaymentMethod.php class AssertSalesPrintOrderPaymentMethod (line 15) | class AssertSalesPrintOrderPaymentMethod extends AbstractConstraint method processAssert (line 24) | public function processAssert(SalesGuestPrint $salesGuestPrint, $payme... method toString (line 37) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertSalesPrintOrderProducts.php class AssertSalesPrintOrderProducts (line 16) | class AssertSalesPrintOrderProducts extends AbstractConstraint method processAssert (line 30) | public function processAssert(SalesGuestPrint $salesGuestPrint, array ... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertTransactionStatus.php class AssertTransactionStatus (line 16) | class AssertTransactionStatus extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertUnholdButton.php class AssertUnholdButton (line 17) | class AssertUnholdButton extends AbstractConstraint method processAssert (line 31) | public function processAssert(OrderIndex $orderIndex, SalesOrderView $... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Constraint/AssertVoidInCommentsHistory.php class AssertVoidInCommentsHistory (line 16) | class AssertVoidInCommentsHistory extends AbstractConstraint method processAssert (line 32) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Fixture/OrderInjectable/BillingAddressId.php class BillingAddressId (line 16) | class BillingAddressId extends DataSource method __construct (line 24) | public function __construct(FixtureFactory $fixtureFactory, array $dat... FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Fixture/OrderInjectable/CouponCode.php class CouponCode (line 16) | class CouponCode extends DataSource method __construct (line 24) | public function __construct(FixtureFactory $fixtureFactory, array $dat... FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Fixture/OrderInjectable/CustomerId.php class CustomerId (line 16) | class CustomerId extends DataSource method __construct (line 24) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getCustomer (line 45) | public function getCustomer() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Fixture/OrderInjectable/EntityId.php class EntityId (line 15) | class EntityId extends DataSource method __construct (line 23) | public function __construct(FixtureFactory $fixtureFactory, array $dat... FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Fixture/OrderInjectable/StoreId.php class StoreId (line 17) | class StoreId extends DataSource method __construct (line 39) | public function __construct(FixtureFactory $fixtureFactory, array $dat... method getStore (line 77) | public function getStore() method getWebsite (line 87) | public function getWebsite() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Handler/OrderInjectable/Curl.php class Curl (line 23) | class Curl extends AbstractCurl implements OrderInjectableInterface method persist (line 73) | public function persist(FixtureInterface $fixture = null) method prepareData (line 87) | protected function prepareData(FixtureInterface $fixture) method prepareCouponCode (line 116) | protected function prepareCouponCode(SalesRule $data) method prepareShippingData (line 127) | protected function prepareShippingData(array $data) method prepareProductsData (line 146) | protected function prepareProductsData(array $data) method prepareConfigurableData (line 168) | protected function prepareConfigurableData(ConfigurableProduct $product) method prepareBundleData (line 196) | protected function prepareBundleData(BundleProduct $product) method prepareDownloadableData (line 241) | protected function prepareDownloadableData(DownloadableProduct $product) method prepareSimpleData (line 258) | protected function prepareSimpleData(FixtureInterface $product) method prepareOrderData (line 269) | protected function prepareOrderData(array $data) method prepareCustomerData (line 300) | protected function prepareCustomerData(array $data) method prepareOrderProductsData (line 316) | protected function prepareOrderProductsData(array $data) method prepareBillingAddress (line 334) | protected function prepareBillingAddress(array $data) method createOrder (line 350) | protected function createOrder(array $data) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Handler/OrderInjectable/OrderInjectableInterface.php type OrderInjectableInterface (line 14) | interface OrderInjectableInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Handler/OrderInjectable/Webapi.php class Webapi (line 21) | class Webapi extends AbstractWebapi implements OrderInjectableInterface method persist (line 65) | public function persist(FixtureInterface $fixture = null) method createQuote (line 92) | protected function createQuote(OrderInjectable $order) method setProducts (line 126) | protected function setProducts(OrderInjectable $order) method setCoupon (line 159) | protected function setCoupon(OrderInjectable $order) method setBillingAddress (line 185) | protected function setBillingAddress(OrderInjectable $order) method setShippingInformation (line 213) | protected function setShippingInformation(OrderInjectable $order) method setPaymentMethod (line 257) | protected function setPaymentMethod(OrderInjectable $order) method placeOrder (line 279) | protected function placeOrder() method prepareConfigurableOptions (line 300) | protected function prepareConfigurableOptions(ConfigurableProduct $pro... method prepareBundleOptions (line 320) | protected function prepareBundleOptions(BundleProduct $product) method prepareDownloadableOptions (line 351) | protected function prepareDownloadableOptions(DownloadableProduct $pro... method prepareWebsiteUrl (line 368) | private function prepareWebsiteUrl(OrderInjectable $order) method getOrderIncrementId (line 385) | private function getOrderIncrementId($orderId) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Handler/OrderStatus/Curl.php class Curl (line 17) | class Curl extends AbstractCurl implements OrderStatusInterface method persist (line 55) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Handler/OrderStatus/OrderStatusInterface.php type OrderStatusInterface (line 14) | interface OrderStatusInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Sales/Test/Page/SalesOrderShipmentNew.php class SalesOrderShipmentNew (line 16) | class SalesOrderShipmentNew extends Page method initUrl (line 35) | protected function initUrl() method getTotalsBlock (line 45) | public function getTotalsBlock() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.php class AssignCustomOrderStatusTest (line 36) | class AssignCustomOrderStatusTest extends Injectable method __prepare (line 90) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 103) | public function __inject( method test (line 122) | public function test( method tearDown (line 165) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.php class CancelCreatedOrderTest (line 31) | class CancelCreatedOrderTest extends Injectable method __inject (line 65) | public function __inject(OrderIndex $orderIndex, SalesOrderView $sales... method test (line 79) | public function test(OrderInjectable $order, TestStepFactory $stepFact... method tearDown (line 104) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CloseOrderTest.php class CloseOrderTest (line 28) | class CloseOrderTest extends Scenario method test (line 41) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.php class CreateCreditMemoEntityTest (line 28) | class CreateCreditMemoEntityTest extends Scenario method test (line 39) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.php class CreateCustomOrderStatusEntityTest (line 26) | class CreateCustomOrderStatusEntityTest extends Injectable method __inject (line 53) | public function __inject(OrderStatusIndex $orderStatusIndexPage, Order... method testCreateOrderStatus (line 65) | public function testCreateOrderStatus(OrderStatus $orderStatus) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.php class CreateInvoiceEntityTest (line 27) | class CreateInvoiceEntityTest extends Scenario method test (line 38) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOnlineCreditMemoTest.php class CreateOnlineCreditMemoTest (line 24) | class CreateOnlineCreditMemoTest extends Scenario method test (line 37) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOnlineInvoiceEntityTest.php class CreateOnlineInvoiceEntityTest (line 38) | class CreateOnlineInvoiceEntityTest extends Scenario method test (line 51) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendPartOneTest.php class CreateOrderBackendPartOneTest (line 33) | class CreateOrderBackendPartOneTest extends Scenario method test (line 45) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.php class CreateOrderBackendTest (line 33) | class CreateOrderBackendTest extends Scenario method test (line 45) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderFromEditCustomerPageTest.php class CreateOrderFromEditCustomerPageTest (line 61) | class CreateOrderFromEditCustomerPageTest extends Injectable method __prepare (line 162) | public function __prepare( method __inject (line 186) | public function __inject( method test (line 219) | public function test( method tearDown (line 322) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/FrontendOrderPagerTest.php class FrontendOrderPagerTest (line 25) | class FrontendOrderPagerTest extends Scenario method test (line 36) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.php class HoldCreatedOrderTest (line 30) | class HoldCreatedOrderTest extends Injectable method __prepare (line 55) | public function __prepare() method __inject (line 70) | public function __inject(OrderIndex $orderIndex, SalesOrderView $sales... method test (line 82) | public function test(OrderInjectable $order) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.php class MassOrdersUpdateTest (line 28) | class MassOrdersUpdateTest extends Injectable method __inject (line 55) | public function __inject(OrderIndex $orderIndex, FixtureFactory $fixtu... method test (line 70) | public function test($steps, $ordersCount, $action, $resultStatuses) method createOrders (line 90) | protected function createOrders($count, $steps) method processSteps (line 112) | protected function processSteps(OrderInjectable $order, $steps) method prepareFilter (line 136) | protected function prepareFilter(array $orders) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.php class MoveLastOrderedProductsOnOrderPageTest (line 32) | class MoveLastOrderedProductsOnOrderPageTest extends Injectable method __inject (line 67) | public function __inject( method test (line 83) | public function test(OrderInjectable $order) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.php class MoveProductsInComparedOnOrderPageTest (line 38) | class MoveProductsInComparedOnOrderPageTest extends Injectable method __prepare (line 100) | public function __prepare(Customer $customer, BrowserInterface $browser) method __inject (line 123) | public function __inject( method test (line 146) | public function test(Customer $customer, $products) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.php class MoveRecentlyComparedProductsOnOrderPageTest (line 42) | class MoveRecentlyComparedProductsOnOrderPageTest extends Injectable method __prepare (line 109) | public function __prepare(Customer $customer, BrowserInterface $browse... method __inject (line 133) | public function __inject( method setUp (line 149) | public function setUp() method test (line 163) | public function test(Customer $customer, $products, $productsIsConfigu... method tearDown (line 190) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.php class MoveRecentlyViewedProductsOnOrderPageTest (line 34) | class MoveRecentlyViewedProductsOnOrderPageTest extends Injectable method __prepare (line 46) | public function __prepare(Customer $customer) method test (line 63) | public function test(Customer $customer, array $products) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.php class MoveShoppingCartProductsOnOrderPageTest (line 37) | class MoveShoppingCartProductsOnOrderPageTest extends Injectable method __prepare (line 91) | public function __prepare(Customer $customer) method __inject (line 109) | public function __inject( method test (line 132) | public function test(Customer $customer, $product) method tearDown (line 166) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.php class PrintOrderFrontendGuestTest (line 32) | class PrintOrderFrontendGuestTest extends Scenario method __prepare (line 58) | public function __prepare( method test (line 71) | public function test() method tearDown (line 82) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.php class ReorderOrderEntityTest (line 27) | class ReorderOrderEntityTest extends Scenario method test (line 40) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.php class UnassignCustomOrderStatusTest (line 27) | class UnassignCustomOrderStatusTest extends Injectable method __inject (line 46) | public function __inject(OrderStatusIndex $orderStatusIndex) method test (line 57) | public function test(OrderStatus $orderStatus) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.php class UpdateCustomOrderStatusTest (line 33) | class UpdateCustomOrderStatusTest extends Injectable method __inject (line 89) | public function __inject( method test (line 109) | public function test( method tearDown (line 155) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/VoidAuthorizationTest.php class VoidAuthorizationTest (line 33) | class VoidAuthorizationTest extends Scenario method test (line 46) | public function test() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/AcceptPaymentStep.php class AcceptPaymentStep (line 16) | class AcceptPaymentStep implements TestStepInterface method __construct (line 33) | public function __construct(OrderIndex $orderIndex, SalesOrderView $sa... method run (line 43) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/AddProductsStep.php class AddProductsStep (line 16) | class AddProductsStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/AddRecentlyViewedProductsToCartStep.php class AddRecentlyViewedProductsToCartStep (line 15) | class AddRecentlyViewedProductsToCartStep implements TestStepInterface method __construct (line 36) | public function __construct(array $products, OrderCreateIndex $orderCr... method run (line 47) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CancelOrderStep.php class CancelOrderStep (line 16) | class CancelOrderStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/ConfigureProductsStep.php class ConfigureProductsStep (line 15) | class ConfigureProductsStep implements TestStepInterface method __construct (line 36) | public function __construct(array $products, OrderCreateIndex $orderCr... method run (line 47) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateCreditMemoStep.php class CreateCreditMemoStep (line 22) | class CreateCreditMemoStep implements TestStepInterface method __construct (line 68) | public function __construct( method run (line 87) | public function run() method getCreditMemoIds (line 119) | protected function getCreditMemoIds() method isTotalsDataChanged (line 131) | private function isTotalsDataChanged(array $data): bool FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateInvoiceStep.php class CreateInvoiceStep (line 22) | class CreateInvoiceStep implements TestStepInterface method __construct (line 92) | public function __construct( method run (line 117) | public function run() method getInvoiceIds (line 153) | protected function getInvoiceIds() method getShipmentIds (line 164) | protected function getShipmentIds() method getItems (line 175) | protected function getItems() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateNewOrderStep.php class CreateNewOrderStep (line 16) | class CreateNewOrderStep implements TestStepInterface method __construct (line 29) | public function __construct(OrderIndex $orderIndex) method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateOnlineCreditMemoStep.php class CreateOnlineCreditMemoStep (line 21) | class CreateOnlineCreditMemoStep implements TestStepInterface method __construct (line 75) | public function __construct( method run (line 96) | public function run() method getCreditMemoIds (line 125) | private function getCreditMemoIds() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateOrderStep.php class CreateOrderStep (line 16) | class CreateOrderStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderInjectable $order, FixtureFactory $fi... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateShipmentStep.php class CreateShipmentStep (line 19) | class CreateShipmentStep implements TestStepInterface method __construct (line 77) | public function __construct( method run (line 98) | public function run() method getShipmentIds (line 124) | public function getShipmentIds() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/DenyPaymentStep.php class DenyPaymentStep (line 16) | class DenyPaymentStep implements TestStepInterface method __construct (line 33) | public function __construct(OrderIndex $orderIndex, SalesOrderView $sa... method run (line 43) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/FillAccountInformationStep.php class FillAccountInformationStep (line 16) | class FillAccountInformationStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderCreateIndex $orderCreateIndex, Custom... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/FillBillingAddressStep.php class FillBillingAddressStep (line 16) | class FillBillingAddressStep implements TestStepInterface method __construct (line 60) | public function __construct( method run (line 79) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/FillShippingAddressStep.php class FillShippingAddressStep (line 16) | class FillShippingAddressStep implements TestStepInterface method __construct (line 36) | public function __construct( method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/GetPaymentUpdateStep.php class GetPaymentUpdateStep (line 16) | class GetPaymentUpdateStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/OnHoldStep.php class OnHoldStep (line 17) | class OnHoldStep implements TestStepInterface method __construct (line 46) | public function __construct(OrderIndex $orderIndex, SalesOrderView $sa... method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/OpenOrderStep.php class OpenOrderStep (line 16) | class OpenOrderStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderInjectable $order, OrderIndex $orderI... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/OpenSalesOrderOnFrontendForGuestStep.php class OpenSalesOrderOnFrontendForGuestStep (line 18) | class OpenSalesOrderOnFrontendForGuestStep implements TestStepInterface method __construct (line 55) | public function __construct( method run (line 72) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/OpenSalesOrdersStep.php class OpenSalesOrdersStep (line 16) | class OpenSalesOrdersStep implements TestStepInterface method __construct (line 29) | public function __construct(OrderIndex $orderIndex) method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/PrintOrderOnFrontendStep.php class PrintOrderOnFrontendStep (line 16) | class PrintOrderOnFrontendStep implements TestStepInterface method __construct (line 37) | public function __construct(SalesGuestView $salesGuestView, BrowserInt... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/ReorderStep.php class ReorderStep (line 16) | class ReorderStep implements TestStepInterface method __construct (line 29) | public function __construct(SalesOrderView $salesOrderView) method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SelectCustomerOrderStep.php class SelectCustomerOrderStep (line 17) | class SelectCustomerOrderStep implements TestStepInterface method __construct (line 38) | public function __construct(OrderCreateIndex $orderCreateIndex, Custom... method run (line 49) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SelectPaymentMethodForOrderStep.php class SelectPaymentMethodForOrderStep (line 16) | class SelectPaymentMethodForOrderStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SelectShippingMethodForOrderStep.php class SelectShippingMethodForOrderStep (line 16) | class SelectShippingMethodForOrderStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderCreateIndex $orderCreateIndex, array ... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SelectStoreStep.php class SelectStoreStep (line 17) | class SelectStoreStep implements TestStepInterface method __construct (line 40) | public function __construct(Store $store, OrderCreateIndex $orderCreat... method run (line 51) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SubmitOrderNegativeStep.php class SubmitOrderNegativeStep (line 15) | class SubmitOrderNegativeStep implements TestStepInterface method __construct (line 28) | public function __construct( method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SubmitOrderStep.php class SubmitOrderStep (line 20) | class SubmitOrderStep implements TestStepInterface method __construct (line 80) | public function __construct( method run (line 103) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/SubmitOrderWithoutAdditionalInfoStep.php class SubmitOrderWithoutAdditionalInfoStep (line 19) | class SubmitOrderWithoutAdditionalInfoStep implements TestStepInterface method __construct (line 71) | public function __construct( method run (line 92) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/UnholdOrderStep.php class UnholdOrderStep (line 17) | class UnholdOrderStep implements TestStepInterface method __construct (line 46) | public function __construct(OrderIndex $orderIndex, SalesOrderView $sa... method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/UpdateProductsDataStep.php class UpdateProductsDataStep (line 16) | class UpdateProductsDataStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderCreateIndex $orderCreateIndex, array ... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/Utils/CompareQtyTrait.php type CompareQtyTrait (line 14) | trait CompareQtyTrait method compare (line 23) | protected function compare(array $products, array $data) FILE: dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/VoidAuthorizationStep.php class VoidAuthorizationStep (line 17) | class VoidAuthorizationStep implements TestStepInterface method __construct (line 45) | public function __construct(OrderInjectable $order, OrderIndex $orderI... method run (line 57) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Grid.php class Grid (line 14) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method getIdOfRow (line 72) | public function getIdOfRow($filter, $isSearchable = true) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Quote/Edit/PromoQuoteForm.php class PromoQuoteForm (line 15) | class PromoQuoteForm extends FormSections method fill (line 46) | public function fill(FixtureInterface $fixture, SimpleElement $element... method prepareData (line 64) | protected function prepareData(array $sections, array $replace) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Quote/Edit/Section/Conditions.php class Conditions (line 14) | class Conditions extends Section method setFieldsData (line 30) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Quote/Edit/Section/Labels.php class Labels (line 14) | class Labels extends Section method setFieldsData (line 28) | public function setFieldsData(array $fields, SimpleElement $element = ... method getFieldsData (line 50) | public function getFieldsData($fields = null, SimpleElement $element =... FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Quote/Edit/Section/ManageCouponCode.php class ManageCouponCode (line 14) | class ManageCouponCode extends Section method generateCouponCodes (line 27) | public function generateCouponCodes() method getGeneratedCouponCode (line 38) | public function getGeneratedCouponCode() method waitForSpinner (line 45) | private function waitForSpinner() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Adminhtml/Promo/Quote/Edit/Section/RuleInformation.php class RuleInformation (line 16) | class RuleInformation extends Section method getFieldsData (line 32) | public function getFieldsData($fields = null, SimpleElement $element =... method isVisibleCustomerGroup (line 50) | public function isVisibleCustomerGroup(CustomerGroup $customerGroup) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Order/Items.php class Items (line 12) | class Items extends \Magento\Sales\Test\Block\Order\Items method getSalesRuleDiscount (line 26) | public function getSalesRuleDiscount() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Block/Order/View.php class View (line 14) | class View extends \Magento\Sales\Test\Block\Order\View method getItemBlock (line 22) | public function getItemBlock($id = null) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleApplying.php class AssertCartPriceRuleApplying (line 26) | abstract class AssertCartPriceRuleApplying extends AbstractConstraint method assert (line 103) | abstract protected function assert(); method processAssert (line 144) | public function processAssert( method login (line 201) | protected function login() method addProductsToCart (line 215) | protected function addProductsToCart(array $productQuantity) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleConditionIsApplied.php class AssertCartPriceRuleConditionIsApplied (line 12) | class AssertCartPriceRuleConditionIsApplied extends AssertCartPriceRuleA... method assert (line 19) | protected function assert() method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleConditionIsNotApplied.php class AssertCartPriceRuleConditionIsNotApplied (line 12) | class AssertCartPriceRuleConditionIsNotApplied extends AssertCartPriceRu... method assert (line 19) | protected function assert() method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleForm.php class AssertCartPriceRuleForm (line 18) | class AssertCartPriceRuleForm extends AbstractConstraint method processAssert (line 42) | public function processAssert( method verify (line 82) | protected function verify(array $fixtureData, array $formData) method toString (line 112) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleFreeShippingIsApplied.php class AssertCartPriceRuleFreeShippingIsApplied (line 12) | class AssertCartPriceRuleFreeShippingIsApplied extends AssertCartPriceRu... method assert (line 21) | protected function assert() method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleIsNotPresentedInGrid.php class AssertCartPriceRuleIsNotPresentedInGrid (line 16) | class AssertCartPriceRuleIsNotPresentedInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(PromoQuoteIndex $promoQuoteIndex, SalesR... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleSuccessDeleteMessage.php class AssertCartPriceRuleSuccessDeleteMessage (line 15) | class AssertCartPriceRuleSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(PromoQuoteIndex $promoQuoteIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleSuccessSaveMessage.php class AssertCartPriceRuleSuccessSaveMessage (line 15) | class AssertCartPriceRuleSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(PromoQuoteIndex $promoQuoteIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertSalesRuleOnPrintOrder.php class AssertSalesRuleOnPrintOrder (line 15) | class AssertSalesRuleOnPrintOrder extends AbstractConstraint method processAssert (line 24) | public function processAssert(SalesGuestPrint $salesGuestPrint, array ... method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Fixture/SalesRule/ConditionsSerialized.php class ConditionsSerialized (line 14) | class ConditionsSerialized extends DataSource method __construct (line 35) | public function __construct(array $params, $data) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Handler/SalesRule/Curl.php class Curl (line 18) | class Curl extends Conditions implements SalesRuleInterface method persist (line 170) | public function persist(FixtureInterface $fixture = null) method prepareData (line 198) | public function prepareData(FixtureInterface $fixture) method prepareWebsites (line 227) | protected function prepareWebsites() method prepareCustomerGroup (line 244) | protected function prepareCustomerGroup() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Handler/SalesRule/SalesRuleInterface.php type SalesRuleInterface (line 14) | interface SalesRuleInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/Handler/SalesRule/Webapi.php class Webapi (line 20) | class Webapi extends AbstractWebapi implements SalesRuleInterface method __construct (line 94) | public function __construct( method persist (line 111) | public function persist(FixtureInterface $fixture = null) method prepareData (line 136) | public function prepareData(FixtureInterface $fixture) method prepareRuleInformation (line 156) | protected function prepareRuleInformation() method prepareConditions (line 167) | protected function prepareConditions() method prepareActions (line 179) | protected function prepareActions() method prepareLabels (line 191) | protected function prepareLabels() method createCoupon (line 210) | protected function createCoupon($ruleId) method convertCondition (line 252) | protected function convertCondition(array $condition, $prefix = '', $i... method prepareExtensionAttributes (line 288) | protected function prepareExtensionAttributes() method filterCondition (line 304) | public function filterCondition($var) FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/ApplySeveralSalesRuleEntityTest.php class ApplySeveralSalesRuleEntityTest (line 27) | class ApplySeveralSalesRuleEntityTest extends Injectable method __inject (line 46) | public function __inject(FixtureFactory $fixtureFactory) method testApplySeveralSalesRules (line 58) | public function testApplySeveralSalesRules( method tearDown (line 82) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityPartOneTest.php class CreateSalesRuleEntityPartOneTest (line 34) | class CreateSalesRuleEntityPartOneTest extends CreateSalesRuleEntityTest FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityPartTwoTest.php class CreateSalesRuleEntityPartTwoTest (line 34) | class CreateSalesRuleEntityPartTwoTest extends CreateSalesRuleEntityTest FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.php class CreateSalesRuleEntityTest (line 34) | class CreateSalesRuleEntityTest extends Injectable method __inject (line 85) | public function __inject( method testCreateSalesRule (line 106) | public function testCreateSalesRule( method prepareCondition (line 157) | protected function prepareCondition(CatalogProductSimple $productSimpl... method tearDown (line 187) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.php class DeleteSalesRuleEntityTest (line 30) | class DeleteSalesRuleEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 71) | public function test(SalesRule $salesRule, CatalogProductSimple $produ... FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/OnePageCheckoutPaymentMethodDataPersistenceWithDiscountTest.php class OnePageCheckoutPaymentMethodDataPersistenceWithDiscountTest (line 11) | class OnePageCheckoutPaymentMethodDataPersistenceWithDiscountTest extend... method test (line 23) | public function test() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/OnePageCheckoutWithDiscountTest.php class OnePageCheckoutWithDiscountTest (line 11) | class OnePageCheckoutWithDiscountTest extends Scenario method test (line 23) | public function test() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/ShoppingCartWithFreeShippingAndFlatRateTest.php class ShoppingCartWithFreeShippingAndFlatRateTest (line 27) | class ShoppingCartWithFreeShippingAndFlatRateTest extends \Magento\Mtf\T... method __inject (line 71) | public function __inject( method testRuleWithFreeShippingAndFlatRate (line 88) | public function testRuleWithFreeShippingAndFlatRate( method tearDown (line 153) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/ShoppingCartWithFreeShippingTest.php class ShoppingCartWithFreeShippingTest (line 22) | class ShoppingCartWithFreeShippingTest extends \Magento\Mtf\TestCase\Inj... method __inject (line 35) | public function __inject( method testRuleWithFreeShippingByWeight (line 49) | public function testRuleWithFreeShippingByWeight( method tearDown (line 73) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.php class UpdateSalesRuleEntityTest (line 30) | class UpdateSalesRuleEntityTest extends Injectable method __prepare (line 70) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 96) | public function __inject( method testUpdateSalesRule (line 111) | public function testUpdateSalesRule( method tearDown (line 134) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/ApplySalesRuleOnBackendStep.php class ApplySalesRuleOnBackendStep (line 16) | class ApplySalesRuleOnBackendStep implements TestStepInterface method __construct (line 37) | public function __construct(OrderCreateIndex $orderCreateIndex, SalesR... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/ApplySalesRuleOnCheckoutStep.php class ApplySalesRuleOnCheckoutStep (line 16) | class ApplySalesRuleOnCheckoutStep implements TestStepInterface method __construct (line 37) | public function __construct(CheckoutOnepage $checkoutOnepage, SalesRul... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/ApplySalesRuleOnFrontendStep.php class ApplySalesRuleOnFrontendStep (line 16) | class ApplySalesRuleOnFrontendStep implements TestStepInterface method __construct (line 37) | public function __construct(CheckoutCart $checkoutCart, SalesRule $sal... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/CreateSalesRuleStep.php class CreateSalesRuleStep (line 15) | class CreateSalesRuleStep implements TestStepInterface method __construct (line 46) | public function __construct(FixtureFactory $fixtureFactory, DeleteAllS... method run (line 58) | public function run() method cleanup (line 78) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/CreateSalesRuleThroughAdminStep.php class CreateSalesRuleThroughAdminStep (line 17) | class CreateSalesRuleThroughAdminStep implements TestStepInterface method __construct (line 37) | public function __construct( method run (line 50) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/DeleteAllSalesRuleStep.php class DeleteAllSalesRuleStep (line 16) | class DeleteAllSalesRuleStep implements TestStepInterface method __construct (line 37) | public function __construct( method run (line 50) | public function run() FILE: dev/tests/functional/tests/app/Magento/SalesRule/Test/TestStep/DeleteSalesRulesStep.php class DeleteSalesRulesStep (line 16) | class DeleteSalesRulesStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 59) | public function run() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Block/Adminhtml/Block/Edit/SynonymGroupForm.php class SynonymGroupForm (line 16) | class SynonymGroupForm extends Form method fill (line 39) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Search/Test/Block/Adminhtml/Block/SynonymGroupGrid.php class SynonymGroupGrid (line 15) | class SynonymGroupGrid extends DataGrid method clickEditLink (line 52) | protected function clickEditLink(SimpleElement $rowItem) FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymGroupDeleteMessage.php class AssertSynonymGroupDeleteMessage (line 15) | class AssertSynonymGroupDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SynonymGroupIndex $synonymGroupIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymGroupInGrid.php class AssertSynonymGroupInGrid (line 16) | class AssertSynonymGroupInGrid extends AbstractConstraint method processAssert (line 33) | public function processAssert( method prepareFilter (line 62) | private function prepareFilter(SynonymGroup $synonymGroup, $synonymFil... method toString (line 81) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymGroupSuccessSaveMessage.php class AssertSynonymGroupSuccessSaveMessage (line 15) | class AssertSynonymGroupSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SynonymGroupIndex $synonymGroupIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymGroupsSearch.php class AssertSynonymGroupsSearch (line 15) | class AssertSynonymGroupsSearch extends AbstractConstraint method processAssert (line 25) | public function processAssert(array $synonymGroups, array $searchQueri... method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymMergeErrorMessage.php class AssertSynonymMergeErrorMessage (line 15) | class AssertSynonymMergeErrorMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SynonymGroupNew $synonymGroupNew) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Constraint/AssertSynonymRestrictedAccess.php class AssertSynonymRestrictedAccess (line 16) | class AssertSynonymRestrictedAccess extends AbstractConstraint method processAssert (line 30) | public function processAssert(Dashboard $dashboard, SynonymGroupIndex ... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Fixture/SynonymGroup/ScopeId.php class ScopeId (line 16) | class ScopeId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStore (line 51) | public function getStore() FILE: dev/tests/functional/tests/app/Magento/Search/Test/Handler/SynonymGroup/Curl.php class Curl (line 17) | class Curl extends AbstractCurl implements SynonymGroupInterface method persist (line 50) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Search/Test/Handler/SynonymGroup/SynonymGroupInterface.php type SynonymGroupInterface (line 14) | interface SynonymGroupInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/AdvancedSearchWithAttributeTest.php class AdvancedSearchWithAttributeTest (line 72) | class AdvancedSearchWithAttributeTest extends Injectable method __inject (line 232) | public function __inject( method test (line 283) | public function test( method tearDown (line 381) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/CreateMultipleSynonymGroupsTest.php class CreateMultipleSynonymGroupsTest (line 20) | class CreateMultipleSynonymGroupsTest extends Injectable method __inject (line 39) | public function __inject( method test (line 51) | public function test(array $synonymGroups) method tearDown (line 69) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/CreateSynonymGroupEntityTest.php class CreateSynonymGroupEntityTest (line 28) | class CreateSynonymGroupEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(SynonymGroup $synonymGroup) FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/DeleteSynonymGroupEntityTest.php class DeleteSynonymGroupEntityTest (line 28) | class DeleteSynonymGroupEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(SynonymGroup $initialSynonymGroup) FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/MergeSynonymGroupEntityTest.php class MergeSynonymGroupEntityTest (line 29) | class MergeSynonymGroupEntityTest extends Injectable method __inject (line 65) | public function __inject( method test (line 82) | public function test(SynonymGroup $initialSynonymGroup, SynonymGroup $... FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestCase/UpdateSynonymGroupEntityTest.php class UpdateSynonymGroupEntityTest (line 29) | class UpdateSynonymGroupEntityTest extends Injectable method __inject (line 65) | public function __inject( method test (line 82) | public function test(SynonymGroup $initialSynonymGroup, SynonymGroup $... FILE: dev/tests/functional/tests/app/Magento/Search/Test/TestStep/DeleteAllSynonymGroupsStep.php class DeleteAllSynonymGroupsStep (line 15) | class DeleteAllSynonymGroupsStep implements TestStepInterface method __construct (line 27) | public function __construct(SynonymGroupIndex $synonymGroupIndex) method run (line 37) | public function run() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Block/Form/ForgotPassword.php class ForgotPassword (line 15) | class ForgotPassword extends Form method submit (line 24) | public function submit() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertCustomerEmailChanged.php class AssertCustomerEmailChanged (line 17) | class AssertCustomerEmailChanged extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 60) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertCustomerIsLocked.php class AssertCustomerIsLocked (line 15) | class AssertCustomerIsLocked extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertCustomerPasswordRequiredClasses.php class AssertCustomerPasswordRequiredClasses (line 16) | class AssertCustomerPasswordRequiredClasses extends AbstractConstraint method processAssert (line 28) | public function processAssert(CustomerAccountCreate $registerPage, Con... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertCustomerResetPasswordFailed.php class AssertCustomerResetPasswordFailed (line 15) | class AssertCustomerResetPasswordFailed extends AbstractConstraint method processAssert (line 27) | public function processAssert(CustomerAccountForgotPassword $customerF... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertDefaultAccountInformation.php class AssertDefaultAccountInformation (line 15) | class AssertDefaultAccountInformation extends AbstractConstraint method processAssert (line 23) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertPasswordIsNotSecureEnoughMessage.php class AssertPasswordIsNotSecureEnoughMessage (line 15) | class AssertPasswordIsNotSecureEnoughMessage extends AbstractConstraint method processAssert (line 24) | public function processAssert(CustomerAccountCreate $registerPage) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertPasswordLengthErrorMessage.php class AssertPasswordLengthErrorMessage (line 15) | class AssertPasswordLengthErrorMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(CustomerAccountCreate $registerPage) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertUserIsLocked.php class AssertUserIsLocked (line 15) | class AssertUserIsLocked extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertUserPasswordResetFailed.php class AssertUserPasswordResetFailed (line 15) | class AssertUserPasswordResetFailed extends AbstractConstraint method processAssert (line 27) | public function processAssert(AdminAuthLogin $adminAuth) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Security/Test/Page/UserAccountForgotPassword.php class UserAccountForgotPassword (line 14) | class UserAccountForgotPassword extends Page method initUrl (line 39) | protected function initUrl() method getMessagesBlock (line 47) | public function getMessagesBlock() method getForgotPasswordForm (line 55) | public function getForgotPasswordForm() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenCreatingNewIntegrationTest.php class LockAdminUserWhenCreatingNewIntegrationTest (line 33) | class LockAdminUserWhenCreatingNewIntegrationTest extends Injectable method __inject (line 74) | public function __inject( method test (line 93) | public function test( method tearDown (line 131) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenCreatingNewRoleTest.php class LockAdminUserWhenCreatingNewRoleTest (line 33) | class LockAdminUserWhenCreatingNewRoleTest extends Injectable method __inject (line 73) | public function __inject( method testLockAdminUser (line 92) | public function testLockAdminUser( method tearDown (line 130) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenCreatingNewUserTest.php class LockAdminUserWhenCreatingNewUserTest (line 32) | class LockAdminUserWhenCreatingNewUserTest extends Injectable method __inject (line 71) | public function __inject( method test (line 90) | public function test( method tearDown (line 127) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenEditingIntegrationTest.php class LockAdminUserWhenEditingIntegrationTest (line 34) | class LockAdminUserWhenEditingIntegrationTest extends Injectable method __inject (line 75) | public function __inject( method test (line 95) | public function test( method tearDown (line 137) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenEditingRoleTest.php class LockAdminUserWhenEditingRoleTest (line 33) | class LockAdminUserWhenEditingRoleTest extends Injectable method __inject (line 76) | public function __inject( method test (line 96) | public function test( method tearDown (line 133) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenEditingUserTest.php class LockAdminUserWhenEditingUserTest (line 31) | class LockAdminUserWhenEditingUserTest extends Injectable method __inject (line 68) | public function __inject( method test (line 87) | public function test( method tearDown (line 126) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockCustomerOnEditPageTest.php class LockCustomerOnEditPageTest (line 35) | class LockCustomerOnEditPageTest extends Injectable method __inject (line 86) | public function __inject( method test (line 107) | public function test( method tearDown (line 143) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockCustomerOnLoginPageTest.php class LockCustomerOnLoginPageTest (line 28) | class LockCustomerOnLoginPageTest extends Injectable method __inject (line 55) | public function __inject( method test (line 71) | public function test( method tearDown (line 104) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/NewCustomerPasswordComplexityTest.php class NewCustomerPasswordComplexityTest (line 24) | class NewCustomerPasswordComplexityTest extends Injectable method __inject (line 52) | public function __inject( method test (line 66) | public function test(Customer $customer) FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/RegisterCustomerEntityWithDifferentPasswordClassesTest.php class RegisterCustomerEntityWithDifferentPasswordClassesTest (line 26) | class RegisterCustomerEntityWithDifferentPasswordClassesTest extends Inj... method __inject (line 62) | public function __inject( method test (line 79) | public function test(Customer $customer, ConfigData $config) method tearDown (line 99) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/ResetCustomerPasswordFailedTest.php class ResetCustomerPasswordFailedTest (line 25) | class ResetCustomerPasswordFailedTest extends Injectable method __inject (line 52) | public function __inject( method test (line 65) | public function test( FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/ResetUserPasswordFailedTest.php class ResetUserPasswordFailedTest (line 26) | class ResetUserPasswordFailedTest extends Injectable method __inject (line 63) | public function __inject( method test (line 78) | public function test( FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerEmailTest.php class SecureChangingCustomerEmailTest (line 29) | class SecureChangingCustomerEmailTest extends Injectable method __inject (line 49) | public function __inject( method test (line 62) | public function test(Customer $initialCustomer, Customer $customer) method tearDown (line 84) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerPasswordTest.php class SecureChangingCustomerPasswordTest (line 29) | class SecureChangingCustomerPasswordTest extends Injectable method __inject (line 49) | public function __inject( method test (line 63) | public function test(Customer $initialCustomer, Customer $customer, $c... method tearDown (line 87) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Authentication.php class Authentication (line 17) | class Authentication extends Form method clickSaveConfig (line 45) | public function clickSaveConfig() method fill (line 58) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/CreateBackup.php class CreateBackup (line 17) | class CreateBackup extends Form method clickNext (line 31) | public function clickNext() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/AbstractGrid.php class AbstractGrid (line 16) | abstract class AbstractGrid extends Block method findExtensionOnGrid (line 52) | public function findExtensionOnGrid(Extension $extension) method isExtensionOnGrid (line 70) | protected function isExtensionOnGrid($name) method clickNextPageButton (line 84) | protected function clickNextPageButton() method selectSeveralExtensions (line 102) | public function selectSeveralExtensions(array $extensions) method selectExtension (line 126) | protected function selectExtension($extensionName) FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/DataOption.php class DataOption (line 15) | class DataOption extends Block method clickNext (line 29) | public function clickNext() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/Grid.php class Grid (line 15) | class Grid extends AbstractGrid method clickInstallButton (line 85) | public function clickInstallButton() method clickUpdateButton (line 95) | public function clickUpdateButton() method clickUninstallButton (line 106) | public function clickUninstallButton(Extension $extension) method getVersion (line 125) | public function getVersion(Extension $extension) method clickUpdateActionButton (line 139) | public function clickUpdateActionButton(Extension $extension) method findExtensionOnGrid (line 155) | public function findExtensionOnGrid(Extension $extension) method clickSelectActionButton (line 181) | protected function clickSelectActionButton(Extension $extension) method waitLoader (line 194) | public function waitLoader() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/InstallGrid.php class InstallGrid (line 15) | class InstallGrid extends AbstractGrid method install (line 44) | public function install(Extension $extension) method clickInstallAll (line 67) | public function clickInstallAll() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/UpdateGrid.php class UpdateGrid (line 16) | class UpdateGrid extends AbstractGrid method clickUpdateAllButton (line 37) | public function clickUpdateAllButton() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/Updater.php class Updater (line 15) | class Updater extends Block method clickStartButton (line 36) | public function clickStartButton() method getMessage (line 46) | public function getMessage() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Home.php class Home (line 15) | class Home extends Block method clickSystemUpgrade (line 41) | public function clickSystemUpgrade() method clickExtensionManager (line 51) | public function clickExtensionManager() method clickModuleManager (line 61) | public function clickModuleManager() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Module/Grid.php class Grid (line 17) | class Grid extends Block method clickNext (line 73) | public function clickNext() method isClickNextAvailable (line 83) | public function isClickNextAvailable() method findModuleByName (line 94) | public function findModuleByName($name) method getModuleByName (line 113) | private function getModuleByName($name) method isModuleEnabled (line 126) | public function isModuleEnabled($name) method disableModule (line 144) | public function disableModule($name) method enableModule (line 159) | public function enableModule($name) FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Module/Status.php class Status (line 16) | class Status extends Block method clickDisable (line 30) | public function clickDisable() method clickEnable (line 40) | public function clickEnable() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/Readiness.php class Readiness (line 16) | class Readiness extends Block method clickReadinessCheck (line 114) | public function clickReadinessCheck() method clickNext (line 125) | public function clickNext() method clickTryAgain (line 135) | public function clickTryAgain() method clickRemoveExtension (line 147) | public function clickRemoveExtension(Extension $extension) method clickRemoveExtensionOnModal (line 159) | public function clickRemoveExtensionOnModal() method getUpdaterApplicationCheck (line 170) | public function getUpdaterApplicationCheck() method getCronScriptCheck (line 180) | public function getCronScriptCheck() method getDependencyCheck (line 190) | public function getDependencyCheck() method isPhpVersionCheckVisible (line 198) | public function isPhpVersionCheckVisible() : bool method getPhpVersionCheck (line 208) | public function getPhpVersionCheck() method getSettingsCheck (line 218) | public function getSettingsCheck() method getPhpExtensionsCheck (line 228) | public function getPhpExtensionsCheck() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SelectVersion.php class SelectVersion (line 18) | class SelectVersion extends Form method clickNext (line 69) | public function clickNext() method fill (line 81) | public function fill(FixtureInterface $fixture, SimpleElement $element... method chooseShowAllVersions (line 94) | private function chooseShowAllVersions() method chooseUpgradeOtherComponents (line 108) | public function chooseUpgradeOtherComponents(array $packages) :void method isComponentsEmpty (line 125) | public function isComponentsEmpty() method getSelectedPackages (line 137) | public function getSelectedPackages() method getOtherComponentsGrid (line 147) | private function getOtherComponentsGrid() : OtherComponentsGrid FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SelectVersion/OtherComponentsGrid.php class OtherComponentsGrid (line 18) | class OtherComponentsGrid extends Block method setVersions (line 41) | public function setVersions(array $packages) : void method getSelectedPackages (line 59) | public function getSelectedPackages() : array method setItemsPerPage (line 70) | public function setItemsPerPage(int $count) : void method getComponentRow (line 81) | private function getComponentRow(ElementInterface $element) : Item FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SelectVersion/OtherComponentsGrid/Item.php class Item (line 16) | class Item extends Block method setVersion (line 37) | public function setVersion(string $version) method getPackageName (line 47) | public function getPackageName() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SuccessMessage.php class SuccessMessage (line 15) | class SuccessMessage extends Block method getUpdaterStatus (line 29) | public function getUpdaterStatus() method getDisableModuleStatus (line 41) | public function getDisableModuleStatus() method clickBackToSetup (line 53) | public function clickBackToSetup() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SystemConfig.php class SystemConfig (line 15) | class SystemConfig extends Block method clickSystemConfig (line 27) | public function clickSystemConfig() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Block/SystemUpgrade.php class SystemUpgrade (line 15) | class SystemUpgrade extends Block method getUpgradeMessage (line 34) | public function getUpgradeMessage() method clickSystemUpgrade (line 44) | public function clickSystemUpgrade() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/AssertApplicationVersion.php class AssertApplicationVersion (line 16) | class AssertApplicationVersion extends AbstractConstraint method processAssert (line 25) | public function processAssert(Dashboard $dashboard, $version) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/AssertSuccessMessage.php class AssertSuccessMessage (line 15) | class AssertSuccessMessage extends AbstractConstraint method processAssert (line 24) | public function processAssert(SetupWizard $setupWizard, $package) method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/AssertSuccessfulReadinessCheck.php class AssertSuccessfulReadinessCheck (line 15) | class AssertSuccessfulReadinessCheck extends AbstractConstraint method processAssert (line 53) | public function processAssert(SetupWizard $setupWizard) method toString (line 94) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/AssertVersionAndEditionCheck.php class AssertVersionAndEditionCheck (line 15) | class AssertVersionAndEditionCheck extends AbstractConstraint method processAssert (line 24) | public function processAssert(SetupWizard $setupWizard, array $upgrade... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertExtensionAndVersionCheck.php class AssertExtensionAndVersionCheck (line 16) | class AssertExtensionAndVersionCheck extends AbstractConstraint method processAssert (line 34) | public function processAssert(SetupWizard $setupWizard, Extension $ext... method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertFindExtensionOnGrid.php class AssertFindExtensionOnGrid (line 16) | class AssertFindExtensionOnGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(AbstractGrid $grid, Extension $extension) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertMultipleExtensionAndVersionCheck.php class AssertMultipleExtensionAndVersionCheck (line 16) | class AssertMultipleExtensionAndVersionCheck extends AbstractConstraint method processAssert (line 26) | public function processAssert(SetupWizard $setupWizard, array $extensi... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertMultipleSuccessMessage.php class AssertMultipleSuccessMessage (line 16) | class AssertMultipleSuccessMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(SetupWizard $setupWizard, array $extensi... method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertSelectSeveralExtensions.php class AssertSelectSeveralExtensions (line 16) | class AssertSelectSeveralExtensions extends AbstractConstraint method processAssert (line 25) | public function processAssert(AbstractGrid $grid, array $extensions) method getExtensionsNames (line 40) | protected function getExtensionsNames(array $extensions) method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertSuccessMessage.php class AssertSuccessMessage (line 16) | class AssertSuccessMessage extends AbstractConstraint method processAssert (line 34) | public function processAssert(SetupWizard $setupWizard, Extension $ext... method toString (line 70) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Extension/AssertVersionOnGrid.php class AssertVersionOnGrid (line 16) | class AssertVersionOnGrid extends AbstractConstraint method processAssert (line 33) | public function processAssert(Grid $grid, Extension $extension, $type) method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Module/AssertModuleInGrid.php class AssertModuleInGrid (line 16) | class AssertModuleInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(SetupWizard $setupWizard, $moduleName) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/Module/AssertSuccessMessage.php class AssertSuccessMessage (line 15) | class AssertSuccessMessage method processAssert (line 25) | public function processAssert(SetupWizard $setupWizard) method toString (line 39) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/AbstractExtensionTest.php class AbstractExtensionTest (line 23) | abstract class AbstractExtensionTest extends Injectable method __inject (line 46) | public function __inject( method repoAuthentication (line 61) | protected function repoAuthentication($needAuthentication, RepoCredent... method readinessCheckAndBackup (line 78) | protected function readinessCheckAndBackup( method readinessCheck (line 93) | protected function readinessCheck(AssertSuccessfulReadinessCheck $asse... method backup (line 106) | protected function backup(BackupOptions $backupOptions) method uninstallExtension (line 122) | protected function uninstallExtension( method installExtension (line 175) | protected function installExtension( FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/EnableDisableModuleTest.php class EnableDisableModuleTest (line 43) | class EnableDisableModuleTest extends Injectable method __inject (line 65) | public function __inject(Dashboard $dashboard, SetupWizard $setupWizard) method test (line 80) | public function test( FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/ExtensionMultipleTest.php class ExtensionMultipleTest (line 24) | class ExtensionMultipleTest extends AbstractExtensionTest method test (line 41) | public function test( FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/ExtensionMultipleUpdateTest.php class ExtensionMultipleUpdateTest (line 23) | class ExtensionMultipleUpdateTest extends AbstractExtensionTest method test (line 41) | public function test( FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/ExtensionTest.php class ExtensionTest (line 21) | class ExtensionTest extends AbstractExtensionTest method test (line 35) | public function test( FILE: dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/UpgradeSystemTest.php class UpgradeSystemTest (line 19) | class UpgradeSystemTest extends Injectable method __inject (line 40) | public function __inject( method test (line 57) | public function test( FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Form.php class Form (line 16) | class Form extends AbstractForm method getItemsBlock (line 37) | protected function getItemsBlock() method getTrackingBlock (line 50) | protected function getTrackingBlock() method fillData (line 65) | public function fillData(array $data, $products = null) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Form/Items.php class Items (line 16) | class Items extends AbstractItemsNewBlock method getItemProductBlock (line 24) | public function getItemProductBlock($productSku) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Form/Items/Product.php class Product (line 12) | class Product extends \Magento\Sales\Test\Block\Adminhtml\Order\Abstract... FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Order/Tracking.php class Tracking (line 17) | class Tracking extends Block method getItemTrackingBlock (line 39) | protected function getItemTrackingBlock($index) method fill (line 53) | public function fill(array $data) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Order/Tracking/Item.php class Item (line 15) | class Item extends Form method fillRow (line 23) | public function fillRow(array $fields) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Order/TrackingInfoTable.php class TrackingInfoTable (line 15) | class TrackingInfoTable extends Block method addTrackingNumber (line 36) | public function addTrackingNumber(array $data) method getTrackingNumberItem (line 49) | private function getTrackingNumberItem() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Shipment/Grid.php class Grid (line 14) | class Grid extends GridInterface FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/View/Items.php class Items (line 15) | class Items extends Grid FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Order/Info.php class Info (line 14) | class Info extends \Magento\Sales\Test\Block\Order\Info method isShippingMethodVisible (line 29) | public function isShippingMethodVisible($shippingMethod) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Order/Shipment.php class Shipment (line 17) | class Shipment extends Block method getItemShipmentBlock (line 39) | public function getItemShipmentBlock($id) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Order/Shipment/Items.php class Items (line 15) | class Items extends Block method getTotalQty (line 29) | public function getTotalQty() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertCityBasedShippingRateChanged.php class AssertCityBasedShippingRateChanged (line 15) | class AssertCityBasedShippingRateChanged extends AbstractConstraint method processAssert (line 25) | public function processAssert(CheckoutOnepage $checkoutOnepage, $shipp... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertNoShipButton.php class AssertNoShipButton (line 17) | class AssertNoShipButton extends AbstractConstraint method processAssert (line 31) | public function processAssert(SalesOrderView $salesOrderView, OrderInd... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipTotalQuantity.php class AssertShipTotalQuantity (line 19) | class AssertShipTotalQuantity extends AbstractAssertOrderOnFrontend method processAssert (line 31) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentInShipmentsGrid.php class AssertShipmentInShipmentsGrid (line 17) | class AssertShipmentInShipmentsGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert(ShipmentIndex $shipmentIndex, OrderInjec... method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentInShipmentsTab.php class AssertShipmentInShipmentsTab (line 17) | class AssertShipmentInShipmentsTab extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentItems.php class AssertShipmentItems (line 19) | class AssertShipmentItems extends AbstractAssertItems method __construct (line 34) | public function __construct( method processAssert (line 52) | public function processAssert( method assert (line 71) | protected function assert( method toString (line 96) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentNotInShipmentsGrid.php class AssertShipmentNotInShipmentsGrid (line 16) | class AssertShipmentNotInShipmentsGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(ShipmentIndex $shipmentIndex, OrderInjec... method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentSuccessCreateMessage.php class AssertShipmentSuccessCreateMessage (line 15) | class AssertShipmentSuccessCreateMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(SalesOrderView $salesOrderView) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShippingMethodOnPrintOrder.php class AssertShippingMethodOnPrintOrder (line 15) | class AssertShippingMethodOnPrintOrder extends AbstractConstraint method processAssert (line 29) | public function processAssert(SalesGuestPrint $salesGuestPrint, $shipp... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertTrackingDetailsIsPresent.php class AssertTrackingDetailsIsPresent (line 18) | class AssertTrackingDetailsIsPresent extends AbstractConstraint method processAssert (line 36) | public function processAssert( method toString (line 80) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Fixture/Method.php class Method (line 17) | class Method extends DataFixture method _initData (line 22) | protected function _initData() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/Repository/Method.php class Method (line 16) | class Method extends AbstractRepository method __construct (line 21) | public function __construct(array $defaultConfig = [], array $defaultD... method _getFreeShipping (line 38) | protected function _getFreeShipping() method _getFlatRate (line 50) | protected function _getFlatRate() method _getDhlEU (line 62) | protected function _getDhlEU() method _getDhlUK (line 74) | protected function _getDhlUK() method _getFedex (line 86) | protected function _getFedex() method _getUps (line 98) | protected function _getUps() method _getUsps (line 110) | protected function _getUsps() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CityBasedShippingRateTest.php class CityBasedShippingRateTest (line 27) | class CityBasedShippingRateTest extends Scenario method test (line 40) | public function test() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.php class CreateShipmentEntityTest (line 29) | class CreateShipmentEntityTest extends Injectable method __prepare (line 41) | public function __prepare() method test (line 56) | public function test(OrderInjectable $order, array $data) FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/SalesShippingReportEntityTest.php class SalesShippingReportEntityTest (line 30) | class SalesShippingReportEntityTest extends Injectable method test (line 44) | public function test(SalesShippingReport $salesShippingReport, OrderIn... FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/TrackingShipmentForPlacedOrderTest.php class TrackingShipmentForPlacedOrderTest (line 34) | class TrackingShipmentForPlacedOrderTest extends Scenario method test (line 46) | public function test() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestStep/AddTrackingNumberStep.php class AddTrackingNumberStep (line 15) | class AddTrackingNumberStep implements TestStepInterface method __construct (line 43) | public function __construct( method run (line 60) | public function run() FILE: dev/tests/functional/tests/app/Magento/Shipping/Test/TestStep/FillShippingAddressesStep.php class FillShippingAddressesStep (line 18) | class FillShippingAddressesStep implements TestStepInterface method __construct (line 62) | public function __construct( method run (line 87) | public function run() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/Adminhtml/Order/Grid.php class Grid (line 13) | class Grid extends DataGrid FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/Adminhtml/Order/View/FraudProtection.php class FraudProtection (line 13) | class FraudProtection extends Block method getCaseGuaranteeDisposition (line 27) | public function getCaseGuaranteeDisposition() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole/CaseInfo.php class CaseInfo (line 13) | class CaseInfo extends Block method isAvailableDeviceData (line 118) | public function isAvailableDeviceData() method getShippingPrice (line 128) | public function getShippingPrice() method flagCase (line 139) | public function flagCase($flagType) method flagCaseAsBad (line 153) | public function flagCaseAsBad() method getGuaranteeDisposition (line 163) | public function getGuaranteeDisposition() method getCvvResponse (line 173) | public function getCvvResponse() method getAvsResponse (line 187) | public function getAvsResponse() method getOrderId (line 201) | public function getOrderId() method getOrderAmount (line 211) | public function getOrderAmount() method getOrderAmountCurrency (line 221) | public function getOrderAmountCurrency() method getCardHolder (line 231) | public function getCardHolder() method getBillingAddress (line 241) | public function getBillingAddress() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole/CaseSearch.php class CaseSearch (line 13) | class CaseSearch extends Form method searchCaseByCustomerName (line 56) | public function searchCaseByCustomerName($customerName) method resetFilters (line 69) | private function resetFilters(): void method waitLoadingSpinner (line 85) | private function waitLoadingSpinner(): void method isAnyCaseVisible (line 95) | public function isAnyCaseVisible(): bool method selectCase (line 105) | public function selectCase() method waitForLoading (line 115) | public function waitForLoading() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole/SignifydLogin.php class SignifydLogin (line 15) | class SignifydLogin extends Form method fill (line 34) | public function fill(FixtureInterface $fixture, SimpleElement $element... method login (line 46) | public function login() method closeNotification (line 57) | private function closeNotification(): void FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole/Webhooks.php class Webhooks (line 15) | class Webhooks extends Block method create (line 83) | public function create($team) method cleanup (line 102) | public function cleanup($team) method getWebhook (line 118) | private function getWebhook($team, $webhookEventName) method deleteWebhook (line 134) | private function deleteWebhook(ElementInterface $webhook) method addWebhook (line 148) | private function addWebhook( method setEvent (line 165) | private function setEvent($webhookEventCode) method setTeam (line 178) | private function setTeam($team) method setUrl (line 192) | private function setUrl($handlerUrl) method submit (line 202) | private function submit() method getHandlerUrl (line 212) | private function getHandlerUrl() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertAwaitingSignifydGuaranteeInCommentsHistory.php class AssertAwaitingSignifydGuaranteeInCommentsHistory (line 16) | class AssertAwaitingSignifydGuaranteeInCommentsHistory extends AbstractC... method processAssert (line 34) | public function processAssert( method toString (line 69) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertCaseInfoOnAdmin.php class AssertCaseInfoOnAdmin (line 16) | class AssertCaseInfoOnAdmin extends AbstractConstraint method processAssert (line 48) | public function processAssert( method checkCaseGuaranteeDisposition (line 69) | private function checkCaseGuaranteeDisposition() method toString (line 81) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertCaseInfoOnSignifydConsole.php class AssertCaseInfoOnSignifydConsole (line 16) | class AssertCaseInfoOnSignifydConsole extends AbstractConstraint method processAssert (line 34) | public function processAssert( method checkDeviceData (line 64) | private function checkDeviceData() method checkShippingPrice (line 78) | private function checkShippingPrice($shippingPrice) method checkGuaranteeDisposition (line 93) | private function checkGuaranteeDisposition($guaranteeDisposition) method checkCvvResponse (line 108) | private function checkCvvResponse($cvvResponse) method checkAvsResponse (line 123) | private function checkAvsResponse($avsResponse) method checkOrderId (line 138) | private function checkOrderId($orderId) method checkOrderAmount (line 153) | private function checkOrderAmount($amount) method checkOrderAmountCurrency (line 168) | private function checkOrderAmountCurrency($currency) method checkCardHolder (line 183) | private function checkCardHolder($customerFullName) method checkBillingAddress (line 198) | private function checkBillingAddress(SignifydAddress $billingAddress) method toString (line 210) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertSignifydCaseInCommentsHistory.php class AssertSignifydCaseInCommentsHistory (line 16) | class AssertSignifydCaseInCommentsHistory extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertSignifydCaseInOrdersGrid.php class AssertSignifydCaseInOrdersGrid (line 15) | class AssertSignifydCaseInOrdersGrid extends AbstractConstraint method processAssert (line 23) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Constraint/AssertSignifydGuaranteeCancelInCommentsHistory.php class AssertSignifydGuaranteeCancelInCommentsHistory (line 16) | class AssertSignifydGuaranteeCancelInCommentsHistory extends AbstractCon... method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/Fixture/SignifydAddress/Firstname.php class Firstname (line 13) | class Firstname extends DataSource method __construct (line 18) | public function __construct($data = '') method getData (line 29) | public function getData($key = null) method generateIsolation (line 42) | private function generateIsolation($length = 10) FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestCase/AcceptPaymentWithSignifydGuaranteeDeclinedTest.php class AcceptPaymentWithSignifydGuaranteeDeclinedTest (line 46) | class AcceptPaymentWithSignifydGuaranteeDeclinedTest extends Scenario method test (line 59) | public function test() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestCase/CreateSignifydGuaranteeAndCancelOrderTest.php class CreateSignifydGuaranteeAndCancelOrderTest (line 45) | class CreateSignifydGuaranteeAndCancelOrderTest extends Scenario method test (line 58) | public function test() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestCase/DenyPaymentWithSignifydGuaranteeDeclinedTest.php class DenyPaymentWithSignifydGuaranteeDeclinedTest (line 46) | class DenyPaymentWithSignifydGuaranteeDeclinedTest extends Scenario method test (line 59) | public function test() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/OpenOrderGridStep.php class OpenOrderGridStep (line 20) | class OpenOrderGridStep implements TestStepInterface method __construct (line 96) | public function __construct( method run (line 123) | public function run() method checkOrdersGrid (line 135) | private function checkOrdersGrid() method checkOrderStatus (line 149) | private function checkOrderStatus() method checkCaseInfo (line 164) | private function checkCaseInfo() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydCancelOrderStep.php class SignifydCancelOrderStep (line 20) | class SignifydCancelOrderStep implements TestStepInterface method __construct (line 56) | public function __construct( method run (line 71) | public function run() method getStepInstance (line 98) | private function getStepInstance($class) FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydCreateCustomerStep.php class SignifydCreateCustomerStep (line 17) | class SignifydCreateCustomerStep implements TestStepInterface method __construct (line 37) | public function __construct( method run (line 50) | public function run() method cleanup (line 58) | public function cleanup() method getStepInstance (line 70) | private function getStepInstance($class) FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydFillShippingAddressStep.php class SignifydFillShippingAddressStep (line 25) | class SignifydFillShippingAddressStep extends FillShippingAddressStep method __construct (line 40) | public function __construct( method run (line 62) | public function run() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydLoginStep.php class SignifydLoginStep (line 16) | class SignifydLoginStep implements TestStepInterface method __construct (line 44) | public function __construct( method run (line 57) | public function run() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydObserveCaseStep.php class SignifydObserveCaseStep (line 20) | class SignifydObserveCaseStep implements TestStepInterface method __construct (line 93) | public function __construct( method run (line 116) | public function run() method cleanup (line 147) | public function cleanup() method getCustomerFullName (line 161) | private function getCustomerFullName(SignifydAddress $billingAddress) FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/SignifydSetWebhookHandlersStep.php class SignifydSetWebhookHandlersStep (line 15) | class SignifydSetWebhookHandlersStep implements TestStepInterface method __construct (line 35) | public function __construct( method run (line 46) | public function run() method cleanup (line 58) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Signifyd/Test/TestStep/UnholdAndCancelOrderStep.php class UnholdAndCancelOrderStep (line 17) | class UnholdAndCancelOrderStep implements TestStepInterface method __construct (line 45) | public function __construct( method run (line 62) | public function run() method getStepInstance (line 77) | private function getStepInstance($class) FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Block/Adminhtml/SitemapGrid.php class SitemapGrid (line 16) | class SitemapGrid extends Grid method getLinkForGoogle (line 61) | public function getLinkForGoogle() method generate (line 71) | public function generate() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Block/Adminhtml/SitemapPageActions.php class SitemapPageActions (line 15) | class SitemapPageActions extends FormPageActions method saveAndGenerate (line 29) | public function saveAndGenerate() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapContent.php class AssertSitemapContent (line 20) | class AssertSitemapContent extends AbstractConstraint method processAssert (line 35) | public function processAssert( method checkContent (line 69) | protected function checkContent($content, $urls) method toString (line 84) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapFailFolderSaveMessage.php class AssertSitemapFailFolderSaveMessage (line 16) | class AssertSitemapFailFolderSaveMessage extends AbstractConstraint method processAssert (line 27) | public function processAssert(SitemapIndex $sitemapPage, Sitemap $site... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapFailPathSaveMessage.php class AssertSitemapFailPathSaveMessage (line 16) | class AssertSitemapFailPathSaveMessage extends AbstractConstraint method processAssert (line 27) | public function processAssert(SitemapIndex $sitemapPage, Sitemap $site... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapInGrid.php class AssertSitemapInGrid (line 16) | class AssertSitemapInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(Sitemap $sitemap, SitemapIndex $sitemapI... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapNotInGrid.php class AssertSitemapNotInGrid (line 16) | class AssertSitemapNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(Sitemap $sitemap, SitemapIndex $sitemapP... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapSubmissionToRobotsTxt.php class AssertSitemapSubmissionToRobotsTxt (line 15) | class AssertSitemapSubmissionToRobotsTxt extends AbstractConstraint method processAssert (line 35) | public function processAssert(BrowserInterface $browser) method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapSuccessDeleteMessage.php class AssertSitemapSuccessDeleteMessage (line 15) | class AssertSitemapSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SitemapIndex $sitemapPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapSuccessGenerateMessage.php class AssertSitemapSuccessGenerateMessage (line 16) | class AssertSitemapSuccessGenerateMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapSuccessSaveAndGenerateMessages.php class AssertSitemapSuccessSaveAndGenerateMessages (line 16) | class AssertSitemapSuccessSaveAndGenerateMessages extends AbstractConstr... method processAssert (line 29) | public function processAssert(SitemapIndex $sitemapIndex, Sitemap $sit... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Constraint/AssertSitemapSuccessSaveMessage.php class AssertSitemapSuccessSaveMessage (line 15) | class AssertSitemapSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SitemapIndex $sitemapPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Handler/Sitemap/Curl.php class Curl (line 20) | class Curl extends AbstractCurl implements SitemapInterface method persist (line 36) | public function persist(FixtureInterface $fixture = null) method getSitemapId (line 59) | protected function getSitemapId(array $data) FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/Handler/Sitemap/SitemapInterface.php type SitemapInterface (line 15) | interface SitemapInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.php class CreateSitemapEntityTest (line 28) | class CreateSitemapEntityTest extends Injectable method __inject (line 50) | public function __inject( method testCreateSitemap (line 61) | public function testCreateSitemap(Sitemap $sitemap) FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.php class DeleteSitemapEntityTest (line 30) | class DeleteSitemapEntityTest extends Injectable method __inject (line 51) | public function __inject( method testDeleteSitemap (line 62) | public function testDeleteSitemap(Sitemap $sitemap) FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/GenerateSitemapEntityTest.php class GenerateSitemapEntityTest (line 38) | class GenerateSitemapEntityTest extends Injectable method __inject (line 81) | public function __inject( method testGenerateSitemap (line 101) | public function testGenerateSitemap( method tearDown (line 134) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/UpdateSitemapEntityTest.php class UpdateSitemapEntityTest (line 34) | class UpdateSitemapEntityTest extends Injectable method __inject (line 54) | public function __inject(SitemapIndex $sitemapIndex) method testUpdateSitemap (line 68) | public function testUpdateSitemap( FILE: dev/tests/functional/tests/app/Magento/Store/Test/Block/Switcher.php class Switcher (line 18) | class Switcher extends Block method selectStoreView (line 40) | public function selectStoreView($name) method getStoreView (line 53) | public function getStoreView() method isStoreViewVisible (line 64) | public function isStoreViewVisible($store) method isStoreViewDropdownVisible (line 80) | public function isStoreViewDropdownVisible() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreBackend.php class AssertStoreBackend (line 17) | class AssertStoreBackend extends AbstractConstraint method processAssert (line 26) | public function processAssert(Store $store, SystemConfig $systemConfig) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreCodeInUrl.php class AssertStoreCodeInUrl (line 16) | class AssertStoreCodeInUrl extends AbstractConstraint method processAssert (line 26) | public function processAssert(CmsIndex $cmsIndex, BrowserInterface $br... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreDisabledErrorSaveMessage.php class AssertStoreDisabledErrorSaveMessage (line 15) | class AssertStoreDisabledErrorSaveMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert(EditStore $editStore) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreForm.php class AssertStoreForm (line 18) | class AssertStoreForm extends AbstractAssertForm method processAssert (line 28) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreFrontend.php class AssertStoreFrontend (line 17) | class AssertStoreFrontend extends AbstractConstraint method processAssert (line 26) | public function processAssert(Store $store, CmsIndex $cmsIndex) method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupForm.php class AssertStoreGroupForm (line 18) | class AssertStoreGroupForm extends AbstractAssertForm method processAssert (line 36) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupInGrid.php class AssertStoreGroupInGrid (line 17) | class AssertStoreGroupInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(StoreIndex $storeIndex, StoreGroup $stor... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupNoDeleteButton.php class AssertStoreGroupNoDeleteButton (line 15) | class AssertStoreGroupNoDeleteButton extends AbstractConstraint method processAssert (line 23) | public function processAssert(NewGroupIndex $newGroupIndex) method toString (line 36) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupNotInGrid.php class AssertStoreGroupNotInGrid (line 17) | class AssertStoreGroupNotInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(StoreIndex $storeIndex, StoreGroup $stor... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupOnStoreViewForm.php class AssertStoreGroupOnStoreViewForm (line 18) | class AssertStoreGroupOnStoreViewForm extends AbstractConstraint method processAssert (line 28) | public function processAssert(StoreIndex $storeIndex, StoreNew $storeN... method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupSuccessDeleteAndBackupMessages.php class AssertStoreGroupSuccessDeleteAndBackupMessages (line 16) | class AssertStoreGroupSuccessDeleteAndBackupMessages extends AbstractCon... method processAssert (line 34) | public function processAssert(StoreIndex $storeIndex) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupSuccessDeleteMessage.php class AssertStoreGroupSuccessDeleteMessage (line 16) | class AssertStoreGroupSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreGroupSuccessSaveMessage.php class AssertStoreGroupSuccessSaveMessage (line 16) | class AssertStoreGroupSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreInGrid.php class AssertStoreInGrid (line 17) | class AssertStoreInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(StoreIndex $storeIndex, Store $store) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreNoDeleteButton.php class AssertStoreNoDeleteButton (line 15) | class AssertStoreNoDeleteButton extends AbstractConstraint method processAssert (line 23) | public function processAssert(StoreNew $storePage) method toString (line 36) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreNotInGrid.php class AssertStoreNotInGrid (line 17) | class AssertStoreNotInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert(StoreIndex $storeIndex, Store $store) method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreNotOnFrontend.php class AssertStoreNotOnFrontend (line 17) | class AssertStoreNotOnFrontend extends AbstractConstraint method processAssert (line 26) | public function processAssert(Store $store, CmsIndex $cmsIndex) method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreSuccessDeleteAndBackupMessages.php class AssertStoreSuccessDeleteAndBackupMessages (line 16) | class AssertStoreSuccessDeleteAndBackupMessages extends AbstractConstraint method processAssert (line 34) | public function processAssert(StoreIndex $storeIndex) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreSuccessDeleteMessage.php class AssertStoreSuccessDeleteMessage (line 16) | class AssertStoreSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertStoreSuccessSaveMessage.php class AssertStoreSuccessSaveMessage (line 16) | class AssertStoreSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteForm.php class AssertWebsiteForm (line 18) | class AssertWebsiteForm extends AbstractAssertForm method processAssert (line 35) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteInGrid.php class AssertWebsiteInGrid (line 17) | class AssertWebsiteInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(StoreIndex $storeIndex, Website $website) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteNotInGrid.php class AssertWebsiteNotInGrid (line 17) | class AssertWebsiteNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(StoreIndex $storeIndex, Website $website) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteOnStoreForm.php class AssertWebsiteOnStoreForm (line 18) | class AssertWebsiteOnStoreForm extends AbstractConstraint method processAssert (line 32) | public function processAssert(StoreIndex $storeIndex, NewGroupIndex $n... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteSuccessDeleteAndBackupMessages.php class AssertWebsiteSuccessDeleteAndBackupMessages (line 16) | class AssertWebsiteSuccessDeleteAndBackupMessages extends AbstractConstr... method processAssert (line 34) | public function processAssert(StoreIndex $storeIndex) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteSuccessDeleteMessage.php class AssertWebsiteSuccessDeleteMessage (line 16) | class AssertWebsiteSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Constraint/AssertWebsiteSuccessSaveMessage.php class AssertWebsiteSuccessSaveMessage (line 16) | class AssertWebsiteSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(StoreIndex $storeIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Fixture/Store/GroupId.php class GroupId (line 16) | class GroupId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStoreGroup (line 64) | public function getStoreGroup() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Fixture/StoreGroup/CategoryId.php class CategoryId (line 16) | class CategoryId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getCategory (line 53) | public function getCategory() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Fixture/StoreGroup/WebsiteId.php class WebsiteId (line 16) | class WebsiteId extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getWebsite (line 53) | public function getWebsite() FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/Store/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements StoreInterface method persist (line 50) | public function persist(FixtureInterface $fixture = null) method prepareData (line 71) | protected function prepareData(FixtureInterface $fixture) method getStoreId (line 91) | protected function getStoreId($name) FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/Store/StoreInterface.php type StoreInterface (line 14) | interface StoreInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/StoreGroup/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements StoreGroupInterface method persist (line 28) | public function persist(FixtureInterface $fixture = null) method getStoreGroupIdByGroupName (line 50) | protected function getStoreGroupIdByGroupName($storeName) method prepareData (line 77) | protected function prepareData(FixtureInterface $fixture) FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/StoreGroup/StoreGroupInterface.php type StoreGroupInterface (line 14) | interface StoreGroupInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/Website/Curl.php class Curl (line 23) | class Curl extends AbstractCurl implements WebsiteInterface method __construct (line 53) | public function __construct( method persist (line 71) | public function persist(FixtureInterface $fixture = null) method getWebSiteIdByWebsiteName (line 104) | protected function getWebSiteIdByWebsiteName($websiteName) method prepareData (line 131) | protected function prepareData(FixtureInterface $fixture) method setConfiguration (line 150) | private function setConfiguration(array $data) FILE: dev/tests/functional/tests/app/Magento/Store/Test/Handler/Website/WebsiteInterface.php type WebsiteInterface (line 14) | interface WebsiteInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/AccessAdminWithStoreCodeInUrlTest.php class AccessAdminWithStoreCodeInUrlTest (line 20) | class AccessAdminWithStoreCodeInUrlTest extends Injectable method __inject (line 46) | public function __inject(TestStepFactory $stepFactory) method test (line 57) | public function test($configData) method tearDown (line 75) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.php class CreateStoreEntityTest (line 33) | class CreateStoreEntityTest extends Injectable method __inject (line 62) | public function __inject(StoreIndex $storeIndex, StoreNew $storeNew) method test (line 74) | public function test(Store $store) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.php class CreateStoreGroupEntityTest (line 28) | class CreateStoreGroupEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(StoreGroup $storeGroup) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.php class CreateWebsiteEntityTest (line 28) | class CreateWebsiteEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(Website $website) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.php class DeleteStoreEntityTest (line 37) | class DeleteStoreEntityTest extends Injectable method __inject (line 81) | public function __inject( method test (line 100) | public function test(Store $store, $createBackup) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.php class DeleteStoreGroupEntityTest (line 38) | class DeleteStoreGroupEntityTest extends Injectable method __inject (line 82) | public function __inject( method test (line 101) | public function test(StoreGroup $storeGroup, $createBackup) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.php class DeleteWebsiteEntityTest (line 38) | class DeleteWebsiteEntityTest extends Injectable method __inject (line 83) | public function __inject( method test (line 102) | public function test(Website $website, $createBackup) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/MoveStoreToOtherGroupSameWebsiteTest.php class MoveStoreToOtherGroupSameWebsiteTest (line 37) | class MoveStoreToOtherGroupSameWebsiteTest extends Injectable method __inject (line 65) | public function __inject(StoreIndex $storeIndex, EditStore $editStore) method test (line 79) | public function test(FixtureFactory $fixtureFactory, Store $storeIniti... FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.php class UpdateStoreEntityTest (line 33) | class UpdateStoreEntityTest extends Injectable method __inject (line 76) | public function __inject( method test (line 93) | public function test(Store $storeInitial, Store $store) method tearDown (line 109) | protected function tearDown() FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.php class UpdateStoreGroupEntityTest (line 33) | class UpdateStoreGroupEntityTest extends Injectable method __inject (line 61) | public function __inject( method test (line 77) | public function test(StoreGroup $storeGroupOrigin, StoreGroup $storeGr... FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.php class UpdateWebsiteEntityTest (line 34) | class UpdateWebsiteEntityTest extends Injectable method __inject (line 70) | public function __inject( method test (line 87) | public function test(Website $websiteOrigin, Website $website) method mergeFixture (line 108) | protected function mergeFixture(Website $website, Website $websiteOrigin) FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestStep/DeleteWebsitesEntityStep.php class DeleteWebsitesEntityStep (line 23) | class DeleteWebsitesEntityStep implements TestStepInterface method __construct (line 82) | public function __construct( method run (line 107) | public function run() FILE: dev/tests/functional/tests/app/Magento/Store/Test/TestStep/RestoreDefaultStoreViewStep.php class RestoreDefaultStoreViewStep (line 15) | class RestoreDefaultStoreViewStep implements TestStepInterface method __construct (line 27) | public function __construct(Store $storeView) method run (line 37) | public function run() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/Constraint/AssertApiInfoTitleOnPage.php class AssertApiInfoTitleOnPage (line 15) | class AssertApiInfoTitleOnPage extends AbstractConstraint method processAssert (line 30) | public function processAssert(SwaggerUiPage $swaggerPage) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/Constraint/AssertEndpointContentDisplay.php class AssertEndpointContentDisplay (line 15) | class AssertEndpointContentDisplay extends AbstractConstraint method processAssert (line 25) | public function processAssert(SwaggerUiPage $swaggerPage, $serviceName... method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/Constraint/AssertServiceContentDisplay.php class AssertServiceContentDisplay (line 15) | class AssertServiceContentDisplay extends AbstractConstraint method processAssert (line 25) | public function processAssert(SwaggerUiPage $swaggerPage, $serviceName... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/Constraint/AssertSwaggerSectionLoadOnPage.php class AssertSwaggerSectionLoadOnPage (line 15) | class AssertSwaggerSectionLoadOnPage extends AbstractConstraint method processAssert (line 30) | public function processAssert(SwaggerUiPage $swaggerPage) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/Page/SwaggerUiPage.php class SwaggerUiPage (line 15) | class SwaggerUiPage method __construct (line 50) | public function __construct(BrowserInterface $browser) method open (line 61) | public function open() method close (line 72) | public function close() method isElementVisible (line 84) | public function isElementVisible($selector, $strategy = Locator::SELEC... method expandServiceContent (line 95) | public function expandServiceContent($serviceName) method closeServiceContent (line 118) | public function closeServiceContent($serviceName) method expandEndpointContent (line 138) | public function expandEndpointContent($serviceName, $endpoint) method closeEndpointContent (line 159) | public function closeEndpointContent($serviceName, $endpoint) method waitForPageToLoad (line 180) | private function waitForPageToLoad() method waitForElementVisible (line 192) | private function waitForElementVisible($selector, $strategy = Locator:... method openSwaggerUrl (line 211) | private function openSwaggerUrl() FILE: dev/tests/functional/tests/app/Magento/Swagger/Test/TestCase/SwaggerUiForRestApiTest.php class SwaggerUiForRestApiTest (line 27) | class SwaggerUiForRestApiTest extends Injectable method __inject (line 61) | public function __inject( method test (line 74) | public function test( method tearDown (line 92) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ListProduct.php class ListProduct (line 16) | class ListProduct extends CatalogListProduct method getProductItem (line 21) | public function getProductItem(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php class ProductItem (line 15) | class ProductItem extends CatalogProductItem method fillData (line 37) | public function fillData(\Magento\ConfigurableProduct\Test\Fixture\Con... method clickOnSwatch (line 66) | private function clickOnSwatch($optionId) method clickAddToCart (line 75) | public function clickAddToCart() method isSwatchesBlockVisible (line 86) | public function isSwatchesBlockVisible() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ViewWithSwatches.php class ViewWithSwatches (line 16) | class ViewWithSwatches extends View method getSwatchAttributesData (line 51) | public function getSwatchAttributesData() method getSwatchAttributeOptionsData (line 75) | private function getSwatchAttributeOptionsData(ElementInterface $swatc... method getSelectedSwatchOptions (line 95) | public function getSelectedSwatchOptions(InjectableFixture $product) FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertProductPriceWithSelectedSwatchOnCategoryPage.php class AssertProductPriceWithSelectedSwatchOnCategoryPage (line 15) | class AssertProductPriceWithSelectedSwatchOnCategoryPage extends Abstrac... method processAssert (line 22) | public function processAssert( method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSelectedSwatchOptionsOnProductPage.php class AssertSelectedSwatchOptionsOnProductPage (line 16) | class AssertSelectedSwatchOptionsOnProductPage extends AssertProductPage method processAssert (line 21) | public function processAssert( method verify (line 42) | protected function verify() method verifySwatches (line 55) | protected function verifySwatches() method convertCheckoutData (line 68) | public function convertCheckoutData(FixtureInterface $product) method toString (line 86) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSwatchOptionsOnProductPage.php class AssertSwatchOptionsOnProductPage (line 18) | class AssertSwatchOptionsOnProductPage extends AbstractConstraint method processAssert (line 25) | public function processAssert( method verifyAttribute (line 55) | private function verifyAttribute(array $expectedAttributeData, array $... method verifyAttributeOptions (line 92) | private function verifyAttributeOptions(array $expectedAttributeData, ... method toString (line 126) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSwatchesAreNotVisibleOnCategoryPage.php class AssertSwatchesAreNotVisibleOnCategoryPage (line 16) | class AssertSwatchesAreNotVisibleOnCategoryPage extends AbstractConstraint method processAssert (line 24) | public function processAssert( method openCategoryPage (line 47) | private function openCategoryPage( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSwatchesAreVisibleOnCategoryPage.php class AssertSwatchesAreVisibleOnCategoryPage (line 16) | class AssertSwatchesAreVisibleOnCategoryPage extends AbstractConstraint method processAssert (line 24) | public function processAssert( method openCategoryPage (line 47) | private function openCategoryPage( method toString (line 62) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Fixture/Cart/Item.php class Item (line 14) | class Item extends ConfigurableCart FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Handler/SwatchProductAttribute/Curl.php class Curl (line 16) | class Curl extends CatalogProductAttributeCurl implements SwatchProductA... method __construct (line 24) | public function __construct(DataInterface $configuration, EventManager... method changeStructureOfTheData (line 35) | protected function changeStructureOfTheData(array $data): array method getSerializeOptions (line 46) | protected function getSerializeOptions(array $data): string FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/Handler/SwatchProductAttribute/SwatchProductAttributeInterface.php type SwatchProductAttributeInterface (line 14) | interface SwatchProductAttributeInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/TestCase/AddConfigurableProductWithSwatchToShoppingCartTest.php class AddConfigurableProductWithSwatchToShoppingCartTest (line 30) | class AddConfigurableProductWithSwatchToShoppingCartTest extends Injectable method __inject (line 53) | public function __inject( method test (line 68) | public function test(ConfigurableProduct $product, $addToCart) FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/TestCase/CheckShowSwatchesInProductListOptionImpactTest.php class CheckShowSwatchesInProductListOptionImpactTest (line 19) | class CheckShowSwatchesInProductListOptionImpactTest extends Injectable method __prepare (line 32) | public function __prepare( method __inject (line 43) | public function __inject( method test (line 55) | public function test($configData) FILE: dev/tests/functional/tests/app/Magento/Swatches/Test/TestStep/AddProductToCartFromCatalogCategoryPageStep.php class AddProductToCartFromCatalogCategoryPageStep (line 19) | class AddProductToCartFromCatalogCategoryPageStep implements TestStepInt... method __construct (line 56) | public function __construct( method run (line 73) | public function run() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rate/Edit/Form.php class Form (line 15) | class Form extends ParentForm FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rate/Edit/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends ParentFormPageActions FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rate/Grid.php class Grid (line 15) | class Grid extends GridInterface FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rate/GridPageActions.php class GridPageActions (line 15) | class GridPageActions extends ParentGridPageActions FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit/Form.php class Form (line 18) | class Form extends FormInterface method fill (line 125) | public function fill(FixtureInterface $fixture, SimpleElement $element... method addNewTaxRates (line 163) | protected function addNewTaxRates($taxRule) method addNewTaxClass (line 215) | protected function addNewTaxClass(array $taxClasses, SimpleElement $el... method setNewTaxClassName (line 233) | protected function setNewTaxClassName(SimpleElement $element, $taxClass) method waitUntilOptionIsVisible (line 261) | protected function waitUntilOptionIsVisible($element, $value) method openAdditionalSettings (line 276) | public function openAdditionalSettings() method clickAddNewButton (line 294) | protected function clickAddNewButton(SimpleElement $element) method waitForTaxRates (line 307) | protected function waitForTaxRates() method getAllTaxRates (line 324) | public function getAllTaxRates() method isTaxRateAvailable (line 339) | public function isTaxRateAvailable($value) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit/TaxRate.php class TaxRate (line 14) | class TaxRate extends FormInterface method saveTaxRate (line 28) | public function saveTaxRate() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Grid.php class Grid (line 15) | class Grid extends GridInterface method isRowVisible (line 62) | public function isRowVisible(array $filter, $isSearchable = false, $is... FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertOrderTaxOnBackend.php class AbstractAssertOrderTaxOnBackend (line 19) | abstract class AbstractAssertOrderTaxOnBackend extends AbstractConstraint method getOrderTotals (line 55) | abstract protected function getOrderTotals($actualPrices); method getInvoiceNewTotals (line 63) | abstract protected function getInvoiceNewTotals($actualPrices); method getCreditMemoNewTotals (line 71) | abstract protected function getCreditMemoNewTotals($actualPrices); method processAssert (line 84) | public function processAssert( method preparePrices (line 144) | protected function preparePrices($prices) method getOrderPrices (line 172) | public function getOrderPrices($actualPrices, InjectableFixture $product) method getInvoiceNewPrices (line 189) | public function getInvoiceNewPrices($actualPrices, InjectableFixture $... method getCreditMemoNewPrices (line 206) | public function getCreditMemoNewPrices($actualPrices, InjectableFixtur... method toString (line 221) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxCalculationAfterCheckout.php class AbstractAssertTaxCalculationAfterCheckout (line 21) | abstract class AbstractAssertTaxCalculationAfterCheckout extends Abstrac... method getReviewTotals (line 50) | abstract protected function getReviewTotals($actualPrices); method getOrderTotals (line 58) | abstract protected function getOrderTotals($actualPrices); method processAssert (line 72) | public function processAssert( method preparePrices (line 121) | protected function preparePrices($prices) method getReviewPrices (line 145) | public function getReviewPrices($actualPrices, InjectableFixture $prod... method getOrderPrices (line 162) | public function getOrderPrices($actualPrices, InjectableFixture $product) method toString (line 177) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPrices.php class AbstractAssertTaxRuleIsAppliedToAllPrices (line 24) | abstract class AbstractAssertTaxRuleIsAppliedToAllPrices extends Abstrac... method getCategoryPrices (line 68) | abstract protected function getCategoryPrices(FixtureInterface $produc... method getProductPagePrices (line 76) | abstract protected function getProductPagePrices($actualPrices); method getTotals (line 84) | abstract protected function getTotals($actualPrices); method processAssert (line 99) | public function processAssert( method openCategory (line 141) | public function openCategory($productCategory) method getCartPrices (line 154) | public function getCartPrices(InjectableFixture $product, $actualPrices) method fillEstimateBlock (line 175) | public function fillEstimateBlock(Address $address, $shipping) method toString (line 186) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxWithCrossBorderApplying.php class AbstractAssertTaxWithCrossBorderApplying (line 21) | abstract class AbstractAssertTaxWithCrossBorderApplying extends Abstract... method assert (line 57) | abstract protected function assert($actualPrices); method processAssert (line 71) | public function processAssert( method getPricesForCustomers (line 94) | protected function getPricesForCustomers(CatalogProductSimple $product... method openCategory (line 117) | protected function openCategory(CatalogProductSimple $product) method getCategoryPrice (line 130) | protected function getCategoryPrice(FixtureInterface $product, $actual... method addToCart (line 148) | protected function addToCart(CatalogProductSimple $product, $actualPri... method getCartPrice (line 165) | protected function getCartPrice(CatalogProductSimple $product, $actual... method loginCustomer (line 183) | protected function loginCustomer($customer) method clearShoppingCart (line 196) | protected function clearShoppingCart() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertOrderTaxOnBackendExcludingIncludingTax.php class AssertOrderTaxOnBackendExcludingIncludingTax (line 12) | class AssertOrderTaxOnBackendExcludingIncludingTax extends AbstractAsser... method getOrderTotals (line 27) | public function getOrderTotals($actualPrices) method getInvoiceNewTotals (line 50) | public function getInvoiceNewTotals($actualPrices) method getCreditMemoNewTotals (line 74) | public function getCreditMemoNewTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertOrderTaxOnBackendExcludingTax.php class AssertOrderTaxOnBackendExcludingTax (line 12) | class AssertOrderTaxOnBackendExcludingTax extends AbstractAssertOrderTax... method getOrderTotals (line 27) | public function getOrderTotals($actualPrices) method getInvoiceNewTotals (line 50) | public function getInvoiceNewTotals($actualPrices) method getCreditMemoNewTotals (line 74) | public function getCreditMemoNewTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertOrderTaxOnBackendIncludingTax.php class AssertOrderTaxOnBackendIncludingTax (line 12) | class AssertOrderTaxOnBackendIncludingTax extends AbstractAssertOrderTax... method getOrderTotals (line 27) | public function getOrderTotals($actualPrices) method getInvoiceNewTotals (line 50) | public function getInvoiceNewTotals($actualPrices) method getCreditMemoNewTotals (line 74) | public function getCreditMemoNewTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingIncludingTax.php class AssertTaxCalculationAfterCheckoutExcludingIncludingTax (line 12) | class AssertTaxCalculationAfterCheckoutExcludingIncludingTax extends method getReviewTotals (line 28) | public function getReviewTotals($actualPrices) method getOrderTotals (line 49) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingTax.php class AssertTaxCalculationAfterCheckoutExcludingTax (line 11) | class AssertTaxCalculationAfterCheckoutExcludingTax extends AbstractAsse... method getReviewTotals (line 26) | public function getReviewTotals($actualPrices) method getOrderTotals (line 47) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutIncludingTax.php class AssertTaxCalculationAfterCheckoutIncludingTax (line 12) | class AssertTaxCalculationAfterCheckoutIncludingTax extends AbstractAsse... method getReviewTotals (line 27) | public function getReviewTotals($actualPrices) method getOrderTotals (line 48) | public function getOrderTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateForm.php class AssertTaxRateForm (line 17) | class AssertTaxRateForm extends AbstractConstraint method processAssert (line 28) | public function processAssert( method prepareData (line 57) | protected function prepareData(TaxRate $taxRate, TaxRate $initialTaxRa... method verifyForm (line 84) | protected function verifyForm(array $formData, array $fixtureData) method toString (line 110) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateInGrid.php class AssertTaxRateInGrid (line 16) | class AssertTaxRateInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateInTaxRule.php class AssertTaxRateInTaxRule (line 17) | class AssertTaxRateInTaxRule extends AbstractConstraint method processAssert (line 27) | public function processAssert(TaxRuleIndex $taxRuleIndex, TaxRuleNew $... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateNotInGrid.php class AssertTaxRateNotInGrid (line 16) | class AssertTaxRateNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateNotInTaxRule.php class AssertTaxRateNotInTaxRule (line 16) | class AssertTaxRateNotInTaxRule extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateSuccessDeleteMessage.php class AssertTaxRateSuccessDeleteMessage (line 15) | class AssertTaxRateSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(TaxRateIndex $taxRateIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRateSuccessSaveMessage.php class AssertTaxRateSuccessSaveMessage (line 15) | class AssertTaxRateSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(TaxRateIndex $taxRateIndexPage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleApplying.php class AssertTaxRuleApplying (line 22) | abstract class AssertTaxRuleApplying extends AbstractConstraint method assert (line 71) | abstract protected function assert(); method processAssert (line 91) | public function processAssert( FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleForm.php class AssertTaxRuleForm (line 17) | class AssertTaxRuleForm extends AbstractConstraint method processAssert (line 27) | public function processAssert( method verifyForm (line 61) | protected function verifyForm(array $formData, array $fixtureData) method toString (line 91) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleInGrid.php class AssertTaxRuleInGrid (line 16) | class AssertTaxRuleInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleIsApplied.php class AssertTaxRuleIsApplied (line 12) | class AssertTaxRuleIsApplied extends AssertTaxRuleApplying method assert (line 19) | protected function assert() method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesExcludingIncludingTax.php class AssertTaxRuleIsAppliedToAllPricesExcludingIncludingTax (line 15) | class AssertTaxRuleIsAppliedToAllPricesExcludingIncludingTax extends method getCategoryPrices (line 32) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 47) | public function getProductPagePrices($actualPrices) method getTotals (line 62) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesExcludingTax.php class AssertTaxRuleIsAppliedToAllPricesExcludingTax (line 15) | class AssertTaxRuleIsAppliedToAllPricesExcludingTax extends AbstractAsse... method getCategoryPrices (line 31) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 46) | public function getProductPagePrices($actualPrices) method getTotals (line 61) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesIncludingTax.php class AssertTaxRuleIsAppliedToAllPricesIncludingTax (line 15) | class AssertTaxRuleIsAppliedToAllPricesIncludingTax extends AbstractAsse... method getCategoryPrices (line 31) | public function getCategoryPrices(FixtureInterface $product, $actualPr... method getProductPagePrices (line 46) | public function getProductPagePrices($actualPrices) method getTotals (line 61) | public function getTotals($actualPrices) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleIsNotApplied.php class AssertTaxRuleIsNotApplied (line 12) | class AssertTaxRuleIsNotApplied extends AssertTaxRuleApplying method assert (line 19) | protected function assert() method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleNotInGrid.php class AssertTaxRuleNotInGrid (line 16) | class AssertTaxRuleNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleSuccessDeleteMessage.php class AssertTaxRuleSuccessDeleteMessage (line 15) | class AssertTaxRuleSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(TaxRuleIndex $taxRuleIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxRuleSuccessSaveMessage.php class AssertTaxRuleSuccessSaveMessage (line 15) | class AssertTaxRuleSuccessSaveMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(TaxRuleIndex $taxRuleIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxWithCrossBorderApplied.php class AssertTaxWithCrossBorderApplied (line 13) | class AssertTaxWithCrossBorderApplied extends AbstractAssertTaxWithCross... method assert (line 21) | public function assert($actualPrices) method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxWithCrossBorderNotApplied.php class AssertTaxWithCrossBorderNotApplied (line 13) | class AssertTaxWithCrossBorderNotApplied extends AbstractAssertTaxWithCr... method assert (line 21) | public function assert($actualPrices) method toString (line 35) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Fixture/TaxRule/TaxClass.php class TaxClass (line 18) | class TaxClass extends DataSource method __construct (line 33) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getFixture (line 52) | public function getFixture() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Fixture/TaxRule/TaxRate.php class TaxRate (line 18) | class TaxRate extends DataSource method __construct (line 33) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getFixture (line 52) | public function getFixture() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/Curl/RemoveTaxRule.php class RemoveTaxRule (line 19) | class RemoveTaxRule extends Curl method persist (line 39) | public function persist(FixtureInterface $fixture = null) method getCurl (line 55) | protected function getCurl($url) method removeTaxRules (line 68) | protected function removeTaxRules($data) method deleteTaxRuleRequest (line 90) | protected function deleteTaxRuleRequest($taxRuleId) method checkMessage (line 106) | protected function checkMessage($data, $taxRuleId) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxClass/Curl.php class Curl (line 17) | class Curl extends AbstractCurl implements TaxClassInterface method persist (line 25) | public function persist(FixtureInterface $fixture = null) method getClassId (line 46) | protected function getClassId($response) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxClass/TaxClassInterface.php type TaxClassInterface (line 14) | interface TaxClassInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxClass/Webapi.php class Webapi (line 16) | class Webapi extends AbstractWebapi implements TaxClassInterface method persist (line 25) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRate/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements TaxRateInterface method persist (line 49) | public function persist(FixtureInterface $fixture = null) method prepareData (line 70) | public function prepareData(TaxRate $taxRate) method getTaxRateId (line 82) | protected function getTaxRateId($response) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRate/TaxRateInterface.php type TaxRateInterface (line 14) | interface TaxRateInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRate/Webapi.php class Webapi (line 20) | class Webapi extends AbstractWebapi implements TaxRateInterface method __construct (line 36) | public function __construct( method persist (line 53) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRule/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements TaxRuleInterface method persist (line 37) | public function persist(FixtureInterface $fixture = null) method prepareData (line 66) | protected function prepareData(TaxRule $fixture) method prepareFieldData (line 85) | public function prepareFieldData(TaxRule $fixture, array $data, $fixtu... FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRule/TaxRuleInterface.php type TaxRuleInterface (line 14) | interface TaxRuleInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Tax/Test/Handler/TaxRule/Webapi.php class Webapi (line 20) | class Webapi extends AbstractWebapi implements TaxRuleInterface method __construct (line 36) | public function __construct( method persist (line 53) | public function persist(FixtureInterface $fixture = null) method prepareData (line 77) | protected function prepareData(TaxRule $fixture) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.php class ApplyTaxBasedOnVatIdTest (line 35) | class ApplyTaxBasedOnVatIdTest extends AbstractApplyVatIdTest method __inject (line 55) | public function __inject(CheckoutCart $checkoutCart) method test (line 71) | public function test( method prepareVatConfiguration (line 131) | private function prepareVatConfiguration($vatConfig) method prepareCustomer (line 160) | private function prepareCustomer($customerGroup) method updateCustomer (line 180) | private function updateCustomer($customerGroup) method tearDown (line 195) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.php class CreateTaxRateEntityTest (line 27) | class CreateTaxRateEntityTest extends Injectable method __inject (line 55) | public function __inject( method testCreateTaxRate (line 69) | public function testCreateTaxRate(TaxRate $taxRate) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.php class CreateTaxRuleEntityTest (line 26) | class CreateTaxRuleEntityTest extends Injectable method __inject (line 55) | public function __inject( method testCreateTaxRule (line 69) | public function testCreateTaxRule(TaxRule $taxRule) method tearDown (line 83) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.php class DeleteTaxRateEntityTest (line 30) | class DeleteTaxRateEntityTest extends Injectable method __inject (line 57) | public function __inject( method testDeleteTaxRate (line 71) | public function testDeleteTaxRate(TaxRate $taxRate) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.php class DeleteTaxRuleEntityTest (line 29) | class DeleteTaxRuleEntityTest extends Injectable method __prepare (line 55) | public function __prepare(Customer $customer) method __inject (line 68) | public function __inject( method testDeleteTaxRule (line 82) | public function testDeleteTaxRule(TaxRule $taxRule) FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.php class TaxCalculationTest (line 30) | class TaxCalculationTest extends Scenario method test (line 41) | public function test() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.php class TaxWithCrossBorderTest (line 36) | class TaxWithCrossBorderTest extends Injectable method __prepare (line 69) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 81) | public function __inject() method createCustomers (line 93) | protected function createCustomers() method test (line 114) | public function test( method tearDown (line 141) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.php class UpdateTaxRateEntityTest (line 32) | class UpdateTaxRateEntityTest extends Injectable method __inject (line 60) | public function __inject( method testUpdateTaxRate (line 75) | public function testUpdateTaxRate( FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.php class UpdateTaxRuleEntityTest (line 31) | class UpdateTaxRuleEntityTest extends Injectable method __prepare (line 57) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 72) | public function __inject(TaxRuleIndex $taxRuleIndexPage, TaxRuleNew $t... method testUpdateTaxRule (line 85) | public function testUpdateTaxRule( method tearDown (line 104) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestStep/CreateTaxRuleStep.php class CreateTaxRuleStep (line 15) | class CreateTaxRuleStep implements TestStepInterface method __construct (line 46) | public function __construct(FixtureFactory $fixtureFactory, DeleteAllT... method run (line 58) | public function run() method cleanup (line 81) | public function cleanup() FILE: dev/tests/functional/tests/app/Magento/Tax/Test/TestStep/DeleteAllTaxRulesStep.php class DeleteAllTaxRulesStep (line 17) | class DeleteAllTaxRulesStep implements TestStepInterface method __construct (line 38) | public function __construct( method run (line 51) | public function run() FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Breadcrumbs.php class Breadcrumbs (line 14) | class Breadcrumbs extends Block method getText (line 28) | public function getText() method getCrumbs (line 38) | public function getCrumbs() FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Footer.php class Footer (line 17) | class Footer extends Block method clickLink (line 68) | public function clickLink($linkName) method isLinkVisible (line 83) | public function isLinkVisible($linkName) method checkVariable (line 94) | public function checkVariable($htmlValue) method selectStoreGroup (line 108) | public function selectStoreGroup(Store $store) method isStoreGroupVisible (line 128) | public function isStoreGroupVisible(Store $store) method isStoreGroupSwitcherVisible (line 143) | public function isStoreGroupSwitcherVisible() method openAdvancedSearch (line 153) | public function openAdvancedSearch() FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Logo.php class Logo (line 14) | class Logo extends Block method clickOnLogo (line 21) | public function clickOnLogo() FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Title.php class Title (line 14) | class Title extends Block method getTitle (line 21) | public function getTitle() FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Topmenu.php class Topmenu (line 16) | class Topmenu extends Block method selectCategoryByName (line 52) | public function selectCategoryByName($categoryName) method hoverCategoryByName (line 72) | public function hoverCategoryByName($categoryName) method isCategoryVisible (line 92) | public function isCategoryVisible($categoryName) method waitLoadTopMenu (line 103) | protected function waitLoadTopMenu($categoryName) method assertNavigationMenuItemsCount (line 128) | public function assertNavigationMenuItemsCount($number) FILE: dev/tests/functional/tests/app/Magento/Theme/Test/Block/Links.php class Links (line 15) | class Links extends Block method expandCustomerMenu (line 57) | protected function expandCustomerMenu() method openCustomerCreateLink (line 67) | public function openCustomerCreateLink() method openLink (line 78) | public function openLink($linkTitle) method isLinkVisible (line 93) | public function isLinkVisible($linkTitle) method waitLinkIsVisible (line 108) | public function waitLinkIsVisible($linkTitle) method getLinkUrl (line 126) | public function getLinkUrl($linkTitle) method waitWelcomeMessage (line 139) | public function waitWelcomeMessage() method getWelcomeText (line 149) | public function getWelcomeText() method isAuthorizationVisible (line 160) | public function isAuthorizationVisible() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/AbstractContainer.php class AbstractContainer (line 15) | abstract class AbstractContainer extends Form method getFieldsData (line 24) | public function getFieldsData($fields = null, SimpleElement $element =... method setFieldsData (line 37) | public function setFieldsData(array $fields, SimpleElement $contextEle... FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/AbstractFormContainers.php class AbstractFormContainers (line 19) | abstract class AbstractFormContainers extends Form method init (line 54) | protected function init() method getContainer (line 67) | protected function getContainer($containerName) method getData (line 94) | public function getData(FixtureInterface $fixture = null, SimpleElemen... method fill (line 127) | public function fill(FixtureInterface $fixture, SimpleElement $element... method getFixtureFieldsByContainers (line 143) | protected function getFixtureFieldsByContainers(InjectableFixture $fix... method fillContainers (line 170) | protected function fillContainers(array $dataByContainers, SimpleEleme... method fillMissedFields (line 191) | protected function fillMissedFields() method getContainerElement (line 226) | protected function getContainerElement($containerName) method openContainer (line 241) | abstract protected function openContainer($containerName); FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/DataGrid.php class DataGrid (line 18) | class DataGrid extends Grid method resetFilter (line 175) | public function resetFilter() method waitFilterToLoad (line 189) | public function waitFilterToLoad() method openFilterBlock (line 207) | protected function openFilterBlock() method clickEditLink (line 230) | protected function clickEditLink(SimpleElement $rowItem) method search (line 241) | public function search(array $filter) method searchAndOpen (line 255) | public function searchAndOpen(array $filter) method searchAndSelect (line 273) | public function searchAndSelect(array $filter) method massaction (line 294) | public function massaction(array $items, $action, $acceptAlert = false... method selectMassAction (line 323) | public function selectMassAction($massActionSelection) method selectAction (line 345) | public function selectAction($action) method selectItems (line 370) | public function selectItems(array $items, $isSortable = true) method sortGridByField (line 404) | public function sortGridByField($field, $sort = "desc") method sortByColumn (line 420) | public function sortByColumn($columnLabel) method getFirstItemId (line 431) | public function getFirstItemId() method getAllIds (line 443) | public function getAllIds() method getColumnValue (line 460) | public function getColumnValue($id, $headerLabel) method fullTextSearch (line 475) | public function fullTextSearch($text) method getRowsData (line 489) | public function getRowsData(array $columns) method getGridHeaderElement (line 510) | private function getGridHeaderElement() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/FormSections.php class FormSections (line 14) | class FormSections extends AbstractFormContainers method getSection (line 37) | public function getSection($sectionName) method openContainer (line 45) | protected function openContainer($sectionName) method openSection (line 57) | public function openSection($sectionName) method isCollapsible (line 78) | public function isCollapsible($sectionName) method getRequireNoticeFields (line 97) | public function getRequireNoticeFields(InjectableFixture $product) method isSectionVisible (line 120) | public function isSectionVisible($sectionName) FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/Modal.php class Modal (line 14) | class Modal extends Block method acceptAlert (line 77) | public function acceptAlert() method acceptWarning (line 88) | public function acceptWarning() method dismissWarning (line 100) | public function dismissWarning() method dismissAlert (line 112) | public function dismissAlert() method closeAlert (line 123) | public function closeAlert() method getAlertText (line 134) | public function getAlertText() method setAlertText (line 146) | public function setAlertText($text) method waitModalWindowToDisappear (line 157) | public function waitModalWindowToDisappear() method dismissIfModalAppears (line 171) | public function dismissIfModalAppears() method waitModalAnimationFinished (line 196) | protected function waitModalAnimationFinished() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/Section.php class Section (line 14) | class Section extends AbstractContainer method getValidationErrors (line 49) | public function getValidationErrors() method isSectionVisible (line 69) | public function isSectionVisible($sectionName) FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Block/Messages.php class Messages (line 15) | class Messages extends Block method waitSuccessMessage (line 57) | public function waitSuccessMessage() method getSuccessMessages (line 67) | public function getSuccessMessages() method getNoticeMessages (line 85) | public function getNoticeMessages() method getSuccessMessage (line 103) | public function getSuccessMessage() method waitForElementVisible (line 117) | public function waitForElementVisible($selector, $strategy = Locator::... method getErrorMessage (line 133) | public function getErrorMessage() method getNoticeMessage (line 145) | public function getNoticeMessage() method getWarningMessage (line 156) | public function getWarningMessage() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Constraint/AssertGridFiltering.php class AssertGridFiltering (line 14) | class AssertGridFiltering extends AbstractConstraint method processAssert (line 21) | public function processAssert(array $filterResults) method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Constraint/AssertGridFullTextSearch.php class AssertGridFullTextSearch (line 14) | class AssertGridFullTextSearch extends AbstractConstraint method processAssert (line 21) | public function processAssert(array $results) method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/Constraint/AssertGridSorting.php class AssertGridSorting (line 15) | class AssertGridSorting extends AbstractConstraint method processAssert (line 22) | public function processAssert(array $sortingResults) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Ui/Test/TestCase/GridFilteringDeletedEntityTest.php class GridFilteringDeletedEntityTest (line 30) | class GridFilteringDeletedEntityTest extends Injectable method __inject (line 58) | public function __inject(PageFactory $pageFactory, FixtureFactory $fix... method test (line 73) | public function test( method createItems (line 118) | private function createItems($fixtureName, $fixtureDataSet) method processSteps (line 130) | private function processSteps(FixtureInterface $item, $steps) FILE: dev/tests/functional/tests/app/Magento/Ui/Test/TestCase/GridFilteringTest.php class GridFilteringTest (line 28) | class GridFilteringTest extends Injectable method __inject (line 57) | public function __inject(PageFactory $pageFactory, FixtureFactory $fix... method test (line 75) | public function test( method getActualIds (line 126) | protected function getActualIds(array $ids, array $items, $idGetter) method createItems (line 144) | protected function createItems($itemsCount, $fixtureName, $fixtureData... method processSteps (line 163) | protected function processSteps(FixtureInterface $item, $steps) FILE: dev/tests/functional/tests/app/Magento/Ui/Test/TestCase/GridFullTextSearchTest.php class GridFullTextSearchTest (line 28) | class GridFullTextSearchTest extends Injectable method __inject (line 57) | public function __inject(PageFactory $pageFactory, FixtureFactory $fix... method test (line 75) | public function test( method getActualIds (line 119) | protected function getActualIds(array $ids, array $items, $idGetter) method createItems (line 137) | protected function createItems($itemsCount, $fixtureName, $fixtureData... method processSteps (line 156) | protected function processSteps(FixtureInterface $item, $steps) FILE: dev/tests/functional/tests/app/Magento/Ui/Test/TestCase/GridSortingTest.php class GridSortingTest (line 28) | class GridSortingTest extends Injectable method __inject (line 56) | public function __inject(PageFactory $pageFactory, FixtureFactory $fix... method test (line 72) | public function test( method createItems (line 113) | protected function createItems($itemsCount, $fixtureName, $fixtureData... method processSteps (line 130) | protected function processSteps(FixtureInterface $item, $steps) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Catalog/Category/Grid.php class Grid (line 14) | class Grid extends ParentGrid FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Catalog/Category/Tree.php class Tree (line 16) | class Tree extends Block method selectCategory (line 31) | public function selectCategory($category) method skipCategorySelection (line 48) | protected function skipCategorySelection() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Catalog/Edit/UrlRewriteForm.php class UrlRewriteForm (line 17) | class UrlRewriteForm extends Form method prepareData (line 25) | protected function prepareData(FixtureInterface $fixture) method fillFields (line 44) | protected function fillFields(array $data, SimpleElement $context) method fill (line 63) | public function fill( FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Catalog/Product/Grid.php class Grid (line 15) | class Grid extends ParentGrid FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Cms/Page/Grid.php class Grid (line 15) | class Grid extends ParentGrid FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Block/Adminhtml/Selector.php class Selector (line 16) | class Selector extends Block method selectType (line 24) | public function selectType($urlrewriteType) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertCategoryUrlWithCustomStoreView.php class AssertCategoryUrlWithCustomStoreView (line 18) | class AssertCategoryUrlWithCustomStoreView extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 58) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertPageByUrlRewriteIsNotFound.php class AssertPageByUrlRewriteIsNotFound (line 18) | class AssertPageByUrlRewriteIsNotFound extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteAfterDeletingCategory.php class AssertUrlRewriteAfterDeletingCategory (line 19) | class AssertUrlRewriteAfterDeletingCategory extends AbstractConstraint method processAssert (line 33) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteCategoryInGrid.php class AssertUrlRewriteCategoryInGrid (line 17) | class AssertUrlRewriteCategoryInGrid extends AbstractConstraint method processAssert (line 51) | public function processAssert( method getCategoryId (line 101) | private function getCategoryId(Category $category, Category $childCate... method rowVisibleAssertion (line 114) | private function rowVisibleAssertion(array $filter) method getNestingPath (line 130) | private function getNestingPath(Category $category, $nestingLevel) method retrieveCategory (line 150) | private function retrieveCategory(Category $category) method getResponse (line 168) | private function getResponse($categoryId) method toString (line 182) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteCategoryNotInGrid.php class AssertUrlRewriteCategoryNotInGrid (line 17) | class AssertUrlRewriteCategoryNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(UrlRewriteIndex $urlRewriteIndex, Catego... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteCategoryRedirect.php class AssertUrlRewriteCategoryRedirect (line 18) | class AssertUrlRewriteCategoryRedirect extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteCustomRedirect.php class AssertUrlRewriteCustomRedirect (line 18) | class AssertUrlRewriteCustomRedirect extends AbstractConstraint method processAssert (line 28) | public function processAssert(UrlRewrite $urlRewrite, BrowserInterface... method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteCustomSearchRedirect.php class AssertUrlRewriteCustomSearchRedirect (line 18) | class AssertUrlRewriteCustomSearchRedirect extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteDeletedMessage.php class AssertUrlRewriteDeletedMessage (line 16) | class AssertUrlRewriteDeletedMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(UrlRewriteIndex $index) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteInGrid.php class AssertUrlRewriteInGrid (line 17) | class AssertUrlRewriteInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(UrlRewriteIndex $urlRewriteIndex, UrlRew... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteNotInGrid.php class AssertUrlRewriteNotInGrid (line 17) | class AssertUrlRewriteNotInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert(UrlRewriteIndex $urlRewriteIndex, UrlRew... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteProductInGrid.php class AssertUrlRewriteProductInGrid (line 18) | class AssertUrlRewriteProductInGrid extends AbstractConstraint method processAssert (line 50) | public function processAssert( method getTargetPath (line 111) | private function getTargetPath(FixtureInterface $product, FixtureInter... method getCategoryId (line 128) | private function getCategoryId(FixtureInterface $product) method retrieveProductBySku (line 146) | public function retrieveProductBySku($sku) method toString (line 160) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteProductNotInGrid.php class AssertUrlRewriteProductNotInGrid (line 16) | class AssertUrlRewriteProductNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(UrlRewriteIndex $urlRewriteIndex, Fixtur... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteProductRedirect.php class AssertUrlRewriteProductRedirect (line 19) | class AssertUrlRewriteProductRedirect extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteRedirectInGrid.php class AssertUrlRewriteRedirectInGrid (line 16) | class AssertUrlRewriteRedirectInGrid extends AbstractConstraint method processAssert (line 35) | public function processAssert( method rowVisibleAssertion (line 58) | private function rowVisibleAssertion(array $filter) method getNestingPath (line 74) | private function getNestingPath(Category $category, $nestingLevel) method toString (line 93) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteSaveMessage.php class AssertUrlRewriteSaveMessage (line 16) | class AssertUrlRewriteSaveMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(UrlRewriteIndex $index) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteSuccessOutsideRedirect.php class AssertUrlRewriteSuccessOutsideRedirect (line 17) | class AssertUrlRewriteSuccessOutsideRedirect extends AbstractConstraint method processAssert (line 27) | public function processAssert(UrlRewrite $urlRewrite, BrowserInterface... method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewriteUpdatedProductInGrid.php class AssertUrlRewriteUpdatedProductInGrid (line 17) | class AssertUrlRewriteUpdatedProductInGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewritesCategoriesInGrid.php class AssertUrlRewritesCategoriesInGrid (line 16) | class AssertUrlRewritesCategoriesInGrid extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 56) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertUrlRewritesRedirectInGrid.php class AssertUrlRewritesRedirectInGrid (line 15) | class AssertUrlRewritesRedirectInGrid extends AbstractConstraint method processAssert (line 27) | public function processAssert( method toString (line 50) | public function toString() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Fixture/UrlRewrite/StoreId.php class StoreId (line 16) | class StoreId extends DataSource method __construct (line 23) | public function __construct(FixtureFactory $fixtureFactory, array $par... FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Fixture/UrlRewrite/TargetPath.php class TargetPath (line 16) | class TargetPath extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getEntity (line 56) | public function getEntity() FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Handler/UrlRewrite/Curl.php class Curl (line 18) | class Curl extends AbstractCurl implements UrlRewriteInterface method persist (line 51) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Handler/UrlRewrite/UrlRewriteInterface.php type UrlRewriteInterface (line 14) | interface UrlRewriteInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CategoryUrlRewriteTest.php class CategoryUrlRewriteTest (line 35) | class CategoryUrlRewriteTest extends Injectable method __inject (line 58) | public function __inject( method test (line 75) | public function test(Store $storeView, Category $childCategory, Catego... FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.php class CreateCategoryRewriteEntityTest (line 33) | class CreateCategoryRewriteEntityTest extends Injectable method __inject (line 62) | public function __inject( method test (line 84) | public function test(UrlRewrite $urlRewrite, Category $category) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCustomUrlRewriteEntityTest.php class CreateCustomUrlRewriteEntityTest (line 32) | class CreateCustomUrlRewriteEntityTest extends Injectable method __inject (line 59) | public function __inject(UrlRewriteIndex $urlRewriteIndex, UrlRewriteE... method test (line 71) | public function test(UrlRewrite $urlRewrite) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.php class CreateProductUrlRewriteEntityTest (line 33) | class CreateProductUrlRewriteEntityTest extends Injectable method __inject (line 61) | public function __inject(UrlRewriteIndex $urlRewriteIndex, UrlRewriteE... method test (line 74) | public function test(CatalogProductSimple $product, UrlRewrite $urlRew... FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductWithSeveralWebsitesUrlRewriteTest.php class CreateProductWithSeveralWebsitesUrlRewriteTest (line 26) | class CreateProductWithSeveralWebsitesUrlRewriteTest extends Injectable method testCreate (line 42) | public function testCreate( FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.php class DeleteCategoryUrlRewriteEntityTest (line 29) | class DeleteCategoryUrlRewriteEntityTest extends Injectable method __inject (line 56) | public function __inject(UrlRewriteIndex $urlRewriteIndex, UrlRewriteE... method test (line 68) | public function test(UrlRewrite $urlRewrite) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.php class DeleteCustomUrlRewriteEntityTest (line 28) | class DeleteCustomUrlRewriteEntityTest extends Injectable method __inject (line 55) | public function __inject(UrlRewriteIndex $urlRewriteIndex, UrlRewriteE... method test (line 67) | public function test(UrlRewrite $urlRewrite) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.php class DeleteProductUrlRewriteEntityTest (line 30) | class DeleteProductUrlRewriteEntityTest extends Injectable method __inject (line 57) | public function __inject( method test (line 71) | public function test(UrlRewrite $productRedirect) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.php class UpdateCategoryUrlRewriteEntityTest (line 32) | class UpdateCategoryUrlRewriteEntityTest extends Injectable method __inject (line 61) | public function __inject( method test (line 89) | public function test(UrlRewrite $categoryRedirect, UrlRewrite $urlRewr... FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.php class UpdateCustomUrlRewriteEntityTest (line 30) | class UpdateCustomUrlRewriteEntityTest extends Injectable method __inject (line 58) | public function __inject(UrlRewriteIndex $urlRewriteIndex, UrlRewriteE... method test (line 71) | public function test(UrlRewrite $initialRewrite, UrlRewrite $urlRewrite) method getReplaceData (line 91) | protected function getReplaceData(UrlRewrite $initialRewrite) FILE: dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.php class UpdateProductUrlRewriteEntityTest (line 31) | class UpdateProductUrlRewriteEntityTest extends Injectable method __inject (line 58) | public function __inject( method test (line 73) | public function test(UrlRewrite $urlRewrite, FixtureFactory $fixtureFa... FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/LockedUsersGrid.php class LockedUsersGrid (line 14) | class LockedUsersGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/Role/PageActions.php class PageActions (line 15) | class PageActions extends FormPageActions FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/Role/RoleForm.php class RoleForm (line 15) | class RoleForm extends FormTabs FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/Role/Tab/Role.php class Role (line 16) | class Role extends Tab method setFieldsData (line 26) | public function setFieldsData(array $fields, SimpleElement $element = ... method getUserGrid (line 41) | public function getUserGrid() FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/Role/Tab/User/Grid.php class Grid (line 15) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/RoleGrid.php class RoleGrid (line 17) | class RoleGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/Edit/Form.php class Form (line 18) | class Form extends FormTabs method openRoleTab (line 32) | public function openRoleTab() method getRolesGrid (line 42) | public function getRolesGrid() FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/Edit/PageActions.php class PageActions (line 15) | class PageActions extends FormPageActions method forceSignIn (line 36) | public function forceSignIn() FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/Edit/Tab/Roles.php class Roles (line 16) | class Roles extends Grid FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/Tab/Role.php class Role (line 16) | class Role extends Tab method setFieldsData (line 26) | public function setFieldsData(array $fields, SimpleElement $element = ... method getRoleGrid (line 36) | public function getRoleGrid() FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/Tab/Role/Grid.php class Grid (line 15) | class Grid extends GridInterface FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/User/UserForm.php class UserForm (line 13) | class UserForm extends FormTabs method getInterfaceLocales (line 27) | public function getInterfaceLocales() FILE: dev/tests/functional/tests/app/Magento/User/Test/Block/Adminhtml/UserGrid.php class UserGrid (line 15) | class UserGrid extends Grid FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertAccessTokensSuccessfullyRevoked.php class AssertAccessTokensSuccessfullyRevoked (line 15) | class AssertAccessTokensSuccessfullyRevoked extends AbstractConstraint method processAssert (line 28) | public function processAssert(UserEdit $userEdit): void method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertImpossibleDeleteYourOwnAccount.php class AssertImpossibleDeleteYourOwnAccount (line 15) | class AssertImpossibleDeleteYourOwnAccount extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserEdit $userEdit) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertImpossibleDeleteYourOwnRole.php class AssertImpossibleDeleteYourOwnRole (line 15) | class AssertImpossibleDeleteYourOwnRole extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserRoleEditRole $rolePage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertIncorrectUserPassword.php class AssertIncorrectUserPassword (line 15) | class AssertIncorrectUserPassword extends AbstractConstraint method processAssert (line 25) | public function processAssert(Dashboard $dashboard) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertRoleInGrid.php class AssertRoleInGrid (line 16) | class AssertRoleInGrid extends AbstractConstraint method processAssert (line 26) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertRoleNotInGrid.php class AssertRoleNotInGrid (line 16) | class AssertRoleNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertRoleSuccessDeleteMessage.php class AssertRoleSuccessDeleteMessage (line 15) | class AssertRoleSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserRoleIndex $rolePage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertRoleSuccessSaveMessage.php class AssertRoleSuccessSaveMessage (line 15) | class AssertRoleSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserRoleIndex $rolePage) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserDuplicateMessage.php class AssertUserDuplicateMessage (line 15) | class AssertUserDuplicateMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserEdit $userEdit) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserFailedLoginByPermissionMessage.php class AssertUserFailedLoginByPermissionMessage (line 16) | class AssertUserFailedLoginByPermissionMessage extends AbstractConstraint method processAssert (line 27) | public function processAssert(AdminAuthLogin $adminAuth, User $customA... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserFailedLoginMessage.php class AssertUserFailedLoginMessage (line 16) | class AssertUserFailedLoginMessage extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserInGrid.php class AssertUserInGrid (line 16) | class AssertUserInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserIndex $userIndex, User $user) method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserInvalidEmailHostnameMessage.php class AssertUserInvalidEmailHostnameMessage (line 16) | class AssertUserInvalidEmailHostnameMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert(UserEdit $userEdit, User $user) method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserInvalidEmailMessage.php class AssertUserInvalidEmailMessage (line 16) | class AssertUserInvalidEmailMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert(UserEdit $userEdit, User $user) method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserNotInGrid.php class AssertUserNotInGrid (line 16) | class AssertUserNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserPasswordChangedSuccessfully.php class AssertUserPasswordChangedSuccessfully (line 15) | class AssertUserPasswordChangedSuccessfully extends AbstractConstraint method processAssert (line 28) | public function processAssert(UserIndex $userIndex) method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserPermissionsOnlyConfigurationIndexPage.php class AssertUserPermissionsOnlyConfigurationIndexPage (line 19) | class AssertUserPermissionsOnlyConfigurationIndexPage extends AbstractCo... method processAssert (line 29) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserRoleRestrictedAccess.php class AssertUserRoleRestrictedAccess (line 18) | class AssertUserRoleRestrictedAccess extends AbstractConstraint method processAssert (line 34) | public function processAssert( method toString (line 59) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserRoleRestrictedAccessWithError.php class AssertUserRoleRestrictedAccessWithError (line 14) | class AssertUserRoleRestrictedAccessWithError extends AssertUserRoleRest... FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserSuccessDeleteMessage.php class AssertUserSuccessDeleteMessage (line 15) | class AssertUserSuccessDeleteMessage extends AbstractConstraint method processAssert (line 29) | public function processAssert(UserIndex $userIndex) method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserSuccessLogOut.php class AssertUserSuccessLogOut (line 16) | class AssertUserSuccessLogOut extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserSuccessLogin.php class AssertUserSuccessLogin (line 17) | class AssertUserSuccessLogin extends AbstractConstraint method processAssert (line 31) | public function processAssert(User $user, Dashboard $dashboard) method toString (line 48) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserSuccessLoginWithError.php class AssertUserSuccessLoginWithError (line 14) | class AssertUserSuccessLoginWithError extends AssertUserSuccessLogin FILE: dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserSuccessSaveMessage.php class AssertUserSuccessSaveMessage (line 15) | class AssertUserSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(UserIndex $userIndex) method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/User/Test/Fixture/Role/InRoleUsers.php class InRoleUsers (line 19) | class InRoleUsers extends DataSource method __construct (line 34) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getAdminUsers (line 55) | public function getAdminUsers() FILE: dev/tests/functional/tests/app/Magento/User/Test/Fixture/User/CurrentPassword.php class CurrentPassword (line 15) | class CurrentPassword implements FixtureInterface method __construct (line 36) | public function __construct(array $params, $data = '') method persist (line 52) | public function persist() method getData (line 65) | public function getData($key = null) method getDataConfig (line 75) | public function getDataConfig() FILE: dev/tests/functional/tests/app/Magento/User/Test/Fixture/User/RoleId.php class RoleId (line 20) | class RoleId extends DataSource method __construct (line 35) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getRole (line 59) | public function getRole() FILE: dev/tests/functional/tests/app/Magento/User/Test/Handler/Role/Curl.php class Curl (line 20) | class Curl extends AbstractCurl implements RoleInterface method __construct (line 34) | public function __construct(DataInterface $configuration, EventManager... method persist (line 50) | public function persist(FixtureInterface $fixture = null) method prepareData (line 78) | protected function prepareData(FixtureInterface $fixture = null) method prepareResourceAccess (line 94) | protected function prepareResourceAccess(array $data) method prepareAssignedUsers (line 112) | protected function prepareAssignedUsers(FixtureInterface $fixture) method prepareAdminScope (line 134) | protected function prepareAdminScope(array $data) FILE: dev/tests/functional/tests/app/Magento/User/Test/Handler/Role/RoleInterface.php type RoleInterface (line 14) | interface RoleInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/User/Test/Handler/User/Curl.php class Curl (line 19) | class Curl extends AbstractCurl implements UserInterface method persist (line 28) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/User/Test/Handler/User/UserInterface.php type UserInterface (line 14) | interface UserInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.php class CreateAdminUserEntityTest (line 29) | class CreateAdminUserEntityTest extends Injectable method __prepare (line 64) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 80) | public function __inject( method test (line 94) | public function test(User $user, User $adminUser, $isDuplicated = null) FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.php class CreateAdminUserRoleEntityTest (line 26) | class CreateAdminUserRoleEntityTest extends Injectable method __inject (line 53) | public function __inject(UserRoleIndex $userRoleIndex, UserRoleEditRol... method testCreateUserRole (line 64) | public function testCreateUserRole(Role $role) FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/CustomAclPermissionTest.php class CustomAclPermissionTest (line 23) | class CustomAclPermissionTest extends Injectable method __inject (line 42) | public function __inject( method test (line 54) | public function test(User $user) FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.php class DeleteAdminUserEntityTest (line 33) | class DeleteAdminUserEntityTest extends Injectable method __prepare (line 65) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 87) | public function __inject( method testDeleteAdminUserEntity (line 107) | public function testDeleteAdminUserEntity( method tearDown (line 135) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.php class DeleteUserRoleEntityTest (line 34) | class DeleteUserRoleEntityTest extends Injectable method __prepare (line 66) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 87) | public function __inject( method testDeleteAdminUserRole (line 107) | public function testDeleteAdminUserRole( method tearDown (line 134) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/LockAdminUserEntityTest.php class LockAdminUserEntityTest (line 31) | class LockAdminUserEntityTest extends Injectable method testUpdateAdminUser (line 49) | public function testUpdateAdminUser( FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.php class RevokeAllAccessTokensForAdminWithoutTokensTest (line 33) | class RevokeAllAccessTokensForAdminWithoutTokensTest extends Injectable method __inject (line 60) | public function __inject( method test (line 74) | public function test(User $user) FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/UnlockAdminUserTest.php class UnlockAdminUserTest (line 31) | class UnlockAdminUserTest extends Injectable method __inject (line 81) | public function __inject( method test (line 103) | public function test( method tearDown (line 141) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.php class UpdateAdminUserEntityTest (line 35) | class UpdateAdminUserEntityTest extends Injectable method __inject (line 101) | public function __inject( method testUpdateAdminUser (line 128) | public function testUpdateAdminUser( method mergeUsers (line 168) | protected function mergeUsers(User $initialUser, User $user) method tearDown (line 187) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.php class UpdateAdminUserRoleEntityTest (line 33) | class UpdateAdminUserRoleEntityTest extends Injectable method __inject (line 68) | public function __inject( method testUpdateAdminUserRolesEntity (line 88) | public function testUpdateAdminUserRolesEntity( method tearDown (line 124) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdatePasswordUserEntityPciRequirementsTest.php class UpdatePasswordUserEntityPciRequirementsTest (line 31) | class UpdatePasswordUserEntityPciRequirementsTest extends Injectable method __inject (line 70) | public function __inject( method test (line 89) | public function test( method tearDown (line 125) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.php class UserLoginAfterChangingPermissionsTest (line 42) | class UserLoginAfterChangingPermissionsTest extends Injectable method __prepare (line 95) | public function __prepare(FixtureFactory $fixtureFactory) method __inject (line 110) | public function __inject( method testLoginAfterChangingPermissions (line 130) | public function testLoginAfterChangingPermissions( FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/CloseErrorAlertStep.php class CloseErrorAlertStep (line 16) | class CloseErrorAlertStep implements TestStepInterface method __construct (line 32) | public function __construct( method run (line 43) | public function run() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/CreateUserStep.php class CreateUserStep (line 14) | class CreateUserStep implements TestStepInterface method __construct (line 26) | public function __construct(User $user) method run (line 36) | public function run() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/LoginUserOnBackendStep.php class LoginUserOnBackendStep (line 18) | class LoginUserOnBackendStep implements TestStepInterface method __construct (line 73) | public function __construct( method run (line 92) | public function run() method login (line 118) | private function login() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/LoginUserOnBackendWithErrorStep.php class LoginUserOnBackendWithErrorStep (line 17) | class LoginUserOnBackendWithErrorStep extends LoginUserOnBackendStep method __construct (line 31) | public function __construct( method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/LogoutUserOnBackendStep.php class LogoutUserOnBackendStep (line 16) | class LogoutUserOnBackendStep implements TestStepInterface method __construct (line 37) | public function __construct(AdminAuthLogin $adminAuth, Dashboard $dash... method run (line 48) | public function run() FILE: dev/tests/functional/tests/app/Magento/User/Test/TestStep/LogoutUserOnBackendWithErrorStep.php class LogoutUserOnBackendWithErrorStep (line 15) | class LogoutUserOnBackendWithErrorStep extends LogoutUserOnBackendStep method __construct (line 22) | public function __construct( method run (line 34) | public function run() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Block/Adminhtml/System/Variable/Edit/VariableForm.php class VariableForm (line 14) | class VariableForm extends Form FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Block/Adminhtml/System/Variable/FormPageActions.php class FormPageActions (line 15) | class FormPageActions extends AbstractFormPageActions method selectStoreView (line 52) | public function selectStoreView($storeName) FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Block/Adminhtml/System/Variable/Grid.php class Grid (line 14) | class Grid extends AbstractGrid FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableForm.php class AssertCustomVariableForm (line 18) | class AssertCustomVariableForm extends AbstractAssertForm method processAssert (line 39) | public function processAssert( method toString (line 85) | public function toString() method arrayCopy (line 97) | private function arrayCopy($sourceArray) FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableInGrid.php class AssertCustomVariableInGrid (line 17) | class AssertCustomVariableInGrid extends AbstractConstraint method processAssert (line 30) | public function processAssert( method toString (line 51) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableInPage.php class AssertCustomVariableInPage (line 19) | class AssertCustomVariableInPage extends AbstractConstraint method processAssert (line 34) | public function processAssert( method getHtmlValue (line 83) | protected function getHtmlValue(SystemVariable $customVariable, System... method checkVariable (line 106) | protected function checkVariable($htmlValue, $pageContent) method toString (line 122) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableNotInCmsPageForm.php class AssertCustomVariableNotInCmsPageForm (line 16) | class AssertCustomVariableNotInCmsPageForm extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableNotInGrid.php class AssertCustomVariableNotInGrid (line 16) | class AssertCustomVariableNotInGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 46) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableRestrictedAccess.php class AssertCustomVariableRestrictedAccess (line 16) | class AssertCustomVariableRestrictedAccess extends AbstractConstraint method processAssert (line 25) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableSuccessDeleteMessage.php class AssertCustomVariableSuccessDeleteMessage (line 15) | class AssertCustomVariableSuccessDeleteMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemVariableIndex $systemVariableIndex... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Constraint/AssertCustomVariableSuccessSaveMessage.php class AssertCustomVariableSuccessSaveMessage (line 15) | class AssertCustomVariableSuccessSaveMessage extends AbstractConstraint method processAssert (line 25) | public function processAssert(SystemVariableIndex $systemVariableIndex... method toString (line 42) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Handler/SystemVariable/Curl.php class Curl (line 17) | class Curl extends AbstractCurl implements SystemVariableInterface method persist (line 26) | public function persist(FixtureInterface $fixture = null) FILE: dev/tests/functional/tests/app/Magento/Variable/Test/Handler/SystemVariable/SystemVariableInterface.php type SystemVariableInterface (line 14) | interface SystemVariableInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.php class CreateCustomVariableEntityTest (line 26) | class CreateCustomVariableEntityTest extends Injectable method __inject (line 54) | public function __inject( method test (line 68) | public function test(SystemVariable $customVariable) FILE: dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.php class DeleteCustomVariableEntityTest (line 28) | class DeleteCustomVariableEntityTest extends Injectable method __inject (line 55) | public function __inject( method test (line 69) | public function test(SystemVariable $systemVariable) FILE: dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.php class UpdateCustomVariableEntityTest (line 36) | class UpdateCustomVariableEntityTest extends Injectable method __inject (line 85) | public function __inject( method test (line 105) | public function test( method tearDown (line 140) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/Block/Onepage/Payment/Method/Vault.php class Vault (line 15) | class Vault extends Method method saveCreditCard (line 38) | public function saveCreditCard($paymentMethod, $creditCardSave) method isVaultVisible (line 50) | public function isVaultVisible($paymentMethod) method isSavedCreditCardPresent (line 62) | public function isSavedCreditCardPresent($creditCard) FILE: dev/tests/functional/tests/app/Magento/Vault/Test/Block/StoredPayments.php class StoredPayments (line 12) | class StoredPayments extends Block method deleteCreditCard (line 33) | public function deleteCreditCard(ElementInterface $creditCard) method deleteStoredPayment (line 44) | public function deleteStoredPayment() method getCreditCards (line 57) | public function getCreditCards() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/Constraint/AssertCreditCardNotPresentOnCheckout.php class AssertCreditCardNotPresentOnCheckout (line 15) | class AssertCreditCardNotPresentOnCheckout extends AbstractConstraint method processAssert (line 23) | public function processAssert( method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/Constraint/AssertSaveCreditCardOptionNotPresent.php class AssertSaveCreditCardOptionNotPresent (line 14) | class AssertSaveCreditCardOptionNotPresent extends AbstractConstraint method processAssert (line 23) | public function processAssert(CheckoutOnepage $checkoutOnepage, $payment) method toString (line 36) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/Constraint/AssertStoredPaymentDeletedMessage.php class AssertStoredPaymentDeletedMessage (line 14) | class AssertStoredPaymentDeletedMessage extends AbstractConstraint method processAssert (line 26) | public function processAssert(StoredPaymentMethods $storedPaymentMethods) method toString (line 40) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestCase/CreateVaultOrderBackendTest.php class CreateVaultOrderBackendTest (line 36) | class CreateVaultOrderBackendTest extends Scenario method test (line 49) | public function test() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestCase/DeleteSavedCreditCardTest.php class DeleteSavedCreditCardTest (line 31) | class DeleteSavedCreditCardTest extends Injectable method __inject (line 52) | public function __inject(CheckoutOnepage $checkoutOnepage) method test (line 71) | public function test( method setupConfiguration (line 128) | private function setupConfiguration($configData) method prepareProducts (line 144) | protected function prepareProducts($productList) method addToCart (line 161) | protected function addToCart(array $products) method proceedToCheckout (line 175) | protected function proceedToCheckout() method createCustomer (line 189) | protected function createCustomer(array $customer) method selectCheckoutMethod (line 206) | protected function selectCheckoutMethod($checkoutMethod, $customer) method fillShippingAddress (line 224) | protected function fillShippingAddress(array $shippingAddress) method fillShippingMethod (line 239) | protected function fillShippingMethod(array $shipping) method selectPaymentMethod (line 256) | protected function selectPaymentMethod(array $payment, array $creditCa... method saveCreditCard (line 278) | protected function saveCreditCard($payment, $creditCardSave) method fillBillingInformation (line 295) | protected function fillBillingInformation() method placeOrder (line 308) | protected function placeOrder() method useSavedCreditCard (line 322) | protected function useSavedCreditCard($payment) method deleteCreditCardFromMyAccount (line 338) | protected function deleteCreditCardFromMyAccount($customer, $creditCard) FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestCase/ReorderUsingVaultTest.php class ReorderUsingVaultTest (line 34) | class ReorderUsingVaultTest extends Scenario method test (line 48) | public function test() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestCase/UseVaultOnCheckoutTest.php class UseVaultOnCheckoutTest (line 37) | class UseVaultOnCheckoutTest extends Scenario method test (line 50) | public function test() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/CheckSaveCreditCardOptionStep.php class CheckSaveCreditCardOptionStep (line 15) | class CheckSaveCreditCardOptionStep implements TestStepInterface method __construct (line 51) | public function __construct( method run (line 68) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/DeleteCreditCardFromMyAccountStep.php class DeleteCreditCardFromMyAccountStep (line 21) | class DeleteCreditCardFromMyAccountStep implements TestStepInterface method __construct (line 73) | public function __construct( method run (line 94) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/DeleteStoredPaymentStep.php class DeleteStoredPaymentStep (line 12) | class DeleteStoredPaymentStep implements TestStepInterface method __construct (line 30) | public function __construct( method run (line 43) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/SaveCreditCardOnBackendStep.php class SaveCreditCardOnBackendStep (line 15) | class SaveCreditCardOnBackendStep implements TestStepInterface method __construct (line 49) | public function __construct( method run (line 64) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/SaveCreditCardStep.php class SaveCreditCardStep (line 14) | class SaveCreditCardStep implements TestStepInterface method __construct (line 43) | public function __construct( method run (line 58) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/SubmitOrderWithVaultStep.php class SubmitOrderWithVaultStep (line 19) | class SubmitOrderWithVaultStep implements TestStepInterface method __construct (line 72) | public function __construct( method run (line 93) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/UseSavedPaymentMethodStep.php class UseSavedPaymentMethodStep (line 15) | class UseSavedPaymentMethodStep implements TestStepInterface method __construct (line 36) | public function __construct(CheckoutOnepage $checkoutOnepage, array $v... method run (line 47) | public function run() FILE: dev/tests/functional/tests/app/Magento/Vault/Test/TestStep/UseVaultPaymentTokenStep.php class UseVaultPaymentTokenStep (line 14) | class UseVaultPaymentTokenStep implements TestStepInterface method __construct (line 30) | public function __construct(OrderCreateIndex $orderCreateIndex, array ... method run (line 39) | public function run() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails/Fpt.php class Fpt (line 14) | class Fpt extends SimpleElement method setValue (line 53) | public function setValue($value) FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Cart.php class Cart (line 16) | class Cart extends \Magento\Checkout\Test\Block\Cart method getCartItem (line 24) | public function getCartItem(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Cart/CartItem.php class CartItem (line 14) | class CartItem extends \Magento\Checkout\Test\Block\Cart\CartItem method getPriceFptBlock (line 36) | public function getPriceFptBlock() method getSubtotalFptBlock (line 49) | public function getSubtotalFptBlock() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Cart/CartItem/Fpt.php class Fpt (line 15) | class Fpt extends Block method getFpt (line 43) | public function getFpt() method getFptTotal (line 57) | public function getFptTotal() method escapeCurrency (line 70) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Cart/Totals.php class Totals (line 14) | class Totals extends \Magento\Checkout\Test\Block\Cart\Totals method getFptBlock (line 28) | public function getFptBlock() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Cart/Totals/Fpt.php class Fpt (line 15) | class Fpt extends Block method getTotalFpt (line 29) | public function getTotalFpt() method escapeCurrency (line 41) | protected function escapeCurrency($price) FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/ListProduct.php class ListProduct (line 16) | class ListProduct extends \Magento\Catalog\Test\Block\Product\ListProduct method getProductItem (line 24) | public function getProductItem(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/Price.php class Price (line 12) | class Price extends \Magento\Catalog\Test\Block\AbstractPriceBlock method getPrice (line 37) | public function getPrice($currency = '$') method getFptPrice (line 48) | public function getFptPrice($currency = '$') method getFinalPrice (line 59) | public function getFinalPrice($currency = '$') FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/ProductList/ProductItem.php class ProductItem (line 14) | class ProductItem extends \Magento\Catalog\Test\Block\Product\ProductLis... method getPriceBlock (line 21) | public function getPriceBlock() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Block/Product/View.php class View (line 12) | class View extends \Magento\Catalog\Test\Block\Category\View method getPriceBlock (line 26) | public function getPriceBlock() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/Constraint/AssertFptApplied.php class AssertFptApplied (line 20) | class AssertFptApplied extends AbstractConstraint method processAssert (line 68) | public function processAssert( method clearShoppingCart (line 98) | protected function clearShoppingCart() method getPrices (line 110) | protected function getPrices(CatalogProductSimple $product) method getCategoryPrice (line 133) | protected function getCategoryPrice(FixtureInterface $product, $actual... method addToCart (line 150) | protected function addToCart(CatalogProductSimple $product, array $act... method getCartPrice (line 172) | protected function getCartPrice(CatalogProductSimple $product, array $... method toString (line 196) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.php class CreateTaxWithFptTest (line 47) | class CreateTaxWithFptTest extends Injectable method __prepare (line 66) | public function __prepare(FixtureFactory $fixtureFactory) method loginCustomer (line 86) | protected function loginCustomer(Customer $customer) method test (line 103) | public function test( method tearDown (line 129) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/ChosenOption.php class ChosenOption (line 15) | class ChosenOption extends SimpleElement method setValue (line 78) | public function setValue($value) method clickSelectButton (line 107) | protected function clickSelectButton() method waitLoader (line 118) | protected function waitLoader() method getClassBlock (line 136) | protected function getClassBlock($class) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/Parameters.php class Parameters (line 17) | class Parameters extends Tab method setFieldsData (line 40) | public function setFieldsData(array $fields, SimpleElement $element = ... method getElementClass (line 59) | private function getElementClass(array $fields) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CatalogCategoryLink.php class CatalogCategoryLink (line 16) | class CatalogCategoryLink extends ParametersForm method selectEntity (line 31) | protected function selectEntity(array $entities) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CatalogCategoryLink/Form.php class Form (line 12) | class Form extends \Magento\Mtf\Block\Form FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CatalogNewProductsList.php class CatalogNewProductsList (line 14) | class CatalogNewProductsList extends ParametersForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CatalogProductLink.php class CatalogProductLink (line 14) | class CatalogProductLink extends ParametersForm method prepareFilter (line 38) | protected function prepareFilter(InjectableFixture $entity) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CatalogProductLink/Grid.php class Grid (line 12) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CmsPageLink.php class CmsPageLink (line 12) | class CmsPageLink extends ParametersForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CmsPageLink/Grid.php class Grid (line 12) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CmsStaticBlock.php class CmsStaticBlock (line 12) | class CmsStaticBlock extends ParametersForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/CmsStaticBlock/Grid.php class Grid (line 12) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/ParametersForm.php class ParametersForm (line 18) | class ParametersForm extends Form method fillForm (line 55) | public function fillForm(array $parametersFields, SimpleElement $eleme... method getDataOptions (line 72) | public function getDataOptions(array $fields = null, SimpleElement $el... method selectEntity (line 85) | protected function selectEntity(array $entities) method prepareFilter (line 106) | protected function prepareFilter(InjectableFixture $entity) method getTemplateBlock (line 116) | public function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/RecentlyComparedProducts.php class RecentlyComparedProducts (line 12) | class RecentlyComparedProducts extends ParametersForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/RecentlyViewedProducts.php class RecentlyViewedProducts (line 12) | class RecentlyViewedProducts extends ParametersForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/Settings.php class Settings (line 17) | class Settings extends Tab method clickContinue (line 31) | protected function clickContinue() method setFieldsData (line 43) | public function setFieldsData(array $fields, SimpleElement $element = ... FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstance.php class WidgetInstance (line 17) | class WidgetInstance extends Tab method setFieldsData (line 48) | public function setFieldsData(array $fields, SimpleElement $element = ... method addLayoutUpdates (line 71) | protected function addLayoutUpdates() method getTemplateBlock (line 81) | protected function getTemplateBlock() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstanceType/Categories.php class Categories (line 16) | class Categories extends WidgetInstanceForm method fillForm (line 25) | public function fillForm(array $parametersFields, SimpleElement $eleme... method selectCategory (line 45) | protected function selectCategory(Category $category, SimpleElement $e... method prepareFullCategoryPath (line 64) | protected function prepareFullCategoryPath(Category $category) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstanceType/GenericPages.php class GenericPages (line 12) | class GenericPages extends WidgetInstanceForm FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstanceType/Product/Grid.php class Grid (line 12) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstanceType/Products.php class Products (line 17) | class Products extends WidgetInstanceForm method fillForm (line 33) | public function fillForm(array $parametersFields, SimpleElement $eleme... method selectEntityInGrid (line 52) | protected function selectEntityInGrid(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/WidgetInstanceType/WidgetInstanceForm.php class WidgetInstanceForm (line 16) | class WidgetInstanceForm extends Form method fillForm (line 60) | public function fillForm(array $layoutFields, SimpleElement $element =... method getDataOptions (line 77) | public function getDataOptions(array $fields = null, SimpleElement $el... method getTemplateBlock (line 89) | protected function getTemplateBlock() method clickOnElement (line 106) | protected function clickOnElement( FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/WidgetForm.php class WidgetForm (line 16) | class WidgetForm extends FormTabs method fill (line 25) | public function fill(FixtureInterface $fixture, SimpleElement $element... FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/WidgetGrid.php class WidgetGrid (line 15) | class WidgetGrid extends AbstractGrid method getThemeIdValues (line 58) | public function getThemeIdValues() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/WidgetForm.php class WidgetForm (line 15) | class WidgetForm extends Form method addWidget (line 44) | public function addWidget($widget) method selectWidgetType (line 58) | protected function selectWidgetType($type) method insertWidget (line 69) | protected function insertWidget() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Block/WidgetView.php class WidgetView (line 16) | class WidgetView extends Block method isWidgetVisible (line 40) | public function isWidgetVisible(Widget $widget, $widgetText) method clickToWidget (line 69) | public function clickToWidget(Widget $widget, $widgetText) method getWidgetType (line 92) | protected function getWidgetType(Widget $widget) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertProductInCatalogNewProductsList.php class AssertProductInCatalogNewProductsList (line 19) | class AssertProductInCatalogNewProductsList extends AbstractConstraint method processAssert (line 38) | public function processAssert( method toString (line 68) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertThemeFilterValuesOnWidgetGrid.php class AssertThemeFilterValuesOnWidgetGrid (line 16) | class AssertThemeFilterValuesOnWidgetGrid extends AbstractConstraint method processAssert (line 25) | public function processAssert(array $widgets, WidgetInstanceIndex $wid... method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetAbsentOnFrontendHome.php class AssertWidgetAbsentOnFrontendHome (line 17) | class AssertWidgetAbsentOnFrontendHome extends AbstractConstraint method processAssert (line 28) | public function processAssert( method toString (line 52) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetCatalogCategoryLink.php class AssertWidgetCatalogCategoryLink (line 19) | class AssertWidgetCatalogCategoryLink extends AbstractConstraint method processAssert (line 35) | public function processAssert( method toString (line 72) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetCatalogNewProductsList.php class AssertWidgetCatalogNewProductsList (line 19) | class AssertWidgetCatalogNewProductsList extends AbstractConstraint method processAssert (line 39) | public function processAssert( method toString (line 78) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetCmsPageLink.php class AssertWidgetCmsPageLink (line 18) | class AssertWidgetCmsPageLink extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 67) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetInGrid.php class AssertWidgetInGrid (line 16) | class AssertWidgetInGrid extends AbstractConstraint method processAssert (line 32) | public function processAssert(Widget $widget, WidgetInstanceIndex $wid... method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetOnFrontendInCatalog.php class AssertWidgetOnFrontendInCatalog (line 18) | class AssertWidgetOnFrontendInCatalog extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 61) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetOnProductPage.php class AssertWidgetOnProductPage (line 18) | class AssertWidgetOnProductPage extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 53) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetProductLink.php class AssertWidgetProductLink (line 18) | class AssertWidgetProductLink extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetRecentlyComparedProducts.php class AssertWidgetRecentlyComparedProducts (line 21) | class AssertWidgetRecentlyComparedProducts extends AbstractConstraint method processAssert (line 65) | public function processAssert( method addProducts (line 123) | protected function addProducts(array $products) method removeCompareProducts (line 137) | protected function removeCompareProducts() method toString (line 150) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetRecentlyViewedProducts.php class AssertWidgetRecentlyViewedProducts (line 21) | class AssertWidgetRecentlyViewedProducts extends AbstractConstraint method processAssert (line 56) | public function processAssert( method waitForJsCoreInitialize (line 91) | private function waitForJsCoreInitialize() method checkRecentlyViewedBlockOnCategory (line 103) | protected function checkRecentlyViewedBlockOnCategory( method toString (line 122) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetSuccessDeleteMessage.php class AssertWidgetSuccessDeleteMessage (line 15) | class AssertWidgetSuccessDeleteMessage extends AbstractConstraint method processAssert (line 32) | public function processAssert(WidgetInstanceIndex $widgetInstanceIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetSuccessSaveMessage.php class AssertWidgetSuccessSaveMessage (line 15) | class AssertWidgetSuccessSaveMessage extends AbstractConstraint method processAssert (line 32) | public function processAssert(WidgetInstanceIndex $widgetInstanceIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetsInGrid.php class AssertWidgetsInGrid (line 16) | class AssertWidgetsInGrid extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 44) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Fixture/Widget/Parameters.php class Parameters (line 17) | class Parameters extends DataSource method __construct (line 33) | public function __construct( method getEntities (line 63) | public function getEntities() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Fixture/Widget/StoreIds.php class StoreIds (line 16) | class StoreIds extends DataSource method __construct (line 31) | public function __construct(FixtureFactory $fixtureFactory, array $par... method getStores (line 55) | public function getStores() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Fixture/Widget/WidgetInstance.php class WidgetInstance (line 16) | class WidgetInstance extends DataSource method __construct (line 25) | public function __construct( FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Handler/Widget/Curl.php class Curl (line 20) | class Curl extends AbstractCurl method __construct (line 80) | public function __construct(DataInterface $configuration, EventManager... method persist (line 93) | public function persist(FixtureInterface $fixture = null) method prepareData (line 121) | protected function prepareData(FixtureInterface $widget) method prepareParameters (line 142) | protected function prepareParameters(array $data) method prepareEntity (line 153) | protected function prepareEntity(array $data) method prepareWidgetInstance (line 170) | protected function prepareWidgetInstance(array $data) method prepareAllPagesGroup (line 196) | protected function prepareAllPagesGroup(array $widgetInstancePageGroup) method prepareNotanchorCategoriesGroup (line 216) | protected function prepareNotanchorCategoriesGroup(array $widgetInstan... method preparePagesGroup (line 231) | protected function preparePagesGroup(array $widgetInstancePageGroup) method getThemeId (line 245) | protected function getThemeId($title) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/Handler/Widget/WidgetInterface.php type WidgetInterface (line 14) | interface WidgetInterface extends HandlerInterface FILE: dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/AbstractCreateWidgetEntityTest.php class AbstractCreateWidgetEntityTest (line 19) | abstract class AbstractCreateWidgetEntityTest extends Injectable method __inject (line 66) | public function __inject( method tearDown (line 85) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.php class CreateWidgetEntityTest (line 24) | class CreateWidgetEntityTest extends AbstractCreateWidgetEntityTest method test (line 46) | public function test(Widget $widget, array $caches = []) method adjustCacheSettings (line 63) | private function adjustCacheSettings() method tearDown (line 81) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetsEntityTest.php class CreateWidgetsEntityTest (line 21) | class CreateWidgetsEntityTest extends Injectable method test (line 34) | public function test(array $widgets, FixtureFactory $fixtureFactory) method tearDown (line 53) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.php class DeleteWidgetEntityTest (line 28) | class DeleteWidgetEntityTest extends Injectable method __inject (line 56) | public function __inject( method test (line 70) | public function test(Widget $widget) FILE: dev/tests/functional/tests/app/Magento/Widget/Test/TestStep/DeleteAllWidgetsStep.php class DeleteAllWidgetsStep (line 16) | class DeleteAllWidgetsStep implements TestStepInterface method __construct (line 37) | public function __construct( method run (line 50) | public function run() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Adminhtml/Customer/Edit/Tab/Wishlist.php class Wishlist (line 17) | class Wishlist extends Tab method getSearchGridBlock (line 31) | public function getSearchGridBlock() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Adminhtml/Customer/Edit/Tab/Wishlist/Grid.php class Grid (line 16) | class Grid extends \Magento\Backend\Test\Block\Widget\Grid method delete (line 72) | protected function delete() method configure (line 86) | protected function configure() method searchAndAction (line 98) | public function searchAndAction(array $filter, $action) method isRowVisible (line 113) | public function isRowVisible(array $filter, $isSearchable = true, $isS... method getRow (line 128) | protected function getRow(array $filter, $isStrict = true) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Sharing.php class Sharing (line 15) | class Sharing extends Form method shareWishlist (line 29) | public function shareWishlist() method fillForm (line 40) | public function fillForm(array $sharingInfo) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist.php class Wishlist (line 14) | class Wishlist extends Block method clickShareWishList (line 63) | public function clickShareWishList() method getProductItemsBlock (line 74) | public function getProductItemsBlock() method clickAddToCart (line 88) | public function clickAddToCart() method clickUpdateWishlist (line 99) | public function clickUpdateWishlist() method isEmptyBlockVisible (line 111) | public function isEmptyBlockVisible() method waitFormToLoad (line 122) | protected function waitFormToLoad() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php class Items (line 17) | class Items extends Block method getItemProduct (line 39) | public function getItemProduct(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items/Product.php class Product (line 16) | class Product extends Form method fillProduct (line 108) | public function fillProduct(array $fields) method clickAddToCart (line 120) | public function clickAddToCart() method remove (line 131) | public function remove() method getOptions (line 142) | public function getOptions() method clickEdit (line 170) | public function clickEdit() method hoverProductBlock (line 181) | public function hoverProductBlock() method getPrice (line 192) | public function getPrice(string $currency = '$'): string method getRegularPrice (line 203) | public function getRegularPrice(string $currency = '$'): string method getPriceBySelector (line 215) | private function getPriceBySelector(string $selector, string $currency... method getPriceLabel (line 227) | public function getPriceLabel(): string method getWishlistData (line 238) | public function getWishlistData($qty = null) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items/TopToolbar.php class TopToolbar (line 16) | class TopToolbar extends Block method nextPage (line 44) | public function nextPage() method firstPage (line 59) | public function firstPage() method setLimiterValueByIndex (line 75) | public function setLimiterValueByIndex($index) method getLimitedValueByIndex (line 90) | public function getLimitedValueByIndex($index) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AbstractAssertWishlistProductDetails.php class AbstractAssertWishlistProductDetails (line 17) | abstract class AbstractAssertWishlistProductDetails extends AbstractAsse... method assertProductDetails (line 32) | protected function assertProductDetails( FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertAddProductToWishlistSuccessMessage.php class AssertAddProductToWishlistSuccessMessage (line 17) | class AssertAddProductToWishlistSuccessMessage extends AbstractConstraint method processAssert (line 35) | public function processAssert(WishlistIndex $wishlistIndex, Injectable... method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertCustomerWishlistOnBackendIsEmpty.php class AssertCustomerWishlistOnBackendIsEmpty (line 15) | class AssertCustomerWishlistOnBackendIsEmpty extends AbstractConstraint method processAssert (line 23) | public function processAssert(OrderCreateIndex $orderCreateIndex) method toString (line 38) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertMoveProductToWishlistSuccessMessage.php class AssertMoveProductToWishlistSuccessMessage (line 17) | class AssertMoveProductToWishlistSuccessMessage extends AbstractConstraint method processAssert (line 31) | public function processAssert(WishlistIndex $wishlistIndex, Injectable... method toString (line 45) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductDetailsInWishlist.php class AssertProductDetailsInWishlist (line 17) | class AssertProductDetailsInWishlist extends AbstractAssertWishlistProdu... method processAssert (line 28) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductInCustomerWishlistOnBackendGrid.php class AssertProductInCustomerWishlistOnBackendGrid (line 18) | class AssertProductInCustomerWishlistOnBackendGrid extends AbstractConst... method processAssert (line 27) | public function processAssert(CustomerIndexEdit $customerIndexEdit, Fi... method prepareFilter (line 45) | protected function prepareFilter(FixtureInterface $product) method prepareOptions (line 60) | protected function prepareOptions(FixtureInterface $product) method toString (line 86) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductIsPresentInCustomerBackendWishlist.php class AssertProductIsPresentInCustomerBackendWishlist (line 20) | class AssertProductIsPresentInCustomerBackendWishlist extends AbstractCo... method processAssert (line 31) | public function processAssert( method toString (line 54) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductIsPresentInWishlist.php class AssertProductIsPresentInWishlist (line 18) | class AssertProductIsPresentInWishlist extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 57) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductPriceIsNotZero.php class AssertProductPriceIsNotZero (line 9) | class AssertProductPriceIsNotZero extends \Magento\Mtf\Constraint\Abstra... method processAssert (line 21) | public function processAssert( method toString (line 43) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductRegularPriceOnStorefront.php class AssertProductRegularPriceOnStorefront (line 21) | class AssertProductRegularPriceOnStorefront extends AbstractConstraint method processAssert (line 37) | public function processAssert( method getGroupedProductRegularPrice (line 100) | private function getGroupedProductRegularPrice(GroupedProduct $product) method getBundleProductRegularPrice (line 119) | private function getBundleProductRegularPrice(BundleProduct $product) method toString (line 145) | public function toString(): string FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductsIsAbsentInWishlist.php class AssertProductsIsAbsentInWishlist (line 18) | class AssertProductsIsAbsentInWishlist extends AbstractConstraint method processAssert (line 29) | public function processAssert( method toString (line 55) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductsIsPresentInCustomerBackendWishlist.php class AssertProductsIsPresentInCustomerBackendWishlist (line 16) | class AssertProductsIsPresentInCustomerBackendWishlist extends AbstractC... method processAssert (line 27) | public function processAssert( method toString (line 49) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertWishlistIsEmpty.php class AssertWishlistIsEmpty (line 17) | class AssertWishlistIsEmpty extends AbstractConstraint method processAssert (line 26) | public function processAssert(CmsIndex $cmsIndex, WishlistIndex $wishl... method toString (line 41) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertWishlistShareMessage.php class AssertWishlistShareMessage (line 16) | class AssertWishlistShareMessage extends AbstractConstraint method processAssert (line 33) | public function processAssert(WishlistIndex $wishlistIndex) method toString (line 47) | public function toString() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AbstractWishlistTest.php class AbstractWishlistTest (line 21) | abstract class AbstractWishlistTest extends Injectable method __inject (line 68) | public function __inject( method loginCustomer (line 88) | protected function loginCustomer(Customer $customer) method createProducts (line 103) | protected function createProducts($products) method addToWishlist (line 120) | protected function addToWishlist(array $products, $configure = false) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.php class AddProductToWishlistEntityTest (line 28) | class AddProductToWishlistEntityTest extends AbstractWishlistTest method __prepare (line 48) | public function __prepare( method test (line 66) | public function test(Customer $customer, $product, $configure = true) method tearDown (line 83) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php class AddProductsToCartFromCustomerWishlistOnFrontendTest (line 27) | class AddProductsToCartFromCustomerWishlistOnFrontendTest extends Abstra... method test (line 43) | public function test(Customer $customer, $products, $qty, $toUpdate = ... method addToCart (line 68) | protected function addToCart(array $products, $qty, $toUpdate) method createCart (line 95) | protected function createCart(array $products) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.php class ConfigureProductInCustomerWishlistOnBackendTest (line 33) | class ConfigureProductInCustomerWishlistOnBackendTest extends AbstractWi... method __prepare (line 53) | public function __prepare( method test (line 72) | public function test( method tearDown (line 102) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.php class ConfigureProductInCustomerWishlistOnFrontendTest (line 28) | class ConfigureProductInCustomerWishlistOnFrontendTest extends AbstractW... method __prepare (line 41) | public function __prepare(Customer $customer) method test (line 55) | public function test(Customer $customer, $product) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.php class DeleteProductFromCustomerWishlistOnBackendTest (line 33) | class DeleteProductFromCustomerWishlistOnBackendTest extends AbstractWis... method __prepare (line 45) | public function __prepare(Customer $customer) method test (line 61) | public function test( FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.php class DeleteProductsFromWishlistOnFrontendTest (line 26) | class DeleteProductsFromWishlistOnFrontendTest extends AbstractWishlistTest method test (line 40) | public function test(Customer $customer, $products, array $removedProd... method removeProducts (line 62) | protected function removeProducts(array $products, array $removedProdu... FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.php class MoveProductFromShoppingCartToWishlistTest (line 27) | class MoveProductFromShoppingCartToWishlistTest extends AbstractWishlist... method __prepare (line 40) | public function __prepare(Customer $customer) method test (line 56) | public function test( method addToCart (line 81) | protected function addToCart(FixtureInterface $product) FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.php class ShareWishlistEntityTest (line 34) | class ShareWishlistEntityTest extends Injectable method __prepare (line 68) | public function __prepare(Customer $customer, CatalogProductSimple $pr... method __inject (line 87) | public function __inject( method test (line 105) | public function test( FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.php class ViewProductInCustomerWishlistOnBackendTest (line 32) | class ViewProductInCustomerWishlistOnBackendTest extends AbstractWishlis... method __prepare (line 52) | public function __prepare( method test (line 71) | public function test( method tearDown (line 96) | public function tearDown() FILE: dev/tests/functional/tests/app/Magento/Wishlist/Test/TestStep/AddProductsToWishlistStep.php class AddProductsToWishlistStep (line 17) | class AddProductsToWishlistStep implements TestStepInterface method __construct (line 54) | public function __construct( method run (line 71) | public function run() FILE: dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php class InjectableTests (line 16) | class InjectableTests extends \PHPUnit\Framework\TestSuite method run (line 41) | public function run(\PHPUnit\Framework\TestResult $result = null) method suite (line 53) | public static function suite() method prepareSuite (line 64) | public function prepareSuite() method init (line 73) | public function init() method initObjectManager (line 81) | private function initObjectManager() FILE: dev/tests/functional/utils/generate.php function deleteDirectory (line 29) | function deleteDirectory($dir) function generateModuleSequence (line 48) | function generateModuleSequence() FILE: dev/tests/integration/_files/Magento/TestModuleAsyncAmqp/Model/AsyncTestData.php class AsyncTestData (line 8) | class AsyncTestData method setTextFilePath (line 26) | public function setTextFilePath($path) method getTextFilePath (line 34) | public function getTextFilePath() method setValue (line 43) | public function setValue($strValue) method getValue (line 51) | public function getValue() FILE: dev/tests/integration/_files/Magento/TestModuleAsyncAmqp/Model/CustomHandler.php class CustomHandler (line 8) | class CustomHandler method process (line 13) | public function process($simpleDataItem) method processArray (line 25) | public function processArray($simpleDataItems) method processMixed (line 39) | public function processMixed($simpleDataItems) FILE: dev/tests/integration/_files/Magento/TestModuleAsyncAmqp/Model/RequestHandler.php class RequestHandler (line 8) | class RequestHandler method process (line 13) | public function process($simpleDataItem) FILE: dev/tests/integration/_files/Magento/TestModuleAsyncAmqp/Model/WildCardHandler.php class WildCardHandler (line 8) | class WildCardHandler method methodOne (line 13) | public function methodOne(AsyncTestData $simpleDataItem) method methodTwo (line 25) | public function methodTwo(AsyncTestData $simpleDataItem) method methodThree (line 37) | public function methodThree(AsyncTestData $simpleDataItem) method methodFour (line 49) | public function methodFour(AsyncTestData $simpleDataItem) FILE: dev/tests/integration/_files/Magento/TestModuleCspUtil/Controller/Csp/Aware.php class Aware (line 18) | class Aware extends Action implements CspAwareActionInterface method execute (line 23) | public function execute() method modifyCsp (line 31) | public function modifyCsp(array $appliedPolicies): array FILE: dev/tests/integration/_files/Magento/TestModuleCspUtil/Controller/Csp/Helper.php class Helper (line 17) | class Helper extends Action method execute (line 22) | public function execute() FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeAddressInterface.php type FakeAddressInterface (line 16) | interface FakeAddressInterface extends ExtensibleDataInterface method getId (line 47) | public function getId(); method getCustomerId (line 54) | public function getCustomerId(); method getRegion (line 61) | public function getRegion(); method getRegions (line 68) | public function getRegions(); method getCountryId (line 75) | public function getCountryId(); method getStreet (line 82) | public function getStreet(); method getCompany (line 89) | public function getCompany(); method getTelephone (line 96) | public function getTelephone(); method getFax (line 103) | public function getFax(); method getPostcode (line 110) | public function getPostcode(); method getCity (line 117) | public function getCity(); method getFirstname (line 124) | public function getFirstname(); method getLastname (line 131) | public function getLastname(); method getMiddlename (line 138) | public function getMiddlename(); method getPrefix (line 145) | public function getPrefix(); method getSuffix (line 152) | public function getSuffix(); method getVatId (line 159) | public function getVatId(); method isDefaultShipping (line 166) | public function isDefaultShipping(); method isDefaultBilling (line 173) | public function isDefaultBilling(); method getExtensionAttributes (line 180) | public function getExtensionAttributes(); method setExtensionAttributes (line 188) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeAttributeMetadataInterface.php type FakeAttributeMetadataInterface (line 13) | interface FakeAttributeMetadataInterface extends \Magento\Framework\Api\... method getStoreLabel (line 29) | public function getStoreLabel(); method setStoreLabel (line 37) | public function setStoreLabel($storeLabel); method getFrontendLabel (line 44) | public function getFrontendLabel(); method setFrontendLabel (line 52) | public function setFrontendLabel($frontendLabel); method getNote (line 59) | public function getNote(); method setNote (line 67) | public function setNote($note); FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeCustomerInterface.php type FakeCustomerInterface (line 13) | interface FakeCustomerInterface extends \Magento\Framework\Api\CustomAtt... method getId (line 30) | public function getId(); method setId (line 38) | public function setId($id); method getEmail (line 45) | public function getEmail(); method setEmail (line 53) | public function setEmail($email); method getFirstname (line 60) | public function getFirstname(); method setFirstname (line 68) | public function setFirstname($firstname); method getLastname (line 75) | public function getLastname(); method setLastname (line 83) | public function setLastname($lastname); method getPrefix (line 90) | public function getPrefix(); method setPrefix (line 98) | public function setPrefix($prefix); method getExtensionAttributes (line 105) | public function getExtensionAttributes(); method setExtensionAttributes (line 113) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeExtensibleOneInterface.php type FakeExtensibleOneInterface (line 17) | interface FakeExtensibleOneInterface extends ExtensibleDataInterface FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeExtensibleTwoInterface.php type FakeExtensibleTwoInterface (line 17) | interface FakeExtensibleTwoInterface extends ExtensibleDataInterface method getExtensionAttributes (line 24) | public function getExtensionAttributes(); FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Api/Data/FakeRegionInterface.php type FakeRegionInterface (line 16) | interface FakeRegionInterface extends ExtensibleDataInterface method getRegionCode (line 31) | public function getRegionCode(); method getRegion (line 38) | public function getRegion(); method getRegionId (line 45) | public function getRegionId(); method getExtensionAttributes (line 52) | public function getExtensionAttributes(); method setExtensionAttributes (line 60) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeAddress.php class FakeAddress (line 14) | class FakeAddress extends AbstractExtensibleObject implements FakeAddres... method getId (line 21) | public function getId() method getCustomerId (line 31) | public function getCustomerId() method getRegion (line 41) | public function getRegion() method getRegions (line 51) | public function getRegions() method getCountryId (line 61) | public function getCountryId() method getStreet (line 71) | public function getStreet() method getCompany (line 81) | public function getCompany() method getTelephone (line 91) | public function getTelephone() method getFax (line 101) | public function getFax() method getPostcode (line 111) | public function getPostcode() method getCity (line 121) | public function getCity() method getFirstname (line 131) | public function getFirstname() method getLastname (line 141) | public function getLastname() method getMiddlename (line 151) | public function getMiddlename() method getPrefix (line 161) | public function getPrefix() method getSuffix (line 171) | public function getSuffix() method getVatId (line 181) | public function getVatId() method isDefaultShipping (line 191) | public function isDefaultShipping() method getExtensionAttributes (line 201) | public function getExtensionAttributes() method isDefaultBilling (line 211) | public function isDefaultBilling() method setExtensionAttributes (line 222) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeAttributeMetadata.php class FakeAttributeMetadata (line 13) | class FakeAttributeMetadata extends \Magento\Framework\Api\AbstractSimpl... method getAttributeCode (line 19) | public function getAttributeCode() method getStoreLabel (line 27) | public function getStoreLabel() method getFrontendLabel (line 35) | public function getFrontendLabel() method getNote (line 43) | public function getNote() method setAttributeCode (line 54) | public function setAttributeCode($attributeCode) method setStoreLabel (line 65) | public function setStoreLabel($storeLabel) method setFrontendLabel (line 76) | public function setFrontendLabel($frontendLabel) method setNote (line 87) | public function setNote($note) FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeCustomer.php class FakeCustomer (line 14) | class FakeCustomer extends \Magento\Framework\Api\AbstractExtensibleObje... method getEmail (line 22) | public function getEmail() method getFirstname (line 32) | public function getFirstname() method getId (line 42) | public function getId() method getLastname (line 52) | public function getLastname() method setId (line 63) | public function setId($id) method setEmail (line 74) | public function setEmail($email) method setFirstname (line 85) | public function setFirstname($firstname) method setLastname (line 96) | public function setLastname($lastname) method getPrefix (line 106) | public function getPrefix() method setPrefix (line 117) | public function setPrefix($prefix) method getExtensionAttributes (line 127) | public function getExtensionAttributes() method setExtensionAttributes (line 138) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeExtensibleOne.php class FakeExtensibleOne (line 13) | class FakeExtensibleOne implements FakeExtensibleOneInterface FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeExtensibleTwo.php class FakeExtensibleTwo (line 14) | class FakeExtensibleTwo extends AbstractExtensibleObject implements Fake... method getExtensionAttributes (line 19) | public function getExtensionAttributes() FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/Data/FakeRegion.php class FakeRegion (line 14) | class FakeRegion extends AbstractExtensibleObject implements FakeRegionI... method getRegion (line 21) | public function getRegion() method getRegionCode (line 31) | public function getRegionCode() method getRegionId (line 41) | public function getRegionId() method getExtensionAttributes (line 51) | public function getExtensionAttributes() method setExtensionAttributes (line 62) | public function setExtensionAttributes( method setRegionCode (line 74) | public function setRegionCode($regionCode) FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/FakeAddress.php class FakeAddress (line 14) | class FakeAddress extends AbstractExtensibleModel implements FakeAddress... method getId (line 21) | public function getId() method getCustomerId (line 31) | public function getCustomerId() method getRegion (line 41) | public function getRegion() method getRegions (line 51) | public function getRegions() method getCountryId (line 61) | public function getCountryId() method getStreet (line 71) | public function getStreet() method getCompany (line 81) | public function getCompany() method getTelephone (line 91) | public function getTelephone() method getFax (line 101) | public function getFax() method getPostcode (line 111) | public function getPostcode() method getCity (line 121) | public function getCity() method getFirstname (line 131) | public function getFirstname() method getLastname (line 141) | public function getLastname() method getMiddlename (line 151) | public function getMiddlename() method getPrefix (line 161) | public function getPrefix() method getSuffix (line 171) | public function getSuffix() method getVatId (line 181) | public function getVatId() method isDefaultShipping (line 191) | public function isDefaultShipping() method isDefaultBilling (line 201) | public function isDefaultBilling() method getExtensionAttributes (line 211) | public function getExtensionAttributes() method setExtensionAttributes (line 222) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/FakeAttributeMetadata.php class FakeAttributeMetadata (line 13) | class FakeAttributeMetadata extends \Magento\Framework\Api\AbstractSimpl... method getAttributeCode (line 19) | public function getAttributeCode() method getStoreLabel (line 27) | public function getStoreLabel() method getFrontendLabel (line 35) | public function getFrontendLabel() method getNote (line 43) | public function getNote() method setAttributeCode (line 54) | public function setAttributeCode($attributeCode) method setStoreLabel (line 65) | public function setStoreLabel($storeLabel) method setFrontendLabel (line 76) | public function setFrontendLabel($frontendLabel) method setNote (line 87) | public function setNote($note) FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/FakeCustomer.php class FakeCustomer (line 14) | class FakeCustomer extends \Magento\Framework\Api\AbstractExtensibleObje... method getId (line 22) | public function getId() method getEmail (line 32) | public function getEmail() method getFirstname (line 42) | public function getFirstname() method getLastname (line 52) | public function getLastname() method getPrefix (line 62) | public function getPrefix() method setId (line 73) | public function setId($id) method setEmail (line 84) | public function setEmail($email) method setFirstname (line 95) | public function setFirstname($firstname) method setLastname (line 106) | public function setLastname($lastname) method setPrefix (line 117) | public function setPrefix($prefix) method getExtensionAttributes (line 127) | public function getExtensionAttributes() method setExtensionAttributes (line 138) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleExtensionAttributes/Model/FakeRegion.php class FakeRegion (line 14) | class FakeRegion extends AbstractExtensibleModel implements FakeRegionIn... method getRegion (line 21) | public function getRegion() method getRegionCode (line 31) | public function getRegionCode() method getRegionId (line 41) | public function getRegionId() method getExtensionAttributes (line 51) | public function getExtensionAttributes() method setExtensionAttributes (line 62) | public function setExtensionAttributes( FILE: dev/tests/integration/_files/Magento/TestModuleFakePaymentMethod/Gateway/Command/DoNothingCommand.php class DoNothingCommand (line 10) | class DoNothingCommand implements CommandInterface method execute (line 15) | public function execute(array $commandSubject) FILE: dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/AsyncHandler.php class AsyncHandler (line 13) | class AsyncHandler method methodWithStringParam (line 19) | public function methodWithStringParam($param) method methodWithBoolParam (line 28) | public function methodWithBoolParam($param) method methodWithMixedParam (line 37) | public function methodWithMixedParam($param) FILE: dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/HandlerOne.php class HandlerOne (line 11) | class HandlerOne method handlerMethodOne (line 18) | public function handlerMethodOne() method handlerMethodTwo (line 28) | public function handlerMethodTwo() method handlerMethodThree (line 38) | public function handlerMethodThree() FILE: dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/HandlerTwo.php class HandlerTwo (line 11) | class HandlerTwo method handlerMethodOne (line 18) | public function handlerMethodOne() method handlerMethodTwo (line 28) | public function handlerMethodTwo() method handlerMethodThree (line 38) | public function handlerMethodThree() FILE: dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/SyncHandler.php class SyncHandler (line 11) | class SyncHandler method methodWithStringParam (line 17) | public function methodWithStringParam($param) method methodWithBoolParam (line 26) | public function methodWithBoolParam($param) method methodWithMixedParam (line 35) | public function methodWithMixedParam($param) FILE: dev/tests/integration/_files/Magento/TestModuleMysqlMq/Model/DataObject.php class DataObject (line 8) | class DataObject extends \Magento\Framework\Api\AbstractExtensibleObject method getName (line 13) | public function getName() method setName (line 22) | public function setName($name) method getEntityId (line 30) | public function getEntityId() method setEntityId (line 39) | public function setEntityId($entityId) method getOutputPath (line 47) | public function getOutputPath() method setOutputPath (line 56) | public function setOutputPath($path) FILE: dev/tests/integration/_files/Magento/TestModuleMysqlMq/Model/DataObjectRepository.php class DataObjectRepository (line 8) | class DataObjectRepository method delayedOperation (line 16) | public function delayedOperation( FILE: dev/tests/integration/_files/Magento/TestModuleMysqlMq/Model/Processor.php class Processor (line 11) | class Processor method processMessage (line 16) | public function processMessage($message) method processObjectCreated (line 28) | public function processObjectCreated($message) method processCustomObjectCreated (line 40) | public function processCustomObjectCreated($message) method processObjectUpdated (line 52) | public function processObjectUpdated($message) method processMessageWithException (line 64) | public function processMessageWithException($message) FILE: dev/tests/integration/_files/Magento/TestModuleQuoteTotalsObserver/Model/Config.php class Config (line 10) | class Config method enableObserver (line 14) | public function enableObserver() method disableObserver (line 19) | public function disableObserver() method isActive (line 24) | public function isActive() FILE: dev/tests/integration/_files/Magento/TestModuleQuoteTotalsObserver/Observer/AfterCollectTotals.php class AfterCollectTotals (line 13) | class AfterCollectTotals implements ObserverInterface method __construct (line 30) | public function __construct( method execute (line 42) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: dev/tests/integration/_files/Magento/TestModuleSimpleTemplateDirective/Model/FooFilter.php class FooFilter (line 17) | class FooFilter implements \Magento\Framework\Filter\DirectiveProcessor\... method filterValue (line 22) | public function filterValue(string $value, array $params): string method getName (line 32) | public function getName(): string FILE: dev/tests/integration/_files/Magento/TestModuleSimpleTemplateDirective/Model/LegacyFilter.php class LegacyFilter (line 16) | class LegacyFilter extends Template method coolDirective (line 24) | protected function coolDirective($construction) method coolerDirective (line 35) | public function coolerDirective($construction) FILE: dev/tests/integration/_files/Magento/TestModuleSimpleTemplateDirective/Model/MyDirProcessor.php class MyDirProcessor (line 17) | class MyDirProcessor implements ProcessorInterface method getName (line 22) | public function getName(): string method process (line 30) | public function process( method getDefaultFilters (line 41) | public function getDefaultFilters(): ?array FILE: dev/tests/integration/_files/Magento/TestModuleSynchronousAmqp/Api/ServiceInterface.php type ServiceInterface (line 8) | interface ServiceInterface method execute (line 14) | public function execute($simpleDataItem); FILE: dev/tests/integration/_files/Magento/TestModuleSynchronousAmqp/Model/RpcRequestHandler.php class RpcRequestHandler (line 8) | class RpcRequestHandler method process (line 14) | public function process($simpleDataItem) FILE: dev/tests/integration/_files/Magento/TestModuleWysiwygConfig/Model/Config.php class Config (line 8) | class Config implements \Magento\Framework\Data\Wysiwyg\ConfigProviderIn... method __construct (line 28) | public function __construct(\Magento\Cms\Model\Wysiwyg\DefaultConfigPr... method getConfig (line 36) | public function getConfig(\Magento\Framework\DataObject $config): \Mag... method modifyHeightAndContentCss (line 53) | private function modifyHeightAndContentCss(\Magento\Framework\DataObje... method removeSpecialCharacterFromToolbar (line 69) | private function removeSpecialCharacterFromToolbar( FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/AdminConfigFixture.php class AdminConfigFixture (line 17) | class AdminConfigFixture method _getConfigValue (line 39) | protected function _getConfigValue($configPath) method _setConfigValue (line 54) | protected function _setConfigValue($configPath, $value) method _assignConfigData (line 69) | protected function _assignConfigData(\PHPUnit\Framework\TestCase $test) method _restoreConfigData (line 88) | protected function _restoreConfigData() method startTest (line 101) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 114) | public function endTest(\PHPUnit\Framework\TestCase $test) method initStoreAfter (line 123) | public function initStoreAfter() FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/AppArea.php class AppArea (line 8) | class AppArea method __construct (line 35) | public function __construct(\Magento\TestFramework\Application $applic... method _getTestAppArea (line 47) | protected function _getTestAppArea($annotations) method startTest (line 76) | public function startTest(\PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/AppIsolation.php class AppIsolation (line 12) | class AppIsolation method __construct (line 36) | public function __construct(\Magento\TestFramework\Application $applic... method _isolateApp (line 44) | protected function _isolateApp() method startTestSuite (line 58) | public function startTestSuite() method endTestSuite (line 67) | public function endTestSuite() method endTest (line 78) | public function endTest(\PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/Cache.php class Cache (line 14) | class Cache method startTest (line 29) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 48) | public function endTest(\PHPUnit\Framework\TestCase $test) method parseValues (line 63) | private function parseValues($annotations, \PHPUnit\Framework\TestCase... method setValues (line 91) | private function setValues($values, \PHPUnit\Framework\TestCase $test) method getTypeList (line 115) | private static function getTypeList() method fail (line 127) | private static function fail($message, \PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/ComponentRegistrarFixture.php class ComponentRegistrarFixture (line 16) | class ComponentRegistrarFixture method __construct (line 49) | public function __construct($fixtureBaseDir) method startTest (line 60) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 73) | public function endTest(\PHPUnit\Framework\TestCase $test) method registerComponents (line 83) | private function registerComponents(\PHPUnit\Framework\TestCase $test) method restoreComponents (line 127) | private function restoreComponents() FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php class ConfigFixture (line 19) | class ConfigFixture method _getConfigValue (line 54) | protected function _getConfigValue($configPath, $scopeCode = null) method _setConfigValue (line 77) | protected function _setConfigValue($configPath, $value, $storeCode = f... method _assignConfigData (line 109) | protected function _assignConfigData(\PHPUnit\Framework\TestCase $test) method _restoreConfigData (line 139) | protected function _restoreConfigData() method startTest (line 164) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 177) | public function endTest(\PHPUnit\Framework\TestCase $test) method initStoreAfter (line 186) | public function initStoreAfter() FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php class DataFixture (line 15) | class DataFixture method __construct (line 35) | public function __construct($fixtureBaseDir) method startTestTransactionRequest (line 51) | public function startTestTransactionRequest( method endTestTransactionRequest (line 71) | public function endTestTransactionRequest( method startTransaction (line 90) | public function startTransaction(\PHPUnit\Framework\TestCase $test) method rollbackTransaction (line 98) | public function rollbackTransaction() method _getFixtures (line 111) | protected function _getFixtures(\PHPUnit\Framework\TestCase $test, $sc... method isModuleAnnotation (line 146) | private function isModuleAnnotation(string $fixture) method getModulePath (line 159) | private function getModulePath(string $fixture) method getAnnotations (line 182) | private function getAnnotations(\PHPUnit\Framework\TestCase $test) method getDbIsolationState (line 194) | protected function getDbIsolationState(\PHPUnit\Framework\TestCase $test) method _applyOneFixture (line 208) | protected function _applyOneFixture($fixture) method _applyFixtures (line 236) | protected function _applyFixtures(array $fixtures) method _revertFixtures (line 252) | protected function _revertFixtures() FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureBeforeTransaction.php class DataFixtureBeforeTransaction (line 15) | class DataFixtureBeforeTransaction method __construct (line 35) | public function __construct($fixtureBaseDir) method startTest (line 50) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 62) | public function endTest(\PHPUnit\Framework\TestCase $test) method _getFixtures (line 78) | protected function _getFixtures(\PHPUnit\Framework\TestCase $test, $sc... method isModuleAnnotation (line 113) | private function isModuleAnnotation(string $fixture) method getModulePath (line 126) | private function getModulePath(string $fixture) method getAnnotations (line 147) | private function getAnnotations(\PHPUnit\Framework\TestCase $test) method getDbIsolationState (line 159) | protected function getDbIsolationState(\PHPUnit\Framework\TestCase $test) method _applyOneFixture (line 173) | protected function _applyOneFixture($fixture) method _applyFixtures (line 201) | protected function _applyFixtures(array $fixtures) method _revertFixtures (line 217) | protected function _revertFixtures() FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/DbIsolation.php class DbIsolation (line 11) | class DbIsolation method startTestTransactionRequest (line 26) | public function startTestTransactionRequest( method endTestTransactionRequest (line 46) | public function endTestTransactionRequest( method startTransaction (line 62) | public function startTransaction(\PHPUnit\Framework\TestCase $test) method rollbackTransaction (line 70) | public function rollbackTransaction() method _getIsolation (line 86) | protected function _getIsolation(\PHPUnit\Framework\TestCase $test) method getAnnotations (line 105) | private function getAnnotations(\PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Annotation/IndexerDimensionMode.php class IndexerDimensionMode (line 24) | class IndexerDimensionMode method restoreDb (line 47) | private function restoreDb() method setDimensionMode (line 62) | private function setDimensionMode(string $mode, TestCase $test) method startTest (line 89) | public function startTest(TestCase $test) method endTest (line 122) | public function endTest() method fail (line 137) | private function fail($message, TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Api/Config/Reader/FileResolver.php class FileResolver (line 16) | class FileResolver extends \Magento\Framework\App\Config\FileResolver method get (line 21) | public function get($filename, $scope) method merge (line 34) | protected function merge($array1, $array2) method getIntegrationTestConfigFiles (line 53) | protected function getIntegrationTestConfigFiles() method convertToArray (line 80) | protected function convertToArray($argument) FILE: dev/tests/integration/framework/Magento/TestFramework/App/Config.php class Config (line 18) | class Config extends \Magento\Framework\App\Config method setData (line 37) | private function setData(array $data, $configType) method getScopeCodeResolver (line 47) | private function getScopeCodeResolver() method setValue (line 65) | public function setValue( method updateResult (line 102) | private function updateResult(array $keys, & $result, $value) method clean (line 118) | public function clean() method get (line 128) | public function get($configType, $path = null, $default = null) FILE: dev/tests/integration/framework/Magento/TestFramework/App/EnvironmentFactory.php class EnvironmentFactory (line 11) | class EnvironmentFactory extends \Magento\Framework\App\EnvironmentFactory method createEnvironment (line 13) | public function createEnvironment() FILE: dev/tests/integration/framework/Magento/TestFramework/App/Filesystem.php class Filesystem (line 9) | class Filesystem extends \Magento\Framework\Filesystem method getDirPath (line 21) | protected function getDirPath($code) method overridePath (line 33) | public function overridePath($code, $value) method getOverriddenPath (line 47) | private function getOverriddenPath($code, $original) FILE: dev/tests/integration/framework/Magento/TestFramework/App/MutableScopeConfig.php class MutableScopeConfig (line 18) | class MutableScopeConfig implements MutableScopeConfigInterface method isSetFlag (line 28) | public function isSetFlag($path, $scopeType = ScopeConfigInterface::SC... method getValue (line 36) | public function getValue($path, $scopeType = ScopeConfigInterface::SCO... method setValue (line 44) | public function setValue( method clean (line 59) | public function clean() method getTestAppConfig (line 69) | private function getTestAppConfig() FILE: dev/tests/integration/framework/Magento/TestFramework/App/ObjectManager/Environment/Developer.php class Developer (line 8) | class Developer extends \Magento\Framework\App\ObjectManager\Environment... method getDiConfig (line 10) | public function getDiConfig() FILE: dev/tests/integration/framework/Magento/TestFramework/App/ReinitableConfig.php class ReinitableConfig (line 14) | class ReinitableConfig extends MutableScopeConfig implements ReinitableC... method reinit (line 24) | public function reinit() method getTestScopeConfig (line 35) | public function getTestScopeConfig() FILE: dev/tests/integration/framework/Magento/TestFramework/App/State.php class State (line 12) | class State extends \Magento\Framework\App\State method getAreaCode (line 17) | public function getAreaCode() method setAreaCode (line 25) | public function setAreaCode($code) method setMode (line 34) | public function setMode($mode) FILE: dev/tests/integration/framework/Magento/TestFramework/Application.php class Application (line 21) | class Application method __construct (line 160) | public function __construct( method getDbInstance (line 203) | public function getDbInstance() method getInstallConfig (line 251) | protected function getInstallConfig() method getLocalConfig (line 264) | private function getLocalConfig() method getTempDir (line 274) | public function getTempDir() method getInitParams (line 284) | public function getInitParams() method isInstalled (line 294) | public function isInstalled() method initLogger (line 304) | private function initLogger() method initialize (line 342) | public function initialize($overriddenParams = []) method reinitialize (line 433) | public function reinitialize(array $overriddenParams = []) method run (line 444) | public function run() method createInstallDir (line 458) | public function createInstallDir() method cleanup (line 471) | public function cleanup() method install (line 490) | public function install($cleanup) method copyAppConfigFiles (line 547) | private function copyAppConfigFiles() method copyGlobalConfigFile (line 567) | private function copyGlobalConfigFile() method getInstallCliParams (line 578) | private function getInstallCliParams() method getInitParamsQuery (line 600) | private function getInitParamsQuery() method _customizeParams (line 611) | public function _customizeParams($params) method _resetApp (line 619) | protected function _resetApp() method _ensureDirExists (line 637) | protected function _ensureDirExists($dir) method getArea (line 653) | public function getArea() method loadArea (line 665) | public function loadArea($areaCode) method getCustomDirs (line 699) | protected function getCustomDirs() FILE: dev/tests/integration/framework/Magento/TestFramework/Backend/App/Config.php class Config (line 16) | class Config extends \Magento\Backend\App\Config method __construct (line 28) | public function __construct( method setValue (line 39) | public function setValue( FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap.php class Bootstrap (line 12) | class Bootstrap method __construct (line 76) | public function __construct( method getApplication (line 99) | public function getApplication() method runBootstrap (line 107) | public function runBootstrap() FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/DocBlock.php class DocBlock (line 15) | class DocBlock method __construct (line 25) | public function __construct($fixturesBaseDir) method registerAnnotations (line 34) | public function registerAnnotations(Application $application) method _getSubscribers (line 51) | protected function _getSubscribers(Application $application) FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/Environment.php class Environment (line 12) | class Environment method emulateHttpRequest (line 19) | public function emulateHttpRequest(array &$serverVariables) method emulateSession (line 32) | public function emulateSession(&$sessionVariables) FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/Memory.php class Memory (line 12) | class Memory method __construct (line 34) | public function __construct( method displayStats (line 48) | public function displayStats() method activateStatsDisplaying (line 56) | public function activateStatsDisplaying() method activateLimitValidation (line 64) | public function activateLimitValidation() FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/MemoryFactory.php class MemoryFactory (line 9) | class MemoryFactory method __construct (line 19) | public function __construct(\Magento\Framework\Shell $shell) method create (line 29) | public function create($memUsageLimit, $memLeakLimit) FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/Profiler.php class Profiler (line 12) | class Profiler method __construct (line 33) | public function __construct(\Magento\Framework\Profiler\Driver\Standar... method _registerDriver (line 41) | protected function _registerDriver() method registerFileProfiler (line 54) | public function registerFileProfiler($profilerOutputFile) method registerBambooProfiler (line 68) | public function registerBambooProfiler($profilerOutputFile, $profilerM... FILE: dev/tests/integration/framework/Magento/TestFramework/Bootstrap/Settings.php class Settings (line 14) | class Settings method __construct (line 37) | public function __construct($baseDir, array $settings) method get (line 53) | public function get($settingName, $defaultValue = null) method getAsBoolean (line 65) | public function getAsBoolean($settingName) method getAsFile (line 77) | public function getAsFile($settingName, $defaultValue = '') method getAsConfigFile (line 93) | public function getAsConfigFile($settingName) method getAsMatchingPaths (line 115) | public function getAsMatchingPaths($settingName) method _resolvePath (line 130) | protected function _resolvePath($relativePath) method _resolvePathPattern (line 141) | protected function _resolvePathPattern($pattern) FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Block/Product/View/Options/DateGroupDataProvider.php class DateGroupDataProvider (line 16) | class DateGroupDataProvider method getData (line 25) | public function getData(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Block/Product/View/Options/FileGroupDataProvider.php class FileGroupDataProvider (line 16) | class FileGroupDataProvider method getData (line 25) | public function getData(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Block/Product/View/Options/SelectGroupDataProvider.php class SelectGroupDataProvider (line 17) | class SelectGroupDataProvider method getData (line 26) | public function getData(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Block/Product/View/Options/TextGroupDataProvider.php class TextGroupDataProvider (line 16) | class TextGroupDataProvider method getData (line 25) | public function getData(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/CategoryLayoutUpdateManager.php class CategoryLayoutUpdateManager (line 17) | class CategoryLayoutUpdateManager extends LayoutUpdateManager method setCategoryFakeFiles (line 30) | public function setCategoryFakeFiles(int $forCategoryId, ?array $files... method fetchAvailableFiles (line 42) | public function fetchAvailableFiles(CategoryInterface $category): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Indexer/Category/Product/Action/Full.php class Full (line 18) | class Full extends OriginFull FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Indexer/Product/Flat/Action/Full.php class Full (line 14) | class Full extends \Magento\Catalog\Model\Indexer\Product\Flat\Action\Full FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Attribute/DataProvider/MediaImage.php class MediaImage (line 15) | class MediaImage extends AbstractBaseAttributeData method __construct (line 20) | public function __construct() method getAttributeData (line 29) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 41) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 53) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Attribute/DataProvider/Price.php class Price (line 15) | class Price extends AbstractBaseAttributeData method __construct (line 20) | public function __construct() method getAttributeData (line 31) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 43) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 55) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/AbstractBase.php class AbstractBase (line 13) | abstract class AbstractBase method getDataForCreateOptions (line 20) | public function getDataForCreateOptions(): array method getDataForUpdateOptions (line 122) | public function getDataForUpdateOptions(): array method getType (line 171) | abstract protected function getType(): string; FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/AbstractSelect.php class AbstractSelect (line 15) | abstract class AbstractSelect extends AbstractBase method getDataForCreateOptions (line 21) | public function getDataForCreateOptions(): array method getDataForUpdateOptions (line 149) | public function getDataForUpdateOptions(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/AbstractText.php class AbstractText (line 15) | abstract class AbstractText extends AbstractBase method getDataForCreateOptions (line 20) | public function getDataForCreateOptions(): array method getDataForUpdateOptions (line 57) | public function getDataForUpdateOptions(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/Area.php class Area (line 16) | class Area extends AbstractText method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/Checkbox.php class Checkbox (line 16) | class Checkbox extends AbstractSelect method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/Date.php class Date (line 16) | class Date extends AbstractBase method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/DateTime.php class DateTime (line 16) | class DateTime extends AbstractBase method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/DropDown.php class DropDown (line 16) | class DropDown extends AbstractSelect method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/Field.php class Field (line 16) | class Field extends AbstractText method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/File.php class File (line 16) | class File extends AbstractBase method getDataForCreateOptions (line 21) | public function getDataForCreateOptions(): array method getDataForUpdateOptions (line 64) | public function getDataForUpdateOptions(): array method getType (line 87) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/MultipleSelect.php class MultipleSelect (line 16) | class MultipleSelect extends AbstractSelect method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/RadioButtons.php class RadioButtons (line 16) | class RadioButtons extends AbstractSelect method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/Product/Option/DataProvider/Type/Time.php class Time (line 16) | class Time extends AbstractBase method getType (line 21) | protected function getType(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Catalog/Model/ProductLayoutUpdateManager.php class ProductLayoutUpdateManager (line 17) | class ProductLayoutUpdateManager extends LayoutUpdateManager method setFakeFiles (line 30) | public function setFakeFiles(int $forProductId, ?array $files): void method fetchAvailableFiles (line 42) | public function fetchAvailableFiles(ProductInterface $product): array FILE: dev/tests/integration/framework/Magento/TestFramework/Cms/Model/CustomLayoutManager.php class CustomLayoutManager (line 16) | class CustomLayoutManager extends \Magento\Cms\Model\Page\CustomLayout\C... method fakeAvailableFiles (line 32) | public function fakeAvailableFiles(int $forPageId, ?array $files): void method fetchAvailableFiles (line 44) | public function fetchAvailableFiles(PageInterface $page): array FILE: dev/tests/integration/framework/Magento/TestFramework/Config.php class Config (line 10) | class Config method __construct (line 26) | public function __construct(MutableScopeConfigInterface $mutableScopeC... method rewriteAdditionalConfig (line 35) | public function rewriteAdditionalConfig() method readFile (line 46) | private function readFile($configPath) FILE: dev/tests/integration/framework/Magento/TestFramework/CookieManager.php class CookieManager (line 12) | class CookieManager extends \Magento\Framework\Stdlib\Cookie\PhpCookieMa... method setCookie (line 23) | protected function setCookie($name, $value, array $metadataArray) FILE: dev/tests/integration/framework/Magento/TestFramework/Db/AbstractDb.php class AbstractDb (line 12) | abstract class AbstractDb method __construct (line 64) | public function __construct($host, $user, $password, $schema, $varPath... method cleanup (line 77) | abstract public function cleanup(); method getSetupDbDumpFilename (line 84) | abstract protected function getSetupDbDumpFilename(); method isDbDumpExists (line 91) | abstract public function isDbDumpExists(); method storeDbDump (line 96) | abstract public function storeDbDump(); method restoreFromDbDump (line 101) | abstract public function restoreFromDbDump(); method getVendorName (line 106) | abstract public function getVendorName(); method getSchema (line 111) | public function getSchema() method getHost (line 119) | public function getHost() method getUser (line 127) | public function getUser() method getPassword (line 135) | public function getPassword() method _createScript (line 148) | protected function _createScript($file, $content) method assertVarPathWritable (line 156) | protected function assertVarPathWritable() FILE: dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php class Mysql (line 14) | class Mysql extends \Magento\Framework\DB\Adapter\Pdo\Mysql implements \... method beginTransparentTransaction (line 26) | public function beginTransparentTransaction() method commitTransparentTransaction (line 37) | public function commitTransparentTransaction() method rollbackTransparentTransaction (line 48) | public function rollbackTransparentTransaction() FILE: dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/TransactionInterface.php type TransactionInterface (line 13) | interface TransactionInterface method beginTransparentTransaction (line 20) | public function beginTransparentTransaction(); method commitTransparentTransaction (line 27) | public function commitTransparentTransaction(); method rollbackTransparentTransaction (line 34) | public function rollbackTransparentTransaction(); FILE: dev/tests/integration/framework/Magento/TestFramework/Db/ConnectionAdapter.php class ConnectionAdapter (line 11) | class ConnectionAdapter extends \Magento\Framework\Model\ResourceModel\T... method getDbConnectionClassName (line 18) | protected function getDbConnectionClassName() FILE: dev/tests/integration/framework/Magento/TestFramework/Db/Mysql.php class Mysql (line 12) | class Mysql extends \Magento\TestFramework\Db\AbstractDb method __construct (line 48) | public function __construct($host, $user, $password, $schema, $varPath... method cleanup (line 64) | public function cleanup() method getSetupDbDumpFilename (line 84) | protected function getSetupDbDumpFilename() method isDbDumpExists (line 94) | public function isDbDumpExists() method storeDbDump (line 102) | public function storeDbDump() method restoreFromDbDump (line 115) | public function restoreFromDbDump() method getVendorName (line 130) | public function getVendorName() method ensureDefaultsExtraFile (line 140) | private function ensureDefaultsExtraFile() FILE: dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php class Sequence (line 14) | class Sequence method __construct (line 40) | public function __construct( method generateSequences (line 52) | public function generateSequences($n = 10) FILE: dev/tests/integration/framework/Magento/TestFramework/Db/Sequence/Builder.php class Builder (line 19) | class Builder extends \Magento\SalesSequence\Model\Builder method __construct (line 86) | public function __construct( method setEntityType (line 105) | public function setEntityType($entityType) method setStoreId (line 115) | public function setStoreId($storeId) method setPrefix (line 125) | public function setPrefix($prefix) method setSuffix (line 135) | public function setSuffix($suffix) method setStartValue (line 145) | public function setStartValue($startValue) method setStep (line 155) | public function setStep($step) method setMaxValue (line 165) | public function setMaxValue($maxValue) method setWarningValue (line 175) | public function setWarningValue($warningValue) method validate (line 187) | protected function validate() method getSequenceName (line 204) | protected function getSequenceName() method create (line 222) | public function create() FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/AbstractAttributeDataWithOptions.php class AbstractAttributeDataWithOptions (line 13) | abstract class AbstractAttributeDataWithOptions extends AbstractBaseAttr... method __construct (line 18) | public function __construct() method getAttributeData (line 29) | public function getAttributeData(): array method getAttributeDataWithErrorMessage (line 41) | public function getAttributeDataWithErrorMessage(): array method getAttributeDataWithCheckArray (line 66) | public function getAttributeDataWithCheckArray(): array method getOptionsDataArr (line 80) | protected function getOptionsDataArr(): array FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/AbstractBaseAttributeData.php class AbstractBaseAttributeData (line 15) | abstract class AbstractBaseAttributeData method __construct (line 51) | public function __construct() method getAttributeData (line 61) | public function getAttributeData(): array method getAttributeDataWithErrorMessage (line 111) | public function getAttributeDataWithErrorMessage(): array method getAttributeDataWithCheckArray (line 133) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 223) | abstract protected function getFrontendInput(): string; FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/Date.php class Date (line 13) | class Date extends AbstractBaseAttributeData method __construct (line 18) | public function __construct() method getAttributeData (line 27) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 45) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 62) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/DropDown.php class DropDown (line 13) | class DropDown extends AbstractAttributeDataWithOptions method __construct (line 18) | public function __construct() method getFrontendInput (line 28) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/MultipleSelect.php class MultipleSelect (line 13) | class MultipleSelect extends AbstractAttributeDataWithOptions method getFrontendInput (line 18) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/Text.php class Text (line 13) | class Text extends AbstractBaseAttributeData method __construct (line 18) | public function __construct() method getAttributeData (line 28) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 46) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 70) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/TextArea.php class TextArea (line 13) | class TextArea extends AbstractBaseAttributeData method getAttributeData (line 18) | public function getAttributeData(): array method getFrontendInput (line 36) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/TextEditor.php class TextEditor (line 13) | class TextEditor extends AbstractBaseAttributeData method __construct (line 18) | public function __construct() method getAttributeData (line 27) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 45) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 122) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/YesNo.php class YesNo (line 13) | class YesNo extends AbstractBaseAttributeData method __construct (line 18) | public function __construct() method getAttributeData (line 29) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 47) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 64) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/GetAttributeGroupByName.php class GetAttributeGroupByName (line 17) | class GetAttributeGroupByName method __construct (line 33) | public function __construct( method execute (line 48) | public function execute(int $setId, string $groupName): ?AttributeGrou... FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/GetAttributeSetByName.php class GetAttributeSetByName (line 17) | class GetAttributeSetByName method __construct (line 33) | public function __construct( method execute (line 47) | public function execute(string $attributeSetName): ?AttributeSetInterface FILE: dev/tests/integration/framework/Magento/TestFramework/Eav/Model/ResourceModel/GetEntityIdByAttributeId.php class GetEntityIdByAttributeId (line 15) | class GetEntityIdByAttributeId method __construct (line 25) | public function __construct( method execute (line 38) | public function execute(int $setId, int $attributeId): ?int FILE: dev/tests/integration/framework/Magento/TestFramework/Entity.php class Entity (line 12) | class Entity method __construct (line 35) | public function __construct(\Magento\Framework\Model\AbstractModel $mo... method testCrud (line 52) | public function testCrud() method _getEmptyModel (line 70) | protected function _getEmptyModel() method _testCreate (line 75) | protected function _testCreate() method _testRead (line 84) | protected function _testRead() method _testUpdate (line 91) | protected function _testUpdate() method _testDelete (line 109) | protected function _testDelete() FILE: dev/tests/integration/framework/Magento/TestFramework/ErrorLog/Listener.php class Listener (line 10) | class Listener implements \PHPUnit\Framework\TestListener method addError (line 17) | public function addError(\PHPUnit\Framework\Test $test, \Exception $e,... method addFailure (line 26) | public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Fra... method addIncompleteTest (line 35) | public function addIncompleteTest(\PHPUnit\Framework\Test $test, \Exce... method addRiskyTest (line 44) | public function addRiskyTest(\PHPUnit\Framework\Test $test, \Exception... method addSkippedTest (line 53) | public function addSkippedTest(\PHPUnit\Framework\Test $test, \Excepti... method startTestSuite (line 60) | public function startTestSuite(\PHPUnit\Framework\TestSuite $suite) method endTestSuite (line 67) | public function endTestSuite(\PHPUnit\Framework\TestSuite $suite) method startTest (line 74) | public function startTest(\PHPUnit\Framework\Test $test) method endTest (line 84) | public function endTest(\PHPUnit\Framework\Test $test, $time) method addWarning (line 105) | public function addWarning(\PHPUnit\Framework\Test $test, \PHPUnit\Fra... FILE: dev/tests/integration/framework/Magento/TestFramework/ErrorLog/Logger.php class Logger (line 10) | class Logger extends \Magento\Framework\Logger\Monolog method __construct (line 30) | public function __construct($name, array $handlers = [], array $proces... method clearMessages (line 39) | public function clearMessages() method getMessages (line 47) | public function getMessages() method addRecord (line 60) | public function addRecord($level, $message, array $context = []) FILE: dev/tests/integration/framework/Magento/TestFramework/Event/Magento.php class Magento (line 14) | class Magento implements ObserverInterface method setDefaultEventManager (line 33) | public static function setDefaultEventManager(\Magento\TestFramework\E... method __construct (line 44) | public function __construct($eventManager = null) method execute (line 59) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: dev/tests/integration/framework/Magento/TestFramework/Event/Param/Transaction.php class Transaction (line 12) | class Transaction method __construct (line 27) | public function __construct() method requestTransactionStart (line 36) | public function requestTransactionStart() method requestTransactionRollback (line 44) | public function requestTransactionRollback() method isTransactionStartRequested (line 54) | public function isTransactionStartRequested() method isTransactionRollbackRequested (line 64) | public function isTransactionRollbackRequested() FILE: dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php class PhpUnit (line 12) | class PhpUnit implements \PHPUnit\Framework\TestListener method setDefaultEventManager (line 31) | public static function setDefaultEventManager(\Magento\TestFramework\E... method __construct (line 42) | public function __construct(\Magento\TestFramework\EventManager $event... method addError (line 55) | public function addError(\PHPUnit\Framework\Test $test, \Exception $e,... method addFailure (line 64) | public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Fra... method addIncompleteTest (line 73) | public function addIncompleteTest(\PHPUnit\Framework\Test $test, \Exce... method addRiskyTest (line 82) | public function addRiskyTest(\PHPUnit\Framework\Test $test, \Exception... method addSkippedTest (line 91) | public function addSkippedTest(\PHPUnit\Framework\Test $test, \Excepti... method startTestSuite (line 98) | public function startTestSuite(\PHPUnit\Framework\TestSuite $suite) method endTestSuite (line 110) | public function endTestSuite(\PHPUnit\Framework\TestSuite $suite) method startTest (line 121) | public function startTest(\PHPUnit\Framework\Test $test) method endTest (line 133) | public function endTest(\PHPUnit\Framework\Test $test, $time) method addWarning (line 144) | public function addWarning(\PHPUnit\Framework\Test $test, \PHPUnit\Fra... FILE: dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php class Transaction (line 12) | class Transaction method __construct (line 34) | public function __construct(\Magento\TestFramework\EventManager $event... method startTest (line 44) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 54) | public function endTest(\PHPUnit\Framework\TestCase $test) method endTestSuite (line 62) | public function endTestSuite() method _processTransactionRequests (line 73) | protected function _processTransactionRequests($eventName, \PHPUnit\Fr... method _startTransaction (line 90) | protected function _startTransaction(\PHPUnit\Framework\TestCase $test) method _rollbackTransaction (line 110) | protected function _rollbackTransaction() method _getConnection (line 127) | protected function _getConnection($connectionName = \Magento\Framework... method _getEventParam (line 140) | protected function _getEventParam() FILE: dev/tests/integration/framework/Magento/TestFramework/EventManager.php class EventManager (line 17) | class EventManager method __construct (line 31) | public function __construct(array $subscribers) method fireEvent (line 43) | public function fireEvent($eventName, array $parameters = [], $reverse... FILE: dev/tests/integration/framework/Magento/TestFramework/HTTP/AsyncClientInterfaceMock.php class AsyncClientInterfaceMock (line 19) | class AsyncClientInterfaceMock implements AsyncClientInterface method __construct (line 40) | public function __construct(GuzzleAsyncClient $client) method nextResponses (line 51) | public function nextResponses(array $responses): void method getLastRequest (line 61) | public function getLastRequest(): ?Request method request (line 69) | public function request(Request $request): HttpResponseDeferredInterface FILE: dev/tests/integration/framework/Magento/TestFramework/HTTP/MockDeferredResponse.php class MockDeferredResponse (line 17) | class MockDeferredResponse implements HttpResponseDeferredInterface method __construct (line 28) | public function __construct(Response $response) method cancel (line 36) | public function cancel(bool $force = false): void method isCancelled (line 44) | public function isCancelled(): bool method isDone (line 52) | public function isDone(): bool method get (line 60) | public function get(): Response FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Amqp.php class Amqp (line 14) | class Amqp method __construct (line 42) | public function __construct( method isAvailable (line 65) | public function isAvailable(): bool method getExchanges (line 79) | public function getExchanges() method getExchangeBindings (line 97) | public function getExchangeBindings($name) method getConnections (line 109) | public function getConnections() method clearQueue (line 128) | public function clearQueue(string $name, int $numMessages = 50) method deleteConnection (line 146) | public function deleteConnection($name) FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Api.php class Api (line 10) | class Api method call (line 27) | public static function call(\PHPUnit\Framework\TestCase $testCase, $pa... method callWithException (line 74) | public static function callWithException( method restoreErrorHandler (line 96) | public static function restoreErrorHandler() method soapAdapterFaultCallback (line 108) | public static function soapAdapterFaultCallback($exceptionCode, $excep... method simpleXmlToArray (line 135) | public static function simpleXmlToArray($xml, $keyTrimmer = null) method checkEntityFields (line 190) | public static function checkEntityFields( FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Bootstrap.php class Bootstrap (line 12) | class Bootstrap method setInstance (line 35) | public static function setInstance(\Magento\TestFramework\Helper\Boots... method getInstance (line 49) | public static function getInstance() method canTestHeaders (line 62) | public static function canTestHeaders() method __construct (line 75) | public function __construct(\Magento\TestFramework\Bootstrap $bootstrap) method getAppTempDir (line 85) | public function getAppTempDir() method getAppInitParams (line 95) | public function getAppInitParams() method reinitialize (line 106) | public function reinitialize(array $overriddenParams = []) method runApp (line 115) | public function runApp() method getObjectManager (line 125) | public static function getObjectManager() method setObjectManager (line 135) | public static function setObjectManager(\Magento\Framework\ObjectManag... method getBootstrap (line 145) | public function getBootstrap() method loadArea (line 154) | public function loadArea($areaCode) FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/CacheCleaner.php class CacheCleaner (line 14) | class CacheCleaner method clean (line 21) | public static function clean(array $cacheTypes = []) method cleanAll (line 32) | public static function cleanAll() method getCachePool (line 45) | private static function getCachePool() FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Config.php class Config (line 12) | class Config method getEnabledModules (line 19) | public function getEnabledModules() FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Curl.php class Curl (line 13) | class Curl extends CurlLibrary method delete (line 26) | public function delete($uri) FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Eav.php class Eav (line 10) | class Eav method setIncrementIdPrefix (line 18) | public static function setIncrementIdPrefix($entityType, $prefix) FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Factory.php class Factory (line 12) | class Factory method getHelper (line 25) | public static function getHelper($name) method setHelper (line 42) | public static function setHelper($name, $helper) FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Memory.php class Memory (line 16) | class Memory method __construct (line 36) | public function __construct(\Magento\Framework\Shell $shell) method getRealMemoryUsage (line 49) | public function getRealMemoryUsage() method _getUnixProcessMemoryUsage (line 70) | protected function _getUnixProcessMemoryUsage($pid) method _getWinProcessMemoryUsage (line 90) | protected function _getWinProcessMemoryUsage($pid) method convertToBytes (line 108) | public static function convertToBytes($number) method _convertToNumber (line 145) | protected static function _convertToNumber($number) method isMacOs (line 164) | public static function isMacOs() FILE: dev/tests/integration/framework/Magento/TestFramework/Helper/Xpath.php class Xpath (line 8) | class Xpath method getElementsCountForXpath (line 17) | public static function getElementsCountForXpath($xpath, $html) FILE: dev/tests/integration/framework/Magento/TestFramework/Indexer/TestCase.php class TestCase (line 8) | class TestCase extends \PHPUnit\Framework\TestCase method tearDownAfterClass (line 10) | public static function tearDownAfterClass() FILE: dev/tests/integration/framework/Magento/TestFramework/Interception/PluginList.php class PluginList (line 13) | class PluginList extends \Magento\Framework\Interception\PluginList\Plug... method __construct (line 36) | public function __construct( method reset (line 68) | public function reset() FILE: dev/tests/integration/framework/Magento/TestFramework/Isolation/AppConfig.php class AppConfig (line 15) | class AppConfig method startTest (line 32) | public function startTest(\PHPUnit\Framework\TestCase $test) method getTestAppConfig (line 42) | private function getTestAppConfig() FILE: dev/tests/integration/framework/Magento/TestFramework/Isolation/DeploymentConfig.php class DeploymentConfig (line 15) | class DeploymentConfig method startTestSuite (line 39) | public function startTestSuite() method endTest (line 58) | public function endTest(\PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Isolation/WorkingDirectory.php class WorkingDirectory (line 12) | class WorkingDirectory method startTest (line 25) | public function startTest(\PHPUnit\Framework\TestCase $test) method endTest (line 36) | public function endTest(\PHPUnit\Framework\TestCase $test) FILE: dev/tests/integration/framework/Magento/TestFramework/Listener/ExtededTestdox.php class ExtededTestdox (line 8) | class ExtededTestdox extends \PHPUnit_Util_Printer implements \PHPUnit\F... method __construct (line 75) | public function __construct($out = null) method flush (line 87) | public function flush() method addError (line 103) | public function addError(\PHPUnit\Framework\Test $test, \Exception $e,... method addFailure (line 119) | public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Fra... method addIncompleteTest (line 135) | public function addIncompleteTest(\PHPUnit\Framework\Test $test, \Exce... method addSkippedTest (line 152) | public function addSkippedTest(\PHPUnit\Framework\Test $test, \Excepti... method addRiskyTest (line 169) | public function addRiskyTest(\PHPUnit\Framework\Test $test, \Exception... method startTestSuite (line 184) | public function startTestSuite(\PHPUnit\Framework\TestSuite $suite) method endTestSuite (line 195) | public function endTestSuite(\PHPUnit\Framework\TestSuite $suite) method startTest (line 204) | public function startTest(\PHPUnit\Framework\Test $test) method endTest (line 233) | public function endTest(\PHPUnit\Framework\Test $test, $time) method startRun (line 259) | protected function startRun() method endRun (line 267) | protected function endRun() method startClass (line 277) | protected function startClass($name) method endClass (line 288) | protected function endClass($name) method doEndClass (line 296) | protected function doEndClass() FILE: dev/tests/integration/framework/Magento/TestFramework/Lock/Backend/DummyLocker.php class DummyLocker (line 15) | class DummyLocker implements LockManagerInterface method lock (line 20) | public function lock(string $name, int $timeout = -1): bool method unlock (line 28) | public function unlock(string $name): bool method isLocked (line 36) | public function isLocked(string $name): bool FILE: dev/tests/integration/framework/Magento/TestFramework/Mail/Template/TransportBuilderMock.php class TransportBuilderMock (line 12) | class TransportBuilderMock extends \Magento\Framework\Mail\Template\Tran... method reset (line 24) | protected function reset() method getSentMessage (line 35) | public function getSentMessage() method getTransport (line 46) | public function getTransport() FILE: dev/tests/integration/framework/Magento/TestFramework/Mail/TransportInterfaceMock.php class TransportInterfaceMock (line 14) | class TransportInterfaceMock implements \Magento\Framework\Mail\Transpor... method __construct (line 26) | public function __construct($message = null) method sendMessage (line 36) | public function sendMessage() method getMessage (line 47) | public function getMessage() FILE: dev/tests/integration/framework/Magento/TestFramework/MemoryLimit.php class MemoryLimit (line 10) | class MemoryLimit method __construct (line 35) | public function __construct($memCap, $leakCap, \Magento\TestFramework\... method printHeader (line 47) | public static function printHeader() method printStats (line 57) | public function printStats() method _toMb (line 89) | private function _toMb($bytes) method validateUsage (line 100) | public function validateUsage() method _getUsage (line 125) | private function _getUsage() FILE: dev/tests/integration/framework/Magento/TestFramework/MessageQueue/EnvironmentPreconditionException.php class EnvironmentPreconditionException (line 8) | class EnvironmentPreconditionException extends \Exception FILE: dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PreconditionFailedException.php class PreconditionFailedException (line 8) | class PreconditionFailedException extends \Exception FILE: dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php class PublisherConsumerController (line 18) | class PublisherConsumerController method __construct (line 65) | public function __construct( method initialize (line 89) | public function initialize() method validateEnvironmentPreconditions (line 119) | private function validateEnvironmentPreconditions() method stopConsumers (line 137) | public function stopConsumers() method getConsumersProcessIds (line 151) | public function getConsumersProcessIds() method getConsumerProcessIds (line 166) | private function getConsumerProcessIds($consumer) method getConsumerStartCommand (line 179) | private function getConsumerStartCommand($consumer, $withEnvVariables ... method waitForAsynchronousResult (line 203) | public function waitForAsynchronousResult(callable $condition, $params) method getPublisher (line 221) | public function getPublisher() method startConsumers (line 231) | public function startConsumers(): void FILE: dev/tests/integration/framework/Magento/TestFramework/ObjectManager.php class ObjectManager (line 11) | class ObjectManager extends \Magento\Framework\App\ObjectManager method clearCache (line 42) | public function clearCache() method clearMappedTableNames (line 72) | private function clearMappedTableNames() method addSharedInstance (line 90) | public function addSharedInstance($instance, $className) method removeSharedInstance (line 101) | public function removeSharedInstance($className) method setInstance (line 112) | public static function setInstance(\Magento\Framework\ObjectManagerInt... method getFactory (line 120) | public function getFactory() FILE: dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Config.php class Config (line 8) | class Config extends \Magento\Framework\Interception\ObjectManager\Confi... method clean (line 13) | public function clean() FILE: dev/tests/integration/framework/Magento/TestFramework/ObjectManager/Configurator.php class Configurator (line 21) | class Configurator implements \Magento\Framework\ObjectManager\DynamicCo... method getConfiguration (line 28) | public function getConfiguration() FILE: dev/tests/integration/framework/Magento/TestFramework/ObjectManagerFactory.php class ObjectManagerFactory (line 17) | class ObjectManagerFactory extends \Magento\Framework\App\ObjectManagerF... method restore (line 51) | public function restore(ObjectManager $objectManager, $directoryList, ... method _loadPrimaryConfig (line 82) | protected function _loadPrimaryConfig(DirectoryList $directoryList, $d... FILE: dev/tests/integration/framework/Magento/TestFramework/Profiler/OutputBamboo.php class OutputBamboo (line 12) | class OutputBamboo extends \Magento\Framework\Profiler\Driver\Standard\O... method __construct (line 24) | public function __construct(array $config = null) method _aggregateTimerValues (line 38) | protected function _aggregateTimerValues( method _writeFileContent (line 68) | protected function _writeFileContent($fileHandle, \Magento\Framework\P... FILE: dev/tests/integration/framework/Magento/TestFramework/Quote/Model/GetQuoteByReservedOrderId.php class GetQuoteByReservedOrderId (line 17) | class GetQuoteByReservedOrderId method __construct (line 29) | public function __construct(SearchCriteriaBuilder $searchCriteriaBuild... method execute (line 41) | public function execute(string $reservedOrderId): ?CartInterface FILE: dev/tests/integration/framework/Magento/TestFramework/Request.php class Request (line 13) | class Request extends \Magento\Framework\App\Request\Http method getHttpHost (line 31) | public function getHttpHost($trimPort = true) method setServer (line 42) | public function setServer(ParametersInterface $server) method getServer (line 55) | public function getServer($name = null, $default = null) FILE: dev/tests/integration/framework/Magento/TestFramework/Response.php class Response (line 15) | class Response extends \Magento\Framework\App\Response\Http method sendResponse (line 17) | public function sendResponse() FILE: dev/tests/integration/framework/Magento/TestFramework/SalesRule/Model/GetSalesRuleByName.php class GetSalesRuleByName (line 17) | class GetSalesRuleByName method __construct (line 29) | public function __construct(SearchCriteriaBuilder $searchCriteriaBuild... method execute (line 41) | public function execute(string $name): ?RuleInterface FILE: dev/tests/integration/framework/Magento/TestFramework/Session/SessionStartChecker.php class SessionStartChecker (line 14) | class SessionStartChecker extends \Magento\Framework\Session\SessionStar... method check (line 21) | public function check() : bool FILE: dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php class StoreManager (line 16) | class StoreManager implements \Magento\Store\Model\StoreManagerInterface method __construct (line 37) | public function __construct( method setCurrentStore (line 48) | public function setCurrentStore($store) method setIsSingleStoreModeAllowed (line 57) | public function setIsSingleStoreModeAllowed($value) method hasSingleStore (line 66) | public function hasSingleStore() method isSingleStoreMode (line 76) | public function isSingleStoreMode() method getStore (line 86) | public function getStore($storeId = null) method getStores (line 96) | public function getStores($withDefault = false, $codeKey = false) method getWebsite (line 106) | public function getWebsite($websiteId = null) method getWebsites (line 116) | public function getWebsites($withDefault = false, $codeKey = false) method reinitStores (line 126) | public function reinitStores() method getDefaultStoreView (line 144) | public function getDefaultStoreView() method getGroup (line 154) | public function getGroup($groupId = null) method getGroups (line 164) | public function getGroups($withDefault = false) method dispatchInitCurrentStoreAfterEvent (line 174) | protected function dispatchInitCurrentStoreAfterEvent() FILE: dev/tests/integration/framework/Magento/TestFramework/Swatches/Model/Attribute/DataProvider/AbstractSwatchAttributeData.php class AbstractSwatchAttributeData (line 15) | abstract class AbstractSwatchAttributeData extends AbstractAttributeData... method __construct (line 20) | public function __construct() FILE: dev/tests/integration/framework/Magento/TestFramework/Swatches/Model/Attribute/DataProvider/TextSwatch.php class TextSwatch (line 15) | class TextSwatch extends AbstractSwatchAttributeData method __construct (line 20) | public function __construct() method getAttributeDataWithCheckArray (line 29) | public function getAttributeDataWithCheckArray(): array method getOptionsDataArr (line 96) | protected function getOptionsDataArr(): array method getFrontendInput (line 156) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Swatches/Model/Attribute/DataProvider/VisualSwatch.php class VisualSwatch (line 15) | class VisualSwatch extends AbstractSwatchAttributeData method __construct (line 20) | public function __construct() method getAttributeDataWithCheckArray (line 29) | public function getAttributeDataWithCheckArray(): array method getOptionsDataArr (line 96) | protected function getOptionsDataArr(): array method getFrontendInput (line 147) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractBackendController.php class AbstractBackendController (line 13) | abstract class AbstractBackendController extends \Magento\TestFramework\... method setUp (line 56) | protected function setUp() method _getAdminCredentials (line 74) | protected function _getAdminCredentials() method tearDown (line 85) | protected function tearDown() method testAclHasAccess (line 97) | public function testAclHasAccess() method testAclNoAccess (line 113) | public function testAclNoAccess() FILE: dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractConfigFiles.php class AbstractConfigFiles (line 13) | abstract class AbstractConfigFiles extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method tearDown (line 69) | protected function tearDown() method testXmlConfigFile (line 77) | public function testXmlConfigFile($file, $skip = false) method testMergedConfig (line 96) | public function testMergedConfig() method xmlConfigFileProvider (line 123) | public function xmlConfigFileProvider() method getXmlConfigFiles (line 138) | public function getXmlConfigFiles() method _getReaderClassName (line 153) | abstract protected function _getReaderClassName(); method _getConfigFilePathGlob (line 162) | abstract protected function _getConfigFilePathGlob(); method _getXsdPath (line 169) | abstract protected function _getXsdPath(); FILE: dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractController.php class AbstractController (line 24) | abstract class AbstractController extends \PHPUnit\Framework\TestCase method _getBootstrap (line 59) | protected function _getBootstrap() method setUp (line 67) | protected function setUp() method tearDown (line 78) | protected function tearDown() method assertPostConditions (line 88) | protected function assertPostConditions() method dispatch (line 104) | public function dispatch($uri) method getRequest (line 124) | public function getRequest() method getResponse (line 137) | public function getResponse() method assert404NotFound (line 148) | public function assert404NotFound() method assertHeaderPcre (line 161) | public function assertHeaderPcre($headerName, $valueRegex) method assertRedirect (line 187) | public function assertRedirect(\PHPUnit\Framework\Constraint\Constrain... method assertSessionMessages (line 214) | public function assertSessionMessages( method getMessages (line 245) | protected function getMessages( method getSessionMessages (line 262) | protected function getSessionMessages( method getCookieMessages (line 292) | protected function getCookieMessages($messageType = null) FILE: dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractIntegrity.php class AbstractIntegrity (line 12) | abstract class AbstractIntegrity extends \PHPUnit\Framework\TestCase method _getEnabledModules (line 26) | protected function _getEnabledModules() method _isFileForDisabledModule (line 43) | protected function _isFileForDisabledModule($file) method _getDesignThemes (line 60) | protected function _getDesignThemes() FILE: dev/tests/integration/framework/Magento/TestFramework/View/Layout.php class Layout (line 9) | class Layout extends \Magento\Framework\View\Layout method isCacheable (line 19) | public function isCacheable() method setIsCacheable (line 28) | public function setIsCacheable($isCacheable) FILE: dev/tests/integration/framework/Magento/TestFramework/Weee/Model/Attribute/DataProvider/FixedProductTax.php class FixedProductTax (line 15) | class FixedProductTax extends AbstractBaseAttributeData method __construct (line 20) | public function __construct() method getAttributeData (line 29) | public function getAttributeData(): array method getAttributeDataWithCheckArray (line 41) | public function getAttributeDataWithCheckArray(): array method getFrontendInput (line 53) | protected function getFrontendInput(): string FILE: dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/StaticProperties.php class StaticProperties (line 21) | class StaticProperties method __construct (line 56) | public function __construct() method _isClassCleanable (line 80) | protected static function _isClassCleanable(\ReflectionClass $reflecti... method _isClassInCleanableFolders (line 102) | protected static function _isClassInCleanableFolders($classFile) method getReflectionClass (line 131) | private static function getReflectionClass($class) method restoreStaticVariables (line 145) | public static function restoreStaticVariables() method backupStaticVariables (line 163) | public static function backupStaticVariables() method startTestSuite (line 229) | public function startTestSuite() method endTestSuite (line 239) | public function endTestSuite(\PHPUnit\Framework\TestSuite $suite) FILE: dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/TestCaseProperties.php class TestCaseProperties (line 12) | class TestCaseProperties method endTestSuite (line 19) | public function endTestSuite(\PHPUnit\Framework\TestSuite $suite) FILE: dev/tests/integration/framework/Magento/TestFramework/Workaround/Segfault.php class Segfault (line 12) | class Segfault method endTestSuite (line 17) | public function endTestSuite() FILE: dev/tests/integration/framework/bootstrap.php function setCustomErrorHandler (line 119) | function setCustomErrorHandler() FILE: dev/tests/integration/framework/deployTestModules.php function deleteTestModules (line 67) | function deleteTestModules($pathToCommittedTestModules, $pathToInstalled... FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/AdminConfigFixtureTest.php class AdminConfigFixtureTest (line 12) | class AdminConfigFixtureTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testConfig (line 30) | public function testConfig() method testInitStoreAfterOfScope (line 48) | public function testInitStoreAfterOfScope() method testInitStoreAfter (line 58) | public function testInitStoreAfter() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/AppAreaTest.php class AppAreaTest (line 11) | class AppAreaTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetTestAppArea (line 40) | public function testGetTestAppArea($annotations, $expectedArea) method getTestAppAreaDataProvider (line 49) | public function getTestAppAreaDataProvider() method testGetTestAppAreaWithInvalidArea (line 68) | public function testGetTestAppAreaWithInvalidArea() method testStartTestWithDifferentAreaCodes (line 81) | public function testStartTestWithDifferentAreaCodes(string $areaCode) method testStartTestPreventDoubleAreaLoadingAfterReinitialization (line 91) | public function testStartTestPreventDoubleAreaLoadingAfterReinitializa... method testStartTestPreventDoubleAreaLoading (line 102) | public function testStartTestPreventDoubleAreaLoading() method startTestWithDifferentAreaCodes (line 117) | public function startTestWithDifferentAreaCodes() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/AppIsolationTest.php class AppIsolationTest (line 12) | class AppIsolationTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testStartTestSuite (line 36) | public function testStartTestSuite() method testEndTestIsolationInvalid (line 46) | public function testEndTestIsolationInvalid() method testEndTestIsolationAmbiguous (line 56) | public function testEndTestIsolationAmbiguous() method testEndTestIsolationDefault (line 61) | public function testEndTestIsolationDefault() method testEndTestIsolationController (line 67) | public function testEndTestIsolationController() method testEndTestIsolationDisabled (line 78) | public function testEndTestIsolationDisabled() method testEndTestIsolationEnabled (line 87) | public function testEndTestIsolationEnabled() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/ComponentRegistrarFixtureTest.php class ComponentRegistrarFixtureTest (line 12) | class ComponentRegistrarFixtureTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testStartEndTest (line 32) | public function testStartEndTest() method assertFixturesNotRegistered (line 42) | private function assertFixturesNotRegistered() method assertFixturesRegistered (line 50) | private function assertFixturesRegistered() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/ConfigFixtureTest.php class ConfigFixtureTest (line 12) | class ConfigFixtureTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGlobalConfig (line 30) | public function testGlobalConfig() method testCurrentStoreConfig (line 65) | public function testCurrentStoreConfig() method testSpecificStoreConfig (line 103) | public function testSpecificStoreConfig() method testInitStoreAfterOfScope (line 138) | public function testInitStoreAfterOfScope() method testInitStoreAfter (line 148) | public function testInitStoreAfter() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/DataFixtureTest.php class DataFixtureTest (line 15) | class DataFixtureTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method sampleFixtureOne (line 30) | public static function sampleFixtureOne() method sampleFixtureTwo (line 34) | public static function sampleFixtureTwo() method sampleFixtureTwoRollback (line 38) | public static function sampleFixtureTwoRollback() method testConstructorException (line 45) | public function testConstructorException() method testStartTestTransactionRequestClassAnnotation (line 50) | public function testStartTestTransactionRequestClassAnnotation() method testStartTestTransactionRequestMethodAnnotation (line 67) | public function testStartTestTransactionRequestMethodAnnotation() method testDisabledDbIsolation (line 86) | public function testDisabledDbIsolation() method testStartTestTransactionRequestInvalidPath (line 104) | public function testStartTestTransactionRequestInvalidPath() method testEndTestTransactionRequestMethodAnnotation (line 113) | public function testEndTestTransactionRequestMethodAnnotation() method testStartTransactionClassAnnotation (line 127) | public function testStartTransactionClassAnnotation() method testStartTransactionMethodAnnotation (line 137) | public function testStartTransactionMethodAnnotation() method testRollbackTransactionRevertFixtureMethod (line 154) | public function testRollbackTransactionRevertFixtureMethod() method testRollbackTransactionRevertFixtureFile (line 171) | public function testRollbackTransactionRevertFixtureFile() method testModuleDataFixture (line 188) | public function testModuleDataFixture() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Annotation/DbIsolationTest.php class DbIsolationTest (line 13) | class DbIsolationTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testStartTestTransactionRequestClassIsolationEnabled (line 25) | public function testStartTestTransactionRequestClassIsolationEnabled() method testStartTestTransactionRequestMethodIsolationEnabled (line 42) | public function testStartTestTransactionRequestMethodIsolationEnabled() method testStartTestTransactionRequestMethodIsolationDisabled (line 50) | public function testStartTestTransactionRequestMethodIsolationDisabled() method testStartTestTransactionRequestInvalidAnnotation (line 68) | public function testStartTestTransactionRequestInvalidAnnotation() method testStartTestTransactionRequestAmbiguousAnnotation (line 78) | public function testStartTestTransactionRequestAmbiguousAnnotation() method testEndTestTransactionRequestMethodIsolationEnabled (line 86) | public function testEndTestTransactionRequestMethodIsolationEnabled() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/App/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | public function setUp() method testGet (line 30) | public function testGet() method testClean (line 40) | public function testClean() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/ApplicationTest.php class ApplicationTest (line 23) | class ApplicationTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testConstructor (line 66) | public function testConstructor() method testPartialLoadArea (line 92) | public function testPartialLoadArea(string $areaCode) method partialLoadAreaDataProvider (line 149) | public function partialLoadAreaDataProvider() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/DocBlockTest.php class DocBlockTest (line 12) | class DocBlockTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 30) | protected function tearDown() method _expectNoListenerCreation (line 42) | protected function _expectNoListenerCreation($listenerClass, $expected... method testRegisterAnnotations (line 52) | public function testRegisterAnnotations() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/MemoryTest.php class MemoryTest (line 12) | class MemoryTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method tearDown (line 39) | protected function tearDown() method testConstructorException (line 50) | public function testConstructorException() method testDisplayStats (line 55) | public function testDisplayStats() method testActivateStatsDisplaying (line 69) | public function testActivateStatsDisplaying() method testActivateLimitValidation (line 81) | public function testActivateLimitValidation() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/ProfilerTest.php class ProfilerTest (line 12) | class ProfilerTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 32) | protected function tearDown() method testRegisterFileProfiler (line 38) | public function testRegisterFileProfiler() method testRegisterBambooProfiler (line 50) | public function testRegisterBambooProfiler() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/SettingsTest.php class SettingsTest (line 12) | class SettingsTest extends \PHPUnit\Framework\TestCase method __construct (line 31) | public function __construct($name = null, array $data = [], $dataName ... method setUp (line 37) | protected function setUp() method tearDown (line 59) | protected function tearDown() method testConstructorNonExistingBaseDir (line 68) | public function testConstructorNonExistingBaseDir() method testGet (line 79) | public function testGet($settingName, $defaultValue, $expectedResult) method getDataProvider (line 84) | public function getDataProvider() method testGetAsBoolean (line 102) | public function testGetAsBoolean($settingName, $expectedResult) method getAsBooleanDataProvider (line 107) | public function getAsBooleanDataProvider() method testGetAsFile (line 122) | public function testGetAsFile($settingName, $defaultValue, $expectedRe... method getAsFileDataProvider (line 127) | public function getAsFileDataProvider() method testGetAsMatchingPaths (line 143) | public function testGetAsMatchingPaths($settingName, $expectedResult) method getAsMatchingPathsDataProvider (line 152) | public function getAsMatchingPathsDataProvider() method testGetAsConfigFile (line 177) | public function testGetAsConfigFile($settingName, $expectedResult) method getAsConfigFileDataProvider (line 186) | public function getAsConfigFileDataProvider() method testGetAsConfigFileException (line 200) | public function testGetAsConfigFileException($settingName, $expectedEx... method getAsConfigFileExceptionDataProvider (line 207) | public function getAsConfigFileExceptionDataProvider() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/BootstrapTest.php class BootstrapTest (line 12) | class BootstrapTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method tearDown (line 101) | protected function tearDown() method testGetApplication (line 112) | public function testGetApplication() method testRunBootstrap (line 117) | public function testRunBootstrap() method testRunBootstrapProfilerEnabled (line 155) | public function testRunBootstrapProfilerEnabled() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Db/Adapter/TransactionInterfaceTest.php class TransactionInterfaceTest (line 16) | class TransactionInterfaceTest extends \PHPUnit\Framework\TestCase method testBeginTransparentTransaction (line 22) | public function testBeginTransparentTransaction($class) method testRollbackTransparentTransaction (line 36) | public function testRollbackTransparentTransaction($class) method testCommitTransparentTransaction (line 50) | public function testCommitTransparentTransaction($class) method transparentTransactionDataProvider (line 63) | public function transparentTransactionDataProvider() method _getConnectionMock (line 82) | protected function _getConnectionMock($class) FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/EntityTest.php class EntityTest (line 8) | class EntityTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method saveModelSuccessfully (line 26) | public function saveModelSuccessfully() method saveModelAndFailOnUpdate (line 36) | public function saveModelAndFailOnUpdate() method deleteModelSuccessfully (line 48) | public function deleteModelSuccessfully() method testConstructorIrrelevantModelClass (line 57) | public function testConstructorIrrelevantModelClass() method crudDataProvider (line 62) | public function crudDataProvider() method testTestCrud (line 76) | public function testTestCrud($saveCallback, $expectedException = null) FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event/MagentoTest.php class MagentoTest (line 12) | class MagentoTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testConstructorDefaultEventManager (line 38) | public function testConstructorDefaultEventManager() method testConstructorException (line 50) | public function testConstructorException($eventManager) method constructorExceptionDataProvider (line 55) | public function constructorExceptionDataProvider() method testInitStoreAfter (line 60) | public function testInitStoreAfter() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event/Param/TransactionTest.php class TransactionTest (line 12) | class TransactionTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testConstructor (line 24) | public function testConstructor() method testRequestTransactionStart (line 33) | public function testRequestTransactionStart() method testRequestTransactionRollback (line 40) | public function testRequestTransactionRollback() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event/PhpUnitTest.php class PhpUnitTest (line 12) | class PhpUnitTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 33) | protected function tearDown() method testConstructorDefaultEventManager (line 38) | public function testConstructorDefaultEventManager() method testConstructorException (line 48) | public function testConstructorException() method testDoNotFireEvent (line 57) | public function testDoNotFireEvent($method) method doNotFireEventDataProvider (line 63) | public function doNotFireEventDataProvider() method testStartTestSuiteFireEvent (line 73) | public function testStartTestSuiteFireEvent() method testStartTestSuiteDoNotFireEvent (line 79) | public function testStartTestSuiteDoNotFireEvent() method testEndTestSuiteFireEvent (line 85) | public function testEndTestSuiteFireEvent() method testEndTestSuiteDoNotFireEvent (line 91) | public function testEndTestSuiteDoNotFireEvent() method testStartTestFireEvent (line 97) | public function testStartTestFireEvent() method testStartTestDoNotFireEvent (line 103) | public function testStartTestDoNotFireEvent() method testEndTestFireEvent (line 110) | public function testEndTestFireEvent() method testEndTestDoNotFireEvent (line 116) | public function testEndTestDoNotFireEvent() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event/TransactionTest.php class TransactionTest (line 12) | class TransactionTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method _imitateTransactionStartRequest (line 51) | protected function _imitateTransactionStartRequest($eventName) method _expectTransactionStart (line 74) | protected function _expectTransactionStart(\PHPUnit\Framework\MockObje... method _imitateTransactionRollbackRequest (line 85) | protected function _imitateTransactionRollbackRequest($eventName) method _expectTransactionRollback (line 108) | protected function _expectTransactionRollback(\PHPUnit\Framework\MockO... method testStartAndRollbackTransaction (line 119) | public function testStartAndRollbackTransaction($method, $eventName) method startAndRollbackTransactionDataProvider (line 130) | public function startAndRollbackTransactionDataProvider() method testDoNotStartAndRollbackTransaction (line 143) | public function testDoNotStartAndRollbackTransaction($method, $eventName) method testEndTestSuiteDoNothing (line 150) | public function testEndTestSuiteDoNothing() method testEndTestSuiteRollbackTransaction (line 157) | public function testEndTestSuiteRollbackTransaction() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/EventManagerTest.php class EventManagerTest (line 12) | class EventManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testFireEvent (line 43) | public function testFireEvent($reverseOrder, $expectedSubscribers) method fireEventDataProvider (line 58) | public function fireEventDataProvider() method testFireEventParameters (line 66) | public function testFireEventParameters() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Helper/BootstrapTest.php class BootstrapTest (line 15) | class BootstrapTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method tearDown (line 64) | protected function tearDown() method testGetInstanceEmptyProhibited (line 75) | public function testGetInstanceEmptyProhibited() method testSetInstanceFirstAllowed (line 80) | public function testSetInstanceFirstAllowed() method testGetInstanceAllowed (line 89) | public function testGetInstanceAllowed(\Magento\TestFramework\Helper\B... method testSetInstanceChangeProhibited (line 99) | public function testSetInstanceChangeProhibited() method testCanTestHeaders (line 104) | public function testCanTestHeaders() method testGetAppTempDir (line 141) | public function testGetAppTempDir() method testGetAppInitParams (line 147) | public function testGetAppInitParams() method testReinitialize (line 159) | public function testReinitialize() method testRunApp (line 165) | public function testRunApp() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Helper/FactoryTest.php class FactoryTest (line 8) | class FactoryTest extends \PHPUnit\Framework\TestCase method testGetHelper (line 10) | public function testGetHelper() method testSetHelper (line 19) | public function testSetHelper() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Helper/MemoryTest.php class MemoryTest (line 8) | class MemoryTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetRealMemoryUsageUnix (line 20) | public function testGetRealMemoryUsageUnix() method testGetRealMemoryUsageWin (line 35) | public function testGetRealMemoryUsageWin() method testConvertToBytes (line 64) | public function testConvertToBytes($number, $expected) method convertToBytesDataProvider (line 72) | public function convertToBytesDataProvider() method testConvertToBytesBadFormat (line 92) | public function testConvertToBytesBadFormat($number) method convertToBytesBadFormatDataProvider (line 100) | public function convertToBytesBadFormatDataProvider() method testConvertToBytes64 (line 114) | public function testConvertToBytes64($number, $expected) method convertToBytes64DataProvider (line 125) | public function convertToBytes64DataProvider() method testConvertToBytesInvalidArgument (line 137) | public function testConvertToBytesInvalidArgument() method testConvertToBytesOutOfBounds (line 145) | public function testConvertToBytesOutOfBounds() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Isolation/AppConfigTest.php class AppConfigTest (line 15) | class AppConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 27) | protected function tearDown() method testStartTestEndTest (line 32) | public function testStartTestEndTest() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Isolation/WorkingDirectoryTest.php class WorkingDirectoryTest (line 12) | class WorkingDirectoryTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 24) | protected function tearDown() method testStartTestEndTest (line 29) | public function testStartTestEndTest() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/MemoryLimitTest.php class MemoryLimitTest (line 8) | class MemoryLimitTest extends \PHPUnit\Framework\TestCase method testPrintHeader (line 10) | public function testPrintHeader() method testPrintStats (line 17) | public function testPrintStats() method testValidateUsage (line 34) | public function testValidateUsage() method testValidateUsageException (line 43) | public function testValidateUsageException() method _createObject (line 54) | protected function _createObject($memCap, $leakCap) FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/ObjectManagerTest.php class ObjectManagerTest (line 19) | class ObjectManagerTest extends \PHPUnit\Framework\TestCase method testInstancePersistingAfterClearCache (line 45) | public function testInstancePersistingAfterClearCache() method testInstanceDestroyingAfterClearCache (line 81) | public function testInstanceDestroyingAfterClearCache() method testInstanceRecreatingAfterClearCache (line 101) | public function testInstanceRecreatingAfterClearCache() method testIsEmptyMappedTableNamesAfterClearCache (line 123) | public function testIsEmptyMappedTableNamesAfterClearCache() method getObjectManagerConfigMock (line 147) | private function getObjectManagerConfigMock() method getObjectManagerFactoryMock (line 165) | private function getObjectManagerFactoryMock() method createInstanceMock (line 187) | private function createInstanceMock($className) method getResourceConnection (line 197) | private function getResourceConnection() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Profiler/OutputBambooTest.php class OutputBambooTest (line 12) | class OutputBambooTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 19) | public static function setUpBeforeClass() method setUp (line 27) | protected function setUp() method testDisplay (line 42) | public function testDisplay() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Profiler/OutputBambooTestFilter.php class OutputBambooTestFilter (line 14) | class OutputBambooTestFilter extends \php_user_filter method filter (line 30) | public function filter($in, $out, &$consumed, $closing) method resetCollectedData (line 40) | public static function resetCollectedData() method assertCollectedData (line 50) | public static function assertCollectedData($expectedData) FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/RequestTest.php class RequestTest (line 10) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetHttpHost (line 28) | public function testGetHttpHost() method testSetGetServerValue (line 34) | public function testSetGetServerValue() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/TestCase/ControllerAbstractTest.php class ControllerAbstractTest (line 15) | class ControllerAbstractTest extends \Magento\TestFramework\TestCase\Abs... method setUp (line 33) | protected function setUp() method _getBootstrap (line 82) | protected function _getBootstrap() method testGetRequest (line 90) | public function testGetRequest() method testGetResponse (line 96) | public function testGetResponse() method testAssert404NotFound (line 105) | public function testAssert404NotFound() method testAssertRedirectFailure (line 125) | public function testAssertRedirectFailure() method testAssertRedirect (line 133) | public function testAssertRedirect() method testAssertSessionMessagesSuccess (line 151) | public function testAssertSessionMessagesSuccess(array $expectedMessag... method assertSessionMessagesDataProvider (line 165) | public function assertSessionMessagesDataProvider() method testAssertSessionMessagesAll (line 187) | public function testAssertSessionMessagesAll() method testAssertSessionMessagesEmpty (line 208) | public function testAssertSessionMessagesEmpty() method addSessionMessages (line 217) | private function addSessionMessages() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Workaround/Cleanup/TestCasePropertiesTest.php class TestCasePropertiesTest (line 12) | class TestCasePropertiesTest extends \PHPUnit\Framework\TestCase method testEndTestSuiteDestruct (line 31) | public function testEndTestSuiteDestruct() FILE: dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Workaround/Cleanup/TestCasePropertiesTest/DummyTestCase.php class DummyTestCase (line 8) | class DummyTestCase extends \PHPUnit\Framework\TestCase method testDummy (line 65) | public function testDummy() method setPropertyObject (line 84) | public function setPropertyObject($object) FILE: dev/tests/integration/testsuite/Magento/AdminNotification/Controller/Adminhtml/Notification/MarkAsReadTest.php class MarkAsReadTest (line 13) | class MarkAsReadTest extends \Magento\TestFramework\TestCase\AbstractBac... method setUp (line 18) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/AdminNotification/Controller/Adminhtml/Notification/MassMarkAsReadTest.php class MassMarkAsReadTest (line 8) | class MassMarkAsReadTest extends \Magento\TestFramework\TestCase\Abstrac... method setUp (line 10) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemoveTest.php class MassRemoveTest (line 8) | class MassRemoveTest extends \Magento\TestFramework\TestCase\AbstractBac... method setUp (line 10) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/AdminNotification/Controller/Adminhtml/Notification/RemoveTest.php class RemoveTest (line 8) | class RemoveTest extends \Magento\TestFramework\TestCase\AbstractBackend... method setUp (line 10) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection/CriticalTest.php class CriticalTest (line 8) | class CriticalTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testCollectionContainsLastUnreadCriticalItem (line 25) | public function testCollectionContainsLastUnreadCriticalItem() FILE: dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Export/AdvancedPricingTest.php class AdvancedPricingTest (line 26) | class AdvancedPricingTest extends TestCase method setUpBeforeClass (line 44) | public static function setUpBeforeClass() method setUp (line 59) | protected function setUp() method testExport (line 74) | public function testExport() method assertDiscountTypes (line 113) | private function assertDiscountTypes($exportContent) method testExportMultipleWebsites (line 132) | public function testExportMultipleWebsites() method testExportImportOfAdvancedPricing (line 173) | public function testExportImportOfAdvancedPricing(): void method updateTierPriceDataInCsv (line 236) | private function updateTierPriceDataInCsv(string $csvfile): void method exportData (line 275) | private function exportData($csvFile) method importData (line 293) | private function importData($csvFile) method assertEqualsOtherThanSkippedAttributes (line 321) | private function assertEqualsOtherThanSkippedAttributes($expected, $ac... FILE: dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php class AdvancedPricingTest (line 15) | class AdvancedPricingTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testImportAddUpdate (line 106) | public function testImportAddUpdate() method checkPercentageDiscount (line 164) | private function checkPercentageDiscount( method testImportDelete (line 182) | public function testImportDelete() method testImportReplace (line 248) | public function testImportReplace() FILE: dev/tests/integration/testsuite/Magento/AdvancedSearch/Block/SuggestionsTest.php class SuggestionsTest (line 16) | class SuggestionsTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testRenderEscaping (line 35) | public function testRenderEscaping() FILE: dev/tests/integration/testsuite/Magento/Analytics/Block/Adminhtml/System/Config/CollectionTimeLabelTest.php class CollectionTimeLabelTest (line 17) | class CollectionTimeLabelTest extends TestCase method testRenderWithDefaultLocale (line 24) | public function testRenderWithDefaultLocale() method testRenderWithNonDefaultLocale (line 36) | public function testRenderWithNonDefaultLocale() method render (line 47) | private function render() FILE: dev/tests/integration/testsuite/Magento/Analytics/Model/Connector/Http/ReSignUpResponseResolverTest.php class ReSignUpResponseResolverTest (line 17) | class ReSignUpResponseResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testReSignUpOnOtp (line 67) | public function testReSignUpOnOtp() method testReSignOnOtpWasNotCalled (line 79) | public function testReSignOnOtpWasNotCalled() method testReSignUpOnUpdateWasCalled (line 91) | public function testReSignUpOnUpdateWasCalled() method testReSignUpOnUpdateWasNotCalled (line 103) | public function testReSignUpOnUpdateWasNotCalled() method testReSignUpOnNotifyDataChangedWasNotCalledWhenSubscriptionUpdateIsRunning (line 115) | public function testReSignUpOnNotifyDataChangedWasNotCalledWhenSubscri... method getSubscribeSchedule (line 131) | private function getSubscribeSchedule() method getAttemptFlag (line 149) | private function getAttemptFlag() method assertCronWasSet (line 163) | private function assertCronWasSet() method assertCronWasNotSet (line 172) | private function assertCronWasNotSet() FILE: dev/tests/integration/testsuite/Magento/Analytics/Model/Plugin/BaseUrlConfigPluginTest.php class BaseUrlConfigPluginTest (line 21) | class BaseUrlConfigPluginTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method testAfterSaveNotSecureUrl (line 63) | public function testAfterSaveNotSecureUrl() method testAfterSaveSecureUrlNotInDefaultScope (line 76) | public function testAfterSaveSecureUrlNotInDefaultScope() method testAfterSaveSecureUrlInDefaultScopeOnDoesNotRegisteredInstance (line 90) | public function testAfterSaveSecureUrlInDefaultScopeOnDoesNotRegistere... method testAfterSaveSecureUrlInDefaultScopeOnRegisteredInstance (line 105) | public function testAfterSaveSecureUrlInDefaultScopeOnRegisteredInstan... method testAfterSaveMultipleBaseUrlChanges (line 120) | public function testAfterSaveMultipleBaseUrlChanges() method saveConfigValue (line 142) | private function saveConfigValue(string $path, string $value, string $... method assertCronWasNotSet (line 155) | private function assertCronWasNotSet() method assertCronWasSet (line 165) | private function assertCronWasSet() method getSubscriptionUpdateSchedule (line 183) | private function getSubscriptionUpdateSchedule() method getPreviousUpdateUrl (line 194) | private function getPreviousUpdateUrl() method getUpdateReverseCounter (line 202) | private function getUpdateReverseCounter() FILE: dev/tests/integration/testsuite/Magento/Analytics/Model/ReportUrlProviderTest.php class ReportUrlProviderTest (line 17) | class ReportUrlProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetUrlWhenSubscriptionUpdateIsRunning (line 42) | public function testGetUrlWhenSubscriptionUpdateIsRunning() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/BulkManagementTest.php class BulkManagementTest (line 23) | class BulkManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testScheduleBulk (line 53) | public function testScheduleBulk() method testRetryBulk (line 88) | public function testRetryBulk() method testDeleteBulk (line 116) | public function testDeleteBulk() method getStoredOperationData (line 134) | private function getStoredOperationData() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/BulkNotificationManagementTest.php class BulkNotificationManagementTest (line 12) | class BulkNotificationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testAcknowledgeBulks (line 36) | public function testAcknowledgeBulks() method testIgnoreBulks (line 50) | public function testIgnoreBulks() method testGetAcknowledgedBulks (line 65) | public function testGetAcknowledgedBulks() method testGetIgnoredBulks (line 75) | public function testGetIgnoredBulks() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/BulkStatusTest.php class BulkStatusTest (line 11) | class BulkStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetBulkStatus (line 28) | public function testGetBulkStatus() method testGetBulksByUser (line 39) | public function testGetBulksByUser() method testGetFailedOperationsByBulkId (line 53) | public function testGetFailedOperationsByBulkId() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php class MassScheduleTest (line 30) | class MassScheduleTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testScheduleMass (line 102) | public function testScheduleMass($products) method sendBulk (line 121) | public function sendBulk($products) method tearDown (line 143) | public function tearDown() method clearProducts (line 151) | private function clearProducts() method assertProductExists (line 183) | public function assertProductExists($productsSkus, $count) method testScheduleMassOneEntityFailure (line 196) | public function testScheduleMassOneEntityFailure($products) method getProduct (line 245) | private function getProduct() method productDataProvider (line 266) | public function productDataProvider() method productExceptionDataProvider (line 289) | public function productExceptionDataProvider() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/OperationManagementTest.php class OperationManagementTest (line 13) | class OperationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetBulkStatus (line 55) | public function testGetBulkStatus() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Ui/Component/DataProvider/Operation/Failed/SearchResultTest.php class SearchResultTest (line 13) | class SearchResultTest extends \PHPUnit\Framework\TestCase method testGetItems (line 20) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Ui/Component/DataProvider/Operation/Retriable/SearchResultTest.php class SearchResultTest (line 13) | class SearchResultTest extends \PHPUnit\Framework\TestCase method testGetTotalCount (line 20) | public function testGetTotalCount() FILE: dev/tests/integration/testsuite/Magento/AsynchronousOperations/Ui/Component/DataProvider/SearchResultTest.php class SearchResultTest (line 13) | class SearchResultTest extends \PHPUnit\Framework\TestCase method testGetAllIds (line 20) | public function testGetAllIds() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/ResourceModel/Role/CollectionTest.php class CollectionTest (line 14) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSetUserFilter (line 28) | public function testSetUserFilter() method testSetRolesFilter (line 40) | public function testSetRolesFilter() method testToOptionArray (line 47) | public function testToOptionArray() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/ResourceModel/Role/Grid/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetItems (line 25) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/ResourceModel/RoleTest.php class RoleTest (line 13) | class RoleTest extends \PHPUnit\Framework\TestCase method testGetRoleUsers (line 15) | public function testGetRoleUsers() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/ResourceModel/Rules/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetByRoles (line 25) | public function testGetByRoles() method testAddSortByLength (line 38) | public function testAddSortByLength() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/RoleTest.php class RoleTest (line 11) | class RoleTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetRoleUsers (line 24) | public function testGetRoleUsers() FILE: dev/tests/integration/testsuite/Magento/Authorization/Model/RulesTest.php class RulesTest (line 11) | class RulesTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCRUD (line 36) | public function testCRUD() method testInitialUserPermissions (line 53) | public function testInitialUserPermissions() method testSetAllowForAllResources (line 63) | public function testSetAllowForAllResources() method _checkExistingPermissions (line 76) | protected function _checkExistingPermissions($expectedDefaultPermissions) FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/PlaceTest.php class PlaceTest (line 13) | class PlaceTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testExecuteAuthorizenetDataReturning (line 18) | public function testExecuteAuthorizenetDataReturning() method getOrderCreateMock (line 73) | private function getOrderCreateMock($requestToAuthorizenetData) FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/PlaceTesting.php class PlaceTesting (line 11) | class PlaceTesting extends Place method _processActionData (line 17) | protected function _processActionData($action = null) FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Directpost/Payment/BackendResponseTest.php class BackendResponseTest (line 11) | class BackendResponseTest extends AbstractController method testUnauthorizedRequest (line 21) | public function testUnauthorizedRequest() method testSuccess (line 46) | public function testSuccess() FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Directpost/Payment/ResponseTest.php class ResponseTest (line 13) | class ResponseTest extends \Magento\TestFramework\TestCase\AbstractContr... method testResponseActionAuthorizeCaptureDecline (line 25) | public function testResponseActionAuthorizeCaptureDecline($invoiceNum,... method testBlockCreationAffectingResult (line 66) | public function testBlockCreationAffectingResult($hash, $params) method responseActionAuthorizeCaptureDeclineDataProvider (line 130) | public function responseActionAuthorizeCaptureDeclineDataProvider() method responseActionAuthorizeCaptureSuccessDataProvider (line 191) | public function responseActionAuthorizeCaptureSuccessDataProvider() FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Directpost/PaymentTest.php class PaymentTest (line 11) | class PaymentTest extends \Magento\TestFramework\TestCase\AbstractContro... method testResponseActionValidationFailed (line 13) | public function testResponseActionValidationFailed() FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Model/Directpost/RequestTest.php class RequestTest (line 21) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testSetDataFromOrder (line 50) | public function testSetDataFromOrder() method getOrder (line 80) | private function getOrder() FILE: dev/tests/integration/testsuite/Magento/Authorizenet/Model/DirectpostTest.php class DirectpostTest (line 25) | class DirectpostTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testCapture (line 60) | public function testCapture() method testProcessWithFdsFilterActionReportOnly (line 117) | public function testProcessWithFdsFilterActionReportOnly($filterAction... method fdsFilterActionDataProvider (line 135) | public function fdsFilterActionDataProvider() method getSuccessResponse (line 155) | private function getSuccessResponse($orderId) method getPayment (line 212) | private function getPayment($orderId) method getTransactionService (line 234) | private function getTransactionService($filterAction) FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/AbstractTest.php class AbstractTest (line 26) | abstract class AbstractTest extends TestCase method setUp (line 51) | protected function setUp() method tearDown (line 70) | protected function tearDown() method getOrderWithIncrementId (line 76) | protected function getOrderWithIncrementId(string $incrementId): Order FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/AcceptFdsCommandTest.php class AcceptFdsCommandTest (line 15) | class AcceptFdsCommandTest extends AbstractTest method testAcceptFdsCommand (line 24) | public function testAcceptFdsCommand() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/AuthorizeCommandTest.php class AuthorizeCommandTest (line 16) | class AuthorizeCommandTest extends AbstractTest method testAuthorizeCommand (line 24) | public function testAuthorizeCommand() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/CancelCommandTest.php class CancelCommandTest (line 15) | class CancelCommandTest extends AbstractTest method testCancelCommand (line 25) | public function testCancelCommand(string $commandName) method aliasesProvider (line 55) | public function aliasesProvider() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/FetchTransactionInfoCommandTest.php class FetchTransactionInfoCommandTest (line 15) | class FetchTransactionInfoCommandTest extends AbstractTest method testTransactionApproved (line 25) | public function testTransactionApproved() method testTransactionVoided (line 67) | public function testTransactionVoided() method testTransactionDenied (line 109) | public function testTransactionDenied() method testTransactionPending (line 151) | public function testTransactionPending() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/RefundSettledCommandTest.php class RefundSettledCommandTest (line 18) | class RefundSettledCommandTest extends AbstractTest method testRefundSettledCommand (line 27) | public function testRefundSettledCommand() method getCreditmemo (line 66) | private function getCreditmemo(Order $order): CreditmemoInterface FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/SaleCommandTest.php class SaleCommandTest (line 16) | class SaleCommandTest extends AbstractTest method testSaleCommand (line 24) | public function testSaleCommand() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/SettleCommandTest.php class SettleCommandTest (line 15) | class SettleCommandTest extends AbstractTest method testRefundSettledCommand (line 24) | public function testRefundSettledCommand() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/TransactionDetailsCommandTest.php class TransactionDetailsCommandTest (line 14) | class TransactionDetailsCommandTest extends AbstractTest method testTransactionDetails (line 23) | public function testTransactionDetails() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Command/VoidCommandTest.php class VoidCommandTest (line 15) | class VoidCommandTest extends AbstractTest method testVoidCommand (line 24) | public function testVoidCommand() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends TestCase method setUp (line 24) | protected function setUp() method testVerifyConfiguration (line 29) | public function testVerifyConfiguration() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetAcceptjs/Gateway/Response/CloseTransactionHandlerTest.php class CloseTransactionHandlerTest (line 16) | class CloseTransactionHandlerTest extends AbstractTest method testTransactionCloseStatus (line 27) | public function testTransactionCloseStatus(): void FILE: dev/tests/integration/testsuite/Magento/AuthorizenetCardinal/Gateway/Command/AuthorizeCommandTest.php class AuthorizeCommandTest (line 20) | class AuthorizeCommandTest extends AbstractTest method testAuthorizeCommandWith3dSecure (line 37) | public function testAuthorizeCommandWith3dSecure() method testAuthorizeCommandWithInvalidJwt (line 101) | public function testAuthorizeCommandWithInvalidJwt() method testAuthorizeCommandWithDisabled3dSecure (line 138) | public function testAuthorizeCommandWithDisabled3dSecure() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetCardinal/Gateway/Command/SaleCommandTest.php class SaleCommandTest (line 20) | class SaleCommandTest extends AbstractTest method testSaleCommandWith3dSecure (line 37) | public function testSaleCommandWith3dSecure() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetGraphQl/Model/Resolver/Customer/PlaceOrderWithAuthorizeNetTest.php class PlaceOrderWithAuthorizeNetTest (line 29) | class PlaceOrderWithAuthorizeNetTest extends TestCase method setUp (line 52) | protected function setUp() : void method testDispatchToPlaceOrderWithRegisteredCustomer (line 86) | public function testDispatchToPlaceOrderWithRegisteredCustomer(): void method tearDown (line 154) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/AuthorizenetGraphQl/Model/Resolver/Customer/SetAuthorizeNetPaymentMethodOnCartTest.php class SetAuthorizeNetPaymentMethodOnCartTest (line 23) | class SetAuthorizeNetPaymentMethodOnCartTest extends TestCase method setUp (line 40) | protected function setUp() : void method testDispatchToSetPaymentMethodWithAuthorizenet (line 61) | public function testDispatchToSetPaymentMethodWithAuthorizenet(): void FILE: dev/tests/integration/testsuite/Magento/AuthorizenetGraphQl/Model/Resolver/Guest/PlaceOrderWithAuthorizeNetTest.php class PlaceOrderWithAuthorizeNetTest (line 28) | class PlaceOrderWithAuthorizeNetTest extends TestCase method setUp (line 48) | protected function setUp() : void method tearDown (line 66) | protected function tearDown() method testDispatchToPlaceAnOrderWithAuthorizenet (line 86) | public function testDispatchToPlaceAnOrderWithAuthorizenet(): void FILE: dev/tests/integration/testsuite/Magento/AuthorizenetGraphQl/Model/Resolver/Guest/SetAuthorizeNetPaymentMethodOnCartTest.php class SetAuthorizeNetPaymentMethodOnCartTest (line 23) | class SetAuthorizeNetPaymentMethodOnCartTest extends TestCase method setUp (line 37) | protected function setUp() : void method testDispatchToSetPaymentMethodWithAuthorizenet (line 56) | public function testDispatchToSetPaymentMethodWithAuthorizenet(): void FILE: dev/tests/integration/testsuite/Magento/Backend/App/AbstractActionTest.php class AbstractActionTest (line 12) | class AbstractActionTest extends \Magento\TestFramework\TestCase\Abstrac... method testPreDispatchWithEmptyUrlRedirectsToStartupPage (line 19) | public function testPreDispatchWithEmptyUrlRedirectsToStartupPage() method testInitAuthentication (line 42) | public function testInitAuthentication() method testAclInNodes (line 74) | public function testAclInNodes($blockName, $resource, $isLimitedAccess) method nodesWithAcl (line 117) | public function nodesWithAcl() FILE: dev/tests/integration/testsuite/Magento/Backend/App/Request/BackendValidatorTest.php class BackendValidatorTest (line 37) | class BackendValidatorTest extends TestCase method createUnawareAction (line 93) | private function createUnawareAction(): ActionInterface method createAwareAction (line 109) | private function createAwareAction(): AbstractAction method createCsrfAwareAction (line 170) | private function createCsrfAwareAction(): CsrfAwareActionInterface method setUp (line 234) | protected function setUp() method testValidateWithValidKey (line 254) | public function testValidateWithValidKey() method testValidateWithInvalidKey (line 277) | public function testValidateWithInvalidKey() method testValidateWithInvalidFormKey (line 301) | public function testValidateWithInvalidFormKey() method testValidateInvalidWithAwareAction (line 318) | public function testValidateInvalidWithAwareAction() method testValidateValidWithAwareAction (line 347) | public function testValidateValidWithAwareAction() method testValidateWithCsrfAwareAction (line 363) | public function testValidateWithCsrfAwareAction() method testInvalidAjaxRequest (line 396) | public function testInvalidAjaxRequest() FILE: dev/tests/integration/testsuite/Magento/Backend/App/RouterTest.php class RouterTest (line 12) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testRouterCanProcessRequestsWithProperPathInfo (line 30) | public function testRouterCanProcessRequestsWithProperPathInfo() method testGetControllerClassName (line 45) | public function testGetControllerClassName($module, $controller, $clas... method getControllerClassNameDataProvider (line 50) | public function getControllerClassNameDataProvider() method testMatchCustomNoRouteAction (line 57) | public function testMatchCustomNoRouteAction() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/GraphTest.php class GraphTest (line 13) | class GraphTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetChartUrl (line 30) | public function testGetChartUrl() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/Orders/GridTest.php class GridTest (line 11) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetPreparedCollection (line 35) | public function testGetPreparedCollection() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/Tab/Products/ViewedTest.php class ViewedTest (line 18) | class ViewedTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetPreparedCollectionProductPrice (line 54) | public function testGetPreparedCollectionProductPrice() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/MenuTest.php class MenuTest (line 16) | class MenuTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testRenderNavigation (line 60) | public function testRenderNavigation() method prepareMenuConfig (line 88) | protected function prepareMenuConfig() method loginAdminUser (line 141) | protected function loginAdminUser() method tearDown (line 154) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Page/FooterTest.php class FooterTest (line 12) | class FooterTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testToHtml (line 43) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Page/HeaderTest.php class HeaderTest (line 12) | class HeaderTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetHomeLink (line 29) | public function testGetHomeLink() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Account/Edit/FormTest.php class FormTest (line 11) | class FormTest extends \PHPUnit\Framework\TestCase method testPrepareForm (line 13) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Design/Edit/Tab/GeneralTest.php class GeneralTest (line 12) | class GeneralTest extends \PHPUnit\Framework\TestCase method testPrepareForm (line 17) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Store/DeleteTest.php class DeleteTest (line 11) | class DeleteTest extends \PHPUnit\Framework\TestCase method testGetHeaderText (line 13) | public function testGetHeaderText() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Store/Edit/Form/GroupTest.php class GroupTest (line 12) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testPrepareForm (line 53) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Store/Edit/Form/StoreTest.php class StoreTest (line 12) | class StoreTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testPrepareForm (line 53) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Store/Edit/Form/WebsiteTest.php class WebsiteTest (line 12) | class WebsiteTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 42) | protected function tearDown() method testPrepareForm (line 51) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/System/Store/EditTest.php class EditTest (line 11) | class EditTest extends \PHPUnit\Framework\TestCase method tearDown (line 13) | protected function tearDown() method _initStoreTypesInRegistry (line 25) | protected function _initStoreTypesInRegistry($registryData) method testStoreTypeFormCreated (line 43) | public function testStoreTypeFormCreated($registryData, $expected) method getStoreTypesForLayout (line 61) | public function getStoreTypesForLayout() method testGetHeaderText (line 85) | public function testGetHeaderText($registryData, $expected) method getStoreDataForBlock (line 103) | public function getStoreDataForBlock() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/TemplateTest.php class TemplateTest (line 13) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetFormKey (line 33) | public function testGetFormKey() method testIsOutputEnabledTrue (line 43) | public function testIsOutputEnabledTrue() method testIsOutputEnabledFalse (line 54) | public function testIsOutputEnabledFalse() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/ContainerTest.php class ContainerTest (line 11) | class ContainerTest extends \PHPUnit\Framework\TestCase method testPseudoConstruct (line 16) | public function testPseudoConstruct() method testGetButtonsHtml (line 38) | public function testGetButtonsHtml() method testUpdateButton (line 53) | public function testUpdateButton() method _buildBlock (line 75) | protected function _buildBlock($titles, $blockName = 'block') FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Form/ContainerTest.php class ContainerTest (line 11) | class ContainerTest extends \PHPUnit\Framework\TestCase method testGetFormHtml (line 13) | public function testGetFormHtml() method testPseudoConstruct (line 36) | public function testPseudoConstruct() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method testSetFieldset (line 17) | public function testSetFieldset() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/Column/Renderer/TextTest.php class TextTest (line 15) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 43) | protected function tearDown() method testRender (line 54) | public function testRender($columnData, $rowData, $expected) method renderDataProvider (line 81) | public function renderDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/ColumnSetTest.php class ColumnSetTest (line 11) | class ColumnSetTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testBeforeToHtmlAddsClassToLastColumn (line 59) | public function testBeforeToHtmlAddsClassToLastColumn() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/ContainerTest.php class ContainerTest (line 11) | class ContainerTest extends \PHPUnit\Framework\TestCase method testPseudoConstruct (line 13) | public function testPseudoConstruct() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/ExtendedTest.php class ExtendedTest (line 11) | class ExtendedTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testAddColumnAddsChildToColumnSet (line 47) | public function testAddColumnAddsChildToColumnSet() method testRemoveColumn (line 59) | public function testRemoveColumn() method testSortColumnsByOrder (line 69) | public function testSortColumnsByOrder() method testGetMainButtonsHtmlReturnsEmptyStringIfFiltersArentVisible (line 82) | public function testGetMainButtonsHtmlReturnsEmptyStringIfFiltersArent... FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/ItemTest.php class ItemTest (line 11) | class ItemTest extends \PHPUnit\Framework\TestCase method testGetAdditionalActionBlock (line 13) | public function testGetAdditionalActionBlock() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/Massaction/AdditionalTest.php class AdditionalTest (line 8) | class AdditionalTest extends \PHPUnit\Framework\TestCase method testToHtml (line 13) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/Grid/MassactionTest.php class MassactionTest (line 15) | class MassactionTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method tearDown (line 52) | protected function tearDown() method loadLayout (line 60) | private function loadLayout($mageMode = State::MODE_DEVELOPER) method testMassactionDefaultValues (line 75) | public function testMassactionDefaultValues() method testGetCount (line 95) | public function testGetCount($mageMode, $expectedCount) method getCountDataProvider (line 104) | public function getCountDataProvider() method testGetItems (line 127) | public function testGetItems($itemId, $expectedItem) method getItemsDataProvider (line 146) | public function getItemsDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/GridTest.php class GridTest (line 12) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method _getColumnSetMock (line 101) | protected function _getColumnSetMock() method testToHtmlPreparesColumns (line 128) | public function testToHtmlPreparesColumns() method testGetMainButtonsHtmlReturnsEmptyStringIfFiltersArentVisible (line 139) | public function testGetMainButtonsHtmlReturnsEmptyStringIfFiltersArent... method testGetMassactionBlock (line 145) | public function testGetMassactionBlock() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/Widget/TabsTest.php class TabsTest (line 11) | class TabsTest extends \PHPUnit\Framework\TestCase method testAddTab (line 16) | public function testAddTab() FILE: dev/tests/integration/testsuite/Magento/Backend/Block/WidgetTest.php class WidgetTest (line 13) | class WidgetTest extends \PHPUnit\Framework\TestCase method testGetButtonHtml (line 18) | public function testGetButtonHtml() method testGetButtonHtmlForTwoButtonsInOneBlock (line 40) | public function testGetButtonHtmlForTwoButtonsInOneBlock() method testGetSuffixId (line 62) | public function testGetSuffixId() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/AuthTest.php class AuthTest (line 15) | class AuthTest extends \Magento\TestFramework\TestCase\AbstractController method tearDown (line 27) | protected function tearDown() method _login (line 37) | protected function _login() method _logout (line 56) | protected function _logout() method testNotLoggedLoginAction (line 68) | public function testNotLoggedLoginAction() method testLoggedLoginAction (line 85) | public function testLoggedLoginAction() method testNotLoggedLoginActionWithRedirect (line 104) | public function testNotLoggedLoginActionWithRedirect() method testLogoutAction (line 136) | public function testLogoutAction() method testDeniedJsonAction (line 155) | public function testDeniedJsonAction() method testDeniedIframeAction (line 175) | public function testDeniedIframeAction() method testIncorrectLogin (line 195) | public function testIncorrectLogin($params) method incorrectLoginDataProvider (line 219) | public function incorrectLoginDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/CleanStaticFilesTest.php class CleanStaticFilesTest (line 12) | class CleanStaticFilesTest extends \Magento\TestFramework\TestCase\Abstr... method setUp (line 14) | public function setUp() method testAclHasAccess (line 21) | public function testAclHasAccess() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/MassActionTest.php class MassActionTest (line 14) | class MassActionTest extends \Magento\TestFramework\TestCase\AbstractBac... method setUpBeforeClass (line 28) | public static function setUpBeforeClass() method setUp (line 35) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testMassEnableActionDeveloperMode (line 57) | public function testMassEnableActionDeveloperMode($typesToEnable = []) method testMassEnableActionProductionMode (line 77) | public function testMassEnableActionProductionMode($typesToEnable = []) method testMassDisableActionDeveloperMode (line 94) | public function testMassDisableActionDeveloperMode($typesToDisable = []) method testMassDisableActionProductionMode (line 114) | public function testMassDisableActionProductionMode($typesToDisable = []) method getCacheStates (line 136) | protected function getCacheStates() method setAll (line 151) | private function setAll($isEnabled) method testMassRefreshAction (line 166) | public function testMassRefreshAction($typesToRefresh = []) method massActionsDataProvider (line 181) | public function massActionsDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/CacheTest.php class CacheTest (line 12) | class CacheTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testFlushAllAction (line 18) | public function testFlushAllAction() method testFlushSystemAction (line 44) | public function testFlushSystemAction() method testMassActionsInvalidTypes (line 71) | public function testMassActionsInvalidTypes($action) method massActionsInvalidTypesDataProvider (line 84) | public function massActionsInvalidTypesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Dashboard/ProductsViewedTest.php class ProductsViewedTest (line 13) | class ProductsViewedTest extends \Magento\TestFramework\TestCase\Abstrac... method testExecute (line 20) | public function testExecute() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/DashboardTest.php class DashboardTest (line 13) | class DashboardTest extends \Magento\TestFramework\TestCase\AbstractBack... method testAjaxBlockAction (line 15) | public function testAjaxBlockAction() method testTunnelAction (line 30) | public function testTunnelAction() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/IndexTest.php class IndexTest (line 14) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testNotLoggedIndexAction (line 20) | public function testNotLoggedIndexAction() method testLoggedIndexAction (line 38) | public function testLoggedIndexAction() method testGlobalSearchAction (line 47) | public function testGlobalSearchAction() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/System/AccountTest.php class AccountTest (line 13) | class AccountTest extends \Magento\TestFramework\TestCase\AbstractBacken... method testSaveAction (line 19) | public function testSaveAction($password, $passwordConfirmation, $isPa... method saveDataProvider (line 73) | public function saveDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/System/DesignTest.php class DesignTest (line 11) | class DesignTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testEditAction (line 16) | public function testEditAction() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/System/StoreTest.php class StoreTest (line 11) | class StoreTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testIndexAction (line 13) | public function testIndexAction() method testSaveActionWithExistCode (line 68) | public function testSaveActionWithExistCode($post, $message) method saveActionWithExistCodeDataProvider (line 87) | public function saveActionWithExistCodeDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/UrlRewriteTest.php class UrlRewriteTest (line 13) | class UrlRewriteTest extends \Magento\TestFramework\TestCase\AbstractBac... method testSaveActionCmsPage (line 20) | public function testSaveActionCmsPage() FILE: dev/tests/integration/testsuite/Magento/Backend/Helper/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 37) | protected function tearDown() method _login (line 51) | protected function _login() method _logout (line 68) | protected function _logout() method testPageHelpUrl (line 81) | public function testPageHelpUrl() method testGetCurrentUserId (line 104) | public function testGetCurrentUserId() method testPrepareFilterString (line 133) | public function testPrepareFilterString() method testGetHomePageUrl (line 142) | public function testGetHomePageUrl() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Auth/SessionTest.php class SessionTest (line 17) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method tearDown (line 46) | protected function tearDown() method testIsLoggedIn (line 55) | public function testIsLoggedIn($loggedIn) method loginDataProvider (line 66) | public function loginDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/AuthTest.php class AuthTest (line 18) | class AuthTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testLoginFailed (line 41) | public function testLoginFailed($userName, $password) method getLoginDataProvider (line 46) | public function getLoginDataProvider() method testSetGetAuthStorage (line 54) | public function testSetGetAuthStorage() method testGetCredentialStorageList (line 73) | public function testGetCredentialStorageList() method testLoginSuccessful (line 79) | public function testLoginSuccessful() method testLoginFlushesFormKey (line 92) | public function testLoginFlushesFormKey() method testLogout (line 108) | public function testLogout() method testIsLoggedIn (line 123) | public function testIsLoggedIn() method testGetUser (line 132) | public function testGetUser() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Locale/ResolverTest.php class ResolverTest (line 14) | class ResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSetLocaleWithDefaultLocale (line 32) | public function testSetLocaleWithDefaultLocale() method testSetLocaleWithBaseInterfaceLocale (line 40) | public function testSetLocaleWithBaseInterfaceLocale() method testSetLocaleWithSessionLocale (line 58) | public function testSetLocaleWithSessionLocale() method testSetLocaleWithRequestLocale (line 71) | public function testSetLocaleWithRequestLocale() method testSetLocaleWithParameter (line 87) | public function testSetLocaleWithParameter( method setLocaleWithParameterDataProvider (line 102) | public function setLocaleWithParameterDataProvider(): array method _checkSetLocale (line 117) | protected function _checkSetLocale($localeCodeToCheck) FILE: dev/tests/integration/testsuite/Magento/Backend/Model/MenuTest.php class MenuTest (line 13) | class MenuTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testMenuItemManipulation (line 34) | public function testMenuItemManipulation() method testSerialize (line 84) | public function testSerialize() method testUnserialize (line 132) | public function testUnserialize() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Search/AuthorizationMock.php class AuthorizationMock (line 12) | class AuthorizationMock extends \Magento\Framework\Authorization method isAllowed (line 21) | public function isAllowed($resource, $privilege = null) FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Search/ConfigTest.php class ConfigTest (line 24) | class ConfigTest extends \PHPUnit\Framework\TestCase method testLoad (line 30) | public function testLoad($query, $expectedResult) method getConfigSearchInstance (line 60) | private function getConfigSearchInstance() method loadDataProvider (line 111) | public static function loadDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Search/CustomerTest.php class CustomerTest (line 16) | class CustomerTest extends \PHPUnit\Framework\TestCase method testLoad (line 21) | public function testLoad($query, $limit, $start, $expectedResult) method loadDataProvider (line 52) | public static function loadDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Search/OrderTest.php class OrderTest (line 16) | class OrderTest extends \PHPUnit\Framework\TestCase method testLoad (line 21) | public function testLoad($query, $limit, $start, $expectedResult) method loadDataProvider (line 66) | public static function loadDataProvider() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Session/AdminConfigTest.php class AdminConfigTest (line 15) | class AdminConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testConstructor (line 31) | public function testConstructor() method testSetSessionNameByConstructor (line 41) | public function testSetSessionNameByConstructor() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Session/QuoteTest.php class QuoteTest (line 11) | class QuoteTest extends \PHPUnit\Framework\TestCase method testGetQuote (line 17) | public function testGetQuote() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/SessionTest.php class SessionTest (line 13) | class SessionTest extends \PHPUnit\Framework\TestCase method testContructor (line 15) | public function testContructor() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/Translate/InlineTest.php class InlineTest (line 11) | class InlineTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testAjaxUrl (line 29) | public function testAjaxUrl() FILE: dev/tests/integration/testsuite/Magento/Backend/Model/UrlTest.php class UrlTest (line 20) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetUrl (line 59) | public function testGetUrl( method getUrlDataProvider (line 76) | public function getUrlDataProvider(): array method testGetSecretKey (line 150) | public function testGetSecretKey(string $routeName, string $controller... method getSecretKeyDataProvider (line 165) | public function getSecretKeyDataProvider(): array method testGetSecretKeyForwarded (line 221) | public function testGetSecretKeyForwarded(): void method testUseSecretKey (line 237) | public function testUseSecretKey(): void FILE: dev/tests/integration/testsuite/Magento/Braintree/Block/Form/ContainerTest.php class ContainerTest (line 19) | class ContainerTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetMethods (line 49) | public function testGetMethods() FILE: dev/tests/integration/testsuite/Magento/Braintree/Block/VaultTokenRendererTest.php class VaultTokenRendererTest (line 20) | class VaultTokenRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testGetPaymentTokens (line 45) | public function testGetPaymentTokens() FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Adminhtml/Invoice/CreateTest.php class CreateTest (line 25) | class CreateTest extends AbstractBackendController method setUp (line 35) | protected function setUp() method tearDown (line 54) | protected function tearDown() method testCreatePartialInvoiceWithNonDefaultMerchantAccount (line 69) | public function testCreatePartialInvoiceWithNonDefaultMerchantAccount(... method getTransactionStub (line 98) | private function getTransactionStub(): Successful method getOrder (line 117) | private function getOrder(string $incrementId): OrderInterface method prepareRequest (line 138) | private function prepareRequest(string $uri): void FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Adminhtml/Order/PaymentReviewTest.php class PaymentReviewTest (line 20) | class PaymentReviewTest extends AbstractBackendController method setUp (line 32) | protected function setUp() method testExecuteAccept (line 61) | public function testExecuteAccept() method testExecuteDeny (line 82) | public function testExecuteDeny() FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Adminhtml/Payment/GetClientTokenTest.php class GetClientTokenTest (line 22) | class GetClientTokenTest extends AbstractBackendController method setUp (line 37) | protected function setUp() method tearDown (line 58) | protected function tearDown() method testExecute (line 70) | public function testExecute() method testExecuteWithStoreConfiguration (line 85) | public function testExecuteWithStoreConfiguration() method testExecuteWithWebsiteConfiguration (line 105) | public function testExecuteWithWebsiteConfiguration() method perform (line 127) | private function perform($merchantId, $publicKey, $privateKey) method performAsserts (line 164) | private function performAsserts($clientToken, $merchantId, $publicKey,... FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Cards/DeleteActionTest.php class DeleteActionTest (line 17) | class DeleteActionTest extends AbstractController method testExecute (line 23) | public function testExecute() FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Paypal/PlaceOrderTest.php class PlaceOrderTest (line 29) | class PlaceOrderTest extends AbstractController method setUp (line 44) | protected function setUp() method tearDown (line 69) | protected function tearDown() method testExecuteWithFailedOrder (line 83) | public function testExecuteWithFailedOrder() method testExecuteWithFailedQuoteValidation (line 122) | public function testExecuteWithFailedQuoteValidation() method getQuote (line 158) | private function getQuote(string $reservedOrderId): CartInterface method getOrder (line 178) | private function getOrder(string $incrementId): OrderInterface method getTransactionStub (line 198) | private function getTransactionStub(string $status): Successful FILE: dev/tests/integration/testsuite/Magento/Braintree/Controller/Paypal/ReviewTest.php class ReviewTest (line 17) | class ReviewTest extends AbstractController method setUp (line 27) | protected function setUp() method testInterfaceImplementation (line 38) | public function testInterfaceImplementation() FILE: dev/tests/integration/testsuite/Magento/Braintree/Gateway/Config/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testCountryCreditRetrieval (line 40) | public function testCountryCreditRetrieval($value, array $expected) method countryCreditRetrievalProvider (line 54) | public function countryCreditRetrievalProvider() FILE: dev/tests/integration/testsuite/Magento/Braintree/Model/Adminhtml/System/Config/CountryCreditCardTest.php class CountryCreditCardTest (line 11) | class CountryCreditCardTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testSaveAndLoad (line 34) | public function testSaveAndLoad($value, $encodedExpectedValue) method saveAndLoadDataProvider (line 47) | public function saveAndLoadDataProvider() FILE: dev/tests/integration/testsuite/Magento/Braintree/Model/MultishippingTest.php class MultishippingTest (line 33) | class MultishippingTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testCreateOrdersWithBraintree (line 87) | public function testCreateOrdersWithBraintree() method testCreateOrdersWithBraintreePaypal (line 104) | public function testCreateOrdersWithBraintreePaypal() method createOrders (line 118) | private function createOrders() method getTransactionStub (line 142) | private function getTransactionStub(): Successful method getTransactionPaypalStub (line 176) | private function getTransactionPaypalStub(): Successful method getQuote (line 206) | private function getQuote(string $reservedOrderId): Quote method getOrderList (line 226) | private function getOrderList(int $quoteId): array method getPaymentNonceMock (line 243) | private function getPaymentNonceMock(): MockObject FILE: dev/tests/integration/testsuite/Magento/Braintree/Model/PaymentMethodListTest.php class PaymentMethodListTest (line 18) | class PaymentMethodListTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetList (line 42) | public function testGetList() method testGetActiveList (line 62) | public function testGetActiveList() FILE: dev/tests/integration/testsuite/Magento/Braintree/Model/Ui/Adminhtml/PayPal/TokenUiComponentProviderTest.php class TokenUiComponentProviderTest (line 18) | class TokenUiComponentProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetComponentForToken (line 41) | public function testGetComponentForToken() FILE: dev/tests/integration/testsuite/Magento/Braintree/Model/Ui/TokensConfigProviderTest.php class TokensConfigProviderTest (line 22) | class TokensConfigProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testGetConfig (line 66) | public function testGetConfig() FILE: dev/tests/integration/testsuite/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/GridTest.php class GridTest (line 8) | class GridTest extends \PHPUnit\Framework\TestCase method testToHtmlHasOnClick (line 13) | public function testToHtmlHasOnClick() FILE: dev/tests/integration/testsuite/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/SearchTest.php class SearchTest (line 8) | class SearchTest extends \PHPUnit\Framework\TestCase method testToHtmlHasIndex (line 14) | public function testToHtmlHasIndex() FILE: dev/tests/integration/testsuite/Magento/Bundle/Block/Catalog/Product/View/Type/BundleTest.php class BundleTest (line 17) | class BundleTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testGetJsonConfig (line 64) | public function testGetJsonConfig() method tearDown (line 80) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/ProductTest.php class ProductTest (line 23) | class ProductTest extends AbstractBackendController method testDuplicateProduct (line 31) | public function testDuplicateProduct() method getRequestParamsForDuplicate (line 56) | private function getRequestParamsForDuplicate() method assertOptions (line 191) | private function assertOptions() method getProductOptions (line 230) | private function getProductOptions(string $sku) FILE: dev/tests/integration/testsuite/Magento/Bundle/Controller/ProductTest.php class ProductTest (line 12) | class ProductTest extends \Magento\TestFramework\TestCase\AbstractContro... method testViewAction (line 18) | public function testViewAction() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Category/ProductIndexerTest.php class ProductIndexerTest (line 13) | class ProductIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testReindex (line 61) | public function testReindex() method testCategoryMove (line 95) | public function testCategoryMove() method testCategoryDelete (line 141) | public function testCategoryDelete() method testCategoryCreate (line 173) | public function testCategoryCreate() method getCategories (line 222) | private function getCategories() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/OptionRepositoryTest.php class OptionRepositoryTest (line 22) | class OptionRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testBundleProductIsSaleableAfterNewOptionSave (line 51) | public function testBundleProductIsSaleableAfterNewOptionSave() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Plugin/Frontend/ProductTest.php class ProductTest (line 19) | class ProductTest extends TestCase method testProductIsRegistered (line 27) | public function testProductIsRegistered(): void method testGetIdentitiesForBundleProductOnStorefront (line 41) | public function testGetIdentitiesForBundleProductOnStorefront(): void method testGetIdentitiesForBundleProductInAdminArea (line 62) | public function testGetIdentitiesForBundleProductInAdminArea(): void FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/BundlePriceAbstract.php class BundlePriceAbstract (line 13) | abstract class BundlePriceAbstract extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method getTestCases (line 51) | abstract public function getTestCases(); method prepareFixture (line 62) | protected function prepareFixture($strategyModifiers, $productSku) method addSimpleProduct (line 86) | protected function addSimpleProduct(\Magento\Catalog\Model\Product $bu... method addCustomOption (line 120) | protected function addCustomOption(\Magento\Catalog\Model\Product $bun... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorTest.php class DynamicBundlePriceCalculatorTest (line 12) | class DynamicBundlePriceCalculatorTest extends BundlePriceAbstract method testPriceForDynamicBundle (line 22) | public function testPriceForDynamicBundle(array $strategyModifiers, ar... method testPriceForDynamicBundleInWebsiteScope (line 61) | public function testPriceForDynamicBundleInWebsiteScope(array $strateg... method getTestCases (line 95) | public function getTestCases() method getBundleConfiguration1 (line 155) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 184) | private function getBundleConfiguration2() method getBundleConfiguration3 (line 221) | private function getBundleConfiguration3() method getBundleConfiguration4 (line 257) | private function getBundleConfiguration4() method getBundleConfiguration5 (line 304) | private function getBundleConfiguration5() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php class DynamicBundlePriceCalculatorWithDimensionTest (line 16) | class DynamicBundlePriceCalculatorWithDimensionTest extends BundlePriceA... method testPriceForDynamicBundle (line 24) | public function testPriceForDynamicBundle(array $strategyModifiers, ar... method testPriceForDynamicBundleInWebsiteScope (line 61) | public function testPriceForDynamicBundleInWebsiteScope(array $strateg... method getTestCases (line 95) | public function getTestCases() method getBundleConfiguration1 (line 155) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 184) | private function getBundleConfiguration2() method getBundleConfiguration3 (line 221) | private function getBundleConfiguration3() method getBundleConfiguration4 (line 257) | private function getBundleConfiguration4() method getBundleConfiguration5 (line 304) | private function getBundleConfiguration5() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithCatalogPriceRuleCalculatorTest.php class DynamicBundleWithCatalogPriceRuleCalculatorTest (line 16) | class DynamicBundleWithCatalogPriceRuleCalculatorTest extends BundlePric... method testPriceForDynamicBundle (line 24) | public function testPriceForDynamicBundle(array $strategyModifiers, ar... method getTestCases (line 51) | public function getTestCases() method getBundleProductConfiguration1 (line 148) | private function getBundleProductConfiguration1() method getBundleProductConfiguration3 (line 176) | private function getBundleProductConfiguration3() method getBundleProductConfiguration4 (line 204) | private function getBundleProductConfiguration4() method getBundleProductConfiguration5 (line 236) | private function getBundleProductConfiguration5() method getBundleProductConfiguration6 (line 268) | private function getBundleProductConfiguration6() method getBundleProductConfiguration7 (line 300) | private function getBundleProductConfiguration7() method getBundleProductConfiguration8 (line 347) | private function getBundleProductConfiguration8() method getBundleProductConfiguration9 (line 394) | private function getBundleProductConfiguration9() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php class DynamicBundleWithSpecialPriceCalculatorTest (line 12) | class DynamicBundleWithSpecialPriceCalculatorTest extends BundlePriceAbs... method testPriceForDynamicBundle (line 22) | public function testPriceForDynamicBundle(array $strategyModifiers, ar... method getTestCases (line 75) | public function getTestCases() method getBundleConfiguration1 (line 155) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 183) | private function getBundleConfiguration2() method getBundleConfiguration3 (line 211) | private function getBundleConfiguration3() method getBundleConfiguration4 (line 243) | private function getBundleConfiguration4() method getBundleConfiguration5 (line 275) | private function getBundleConfiguration5() method getBundleConfiguration6 (line 322) | private function getBundleConfiguration6() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithTierPriceCalculatorTest.php class DynamicBundleWithTierPriceCalculatorTest (line 14) | class DynamicBundleWithTierPriceCalculatorTest extends BundlePriceAbstract method setUp (line 19) | protected function setUp() method testPriceForDynamicBundle (line 33) | public function testPriceForDynamicBundle(array $strategyModifiers, ar... method getTestCases (line 68) | public function getTestCases() method getBundleConfiguration1 (line 195) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 234) | private function getBundleConfiguration2() method getBundleConfiguration3 (line 273) | private function getBundleConfiguration3() method getBundleConfiguration4 (line 316) | private function getBundleConfiguration4() method getBundleConfiguration5 (line 359) | private function getBundleConfiguration5() method getBundleConfiguration6 (line 402) | private function getBundleConfiguration6() method getBundleConfiguration7 (line 460) | private function getBundleConfiguration7() method getBundleConfiguration8 (line 518) | private function getBundleConfiguration8() method getBundleConfiguration9 (line 576) | private function getBundleConfiguration9() method addTierPrice (line 630) | protected function addTierPrice(\Magento\Catalog\Model\Product $produc... method addTierPriceForSimple (line 646) | protected function addTierPriceForSimple(\Magento\Catalog\Model\Produc... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php class FixedBundlePriceCalculatorTest (line 14) | class FixedBundlePriceCalculatorTest extends BundlePriceAbstract method testPriceForFixedBundle (line 24) | public function testPriceForFixedBundle(array $strategyModifiers, arra... method testPriceForFixedBundleInWebsiteScope (line 63) | public function testPriceForFixedBundleInWebsiteScope(array $strategyM... method getTestCases (line 98) | public function getTestCases() method getProductWithOneSimple (line 215) | private function getProductWithOneSimple() method getProductWithDifferentQty (line 245) | private function getProductWithDifferentQty() method getProductWithSamePrice (line 287) | private function getProductWithSamePrice() method getProductWithDifferentPrice (line 329) | private function getProductWithDifferentPrice() method getBundleConfiguration3 (line 373) | private function getBundleConfiguration3($selectionsPriceType, $custom... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorWithDimensionTest.php class FixedBundlePriceCalculatorWithDimensionTest (line 17) | class FixedBundlePriceCalculatorWithDimensionTest extends BundlePriceAbs... method testPriceForFixedBundle (line 27) | public function testPriceForFixedBundle(array $strategyModifiers, arra... method testPriceForFixedBundleInWebsiteScope (line 66) | public function testPriceForFixedBundleInWebsiteScope(array $strategyM... method getTestCases (line 101) | public function getTestCases() method getProductWithOneSimple (line 218) | private function getProductWithOneSimple() method getProductWithDifferentQty (line 248) | private function getProductWithDifferentQty() method getProductWithSamePrice (line 290) | private function getProductWithSamePrice() method getProductWithDifferentPrice (line 332) | private function getProductWithDifferentPrice() method getBundleConfiguration3 (line 376) | private function getBundleConfiguration3($selectionsPriceType, $custom... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundleWithCatalogPriceRuleCalculatorTest.php class FixedBundleWithCatalogPriceRuleCalculatorTest (line 14) | class FixedBundleWithCatalogPriceRuleCalculatorTest extends BundlePriceA... method testPriceForFixedBundle (line 24) | public function testPriceForFixedBundle(array $strategyModifiers, arra... method getTestCases (line 51) | public function getTestCases() method getBundleConfiguration1 (line 482) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 493) | private function getBundleConfiguration2($selectionsPriceType, $custom... method getBundleConfiguration3 (line 540) | private function getBundleConfiguration3($selectionsPriceType, $custom... method getBundleConfiguration4 (line 587) | private function getBundleConfiguration4($selectionsPriceType, $custom... method getBundleConfiguration5 (line 640) | private function getBundleConfiguration5($selectionsPriceType, $custom... method getBundleConfiguration6 (line 693) | private function getBundleConfiguration6($selectionsPriceType, $custom... method getBundleConfiguration7 (line 746) | private function getBundleConfiguration7($selectionsPriceType, $custom... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundleWithSpecialPriceCalculatorTest.php class FixedBundleWithSpecialPriceCalculatorTest (line 14) | class FixedBundleWithSpecialPriceCalculatorTest extends BundlePriceAbstract method testPriceForFixedBundle (line 24) | public function testPriceForFixedBundle(array $strategyModifiers, arra... method getTestCases (line 62) | public function getTestCases() method getBundleConfiguration1 (line 493) | private function getBundleConfiguration1() method getBundleConfiguration2 (line 504) | private function getBundleConfiguration2( method getBundleConfiguration3 (line 553) | private function getBundleConfiguration3( method getBundleConfiguration4 (line 602) | private function getBundleConfiguration4( method getBundleConfiguration5 (line 657) | private function getBundleConfiguration5( method getBundleConfiguration6 (line 712) | private function getBundleConfiguration6( method getBundleConfiguration7 (line 767) | private function getBundleConfiguration7( FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundleWithTierPriceCalculatorTest.php class FixedBundleWithTierPriceCalculatorTest (line 17) | class FixedBundleWithTierPriceCalculatorTest extends BundlePriceAbstract method setUp (line 22) | protected function setUp() method testPriceForFixedBundle (line 36) | public function testPriceForFixedBundle(array $strategyModifiers, arra... method getTestCases (line 75) | public function getTestCases() method getBundleConfiguration1 (line 507) | private function getBundleConfiguration1() method getProductConfiguration2 (line 530) | private function getProductConfiguration2($selectionsPriceType, $custo... method getProductConfiguration3 (line 588) | private function getProductConfiguration3($selectionsPriceType, $custo... method getProductConfiguration4 (line 646) | private function getProductConfiguration4($selectionsPriceType, $custo... method getProductConfiguration5 (line 710) | private function getProductConfiguration5($selectionsPriceType, $custo... method getProductConfiguration6 (line 774) | private function getProductConfiguration6($selectionsPriceType, $custo... method getProductConfiguration7 (line 838) | private function getProductConfiguration7($selectionsPriceType, $custo... method addTierPrice (line 920) | protected function addTierPrice(\Magento\Catalog\Model\Product $produc... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/IsSaleableTest.php class IsSaleableTest (line 14) | class IsSaleableTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testIsSaleableOnEnabledStatus (line 38) | public function testIsSaleableOnEnabledStatus() method testIsSaleableOnDisabledStatus (line 56) | public function testIsSaleableOnDisabledStatus() method testIsSaleableOnEnabledStatusAndIsSalableIsTrue (line 75) | public function testIsSaleableOnEnabledStatusAndIsSalableIsTrue() method testIsSaleableOnEnabledStatusAndIsSalableIsFalse (line 95) | public function testIsSaleableOnEnabledStatusAndIsSalableIsFalse() method testIsSaleableOnAllItemsSalableIsTrue (line 114) | public function testIsSaleableOnAllItemsSalableIsTrue() method testIsSaleableOnAllItemsSalableIsFalse (line 132) | public function testIsSaleableOnAllItemsSalableIsFalse() method testIsSaleableOnBundleWithoutOptions (line 150) | public function testIsSaleableOnBundleWithoutOptions() method testIsSaleableOnBundleWithoutSelections (line 178) | public function testIsSaleableOnBundleWithoutSelections() method testIsSaleableOnBundleWithoutSaleableSelections (line 209) | public function testIsSaleableOnBundleWithoutSaleableSelections() method testIsSaleableOnBundleWithoutSaleableSelectionsOnRequiredOption (line 234) | public function testIsSaleableOnBundleWithoutSaleableSelectionsOnRequi... method testIsSaleableOnBundleWithNotEnoughQtyOfSelection (line 259) | public function testIsSaleableOnBundleWithNotEnoughQtyOfSelection() method testIsSaleableOnBundleWithSelectionCanChangeQty (line 279) | public function testIsSaleableOnBundleWithSelectionCanChangeQty() method testIsSaleableOnBundleWithoutRequiredOptions (line 314) | public function testIsSaleableOnBundleWithoutRequiredOptions() method testIsSaleableOnBundleWithOneSaleableSelection (line 351) | public function testIsSaleableOnBundleWithOneSaleableSelection() method setQtyForSelections (line 383) | private function setQtyForSelections($productsSku, $qty) FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/OptionListTest.php class OptionListTest (line 12) | class OptionListTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetItems (line 36) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/PriceTest.php class PriceTest (line 11) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetTierPrice (line 28) | public function testGetTierPrice() method testGetSelectionFinalTotalPriceWithSimpleTierPrice (line 53) | public function testGetSelectionFinalTotalPriceWithSimpleTierPrice( method getSelectionFinalTotalPriceWithSimpleTierPriceDataProvider (line 81) | public function getSelectionFinalTotalPriceWithSimpleTierPriceDataProv... FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/PriceWithDimensionTest.php class PriceWithDimensionTest (line 16) | class PriceWithDimensionTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetTierPrice (line 36) | public function testGetTierPrice() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/SaveHandlerTest.php class SaveHandlerTest (line 21) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testOptionTitlesOnDifferentStores (line 52) | public function testOptionTitlesOnDifferentStores(): void FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/TypeTest.php class TypeTest (line 12) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testGetSearchableData (line 55) | public function testGetSearchableData() method testGetOptionsCollection (line 73) | public function testGetOptionsCollection() method testGetParentIdsByChild (line 89) | public function testGetParentIdsByChild() FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php class ProductTest (line 30) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method testGetSetTypeInstance (line 60) | public function testGetSetTypeInstance() method testCRUD (line 83) | public function testCRUD() method testGetPriceModel (line 105) | public function testGetPriceModel() method testIsComposite (line 119) | public function testIsComposite() method testMultipleStores (line 131) | public function testMultipleStores() method testIsSalable (line 166) | public function testIsSalable( method stockConfigDataProvider (line 202) | public function stockConfigDataProvider(): array method checkIsSalable (line 262) | private function checkIsSalable( FILE: dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/StockTest.php class StockTest (line 9) | class StockTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testReindexAll (line 28) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/BundleImportExport/Model/BundleTest.php class BundleTest (line 10) | class BundleTest extends AbstractProductExportImportTestCase method exportImportDataProvider (line 15) | public function exportImportDataProvider(): array method assertEqualsSpecificAttributes (line 54) | protected function assertEqualsSpecificAttributes( FILE: dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Export/RowCustomizerTest.php class RowCustomizerTest (line 11) | class RowCustomizerTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testPrepareData (line 40) | public function testPrepareData(): void method testPrepareDataWithDifferentStoreValues (line 73) | public function testPrepareDataWithDifferentStoreValues(): void FILE: dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type/BundleTest.php class BundleTest (line 15) | class BundleTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 44) | public static function setUpBeforeClass() method setUp (line 57) | protected function setUp() method testBundleImport (line 68) | public function testBundleImport() method testBundleImportWithMultipleStoreViews (line 142) | public function testBundleImportWithMultipleStoreViews(): void method tearDown (line 200) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Captcha/Block/Adminhtml/Captcha/DefaultCaptchaTest.php class DefaultCaptchaTest (line 8) | class DefaultCaptchaTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetRefreshUrl (line 29) | public function testGetRefreshUrl() FILE: dev/tests/integration/testsuite/Magento/Captcha/Block/Captcha/DefaultTest.php class DefaultTest (line 8) | class DefaultTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetRefreshUrlWhenFrontendStore (line 28) | public function testGetRefreshUrlWhenFrontendStore() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/CaseBackendLoginActionWithInvalidCaptchaReturnsErrorTest.php class CaseBackendLoginActionWithInvalidCaptchaReturnsErrorTest (line 16) | class CaseBackendLoginActionWithInvalidCaptchaReturnsErrorTest extends A... method testBackendLoginActionWithInvalidCaptchaReturnsError (line 23) | public function testBackendLoginActionWithInvalidCaptchaReturnsError() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/CaseCaptchaIsRequiredAfterFailedLoginAttemptsTest.php class CaseCaptchaIsRequiredAfterFailedLoginAttemptsTest (line 15) | class CaseCaptchaIsRequiredAfterFailedLoginAttemptsTest extends \Magento... method testBackendLoginActionWithInvalidCaptchaReturnsError (line 22) | public function testBackendLoginActionWithInvalidCaptchaReturnsError() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/CaseCheckOnFrontendUnsuccessfulMessageWhenCaptchaFailedTest.php class CaseCheckOnFrontendUnsuccessfulMessageWhenCaptchaFailedTest (line 18) | class CaseCheckOnFrontendUnsuccessfulMessageWhenCaptchaFailedTest extend... method testLoginCheckUnsuccessfulMessageWhenCaptchaFailed (line 29) | public function testLoginCheckUnsuccessfulMessageWhenCaptchaFailed() method testForgotPasswordCheckUnsuccessfulMessageWhenCaptchaFailed (line 62) | public function testForgotPasswordCheckUnsuccessfulMessageWhenCaptchaF... method testCreateAccountCheckUnsuccessfulMessageWhenCaptchaFailed (line 85) | public function testCreateAccountCheckUnsuccessfulMessageWhenCaptchaFa... method prepareRequestData (line 113) | private function prepareRequestData($postData) FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/CaseCheckUnsuccessfulMessageWhenCaptchaFailedTest.php class CaseCheckUnsuccessfulMessageWhenCaptchaFailedTest (line 13) | class CaseCheckUnsuccessfulMessageWhenCaptchaFailedTest extends \Magento... method testCheckUnsuccessfulMessageWhenCaptchaFailed (line 22) | public function testCheckUnsuccessfulMessageWhenCaptchaFailed() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/CaseCheckUserForgotPasswordBackendWhenCaptchaFailedTest.php class CaseCheckUserForgotPasswordBackendWhenCaptchaFailedTest (line 13) | class CaseCheckUserForgotPasswordBackendWhenCaptchaFailedTest extends \M... method testCheckUserForgotPasswordBackendWhenCaptchaFailed (line 23) | public function testCheckUserForgotPasswordBackendWhenCaptchaFailed() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/ResetAttemptForBackendObserverTest.php class ResetAttemptForBackendObserverTest (line 22) | class ResetAttemptForBackendObserverTest extends \PHPUnit\Framework\Test... method setUp (line 29) | public function setUp() method testLoginAttemptsRemovedAfterSuccessfulLogin (line 37) | public function testLoginAttemptsRemovedAfterSuccessfulLogin() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/ResetAttemptForFrontendAccountEditObserverTest.php class ResetAttemptForFrontendAccountEditObserverTest (line 20) | class ResetAttemptForFrontendAccountEditObserverTest extends \PHPUnit\Fr... method setUp (line 27) | public function setUp() method testAccountEditRemovesFailedAttempts (line 35) | public function testAccountEditRemovesFailedAttempts() FILE: dev/tests/integration/testsuite/Magento/Captcha/Observer/ResetAttemptForFrontendObserverTest.php class ResetAttemptForFrontendObserverTest (line 22) | class ResetAttemptForFrontendObserverTest extends \PHPUnit\Framework\Tes... method setUp (line 29) | public function setUp() method testSuccesfulLoginRemovesFailedAttempts (line 37) | public function testSuccesfulLoginRemovesFailedAttempts() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Category/Checkboxes/TreeTest.php class TreeTest (line 13) | class TreeTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testSetGetCategoryIds (line 25) | public function testSetGetCategoryIds() method testGetTreeJson (line 34) | public function testGetTreeJson() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Category/TreeTest.php class TreeTest (line 11) | class TreeTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetSuggestedCategoriesJson (line 32) | public function testGetSuggestedCategoriesJson() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/FrontTest.php class FrontTest (line 11) | class FrontTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testToHtml (line 36) | public function testToHtml($attributeCode) method toHtmlDataProvider (line 53) | public function toHtmlDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Toolbar/AddTest.php class AddTest (line 11) | class AddTest extends \PHPUnit\Framework\TestCase method testToHtmlFormId (line 13) | public function testToHtmlFormId() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/JsTest.php class JsTest (line 12) | class JsTest extends \PHPUnit\Framework\TestCase method testGetAllRatesByProductClassJson (line 17) | public function testGetAllRatesByProductClassJson() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/OptionTest.php class OptionTest (line 11) | class OptionTest extends \PHPUnit\Framework\TestCase method testGetOptionValuesCaching (line 13) | public function testGetOptionValuesCaching() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Type/SelectTest.php class SelectTest (line 11) | class SelectTest extends \PHPUnit\Framework\TestCase method testToHtmlFormId (line 13) | public function testToHtmlFormId() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/CategoryTest.php class CategoryTest (line 8) | class CategoryTest extends \PHPUnit\Framework\TestCase method testGetAfterElementHtml (line 13) | public function testGetAfterElementHtml() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery/ContentTest.php class ContentTest (line 19) | class ContentTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testGetUploader (line 56) | public function testGetUploader() method testGetImagesJson (line 70) | public function testGetImagesJson(bool $isProductNew) method testGetImageTypes (line 92) | public function testGetImageTypes(bool $isProductNew) method getImagesAndImageTypesDataProvider (line 111) | public function getImagesAndImageTypesDataProvider() method prepareProduct (line 129) | private function prepareProduct(bool $isProductNew) FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/WeightTest.php class WeightTest (line 8) | class WeightTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testProductWithoutWeight (line 30) | public function testProductWithoutWeight($type) method virtualTypesDataProvider (line 51) | public static function virtualTypesDataProvider() method testProductHasWeight (line 63) | public function testProductHasWeight($type) method physicalTypesDataProvider (line 84) | public static function physicalTypesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Options/AjaxTest.php class AjaxTest (line 11) | class AjaxTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testToHtmlWithoutProducts (line 28) | public function testToHtmlWithoutProducts() method testToHtml (line 36) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/BreadcrumbsTest.php class BreadcrumbsTest (line 23) | class BreadcrumbsTest extends TestCase method setUp (line 40) | protected function setUp() method testCategoriesSequence (line 56) | public function testCategoriesSequence(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Category/TopMenuTest.php class TopMenuTest (line 30) | class TopMenuTest extends TestCase method setUp (line 53) | protected function setUp() method testTopMenuItemDisplay (line 71) | public function testTopMenuItemDisplay(): void method testTopMenuItemInvisibility (line 84) | public function testTopMenuItemInvisibility(array $data): void method invisibilityDataProvider (line 96) | public function invisibilityDataProvider(): array method testCategoriesInTreeVisible (line 128) | public function testCategoriesInTreeVisible(array $categories, array $... method categoriesVisibleInTreeProvider (line 144) | public function categoriesVisibleInTreeProvider(): array method testCategoriesInTreeInvisible (line 198) | public function testCategoriesInTreeInvisible(array $categories, array... method categoriesInTreeInvisibleProvider (line 214) | public function categoriesInTreeInvisibleProvider(): array method testMenuStructure (line 285) | public function testMenuStructure(array $moveCategory, array $expected... method menuStructureProvider (line 310) | public function menuStructureProvider(): array method testMultipleWebsitesCategoryDisplay (line 426) | public function testMultipleWebsitesCategoryDisplay( method multipleWebsitesCategoryDisplayProvider (line 450) | public function multipleWebsitesCategoryDisplayProvider(): array method updateCategories (line 472) | private function updateCategories(array $categories): void method getMenuTree (line 495) | private function getMenuTree(Node $node): array method getCategoryIdByName (line 515) | private function getCategoryIdByName(string $name): ?string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/AbstractTest.php class AbstractTest (line 14) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testGetAddToCartUrl (line 79) | public function testGetAddToCartUrl() method testGetSubmitUrl (line 87) | public function testGetSubmitUrl() method testGetAddToWishlistParams (line 95) | public function testGetAddToWishlistParams() method testGetAddToCompareUrl (line 108) | public function testGetAddToCompareUrl() method testGetMinimalQty (line 113) | public function testGetMinimalQty() method testGetReviewsSummaryHtml (line 118) | public function testGetReviewsSummaryHtml() method testGetProduct (line 129) | public function testGetProduct() method testGetProductUrl (line 138) | public function testGetProductUrl() method testHasProductUrl (line 144) | public function testHasProductUrl() method testLayoutDependColumnCount (line 149) | public function testLayoutDependColumnCount() method testGetCanShowProductPrice (line 164) | public function testGetCanShowProductPrice() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/ProductInCategoriesViewTest.php class ProductInCategoriesViewTest (line 27) | class ProductInCategoriesViewTest extends TestCase method setUp (line 50) | protected function setUp() method testCategoryProductView (line 68) | public function testCategoryProductView(array $data): void method productDataProvider (line 80) | public function productDataProvider(): array method testCategoryOutOfStockProductView (line 108) | public function testCategoryOutOfStockProductView(): void method testCategoryProductVisibility (line 122) | public function testCategoryProductVisibility(array $data): void method productVisibilityProvider (line 133) | public function productVisibilityProvider(): array method testAnchorCategoryProductVisibility (line 182) | public function testAnchorCategoryProductVisibility(): void method testNonAnchorCategoryProductVisibility (line 201) | public function testNonAnchorCategoryProductVisibility(): void method testCategoryProductViewOnMultiWebsite (line 217) | public function testCategoryProductViewOnMultiWebsite(): void method assignProductCategories (line 243) | private function assignProductCategories($sku, array $categoryIds): void method updateProduct (line 260) | private function updateProduct(string $sku, array $data): void method getCategoryProductCollection (line 274) | private function getCategoryProductCollection(int $categoryId, bool $r... method updateCategoryIsAnchor (line 289) | private function updateCategoryIsAnchor(int $categoryId, bool $isAncho... method getListingBlock (line 302) | private function getListingBlock(bool $refresh): ListProduct FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php class SortingTest (line 33) | class SortingTest extends TestCase method setUp (line 73) | protected function setUp() method testProductListSortOrder (line 94) | public function testProductListSortOrder(string $sortBy, string $direc... method testProductListSortOrderWithConfig (line 109) | public function testProductListSortOrderWithConfig(string $sortBy, str... method productListSortOrderDataProvider (line 126) | public function productListSortOrderDataProvider(): array method testProductListSortOrderOnStoreView (line 182) | public function testProductListSortOrderOnStoreView( method testProductListSortOrderWithConfigOnStoreView (line 205) | public function testProductListSortOrderWithConfigOnStoreView( method productListSortOrderDataProviderOnStoreView (line 234) | public function productListSortOrderDataProviderOnStoreView(): array method renderBlock (line 258) | private function renderBlock(CategoryInterface $category, string $dire... method assertBlockSorting (line 272) | private function assertBlockSorting(string $sortBy, array $expectation... method loadCategory (line 286) | private function loadCategory(string $categoryName, int $storeId): Cat... method updateCategorySortBy (line 307) | private function updateCategorySortBy( FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListTest.php class ListTest (line 15) | class ListTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetLayer (line 33) | public function testGetLayer() method testGetLoadedProductCollection (line 38) | public function testGetLoadedProductCollection() method testToolbarCoverage (line 53) | public function testToolbarCoverage() method testGetAdditionalHtmlEmpty (line 73) | public function testGetAdditionalHtmlEmpty() method testGetAdditionalHtml (line 79) | public function testGetAdditionalHtml() method testSetCollection (line 93) | public function testSetCollection() method testGetPriceBlockTemplate (line 99) | public function testGetPriceBlockTemplate() method testPrepareSortableFieldsByCategory (line 106) | public function testPrepareSortableFieldsByCategory() method _getLayout (line 117) | protected function _getLayout() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/NewTest.php class NewTest (line 14) | class NewTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetCacheKeyInfo (line 45) | public function testGetCacheKeyInfo() method testSetGetProductsCount (line 89) | public function testSetGetProductsCount() method testToHtml (line 99) | public function testToHtml() method testNewWidgetGetCacheKeyInfo (line 123) | public function testNewWidgetGetCacheKeyInfo() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ProductList/AbstractLinksTest.php class AbstractLinksTest (line 30) | abstract class AbstractLinksTest extends TestCase method setUp (line 72) | protected function setUp() method displayLinkedProductsProvider (line 86) | public function displayLinkedProductsProvider(): array method multipleWebsitesLinkedProductsProvider (line 158) | public function multipleWebsitesLinkedProductsProvider(): array method getPositionData (line 193) | protected function getPositionData(): array method prepareBlock (line 217) | protected function prepareBlock(): void method setCustomProductLinks (line 231) | private function setCustomProductLinks(ProductInterface $product, arra... method updateProducts (line 254) | protected function updateProducts(array $products): void method getActualLinks (line 270) | protected function getActualLinks(array $items): array method linkProducts (line 288) | protected function linkProducts(string $sku, array $productLinks): void method prepareWebsiteIdsProducts (line 300) | protected function prepareWebsiteIdsProducts(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ProductList/CrosssellTest.php class CrosssellTest (line 13) | class CrosssellTest extends \PHPUnit\Framework\TestCase method testAll (line 15) | public function testAll() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ProductList/RelatedTest.php class RelatedTest (line 20) | class RelatedTest extends AbstractLinksTest method setUp (line 28) | protected function setUp() method testAll (line 42) | public function testAll(): void method testGetIdentities (line 65) | public function testGetIdentities(): void method testDisplayRelatedProducts (line 86) | public function testDisplayRelatedProducts(array $data): void method testPositionRelatedProducts (line 108) | public function testPositionRelatedProducts(): void method testMultipleWebsitesRelatedProducts (line 133) | public function testMultipleWebsitesRelatedProducts(array $data): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ProductList/ToolbarTest.php class ToolbarTest (line 8) | class ToolbarTest extends \PHPUnit\Framework\TestCase method testGetPagerHtml (line 10) | public function testGetPagerHtml() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ProductList/UpsellTest.php class UpsellTest (line 17) | class UpsellTest extends AbstractLinksTest method setUp (line 25) | protected function setUp() method testAll (line 39) | public function testAll(): void method testGetIdentities (line 54) | public function testGetIdentities(): void method testDisplayUpsellProducts (line 74) | public function testDisplayUpsellProducts(array $data): void method testPositionUpsellProducts (line 96) | public function testPositionUpsellProducts(): void method testMultipleWebsitesUpsellProducts (line 121) | public function testMultipleWebsitesUpsellProducts(array $data): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/AdditionalTest.php class AdditionalTest (line 8) | class AdditionalTest extends \PHPUnit\Framework\TestCase method testGetChildHtmlList (line 10) | public function testGetChildHtmlList() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/AbstractAttributeTest.php class AbstractAttributeTest (line 26) | abstract class AbstractAttributeTest extends TestCase method setUp (line 58) | protected function setUp() method processAttributeView (line 80) | protected function processAttributeView( method processNonDefaultAttributeValueView (line 100) | protected function processNonDefaultAttributeValueView( method processDefaultValueAttributeView (line 119) | protected function processDefaultValueAttributeView(string $sku, strin... method processAttributeHtmlOutput (line 137) | protected function processAttributeHtmlOutput( method processMultiStoreView (line 163) | protected function processMultiStoreView( method getAttribute (line 187) | protected function getAttribute(): ProductAttributeInterface method prepareExpectedData (line 202) | private function prepareExpectedData(string $expectedValue): array method updateProduct (line 220) | private function updateProduct(string $productSku, string $attributeVa... method registerProduct (line 237) | private function registerProduct(ProductInterface $product): void method updateAttribute (line 249) | private function updateAttribute(array $data): void method getAttributeCode (line 262) | abstract protected function getAttributeCode(): string; method getDefaultAttributeValue (line 269) | abstract protected function getDefaultAttributeValue(): string; FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/DateAttributeTest.php class DateAttributeTest (line 17) | class DateAttributeTest extends AbstractAttributeTest method testAttributeView (line 23) | public function testAttributeView(): void method testAttributeWithNonDefaultValueView (line 33) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithDefaultValueView (line 43) | public function testAttributeWithDefaultValueView(): void method getAttributeCode (line 52) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 60) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/DropdownAttributeTest.php class DropdownAttributeTest (line 20) | class DropdownAttributeTest extends AbstractAttributeTest method testAttributeView (line 28) | public function testAttributeView(): void method testAttributeWithNonDefaultValueView (line 37) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithHtmlTags (line 53) | public function testAttributeWithHtmlTags( method attributeWithTagsProvider (line 66) | public function attributeWithTagsProvider(): array method testAttributePerStoreView (line 91) | public function testAttributePerStoreView(): void method testAttributePerWebsites (line 109) | public function testAttributePerWebsites(): void method getAttributeCode (line 122) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 130) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/MultiSelectAttributeTest.php class MultiSelectAttributeTest (line 17) | class MultiSelectAttributeTest extends AbstractAttributeTest method testAttributeView (line 25) | public function testAttributeView(): void method testAttributeWithNonDefaultValueView (line 34) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithDefaultValueView (line 43) | public function testAttributeWithDefaultValueView(): void method testAttributeWithHtmlTags (line 59) | public function testAttributeWithHtmlTags( method attributeWithTagsProvider (line 72) | public function attributeWithTagsProvider(): array method getAttributeCode (line 91) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 99) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/PriceAttributeTest.php class PriceAttributeTest (line 19) | class PriceAttributeTest extends AbstractAttributeTest method setUp (line 27) | protected function setUp() method testAttributeView (line 39) | public function testAttributeView(string $price): void method pricesDataProvider (line 47) | public function pricesDataProvider(): array method getAttributeCode (line 62) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 70) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/TextAreaAttributeTest.php class TextAreaAttributeTest (line 17) | class TextAreaAttributeTest extends AbstractAttributeTest method testAttributeView (line 22) | public function testAttributeView(): void method testAttributeWithNonDefaultValueView (line 31) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithDefaultValueView (line 40) | public function testAttributeWithDefaultValueView(): void method getAttributeCode (line 48) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 56) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/TextAttributeTest.php class TextAttributeTest (line 19) | class TextAttributeTest extends AbstractAttributeTest method testAttributeView (line 24) | public function testAttributeView(): void method testAttributeWithNonDefaultValueView (line 33) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithDefaultValueView (line 42) | public function testAttributeWithDefaultValueView(): void method testAttributeWithHtmlTags (line 55) | public function testAttributeWithHtmlTags( method attributeWithTagsProvider (line 66) | public function attributeWithTagsProvider(): array method testAttributePerStoreView (line 91) | public function testAttributePerStoreView(): void method testAttributePerWebsites (line 109) | public function testAttributePerWebsites(): void method getAttributeCode (line 122) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 130) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Attribute/YesNoAttributeTest.php class YesNoAttributeTest (line 17) | class YesNoAttributeTest extends AbstractAttributeTest method testAttributeWithNonDefaultValueView (line 22) | public function testAttributeWithNonDefaultValueView(): void method testAttributeWithDefaultValueView (line 30) | public function testAttributeWithDefaultValueView(): void method getAttributeCode (line 38) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 46) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/DescriptionTest.php class DescriptionTest (line 17) | class DescriptionTest extends TestCase method setUp (line 29) | protected function setUp() method testGetProductWhenNoProductIsRegistered (line 42) | public function testGetProductWhenNoProductIsRegistered() method testGetProductWhenInvalidProductIsRegistered (line 48) | public function testGetProductWhenInvalidProductIsRegistered() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/GalleryTest.php class GalleryTest (line 24) | class GalleryTest extends \PHPUnit\Framework\TestCase method setUp (line 101) | protected function setUp() method testGetGalleryImagesJsonWithoutImages (line 116) | public function testGetGalleryImagesJsonWithoutImages(): void method testGetGalleryImagesJsonWithDisabledImage (line 131) | public function testGetGalleryImagesJsonWithDisabledImage(array $image... method testGetGalleryImagesJsonOnStoreWithDisabledImage (line 149) | public function testGetGalleryImagesJsonOnStoreWithDisabledImage(array... method galleryDisabledImagesDataProvider (line 162) | public function galleryDisabledImagesDataProvider(): array method testGetGalleryImagesJson (line 183) | public function testGetGalleryImagesJson(array $images, array $expecta... method galleryImagesDataProvider (line 197) | public function galleryImagesDataProvider(): array method testGetGalleryImagesJsonOnStoreView (line 242) | public function testGetGalleryImagesJsonOnStoreView(array $images, arr... method galleryImagesOnStoreViewDataProvider (line 257) | public function galleryImagesOnStoreViewDataProvider(): array method setGalleryImages (line 301) | private function setGalleryImages(ProductInterface $product, array $im... method getProduct (line 334) | private function getProduct(?int $storeId = null): ProductInterface method assertImages (line 346) | private function assertImages(array $image, array $expectedImage): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Options/RenderOptionsTest.php class RenderOptionsTest (line 30) | class RenderOptionsTest extends TestCase method setUp (line 60) | protected function setUp() method testRenderCustomOptionsFromTextGroup (line 83) | public function testRenderCustomOptionsFromTextGroup(array $optionData... method testRenderCustomOptionsFromFileGroup (line 106) | public function testRenderCustomOptionsFromFileGroup(array $optionData... method testRenderCustomOptionsFromSelectGroup (line 135) | public function testRenderCustomOptionsFromSelectGroup( method testRenderCustomOptionsFromDateGroup (line 172) | public function testRenderCustomOptionsFromDateGroup(array $optionData... method baseOptionAsserts (line 214) | private function baseOptionAsserts( method addOptionToProduct (line 246) | private function addOptionToProduct(array $optionData, array $optionVa... method getOptionHtml (line 268) | private function getOptionHtml(): string method getOptionsBlock (line 282) | private function getOptionsBlock(): Options FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/OptionsTest.php class OptionsTest (line 11) | class OptionsTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testSetGetProduct (line 58) | public function testSetGetProduct() method testGetGroupOfOption (line 72) | public function testGetGroupOfOption() method testGetOptions (line 80) | public function testGetOptions() method testHasOptions (line 92) | public function testHasOptions() method testGetJsonConfig (line 100) | public function testGetJsonConfig() method getExpectedJsonConfig (line 112) | private function getExpectedJsonConfig() FILE: dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ViewTest.php class ViewTest (line 28) | class ViewTest extends TestCase method setUp (line 67) | protected function setUp() method testSetLayout (line 82) | public function testSetLayout(): void method testGetProduct (line 92) | public function testGetProduct(): void method testCanEmailToFriend (line 109) | public function testCanEmailToFriend(): void method testGetAddToCartUrl (line 117) | public function testGetAddToCartUrl(): void method testGetJsonConfig (line 131) | public function testGetJsonConfig(): void method testHasOptions (line 145) | public function testHasOptions(): void method testHasRequiredOptions (line 156) | public function testHasRequiredOptions(): void method testStartBundleCustomization (line 167) | public function testStartBundleCustomization(): void method testAddToCartBlockInvisibility (line 179) | public function testAddToCartBlockInvisibility(): void method testAddToCartBlockVisibility (line 192) | public function testAddToCartBlockVisibility(): void method testProductShortDescription (line 208) | public function testProductShortDescription(): void method renderDescriptionBlock (line 239) | private function renderDescriptionBlock(ProductInterface $product, boo... method getDescriptionBlock (line 255) | private function getDescriptionBlock(bool $refreshBlock): Description method registerProduct (line 270) | private function registerProduct(ProductInterface $product): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Console/Command/ProductAttributesCleanUpTest.php class ProductAttributesCleanUpTest (line 10) | class ProductAttributesCleanUpTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | public function setUp() method testExecute (line 55) | public function testExecute() method getUnusedProductAttribute (line 76) | private function getUnusedProductAttribute() method prepareAdditionalStore (line 88) | private function prepareAdditionalStore() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/DeleteTest.php class DeleteTest (line 19) | class DeleteTest extends AbstractBackendController method testDeleteMissingCategory (line 24) | public function testDeleteMissingCategory(): void method testDeleteCategory (line 40) | public function testDeleteCategory(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save/UrlRewriteTest.php class UrlRewriteTest (line 23) | class UrlRewriteTest extends AbstractBackendController method setUp (line 34) | protected function setUp() method testUrlRewrite (line 48) | public function testUrlRewrite(array $data): void method categoryDataProvider (line 68) | public function categoryDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php class CategoryTest (line 32) | class CategoryTest extends AbstractBackendController method setUp (line 68) | protected function setUp() method testSaveAction (line 96) | public function testSaveAction(array $inputData, array $defaultAttribu... method testDefaultValueForCategoryUrlPath (line 142) | public function testDefaultValueForCategoryUrlPath(): void method testSaveActionFromProductCreationPage (line 183) | public function testSaveActionFromProductCreationPage(array $postData)... method categoryCreatedFromProductCreationPageDataProvider (line 215) | public static function categoryCreatedFromProductCreationPageDataProvi... method testSuggestCategoriesActionDefaultCategoryFound (line 237) | public function testSuggestCategoriesActionDefaultCategoryFound(): void method testSuggestCategoriesActionNoSuggestions (line 252) | public function testSuggestCategoriesActionNoSuggestions(): void method saveActionDataProvider (line 265) | public function saveActionDataProvider(): array method testIncorrectDateFrom (line 393) | public function testIncorrectDateFrom(): void method testSaveActionCategoryWithDangerRequest (line 418) | public function testSaveActionCategoryWithDangerRequest(): void method testMoveAction (line 455) | public function testMoveAction( method moveActionDataProvider (line 491) | public function moveActionDataProvider(): array method testSaveCategoryWithProductPosition (line 510) | public function testSaveCategoryWithProductPosition(array $postData): ... method saveActionWithDifferentWebsitesDataProvider (line 538) | public function saveActionWithDifferentWebsitesDataProvider(): array method getCategoryProductsCount (line 619) | private function getCategoryProductsCount(): int method testSaveDesign (line 638) | public function testSaveDesign(): void method testSaveDesignWithDefaults (line 733) | public function testSaveDesignWithDefaults(): void method testSaveCustomLayout (line 795) | public function testSaveCustomLayout(): void method testSaveWithCustomBackendNameAction (line 867) | public function testSaveWithCustomBackendNameAction(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/AttributeTest.php class AttributeTest (line 17) | class AttributeTest extends \Magento\TestFramework\TestCase\AbstractBack... method setUp (line 23) | protected function setUp() method tearDown (line 48) | protected function tearDown() method testSaveActionRedirectsSuccessfully (line 60) | public function testSaveActionRedirectsSuccessfully() method testSaveActionChangeVisibility (line 99) | public function testSaveActionChangeVisibility($attributes) method testValidateActionWithMassUpdate (line 160) | public function testValidateActionWithMassUpdate($attributes) method validateActionDataProvider (line 187) | public function validateActionDataProvider() method saveActionVisibilityAttrDataProvider (line 210) | public function saveActionVisibilityAttrDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Delete/AbstractDeleteAttributeControllerTest.php class AbstractDeleteAttributeControllerTest (line 19) | abstract class AbstractDeleteAttributeControllerTest extends AbstractBac... method setUp (line 34) | protected function setUp() method dispatchDeleteAttribute (line 46) | protected function dispatchDeleteAttribute(string $attributeCode): void method assertAttributeIsDeleted (line 63) | protected function assertAttributeIsDeleted(string $attributeCode): void method testAclHasAccess (line 79) | public function testAclHasAccess() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Delete/CatalogAttributesControllerTest.php class CatalogAttributesControllerTest (line 18) | class CatalogAttributesControllerTest extends AbstractDeleteAttributeCon... method testDeleteMediaImageAttribute (line 28) | public function testDeleteMediaImageAttribute(): void method testDeletePriceAttribute (line 42) | public function testDeletePriceAttribute(): void method testDeleteDateAttribute (line 56) | public function testDeleteDateAttribute(): void method testDeleteSelectAttribute (line 70) | public function testDeleteSelectAttribute(): void method testDeleteMultiselectAttribute (line 84) | public function testDeleteMultiselectAttribute(): void method testDeleteTextareaAttribute (line 98) | public function testDeleteTextareaAttribute(): void method testDeleteTextEditorAttribute (line 112) | public function testDeleteTextEditorAttribute(): void method testDeleteTextAttribute (line 126) | public function testDeleteTextAttribute(): void method testDeleteBooleanAttribute (line 140) | public function testDeleteBooleanAttribute(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Delete/DeleteAttributeControllerErrorTest.php class DeleteAttributeControllerErrorTest (line 22) | class DeleteAttributeControllerErrorTest extends AbstractDeleteAttribute... method setUp (line 37) | protected function setUp() method testDispatchWithoutAttributeId (line 49) | public function testDispatchWithoutAttributeId(): void method testDispatchWithNonProductAttribute (line 66) | public function testDispatchWithNonProductAttribute(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/AbstractSaveAttributeTest.php class AbstractSaveAttributeTest (line 26) | abstract class AbstractSaveAttributeTest extends AbstractBackendController method setUp (line 51) | protected function setUp() method createAttributeUsingDataAndAssert (line 70) | protected function createAttributeUsingDataAndAssert(array $attributeD... method createAttributeUsingDataWithErrorAndAssert (line 97) | protected function createAttributeUsingDataWithErrorAndAssert(array $a... method assertAttributeOptions (line 125) | protected function assertAttributeOptions(AttributeInterface $attribut... method assertAttributeData (line 150) | private function assertAttributeData( method getAttributeCodeFromAttributeData (line 176) | private function getAttributeCodeFromAttributeData(array $attributeDat... method createAttributeViaController (line 194) | private function createAttributeViaController(array $attributeData): void method serializeOptions (line 207) | private function serializeOptions(array $optionsArr): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/MediaImageTest.php class MediaImageTest (line 15) | class MediaImageTest extends AbstractSaveAttributeTest method testCreateAttribute (line 26) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 40) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/PriceTest.php class PriceTest (line 15) | class PriceTest extends AbstractSaveAttributeTest method testCreateAttribute (line 26) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 40) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/AttributeTest.php class AttributeTest (line 17) | class AttributeTest extends \Magento\TestFramework\TestCase\AbstractBack... method testWrongFrontendInput (line 22) | public function testWrongFrontendInput() method testWithPopup (line 50) | public function testWithPopup() method testWithExceptionWhenSaveAttribute (line 75) | public function testWithExceptionWhenSaveAttribute() method testWrongAttributeId (line 94) | public function testWrongAttributeId() method testAttributeWithoutId (line 116) | public function testAttributeWithoutId() method testAttributeWithoutEntityTypeId (line 142) | public function testAttributeWithoutEntityTypeId() method testSaveActionApplyToDataSystemAttribute (line 158) | public function testSaveActionApplyToDataSystemAttribute() method testSaveActionApplyToDataUserDefinedAttribute (line 172) | public function testSaveActionApplyToDataUserDefinedAttribute() method testSaveActionApplyToData (line 187) | public function testSaveActionApplyToData() method testSaveActionCleanAttributeLabelCache (line 204) | public function testSaveActionCleanAttributeLabelCache() method getLargeOptionsSetAttributeData (line 222) | private function getLargeOptionsSetAttributeData() method testLargeOptionsDataSet (line 265) | public function testLargeOptionsDataSet() method _translate (line 329) | protected function _translate($string) method _getAttributeData (line 348) | protected function _getAttributeData() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery/UploadTest.php class UploadTest (line 24) | class UploadTest extends AbstractBackendController method setUp (line 59) | protected function setUp() method testUploadAction (line 78) | public function testUploadAction(array $file, array $expectation): void method uploadActionDataProvider (line 98) | public function uploadActionDataProvider(): array method testUploadActionWithErrors (line 155) | public function testUploadActionWithErrors(array $file, array $expecta... method uploadActionWithErrorsDataProvider (line 179) | public function uploadActionWithErrorsDataProvider(): array method tearDown (line 219) | protected function tearDown() method copyFileToSysTmpDir (line 232) | private function copyFileToSysTmpDir(array $file): void method createFileInSysTmpDir (line 254) | private function createFileInSysTmpDir(string $name): void method getFileAbsolutePath (line 274) | private function getFileAbsolutePath(string $tmpPath): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/GetSelectedTest.php class GetSelectedTest (line 14) | class GetSelectedTest extends \Magento\TestFramework\TestCase\AbstractBa... method testExecute (line 19) | public function testExecute() : void method testExecuteNonExistingSearchKey (line 35) | public function testExecuteNonExistingSearchKey() : void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/ReviewTest.php class ReviewTest (line 11) | class ReviewTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testEditActionProductNameXss (line 16) | public function testEditActionProductNameXss() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/AdvancedPricingTest.php class AdvancedPricingTest (line 22) | class AdvancedPricingTest extends AbstractBackendController method setUp (line 32) | protected function setUp() method testAddSpecialPriceToProduct (line 45) | public function testAddSpecialPriceToProduct(): void method testAddTierPriceToProduct (line 66) | public function testAddTierPriceToProduct(): void method dispatchWithData (line 95) | private function dispatchWithData(int $productId, array $productPostDa... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/CreateCustomOptionsTest.php class CreateCustomOptionsTest (line 23) | class CreateCustomOptionsTest extends AbstractBackendController method setUp (line 38) | protected function setUp() method testSaveCustomOptionWithTypeField (line 55) | public function testSaveCustomOptionWithTypeField(array $productPostDa... method productWithNewOptionsDataProvider (line 88) | public function productWithNewOptionsDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/DeleteCustomOptionsTest.php class DeleteCustomOptionsTest (line 25) | class DeleteCustomOptionsTest extends AbstractBackendController method setUp (line 45) | protected function setUp() method testDeleteCustomOptionWithTypeField (line 64) | public function testDeleteCustomOptionWithTypeField(array $optionData)... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/ImagesTest.php class ImagesTest (line 24) | class ImagesTest extends AbstractBackendController method setUp (line 44) | protected function setUp() method testSaveSimpleProductDefaultImage (line 63) | public function testSaveSimpleProductDefaultImage(array $postData, arr... method simpleProductImagesDataProvider (line 79) | public function simpleProductImagesDataProvider(): array method assertSuccessfulImageSave (line 127) | private function assertSuccessfulImageSave(array $expectation): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/LinksTest.php class LinksTest (line 22) | class LinksTest extends AbstractBackendController method setUp (line 37) | protected function setUp() method testAddRelatedUpSellCrossSellProducts (line 50) | public function testAddRelatedUpSellCrossSellProducts(): void method getPostData (line 73) | private function getPostData(): array method getExpectedLinks (line 104) | private function getExpectedLinks(array $links): array method getActualLinks (line 123) | private function getActualLinks(ProductInterface $product): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/UpdateCustomOptionsTest.php class UpdateCustomOptionsTest (line 26) | class UpdateCustomOptionsTest extends AbstractBackendController method setUp (line 46) | protected function setUp() method testUpdateCustomOptionWithTypeField (line 66) | public function testUpdateCustomOptionWithTypeField(array $optionData,... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/SearchTest.php class SearchTest (line 14) | class SearchTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testExecute (line 19) | public function testExecute() : void method testExecuteNonExistingSearchKey (line 33) | public function testExecuteNonExistingSearchKey() : void method testExecuteNotVisibleIndividuallyProducts (line 48) | public function testExecuteNotVisibleIndividuallyProducts() : void method testExecuteEnabledAndDisabledProducts (line 69) | public function testExecuteEnabledAndDisabledProducts() : void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php class DeleteTest (line 27) | class DeleteTest extends AbstractBackendController method setUp (line 57) | protected function setUp() method testDefaultAttributeSetIsNotDeleted (line 72) | public function testDefaultAttributeSetIsNotDeleted(): void method testDeleteCustomAttributeSetById (line 95) | public function testDeleteCustomAttributeSetById(): void method testProductIsDeletedAfterDeleteItsAttributeSet (line 107) | public function testProductIsDeletedAfterDeleteItsAttributeSet(): void method deleteAttributeSetByNameAndAssert (line 124) | private function deleteAttributeSetByNameAndAssert(string $attributeSe... method performDeleteAttributeSetRequest (line 141) | private function performDeleteAttributeSetRequest(int $attributeSetId)... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php class SaveTest (line 35) | class SaveTest extends AbstractBackendController method setUp (line 90) | public function setUp() method tearDown (line 112) | public function tearDown() method testCreateNewAttributeSetBasedOnDefaultAttributeSet (line 125) | public function testCreateNewAttributeSetBasedOnDefaultAttributeSet():... method testCreateNewAttributeSetBasedOnCustomAttributeSet (line 142) | public function testCreateNewAttributeSetBasedOnCustomAttributeSet(): ... method testGotErrorDuringCreateAttributeSetWithoutName (line 158) | public function testGotErrorDuringCreateAttributeSetWithoutName(): void method testAlreadyExistsExceptionProcessingWhenGroupCodeIsDuplicated (line 180) | public function testAlreadyExistsExceptionProcessingWhenGroupCodeIsDup... method testRemoveAttributeFromAttributeSet (line 222) | public function testRemoveAttributeFromAttributeSet(): void method getSyslogPath (line 248) | private function getSyslogPath(): string method removeSyslog (line 266) | private function removeSyslog(): void method getAttributeSetByName (line 280) | private function getAttributeSetByName(string $attributeSetName): ?Att... method createAttributeSetBySkeletonAndAssert (line 300) | private function createAttributeSetBySkeletonAndAssert( method assertAttributeSetsAttributesAreEquals (line 333) | private function assertAttributeSetsAttributesAreEquals( method getCatalogProductDefaultAttributeSetId (line 359) | private function getCatalogProductDefaultAttributeSetId(): int FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/UpdateTest.php class UpdateTest (line 26) | class UpdateTest extends AbstractBackendController method setUp (line 56) | protected function setUp() method testUpdateAttributeSetName (line 75) | public function testUpdateAttributeSetName(): void method testUpdateAttributeSetWithNewGroup (line 103) | public function testUpdateAttributeSetWithNewGroup(): void method testDeleteCustomGroupFromCustomAttributeSet (line 140) | public function testDeleteCustomGroupFromCustomAttributeSet(): void method performRequest (line 176) | private function performRequest(int $attributeSetId, array $postData =... method prepareDataToRequest (line 192) | private function prepareDataToRequest(AttributeSetInterface $attribute... method getAttributeSetGroupCollection (line 231) | private function getAttributeSetGroupCollection(int $attributeSetId): ... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php class ProductTest (line 30) | class ProductTest extends \Magento\TestFramework\TestCase\AbstractBacken... method setUp (line 50) | protected function setUp() method testSaveActionWithDangerRequest (line 62) | public function testSaveActionWithDangerRequest() method testSaveActionAndNew (line 79) | public function testSaveActionAndNew() method testSaveActionAndDuplicate (line 100) | public function testSaveActionAndDuplicate() method testSaveActionAndDuplicateWithUrlPathAttribute (line 122) | public function testSaveActionAndDuplicateWithUrlPathAttribute() method testIndexAction (line 145) | public function testIndexAction() method testEditAction (line 189) | public function testEditAction() method testSaveActionWithAlreadyExistingUrlKey (line 235) | public function testSaveActionWithAlreadyExistingUrlKey(array $postData) method saveActionWithAlreadyExistingUrlKeyDataProvider (line 264) | public function saveActionWithAlreadyExistingUrlKeyDataProvider() method testSaveActionTierPrice (line 326) | public function testSaveActionTierPrice(array $postData, array $tierPr... method saveActionTierPriceDataProvider (line 343) | public function saveActionTierPriceDataProvider() method getProductData (line 409) | private function getProductData(array $tierPrice) method testSaveDesign (line 426) | public function testSaveDesign(): void method testSaveDesignWithDefaults (line 486) | public function testSaveDesignWithDefaults(): void method testSaveCustomLayout (line 536) | public function testSaveCustomLayout(): void method assertSaveAndDuplicateAction (line 591) | private function assertSaveAndDuplicateAction(Product $product) FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Category/CategoryUrlRewriteTest.php class CategoryUrlRewriteTest (line 23) | class CategoryUrlRewriteTest extends AbstractController method setUp (line 37) | protected function setUp() method testCategoryUrlRewrite (line 56) | public function testCategoryUrlRewrite(int $categoryId, string $urlPat... method categoryRewriteProvider (line 73) | public function categoryRewriteProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/CategoryTest.php class CategoryTest (line 26) | class CategoryTest extends AbstractController method setUp (line 51) | protected function setUp() method assert404NotFound (line 64) | public function assert404NotFound() method getViewActionDataProvider (line 74) | public function getViewActionDataProvider(): array method testViewAction (line 115) | public function testViewAction(int $categoryId, array $expectedHandles... method testViewActionNoCategoryId (line 142) | public function testViewActionNoCategoryId(): void method testViewActionNotExistingCategory (line 152) | public function testViewActionNotExistingCategory(): void method testViewActionDisabledCategory (line 166) | public function testViewActionDisabledCategory(): void method testViewWithCustomUpdate (line 179) | public function testViewWithCustomUpdate(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/IndexTest.php class IndexTest (line 12) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractController method testIndexAction (line 14) | public function testIndexAction() FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/CompareTest.php class CompareTest (line 19) | class CompareTest extends \Magento\TestFramework\TestCase\AbstractContro... method setUp (line 34) | protected function setUp() method testAddAction (line 46) | public function testAddAction() method testAddActionForDisabledProduct (line 79) | public function testAddActionForDisabledProduct(): void method testIndexActionAddProducts (line 104) | public function testIndexActionAddProducts() method testRemoveAction (line 120) | public function testRemoveAction() method testRemoveActionForDisabledProduct (line 142) | public function testRemoveActionForDisabledProduct(): void method testRemoveActionWithSession (line 160) | public function testRemoveActionWithSession() method testIndexActionDisplay (line 181) | public function testIndexActionDisplay() method testClearAction (line 210) | public function testClearAction() method testRemoveActionProductNameXss (line 232) | public function testRemoveActionProductNameXss() method setProductDisabled (line 253) | private function setProductDisabled(string $sku): \Magento\Catalog\Api... method _prepareCompareListWithProductNameXss (line 268) | protected function _prepareCompareListWithProductNameXss() method _requireVisitorWithNoProducts (line 296) | protected function _requireVisitorWithNoProducts() method _requireVisitorWithTwoProducts (line 322) | protected function _requireVisitorWithTwoProducts() method _requireCustomerWithTwoProducts (line 361) | protected function _requireCustomerWithTwoProducts() method _assertCompareListEquals (line 425) | protected function _assertCompareListEquals(array $expectedProductIds) FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ProductUrlRewriteTest.php class ProductUrlRewriteTest (line 28) | class ProductUrlRewriteTest extends AbstractController method setUp (line 51) | protected function setUp() method testProductUrlRewrite (line 70) | public function testProductUrlRewrite(): void method testCategoryProductUrlRewrite (line 83) | public function testCategoryProductUrlRewrite(): void method testProductRedirect (line 97) | public function testProductRedirect(): void method testMultistoreProductUrlRewrite (line 118) | public function testMultistoreProductUrlRewrite(): void method updateProduct (line 149) | private function updateProduct(ProductInterface $product, array $data)... method cleanUpCachedObjects (line 161) | private function cleanUpCachedObjects(): void method prepareUrl (line 178) | private function prepareUrl(string $urlKey, bool $addSuffix = true): s... method assertProductIsVisible (line 191) | private function assertProductIsVisible(ProductInterface $product): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php class ViewTest (line 36) | class ViewTest extends AbstractController method setUp (line 70) | protected function setUp() method testViewActionWithCanonicalTag (line 90) | public function testViewActionWithCanonicalTag(): void method testViewActionCustomAttributeSetWithoutCountryOfManufacture (line 113) | public function testViewActionCustomAttributeSetWithoutCountryOfManufa... method testDisabledProductInvisibility (line 141) | public function testDisabledProductInvisibility(): void method testProductVisibility (line 155) | public function testProductVisibility(int $visibility): void method productVisibilityDataProvider (line 166) | public function productVisibilityDataProvider(): array method testProductNotVisibleIndividually (line 178) | public function testProductNotVisibleIndividually(): void method testProductVisibleOnTwoWebsites (line 191) | public function testProductVisibleOnTwoWebsites(): void method testRemoveProductFromOneWebsiteVisibility (line 214) | public function testRemoveProductFromOneWebsiteVisibility(): void method testProductAttributeByStores (line 239) | public function testProductAttributeByStores(): void method testProductWithoutWebsite (line 263) | public function testProductWithoutWebsite(): void method updateProduct (line 276) | public function updateProduct($product, array $data): ProductInterface method assert404NotFound (line 287) | public function assert404NotFound() method assertProductIsVisible (line 300) | private function assertProductIsVisible(ProductInterface $product): void method cleanUpCachedObjects (line 321) | private function cleanUpCachedObjects(): void method setupLoggerMock (line 335) | private function setupLoggerMock(): MockObject method updateProductVisibility (line 352) | private function updateProductVisibility(string $sku, int $visibility)... FILE: dev/tests/integration/testsuite/Magento/Catalog/Controller/ProductTest.php class ProductTest (line 27) | class ProductTest extends AbstractController method setUp (line 41) | protected function setUp() method assert404NotFound (line 56) | public function assert404NotFound() method getProductImageFile (line 68) | protected function getProductImageFile(): string method testViewAction (line 82) | public function testViewAction(): void method testViewActionConfigurable (line 124) | public function testViewActionConfigurable(): void method testViewActionNoProductId (line 141) | public function testViewActionNoProductId(): void method testViewActionRedirect (line 151) | public function testViewActionRedirect(): void method testGalleryAction (line 162) | public function testGalleryAction(): void method testGalleryActionRedirect (line 174) | public function testGalleryActionRedirect(): void method testGalleryActionNoProduct (line 184) | public function testGalleryActionNoProduct(): void method testImageAction (line 195) | public function testImageAction(): void method testImageActionNoImage (line 212) | public function testImageActionNoImage(): void method testViewWithCustomUpdate (line 225) | public function testViewWithCustomUpdate(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Cron/DeleteOutdatedPriceValuesTest.php class DeleteOutdatedPriceValuesTest (line 18) | class DeleteOutdatedPriceValuesTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method testExecute (line 55) | public function testExecute() method tearDown (line 131) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 29) | protected function tearDown() method testGetStoreCategories (line 43) | public function testGetStoreCategories() method testGetCategoryUrl (line 65) | public function testGetCategoryUrl() method testCanShow (line 81) | public function testCanShow() method testCanShowFalse (line 87) | public function testCanShowFalse() method testCanUseCanonicalTagDefault (line 100) | public function testCanUseCanonicalTagDefault() method testCanUseCanonicalTag (line 108) | public function testCanUseCanonicalTag() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/DataTest.php class DataTest (line 16) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method tearDown (line 79) | protected function tearDown() method testGetBreadcrumbPath (line 89) | public function testGetBreadcrumbPath() method testGetCategory (line 112) | public function testGetCategory() method testGetProduct (line 129) | public function testGetProduct() method testSplitSku (line 146) | public function testSplitSku() method testGetAttributeHiddenFields (line 152) | public function testGetAttributeHiddenFields() method testGetPriceScopeDefault (line 167) | public function testGetPriceScopeDefault() method testGetPriceScope (line 176) | public function testGetPriceScope() method testIsPriceGlobalDefault (line 181) | public function testIsPriceGlobalDefault() method testIsPriceGlobal (line 189) | public function testIsPriceGlobal() method testIsUsingStaticUrlsAllowedDefault (line 194) | public function testIsUsingStaticUrlsAllowedDefault() method testIsUsingStaticUrlsAllowed (line 204) | public function testIsUsingStaticUrlsAllowed() method testIsUrlDirectivesParsingAllowedDefault (line 215) | public function testIsUrlDirectivesParsingAllowedDefault() method testIsUrlDirectivesParsingAllowed (line 225) | public function testIsUrlDirectivesParsingAllowed() method testGetPageTemplateProcessor (line 236) | public function testGetPageTemplateProcessor() method testGetTaxPrice (line 254) | public function testGetTaxPrice( method getTaxPriceDataProvider (line 293) | public function getTaxPriceDataProvider() method setUpDefaultRules (line 439) | private function setUpDefaultRules() method getCustomerAddress (line 485) | private function getCustomerAddress() method tearDownDefaultRules (line 499) | private function tearDownDefaultRules() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/OutputTest.php class OutputTest (line 8) | class OutputTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testAddHandlerGetHandlers (line 26) | public function testAddHandlerGetHandlers() method testProcess (line 43) | public function testProcess() method testProductAttribute (line 49) | public function testProductAttribute() method testCategoryAttribute (line 58) | public function testCategoryAttribute() method testIsDirective (line 70) | public function testIsDirective($html, $expectedResult) method isDirectiveDataProvider (line 75) | public function isDirectiveDataProvider() method sampleProcessor (line 96) | public function sampleProcessor(\Magento\Catalog\Helper\Output $helper... method _testAttribute (line 109) | protected function _testAttribute($method, $entityCode, $expectedResult) FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/Product/CompareTest.php class CompareTest (line 8) | class CompareTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetListUrl (line 30) | public function testGetListUrl() method testGetAddUrl (line 46) | public function testGetAddUrl() method testGetAddToWishlistParams (line 54) | public function testGetAddToWishlistParams() method testGetAddToCartUrl (line 69) | public function testGetAddToCartUrl() method testGetRemoveUrl (line 74) | public function testGetRemoveUrl() method testGetClearListUrl (line 80) | public function testGetClearListUrl() method testGetItemCollection (line 88) | public function testGetItemCollection() method testCalculate (line 103) | public function testCalculate() method testSetGetAllowUsedFlat (line 124) | public function testSetGetAllowUsedFlat() method _testGetProductUrl (line 131) | protected function _testGetProductUrl($method, $expectedFullAction) method _populateCompareList (line 142) | protected function _populateCompareList() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/Product/CompositeTest.php class CompositeTest (line 16) | class CompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testRenderConfigureResult (line 46) | public function testRenderConfigureResult() method testRenderConfigureResultNotOK (line 68) | public function testRenderConfigureResultNotOK() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/Product/FlatTest.php class FlatTest (line 8) | class FlatTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testIsEnabled (line 33) | public function testIsEnabled() method testIsAddFilterableAttributesDefault (line 38) | public function testIsAddFilterableAttributesDefault() method testIsAddFilterableAttributes (line 43) | public function testIsAddFilterableAttributes() method testIsAddChildDataDefault (line 52) | public function testIsAddChildDataDefault() method testIsAddChildData (line 57) | public function testIsAddChildData() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/Product/Stub/ProductControllerStub.php class ProductControllerStub (line 9) | class ProductControllerStub extends \Magento\Catalog\Controller\Product method execute (line 11) | public function execute() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/Product/ViewTest.php class ViewTest (line 14) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method tearDown (line 64) | protected function tearDown() method testInitProductLayout (line 75) | public function testInitProductLayout() method testPrepareAndRender (line 103) | public function testPrepareAndRender() method testPrepareAndRenderWrongController (line 125) | public function testPrepareAndRenderWrongController() method testPrepareAndRenderWrongProduct (line 136) | public function testPrepareAndRenderWrongProduct() FILE: dev/tests/integration/testsuite/Magento/Catalog/Helper/ProductTest.php class ProductTest (line 8) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetProductUrl (line 37) | public function testGetProductUrl() method testGetPrice (line 47) | public function testGetPrice() method testGetFinalPrice (line 57) | public function testGetFinalPrice() method testGetImageUrl (line 68) | public function testGetImageUrl() method testGetSmallImageUrl (line 80) | public function testGetSmallImageUrl() method testGetThumbnailUrl (line 92) | public function testGetThumbnailUrl() method testGetEmailToFriendUrl (line 103) | public function testGetEmailToFriendUrl() method testGetStatuses (line 129) | public function testGetStatuses() method testCanShow (line 137) | public function testCanShow() method testCanUseCanonicalTagDefault (line 156) | public function testCanUseCanonicalTagDefault() method testCanUseCanonicalTag (line 164) | public function testCanUseCanonicalTag() method testGetAttributeInputTypes (line 169) | public function testGetAttributeInputTypes() method testGetAttributeBackendModelByInputType (line 183) | public function testGetAttributeBackendModelByInputType() method testGetAttributeSourceModelByInputType (line 189) | public function testGetAttributeSourceModelByInputType() method testInitProduct (line 200) | public function testInitProduct() method testPrepareProductOptions (line 219) | public function testPrepareProductOptions() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/AbstractModel/Stub.php class Stub (line 8) | abstract class Stub extends \Magento\Catalog\Model\AbstractModel impleme... method getStoreId (line 15) | public function getStoreId() method setStoreId (line 26) | public function setStoreId($storeId) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/AbstractTest.php class AbstractTest (line 8) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testLockedAttributeApi (line 58) | public function testLockedAttributeApi() method testSetData (line 79) | public function testSetData() method testUnsetData (line 98) | public function testUnsetData() method testGetResourceCollection (line 116) | public function testGetResourceCollection() method testLoadByAttribute (line 130) | public function testLoadByAttribute() method testGetStore (line 141) | public function testGetStore() method testGetWebsiteStoreIds (line 152) | public function testGetWebsiteStoreIds() method testSetGetAttributeDefaultValue (line 161) | public function testSetGetAttributeDefaultValue() method testSetGetExistsStoreValueFlag (line 168) | public function testSetGetExistsStoreValueFlag() method testIsDeleteable (line 179) | public function testIsDeleteable() method testIsReadonly (line 190) | public function testIsReadonly() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/AbstractLayoutUpdateTest.php class AbstractLayoutUpdateTest (line 21) | class AbstractLayoutUpdateTest extends TestCase method recreateCategory (line 47) | private function recreateCategory(): void method setUp (line 56) | protected function setUp() method testDependsOnNewUpdate (line 70) | public function testDependsOnNewUpdate(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/CustomlayoutupdateTest.php class CustomlayoutupdateTest (line 21) | class CustomlayoutupdateTest extends TestCase method recreateCategory (line 43) | private function recreateCategory(): void method setUp (line 52) | protected function setUp() method testImmutable (line 66) | public function testImmutable(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Category/DataProviderTest.php class DataProviderTest (line 21) | class DataProviderTest extends TestCase method createDataProvider (line 48) | private function createDataProvider(): DataProvider method setUp (line 63) | protected function setUp() method testGetMetaRequiredAttributes (line 76) | public function testGetMetaRequiredAttributes() method testOldCustomLayoutInvisible (line 98) | public function testOldCustomLayoutInvisible(): void method testCustomLayoutFileAttribute (line 125) | public function testCustomLayoutFileAttribute(): void method extractCustomLayoutOptions (line 153) | private function extractCustomLayoutOptions(array $meta): array method testCustomLayoutMeta (line 177) | public function testCustomLayoutMeta(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Category/Link/SaveHandlerTest.php class SaveHandlerTest (line 23) | class SaveHandlerTest extends TestCase method setUp (line 48) | protected function setUp() method testExecute (line 64) | public function testExecute(): void method updateCategoryLinks (line 114) | private function updateCategoryLinks(ProductInterface $product, array ... method assertPositions (line 133) | private function assertPositions(array $categoryPositions, array $cate... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryRepositoryTest.php class CategoryRepositoryTest (line 22) | class CategoryRepositoryTest extends TestCase method setUp (line 49) | protected function setUp() method createRepo (line 62) | private function createRepo(): CategoryRepositoryInterface method testCustomLayout (line 76) | public function testCustomLayout(): void method testCategoryBehaviourAfterDelete (line 109) | public function testCategoryBehaviourAfterDelete(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php class CategoryTest (line 35) | class CategoryTest extends TestCase method setUp (line 61) | protected function setUp() method testGetUrlInstance (line 72) | public function testGetUrlInstance(): void method testGetTreeModel (line 79) | public function testGetTreeModel(): void method testGetTreeModelInstance (line 86) | public function testGetTreeModelInstance(): void method testGetDefaultAttributeSetId (line 93) | public function testGetDefaultAttributeSetId(): void method testGetProductCollection (line 99) | public function testGetProductCollection(): void method testGetAttributes (line 106) | public function testGetAttributes(): void method testGetProductsPosition (line 117) | public function testGetProductsPosition(): void method testGetStoreIds (line 129) | public function testGetStoreIds(): void method testSetGetStoreId (line 139) | public function testSetGetStoreId(): void method testSetStoreIdWithNonNumericValue (line 156) | public function testSetStoreIdWithNonNumericValue(): void method testGetUrl (line 169) | public function testGetUrl(): void method testGetCategoryIdUrl (line 186) | public function testGetCategoryIdUrl(): void method testFormatUrlKey (line 193) | public function testFormatUrlKey(): void method testGetImageUrl (line 200) | public function testGetImageUrl(): void method testGetCustomDesignDate (line 207) | public function testGetCustomDesignDate(): void method testGetDesignAttributes (line 214) | public function testGetDesignAttributes(): void method testCheckId (line 221) | public function testCheckId(): void method testVerifyIds (line 229) | public function testVerifyIds(): void method testHasChildren (line 235) | public function testHasChildren(): void method testGetRequestPath (line 243) | public function testGetRequestPath(): void method testGetName (line 250) | public function testGetName(): void method testGetProductCount (line 257) | public function testGetProductCount(): void method testGetAvailableSortBy (line 266) | public function testGetAvailableSortBy(): void method testGetAvailableSortByOptions (line 273) | public function testGetAvailableSortByOptions(): void method testGetDefaultSortBy (line 281) | public function testGetDefaultSortBy(): void method testValidate (line 286) | public function testValidate(): void method testSaveCategoryWithPosition (line 301) | public function testSaveCategoryWithPosition(): void method testSaveCategoryWithoutImage (line 310) | public function testSaveCategoryWithoutImage(): void method testDeleteChildren (line 331) | public function testDeleteChildren(): void method testAddChildCategory (line 355) | public function testAddChildCategory(): void method testMissingRequiredAttribute (line 372) | public function testMissingRequiredAttribute(): void method testCategoryCreateWithDifferentFields (line 391) | public function testCategoryCreateWithDifferentFields(array $data): void method categoryFieldsProvider (line 408) | public function categoryFieldsProvider(): array method testCreateSubcategoryWithMultipleStores (line 430) | public function testCreateSubcategoryWithMultipleStores(): void method getCategoryByName (line 462) | protected function getCategoryByName($categoryName) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTreeTest.php class CategoryTreeTest (line 17) | class CategoryTreeTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method loadCategory (line 37) | protected function loadCategory($categoryId) method testMovePosition (line 44) | public function testMovePosition() method testMove (line 69) | public function testMove() method testMoveWrongParent (line 83) | public function testMoveWrongParent() method testMoveWrongId (line 92) | public function testMoveWrongId() method testGetUrlPath (line 101) | public function testGetUrlPath() method testGetParentId (line 108) | public function testGetParentId() method testGetParentIds (line 116) | public function testGetParentIds() method testGetChildren (line 125) | public function testGetChildren() method testGetChildrenSorted (line 131) | public function testGetChildrenSorted() method testGetPathInStore (line 139) | public function testGetPathInStore() method testGetAllChildren (line 145) | public function testGetAllChildren() method testGetPathIds (line 153) | public function testGetPathIds() method testGetLevel (line 164) | public function testGetLevel() method testGetAnchorsAbove (line 171) | public function testGetAnchorsAbove() method testGetParentCategories (line 179) | public function testGetParentCategories() method testGetParentCategoriesEmpty (line 186) | public function testGetParentCategoriesEmpty() method testGetChildrenCategories (line 193) | public function testGetChildrenCategories() method testGetChildrenCategoriesEmpty (line 200) | public function testGetChildrenCategoriesEmpty() method testGetParentDesignCategory (line 207) | public function testGetParentDesignCategory() method testIsInRootCategoryList (line 214) | public function testIsInRootCategoryList() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetEntityAttributeCodes (line 31) | public function testGetEntityAttributeCodes() method testGetAttribute (line 41) | public function testGetAttribute() method testGetEntityType (line 52) | public function testGetEntityType() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/DesignTest.php class DesignTest (line 12) | class DesignTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testApplyCustomDesign (line 29) | public function testApplyCustomDesign($theme) method getThemeModel (line 46) | public function getThemeModel() method _getThemeData (line 58) | protected function _getThemeData() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ImageUploaderTest.php class ImageUploaderTest (line 15) | class ImageUploaderTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testSaveFileToTmpDir (line 61) | public function testSaveFileToTmpDir(): void method testMoveFileFromTmp (line 89) | public function testMoveFileFromTmp(): void method testSaveFileToTmpDirWithWrongExtension (line 105) | public function testSaveFileToTmpDirWithWrongExtension(): void method testSaveFileToTmpDirWithWrongFile (line 131) | public function testSaveFileToTmpDirWithWrongFile(): void method tearDownAfterClass (line 155) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/Product/Action/FullTest.php class FullTest (line 19) | class FullTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method tearDown (line 53) | protected function tearDown() method testPreference (line 61) | public function testPreference() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/ProductTest.php class ProductTest (line 16) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testReindexAll (line 56) | public function testReindexAll() method testCategoryMove (line 94) | public function testCategoryMove() method testCategoryDelete (line 141) | public function testCategoryDelete() method testCategoryCreate (line 166) | public function testCategoryCreate() method testCatalogCategoryProductIndexInvalidateAfterDelete (line 216) | public function testCatalogCategoryProductIndexInvalidateAfterDelete() method getCategories (line 235) | protected function getCategories($count) method getProducts (line 252) | protected function getProducts($count) method clearIndex (line 269) | protected function clearIndex() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/FlatTest.php class FlatTest (line 14) | class FlatTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 59) | public static function setUpBeforeClass() method testEntityItemsBefore (line 74) | public function testEntityItemsBefore() method testReindexAll (line 90) | public function testReindexAll() method testFlatItemsBefore (line 109) | public function testFlatItemsBefore() method testCreateCategory (line 126) | public function testCreateCategory() method testFlatAfterCreate (line 148) | public function testFlatAfterCreate() method testMoveCategory (line 185) | public function testMoveCategory() method testFlatAfterMove (line 203) | public function testFlatAfterMove() method testDeleteCategory (line 230) | public function testDeleteCategory() method testFlatAfterDeleted (line 251) | public function testFlatAfterDeleted() method loadAttributeValues (line 269) | protected static function loadAttributeValues(\Magento\Catalog\Model\C... method loadAttributeCodes (line 281) | protected static function loadAttributeCodes() method checkCategoryData (line 302) | protected function checkCategoryData(\Magento\Catalog\Model\Category $... method getLoadedDefaultCategory (line 316) | private function getLoadedDefaultCategory() method getLoadedCategory (line 327) | private function getLoadedCategory($categoryId) method instantiateCategoryModel (line 338) | private function instantiateCategoryModel() method createSubCategoriesInDefaultCategory (line 350) | private function createSubCategoriesInDefaultCategory() method moveSubCategoriesInDefaultCategory (line 375) | private function moveSubCategoriesInDefaultCategory() method deleteSubCategoriesInDefaultCategory (line 392) | private function deleteSubCategoriesInDefaultCategory() method removeSubCategoriesInDefaultCategory (line 406) | private function removeSubCategoriesInDefaultCategory() method executeWithFlatEnabledInAdminArea (line 425) | private function executeWithFlatEnabledInAdminArea(callable $task) method switchAppArea (line 456) | private function switchAppArea(\Magento\TestFramework\Application $app... method getActiveConfigInstance (line 474) | private function getActiveConfigInstance() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Eav/Action/FullTest.php class FullTest (line 13) | class FullTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 20) | public static function setUpBeforeClass() method setUp (line 33) | protected function setUp() method testReindexAll (line 46) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Eav/Action/RowTest.php class RowTest (line 11) | class RowTest extends \PHPUnit\Framework\TestCase method testUpdateProduct (line 18) | public function testUpdateProduct() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Eav/Action/RowsTest.php class RowsTest (line 11) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testUpdateAttributes (line 30) | public function testUpdateAttributes() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/CustomFlatAttributeTest.php class CustomFlatAttributeTest (line 20) | class CustomFlatAttributeTest extends IndexerTestCase method setUp (line 40) | protected function setUp(): void method testProductUpdateCustomAttribute (line 61) | public function testProductUpdateCustomAttribute(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/FullTest.php class FullTest (line 23) | class FullTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 43) | public static function setUpBeforeClass() method setUp (line 59) | protected function setUp() method testReindexAll (line 72) | public function testReindexAll() method testReindexAllMultipleStores (line 102) | public function testReindexAllMultipleStores() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/RelationTest.php class RelationTest (line 19) | class RelationTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 46) | protected function setUp() method tearDown (line 108) | protected function tearDown() method testExecute (line 123) | public function testExecute() : void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/RowTest.php class RowTest (line 20) | class RowTest extends IndexerTestCase method setUp (line 45) | protected function setUp(): void method testProductUpdate (line 68) | public function testProductUpdate(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/RowsTest.php class RowsTest (line 11) | class RowsTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 23) | protected function setUp() method testProductsUpdate (line 39) | public function testProductsUpdate() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php class ProcessorTest (line 13) | class ProcessorTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 25) | protected function setUp() method testEnableProductFlat (line 41) | public function testEnableProductFlat() method testSaveAttribute (line 54) | public function testSaveAttribute() method testDeleteAttribute (line 75) | public function testDeleteAttribute() method testAddNewStore (line 97) | public function testAddNewStore() method testAddNewStoreGroup (line 108) | public function testAddNewStoreGroup() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/Action/FullTest.php class FullTest (line 11) | class FullTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testReindexAll (line 30) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/Action/RowTest.php class RowTest (line 11) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testProductUpdate (line 38) | public function testProductUpdate() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/Action/RowsTest.php class RowsTest (line 11) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testProductsUpdate (line 38) | public function testProductsUpdate() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/SimpleWithOptionsTierPriceTest.php class SimpleWithOptionsTierPriceTest (line 16) | class SimpleWithOptionsTierPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testTierPrice (line 44) | public function testTierPrice() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/SimpleWithOptionsTierPriceWithDimensionTest.php class SimpleWithOptionsTierPriceWithDimensionTest (line 21) | class SimpleWithOptionsTierPriceWithDimensionTest extends \PHPUnit\Frame... method setUp (line 41) | protected function setUp() method testTierPrice (line 53) | public function testTierPrice() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/CategoryTest.php class CategoryTest (line 16) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetStateKey (line 31) | public function testGetStateKey() method testGetProductCollection (line 36) | public function testGetProductCollection() method testApply (line 45) | public function testApply() method testGetSetCurrentCategory (line 88) | public function testGetSetCurrentCategory() method testGetCurrentStore (line 152) | public function testGetCurrentStore() method testGetState (line 162) | public function testGetState() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/AttributeTest.php class AttributeTest (line 15) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testOptionIdNotEmpty (line 55) | public function testOptionIdNotEmpty() method testApplyInvalid (line 60) | public function testApplyInvalid() method testApply (line 78) | public function testApply() method testGetItems (line 90) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetResetValue (line 42) | public function testGetResetValue() method testApplyNothing (line 47) | public function testApplyNothing() method testApply (line 63) | public function testApply() method testGetResetValueApplied (line 88) | public function testGetResetValueApplied(\Magento\Catalog\Model\Layer\... method testGetName (line 93) | public function testGetName() method testGetItems (line 103) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/DataProvider/PriceTest.php class PriceTest (line 14) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetPriceRangeAuto (line 40) | public function testGetPriceRangeAuto() method testGetPriceRangeManual (line 52) | public function testGetPriceRangeManual() method testGetMaxPriceInt (line 63) | public function testGetMaxPriceInt() method getRangeItemCountsDataProvider (line 71) | public function getRangeItemCountsDataProvider() method testGetRangeItemCounts (line 87) | public function testGetRangeItemCounts($inputRange, $expectedItemCounts) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/DecimalTest.php class DecimalTest (line 16) | class DecimalTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testApplyNothing (line 51) | public function testApplyNothing() method testApplyInvalid (line 63) | public function testApplyInvalid() method testApply (line 76) | public function testApply() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/AlgorithmAdvancedTest.php class AlgorithmAdvancedTest (line 14) | class AlgorithmAdvancedTest extends \PHPUnit\Framework\TestCase method testWithoutLimits (line 23) | public function testWithoutLimits() method _prepareFilter (line 53) | protected function _prepareFilter($layer, $priceResource, $request = n... method testWithLimits (line 96) | public function testWithLimits() method createLayer (line 122) | protected function createLayer() method createPriceResource (line 137) | protected function createPriceResource($layer) method createInterval (line 147) | protected function createInterval($priceResource) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/AlgorithmBaseTest.php class AlgorithmBaseTest (line 17) | class AlgorithmBaseTest extends \PHPUnit\Framework\TestCase method testPricesSegmentation (line 45) | public function testPricesSegmentation($categoryId, array $entityIds, ... method pricesSegmentationDataProvider (line 129) | public function pricesSegmentationDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/PriceTest.php class PriceTest (line 15) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testApplyNothing (line 42) | public function testApplyNothing() method testApplyInvalid (line 61) | public function testApplyInvalid() method testApplyManual (line 84) | public function testApplyManual() method testGetSetCustomerGroupId (line 101) | public function testGetSetCustomerGroupId() method testGetSetCurrencyRate (line 114) | public function testGetSetCurrencyRate() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/ActionTest.php class ActionTest (line 10) | class ActionTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 22) | public static function setUpBeforeClass() method setUp (line 30) | protected function setUp() method testUpdateWebsites (line 48) | public function testUpdateWebsites() method testUpdateAttributes (line 95) | public function testUpdateAttributes($status, $productsCount) method updateAttributesDataProvider (line 141) | public function updateAttributesDataProvider() method tearDownAfterClass (line 155) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Backend/PriceTest.php class PriceTest (line 18) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testSetScopeDefault (line 65) | public function testSetScopeDefault() method testSetScope (line 83) | public function testSetScope() method testAfterSave (line 98) | public function testAfterSave() method testAfterSaveWithDifferentStores (line 118) | public function testAfterSaveWithDifferentStores() method testAfterSaveWithSameCurrency (line 156) | public function testAfterSaveWithSameCurrency() method testAfterSaveWithUseDefault (line 195) | public function testAfterSaveWithUseDefault() method testAfterSaveForWebsitesWithDifferentCurrencies (line 247) | public function testAfterSaveForWebsitesWithDifferentCurrencies() method tearDownAfterClass (line 296) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Backend/SkuTest.php class SkuTest (line 12) | class SkuTest extends \PHPUnit\Framework\TestCase method testGenerateUniqueSkuExistingProduct (line 17) | public function testGenerateUniqueSkuExistingProduct() method testGenerateUniqueSkuNotExistingProduct (line 33) | public function testGenerateUniqueSkuNotExistingProduct($product) method testGenerateUniqueLongSku (line 45) | public function testGenerateUniqueLongSku() method uniqueSkuDataProvider (line 68) | public function uniqueSkuDataProvider() method _getProduct (line 79) | protected function _getProduct() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Backend/TierpriceTest.php class TierpriceTest (line 18) | class TierpriceTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testValidate (line 64) | public function testValidate() method testValidateDuplicate (line 83) | public function testValidateDuplicate(array $tierPricesData) method validateDuplicateDataProvider (line 96) | public function validateDuplicateDataProvider(): array method testValidateDuplicateWebsite (line 117) | public function testValidateDuplicateWebsite() method testValidatePercentage (line 134) | public function testValidatePercentage() method testPreparePriceData (line 146) | public function testPreparePriceData() method testAfterLoad (line 165) | public function testAfterLoad() method testSaveExistingProduct (line 190) | public function testSaveExistingProduct(array $tierPricesData, int $ti... method saveExistingProductDataProvider (line 209) | public function saveExistingProductDataProvider(): array method testSaveNewProduct (line 290) | public function testSaveNewProduct(array $tierPricesData, int $tierPri... method saveNewProductDataProvider (line 316) | public function saveNewProductDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AbstractAttributeTest.php class AbstractAttributeTest (line 22) | abstract class AbstractAttributeTest extends TestCase method setUp (line 39) | protected function setUp() method testSaveAttribute (line 53) | public function testSaveAttribute(string $productSku): void method testRequiredAttribute (line 65) | public function testRequiredAttribute(string $productSku): void method testDefaultValue (line 81) | public function testDefaultValue(string $productSku): void method testUniqueAttribute (line 95) | public function testUniqueAttribute(string $firstSku, string $secondSk... method getAttribute (line 113) | protected function getAttribute(): ProductAttributeInterface method setAttributeValueAndValidate (line 132) | protected function setAttributeValueAndValidate(string $productSku, st... method unsetAttributeValueAndValidate (line 147) | private function unsetAttributeValueAndValidate(string $productSku): P... method prepareAttribute (line 162) | private function prepareAttribute(array $data): void method getAttributeCode (line 174) | abstract protected function getAttributeCode(): string; method getDefaultAttributeValue (line 181) | abstract protected function getDefaultAttributeValue(): string; method productProvider (line 188) | abstract public function productProvider(): array; method uniqueAttributeValueProvider (line 195) | abstract public function uniqueAttributeValueProvider(): array; FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeDateTest.php class AttributeDateTest (line 15) | class AttributeDateTest extends AbstractAttributeTest method testDefaultValue (line 21) | public function testDefaultValue(string $productSku): void method getAttributeCode (line 29) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 37) | protected function getDefaultAttributeValue(): string method testUniqueAttribute (line 50) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 58) | public function productProvider(): array method uniqueAttributeValueProvider (line 70) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeDropdownTest.php class AttributeDropdownTest (line 15) | class AttributeDropdownTest extends AbstractAttributeTest method getAttributeCode (line 20) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 28) | protected function getDefaultAttributeValue(): string method testUniqueAttribute (line 41) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 49) | public function productProvider(): array method uniqueAttributeValueProvider (line 61) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeMultiSelectTest.php class AttributeMultiSelectTest (line 15) | class AttributeMultiSelectTest extends AbstractAttributeTest method getAttributeCode (line 20) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 28) | protected function getDefaultAttributeValue(): string method testDefaultValue (line 37) | public function testDefaultValue(string $productSku): void method testUniqueAttribute (line 50) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 58) | public function productProvider(): array method uniqueAttributeValueProvider (line 70) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributePriceTest.php class AttributePriceTest (line 17) | class AttributePriceTest extends AbstractAttributeTest method testUniqueAttribute (line 26) | public function testUniqueAttribute(string $firstSku, string $secondSk... method testNegativeValue (line 37) | public function testNegativeValue(): void method testDefaultValue (line 48) | public function testDefaultValue(string $productSku): void method productProvider (line 56) | public function productProvider(): array method uniqueAttributeValueProvider (line 68) | public function uniqueAttributeValueProvider(): array method getAttributeCode (line 81) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 89) | protected function getDefaultAttributeValue(): string FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeTextAreaTest.php class AttributeTextAreaTest (line 15) | class AttributeTextAreaTest extends AbstractAttributeTest method getAttributeCode (line 20) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 28) | protected function getDefaultAttributeValue(): string method testUniqueAttribute (line 41) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 49) | public function productProvider(): array method uniqueAttributeValueProvider (line 61) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeTextTest.php class AttributeTextTest (line 15) | class AttributeTextTest extends AbstractAttributeTest method getAttributeCode (line 20) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 28) | protected function getDefaultAttributeValue(): string method testUniqueAttribute (line 41) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 49) | public function productProvider(): array method uniqueAttributeValueProvider (line 61) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AttributeYesNoTest.php class AttributeYesNoTest (line 15) | class AttributeYesNoTest extends AbstractAttributeTest method getAttributeCode (line 20) | protected function getAttributeCode(): string method getDefaultAttributeValue (line 28) | protected function getDefaultAttributeValue(): string method testUniqueAttribute (line 41) | public function testUniqueAttribute(string $firstSku, string $secondSk... method productProvider (line 49) | public function productProvider(): array method uniqueAttributeValueProvider (line 61) | public function uniqueAttributeValueProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/SetTest.php class SetTest (line 29) | class SetTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testSaveWithGroupsAndAttributes (line 100) | public function testSaveWithGroupsAndAttributes(string $groupName, str... method addAttributeToSetDataProvider (line 130) | public function addAttributeToSetDataProvider(): array method testSaveWithChangedGroupSorting (line 155) | public function testSaveWithChangedGroupSorting(): void method testSaveWithRemovedGroup (line 177) | public function testSaveWithRemovedGroup(): void method testSaveWithRemovedAttribute (line 201) | public function testSaveWithRemovedAttribute(): void method getAttributeSetData (line 226) | private function getAttributeSetData(array $additional): array method getAttributeGroup (line 245) | private function getAttributeGroup(string $groupName): ?AttributeGroup... method getSetExcludedAttributes (line 256) | private function getSetExcludedAttributes(int $setId): array method getEntityAttributeId (line 272) | private function getEntityAttributeId(int $setId, int $attributeId): int FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Source/CountryofmanufactureTest.php class CountryofmanufactureTest (line 10) | class CountryofmanufactureTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetAllOptions (line 25) | public function testGetAllOptions() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Compare/ListCompareTest.php class ListCompareTest (line 9) | class ListCompareTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method tearDown (line 38) | protected function tearDown() method testAddProductWithSession (line 47) | public function testAddProductWithSession() method testAddProductWithSessionNeg (line 68) | public function testAddProductWithSessionNeg() method testAddProductWithoutSession (line 81) | public function testAddProductWithoutSession() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CopierTest.php class CopierTest (line 18) | class CopierTest extends TestCase method testProductCopyWithExistingUrlKey (line 28) | public function testProductCopyWithExistingUrlKey() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php class CreateCustomOptionsTest (line 30) | class CreateCustomOptionsTest extends TestCase method setUp (line 69) | protected function setUp() method testSaveOptionPriceByStore (line 90) | public function testSaveOptionPriceByStore(): void method testCreateOptionsWithTypeText (line 124) | public function testCreateOptionsWithTypeText(array $optionData): void method testFileExtensions (line 144) | public function testFileExtensions(string $rawExtensions, string $expe... method testCreateOptionsWithTypeSelect (line 178) | public function testCreateOptionsWithTypeSelect(array $optionData, arr... method testCreateOptionsWithTypeDate (line 203) | public function testCreateOptionsWithTypeDate(array $optionData): void method testCreateOptionWithError (line 221) | public function testCreateOptionWithError(array $optionData, \Exceptio... method productCustomOptionsTypeTextDataProvider (line 235) | public function productCustomOptionsTypeTextDataProvider(): array method fileExtensionsDataProvider (line 323) | public function fileExtensionsDataProvider(): array method productCustomOptionsTypeSelectDataProvider (line 343) | public function productCustomOptionsTypeSelectDataProvider(): array method productCustomOptionsTypeDateDataProvider (line 644) | public function productCustomOptionsTypeDateDataProvider(): array method productCustomOptionsWithErrorDataProvider (line 801) | public function productCustomOptionsWithErrorDataProvider(): array method baseCreateCustomOptionAndAssert (line 913) | private function baseCreateCustomOptionAndAssert(array $optionData): P... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/DeleteCustomOptionsTest.php class DeleteCustomOptionsTest (line 25) | class DeleteCustomOptionsTest extends TestCase method setUp (line 55) | protected function setUp() method testDeleteAreaCustomOption (line 77) | public function testDeleteAreaCustomOption(array $optionData): void method testDeleteFileCustomOption (line 92) | public function testDeleteFileCustomOption(array $optionData): void method testDeleteDateCustomOption (line 107) | public function testDeleteDateCustomOption(array $optionData): void method testDeleteDateTimeCustomOption (line 122) | public function testDeleteDateTimeCustomOption(array $optionData): void method testDeleteTimeCustomOption (line 137) | public function testDeleteTimeCustomOption(array $optionData): void method testDeleteDropDownCustomOption (line 153) | public function testDeleteDropDownCustomOption(array $optionData, arra... method testDeleteRadioButtonsCustomOption (line 169) | public function testDeleteRadioButtonsCustomOption(array $optionData, ... method testDeleteCheckboxCustomOption (line 185) | public function testDeleteCheckboxCustomOption(array $optionData, arra... method testDeleteMultipleSelectCustomOption (line 201) | public function testDeleteMultipleSelectCustomOption(array $optionData... method deleteAndAssertNotSelectCustomOptions (line 212) | private function deleteAndAssertNotSelectCustomOptions(array $optionDa... method deleteAndAssertSelectCustomOptions (line 232) | private function deleteAndAssertSelectCustomOptions(array $optionData,... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/CreateHandlerTest.php class CreateHandlerTest (line 24) | class CreateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testExecuteWithImageDuplicate (line 80) | public function testExecuteWithImageDuplicate(): void method testExecuteWithIllegalFilename (line 111) | public function testExecuteWithIllegalFilename(string $imageFileName):... method illegalFilenameDataProvider (line 124) | public function illegalFilenameDataProvider(): array method testExecuteWithImageRoles (line 142) | public function testExecuteWithImageRoles( method testExecuteWithoutImages (line 170) | public function testExecuteWithoutImages( method executeDataProvider (line 196) | public function executeDataProvider(): array method testExecuteWithAdditionalGalleryFields (line 223) | public function testExecuteWithAdditionalGalleryFields( method additionalGalleryFieldsProvider (line 242) | public function additionalGalleryFieldsProvider(): array method testExecuteWithCustomMediaAttribute (line 260) | public function testExecuteWithCustomMediaAttribute(): void method initProduct (line 286) | private function initProduct(array $data): Product method assertMediaImageRoleAttributes (line 304) | private function assertMediaImageRoleAttributes( FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/ProcessorTest.php class ProcessorTest (line 14) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 31) | public static function setUpBeforeClass() method tearDownAfterClass (line 54) | public static function tearDownAfterClass() method setUp (line 75) | protected function setUp() method testValidate (line 82) | public function testValidate() method testAddImage (line 98) | public function testAddImage() method testUpdateImage (line 108) | public function testUpdateImage() method testRemoveImage (line 118) | public function testRemoveImage() method testGetImage (line 128) | public function testGetImage() method testClearMediaAttribute (line 141) | public function testClearMediaAttribute() method testSetMediaAttribute (line 160) | public function testSetMediaAttribute() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/ReadHandlerTest.php class ReadHandlerTest (line 26) | class ReadHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 71) | protected function setUp() method testExecuteWithoutImages (line 90) | public function testExecuteWithoutImages(): void method testExecuteWithOneImage (line 105) | public function testExecuteWithOneImage(): void method testExecuteWithTwoImages (line 128) | public function testExecuteWithTwoImages(array $images, array $expecta... method executeWithTwoImagesDataProvider (line 156) | public function executeWithTwoImagesDataProvider(): array method testExecuteOnStoreView (line 219) | public function testExecuteOnStoreView(string $file, string $field, st... method executeOnStoreViewDataProvider (line 240) | public function executeOnStoreViewDataProvider(): array method tearDown (line 276) | protected function tearDown() method getProduct (line 292) | private function getProduct(): ProductInterface method setGalleryImages (line 305) | private function setGalleryImages(ProductInterface $product, array $im... method getProductInstance (line 337) | private function getProductInstance(?int $storeId = null): ProductInte... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/UpdateHandlerTest.php class UpdateHandlerTest (line 30) | class UpdateHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method testExecuteWithIllegalFilename (line 109) | public function testExecuteWithIllegalFilename(): void method testExecuteWithOneImage (line 136) | public function testExecuteWithOneImage(): void method testExecuteWithTwoImagesAndDifferentRoles (line 159) | public function testExecuteWithTwoImagesAndDifferentRoles(array $roles... method testExecuteWithTwoImagesAndDifferentRolesOnStoreView (line 183) | public function testExecuteWithTwoImagesAndDifferentRolesOnStoreView(a... method executeWithTwoImagesAndRolesDataProvider (line 212) | public function executeWithTwoImagesAndRolesDataProvider(): array method testExecuteWithTwoImagesAndChangedPosition (line 241) | public function testExecuteWithTwoImagesAndChangedPosition(): void method testExecuteWithImageToDelete (line 269) | public function testExecuteWithImageToDelete(): void method testExecuteWithTwoImagesOnStoreView (line 298) | public function testExecuteWithTwoImagesOnStoreView(): void method tearDown (line 345) | protected function tearDown() method getProduct (line 363) | private function getProduct(?int $storeId = null): ProductInterface method updateProductGalleryImages (line 373) | private function updateProductGalleryImages(ProductInterface $product,... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/ImageTest.php class ImageTest (line 13) | class ImageTest extends \PHPUnit\Framework\TestCase method testSetBaseFilePlaceholder (line 18) | public function testSetBaseFilePlaceholder() method testSaveFilePlaceholder (line 41) | public function testSaveFilePlaceholder($model) method testGetUrlPlaceholder (line 52) | public function testGetUrlPlaceholder($model) method testSetWatermark (line 60) | public function testSetWatermark() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/LinksTest.php class LinksTest (line 24) | class LinksTest extends TestCase method setUp (line 81) | protected function setUp() method testEditRemoveRelatedUpSellCrossSellProducts (line 101) | public function testEditRemoveRelatedUpSellCrossSellProducts(array $da... method editDeleteRelatedUpSellCrossSellProductsProvider (line 129) | public function editDeleteRelatedUpSellCrossSellProductsProvider(): array method getProductData (line 193) | private function getProductData(array $productFixture): array method setCustomProductLinks (line 213) | private function setCustomProductLinks(ProductInterface $product, arra... method getActualLinks (line 238) | private function getActualLinks(ProductInterface $product): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/DateTest.php class DateTest (line 15) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testPrepareOptionValueForRequest (line 47) | public function testPrepareOptionValueForRequest( method prepareOptionValueForRequestDataProvider (line 80) | public function prepareOptionValueForRequestDataProvider() method testPrepareForCart (line 130) | public function testPrepareForCart( method testPrepareForCartDataProvider (line 157) | public function testPrepareForCartDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorFileTest.php class ValidatorFileTest (line 15) | class ValidatorFileTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testRunValidationException (line 73) | public function testRunValidationException() method testLargeSizeFile (line 88) | public function testLargeSizeFile() method testOptionRequiredException (line 118) | public function testOptionRequiredException() method testException (line 141) | public function testException() method testInvalidateFile (line 164) | public function testInvalidateFile() method testValidate (line 216) | public function testValidate() method testEmptyFile (line 234) | public function testEmptyFile() method getProductOption (line 258) | protected function getProductOption(array $options = []) method prepareEnv (line 294) | protected function prepareEnv() method prepareGoodEnv (line 315) | protected function prepareGoodEnv() method prepareEnvForEmptyFile (line 338) | protected function prepareEnvForEmptyFile() method expectedValidate (line 357) | protected function expectedValidate() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfoTest.php class ValidatorInfoTest (line 13) | class ValidatorInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testExceptionWithErrors (line 58) | public function testExceptionWithErrors() method testExceptionWithoutErrors (line 92) | public function testExceptionWithoutErrors() method testValidate (line 115) | public function testValidate() method getProductOption (line 134) | protected function getProductOption(array $options = []) method getOptionValue (line 170) | protected function getOptionValue() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/AbstractTypeTest.php class AbstractTypeTest (line 12) | class AbstractTypeTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetRelationInfo (line 53) | public function testGetRelationInfo() method testGetChildrenIds (line 60) | public function testGetChildrenIds() method testGetParentIdsByChild (line 65) | public function testGetParentIdsByChild() method testGetSetAttributes (line 73) | public function testGetSetAttributes() method testAttributesCompare (line 98) | public function testAttributesCompare() method testGetAttributeById (line 111) | public function testGetAttributeById() method testIsVirtual (line 141) | public function testIsVirtual() method testIsSalable (line 152) | public function testIsSalable() method testPrepareForCart (line 170) | public function testPrepareForCart() method testPrepareForCartOptionsException (line 194) | public function testPrepareForCartOptionsException() method testGetSpecifyOptionMessage (line 208) | public function testGetSpecifyOptionMessage() method testCheckProductBuyState (line 216) | public function testCheckProductBuyState() method testCheckProductBuyStateException (line 230) | public function testCheckProductBuyStateException() method testGetOrderOptions (line 243) | public function testGetOrderOptions() method testBeforeSave (line 283) | public function testBeforeSave() method testGetSku (line 299) | public function testGetSku() method testGetOptionSku (line 312) | public function testGetOptionSku() method testGetWeight (line 336) | public function testGetWeight() method testHasOptions (line 344) | public function testHasOptions() method testHasRequiredOptions (line 355) | public function testHasRequiredOptions() method testGetSetStoreFilter (line 363) | public function testGetSetStoreFilter() method testGetForceChildItemQtyChanges (line 372) | public function testGetForceChildItemQtyChanges() method testPrepareQuoteItemQty (line 383) | public function testPrepareQuoteItemQty() method testAssignProductToOption (line 396) | public function testAssignProductToOption() method testSetConfig (line 413) | public function testSetConfig() method testGetSearchableData (line 438) | public function testGetSearchableData() method testGetProductsToPurchaseByReqGroups (line 454) | public function testGetProductsToPurchaseByReqGroups() method testProcessBuyRequest (line 462) | public function testProcessBuyRequest() method testCheckProductConfiguration (line 467) | public function testCheckProductConfiguration() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/PriceTest.php class PriceTest (line 26) | class PriceTest extends TestCase method setUp (line 51) | protected function setUp(): void method testPriceByRuleForLoggedUser (line 72) | public function testPriceByRuleForLoggedUser(): void method testTierPriceWithDifferentCustomerGroups (line 94) | public function testTierPriceWithDifferentCustomerGroups(): void method testGetPrice (line 112) | public function testGetPrice(): void method testGetFinalPrice (line 123) | public function testGetFinalPrice(): void method testGetFormatedPrice (line 148) | public function testGetFormatedPrice(): void method testCalculatePrice (line 159) | public function testCalculatePrice(): void method testCalculateSpecialPrice (line 176) | public function testCalculateSpecialPrice(): void method testIsTierPriceFixed (line 193) | public function testIsTierPriceFixed(): void method prepareBuyRequest (line 204) | private function prepareBuyRequest(Product $product): DataObject FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/PriceWithDimensionTest.php class PriceWithDimensionTest (line 27) | class PriceWithDimensionTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testGetPriceFromIndexer (line 47) | public function testGetPriceFromIndexer() method testGetPrice (line 79) | public function testGetPrice() method testGetFinalPrice (line 87) | public function testGetFinalPrice() method testGetFormatedPrice (line 114) | public function testGetFormatedPrice() method testCalculatePrice (line 127) | public function testCalculatePrice() method testCalculateSpecialPrice (line 136) | public function testCalculateSpecialPrice() method testIsTierPriceFixed (line 151) | public function testIsTierPriceFixed() method prepareBuyRequest (line 162) | private function prepareBuyRequest(Product $product) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/VirtualTest.php class VirtualTest (line 8) | class VirtualTest extends \PHPUnit\Framework\TestCase method testIsVirtual (line 10) | public function testIsVirtual() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/TypeTest.php class TypeTest (line 8) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testFactory (line 27) | public function testFactory($typeId, $expectedClass) method factoryDataProvider (line 40) | public function factoryDataProvider() method testFactoryReturnsSingleton (line 58) | public function testFactoryReturnsSingleton($typeId) method factoryReturnsSingletonDataProvider (line 73) | public function factoryReturnsSingletonDataProvider() method testPriceFactory (line 89) | public function testPriceFactory($typeId, $expectedClass) method priceFactoryDataProvider (line 95) | public function priceFactoryDataProvider() method testGetOptionArray (line 109) | public function testGetOptionArray() method testGetAllOption (line 118) | public function testGetAllOption() method testGetAllOptions (line 126) | public function testGetAllOptions() method testGetOptions (line 133) | public function testGetOptions() method testGetOptionText (line 143) | public function testGetOptionText($typeId) method getOptionTextDataProvider (line 148) | public function getOptionTextDataProvider() method testGetTypes (line 158) | public function testGetTypes() method testGetCompositeTypes (line 173) | public function testGetCompositeTypes() method testGetTypesByPriority (line 180) | public function testGetTypesByPriority() method _assertOptions (line 210) | protected function _assertOptions($options) FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/UpdateCustomOptionsTest.php class UpdateCustomOptionsTest (line 30) | class UpdateCustomOptionsTest extends TestCase method setUp (line 70) | protected function setUp() method tearDown (line 89) | protected function tearDown() method testUpdateAreaCustomOption (line 107) | public function testUpdateAreaCustomOption(array $optionData, array $u... method testUpdateFileCustomOption (line 123) | public function testUpdateFileCustomOption(array $optionData, array $u... method testUpdateDateCustomOption (line 139) | public function testUpdateDateCustomOption(array $optionData, array $u... method testUpdateDateTimeCustomOption (line 155) | public function testUpdateDateTimeCustomOption(array $optionData, arra... method testUpdateTimeCustomOption (line 171) | public function testUpdateTimeCustomOption(array $optionData, array $u... method testUpdateDropDownCustomOption (line 189) | public function testUpdateDropDownCustomOption( method testUpdateRadioButtonsCustomOption (line 216) | public function testUpdateRadioButtonsCustomOption( method testUpdateCheckboxCustomOption (line 243) | public function testUpdateCheckboxCustomOption( method testUpdateMultipleSelectCustomOption (line 270) | public function testUpdateMultipleSelectCustomOption( method updateAndAssertNotSelectCustomOptions (line 291) | private function updateAndAssertNotSelectCustomOptions(array $optionDa... method updateAndAssertSelectCustomOptions (line 317) | private function updateAndAssertSelectCustomOptions( method createCustomOption (line 356) | private function createCustomOption(array $optionData, string $product... method createCustomOptionWithValue (line 377) | private function createCustomOptionWithValue( method updateOptionWithValues (line 395) | private function updateOptionWithValues(array $updateData, string $pro... method updateOptionAndValueWithValues (line 417) | private function updateOptionAndValueWithValues( method getProductOptionByProductSku (line 445) | private function getProductOptionByProductSku(string $productSku): Pro... method getOptionValue (line 459) | private function getOptionValue(ProductCustomOptionInterface $customOp... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/UpdateProductWebsiteTest.php class UpdateProductWebsiteTest (line 24) | class UpdateProductWebsiteTest extends TestCase method setUp (line 41) | protected function setUp() method testAssignProductToWebsite (line 56) | public function testAssignProductToWebsite(): void method testUnassignProductFromWebsite (line 72) | public function testUnassignProductFromWebsite(): void method testAssignNonExistingWebsite (line 83) | public function testAssignNonExistingWebsite(): void method updateProductWebsites (line 99) | private function updateProductWebsites(string $productSku, array $webs... FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Product/UrlTest.php class UrlTest (line 18) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetUrlInStore (line 40) | public function testGetUrlInStore() method testGetUrlInStoreWithSecondStore (line 60) | public function testGetUrlInStoreWithSecondStore($storeCode, $expected... method getUrlsWithSecondStoreProvider (line 82) | public function getUrlsWithSecondStoreProvider() method testGetProductUrl (line 93) | public function testGetProductUrl() method testFormatUrlKey (line 102) | public function testFormatUrlKey() method testGetUrlPath (line 107) | public function testGetUrlPath() method testGetUrl (line 130) | public function testGetUrl() method testGetProductUrlWithRearrangedUrlRewrites (line 151) | public function testGetProductUrlWithRearrangedUrlRewrites() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductExternalTest.php class ProductExternalTest (line 19) | class ProductExternalTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetStoreId (line 49) | public function testGetStoreId() method testGetLinkInstance (line 61) | public function testGetLinkInstance() method testGetCategoryId (line 68) | public function testGetCategoryId() method testGetCategory (line 83) | public function testGetCategory() method testGetCategoryIds (line 106) | public function testGetCategoryIds() method testGetCategoryCollection (line 120) | public function testGetCategoryCollection() method testGetWebsiteIds (line 140) | public function testGetWebsiteIds() method testGetStoreIds (line 157) | public function testGetStoreIds() method testRelatedProductsApi (line 180) | public function testRelatedProductsApi() method testUpSellProductsApi (line 200) | public function testUpSellProductsApi() method testCrossSellProductsApi (line 220) | public function testCrossSellProductsApi() method testGetProductUrl (line 238) | public function testGetProductUrl() method testFormatUrlKey (line 253) | public function testFormatUrlKey() method testGetUrlPath (line 258) | public function testGetUrlPath() method testOptionApi (line 281) | public function testOptionApi() method testCustomOptionsApi (line 304) | public function testCustomOptionsApi() method testCanBeShowInCategory (line 325) | public function testCanBeShowInCategory() method testGetAvailableInCategories (line 336) | public function testGetAvailableInCategories() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductGettersTest.php class ProductGettersTest (line 22) | class ProductGettersTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testGetResourceCollection (line 44) | public function testGetResourceCollection() method testGetUrlModel (line 51) | public function testGetUrlModel() method testGetName (line 58) | public function testGetName() method testGetTypeId (line 65) | public function testGetTypeId() method testGetStatus (line 72) | public function testGetStatus() method testGetSetTypeInstance (line 87) | public function testGetSetTypeInstance() method testGetIdBySku (line 109) | public function testGetIdBySku() method testGetAttributes (line 114) | public function testGetAttributes() method testGetObsoleteGetters (line 136) | public function testGetObsoleteGetters($key, $method) method getObsoleteGettersDataProvider (line 144) | public function getObsoleteGettersDataProvider() method testGetMediaAttributes (line 157) | public function testGetMediaAttributes() method testGetMediaGalleryImages (line 172) | public function testGetMediaGalleryImages() method testGetMediaConfig (line 196) | public function testGetMediaConfig() method testGetAttributeText (line 203) | public function testGetAttributeText() method testGetAttributeTextArray (line 213) | public function testGetAttributeTextArray() method testGetCustomDesignDate (line 228) | public function testGetCustomDesignDate() method testGetSku (line 238) | public function testGetSku() method testGetWeight (line 245) | public function testGetWeight() method testGetOptionInstance (line 252) | public function testGetOptionInstance() method testGetDefaultAttributeSetId (line 259) | public function testGetDefaultAttributeSetId() method testGetPreconfiguredValues (line 266) | public function testGetPreconfiguredValues() method tearDownAfterClass (line 273) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductHydratorTest.php class ProductHydratorTest (line 16) | class ProductHydratorTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testProductHydrator (line 40) | public function testProductHydrator() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductLink/ProductLinkQueryTest.php class ProductLinkQueryTest (line 21) | class ProductLinkQueryTest extends TestCase method setUp (line 41) | protected function setUp() method generateCriteriaList (line 57) | private function generateCriteriaList(array $products): array method testSearch (line 105) | public function testSearch(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceTest.php class ProductPriceTest (line 20) | class ProductPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetPrice (line 44) | public function testGetPrice() method testGetPriceModel (line 54) | public function testGetPriceModel() method testGetTierPrice (line 64) | public function testGetTierPrice() method testGetTierPriceCount (line 72) | public function testGetTierPriceCount() method testGetFormatedPrice (line 80) | public function testGetFormatedPrice() method testSetGetFinalPrice (line 88) | public function testSetGetFinalPrice() method testGetMinPrice (line 101) | public function testGetMinPrice(): void method testGetMinPriceForComposite (line 117) | public function testGetMinPriceForComposite(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceWithDimensionTest.php class ProductPriceWithDimensionTest (line 24) | class ProductPriceWithDimensionTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testGetPrice (line 48) | public function testGetPrice() method testGetPriceModel (line 58) | public function testGetPriceModel() method testGetTierPrice (line 68) | public function testGetTierPrice() method testGetTierPriceCount (line 76) | public function testGetTierPriceCount() method testGetFormatedPrice (line 84) | public function testGetFormatedPrice() method testSetGetFinalPrice (line 92) | public function testSetGetFinalPrice() method testGetMinPrice (line 104) | public function testGetMinPrice(): void method testGetMinPriceForComposite (line 119) | public function testGetMinPriceForComposite() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductRepositoryTest.php class ProductRepositoryTest (line 27) | class ProductRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | protected function setUp() method createRepo (line 73) | private function createRepo(): ProductRepositoryInterface method testFilterByStoreId (line 83) | public function testFilterByStoreId() method testGetProduct (line 102) | public function testGetProduct(string $sku) : void method skuDataProvider (line 116) | public function skuDataProvider(): array method testSaveProductWithGalleryImage (line 134) | public function testSaveProductWithGalleryImage(): void method testUpdateProductSku (line 185) | public function testUpdateProductSku() method testCustomLayout (line 212) | public function testCustomLayout(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ProductTest.php class ProductTest (line 31) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | protected function setUp() method tearDownAfterClass (line 61) | public static function tearDownAfterClass() method testCanAffectOptions (line 87) | public function testCanAffectOptions() method testCRUD (line 101) | public function testCRUD() method testCleanCache (line 133) | public function testCleanCache() method testAddImageToMediaGallery (line 158) | public function testAddImageToMediaGallery() method _copyFileToBaseTmpMediaPath (line 179) | protected function _copyFileToBaseTmpMediaPath($sourceFile) method testDuplicate (line 205) | public function testDuplicate() method testDuplicateSkuGeneration (line 236) | public function testDuplicateSkuGeneration() method _undo (line 254) | protected function _undo($duplicate) method testVisibilityApi (line 273) | public function testVisibilityApi() method testIsDuplicable (line 314) | public function testIsDuplicable() method testIsSalable (line 329) | public function testIsSalable() method testIsNotSalableWhenStatusDisabled (line 348) | public function testIsNotSalableWhenStatusDisabled() method testIsVirtual (line 365) | public function testIsVirtual() method testToArray (line 384) | public function testToArray() method testFromArray (line 396) | public function testFromArray() method testSetOrigDataBackend (line 407) | public function testSetOrigDataBackend() method testReset (line 419) | public function testReset() method _assertEmpty (line 447) | protected function _assertEmpty($model) method testIsProductsHasSku (line 461) | public function testIsProductsHasSku() method testProcessBuyRequest (line 478) | public function testProcessBuyRequest() method testValidate (line 491) | public function testValidate() method testValidateUniqueInputAttributeValue (line 530) | public function testValidateUniqueInputAttributeValue() method testValidateUniqueInputAttributeOnTheSameProduct (line 575) | public function testValidateUniqueInputAttributeOnTheSameProduct() method testGetOptions (line 618) | public function testGetOptions() method testSaveWithBackordersEnabled (line 650) | public function testSaveWithBackordersEnabled(int $qty, int $stockStat... method testProductStatusWhenCatalogFlatProductIsEnabled (line 681) | public function testProductStatusWhenCatalogFlatProductIsEnabled() method productWithBackordersDataProvider (line 716) | public function productWithBackordersDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Attribute/Entity/AttributeTest.php class AttributeTest (line 27) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 52) | public function setUp() method testClearSelectedOptionInEntities (line 64) | public function testClearSelectedOptionInEntities() method removeAttributeOption (line 107) | private function removeAttributeOption(Attribute $attribute, int $opti... method loadProduct (line 125) | private function loadProduct(string $sku): Product method loadAttribute (line 136) | private function loadAttribute(string $attributeCode): Attribute FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Attribute/WebsiteAttributesSynchronizerTest.php class WebsiteAttributesSynchronizerTest (line 20) | class WebsiteAttributesSynchronizerTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testScheduleSynchronization (line 57) | public function testScheduleSynchronization() method testSynchronizeSuccess (line 69) | public function testSynchronizeSuccess() method getWebsiteAttributesSynchronizer (line 116) | private function getWebsiteAttributesSynchronizer() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Category/CollectionTest.php class CollectionTest (line 10) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method setDown (line 28) | protected function setDown() method testJoinUrlRewriteOnDefault (line 41) | public function testJoinUrlRewriteOnDefault() method testJoinUrlRewriteNotOnDefaultStore (line 55) | public function testJoinUrlRewriteNotOnDefaultStore() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Eav/AttributeTest.php class AttributeTest (line 11) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testCRUD (line 30) | public function testCRUD() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/CollectionTest.php class CollectionTest (line 21) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testAddPriceDataOnSchedule (line 62) | public function testAddPriceDataOnSchedule() method testSetVisibility (line 107) | public function testSetVisibility() method testSetCategoryWithStoreFilter (line 125) | public function testSetCategoryWithStoreFilter() method testSetCategoryFilter (line 151) | public function testSetCategoryFilter() method testAddPriceDataOnSave (line 170) | public function testAddPriceDataOnSave() method testGetProductsWithTierPrice (line 195) | public function testGetProductsWithTierPrice() method testAddAttributeToSort (line 215) | public function testAddAttributeToSort(string $productSku, string $order) method addAttributeToSortDataProvider (line 228) | public function addAttributeToSortDataProvider() method testJoinTable (line 247) | public function testJoinTable() method testAddAttributeToFilterAffectsGetSize (line 272) | public function testAddAttributeToFilterAffectsGetSize(): void method testAddAttributeTierPriceToFilter (line 288) | public function testAddAttributeTierPriceToFilter($condition): void method addAttributeTierPriceToFilterDataProvider (line 297) | public function addAttributeTierPriceToFilterDataProvider(): array method testAddAttributeIsSaleableToFilter (line 315) | public function testAddAttributeIsSaleableToFilter($condition): void method addAttributeIsSaleableToFilterDataProvider (line 324) | public function addAttributeIsSaleableToFilterDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/SourceTest.php class SourceTest (line 22) | class SourceTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testReindexEntitiesForConfigurableProduct (line 64) | public function testReindexEntitiesForConfigurableProduct() method testReindexMultiselectAttribute (line 127) | public function testReindexMultiselectAttribute() method testReindexSelectAttributeWithoutDefault (line 173) | public function testReindexSelectAttributeWithoutDefault() method testReindexMultiselectAttributeWithSourceModel (line 207) | public function testReindexMultiselectAttributeWithSourceModel() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Link/Product/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testAddLinkAttributeToFilterWithResults (line 29) | public function testAddLinkAttributeToFilterWithResults() method testAddLinkAttributeToFilterNoResults (line 50) | public function testAddLinkAttributeToFilterNoResults() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/ProductTest.php class ProductTest (line 28) | class ProductTest extends TestCase method setUp (line 48) | protected function setUp() method testGetAttributeRawValue (line 61) | public function testGetAttributeRawValue() method testGetAttributeRawValueGetDefault (line 79) | public function testGetAttributeRawValueGetDefault() method testGetAttributeRawValueGetStoreSpecificValueNoDefault (line 97) | public function testGetAttributeRawValueGetStoreSpecificValueNoDefault() method testGetAttributeRawValueGetStoreSpecificValueWithDefault (line 119) | public function testGetAttributeRawValueGetStoreSpecificValueWithDefau... method testGetAttributeRawValueGetStoreValueFallbackToDefault (line 142) | public function testGetAttributeRawValueGetStoreValueFallbackToDefault() method testUpdateStoreSpecificSpecialPrice (line 158) | public function testUpdateStoreSpecificSpecialPrice() method testChangeAttributeSet (line 179) | public function testChangeAttributeSet() FILE: dev/tests/integration/testsuite/Magento/Catalog/Model/Webapi/Product/Option/Type/File/ProcessorTest.php class ProcessorTest (line 10) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testProcessFileContent (line 25) | public function testProcessFileContent($pathConfig) method pathConfigDataProvider (line 51) | public function pathConfigDataProvider() method getModel (line 71) | private function getModel($pathConfig) method getImageContent (line 94) | private function getImageContent() FILE: dev/tests/integration/testsuite/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChangeTest.php class SwitchPriceAttributeScopeOnConfigChangeTest (line 11) | class SwitchPriceAttributeScopeOnConfigChangeTest extends \PHPUnit\Frame... method setUp (line 18) | public function setUp() method testPriceAttributeHasScopeGlobal (line 27) | public function testPriceAttributeHasScopeGlobal() method testPriceAttributeHasScopeWebsite (line 42) | public function testPriceAttributeHasScopeWebsite() FILE: dev/tests/integration/testsuite/Magento/Catalog/Plugin/Model/AttributeSetRepository/RemoveProductsTest.php class RemoveProductsTest (line 22) | class RemoveProductsTest extends TestCase method testRemoveProductsIsRegistered (line 27) | public function testRemoveProductsIsRegistered() method testAfterDelete (line 39) | public function testAfterDelete() FILE: dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagTest.php class RenderingBasedOnIsProductListFlagTest (line 19) | class RenderingBasedOnIsProductListFlagTest extends \PHPUnit\Framework\T... method setUp (line 41) | protected function setUp() method testRenderingByDefault (line 73) | public function testRenderingByDefault() method testRenderingAccordingToIsProductListFlag (line 102) | public function testRenderingAccordingToIsProductListFlag($flag) method isProductListDataProvider (line 126) | public function isProductListDataProvider() FILE: dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/FinalPriceBoxTest.php class FinalPriceBoxTest (line 24) | class FinalPriceBoxTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testRenderAmountMinimalProductWithTierPricesShouldShowMinTierPrice (line 134) | public function testRenderAmountMinimalProductWithTierPricesShouldShow... method testProductSetDifferentStorePricesWithoutTierPriceShouldNotShowAsLowAs (line 146) | public function testProductSetDifferentStorePricesWithoutTierPriceShou... FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Attributes/ListingTest.php class ListingTest (line 8) | class ListingTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetDataSortedAsc (line 36) | public function testGetDataSortedAsc() method testGetDataSortedDesc (line 45) | public function testGetDataSortedDesc() FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractEavTest.php class AbstractEavTest (line 32) | abstract class AbstractEavTest extends TestCase method setUp (line 82) | protected function setUp() method callModifyMetaAndAssert (line 126) | protected function callModifyMetaAndAssert(ProductInterface $product, ... method callModifyDataAndAssert (line 139) | protected function callModifyDataAndAssert(ProductInterface $product, ... method prepareDataForComparison (line 157) | protected function prepareDataForComparison(array &$data, array $expec... method setAttributeDefaultValue (line 181) | protected function setAttributeDefaultValue(string $attributeCode, str... method getAttributeOptions (line 194) | protected function getAttributeOptions(string $attributeCode): array method getOptionValueByLabel (line 208) | protected function getOptionValueByLabel(string $attributeCode, string... method getProduct (line 225) | protected function getProduct(): ProductInterface method getNewProduct (line 235) | protected function getNewProduct(): ProductInterface method saveProduct (line 250) | protected function saveProduct(ProductInterface $product, array $attri... method addMetaNesting (line 264) | protected function addMetaNesting(array $attributeMeta, string $groupC... method addDataNesting (line 284) | protected function addDataNesting(array $data): array method getUsedAttributes (line 295) | protected function getUsedAttributes(array $actualMeta): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/CategoriesTest.php class CategoriesTest (line 18) | class CategoriesTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testModifyMeta (line 38) | public function testModifyMeta() method assertCategoriesInMeta (line 48) | private function assertCategoriesInMeta(array $expectedCategories, arr... FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/AttributeSetGroupsTest.php class AttributeSetGroupsTest (line 15) | class AttributeSetGroupsTest extends AbstractEavTest method testGroupDoesNotAddToProductFormMeta (line 26) | public function testGroupDoesNotAddToProductFormMeta(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php class BooleanAttributeTest (line 17) | class BooleanAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyData (line 37) | public function testModifyData(): void method testModifyMetaNewProduct (line 50) | public function testModifyMetaNewProduct(): void method getAttributeMeta (line 65) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php class DateAttributeTest (line 17) | class DateAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyData (line 37) | public function testModifyData(): void method testModifyMetaNewProduct (line 50) | public function testModifyMetaNewProduct(): void method getAttributeMeta (line 65) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DecimalAttributeTest.php class DecimalAttributeTest (line 19) | class DecimalAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyData (line 35) | public function testModifyData(): void method getAttributeMeta (line 47) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php class DefaultAttributesTest (line 17) | class DefaultAttributesTest extends AbstractEavTest method testModifyMeta (line 23) | public function testModifyMeta(): void method testModifyData (line 33) | public function testModifyData(): void method testModifyMetaNewProduct (line 42) | public function testModifyMetaNewProduct(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/ImageAttributeTest.php class ImageAttributeTest (line 17) | class ImageAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyMetaNewProduct (line 35) | public function testModifyMetaNewProduct(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/MultiselectAttributeTest.php class MultiselectAttributeTest (line 19) | class MultiselectAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyData (line 35) | public function testModifyData(): void method getAttributeMeta (line 48) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/SelectAttributeTest.php class SelectAttributeTest (line 19) | class SelectAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyData (line 35) | public function testModifyData(): void method getAttributeMeta (line 49) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php class VarcharAttributeTest (line 17) | class VarcharAttributeTest extends AbstractEavTest method testModifyMeta (line 24) | public function testModifyMeta(): void method testModifyMetaNewProduct (line 36) | public function testModifyMetaNewProduct(): void method testModifyData (line 53) | public function testModifyData(): void method getAttributeMeta (line 65) | private function getAttributeMeta(): array FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/EavTest.php class EavTest (line 20) | class EavTest extends AbstractEavTest method setUp (line 40) | protected function setUp() method testModifyMetaWithAttributeInGroups (line 58) | public function testModifyMetaWithAttributeInGroups( method modifyMetaWithAttributeProvider (line 85) | public function modifyMetaWithAttributeProvider(): array method testModifyMetaWithChangedGroupSorting (line 146) | public function testModifyMetaWithChangedGroupSorting(): void method testModifyMetaWithRemovedGroup (line 170) | public function testModifyMetaWithRemovedGroup(): void method testModifyMetaWithRemovedAttribute (line 190) | public function testModifyMetaWithRemovedAttribute(): void method prepareAttributeSet (line 207) | private function prepareAttributeSet(array $additional): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/LayoutUpdateTest.php class LayoutUpdateTest (line 29) | class LayoutUpdateTest extends TestCase method setUp (line 59) | protected function setUp() method testModifyData (line 96) | public function testModifyData(): void method extractCustomLayoutOptions (line 115) | private function extractCustomLayoutOptions(array $meta): array method testEntitySpecificData (line 142) | public function testEntitySpecificData(): void FILE: dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/QuantityAndStockStatusTest.php class QuantityAndStockStatusTest (line 21) | class QuantityAndStockStatusTest extends TestCase method setUp (line 36) | protected function setUp() method testProductStockStatus (line 47) | public function testProductStockStatus() FILE: dev/tests/integration/testsuite/Magento/Catalog/WidgetTest.php class WidgetTest (line 8) | class WidgetTest extends \PHPUnit\Framework\TestCase method testNewProductsWidget (line 10) | public function testNewProductsWidget() FILE: dev/tests/integration/testsuite/Magento/Catalog/_files/MultiselectSourceMock.php class MultiselectSourceMock (line 13) | class MultiselectSourceMock extends AbstractSource method getAllOptions (line 16) | public function getAllOptions() FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/AbstractProductExportImportTestCase.php class AbstractProductExportImportTestCase (line 17) | abstract class AbstractProductExportImportTestCase extends \PHPUnit\Fram... method setUp (line 68) | protected function setUp() method tearDown (line 81) | protected function tearDown() method testImportExport (line 99) | public function testImportExport(array $fixtures, array $skus, array $... method exportImportDataProvider (line 117) | abstract public function exportImportDataProvider(): array; method modifyData (line 126) | protected function modifyData(array $skus): void method prepareProduct (line 137) | public function prepareProduct(\Magento\Catalog\Model\Product $product... method executeExportTest (line 149) | protected function executeExportTest(array $skus, array $skippedAttrib... method assertEqualsOtherThanSkippedAttributes (line 194) | private function assertEqualsOtherThanSkippedAttributes( method executeImportDeleteTest (line 219) | protected function executeImportDeleteTest(array $skus, string $csvFil... method executeFixtures (line 237) | protected function executeFixtures(array $fixtures, bool $rollback = f... method resolveFixturePath (line 252) | private function resolveFixturePath(string $fixture, bool $rollback = ... method assertEqualsSpecificAttributes (line 275) | protected function assertEqualsSpecificAttributes( method executeImportReplaceTest (line 294) | protected function executeImportReplaceTest( method exportProducts (line 372) | private function exportProducts(\Magento\CatalogImportExport\Model\Exp... method importProducts (line 397) | private function importProducts(string $csvfile, string $behavior): void method extractErrorMessage (line 458) | private function extractErrorMessage(array $errors): string method cleanAttributesCache (line 473) | private function cleanAttributesCache(): void FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php class ProductTest (line 22) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testExport (line 88) | public function testExport() method testExportSpecialChars (line 113) | public function testExportSpecialChars() method testExportWithProductLinks (line 129) | public function testExportWithProductLinks() method testExportStockItemAttributesAreFilled (line 147) | public function testExportStockItemAttributesAreFilled() method verifyHeaderColumns (line 180) | public function verifyHeaderColumns(array $headerColumns) method verifyRow (line 196) | public function verifyRow(array $rowData) method testExceptionInGetExportData (line 212) | public function testExceptionInGetExportData() method testExportWithFieldsEnclosure (line 262) | public function testExportWithFieldsEnclosure() method testCategoryIdsFilter (line 288) | public function testCategoryIdsFilter() method testExportWithWrongCategoryPath (line 317) | public function testExportWithWrongCategoryPath() method testExportWithMedia (line 333) | public function testExportWithMedia() method testExportWithCustomOptions (line 364) | public function testExportWithCustomOptions(): void method testExportWithMultipleOptions (line 422) | public function testExportWithMultipleOptions() method parseExportedCustomOption (line 448) | private function parseExportedCustomOption(string $exportedCustomOptio... method testExportProductWithTwoWebsites (line 480) | public function testExportProductWithTwoWebsites() FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/Product/Type/AbstractTest.php class AbstractTest (line 11) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testPrepareAttributesWithDefaultValueForSave (line 56) | public function testPrepareAttributesWithDefaultValueForSave( method prepareAttributesWithDefaultValueForSaveDataProvider (line 72) | public function prepareAttributesWithDefaultValueForSaveDataProvider()... method testClearEmptyData (line 201) | public function testClearEmptyData(array $rowData, array $expectedAttr... method clearEmptyDataDataProvider (line 215) | public function clearEmptyDataDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php class ProductTest (line 49) | class ProductTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 81) | protected function setUp() method tearDown (line 96) | protected function tearDown() method testSaveProductsVisibility (line 160) | public function testSaveProductsVisibility() method testSaveStockItemQty (line 221) | public function testSaveStockItemQty() method testStockState (line 285) | public function testStockState() method testSaveCustomOptions (line 322) | public function testSaveCustomOptions(string $importFile, string $sku,... method testSaveCustomOptionsWithMultipleStoreViews (line 387) | public function testSaveCustomOptionsWithMultipleStoreViews() method getBehaviorDataProvider (line 455) | public function getBehaviorDataProvider(): array method createImportModel (line 481) | private function createImportModel($pathToFile, $behavior = \Magento\I... method getCustomOptionValues (line 509) | private function getCustomOptionValues($productSku) method testSaveDatetimeAttribute (line 533) | public function testSaveDatetimeAttribute() method getExpectedOptionsData (line 605) | protected function getExpectedOptionsData(string $pathToFile, string $... method mergeWithExistingData (line 681) | protected function mergeWithExistingData( method getActualOptionsData (line 732) | protected function getActualOptionsData($options) method getOptionData (line 767) | protected function getOptionData(\Magento\Catalog\Model\Product\Option... method getOptionValues (line 782) | protected function getOptionValues(\Magento\Catalog\Model\Product\Opti... method testSaveMediaImage (line 810) | public function testSaveMediaImage() method testSaveHiddenImages (line 859) | public function testSaveHiddenImages() method testNewImagesShouldBeAddedAfterExistingOnes (line 891) | public function testNewImagesShouldBeAddedAfterExistingOnes() method testSaveMediaImageError (line 944) | public function testSaveMediaImageError() method mediaImportImageFixture (line 953) | public static function mediaImportImageFixture() method mediaImportImageFixtureRollback (line 1004) | public static function mediaImportImageFixtureRollback() method mediaImportImageFixtureError (line 1021) | public static function mediaImportImageFixtureError() method csvToArray (line 1048) | protected function csvToArray($content, $entityId = null) method testInvalidSkuLink (line 1075) | public function testInvalidSkuLink() method testValidateInvalidMultiselectValues (line 1126) | public function testValidateInvalidMultiselectValues() method testProductsWithMultipleStores (line 1162) | public function testProductsWithMultipleStores() method testGenerateUrlsWithMultipleStores (line 1210) | public function testGenerateUrlsWithMultipleStores() method assertProductRequestPath (line 1243) | private function assertProductRequestPath($storeCode, $expected) method testProductWithInvalidWeight (line 1272) | public function testProductWithInvalidWeight() method testProductCategories (line 1307) | public function testProductCategories($fixture, $separator) method testProductPositionInCategory (line 1357) | public function testProductPositionInCategory() method categoryTestDataProvider (line 1417) | public function categoryTestDataProvider() method testProductDuplicateCategories (line 1431) | public function testProductDuplicateCategories() method loadCategoryByName (line 1481) | protected function loadCategoryByName($categoryName) method testValidateUrlKeys (line 1497) | public function testValidateUrlKeys($importFile, $expectedErrors) method validateUrlKeysDataProvider (line 1526) | public function validateUrlKeysDataProvider() method testValidateUrlKeysMultipleStores (line 1557) | public function testValidateUrlKeysMultipleStores() method testProductLinksWithEmptyValue (line 1586) | public function testProductLinksWithEmptyValue() method testProductWithLinks (line 1628) | public function testProductWithLinks() method testExistingProductWithUrlKeys (line 1697) | public function testExistingProductWithUrlKeys() method testAddUpdateProductWithInvalidUrlKeys (line 1737) | public function testAddUpdateProductWithInvalidUrlKeys() : void method testImportWithNonExistingImage (line 1778) | public function testImportWithNonExistingImage() method testUpdateUrlRewritesOnImport (line 1799) | public function testUpdateUrlRewritesOnImport() method testImportWithoutChangingUrlKeys (line 1857) | public function testImportWithoutChangingUrlKeys() method testImportWithoutUrlKeys (line 1886) | public function testImportWithoutUrlKeys() method testImportWithNonLatinUrlKeys (line 1925) | public function testImportWithNonLatinUrlKeys() method testImportWithoutUrlKeysAndName (line 1972) | public function testImportWithoutUrlKeysAndName() method testProductWithUseConfigSettings (line 2006) | public function testProductWithUseConfigSettings() method testProductWithMultipleStoresInDifferentBunches (line 2049) | public function testProductWithMultipleStoresInDifferentBunches() method testProductWithWrappedAdditionalAttributes (line 2134) | public function testProductWithWrappedAdditionalAttributes() method importDataForMediaTest (line 2190) | private function importDataForMediaTest(string $fileName, int $expecte... method getProductBySku (line 2253) | private function getProductBySku($sku, $store = null) method testValidateRow (line 2279) | public function testValidateRow(array $row, $behavior, $expectedResult) method validateRowDataProvider (line 2288) | public function validateRowDataProvider() method testValidateData (line 2381) | public function testValidateData() method testImportWithFilesystemImages (line 2408) | public function testImportWithFilesystemImages() method testImportDataChangeAttributeSet (line 2429) | public function testImportDataChangeAttributeSet() method testImportWithDifferentSkuCase (line 2482) | public function testImportWithDifferentSkuCase() method testImportImageForNonDefaultStore (line 2572) | public function testImportImageForNonDefaultStore() method testProductsWithMultipleStoresWhenMediaIsDisabled (line 2592) | public function testProductsWithMultipleStoresWhenMediaIsDisabled(): void method testImportWithBackordersEnabled (line 2626) | public function testImportWithBackordersEnabled(): void method testImportWithBackordersDisabled (line 2640) | public function testImportWithBackordersDisabled(): void method importFile (line 2653) | private function importFile(string $fileName): void method testImagesAreHiddenAfterImport (line 2687) | public function testImagesAreHiddenAfterImport(): void method loginAdminUserWithUsername (line 2751) | private function loginAdminUserWithUsername(string $username) method testProductBaseImageAfterImport (line 2774) | public function testProductBaseImageAfterImport() method testHideImageForStoreView (line 2792) | public function testHideImageForStoreView() method testChangeImageLabelForStoreView (line 2815) | public function testChangeImageLabelForStoreView() FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/UploaderTest.php class UploaderTest (line 17) | class UploaderTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 45) | protected function setUp() method testMoveWithExternalURL (line 88) | public function testMoveWithExternalURL(): void method testMoveWithValidFile (line 101) | public function testMoveWithValidFile(): void method testMoveWithFileOutsideTemp (line 119) | public function testMoveWithFileOutsideTemp(): void method testMoveWithInvalidFile (line 142) | public function testMoveWithInvalidFile(): void method getTestImagePath (line 157) | private function getTestImagePath(): string FILE: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/ProductTest.php class ProductTest (line 11) | class ProductTest extends AbstractProductExportImportTestCase method exportImportDataProvider (line 16) | public function exportImportDataProvider(): array method assertEqualsSpecificAttributes (line 148) | protected function assertEqualsSpecificAttributes( FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Api/StockItemSaveTest.php class StockItemSaveTest (line 12) | class StockItemSaveTest extends \PHPUnit\Framework\TestCase method testSave (line 18) | public function testSave() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Block/Adminhtml/Form/Field/CustomergroupTest.php class CustomergroupTest (line 9) | class CustomergroupTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testToHtml (line 23) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Indexer/Stock/Action/FullTest.php class FullTest (line 11) | class FullTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testReindexAll (line 30) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Indexer/Stock/Action/RowTest.php class RowTest (line 11) | class RowTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testProductUpdate (line 29) | public function testProductUpdate() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Indexer/Stock/Action/RowsTest.php class RowsTest (line 11) | class RowsTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testProductUpdate (line 29) | public function testProductUpdate() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Plugin/ProductSearchTest.php class ProductSearchTest (line 16) | class ProductSearchTest extends \Magento\TestFramework\TestCase\Abstract... method testExecute (line 31) | public function testExecute() : void method testExecuteNotShowOutOfStock (line 54) | public function testExecuteNotShowOutOfStock() : void FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Quote/Item/QuantityValidatorTest.php class QuantityValidatorTest (line 32) | class QuantityValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 72) | protected function setUp() method testQuoteWithOptions (line 100) | public function testQuoteWithOptions() method testQuoteWithOptionsWithErrors (line 125) | public function testQuoteWithOptionsWithErrors() method setMockStockStateResultToQuoteItemOptions (line 156) | private function setMockStockStateResultToQuoteItemOptions($quoteItem,... method testConfigurableWithOptions (line 182) | public function testConfigurableWithOptions(int $quantity, string $err... method quantityDataProvider (line 239) | public function quantityDataProvider(): array method _getQuoteItemIdByProductId (line 267) | private function _getQuoteItemIdByProductId($quote, $productId) FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/DefaultStockTest.php class DefaultStockTest (line 13) | class DefaultStockTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testReindexEntity (line 43) | public function testReindexEntity() method getObject (line 70) | private function getObject($class) FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/Stock/ItemTest.php class ItemTest (line 8) | class ItemTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testSaveWithNullQty (line 25) | public function testSaveWithNullQty() method testStockStatusChangedAuto (line 64) | public function testStockStatusChangedAuto() method testSetGetEnableQtyIncrements (line 89) | public function testSetGetEnableQtyIncrements() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/ByStockItemRepositoryTest.php class ByStockItemRepositoryTest (line 15) | class ByStockItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testSave (line 61) | public function testSave() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductModel/ByQuantityAndStockStatusTest.php class ByQuantityAndStockStatusTest (line 21) | class ByQuantityAndStockStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | public function setUp() method testSaveBySetQuantityAndStockStatus (line 76) | public function testSaveBySetQuantityAndStockStatus() method testSaveBySetData (line 91) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductModel/ByStockDataTest.php class ByStockDataTest (line 21) | class ByStockDataTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | public function setUp() method testSaveBySetStockData (line 75) | public function testSaveBySetStockData() method testSaveBySetData (line 90) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductModel/ByStockItemTest.php class ByStockItemTest (line 22) | class ByStockItemTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | public function setUp() method testSave (line 82) | public function testSave() method testSaveManuallyCreatedStockItem (line 98) | public function testSaveManuallyCreatedStockItem() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductRepository/ByQuantityAndStockStatusTest.php class ByQuantityAndStockStatusTest (line 22) | class ByQuantityAndStockStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | public function setUp() method testSaveBySetQuantityAndStockStatus (line 85) | public function testSaveBySetQuantityAndStockStatus() method testSaveBySetData (line 100) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductRepository/ByStockDataTest.php class ByStockDataTest (line 22) | class ByStockDataTest extends \PHPUnit\Framework\TestCase method setUp (line 65) | public function setUp() method testSaveBySetStockData (line 84) | public function testSaveBySetStockData() method testSaveBySetData (line 99) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductCreate/ByProductRepository/ByStockItemTest.php class ByStockItemTest (line 23) | class ByStockItemTest extends \PHPUnit\Framework\TestCase method setUp (line 76) | public function setUp() method testSave (line 97) | public function testSave() method testSaveManuallyCreatedStockItem (line 113) | public function testSaveManuallyCreatedStockItem() method testAutomaticallyStockItemCreating (line 131) | public function testAutomaticallyStockItemCreating() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByQuantityAndStockStatusTest.php class ByQuantityAndStockStatusTest (line 14) | class ByQuantityAndStockStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testSaveBySetQuantityAndStockStatus (line 49) | public function testSaveBySetQuantityAndStockStatus() method testSaveBySetData (line 66) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByStockDataTest.php class ByStockDataTest (line 14) | class ByStockDataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testSaveBySetStockData (line 49) | public function testSaveBySetStockData() method testSaveBySetData (line 66) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByStockItemTest.php class ByStockItemTest (line 17) | class ByStockItemTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | public function setUp() method testSave (line 63) | public function testSave() method testSaveManuallyCreatedStockItem (line 81) | public function testSaveManuallyCreatedStockItem() method testSaveManuallyUpdatedStockItem (line 102) | public function testSaveManuallyUpdatedStockItem() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductRepository/ByQuantityAndStockStatusTest.php class ByQuantityAndStockStatusTest (line 14) | class ByQuantityAndStockStatusTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testSaveBySetQuantityAndStockStatus (line 49) | public function testSaveBySetQuantityAndStockStatus() method testSaveBySetData (line 66) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductRepository/ByStockDataTest.php class ByStockDataTest (line 14) | class ByStockDataTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | public function setUp() method testSaveBySetStockData (line 48) | public function testSaveBySetStockData() method testSaveBySetData (line 65) | public function testSaveBySetData() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductRepository/ByStockItemTest.php class ByStockItemTest (line 18) | class ByStockItemTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | public function setUp() method testSave (line 70) | public function testSave() method testSaveManuallyCreatedStockItem (line 88) | public function testSaveManuallyCreatedStockItem() method testSaveManuallyUpdatedStockItem (line 109) | public function testSaveManuallyUpdatedStockItem() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/StockItemDataChecker.php class StockItemDataChecker (line 18) | class StockItemDataChecker method __construct (line 58) | public function __construct( method checkStockItemData (line 79) | public function checkStockItemData($sku, array $expectedData) method doCheckStockItemData (line 94) | private function doCheckStockItemData(Product $product, array $expecte... method assertArrayContains (line 123) | private function assertArrayContains(array $expected, array $actual) FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Model/System/Config/Backend/MinsaleqtyTest.php class MinsaleqtyTest (line 12) | class MinsaleqtyTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testSaveAndLoad (line 35) | public function testSaveAndLoad($value, $encodedExpectedValue, array $... method saveAndLoadDataProvider (line 55) | public function saveAndLoadDataProvider() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Observer/AddStockItemsObserverTest.php class AddStockItemsObserverTest (line 16) | class AddStockItemsObserverTest extends TestCase method testAddStockItemsToProductCollection (line 23) | public function testAddStockItemsToProductCollection() FILE: dev/tests/integration/testsuite/Magento/CatalogInventory/Observer/SaveInventoryDataObserverTest.php class SaveInventoryDataObserverTest (line 26) | class SaveInventoryDataObserverTest extends TestCase method setUp (line 41) | protected function setUp() method testAutoChangingIsInStockForParent (line 62) | public function testAutoChangingIsInStockForParent() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/BatchIndexTest.php class BatchIndexTest (line 17) | class BatchIndexTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testPriceForSmallBatch (line 70) | public function testPriceForSmallBatch($batchCount, $price, $expectedP... method prepareProducts (line 97) | protected function prepareProducts($price) method dataProvider (line 128) | public function dataProvider() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/IndexerBuilderTest.php class IndexerBuilderTest (line 10) | class IndexerBuilderTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method tearDown (line 46) | protected function tearDown() method testReindexById (line 74) | public function testReindexById() method testReindexByIds (line 92) | public function testReindexByIds() method testReindexFull (line 119) | public function testReindexFull() method prepareProducts (line 132) | protected function prepareProducts() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/Product/PriceTest.php class PriceTest (line 16) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testPriceApplying (line 34) | public function testPriceApplying() method testPriceForSecondStore (line 66) | public function testPriceForSecondStore() method testSortByPrice (line 107) | public function testSortByPrice() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/ProductRuleTest.php class ProductRuleTest (line 15) | class ProductRuleTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testReindexAfterSuitableProductSaving (line 36) | public function testReindexAfterSuitableProductSaving() method testReindexWithProductNotVisibleIndividually (line 54) | public function testReindexWithProductNotVisibleIndividually() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/RuleProductTest.php class RuleProductTest (line 14) | class RuleProductTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testReindexAfterRuleCreation (line 40) | public function testReindexAfterRuleCreation() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/ResourceModel/Product/ConditionsToCollectionApplierTest.php class ConditionsToCollectionApplierTest (line 15) | class ConditionsToCollectionApplierTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | public function setUp() method testVariations (line 61) | public function testVariations() method testExceptionUndefinedRuleOperator (line 91) | public function testExceptionUndefinedRuleOperator() method testExceptionUndefinedRuleAggregator (line 120) | public function testExceptionUndefinedRuleAggregator() method conditionProvider (line 147) | private function conditionProvider() method getConditionsForVariation1 (line 420) | private function getConditionsForVariation1() method getConditionsForVariation2 (line 446) | private function getConditionsForVariation2() method getConditionsForVariation3 (line 472) | private function getConditionsForVariation3() method getConditionsForVariation4 (line 498) | private function getConditionsForVariation4() method getConditionsForVariation5 (line 517) | private function getConditionsForVariation5() method getConditionsForVariation6 (line 536) | private function getConditionsForVariation6() method getConditionsForVariation7 (line 558) | private function getConditionsForVariation7() method getConditionsForVariation8 (line 577) | private function getConditionsForVariation8() method getConditionsForVariation9 (line 596) | private function getConditionsForVariation9() method getConditionsForVariation10 (line 615) | private function getConditionsForVariation10() method getConditionsForVariation11 (line 634) | private function getConditionsForVariation11() method getConditionsForVariation12 (line 653) | private function getConditionsForVariation12() method getConditionsForVariation13 (line 679) | private function getConditionsForVariation13() method getConditionsForVariation14 (line 718) | private function getConditionsForVariation14() method getConditionsForVariation15 (line 757) | private function getConditionsForVariation15() method getConditionsForVariation16 (line 790) | private function getConditionsForVariation16() method getConditionsForVariation17 (line 809) | private function getConditionsForVariation17() method getConditionsForVariation18 (line 880) | private function getConditionsForVariation18() method getConditionsForVariation19 (line 935) | private function getConditionsForVariation19() method getConditionsForVariation20 (line 947) | private function getConditionsForVariation20() method getConditionsForVariation21 (line 978) | private function getConditionsForVariation21() method getCombineConditionFromArray (line 1009) | private function getCombineConditionFromArray(array $data) FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/ResourceModel/Rule/CollectionTest.php class CollectionTest (line 18) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testReindexAfterRuleCreation (line 55) | public function testReindexAfterRuleCreation() FILE: dev/tests/integration/testsuite/Magento/CatalogRule/Model/RuleTest.php class RuleTest (line 8) | class RuleTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testCalcProductPriceRule (line 44) | public function testCalcProductPriceRule() method _getCatalogRulesFixtures (line 59) | protected function _getCatalogRulesFixtures() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Block/Advanced/ResultTest.php class ResultTest (line 8) | class ResultTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testSetListOrders (line 31) | public function testSetListOrders() method testSetListModes (line 64) | public function testSetListModes() method testSetListCollection (line 77) | public function testSetListCollection() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Block/ResultTest.php class ResultTest (line 8) | class ResultTest extends \PHPUnit\Framework\TestCase method testSetListOrders (line 10) | public function testSetListOrders() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Block/TermTest.php class TermTest (line 8) | class TermTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetSearchUrl (line 24) | public function testGetSearchUrl() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/Advanced/ResultTest.php class ResultTest (line 21) | class ResultTest extends AbstractController method setUp (line 31) | protected function setUp() method testExecute (line 49) | public function testExecute(array $searchParams): void method searchStringDataProvider (line 76) | public function searchStringDataProvider(): array method getAttributeOptionValueByOptionLabel (line 167) | private function getAttributeOptionValueByOptionLabel(string $attribut... FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/AjaxTest.php class AjaxTest (line 8) | class AjaxTest extends \Magento\TestFramework\TestCase\AbstractController method testSuggestAction (line 13) | public function testSuggestAction() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/Result/IndexTest.php class IndexTest (line 18) | class IndexTest extends AbstractController method testExecute (line 32) | public function testExecute(string $searchString): void method searchStringDataProvider (line 45) | public function searchStringDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/ResultTest.php class ResultTest (line 13) | class ResultTest extends \Magento\TestFramework\TestCase\AbstractController method testIndexActionTranslation (line 18) | public function testIndexActionTranslation() method testIndexActionXSSQueryVerification (line 38) | public function testIndexActionXSSQueryVerification() method testRedirect (line 54) | public function testRedirect() method testNoRedirectIfCurrentUrlAndRedirectTermAreSame (line 65) | public function testNoRedirectIfCurrentUrlAndRedirectTermAreSame() method testPopularity (line 76) | public function testPopularity() method testPopularSearch (line 99) | public function testPopularSearch() method testPopularSearchWithAdditionalRequestParameters (line 123) | public function testPopularSearchWithAdditionalRequestParameters() method testNotPopularSearch (line 147) | public function testNotPopularSearch() method cacheAndPopularitySetup (line 167) | private function cacheAndPopularitySetup() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetResultUrl (line 27) | public function testGetResultUrl() method testGetAdvancedSearchUrl (line 35) | public function testGetAdvancedSearchUrl() method testCheckNotesResult (line 40) | public function testCheckNotesResult() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Adapter/Mysql/BaseSelectStrategy/BaseSelectAttributesSearchStrategyTest.php class BaseSelectAttributesSearchStrategyTest (line 14) | class BaseSelectAttributesSearchStrategyTest extends \PHPUnit\Framework\... method setUp (line 41) | protected function setUp() method testCreateBaseSelectWithoutFullTextSearch (line 59) | public function testCreateBaseSelectWithoutFullTextSearch() method testCreateBaseSelectWithFullTextSearch (line 69) | public function testCreateBaseSelectWithFullTextSearch() method getMainSelect (line 79) | private function getMainSelect() method getFulltextSelect (line 96) | private function getFulltextSelect() method getSelectContainerWithFullTextSearch (line 121) | private function getSelectContainerWithFullTextSearch() method getSelectContainerWithoutFullTextSearch (line 137) | private function getSelectContainerWithoutFullTextSearch() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Adapter/Mysql/BaseSelectStrategy/BaseSelectFullTextSearchStrategyTest.php class BaseSelectFullTextSearchStrategyTest (line 13) | class BaseSelectFullTextSearchStrategyTest extends \PHPUnit\Framework\Te... method setUp (line 35) | protected function setUp() method testCreateBaseSelect (line 50) | public function testCreateBaseSelect() method getExpectedSelect (line 60) | private function getExpectedSelect() method getSelectContainerWithFullTextSearch (line 75) | private function getSelectContainerWithFullTextSearch() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProviderTest.php class DataProviderTest (line 22) | class DataProviderTest extends TestCase method setUp (line 52) | protected function setUp() method testSearchProductByAttribute (line 75) | public function testSearchProductByAttribute(): void FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/FullTest.php class FullTest (line 21) | class FullTest extends \PHPUnit\Framework\TestCase method testGetIndexData (line 31) | public function testGetIndexData() method getExpectedIndexData (line 71) | private function getExpectedIndexData() method testRebuildStoreIndexConfigurable (line 131) | public function testRebuildStoreIndexConfigurable() method getIdBySku (line 157) | private function getIdBySku($sku) FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/Fulltext/Model/Plugin/CategoryTest.php class CategoryTest (line 15) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIndexerInvalidatedAfterCategoryDelete (line 37) | public function testIndexerInvalidatedAfterCategoryDelete() method getCategories (line 57) | private function getCategories($count) FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/FulltextTest.php class FulltextTest (line 18) | class FulltextTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testReindexAll (line 94) | public function testReindexAll() method testReindexRowAfterEdit (line 109) | public function testReindexRowAfterEdit() method testReindexRowAfterMassAction (line 130) | public function testReindexRowAfterMassAction() method testReindexRowAfterDelete (line 167) | public function testReindexRowAfterDelete() method testReindexParentProductWhenChildBeingDisabled (line 188) | public function testReindexParentProductWhenChildBeingDisabled() method search (line 214) | protected function search(string $text, $visibilityFilter = null): array method getProductBySku (line 241) | protected function getProductBySku(string $sku) FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/IndexSwitcherMock.php class IndexSwitcherMock (line 12) | class IndexSwitcherMock extends \PHPUnit\Framework\Assert implements Ind... method __construct (line 24) | public function __construct( method switchIndex (line 38) | public function switchIndex(array $dimensions) method isSwitched (line 47) | public function isSwitched() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/SwitcherUsedInFulltextTest.php class SwitcherUsedInFulltextTest (line 17) | class SwitcherUsedInFulltextTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testReindexAll (line 123) | public function testReindexAll() method testReindexList (line 137) | public function testReindexList() method testReindexRow (line 151) | public function testReindexRow() method search (line 168) | protected function search($text) method getProductBySku (line 194) | protected function getProductBySku($sku) FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/AttributeTest.php class AttributeTest (line 13) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testOptionIdNotEmpty (line 52) | public function testOptionIdNotEmpty() method testApplyInvalid (line 57) | public function testApplyInvalid() method testApply (line 68) | public function testApply() method testGetItemsWithApply (line 83) | public function testGetItemsWithApply() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/CategoryTest.php class CategoryTest (line 16) | class CategoryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method tearDown (line 46) | protected function tearDown() method testGetResetValue (line 53) | public function testGetResetValue() method testApplyNothing (line 58) | public function testApplyNothing() method testApply (line 76) | public function testApply() method testGetResetValueApplied (line 94) | public function testGetResetValueApplied(\Magento\CatalogSearch\Model\... method testGetName (line 99) | public function testGetName() method testGetItems (line 107) | public function testGetItems() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/DecimalTest.php class DecimalTest (line 17) | class DecimalTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testApplyFilterLabel (line 55) | public function testApplyFilterLabel() method testApplyFilterLabelWithEmptyToValue (line 75) | public function testApplyFilterLabelWithEmptyToValue() method testApplyNothing (line 92) | public function testApplyNothing() method testApplyInvalid (line 104) | public function testApplyInvalid() method testApply (line 120) | public function testApply() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/PriceTest.php class PriceTest (line 19) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testApplyNothing (line 52) | public function testApplyNothing() method testApplyInvalid (line 62) | public function testApplyInvalid() method testApplyManual (line 76) | public function testApplyManual() method testApplyWithCustomCurrencyRate (line 87) | public function testApplyWithCustomCurrencyRate() method testGetSetCustomerGroupId (line 105) | public function testGetSetCustomerGroupId() method testGetSetCurrencyRate (line 118) | public function testGetSetCurrencyRate() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/ResourceModel/Advanced/CollectionTest.php class CollectionTest (line 16) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testLoadWithFilterNoFilters (line 37) | public function testLoadWithFilterNoFilters($filters, $expectedCount) method filtersDataProvider (line 46) | public function filtersDataProvider() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/ResourceModel/Fulltext/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method testLoadWithFilterSearch (line 21) | public function testLoadWithFilterSearch($request, $filters, $expected... method testLoadWithFilterQuickSearch (line 44) | public function testLoadWithFilterQuickSearch($filters, $expectedCount) method testLoadWithFilterCatalogView (line 65) | public function testLoadWithFilterCatalogView($filters, $expectedCount) method testSearchResultsAreTheSameForSameRequests (line 82) | public function testSearchResultsAreTheSameForSameRequests() method filtersDataProviderSearch (line 116) | public function filtersDataProviderSearch() method filtersDataProviderQuickSearch (line 128) | public function filtersDataProviderQuickSearch() method filtersDataProviderCatalogView (line 136) | public function filtersDataProviderCatalogView() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/AttributeSearchWeightTest.php class AttributeSearchWeightTest (line 27) | class AttributeSearchWeightTest extends TestCase method setUp (line 52) | protected function setUp() method tearDown (line 63) | protected function tearDown() method testAttributeSearchWeight (line 82) | public function testAttributeSearchWeight( method attributeSearchWeightDataProvider (line 99) | public function attributeSearchWeightDataProvider(): array method updateAttributesWeight (line 163) | protected function updateAttributesWeight(array $attributeWeights): void method collectProductsName (line 181) | protected function collectProductsName(array $products): array method removeInstancesCache (line 196) | protected function removeInstancesCache(): void method findProducts (line 210) | protected function findProducts(string $query): array method collectCurrentProductAttributesWeights (line 224) | private function collectCurrentProductAttributesWeights(): void FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/FilterMapper/CustomAttributeFilterTest.php class CustomAttributeFilterTest (line 17) | class CustomAttributeFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method testApplyWithoutFilters (line 56) | public function testApplyWithoutFilters() method testApplyWithWrongAttributeFilter (line 74) | public function testApplyWithWrongAttributeFilter() method testApplyByOneFilter (line 88) | public function testApplyByOneFilter() method testApplyByTwoFilters (line 118) | public function testApplyByTwoFilters() method getSqlForOneAttributeSearch (line 149) | private function getSqlForOneAttributeSearch() method getSqlForTwoAttributeSearch (line 176) | private function getSqlForTwoAttributeSearch() method mockFilters (line 211) | private function mockFilters() method mockAttributes (line 228) | private function mockAttributes() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/FilterMapper/StockStatusFilterWithFullFilterTest.php class StockStatusFilterWithFullFilterTest (line 30) | class StockStatusFilterWithFullFilterTest extends TestCase method setUp (line 60) | protected function setUp() method testApply (line 92) | public function testApply(bool $showOutOfStockFlag, int $expectedResult) method applyDataProvider (line 115) | public function applyDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/FilterMapper/StockStatusFilterWithGeneralFilterTest.php class StockStatusFilterWithGeneralFilterTest (line 23) | class StockStatusFilterWithGeneralFilterTest extends TestCase method setUp (line 43) | protected function setUp() method testApplyWithWrongType (line 58) | public function testApplyWithWrongType() method testApply (line 76) | public function testApply(bool $showOutOfStockFlag, int $expectedResult) method applyDataProvider (line 98) | public function applyDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/FilterMapper/VisibilityFilterTest.php class VisibilityFilterTest (line 16) | class VisibilityFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testApplyWithWrongType (line 62) | public function testApplyWithWrongType() method testApplyFilterAsWhere (line 70) | public function testApplyFilterAsWhere() method testApplyFilterAsJoin (line 95) | public function testApplyFilterAsJoin() method getExpectedSelectForWhereFilter (line 120) | private function getExpectedSelectForWhereFilter() method getExpectedSelectForJoinFilter (line 153) | private function getExpectedSelectForJoinFilter() method mockFilter (line 189) | private function mockFilter() method mockAttribute (line 197) | private function mockAttribute() FILE: dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search/RequestGeneratorTest.php class RequestGeneratorTest (line 14) | class RequestGeneratorTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGenerate (line 27) | public function testGenerate() FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/AbstractUrlRewriteTest.php class AbstractUrlRewriteTest (line 25) | abstract class AbstractUrlRewriteTest extends TestCase method setUp (line 42) | protected function setUp() method getAllRewriteIds (line 57) | protected function getAllRewriteIds(): array method assertRewrites (line 71) | protected function assertRewrites(UrlRewriteCollection $collection, ar... method getEntityRewriteCollection (line 93) | protected function getEntityRewriteCollection($entityId): UrlRewriteCo... method prepareData (line 110) | protected function prepareData(array $expectedData, ?int $id = null): ... method getEntityType (line 125) | abstract protected function getEntityType(): string; method getUrlSuffix (line 132) | abstract protected function getUrlSuffix(): string; FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGeneratorTest.php class CategoryUrlRewriteGeneratorTest (line 29) | class CategoryUrlRewriteGeneratorTest extends TestCase method setUp (line 34) | protected function setUp() method testGenerateUrlRewritesWithoutSaveHistory (line 45) | public function testGenerateUrlRewritesWithoutSaveHistory() method testGenerateUrlRewritesWithSaveHistory (line 113) | public function testGenerateUrlRewritesWithSaveHistory() method testGenerateUrlRewritesWithIncorrectUrlKey (line 211) | public function testGenerateUrlRewritesWithIncorrectUrlKey($urlKey) method incorrectUrlRewritesDataProvider (line 225) | public function incorrectUrlRewritesDataProvider() method getActualResults (line 237) | protected function getActualResults(array $filter) method testGenerateUrlRewritesWithoutGenerateCategoryRewrites (line 259) | public function testGenerateUrlRewritesWithoutGenerateCategoryRewrites() method testGenerateUrlRewritesWithoutGenerateProductRewrites (line 287) | public function testGenerateUrlRewritesWithoutGenerateProductRewrites() method testRemoveCatalogUrlRewrites (line 323) | public function testRemoveCatalogUrlRewrites() method getCountOfRewrites (line 348) | private function getCountOfRewrites($productId, $categoryId): string method assertResults (line 365) | protected function assertResults($expected, $actual) FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteTest.php class CategoryUrlRewriteTest (line 31) | class CategoryUrlRewriteTest extends AbstractUrlRewriteTest method setUp (line 51) | protected function setUp() method testUrlRewriteOnCategorySave (line 71) | public function testUrlRewriteOnCategorySave(array $data): void method categoryProvider (line 85) | public function categoryProvider(): array method testCategoryProductUrlRewrite (line 132) | public function testCategoryProductUrlRewrite(array $data): void method productRewriteProvider (line 145) | public function productRewriteProvider(): array method testUrlRewriteOnCategorySaveWithExistingUrlKey (line 174) | public function testUrlRewriteOnCategorySaveWithExistingUrlKey(array $... method existingUrlProvider (line 184) | public function existingUrlProvider(): array method testUrlRewriteOnCategoryMove (line 235) | public function testUrlRewriteOnCategoryMove(array $data): void method categoryMoveProvider (line 251) | public function categoryMoveProvider(): array method testUrlRewritesAfterCategoryDelete (line 293) | public function testUrlRewritesAfterCategoryDelete(): void method testUrlRewritesAfterCategoryWithProductsDelete (line 309) | public function testUrlRewritesAfterCategoryWithProductsDelete(): void method testCategoryUrlRewritePerStoreViews (line 332) | public function testCategoryUrlRewritePerStoreViews(): void method getUrlSuffix (line 359) | protected function getUrlSuffix(): string method getEntityType (line 367) | protected function getEntityType(): string method saveCategory (line 379) | private function saveCategory(array $data, $category = null): Category... method getCategoryProductRewriteCollection (line 394) | private function getCategoryProductRewriteCollection($categoryId): Url... FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGeneratorTest.php class ProductUrlRewriteGeneratorTest (line 16) | class ProductUrlRewriteGeneratorTest extends TestCase method setUp (line 26) | protected function setUp() method testGenerateWithSpecificCategoryUrlKey (line 37) | public function testGenerateWithSpecificCategoryUrlKey() FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteTest.php class ProductUrlRewriteTest (line 27) | class ProductUrlRewriteTest extends AbstractUrlRewriteTest method setUp (line 44) | protected function setUp() method testUrlRewriteOnProductSave (line 62) | public function testUrlRewriteOnProductSave(array $data): void method productDataProvider (line 76) | public function productDataProvider(): array method testUrlRewriteOnProductEdit (line 139) | public function testUrlRewriteOnProductEdit(array $expectedData): void method productEditProvider (line 158) | public function productEditProvider(): array method testUrlRewriteOnProductSaveWithExistingUrlKey (line 183) | public function testUrlRewriteOnProductSaveWithExistingUrlKey(array $d... method existingUrlKeyProvider (line 193) | public function existingUrlKeyProvider(): array method testUrlRewritesAfterProductDelete (line 235) | public function testUrlRewritesAfterProductDelete(): void method testProductUrlRewritePerStoreViews (line 252) | public function testProductUrlRewritePerStoreViews(): void method saveProduct (line 278) | protected function saveProduct(array $data, $product = null): ProductI... method getUrlSuffix (line 290) | protected function getUrlSuffix(): string method getEntityType (line 298) | protected function getEntityType(): string FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Observer/CategoryProcessUrlRewriteSavingObserverTest.php class CategoryProcessUrlRewriteSavingObserverTest (line 24) | class CategoryProcessUrlRewriteSavingObserverTest extends \PHPUnit\Frame... method setUp (line 29) | protected function setUp() method getActualResults (line 38) | private function getActualResults(array $filter) method tearDown (line 54) | public function tearDown() method testUrlKeyHasChanged (line 66) | public function testUrlKeyHasChanged() method testIsAnchorHasChanged (line 146) | public function testIsAnchorHasChanged() FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Observer/ProcessUrlRewriteOnChangeVisibilityObserverTest.php class ProcessUrlRewriteOnChangeVisibilityObserverTest (line 20) | class ProcessUrlRewriteOnChangeVisibilityObserverTest extends \PHPUnit\F... method setUp (line 40) | protected function setUp() method testMakeProductInvisibleViaMassAction (line 51) | public function testMakeProductInvisibleViaMassAction() method testMakeProductVisibleViaMassAction (line 103) | public function testMakeProductVisibleViaMassAction() method testErrorOnDuplicatedUrlKey (line 155) | public function testErrorOnDuplicatedUrlKey() method getActualResults (line 179) | private function getActualResults(array $filter) FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserverTest.php class ProductProcessUrlRewriteSavingObserverTest (line 16) | class ProductProcessUrlRewriteSavingObserverTest extends \PHPUnit\Framew... method setUp (line 24) | protected function setUp() method getActualResults (line 33) | private function getActualResults(array $filter) method testUrlKeyHasChangedInGlobalContext (line 54) | public function testUrlKeyHasChangedInGlobalContext() method testUrlKeyHasChangedInStoreviewContextWithPermanentRedirection (line 137) | public function testUrlKeyHasChangedInStoreviewContextWithPermanentRed... method testUrlKeyHasChangedInStoreviewContextWithoutPermanentRedirection (line 193) | public function testUrlKeyHasChangedInStoreviewContextWithoutPermanent... FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Observer/UrlRewriteHandlerTest.php class UrlRewriteHandlerTest (line 23) | class UrlRewriteHandlerTest extends TestCase method setUp (line 43) | protected function setUp() method testGenerateProductUrlRewrites (line 58) | public function testGenerateProductUrlRewrites() method testGenerateProductUrlRewrites2 (line 92) | public function testGenerateProductUrlRewrites2() method getCategory (line 125) | private function getCategory(string $name): CategoryInterface FILE: dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Plugin/Catalog/Block/Adminhtml/Category/Tab/AttributesTest.php class AttributesTest (line 12) | class AttributesTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetAttributesMeta (line 47) | public function testGetAttributesMeta() FILE: dev/tests/integration/testsuite/Magento/CatalogWidget/Block/Product/ProductListTest.php class ProductListTest (line 19) | class ProductListTest extends TestCase method setUp (line 37) | protected function setUp() method testCreateCollection (line 56) | public function testCreateCollection() method testCreateCollectionWithDropdownAttribute (line 100) | public function testCreateCollectionWithDropdownAttribute() method performAssertions (line 136) | private function performAssertions(int $count) method testCreateCollectionForSku (line 160) | public function testCreateCollectionForSku($encodedConditions, $sku) method createCollectionForSkuDataProvider (line 176) | public function createCollectionForSkuDataProvider() method testProductListWithDateAttribute (line 198) | public function testProductListWithDateAttribute() method testCreateAnchorCollection (line 227) | public function testCreateAnchorCollection() FILE: dev/tests/integration/testsuite/Magento/CatalogWidget/Block/Product/Widget/ConditionsTest.php class ConditionsTest (line 12) | class ConditionsTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testRender (line 32) | public function testRender() FILE: dev/tests/integration/testsuite/Magento/CatalogWidget/Model/Rule/Condition/ProductTest.php class ProductTest (line 11) | class ProductTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testLoadAttributeOptions (line 39) | public function testLoadAttributeOptions() method testAddGlobalAttributeToCollection (line 56) | public function testAddGlobalAttributeToCollection() method testAddNonGlobalAttributeToCollectionNoProducts (line 71) | public function testAddNonGlobalAttributeToCollectionNoProducts() method testAddNonGlobalAttributeToCollection (line 90) | public function testAddNonGlobalAttributeToCollection() method testGetMappedSqlFieldCategoryIdsAttribute (line 107) | public function testGetMappedSqlFieldCategoryIdsAttribute() method testGetMappedSqlFieldSkuAttribute (line 116) | public function testGetMappedSqlFieldSkuAttribute() FILE: dev/tests/integration/testsuite/Magento/Checkout/Api/GuestShippingInformationManagementTest.php class GuestShippingInformationManagementTest (line 24) | class GuestShippingInformationManagementTest extends TestCase method setUp (line 56) | protected function setUp() method testDifferentAddresses (line 79) | public function testDifferentAddresses(bool $swapShipping) method getAddressesVariation (line 118) | public function getAddressesVariation(): array FILE: dev/tests/integration/testsuite/Magento/Checkout/Api/PaymentInformationManagementTest.php class PaymentInformationManagementTest (line 29) | class PaymentInformationManagementTest extends TestCase method setUp (line 44) | protected function setUp() method tearDown (line 57) | protected function tearDown() method testSavePaymentInformationAndPlaceOrderWithErrors (line 78) | public function testSavePaymentInformationAndPlaceOrderWithErrors( method getErrorPerAreaDataProvider (line 119) | public function getErrorPerAreaDataProvider() method getQuote (line 148) | private function getQuote(string $reservedOrderId): CartInterface FILE: dev/tests/integration/testsuite/Magento/Checkout/Api/ShippingInformationManagementTest.php class ShippingInformationManagementTest (line 21) | class ShippingInformationManagementTest extends TestCase method setUp (line 43) | protected function setUp() method testDifferentAddresses (line 64) | public function testDifferentAddresses(bool $swapShipping) method getAddressesVariation (line 97) | public function getAddressesVariation(): array FILE: dev/tests/integration/testsuite/Magento/Checkout/Block/Cart/AbstractCartTest.php class AbstractCartTest (line 17) | class AbstractCartTest extends \PHPUnit\Framework\TestCase method testProductsOutOfStockIsVisibleInShoppingCart (line 24) | public function testProductsOutOfStockIsVisibleInShoppingCart() method setProductOutOfStock (line 65) | private function setProductOutOfStock($productId) method getStoredQuote (line 81) | private function getStoredQuote($reservedOrderId) FILE: dev/tests/integration/testsuite/Magento/Checkout/Block/Cart/GridTest.php class GridTest (line 14) | class GridTest extends \PHPUnit\Framework\TestCase method testGetDefaultConfig (line 16) | public function testGetDefaultConfig() FILE: dev/tests/integration/testsuite/Magento/Checkout/Block/CartTest.php class CartTest (line 12) | class CartTest extends \PHPUnit\Framework\TestCase method testGetMethods (line 14) | public function testGetMethods() method testGetMethodsEmptyChild (line 41) | public function testGetMethodsEmptyChild() method testGetMethodsNoChild (line 54) | public function testGetMethodsNoChild() method testGetPagerHtml (line 66) | public function testGetPagerHtml() FILE: dev/tests/integration/testsuite/Magento/Checkout/Controller/Cart/Index/CouponPostTest.php class CouponPostTest (line 14) | class CouponPostTest extends \Magento\TestFramework\TestCase\AbstractCon... method testExecute (line 21) | public function testExecute() method testAddingValidCoupon (line 50) | public function testAddingValidCoupon(): void FILE: dev/tests/integration/testsuite/Magento/Checkout/Controller/Cart/UpdateItemQtyTest.php class UpdateItemQtyTest (line 17) | class UpdateItemQtyTest extends \Magento\TestFramework\TestCase\Abstract... method setUp (line 39) | protected function setUp() method testExecute (line 60) | public function testExecute($requestQuantity, $expectedResponse) method requestDataProvider (line 97) | public function requestDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Checkout/Controller/CartTest.php class CartTest (line 31) | class CartTest extends \Magento\TestFramework\TestCase\AbstractController method setUp (line 39) | protected function setUp() method tearDown (line 49) | protected function tearDown() method testConfigureActionWithSimpleProduct (line 60) | public function testConfigureActionWithSimpleProduct() method testConfigureActionWithSimpleProductAndCustomOption (line 95) | public function testConfigureActionWithSimpleProductAndCustomOption() method testConfigureActionWithBundleProduct (line 141) | public function testConfigureActionWithBundleProduct() method testConfigureActionWithDownloadableProduct (line 176) | public function testConfigureActionWithDownloadableProduct() method testUpdatePostAction (line 220) | public function testUpdatePostAction() method getQuote (line 273) | private function getQuote($reservedOrderId) method _getQuoteItemIdByProductId (line 295) | private function _getQuoteItemIdByProductId($quote, $productId) method testAddToCartSimpleProduct (line 316) | public function testAddToCartSimpleProduct($area, $expectedPrice) method addAddProductDataProvider (line 347) | public function addAddProductDataProvider() method testMessageAtAddToCartWithRedirect (line 362) | public function testMessageAtAddToCartWithRedirect() method testMessageAtAddToCartWithoutRedirect (line 398) | public function testMessageAtAddToCartWithoutRedirect() method testReorderItems (line 438) | public function testReorderItems(bool $loggedIn, string $request) method reorderItemsDataProvider (line 472) | public function reorderItemsDataProvider() method prepareRequest (line 500) | private function prepareRequest(string $method) FILE: dev/tests/integration/testsuite/Magento/Checkout/Model/CartTest.php class CartTest (line 11) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testAddProductWithLowerQty (line 35) | public function testAddProductWithLowerQty() method testAddProductWithNoQty (line 48) | public function testAddProductWithNoQty() FILE: dev/tests/integration/testsuite/Magento/Checkout/Model/SessionTest.php class SessionTest (line 24) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testGetQuoteNotInitializedCustomerSet (line 64) | public function testGetQuoteNotInitializedCustomerSet() method testGetQuoteNotInitializedCustomerLoggedIn (line 82) | public function testGetQuoteNotInitializedCustomerLoggedIn() method testGetQuoteWithMismatchingSession (line 96) | public function testGetQuoteWithMismatchingSession() method testLoadCustomerQuoteCustomerWithoutQuote (line 125) | public function testLoadCustomerQuoteCustomerWithoutQuote() method testGetQuoteWithProductWithTierPrice (line 148) | public function testGetQuoteWithProductWithTierPrice() method getQuote (line 189) | private function getQuote(string $reservedOrderId): CartInterface method _validateCustomerDataInQuote (line 212) | protected function _validateCustomerDataInQuote($quote) FILE: dev/tests/integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php class ShippingInformationManagementTest (line 25) | class ShippingInformationManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | public function setUp() method testQuoteApiWithOnlyVirtualProducts (line 82) | public function testQuoteApiWithOnlyVirtualProducts() FILE: dev/tests/integration/testsuite/Magento/Checkout/Plugin/Model/Quote/ResetQuoteAddressesTest.php class ResetQuoteAddressesTest (line 20) | class ResetQuoteAddressesTest extends \PHPUnit\Framework\TestCase method testAfterRemoveItem (line 28) | public function testAfterRemoveItem(): void method login (line 80) | private function login(int $customerId): void FILE: dev/tests/integration/testsuite/Magento/Checkout/_files/ValidatorFileMock.php class ValidatorFileMock (line 15) | class ValidatorFileMock extends \PHPUnit\Framework\TestCase method getInstance (line 22) | public function getInstance($fileData = null) FILE: dev/tests/integration/testsuite/Magento/CheckoutAgreements/Model/Api/SearchCriteria/ActiveStoreAgreementsFilterTest.php class ActiveStoreAgreementsFilterTest (line 9) | class ActiveStoreAgreementsFilterTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | public function setUp() method testBuildSearchCriteria (line 29) | public function testBuildSearchCriteria() FILE: dev/tests/integration/testsuite/Magento/CheckoutAgreements/Model/Checkout/Plugin/GuestValidationTest.php class GuestValidationTest (line 12) | class GuestValidationTest extends \PHPUnit\Framework\TestCase method setUp (line 59) | public function setUp() method testBeforeSavePaymentInformationAndPlaceOrder (line 92) | public function testBeforeSavePaymentInformationAndPlaceOrder($agreeme... method dataProvider (line 155) | public function dataProvider() method getBillingAddress (line 168) | private function getBillingAddress($guestEmail) method getAgreement (line 188) | private function getAgreement($agreementName) method getPaymentExtension (line 199) | private function getPaymentExtension($agreementNames) method getProduct (line 214) | private function getProduct($productId) method addProductToCart (line 228) | private function addProductToCart($product, $cartId) method getShippingAddress (line 241) | private function getShippingAddress() method getTotals (line 263) | private function getTotals($shippingAddress, $carrierCode, $methodCode) method getPayment (line 279) | private function getPayment($paymentMethod, $paymentExtension) FILE: dev/tests/integration/testsuite/Magento/CheckoutAgreements/Model/ResourceModel/Grid/CollectionTest.php class CollectionTest (line 16) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | public function setUp() method testAddStoresToFilter (line 37) | public function testAddStoresToFilter(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Block/BlockTest.php class BlockTest (line 8) | class BlockTest extends \PHPUnit\Framework\TestCase method testToHtml (line 17) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Cms/Block/PageTest.php class PageTest (line 8) | class PageTest extends \PHPUnit\Framework\TestCase method testGetPage (line 14) | public function testGetPage() FILE: dev/tests/integration/testsuite/Magento/Cms/Block/Widget/BlockTest.php class BlockTest (line 8) | class BlockTest extends \PHPUnit\Framework\TestCase method testToHtml (line 16) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/FulltextGridSearchTest.php class FulltextGridSearchTest (line 18) | class FulltextGridSearchTest extends AbstractBackendController method testSearchByTitle (line 28) | public function testSearchByTitle(string $query, int $expectedRows, ar... method queryDataProvider (line 49) | public function queryDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/PageDesignTest.php class PageDesignTest (line 27) | class PageDesignTest extends AbstractBackendController method setUp (line 67) | protected function setUp() method tearDown (line 79) | protected function tearDown() method testSaveDesign (line 96) | public function testSaveDesign(): void method testSaveDesignWithDefaults (line 155) | public function testSaveDesignWithDefaults(): void method testSaveLayoutXml (line 187) | public function testSaveLayoutXml(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFilesTest.php class DeleteFilesTest (line 14) | class DeleteFilesTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method testExecute (line 80) | public function testExecute() method testDeleteHtaccess (line 100) | public function testDeleteHtaccess() method testExecuteWithWrongFileName (line 120) | public function testExecuteWithWrongFileName() method testExecuteWithLinkedMedia (line 138) | public function testExecuteWithLinkedMedia() method tearDownAfterClass (line 158) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFolderTest.php class DeleteFolderTest (line 15) | class DeleteFolderTest extends \PHPUnit\Framework\TestCase method setUp (line 50) | protected function setUp() method testExecute (line 69) | public function testExecute() method testExecuteWithLinkedMedia (line 95) | public function testExecuteWithLinkedMedia() method testExecuteWithWrongDirectoryName (line 119) | public function testExecuteWithWrongDirectoryName() method testExecuteWithExcludedDirectoryName (line 134) | public function testExecuteWithExcludedDirectoryName() method tearDownAfterClass (line 156) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/IndexTest.php class IndexTest (line 9) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testViewAction (line 11) | public function testViewAction() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/NewFolderTest.php class NewFolderTest (line 14) | class NewFolderTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testExecute (line 65) | public function testExecute() method testExecuteWithLinkedMedia (line 86) | public function testExecuteWithLinkedMedia() method testExecuteWithWrongPath (line 106) | public function testExecuteWithWrongPath() method tearDownAfterClass (line 122) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/UploadTest.php class UploadTest (line 19) | class UploadTest extends \PHPUnit\Framework\TestCase method setUp (line 64) | protected function setUp() method testExecute (line 99) | public function testExecute() method testExecuteWithExcludedDirectory (line 131) | public function testExecuteWithExcludedDirectory() method testExecuteWithLinkedMedia (line 160) | public function testExecuteWithLinkedMedia() method testExecuteWithWrongPath (line 178) | public function testExecuteWithWrongPath() method testExecuteWithWrongFileName (line 196) | public function testExecuteWithWrongFileName() method tearDownAfterClass (line 211) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/Noroute/IndexTest.php class IndexTest (line 12) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractController method testDisabledNoRoutePage (line 18) | public function testDisabledNoRoutePage() FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/PageTest.php class PageTest (line 16) | class PageTest extends \Magento\TestFramework\TestCase\AbstractController method testViewAction (line 18) | public function testViewAction() method testViewRedirectWithTrailingSlash (line 24) | public function testViewRedirectWithTrailingSlash() method testAddBreadcrumbs (line 37) | public function testAddBreadcrumbs() method testCreatePageWithSameModuleName (line 50) | public function testCreatePageWithSameModuleName() method cmsPageWithSystemRouteFixture (line 57) | public static function cmsPageWithSystemRouteFixture() method testCustomHandles (line 77) | public function testCustomHandles(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Controller/RouterTest.php class RouterTest (line 12) | class RouterTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testMatch (line 46) | public function testMatch() class ManagerStub (line 63) | class ManagerStub extends Manager method dispatch (line 72) | public function dispatch($eventName, array $params = []) FILE: dev/tests/integration/testsuite/Magento/Cms/Helper/PageTest.php class PageTest (line 13) | class PageTest extends \PHPUnit\Framework\TestCase method testRenderPage (line 19) | public function testRenderPage() FILE: dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg/ImagesTest.php class ImagesTest (line 11) | class ImagesTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetStorageRoot (line 23) | public function testGetStorageRoot() method testGetCurrentUrl (line 40) | public function testGetCurrentUrl() method testGetImageHtmlDeclaration (line 57) | public function testGetImageHtmlDeclaration( method providerGetImageHtmlDeclaration (line 82) | public function providerGetImageHtmlDeclaration() method generateHelper (line 111) | private function generateHelper($isStaticUrlsAllowed = false) FILE: dev/tests/integration/testsuite/Magento/Cms/Model/BlockTest.php class BlockTest (line 20) | class BlockTest extends TestCase method setUp (line 43) | protected function setUp() method testGetByIdentifier (line 63) | public function testGetByIdentifier(array $blockData) method testUpdateTime (line 84) | public function testUpdateTime(array $blockData) method testGetByIdentifierDataProvider (line 115) | public function testGetByIdentifierDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Cms/Model/Page/CustomLayoutManagerTest.php class CustomLayoutManagerTest (line 23) | class CustomLayoutManagerTest extends TestCase method setUp (line 53) | protected function setUp() method testCustomLayoutUpdate (line 86) | public function testCustomLayoutUpdate(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Model/Page/CustomLayoutRepositoryTest.php class CustomLayoutRepositoryTest (line 25) | class CustomLayoutRepositoryTest extends TestCase method setUp (line 50) | protected function setUp() method createPage (line 65) | private function createPage(string $id): Page method testCustomLayout (line 80) | public function testCustomLayout(): void method testSaved (line 122) | public function testSaved(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Model/Page/DataProviderTest.php class DataProviderTest (line 23) | class DataProviderTest extends TestCase method setUp (line 48) | protected function setUp() method testCustomLayoutData (line 72) | public function testCustomLayoutData(): void method testCustomLayoutMeta (line 101) | public function testCustomLayoutMeta(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Model/PageRepositoryTest.php class PageRepositoryTest (line 20) | class PageRepositoryTest extends TestCase method setUp (line 35) | protected function setUp() method testSaveUpdateXml (line 48) | public function testSaveUpdateXml(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Model/PageTest.php class PageTest (line 15) | class PageTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetByIdentifier (line 39) | public function testGetByIdentifier(array $pageData) method testGenerateIdentifierFromTitle (line 67) | public function testGenerateIdentifierFromTitle($data, $expectedIdenti... method testUpdateTime (line 80) | public function testUpdateTime() method generateIdentifierFromTitleDataProvider (line 106) | public function generateIdentifierFromTitleDataProvider() : array method testGetByIdentifierDataProvider (line 125) | public function testGetByIdentifierDataProvider() : array FILE: dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetConfig (line 35) | public function testGetConfig() method testGetConfigCssUrls (line 46) | public function testGetConfigCssUrls() method testTestModuleEnabledModuleIsAbleToModifyConfig (line 68) | public function testTestModuleEnabledModuleIsAbleToModifyConfig() FILE: dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/Images/StorageTest.php class StorageTest (line 16) | class StorageTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 42) | public static function setUpBeforeClass() method tearDownAfterClass (line 58) | public static function tearDownAfterClass() method setUp (line 70) | public function setUp() method testGetFilesCollection (line 81) | public function testGetFilesCollection(): void method testGetThumbsPath (line 102) | public function testGetThumbsPath(): void method testDeleteDirectory (line 113) | public function testDeleteDirectory(): void method testDeleteDirectoryWithExcludedDirPath (line 129) | public function testDeleteDirectoryWithExcludedDirPath(): void method testUploadFile (line 138) | public function testUploadFile(): void method testUploadFileWithExcludedDirPath (line 165) | public function testUploadFileWithExcludedDirPath(): void method testUploadFileWithWrongExtension (line 197) | public function testUploadFileWithWrongExtension(string $fileName, str... method testUploadFileWithWrongExtensionDataProvider (line 221) | public function testUploadFileWithWrongExtensionDataProvider(): array method testUploadFileWithWrongFile (line 242) | public function testUploadFileWithWrongFile(): void FILE: dev/tests/integration/testsuite/Magento/Cms/Setup/ContentConverterTest.php class ContentConverterTest (line 8) | class ContentConverterTest extends \Magento\TestFramework\TestCase\Abstr... method setUp (line 13) | protected function setUp() method testConvert (line 25) | public function testConvert($value, $expected) method convertDataProvider (line 30) | public function convertDataProvider() FILE: dev/tests/integration/testsuite/Magento/CmsUrlRewrite/Plugin/Cms/Model/Store/ViewTest.php class ViewTest (line 22) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testUrlRewritesChangesAfterStoreSave (line 54) | public function testUrlRewritesChangesAfterStoreSave() method assertUrlRewritesCount (line 68) | private function assertUrlRewritesCount(int $storeId, int $expectedCou... method createStore (line 83) | private function createStore(): int method deleteStore (line 100) | private function deleteStore(int $storeId): void FILE: dev/tests/integration/testsuite/Magento/Config/App/Config/Type/SystemTest.php class SystemTest (line 15) | class SystemTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetValueDefaultScope (line 33) | public function testGetValueDefaultScope() FILE: dev/tests/integration/testsuite/Magento/Config/Block/System/Config/FieldArray.php class FieldArray (line 13) | class FieldArray extends AbstractFieldArray method _toHtml (line 18) | protected function _toHtml() FILE: dev/tests/integration/testsuite/Magento/Config/Block/System/Config/FormStub.php class FormStub (line 15) | class FormStub extends \Magento\Config\Block\System\Config\Form method setStubConfigData (line 32) | public function setStubConfigData(array $configData = []) method setStubConfigRoot (line 43) | public function setStubConfigRoot(array $configRoot = []) method _initObjects (line 53) | protected function _initObjects() FILE: dev/tests/integration/testsuite/Magento/Config/Block/System/Config/FormTest.php class FormTest (line 18) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testDependenceHtml (line 74) | public function testDependenceHtml() method testInitFieldsUseDefaultCheckbox (line 108) | public function testInitFieldsUseDefaultCheckbox( method initFieldsUseDefaultCheckboxDataProvider (line 195) | public static function initFieldsUseDefaultCheckboxDataProvider() method testInitFieldsUseConfigPath (line 216) | public function testInitFieldsUseConfigPath($fieldId, $isConfigDataEmp... method initFieldsUseConfigPathDataProvider (line 269) | public static function initFieldsUseConfigPathDataProvider() method testInitFieldsWithBackendModel (line 294) | public function testInitFieldsWithBackendModel( method initFieldsWithBackendModelDataProvider (line 350) | public static function initFieldsWithBackendModelDataProvider() method _setupFieldsInheritCheckbox (line 378) | protected function _setupFieldsInheritCheckbox($fieldId, $isConfigData... method testInitFormAddsFieldsets (line 432) | public function testInitFormAddsFieldsets() method registerTestConfigXmlMetadata (line 504) | private function registerTestConfigXmlMetadata() method getElementAttributeValueById (line 558) | private function getElementAttributeValueById($html, $nodeId) method setEncryptedValue (line 574) | private function setEncryptedValue($encryptedValue) method tearDown (line 584) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Config/Console/Command/ConfigSetCommandTest.php class ConfigSetCommandTest (line 37) | class ConfigSetCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 92) | protected function setUp() method tearDown (line 118) | protected function tearDown() method extendSystemStructure (line 135) | private function extendSystemStructure() method loadConfig (line 148) | private function loadConfig() method testRunLockEnv (line 164) | public function testRunLockEnv($path, $value, $scope = ScopeConfigInte... method runLockDataProvider (line 207) | public function runLockDataProvider() method testRunExtended (line 228) | public function testRunExtended( method runCommand (line 272) | private function runCommand( method runExtendedDataProvider (line 304) | public function runExtendedDataProvider() method testConfigSetValidationError (line 318) | public function testConfigSetValidationError( method configSetValidationErrorDataProvider (line 333) | public function configSetValidationErrorDataProvider() method testConfigSetCurrency (line 406) | public function testConfigSetCurrency() method testConfigSetValid (line 425) | public function testConfigSetValid() method configSetValidDataProvider (line 437) | public function configSetValidDataProvider() method setConfigSuccess (line 455) | private function setConfigSuccess( method setConfigFailure (line 479) | private function setConfigFailure( method setConfig (line 503) | private function setConfig($path, $value, $message, $scope, $scopeCode) FILE: dev/tests/integration/testsuite/Magento/Config/Console/Command/ConfigShowCommandTest.php class ConfigShowCommandTest (line 20) | class ConfigShowCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | public function setUp() method testExecute (line 105) | public function testExecute($scope, $scopeCode, $resultCode, array $co... method executeDataProvider (line 137) | public function executeDataProvider() method loadConfig (line 293) | private function loadConfig() method loadEnvConfig (line 301) | private function loadEnvConfig() method tearDown (line 306) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Config/Controller/Adminhtml/System/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testEditAction (line 22) | public function testEditAction() method testChangeBaseUrl (line 34) | public function testChangeBaseUrl() method testSavingUndeclared (line 78) | public function testSavingUndeclared() method resetBaseUrl (line 109) | protected function resetBaseUrl($defaultHost) FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Backend/Admin/RobotsTest.php class RobotsTest (line 13) | class RobotsTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAfterLoadRobotsTxtNotExists (line 48) | public function testAfterLoadRobotsTxtNotExists() method testAfterLoadRobotsTxtExists (line 58) | public function testAfterLoadRobotsTxtExists() method testAfterSaveFileNotExists (line 68) | public function testAfterSaveFileNotExists() method testAfterSaveFileExists (line 81) | public function testAfterSaveFileExists() method _modifyConfig (line 91) | protected function _modifyConfig() method tearDown (line 101) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Backend/BaseurlTest.php class BaseurlTest (line 11) | class BaseurlTest extends \PHPUnit\Framework\TestCase method testValidation (line 19) | public function testValidation($path, $value) method validationDataProvider (line 32) | public function validationDataProvider() method testValidationException (line 80) | public function testValidationException($path, $value) method validationExceptionDataProvider (line 92) | public function validationExceptionDataProvider() FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Backend/EncryptedTest.php class EncryptedTest (line 14) | class EncryptedTest extends \PHPUnit\Framework\TestCase method testEncryptionSave (line 19) | public function testEncryptionSave() FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Backend/Image/AdapterTest.php class AdapterTest (line 8) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testExceptionSave (line 30) | public function testExceptionSave() method testCorrectSave (line 39) | public function testCorrectSave() FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Processor/EnvironmentPlaceholderTest.php class EnvironmentPlaceholderTest (line 10) | class EnvironmentPlaceholderTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testProcess (line 34) | public function testProcess() method tearDown (line 99) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Structure/Reader/ConverterStub.php class ConverterStub (line 15) | class ConverterStub extends Converter method getArrayData (line 23) | public function getArrayData(\DOMDocument $document) method convert (line 34) | public function convert($source) FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Structure/Reader/ReaderStub.php class ReaderStub (line 15) | class ReaderStub extends Reader method readFiles (line 24) | public function readFiles(array $fileList) FILE: dev/tests/integration/testsuite/Magento/Config/Model/Config/Structure/Reader/ReaderTest.php class ReaderTest (line 22) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 74) | protected function setUp() method testXmlConvertedConfigurationAndCompereStructure (line 123) | public function testXmlConvertedConfigurationAndCompereStructure() method getContent (line 140) | protected function getContent() FILE: dev/tests/integration/testsuite/Magento/Config/Model/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method testSaveWithSingleStoreModeEnabled (line 22) | public function testSaveWithSingleStoreModeEnabled($groups) method saveWithSingleStoreModeEnabledDataProvider (line 49) | public function saveWithSingleStoreModeEnabledDataProvider() method testSave (line 62) | public function testSave($section, $groups, $expected) method saveDataProvider (line 84) | public function saveDataProvider() FILE: dev/tests/integration/testsuite/Magento/Config/Model/ResourceModel/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testSaveDeleteConfig (line 22) | public function testSaveDeleteConfig() FILE: dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/ConfigurableTest.php class ConfigurableTest (line 10) | class ConfigurableTest extends AbstractProductExportImportTestCase method exportImportDataProvider (line 15) | public function exportImportDataProvider(): array method assertEqualsSpecificAttributes (line 42) | protected function assertEqualsSpecificAttributes( method executeImportReplaceTest (line 105) | protected function executeImportReplaceTest( FILE: dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Export/RowCustomizerTest.php class RowCustomizerTest (line 11) | class RowCustomizerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testPrepareData (line 34) | public function testPrepareData() FILE: dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/Product/Type/ConfigurableTest.php class ConfigurableTest (line 15) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method configurableImportDataProvider (line 46) | public function configurableImportDataProvider() method testConfigurableImport (line 71) | public function testConfigurableImport($pathToFile, $productName, $opt... method testConfigurableImportWithMultipleStores (line 162) | public function testConfigurableImportWithMultipleStores() method testConfigurableImportWithStoreSpecifiedMainItem (line 213) | public function testConfigurableImportWithStoreSpecifiedMainItem() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations/Config/MatrixTest.php class MatrixTest (line 11) | class MatrixTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testGetVariations (line 20) | public function testGetVariations() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Cart/Item/Renderer/ConfigurableTest.php class ConfigurableTest (line 18) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetProductPriceHtml (line 45) | public function testGetProductPriceHtml() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableTest.php class ConfigurableTest (line 14) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetAllowAttributes (line 43) | public function testGetAllowAttributes() method testHasOptions (line 56) | public function testHasOptions() method testGetAllowProducts (line 64) | public function testGetAllowProducts() method testGetJsonConfig (line 76) | public function testGetJsonConfig() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Controller/Adminhtml/ProductTest.php class ProductTest (line 17) | class ProductTest extends \Magento\TestFramework\TestCase\AbstractBacken... method testSaveActionAssociatedProductIds (line 23) | public function testSaveActionAssociatedProductIds() method _getConfigurableAttribute (line 65) | protected function _getConfigurableAttribute() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Controller/CartTest.php class CartTest (line 14) | class CartTest extends \Magento\TestFramework\TestCase\AbstractController method testConfigureActionWithConfigurableProduct (line 21) | public function testConfigureActionWithConfigurableProduct() method _getQuoteItemIdByProductId (line 62) | private function _getQuoteItemIdByProductId(\Magento\Quote\Model\Quote... method testExecuteForConfigurableLastOption (line 80) | public function testExecuteForConfigurableLastOption() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Category/ProductIndexerTest.php class ProductIndexerTest (line 16) | class ProductIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testReindex (line 61) | public function testReindex() method testCategoryMove (line 92) | public function testCategoryMove() method testCategoryDelete (line 134) | public function testCategoryDelete() method testCategoryCreate (line 162) | public function testCategoryCreate() method getCategories (line 209) | private function getCategories() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/OptionRepositoryTest.php class OptionRepositoryTest (line 8) | class OptionRepositoryTest extends \PHPUnit\Framework\TestCase method testGetListWithExtensionAttributes (line 14) | public function testGetListWithExtensionAttributes() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Plugin/Frontend/ProductIdentitiesExtenderTest.php class ProductIdentitiesExtenderTest (line 19) | class ProductIdentitiesExtenderTest extends TestCase method testIdentitiesExtenderIsRegistered (line 27) | public function testIdentitiesExtenderIsRegistered(): void method testGetIdentitiesForConfigurableProductOnStorefront (line 41) | public function testGetIdentitiesForConfigurableProductOnStorefront():... method testGetIdentitiesForConfigurableProductInAdminArea (line 64) | public function testGetIdentitiesForConfigurableProductInAdminArea(): ... FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/SaveHandlerTest.php class SaveHandlerTest (line 21) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method testExecuteWithConfigurableProductLinksChanged (line 59) | public function testExecuteWithConfigurableProductLinksChanged(): void method testExecuteWithConfigurableProductLinksNotChanged (line 77) | public function testExecuteWithConfigurableProductLinksNotChanged(): void method getCurrentProductLinks (line 94) | private function getCurrentProductLinks() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/Type/Configurable/AttributeTest.php class AttributeTest (line 8) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetLabel (line 22) | public function testGetLabel() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/Type/Configurable/PriceTest.php class PriceTest (line 15) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetFinalPrice (line 36) | public function testGetFinalPrice() method testGetFinalPriceExcludingTax (line 47) | public function testGetFinalPriceExcludingTax() method testGetFinalPriceIncludingTax (line 58) | public function testGetFinalPriceIncludingTax() method testGetFinalPriceIncludingExcludingTax (line 70) | public function testGetFinalPriceIncludingExcludingTax() method testGetFinalPriceWithSelectedSimpleProduct (line 81) | public function testGetFinalPriceWithSelectedSimpleProduct() method testGetFinalPriceWithCustomOption (line 94) | public function testGetFinalPriceWithCustomOption() method prepareOptions (line 134) | protected function prepareOptions($options, $product) method assertPrice (line 161) | protected function assertPrice($expectedPrice, $product = null) method getProduct (line 178) | private function getProduct($id) FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/Type/ConfigurableTest.php class ConfigurableTest (line 21) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testGetRelationInfo (line 56) | public function testGetRelationInfo() method testGetChildrenIds (line 69) | public function testGetChildrenIds() method testCanUseAttribute (line 85) | public function testCanUseAttribute() method testSetGetUsedProductAttributeIds (line 95) | public function testSetGetUsedProductAttributeIds() method testSetUsedProductAttributeIds (line 107) | public function testSetUsedProductAttributeIds() method testGetUsedProductAttributes (line 124) | public function testGetUsedProductAttributes() method testGetConfigurableAttributes (line 137) | public function testGetConfigurableAttributes() method testGetConfigurableAttributesWithSourceModel (line 164) | public function testGetConfigurableAttributesWithSourceModel() method testGetConfigurableAttributesAsArray (line 177) | public function testGetConfigurableAttributesAsArray() method testGetParentIdsByChild (line 212) | public function testGetParentIdsByChild() method testGetConfigurableAttributeCollection (line 223) | public function testGetConfigurableAttributeCollection() method testGetUsedProductIds (line 236) | public function testGetUsedProductIds() method testGetUsedProducts (line 247) | public function testGetUsedProducts() method testGetUsedProductsWithRequiredAttributes (line 263) | public function testGetUsedProductsWithRequiredAttributes() method testGetUsedProductsWithoutRequiredAttributes (line 276) | public function testGetUsedProductsWithoutRequiredAttributes() method testGetUsedProductsCached (line 290) | public function testGetUsedProductsCached() method testGetUsedProductCollection (line 304) | public function testGetUsedProductCollection() method testBeforeSave (line 312) | public function testBeforeSave() method testIsSalable (line 328) | public function testIsSalable() method testGetProductByAttributes (line 339) | public function testGetProductByAttributes() method testGetSelectedAttributesInfo (line 358) | public function testGetSelectedAttributesInfo() method testGetSelectedAttributesInfoForStore (line 382) | public function testGetSelectedAttributesInfoForStore() method testPrepareForCart (line 411) | public function testPrepareForCart() method testGetSpecifyOptionMessage (line 429) | public function testGetSpecifyOptionMessage() method testGetOrderOptions (line 443) | public function testGetOrderOptions() method testIsVirtual (line 470) | public function testIsVirtual() method testHasOptions (line 480) | public function testHasOptions() method testGetWeight (line 485) | public function testGetWeight() method testAssignProductToOption (line 501) | public function testAssignProductToOption() method testGetProductsToPurchaseByReqGroups (line 513) | public function testGetProductsToPurchaseByReqGroups() method testGetSku (line 529) | public function testGetSku() method testProcessBuyRequest (line 536) | public function testProcessBuyRequest() method testSaveProductRelationsOneChild (line 547) | public function testSaveProductRelationsOneChild() method testSaveProductRelationsNoChildren (line 580) | public function testSaveProductRelationsNoChildren() method _getAttributeByCode (line 609) | protected function _getAttributeByCode($code) method _prepareForCart (line 624) | protected function _prepareForCart() method getUsedProducts (line 642) | protected function getUsedProducts() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/VariationHandlerTest.php class VariationHandlerTest (line 15) | class VariationHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGenerateSimpleProducts (line 47) | public function testGenerateSimpleProducts($productsData) method testGenerateSimpleProductsWithPartialData (line 73) | public function testGenerateSimpleProductsWithPartialData($productsData) method generateSimpleProductsDataProvider (line 88) | public static function generateSimpleProductsDataProvider() method generateSimpleProductsWithPartialDataDataProvider (line 125) | public static function generateSimpleProductsWithPartialDataDataProvid... FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ProductTest.php class ProductTest (line 13) | class ProductTest extends \PHPUnit\Framework\TestCase method testGetIdentities (line 18) | public function testGetIdentities() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price/ConfigurableTest.php class ConfigurableTest (line 26) | class ConfigurableTest extends TestCase method setUp (line 46) | protected function setUp(): void method testGetProductFinalPriceIfOneOfChildIsDisabled (line 65) | public function testGetProductFinalPriceIfOneOfChildIsDisabled(): void method testGetProductFinalPriceIfOneOfChildIsDisabledPerStore (line 94) | public function testGetProductFinalPriceIfOneOfChildIsDisabledPerStore... method testGetProductMinimalPriceIfOneOfChildIsOutOfStock (line 123) | public function testGetProductMinimalPriceIfOneOfChildIsOutOfStock(): ... method getConfigurableProductFromCollection (line 144) | private function getConfigurableProductFromCollection(): ProductInterface FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Stock/ConfigurableTest.php class ConfigurableTest (line 9) | class ConfigurableTest extends \PHPUnit\Framework\TestCase method testReindexAll (line 16) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionProviderTest.php class LowestPriceOptionProviderTest (line 17) | class LowestPriceOptionProviderTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetProductsIfOneOfChildIsDisabled (line 38) | public function testGetProductsIfOneOfChildIsDisabled() method testGetProductsIfOneOfChildIsDisabledPerStore (line 69) | public function testGetProductsIfOneOfChildIsDisabledPerStore() method testGetProductsIfOneOfChildIsOutOfStock (line 101) | public function testGetProductsIfOneOfChildIsOutOfStock() method testGetProductsIfOneOfChildrenIsAssignedToOtherWebsite (line 129) | public function testGetProductsIfOneOfChildrenIsAssignedToOtherWebsite() method createLowestPriceOptionsProvider (line 158) | private function createLowestPriceOptionsProvider() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Price/SpecialPriceIndexerTest.php class SpecialPriceIndexerTest (line 16) | class SpecialPriceIndexerTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testFullReindexIfChildHasSpecialPrice (line 48) | public function testFullReindexIfChildHasSpecialPrice() method testOnSaveIndexationIfChildHasSpecialPrice (line 85) | public function testOnSaveIndexationIfChildHasSpecialPrice() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Price/SpecialPriceIndexerWithDimensionTest.php class SpecialPriceIndexerWithDimensionTest (line 23) | class SpecialPriceIndexerWithDimensionTest extends \PHPUnit\Framework\Te... method setUp (line 43) | protected function setUp() method testFullReindexIfChildHasSpecialPrice (line 57) | public function testFullReindexIfChildHasSpecialPrice() method testOnSaveIndexationIfChildHasSpecialPrice (line 94) | public function testOnSaveIndexationIfChildHasSpecialPrice() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Price/SpecialPriceTest.php class SpecialPriceTest (line 17) | class SpecialPriceTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testPriceInfoIfChildHasSpecialPrice (line 39) | public function testPriceInfoIfChildHasSpecialPrice() method testSortingOfProductsIfChildHasNotSpecialPrice (line 62) | public function testSortingOfProductsIfChildHasNotSpecialPrice() method testSortingOfProductsIfChildHasSpecialPrice (line 89) | public function testSortingOfProductsIfChildHasSpecialPrice() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagTest.php class RenderingBasedOnIsProductListFlagTest (line 20) | class RenderingBasedOnIsProductListFlagTest extends \PHPUnit\Framework\T... method setUp (line 42) | protected function setUp() method testRenderingByDefault (line 80) | public function testRenderingByDefault() method testRenderingAccordingToIsProductListFlag (line 115) | public function testRenderingAccordingToIsProductListFlag($flag, $count) method isProductListDataProvider (line 139) | public function isProductListDataProvider() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagWithDimensionTest.php class RenderingBasedOnIsProductListFlagWithDimensionTest (line 25) | class RenderingBasedOnIsProductListFlagWithDimensionTest extends \PHPUni... method setUp (line 50) | protected function setUp() method testRenderingByDefault (line 88) | public function testRenderingByDefault() method testRenderingAccordingToIsProductListFlag (line 123) | public function testRenderingAccordingToIsProductListFlag($flag, $count) method isProductListDataProvider (line 147) | public function isProductListDataProvider() FILE: dev/tests/integration/testsuite/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php class AssociatedProductsTest (line 20) | class AssociatedProductsTest extends TestCase method setUp (line 35) | public function setUp(): void method testGetProductMatrix (line 47) | public function testGetProductMatrix($interfaceLocale) method testAddManuallyConfigurationsWithNotFilterableInGridAttribute (line 92) | public function testAddManuallyConfigurationsWithNotFilterableInGridAt... method getProductMatrixDataProvider (line 132) | public function getProductMatrixDataProvider() FILE: dev/tests/integration/testsuite/Magento/Contact/Controller/IndexTest.php class IndexTest (line 14) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractController method testPostAction (line 19) | public function testPostAction() method testInvalidPostAction (line 47) | public function testInvalidPostAction($params, $expectedMessage) method dataInvalidPostAction (line 62) | public static function dataInvalidPostAction() FILE: dev/tests/integration/testsuite/Magento/Contact/Helper/DataTest.php class DataTest (line 16) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testGetUserName (line 49) | public function testGetUserName() method testGetEmail (line 57) | public function testGetEmail() FILE: dev/tests/integration/testsuite/Magento/Contact/Model/ConfigTest.php class ConfigTest (line 11) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testIsEnabled (line 28) | public function testIsEnabled() method testIsNotEnabled (line 38) | public function testIsNotEnabled() FILE: dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/DomainTest.php class DomainTest (line 15) | class DomainTest extends \PHPUnit\Framework\TestCase method testBeforeSave (line 23) | public function testBeforeSave($value, $exceptionMessage = null) method beforeSaveDataProvider (line 48) | public function beforeSaveDataProvider() FILE: dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/LifetimeTest.php class LifetimeTest (line 10) | class LifetimeTest extends \PHPUnit\Framework\TestCase method testBeforeSaveException (line 18) | public function testBeforeSaveException() FILE: dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/PathTest.php class PathTest (line 10) | class PathTest extends \PHPUnit\Framework\TestCase method testBeforeSaveException (line 18) | public function testBeforeSaveException() FILE: dev/tests/integration/testsuite/Magento/Cron/Model/ScheduleTest.php class ScheduleTest (line 16) | class ScheduleTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | public function setUp() method testTryLockJobNoLockedJobsSucceeds (line 37) | public function testTryLockJobNoLockedJobsSucceeds() method testTryLockJobAlreadyLockedFails (line 50) | public function testTryLockJobAlreadyLockedFails() method testTryLockJobAlreadyLockedSucceeds (line 60) | public function testTryLockJobAlreadyLockedSucceeds() method testTryLockJobOtherLockedFails (line 81) | public function testTryLockJobOtherLockedFails() method testTryLockJobDifferentJobLocked (line 92) | public function testTryLockJobDifferentJobLocked() method createSchedule (line 108) | private function createSchedule($jobCode, $status, $timeOffset = 0) FILE: dev/tests/integration/testsuite/Magento/Cron/Observer/ProcessCronQueueObserverTest.php class ProcessCronQueueObserverTest (line 10) | class ProcessCronQueueObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testDispatchScheduled (line 32) | public function testDispatchScheduled() method testDispatchNoFailed (line 42) | public function testDispatchNoFailed() FILE: dev/tests/integration/testsuite/Magento/Csp/CspAwareActionTest.php class CspAwareActionTest (line 17) | class CspAwareActionTest extends AbstractController method testAwareAction (line 30) | public function testAwareAction(): void FILE: dev/tests/integration/testsuite/Magento/Csp/CspTest.php class CspTest (line 15) | class CspTest extends AbstractController method searchInResponse (line 24) | private function searchInResponse($response, string $search): bool method testStorefrontPolicies (line 57) | public function testStorefrontPolicies(): void method testAdminPolicies (line 94) | public function testAdminPolicies(): void method testReportOnlyMode (line 124) | public function testReportOnlyMode(): void method testRestrictMode (line 151) | public function testRestrictMode(): void FILE: dev/tests/integration/testsuite/Magento/Csp/CspUtilTest.php class CspUtilTest (line 17) | class CspUtilTest extends AbstractController method testPhtmlHelper (line 24) | public function testPhtmlHelper(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Helper/InlineUtilTest.php class InlineUtilTest (line 19) | class InlineUtilTest extends TestCase method setUp (line 34) | public function setUp() method testRenderTag (line 58) | public function testRenderTag( method getTags (line 75) | public function getTags(): array method testRenderEventListener (line 254) | public function testRenderEventListener(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/Collector/ConfigCollectorTest.php class ConfigCollectorTest (line 21) | class ConfigCollectorTest extends TestCase method setUp (line 31) | public function setUp() method getExpectedPolicies (line 41) | private function getExpectedPolicies(): array method testCollecting (line 161) | public function testCollecting(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/Collector/ControllerCollectorTest.php class ControllerCollectorTest (line 20) | class ControllerCollectorTest extends TestCase method setUp (line 30) | public function setUp() method testCollect (line 40) | public function testCollect(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/Collector/CspWhitelistXmlCollectorTest.php class CspWhitelistXmlCollectorTest (line 17) | class CspWhitelistXmlCollectorTest extends TestCase method setUp (line 27) | public function setUp() method testCollecting (line 37) | public function testCollecting(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/CompositePolicyCollectorTest.php class CompositePolicyCollectorTest (line 21) | class CompositePolicyCollectorTest extends TestCase method createMockCollectors (line 28) | private function createMockCollectors(): array method testCollect (line 97) | public function testCollect(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/Mode/ConfigManagerTest.php class ConfigManagerTest (line 16) | class ConfigManagerTest extends TestCase method setUp (line 26) | public function setUp() method testStorefrontDefault (line 37) | public function testStorefrontDefault(): void method testAdminDefault (line 50) | public function testAdminDefault(): void method testFrontendConfigured (line 65) | public function testFrontendConfigured(): void method testAdminConfigured (line 80) | public function testAdminConfigured(): void FILE: dev/tests/integration/testsuite/Magento/Csp/Model/Policy/Renderer/SimplePolicyHeaderRendererTest.php class SimplePolicyHeaderRendererTest (line 18) | class SimplePolicyHeaderRendererTest extends TestCase method setUp (line 33) | public function setUp() method testRenderRestrictMode (line 48) | public function testRenderRestrictMode(): void method testRenderRestrictWithReportingMode (line 68) | public function testRenderRestrictWithReportingMode(): void method testRenderReportMode (line 94) | public function testRenderReportMode(): void method testRenderReportWithReportingMode (line 131) | public function testRenderReportWithReportingMode(): void FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/FetchRatesTest.php class FetchRatesTest (line 14) | class FetchRatesTest extends \Magento\TestFramework\TestCase\AbstractBac... method setUp (line 24) | protected function setUp() method testFetchRatesActionWithoutService (line 38) | public function testFetchRatesActionWithoutService(): void method testFetchRatesActionWithNonexistentService (line 58) | public function testFetchRatesActionWithNonexistentService(): void FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/IndexTest.php class IndexTest (line 12) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testIndexAction (line 17) | public function testIndexAction() FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Controller/Adminhtml/System/Currency/SaveRatesTest.php class SaveRatesTest (line 12) | class SaveRatesTest extends \Magento\TestFramework\TestCase\AbstractBack... method setUp (line 26) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testSaveAction (line 52) | public function testSaveAction() method testSaveWithWarningAction (line 85) | public function testSaveWithWarningAction() FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol/IndexTest.php class IndexTest (line 8) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testIndexAction (line 17) | public function testIndexAction() FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol/SaveTest.php class SaveTest (line 10) | class SaveTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method testSaveAction (line 24) | public function testSaveAction($currencyCode, $inputCurrencySymbol, $o... method currencySymbolDataProvider (line 58) | public function currencySymbolDataProvider() FILE: dev/tests/integration/testsuite/Magento/CurrencySymbol/Model/System/CurrencysymbolTest.php class CurrencysymbolTest (line 16) | class CurrencysymbolTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method tearDown (line 30) | protected function tearDown() method testGetCurrencySymbolsData (line 37) | public function testGetCurrencySymbolsData() method testSetEmptyCurrencySymbolsData (line 47) | public function testSetEmptyCurrencySymbolsData() method testSetCurrencySymbolsData (line 62) | public function testSetCurrencySymbolsData() method testGetCurrencySymbolNonExistent (line 83) | public function testGetCurrencySymbolNonExistent() FILE: dev/tests/integration/testsuite/Magento/Customer/Api/AddressRepositoryTest.php class AddressRepositoryTest (line 19) | class AddressRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method tearDown (line 81) | protected function tearDown() method testSaveAddressChanges (line 95) | public function testSaveAddressChanges() method testSaveAddressesIdSetButNotAlreadyExisting (line 117) | public function testSaveAddressesIdSetButNotAlreadyExisting() method testGetAddressById (line 129) | public function testGetAddressById() method testGetAddressByIdBadAddressId (line 141) | public function testGetAddressByIdBadAddressId() method testSaveNewAddress (line 151) | public function testSaveNewAddress() method testSaveNewAddressWithAttributes (line 178) | public function testSaveNewAddressWithAttributes() method testSaveNewInvalidAddress (line 203) | public function testSaveNewInvalidAddress() method testSaveAddressesCustomerIdNotExist (line 257) | public function testSaveAddressesCustomerIdNotExist() method testSaveAddressesCustomerIdInvalid (line 268) | public function testSaveAddressesCustomerIdInvalid() method testDeleteAddress (line 283) | public function testDeleteAddress() method testDeleteAddressById (line 306) | public function testDeleteAddressById() method testDeleteAddressFromCustomerBadAddressId (line 328) | public function testDeleteAddressFromCustomerBadAddressId() method testSearchAddresses (line 349) | public function testSearchAddresses($filters, $filterGroup, $expectedR... method searchAddressDataProvider (line 382) | public function searchAddressDataProvider() method _createFirstAddress (line 435) | private function _createFirstAddress() method _createSecondAddress (line 453) | private function _createSecondAddress() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Account/Dashboard/AddressTest.php class AddressTest (line 15) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method tearDown (line 43) | protected function tearDown() method testGetCustomer (line 55) | public function testGetCustomer() method testGetCustomerMissingCustomer (line 70) | public function testGetCustomerMissingCustomer() method testGetPrimaryShippingAddressHtml (line 90) | public function testGetPrimaryShippingAddressHtml($customerId, $expected) method getPrimaryShippingAddressHtmlDataProvider (line 101) | public function getPrimaryShippingAddressHtmlDataProvider() method testGetPrimaryBillingAddressHtml (line 119) | public function testGetPrimaryBillingAddressHtml($customerId, $expected) method getPrimaryBillingAddressHtmlDataProvider (line 128) | public function getPrimaryBillingAddressHtmlDataProvider() method testGetPrimaryShippingAddressEditUrl (line 145) | public function testGetPrimaryShippingAddressEditUrl($customerId, $exp... method testGetPrimaryBillingAddressEditUrl (line 160) | public function testGetPrimaryBillingAddressEditUrl($customerId, $expe... method getPrimaryAddressEditUrlDataProvider (line 169) | public function getPrimaryAddressEditUrlDataProvider() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Account/Dashboard/InfoTest.php class InfoTest (line 8) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetSubscriptionObject (line 24) | public function testGetSubscriptionObject() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Account/DashboardTest.php class DashboardTest (line 10) | class DashboardTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method tearDown (line 46) | public function tearDown() method testGetCustomer (line 62) | public function testGetCustomer() method testGetPrimaryAddressesNoAddresses (line 76) | public function testGetPrimaryAddressesNoAddresses() method testGetPrimaryAddressesBillingShippingSame (line 88) | public function testGetPrimaryAddressesBillingShippingSame() method testGetPrimaryAddressesBillingShippingDifferent (line 106) | public function testGetPrimaryAddressesBillingShippingDifferent() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Address/BookTest.php class BookTest (line 11) | class BookTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method tearDown (line 46) | protected function tearDown() method testGetAddressEditUrl (line 55) | public function testGetAddressEditUrl() method testHasPrimaryAddress (line 70) | public function testHasPrimaryAddress($customerId, $expected) method hasPrimaryAddressDataProvider (line 78) | public function hasPrimaryAddressDataProvider() method testGetAdditionalAddresses (line 88) | public function testGetAdditionalAddresses() method testGetAdditionalAddressesNegative (line 105) | public function testGetAdditionalAddressesNegative($customerId, $expec... method getAdditionalAddressesDataProvider (line 113) | public function getAdditionalAddressesDataProvider() method testGetAddressHtml (line 123) | public function testGetAddressHtml() method testGetAddressHtmlWithoutAddress (line 134) | public function testGetAddressHtmlWithoutAddress() method testGetCustomer (line 143) | public function testGetCustomer() method testGetCustomerMissingCustomer (line 156) | public function testGetCustomerMissingCustomer() method testGetDefaultBilling (line 168) | public function testGetDefaultBilling($customerId, $expected) method getDefaultBillingDataProvider (line 174) | public function getDefaultBillingDataProvider() method testGetDefaultShipping (line 186) | public function testGetDefaultShipping($customerId, $expected) method getDefaultShippingDataProvider (line 194) | public function getDefaultShippingDataProvider() method testGetAddressById (line 203) | public function testGetAddressById() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Address/EditTest.php class EditTest (line 11) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method tearDown (line 51) | protected function tearDown() method testGetSaveUrl (line 71) | public function testGetSaveUrl() method testGetRegionId (line 80) | public function testGetRegionId() method testGetCountryId (line 89) | public function testGetCountryId() method testGetCustomerAddressCount (line 98) | public function testGetCustomerAddressCount() method testCanSetAsDefaultShipping (line 106) | public function testCanSetAsDefaultShipping() method testIsDefaultBilling (line 114) | public function testIsDefaultBilling() method testGetStreetLine (line 123) | public function testGetStreetLine() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Address/GridTest.php class GridTest (line 15) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 43) | protected function tearDown() method testGetAddressEditUrl (line 56) | public function testGetAddressEditUrl() method testGetAdditionalAddresses (line 71) | public function testGetAdditionalAddresses() method testGetAdditionalAddressesNegative (line 88) | public function testGetAdditionalAddressesNegative($customerId, $expec... method getAdditionalAddressesDataProvider (line 95) | public function getAdditionalAddressesDataProvider() method testGetAddressHtmlWithoutAddress (line 104) | public function testGetAddressHtmlWithoutAddress() method testGetCustomer (line 114) | public function testGetCustomer() method createBlockForCustomer (line 132) | private function createBlockForCustomer($customerId) FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Address/Renderer/DefaultRendererTest.php class DefaultRendererTest (line 13) | class DefaultRendererTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | public function setUp() method testRenderArray (line 30) | public function testRenderArray($addressAttributes, $format, $expected) method renderArrayDataProvider (line 38) | public function renderArrayDataProvider() method testRender (line 77) | public function testRender($address, $format, $expected) method renderDataProvider (line 85) | public function renderDataProvider() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/CartTest.php class CartTest (line 15) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | public function setUp() method tearDown (line 56) | public function tearDown() method testGetCustomerId (line 61) | public function testGetCustomerId() method testGetGridUrl (line 66) | public function testGetGridUrl() method testGetGridParentHtml (line 71) | public function testGetGridParentHtml() method testGetRowUrl (line 90) | public function testGetRowUrl() method testGetHtml (line 97) | public function testGetHtml() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/CartsTest.php class CartsTest (line 13) | class CartsTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | public function setUp() method testGetHtml (line 43) | public function testGetHtml() method testGetHtmlNoCustomer (line 70) | public function testGetHtmlNoCustomer() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/NewsletterTest.php class NewsletterTest (line 16) | class NewsletterTest extends \Magento\TestFramework\TestCase\AbstractBac... method setUp (line 33) | public function setUp() method tearDown (line 54) | public function tearDown() method testRenderingNewsletterBlock (line 62) | public function testRenderingNewsletterBlock() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/OrdersTest.php class OrdersTest (line 17) | class OrdersTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | public function setUp() method tearDown (line 63) | public function tearDown() method testGetRowUrl (line 72) | public function testGetRowUrl() method testGetGridUrl (line 81) | public function testGetGridUrl() method testToHtml (line 89) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/CartTest.php class CartTest (line 18) | class CartTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | public function setUp() method tearDown (line 64) | public function tearDown() method testGetRowUrl (line 72) | public function testGetRowUrl() method testGetHeadersVisibility (line 81) | public function testGetHeadersVisibility() method testToHtmlEmptyCart (line 91) | public function testToHtmlEmptyCart() method testToHtmlCartItem (line 106) | public function testToHtmlCartItem() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/PersonalInfoTest.php class PersonalInfoTest (line 17) | class PersonalInfoTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | public function setUp() method tearDown (line 88) | public function tearDown() method testGetCustomer (line 100) | public function testGetCustomer() method testGetCustomerEmpty (line 120) | public function testGetCustomerEmpty() method testGetGroupName (line 131) | public function testGetGroupName() method testGetGroupNameNull (line 137) | public function testGetGroupNameNull() method testGetCreateDate (line 146) | public function testGetCreateDate() method testGetStoreCreateDate (line 159) | public function testGetStoreCreateDate() method testGetStoreCreateDateTimezone (line 180) | public function testGetStoreCreateDateTimezone() method testIsConfirmedStatusConfirmed (line 198) | public function testIsConfirmedStatusConfirmed() method testIsConfirmedStatusConfirmationIsNotRequired (line 207) | public function testIsConfirmedStatusConfirmationIsNotRequired() method testGetCreatedInStore (line 228) | public function testGetCreatedInStore() method testGetBillingAddressHtml (line 238) | public function testGetBillingAddressHtml() method testGetBillingAddressHtmlNoDefaultAddress (line 247) | public function testGetBillingAddressHtmlNoDefaultAddress() method createCustomerAndAddToBackendSession (line 259) | private function createCustomerAndAddToBackendSession() method _loadCustomer (line 278) | private function _loadCustomer() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/SalesTest.php class SalesTest (line 16) | class SalesTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method tearDown (line 67) | public function tearDown() method testFormatCurrency (line 76) | public function testFormatCurrency() method testIsSingleStoreMode (line 87) | public function testIsSingleStoreMode() method testGetTotals (line 95) | public function testGetTotals() method testGetRows (line 106) | public function testGetRows() method testGetWebsiteCount (line 114) | public function testGetWebsiteCount() method testToHtml (line 122) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/ViewTest.php class ViewTest (line 18) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | public function setUp() method tearDown (line 77) | public function tearDown() method testGetTabLabel (line 82) | public function testGetTabLabel() method testGetTabTitle (line 87) | public function testGetTabTitle() method testCanShowTab (line 95) | public function testCanShowTab() method testCanShowTabNot (line 101) | public function testCanShowTabNot() method testIsHiddenNot (line 110) | public function testIsHiddenNot() method testIsHidden (line 116) | public function testIsHidden() method _createCustomer (line 125) | private function _createCustomer() method _loadCustomer (line 144) | private function _loadCustomer() method dataToString (line 155) | protected function dataToString($data) FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/EditTest.php class EditTest (line 17) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | public function setUp() method tearDown (line 63) | public function tearDown() method testGetCustomerId (line 71) | public function testGetCustomerId() method testGetCreateOrderUrl (line 79) | public function testGetCreateOrderUrl() method testGetHeaderTextNewCustomer (line 90) | public function testGetHeaderTextNewCustomer() method testGetHeaderTextExistingCustomer (line 99) | public function testGetHeaderTextExistingCustomer() method testGetValidationUrl (line 107) | public function testGetValidationUrl() method testGetFormHtml (line 115) | public function testGetFormHtml() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Group/Edit/FormTest.php class FormTest (line 18) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | public function setUp() method tearDown (line 57) | public function tearDown() method testGetForm (line 65) | public function testGetForm() method testGetFormExistInCustomGroup (line 95) | public function testGetFormExistInCustomGroup() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Group/EditTest.php class EditTest (line 20) | class EditTest extends AbstractController method setUp (line 45) | public function setUp() method tearDown (line 61) | public function tearDown() method testDeleteButtonNotExistInDefaultGroup (line 70) | public function testDeleteButtonNotExistInDefaultGroup() method testDeleteButtonExistInCustomGroup (line 86) | public function testDeleteButtonExistInCustomGroup() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Form/RegisterTest.php class RegisterTest (line 17) | class RegisterTest extends \PHPUnit\Framework\TestCase method testCompanyDefault (line 24) | public function testCompanyDefault(): void method testTelephoneDefault (line 40) | public function testTelephoneDefault(): void method testFaxDefault (line 57) | public function testFaxDefault(): void method testCompanyDisabled (line 74) | public function testCompanyDisabled(): void method testTelephoneDisabled (line 98) | public function testTelephoneDisabled(): void method testFaxEnabled (line 122) | public function testFaxEnabled(): void method tearDown (line 144) | protected function tearDown() method setAttributeDataProvider (line 157) | private function setAttributeDataProvider(Template $block): void FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/CompanyTest.php class CompanyTest (line 13) | class CompanyTest extends \PHPUnit\Framework\TestCase method testToHtml (line 18) | public function testToHtml() method testToHtmlRequired (line 33) | public function testToHtmlRequired() method tearDown (line 51) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/DobTest.php class DobTest (line 12) | class DobTest extends \PHPUnit\Framework\TestCase method testGetDateFormat (line 14) | public function testGetDateFormat() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/FaxTest.php class FaxTest (line 13) | class FaxTest extends \PHPUnit\Framework\TestCase method testToHtml (line 18) | public function testToHtml() method testToHtmlRequired (line 33) | public function testToHtmlRequired() method tearDown (line 51) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/GenderTest.php class GenderTest (line 13) | class GenderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetGenderOptions (line 42) | public function testGetGenderOptions() method testToHtml (line 54) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/NameTest.php class NameTest (line 14) | class NameTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testToHtmlSimpleName (line 33) | public function testToHtmlSimpleName() method testToHtmlFancyName (line 59) | public function testToHtmlFancyName() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/TaxvatTest.php class TaxvatTest (line 13) | class TaxvatTest extends \PHPUnit\Framework\TestCase method testToHtml (line 18) | public function testToHtml() method testToHtmlRequired (line 39) | public function testToHtmlRequired() method tearDown (line 58) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Block/Widget/TelephoneTest.php class TelephoneTest (line 13) | class TelephoneTest extends \PHPUnit\Framework\TestCase method testToHtml (line 18) | public function testToHtml() method testToHtmlRequired (line 33) | public function testToHtmlRequired() method tearDown (line 51) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php class AccountTest (line 37) | class AccountTest extends \Magento\TestFramework\TestCase\AbstractContro... method setUp (line 47) | protected function setUp() method login (line 59) | protected function login($customerId) method testIndexAction (line 71) | public function testIndexAction() method testLoginWithIncorrectPassword (line 83) | public function testLoginWithIncorrectPassword() method testCreateAction (line 112) | public function testCreateAction() method testLogoutAction (line 128) | public function testLogoutAction() method testForgotPasswordEmailMessageWithSpecialCharacters (line 147) | public function testForgotPasswordEmailMessageWithSpecialCharacters() method testCreatepasswordActionWithDirectLink (line 167) | public function testCreatepasswordActionWithDirectLink() method testCreatepasswordActionWithSession (line 201) | public function testCreatepasswordActionWithSession() method testCreatepasswordActionInvalidToken (line 229) | public function testCreatepasswordActionInvalidToken() method assertCustomerConfirmationEquals (line 257) | private function assertCustomerConfirmationEquals(int $customerId, str... method testConfirmActionAlreadyActive (line 268) | public function testConfirmActionAlreadyActive() method testNoFormKeyCreatePostAction (line 285) | public function testNoFormKeyCreatePostAction() method testNoConfirmCreatePostAction (line 300) | public function testNoConfirmCreatePostAction() method testWithConfirmCreatePostAction (line 316) | public function testWithConfirmCreatePostAction() method testExistingEmailCreatePostAction (line 336) | public function testExistingEmailCreatePostAction() method testInactiveUserConfirmationAction (line 357) | public function testInactiveUserConfirmationAction() method testActiveUserConfirmationAction (line 378) | public function testActiveUserConfirmationAction() method testForgotPasswordPostAction (line 409) | public function testForgotPasswordPostAction() method testForgotPasswordPostWithBadEmailAction (line 432) | public function testForgotPasswordPostWithBadEmailAction() method testResetPasswordPostNoTokenAction (line 453) | public function testResetPasswordPostNoTokenAction() method testResetPasswordPostAction (line 478) | public function testResetPasswordPostAction() method testEditAction (line 502) | public function testEditAction() method testChangePasswordEditAction (line 522) | public function testChangePasswordEditAction() method testEditPostAction (line 547) | public function testEditPostAction() method testChangePasswordEditPostAction (line 592) | public function testChangePasswordEditPostAction() method testMissingDataEditPostAction (line 636) | public function testMissingDataEditPostAction() method testWrongPasswordEditPostAction (line 664) | public function testWrongPasswordEditPostAction() method testWrongConfirmationEditPostAction (line 695) | public function testWrongConfirmationEditPostAction() method testLoginPostRedirect (line 732) | public function testLoginPostRedirect($redirectDashboard, string $redi... method testRegisterCustomerWithEmailConfirmation (line 757) | public function testRegisterCustomerWithEmailConfirmation(): void method testConfirmationEmailWithSpecialCharacters (line 818) | public function testConfirmationEmailWithSpecialCharacters(): void method testResetPasswordWhenEmailChanged (line 870) | public function testResetPasswordWhenEmailChanged(): void method dispatchLoginPostAction (line 953) | private function dispatchLoginPostAction(string $email, string $passwo... method assertForgotPasswordEmailContent (line 973) | private function assertForgotPasswordEmailContent(string $token): void method resetRequest (line 990) | private function resetRequest(): void method loginPostRedirectDataProvider (line 1002) | public function loginPostRedirectDataProvider() method fillRequestWithAccountData (line 1015) | private function fillRequestWithAccountData($email) method fillRequestWithAccountDataAndFormKey (line 1042) | private function fillRequestWithAccountDataAndFormKey($email) method getCustomerByEmail (line 1055) | private function getCustomerByEmail($email) method prepareRequest (line 1084) | private function prepareRequest() method assertResponseRedirect (line 1111) | private function assertResponseRedirect(Response $response, string $re... method setRequestInfo (line 1124) | private function setRequestInfo(string $uri, string $actionName): void method clearCookieMessagesList (line 1137) | private function clearCookieMessagesList(): void method getConfirmationUrlFromMessageContent (line 1153) | private function getConfirmationUrlFromMessageContent(string $content)... FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/AddressTest.php class AddressTest (line 14) | class AddressTest extends \Magento\TestFramework\TestCase\AbstractContro... method setUp (line 25) | protected function setUp() method testIndexAction (line 43) | public function testIndexAction() method testFormAction (line 57) | public function testFormAction() method testFormPostAction (line 70) | public function testFormPostAction() method getCustomerRegistry (line 116) | private function getCustomerRegistry() method testFailedFormPostAction (line 125) | public function testFailedFormPostAction() method testDeleteAction (line 169) | public function testDeleteAction() method testWrongAddressDeleteAction (line 187) | public function testWrongAddressDeleteAction() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Address/SaveTest.php class SaveTest (line 18) | class SaveTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 35) | protected function setUp() method tearDown (line 51) | protected function tearDown() method testSaveActionWithValidAddressData (line 69) | public function testSaveActionWithValidAddressData() method testSaveActionWithDefaultShippingAndBilling (line 109) | public function testSaveActionWithDefaultShippingAndBilling() method testSaveActionWithExistingAdresses (line 159) | public function testSaveActionWithExistingAdresses() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Cart/Product/Composite/CartTest.php class CartTest (line 12) | class CartTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 19) | public function setUp() method testConfigureActionNoCustomerId (line 27) | public function testConfigureActionNoCustomerId() method testConfigureActionNoQuoteId (line 39) | public function testConfigureActionNoQuoteId() method testConfigureAction (line 56) | public function testConfigureAction() method testUpdateActionNoCustomerId (line 71) | public function testUpdateActionNoCustomerId() method testUpdateActionNoQuoteId (line 80) | public function testUpdateActionNoQuoteId() method testUpdateAction (line 94) | public function testUpdateAction() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/GroupTest.php class GroupTest (line 15) | class GroupTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method setUp (line 34) | public function setUp() method testNewActionNoCustomerGroupDataInSession (line 45) | public function testNewActionNoCustomerGroupDataInSession() method testNewActionWithCustomerGroupDataInSession (line 58) | public function testNewActionWithCustomerGroupDataInSession() method testDeleteActionNoGroupId (line 89) | public function testDeleteActionNoGroupId() method testDeleteActionExistingGroup (line 101) | public function testDeleteActionExistingGroup() method testDeleteActionNonExistingGroupId (line 123) | public function testDeleteActionNonExistingGroupId() method testSaveActionExistingGroup (line 144) | public function testSaveActionExistingGroup() method testSaveActionCreateNewGroupWithoutCode (line 185) | public function testSaveActionCreateNewGroupWithoutCode() method testSaveActionForwardNewCreateNewGroup (line 201) | public function testSaveActionForwardNewCreateNewGroup() method testSaveActionForwardNewEditExistingGroup (line 214) | public function testSaveActionForwardNewEditExistingGroup() method testSaveActionNonExistingGroupId (line 228) | public function testSaveActionNonExistingGroupId() method testSaveActionNewGroupWithExistingGroupCode (line 251) | public function testSaveActionNewGroupWithExistingGroupCode() method testSaveActionNewGroupWithoutGroupCode (line 275) | public function testSaveActionNewGroupWithoutGroupCode() method findGroupIdWithCode (line 302) | protected function findGroupIdWithCode($code) FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index/MassAssignGroupTest.php class MassAssignGroupTest (line 21) | class MassAssignGroupTest extends AbstractBackendController method setUp (line 40) | protected function setUp() method tearDown (line 49) | protected function tearDown() method testMassAssignGroupAction (line 68) | public function testMassAssignGroupAction() method testLargeGroupMassAssignGroupAction (line 100) | public function testLargeGroupMassAssignGroupAction() method testMassAssignGroupActionNoCustomerIds (line 136) | public function testMassAssignGroupActionNoCustomerIds() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index/MassDeleteTest.php class MassDeleteTest (line 22) | class MassDeleteTest extends AbstractBackendController method setUp (line 41) | protected function setUp() method tearDown (line 50) | protected function tearDown() method testFailedMassDeleteAction (line 73) | public function testFailedMassDeleteAction($ids, Constraint $constrain... method testSuccessMassDeleteAction (line 88) | public function testSuccessMassDeleteAction(array $emails, Constraint ... method massDeleteAssertions (line 111) | private function massDeleteAssertions($ids, Constraint $constraint, $m... method failedRequestDataProvider (line 132) | public function failedRequestDataProvider(): array method successRequestDataProvider (line 158) | public function successRequestDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index/MassSubscribeTest.php class MassSubscribeTest (line 22) | class MassSubscribeTest extends \Magento\TestFramework\TestCase\Abstract... method tearDown (line 31) | protected function tearDown() method testMassSubscriberAction (line 50) | public function testMassSubscriberAction() method testMassSubscriberActionNoSelection (line 108) | public function testMassSubscriberActionNoSelection() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/Index/ResetPasswordTest.php class ResetPasswordTest (line 15) | class ResetPasswordTest extends \Magento\TestFramework\TestCase\Abstract... method testResetPasswordSuccess (line 32) | public function testResetPasswordSuccess() method testResetPasswordWithPost (line 53) | public function testResetPasswordWithPost() method testResetPasswordMinTimeError (line 72) | public function testResetPasswordMinTimeError() method testResetPasswordLimitError (line 95) | public function testResetPasswordLimitError() method testResetPasswordWithSecurityViolationException (line 117) | public function testResetPasswordWithSecurityViolationException() method passwordResetRequestEventCreate (line 139) | private function passwordResetRequestEventCreate($requestType) FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php class IndexTest (line 21) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method setUp (line 51) | protected function setUp() method tearDown (line 77) | protected function tearDown() method testSaveActionWithEmptyPostData (line 93) | public function testSaveActionWithEmptyPostData() method testSaveActionWithInvalidFormData (line 103) | public function testSaveActionWithInvalidFormData() method testSaveActionExistingCustomerUnsubscribeNewsletter (line 128) | public function testSaveActionExistingCustomerUnsubscribeNewsletter() method testSaveActionExistingCustomerChangeEmail (line 178) | public function testSaveActionExistingCustomerChangeEmail() method testInlineEditChangeEmail (line 228) | public function testInlineEditChangeEmail() method testSaveActionCoreException (line 270) | public function testSaveActionCoreException() method testSaveActionCoreExceptionFormatFormData (line 302) | public function testSaveActionCoreExceptionFormatFormData() method testEditAction (line 347) | public function testEditAction() method testNewAction (line 360) | public function testNewAction() method te1stNewActionWithCustomerData (line 372) | public function te1stNewActionWithCustomerData() method testDeleteAction (line 395) | public function testDeleteAction() method testNotExistingCustomerDeleteAction (line 413) | public function testNotExistingCustomerDeleteAction() method testCartAction (line 431) | public function testCartAction() method testProductReviewsAction (line 442) | public function testProductReviewsAction() method testValidateCustomerWithAddressSuccess (line 454) | public function testValidateCustomerWithAddressSuccess() method testResetPasswordActionNoCustomerId (line 510) | public function testResetPasswordActionNoCustomerId() method testResetPasswordActionBadCustomerId (line 521) | public function testResetPasswordActionBadCustomerId() method testResetPasswordActionSuccess (line 533) | public function testResetPasswordActionSuccess() method prepareEmailMock (line 556) | protected function prepareEmailMock( method addEmailMockToClass (line 611) | protected function addEmailMockToClass( FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/AjaxLoginTest.php class AjaxLoginTest (line 11) | class AjaxLoginTest extends \Magento\TestFramework\TestCase\AbstractCont... method login (line 19) | protected function login($customerId) method testLogoutAction (line 30) | public function testLogoutAction() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php class LoadTest (line 9) | class LoadTest extends \Magento\TestFramework\TestCase\AbstractController method testLoadInvalidSection (line 11) | public function testLoadInvalidSection() FILE: dev/tests/integration/testsuite/Magento/Customer/Controller/SendTest.php class SendTest (line 18) | class SendTest extends AbstractController method setUp (line 29) | protected function setUp() method testExecutePost (line 46) | public function testExecutePost() method testCaptchaFailed (line 72) | public function testCaptchaFailed() FILE: dev/tests/integration/testsuite/Magento/Customer/Helper/AddressTest.php class AddressTest (line 8) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testGetAttributeValidationClass (line 24) | public function testGetAttributeValidationClass($attributeCode, $expec... method getAttributeValidationClass (line 29) | public function getAttributeValidationClass() FILE: dev/tests/integration/testsuite/Magento/Customer/Helper/ViewTest.php class ViewTest (line 11) | class ViewTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetCustomerName (line 37) | public function testGetCustomerName( method getCustomerNameDataProvider (line 71) | public function getCustomerNameDataProvider() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/AccountManagementTest.php class AccountManagementTest (line 28) | class AccountManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method tearDown (line 129) | protected function tearDown() method testLogin (line 145) | public function testLogin() method testLoginWrongPassword (line 158) | public function testLoginWrongPassword() method testLoginWrongUsername (line 168) | public function testLoginWrongUsername() method testChangePassword (line 178) | public function testChangePassword() method testChangePasswordWrongPassword (line 191) | public function testChangePasswordWrongPassword() method testChangePasswordWrongUser (line 200) | public function testChangePasswordWrongUser() method testActivateAccount (line 209) | public function testActivateAccount() method testActivateCustomerConfirmationKeyWrongKey (line 228) | public function testActivateCustomerConfirmationKeyWrongKey() method testActivateCustomerWrongAccount (line 246) | public function testActivateCustomerWrongAccount() method testActivateCustomerAlreadyActive (line 268) | public function testActivateCustomerAlreadyActive() method testValidateResetPasswordLinkToken (line 282) | public function testValidateResetPasswordLinkToken() method testValidateResetPasswordLinkTokenExpired (line 292) | public function testValidateResetPasswordLinkTokenExpired() method testValidateResetPasswordLinkTokenInvalid (line 302) | public function testValidateResetPasswordLinkTokenInvalid() method testValidateResetPasswordLinkTokenWrongUser (line 322) | public function testValidateResetPasswordLinkTokenWrongUser() method testResetPasswordTokenSecondTime (line 340) | public function testResetPasswordTokenSecondTime() method testValidateResetPasswordLinkTokenNull (line 354) | public function testValidateResetPasswordLinkTokenNull() method testValidateResetPasswordLinkTokenWithoutId (line 370) | public function testValidateResetPasswordLinkTokenWithoutId() method testValidateResetPasswordLinkTokenAmbiguous (line 382) | public function testValidateResetPasswordLinkTokenAmbiguous() method testSendPasswordResetLink (line 394) | public function testSendPasswordResetLink() method testSendPasswordResetLinkDefaultWebsite (line 405) | public function testSendPasswordResetLinkDefaultWebsite() method testSendPasswordResetLinkBadEmailOrWebsite (line 416) | public function testSendPasswordResetLinkBadEmailOrWebsite() method testSendPasswordResetLinkBadEmailDefaultWebsite (line 441) | public function testSendPasswordResetLinkBadEmailDefaultWebsite() method testResetPassword (line 460) | public function testResetPassword() method testResetPasswordTokenExpired (line 472) | public function testResetPasswordTokenExpired() method testResetPasswordTokenInvalid (line 490) | public function testResetPasswordTokenInvalid() method testResetPasswordTokenWrongUser (line 511) | public function testResetPasswordTokenWrongUser() method testResetPasswordTokenInvalidUserEmail (line 530) | public function testResetPasswordTokenInvalidUserEmail() method testResetPasswordWithoutEmail (line 548) | public function testResetPasswordWithoutEmail() method testResetPasswordAmbiguousToken (line 561) | public function testResetPasswordAmbiguousToken() method testResendConfirmation (line 575) | public function testResendConfirmation() method testResendConfirmationBadWebsiteId (line 586) | public function testResendConfirmationBadWebsiteId() method testResendConfirmationNoEmail (line 601) | public function testResendConfirmationNoEmail() method testResendConfirmationNotNeeded (line 618) | public function testResendConfirmationNotNeeded() method testCreateCustomerException (line 626) | public function testCreateCustomerException() method testCreateNonexistingCustomer (line 643) | public function testCreateNonexistingCustomer() method testCreateCustomerInServiceVsInModel (line 717) | public function testCreateCustomerInServiceVsInModel() method testCreateNewCustomer (line 791) | public function testCreateNewCustomer() method testCreateNewCustomerWithPasswordHash (line 818) | public function testCreateNewCustomerWithPasswordHash() method testCreateNewCustomerWithPasswordHashWithNotAllowedCountry (line 863) | public function testCreateNewCustomerWithPasswordHashWithNotAllowedCou... method testCreateNewCustomerFromClone (line 896) | public function testCreateNewCustomerFromClone() method testIsEmailAvailable (line 930) | public function testIsEmailAvailable() method testIsEmailAvailableNoWebsiteSpecified (line 938) | public function testIsEmailAvailableNoWebsiteSpecified() method testIsEmailAvailableNoWebsiteSpecifiedNonExistent (line 946) | public function testIsEmailAvailableNoWebsiteSpecifiedNonExistent() method testIsEmailAvailableNonExistentEmail (line 951) | public function testIsEmailAvailableNonExistentEmail() method testGetDefaultBillingAddress (line 961) | public function testGetDefaultBillingAddress() method testSaveNewAddressDefaults (line 986) | public function testSaveNewAddressDefaults() method testGetDefaultAddressesForNonExistentAddress (line 1044) | public function testGetDefaultAddressesForNonExistentAddress() method setResetPasswordData (line 1059) | protected function setResetPasswordData( FILE: dev/tests/integration/testsuite/Magento/Customer/Model/AddressMetadataTest.php class AddressMetadataTest (line 12) | class AddressMetadataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetCustomAttributesMetadata (line 37) | public function testGetCustomAttributesMetadata() method testGetCustomAttributesMetadataWithCustomAttribute (line 54) | public function testGetCustomAttributesMetadataWithCustomAttribute() method testGetAllAttributesMetadataWithCustomAttribute (line 118) | public function testGetAllAttributesMetadataWithCustomAttribute() method testGetAddressAttributeMetadata (line 139) | public function testGetAddressAttributeMetadata() method testGetAddressAttributeMetadataNoSuchEntity (line 165) | public function testGetAddressAttributeMetadataNoSuchEntity() method testGetAttributes (line 200) | public function testGetAttributes() method tearDown (line 270) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/AddressRegistryTest.php class AddressRegistryTest (line 11) | class AddressRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testRetrieve (line 28) | public function testRetrieve() method testRetrieveCached (line 40) | public function testRetrieveCached() method testRetrieveException (line 57) | public function testRetrieveException() method testRemove (line 68) | public function testRemove() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/AddressTest.php class AddressTest (line 9) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUpdateDataSetDataOnEmptyModel (line 31) | public function testUpdateDataSetDataOnEmptyModel() method testUpdateDataOverrideExistingData (line 47) | public function testUpdateDataOverrideExistingData() method testUpdateDataForExistingCustomer (line 74) | public function testUpdateDataForExistingCustomer() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/Config/ShareTest.php class ShareTest (line 13) | class ShareTest extends \PHPUnit\Framework\TestCase method testGetSharedWebsiteIds (line 15) | public function testGetSharedWebsiteIds() method testGetSharedWebsiteIdsMultipleSites (line 29) | public function testGetSharedWebsiteIdsMultipleSites() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/Config/Source/Group/MultiselectTest.php class MultiselectTest (line 13) | class MultiselectTest extends \PHPUnit\Framework\TestCase method testToOptionArray (line 15) | public function testToOptionArray() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/Config/Source/GroupTest.php class GroupTest (line 13) | class GroupTest extends \PHPUnit\Framework\TestCase method testToOptionArray (line 15) | public function testToOptionArray() method assertContainsOptionRecursive (line 23) | private function assertContainsOptionRecursive($expectedValue, $expect... method hasOptionLabelRecursive (line 31) | private function hasOptionLabelRecursive($value, $label, array $values) FILE: dev/tests/integration/testsuite/Magento/Customer/Model/CustomerMetadataTest.php class CustomerMetadataTest (line 14) | class CustomerMetadataTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCustomAttributesMetadata (line 52) | public function testGetCustomAttributesMetadata() method testGetNestedOptionsCustomerAttributesMetadata (line 76) | public function testGetNestedOptionsCustomerAttributesMetadata() method testGetCustomAttributesMetadataWithCustomAttributes (line 131) | public function testGetCustomAttributesMetadataWithCustomAttributes() method testGetAllAttributesMetadataWithCustomAttribute (line 186) | public function testGetAllAttributesMetadataWithCustomAttribute() method testGetCustomerAttributeMetadata (line 210) | public function testGetCustomerAttributeMetadata() method testGetCustomerAttributeMetadataNoSuchEntity (line 302) | public function testGetCustomerAttributeMetadataNoSuchEntity() method testGetAttributes (line 337) | public function testGetAttributes() method tearDown (line 387) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/CustomerRegistryTest.php class CustomerRegistryTest (line 15) | class CustomerRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testRetrieve (line 41) | public function testRetrieve() method testRetrieveByEmail (line 51) | public function testRetrieveByEmail() method testRetrieveCached (line 62) | public function testRetrieveCached() method testRetrieveException (line 81) | public function testRetrieveException() method testRetrieveEmailException (line 86) | public function testRetrieveEmailException() method testRemove (line 107) | public function testRemove() method testRemoveByEmail (line 121) | public function testRemoveByEmail() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/CustomerTest.php class CustomerTest (line 9) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testUpdateDataSetDataOnEmptyModel (line 31) | public function testUpdateDataSetDataOnEmptyModel() method testUpdateDataOverrideExistingData (line 47) | public function testUpdateDataOverrideExistingData() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/FileResolverStub.php class FileResolverStub (line 9) | class FileResolverStub implements \Magento\Framework\Config\FileResolver... method get (line 14) | public function get($filename, $scope) FILE: dev/tests/integration/testsuite/Magento/Customer/Model/FormTest.php class FormTest (line 8) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetAttributes (line 23) | public function testGetAttributes() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php class GroupManagementTest (line 15) | class GroupManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetDefaultGroupWithStoreId (line 39) | public function testGetDefaultGroupWithStoreId($testGroup, $storeId) method testGetDefaultGroupWithNonDefaultStoreId (line 47) | public function testGetDefaultGroupWithNonDefaultStoreId() method testGetDefaultGroupWithInvalidStoreId (line 68) | public function testGetDefaultGroupWithInvalidStoreId() method testIsReadonlyWithGroupId (line 74) | public function testIsReadonlyWithGroupId() method testIsReadonlyWithInvalidGroupId (line 83) | public function testIsReadonlyWithInvalidGroupId() method testGetNotLoggedInGroup (line 89) | public function testGetNotLoggedInGroup() method testGetLoggedInGroups (line 95) | public function testGetLoggedInGroups() method testGetAllGroup (line 104) | public function testGetAllGroup() method getDefaultGroupDataProvider (line 113) | public function getDefaultGroupDataProvider() method assertDefaultGroupMatches (line 134) | private function assertDefaultGroupMatches($testGroup, $storeId) FILE: dev/tests/integration/testsuite/Magento/Customer/Model/GroupRegistryTest.php class GroupRegistryTest (line 12) | class GroupRegistryTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method _findGroupIdWithCode (line 36) | protected function _findGroupIdWithCode($code) method testRetrieve (line 56) | public function testRetrieve() method testRetrieveGroup0 (line 67) | public function testRetrieveGroup0() method testRetrieveCached (line 78) | public function testRetrieveCached() method testRetrieveException (line 95) | public function testRetrieveException() method testRemove (line 105) | public function testRemove() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/GroupTest.php class GroupTest (line 9) | class GroupTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testCRUD (line 31) | public function testCRUD() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/Metadata/FormFactoryTest.php class FormFactoryTest (line 10) | class FormFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | public function setUp() method testCreate (line 50) | public function testCreate() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/Metadata/FormTest.php class FormTest (line 10) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | public function setUp() method testCompactData (line 89) | public function testCompactData() method testGetAttributes (line 98) | public function testGetAttributes() method testGetSystemAttributes (line 123) | public function testGetSystemAttributes() method testGetUserAttributes (line 132) | public function testGetUserAttributes() method testRestoreData (line 141) | public function testRestoreData() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/CollectionTest.php class CollectionTest (line 12) | class CollectionTest extends \PHPUnit\Framework\TestCase method testSetCustomerFilter (line 14) | public function testSetCustomerFilter() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/AddressRepositoryTest.php class AddressRepositoryTest (line 26) | class AddressRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | protected function setUp() method tearDown (line 97) | protected function tearDown() method testSaveAddressChanges (line 113) | public function testSaveAddressChanges() method testSaveAddressesIdSetButNotAlreadyExisting (line 138) | public function testSaveAddressesIdSetButNotAlreadyExisting() method testGetAddressById (line 152) | public function testGetAddressById() method testGetAddressByIdBadAddressId (line 166) | public function testGetAddressByIdBadAddressId() method testSaveNewAddress (line 178) | public function testSaveNewAddress() method testSaveNewAddressWithAttributes (line 206) | public function testSaveNewAddressWithAttributes() method testSaveNewInvalidAddress (line 233) | public function testSaveNewInvalidAddress() method testSaveAddressesCustomerIdNotExist (line 257) | public function testSaveAddressesCustomerIdNotExist() method testSaveAddressesCustomerIdInvalid (line 273) | public function testSaveAddressesCustomerIdInvalid() method testDeleteAddress (line 290) | public function testDeleteAddress() method testDeleteAddressById (line 315) | public function testDeleteAddressById() method testDeleteAddressFromCustomerBadAddressId (line 339) | public function testDeleteAddressFromCustomerBadAddressId() method testSearchAddresses (line 364) | public function testSearchAddresses($filters, $filterGroup, $filterOrd... method searchAddressDataProvider (line 404) | public function searchAddressDataProvider() method testSaveAddressWithRestrictedCountries (line 484) | public function testSaveAddressWithRestrictedCountries() method _createFirstAddress (line 514) | private function _createFirstAddress() method _createSecondAddress (line 532) | private function _createSecondAddress() method getCustomer (line 554) | private function getCustomer(string $email, int $websiteId): CustomerI... method getWebsite (line 568) | private function getWebsite(string $code): WebsiteInterface method testSaveNewAddressWithExtraSpacesInPhone (line 581) | public function testSaveNewAddressWithExtraSpacesInPhone() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Customer/CollectionTest.php class CollectionTest (line 10) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | public function setUp() method testAddNameToSelect (line 24) | public function testAddNameToSelect() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/CustomerRepositoryTest.php class CustomerRepositoryTest (line 35) | class CustomerRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method tearDown (line 91) | protected function tearDown() method testCreateCustomerNewThenUpdateFirstName (line 104) | public function testCreateCustomerNewThenUpdateFirstName() method testCreateNewCustomer (line 140) | public function testCreateNewCustomer() method testUpdateCustomer (line 173) | public function testUpdateCustomer($defaultBilling, $defaultShipping) method testUpdateCustomerAddress (line 249) | public function testUpdateCustomerAddress() method testUpdateCustomerPreserveAllAddresses (line 292) | public function testUpdateCustomerPreserveAllAddresses() method testUpdateCustomerDeleteAllAddressesWithEmptyArray (line 319) | public function testUpdateCustomerDeleteAllAddressesWithEmptyArray() method testUpdateCustomerWithNewAddress (line 346) | public function testUpdateCustomerWithNewAddress() method testSearchCustomers (line 394) | public function testSearchCustomers($filters, $filterGroup, $expectedR... method testSearchCustomersOrder (line 422) | public function testSearchCustomersOrder() method testDelete (line 467) | public function testDelete() method testDeleteById (line 485) | public function testDeleteById() method updateCustomerDataProvider (line 501) | public function updateCustomerDataProvider() method searchCustomersDataProvider (line 520) | public function searchCustomersDataProvider() method expectedDefaultShippingsInCustomerModelAttributes (line 566) | protected function expectedDefaultShippingsInCustomerModelAttributes( method testUpdateDefaultShippingAndDefaultBillingTest (line 595) | public function testUpdateDefaultShippingAndDefaultBillingTest() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionReindexOnAccountLockTest.php class CollectionReindexOnAccountLockTest (line 22) | class CollectionReindexOnAccountLockTest extends TestCase method lockCustomerAccountWithInvalidAuthentications (line 27) | private function lockCustomerAccountWithInvalidAuthentications() method getCustomerLockExpire (line 45) | private function getCustomerLockExpire(): ?string method getCustomerGridLockExpire (line 58) | private function getCustomerGridLockExpire(): ?string method testCustomerAccountReindexOnLock (line 75) | public function testCustomerAccountReindexOnLock() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionTest.php class CollectionTest (line 16) | class CollectionTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 18) | public static function setUpBeforeClass() method testGetItemByIdForUpdateOnSchedule (line 43) | public function testGetItemByIdForUpdateOnSchedule() method tearDown (line 73) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Group/Grid/ServiceCollectionTest.php class ServiceCollectionTest (line 11) | class ServiceCollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | public function setUp() method testSetOrder (line 23) | public function testSetOrder() method testArrayFilter (line 47) | public function testArrayFilter() method testOrArrayFilter (line 59) | public function testOrArrayFilter() method testSingleFilter (line 75) | public function testSingleFilter() method testSingleLikeFilter (line 87) | public function testSingleLikeFilter() method testAddToFilterException (line 103) | public function testAddToFilterException() method testAddToFilterExceptionArrayNotSymmetric (line 112) | public function testAddToFilterExceptionArrayNotSymmetric() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/GroupRepositoryTest.php class GroupRepositoryTest (line 15) | class GroupRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method testGetGroup (line 50) | public function testGetGroup($testGroup) method getGroupsDataProvider (line 61) | public function getGroupsDataProvider() method testGetGroupException (line 75) | public function testGetGroupException() method testCreateGroup (line 83) | public function testCreateGroup() method testCreateGroupDefaultTaxClass (line 98) | public function testCreateGroupDefaultTaxClass() method testUpdateGroup (line 113) | public function testUpdateGroup() method testUpdateGroupException (line 136) | public function testUpdateGroupException() method testDelete (line 157) | public function testDelete() method testDeleteById (line 168) | public function testDeleteById() method testDeleteDoesNotExist (line 179) | public function testDeleteDoesNotExist() method testGetAllGroups (line 184) | public function testGetAllGroups() method testGetList (line 199) | public function testGetList($filters, $filterGroup, $expectedResult) method searchGroupsDataProvider (line 218) | public function searchGroupsDataProvider() method testGetListSortOrder (line 284) | public function testGetListSortOrder($field, $direction, $methodName, ... method sortOrderDataProvider (line 309) | public function sortOrderDataProvider() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/SessionTest.php class SessionTest (line 17) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testLoginById (line 53) | public function testLoginById() method testLoginByIdCustomerDataLoadedCorrectly (line 60) | public function testLoginByIdCustomerDataLoadedCorrectly() method testLoginActionFlushesFormKey (line 76) | public function testLoginActionFlushesFormKey() method testLogoutActionFlushesFormKey (line 88) | public function testLogoutActionFlushesFormKey() FILE: dev/tests/integration/testsuite/Magento/Customer/Model/VisitorTest.php class VisitorTest (line 10) | class VisitorTest extends \PHPUnit\Framework\TestCase method testBindCustomerLogin (line 16) | public function testBindCustomerLogin() method testBindCustomerLogout (line 39) | public function testBindCustomerLogout() method testClean (line 64) | public function testClean() method _loginCustomer (line 110) | protected function _loginCustomer($username, $password) method _logoutCustomer (line 123) | public function _logoutCustomer($customerId) FILE: dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export/AddressTest.php class AddressTest (line 16) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testExport (line 51) | public function testExport() method getGenderFilterValueDataProvider (line 133) | public function getGenderFilterValueDataProvider() method testExportWithFilter (line 145) | public function testExportWithFilter($genderFilterValue) method testGetEntityTypeCode (line 184) | public function testGetEntityTypeCode() method testGetAttributeCollection (line 192) | public function testGetAttributeCollection() method _csvToArray (line 207) | protected function _csvToArray($content, $entityId = null) method testGetFileName (line 231) | public function testGetFileName() FILE: dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export/CustomerTest.php class CustomerTest (line 27) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testExport (line 70) | public function testExport() method getExpectedAttributes (line 83) | private function getExpectedAttributes(): array method processCustomerAttribute (line 99) | private function processCustomerAttribute(): void method export (line 111) | private function export(array $expectedAttributes): array method checkExportData (line 137) | private function checkExportData(array $lines, array $expectedAttribut... method initAttributeValues (line 158) | private function initAttributeValues(Collection $attributeCollection):... method initAttributeTypes (line 174) | private function initAttributeTypes(Collection $attributeCollection): ... method processCustomerData (line 191) | private function processCustomerData(CustomerModel $item, array $expec... method isMultiselect (line 218) | private function isMultiselect(string $attributeCode): bool method getAttributeValueById (line 231) | private function getAttributeValueById(string $attributeCode, $valueId) method unsetDuplicateData (line 248) | private function unsetDuplicateData(array $data): array method testGetEntityTypeCode (line 260) | public function testGetEntityTypeCode() method testGetAttributeCollection (line 268) | public function testGetAttributeCollection() method testFilterAttributeCollection (line 276) | public function testFilterAttributeCollection() method testFilterEntityCollection (line 320) | public function testFilterEntityCollection() method _csvToArray (line 369) | protected function _csvToArray($content, $entityId = null) FILE: dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/AddressTest.php class AddressTest (line 21) | class AddressTest extends \PHPUnit\Framework\TestCase method setUp (line 90) | protected function setUp() method testConstruct (line 106) | public function testConstruct() method testSaveAddressEntities (line 153) | public function testSaveAddressEntities() method _addTestAddress (line 173) | protected function _addTestAddress(Address $entityAdapter) method testSaveAddressAttributes (line 211) | public function testSaveAddressAttributes() method testSaveCustomerDefaults (line 256) | public function testSaveCustomerDefaults() method testImportDataAddUpdate (line 325) | public function testImportDataAddUpdate() method testImportDataDelete (line 425) | public function testImportDataDelete() method testDifferentOptions (line 474) | public function testDifferentOptions(): void FILE: dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/CustomerCompositeTest.php class CustomerCompositeTest (line 14) | class CustomerCompositeTest extends \PHPUnit\Framework\TestCase method setUp (line 85) | protected function setUp() method _assertCustomerData (line 98) | protected function _assertCustomerData(array $expectedData) method testImportData (line 145) | public function testImportData( method importDataDataProvider (line 203) | public function importDataDataProvider() FILE: dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/CustomerTest.php class CustomerTest (line 15) | class CustomerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testImportData (line 74) | public function testImportData() method testImportDataWithOneAdditionalColumn (line 150) | public function testImportDataWithOneAdditionalColumn(): void method testDeleteData (line 224) | public function testDeleteData() method testGetEntityTypeCode (line 250) | public function testGetEntityTypeCode() method testValidateRowDuplicateEmail (line 255) | public function testValidateRowDuplicateEmail() method testValidateRowInvalidEmail (line 271) | public function testValidateRowInvalidEmail() method testValidateRowInvalidWebsite (line 282) | public function testValidateRowInvalidWebsite() method testValidateRowInvalidStore (line 293) | public function testValidateRowInvalidStore() method testValidateRowPasswordLengthIncorrect (line 304) | public function testValidateRowPasswordLengthIncorrect() method testValidateRowPasswordLengthCorrect (line 315) | public function testValidateRowPasswordLengthCorrect() method testValidateRowAttributeRequired (line 326) | public function testValidateRowAttributeRequired() method testValidateEmailForDeleteBehavior (line 344) | public function testValidateEmailForDeleteBehavior() FILE: dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ApplicationDumpCommandTest.php class ApplicationDumpCommandTest (line 23) | class ApplicationDumpCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | public function setUp() method loadConfig (line 104) | private function loadConfig() method loadEnvConfig (line 112) | private function loadEnvConfig() method loadRawConfig (line 120) | private function loadRawConfig() method testExecute (line 130) | public function testExecute() method validateSystemSection (line 203) | private function validateSystemSection(array $config) method validateSystemEnvSection (line 245) | private function validateSystemEnvSection(array $config) method validateThemesSection (line 267) | private function validateThemesSection(array $config) method tearDown (line 310) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommand/IntegrationTestImporter.php class IntegrationTestImporter (line 10) | class IntegrationTestImporter implements ImporterInterface method import (line 17) | public function import(array $data) method getWarningMessages (line 24) | public function getWarningMessages(array $data) FILE: dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommand/IntegrationTestSecondImporter.php class IntegrationTestSecondImporter (line 10) | class IntegrationTestSecondImporter implements ImporterInterface method import (line 17) | public function import(array $data) method getWarningMessages (line 24) | public function getWarningMessages(array $data) FILE: dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommandTest.php class ConfigImportCommandTest (line 28) | class ConfigImportCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 88) | protected function setUp() method tearDown (line 108) | public function tearDown() method testExecuteNothingImport (line 130) | public function testExecuteNothingImport() method testImportStores (line 146) | public function testImportStores() method testImportStoresWithWrongConfiguration (line 232) | public function testImportStoresWithWrongConfiguration() method testImportConfig (line 259) | public function testImportConfig() method writeConfig (line 350) | public function writeConfig(array $originalData, array $newData) method getFlag (line 367) | private function getFlag() method loadConfig (line 378) | private function loadConfig() method loadEnvConfig (line 386) | private function loadEnvConfig() method runConfigImportCommand (line 396) | private function runConfigImportCommand($commandTester) FILE: dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/SensitiveConfigSetCommandTest.php class SensitiveConfigSetCommandTest (line 26) | class SensitiveConfigSetCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 66) | public function setUp() method testExecute (line 92) | public function testExecute($scope, $scopeCode, callable $assertCallback) method executeDataProvider (line 134) | public function executeDataProvider() method testExecuteInteractive (line 180) | public function testExecuteInteractive($scope, $scopeCode, callable $a... method executeInteractiveDataProvider (line 205) | public function executeInteractiveDataProvider() method tearDown (line 256) | public function tearDown() method loadEnvConfig (line 279) | private function loadEnvConfig() method loadConfig (line 287) | private function loadConfig() method createInputMock (line 299) | private function createInputMock($key, $val, $scope, $scopeCode) method createInteractiveCommand (line 337) | private function createInteractiveCommand($inputValue) FILE: dev/tests/integration/testsuite/Magento/Deploy/DeployTest.php class DeployTest (line 26) | class DeployTest extends \PHPUnit\Framework\TestCase method setUp (line 93) | protected function setUp() method tearDown (line 118) | protected function tearDown() method testDeploy (line 133) | public function testDeploy() method assertFileExistsIsGenerated (line 165) | private function assertFileExistsIsGenerated($fileName) method assertLessPreProcessor (line 185) | private function assertLessPreProcessor($actualRootCssContent) method assertCssUrlFixerPostProcessor (line 198) | private function assertCssUrlFixerPostProcessor($actualRootCssContent) method assertBundleSize (line 224) | private function assertBundleSize($theme) method assertExcluded (line 246) | private function assertExcluded($theme, array $excluded) method getDirectoryIterator (line 272) | private function getDirectoryIterator($path) method splitPath (line 287) | private function splitPath($path) FILE: dev/tests/integration/testsuite/Magento/Deploy/_files/lib/web/test.js function test (line 6) | function test() FILE: dev/tests/integration/testsuite/Magento/Deploy/_files/theme.php function rcopy (line 22) | function rcopy($src, $destination) FILE: dev/tests/integration/testsuite/Magento/Developer/Console/Command/SourceThemeDeployCommandTest.php class SourceThemeDeployCommandTest (line 17) | class SourceThemeDeployCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testExecute (line 58) | public function testExecute() method clearStaticDirectory (line 88) | private function clearStaticDirectory() method collectFiles (line 102) | private function collectFiles($path) method getInputMock (line 119) | private function getInputMock() FILE: dev/tests/integration/testsuite/Magento/Developer/Helper/DataTest.php class DataTest (line 10) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testIsDevAllowedDefault (line 27) | public function testIsDevAllowedDefault() method testIsDevAllowedTrue (line 36) | public function testIsDevAllowedTrue() method testIsDevAllowedFalse (line 51) | public function testIsDevAllowedFalse() FILE: dev/tests/integration/testsuite/Magento/Developer/Model/Config/Backend/AllowedIpsTest.php class AllowedIpsTest (line 8) | class AllowedIpsTest extends \PHPUnit\Framework\TestCase method testSaveWithEscapeHtml (line 16) | public function testSaveWithEscapeHtml($value, $expected) method fieldDataProvider (line 34) | public function fieldDataProvider() FILE: dev/tests/integration/testsuite/Magento/Developer/Model/Logger/Handler/DebugTest.php class DebugTest (line 23) | class DebugTest extends \PHPUnit\Framework\TestCase method setUp (line 75) | public function setUp() method tearDown (line 92) | public function tearDown() method enableDebugging (line 102) | private function enableDebugging(bool $flag) method testDebugInProductionMode (line 121) | public function testDebugInProductionMode() method testDebugInDeveloperMode (line 138) | public function testDebugInDeveloperMode() method getDebuggerLogPath (line 156) | private function getDebuggerLogPath() method reinitDeploymentConfig (line 172) | private function reinitDeploymentConfig() method reinitDebugHandler (line 182) | private function reinitDebugHandler(string $instanceMode) method detachLogger (line 206) | private function detachLogger() method removeDebugLog (line 214) | private function removeDebugLog() method checkCommonFlow (line 226) | private function checkCommonFlow(string $message) FILE: dev/tests/integration/testsuite/Magento/Dhl/Block/Adminhtml/UnitofmeasureTest.php class UnitofmeasureTest (line 11) | class UnitofmeasureTest extends \PHPUnit\Framework\TestCase method testToHtml (line 16) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Dhl/Model/CarrierTest.php class CarrierTest (line 28) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method tearDown (line 65) | protected function tearDown() method testGetTracking (line 86) | public function testGetTracking( method trackingDataProvider (line 105) | public function trackingDataProvider() : array method assertRequest (line 204) | private function assertRequest(string $expectedRequestXml, string $req... method assertTrackingResult (line 229) | private function assertTrackingResult($expectedTrackingData, $tracking... method testRequestToShip (line 256) | public function testRequestToShip(string $origCountryId, string $expec... method requestToShipmentDataProvider (line 340) | public function requestToShipmentDataProvider(): array method getExpectedLabelRequestXml (line 363) | private function getExpectedLabelRequestXml( method testCollectRates (line 415) | public function testCollectRates() method testCollectRatesWithoutDimensions (line 460) | public function testCollectRatesWithoutDimensions(?string $size, ?stri... method collectRatesWithoutDimensionsDataProvider (line 481) | public function collectRatesWithoutDimensionsDataProvider() method setDhlConfig (line 498) | private function setDhlConfig(array $params) method getRequestData (line 516) | private function getRequestData(): array FILE: dev/tests/integration/testsuite/Magento/Directory/Block/DataTest.php class DataTest (line 10) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetCountryHtmlSelect (line 23) | public function testGetCountryHtmlSelect() method testGetRegionHtmlSelect (line 31) | public function testGetRegionHtmlSelect() FILE: dev/tests/integration/testsuite/Magento/Directory/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetDefaultCountry (line 22) | public function testGetDefaultCountry() FILE: dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/Config/ReaderTest.php class ReaderTest (line 9) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testRead (line 23) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php class ValidatorTest (line 10) | class ValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testPostCodes (line 26) | public function testPostCodes($countryId, $validPostcode) method testPostCodesThrowsExceptionIfCountryDoesNotExist (line 40) | public function testPostCodesThrowsExceptionIfCountryDoesNotExist() method testInvalidCanadaZipCode (line 48) | public function testInvalidCanadaZipCode($countryId, $invalidPostCode) method testValidCanadaZipCode (line 56) | public function testValidCanadaZipCode($countryId, $validPostCode) method getCanadaInvalidPostCodes (line 64) | public function getCanadaInvalidPostCodes() method getCanadaValidPostCodes (line 77) | public function getCanadaValidPostCodes() method getPostcodesDataProvider (line 91) | public function getPostcodesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Directory/Model/CurrencyConfigTest.php class CurrencyConfigTest (line 22) | class CurrencyConfigTest extends TestCase method setUp (line 52) | protected function setUp() method testGetConfigCurrencies (line 68) | public function testGetConfigCurrencies(string $areaCode, array $expec... method getConfigCurrenciesDataProvider (line 110) | public function getConfigCurrenciesDataProvider() method clearCurrencyConfig (line 152) | private function clearCurrencyConfig() method setStoreConfig (line 180) | private function setStoreConfig(string $storeId) method tearDown (line 206) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/LinksTest.php class LinksTest (line 15) | class LinksTest extends \PHPUnit\Framework\TestCase method testGetUploadButtonsHtml (line 20) | public function testGetUploadButtonsHtml() method performUploadButtonTest (line 35) | public static function performUploadButtonTest(\Magento\Framework\View... method testGetLinkData (line 59) | public function testGetLinkData() method testGetLinksTitle (line 89) | public function testGetLinksTitle($productType, $linksTitle, $expected... method productLinksTitleDataProvider (line 112) | public function productLinksTitleDataProvider() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/SamplesTest.php class SamplesTest (line 15) | class SamplesTest extends \PHPUnit\Framework\TestCase method testGetUploadButtonsHtml (line 17) | public function testGetUploadButtonsHtml() method testGetSampleData (line 32) | public function testGetSampleData() method testGetSamplesTitle (line 61) | public function testGetSamplesTitle($productType, $samplesTitle, $expe... method productSamplesTitleDataProvider (line 90) | public function productSamplesTitleDataProvider() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Controller/Adminhtml/Downloadable/FileTest.php class FileTest (line 16) | class FileTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 26) | protected function setUp() method tearDown (line 36) | protected function tearDown() method testUploadAction (line 47) | public function testUploadAction() method testUploadProhibitedExtensions (line 76) | public function testUploadProhibitedExtensions($fileName) method extensionsDataProvider (line 108) | public function extensionsDataProvider() method testUploadWrongUploadType (line 123) | public function testUploadWrongUploadType($postData): void method uploadWrongUploadTypeDataProvider (line 136) | public function uploadWrongUploadTypeDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Downloadable/Controller/ProductTest.php class ProductTest (line 12) | class ProductTest extends \Magento\TestFramework\TestCase\AbstractContro... method testViewAction (line 17) | public function testViewAction() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Model/Observer/SetLinkStatusObserverTest.php class SetLinkStatusObserverTest (line 12) | class SetLinkStatusObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testCheckStatusOnOrderCancel (line 36) | public function testCheckStatusOnOrderCancel() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Model/Product/TypeTest.php class TypeTest (line 15) | class TypeTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testDeleteTypeSpecificData (line 39) | public function testDeleteTypeSpecificData() method testSaveTypeSpecificData (line 82) | public function testSaveTypeSpecificData() method testCheckProductBuyState (line 232) | public function testCheckProductBuyState() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Model/ResourceModel/Indexer/PriceTest.php class PriceTest (line 11) | class PriceTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testReindexEntity (line 47) | public function testReindexEntity() FILE: dev/tests/integration/testsuite/Magento/Downloadable/Model/Url/DomainValidatorTest.php class DomainValidatorTest (line 15) | class DomainValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testIsValid (line 59) | public function testIsValid(string $urlInput, array $envDomainWhitelis... method isValidDataProvider (line 75) | public function isValidDataProvider() FILE: dev/tests/integration/testsuite/Magento/DownloadableImportExport/Model/DownloadableTest.php class DownloadableTest (line 10) | class DownloadableTest extends AbstractProductExportImportTestCase method exportImportDataProvider (line 15) | public function exportImportDataProvider(): array method testImportExport (line 51) | public function testImportExport(array $fixtures, array $skus, array $... method assertEqualsSpecificAttributes (line 59) | protected function assertEqualsSpecificAttributes( FILE: dev/tests/integration/testsuite/Magento/DownloadableImportExport/Model/Import/Product/Type/DownloadableTest.php class DownloadableTest (line 15) | class DownloadableTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method tearDown (line 77) | protected function tearDown() method testDownloadableImport (line 89) | public function testDownloadableImport() FILE: dev/tests/integration/testsuite/Magento/Eav/Block/Adminhtml/Attribute/Edit/Main/AbstractMainTest.php class AbstractMainTest (line 15) | class AbstractMainTest extends \PHPUnit\Framework\TestCase method testPrepareForm (line 20) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTest.php class DateTest (line 17) | class DateTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DropDownTest.php class DropDownTest (line 17) | class DropDownTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/MultipleSelectTest.php class MultipleSelectTest (line 17) | class MultipleSelectTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextAreaTest.php class TextAreaTest (line 17) | class TextAreaTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextEditorTest.php class TextEditorTest (line 17) | class TextEditorTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextTest.php class TextTest (line 17) | class TextTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/YesNoTest.php class YesNoTest (line 17) | class YesNoTest extends AbstractSaveAttributeTest method testCreateAttribute (line 28) | public function testCreateAttribute(array $attributePostData, array $c... method testCreateAttributeWithError (line 42) | public function testCreateAttributeWithError(array $attributePostData,... FILE: dev/tests/integration/testsuite/Magento/Eav/Model/Attribute/GroupRepositoryTest.php class GroupRepositoryTest (line 16) | class GroupRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetList (line 31) | public function testGetList() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/AttributeManagementTest.php class AttributeManagementTest (line 9) | class AttributeManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testGetList (line 30) | public function testGetList() method getAttributeSetId (line 57) | private function getAttributeSetId($entityTypeCode) method verifyAttributeSetIds (line 69) | private function verifyAttributeSetIds(array $items, $attributeSetId) FILE: dev/tests/integration/testsuite/Magento/Eav/Model/AttributeRepositoryTest.php class AttributeRepositoryTest (line 15) | class AttributeRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetList (line 30) | public function testGetList() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetEntityAttributeCodes (line 33) | public function testGetEntityAttributeCodes() method testGetEntityAttributeCodesWithObject (line 56) | public function testGetEntityAttributeCodesWithObject() method testGetAttributes (line 86) | public function testGetAttributes() method testGetAttribute (line 111) | public function testGetAttribute() method testGetAttributeWithCacheUserDefinedAttribute (line 128) | public function testGetAttributeWithCacheUserDefinedAttribute() method testGetAttributeWithInitUserDefinedAttribute (line 168) | public function testGetAttributeWithInitUserDefinedAttribute() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/Entity/Attribute/Frontend/DefaultFrontendTest.php class DefaultFrontendTest (line 19) | class DefaultFrontendTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testGetSelectOptions (line 72) | public function testGetSelectOptions() method testAttributeEntityValueNotSet (line 84) | public function testAttributeEntityValueNotSet() method getCacheKey (line 98) | private function getCacheKey() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/Entity/AttributeLoaderTest.php class AttributeLoaderTest (line 16) | class AttributeLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testLoadAllAttributesTheFirstTime (line 57) | public function testLoadAllAttributesTheFirstTime( method loadAllAttributesDataProvider (line 79) | public function loadAllAttributesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/Entity/AttributeTest.php class AttributeTest (line 14) | class AttributeTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testBeforeSave (line 59) | public function testBeforeSave($defaultValue, $backendType, $locale, $... method beforeSaveDataProvider (line 74) | public function beforeSaveDataProvider() method testBeforeSaveErrorData (line 95) | public function testBeforeSaveErrorData($defaultValue, $backendType, $... method beforeSaveErrorDataDataProvider (line 110) | public function beforeSaveErrorDataDataProvider() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/AttributeLoaderTest.php class AttributeLoaderTest (line 17) | class AttributeLoaderTest extends \Magento\TestFramework\Indexer\TestCase method setUp (line 24) | protected function setUp() method testGetAttributes (line 47) | public function testGetAttributes($expectedAttributeCodes, $attributeS... method getAttributesDataProvider (line 60) | public function getAttributesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/Entity/Attribute/CollectionTest.php class CollectionTest (line 8) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method _getSets (line 28) | protected function _getSets($collection) method testSetAttributeGroupFilter (line 41) | public function testSetAttributeGroupFilter() method testSetInAllAttributeSetsFilterWithGetAllIds (line 61) | public function testSetInAllAttributeSetsFilterWithGetAllIds() method _getGroups (line 75) | protected function _getGroups($collection) method testAddAttributeGrouping (line 89) | public function testAddAttributeGrouping() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/UpdateHandlerTest.php class UpdateHandlerTest (line 15) | class UpdateHandlerTest extends \Magento\TestFramework\Indexer\TestCase method testExecuteProcessForAllStores (line 27) | public function testExecuteProcessForAllStores($code, $snapshotValue, ... method testExecuteProcessForCustomStore (line 63) | public function testExecuteProcessForCustomStore($code, $snapshotValue... method testExecuteProcessForCustomAttributeInCustomStore (line 108) | public function testExecuteProcessForCustomAttributeInCustomStore( method getAllStoresDataProvider (line 180) | public function getAllStoresDataProvider() method getCustomStoreDataProvider (line 206) | public function getCustomStoreDataProvider() method getCustomAttributeDataProvider (line 232) | public function getCustomAttributeDataProvider() FILE: dev/tests/integration/testsuite/Magento/Eav/Model/TypeLocatorTest.php class TypeLocatorTest (line 11) | class TypeLocatorTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetType (line 28) | public function testGetType( method getExpectedAttributeTypesProvider (line 45) | public function getExpectedAttributeTypesProvider(): array FILE: dev/tests/integration/testsuite/Magento/Eav/Model/Validator/Attribute/BackendTest.php class BackendTest (line 12) | class BackendTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testIsValid (line 29) | public function testIsValid() FILE: dev/tests/integration/testsuite/Magento/Eav/Setup/AddOptionToAttributeTest.php class AddOptionToAttributeTest (line 21) | class AddOptionToAttributeTest extends TestCase method setUp (line 48) | protected function setUp() method getAttributeOptions (line 68) | private function getAttributeOptions($fetchPairs = true): array method testAddNewOptions (line 91) | public function testAddNewOptions() method testAddExistingOptionsWithTheSameSortOrder (line 108) | public function testAddExistingOptionsWithTheSameSortOrder() method testAddExistingOptionsWithDifferentSortOrder (line 125) | public function testAddExistingOptionsWithDifferentSortOrder() method testAddMixedOptions (line 143) | public function testAddMixedOptions() method testAddNewOption (line 161) | public function testAddNewOption() method testDeleteOption (line 184) | public function testDeleteOption() method testUpdateOption (line 207) | public function testUpdateOption() FILE: dev/tests/integration/testsuite/Magento/Eav/Setup/EavSetupTest.php class EavSetupTest (line 13) | class EavSetupTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testAddAttribute (line 38) | public function testAddAttribute($attributeCode) method addAttributeDataProvider (line 54) | public function addAttributeDataProvider() method testAddAttributeThrowException (line 71) | public function testAddAttributeThrowException($attributeCode) method addAttributeThrowExceptionDataProvider (line 83) | public function addAttributeThrowExceptionDataProvider() method testAddInvalidAttributeThrowException (line 102) | public function testAddInvalidAttributeThrowException($attributeCode) method addInvalidAttributeThrowExceptionDataProvider (line 112) | public function addInvalidAttributeThrowExceptionDataProvider() method getAttributeData (line 123) | private function getAttributeData() FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/Controller/Adminhtml/Category/SaveTest.php class SaveTest (line 26) | class SaveTest extends AbstractBackendController method setUp (line 33) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testExecute (line 59) | public function testExecute() method getIndexer (line 94) | private function getIndexer(string $indexerId): IndexerInterface method changeIndexerSchedule (line 108) | private function changeIndexerSchedule(string $indexerId, bool $isSche... method getCategory (line 124) | private function getCategory(string $name): CategoryInterface method getProductIdList (line 144) | private function getProductIdList(array $skuList): array FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/Elasticsearch5/SearchAdapter/AdapterTest.php class AdapterTest (line 15) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testQuery (line 85) | public function testQuery() method getRequestConfigPath (line 103) | private function getRequestConfigPath() FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/Model/Client/ElasticsearchTest.php class ElasticsearchTest (line 22) | class ElasticsearchTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method search (line 72) | private function search($text) method testSearchConfigurableProductBySimpleProductName (line 101) | public function testSearchConfigurableProductBySimpleProductName() method testSearchConfigurableProductBySimpleProductAttributeMultiselect (line 110) | public function testSearchConfigurableProductBySimpleProductAttributeM... method testSearchConfigurableProductBySimpleProductAttributeSelect (line 119) | public function testSearchConfigurableProductBySimpleProductAttributeS... method testSearchConfigurableProductBySimpleProductAttributeShortDescription (line 128) | public function testSearchConfigurableProductBySimpleProductAttributeS... method assertProductWithSkuFound (line 140) | private function assertProductWithSkuFound($sku, array $result) FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/Model/Indexer/IndexHandlerTest.php class IndexHandlerTest (line 30) | class IndexHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 70) | protected function setUp() method testReindexAll (line 94) | public function testReindexAll(): void method testReindexRowAfterEdit (line 113) | public function testReindexRowAfterEdit(): void method testReindexRowAfterMassAction (line 138) | public function testReindexRowAfterMassAction(): void method testReindexRowAfterDelete (line 178) | public function testReindexRowAfterDelete(): void method testReindexRowAfterUpdateStockStatus (line 200) | public function testReindexRowAfterUpdateStockStatus(): void method searchByName (line 231) | private function searchByName(string $text, int $storeId): array FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/Model/Indexer/ReindexAllTest.php class ReindexAllTest (line 26) | class ReindexAllTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testSearchAll (line 75) | public function testSearchAll() method testSort (line 90) | public function testSort() method testSearchSpecificProduct (line 125) | public function testSearchSpecificProduct() method searchByName (line 139) | private function searchByName($text) method sortByName (line 167) | private function sortByName() method reindexAll (line 201) | private function reindexAll() FILE: dev/tests/integration/testsuite/Magento/Elasticsearch/SearchAdapter/AdapterTest.php class AdapterTest (line 22) | class AdapterTest extends \Magento\Framework\Search\Adapter\Mysql\Adapte... method getRequestConfigPath (line 34) | protected function getRequestConfigPath() method createAdapter (line 42) | protected function createAdapter() method testMatchQuery (line 52) | public function testMatchQuery() method testMatchOrderedQuery (line 62) | public function testMatchOrderedQuery() method testAggregationsQuery (line 74) | public function testAggregationsQuery() method testMatchQueryFilters (line 84) | public function testMatchQueryFilters() method testRangeFilterWithAllFields (line 96) | public function testRangeFilterWithAllFields() method testRangeFilterWithoutFromField (line 108) | public function testRangeFilterWithoutFromField() method testRangeFilterWithoutToField (line 120) | public function testRangeFilterWithoutToField() method testTermFilter (line 132) | public function testTermFilter() method testTermFilterArray (line 144) | public function testTermFilterArray() method testWildcardFilter (line 156) | public function testWildcardFilter() method testSearchLimit (line 168) | public function testSearchLimit() method testBoolFilter (line 180) | public function testBoolFilter() method testBoolFilterWithNestedNegativeBoolFilter (line 192) | public function testBoolFilterWithNestedNegativeBoolFilter() method testBoolFilterWithNestedRangeInNegativeBoolFilter (line 204) | public function testBoolFilterWithNestedRangeInNegativeBoolFilter() method testSimpleAdvancedSearch (line 221) | public function testSimpleAdvancedSearch( method elasticSearchAdvancedSearchDataProvider (line 244) | public function elasticSearchAdvancedSearchDataProvider() method testCustomFilterableAttribute (line 263) | public function testCustomFilterableAttribute() method testFilterByAttributeValues (line 282) | public function testFilterByAttributeValues($requestName, $additionalD... method testAdvancedSearchDateField (line 300) | public function testAdvancedSearchDateField($rangeFilter, $expectedRec... method testAdvancedSearchCompositeProductWithOutOfStockOption (line 313) | public function testAdvancedSearchCompositeProductWithOutOfStockOption() method testAdvancedSearchCompositeProductWithDisabledChild (line 324) | public function testAdvancedSearchCompositeProductWithDisabledChild() method testSearchQueryBoost (line 337) | public function testSearchQueryBoost() method reindexAll (line 349) | private function reindexAll() method dateDataProvider (line 363) | public function dateDataProvider() method filterByAttributeValuesDataProvider (line 371) | public function filterByAttributeValuesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Elasticsearch6/CatalogSearch/Controller/Advanced/ResultTest.php class ResultTest (line 18) | class ResultTest extends CatalogSearchResultTest method testExecute (line 33) | public function testExecute(array $searchParams): void FILE: dev/tests/integration/testsuite/Magento/Elasticsearch6/CatalogSearch/Controller/Result/IndexTest.php class IndexTest (line 18) | class IndexTest extends CatalogSearchIndexTest method testExecute (line 33) | public function testExecute(string $searchString): void FILE: dev/tests/integration/testsuite/Magento/Elasticsearch6/CatalogSearch/Model/Indexer/fulltext/Action/DataProviderTest.php class DataProviderTest (line 15) | class DataProviderTest extends CatalogSearchDataProviderTest method testSearchProductByAttribute (line 28) | public function testSearchProductByAttribute(): void FILE: dev/tests/integration/testsuite/Magento/Elasticsearch6/CatalogSearch/Model/Search/AttributeSearchWeightTest.php class AttributeSearchWeightTest (line 18) | class AttributeSearchWeightTest extends CatalogSearchAttributeSearchWeig... method testAttributeSearchWeight (line 36) | public function testAttributeSearchWeight( method attributeSearchWeightDataProvider (line 50) | public function attributeSearchWeightDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Elasticsearch6/SearchAdapter/ConnectionManagerTest.php class ConnectionManagerTest (line 16) | class ConnectionManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testCorrectElasticsearchClientEs5 (line 41) | public function testCorrectElasticsearchClientEs5() method testCorrectElasticsearchClientEs6 (line 56) | public function testCorrectElasticsearchClientEs6() FILE: dev/tests/integration/testsuite/Magento/Email/Block/Adminhtml/Template/Edit/FormTest.php class FormTest (line 16) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp() method testPrepareFormWithTemplateId (line 70) | public function testPrepareFormWithTemplateId() method runTest (line 76) | protected function runTest() FILE: dev/tests/integration/testsuite/Magento/Email/Controller/Adminhtml/Email/TemplateTest.php class TemplateTest (line 11) | class TemplateTest extends \Magento\TestFramework\TestCase\AbstractBacke... method testDefaultTemplateAction (line 13) | public function testDefaultTemplateAction() FILE: dev/tests/integration/testsuite/Magento/Email/Model/Template/FilterTest.php class FilterTest (line 20) | class FilterTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testViewDirective (line 46) | public function testViewDirective() method testBlockDirective (line 59) | public function testBlockDirective() method testStoreDirective (line 75) | public function testStoreDirective() method testLayoutDirective (line 106) | public function testLayoutDirective($area, $directiveParams, $expected... method layoutDirectiveDataProvider (line 128) | public function layoutDirectiveDataProvider() method testTransDirective (line 163) | public function testTransDirective($directive, $translations, $expecte... method transDirectiveDataProvider (line 191) | public function transDirectiveDataProvider() method testCssDirective (line 279) | public function testCssDirective($templateType, $directiveParams, $exp... method cssDirectiveDataProvider (line 302) | public function cssDirectiveDataProvider() method testInlinecssDirective (line 360) | public function testInlinecssDirective( method inlinecssDirectiveDataProvider (line 386) | public function inlinecssDirectiveDataProvider() method testInlinecssDirectiveThrowsExceptionWhenMissingParameter (line 440) | public function testInlinecssDirectiveThrowsExceptionWhenMissingParame... method inlinecssDirectiveThrowsExceptionWhenMissingParameterDataProvider (line 455) | public function inlinecssDirectiveThrowsExceptionWhenMissingParameterD... method setUpDesignParams (line 470) | protected function setUpDesignParams() FILE: dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php class TemplateTest (line 21) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method mockModel (line 43) | protected function mockModel($filesystem = null) method getMail (line 86) | public function getMail() method testSetGetTemplateFilter (line 91) | public function testSetGetTemplateFilter() method testLoadDefault (line 106) | public function testLoadDefault() method testGetProcessedTemplate (line 120) | public function testGetProcessedTemplate() method testTemplateFallback (line 159) | public function testTemplateFallback($area, $templateId, $expectedOutp... method templateFallbackDataProvider (line 177) | public function templateFallbackDataProvider() method testTemplateDirective (line 236) | public function testTemplateDirective( method templateDirectiveDataProvider (line 281) | public function templateDirectiveDataProvider() method testTemplateLoadedFromDbIsFilteredInStrictMode (line 355) | public function testTemplateLoadedFromDbIsFilteredInStrictMode() method testLegacyTemplateLoadedFromDbIsFilteredInLegacyMode (line 391) | public function testLegacyTemplateLoadedFromDbIsFilteredInLegacyMode() method testTemplateStylesVariable (line 434) | public function testTemplateStylesVariable($area, $expectedOutput, $un... method templateStylesVariableDataProvider (line 489) | public function templateStylesVariableDataProvider() method setUpAdminThemeFallback (line 537) | protected function setUpAdminThemeFallback() method setUpThemeFallback (line 572) | protected function setUpThemeFallback($area) method setNotDefaultThemeForFixtureStore (line 612) | protected function setNotDefaultThemeForFixtureStore() method setDefaultThemeForFixtureStore (line 633) | protected function setDefaultThemeForFixtureStore() method testGetProcessedTemplateSubject (line 654) | public function testGetProcessedTemplateSubject() method testGetDefaultEmailLogo (line 687) | public function testGetDefaultEmailLogo() method testSetDesignConfigException (line 705) | public function testSetDesignConfigException($config) method setDesignConfigExceptionDataProvider (line 712) | public function setDesignConfigExceptionDataProvider() method testSetAndGetId (line 725) | public function testSetAndGetId() method testIsValidForSend (line 733) | public function testIsValidForSend() method testGetTypeNonExistentType (line 743) | public function testGetTypeNonExistentType() method testGetTypeHtml (line 750) | public function testGetTypeHtml() method testGetType (line 757) | public function testGetType() method testGetSendingException (line 765) | public function testGetSendingException() method testGetVariablesOptionArray (line 771) | public function testGetVariablesOptionArray() method testGetVariablesOptionArrayInGroup (line 783) | public function testGetVariablesOptionArrayInGroup() method testBeforeSaveEmptyTemplateCode (line 797) | public function testBeforeSaveEmptyTemplateCode() method testBeforeSave (line 803) | public function testBeforeSave() method testProcessTemplate (line 810) | public function testProcessTemplate() method testGetSubject (line 817) | public function testGetSubject() method testSetOptions (line 824) | public function testSetOptions() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/EditTest.php class EditTest (line 8) | class EditTest extends \PHPUnit\Framework\TestCase method testEditBlock (line 13) | public function testEditBlock() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method testPrepareForm (line 17) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/IndexTest.php class IndexTest (line 8) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method testIndexAction (line 13) | public function testIndexAction() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/SaveTest.php class SaveTest (line 9) | class SaveTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method testSaveActionWithEmptyKey (line 14) | public function testSaveActionWithEmptyKey() method testSaveActionWithProvidedKey (line 36) | public function testSaveActionWithProvidedKey() method testSaveActionWithInvalidKey (line 60) | public function testSaveActionWithInvalidKey() method testSaveActionWithRandomKey (line 85) | public function testSaveActionWithRandomKey() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Model/ResourceModel/Key/ChangeTest.php class ChangeTest (line 11) | class ChangeTest extends \PHPUnit\Framework\TestCase method setup (line 18) | protected function setup() method testChangeEncryptionKeyConfigNotWritable (line 27) | public function testChangeEncryptionKeyConfigNotWritable() method testChangeEncryptionKey (line 44) | public function testChangeEncryptionKey() FILE: dev/tests/integration/testsuite/Magento/EncryptionKey/Setup/Patch/Data/SodiumChachaPatchTest.php class SodiumChachaPatchTest (line 15) | class SodiumChachaPatchTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testChangeEncryptionKey (line 35) | public function testChangeEncryptionKey() method legacyEncrypt (line 85) | private function legacyEncrypt(string $data): string FILE: dev/tests/integration/testsuite/Magento/Fedex/Model/CarrierTest.php class CarrierTest (line 9) | class CarrierTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testGetCode (line 28) | public function testGetCode($type, $expectedCount) method getCodeDataProvider (line 38) | public function getCodeDataProvider() method testGetCodeUnitOfMeasure (line 54) | public function testGetCodeUnitOfMeasure($code) method getCodeUnitOfMeasureDataProvider (line 64) | public function getCodeUnitOfMeasureDataProvider() FILE: dev/tests/integration/testsuite/Magento/Fedex/Model/Source/UnitofmeasureTest.php class UnitofmeasureTest (line 9) | class UnitofmeasureTest extends \PHPUnit\Framework\TestCase method testToOptionArray (line 11) | public function testToOptionArray() FILE: dev/tests/integration/testsuite/Magento/Framework/Api/AbstractExtensibleObjectTest.php class AbstractExtensibleObjectTest (line 14) | class AbstractExtensibleObjectTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testExtensionAttributes (line 41) | public function testExtensionAttributes($expectedDataBefore, $expected... method extensionAttributesDataProvider (line 77) | public function extensionAttributesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Api/ExtensionAttribute/Config/ReaderTest.php class ReaderTest (line 11) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testMerge (line 69) | public function testMerge() FILE: dev/tests/integration/testsuite/Magento/Framework/Api/ExtensionAttribute/ExtensionAttributesGenerationTest.php class ExtensionAttributesGenerationTest (line 19) | class ExtensionAttributesGenerationTest extends \PHPUnit\Framework\TestCase method testAttributeObjectGenerationForExtensibleModel (line 29) | public function testAttributeObjectGenerationForExtensibleModel() method testAttributeObjectGenerationForExtensibleObject (line 49) | public function testAttributeObjectGenerationForExtensibleObject() FILE: dev/tests/integration/testsuite/Magento/Framework/Api/ExtensionAttribute/JoinProcessorTest.php class JoinProcessorTest (line 21) | class JoinProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 58) | protected function setUp() method testProcess (line 101) | public function testProcess() method getConfig (line 144) | private function getConfig() method testProcessSqlSelectVerification (line 199) | public function testProcessSqlSelectVerification() method testGetListWithExtensionAttributesAbstractModel (line 261) | public function testGetListWithExtensionAttributesAbstractModel() method testGetListWithExtensionAttributesAbstractObject (line 328) | public function testGetListWithExtensionAttributesAbstractObject() method testGetListWithFilterBySimpleDummyAttributeWithMapping (line 355) | public function testGetListWithFilterBySimpleDummyAttributeWithMapping() method testGetListWithFilterByComplexDummyAttributeWithSetterMapping (line 381) | public function testGetListWithFilterByComplexDummyAttributeWithSetter... method testGetListWithExtensionAttributesAutoGeneratedRepository (line 419) | public function testGetListWithExtensionAttributesAutoGeneratedReposit... FILE: dev/tests/integration/testsuite/Magento/Framework/Api/ExtensionAttributesFactoryTest.php class ExtensionAttributesFactoryTest (line 8) | class ExtensionAttributesFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testCreateThrowExceptionIfInterfaceNotImplemented (line 27) | public function testCreateThrowExceptionIfInterfaceNotImplemented() method testCreateThrowExceptionIfInterfaceNotOverridden (line 35) | public function testCreateThrowExceptionIfInterfaceNotOverridden() method testCreateThrowExceptionIfReturnIsIncorrect (line 43) | public function testCreateThrowExceptionIfReturnIsIncorrect() method testCreate (line 48) | public function testCreate() method testCreateWithLogicException (line 56) | public function testCreateWithLogicException() FILE: dev/tests/integration/testsuite/Magento/Framework/App/AreaTest.php class AreaTest (line 10) | class AreaTest extends \PHPUnit\Framework\TestCase method tearDownAfterClass (line 17) | public static function tearDownAfterClass() method setUp (line 23) | protected function setUp() method testInitDesign (line 37) | public function testInitDesign() method testDetectDesignUserAgent (line 69) | public function testDetectDesignUserAgent() method testDetectDesignDesignChange (line 89) | public function testDetectDesignDesignChange() method testDetectDesignNonFrontend (line 107) | public function testDetectDesignNonFrontend() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Cache/Frontend/FactoryTest.php class FactoryTest (line 11) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testRemoteSynchronizedCache (line 45) | public function testRemoteSynchronizedCache() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Cache/Frontend/PoolTest.php class PoolTest (line 17) | class PoolTest extends TestCase method testPageCacheNotSameAsDefaultCacheDirectory (line 19) | public function testPageCacheNotSameAsDefaultCacheDirectory(): void method testCleaningDefaultCachePreservesPageCache (line 39) | public function testCleaningDefaultCachePreservesPageCache() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Config/BaseTest.php class BaseTest (line 8) | class BaseTest extends \PHPUnit\Framework\TestCase method testConstruct (line 10) | public function testConstruct() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Config/DataTest.php class DataTest (line 11) | class DataTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 22) | public static function setUpBeforeClass() method tearDownAfterClass (line 33) | public static function tearDownAfterClass() method _refreshConfiguration (line 46) | protected static function _refreshConfiguration() method setUp (line 55) | protected function setUp() method testIsValueChanged (line 62) | public function testIsValueChanged() method testGetOldValue (line 90) | public function testGetOldValue() method testGetFieldsetDataValue (line 102) | public function testGetFieldsetDataValue() method testCRUD (line 109) | public function testCRUD() method testCollection (line 118) | public function testCollection() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Config/InitialTest.php class InitialTest (line 13) | class InitialTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetMetadata (line 25) | public function testGetMetadata() method testGetData (line 38) | public function testGetData($scope) method getDataDataProvider (line 47) | public function getDataDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Filesystem/CreatePdfFileTest.php class CreatePdfFileTest (line 22) | class CreatePdfFileTest extends \PHPUnit\Framework\TestCase method testGenerateFileFromString (line 27) | public function testGenerateFileFromString() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Filesystem/DirectoryResolverTest.php class DirectoryResolverTest (line 14) | class DirectoryResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method testValidatePath (line 51) | public function testValidatePath($path, $directoryConfig, $expectation) method testValidatePathWithException (line 64) | public function testValidatePathWithException() method testValidatePathWithSymlink (line 81) | public function testValidatePathWithSymlink($path, $directoryConfig, $... method validatePathDataProvider (line 108) | public function validatePathDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/App/FrontControllerTest.php class FrontControllerTest (line 22) | class FrontControllerTest extends TestCase method createRequestValidator (line 44) | private function createRequestValidator(): ValidatorInterface method setUp (line 73) | protected function setUp() method testDispatch (line 85) | public function testDispatch() method testInvalidRequest (line 105) | public function testInvalidRequest() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Language/DictionaryTest.php class DictionaryTest (line 11) | class DictionaryTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testDictionaryGetter (line 48) | public function testDictionaryGetter($languageCode, $expectation) method dictionaryDataProvider (line 58) | public function dictionaryDataProvider() method getDataMultipleInheritance (line 73) | private function getDataMultipleInheritance() method getDataInheritanceWitSimilarCode (line 95) | private function getDataInheritanceWitSimilarCode() method getDataCircularInheritance (line 112) | private function getDataCircularInheritance() FILE: dev/tests/integration/testsuite/Magento/Framework/App/ObjectManager/ConfigLoaderTest.php class ConfigLoaderTest (line 10) | class ConfigLoaderTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testLoad (line 25) | public function testLoad() FILE: dev/tests/integration/testsuite/Magento/Framework/App/ObjectManager/ConfigWriter/FilesystemTest.php class FilesystemTest (line 11) | class FilesystemTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testWrite (line 36) | public function testWrite() method testOverwrite (line 47) | public function testOverwrite() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Request/CsrfValidatorTest.php class CsrfValidatorTest (line 29) | class CsrfValidatorTest extends TestCase method createUnawareAction (line 70) | private function createUnawareAction(): ActionInterface method createAwareAction (line 86) | private function createAwareAction(): ActionInterface method setUp (line 162) | protected function setUp() method testValidateInWrongArea (line 178) | public function testValidateInWrongArea() method testValidateWithValidKey (line 190) | public function testValidateWithValidKey() method testValidateWithInvalidKey (line 207) | public function testValidateWithInvalidKey() method testValidateInvalidWithAwareAction (line 223) | public function testValidateInvalidWithAwareAction() method testValidateValidWithAwareAction (line 257) | public function testValidateValidWithAwareAction() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Request/HttpMethodValidatorTest.php class HttpMethodValidatorTest (line 17) | class HttpMethodValidatorTest extends TestCase method setUp (line 37) | protected function setUp() method getMap (line 51) | private function getMap(): array method testAllowed (line 73) | public function testAllowed() method testNotAllowedMethod (line 90) | public function testNotAllowedMethod() method testRestrictedMethod (line 101) | public function testRestrictedMethod() FILE: dev/tests/integration/testsuite/Magento/Framework/App/ResourceConnection/ConnectionFactoryTest.php class ConnectionFactoryTest (line 8) | class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testCreate (line 22) | public function testCreate() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/AbstractHeaderTestCase.php class AbstractHeaderTestCase (line 8) | abstract class AbstractHeaderTestCase extends \Magento\TestFramework\Tes... method setUp (line 13) | public function setUp() method assertHeaderPresent (line 34) | protected function assertHeaderPresent($name, $value) method assertHeaderNotPresent (line 46) | protected function assertHeaderNotPresent($name) FILE: dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/HstsTest.php class HstsTest (line 8) | class HstsTest extends AbstractHeaderTestCase method testHeaderPresent (line 15) | public function testHeaderPresent() method testHeaderNotPresent (line 25) | public function testHeaderNotPresent() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/UpgradeInsecureTest.php class UpgradeInsecureTest (line 8) | class UpgradeInsecureTest extends AbstractHeaderTestCase method testHeaderPresent (line 15) | public function testHeaderPresent() method testHeaderNotPresent (line 25) | public function testHeaderNotPresent() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/XFrameOptionsTest.php class XFrameOptionsTest (line 8) | class XFrameOptionsTest extends AbstractHeaderTestCase method testHeaderPresent (line 10) | public function testHeaderPresent() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Route/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetRouteFrontName (line 29) | public function testGetRouteFrontName($route, $scope) method getRouteFrontNameDataProvider (line 38) | public function getRouteFrontNameDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Router/BaseTest.php class BaseTest (line 8) | class BaseTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testMatch (line 27) | public function testMatch() method testGetControllerClassName (line 54) | public function testGetControllerClassName() FILE: dev/tests/integration/testsuite/Magento/Framework/App/Utility/FilesTest.php class FilesTest (line 12) | class FilesTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | public function setUp() method testGetPhpFilesExcludeTests (line 49) | public function testGetPhpFilesExcludeTests() method testGetComposerExcludeTests (line 63) | public function testGetComposerExcludeTests() method testGetPhpFilesOnlyTests (line 70) | public function testGetPhpFilesOnlyTests() method testGetConfigFiles (line 90) | public function testGetConfigFiles() method testGetLayoutConfigFiles (line 99) | public function testGetLayoutConfigFiles() method testGetXmlCatalogFiles (line 108) | public function testGetXmlCatalogFiles() method assertNoTestDirs (line 128) | protected function assertNoTestDirs($files) method testReadLists (line 144) | public function testReadLists() FILE: dev/tests/integration/testsuite/Magento/Framework/App/View/Deployment/VersionTest.php class VersionTest (line 14) | class VersionTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | public function setUp() method getVersionModel (line 50) | public function getVersionModel($mode) method tearDown (line 66) | protected function tearDown() method removeDeployVersionFile (line 71) | private function removeDeployVersionFile() method testGetValueInProductionModeWithoutVersion (line 81) | public function testGetValueInProductionModeWithoutVersion() method testGetValueInDeveloperMode (line 87) | public function testGetValueInDeveloperMode() method testGetValue (line 97) | public function testGetValue() FILE: dev/tests/integration/testsuite/Magento/Framework/Async/ProxyDeferredFactoryTest.php class ProxyDeferredFactoryTest (line 18) | class ProxyDeferredFactoryTest extends TestCase method setUp (line 38) | protected function setUp() method testCreate (line 52) | public function testCreate(): void method testSerialize (line 76) | public function testSerialize(): void method testClone (line 103) | public function testClone(): void method testCreateWrongValue (line 133) | public function testCreateWrongValue(): void FILE: dev/tests/integration/testsuite/Magento/Framework/Async/_files/test_class.php class TestClass (line 14) | class TestClass method __construct (line 37) | public function __construct(string $value) method getValue (line 48) | public function getValue(): string method isCloned (line 58) | public function isCloned(): bool method __clone (line 66) | public function __clone() FILE: dev/tests/integration/testsuite/Magento/Framework/Backup/DbTest.php class DbTest (line 19) | class DbTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 21) | public static function setUpBeforeClass() method testBackupIncludesCustomTriggers (line 41) | public function testBackupIncludesCustomTriggers() method tearDown (line 70) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/Backup/FilesystemTest.php class FilesystemTest (line 11) | class FilesystemTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testRollback (line 32) | public function testRollback() FILE: dev/tests/integration/testsuite/Magento/Framework/Cache/Backend/MongoDbTest.php class MongoDbTest (line 8) | class MongoDbTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method tearDown (line 37) | protected function tearDown() method testConstructorException (line 50) | public function testConstructorException() method testGetIds (line 55) | public function testGetIds() method testGetTags (line 63) | public function testGetTags() method testGetIdsMatchingTags (line 76) | public function testGetIdsMatchingTags($searchTags, $expectedIds) method getIdsMatchingTagsDataProvider (line 83) | public function getIdsMatchingTagsDataProvider() method testGetIdsNotMatchingTags (line 94) | public function testGetIdsNotMatchingTags($searchTags, $expectedIds) method getIdsNotMatchingTagsDataProvider (line 101) | public function getIdsNotMatchingTagsDataProvider() method testGetIdsMatchingAnyTags (line 112) | public function testGetIdsMatchingAnyTags($searchTags, $expectedIds) method getIdsMatchingAnyTagsDataProvider (line 119) | public function getIdsMatchingAnyTagsDataProvider() method testGetMetadatas (line 128) | public function testGetMetadatas() method testTouch (line 145) | public function testTouch($extraLifeTime, \PHPUnit\Framework\Constrain... method touchDataProvider (line 155) | public function touchDataProvider() method testLoad (line 170) | public function testLoad($data, $lifetime, $doNotTestValidity, $expected) method loadDataProvider (line 178) | public function loadDataProvider() method testTest (line 188) | public function testTest() method testSave (line 195) | public function testSave() method testRemove (line 209) | public function testRemove() method testClean (line 221) | public function testClean($mode, $tags, $expectedIds) method cleanDataProvider (line 230) | public function cleanDataProvider() method testCleanOld (line 252) | public function testCleanOld() method _prepareCollection (line 266) | protected function _prepareCollection() FILE: dev/tests/integration/testsuite/Magento/Framework/Cache/CoreTest.php class CoreTest (line 12) | class CoreTest extends \PHPUnit\Framework\TestCase method testSetBackendSuccess (line 14) | public function testSetBackendSuccess() method testSetBackendException (line 38) | public function testSetBackendException() FILE: dev/tests/integration/testsuite/Magento/Framework/Code/File/Validator/NotProtectedExtensionTest.php class NotProtectedExtensionTest (line 15) | class NotProtectedExtensionTest extends \PHPUnit\Framework\TestCase method testIsValid (line 21) | public function testIsValid($extension) method isValidDataProvider (line 29) | public function isValidDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Code/Generator/AutoloaderTest.php class AutoloaderTest (line 16) | class AutoloaderTest extends TestCase method getTestFrameworkObjectManager (line 26) | private function getTestFrameworkObjectManager() method setupLoggerTestDouble (line 34) | public function setupLoggerTestDouble(): void method removeLoggerTestDouble (line 43) | public function removeLoggerTestDouble(): void method createExceptionThrowingGeneratorTestDouble (line 52) | private function createExceptionThrowingGeneratorTestDouble(\RuntimeEx... method testLogsExceptionDuringGeneration (line 61) | public function testLogsExceptionDuringGeneration(): void method testFiltersDuplicateExceptionMessages (line 73) | public function testFiltersDuplicateExceptionMessages(): void FILE: dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest.php class GeneratorTest (line 24) | class GeneratorTest extends TestCase method setUp (line 56) | protected function setUp() method tearDown (line 84) | protected function tearDown() method _clearDocBlock (line 95) | protected function _clearDocBlock($classBody) method testGenerateClassFactoryWithNamespace (line 104) | public function testGenerateClassFactoryWithNamespace() method testGenerateClassProxyWithNamespace (line 123) | public function testGenerateClassProxyWithNamespace() method testGenerateClassInterceptorWithNamespace (line 142) | public function testGenerateClassInterceptorWithNamespace() method testGenerateClassExtensionAttributesInterfaceFactoryWithNamespace (line 159) | public function testGenerateClassExtensionAttributesInterfaceFactoryWi... method testGeneratorClassWithErrorSaveClassFile (line 178) | public function testGeneratorClassWithErrorSaveClassFile() FILE: dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest/ParentClassWithNamespace.php class ParentClassWithNamespace (line 13) | class ParentClassWithNamespace method publicParentMethod (line 26) | public function publicParentMethod( method _protectedParentMethod (line 46) | protected function _protectedParentMethod( method _privateParentMethod (line 67) | private function _privateParentMethod( method publicParentWithoutParameters (line 76) | public function publicParentWithoutParameters() method publicParentStatic (line 80) | public static function publicParentStatic() method publicParentFinal (line 84) | final public function publicParentFinal() FILE: dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest/SourceClassWithNamespace.php class SourceClassWithNamespace (line 13) | class SourceClassWithNamespace extends ParentClassWithNamespace method __construct (line 24) | public function __construct($param1 = '', $param2 = '\\', $param3 = '\'') method publicChildMethod (line 40) | public function publicChildMethod( method publicMethodWithReference (line 58) | public function publicMethodWithReference(ClassGenerator &$classGenera... method _protectedChildMethod (line 72) | protected function _protectedChildMethod( method _privateChildMethod (line 93) | private function _privateChildMethod( method publicChildWithoutParameters (line 105) | public function publicChildWithoutParameters() method publicChildStatic (line 112) | public static function publicChildStatic() method publicChildFinal (line 119) | final public function publicChildFinal() method public71 (line 135) | public function public71( method public71Another (line 153) | public function public71Another(?\DateTime $arg1, $arg2 = false): ?string method publicWithSelf (line 165) | public function publicWithSelf($arg = false): self FILE: dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest/SourceClassWithNamespaceExtension.php class SourceClassWithNamespaceExtension (line 12) | class SourceClassWithNamespaceExtension extends ParentClassWithNamespace FILE: dev/tests/integration/testsuite/Magento/Framework/Code/Reader/SourceArgumentsReaderTest.php class SourceArgumentsReaderTest (line 10) | class SourceArgumentsReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetConstructorArgumentTypes (line 27) | public function testGetConstructorArgumentTypes($class, $expectedResult) method getConstructorArgumentTypesDataProvider (line 34) | public function getConstructorArgumentTypesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method testGetTopics (line 18) | public function testGetTopics() method testGetTopicsNumeric (line 31) | public function testGetTopicsNumeric() method testGetTopicsNumericInvalid (line 57) | public function testGetTopicsNumericInvalid() method testGetTopic (line 65) | public function testGetTopic() method testGetTopicInvalidName (line 78) | public function testGetTopicInvalidName() method testGetTopicsExceptionMissingRequest (line 87) | public function testGetTopicsExceptionMissingRequest() method testGetTopicsExceptionNotExistingServiceMethod (line 96) | public function testGetTopicsExceptionNotExistingServiceMethod() method testGetTopicsExceptionNotExistingService (line 105) | public function testGetTopicsExceptionNotExistingService() method testGetTopicsExceptionNoAttributes (line 114) | public function testGetTopicsExceptionNoAttributes() method testGetTopicsExceptionInvalidResponseSchema (line 123) | public function testGetTopicsExceptionInvalidResponseSchema() method testGetTopicsExceptionInvalidRequestSchema (line 132) | public function testGetTopicsExceptionInvalidRequestSchema() method testGetTopicsExceptionMultipleHandlersSynchronousMode (line 141) | public function testGetTopicsExceptionMultipleHandlersSynchronousMode() method testGetTopicsExceptionInvalidHandler (line 150) | public function testGetTopicsExceptionInvalidHandler() method testGetTopicsExceptionInvalidTopicNameInEnv (line 159) | public function testGetTopicsExceptionInvalidTopicNameInEnv() method testGetTopicsExceptionTopicWithoutDataInEnv (line 171) | public function testGetTopicsExceptionTopicWithoutDataInEnv() method testGetTopicsExceptionTopicWithMissedKeysInEnv (line 183) | public function testGetTopicsExceptionTopicWithMissedKeysInEnv() method testGetTopicsExceptionTopicWithExcessiveKeysInEnv (line 195) | public function testGetTopicsExceptionTopicWithExcessiveKeysInEnv() method testGetTopicsExceptionTopicWithNonMatchedNameInEnv (line 207) | public function testGetTopicsExceptionTopicWithNonMatchedNameInEnv() method testGetTopicsExceptionMultipleHandlersSynchronousModeInEnv (line 219) | public function testGetTopicsExceptionMultipleHandlersSynchronousModeI... method testGetTopicsExceptionInvalidRequestSchemaInEnv (line 231) | public function testGetTopicsExceptionInvalidRequestSchemaInEnv() method testGetTopicsExceptionInvalidResponseSchemaInEnv (line 243) | public function testGetTopicsExceptionInvalidResponseSchemaInEnv() method testGetTopicsExceptionInvalidMethodInHandlerInEnv (line 255) | public function testGetTopicsExceptionInvalidMethodInHandlerInEnv() method testGetTopicsExceptionWithDisabledHandlerInEnv (line 267) | public function testGetTopicsExceptionWithDisabledHandlerInEnv() method testGetTopicsExceptionIncorrectRequestSchemaTypeInEnv (line 279) | public function testGetTopicsExceptionIncorrectRequestSchemaTypeInEnv() method testGetTopicsExceptionIsNotBooleanTypeOfIsSynchronousInEnv (line 291) | public function testGetTopicsExceptionIsNotBooleanTypeOfIsSynchronousI... method getConfigInstance (line 306) | protected function getConfigInstance($configFilePath, $envConfigFilePa... FILE: dev/tests/integration/testsuite/Magento/Framework/Composer/ComposerInformationTest.php class ComposerInformationTest (line 15) | class ComposerInformationTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method setupDirectory (line 47) | private function setupDirectory($composerDir) method testGetRequiredPhpVersion (line 74) | public function testGetRequiredPhpVersion($composerDir) method testGetRequiredExtensions (line 92) | public function testGetRequiredExtensions($composerDir) method testGetSuggestedPackages (line 114) | public function testGetSuggestedPackages($composerDir) method testGetRootRequiredPackagesAndTypes (line 130) | public function testGetRootRequiredPackagesAndTypes($composerDir) method getRequiredPhpVersionDataProvider (line 151) | public function getRequiredPhpVersionDataProvider() method testIsPackageInComposerJson (line 160) | public function testIsPackageInComposerJson() method testGetRootRepositories (line 181) | public function testGetRootRepositories($composerDir) method testIsMagentoRoot (line 202) | public function testIsMagentoRoot($composerDir) FILE: dev/tests/integration/testsuite/Magento/Framework/Composer/RemoveTest.php class RemoveTest (line 10) | class RemoveTest extends \PHPUnit\Framework\TestCase method testRemove (line 12) | public function testRemove() FILE: dev/tests/integration/testsuite/Magento/Framework/Config/ConverterTest.php class ConverterTest (line 12) | class ConverterTest extends \PHPUnit\Framework\TestCase method testParseVarElement (line 26) | public function testParseVarElement($sourceString, $expected) method parseVarElementDataProvider (line 43) | public function parseVarElementDataProvider() method setUp (line 81) | protected function setUp() FILE: dev/tests/integration/testsuite/Magento/Framework/Console/CliTest.php class CliTest (line 19) | class CliTest extends \PHPUnit\Framework\TestCase method setUp (line 54) | protected function setUp() method tearDown (line 68) | protected function tearDown() method testDocumentRootIsPublic (line 86) | public function testDocumentRootIsPublic($isPub, $params) method documentRootIsPubProvider (line 115) | public function documentRootIsPubProvider(): array FILE: dev/tests/integration/testsuite/Magento/Framework/Css/PreProcessor/Adapter/CssInlinerTest.php class CssInlinerTest (line 8) | class CssInlinerTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetFiles (line 33) | public function testGetFiles($htmlFilePath, $cssFilePath, $cssExpected) method getFilesDataProvider (line 46) | public function getFilesDataProvider() method testGetFilesEmogrifier (line 69) | public function testGetFilesEmogrifier($htmlFilePath, $cssFilePath, $c... method getFilesDataProviderEmogrifier (line 89) | public function getFilesDataProviderEmogrifier() FILE: dev/tests/integration/testsuite/Magento/Framework/Css/PreProcessor/File/Collector/AggregatedTest.php class AggregatedTest (line 16) | class AggregatedTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testGetFiles (line 85) | public function testGetFiles($path, $themeName, array $expectedFiles) method getFilesDataProvider (line 108) | public function getFilesDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/DB/Adapter/InterfaceTest.php class InterfaceTest (line 12) | class InterfaceTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | protected function setUp() method tearDown (line 72) | protected function tearDown() method assertPreConditions (line 79) | protected function assertPreConditions() method _getIndexColumns (line 109) | protected function _getIndexColumns($tableName, $indexName, $schemaNam... method testDropColumn (line 119) | public function testDropColumn() method testDropColumnRemoveFromIndexes (line 131) | public function testDropColumnRemoveFromIndexes() method testDropColumnRemoveIndexDuplicate (line 148) | public function testDropColumnRemoveIndexDuplicate() method testInsertArray (line 168) | public function testInsertArray(array $columns, array $data, array $ex... method insertArrayDataProvider (line 181) | public function insertArrayDataProvider() method testInsertArrayTwoColumnsWithSimpleData (line 214) | public function testInsertArrayTwoColumnsWithSimpleData() method testInsertMultiple (line 222) | public function testInsertMultiple($data) method testInsertOnDuplicate (line 235) | public function testInsertOnDuplicate($data) method testInsertForce (line 248) | public function testInsertForce($data) method insertDataProvider (line 263) | public function insertDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/DB/Adapter/Pdo/MysqlTest.php class MysqlTest (line 13) | class MysqlTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 28) | protected function tearDown() method testWaitTimeout (line 38) | public function testWaitTimeout() method getWaitTimeout (line 62) | private function getWaitTimeout() method setWaitTimeout (line 73) | private function setWaitTimeout($waitTimeout) method executeQuery (line 86) | private function executeQuery($sql) method getDbAdapter (line 96) | private function getDbAdapter() method testGetCreateTable (line 101) | public function testGetCreateTable() method testGetForeignKeys (line 110) | public function testGetForeignKeys() method testGetIndexList (line 119) | public function testGetIndexList() method testDescribeTable (line 128) | public function testDescribeTable() method testCreateTableColumnWithExpressionAsColumnDefaultValue (line 141) | public function testCreateTableColumnWithExpressionAsColumnDefaultValue() FILE: dev/tests/integration/testsuite/Magento/Framework/DB/DataConverter/DataConverterTest.php class DataConverterTest (line 18) | class DataConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 63) | protected function setUp() method testDataConvertErrorReporting (line 139) | public function testDataConvertErrorReporting() method testAlreadyConvertedDataSkipped (line 158) | public function testAlreadyConvertedDataSkipped() FILE: dev/tests/integration/testsuite/Magento/Framework/DB/HelperTest.php class HelperTest (line 8) | class HelperTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testPrepareColumnsList (line 32) | public function testPrepareColumnsList() method testAddGroupConcatColumn (line 38) | public function testAddGroupConcatColumn() method testGetDateDiff (line 45) | public function testGetDateDiff() method testAddLikeEscape (line 52) | public function testAddLikeEscape() FILE: dev/tests/integration/testsuite/Magento/Framework/DB/TransactionTest.php class TransactionTest (line 10) | class TransactionTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testSaveDelete (line 29) | public function testSaveDelete() method testTransactionLevelDbIsolationDisable (line 53) | public function testTransactionLevelDbIsolationDisable() method testTransactionLevelDbIsolationEnabled (line 63) | public function testTransactionLevelDbIsolationEnabled() method testTransactionLevelDbIsolationDefault (line 70) | public function testTransactionLevelDbIsolationDefault() FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Argument/Interpreter/BaseStringUtilsTest.php class BaseStringUtilsTest (line 15) | class BaseStringUtilsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testEvaluate (line 57) | public function testEvaluate($input, $expected) method evaluateDataProvider (line 68) | public function evaluateDataProvider() method testEvaluateException (line 89) | public function testEvaluateException($input) method evaluateExceptionDataProvider (line 99) | public function evaluateExceptionDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Argument/Interpreter/StringUtilsTest.php class StringUtilsTest (line 15) | class StringUtilsTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testEvaluate (line 65) | public function testEvaluate($input, $expected) method evaluateDataProvider (line 76) | public function evaluateDataProvider() method testEvaluateException (line 98) | public function testEvaluateException($input) method evaluateExceptionDataProvider (line 108) | public function evaluateExceptionDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Form/Element/DateTest.php class DateTest (line 15) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGetValue (line 39) | public function testGetValue(array $data, string $expect): void method getValueDataProvider (line 51) | public function getValueDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Form/Element/FieldsetTest.php class FieldsetTest (line 12) | class FieldsetTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method _fillFieldset (line 30) | protected function _fillFieldset(array $fields) method testHasAdvanced (line 42) | public function testHasAdvanced(array $fields, $expect) method testAdvancedLabel (line 51) | public function testAdvancedLabel() method fieldsDataProvider (line 62) | public function fieldsDataProvider() method testGetChildren (line 151) | public function testGetChildren($fields, $expect) method getChildrenDataProvider (line 160) | public function getChildrenDataProvider() method testGetBasicChildren (line 175) | public function testGetBasicChildren($fields, $expect) method testGetCountBasicChildren (line 186) | public function testGetCountBasicChildren($fields, $expect) method getBasicChildrenDataProvider (line 195) | public function getBasicChildrenDataProvider() method testGetAdvancedChildren (line 208) | public function testGetAdvancedChildren($fields, $expect) method getAdvancedChildrenDataProvider (line 217) | public function getAdvancedChildrenDataProvider() method testGetSubFieldset (line 233) | public function testGetSubFieldset($fields, $expect) method getSubFieldsetDataProvider (line 242) | public function getSubFieldsetDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Form/Element/ImageTest.php class ImageTest (line 11) | class ImageTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testGetElementHtml (line 28) | public function testGetElementHtml() FILE: dev/tests/integration/testsuite/Magento/Framework/Data/Wysiwyg/NormalizerTest.php class NormalizerTest (line 8) | class NormalizerTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testReplaceReservedCharacters (line 22) | public function testReplaceReservedCharacters() method testRestoreReservedCharacters (line 29) | public function testRestoreReservedCharacters() method testReplaceAndRestoreReservedCharacters (line 36) | public function testReplaceAndRestoreReservedCharacters() FILE: dev/tests/integration/testsuite/Magento/Framework/DataObject/Copy/Config/ReaderTest.php class ReaderTest (line 12) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | public function setUp() method testRead (line 34) | public function testRead() method testMergeCompleteAndPartial (line 44) | public function testMergeCompleteAndPartial() FILE: dev/tests/integration/testsuite/Magento/Framework/DataObject/CopyTest.php class CopyTest (line 8) | class CopyTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testCopyFieldset (line 21) | public function testCopyFieldset() method testCopyFieldsetWithExtensionAttributes (line 40) | public function testCopyFieldsetWithExtensionAttributes() method testCopyFieldsetWithAbstractSimpleObject (line 107) | public function testCopyFieldsetWithAbstractSimpleObject() method testCopyFieldsetArrayTarget (line 150) | public function testCopyFieldsetArrayTarget() FILE: dev/tests/integration/testsuite/Magento/Framework/Encryption/EncryptorTest.php class EncryptorTest (line 8) | class EncryptorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testEncryptDecrypt (line 22) | public function testEncryptDecrypt() method testValidateKey (line 32) | public function testValidateKey($key) method validEncryptionKeyDataProvider (line 37) | public function validEncryptionKeyDataProvider() method testValidateKeyInvalid (line 54) | public function testValidateKeyInvalid($key) method invalidEncryptionKeyDataProvider (line 59) | public function invalidEncryptionKeyDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Encryption/ModelTest.php class ModelTest (line 10) | class ModelTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testEncryptDecrypt (line 24) | public function testEncryptDecrypt() method testEncryptDecrypt2 (line 32) | public function testEncryptDecrypt2() method testValidateKey (line 42) | public function testValidateKey() method testValidateKeyInvalid (line 51) | public function testValidateKeyInvalid() method testGetValidateHash (line 57) | public function testGetValidateHash() FILE: dev/tests/integration/testsuite/Magento/Framework/Error/ProcessorTest.php class ProcessorTest (line 12) | class ProcessorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method tearDown (line 31) | protected function tearDown() method testSaveAndLoadReport (line 43) | public function testSaveAndLoadReport( method dataProviderSaveAndLoadReport (line 74) | public function dataProviderSaveAndLoadReport(): array method createProcessor (line 113) | private function createProcessor(): Processor method removeDirRecursively (line 126) | private function removeDirRecursively(string $dir, int $i = 0): bool FILE: dev/tests/integration/testsuite/Magento/Framework/Exception/NoSuchEntityExceptionTest.php class NoSuchEntityExceptionTest (line 10) | class NoSuchEntityExceptionTest extends \PHPUnit\Framework\TestCase method testConstructor (line 12) | public function testConstructor() FILE: dev/tests/integration/testsuite/Magento/Framework/File/SizeTest.php class SizeTest (line 12) | class SizeTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetMaxFileSize (line 28) | public function testGetMaxFileSize() FILE: dev/tests/integration/testsuite/Magento/Framework/File/UploaderTest.php class UploaderTest (line 15) | class UploaderTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testUploadFileFromAllowedFolder (line 42) | public function testUploadFileFromAllowedFolder(): void method testUploadFileFromNotAllowedFolder (line 70) | public function testUploadFileFromNotAllowedFolder(): void method tearDown (line 90) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/Directory/ReadTest.php class ReadTest (line 17) | class ReadTest extends \PHPUnit\Framework\TestCase method testInstance (line 22) | public function testInstance() method testGetAbsolutePath (line 31) | public function testGetAbsolutePath() method testGetAbsolutePathOutside (line 38) | public function testGetAbsolutePathOutside() method testGetRelativePath (line 60) | public function testGetRelativePath() method testGetRelativePathOutside (line 71) | public function testGetRelativePathOutside() method testRead (line 106) | public function testRead($dirPath, $readPath, $expectedResult) method readProvider (line 120) | public function readProvider() method testReadOutside (line 129) | public function testReadOutside() method testSearch (line 159) | public function testSearch($dirPath, $pattern, $expectedResult) method searchProvider (line 173) | public function searchProvider() method testSearchOutside (line 182) | public function testSearchOutside() method testIsExist (line 212) | public function testIsExist($dirPath, $path, $exists) method existsProvider (line 223) | public function existsProvider() method testIsExistOutside (line 228) | public function testIsExistOutside() method testStat (line 257) | public function testStat($dirPath, $path) method statProvider (line 286) | public function statProvider() method testStatOutside (line 291) | public function testStatOutside() method testIsReadable (line 321) | public function testIsReadable($dirPath, $path, $readable) method testIsReadableOutside (line 327) | public function testIsReadableOutside() method testIsFile (line 356) | public function testIsFile($path, $isFile) method testIsFileOutside (line 361) | public function testIsFileOutside() method testIsDirectory (line 390) | public function testIsDirectory($path, $isDirectory) method testIsDirectoryOutside (line 395) | public function testIsDirectoryOutside() method isReadableProvider (line 422) | public function isReadableProvider() method isFileProvider (line 432) | public function isFileProvider() method isDirectoryProvider (line 442) | public function isDirectoryProvider() method testOpenFile (line 450) | public function testOpenFile() method testOpenFileOutside (line 457) | public function testOpenFileOutside() method testReadFile (line 486) | public function testReadFile($path, $content) method readFileProvider (line 497) | public function readFileProvider() method testReadFileOutside (line 508) | public function testReadFileOutside() method getDirectoryInstance (line 537) | private function getDirectoryInstance($path) method testReadRecursively (line 549) | public function testReadRecursively() method testReadRecursivelyOutside (line 560) | public function testReadRecursivelyOutside() FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/Directory/WriteTest.php class WriteTest (line 18) | class WriteTest extends \PHPUnit\Framework\TestCase method testInstance (line 30) | public function testInstance() method testCreate (line 45) | public function testCreate($basePath, $permissions, $path) method createProvider (line 57) | public function createProvider() method testCreateOutside (line 67) | public function testCreateOutside() method testDelete (line 95) | public function testDelete($path) method deleteProvider (line 109) | public function deleteProvider() method testDeleteOutside (line 114) | public function testDeleteOutside() method testRename (line 145) | public function testRename($basePath, $permissions, $name, $newName) method renameProvider (line 162) | public function renameProvider() method testRenameOutside (line 167) | public function testRenameOutside() method testRenameTargetDir (line 202) | public function testRenameTargetDir($firstDir, $secondDir, $permission... method renameTargetDirProvider (line 221) | public function renameTargetDirProvider() method testCopy (line 235) | public function testCopy($basePath, $permissions, $name, $newName) method copyProvider (line 250) | public function copyProvider() method testCopyOutside (line 258) | public function testCopyOutside() method testCopyTargetDir (line 302) | public function testCopyTargetDir($firstDir, $secondDir, $permission, ... method copyTargetDirProvider (line 320) | public function copyTargetDirProvider() method testChangePermissions (line 331) | public function testChangePermissions() method testChangePermissionsOutside (line 338) | public function testChangePermissionsOutside() method testChangePermissionsRecursively (line 363) | public function testChangePermissionsRecursively() method testChangePermissionsRecursivelyOutside (line 373) | public function testChangePermissionsRecursivelyOutside() method testTouch (line 404) | public function testTouch($basePath, $permissions, $path, $time) method touchProvider (line 417) | public function touchProvider() method testTouchOutside (line 425) | public function testTouchOutside() method testIsWritable (line 450) | public function testIsWritable() method testIsWritableOutside (line 458) | public function testIsWritableOutside() method testOpenFile (line 489) | public function testOpenFile($basePath, $permissions, $path, $mode) method openFileProvider (line 502) | public function openFileProvider() method testOpenFileOutside (line 510) | public function testOpenFileOutside() method testWriteFile (line 540) | public function testWriteFile($path, $content, $extraContent) method testWriteFileAppend (line 557) | public function testWriteFileAppend($path, $content, $extraContent) method writeFileProvider (line 571) | public function writeFileProvider() method testWriteFileOutside (line 576) | public function testWriteFileOutside() method tearDown (line 601) | public function tearDown() method getDirectoryInstance (line 619) | private function getDirectoryInstance($path, $permissions) FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/Driver/FileTest.php class FileTest (line 12) | class FileTest extends \PHPUnit\Framework\TestCase method getTestPath (line 35) | protected function getTestPath($relativePath) method setUp (line 43) | public function setUp() method tearDown (line 54) | protected function tearDown() method testReadDirectoryRecursively (line 62) | public function testReadDirectoryRecursively() method testReadDirectoryRecursivelyFailure (line 82) | public function testReadDirectoryRecursivelyFailure() method testCreateDirectory (line 92) | public function testCreateDirectory() method testSymlinks (line 110) | public function testSymlinks(): void method removeGeneratedDirectory (line 132) | private function removeGeneratedDirectory(): void FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/File/ReadTest.php class ReadTest (line 12) | class ReadTest extends \PHPUnit\Framework\TestCase method testInstance (line 17) | public function testInstance() method testAssertValid (line 31) | public function testAssertValid($path) method providerNotValidFiles (line 41) | public function providerNotValidFiles() method testRead (line 54) | public function testRead($path, $length, $expectedResult) method providerRead (line 66) | public function providerRead() method testReadAll (line 78) | public function testReadAll($path, $content) method readAllProvider (line 89) | public function readAllProvider() method testReadLine (line 105) | public function testReadLine($path, $lines, $length) method readLineProvider (line 118) | public function readLineProvider() method testStat (line 134) | public function testStat($path) method statProvider (line 163) | public function statProvider() method testReadCsv (line 180) | public function testReadCsv($path, $length, $delimiter, $enclosure, $e... method providerCsv (line 194) | public function providerCsv() method testTell (line 206) | public function testTell($path, $position) method providerPosition (line 218) | public function providerPosition() method testSeek (line 232) | public function testSeek($path, $position, $whence, $tell) method providerSeek (line 244) | public function providerSeek() method testEofFalse (line 260) | public function testEofFalse($path, $position) method providerEof (line 272) | public function providerEof() method testEofTrue (line 280) | public function testEofTrue() method testClose (line 291) | public function testClose() method getFileInstance (line 304) | private function getFileInstance($path) FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/File/WriteTest.php class WriteTest (line 12) | class WriteTest extends \PHPUnit\Framework\TestCase method testInstance (line 24) | public function testInstance() method testFileExistException (line 40) | public function testFileExistException($path, $mode) method fileExistProvider (line 50) | public function fileExistProvider() method testWriteOnly (line 64) | public function testWriteOnly($path, $mode, $write, $expectedResult) method writeProvider (line 78) | public function writeProvider() method testWriteAndRead (line 97) | public function testWriteAndRead($path, $mode, $write, $expectedResult) method writeAndReadProvider (line 114) | public function writeAndReadProvider() method testWriteCsv (line 134) | public function testWriteCsv($expectedData, $path, array $data, $delim... method csvDataProvider (line 150) | public function csvDataProvider() method testLockUnlock (line 162) | public function testLockUnlock() method testFlush (line 174) | public function testFlush() method removeCurrentFile (line 185) | private function removeCurrentFile() method getFileInstance (line 198) | private function getFileInstance($path, $mode) FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/FileResolverTest.php class FileResolverTest (line 12) | class FileResolverTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | public function setUp() method tearDown (line 41) | public function tearDown() method testAddIncludePathPrepend (line 46) | public function testAddIncludePathPrepend() method testAddIncludePathAppend (line 58) | public function testAddIncludePathAppend() method testGetFile (line 70) | public function testGetFile() FILE: dev/tests/integration/testsuite/Magento/Framework/Filesystem/FilesystemTest.php class FilesystemTest (line 19) | class FilesystemTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetDirectoryReadInstance (line 34) | public function testGetDirectoryReadInstance() method testGetDirectoryWriteInstance (line 43) | public function testGetDirectoryWriteInstance() method testGetUri (line 52) | public function testGetUri() FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/DependDirectiveTest.php class DependDirectiveTest (line 17) | class DependDirectiveTest extends TestCase method setUp (line 34) | protected function setUp() method testFallbackWithNoVariables (line 45) | public function testFallbackWithNoVariables() method testCases (line 55) | public function testCases(string $parameter, array $variables, bool $i... method useCasesProvider (line 66) | public function useCasesProvider() method createConstruction (line 78) | private function createConstruction(DependDirective $directive, string... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/Filter/FilterApplierTest.php class FilterApplierTest (line 14) | class FilterApplierTest extends TestCase method setUp (line 21) | protected function setUp() method testArrayUseCases (line 29) | public function testArrayUseCases($param, $input, $expected) method arrayUseCaseProvider (line 36) | public function arrayUseCaseProvider() method testRawUseCases (line 57) | public function testRawUseCases($param, $input, $expected) method rawUseCaseProvider (line 64) | public function rawUseCaseProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/ForDirectiveTest.php class ForDirectiveTest (line 17) | class ForDirectiveTest extends TestCase method setUp (line 34) | protected function setUp() method testFallbackWithIncorrectFormat (line 48) | public function testFallbackWithIncorrectFormat($template) method testCases (line 57) | public function testCases(string $template, array $variables, string $... method useCasesProvider (line 67) | public function useCasesProvider() method invalidFormatProvider (line 93) | public function invalidFormatProvider() method createConstruction (line 101) | private function createConstruction(ForDirective $directive, string $v... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/IfDirectiveTest.php class IfDirectiveTest (line 17) | class IfDirectiveTest extends TestCase method setUp (line 34) | protected function setUp() method testFallbackWithNoVariables (line 45) | public function testFallbackWithNoVariables() method testCases (line 55) | public function testCases(string $template, array $variables, string $... method useCasesProvider (line 65) | public function useCasesProvider() method createConstruction (line 92) | private function createConstruction(IfDirective $directive, string $va... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/LegacyDirectiveTest.php class LegacyDirectiveTest (line 15) | class LegacyDirectiveTest extends TestCase method setUp (line 27) | protected function setUp() method testFallbackWithNoVariables (line 34) | public function testFallbackWithNoVariables() method testCases (line 44) | public function testCases(string $template, array $variables, string $... method useCaseProvider (line 54) | public function useCaseProvider() method createConstruction (line 63) | private function createConstruction(LegacyDirective $directive, string... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/SimpleDirectiveTest.php class SimpleDirectiveTest (line 19) | class SimpleDirectiveTest extends TestCase method setUp (line 26) | protected function setUp() method testFallbackWhenDirectiveNotFound (line 31) | public function testFallbackWhenDirectiveNotFound() method testProcessorAndFilterPoolsAreUsed (line 41) | public function testProcessorAndFilterPoolsAreUsed() method testDefaultFiltersAreUsed (line 59) | public function testDefaultFiltersAreUsed() method testParametersAreParsed (line 74) | public function testParametersAreParsed() method createWithProcessorsAndFilters (line 88) | private function createWithProcessorsAndFilters(array $processors, arr... method createConstruction (line 99) | private function createConstruction(SimpleDirective $directive, string... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/TemplateDirectiveTest.php class TemplateDirectiveTest (line 15) | class TemplateDirectiveTest extends TestCase method setUp (line 27) | protected function setUp() method testNoTemplateProcessor (line 34) | public function testNoTemplateProcessor() method testNoConfigPath (line 41) | public function testNoConfigPath() method testCases (line 52) | public function testCases(string $template, array $variables, string $... method useCaseProvider (line 63) | public function useCaseProvider() method processTemplate (line 79) | public function processTemplate(string $configPath, array $parameters) method createConstruction (line 89) | private function createConstruction(TemplateDirective $directive, stri... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/DirectiveProcessor/VarDirectiveTest.php class VarDirectiveTest (line 17) | class VarDirectiveTest extends TestCase method setUp (line 34) | protected function setUp() method testFallback (line 45) | public function testFallback() method testCases (line 55) | public function testCases(string $parameter, array $variables, string ... method useCasesProvider (line 66) | public function useCasesProvider() method createConstruction (line 92) | private function createConstruction(VarDirective $directive, string $v... FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/Template/Tokenizer/ParameterTest.php class ParameterTest (line 8) | class ParameterTest extends \PHPUnit\Framework\TestCase method testGetValue (line 15) | public function testGetValue($string, $values) method testTokenize (line 32) | public function testTokenize($string, $params) method tokenizeDataProvider (line 44) | public function tokenizeDataProvider() method getValueDataProvider (line 73) | public function getValueDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/TemplateTest.php class TemplateTest (line 12) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testFilterFor (line 29) | public function testFilterFor($results, $value) method getOrder (line 38) | private function getOrder() method getThings (line 53) | public function getThings() method getFilterForDataProvider (line 65) | public function getFilterForDataProvider() method testDependDirective (line 128) | public function testDependDirective() method testIfDirective (line 143) | public function testIfDirective() method testNonDataObjectVariableParsing (line 156) | public function testNonDataObjectVariableParsing() method testComplexVariableArguments (line 174) | public function testComplexVariableArguments() method testComplexVariableGetterArguments (line 193) | public function testComplexVariableGetterArguments() method testNonDataObjectRendersBlankInStrictMode (line 212) | public function testNonDataObjectRendersBlankInStrictMode() method testDataObjectCanRenderPropertiesStrictMode (line 231) | public function testDataObjectCanRenderPropertiesStrictMode() method testScalarDataKeys (line 248) | public function testScalarDataKeys($strictMode) method testModifiers (line 282) | public function testModifiers() method testDefaultModifiers (line 296) | public function testDefaultModifiers() method testFilterVarious1 (line 310) | public function testFilterVarious1() method testInvalidMethodCall (line 364) | public function testInvalidMethodCall() method strictModeTrueFalseProvider (line 373) | public function strictModeTrueFalseProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/TruncateFilterTest.php class TruncateFilterTest (line 10) | class TruncateFilterTest extends \PHPUnit\Framework\TestCase method testFilter (line 21) | public function testFilter( method truncateDataProvider (line 43) | public function truncateDataProvider() : array FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/VariableResolver/LegacyResolverTest.php class LegacyResolverTest (line 16) | class LegacyResolverTest extends TestCase method setUp (line 28) | protected function setUp() method testResolve (line 38) | public function testResolve($value, array $variables, $expected) method useCasesProvider (line 44) | public function useCasesProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Filter/VariableResolver/StrictResolverTest.php class StrictResolverTest (line 16) | class StrictResolverTest extends TestCase method setUp (line 28) | protected function setUp() method testResolve (line 38) | public function testResolve($value, array $variables, $expected) method useCasesProvider (line 44) | public function useCasesProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/GraphQl/Config/GraphQlReaderTest.php class GraphQlReaderTest (line 24) | class GraphQlReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 41) | protected function setUp() method testDispatchIntrospectionWithCustomSDL (line 89) | public function testDispatchIntrospectionWithCustomSDL() FILE: dev/tests/integration/testsuite/Magento/Framework/GraphQl/GraphQlConfigTest.php class GraphQlConfigTest (line 24) | class GraphQlConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGraphQlTypeAndFieldConfigStructure (line 62) | public function testGraphQlTypeAndFieldConfigStructure() method testGraphQlEnumTypeConfigStructure (line 115) | public function testGraphQlEnumTypeConfigStructure() method testGraphQlTypeThatImplementsInterface (line 145) | public function testGraphQlTypeThatImplementsInterface() method testGraphQlInterfaceConfigElement (line 186) | public function testGraphQlInterfaceConfigElement() method assertResponseFields (line 208) | private function assertResponseFields($actualResponse, $assertionMap) method tearDown (line 234) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/HTTP/AsyncClientInterfaceTest.php class AsyncClientInterfaceTest (line 18) | class AsyncClientInterfaceTest extends TestCase method setUp (line 28) | protected function setUp() method testRequest (line 36) | public function testRequest(): void method testCancel (line 56) | public function testCancel(): void method testCancelFail (line 71) | public function testCancelFail(): void FILE: dev/tests/integration/testsuite/Magento/Framework/HTTP/HeaderTest.php class HeaderTest (line 10) | class HeaderTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetHttpHeaderMethods (line 27) | public function testGetHttpHeaderMethods() method testGetRequestUri (line 37) | public function testGetRequestUri() FILE: dev/tests/integration/testsuite/Magento/Framework/HTTP/PhpEnvironment/RemoteAddressTest.php class RemoteAddressTest (line 8) | class RemoteAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetRemoteAddress (line 21) | public function testGetRemoteAddress() FILE: dev/tests/integration/testsuite/Magento/Framework/HTTP/PhpEnvironment/ServerAddressTest.php class ServerAddressTest (line 8) | class ServerAddressTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetServerAddress (line 21) | public function testGetServerAddress() FILE: dev/tests/integration/testsuite/Magento/Framework/Image/Adapter/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method testGetAdapterName (line 10) | public function testGetAdapterName() FILE: dev/tests/integration/testsuite/Magento/Framework/Image/Adapter/InterfaceTest.php class InterfaceTest (line 11) | class InterfaceTest extends \PHPUnit\Framework\TestCase method _prepareData (line 29) | protected function _prepareData($data) method _getFixtureImageSize (line 47) | protected function _getFixtureImageSize() method _compareColors (line 59) | protected function _compareColors($colorBefore, $colorAfter) method _getFixture (line 80) | protected function _getFixture($pattern) method _isFormatSupported (line 99) | protected function _isFormatSupported($image, $adapter) method _getAdapter (line 113) | protected function _getAdapter($adapterType) method testCheckDependencies (line 130) | public function testCheckDependencies($adapterType) method adaptersDataProvider (line 135) | public function adaptersDataProvider() method testOpen (line 150) | public function testOpen($image, $adapterType) method openDataProvider (line 161) | public function openDataProvider() method testGetImage (line 177) | public function testGetImage($adapterType) method testImageSize (line 191) | public function testImageSize($image, $adapterType) method testSave (line 214) | public function testSave($image, $tempPath, $adapterType) method saveDataProvider (line 228) | public function saveDataProvider() method testResize (line 247) | public function testResize($image, $dims, $adapterType) method resizeDataProvider (line 262) | public function resizeDataProvider() method testRotate (line 284) | public function testRotate($image, $angle, $pixel, $adapterType) method _convertCoordinates (line 315) | protected function _convertCoordinates($pixel, $angle, $oldSize, $size) method rotateDataProvider (line 328) | public function rotateDataProvider() method testWatermarkWithAlphaTransparency (line 354) | public function testWatermarkWithAlphaTransparency( method imageWatermarkWithAlphaTransparencyDataProvider (line 391) | public function imageWatermarkWithAlphaTransparencyDataProvider() method testWatermarkPosition (line 447) | public function testWatermarkPosition( method imageWatermarkPositionDataProvider (line 481) | public function imageWatermarkPositionDataProvider() method _prepareColor (line 557) | protected function _prepareColor($pixel, $position, $adapter) method testCrop (line 600) | public function testCrop($image, $left, $top, $right, $bottom, $adapte... method cropDataProvider (line 617) | public function cropDataProvider() method testCreatePngFromString (line 637) | public function testCreatePngFromString($pixel1, $expectedColor1, $pix... method createPngFromStringDataProvider (line 664) | public function createPngFromStringDataProvider() method testValidateUploadFile (line 698) | public function testValidateUploadFile() method testValidateUploadFileException (line 712) | public function testValidateUploadFileException($fileName, $expectedEr... method testValidateUploadFileExceptionDataProvider (line 729) | public function testValidateUploadFileExceptionDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/AbstractPlugin.php class AbstractPlugin (line 13) | abstract class AbstractPlugin extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method tearDown (line 52) | public function tearDown() method setUpInterceptionConfig (line 62) | public function setUpInterceptionConfig($pluginConfig) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Config/CacheManagerTest.php class CacheManagerTest (line 13) | class CacheManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | protected function setUp() method tearDown (line 52) | protected function tearDown() method testInstantiateFromCompiled (line 67) | public function testInstantiateFromCompiled(array $testConfig) method testInstantiateFromCache (line 80) | public function testInstantiateFromCache(array $testConfig) method interceptionCompiledConfigDataProvider (line 88) | public function interceptionCompiledConfigDataProvider() method interceptionCacheConfigDataProvider (line 96) | public function interceptionCacheConfigDataProvider() method initializeMetadataDirectory (line 107) | private function initializeMetadataDirectory() method getConfig (line 123) | private function getConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted.php class Intercepted (line 13) | class Intercepted extends InterceptedParent implements InterceptedInterface method A (line 20) | public function A($param1) method B (line 29) | public function B($param1, $param2) method C (line 37) | public function C($param1) method D (line 45) | public function D($param1) method E (line 53) | final public function E($param1) method F (line 61) | public function F($param1) method G (line 69) | public function G($param1) method K (line 77) | public function K($param1) method V (line 85) | public function V($param1) method W (line 93) | public function W($param1) method X (line 101) | public function X($param1) method Y (line 109) | public function Y($param1) method Z (line 117) | public function Z($param1) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/FirstPlugin.php class FirstPlugin (line 10) | class FirstPlugin method aroundC (line 20) | public function aroundC(Intercepted $subject, \Closure $next, $param1) method aroundD (line 28) | public function aroundD(Intercepted $subject, \Closure $next, $param1) method aroundK (line 37) | public function aroundK(Intercepted $subject, \Closure $next, $param1) method beforeG (line 46) | public function beforeG(Intercepted $subject, $param1) method aroundG (line 54) | public function aroundG(Intercepted $subject, \Closure $next, $param1) method afterG (line 62) | public function afterG(Intercepted $subject, $result) method beforeV (line 70) | public function beforeV(Intercepted $subject, $param1) method aroundV (line 78) | public function aroundV(Intercepted $subject, \Closure $next, $param1) method beforeW (line 86) | public function beforeW(Intercepted $subject, $param1) method aroundW (line 94) | public function aroundW(Intercepted $subject, \Closure $next, $param1) method afterW (line 102) | public function afterW(Intercepted $subject, $result) method beforeX (line 110) | public function beforeX(Intercepted $subject, $param1) method aroundY (line 118) | public function aroundY(Intercepted $subject, \Closure $next, $param1) method afterZ (line 126) | public function afterZ(Intercepted $subject, $result) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/InterfacePlugin.php class InterfacePlugin (line 11) | class InterfacePlugin method aroundC (line 20) | public function aroundC(InterceptedInterface $subject, \Closure $next,... method aroundF (line 31) | public function aroundF(InterceptedInterface $subject, \Closure $next,... method beforeG (line 39) | public function beforeG(InterceptedInterface $subject, $param1) method aroundG (line 47) | public function aroundG(InterceptedInterface $subject, \Closure $next,... method afterG (line 55) | public function afterG(InterceptedInterface $subject, $result) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/Plugin.php class Plugin (line 11) | class Plugin method aroundC (line 21) | public function aroundC(Intercepted $subject, \Closure $next, $param1) method aroundD (line 29) | public function aroundD(Intercepted $subject, \Closure $next, $param1) method aroundK (line 38) | public function aroundK(Intercepted $subject, \Closure $next, $param1) method beforeG (line 47) | public function beforeG(Intercepted $subject, $param1) method aroundG (line 55) | public function aroundG(Intercepted $subject, \Closure $next, $param1) method afterG (line 63) | public function afterG(Intercepted $subject, $result) method beforeV (line 71) | public function beforeV(Intercepted $subject, $param1) method aroundV (line 79) | public function aroundV(Intercepted $subject, \Closure $next, $param1) method beforeW (line 87) | public function beforeW(Intercepted $subject, $param1) method aroundW (line 95) | public function aroundW(Intercepted $subject, \Closure $next, $param1) method afterW (line 103) | public function afterW(Intercepted $subject, $result) method beforeX (line 111) | public function beforeX(Intercepted $subject, $param1) method aroundY (line 119) | public function aroundY(Intercepted $subject, \Closure $next, $param1) method afterZ (line 127) | public function afterZ(Intercepted $subject, $result) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/InterceptedInterface.php type InterceptedInterface (line 13) | interface InterceptedInterface method C (line 18) | public function C($param1); method F (line 23) | public function F($param1); FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/InterceptedParent.php class InterceptedParent (line 13) | class InterceptedParent implements InterceptedParentInterface method A (line 18) | public function A($param1) method B (line 26) | public function B($param1, $param2) FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/InterceptedParentInterface.php type InterceptedParentInterface (line 10) | interface InterceptedParentInterface method A (line 16) | public function A($param1); FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/GeneralTest.php class GeneralTest (line 12) | class GeneralTest extends AbstractPlugin method setUp (line 14) | public function setUp() method testMethodCanBePluginized (line 41) | public function testMethodCanBePluginized() method testPluginCanCallOnlyNextMethodOnNext (line 47) | public function testPluginCanCallOnlyNextMethodOnNext() method testBeforeAndAfterPluginsAreExecuted (line 56) | public function testBeforeAndAfterPluginsAreExecuted() method testPluginCallsOtherMethodsOnSubject (line 65) | public function testPluginCallsOtherMethodsOnSubject() method testInterfacePluginsAreInherited (line 75) | public function testInterfacePluginsAreInherited() method testInternalMethodCallsAreIntercepted (line 81) | public function testInternalMethodCallsAreIntercepted() method testChainedMethodsAreIntercepted (line 87) | public function testChainedMethodsAreIntercepted() method testFinalMethodWorks (line 93) | public function testFinalMethodWorks() method testObjectKeepsStateBetweenInvocations (line 101) | public function testObjectKeepsStateBetweenInvocations() FILE: dev/tests/integration/testsuite/Magento/Framework/Interception/TwoPluginTest.php class TwoPluginTest (line 11) | class TwoPluginTest extends AbstractPlugin method setUp (line 13) | public function setUp() method testPluginBeforeWins (line 33) | public function testPluginBeforeWins() method testPluginAroundWins (line 39) | public function testPluginAroundWins() method testPluginAfterWins (line 45) | public function testPluginAfterWins() method testPluginBeforeAroundWins (line 51) | public function testPluginBeforeAroundWins() method testPluginBeforeAroundAfterWins (line 57) | public function testPluginBeforeAroundAfterWins() FILE: dev/tests/integration/testsuite/Magento/Framework/Json/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testJsonEncodeDecode (line 22) | public function testJsonEncodeDecode() FILE: dev/tests/integration/testsuite/Magento/Framework/Lock/Backend/DatabaseTest.php class DatabaseTest (line 13) | class DatabaseTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testLockAndUnlock (line 31) | public function testLockAndUnlock() method testUnlockWithoutExistingLock (line 44) | public function testUnlockWithoutExistingLock() FILE: dev/tests/integration/testsuite/Magento/Framework/Lock/Backend/FileLockTest.php class FileLockTest (line 13) | class FileLockTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testLockAndUnlock (line 34) | public function testLockAndUnlock() method testUnlockWithoutExistingLock (line 48) | public function testUnlockWithoutExistingLock() FILE: dev/tests/integration/testsuite/Magento/Framework/Lock/Backend/ZookeeperTest.php class ZookeeperTest (line 19) | class ZookeeperTest extends \PHPUnit\Framework\TestCase method setUp (line 49) | protected function setUp() method testLockAndUnlock (line 69) | public function testLockAndUnlock() method testUnlockWithoutExistingLock (line 83) | public function testUnlockWithoutExistingLock() FILE: dev/tests/integration/testsuite/Magento/Framework/Mail/EmailMessageTest.php class EmailMessageTest (line 19) | class EmailMessageTest extends TestCase method setUp (line 85) | protected function setUp() method getEmailMessageDataProvider (line 97) | public function getEmailMessageDataProvider(): array method testEmailMessage (line 120) | public function testEmailMessage($content, $type): void method testEmailMessageWithAttachment (line 219) | public function testEmailMessageWithAttachment(): void method getXmlContent (line 274) | private function getXmlContent(): string FILE: dev/tests/integration/testsuite/Magento/Framework/Mail/TransportBuilderTest.php class TransportBuilderTest (line 20) | class TransportBuilderTest extends TestCase method setUp (line 37) | protected function setUp() method testAddToEmail (line 52) | public function testAddToEmail($email) method emailDataProvider (line 86) | public function emailDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Framework/Message/CollectionFactoryTest.php class CollectionFactoryTest (line 11) | class CollectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testCreate (line 29) | public function testCreate() FILE: dev/tests/integration/testsuite/Magento/Framework/Message/FactoryTest.php class FactoryTest (line 11) | class FactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testCreate (line 32) | public function testCreate($messageType) method createProvider (line 38) | public function createProvider() method testCreateWrong (line 52) | public function testCreateWrong() FILE: dev/tests/integration/testsuite/Magento/Framework/Message/ManagerTest.php class ManagerTest (line 11) | class ManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | public function setUp() method testAddMessage (line 32) | public function testAddMessage() method testAddMessages (line 58) | public function testAddMessages() method testAddUniqueMessages (line 78) | public function testAddUniqueMessages() method testAddError (line 97) | public function testAddError() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/ConfigTest.php class ConfigTest (line 14) | class ConfigTest extends \PHPUnit\Framework\TestCase method testGetConsumers (line 19) | public function testGetConsumers() method testGetPublishers (line 29) | public function testGetPublishers() method testGetBinds (line 39) | public function testGetBinds() method testGetMaps (line 49) | public function testGetMaps() method testGetTopic (line 63) | public function testGetTopic() method getConfigData (line 76) | private function getConfigData() method getConfigInstance (line 92) | protected function getConfigInstance($configFilePath, $envConfigFilePa... method getCommunicationConfigInstance (line 183) | private function getCommunicationConfigInstance() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Consumer/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetConsumers (line 27) | public function testGetConsumers() method testGetConsumerWithDefaultValues (line 53) | public function testGetConsumerWithDefaultValues() method testGetUndeclaredConsumer (line 74) | public function testGetUndeclaredConsumer() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Consumer/DeprecatedConfigTest.php class DeprecatedConfigTest (line 15) | class DeprecatedConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetConsumerMultipleHandlersFromCommunicationConfig (line 27) | public function testGetConsumerMultipleHandlersFromCommunicationConfig() method testGetConsumerCustomHandler (line 48) | public function testGetConsumerCustomHandler() method testGetConsumerCustomConnectionSync (line 67) | public function testGetConsumerCustomConnectionSync() method testGetConsumerCustomConsumerAndMaxMessages (line 86) | public function testGetConsumerCustomConsumerAndMaxMessages() method testGetOverlapWithQueueConfig (line 103) | public function testGetOverlapWithQueueConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/MessageEncoderTest.php class MessageEncoderTest (line 16) | class MessageEncoderTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testEncode (line 40) | public function testEncode() method testEncodeArrayOfEntities (line 61) | public function testEncodeArrayOfEntities() method testDecode (line 78) | public function testDecode() method testDecodeInvalidMessageFormat (line 112) | public function testDecodeInvalidMessageFormat() method testDecodeInvalidMessage (line 120) | public function testDecodeInvalidMessage() method testDecodeIncorrectMessage (line 132) | public function testDecodeIncorrectMessage() method getConfig (line 140) | protected function getConfig() method getCustomerDataAsJson (line 159) | protected function getCustomerDataAsJson($createdAt, $updatedAt) method setBackwardCompatibleProperty (line 219) | public function setBackwardCompatibleProperty($object, $propertyName, ... FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Publisher/ConfigTest.php class ConfigTest (line 13) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetPublishersWithOneEnabledConnection (line 25) | public function testGetPublishersWithOneEnabledConnection() method testGetPublisherConnectionWithoutConfiguredExchange (line 51) | public function testGetPublisherConnectionWithoutConfiguredExchange() method testGetPublishersWithoutEnabledConnection (line 61) | public function testGetPublishersWithoutEnabledConnection() method testGetDisabledPublisherThrowsException (line 82) | public function testGetDisabledPublisherThrowsException() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Publisher/DeprecatedConfigTest.php class DeprecatedConfigTest (line 15) | class DeprecatedConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetPublisher (line 27) | public function testGetPublisher() method testGetPublisherCustomConnection (line 41) | public function testGetPublisherCustomConnection() method testGetOverlapWithQueueConfig (line 55) | public function testGetOverlapWithQueueConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Topology/ConfigTest.php class ConfigTest (line 15) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetExchangeByName (line 27) | public function testGetExchangeByName() method testGetExchangeByNameWithDefaultValues (line 50) | public function testGetExchangeByNameWithDefaultValues() method testGetAllExchanges (line 79) | public function testGetAllExchanges() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Topology/DeprecatedConfigTest.php class DeprecatedConfigTest (line 15) | class DeprecatedConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetTopology (line 27) | public function testGetTopology() method testGetTopologyOverlapWithQueueConfig (line 61) | public function testGetTopologyOverlapWithQueueConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/TopologyTest.php class TopologyTest (line 15) | class TopologyTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testTopologyInstallation (line 45) | public function testTopologyInstallation(array $expectedConfig, array ... method exchangeDataProvider (line 73) | public function exchangeDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/AsyncMultipleHandlersTest.php class AsyncMultipleHandlersTest (line 10) | class AsyncMultipleHandlersTest extends QueueTestCaseAbstract method testAsynchronousRpcCommunication (line 51) | public function testAsynchronousRpcCommunication() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/AsyncMultipleTopicsWithEachQueueTest.php class AsyncMultipleTopicsWithEachQueueTest (line 8) | class AsyncMultipleTopicsWithEachQueueTest extends QueueTestCaseAbstract method testAsyncMultipleTopicsPerQueue (line 35) | public function testAsyncMultipleTopicsPerQueue() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/DeprecatedFormat/AsyncMultiTopicsSeparateQueuesTest.php class AsyncMultiTopicsSeparateQueuesTest (line 10) | class AsyncMultiTopicsSeparateQueuesTest extends QueueTestCaseAbstract method testAsyncMultipleTopicsPerQueue (line 40) | public function testAsyncMultipleTopicsPerQueue() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/DeprecatedFormat/RpcCommunicationTest.php class RpcCommunicationTest (line 10) | class RpcCommunicationTest extends QueueTestCaseAbstract method testSynchronousRpcCommunication (line 22) | public function testSynchronousRpcCommunication() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/MixSyncAndAsyncSingleQueueTest.php class MixSyncAndAsyncSingleQueueTest (line 8) | class MixSyncAndAsyncSingleQueueTest extends QueueTestCaseAbstract method testMixSyncAndAsyncSingleQueue (line 30) | public function testMixSyncAndAsyncSingleQueue() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/MultipleTopicsPerQueueTest.php class MultipleTopicsPerQueueTest (line 8) | class MultipleTopicsPerQueueTest extends QueueTestCaseAbstract method testSynchronousRpcCommunication (line 24) | public function testSynchronousRpcCommunication() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/QueueTestCaseAbstract.php class QueueTestCaseAbstract (line 18) | class QueueTestCaseAbstract extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method tearDown (line 82) | protected function tearDown() method waitForAsynchronousResult (line 93) | protected function waitForAsynchronousResult($expectedLinesCount, $log... method checkLogsExists (line 112) | public function checkLogsExists($expectedLinesCount) method tearDownAfterClass (line 123) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/RemoteServiceCommunicationTest.php class RemoteServiceCommunicationTest (line 10) | class RemoteServiceCommunicationTest extends QueueTestCaseAbstract method testRemoteServiceCommunication (line 17) | public function testRemoteServiceCommunication() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/RpcCommunicationTest.php class RpcCommunicationTest (line 8) | class RpcCommunicationTest extends QueueTestCaseAbstract method testSynchronousRpcCommunication (line 20) | public function testSynchronousRpcCommunication() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/WaitAndNotWaitMessagesTest.php class WaitAndNotWaitMessagesTest (line 14) | class WaitAndNotWaitMessagesTest extends QueueTestCaseAbstract method setUp (line 54) | protected function setUp() method testWaitForMessages (line 66) | public function testWaitForMessages() method testNotWaitForMessages (line 88) | public function testNotWaitForMessages(): void method publishMessage (line 118) | private function publishMessage(string $message): void method loadConfig (line 128) | private function loadConfig(): array method writeConfig (line 136) | private function writeConfig(array $config): void method tearDown (line 145) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/WildcardTopicTest.php class WildcardTopicTest (line 10) | class WildcardTopicTest extends QueueTestCaseAbstract method testWildCardMatchingTopic (line 29) | public function testWildCardMatchingTopic($topic, $matchingQueues, $no... method wildCardTopicsDataProvider (line 45) | public function wildCardTopicsDataProvider() method testWildCardNonMatchingTopic (line 61) | public function testWildCardNonMatchingTopic() method generateTestObject (line 72) | private function generateTestObject() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/Entity/HydratorTest.php class HydratorTest (line 8) | class HydratorTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testExtractAndHydrate (line 22) | public function testExtractAndHydrate() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Db/AbstractTest.php class AbstractTest (line 9) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testConstruct (line 31) | public function testConstruct() method testSetMainTable (line 41) | public function testSetMainTable() method testGetTableName (line 57) | public function testGetTableName() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractTest.php class AbstractTest (line 8) | class AbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetAllIds (line 62) | public function testGetAllIds() method testGetAllIdsWithBind (line 69) | public function testGetAllIdsWithBind() method testAddExpressionFieldToSelectWithAdditionalFields (line 81) | public function testAddExpressionFieldToSelectWithAdditionalFields() method testAddExpressionFieldToSelectWithoutAdditionalFields (line 102) | public function testAddExpressionFieldToSelectWithoutAdditionalFields() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Db/ProfilerTest.php class ProfilerTest (line 15) | class ProfilerTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 32) | public static function setUpBeforeClass() method tearDownAfterClass (line 44) | public static function tearDownAfterClass() method setUp (line 49) | protected function setUp() method _getConnection (line 58) | protected function _getConnection() method testProfilerInit (line 79) | public function testProfilerInit($selectQuery, $queryType) method profileQueryDataProvider (line 111) | public function profileQueryDataProvider() method testProfilerDuringSqlException (line 136) | public function testProfilerDuringSqlException() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Entity/TableTest.php class TableTest (line 8) | class TableTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetTable (line 27) | public function testGetTable() method testGetConfig (line 32) | public function testGetConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/IteratorTest.php class IteratorTest (line 8) | class IteratorTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testWalk (line 29) | public function testWalk() method walkCallback (line 44) | public function walkCallback($data) method testWalkException (line 53) | public function testWalkException() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Type/Db/ConnectionFactoryTest.php class ConnectionFactoryTest (line 8) | class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testCreate (line 22) | public function testCreate() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceModel/Type/Db/Pdo/MysqlTest.php class MysqlTest (line 9) | class MysqlTest extends \PHPUnit\Framework\TestCase method testGetConnection (line 11) | public function testGetConnection() FILE: dev/tests/integration/testsuite/Magento/Framework/Model/ResourceTest.php class ResourceTest (line 10) | class ResourceTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetTableName (line 23) | public function testGetTableName() method testProfilerInit (line 44) | public function testProfilerInit() FILE: dev/tests/integration/testsuite/Magento/Framework/Module/Plugin/DbStatusValidatorTest.php class DbStatusValidatorTest (line 8) | class DbStatusValidatorTest extends \Magento\TestFramework\TestCase\Abst... method testValidationUpToDateDb (line 10) | public function testValidationUpToDateDb() method testValidationOutdatedDb (line 20) | public function testValidationOutdatedDb() FILE: dev/tests/integration/testsuite/Magento/Framework/Mview/View/ChangelogTest.php class ChangelogTest (line 13) | class ChangelogTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | public function setUp() method tearDown (line 57) | public function tearDown() method testCreateAndDrop (line 67) | public function testCreateAndDrop() method testGetVersion (line 88) | public function testGetVersion() method testClear (line 108) | public function testClear() method testGetList (line 124) | public function testGetList() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Config/Reader/DomTest.php class DomTest (line 16) | class DomTest extends \PHPUnit\Framework\TestCase method setUp (line 53) | protected function setUp() method testRead (line 85) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Factory/AbstractFactoryRuntimeDefinitionsTestCases.php class AbstractFactoryRuntimeDefinitionsTestCases (line 18) | abstract class AbstractFactoryRuntimeDefinitionsTestCases extends \PHPUn... method createFactoryToTest (line 34) | abstract protected function createFactoryToTest(); method setUp (line 36) | public function setUp() method testCreateComplexDependencies (line 49) | public function testCreateComplexDependencies() method testCreateBasic (line 54) | public function testCreateBasic() method testCreateBasicInjection (line 59) | public function testCreateBasicInjection() method testCreateInterface (line 68) | public function testCreateInterface() method testCreateConstructorNestedInjection (line 73) | public function testCreateConstructorNestedInjection() method testCreateObjectDependsOnInterface (line 85) | public function testCreateObjectDependsOnInterface() method testCreateObjectHasOptionalParameters (line 94) | public function testCreateObjectHasOptionalParameters() method testCreateObjectDependsOnAlias (line 118) | public function testCreateObjectDependsOnAlias() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Factory/CompiledTest.php class CompiledTest (line 17) | class CompiledTest extends AbstractFactoryRuntimeDefinitionsTestCases method createFactoryToTest (line 24) | protected function createFactoryToTest() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Factory/Dynamic/DeveloperTest.php class DeveloperTest (line 18) | class DeveloperTest extends AbstractFactoryRuntimeDefinitionsTestCases method createFactoryToTest (line 25) | protected function createFactoryToTest() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/ObjectManagerTest.php class ObjectManagerTest (line 8) | class ObjectManagerTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 77) | public static function setUpBeforeClass() method tearDownAfterClass (line 89) | public static function tearDownAfterClass() method newInstanceDataProvider (line 99) | public function newInstanceDataProvider() method testNewInstance (line 131) | public function testNewInstance($actualClassName, array $properties = ... method testNewInstanceWithTypeError (line 153) | public function testNewInstanceWithTypeError() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/Basic.php class Basic (line 8) | class Basic FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/BasicInjection.php class BasicInjection (line 8) | class BasicInjection method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManager\TestAsset... method getBasicDependency (line 23) | public function getBasicDependency() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ComplexDependencies.php class ComplexDependencies (line 8) | class ComplexDependencies method __construct (line 54) | public function __construct( method getDependsOnAlias (line 75) | public function getDependsOnAlias() method getBasic (line 83) | public function getBasic() method getBasicInjection (line 91) | public function getBasicInjection() method getDependsOnInterface (line 99) | public function getDependsOnInterface() method getHasOptionalParameters (line 107) | public function getHasOptionalParameters() method getTestAssetInterface (line 115) | public function getTestAssetInterface() method getConstructorNineArguments (line 123) | public function getConstructorNineArguments() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorEightArguments.php class ConstructorEightArguments (line 11) | class ConstructorEightArguments extends \Magento\Framework\ObjectManager... method __construct (line 30) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorFiveArguments.php class ConstructorFiveArguments (line 8) | class ConstructorFiveArguments extends \Magento\Framework\ObjectManager\... method __construct (line 24) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorFourArguments.php class ConstructorFourArguments (line 8) | class ConstructorFourArguments extends \Magento\Framework\ObjectManager\... method __construct (line 23) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorNineArguments.php class ConstructorNineArguments (line 11) | class ConstructorNineArguments extends \Magento\Framework\ObjectManager\... method __construct (line 31) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorNoArguments.php class ConstructorNoArguments (line 8) | class ConstructorNoArguments method __construct (line 13) | public function __construct() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorOneArgument.php class ConstructorOneArgument (line 8) | class ConstructorOneArgument method __construct (line 20) | public function __construct(\Magento\Framework\ObjectManager\TestAsset... method getBasicDependency (line 28) | public function getBasicDependency() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorSevenArguments.php class ConstructorSevenArguments (line 11) | class ConstructorSevenArguments extends \Magento\Framework\ObjectManager... method __construct (line 29) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorSixArguments.php class ConstructorSixArguments (line 8) | class ConstructorSixArguments extends \Magento\Framework\ObjectManager\T... method __construct (line 25) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorTenArguments.php class ConstructorTenArguments (line 11) | class ConstructorTenArguments extends \Magento\Framework\ObjectManager\T... method __construct (line 34) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorThreeArguments.php class ConstructorThreeArguments (line 8) | class ConstructorThreeArguments extends \Magento\Framework\ObjectManager... method __construct (line 22) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorTwoArguments.php class ConstructorTwoArguments (line 8) | class ConstructorTwoArguments extends \Magento\Framework\ObjectManager\T... method __construct (line 21) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorWithTypeError.php class ConstructorWithTypeError (line 13) | class ConstructorWithTypeError method __construct (line 23) | public function __construct(Basic $testArgument) FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/DependsOnAlias.php class DependsOnAlias (line 12) | class DependsOnAlias method __construct (line 22) | public function __construct(HasOptionalParameters $object) method getOverriddenString (line 27) | public function getOverriddenString() method getOverRiddenInteger (line 32) | public function getOverRiddenInteger() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/DependsOnInterface.php class DependsOnInterface (line 8) | class DependsOnInterface method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManager\TestAsset... method getInterfaceDependency (line 26) | public function getInterfaceDependency() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/HasOptionalParameters.php class HasOptionalParameters (line 8) | class HasOptionalParameters method __construct (line 51) | public function __construct( method getOptionalObjectParameter (line 70) | public function getOptionalObjectParameter() method getOptionalStringParameter (line 78) | public function getOptionalStringParameter() method getOptionalIntegerParameter (line 86) | public function getOptionalIntegerParameter() method getOptionalInterfaceParameter (line 94) | public function getOptionalInterfaceParameter() method getRequiredInterfaceParam (line 102) | public function getRequiredInterfaceParam() method getRequiredObjectParameter (line 110) | public function getRequiredObjectParameter() FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/InterfaceImplementation.php class InterfaceImplementation (line 8) | class InterfaceImplementation implements \Magento\Framework\ObjectManage... FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/InterfaceInjection.php class InterfaceInjection (line 8) | class InterfaceInjection method __construct (line 18) | public function __construct(\Magento\Framework\ObjectManager\TestAsset... FILE: dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/TestAssetInterface.php type TestAssetInterface (line 8) | interface TestAssetInterface FILE: dev/tests/integration/testsuite/Magento/Framework/Pricing/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testCurrency (line 22) | public function testCurrency() FILE: dev/tests/integration/testsuite/Magento/Framework/Profiler/Driver/Standard/Output/CsvfileTest.php class CsvfileTest (line 10) | class CsvfileTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testDisplay (line 36) | public function testDisplay($statFile, $expectedFile, $delimiter = ','... method displayDataProvider (line 49) | public function displayDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Profiler/Driver/Standard/Output/HtmlTest.php class HtmlTest (line 10) | class HtmlTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testDisplay (line 29) | public function testDisplay($statFile, $expectedHtmlFile) method displayDataProvider (line 44) | public function displayDataProvider() method _assertDisplayResultEquals (line 57) | protected function _assertDisplayResultEquals($actualHtml, $expectedHtml) FILE: dev/tests/integration/testsuite/Magento/Framework/ProfilerTest.php class ProfilerTest (line 10) | class ProfilerTest extends \PHPUnit\Framework\TestCase method tearDown (line 12) | protected function tearDown() method testApplyConfigWithDrivers (line 22) | public function testApplyConfigWithDrivers(array $config, array $expec... method applyConfigDataProvider (line 31) | public function applyConfigDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Reflection/MethodsMapTest.php class MethodsMapTest (line 12) | class MethodsMapTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetMethodsMap (line 25) | public function testGetMethodsMap() method testGetMethodParams (line 34) | public function testGetMethodParams() FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Adapter/Mysql/AdapterTest.php class AdapterTest (line 23) | class AdapterTest extends \PHPUnit\Framework\TestCase method setUp (line 45) | protected function setUp() method getRequestConfigPath (line 77) | protected function getRequestConfigPath() method assertPreConditions (line 85) | protected function assertPreConditions() method createAdapter (line 94) | protected function createAdapter() method executeQuery (line 102) | private function executeQuery() method assertProductIds (line 116) | private function assertProductIds($queryResponse, $expectedIds) method assertOrderedProductIds (line 132) | private function assertOrderedProductIds($queryResponse, $expectedIds) method testMatchQuery (line 145) | public function testMatchQuery() method testMatchOrderedQuery (line 159) | public function testMatchOrderedQuery() method testAggregationsQuery (line 176) | public function testAggregationsQuery() method testMatchQueryFilters (line 193) | public function testMatchQueryFilters() method testRangeFilterWithAllFields (line 210) | public function testRangeFilterWithAllFields() method testRangeFilterWithoutFromField (line 225) | public function testRangeFilterWithoutFromField() method testRangeFilterWithoutToField (line 239) | public function testRangeFilterWithoutToField() method testTermFilter (line 253) | public function testTermFilter() method testTermFilterArray (line 268) | public function testTermFilterArray() method testWildcardFilter (line 282) | public function testWildcardFilter() method testSearchLimit (line 298) | public function testSearchLimit() method testBoolFilter (line 314) | public function testBoolFilter() method testBoolFilterWithNestedNegativeBoolFilter (line 337) | public function testBoolFilterWithNestedNegativeBoolFilter() method testBoolFilterWithNestedRangeInNegativeBoolFilter (line 355) | public function testBoolFilterWithNestedRangeInNegativeBoolFilter() method testSimpleAdvancedSearch (line 377) | public function testSimpleAdvancedSearch( method advancedSearchDataProvider (line 396) | public function advancedSearchDataProvider() method testCustomFilterableAttribute (line 413) | public function testCustomFilterableAttribute() method filterByAttributeValuesDataProvider (line 444) | public function filterByAttributeValuesDataProvider() method testFilterByAttributeValues (line 480) | public function testFilterByAttributeValues($requestName, $additionalD... method testAdvancedSearchDateField (line 514) | public function testAdvancedSearchDateField($rangeFilter, $expectedRec... method testAdvancedSearchCompositeProductWithOutOfStockOption (line 528) | public function testAdvancedSearchCompositeProductWithOutOfStockOption() method testAdvancedSearchCompositeProductWithDisabledChild (line 566) | public function testAdvancedSearchCompositeProductWithDisabledChild() method testSearchQueryBoost (line 600) | public function testSearchQueryBoost() method dateDataProvider (line 659) | public function dateDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Adapter/Mysql/Builder/Query/MatchTest.php class MatchTest (line 13) | class MatchTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testBuildQuery (line 30) | public function testBuildQuery($conditionType, $expectedSuffix) method buildQueryProvider (line 69) | public function buildQueryProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Request/Config/ConverterTest.php class ConverterTest (line 8) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testConvert (line 19) | public function testConvert() FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Request/Config/FileResolverStub.php class FileResolverStub (line 10) | class FileResolverStub implements \Magento\Framework\Config\FileResolver... method get (line 15) | public function get($filename, $scope) FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Request/Config/FileSystemReaderTest.php class FileSystemReaderTest (line 8) | class FileSystemReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp() method testRead (line 24) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Framework/Search/Request/MapperTest.php class MapperTest (line 8) | class MapperTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testGet (line 32) | public function testGet() method testGetBuckets (line 40) | public function testGetBuckets() FILE: dev/tests/integration/testsuite/Magento/Framework/Session/Config/Validator/CookieDomainValidatorTest.php class CookieDomainValidatorTest (line 10) | class CookieDomainValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testEmptyString (line 21) | public function testEmptyString() method testInvalidHostname (line 26) | public function testInvalidHostname() method testNotString (line 31) | public function testNotString() method testNonemptyValid (line 36) | public function testNonemptyValid() FILE: dev/tests/integration/testsuite/Magento/Framework/Session/Config/Validator/CookieLifetimeValidatorTest.php class CookieLifetimeValidatorTest (line 10) | class CookieLifetimeValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testNonNumeric (line 23) | public function testNonNumeric() method testNegative (line 28) | public function testNegative() method testPositive (line 33) | public function testPositive() method testZero (line 38) | public function testZero() FILE: dev/tests/integration/testsuite/Magento/Framework/Session/Config/Validator/CookiePathValidatorTest.php class CookiePathValidatorTest (line 10) | class CookiePathValidatorTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testNoLeadingSlash (line 21) | public function testNoLeadingSlash() method testInvalidPath (line 27) | public function testInvalidPath() method testValidPath (line 33) | public function testValidPath() FILE: dev/tests/integration/testsuite/Magento/Framework/Session/ConfigTest.php function ini_get (line 22) | function ini_get($varName) class ConfigTest (line 43) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testDefaultConfiguration (line 83) | public function testDefaultConfiguration() method testSetOptionsInvalidValue (line 109) | public function testSetOptionsInvalidValue() method testSetOptions (line 120) | public function testSetOptions($option, $getter, $value) method optionsProvider (line 128) | public function optionsProvider() method testNameIsMutable (line 156) | public function testNameIsMutable() method testCookieLifetimeIsMutable (line 163) | public function testCookieLifetimeIsMutable() method testCookieLifetimeCanBeZero (line 170) | public function testCookieLifetimeCanBeZero() method testSettingInvalidCookieLifetime (line 177) | public function testSettingInvalidCookieLifetime() method testSettingInvalidCookieLifetime2 (line 185) | public function testSettingInvalidCookieLifetime2() method testWrongMethodCall (line 193) | public function testWrongMethodCall() method testCookieSecureDefaultsToIniSettings (line 203) | public function testCookieSecureDefaultsToIniSettings() method testSetCookieSecureInOptions (line 209) | public function testSetCookieSecureInOptions() method testCookieDomainIsMutable (line 216) | public function testCookieDomainIsMutable() method testCookieDomainCanBeEmpty (line 223) | public function testCookieDomainCanBeEmpty() method testSettingInvalidCookieDomain (line 230) | public function testSettingInvalidCookieDomain() method testSettingInvalidCookieDomain2 (line 238) | public function testSettingInvalidCookieDomain2() method testSetCookieHttpOnlyInOptions (line 246) | public function testSetCookieHttpOnlyInOptions() method testUseCookiesDefaultsToIniSettings (line 253) | public function testUseCookiesDefaultsToIniSettings() method testSetUseCookiesInOptions (line 259) | public function testSetUseCookiesInOptions() method testUseOnlyCookiesDefaultsToIniSettings (line 266) | public function testUseOnlyCookiesDefaultsToIniSettings() method testSetUseOnlyCookiesInOptions (line 272) | public function testSetUseOnlyCookiesInOptions() method testRefererCheckDefaultsToIniSettings (line 279) | public function testRefererCheckDefaultsToIniSettings() method testRefererCheckIsMutable (line 285) | public function testRefererCheckIsMutable() method testRefererCheckMayBeEmpty (line 292) | public function testRefererCheckMayBeEmpty() method testSetSavePath (line 299) | public function testSetSavePath() method testConstructor (line 314) | public function testConstructor( method constructorDataProvider (line 358) | public function constructorDataProvider() method getModel (line 371) | private function getModel(): \Magento\Framework\Session\Config FILE: dev/tests/integration/testsuite/Magento/Framework/Session/SaveHandler/DbTableTest.php class DbTableTest (line 10) | class DbTableTest extends \PHPUnit\Framework\TestCase method setUp (line 83) | protected function setUp() method testCheckConnection (line 103) | public function testCheckConnection() method testOpenAndClose (line 113) | public function testOpenAndClose() method testWriteReadDestroy (line 122) | public function testWriteReadDestroy() method testGc (line 139) | public function testGc() method testWriteEncoded (line 152) | public function testWriteEncoded() method readEncodedDataProvider (line 178) | public function readEncodedDataProvider() method testReadEncoded (line 198) | public function testReadEncoded($sessionData) FILE: dev/tests/integration/testsuite/Magento/Framework/Session/SaveHandlerTest.php class SaveHandlerTest (line 14) | class SaveHandlerTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method tearDown (line 40) | protected function tearDown() method testConstructor (line 52) | public function testConstructor($deploymentConfigHandler) method saveHandlerProvider (line 83) | public function saveHandlerProvider() method getExpectedSaveHandler (line 100) | private function getExpectedSaveHandler($deploymentConfigHandler, $ini... method testConstructorWithException (line 111) | public function testConstructorWithException() FILE: dev/tests/integration/testsuite/Magento/Framework/Session/SessionManagerTest.php function session_status (line 23) | function session_status() function headers_sent (line 32) | function headers_sent() function ini_set (line 48) | function ini_set($varName, $newValue) function session_set_save_handler (line 63) | function session_set_save_handler() class SessionManagerTest (line 76) | class SessionManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 118) | protected function setUp() method tearDown (line 144) | protected function tearDown() method testSessionNameFromIni (line 156) | public function testSessionNameFromIni() method testSessionUseOnlyCookies (line 164) | public function testSessionUseOnlyCookies() method testGetData (line 172) | public function testGetData() method testGetSessionId (line 180) | public function testGetSessionId() method testGetName (line 186) | public function testGetName() method testSetName (line 192) | public function testSetName() method testDestroy (line 201) | public function testDestroy() method testSetSessionId (line 213) | public function testSetSessionId() method testSetSessionIdFromParam (line 230) | public function testSetSessionIdFromParam() method testGetSessionIdForHost (line 246) | public function testGetSessionIdForHost() method testIsValidForHost (line 256) | public function testIsValidForHost() method testStartAreaNotSet (line 275) | public function testStartAreaNotSet() method testConstructor (line 303) | public function testConstructor() method initializeModel (line 349) | private function initializeModel(): void FILE: dev/tests/integration/testsuite/Magento/Framework/Stdlib/Cookie/CookieScopeTest.php class CookieScopeTest (line 18) | class CookieScopeTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | public function setUp() method testGetSensitiveCookieMetadataEmpty (line 36) | public function testGetSensitiveCookieMetadataEmpty() method testGetPublicCookieMetadataEmpty (line 53) | public function testGetPublicCookieMetadataEmpty() method testGetSensitiveCookieMetadataDefaults (line 60) | public function testGetSensitiveCookieMetadataDefaults() method testGetPublicCookieMetadataDefaults (line 85) | public function testGetPublicCookieMetadataDefaults() method testGetCookieMetadataDefaults (line 104) | public function testGetCookieMetadataDefaults() method testGetSensitiveCookieMetadataOverrides (line 119) | public function testGetSensitiveCookieMetadataOverrides() method testGetPublicCookieMetadataOverrides (line 147) | public function testGetPublicCookieMetadataOverrides() method testGetCookieMetadataOverrides (line 174) | public function testGetCookieMetadataOverrides() method createCookieScope (line 200) | protected function createCookieScope($params = []) method createSensitiveMetadata (line 211) | protected function createSensitiveMetadata($metadata = []) method createPublicMetadata (line 225) | protected function createPublicMetadata($metadata = []) method createCookieMetadata (line 239) | protected function createCookieMetadata($metadata = []) FILE: dev/tests/integration/testsuite/Magento/Framework/Stdlib/Cookie/PhpCookieManagerTest.php class PhpCookieManagerTest (line 14) | class PhpCookieManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testGetCookie (line 36) | public function testGetCookie() method testSetSensitiveCookie (line 59) | public function testSetSensitiveCookie() method testSetPublicCookie (line 69) | public function testSetPublicCookie() method testDeleteCookie (line 79) | public function testDeleteCookie() FILE: dev/tests/integration/testsuite/Magento/Framework/Stdlib/Cookie/PhpCookieReaderTest.php class PhpCookieReaderTest (line 9) | class PhpCookieReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | public function setUp() method testGetCookieExists (line 33) | public function testGetCookieExists() method testGetCookieDefault (line 38) | public function testGetCookieDefault() method testGetCookieNoDefault (line 44) | public function testGetCookieNoDefault() method tearDown (line 50) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/Stdlib/DateTime/Filter/DateTest.php class DateTest (line 10) | class DateTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testFilter (line 53) | public function testFilter($inputData, $expectedDate) method filterDataProvider (line 64) | public function filterDataProvider() method testLocaleDateFilter (line 81) | public function testLocaleDateFilter($locale, $inputData, $expectedDate) method localeDateFilterProvider (line 90) | public function localeDateFilterProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Stdlib/DateTime/Filter/DateTimeTest.php class DateTimeTest (line 10) | class DateTimeTest extends \PHPUnit\Framework\TestCase method setUp (line 32) | protected function setUp() method testLocaleDatetimeFilter (line 55) | public function testLocaleDatetimeFilter($locale, $inputData, $expecte... method localeDatetimeFilterProvider (line 64) | public function localeDatetimeFilterProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Translate/InlineTest.php class InlineTest (line 8) | class InlineTest extends \PHPUnit\Framework\TestCase method setUpBeforeClass (line 25) | public static function setUpBeforeClass() method setUp (line 36) | protected function setUp() method testIsAllowed (line 62) | public function testIsAllowed() method testProcessResponseBody (line 94) | public function testProcessResponseBody($originalText, $expectedText) method processResponseBodyDataProvider (line 114) | public function processResponseBodyDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/TranslateCachingTest.php class TranslateCachingTest (line 15) | class TranslateCachingTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testLoadDataCaching (line 46) | public function testLoadDataCaching() FILE: dev/tests/integration/testsuite/Magento/Framework/TranslateTest.php class TranslateTest (line 18) | class TranslateTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testLoadData (line 94) | public function testLoadData() method testTranslate (line 112) | public function testTranslate($inputText, $expectedTranslation) method translateDataProvider (line 122) | public function translateDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/Url/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetCurrentBase64Url (line 22) | public function testGetCurrentBase64Url() method testGetEncodedUrl (line 27) | public function testGetEncodedUrl() FILE: dev/tests/integration/testsuite/Magento/Framework/UrlTest.php class UrlTest (line 14) | class UrlTest extends \PHPUnit\Framework\TestCase method setUp (line 21) | protected function setUp() method testSetGetUseSession (line 26) | public function testSetGetUseSession() method testSetRouteFrontName (line 33) | public function testSetRouteFrontName() method testGetConfigData (line 40) | public function testGetConfigData() method testGetBaseUrlDefaults (line 49) | public function testGetBaseUrlDefaults() method testGetBaseUrlSeoRewrites (line 59) | public function testGetBaseUrlSeoRewrites() method testGetBaseUrlConfigured (line 78) | public function testGetBaseUrlConfigured($params, $expectedUrl) method testGetUnsecureUrlInSecureArea (line 95) | public function testGetUnsecureUrlInSecureArea() method testGetSecureUrlInUnsecureArea (line 138) | public function testGetSecureUrlInUnsecureArea() method testGetBaseUrlWithTypeRestoring (line 173) | public function testGetBaseUrlWithTypeRestoring() method getBaseUrlConfiguredDataProvider (line 195) | public function getBaseUrlConfiguredDataProvider() method testSetGetRouteName (line 210) | public function testSetGetRouteName() method testSetGetControllerName (line 218) | public function testSetGetControllerName() method testSetGetActionName (line 226) | public function testSetGetActionName() method testGetRouteUrl (line 238) | public function testGetRouteUrl() method testSetGetFragment (line 251) | public function testSetGetFragment() method testGetUrl (line 261) | public function testGetUrl() method testGetUrlDoesntAddQueryParamsOnConsequentCalls (line 274) | public function testGetUrlDoesntAddQueryParamsOnConsequentCalls() method testGetUrlDoesntAddFragmentOnConsequentCalls (line 287) | public function testGetUrlDoesntAddFragmentOnConsequentCalls() method testGetUrlOnConsequentCalls (line 309) | public function testGetUrlOnConsequentCalls( method consequentCallsDataProvider (line 330) | public function consequentCallsDataProvider() method testEscape (line 464) | public function testEscape() method testGetDirectUrl (line 473) | public function testGetDirectUrl() method testSessionUrlVar (line 486) | public function testSessionUrlVar() method testUseSessionIdForUrl (line 495) | public function testUseSessionIdForUrl() method testIsOwnOriginUrl (line 507) | public function testIsOwnOriginUrl() FILE: dev/tests/integration/testsuite/Magento/Framework/Validator/FactoryTest.php class FactoryTest (line 10) | class FactoryTest extends \PHPUnit\Framework\TestCase method testGetValidatorConfig (line 17) | public function testGetValidatorConfig() FILE: dev/tests/integration/testsuite/Magento/Framework/ValidatorFactoryTest.php class ValidatorFactoryTest (line 10) | class ValidatorFactoryTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | public function setUp() method testCreateWithInstanceName (line 21) | public function testCreateWithInstanceName() method testCreateDefault (line 27) | public function testCreateDefault() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php class MinifierTest (line 22) | class MinifierTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method tearDown (line 63) | protected function tearDown() method testCSSminLibrary (line 84) | public function testCSSminLibrary() method testJshrinkLibrary (line 102) | public function testJshrinkLibrary() method _testCssMinification (line 122) | protected function _testCssMinification($requestedUri, $assertionCallb... method testCssMinificationOff (line 149) | public function testCssMinificationOff() method testCssMinification (line 172) | public function testCssMinification() method testCssMinificationForMinifiedFiles (line 192) | public function testCssMinificationForMinifiedFiles() method testDeploymentWithMinifierEnabled (line 208) | public function testDeploymentWithMinifierEnabled() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Design/Fallback/RulePoolTest.php class RulePoolTest (line 19) | class RulePoolTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method tearDown (line 53) | protected function tearDown() method testGetRuleUnsupportedType (line 63) | public function testGetRuleUnsupportedType() method testGetPatternDirsException (line 75) | public function testGetPatternDirsException($type, array $overriddenPa... method getPatternDirsExceptionDataProvider (line 86) | public function getPatternDirsExceptionDataProvider() method testGetPatternDirs (line 130) | public function testGetPatternDirs($type, array $overriddenParams, arr... method getPatternDirsDataProvider (line 142) | public function getPatternDirsDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Design/FileResolution/FallbackTest.php class FallbackTest (line 17) | class FallbackTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method reinitializeEnvironment (line 45) | protected function reinitializeEnvironment() method testGetTemplateFile (line 64) | public function testGetTemplateFile($file, $themePath, $module, $expec... method getTemplateFileDataProvider (line 85) | public function getTemplateFileDataProvider() method testGetI18nCsvFile (line 126) | public function testGetI18nCsvFile($themePath, $locale, $expectedFilen... method getLocaleFileDataProvider (line 146) | public function getLocaleFileDataProvider() method testGetViewFile (line 175) | public function testGetViewFile($file, $themePath, $locale, $module, $... method getViewFileDataProvider (line 193) | public function getViewFileDataProvider() method testGetEmailTemplateFile (line 272) | public function testGetEmailTemplateFile($file, $themePath, $module, $... method getEmailTemplateFileDataProvider (line 296) | public function getEmailTemplateFileDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Design/Theme/LabelTest.php class LabelTest (line 8) | class LabelTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetLabelsCollection (line 25) | public function testGetLabelsCollection() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Design/Theme/ValidatorTest.php class ValidatorTest (line 12) | class ValidatorTest extends \PHPUnit\Framework\TestCase method testValidateWithValidData (line 17) | public function testValidateWithValidData() method testValidateWithInvalidData (line 33) | public function testValidateWithInvalidData() method _getThemeModel (line 51) | protected function _getThemeModel() method _getThemeValidData (line 63) | protected function _getThemeValidData() method _getThemeInvalidData (line 79) | protected function _getThemeInvalidData() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Element/AbstractBlockTest.php class AbstractBlockTest (line 13) | class AbstractBlockTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testCssWithWrongImage (line 50) | public function testCssWithWrongImage() method testGetRequest (line 59) | public function testGetRequest() method testGetParentBlock (line 67) | public function testGetParentBlock() method testAddChild (line 84) | public function testAddChild() method testSetGetNameInLayout (line 102) | public function testSetGetNameInLayout() method testGetChildNames (line 132) | public function testGetChildNames() method testSetAttribute (line 156) | public function testSetAttribute() method testSetGetUnsetChild (line 166) | public function testSetGetUnsetChild() method testUnsetCallChild (line 200) | public function testUnsetCallChild() method testUnsetChildren (line 216) | public function testUnsetChildren() method testGetChildBlock (line 233) | public function testGetChildBlock() method testGetChildHtml (line 263) | public function testGetChildHtml() method testGetChildChildHtml (line 293) | public function testGetChildChildHtml() method testGetBlockHtml (line 320) | public function testGetBlockHtml() method testInsertBlockWithoutName (line 347) | public function testInsertBlockWithoutName() method testInsertBlockWithAlias (line 358) | public function testInsertBlockWithAlias() method testInsertWithSibling (line 367) | public function testInsertWithSibling() method testInsertWithoutCreateBlock (line 395) | public function testInsertWithoutCreateBlock() method testInsertContainer (line 404) | public function testInsertContainer() method testAppend (line 420) | public function testAppend() method testAddToParentGroup (line 435) | public function testAddToParentGroup() method testGetChildData (line 450) | public function testGetChildData() method testGetUrl (line 469) | public function testGetUrl() method testGetViewFileUrl (line 477) | public function testGetViewFileUrl() method testGetModuleName (line 486) | public function testGetModuleName() method testEscapeHtml (line 495) | public function testEscapeHtml($data, $expected) method escapeHtmlDataProvider (line 504) | public function escapeHtmlDataProvider() method testStripTags (line 519) | public function testStripTags() method testEscapeUrl (line 525) | public function testEscapeUrl() method testEscapeJsQuote (line 531) | public function testEscapeJsQuote() method testGetCacheKeyInfo (line 537) | public function testGetCacheKeyInfo() method testGetCacheKey (line 549) | public function testGetCacheKey() method _createSampleBlocks (line 575) | protected function _createSampleBlocks( method _createBlockWithLayout (line 610) | protected function _createBlockWithLayout( FILE: dev/tests/integration/testsuite/Magento/Framework/View/Element/TemplateTest.php class TemplateTest (line 10) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 48) | protected function tearDown() method testConstruct (line 56) | public function testConstruct() method testSetGetTemplate (line 68) | public function testSetGetTemplate() method testGetArea (line 75) | public function testGetArea() method testToHtml (line 94) | public function testToHtml() method testGetBaseUrl (line 106) | public function testGetBaseUrl() method testGetObjectData (line 111) | public function testGetObjectData() method testGetCacheKeyInfo (line 117) | public function testGetCacheKeyInfo() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Element/Text/ListTest.php class ListTest (line 8) | class ListTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testToHtml (line 28) | public function testToHtml() method testToHtmlWithContainer (line 42) | public function testToHtmlWithContainer() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Element/TextTest.php class TextTest (line 8) | class TextTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testSetGetText (line 24) | public function testSetGetText() method testAddText (line 30) | public function testAddText() method testToHtml (line 45) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Element/UiComponent/Config/Provider/TemplateTest.php class TemplateTest (line 17) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 29) | protected function setUp() method testGetTemplate (line 45) | public function testGetTemplate() method registerThemes (line 64) | protected function registerThemes() method tearDown (line 73) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Framework/View/FileSystemTest.php class FileSystemTest (line 15) | class FileSystemTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetTemplateFileName (line 41) | public function testGetTemplateFileName() method testGetFileNameAccordingToLocale (line 48) | public function testGetFileNameAccordingToLocale() method testGetViewFile (line 58) | public function testGetViewFile() method _testExpectedVersusActualFilename (line 72) | protected function _testExpectedVersusActualFilename($expected, $actual) FILE: dev/tests/integration/testsuite/Magento/Framework/View/Fixture/Block/BrokenAction.php class BrokenAction (line 12) | class BrokenAction extends \Magento\Framework\View\Element\AbstractBlock method setLayout (line 19) | public function setLayout(LayoutInterface $layout) method initAction (line 30) | public function initAction($action) method toHtml (line 40) | public function toHtml() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Fixture/Block/BrokenConstructor.php class BrokenConstructor (line 11) | class BrokenConstructor extends \Magento\Framework\View\Element\Abstract... method __construct (line 16) | public function __construct() method toHtml (line 26) | public function toHtml() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Fixture/Block/BrokenLayout.php class BrokenLayout (line 12) | class BrokenLayout extends \Magento\Framework\View\Element\AbstractBlock method setLayout (line 20) | public function setLayout(LayoutInterface $layout) method toHtml (line 30) | public function toHtml() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Layout/ElementTest.php class ElementTest (line 8) | class ElementTest extends \PHPUnit\Framework\TestCase method testPrepare (line 15) | public function testPrepare() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Layout/MergeTest.php class MergeTest (line 15) | class MergeTest extends \PHPUnit\Framework\TestCase method setUp (line 79) | protected function setUp() method testAddUpdate (line 162) | public function testAddUpdate() method testAddHandle (line 171) | public function testAddHandle() method testRemoveHandle (line 178) | public function testRemoveHandle() method testAddPageHandles (line 185) | public function testAddPageHandles() method testPageHandleExists (line 225) | public function testPageHandleExists($inputPageHandle, $expectedResult) method pageHandleExistsDataProvider (line 230) | public function pageHandleExistsDataProvider() method testLoadFileSystem (line 238) | public function testLoadFileSystem() method testLoadFileSystemWithPageLayout (line 261) | public function testLoadFileSystemWithPageLayout() method testLoadCache (line 286) | public function testLoadCache() method testLoadDbApp (line 307) | public function testLoadDbApp() method testGetFileLayoutUpdatesXml (line 331) | public function testGetFileLayoutUpdatesXml() method testGetContainers (line 341) | public function testGetContainers() method testGetAllDesignAbstractions (line 355) | public function testGetAllDesignAbstractions() method testIsPageLayoutDesignAbstractions (line 373) | public function testIsPageLayoutDesignAbstractions() method testIsCustomDesignAbstractions (line 394) | public function testIsCustomDesignAbstractions() method testLoadWithInvalidArgumentThrowsException (line 418) | public function testLoadWithInvalidArgumentThrowsException() method testLoadWithInvalidLayout (line 429) | public function testLoadWithInvalidLayout() method testLayoutUpdateFileIsNotValid (line 462) | public function testLayoutUpdateFileIsNotValid() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Layout/Reader/BlockTest.php class BlockTest (line 8) | class BlockTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | public function setUp() method testInterpretBlockDirective (line 43) | public function testInterpretBlockDirective() method testInterpretReferenceBlockDirective (line 84) | public function testInterpretReferenceBlockDirective() FILE: dev/tests/integration/testsuite/Magento/Framework/View/LayoutArgumentObjectUpdater.php class LayoutArgumentObjectUpdater (line 11) | class LayoutArgumentObjectUpdater implements \Magento\Framework\View\Lay... method update (line 19) | public function update($argument) FILE: dev/tests/integration/testsuite/Magento/Framework/View/LayoutArgumentSimpleUpdater.php class LayoutArgumentSimpleUpdater (line 11) | class LayoutArgumentSimpleUpdater implements \Magento\Framework\View\Lay... method update (line 19) | public function update($argument) FILE: dev/tests/integration/testsuite/Magento/Framework/View/LayoutDirectivesTest.php class LayoutDirectivesTest (line 13) | class LayoutDirectivesTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp() method _getLayoutModel (line 48) | protected function _getLayoutModel($fixtureFile) method testRenderElement (line 76) | public function testRenderElement() method testRenderNonExistentElementShouldThrowException (line 87) | public function testRenderNonExistentElementShouldThrowException() method testGetBlockUnscheduled (line 103) | public function testGetBlockUnscheduled() method testLayoutArgumentsDirective (line 110) | public function testLayoutArgumentsDirective() method testLayoutArgumentsDirectiveIfComplexValues (line 118) | public function testLayoutArgumentsDirectiveIfComplexValues() method testLayoutObjectArgumentsDirective (line 132) | public function testLayoutObjectArgumentsDirective() method testLayoutUrlArgumentsDirective (line 146) | public function testLayoutUrlArgumentsDirective() method testLayoutObjectArgumentUpdatersDirective (line 154) | public function testLayoutObjectArgumentUpdatersDirective() method testMoveSameAlias (line 172) | public function testMoveSameAlias() method testMoveNewAlias (line 181) | public function testMoveNewAlias() method testActionAnonymousParentBlock (line 187) | public function testActionAnonymousParentBlock() method testRemove (line 197) | public function testRemove() method testRemoveCancellation (line 208) | public function testRemoveCancellation() method testMove (line 220) | public function testMove() method testMoveBroken (line 245) | public function testMoveBroken() method testMoveAliasBroken (line 253) | public function testMoveAliasBroken() method testRemoveBroken (line 258) | public function testRemoveBroken() method testSortSpecialCases (line 272) | public function testSortSpecialCases($case, $expectedResult) method sortSpecialCasesDataProvider (line 281) | public function sortSpecialCasesDataProvider() method testIfConfigForBlock (line 295) | public function testIfConfigForBlock() method testBlockGroups (line 308) | public function testBlockGroups() FILE: dev/tests/integration/testsuite/Magento/Framework/View/LayoutTest.php class LayoutTest (line 19) | class LayoutTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method testConstructorStructure (line 39) | public function testConstructorStructure() method testDestructor (line 53) | public function testDestructor() method testGetUpdate (line 61) | public function testGetUpdate() method testGenerateXml (line 66) | public function testGenerateXml() method testGenerateGetAllBlocks (line 101) | public function testGenerateGetAllBlocks() method testGetElementProperty (line 126) | public function testGetElementProperty() method testIsBlock (line 154) | public function testIsBlock() method testSetUnsetBlock (line 164) | public function testSetUnsetBlock() method testCreateBlock (line 180) | public function testCreateBlock($blockType, $blockName, array $blockDa... method createBlockDataProvider (line 190) | public function createBlockDataProvider() method testCreateBlockNotExists (line 210) | public function testCreateBlockNotExists($name) method blockNotExistsDataProvider (line 215) | public function blockNotExistsDataProvider() method testAddBlock (line 220) | public function testAddBlock() method testAddContainer (line 241) | public function testAddContainer($htmlTag) method addContainerDataProvider (line 253) | public function addContainerDataProvider() method testAddContainerInvalidHtmlTag (line 273) | public function testAddContainerInvalidHtmlTag() method testGetChildBlock (line 286) | public function testGetChildBlock() method testSetChild (line 303) | public function testSetChild() method testReorderChild (line 318) | public function testReorderChild(\Magento\Framework\View\LayoutInterfa... method testGetChildBlocks (line 354) | public function testGetChildBlocks() method testAddBlockInvalidType (line 366) | public function testAddBlockInvalidType() method testIsContainer (line 374) | public function testIsContainer() method testIsManipulationAllowed (line 385) | public function testIsManipulationAllowed() method testRenameElement (line 400) | public function testRenameElement() method testGetBlock (line 418) | public function testGetBlock() method testGetParentName (line 433) | public function testGetParentName() method testGetElementAlias (line 441) | public function testGetElementAlias() method testGetOutput (line 454) | public function testGetOutput() method testGetMessagesBlock (line 471) | public function testGetMessagesBlock() method testGetBlockSingleton (line 476) | public function testGetBlockSingleton() method testUpdateContainerAttributes (line 483) | public function testUpdateContainerAttributes() method testIsCacheable (line 498) | public function testIsCacheable() method testIsNonCacheable (line 510) | public function testIsNonCacheable() FILE: dev/tests/integration/testsuite/Magento/Framework/View/LayoutTestWithExceptions.php class LayoutTestWithExceptions (line 10) | class LayoutTestWithExceptions extends \PHPUnit\Framework\TestCase method setUp (line 17) | public function setUp() method testProcessWithExceptionsDeveloperMode (line 36) | public function testProcessWithExceptionsDeveloperMode() method testProcessWithExceptions (line 44) | public function testProcessWithExceptions() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Model/Layout/MergeTest.php class MergeTest (line 10) | class MergeTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testLoadDbApp (line 86) | public function testLoadDbApp() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Page/Config/Reader/HtmlTest.php class HtmlTest (line 8) | class HtmlTest extends \PHPUnit\Framework\TestCase method testInterpret (line 10) | public function testInterpret() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Utility/Layout.php class Layout (line 17) | class Layout method __construct (line 27) | public function __construct(\PHPUnit\Framework\TestCase $testCase) method getLayoutUpdateFromFixture (line 38) | public function getLayoutUpdateFromFixture($layoutUpdatesFile) method getLayoutFromFixture (line 76) | public function getLayoutFromFixture($layoutUpdatesFile, array $args =... method getLayoutDependencies (line 99) | public function getLayoutDependencies() FILE: dev/tests/integration/testsuite/Magento/Framework/View/Utility/LayoutTest.php class LayoutTest (line 11) | class LayoutTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method _assertLayoutUpdate (line 36) | protected function _assertLayoutUpdate($expectedUpdateFile, $actualUpd... method testGetLayoutUpdateFromFixture (line 51) | public function testGetLayoutUpdateFromFixture($inputFiles, $expectedF... method testGetLayoutFromFixture (line 63) | public function testGetLayoutFromFixture($inputFiles, $expectedFile) method getLayoutFromFixtureDataProvider (line 70) | public function getLayoutFromFixtureDataProvider() FILE: dev/tests/integration/testsuite/Magento/Framework/View/_files/static/theme/web/js/test.js function escape (line 104) | function escape(value) { FILE: dev/tests/integration/testsuite/Magento/GiftMessage/Model/OrderItemRepositoryTest.php class OrderItemRepositoryTest (line 9) | class OrderItemRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testGet (line 45) | public function testGet() method testGetNoProvidedItemId (line 66) | public function testGetNoProvidedItemId() method testSave (line 82) | public function testSave() method testSaveMessageIsNotAvailable (line 111) | public function testSaveMessageIsNotAvailable() method testSaveMessageIsVirtual (line 129) | public function testSaveMessageIsVirtual() method testSaveMessageNoProvidedItemId (line 147) | public function testSaveMessageNoProvidedItemId() FILE: dev/tests/integration/testsuite/Magento/GiftMessage/Model/OrderRepositoryTest.php class OrderRepositoryTest (line 9) | class OrderRepositoryTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testGet (line 45) | public function testGet() method testSave (line 61) | public function testSave() method testSaveMessageIsNotAvailable (line 83) | public function testSaveMessageIsNotAvailable() method testSaveMessageIsVirtual (line 98) | public function testSaveMessageIsVirtual() method testSaveMessageIsEmpty (line 112) | public function testSaveMessageIsEmpty() method testSaveMessageNoProvidedItemId (line 131) | public function testSaveMessageNoProvidedItemId() FILE: dev/tests/integration/testsuite/Magento/GiftMessage/Observer/SalesEventQuoteMergeTest.php class SalesEventQuoteMergeTest (line 15) | class SalesEventQuoteMergeTest extends \PHPUnit\Framework\TestCase method testQuoteMerge (line 20) | public function testQuoteMerge() FILE: dev/tests/integration/testsuite/Magento/GoogleAdwords/Model/Validator/FactoryTest.php class FactoryTest (line 12) | class FactoryTest extends \PHPUnit\Framework\TestCase method testGetConversionIdValidator (line 19) | public function testGetConversionIdValidator() method testGetConversionColorValidator (line 35) | public function testGetConversionColorValidator() FILE: dev/tests/integration/testsuite/Magento/GoogleAnalytics/Block/GaTest.php class GaTest (line 13) | class GaTest extends AbstractController method setUp (line 25) | protected function setUp() method testBlockPresentInHead (line 35) | public function testBlockPresentInHead() method testBlockIsAbsentInBody (line 46) | public function testBlockIsAbsentInBody() method testBlockOutputIsEmptyWhenGaIsDisabled (line 60) | public function testBlockOutputIsEmptyWhenGaIsDisabled() method testBlockOutputExistsWhenGaIsEnabled (line 76) | public function testBlockOutputExistsWhenGaIsEnabled() method getGaBlockFromNode (line 90) | private function getGaBlockFromNode($nodeName = 'head.additional') FILE: dev/tests/integration/testsuite/Magento/GraphQl/Controller/GraphQlControllerTest.php class GraphQlControllerTest (line 25) | class GraphQlControllerTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 44) | public static function setUpBeforeClass() method setUp (line 57) | protected function setUp() : void method testDispatch (line 71) | public function testDispatch() : void method testDispatchWithGet (line 121) | public function testDispatchWithGet() : void method testDispatchGetWithParameterizedVariables (line 162) | public function testDispatchGetWithParameterizedVariables() : void method testError (line 214) | public function testError() : void FILE: dev/tests/integration/testsuite/Magento/GraphQl/GraphQlIntrospectionTest.php class GraphQlIntrospectionTest (line 14) | class GraphQlIntrospectionTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testIntrospectionQuery (line 28) | public function testIntrospectionQuery() method testIntrospectsInputObjectWithNonNullInputField (line 101) | public function testIntrospectsInputObjectWithNonNullInputField() method testIntrospectsIncludeTheDeprecatedParameter (line 239) | public function testIntrospectsIncludeTheDeprecatedParameter() FILE: dev/tests/integration/testsuite/Magento/GraphQl/Quote/GetMaskedQuoteIdByReservedOrderId.php class GetMaskedQuoteIdByReservedOrderId (line 18) | class GetMaskedQuoteIdByReservedOrderId method __construct (line 40) | public function __construct( method execute (line 57) | public function execute(string $reservedOrderId): string FILE: dev/tests/integration/testsuite/Magento/GraphQl/Service/GraphQlRequest.php class GraphQlRequest (line 20) | class GraphQlRequest method __construct (line 52) | public function __construct( method send (line 71) | public function send( method setQuery (line 94) | private function setQuery(string $query, array $variables = [], string... method setHeaders (line 113) | private function setHeaders(array $headers): self method setPostContent (line 136) | private function setPostContent(string $query, array $variables = [], ... method setGetContent (line 156) | private function setGetContent(string $query, array $variables = [], s... FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/AbstractGraphqlCacheTest.php class AbstractGraphqlCacheTest (line 23) | abstract class AbstractGraphqlCacheTest extends TestCase method setUp (line 30) | protected function setUp(): void method tearDown (line 37) | protected function tearDown(): void method enablePageCachePlugin (line 44) | protected function enablePageCachePlugin(): void method disablePageCachePlugin (line 51) | protected function disablePageCachePlugin(): void method flushPageCache (line 58) | protected function flushPageCache(): void method enableCachebleQueryTestProxy (line 70) | private function enableCachebleQueryTestProxy(): void method disableCacheableQueryTestProxy (line 114) | private function disableCacheableQueryTestProxy(): void method resetQueryCacheTags (line 120) | protected function resetQueryCacheTags(): void method dispatchGraphQlGETRequest (line 125) | protected function dispatchGraphQlGETRequest(array $queryParams): Http... FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog/CategoriesWithProductsCacheTest.php class CategoriesWithProductsCacheTest (line 21) | class CategoriesWithProductsCacheTest extends AbstractGraphqlCacheTest method testRequestCacheTagsForCategoryWithProducts (line 28) | public function testRequestCacheTagsForCategoryWithProducts(): void FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog/CategoryCacheTest.php class CategoryCacheTest (line 19) | class CategoryCacheTest extends AbstractGraphqlCacheTest method testRequestCacheTagsForCategory (line 26) | public function testRequestCacheTagsForCategory(): void FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog/CategoryListCacheTest.php class CategoryListCacheTest (line 19) | class CategoryListCacheTest extends AbstractGraphqlCacheTest method testRequestCacheTagsForCategoryList (line 26) | public function testRequestCacheTagsForCategoryList(): void method testSecondRequestIsServedFromCache (line 53) | public function testSecondRequestIsServedFromCache() method testRequestCacheTagsForCategoryListOnMultipleIds (line 86) | public function testRequestCacheTagsForCategoryListOnMultipleIds(): void method testSecondRequestIsServedFromCacheOnMultipleIds (line 116) | public function testSecondRequestIsServedFromCacheOnMultipleIds() FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog/DeepNestedCategoriesAndProductsTest.php class DeepNestedCategoriesAndProductsTest (line 20) | class DeepNestedCategoriesAndProductsTest extends AbstractGraphqlCacheTest method testDispatchForCacheHeadersOnDeepNestedQueries (line 28) | public function testDispatchForCacheHeadersOnDeepNestedQueries(): void FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog/ProductsCacheTest.php class ProductsCacheTest (line 20) | class ProductsCacheTest extends AbstractGraphqlCacheTest method testRequestCacheTagsForProducts (line 27) | public function testRequestCacheTagsForProducts(): void method testRequestNoTagsForNonExistingProducts (line 61) | public function testRequestNoTagsForNonExistingProducts(): void method testConsecutiveRequestsAreServedFromThePageCache (line 90) | public function testConsecutiveRequestsAreServedFromThePageCache(): void method testDifferentProductsRequestsUseDifferentPageCacheRecords (line 118) | public function testDifferentProductsRequestsUseDifferentPageCacheReco... FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Cms/BlockCacheTest.php class BlockCacheTest (line 22) | class BlockCacheTest extends AbstractGraphqlCacheTest method assertPageCacheMissWithTagsForCmsBlock (line 24) | private function assertPageCacheMissWithTagsForCmsBlock(HttpResponse $... method assertPageCacheHitWithTagsForCmsBlock (line 30) | private function assertPageCacheHitWithTagsForCmsBlock(HttpResponse $r... method assertCmsBlockCacheTags (line 36) | private function assertCmsBlockCacheTags(HttpResponse $response, Block... method testCmsBlocksRequestHasCorrectTags (line 48) | public function testCmsBlocksRequestHasCorrectTags(): void FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Cms/CmsPageCacheTest.php class CmsPageCacheTest (line 24) | class CmsPageCacheTest extends AbstractGraphqlCacheTest method assertPageCacheMissWithTagsForCmsPage (line 26) | private function assertPageCacheMissWithTagsForCmsPage(string $pageId,... method assertPageCacheHitWithTagsForCmsPage (line 36) | private function assertPageCacheHitWithTagsForCmsPage(string $pageId, ... method assertCmsPageCacheTags (line 46) | private function assertCmsPageCacheTags(string $pageId, HttpResponse $... method buildQuery (line 53) | private function buildQuery(string $id): string method updateCmsPageTitle (line 72) | private function updateCmsPageTitle(string $pageId100, string $newTitl... method testCmsPageRequestCacheTags (line 84) | public function testCmsPageRequestCacheTags(): void FILE: dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/UrlRewrite/AllEntitiesUrlResolverCacheTest.php class AllEntitiesUrlResolverCacheTest (line 25) | class AllEntitiesUrlResolverCacheTest extends AbstractGraphqlCacheTest method assertCacheMISSWithTagsForCategory (line 27) | private function assertCacheMISSWithTagsForCategory(string $categoryId... method assertCacheMISSWithTagsForProduct (line 33) | private function assertCacheMISSWithTagsForProduct(string $productId, ... method assertCacheMISSWithTagsForCmsPage (line 39) | private function assertCacheMISSWithTagsForCmsPage(string $pageId, Htt... method assertCacheHITWithTagsForCategory (line 45) | private function assertCacheHITWithTagsForCategory(string $categoryId,... method assertCacheHITWithTagsForProduct (line 51) | private function assertCacheHITWithTagsForProduct(string $productId, H... method assertCacheHITWithTagsForCmsPage (line 57) | private function assertCacheHITWithTagsForCmsPage(string $pageId, Http... method assertCacheMISS (line 63) | private function assertCacheMISS(HttpResponse $response): void method assertCacheHIT (line 68) | private function assertCacheHIT(HttpResponse $response): void method assertCacheTags (line 73) | private function assertCacheTags(string $entityId, string $entityCache... method buildQuery (line 81) | private function buildQuery(string $requestPath): string method testAllEntitiesUrlResolverRequestHasCorrectTags (line 104) | public function testAllEntitiesUrlResolverRequestHasCorrectTags(): void FILE: dev/tests/integration/testsuite/Magento/GroupedImportExport/Model/GroupedTest.php class GroupedTest (line 10) | class GroupedTest extends AbstractProductExportImportTestCase method exportImportDataProvider (line 15) | public function exportImportDataProvider(): array method assertEqualsSpecificAttributes (line 32) | protected function assertEqualsSpecificAttributes( FILE: dev/tests/integration/testsuite/Magento/GroupedImportExport/Model/Import/Product/Type/GroupedTest.php class GroupedTest (line 11) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 40) | protected function setUp() method testImport (line 51) | public function testImport() FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Model/Product/Type/GroupedTest.php class GroupedTest (line 14) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | protected function setUp() method tearDown (line 38) | protected function tearDown() method testFactory (line 43) | public function testFactory() method testGetAssociatedProducts (line 55) | public function testGetAssociatedProducts() method assertProductInfo (line 74) | private function assertProductInfo($product) method testPrepareProduct (line 105) | public function testPrepareProduct() method testOutOfStockSubProduct (line 159) | public function testOutOfStockSubProduct(bool $outOfStockShown, array ... method outOfStockSubProductDataProvider (line 189) | public function outOfStockSubProductDataProvider() method changeConfigValue (line 259) | private function changeConfigValue(string $path, string $value, string... method dropConfigValue (line 275) | private function dropConfigValue(string $path) method reinitConfig (line 290) | private function reinitConfig() FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Model/ProductLink/GroupedProductLinkQueryTest.php class GroupedProductLinkQueryTest (line 22) | class GroupedProductLinkQueryTest extends TestCase method setUp (line 42) | protected function setUp() method testSearch (line 59) | public function testSearch(): void FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price/GroupedTest.php class GroupedTest (line 20) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 42) | protected function setUp() method testReindex (line 55) | public function testReindex() FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Stock/GroupedTest.php class GroupedTest (line 9) | class GroupedTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testReindexAll (line 28) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Model/ResourceModel/Product/Type/Grouped/AssociatedProductsCollectionTest.php class AssociatedProductsCollectionTest (line 8) | class AssociatedProductsCollectionTest extends \PHPUnit\Framework\TestCase method testGetColumnValues (line 15) | public function testGetColumnValues() FILE: dev/tests/integration/testsuite/Magento/GroupedProduct/Pricing/Price/FinalPriceTest.php class FinalPriceTest (line 17) | class FinalPriceTest extends \PHPUnit\Framework\TestCase method testFinalPrice (line 23) | public function testFinalPrice() method testFinalPriceWithTierPrice (line 37) | public function testFinalPriceWithTierPrice() method testFinalPriceWithSpecialPrice (line 65) | public function testFinalPriceWithSpecialPrice() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Block/Adminhtml/Export/Edit/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method testPrepareForm (line 54) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Block/Adminhtml/Export/FilterTest.php class FilterTest (line 12) | class FilterTest extends \PHPUnit\Framework\TestCase method testGetDateFromToHtmlWithValue (line 17) | public function testGetDateFromToHtmlWithValue() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Block/Adminhtml/Import/Edit/BeforeTest.php class BeforeTest (line 12) | class BeforeTest extends \PHPUnit\Framework\TestCase method setUp (line 55) | protected function setUp() method testGetEntityBehaviors (line 90) | public function testGetEntityBehaviors() method testGetUniqueBehaviors (line 102) | public function testGetUniqueBehaviors() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Block/Adminhtml/Import/Edit/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testPrepareForm (line 39) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Export/File/DeleteTest.php class DeleteTest (line 20) | class DeleteTest extends AbstractBackendController method setUp (line 35) | protected function setUp() method testExecute (line 55) | public function testExecute(): void method tearDownAfterClass (line 73) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Export/File/DownloadTest.php class DownloadTest (line 24) | class DownloadTest extends AbstractBackendController method setUp (line 49) | protected function setUp() method testExecute (line 76) | public function testExecute(): void method tearDown (line 116) | protected function tearDown() method tearDownAfterClass (line 126) | public static function tearDownAfterClass() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/ExportTest.php class ExportTest (line 11) | class ExportTest extends \Magento\TestFramework\TestCase\AbstractBackend... method getEntityTypesDataProvider (line 25) | public function getEntityTypesDataProvider() method setUp (line 35) | protected function setUp() method tearDown (line 44) | protected function tearDown() method testGetFilterAction (line 61) | public function testGetFilterAction($entityType, $customerEntityType =... method testIndexAction (line 81) | public function testIndexAction() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/HttpFactoryMock.php class HttpFactoryMock (line 10) | class HttpFactoryMock extends FileTransferFactory method create (line 12) | public function create(array $options = []) FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php class ValidateTest (line 17) | class ValidateTest extends \Magento\TestFramework\TestCase\AbstractBacke... method testValidationReturn (line 30) | public function testValidationReturn(string $fileName, string $mimeTyp... method validationDataProvider (line 84) | public function validationDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/ImportTest.php class ImportTest (line 13) | class ImportTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testGetFilterAction (line 15) | public function testGetFilterAction() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Export/AbstractStubEntity.php class AbstractStubEntity (line 12) | abstract class AbstractStubEntity extends \Magento\ImportExport\Model\Ex... method __construct (line 14) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Export/Entity/AbstractEavTest.php class AbstractEavTest (line 12) | class AbstractEavTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testGetEntityTypeId (line 74) | public function testGetEntityTypeId() method testGetExportAttrCodes (line 91) | public function testGetExportAttrCodes() method testGetAttributeOptions (line 105) | public function testGetAttributeOptions() method _getSkippedAttributes (line 129) | protected function _getSkippedAttributes() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Export/EntityAbstractTest.php class EntityAbstractTest (line 12) | class EntityAbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testAddRowError (line 39) | public function testAddRowError() method testGetWriter (line 55) | public function testGetWriter() method testGetWriterThrowsException (line 70) | public function testGetWriterThrowsException() method testFilterAttributeCollection (line 78) | public function testFilterAttributeCollection() class Stub_Magento_ImportExport_Model_Export_AbstractEntity (line 106) | abstract class Stub_Magento_ImportExport_Model_Export_AbstractEntity ext... method __construct (line 109) | public function __construct( FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/ExportTest.php class ExportTest (line 8) | class ExportTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testGetEntityAdapterWithValidEntity (line 32) | public function testGetEntityAdapterWithValidEntity($entity, $expected... method getEntityDataProvider (line 47) | public function getEntityDataProvider() method testGetEntityAdapterWithInvalidEntity (line 71) | public function testGetEntityAdapterWithInvalidEntity() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Import/Entity/EavAbstractTest.php class EavAbstractTest (line 12) | class EavAbstractTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetAttributeOptions (line 38) | public function testGetAttributeOptions() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Import/Entity/EntityAbstractTest.php class EntityAbstractTest (line 19) | class EntityAbstractTest extends \PHPUnit\Framework\TestCase method testSaveValidatedBunches (line 26) | public function testSaveValidatedBunches() : void FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Import/EntityAbstractTest.php class EntityAbstractTest (line 17) | class EntityAbstractTest extends \PHPUnit\Framework\TestCase method testSaveValidatedBunches (line 22) | public function testSaveValidatedBunches() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/ImportTest.php class ImportTest (line 16) | class ImportTest extends \PHPUnit\Framework\TestCase method setUp (line 68) | protected function setUp() method testImagesDirBase (line 91) | public function testImagesDirBase(): void method testImportSource (line 104) | public function testImportSource() method testValidateSource (line 129) | public function testValidateSource() method testValidateSourceException (line 150) | public function testValidateSourceException() method testGetUnknownEntity (line 165) | public function testGetUnknownEntity() method testGetEntity (line 172) | public function testGetEntity() method testGetEntityEntityIsNotSet (line 183) | public function testGetEntityEntityIsNotSet() method testGetEntityBehaviors (line 194) | public function testGetEntityBehaviors() method testGetEntityBehaviorsWithUnknownBehavior (line 213) | public function testGetEntityBehaviorsWithUnknownBehavior() method testGetUniqueEntityBehaviors (line 229) | public function testGetUniqueEntityBehaviors() method prepareProductNotes (line 246) | private function prepareProductNotes(): void FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/ResourceModel/Import/DataTest.php class DataTest (line 13) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetUniqueColumnData (line 32) | public function testGetUniqueColumnData() method testGetUniqueColumnDataException (line 51) | public function testGetUniqueColumnDataException() method testGetBehavior (line 59) | public function testGetBehavior() method testGetEntityTypeCode (line 76) | public function testGetEntityTypeCode() FILE: dev/tests/integration/testsuite/Magento/ImportExport/Model/Source/Import/EntityTest.php class EntityTest (line 12) | class EntityTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testToOptionArray (line 30) | public function testToOptionArray() FILE: dev/tests/integration/testsuite/Magento/Indexer/Console/Command/IndexerReindexCommandTest.php class IndexerReindexCommandTest (line 22) | class IndexerReindexCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 47) | protected function setUp() method testReindexAll (line 60) | public function testReindexAll() FILE: dev/tests/integration/testsuite/Magento/Indexer/Controller/Adminhtml/IndexerTest.php class IndexerTest (line 11) | class IndexerTest extends \Magento\TestFramework\TestCase\AbstractBacken... method testIndexersMode (line 18) | public function testIndexersMode() method testDefaultNumberOfIndexers (line 40) | public function testDefaultNumberOfIndexers() FILE: dev/tests/integration/testsuite/Magento/Indexer/Model/Config/ConverterTest.php class ConverterTest (line 10) | class ConverterTest extends \PHPUnit\Framework\TestCase method setUp (line 17) | protected function setUp() method testConverter (line 23) | public function testConverter() method testConverterWithCircularDependency (line 37) | public function testConverterWithCircularDependency() method testConverterWithDependencyOnNotExistingIndexer (line 51) | public function testConverterWithDependencyOnNotExistingIndexer() FILE: dev/tests/integration/testsuite/Magento/InstantPurchase/CustomerData/InstantPurchaseTest.php class InstantPurchaseTest (line 16) | class InstantPurchaseTest extends TestCase method setUp (line 23) | public function setUp() method testDefaultFormatterIsAppliedWhenBasicIntegration (line 33) | public function testDefaultFormatterIsAppliedWhenBasicIntegration() method testCustomFormatterIsAppliedWhenComplexIntegration (line 55) | public function testCustomFormatterIsAppliedWhenComplexIntegration() FILE: dev/tests/integration/testsuite/Magento/InstantPurchase/CustomerData/StubPaymentTokenFormatter.php class StubPaymentTokenFormatter (line 11) | class StubPaymentTokenFormatter implements PaymentTokenFormatterInterface method formatPaymentToken (line 18) | public function formatPaymentToken(PaymentTokenInterface $paymentToken... FILE: dev/tests/integration/testsuite/Magento/InstantPurchase/Model/InstantPurchaseTest.php class InstantPurchaseTest (line 22) | class InstantPurchaseTest extends TestCase method setUp (line 29) | public function setUp() method testAvailableWhenEverythingSetUp (line 39) | public function testAvailableWhenEverythingSetUp() method testNotAvailableWithoutPaymentToken (line 54) | public function testNotAvailableWithoutPaymentToken() method testNotAvailableWhenVaultNotActive (line 66) | public function testNotAvailableWhenVaultNotActive() method testNotAvailableWhenVaultProviderNotActive (line 78) | public function testNotAvailableWhenVaultProviderNotActive() method testNotAvailableWithoutAddresses (line 88) | public function testNotAvailableWithoutAddresses() method testNotAvailableWhenShippingMethodsDisabled (line 100) | public function testNotAvailableWhenShippingMethodsDisabled() method testNotAvailableWhenDisabledInConfig (line 112) | public function testNotAvailableWhenDisabledInConfig() method testNotAvailableWhenSupportSwitchedOffForVault (line 124) | public function testNotAvailableWhenSupportSwitchedOffForVault() method invokeTestInstantPurchaseOptionCalculation (line 135) | private function invokeTestInstantPurchaseOptionCalculation(): Instant... method getFixtureStore (line 150) | private function getFixtureStore(): Store method getFixtureCustomer (line 162) | private function getFixtureCustomer(): Customer FILE: dev/tests/integration/testsuite/Magento/InstantPurchase/Model/PlaceOrderTest.php class PlaceOrderTest (line 23) | class PlaceOrderTest extends TestCase method setUp (line 30) | public function setUp() method testPlaceOrderForSimpleProduct (line 41) | public function testPlaceOrderForSimpleProduct() method testPlaceOrderForConfigurableProduct (line 56) | public function testPlaceOrderForConfigurableProduct() method testPlaceOrderForGroupedProduct (line 84) | public function testPlaceOrderForGroupedProduct() method testPlaceOrderForDownloadableProduct (line 107) | public function testPlaceOrderForDownloadableProduct() method testPlaceOrderForVirtualProduct (line 130) | public function testPlaceOrderForVirtualProduct() method invokeTestProductPlacement (line 147) | private function invokeTestProductPlacement($productSku, array $produc... method getFixtureStore (line 179) | private function getFixtureStore(): Store method getFixtureCustomer (line 191) | private function getFixtureCustomer(): Customer method getFixtureProduct (line 206) | private function getFixtureProduct(string $sku): Product method createInstantPurchaseOptionFromFixture (line 219) | private function createInstantPurchaseOptionFromFixture(): InstantPurc... method createProductOptionsRequest (line 240) | private function createProductOptionsRequest(Product $product): array FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/Activate/Permissions/Tab/WebapiTest.php class WebapiTest (line 15) | class WebapiTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method tearDown (line 27) | protected function tearDown() method testGetSelectedResourcesJsonEmpty (line 33) | public function testGetSelectedResourcesJsonEmpty() method testGetSelectedResourcesJson (line 39) | public function testGetSelectedResourcesJson() method testGetResourcesTreeJson (line 49) | public function testGetResourcesTreeJson() method testCanShowTabNegative (line 59) | public function testCanShowTabNegative() method testCanShowTabPositive (line 64) | public function testCanShowTabPositive() method createApiTabBlock (line 75) | protected function createApiTabBlock() method getFixtureIntegration (line 86) | protected function getFixtureIntegration() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/Edit/FormTest.php class FormTest (line 15) | class FormTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testToHtmlNoExistingIntegrationData (line 39) | public function testToHtmlNoExistingIntegrationData() method testToHtmlWithIntegrationData (line 51) | public function testToHtmlWithIntegrationData() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/InfoTest.php class InfoTest (line 15) | class InfoTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testToHtmlNoExistingIntegrationData (line 40) | public function testToHtmlNoExistingIntegrationData() method testToHtmlWithIntegrationData (line 63) | public function testToHtmlWithIntegrationData() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/EditTest.php class EditTest (line 19) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 26) | protected function setUp() method testGetHeaderTextNewIntegration (line 32) | public function testGetHeaderTextNewIntegration() method testGetHeaderTextEditIntegration (line 58) | public function testGetHeaderTextEditIntegration() method testGetHeaderTextEditIntegrationConfigType (line 80) | public function testGetHeaderTextEditIntegrationConfigType() method testGetFormActionUrl (line 117) | public function testGetFormActionUrl() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/GridTest.php class GridTest (line 17) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetRowClickCallback (line 30) | public function testGetRowClickCallback() method testGetRowInitCallback (line 35) | public function testGetRowInitCallback() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/TokensTest.php class TokensTest (line 17) | class TokensTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetFormFields (line 30) | public function testGetFormFields() method testToHtml (line 69) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/System/Config/OauthSectionTest.php class OauthSectionTest (line 16) | class OauthSectionTest extends \Magento\TestFramework\TestCase\AbstractB... method testOAuthSection (line 21) | public function testOAuthSection() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Button/DeleteTest.php class DeleteTest (line 15) | class DeleteTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRender (line 36) | public function testRender() method testRenderDisabled (line 50) | public function testRenderDisabled() method getFixtureIntegration (line 68) | protected function getFixtureIntegration() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Button/EditTest.php class EditTest (line 15) | class EditTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRenderEdit (line 36) | public function testRenderEdit() method testRenderView (line 49) | public function testRenderView() method getFixtureIntegration (line 61) | protected function getFixtureIntegration() FILE: dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Widget/Grid/Column/Renderer/Link/ActivateTest.php class ActivateTest (line 15) | class ActivateTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRenderActivate (line 33) | public function testRenderActivate() method testRenderReauthorize (line 47) | public function testRenderReauthorize() method testRenderTokenExchange (line 68) | public function testRenderTokenExchange($endpoint, $identityLinkUrl, $... method renderTokenExchangeProvider (line 85) | public function renderTokenExchangeProvider() method getFixtureIntegration (line 98) | protected function getFixtureIntegration() FILE: dev/tests/integration/testsuite/Magento/Integration/Controller/Adminhtml/IntegrationTest.php class IntegrationTest (line 19) | class IntegrationTest extends \Magento\TestFramework\TestCase\AbstractBa... method setUp (line 27) | protected function setUp() method testIndexAction (line 39) | public function testIndexAction() method testNewAction (line 57) | public function testNewAction() method testEditAction (line 77) | public function testEditAction() method testSaveActionUpdateIntegration (line 107) | public function testSaveActionUpdateIntegration() method testSaveActionNewIntegration (line 134) | public function testSaveActionNewIntegration() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/AdminTokenServiceTest.php class AdminTokenServiceTest (line 17) | class AdminTokenServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testCreateAdminAccessToken (line 47) | public function testCreateAdminAccessToken() method testCreateAdminAccessTokenEmptyOrNullCredentials (line 65) | public function testCreateAdminAccessTokenEmptyOrNullCredentials($user... method testCreateAdminAccessTokenInvalidCustomer (line 77) | public function testCreateAdminAccessTokenInvalidCustomer() method validationDataProvider (line 94) | public function validationDataProvider() method assertInputExceptionMessages (line 107) | private function assertInputExceptionMessages($e) FILE: dev/tests/integration/testsuite/Magento/Integration/Model/AuthorizationServiceTest.php class AuthorizationServiceTest (line 14) | class AuthorizationServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testGrantPermissions (line 58) | public function testGrantPermissions() method testChangePermissions (line 78) | public function testChangePermissions($integrationId, $initialResource... method changePermissionsProvider (line 92) | public function changePermissionsProvider() method testGrantAllPermissions (line 111) | public function testGrantAllPermissions() method _ensurePermissionsAreGranted (line 124) | protected function _ensurePermissionsAreGranted($integrationId, $resou... method _ensurePermissionsAreNotGranted (line 144) | protected function _ensurePermissionsAreNotGranted($integrationId, $re... FILE: dev/tests/integration/testsuite/Magento/Integration/Model/Config/Consolidated/ReaderTest.php class ReaderTest (line 14) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRead (line 36) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/Config/Integration/ReaderTest.php class ReaderTest (line 14) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRead (line 33) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/Config/ReaderTest.php class ReaderTest (line 14) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testRead (line 33) | public function testRead() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/ConfigBasedIntegrationManagerTest.php class ConfigBasedIntegrationManagerTest (line 14) | class ConfigBasedIntegrationManagerTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | protected function setUp() method tearDown (line 61) | protected function tearDown() method testProcessConfigBasedIntegrations (line 70) | public function testProcessConfigBasedIntegrations() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/CustomerTokenServiceTest.php class CustomerTokenServiceTest (line 17) | class CustomerTokenServiceTest extends \PHPUnit\Framework\TestCase method setUp (line 37) | public function setUp() method testCreateCustomerAccessToken (line 51) | public function testCreateCustomerAccessToken() method testCreateCustomerAccessTokenEmptyOrNullCredentials (line 65) | public function testCreateCustomerAccessTokenEmptyOrNullCredentials($u... method testCreateCustomerAccessTokenInvalidCustomer (line 77) | public function testCreateCustomerAccessTokenInvalidCustomer() method validationDataProvider (line 94) | public function validationDataProvider() method assertInputExceptionMessages (line 107) | private function assertInputExceptionMessages($e) FILE: dev/tests/integration/testsuite/Magento/Integration/Model/ResourceModel/IntegrationTest.php class IntegrationTest (line 11) | class IntegrationTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testLoadActiveIntegrationByConsumerId (line 42) | public function testLoadActiveIntegrationByConsumerId() FILE: dev/tests/integration/testsuite/Magento/Integration/Model/ResourceModel/Oauth/TokenTest.php class TokenTest (line 17) | class TokenTest extends \PHPUnit\Framework\TestCase method setUp (line 48) | protected function setUp() method generateTokens (line 71) | private function generateTokens() method testDeleteExpiredTokenUsingObserver (line 130) | public function testDeleteExpiredTokenUsingObserver( method deleteExpiredTokenUsingObserverDataProvider (line 151) | public function deleteExpiredTokenUsingObserverDataProvider() method testDeleteExpiredTokens (line 195) | public function testDeleteExpiredTokens( method deleteExpiredTokensDataProvider (line 212) | public function deleteExpiredTokensDataProvider() method assertTokenCleanUp (line 261) | private function assertTokenCleanUp( FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php class AbstractFiltersTest (line 36) | abstract class AbstractFiltersTest extends TestCase method setUp (line 71) | protected function setUp() method getLayerType (line 87) | abstract protected function getLayerType(): string; method getAttributeCode (line 94) | abstract protected function getAttributeCode(): string; method getCategoryFiltersAndAssert (line 105) | protected function getCategoryFiltersAndAssert( method getSearchFiltersAndAssert (line 135) | protected function getSearchFiltersAndAssert( method getFilterByCode (line 162) | protected function getFilterByCode(array $filters, string $code): ?Abs... method updateAttribute (line 181) | protected function updateAttribute( method prepareFilterItems (line 195) | protected function prepareFilterItems(AbstractFilter $filter): array method updateProducts (line 217) | protected function updateProducts( method clearInstanceAndReindexSearch (line 238) | protected function clearInstanceAndReindexSearch(): void method loadCategory (line 253) | protected function loadCategory(string $categoryName, int $storeId): C... method createNavigationBlockInstance (line 273) | protected function createNavigationBlockInstance(): void FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/BooleanFilterTest.php class BooleanFilterTest (line 21) | class BooleanFilterTest extends AbstractFiltersTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute(array $products, arr... method getFiltersWithCustomAttributeDataProvider (line 40) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 75) | protected function getLayerType(): string method getAttributeCode (line 83) | protected function getAttributeCode(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php class DecimalFilterTest (line 23) | class DecimalFilterTest extends AbstractFiltersTest method testGetFiltersWithCustomAttribute (line 34) | public function testGetFiltersWithCustomAttribute(array $products, arr... method getLayerType (line 42) | protected function getLayerType(): string method getAttributeCode (line 50) | protected function getAttributeCode(): string method prepareFilterItems (line 58) | protected function prepareFilterItems(AbstractFilter $filter): array method updateProducts (line 77) | protected function updateProducts( method getFiltersWithCustomAttributeDataProvider (line 96) | public function getFiltersWithCustomAttributeDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/FilterScopeTest.php class FilterScopeTest (line 23) | class FilterScopeTest extends AbstractFiltersTest method setUp (line 43) | protected function setUp() method testGetFilters (line 60) | public function testGetFilters(int $scope, array $products, array $exp... method filtersWithScopeDataProvider (line 87) | public function filtersWithScopeDataProvider(): array method getLayerType (line 129) | protected function getLayerType(): string method getAttributeCode (line 137) | protected function getAttributeCode(): string method updateProductsOnStore (line 148) | private function updateProductsOnStore(array $productsData): void FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php class MultiselectFilterTest (line 21) | class MultiselectFilterTest extends AbstractFiltersTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute(array $products, arr... method getFiltersWithCustomAttributeDataProvider (line 40) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 78) | protected function getLayerType(): string method getAttributeCode (line 86) | protected function getAttributeCode(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/SelectFilterTest.php class SelectFilterTest (line 21) | class SelectFilterTest extends AbstractFiltersTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute(array $products, arr... method getFiltersWithCustomAttributeDataProvider (line 40) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 77) | protected function getLayerType(): string method getAttributeCode (line 85) | protected function getAttributeCode(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/CategoryTest.php class CategoryTest (line 31) | class CategoryTest extends TestCase method setUp (line 66) | protected function setUp() method testCanShowBlockWithoutProducts (line 81) | public function testCanShowBlockWithoutProducts(): void method testCanShowBlockWithoutFilterOptions (line 92) | public function testCanShowBlockWithoutFilterOptions(): void method testCanShowBlockWithDisplayMode (line 106) | public function testCanShowBlockWithDisplayMode(string $displayMode, b... method canShowBlockWithDisplayModeDataProvider (line 116) | public function canShowBlockWithDisplayModeDataProvider(): array method testCanShowBlockWithDisplayModeOnStoreView (line 134) | public function testCanShowBlockWithDisplayModeOnStoreView( method canShowBlockWithDisplayModeDataProviderOnStoreView (line 149) | public function canShowBlockWithDisplayModeDataProviderOnStoreView(): ... method prepareNavigationBlock (line 177) | private function prepareNavigationBlock( method loadCategory (line 193) | private function loadCategory(string $categoryName, int $storeId): Cat... method updateCategoryDisplayMode (line 216) | private function updateCategoryDisplayMode( FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/BooleanFilterTest.php class BooleanFilterTest (line 21) | class BooleanFilterTest extends CategoryBooleanFilterTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute( method getFiltersWithCustomAttributeDataProvider (line 43) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 77) | protected function getLayerType(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/DecimalFilterTest.php class DecimalFilterTest (line 21) | class DecimalFilterTest extends CategoryDecimalFilterTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute( method getFiltersWithCustomAttributeDataProvider (line 43) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 68) | protected function getLayerType(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultiselectFilterTest.php class MultiselectFilterTest (line 21) | class MultiselectFilterTest extends CategoryMultiselectFilterTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute( method getFiltersWithCustomAttributeDataProvider (line 43) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 80) | protected function getLayerType(): string FILE: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/SelectFilterTest.php class SelectFilterTest (line 21) | class SelectFilterTest extends CategorySelectFilterTest method testGetFiltersWithCustomAttribute (line 32) | public function testGetFiltersWithCustomAttribute( method getFiltersWithCustomAttributeDataProvider (line 43) | public function getFiltersWithCustomAttributeDataProvider(): array method getLayerType (line 78) | protected function getLayerType(): string FILE: dev/tests/integration/testsuite/Magento/MediaStorage/Console/Command/ImageResizeCommandTest.php class ImageResizeCommandTest (line 22) | class ImageResizeCommandTest extends \PHPUnit\Framework\TestCase method setUp (line 57) | protected function setUp() method testRunResizeWithMissingFile (line 74) | public function testRunResizeWithMissingFile() method testExecuteWithZeroByteImage (line 88) | public function testExecuteWithZeroByteImage() method testDatabaseStorageMissingFile (line 120) | public function testDatabaseStorageMissingFile() FILE: dev/tests/integration/testsuite/Magento/MediaStorage/Helper/File/Storage/DatabaseTest.php class DatabaseTest (line 19) | class DatabaseTest extends \PHPUnit\Framework\TestCase method setUp (line 44) | protected function setUp() method testDeleteFolder (line 60) | public function testDeleteFolder() FILE: dev/tests/integration/testsuite/Magento/MediaStorage/Model/File/Storage/ResponseTest.php class ResponseTest (line 13) | class ResponseTest extends \PHPUnit\Framework\TestCase method testSendResponse (line 20) | public function testSendResponse(): void FILE: dev/tests/integration/testsuite/Magento/MediaStorage/Model/File/StorageTest.php class StorageTest (line 10) | class StorageTest extends \PHPUnit\Framework\TestCase method testGetScriptConfig (line 17) | public function testGetScriptConfig() FILE: dev/tests/integration/testsuite/Magento/MemoryUsageTest.php class MemoryUsageTest (line 8) | class MemoryUsageTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testAppReinitializationNoMemoryLeak (line 33) | public function testAppReinitializationNoMemoryLeak() method _deallocateUnusedMemory (line 58) | protected function _deallocateUnusedMemory() method _getAllowedMemoryUsage (line 68) | protected function _getAllowedMemoryUsage() FILE: dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php class ConsumersRunnerTest (line 24) | class ConsumersRunnerTest extends \PHPUnit\Framework\TestCase method setUp (line 81) | protected function setUp() method testSpecificConsumerAndRerun (line 119) | public function testSpecificConsumerAndRerun() method reRunConsumersAndCheckLocks (line 134) | private function reRunConsumersAndCheckLocks($specificConsumer) method testCronJobDisabled (line 156) | public function testCronJobDisabled() method loadConfig (line 175) | private function loadConfig() method writeConfig (line 184) | private function writeConfig(array $config) method tearDown (line 194) | protected function tearDown() method getConsumerProcessIds (line 216) | private function getConsumerProcessIds($consumer) FILE: dev/tests/integration/testsuite/Magento/MessageQueue/Model/Plugin/ResourceModel/LockTest.php class LockTest (line 11) | class LockTest extends \PHPUnit\Framework\TestCase method setUp (line 33) | protected function setUp() method testLockClearedByMaintenanceModeOff (line 47) | public function testLockClearedByMaintenanceModeOff() FILE: dev/tests/integration/testsuite/Magento/Multishipping/Block/Checkout/Address/SelectTest.php class SelectTest (line 14) | class SelectTest extends \PHPUnit\Framework\TestCase method setUp (line 19) | protected function setUp() method testGetAddressAsHtml (line 31) | public function testGetAddressAsHtml() FILE: dev/tests/integration/testsuite/Magento/Multishipping/Block/Checkout/AddressesTest.php class AddressesTest (line 13) | class AddressesTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method testGetAddressOptions (line 60) | public function testGetAddressOptions() FILE: dev/tests/integration/testsuite/Magento/Multishipping/Block/Checkout/OverviewTest.php class OverviewTest (line 12) | class OverviewTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetRowItemHtml (line 50) | public function testGetRowItemHtml() FILE: dev/tests/integration/testsuite/Magento/Multishipping/Controller/Checkout/CheckItemsTest.php class CheckItemsTest (line 28) | class CheckItemsTest extends \Magento\TestFramework\TestCase\AbstractCon... method setUp (line 53) | public function setUp() method testExecute (line 75) | public function testExecute($requestQuantity, $expectedResponse) method loginCustomer (line 108) | private function loginCustomer() method getQuote (line 129) | private function getQuote($reservedOrderId) method requestDataProvider (line 146) | public function requestDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Multishipping/Controller/CheckoutTest.php class CheckoutTest (line 17) | class CheckoutTest extends \Magento\TestFramework\TestCase\AbstractContr... method setUp (line 32) | public function setUp() method testOverviewAction (line 48) | public function testOverviewAction() FILE: dev/tests/integration/testsuite/Magento/Multishipping/Model/Checkout/Type/MultishippingTest.php class MultishippingTest (line 30) | class MultishippingTest extends \PHPUnit\Framework\TestCase method setUp (line 56) | protected function setUp() method testGetCustomerDefaultAddress (line 81) | public function testGetCustomerDefaultAddress($addressType) method testGetCustomerDefaultAddressDefaultAddressNotSet (line 139) | public function testGetCustomerDefaultAddressDefaultAddressNotSet($add... method testGetCustomerDefaultAddressCustomerWithoutAddresses (line 180) | public function testGetCustomerDefaultAddressCustomerWithoutAddresses(... method getCustomerDefaultAddressDataProvider (line 208) | public function getCustomerDefaultAddressDataProvider() method testCreateOrders (line 223) | public function testCreateOrders() method testCreateOrdersWithSomeFailedOrders (line 300) | public function testCreateOrdersWithSomeFailedOrders() method testCreateOrdersWithConfigurableProduct (line 369) | public function testCreateOrdersWithConfigurableProduct() method getOrderServiceMock (line 405) | private function getOrderServiceMock(): MockObject method getQuote (line 429) | private function getQuote(string $reservedOrderId): Quote method getOrderList (line 449) | private function getOrderList(int $quoteId): array method performOrderAddressAssertions (line 468) | private function performOrderAddressAssertions(OrderAddressInterface $... method findAddressInQuote (line 483) | private function findAddressInQuote(array $searchAddress, Quote $quote) method performOrderTotalAssertions (line 511) | private function performOrderTotalAssertions(float $total, float $expe... FILE: dev/tests/integration/testsuite/Magento/MysqlMq/Model/Driver/QueueTest.php class QueueTest (line 15) | class QueueTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | protected function setUp() method tearDown (line 41) | protected function tearDown() method testPushAndDequeue (line 51) | public function testPushAndDequeue() FILE: dev/tests/integration/testsuite/Magento/MysqlMq/Model/ObserverTest.php class ObserverTest (line 8) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testCleanUpOld (line 37) | public function testCleanUpOld() method testCleanupMessages (line 74) | public function testCleanupMessages() method testCleanupInProgressMessages (line 130) | public function testCleanupInProgressMessages() FILE: dev/tests/integration/testsuite/Magento/MysqlMq/Model/PublisherConsumerTest.php class PublisherConsumerTest (line 19) | class PublisherConsumerTest extends QueueTestCaseAbstract method testPublishConsumeFlow (line 37) | public function testPublishConsumeFlow() method testPublishAndConsumeSchemaDefinedByMethod (line 76) | public function testPublishAndConsumeSchemaDefinedByMethod() method testConsumeWithException (line 101) | public function testConsumeWithException() method getTopicLatestMessage (line 124) | private function getTopicLatestMessage(string $topic) : Message FILE: dev/tests/integration/testsuite/Magento/MysqlMq/Model/QueueManagementTest.php class QueueManagementTest (line 13) | class QueueManagementTest extends \PHPUnit\Framework\TestCase method setUp (line 25) | protected function setUp() method testMessageReading (line 34) | public function testMessageReading() method testMessageReadingMultipleQueues (line 76) | public function testMessageReadingMultipleQueues() method testChangingMessageStatus (line 130) | public function testChangingMessageStatus() method testMessageRetry (line 181) | public function testMessageRetry() FILE: dev/tests/integration/testsuite/Magento/NewRelicReporting/Model/Module/CollectTest.php class CollectTest (line 14) | class CollectTest extends TestCase method setUp (line 24) | protected function setUp() method testReport (line 32) | public function testReport() FILE: dev/tests/integration/testsuite/Magento/NewRelicReporting/Plugin/SeparateAppsTest.php class SeparateAppsTest (line 18) | class SeparateAppsTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testAppNameIsSetWhenConfiguredCorrectly (line 38) | public function testAppNameIsSetWhenConfiguredCorrectly() method testAppNameIsNotSetWhenDisabled (line 61) | public function testAppNameIsNotSetWhenDisabled() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Block/Adminhtml/Queue/Edit/FormTest.php class FormTest (line 12) | class FormTest extends \PHPUnit\Framework\TestCase method testPrepareForm (line 17) | public function testPrepareForm() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Block/Adminhtml/Subscriber/GridTest.php class GridTest (line 16) | class GridTest extends \PHPUnit\Framework\TestCase method setUp (line 30) | protected function setUp() method testMassActionBlockExists (line 45) | public function testMassActionBlockExists() method testMassActionFieldIdIsCorrect (line 56) | public function testMassActionFieldIdIsCorrect() method testMassActionBlockContainsCorrectIdList (line 70) | public function testMassActionBlockContainsCorrectIdList() method getMassActionBlock (line 84) | private function getMassActionBlock() method getAllSubscriberIdList (line 94) | private function getAllSubscriberIdList() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Block/Adminhtml/SubscriberTest.php class SubscriberTest (line 11) | class SubscriberTest extends \PHPUnit\Framework\TestCase method testGetShowQueueAdd (line 13) | public function testGetShowQueueAdd() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Controller/Adminhtml/NewsletterQueueTest.php class NewsletterQueueTest (line 13) | class NewsletterQueueTest extends \Magento\TestFramework\TestCase\Abstra... method setUp (line 23) | protected function setUp() method tearDown (line 34) | protected function tearDown() method testSaveActionQueueTemplateAndVerifySuccessMessage (line 50) | public function testSaveActionQueueTemplateAndVerifySuccessMessage() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Controller/Adminhtml/NewsletterTemplateTest.php class NewsletterTemplateTest (line 11) | class NewsletterTemplateTest extends \Magento\TestFramework\TestCase\Abs... method setUp (line 26) | protected function setUp() method tearDown (line 48) | protected function tearDown() method testSaveActionCreateNewTemplateAndVerifySuccessMessage (line 62) | public function testSaveActionCreateNewTemplateAndVerifySuccessMessage() method testSaveActionEditTemplateAndVerifySuccessMessage (line 83) | public function testSaveActionEditTemplateAndVerifySuccessMessage() method testDeleteActionTemplateAndVerifySuccessMessage (line 113) | public function testDeleteActionTemplateAndVerifySuccessMessage() method testSaveActionTemplateWithGetAndVerifyRedirect (line 139) | public function testSaveActionTemplateWithGetAndVerifyRedirect() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Controller/ManageTest.php class ManageTest (line 12) | class ManageTest extends \Magento\TestFramework\TestCase\AbstractController method setUp (line 27) | protected function setUp() method tearDown (line 40) | protected function tearDown() method testSaveAction (line 49) | public function testSaveAction() method testSaveActionRemoveSubscription (line 75) | public function testSaveActionRemoveSubscription() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Controller/SubscriberTest.php class SubscriberTest (line 24) | class SubscriberTest extends AbstractController method testNewAction (line 26) | public function testNewAction() method testNewActionUnusedEmail (line 39) | public function testNewActionUnusedEmail() method testNewActionUsedEmail (line 53) | public function testNewActionUsedEmail() method testNewActionOwnerEmail (line 67) | public function testNewActionOwnerEmail() method testCreatePosWithSubscribeEmailAction (line 84) | public function testCreatePosWithSubscribeEmailAction() method fillRequestWithAccountDataAndFormKey (line 129) | private function fillRequestWithAccountDataAndFormKey($email) method login (line 159) | protected function login($customerId) FILE: dev/tests/integration/testsuite/Magento/Newsletter/Helper/DataTest.php class DataTest (line 8) | class DataTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testGetConfirmationUrl (line 29) | public function testGetConfirmationUrl() method testGetUnsubscribeUrl (line 41) | public function testGetUnsubscribeUrl() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/Plugin/PluginTest.php class PluginTest (line 13) | class PluginTest extends \PHPUnit\Framework\TestCase method setUp (line 27) | public function setUp() method tearDown (line 37) | public function tearDown() method testCustomerCreated (line 50) | public function testCustomerCreated() method testCustomerCreatedNotSubscribed (line 80) | public function testCustomerCreatedNotSubscribed() method testCustomerUpdatedEmail (line 100) | public function testCustomerUpdatedEmail() method testCustomerDeletedByIdAdminArea (line 123) | public function testCustomerDeletedByIdAdminArea() method testCustomerDeletedAdminArea (line 141) | public function testCustomerDeletedAdminArea() method verifySubscriptionNotExist (line 159) | private function verifySubscriptionNotExist($email) method testCustomerWithZeroStoreIdIsSubscribed (line 175) | public function testCustomerWithZeroStoreIdIsSubscribed() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/QueueTest.php class QueueTest (line 10) | class QueueTest extends \PHPUnit\Framework\TestCase method testSendPerSubscriber (line 16) | public function testSendPerSubscriber() method testSendPerSubscriberProblem (line 62) | public function testSendPerSubscriberProblem() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/ResourceModel/Problem/CollectionTest.php class CollectionTest (line 11) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testAddCustomersData (line 27) | public function testAddCustomersData() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/ResourceModel/Subscriber/CollectionTest.php class CollectionTest (line 9) | class CollectionTest extends \PHPUnit\Framework\TestCase method setUp (line 16) | protected function setUp() method testShowCustomerInfo (line 25) | public function testShowCustomerInfo() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/ResourceModel/SubscriberTest.php class SubscriberTest (line 11) | class SubscriberTest extends \PHPUnit\Framework\TestCase method setUp (line 18) | protected function setUp() method testLoadByCustomerDataWithCustomerId (line 27) | public function testLoadByCustomerDataWithCustomerId() method testLoadByCustomerDataWithoutCustomerId (line 43) | public function testLoadByCustomerDataWithoutCustomerId() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/SubscriberTest.php class SubscriberTest (line 13) | class SubscriberTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testEmailConfirmation (line 31) | public function testEmailConfirmation() method testLoadByCustomerId (line 49) | public function testLoadByCustomerId() method testUnsubscribeSubscribe (line 59) | public function testUnsubscribeSubscribe() method testUnsubscribeSubscribeByCustomerId (line 75) | public function testUnsubscribeSubscribeByCustomerId() method testConfirm (line 90) | public function testConfirm() FILE: dev/tests/integration/testsuite/Magento/Newsletter/Model/TemplateTest.php class TemplateTest (line 15) | class TemplateTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | protected function setUp() method testGetProcessedTemplateFrontend (line 38) | public function testGetProcessedTemplateFrontend($store, $design) method getProcessedTemplateFrontendDataProvider (line 66) | public function getProcessedTemplateFrontendDataProvider() method testGetProcessedTemplateArea (line 81) | public function testGetProcessedTemplateArea($area, $design) method getProcessedTemplateAreaDataProvider (line 98) | public function getProcessedTemplateAreaDataProvider() method testIsValidToSend (line 110) | public function testIsValidToSend($senderEmail, $senderName, $subject,... method isValidToSendDataProvider (line 125) | public function isValidToSendDataProvider() method testLegacyTemplateFromDbLoadsInLegacyMode (line 143) | public function testLegacyTemplateFromDbLoadsInLegacyMode() method testTemplateFromDbLoadsInStrictMode (line 180) | public function testTemplateFromDbLoadsInStrictMode() FILE: dev/tests/integration/testsuite/Magento/OfflineShipping/Controller/Adminhtml/System/Config/ImportExportTableratesTest.php class ImportExportTableratesTest (line 28) | class ImportExportTableratesTest extends \Magento\TestFramework\TestCase... method setUp (line 53) | protected function setUp() method testImportExportTablerates (line 69) | public function testImportExportTablerates(): void method getTablerateCsv (line 118) | private function getTablerateCsv(): string FILE: dev/tests/integration/testsuite/Magento/OfflineShipping/Model/CollectRatesTest.php class CollectRatesTest (line 14) | class CollectRatesTest extends \Magento\Shipping\Model\CollectRatesAbstract method testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable (line 33) | public function testCollectRatesWhenShippingCarrierIsAvailableAndNotAp... method testCollectRatesWhenShippingCarrierIsNotAvailableAndNotApplicable (line 45) | public function testCollectRatesWhenShippingCarrierIsNotAvailableAndNo... FILE: dev/tests/integration/testsuite/Magento/PageCache/Block/JavascriptTest.php class JavascriptTest (line 12) | class JavascriptTest extends \PHPUnit\Framework\TestCase method setUp (line 24) | protected function setUp() method testGetScriptOptions (line 35) | public function testGetScriptOptions() FILE: dev/tests/integration/testsuite/Magento/PageCache/Block/System/Config/Form/Field/ExportTest.php class ExportTest (line 11) | class ExportTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testExportButtons (line 21) | public function testExportButtons() FILE: dev/tests/integration/testsuite/Magento/PageCache/Model/ConfigTest.php class ConfigTest (line 8) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetVclFile (line 86) | public function testGetVclFile() FILE: dev/tests/integration/testsuite/Magento/PageCache/Model/Layout/MergeTest.php class MergeTest (line 10) | class MergeTest extends \PHPUnit\Framework\TestCase method testLoadEntitySpecificHandleWithEsiBlock (line 17) | public function testLoadEntitySpecificHandleWithEsiBlock() FILE: dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/TtlTest.php class TtlTest (line 8) | class TtlTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testBeforeSave (line 34) | public function testBeforeSave($value, $path) method beforeSaveDataProvider (line 39) | public function beforeSaveDataProvider() method testBeforeSaveWithException (line 53) | public function testBeforeSaveWithException($value, $path) method beforeSaveDataProviderWithException (line 59) | public function beforeSaveDataProviderWithException() method _prepareData (line 71) | protected function _prepareData($value, $path) FILE: dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/VarnishTest.php class VarnishTest (line 8) | class VarnishTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | protected function setUp() method testBeforeSave (line 45) | public function testBeforeSave($value, $path, $expected, $needUpdate) method beforeSaveDataProvider (line 60) | public function beforeSaveDataProvider() method testAfterLoad (line 81) | public function testAfterLoad($path, $expected, $needUpdate) method afterLoadDataProvider (line 95) | public function afterLoadDataProvider() FILE: dev/tests/integration/testsuite/Magento/PageCache/Observer/SwitchPageCacheOnMaintenance/PageCacheStateTest.php class PageCacheStateTest (line 18) | class PageCacheStateTest extends TestCase method setUp (line 28) | protected function setUp(): void method testSave (line 41) | public function testSave(bool $state): void method testFlush (line 52) | public function testFlush(): void method saveStateProvider (line 65) | public function saveStateProvider(): array FILE: dev/tests/integration/testsuite/Magento/PageCache/Plugin/RegisterFormKeyFromCookieTest.php class RegisterFormKeyFromCookieTest (line 19) | class RegisterFormKeyFromCookieTest extends TestCase method setUp (line 39) | protected function setUp() method testTakenFromCookie (line 52) | public function testTakenFromCookie() FILE: dev/tests/integration/testsuite/Magento/Payment/Block/InfoTest.php class InfoTest (line 21) | class InfoTest extends \PHPUnit\Framework\TestCase method testGetChildPdfAsArray (line 30) | public function testGetChildPdfAsArray() FILE: dev/tests/integration/testsuite/Magento/Payment/Block/Transparent/IframeTest.php class IframeTest (line 12) | class IframeTest extends \PHPUnit\Framework\TestCase method testToHtml (line 19) | public function testToHtml($xssString) method xssDataProvider (line 47) | public function xssDataProvider() FILE: dev/tests/integration/testsuite/Magento/Payment/Helper/DataTest.php class DataTest (line 16) | class DataTest extends TestCase method setUp (line 26) | protected function setUp() method testGetInfoBlock (line 36) | public function testGetInfoBlock() method testPaymentMethodLabelByStore (line 51) | public function testPaymentMethodLabelByStore() FILE: dev/tests/integration/testsuite/Magento/Payment/Model/Config/ReaderTest.php class ReaderTest (line 10) | class ReaderTest extends \PHPUnit\Framework\TestCase method setUp (line 20) | public function setUp() method testRead (line 35) | public function testRead() method testMergeCompleteAndPartial (line 48) | public function testMergeCompleteAndPartial() FILE: dev/tests/integration/testsuite/Magento/Payment/Model/ConfigTest.php class ConfigTest (line 16) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testGetActiveMethods (line 48) | public function testGetActiveMethods() method testGetCcTypes (line 61) | public function testGetCcTypes() method testGetGroups (line 68) | public function testGetGroups() method tearDown (line 75) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Payment/Observer/UpdateOrderStatusForPaymentMethodsObserverTest.php class UpdateOrderStatusForPaymentMethodsObserverTest (line 14) | class UpdateOrderStatusForPaymentMethodsObserverTest extends \PHPUnit\Fr... method setUp (line 26) | protected function setUp() method testUpdateOrderStatusForPaymentMethodsEvent (line 40) | public function testUpdateOrderStatusForPaymentMethodsEvent() method testUpdateOrderStatusForPaymentMethods (line 103) | public function testUpdateOrderStatusForPaymentMethods() method _createEventObserver (line 134) | protected function _createEventObserver() method _resetConfig (line 145) | protected function _resetConfig() FILE: dev/tests/integration/testsuite/Magento/Paypal/Adminhtml/Paypal/ReportsTest.php class ReportsTest (line 11) | class ReportsTest extends \Magento\TestFramework\TestCase\AbstractBacken... method testFetchAction (line 22) | public function testFetchAction() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Tab/InfoTest.php class InfoTest (line 8) | class InfoTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method testCustomerGridAction (line 14) | public function testCustomerGridAction() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Billing/Agreement/ViewTest.php class ViewTest (line 12) | class ViewTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 17) | protected function setUp() method testGetRelatedOrders (line 34) | public function testGetRelatedOrders() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Bml/BannersTest.php class BannersTest (line 10) | class BannersTest extends \PHPUnit\Framework\TestCase method testToHtml (line 24) | public function testToHtml( method testToHtmlDataProvider (line 78) | public function testToHtmlDataProvider() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Express/Review/BillingTest.php class BillingTest (line 14) | class BillingTest extends \PHPUnit\Framework\TestCase method setUp (line 36) | protected function setUp() method testGetAddress (line 81) | public function testGetAddress() method testGetAddressNotSetInQuote (line 95) | public function testGetAddressNotSetInQuote() method testGetFirstNameAndLastName (line 109) | public function testGetFirstNameAndLastName() method _updateQuoteCustomerName (line 120) | protected function _updateQuoteCustomerName() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Express/ReviewTest.php class ReviewTest (line 12) | class ReviewTest extends \PHPUnit\Framework\TestCase method testRenderAddress (line 17) | public function testRenderAddress() FILE: dev/tests/integration/testsuite/Magento/Paypal/Block/Payment/Form/Billing/AgreementTest.php class AgreementTest (line 10) | class AgreementTest extends \PHPUnit\Framework\TestCase method setUp (line 15) | protected function setUp() method testGetBillingAgreements (line 43) | public function testGetBillingAgreements() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/CancelTest.php class CancelTest (line 11) | class CancelTest extends \Magento\TestFramework\TestCase\AbstractBackend... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/DeleteTest.php class DeleteTest (line 11) | class DeleteTest extends \Magento\TestFramework\TestCase\AbstractBackend... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/GridTest.php class GridTest (line 13) | class GridTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 15) | public function setUp() method testAclHasAccess (line 26) | public function testAclHasAccess() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/IndexTest.php class IndexTest (line 11) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/Agreement/ViewTest.php class ViewTest (line 13) | class ViewTest extends \Magento\TestFramework\TestCase\AbstractBackendCo... method setUp (line 15) | public function setUp() method testAclHasAccess (line 26) | public function testAclHasAccess() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Billing/AgreementTest.php class AgreementTest (line 15) | class AgreementTest extends \Magento\TestFramework\TestCase\AbstractBack... method testCustomerGrid (line 21) | public function testCustomerGrid() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Express/AuthorizationTest.php class AuthorizationTest (line 26) | class AuthorizationTest extends \Magento\TestFramework\TestCase\Abstract... method setUp (line 31) | protected function setUp() method testNoOrderPassed (line 45) | public function testNoOrderPassed() method testAuthorization (line 60) | public function testAuthorization() method createSharedInstances (line 105) | private function createSharedInstances() method tearDown (line 130) | protected function tearDown() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/DetailsTest.php class DetailsTest (line 11) | class DetailsTest extends \Magento\TestFramework\TestCase\AbstractBacken... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/FetchTest.php class FetchTest (line 11) | class FetchTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/Paypal/Reports/IndexTest.php class IndexTest (line 11) | class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendC... method setUp (line 13) | public function setUp() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Adminhtml/System/ConfigTest.php class ConfigTest (line 17) | class ConfigTest extends \Magento\TestFramework\TestCase\AbstractBackend... method testSaveMerchantCountry (line 29) | public function testSaveMerchantCountry(string $section, array $groups... method saveMerchantCountryDataProvider (line 52) | public function saveMerchantCountryDataProvider(): array FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Billing/AgreementTest.php class AgreementTest (line 12) | class AgreementTest extends \Magento\TestFramework\TestCase\AbstractCont... method testReturnWizardAction (line 23) | public function testReturnWizardAction() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/ExpressTest.php class ExpressTest (line 22) | class ExpressTest extends \Magento\TestFramework\TestCase\AbstractContro... method testReviewAction (line 28) | public function testReviewAction() method testCancelAction (line 50) | public function testCancelAction() method testStartActionCustomerToQuote (line 87) | public function testStartActionCustomerToQuote() method testReturnAction (line 146) | public function testReturnAction() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/HostedproTest.php class HostedproTest (line 11) | class HostedproTest extends \Magento\TestFramework\TestCase\AbstractCont... method testCancelAction (line 18) | public function testCancelAction() FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Payflow/SilentPostTest.php class SilentPostTest (line 22) | class SilentPostTest extends AbstractController method setUp (line 37) | protected function setUp() method tearDown (line 56) | protected function tearDown() method testSuccessfulNotification (line 72) | public function testSuccessfulNotification($resultCode, $orderState, $... method responseCodeDataProvider (line 93) | public function responseCodeDataProvider() method testFraudulentNotification (line 107) | public function testFraudulentNotification() method withRequest (line 138) | private function withRequest($orderIncrementId, $resultCode) method withGatewayResponse (line 158) | private function withGatewayResponse($orderIncrementId, $resultCode) method getOrder (line 175) | private function getOrder($incrementId) FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/PayflowTest.php class PayflowTest (line 20) | class PayflowTest extends \Magento\TestFramework\TestCase\AbstractContro... method setUp (line 40) | protected function setUp() method testCancelPaymentActionIsContentGenerated (line 78) | public function testCancelPaymentActionIsContentGenerated() method testReturnurlActionIsContentGenerated (line 84) | public function testReturnurlActionIsContentGenerated() method testFormActionIsContentGenerated (line 92) | public function testFormActionIsContentGenerated() method testCancelAction (line 114) | public function testCancelAction(): void FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/PayflowadvancedTest.php class PayflowadvancedTest (line 20) | class PayflowadvancedTest extends \Magento\TestFramework\TestCase\Abstra... method setUp (line 40) | protected function setUp() method testCancelPaymentActionIsContentGenerated (line 79) | public function testCancelPaymentActionIsContentGenerated() method testReturnurlActionIsContentGenerated (line 85) | public function testReturnurlActionIsContentGenerated() method testFormActionIsContentGenerated (line 93) | public function testFormActionIsContentGenerated() method testCancelAction (line 107) | public function testCancelAction(): void FILE: dev/tests/integration/testsuite/Magento/Paypal/Controller/Transparent/ResponseTest.php class ResponseTest (line 22) | class ResponseTest extends \Magento\TestFramework\TestCase\AbstractContr... method testPaymentCcExpirationDate (line 37) | public function testPaymentCcExpirationDate( method paymentCcExpirationDateDataProvider (line 79) | public function paymentCcExpirationDateDataProvider(): array method setCurrentDateTime (line 102) | private function setCurrentDateTime(string $dateTime): void method getQuote (line 121) | private function getQuote(string $reservedOrderId): CartInterface FILE: dev/tests/integration/testsuite/Magento/Paypal/Helper/DataTest.php class DataTest (line 10) | class DataTest extends \PHPUnit\Framework\TestCase method testGetBillingAgreementMethodsWithVaultEnabled (line 18) | public function testGetBillingAgreementMethodsWithVaultEnabled() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Api/NvpTest.php class NvpTest (line 23) | class NvpTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testRequestTotalsAndLineItemsWithFPT (line 87) | public function testRequestTotalsAndLineItemsWithFPT() method testCallRefundTransaction (line 126) | public function testCallRefundTransaction() method getQuote (line 169) | private function getQuote($reservedOrderId) FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Api/PayflowNvpTest.php class PayflowNvpTest (line 23) | class PayflowNvpTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp() method testRequestLineItems (line 86) | public function testRequestLineItems() method getQuote (line 125) | private function getQuote($reservedOrderId) FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Express/CheckoutTest.php class CheckoutTest (line 24) | class CheckoutTest extends \PHPUnit\Framework\TestCase method setUp (line 61) | protected function setUp() method testCheckoutStartWithBillingAddress (line 98) | public function testCheckoutStartWithBillingAddress() method testPrepareCustomerQuote (line 152) | public function testPrepareCustomerQuote() method testPlaceGuestQuote (line 192) | public function testPlaceGuestQuote() method getCheckout (line 222) | protected function getCheckout(Quote $quote) method testReturnFromPaypal (line 244) | public function testReturnFromPaypal() method testReturnFromPaypalButton (line 301) | public function testReturnFromPaypalButton() method testReturnFromPaypalButtonWithReturnBillingAddress (line 339) | public function testReturnFromPaypalButtonWithReturnBillingAddress() method testReturnFromPaypalIfCheckout (line 378) | public function testReturnFromPaypalIfCheckout() method testReturnFromPaypalIfCheckoutWithReturnBillingAddress (line 413) | public function testReturnFromPaypalIfCheckoutWithReturnBillingAddress() method testReturnFromPayPalForCustomerWithEmptyAddresses (line 454) | public function testReturnFromPayPalForCustomerWithEmptyAddresses(): void method testPaymentValidationWithAllowedSpecificCountry (line 482) | public function testPaymentValidationWithAllowedSpecificCountry(): void method testPaymentValidationWithAllowedSpecificCountryNegative (line 507) | public function testPaymentValidationWithAllowedSpecificCountryNegativ... method performQuoteAddressAssertions (line 521) | private function performQuoteAddressAssertions(Address $address, array... method prepareCheckoutModel (line 538) | private function prepareCheckoutModel(Quote $quote, $prefix = '') method getExportedData (line 569) | private function getExportedData(): array method testGuestReturnFromPaypal (line 606) | public function testGuestReturnFromPaypal() method getExportedAddressFixture (line 673) | private function getExportedAddressFixture(array $addressData, string ... method getFixtureQuote (line 706) | private function getFixtureQuote(): Quote FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Hostedpro/RequestTest.php class RequestTest (line 16) | class RequestTest extends \PHPUnit\Framework\TestCase method setUp (line 28) | protected function setUp() method testSetOrder (line 39) | public function testSetOrder() method assertAddress (line 60) | protected function assertAddress(array $address, $type = '') FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/HostedproTest.php class HostedproTest (line 21) | class HostedproTest extends \PHPUnit\Framework\TestCase method setUp (line 38) | protected function setUp() method testInitialize (line 59) | public function testInitialize() method getConfig (line 86) | protected function getConfig() method getProFactory (line 103) | protected function getProFactory() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/IpnTest.php class IpnTest (line 16) | class IpnTest extends \PHPUnit\Framework\TestCase method setUp (line 23) | protected function setUp() method testProcessIpnRequestExpressCurrency (line 36) | public function testProcessIpnRequestExpressCurrency($currencyCode) method testProcessIpnRequestFullRefund (line 48) | public function testProcessIpnRequestFullRefund() method testProcessIpnRequestPartialRefund (line 87) | public function testProcessIpnRequestPartialRefund() method testProcessIpnRequestRestRefund (line 130) | public function testProcessIpnRequestRestRefund() method _processIpnRequestCurrency (line 166) | protected function _processIpnRequestCurrency($currencyCode) method _assertOrder (line 188) | protected function _assertOrder($order, $currencyCode) method currencyProvider (line 205) | public static function currencyProvider() method _createMockedHttpAdapter (line 215) | protected function _createMockedHttpAdapter() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Payflow/Service/Request/SecureTokenTest.php class SecureTokenTest (line 28) | class SecureTokenTest extends TestCase method setUp (line 58) | protected function setUp() method tearDown (line 83) | protected function tearDown() method testRequestToken (line 96) | public function testRequestToken(): void method testRequestTokenWithStoreConfiguration (line 111) | public function testRequestTokenWithStoreConfiguration(): void method testRequestTokenWithWebsiteConfiguration (line 127) | public function testRequestTokenWithWebsiteConfiguration(): void method execute (line 145) | private function execute( method performAssertion (line 190) | private function performAssertion(string $expected, string $actual, st... method getQuote (line 201) | private function getQuote(string $orderIncrementId): Quote method getStore (line 220) | private function getStore(string $code): StoreInterface FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/PayflowproTest.php class PayflowproTest (line 9) | class PayflowproTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | public function setUp() method testReviewPaymentNullResponce (line 69) | public function testReviewPaymentNullResponce() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Payment/Method/Billing/AbstractAgreementTest.php class AbstractAgreementTest (line 11) | class AbstractAgreementTest extends \Magento\TestFramework\Indexer\TestCase method setUpBeforeClass (line 16) | public static function setUpBeforeClass() method setUp (line 29) | protected function setUp() method testIsActive (line 45) | public function testIsActive() method testAssignData (line 57) | public function testAssignData() method tearDown (line 93) | public function tearDown() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/Report/SettlementTest.php class SettlementTest (line 8) | class SettlementTest extends \PHPUnit\Framework\TestCase method testFetchAndSave (line 13) | public function testFetchAndSave() method testCreateConnectionException (line 31) | public function testCreateConnectionException($config) method testGetSftpCredentials (line 52) | public function testGetSftpCredentials($automaticMode, $expectedResult) method createConnectionExceptionDataProvider (line 67) | public function createConnectionExceptionDataProvider() method createAutomaticModeDataProvider (line 81) | public function createAutomaticModeDataProvider() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/ResourceModel/Billing/Agreement/CollectionTest.php class CollectionTest (line 10) | class CollectionTest extends \PHPUnit\Framework\TestCase method testAddCustomerDetails (line 16) | public function testAddCustomerDetails() FILE: dev/tests/integration/testsuite/Magento/Paypal/Model/VoidTest.php class VoidTest (line 11) | class VoidTest extends \PHPUnit\Framework\TestCase method testPayflowProVoid (line 19) | public function testPayflowProVoid() FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/PaypalExpressSetPaymentMethodTest.php class PaypalExpressSetPaymentMethodTest (line 20) | class PaypalExpressSetPaymentMethodTest extends PaypalExpressAbstractTest method setUp (line 32) | protected function setUp() method testResolve (line 57) | public function testResolve(string $paymentMethod): void method getPaypalCodesProvider (line 221) | public function getPaypalCodesProvider(): array FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/PaypalExpressTokenTest.php class PaypalExpressTokenTest (line 20) | class PaypalExpressTokenTest extends PaypalExpressAbstractTest method setUp (line 32) | protected function setUp() method testResolve (line 55) | public function testResolve($paymentMethod): void method getPaypalCodesProvider (line 108) | public function getPaypalCodesProvider(): array FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/PlaceOrderWithPayflowLinkTest.php class PlaceOrderWithPayflowLinkTest (line 32) | class PlaceOrderWithPayflowLinkTest extends TestCase method setUp (line 58) | protected function setUp() method tearDown (line 91) | protected function tearDown() method testResolvePlaceOrderWithPayflowLinkForCustomer (line 111) | public function testResolvePlaceOrderWithPayflowLinkForCustomer(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/PlaceOrderWithPayflowProTest.php class PlaceOrderWithPayflowProTest (line 20) | class PlaceOrderWithPayflowProTest extends PaypalPayflowProAbstractTest method setUp (line 32) | protected function setUp() method testResolveCustomer (line 54) | public function testResolveCustomer(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/GetHostedProSecureUrlTest.php class GetHostedProSecureUrlTest (line 21) | class GetHostedProSecureUrlTest extends TestCase method setUp (line 32) | protected function setUp() method testResolveHostedProUrl (line 48) | public function testResolveHostedProUrl(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/GetPayflowLinkTokenTest.php class GetPayflowLinkTokenTest (line 22) | class GetPayflowLinkTokenTest extends TestCase method setUp (line 36) | protected function setUp() method testResolvePayflowLinkToken (line 52) | public function testResolvePayflowLinkToken() : void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalExpressSetPaymentMethodTest.php class PaypalExpressSetPaymentMethodTest (line 21) | class PaypalExpressSetPaymentMethodTest extends PaypalExpressAbstractTest method setUp (line 33) | protected function setUp() method testResolveGuest (line 57) | public function testResolveGuest(string $paymentMethod): void method getPaypalCodesProvider (line 207) | public function getPaypalCodesProvider(): array FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalExpressTokenTest.php class PaypalExpressTokenTest (line 22) | class PaypalExpressTokenTest extends PaypalExpressAbstractTest method setUp (line 34) | protected function setUp() method testResolve (line 56) | public function testResolve($paymentMethod): void method testResolveWithPaypalError (line 107) | public function testResolveWithPaypalError($paymentMethod): void method testResolveWithInvalidRedirectUrl (line 156) | public function testResolveWithInvalidRedirectUrl($paymentMethod): void method getPaypalCodesProvider (line 184) | public function getPaypalCodesProvider(): array method getCreateTokenMutationWithInvalidUrl (line 199) | protected function getCreateTokenMutationWithInvalidUrl(string $cartId... FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalPayflowProSetPaymentMethodTest.php class PaypalPayflowProSetPaymentMethodTest (line 20) | class PaypalPayflowProSetPaymentMethodTest extends PaypalPayflowProAbstr... method setUp (line 32) | protected function setUp() method testResolveGuest (line 53) | public function testResolveGuest(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalPayflowProTokenExceptionTest.php class PaypalPayflowProTokenExceptionTest (line 20) | class PaypalPayflowProTokenExceptionTest extends PaypalPayflowProAbstrac... method setUp (line 32) | protected function setUp() method testResolveWithPaypalError (line 52) | public function testResolveWithPaypalError(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalPayflowProTokenTest.php class PaypalPayflowProTokenTest (line 21) | class PaypalPayflowProTokenTest extends PaypalPayflowProAbstractTest method setUp (line 33) | protected function setUp() method testResolve (line 54) | public function testResolve(): void method testResolveWithInvalidRedirectUrl (line 97) | public function testResolveWithInvalidRedirectUrl(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PlaceOrderWithHostedProTest.php class PlaceOrderWithHostedProTest (line 29) | class PlaceOrderWithHostedProTest extends TestCase method setUp (line 48) | protected function setUp() method tearDown (line 72) | protected function tearDown() method testPlaceOrderWithHostedPro (line 93) | public function testPlaceOrderWithHostedPro(): void method testOrderWithHostedProDeclined (line 167) | public function testOrderWithHostedProDeclined(): void method testSetPaymentMethodInvalidUrls (line 228) | public function testSetPaymentMethodInvalidUrls() FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PlaceOrderWithPaymentsAdvancedTest.php class PlaceOrderWithPaymentsAdvancedTest (line 31) | class PlaceOrderWithPaymentsAdvancedTest extends TestCase method setUp (line 48) | protected function setUp() method tearDown (line 85) | protected function tearDown() method testResolvePlaceOrderWithPaymentsAdvanced (line 105) | public function testResolvePlaceOrderWithPaymentsAdvanced(): void method testResolvePaymentsAdvancedWithInvalidUrl (line 171) | public function testResolvePaymentsAdvancedWithInvalidUrl(): void method testResolveWithPaymentAdvancedDeclined (line 200) | public function testResolveWithPaymentAdvancedDeclined(): void method setPaymentMethodAndPlaceOrder (line 243) | private function setPaymentMethodAndPlaceOrder(string $cartId, string ... method setPaymentMethodWithInValidUrl (line 287) | private function setPaymentMethodWithInValidUrl(string $cartId, string... FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/SetPaymentMethodAsPayflowLinkTest.php class SetPaymentMethodAsPayflowLinkTest (line 25) | class SetPaymentMethodAsPayflowLinkTest extends TestCase method setUp (line 39) | protected function setUp() method testSetPayflowLinkAsPaymentMethod (line 62) | public function testSetPayflowLinkAsPaymentMethod(): void method testInvalidUrl (line 136) | public function testInvalidUrl(): void FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/PaypalExpressAbstractTest.php class PaypalExpressAbstractTest (line 39) | abstract class PaypalExpressAbstractTest extends TestCase method setUp (line 61) | protected function setUp() method tearDown (line 84) | protected function tearDown() method getQuoteByReservedOrderId (line 96) | protected function getQuoteByReservedOrderId($reservedOrderId): Quote method enablePaymentMethod (line 111) | protected function enablePaymentMethod($methodCode): void method disablePaypalPaymentMethods (line 127) | protected function disablePaypalPaymentMethods(): void method getNvpMock (line 150) | private function getNvpMock(string $nvpClass) method getCreateTokenMutation (line 181) | protected function getCreateTokenMutation(string $cartId, string $paym... FILE: dev/tests/integration/testsuite/Magento/PaypalGraphQl/PaypalPayflowProAbstractTest.php class PaypalPayflowProAbstractTest (line 29) | abstract class PaypalPayflowProAbstractTest extends TestCase method setUp (line 51) | protected function setUp() method tearDown (line 62) | protected function tearDown() method getQuoteByReservedOrderId (line 74) | protected function getQuoteByReservedOrderId($reservedOrderId): Quote method enablePaymentMethod (line 89) | protected function enablePaymentMethod($methodCode): void method disablePaypalPaymentMethods (line 105) | protected function disablePaypalPaymentMethods(): void method getGatewayMock (line 125) | private function getGatewayMock() method getCreatePayflowTokenMutation (line 143) | protected function getCreatePayflowTokenMutation(string $cartId): string FILE: dev/tests/integration/testsuite/Magento/Persistent/Block/Header/AdditionalTest.php class AdditionalTest (line 12) | class AdditionalTest extends \PHPUnit\Framework\TestCase method setUp (line 34) | public function setUp() method testToHtml (line 54) | public function testToHtml() FILE: dev/tests/integration/testsuite/Magento/Persistent/Model/Checkout/GuestPaymentInformationManagementPluginTest.php class GuestPaymentInformationManagementPluginTest (line 12) | class GuestPaymentInformationManagementPluginTest extends \PHPUnit\Frame... method setUp (line 84) | public function setUp() method testBeforeSavePaymentInformationAndPlaceOrder (line 133) | public function testBeforeSavePaymentInformationAndPlaceOrder() FILE: dev/tests/integration/testsuite/Magento/Persistent/Model/ObserverTest.php class ObserverTest (line 14) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 46) | public function setUp() method testEmulateWelcomeBlock (line 80) | public function testEmulateWelcomeBlock() FILE: dev/tests/integration/testsuite/Magento/Persistent/Model/Persistent/ConfigTest.php class ConfigTest (line 12) | class ConfigTest extends \PHPUnit\Framework\TestCase method setUp (line 22) | public function setUp() method testCollectInstancesToEmulate (line 40) | public function testCollectInstancesToEmulate() method testGetBlockConfigInfo (line 48) | public function testGetBlockConfigInfo() method testGetBlockConfigInfoNotConfigured (line 56) | public function testGetBlockConfigInfoNotConfigured() FILE: dev/tests/integration/testsuite/Magento/Persistent/Model/SessionTest.php class SessionTest (line 8) | class SessionTest extends \PHPUnit\Framework\TestCase method setUp (line 31) | public function setUp() method tearDown (line 40) | public function tearDown() method testSetPersistentCookie (line 45) | public function testSetPersistentCookie() method testRemovePersistendCookie (line 54) | public function testRemovePersistendCookie() method testRenewPersistentCookie (line 66) | public function testRenewPersistentCookie($duration, $cookieValue = 'c... method renewPersistentCookieDataProvider (line 73) | public function renewPersistentCookieDataProvider() method testLoadByCookieKey (line 85) | public function testLoadByCookieKey() FILE: dev/tests/integration/testsuite/Magento/Persistent/Observer/EmulateCustomerObserverTest.php class EmulateCustomerObserverTest (line 12) | class EmulateCustomerObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 39) | public function setUp() method testEmulateCustomer (line 65) | public function testEmulateCustomer() FILE: dev/tests/integration/testsuite/Magento/Persistent/Observer/SynchronizePersistentOnLoginObserverTest.php class SynchronizePersistentOnLoginObserverTest (line 11) | class SynchronizePersistentOnLoginObserverTest extends \PHPUnit\Framewor... method setUp (line 33) | public function setUp() method testSynchronizePersistentOnLogin (line 50) | public function testSynchronizePersistentOnLogin() FILE: dev/tests/integration/testsuite/Magento/Persistent/Observer/SynchronizePersistentOnLogoutObserverTest.php class SynchronizePersistentOnLogoutObserverTest (line 11) | class SynchronizePersistentOnLogoutObserverTest extends \PHPUnit\Framewo... method setUp (line 23) | public function setUp() method testSynchronizePersistentOnLogout (line 35) | public function testSynchronizePersistentOnLogout() FILE: dev/tests/integration/testsuite/Magento/ProductAlert/Controller/Unsubscribe/StockTest.php class StockTest (line 24) | class StockTest extends AbstractController method setUp (line 53) | protected function setUp() method testUnsubscribeStockNotification (line 69) | public function testUnsubscribeStockNotification() FILE: dev/tests/integration/testsuite/Magento/ProductAlert/Model/EmailTest.php class EmailTest (line 20) | class EmailTest extends \PHPUnit\Framework\TestCase method setUp (line 60) | protected function setUp() method testSend (line 82) | public function testSend($isCustomerIdUsed) method customerFunctionDataProvider (line 109) | public function customerFunctionDataProvider() method testEmailForDifferentCustomers (line 126) | public function testEmailForDifferentCustomers(): void FILE: dev/tests/integration/testsuite/Magento/ProductAlert/Model/ObserverTest.php class ObserverTest (line 31) | class ObserverTest extends \PHPUnit\Framework\TestCase method setUp (line 51) | public function setUp() method testProcess (line 69) | public function testProcess() method testProcessPortuguese (line 89) | public function testProcessPortuguese()