<?php
namespace Codappix\SearchCore\Compatibility;
interface ExtensionConfigurationInterface
{
public function get($extensionKey);
}