class ExtendingNonInstalledClass

This class does not have a plugin attribute or plugin annotation on purpose.

Attributes

#[\Attribute]

Hierarchy

  • class \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\ExtendingNonInstalledClass extends \Drupal\non_installed_module\NonExisting

Expanded class hierarchy of ExtendingNonInstalledClass

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php, line 13

Namespace

Drupal\plugin_test\Plugin\plugin_test\custom_annotation
View source
class ExtendingNonInstalledClass extends NonExisting {
  
  /**
   * Provides an empty test method for testing.
   */
  public function testMethod() {
  }

}

Members

Title Sort descending Modifiers Object type Summary
ExtendingNonInstalledClass::testMethod public function Provides an empty test method for testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.