Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

external_entity

16 sites No security coverage
View on drupal.org

Ever wish you could display content from another Drupal site as if it were part of your own—fully themed, used in Views, and rendered with view modes—without duplicating that content?

The External Entity Server and External Entity (Consumer) modules were built for site builders who want a streamlined, Drupal-native way to share and display live content across multiple Drupal sites.

Why Use External Entity?

Drupal offers a number of ways to share content—like JSON:API, REST, Feeds, Migrate, or Entity Share. These tools are powerful, but they often come with trade-offs:

  • Some duplicate content, introducing sync and storage challenges.
  • Others require decoupled frontends or custom code, making it harder to use familiar tools like Views or blocks.
  • Some are excellent for imports but aren’t ideal for displaying real-time content hosted elsewhere.

External Entity provides a different approach: it allows you to display live remote content as if it were native, using standard Drupal building blocks like view modes, fields, and Views. There’s no duplication—just a seamless integration of external data into your local site.

🏫 Example Use Case

A school district wants district-level news to automatically appear on each school’s website.

  • The district site runs External Entity Server to expose the News content type.
  • Each school site uses External Entity (Consumer) to fetch and render that news, styled and displayed like local content—no duplication, no migration.

⚙️ Quick Setup Overview

Note: This module assumes you have already installed and configured the External Entity Server module on a remote Drupal site and have at least one resource configured and exposed.

▶️ Want to follow along with a screencast?

1. Install the Module

Install using Composer and enable like any other contributed module.
See: Installing modules

2. Add a Connection

Path: /admin/config/services/external-entity/connection
Set up a connection to your External Entity Server. Provide the domain and specify an authentication method, if required.

3. Define External Entity Types

Path: /admin/structure/external-entity/type
Map external entities to local Drupal content types or entity types. For example, map the external News node type to a local News content type.

Each External Entity Type can be configured using Manage Display to map remote fields to local fields (e.g., titletitle, field_tagsfield_tags).

4. Access External Entities

External entities can be used in two ways:

  • Entity Reference: Use the External Entity reference field to render content through a view mode.
  • Views Integration: Create External Entity Views to list and filter external content using the standard Drupal Views UI. Choose a view mode for rendering.

With External Entity (Consumer), you gain the ability to use external content as if it were local—without sacrificing performance, theming, or site-building tools.

Activity

Total releases
1
First release
Jun 2025
Latest release
10 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.0-rc1 Pre-release Jun 6, 2025