Log in
Model

Connector

Magento\Analytics\Model\Connector

What it does

This class serves as a command dispatcher for Magento Analytics external service integrations.

Developers use it to execute various analytics-related commands (like data collection or reporting) by providing a command name, which the connector maps to specific command implementations configured via dependency injection.

It provides a centralized way to manage and execute different analytics operations.

Public Methods

  • execute()