/usr/share/php/Symfony/Component/DependencyInjection/Extension
NameSizeModeActions
ConfigurationExtensionInterface.php8080644editdlrm
Extension.php41120644editdlrm
ExtensionInterface.php12740644editdlrm
PrependExtensionInterface.php5400644editdlrm
Edit: /usr/share/php/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php (540B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\ContainerBuilder; interface PrependExtensionInterface { /** * Allow an extension to prepend the extension configurations. */ public function prepend(ContainerBuilder $container); }