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\Path; use Drupal\Core\Cache\CacheCollectorInterface; /** *..

Decoded Output download

<?php

namespace Drupal\Core\Path;

use Drupal\Core\Cache\CacheCollectorInterface;

/**
 * Cache the alias whitelist.
 *
 * The whitelist contains the first element of the router paths of all
 * aliases. For example, if /node/12345 has an alias then "node" is added to
 * the whitelist. This optimization allows skipping the lookup for every
 * /user/{user} path if "user" is not in the whitelist.
 */
interface AliasWhitelistInterface extends CacheCollectorInterface {}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Drupal\Core\Path;

use Drupal\Core\Cache\CacheCollectorInterface;

/**
 * Cache the alias whitelist.
 *
 * The whitelist contains the first element of the router paths of all
 * aliases. For example, if /node/12345 has an alias then "node" is added to
 * the whitelist. This optimization allows skipping the lookup for every
 * /user/{user} path if "user" is not in the whitelist.
 */
interface AliasWhitelistInterface extends CacheCollectorInterface {}

Function Calls

None

Variables

None

Stats

MD5 6067a72fbf701e48e882655aed66251e
Eval Count 0
Decode Time 80 ms