views_plugin_cache |
class |
|
core/modules/views/plugins/views_plugin_cache.inc |
The base plugin to handle caching. |
views_plugin_style_rss |
class |
|
core/modules/views/plugins/views_plugin_style_rss.inc |
Default style plugin to render an RSS feed. |
views_plugin_row |
class |
|
core/modules/views/plugins/views_plugin_row.inc |
Default plugin to view a single row of a table. This is really just a wrapper around
a theme function. |
views_plugin_argument_validate_numeric |
class |
|
core/modules/views/plugins/views_plugin_argument_validate_numeric.inc |
Validate whether an argument is numeric or not. |
views_plugin_row_rss_fields |
class |
|
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Renders an RSS item based on fields. |
UserViewsHandlerFieldNameTest |
class |
|
core/modules/user/tests/user_views_handler_field_name.test |
Tests the field username handler. |
UserViewsArgumentValidate |
class |
|
core/modules/user/tests/user_views_argument_validate.test |
Tests views user argument argument handler. |
UserRegistrationTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserValidationTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserLoginTestCase |
class |
|
core/modules/user/tests/user.test |
Functional tests for user logins, including rate limiting of login attempts. |
UserCancelTestCase |
class |
|
core/modules/user/tests/user.test |
Test cancelling a user. |
UserPictureTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserPermissionsTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserAdminTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserAdminSettingsFormTest |
class |
|
core/modules/user/tests/user.test |
|
UserTimeZoneFunctionalTest |
class |
|
core/modules/user/tests/user.test |
Tests for user-configurable time zones. |
UserAutocompleteTestCase |
class |
|
core/modules/user/tests/user.test |
Test user autocompletion. |
UserAccountLinksUnitTests |
class |
|
core/modules/user/tests/user.test |
Tests user links in the header menu. |
UserBlocksUnitTests |
class |
|
core/modules/user/tests/user.test |
Test user blocks. |
UserSaveTestCase |
class |
|
core/modules/user/tests/user.test |
Test case to test user_save() behavior. |
UserCreateTestCase |
class |
|
core/modules/user/tests/user.test |
Test the create user administration page. |
UserEditTestCase |
class |
|
core/modules/user/tests/user.test |
Test case to test user_save() behavior. |
UserSignatureTestCase |
class |
|
core/modules/user/tests/user.test |
Test case for user signatures. |
UserEditedOwnAccountTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserRoleAdminTestCase |
class |
|
core/modules/user/tests/user.test |
Test case to test adding, editing and deleting roles. |
UserTokenReplaceTestCase |
class |
|
core/modules/user/tests/user.test |
Test user token replacement in strings. |
UserUserSearchTestCase |
class |
|
core/modules/user/tests/user.test |
Test user search. |
UserRolesAssignmentTestCase |
class |
|
core/modules/user/tests/user.test |
Test role assignment. |
UserValidateCurrentPassCustomForm |
class |
|
core/modules/user/tests/user.test |
Tests user_validate_current_pass on a custom form. |
UserEntityCallbacksTestCase |
class |
|
core/modules/user/tests/user.test |
Test user entity callbacks. |
UserPasswordResetTest |
class |
|
core/modules/user/tests/user_password_reset.test |
|
UserViewsTestCase |
class |
|
core/modules/user/tests/user_views.test |
Tests basic user module integration into views. |
UserViewsArgumentDefault |
class |
|
core/modules/user/tests/user_views_argument_default.test |
Tests views user argument default plugin. |
views_plugin_argument_default_user |
class |
|
core/modules/user/views/views_plugin_argument_default_user.inc |
Default argument plugin to extract a user via menu_get_object. |
views_handler_argument_user_uid |
class |
|
core/modules/user/views/views_handler_argument_user_uid.inc |
Argument handler to accept a user id. |
views_handler_filter_user_roles |
class |
|
core/modules/user/views/views_handler_filter_user_roles.inc |
Filter handler for user roles. |
views_handler_field_user_link |
class |
|
core/modules/user/views/views_handler_field_user_link.inc |
Field handler to present a link to the user. |
views_handler_field_user_mail |
class |
|
core/modules/user/views/views_handler_field_user_mail.inc |
Field handler to provide access control for the email field. |
views_handler_field_user_link_cancel |
class |
|
core/modules/user/views/views_handler_field_user_link_cancel.inc |
Field handler to present a link to user cancel. |
views_handler_field_user_roles |
class |
|
core/modules/user/views/views_handler_field_user_roles.inc |
Field handler to provide a list of roles. |
views_handler_field_user_name |
class |
|
core/modules/user/views/views_handler_field_user_name.inc |
Field handler to provide simple renderer that allows using a themed user link. |
views_handler_field_user_permissions |
class |
|
core/modules/user/views/views_handler_field_user_permissions.inc |
Field handler to provide a list of permissions. |
views_handler_field_user |
class |
|
core/modules/user/views/views_handler_field_user.inc |
Field handler to provide simple renderer that allows linking to a user. |
views_handler_field_user_language |
class |
|
core/modules/user/views/views_handler_field_user_language.inc |
Views field handler for user language. |
views_handler_filter_user_name |
class |
|
core/modules/user/views/views_handler_filter_user_name.inc |
Filter handler for usernames. |
views_handler_filter_user_permissions |
class |
|
core/modules/user/views/views_handler_filter_user_permissions.inc |
Filter handler for user roles. |
views_plugin_argument_validate_user |
class |
|
core/modules/user/views/views_plugin_argument_validate_user.inc |
Validate whether an argument is a valid user. |
views_handler_field_user_link_edit |
class |
|
core/modules/user/views/views_handler_field_user_link_edit.inc |
Field handler to present a link to user edit. |
views_handler_argument_users_roles |
class |
|
core/modules/user/views/views_handler_argument_users_roles.inc |
@file
Allow role names as an argument. |
views_plugin_row_user_view |
class |
|
core/modules/user/views/views_plugin_row_user_view.inc |
A row plugin which renders a user account via user_view. |