Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Nov 16, 2017
2 parents 3c20012 + 4f8aa4e commit 815b342
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Persistence/Content/Handler.php
Expand Up @@ -262,11 +262,21 @@ public function publish($contentId, $versionNo, MetadataUpdateStruct $metaDataUp
/**
* Remove the specified translation from all the Versions of a Content Object.
*
* @deprecated since 6.13, use {@see deleteTranslationFromContent} instead
*
* @param int $contentId
* @param string $languageCode language code of the translation
*/
public function removeTranslationFromContent($contentId, $languageCode);

/**
* Delete the specified translation from all the Versions of a Content Object.
*
* @param int $contentId
* @param string $languageCode language code of the translation
*/
public function deleteTranslationFromContent($contentId, $languageCode);

/**
* Remove the specified Translation from the given Version Draft of a Content Object.
*
Expand Down

0 comments on commit 815b342

Please sign in to comment.