You are here

UserDefaultPageConfigEntityInterface.php in User Default Page 8.2

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

File

src/UserDefaultPageConfigEntityInterface.php
View source
<?php

namespace Drupal\user_default_page;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining User default page entities.
 */
interface UserDefaultPageConfigEntityInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
UserDefaultPageConfigEntityInterface Provides an interface for defining User default page entities.