You are here

public function ServiceDefinitionInterface::getTitle in Services 8.4

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

Returns a translated string for the service title.

Return value

string

1 method overrides ServiceDefinitionInterface::getTitle()
ServiceDefinitionBase::getTitle in src/ServiceDefinitionBase.php
Returns a translated string for the service title.

File

src/ServiceDefinitionInterface.php, line 23

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function getTitle();