- Issue created by @heddn
- Assigned to mohd sahzad
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:04am 25 October 2023 - last update
about 1 year ago 2 pass - Status changed to RTBC
about 1 year ago 3:50pm 6 November 2023 - Status changed to Needs work
about 1 year ago 6:04pm 14 November 2023 After applying the patch, I still get this when inspecting a queue item:
Deprecated function: Creation of dynamic property Drupal\queue_ui\Form\ItemDetailForm::$moduleHandler is deprecated in Drupal\queue_ui\Form\ItemDetailForm->__construct() (line 46 of modules/contrib/queue_ui/src/Form/ItemDetailForm.php).
Drupal\queue_ui\Form\ItemDetailForm->__construct(Object, Object, Object) (Line: 58)
Drupal\queue_ui\Form\ItemDetailForm::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('\Drupal\queue_ui\Form\ItemDetailForm') (Line: 48)
Drupal\Core\Controller\HtmlFormController->getFormObject(Object, '\Drupal\queue_ui\Form\ItemDetailForm') (Line: 58)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)- Merge request !36See #3396384: Fix dynamic properties. Coding standards fixes. → (Merged) created by solideogloria
- last update
about 1 year ago 2 pass - Status changed to Needs review
about 1 year ago 10:21pm 14 November 2023 I created a merge request. I added the additional missing property, and I fixed some things in the same file for coding standards.
I did notice a lot of other files that don't have proper coding standards, but I didn't want to touch every file.
Some things I noticed:
- @inheritdoc comments shouldn't have anything else in the doc comment. Multiple places did, though.
- use statements should be sorted.
- There should be a blank line in empty function declarations.
- last update
about 1 year ago 2 pass -
solideogloria →
committed f71a8c65 on 3.1.x
See #3396384: Fix dynamic properties. Coding standards fixes.
-
solideogloria →
committed f71a8c65 on 3.1.x
- Status changed to Fixed
10 months ago 6:46pm 18 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.