Session::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Checks if an attribute is defined. |
_block_rehash |
function |
drupal/core/modules/block/block.module |
Updates the 'block' DB table with the blocks currently exported by modules. |
FlashBag::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
Has flash messages for a given type? |
Profiler::has |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Returns true if a Collector for the given name exists. |
ApcCache::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php |
|
Container::has |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns true if the given service is defined. |
HeaderBag::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
Returns true if the HTTP header is defined. |
field_has_data |
function |
drupal/core/modules/field/field.module |
Determines whether a field has any data. |
Select::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has a given tag. |
Stream::getHash |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Calculate a hash of a Stream |
password-hash.sh |
file |
drupal/core/scripts/password-hash.sh |
#!/usr/bin/php
<?php
/**
* Drupal hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param… |
Header::hasValue |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Check if the collection of headers has a particular value |
user_pass_rehash |
function |
drupal/core/modules/user/user.module |
Creates a unique hash value for use in time-dependent per-user URLs. |
ConfigCache::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php |
Checks of the cache has a file. |
ParameterBag::has |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Returns true if a parameter name is defined. |
UrlTest::hasClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
Checks for class existence in link. |
AssetManager::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Checks if the current asset manager has a certain asset. |
Response::hasVary |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Returns true if the response includes a Vary header. |
ParameterBag::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php |
Returns true if the parameter is defined. |
AttributeBag::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
Checks if an attribute is defined. |
Route::hasDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Checks if a default value is set for the given variable. |
QueryBase::hasTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::hasTag(). |
Session::hasFlash |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
|
Select::hasAnyTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has any specified tag. |
HashableInterface |
interface |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php |
A filter can implement a hash function |
Twig_Node::hasNode |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Returns true if the node with the given identifier exists. |
drupal_hash_base64 |
function |
drupal/core/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
FilterManager::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php |
|
Collection::hasKey |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Returns whether or not the specified key is present. |
Definition::hasTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Whether this definition has a tag with the given name |
ExpiringCache::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php |
Checks if the cache has a value for a key. |
Select::hasAllTags |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has all specified tags. |
Container::hasScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns whether this container has a certain scope |
Tasks::hasPdoDriver |
function |
drupal/core/lib/Drupal/Core/Database/Install/Tasks.php |
Ensure the PDO driver is supported by the version of PHP in use. |
Sql::$has_aggregate |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
PasswordHashingTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php |
Unit tests for password hashing API. |
CacheInterface::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php |
Checks if the cache has a value for a key. |
Request::hasSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Whether the request contains a Session object. |
SessionTest::testHas |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
drupal_get_hash_salt |
function |
drupal/core/includes/bootstrap.inc |
Gets a salt useful for hardening against SQL injection. |
Collection::hasValue |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Checks if any keys contains a certain value |
PhpassHashedPassword |
class |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Secure password hashing functions based on the Portable PHP password
hashing framework. |
FilesystemCache::has |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php |
Checks if the cache has a value for a key. |
QueryBase::hasAnyTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::hasAnyTag(). |
FlashBagTest::testHas |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
HashableInterface.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php |
|
AbstractHasDispatcher |
class |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
Class that holds an event dispatcher |
Profile::hasCollector |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
Statement::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Fetches the next row and returns it as an associative array. |
SessionInterface::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Checks if an attribute is defined. |