You are here

UrlRedirectInterface.php in Url Redirect 8.2

Same filename and directory in other branches
  1. 8 src/UrlRedirectInterface.php

File

src/UrlRedirectInterface.php
View source
<?php

namespace Drupal\url_redirect;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining an URL Redirect entity.
 */
interface UrlRedirectInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
UrlRedirectInterface Provides an interface defining an URL Redirect entity.