Translatable
Translatable.php
:
14
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¶
getTranslatableMessage() ¶
Translatable.php
:
21
Returns a translatable Message.
|
|