Documentation pages for classes say "extends" instead of "implements" and vice versa

Created on 22 July 2025, about 1 month ago

For example, on the documentation page for Delete, I read:

class \Drupal\Core\Database\Query\Query extends \Drupal\Core\Database\Query\PlaceholderInterface

class \Drupal\sqlite\Driver\Database\sqlite\Delete implements \Drupal\Core\Database\Query\Delete

That is not correct: A class extends another class and implements an interface.

class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface

class \Drupal\sqlite\Driver\Database\sqlite\Delete extends \Drupal\Core\Database\Query\Delete

🐛 Bug report
Status

Active

Version

2.0

Component

Parser

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

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

Comments & Activities

Production build 0.71.5 2024