You are here

code.inc in Display Suite 6.3

File

plugins/ds_field/code.inc
View source
<?php

/**
 * @file
 * The Display Suite field type theme plugin
 */
$plugin = array(
  'type' => DS_FIELD_TYPE_CODE,
  'name' => t('Code field'),
  'description' => t('Renders fields described as PHP code'),
  'class' => 'dsFieldCode',
);