* The absolute URL to the content item * * @param string $id * @return string * @since 1.1.0 */
(string $id)
| 64 | * @since 1.1.0 |
| 65 | */ |
| 66 | public function getItemUrl(string $id): string { |
| 67 | return $this->urlGenerator->linkToRouteAbsolute('analytics.page.main') . 'r/' . $id; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Starts the initial import of content items into content chat |
nothing calls this directly
no test coverage detected