Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module allows Drupal to connect to and display data from an external Wikibase installation. It retrieves lists of items using SPARQL queries and fetches individual item details via a REST API. The module also integrates with the Search API to create dynamic, indexed listings of this external data.

This module provides a storage client for exposing external entities in a Wikibase installation to Drupal. See the [external entities documentation](https://www.drupal.org/docs/contributed-modules/external-entities) for more information.

Listing

The listing of id's can be retrieved by a SPARQL query. The query should be in the form of:

        SELECT %item WHERE {
            %item *predicate* *object*
        }

The query should return a list of al the QID's of interest. The `%item` variable should is fixed and should always be called `%item`.

It is possible to extend the query to filter out specific objects. The query is transformed with some regular expressions for pagination and interoperability with the Search API module, so highly complex queries may break.

Detail view

The detail view of an object is retrieved through the REST API of the Wikibase installation.

Search API

Views can not handle external entities at the moment. See https://www.drupal.org/project/external_entities/issues/2538706.

To make dynamic, flexible listings you can use Search API to index the external entities. This submodule has some functionality to keep the search index in sync with upstream changes:

- Get the latest updates from Wikibase since last index and mark updated entities for reindexing
- Changing the search query will trigger a rebuild of the tracking info because this can narrow or widen the result set.

Activity

Total releases
1
First release
Jul 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Release date
1.0.0 Stable Jul 2, 2025