Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 8.9.x for info
  4. Search 10.3.x for info
  5. Other projects
Title Object type File name Summary
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Tests ::getConnectionInfoAsUrl() exception for invalid arguments.
UrlPlainFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Plugin implementation of the 'file_url_plain' formatter.
UrlPlainFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php
UrlPlainFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Builds a renderable array for a field value.
url_alter_test.info.yml file core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
user.info.yml file core/modules/user/user.info.yml core/modules/user/user.info.yml
UserHooks::elementInfoAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_element_info_alter().
UserHooks::entityExtraFieldInfo function core/modules/user/src/Hook/UserHooks.php Implements hook_entity_extra_field_info().
UserLoginForm class core/modules/user/src/Form/UserLoginForm.php Provides a user login form.
UserLoginForm.php file core/modules/user/src/Form/UserLoginForm.php
UserLoginForm::$bareHtmlPageRenderer property core/modules/user/src/Form/UserLoginForm.php The bare HTML renderer.
UserLoginForm::$renderer property core/modules/user/src/Form/UserLoginForm.php The renderer.
UserLoginForm::$userAuth property core/modules/user/src/Form/UserLoginForm.php The user authentication object.
UserLoginForm::$userFloodControl property core/modules/user/src/Form/UserLoginForm.php The user flood control service.
UserLoginForm::$userStorage property core/modules/user/src/Form/UserLoginForm.php The user storage.
UserLoginForm::buildForm function core/modules/user/src/Form/UserLoginForm.php Form constructor.
UserLoginForm::create function core/modules/user/src/Form/UserLoginForm.php Instantiates a new instance of this class.
UserLoginForm::getFormId function core/modules/user/src/Form/UserLoginForm.php Returns a unique string identifying the form.
UserLoginForm::submitForm function core/modules/user/src/Form/UserLoginForm.php Form submission handler.
UserLoginForm::validateAuthentication function core/modules/user/src/Form/UserLoginForm.php Checks supplied username/password against local users table.
UserLoginForm::validateFinal function core/modules/user/src/Form/UserLoginForm.php Checks if user was not authenticated, or if too many logins were attempted.
UserLoginForm::__construct function core/modules/user/src/Form/UserLoginForm.php Constructs a new UserLoginForm.
UserTokensHooks::tokenInfo function core/modules/user/src/Hook/UserTokensHooks.php Implements hook_token_info().
user_access_test.info.yml file core/modules/user/tests/modules/user_access_test/user_access_test.info.yml core/modules/user/tests/modules/user_access_test/user_access_test.info.yml
user_auth_decorator_test.info.yml file core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml
user_batch_action_test.info.yml file core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml
user_custom_pass_hash_params_test.info.yml file core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml
user_form_test.info.yml file core/modules/user/tests/modules/user_form_test/user_form_test.info.yml core/modules/user/tests/modules/user_form_test/user_form_test.info.yml
user_hooks_test.info.yml file core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml
user_language_test.info.yml file core/modules/user/tests/modules/user_language_test/user_language_test.info.yml core/modules/user/tests/modules/user_language_test/user_language_test.info.yml
user_permissions_test.info.yml file core/modules/user/tests/modules/user_permissions_test/user_permissions_test.info.yml core/modules/user/tests/modules/user_permissions_test/user_permissions_test.info.yml
user_route_alter_test.info.yml file core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.info.yml core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.info.yml
user_test_theme.info.yml file core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
user_test_views.info.yml file core/modules/user/tests/modules/user_test_views/user_test_views.info.yml core/modules/user/tests/modules/user_test_views/user_test_views.info.yml
user_token_info function core/modules/user/user.tokens.inc Implements hook_token_info().
Value::getInfo function core/lib/Drupal/Core/Render/Element/Value.php Returns the element properties for this element.
VerticalTabs::getInfo function core/lib/Drupal/Core/Render/Element/VerticalTabs.php Returns the element properties for this element.
View::getInfo function core/modules/views/src/Element/View.php Returns the element properties for this element.
ViewEditForm::$elementInfo property core/modules/views_ui/src/ViewEditForm.php The element info manager.
ViewExecutable::$build_info property core/modules/views/src/ViewExecutable.php
ViewExecutable::getUrlInfo function core/modules/views/src/ViewExecutable.php Gets the Url object associated with the display handler.
views-ui-view-info.html.twig file core/modules/views_ui/templates/views-ui-view-info.html.twig Default theme implementation for basic administrative info about a View.
views-ui-view-info.html.twig file core/themes/stable9/templates/admin/views-ui-view-info.html.twig Theme override for basic administrative info about a View.
views.info.yml file core/modules/views/views.info.yml core/modules/views/views.info.yml
ViewsData::$moderationInformation property core/modules/content_moderation/src/ViewsData.php The moderation information.
ViewsEntityTestHooks::entityBaseFieldInfo function core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Implements hook_entity_base_field_info().
ViewsFormMainForm class core/modules/views/src/Form/ViewsFormMainForm.php
ViewsFormMainForm.php file core/modules/views/src/Form/ViewsFormMainForm.php
ViewsFormMainForm::buildForm function core/modules/views/src/Form/ViewsFormMainForm.php Form constructor.
ViewsFormMainForm::getFormId function core/modules/views/src/Form/ViewsFormMainForm.php Returns a unique string identifying the form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.