- Issue created by @mortim07
- Status changed to Needs review
about 2 years ago 7:22am 10 February 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
+++ b/src/Generate/GeneratePluginBase.php @@ -66,7 +66,7 @@ abstract class GeneratePluginBase extends PluginBase implements GeneratePluginIn - public function entityAccess(PreviewSiteBuildInterface $build, ContentEntityInterface $entity, AccountInterface $account, EntityTypeManagerInterface $entityTypeManager): AccessResultInterface { + public function entityAccess(PreviewSiteBuildInterface $build, ContentEntityInterface $entity, AccountInterface $account): AccessResultInterface { +++ b/src/Generate/GeneratePluginInterface.php @@ -98,13 +98,11 @@ interface GeneratePluginInterface extends PreviewSitePluginInterface { - * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager - * Entity type manager. ... - public function entityAccess(PreviewSiteBuildInterface $build, ContentEntityInterface $entity, AccountInterface $account, EntityTypeManagerInterface $entityTypeManager) : AccessResultInterface; + public function entityAccess(PreviewSiteBuildInterface $build, ContentEntityInterface $entity, AccountInterface $account) : AccessResultInterface;
Ah this we can't do, because its a public API and would be a BC break, let's leave it as is even though we won't use the argument.
Other than that, this looks great, heaps less astronaut architecture and dramatically less complex
- π¦πΊAustralia mortim07
@larowlan Thanks for the feedback. Ah, so you're saying that because it's a plugin folks could be calling it directly - I assume it's unlikely but valid. Probably one for a major release.
- π¦πΊAustralia mortim07
@larowlan Ok, I've restored those files and changed the calling signature back.
- Status changed to Fixed
about 2 years ago 6:06am 11 February 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Thanks, fixed, I'll cut a new release with this and π Optimise "seen" entity tracking when checking related usage Fixed
-
larowlan β
committed 2aa82600 on 1.x authored by
mortim07 β
Issue #3340751 by mortim07, larowlan: Optimise "seen" entity tracking...
-
larowlan β
committed 2aa82600 on 1.x authored by
mortim07 β
Automatically closed - issue fixed for 2 weeks with no activity.