Deprecate field.purge.inc and move functions to field.module

Created on 23 June 2023, over 1 year ago
Updated 17 July 2023, over 1 year ago

Problem/Motivation

field.module:

/*
 * Load all public Field API functions. Drupal currently has no
 * mechanism for auto-loading core APIs, so we have to load them on
 * every page request.
 */
require_once __DIR__ . '/field.purge.inc';

field.purge.inc only contains three functions; these can be moved to field.module.

Steps to reproduce

Proposed resolution

Move functions to field.module and deprecate field.purge.inc as per https://www.drupal.org/about/core/policies/core-change-policies/drupal-d...

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

📌 Task
Status

Needs work

Version

11.0 🔥

Component
Field 

Last updated about 5 hours ago

Created by

🇬🇧United Kingdom longwave UK

Live updates comments and jobs are added and updated live.
  • Needs change record

    A change record needs to be drafted before an issue is committed. Note: Change records used to be called change notifications.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024