Projet

Général

Profil

Paste
Télécharger (274 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / plugins / views_plugin_display_embed.inc @ 7547bb19

1
<?php
2
/**
3
 * @file
4
 * Contains the embed display plugin.
5
 */
6

    
7
/**
8
 * The plugin that handles an embed display.
9
 *
10
 * @ingroup views_display_plugins
11
 */
12
class views_plugin_display_embed extends views_plugin_display {
13
  // This display plugin does nothing apart from exist.
14
}