|
<?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.
|
|
}
|