You are here

public function FlexiformDisplayInterface::getPath in Flexiform 7

Get the path, if applicable, for the display.

Parameters

$base_entity_id: The identifier for the base entity.

...: Any additional arguments.

Return value

string|NULL The path to the flexiform or NULL if there is none.

1 method overrides FlexiformDisplayInterface::getPath()
FlexiformDisplayBase::getPath in includes/flexiform.display.inc
Get the path, if applicable, for the display.

File

includes/flexiform.display.inc, line 61
Specify base display classes for flexiforms.

Class

FlexiformDisplayInterface
Interface for all display classes.

Code

public function getPath($base_entity_id = NULL);