Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 10.3.x for info
  4. Search 11.x for info
  5. Other projects
Title Object type File name Summary
UrlConversionTest::providerGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Dataprovider for testGetConnectionInfoAsUrl().
UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Dataprovider for testGetInvalidArgumentGetConnectionInfoAsUrl().
UrlConversionTest::testGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::getConnectionInfoAsUrl
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Test ::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
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::$flood property core/modules/user/src/Form/UserLoginForm.php The flood service.
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::$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::validateName function core/modules/user/src/Form/UserLoginForm.php Sets an error if supplied username has been blocked.
UserLoginForm::__construct function core/modules/user/src/Form/UserLoginForm.php Constructs a new UserLoginForm.
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_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_phpass_params_test.info.yml file core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml
user_element_info_alter function core/modules/user/user.module Implements hook_element_info_alter().
user_entity_extra_field_info function core/modules/user/user.module Implements hook_entity_extra_field_info().
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_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.
VfsInfoParser class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php
VfsInfoParser::parse function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Parses Drupal module, theme and profile .info.yml files.
VfsThemeExtensionList::setInfoParser function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Sets the info parser.
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 An array of build info.
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/stable/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
ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo property core/modules/views/src/ViewsConfigUpdater.php An array of helper data for the multivalue base field update.
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo function core/modules/views/src/ViewsConfigUpdater.php Returns the multivalue base fields update table info.
ViewsData::$moderationInformation property core/modules/content_moderation/src/ViewsData.php The moderation information.
ViewsFormMainForm class core/modules/views/src/Form/ViewsFormMainForm.php
ViewsFormMainForm.php file core/modules/views/src/Form/ViewsFormMainForm.php

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