Issue #2425761 by zealfire: DisplayPluginInterface needs separate dockblock

8.0.x
Alex Pott 2015-02-16 23:54:02 +00:00
parent f54e5a7de2
commit 696fa2dd5a
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ use Drupal\Core\Session\AccountInterface;
* @see plugin_api
* @see views_display_extender_plugins
*/
/**
* Provides an interface for Views display plugins.
*/
interface DisplayPluginInterface {
public function initDisplay(ViewExecutable $view, array &$display, array &$options = NULL);