EnvironmentInterface.php in Environment 8
Contains Drupal\environment\EnvironmentInterface.
Namespace
Drupal\environmentFile
src/EnvironmentInterface.phpView source
<?php
/**
* @file
* Contains Drupal\environment\EnvironmentInterface.
*/
namespace Drupal\environment;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Environment entities.
*/
interface EnvironmentInterface extends ConfigEntityInterface {
public function getDescription();
}
Interfaces
Name | Description |
---|---|
EnvironmentInterface | Provides an interface for defining Environment entities. |