You are here

public static function AgreementHandlerInterface::prefixPath in Agreement 3.0.x

Same name and namespace in other branches
  1. 8.2 src/AgreementHandlerInterface.php \Drupal\agreement\AgreementHandlerInterface::prefixPath()

Adds leading slash to a path string.

Parameters

string $value: The value.

Return value

string The new value.

1 method overrides AgreementHandlerInterface::prefixPath()
AgreementHandler::prefixPath in src/AgreementHandler.php
Adds leading slash to a path string.

File

src/AgreementHandlerInterface.php, line 103

Class

AgreementHandlerInterface
Agreement handler interface.

Namespace

Drupal\agreement

Code

public static function prefixPath($value);