Issue #2565307 by ianthomas_uk: Document SqlContentEntityStorage::setEntityType as @internal instead of @deprecated

8.0.x
Alex Pott 2015-09-09 16:10:50 +01:00
parent 44e0f2f926
commit 56993d41d4
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ class SqlContentEntityStorage extends ContentEntityStorageBase implements SqlEnt
* @param \Drupal\Core\Entity\EntityTypeInterface $entity_type
* The update entity type.
*
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
* See https://www.drupal.org/node/2274017.
* @internal Only to be used internally by Entity API. Expected to be
* removed by https://www.drupal.org/node/2274017.
*/
public function setEntityType(EntityTypeInterface $entity_type) {
if ($this->entityType->id() == $entity_type->id()) {