- Issue created by @tr
- ๐ช๐ธSpain fjgarlin
- ๐จ๐ฆCanada Charlie ChX Negyesi ๐Canada
ghost of drupal past โ made their first commit to this issueโs fork.
- ๐จ๐ฆCanada Charlie ChX Negyesi ๐Canada
Note for the archives, to see what is in the members table, one can take the query from the EmptyClassTest and log like this:
file_put_contents('/tmp/before', print_r(\Drupal::database()->query(' SELECT member.object_name AS member, class.namespaced_name AS class FROM {api_branch_docblock_class_member} dcm INNER JOIN {api_branch_docblock} member ON dcm.docblock = member.id INNER JOIN {api_branch_docblock} class ON dcm.class_docblock = class.id ORDER BY class, member')->fetchAll(\PDO::FETCH_ASSOC), TRUE));
and change the log file to /tmp/after in the version you want to see the changes in and then diff -u /tmp/before /tmp/after|grep -v Array shows crystal clear what are the changed members.
- ๐ช๐ธSpain fjgarlin
This looks good and it's great that we have new tests and tests files too.
-
fjgarlin โ
committed ff4e7ef8 on 2.x authored by
ghost of drupal past โ
Issue #3467922 by ghost of drupal past, fjgarlin, tr: PluginBase api...
-
fjgarlin โ
committed ff4e7ef8 on 2.x authored by
ghost of drupal past โ
Automatically closed - issue fixed for 2 weeks with no activity.