UrlRedirectInterface.php in Url Redirect 8.2
Same filename and directory in other branches
Namespace
Drupal\url_redirectFile
src/UrlRedirectInterface.phpView 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
Name | Description |
---|---|
UrlRedirectInterface | Provides an interface defining an URL Redirect entity. |