isValid() && $response->getUrl()->match([ '*.carto.com/viz/*/public_map', ]); } /** * {@inheritdoc} */ public function getCode() { $this->width = null; $this->height = 520; $url = $this->getResponse()->getUrl()->withDirectoryPosition(2, 'embed_map'); return Utils::iframe($url, '100%', $this->height); } }