Mercurial > hg > rr-repo
view sites/all/modules/views/plugins/views_plugin_display_embed.inc @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
line wrap: on
line source
<?php /** * @file * Contains the embed display plugin. */ /** * The plugin that handles an embed display. * * @ingroup views_display_plugins */ class views_plugin_display_embed extends views_plugin_display { // This display plugin does nothing apart from exist. }