You are here

public function GoogleAnalyticsCounterCustomFieldGeneratorInterface::gacDeleteField in Google Analytics Counter 8.3

Deletes the unchecked field configurations.

Parameters

\Drupal\node\NodeTypeInterface $type: A node type entity.

Return value

null|void

Throws

\Drupal\Core\Entity\EntityStorageException

See also

GoogleAnalyticsCounterConfigureTypesForm

1 method overrides GoogleAnalyticsCounterCustomFieldGeneratorInterface::gacDeleteField()
GoogleAnalyticsCounterCustomFieldGenerator::gacDeleteField in src/GoogleAnalyticsCounterCustomFieldGenerator.php
Deletes the unchecked field configurations.

File

src/GoogleAnalyticsCounterCustomFieldGeneratorInterface.php, line 64

Class

GoogleAnalyticsCounterCustomFieldGeneratorInterface
Defines the Google Analytics Counter custom field generator.

Namespace

Drupal\google_analytics_counter

Code

public function gacDeleteField(NodeTypeInterface $type);