$this->getId(), 'title' => $this->getTitle(), 'icon_url' => $this->getIconUrl(), 'order' => $this->getOrder(), ]; if ($this instanceof ISearchableReferenceProvider) { $json['search_providers_ids'] = $this->getSupportedSearchProviderIds(); } return $json; } }