You are here

public function ServiceDefinitionInterface::getCategory in Services 8.4

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

Returns a translated string for the category.

Return value

string

1 method overrides ServiceDefinitionInterface::getCategory()
ServiceDefinitionBase::getCategory in src/ServiceDefinitionBase.php
Returns a translated string for the category.

File

src/ServiceDefinitionInterface.php, line 30

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function getCategory();