interface SnippetBuilderInterface in Hotjar 8
Same name and namespace in other branches
- 8.2 src/SnippetBuilderInterface.php \Drupal\hotjar\SnippetBuilderInterface
Interface SnippetBuilderInterface.
@package Drupal\hotjar
Hierarchy
- interface \Drupal\hotjar\SnippetBuilderInterface
Expanded class hierarchy of SnippetBuilderInterface
All classes that implement SnippetBuilderInterface
1 file declares its use of SnippetBuilderInterface
File
- src/
SnippetBuilderInterface.php, line 10
Namespace
Drupal\hotjarView source
interface SnippetBuilderInterface {
/**
* Prepares directory for and saves snippet files based on current settings.
*
* @return bool
* Whether the files were saved.
*/
public function createAssets();
/**
* Implements hook_page_attachment().
*/
public function pageAttachment(array &$attachments);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SnippetBuilderInterface:: |
public | function | Prepares directory for and saves snippet files based on current settings. | 1 |
SnippetBuilderInterface:: |
public | function | Implements hook_page_attachment(). | 1 |