$entity->getIdentifier(), 'shortName' => $entity->getShortName(), 'name' => $entity->getName(), 'attribution' => $entity->getAttribution(), 'lastUpdate' => $entity->getLastUpdate() ? clone $entity->getLastUpdate() : null, 'location' => $entity->getLocation(), ]); } public function supports($entity) { return $entity instanceof Provider; } }