Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 291783

Remove from the DbLogController class the properties already defined from the parent class

$
0
0

The DbLogController class defines the following properties.

  /**
   * The module handler service.
   *
   * @var \Drupal\Core\Extension\ModuleHandlerInterface
   */
  protected $moduleHandler;

  /**
   * The form builder service.
   *
   * @var \Drupal\Core\Form\FormBuilderInterface
   */
  protected $formBuilder;

Those properties have been already defined from the parent class, ControllerBase and they should be removed from the DbLogController class.


Viewing all articles
Browse latest Browse all 291783

Trending Articles