You are here

ConfigurableMatcherInterface.php in Linkit 8.5

Same filename and directory in other branches
  1. 8.4 src/ConfigurableMatcherInterface.php

Namespace

Drupal\linkit

File

src/ConfigurableMatcherInterface.php
View source
<?php

namespace Drupal\linkit;

use Drupal\Core\Plugin\PluginFormInterface;

/**
 * Defines the interface for configurable matchers.
 *
 * @see \Drupal\linkit\Annotation\Matcher
 * @see \Drupal\linkit\ConfigurableMatcherBase
 * @see \Drupal\linkit\MatcherInterface
 * @see \Drupal\linkit\MatcherBase
 * @see \Drupal\linkit\MatcherManager
 * @see plugin_api
 */
interface ConfigurableMatcherInterface extends MatcherInterface, PluginFormInterface {

}

Interfaces

Namesort descending Description
ConfigurableMatcherInterface Defines the interface for configurable matchers.