You are here

17 string references to YAML keys in ip2country.routing.yml in IP-based Determination of a Visitor's Country 8

drush_ip2country_update in ./ip2country.drush.inc
Implements drush_hook_COMMAND() for the ip2country-update command.
Ip2CountryCommands::update in src/Commands/Ip2CountryCommands.php
Updates the Ip2Country database from a Regional Internet Registry.
Ip2CountryController::create in src/Controller/Ip2CountryController.php
Instantiates a new instance of this class.
Ip2CountryController::updateDatabaseAction in src/Controller/Ip2CountryController.php
AJAX callback to update the IP to Country database.
Ip2CountryResource::create in src/Plugin/rest/resource/Ip2CountryResource.php
Creates an instance of the plugin.
Ip2CountrySettingsForm::buildForm in src/Form/Ip2CountrySettingsForm.php
Form constructor.
Ip2CountrySettingsForm::create in src/Form/Ip2CountrySettingsForm.php
Instantiates a new instance of this class.
Ip2CountrySettingsForm::getEditableConfigNames in src/Form/Ip2CountrySettingsForm.php
Gets the configuration names that will be editable.
Ip2CountrySettingsForm::submitForm in src/Form/Ip2CountrySettingsForm.php
Form submission handler.
Ip2CountryUpdateTest::testHookUpdate8101 in tests/src/Functional/Update/Ip2CountryUpdateTest.php
Tests ip2country_update_8101().
ip2country_cron in ./ip2country.module
Implements hook_cron().
ip2country_help in ./ip2country.module
Implements hook_help().
ip2country_install in ./ip2country.install
Implements hook_install().
ip2country_update_8101 in ./ip2country.install
Add batch_size to the default configuration.
ip2country_update_database in ./ip2country.inc
Updates the database.
ip2country_user_login in ./ip2country.module
Implements hook_user_login().
UserInCountry::create in src/Plugin/Condition/UserInCountry.php
Creates an instance of the plugin.