Mercurial > hg > rr-repo
view sites/all/modules/views/plugins/views_plugin_display_embed.inc @ 13:134d4b2e75f6
updated quicktabs and google analytics modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Tue, 29 Oct 2013 13:48:59 +0000 |
parents | ff03f76ab3fe |
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. }