staged_content-8.x-1.0-alpha1/src/MarkerDetectorManagerInterface.php
src/MarkerDetectorManagerInterface.php
<?php
namespace Drupal\staged_content;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Detects and resolves which marker a given entity uses.
*/
interface MarkerDetectorManagerInterface extends PluginManagerInterface {
}
