You are here

function LinkitPlugin::buildPath in Linkit 7.2

Build an URL based in the path and the options.

1 call to LinkitPlugin::buildPath()
LinkitPluginEntity::buildPath in plugins/linkit_plugins/linkit-plugin-entity.class.php
Build an URL based in the path and the options.
1 method overrides LinkitPlugin::buildPath()
LinkitPluginEntity::buildPath in plugins/linkit_plugins/linkit-plugin-entity.class.php
Build an URL based in the path and the options.

File

plugins/plugin.class.php, line 77
Linkit Plugin interface.

Class

LinkitPlugin
LinkitPlugin.

Code

function buildPath($path, $options = array()) {
  return url($path, $options);
}