You are here

function fontyourface_preprocess_font__full in @font-your-face 8.3

Prepares variables for Font templates.

Default template: font--full.html.twig.

Parameters

array $variables: An associative array containing:

  • elements: An associative array containing the user information and any
  • attributes: HTML attributes for the containing element.

File

./fontyourface.module, line 241
Contains fontyourface.module..

Code

function fontyourface_preprocess_font__full(array &$variables) {
  fontyourface_preprocess_font($variables);
}