Search for has
Title | Object type | File name | Summary |
---|---|---|---|
Behavior::withAssertion | function | misc/ |
|
BlockHashTestCase | class | modules/ |
Tests that block rehashing works correctly. |
BlockHashTestCase::assertWeight | function | modules/ |
Asserts that the block_test module's block has a given weight. |
BlockHashTestCase::doRehash | function | modules/ |
Performs a block rehash and checks several related assertions. |
BlockHashTestCase::getInfo | function | modules/ |
|
BlockHashTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BlockHashTestCase::testBlockRehash | function | modules/ |
Tests that block rehashing does not write to the database too often. |
BlockTestCase::testBlockRehash | function | modules/ |
Test _block_rehash(). |
Collectable::has | function | misc/ |
|
CommonURLUnitTest::hasClass | function | modules/ |
|
DatabaseSchema_pgsql::hashBase64 | function | includes/ |
Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL documentation: 4.1. Lexical Structure. |
DatabaseStatementBase::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementInterface::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseTaggingTestCase::testExtenderHasAllTags | function | modules/ |
Test extended query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasAnyTag | function | modules/ |
Test extended query tagging "has at least one of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasTag | function | modules/ |
Confirm that an extended query has a "tag" added to it. |
DatabaseTaggingTestCase::testHasAllTags | function | modules/ |
Test query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testHasAnyTag | function | modules/ |
Test query tagging "has at least one of these tags" functionality. |
DatabaseTaggingTestCase::testHasTag | function | modules/ |
Confirm that a query has a "tag" added to it. |
DatabaseTasks::hasPdoDriver | function | includes/ |
Ensure the PDO driver is supported by the version of PHP in use. |
drupal_get_bootstrap_phase | function | includes/ |
Returns the current bootstrap phase for this Drupal process. |
drupal_get_hash_salt | function | includes/ |
Gets a salt useful for hardening against SQL injection. |
drupal_hash_base64 | function | includes/ |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
DRUPAL_HASH_COUNT | constant | includes/ |
The standard log2 number of iterations for password stretching. This should increase by 1 every Drupal version in order to counteract increases in the speed and power of computers available to crack the hashes. |
DRUPAL_HASH_LENGTH | constant | includes/ |
The expected (and maximum) number of characters in a hashed password. |
DRUPAL_MAX_HASH_COUNT | constant | includes/ |
The maximum allowed log2 number of iterations for password stretching. |
DRUPAL_MIN_HASH_COUNT | constant | includes/ |
The minimum allowed log2 number of iterations for password stretching. |
FieldAttachStorageTestCase::testFieldHasData | function | modules/ |
Test field_has_data(). |
field_has_data | function | modules/ |
Determine whether a field has any data. |
field_has_translation_handler | function | modules/ |
Checks if a module is registered as a translation handler for a given entity. |
Helper::hasPharPrefix | function | misc/ |
|
JavaScriptTestCase::testSetHasJsCookie | function | modules/ |
Tests that the set_has_js_cookie variable is reflected in Drupal.settings. |
password-hash.sh | file | scripts/ |
#!/usr/bin/env 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 * *… |
PasswordHashingTest | class | modules/ |
Unit tests for password hashing API. |
PasswordHashingTest::$profile | property | modules/ |
The profile to install as a basis for testing. |
PasswordHashingTest::getInfo | function | modules/ |
|
PasswordHashingTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
PasswordHashingTest::testLongPassword | function | modules/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing | function | modules/ |
Test password hashing. |
PharInvocationCollection::has | function | misc/ |
|
QueryAlterableInterface::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
QueryAlterableInterface::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
QueryAlterableInterface::hasTag | function | includes/ |
Determines if a given query has a given tag. |
SelectQuery::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
SelectQuery::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
SelectQuery::hasTag | function | includes/ |
Determines if a given query has a given tag. |
SelectQueryExtender::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
SelectQueryExtender::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.