Skip to content

Magento/Store/Model/Store uses missing interface #2649

@ghost

Description

The class Magento\Store\Model\Store includes the following method

public function setExtensionAttributes(
    \Magento\Store\Api\Data\StoreExtensionInterface $extensionAttributes
) {
    return $this->_setExtensionAttributes($extensionAttributes);
}

which references \Magento\Store\Api\Data\StoreExtensionInterface which seems to be absent.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions