You are here

public function GoogleAnalyticsCounterCustomFieldGeneratorInterface::gacPreAddField in Google Analytics Counter 8.3

Prepares to add the custom field and saves the configuration.

Parameters

$type:

$key:

$value:

Throws

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException

\Drupal\Component\Plugin\Exception\PluginNotFoundException

\Drupal\Core\Entity\EntityStorageException

1 method overrides GoogleAnalyticsCounterCustomFieldGeneratorInterface::gacPreAddField()
GoogleAnalyticsCounterCustomFieldGenerator::gacPreAddField in src/GoogleAnalyticsCounterCustomFieldGenerator.php
Prepares to add the custom field and saves the configuration.

File

src/GoogleAnalyticsCounterCustomFieldGeneratorInterface.php, line 26

Class

GoogleAnalyticsCounterCustomFieldGeneratorInterface
Defines the Google Analytics Counter custom field generator.

Namespace

Drupal\google_analytics_counter

Code

public function gacPreAddField($type, $key, $value);