You are here

interface PageContextServiceInterface in Simple Facebook Pixel 8

Interface PageContextServiceInterface.

Hierarchy

Expanded class hierarchy of PageContextServiceInterface

All classes that implement PageContextServiceInterface

File

src/PageContextServiceInterface.php, line 8

Namespace

Drupal\simple_facebook_pixel
View source
interface PageContextServiceInterface {

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

}

Members