You are here

dummyimage.inc in Devel images provider 7

Same filename and directory in other branches
  1. 8 plugins/devel_image_provider/provider/dummyimage.inc

File

plugins/devel_image_provider/provider/dummyimage.inc
View source
<?php

$plugin = array(
  'title' => t('Dummy image'),
  'class' => 'DummyImageProvider',
);