Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
ConfigTranslationLocalTasks::__construct function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Constructs a new ConfigTranslationLocalTasks.
ConfigTranslationTestHooks::configTranslationInfoAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_config_translation_info_alter().
ConfigTranslationTestHooks::entityTypeAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_entity_type_alter().
ConfigTranslationTestHooks::formConfigTranslationAddFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
ConfigTranslationTestHooks::formConfigTranslationEditFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
ConfigTranslationTestHooks::formConfigTranslationFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
ConfigTranslationTestHooks::systemInfoAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_system_info_alter().
ConfigTranslationUiTest::testAlterInfo function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php Tests the config_translation_info_alter() hook.
config_entity_static_cache_test_entity_type_alter function core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module Implements hook_entity_type_alter().
config_override_message_test_form_system_site_information_settings_alter function core/modules/config/tests/config_override_message_test/config_override_message_test.module Implements hook_form_FORM_ID_alter().
config_schema_test_config_schema_info_alter function core/modules/config/tests/config_schema_test/config_schema_test.module Implements hook_config_schema_info_alter().
config_test_entity_query_tag__config_query_test__config_entity_query_alter_hook_test_alter function core/modules/config/tests/config_test/config_test.module Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
config_test_entity_type_alter function core/modules/config/tests/config_test/config_test.module Implements hook_entity_type_alter().
config_test_rest_entity_type_alter function core/modules/rest/tests/modules/config_test_rest/config_test_rest.module Implements hook_entity_type_alter().
config_translation_config_schema_info_alter function core/modules/config_translation/config_translation.module Implements hook_config_schema_info_alter().
config_translation_entity_type_alter function core/modules/config_translation/config_translation.module Implements hook_entity_type_alter().
config_translation_test_config_translation_info_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_config_translation_info_alter().
config_translation_test_entity_type_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_entity_type_alter().
config_translation_test_form_config_translation_add_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
config_translation_test_form_config_translation_edit_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
config_translation_test_form_config_translation_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
config_translation_test_system_info_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_system_info_alter().
ContactHooks::entityTypeAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_entity_type_alter().
ContactHooks::formUserAdminSettingsAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
ContactHooks::formUserFormAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
ContactHooks::menuLocalTasksAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_menu_local_tasks_alter().
ContactHooks::restResourceAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_rest_resource_alter().
ContactPersonalTest class core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests personal contact form functionality.
ContactPersonalTest.php file core/modules/contact/tests/src/Functional/ContactPersonalTest.php
ContactPersonalTest::$adminUser property core/modules/contact/tests/src/Functional/ContactPersonalTest.php A user with some administrative permissions.
ContactPersonalTest::$contactUser property core/modules/contact/tests/src/Functional/ContactPersonalTest.php A user without any permissions.
ContactPersonalTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactPersonalTest.php The theme to install as the default for testing.
ContactPersonalTest::$modules property core/modules/contact/tests/src/Functional/ContactPersonalTest.php Modules to install.
ContactPersonalTest::$webUser property core/modules/contact/tests/src/Functional/ContactPersonalTest.php A user with permission to view profiles and access user contact forms.
ContactPersonalTest::checkContactAccess function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Creates a user and then checks contact form access.
ContactPersonalTest::setUp function core/modules/contact/tests/src/Functional/ContactPersonalTest.php
ContactPersonalTest::submitPersonalContact function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Fills out a user's personal contact form and submits it.
ContactPersonalTest::testAdminContact function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests the personal contact form based access when an admin adds users.
ContactPersonalTest::testPersonalContactAccess function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests the personal contact form flood protection.
ContactPersonalTest::testPersonalContactForm function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that the opt-out message is included correctly in contact emails.
ContactPersonalTest::testPersonalContactFormUserCopy function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that the opt-out message is not included in user copy emails.
ContactPersonalTest::testSendPersonalContactMessage function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that mails for contact messages are correctly sent.
ContactStorageTestHooks::entityTypeAlter function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Implements hook_entity_type_alter().
ContactStorageTestHooks::formContactFormFormAlter function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Implements hook_form_FORM_ID_alter() for contact_form_form().
ContactTest::testLocalTasksAlter function core/modules/contact/tests/src/Unit/ContactTest.php Test contact_menu_local_tasks_alter doesn't throw warnings.
ContactViewsHooks::viewsDataAlter function core/modules/contact/src/Hook/ContactViewsHooks.php Implements hook_views_data_alter().
contact_views_data_alter function core/modules/contact/contact.views.inc Implements hook_views_data_alter().
Container::getAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives for a given array and key.
Container::getParameterAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a parameter was not found.

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