Copied!

Translatable

Translatable.php : 18
Interface

Interface implemented by everything which should be translatable. This should, for example, be implemented by any exception, which might bubble up to a user, or validation errors.

Methods

publicgetTranslatableMessage()

Translatable.php : 23

Returns a translatable Message.

public getTranslatableMessage() : Translation

Return values

Translation