Information is missing from the API pages

Created on 29 May 2024, 6 months ago
Updated 31 May 2024, 6 months ago

API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...

For example, in the API page for ContentEntityBase::get() in
the Drupal 11.x API, the description, parameters, and return value are not displayed.

function ContentEntityBase::get
Same name and namespace in other branches
7 calls to ContentEntityBase::get()
File

core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 595

Class

ContentEntityBase
Implements Entity Field API specific enhancements to the Entity class.

Namespace
Drupal\Core\Entity

The Drupal 9 version of the page on api.drupal.org is no different
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...

Compare to this entry from
https://api.druphelp.com/api/drupal/core%21lib%21Drupal%21Core%21Entity%...

public function ContentEntityBase::get in Drupal 9
Same name and namespace in other branches

Gets a field item list.
Parameters

string $field_name: The name of the field to get; e.g., 'title' or 'name'.
Return value

\Drupal\Core\Field\FieldItemListInterface The field item list, containing the field items.
Throws

\InvalidArgumentException If an invalid field name is given.

Overrides FieldableEntityInterface::get
7 calls to ContentEntityBase::get()
File

core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 566

Class

ContentEntityBase
Implements Entity Field API specific enhancements to the Entity class.

Namespace
Drupal\Core\Entity

πŸ“Œ Task
Status

Active

Version

2.0

Component
DocumentationΒ  β†’

Last updated 3 days ago

No maintainer
Created by

πŸ‡ΊπŸ‡ΈUnited States brad.bulger

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024