You are here

public function ServiceDefinitionInterface::getPath in Services 8.4

Same name and namespace in other branches
  1. 9.0.x src/ServiceDefinitionInterface.php \Drupal\services\ServiceDefinitionInterface::getPath()

Returns the appended path for the service.

Return value

string

1 method overrides ServiceDefinitionInterface::getPath()
ServiceDefinitionBase::getPath in src/ServiceDefinitionBase.php
Returns the appended path for the service.

File

src/ServiceDefinitionInterface.php, line 37

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function getPath();