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\Entity; use Drupal\Core\Config\Entity\ConfigEntityInterface;..
Decoded Output download
<?php
namespace Drupal\Core\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a revisionable entity bundle.
*/
interface RevisionableEntityBundleInterface extends ConfigEntityInterface {
/**
* Gets whether a new revision should be created by default.
*
* @return bool
* TRUE if a new revision should be created by default.
*/
public function shouldCreateNewRevision();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a revisionable entity bundle.
*/
interface RevisionableEntityBundleInterface extends ConfigEntityInterface {
/**
* Gets whether a new revision should be created by default.
*
* @return bool
* TRUE if a new revision should be created by default.
*/
public function shouldCreateNewRevision();
}
Function Calls
| None |
Stats
| MD5 | 0b7db12b9e3f310b7fd0e64141fb0732 |
| Eval Count | 0 |
| Decode Time | 82 ms |