classy_paragraphs_test.module in Classy paragraphs 7
File
tests/classy_paragraphs_test.moduleView source
<?php
/**
* @file
* Code for the Classy paragraphs test feature.
*/
include_once 'classy_paragraphs_test.features.inc';
/**
* Implements hook_classy_paragraphs_list_options().
*/
function classy_paragraphs_test_classy_paragraphs_list_options($options, $field, $instance) {
$options['test-loud-value'] = t('Test Loud Label');
$options['test-soft-value'] = t('Test Soft Label');
return $options;
}
Functions
Name | Description |
---|---|
classy_paragraphs_test_classy_paragraphs_list_options | Implements hook_classy_paragraphs_list_options(). |