niobi-8.x-2.0-alpha4/modules/niobi_admin/src/Plugin/NiobiAccessRuleInterface.php
modules/niobi_admin/src/Plugin/NiobiAccessRuleInterface.php
<?php
namespace Drupal\niobi_admin\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Niobi access rule plugins.
*/
interface NiobiAccessRuleInterface extends PluginInspectionInterface {
// Add get/set methods for your plugin type here.
}
