You are here

ConfigurableMatcherBase.php in Linkit 8.5

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

Namespace

Drupal\linkit

File

src/ConfigurableMatcherBase.php
View source
<?php

namespace Drupal\linkit;


/**
 * Provides a base class for configurable matchers.
 *
 * @see plugin_api
 */
abstract class ConfigurableMatcherBase extends MatcherBase implements ConfigurableMatcherInterface {

}

Classes

Namesort descending Description
ConfigurableMatcherBase Provides a base class for configurable matchers.