You are here

public function PanelizerEntityInterface::admin_bundle_display_path in Panelizer 7.3

Obtain the system path to an entity bundle's display settings page for a specific view mode.

Parameters

string $bundle:

string $view_mode:

Return value

string The system path of the display settings page for this bundle/view mode combination.

1 method overrides PanelizerEntityInterface::admin_bundle_display_path()
PanelizerEntityDefault::admin_bundle_display_path in plugins/entity/PanelizerEntityDefault.class.php
Obtain the system path to an entity bundle's display settings page for a specific view mode.

File

plugins/entity/PanelizerEntityDefault.class.php, line 206
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function admin_bundle_display_path($bundle, $view_mode);