SettingsProfileInterface.php in Backup and Migrate 5.0.x
Same filename and directory in other branches
Namespace
Drupal\backup_migrateFile
src/SettingsProfileInterface.phpView 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
Name | Description |
---|---|
SettingsProfileInterface | Provides an interface for defining Settings Profile entities. |