You are here

public property ServiceDefinition::$translatable in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/Annotation/ServiceDefinition.php \Drupal\services\Annotation\ServiceDefinition::translatable

The service definition supports translations.

Type: bool

File

src/Annotation/ServiceDefinition.php, line 67

Class

ServiceDefinition
Defines a service definition annotation object.

Namespace

Drupal\services\Annotation

Code

public $translatable;