backup_migrate-5.0.0-rc2/src/SettingsProfileInterface.php
src/SettingsProfileInterface.php
<?php
namespace Drupal\backup_migrate;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Settings Profile entities.
*/
interface SettingsProfileInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
