We don't need it as it is part of the definition. One property down!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, remove-plugin-type-property.patch, failed testing.

aspilicious’s picture

This failure seems so unrelated....

aspilicious’s picture

Status: Needs work » Needs review

remove-plugin-type-property.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, remove-plugin-type-property.patch, failed testing.

aspilicious’s picture

Status: Needs work » Needs review

remove-plugin-type-property.patch queued for re-testing.

tim.plunkett’s picture

FileSize
1.69 KB
+++ b/lib/Drupal/views/Plugin/views/HandlerBase.phpundefined
@@ -105,9 +105,10 @@ abstract class HandlerBase extends PluginBase {
+    $plugin_type = $this->definition['plugin_type'];
+    $plural = $plugin_type;

Why not combine these lines?

Like this.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Whatevaaaah, is ok

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.