getCenter(); } elseif ($entity instanceof HasCentersInterface) { return $entity->getCenters(); } else { throw new \UnexpectedValueException("should be an instanceof"); } } public static function getDefaultPriority(): int { return -256; } }