You are here

PageContextServiceInterface.php in Simple Facebook Pixel 8

File

src/PageContextServiceInterface.php
View source
<?php

namespace Drupal\simple_facebook_pixel;


/**
 * Interface PageContextServiceInterface.
 */
interface PageContextServiceInterface {

  /**
   * Builds events data.
   */
  public function build();

}

Interfaces

Namesort descending Description
PageContextServiceInterface Interface PageContextServiceInterface.