You are here

public function ServiceDefinitionInterface::supportsTranslation in Services 8.4

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

Returns a boolean if this service definition supports translations.

Return value

bool

1 method overrides ServiceDefinitionInterface::supportsTranslation()
ServiceDefinitionBase::supportsTranslation in src/ServiceDefinitionBase.php
Returns a boolean if this service definition supports translations.

File

src/ServiceDefinitionInterface.php, line 65

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function supportsTranslation();