ConfigurableMatcherBase.php 218 B

1234567891011
  1. <?php
  2. namespace Drupal\linkit;
  3. /**
  4. * Provides a base class for configurable matchers.
  5. *
  6. * @see plugin_api
  7. */
  8. abstract class ConfigurableMatcherBase extends MatcherBase implements ConfigurableMatcherInterface {
  9. }