You are here

class FacebookDrupalExample in Official Facebook Pixel 8

Same name and namespace in other branches
  1. 7 src/integration/FacebookDrupalExample.php \Drupal\official_facebook_pixel\integration\FacebookDrupalExample

Class FacebookDrupalExample.

@package Drupal\official_facebook_pixel\integration

Hierarchy

Expanded class hierarchy of FacebookDrupalExample

File

src/integration/FacebookDrupalExample.php, line 29
Contains \Drupal\official_facebook_pixel \integration\FacebookDrupalExample.

Namespace

Drupal\official_facebook_pixel\integration
View source
class FacebookDrupalExample extends FacebookDrupalIntegrationBase {
  const TRACKING_NAME = 'example';
  public static function injectPixelCode(array &$page) {
  }

}

Members