/**
  * @param $entity
  * @return bool
  */
 public function isExtendEntity($entity)
 {
     return $this->extendManager->isExtend($entity);
 }