PageContextServiceInterface.php in Simple Facebook Pixel 8
Namespace
Drupal\simple_facebook_pixelFile
src/PageContextServiceInterface.phpView source
<?php
namespace Drupal\simple_facebook_pixel;
/**
* Interface PageContextServiceInterface.
*/
interface PageContextServiceInterface {
/**
* Builds events data.
*/
public function build();
}
Interfaces
Name | Description |
---|---|
PageContextServiceInterface | Interface PageContextServiceInterface. |