- Issue created by @tdnshah
- @tdnshah opened merge request.
- 🇳🇿New Zealand hitfactory
Also encountered this bug and can confirm the patch resolved it.
- Assigned to ankitv18
- 🇮🇳India vishalkhode
Looks like the issue is coming because the class `DeriverBase` is using incorrect namespace. The correct namespace should be:
namespace Drupal\component\Plugin\Derivative;
. - Status changed to Needs work
over 1 year ago 8:01am 6 June 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago Build Successful - last update
over 1 year ago Build Successful - last update
over 1 year ago Build Successful - 🇮🇳India vishalkhode
Ignore above, I thought this class exist in component module. Changes looks good to me.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass -
vishalkhode →
committed 45a358c6 on 1.0.x authored by
tdnshah →
Issue #3353700 by tdnshah, ankitv18: Missing Use statement \Drupal\...
-
vishalkhode →
committed 45a358c6 on 1.0.x authored by
tdnshah →
- Status changed to Fixed
over 1 year ago 8:39am 6 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇧🇷Brazil varod-br São Paulo
Hi there!
Are you going to add this the rc-branches too?Running here with 1.0.0-rc4 and the use statement is still missing.
Best!