dynamic_config-8.x-1.0-alpha2/src/DynamicConfigInterface.php
src/DynamicConfigInterface.php
<?php
namespace Drupal\dynamic_config;
/**
* Interface DynamicConfigInterface.
*
* @package Drupal\dynamic_config
*/
interface DynamicConfigInterface {
/**
* @return array
*/
public function getConfig(): array;
}
