PHPackages                             openeuropa/backport\_node\_storage\_body\_field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. openeuropa/backport\_node\_storage\_body\_field

ActiveDrupal-module

openeuropa/backport\_node\_storage\_body\_field
===============================================

Polyfill for the node\_storage\_body\_field sub-module introduced in Drupal 11.3.

2.0.0(2mo ago)038GPL-2.0-or-later

Since Mar 9Pushed 2mo agoCompare

[ Source](https://github.com/openeuropa/backport_node_storage_body_field)[ Packagist](https://packagist.org/packages/openeuropa/backport_node_storage_body_field)[ RSS](/packages/openeuropa-backport-node-storage-body-field/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

Backport: Node Storage Body Field
=================================

[](#backport-node-storage-body-field)

Polyfill for the `node_storage_body_field` sub-module introduced in Drupal 11.3 ([\#3447617](https://www.drupal.org/project/drupal/issues/3447617)).

In Drupal 11.3, `field.storage.node.body` was moved out of the Node module into a new `node_storage_body_field` sub-module. Contributed modules that ship node types with a body field must now declare a dependency on `node_storage_body_field` to ensure the field storage config exists when their module is installed.

This module provides a shim for older Drupal versions where that sub-module does not exist yet. The body field storage itself is still provided by the Node module on older core versions — this shim simply satisfies the dependency.

Versions
--------

[](#versions)

- **1.x** (Drupal 10.x / 11.0-11.2): Empty shim module that satisfies the `node_storage_body_field` dependency. No config is shipped — the Node module already provides `field.storage.node.body` on these core versions.
- **2.x** (Drupal 11.3+): Metapackage no-op. Core already provides `node_storage_body_field`.

Usage
-----

[](#usage)

Add to your module's `composer.json`:

```
"require": {
    "drupal/backport_node_storage_body_field": "^1 || ^2"
}
```

Add to your module's `.info.yml`:

```
dependencies:
  - node_storage_body_field:node_storage_body_field
```

Remove `field.storage.node.body` from your module's `config/install` if present.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance87

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

63d ago

Major Versions

1.0.0 → 2.0.02026-03-09

1.x-dev → 2.x-dev2026-03-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3b1f4079f9a82f6dd88fe6577d1256b4ecbbccbcd4a4ec9bea7c2fd6f72b99a?d=identicon)[DIGIT-CORE](/maintainers/DIGIT-CORE)

---

Top Contributors

[![donquixote](https://avatars.githubusercontent.com/u/150032?v=4)](https://github.com/donquixote "donquixote (5 commits)")[![nagyad](https://avatars.githubusercontent.com/u/22004498?v=4)](https://github.com/nagyad "nagyad (2 commits)")

### Embed Badge

![Health badge](/badges/openeuropa-backport-node-storage-body-field/health.svg)

```
[![Health](https://phpackages.com/badges/openeuropa-backport-node-storage-body-field/health.svg)](https://phpackages.com/packages/openeuropa-backport-node-storage-body-field)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
