We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LanguageServiceTest
LanguageCreateStruct
1 parent c599419 commit 8a5e2cfCopy full SHA for 8a5e2cf
1 file changed
src/lib/Repository/LanguageService.php
@@ -62,12 +62,9 @@ public function __construct(
62
/**
63
* Creates the a new Language in the content repository.
64
*
65
- * @param \Ibexa\Contracts\Core\Repository\Values\Content\LanguageCreateStruct $languageCreateStruct
66
- *
67
- * @return \Ibexa\Contracts\Core\Repository\Values\Content\Language
68
69
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException If user does not have access to content translations
70
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the languageCode already exists
+ * @throws \Ibexa\Contracts\Core\Validation\ValidationFailedException
71
*/
72
public function createLanguage(LanguageCreateStruct $languageCreateStruct): Language
73
{
0 commit comments