You are here

public function GoogleAnalyticsCounterCustomFieldGeneratorInterface::gacPreDeleteField in Google Analytics Counter 8.3

Prepares to delete the custom field and saves the configuration.

Parameters

$type:

$key:

Throws

\Drupal\Core\Entity\EntityStorageException

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

File

src/GoogleAnalyticsCounterCustomFieldGeneratorInterface.php, line 51

Class

GoogleAnalyticsCounterCustomFieldGeneratorInterface
Defines the Google Analytics Counter custom field generator.

Namespace

Drupal\google_analytics_counter

Code

public function gacPreDeleteField($type, $key);