public static function AgreementHandlerInterface::prefixPath in Agreement 3.0.x
Same name and namespace in other branches
- 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\agreementCode
public static function prefixPath($value);