Apparently, class methods in two different branches don't link to each other. For instance:
http://api.drupal.org/api/drupal/core--modules--entity--entity.query.inc...
http://api.drupal.org/api/drupal/includes--entity.inc/function/EntityFie...

They are both EntityFieldQuery::execute() methods, but at the top of the page for the D7 one, you don't see a link to the D8 one, and vice versa.

The classes link to each other, but not the methods.

Here's another example: ArchiverTar::add():
http://api.drupal.org/api/drupal/core--modules--system--system.archiver....
http://api.drupal.org/api/drupal/modules--system--system.archiver.inc/fu...

The classes are linked:
http://api.drupal.org/api/drupal/core--modules--system--system.archiver....
http://api.drupal.org/api/drupal/modules--system--system.archiver.inc/cl...

So in my sample of two, it seems to be broken for both.

I also just checked my test site (running the latest code), and the links are missing for ArchiverTar::add() there too.

Comments

jhodgdon’s picture

Title: Method linking between branches seems to be broken » Other versions linking between branches on methods pages seems to be broken
Assigned: Unassigned » jhodgdon

Better title... I have a one-line fix for this; just working on some tests.

jhodgdon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.