Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Drupal\Core\Routing\Enhancer; use Symfony\Cmf\Component\Routing\Enhancer..
Decoded Output download
<?php
namespace Drupal\Core\Routing\Enhancer;
use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface as BaseRouteEnhancerInterface;
use Symfony\Component\Routing\Route;
/**
* A route enhance service to determine route enhance rules.
*/
interface RouteEnhancerInterface extends BaseRouteEnhancerInterface {
/**
* Declares if the route enhancer applies to the given route.
*
* @param \Symfony\Component\Routing\Route $route
* The route to consider attaching to.
*
* @return bool
* TRUE if the check applies to the passed route, False otherwise.
*/
public function applies(Route $route);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Routing\Enhancer;
use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface as BaseRouteEnhancerInterface;
use Symfony\Component\Routing\Route;
/**
* A route enhance service to determine route enhance rules.
*/
interface RouteEnhancerInterface extends BaseRouteEnhancerInterface {
/**
* Declares if the route enhancer applies to the given route.
*
* @param \Symfony\Component\Routing\Route $route
* The route to consider attaching to.
*
* @return bool
* TRUE if the check applies to the passed route, False otherwise.
*/
public function applies(Route $route);
}
Function Calls
None |
Stats
MD5 | b19a327174f676931a6054fc5b3fe751 |
Eval Count | 0 |
Decode Time | 101 ms |