Log in
Interface

CommandInterface

Magento\Analytics\Model\Connector\CommandInterface

What it does

This interface defines a contract for Analytics module commands that make external API calls to Magento's Analytics service.

Developers implement this interface to create specific integration commands (like data submission, configuration updates, etc.) that communicate with external analytics endpoints.

Each implementation represents a distinct operation in the analytics data collection workflow.

Public Methods

  • execute()