You are here

entityconnect.theme.inc in Entity connect 8.2

Preprocess functions for Entityconnect templates.

File

templates/entityconnect.theme.inc
View source
<?php

/**
 * @file
 * Preprocess functions for Entityconnect templates.
 */

/**
 * Prepares variables for Entityconnect Add List template.
 *
 * Default template: entityconnect-add-list.html.twig.
 */
function template_preprocess_entityconnect_entity_add_list(&$variables) {
}

Functions

Namesort descending Description
template_preprocess_entityconnect_entity_add_list Prepares variables for Entityconnect Add List template.