public function StoreHandlerInterface::getStore in Mailchimp E-Commerce 8
Return information about the store from the supplied id.
Parameters
string $store_id: The ID of the store.
Return value
object Mailchimp store object.
1 method overrides StoreHandlerInterface::getStore()
- StoreHandler::getStore in src/
StoreHandler.php - @inheritdoc
File
- src/
StoreHandlerInterface.php, line 19
Class
- StoreHandlerInterface
- Interface for the Store handler.
Namespace
Drupal\mailchimp_ecommerceCode
public function getStore($store_id);