wincachedrupal-8.0.2/src/WincachedrupalServiceModifier.php
src/WincachedrupalServiceModifier.php
<?php
namespace Drupal\wincachedrupal;
use Drupal\Core\DependencyInjection\ServiceModifierInterface;
use Drupal\Core\DependencyInjection\ContainerBuilder;
/**
* Interface that service providers can implement to modify services.
*
* @ingroup container
*/
class WincachedrupalServiceModifier implements ServiceModifierInterface {
/**
* {@inheritdoc}
*/
public function alter(ContainerBuilder $container) {
}
}
