UserDefaultPageConfigEntityInterface.php in User Default Page 8
Same filename and directory in other branches
Namespace
Drupal\user_default_pageFile
src/UserDefaultPageConfigEntityInterface.phpView 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
Name | Description |
---|---|
UserDefaultPageConfigEntityInterface | Provides an interface for defining User default page entities. |