20 calls to ip_address()

BanSubscriber::onKernelRequestBannedIpCheck in drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php
Response with 403 if the visitor's IP adress is banned.
ban_ip_form_validate in drupal/core/modules/ban/ban.admin.inc
Form validation handler for ban_ip_form().
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentStorageController::preSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave().
DatabaseBackend::clear in drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php
Implements Drupal\Core\Flood\FloodInterface::clear().
DatabaseBackend::isAllowed in drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php
Implements Drupal\Core\Flood\FloodInterface::isAllowed().
DatabaseBackend::register in drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php
Implements Drupal\Core\Flood\FloodInterface::register().
DBLogTest::generateLogEntries in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates a number of random database log events.
DBLogTest::testDBLogAddAndClear in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests the addition and clearing of log events through the admin interface.
drupal_anonymous_user in drupal/core/includes/bootstrap.inc
Generates a default anonymous $user object.
IpAddressTest::testIPAddressHost in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/IpAddressTest.php
Tests IP address and hostname.
MemoryBackend::clear in drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php
Implements Drupal\Core\Flood\FloodInterface::clear().
MemoryBackend::isAllowed in drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php
Implements Drupal\Core\Flood\FloodInterface::isAllowed().
MemoryBackend::register in drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php
Implements Drupal\Core\Flood\FloodInterface::register().
openid_verify_assertion_nonce in drupal/core/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
user_login_authenticate_validate in drupal/core/modules/user/user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
watchdog in drupal/core/includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in drupal/core/modules/action/tests/action_loop_test/action_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
_drupal_session_write in drupal/core/includes/session.inc
Writes an entire session to the database (internal use only).