7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
<?php
|
|
|
|
namespace Drupal\Component\Plugin;
|
|
|
|
interface PluginInspectionInterface {
|
|
}
|