Mercurial > hg > rr-repo
view sites/all/modules/views/plugins/views_plugin_display_embed.inc @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
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. }