Skip to content
Snippets Groups Projects
Unverified Commit f2c66f6c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3052755 by mdupont, sam711, wengerk, hanan_apw, init90, alexpott:...

Issue #3052755 by mdupont, sam711, wengerk, hanan_apw, init90, alexpott: Remove PHPDoc reference to CommentStorage::buildQuery() on SqlContentEntityStorage
parent ed5986f5
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards
......@@ -706,9 +706,8 @@ protected function buildPropertyQuery(QueryInterface $entity_query, array $value
* the class can be extended, and the default query can be constructed by
* calling parent::buildQuery(). This is usually necessary when the object
* being loaded needs to be augmented with additional data from another
* table, such as loading node type into comments or vocabulary machine name
* into terms, however it can also support $conditions on different tables.
* See Drupal\comment\CommentStorage::buildQuery() for an example.
* table, such as loading vocabulary machine name into terms, however it
* can also support $conditions on different tables.
*
* @param array|null $ids
* An array of entity IDs, or NULL to load all entities.
......@@ -716,7 +715,7 @@ protected function buildPropertyQuery(QueryInterface $entity_query, array $value
* The IDs of the revisions to load, or FALSE if this query is asking for
* the default revisions. Defaults to FALSE.
*
* @return \Drupal\Core\Database\Query\Select
* @return \Drupal\Core\Database\Query\SelectInterface
* A SelectQuery object for loading the entity.
*/
protected function buildQuery($ids, $revision_ids = FALSE) {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment