You are here

public function GoogleAnalyticsCounterMessageManagerInterface::getProfileName in Google Analytics Counter 8.3

Get the Profile name of the Google view from Drupal.

Parameters

string $profile_id: The profile id used in the google query.

Return value

string mixed

1 method overrides GoogleAnalyticsCounterMessageManagerInterface::getProfileName()
GoogleAnalyticsCounterMessageManager::getProfileName in src/GoogleAnalyticsCounterMessageManager.php
Get the Profile name of the Google view from Drupal.

File

src/GoogleAnalyticsCounterMessageManagerInterface.php, line 46

Class

GoogleAnalyticsCounterMessageManagerInterface
Defines the Google Analytics Counter message manager.

Namespace

Drupal\google_analytics_counter

Code

public function getProfileName($profile_id);