google_tag_events-8.x-1.x-dev/tests/modules/gtm_events_test/src/Plugin/google_tag_event/GtmEventTestFormSubmit.php

tests/modules/gtm_events_test/src/Plugin/google_tag_event/GtmEventTestFormSubmit.php
<?php

namespace Drupal\gtm_events_test\Plugin\google_tag_event;

use Drupal\google_tag_events\GoogleTagEventsPluginBase;

/**
 * Form submit GTM event plugin.
 *
 * @Plugin(
 *   id = "gtm_events_test_form_submit",
 *   label = @Translation("Form submit test event")
 * )
 */
class GtmEventTestFormSubmit extends GoogleTagEventsPluginBase {

  /**
   * {@inheritdoc}
   */
  public function process(array $data = NULL) {
    $data = $data ?? $this->data;

    $data += [
      'event' => 'form submit',
    ];

    return $data;
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc