You are here

function classy_paragraphs_preprocess_edgy_paragraphs_item in Classy paragraphs 7

Implements template_preprocess_edgy_paragraphs_item().

File

./classy_paragraphs.module, line 80
Main module file for Classy Paragraphs.

Code

function classy_paragraphs_preprocess_edgy_paragraphs_item(&$variables) {

  // Integrates Classy paragraphs with Edgy.
  classy_paragraphs_preprocess_entity($variables);
}