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\Query\Sql\pgsql; use Drupal\Core\Entity\Query\Sql\Que..
Decoded Output download
<?php
namespace Drupal\Core\Entity\Query\Sql\pgsql;
use Drupal\Core\Entity\Query\Sql\QueryFactory as BaseQueryFactory;
/**
* PostgreSQL specific entity query implementation.
*
* To add a new query implementation extending the default SQL one, add
* a service definition like pgsql.entity.query.sql and a factory class like
* this. The system will automatically find the relevant Query, QueryAggregate,
* Condition, ConditionAggregate, Tables classes in this namespace, in the
* namespace of the parent class and so on. So after creating an empty query
* factory class like this, it is possible to just drop in a class extending
* the base class in this namespace and it will be used automatically but it
* is optional: if a class is not extended the relevant default is used.
*
* @see \Drupal\Core\Entity\Query\QueryBase::getNamespaces()
* @see \Drupal\Core\Entity\Query\QueryBase::getClass()
*/
class QueryFactory extends BaseQueryFactory {
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Entity\Query\Sql\pgsql;
use Drupal\Core\Entity\Query\Sql\QueryFactory as BaseQueryFactory;
/**
* PostgreSQL specific entity query implementation.
*
* To add a new query implementation extending the default SQL one, add
* a service definition like pgsql.entity.query.sql and a factory class like
* this. The system will automatically find the relevant Query, QueryAggregate,
* Condition, ConditionAggregate, Tables classes in this namespace, in the
* namespace of the parent class and so on. So after creating an empty query
* factory class like this, it is possible to just drop in a class extending
* the base class in this namespace and it will be used automatically but it
* is optional: if a class is not extended the relevant default is used.
*
* @see \Drupal\Core\Entity\Query\QueryBase::getNamespaces()
* @see \Drupal\Core\Entity\Query\QueryBase::getClass()
*/
class QueryFactory extends BaseQueryFactory {
}
Function Calls
None |
Stats
MD5 | 7c5351c109f4a4656df21c9d58de5585 |
Eval Count | 0 |
Decode Time | 78 ms |