You are here

SettingsProfileInterface.php in Backup and Migrate 5.0.x

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

File

src/SettingsProfileInterface.php
View source
<?php

namespace Drupal\backup_migrate;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Settings Profile entities.
 */
interface SettingsProfileInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
SettingsProfileInterface Provides an interface for defining Settings Profile entities.