user_update_1020 |
core/modules/user/user.install |
Make sure that all config translatables are set for user mails. |
user_update_1021 |
core/modules/user/user.install |
Make sure that generation of automatic path alias is enabled for user 1. |
user_update_1022 |
core/modules/user/user.install |
Moves the "log_user_flood_control" variable to config. |
user_update_1023 |
core/modules/user/user.install |
Add default descriptions to user roles. |
user_update_1024 |
core/modules/user/user.install |
Add a "changed" column to the "users" table. |
user_update_1025 |
core/modules/user/user.install |
Add a "changed" column to the user_admin View. |
user_update_1026 |
core/modules/user/user.install |
Correct the default config value for the "flood_uid_only" setting. |
user_update_dependencies |
core/modules/user/user.install |
Implements hook_update_dependencies(). |
user_user_flood_control |
core/modules/user/user.module |
Implements hook_user_flood_control(). |
user_user_view |
core/modules/user/user.module |
Implements hook_user_view(). |
user_validate_current_pass |
core/modules/user/user.module |
Form validation handler for the current password on the user_account_form(). |
user_validate_name |
core/modules/user/user.module |
Verify the syntax of the given name. |
user_validate_picture |
core/modules/user/user.module |
Validates an image uploaded by a user. |
user_view |
core/modules/user/user.module |
Generate an array for rendering the given user. |
user_views_api |
core/modules/user/user.module |
Implements hook_views_api(). |
user_views_data |
core/modules/user/views/user.views.inc |
Implements hook_views_data(). |
user_views_plugins |
core/modules/user/views/user.views.inc |
Implements hook_views_plugins(). |
user_views_query_substitutions |
core/modules/user/views/user.views.inc |
Allow replacement of current user ID so we can cache these queries. |
user_view_access |
core/modules/user/user.module |
User view access callback. |
user_view_page |
core/modules/user/user.module |
Page callback wrapper for user_view(). |
Uuid::determinePlugin |
core/includes/uuid.inc |
Determines the optimal implementation to use for generating UUIDs. |
Uuid::generate |
core/includes/uuid.inc |
Generates an universally unique identifier. |
Uuid::isValid |
core/includes/uuid.inc |
Check that a string appears to be in the format of a UUID. |
Uuid::__construct |
core/includes/uuid.inc |
This constructor instantiates the correct UUID object. |
UuidCom::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidInterface::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPecl::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPhp::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidUnitTestCase::setUp |
core/modules/system/tests/system.test |
Sets up unit test environment. |
UuidUnitTestCase::testGenerateUuid |
core/modules/system/tests/system.test |
Test generating a UUID. |
UuidUnitTestCase::testUuidIsUnique |
core/modules/system/tests/system.test |
Test that generated UUIDs are unique. |
UuidUnitTestCase::testUuidValidation |
core/modules/system/tests/system.test |
Test UUID validation. |
valid_email_address |
core/includes/common.inc |
Verifies the syntax of the given email address. |
valid_number_step |
core/includes/common.inc |
Verifies that a number is a multiple of a given step. |
valid_url |
core/includes/common.inc |
Verifies the syntax of the given URL. |
variable_del Deprecated |
core/includes/bootstrap.inc |
Unsets a persistent variable. |
variable_get Deprecated |
core/includes/bootstrap.inc |
Returns a persistent variable. |
variable_initialize Deprecated |
core/includes/bootstrap.inc |
Loads the persistent variable table. |
variable_set Deprecated |
core/includes/bootstrap.inc |
Sets a persistent variable. |
VerticalTabsExampleTestCase::setUp |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Sets up a Backdrop site for running functional and integration tests. |
VerticalTabsExampleTestCase::testVerticalTabsExampleMenus |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Tests the menu paths defined in vertical_tabs_example module. |
vertical_tabs_example_form_alter |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_form_alter(). |
vertical_tabs_example_menu |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_menu(). |
view::access |
core/modules/views/includes/view.inc |
Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been. |
view::add_display |
core/modules/views/includes/view.inc |
Add a new display handler to the view, automatically creating an id. |
view::add_item |
core/modules/views/includes/view.inc |
Add an item with a handler to the view. |
view::attach_displays |
core/modules/views/includes/view.inc |
Run attachment displays for the view. |
view::build |
core/modules/views/includes/view.inc |
Build the query for the view. |
view::build_title |
core/modules/views/includes/view.inc |
Force the view to build a title. |
view::choose_display |
core/modules/views/includes/view.inc |
Get the first display that is accessible to the user. |