Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views / plugins / views_plugin_display_embed.inc @ 5d12d676

1
<?php
2

    
3
/**
4
 * @file
5
 * Definition of views_plugin_display_embed.
6
 */
7

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