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
ConfigLocalTasksTest::setUp function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::testConfigAdminLocalTasks function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests config local tasks existence.
ConfigOverrideMessageTestHooks::formSystemSiteInformationSettingsAlter function core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php Implements hook_form_FORM_ID_alter().
ConfigSchemaAlterException class core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php Exception for when hook_config_schema_info_alter() adds or removes schema.
ConfigSchemaAlterException.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
ConfigSchemaTest::testConfigSchemaInfoAlter function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests hook_config_schema_info_alter().
ConfigSchemaTestHooks::configSchemaInfoAlter function core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php Implements hook_config_schema_info_alter().
ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
ConfigTestHooks::entityTypeAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_type_alter().
ConfigTestRestHooks::entityTypeAlter function core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php Implements hook_entity_type_alter().
ConfigTranslationFormTest::testConfigTranslationFormAlter function core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests altering of the configuration translation forms.
ConfigTranslationHooks::configSchemaInfoAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_schema_info_alter().
ConfigTranslationHooks::entityTypeAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_type_alter().
ConfigTranslationLocalTask class core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Defines a local task plugin with a dynamic title.
ConfigTranslationLocalTask.php file core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
ConfigTranslationLocalTask::$mapperManager property core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php The mapper plugin discovery service.
ConfigTranslationLocalTask::getTitle function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Returns the localized title to be shown for this tab.
ConfigTranslationLocalTask::mapperManager function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Gets the mapper manager.
ConfigTranslationLocalTasks class core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Provides dynamic local tasks for config translation.
ConfigTranslationLocalTasks.php file core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php
ConfigTranslationLocalTasks::$basePluginId property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The base plugin ID.
ConfigTranslationLocalTasks::$mapperManager property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The mapper plugin discovery service.
ConfigTranslationLocalTasks::create function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Creates a new class instance.
ConfigTranslationLocalTasks::getDerivativeDefinitions function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Gets the definition of all derivatives of a base plugin.
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.
ContactFormHooks::formUserAdminSettingsAlter function core/modules/contact/src/Hook/ContactFormHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
ContactFormHooks::formUserFormAlter function core/modules/contact/src/Hook/ContactFormHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
ContactHooks::entityTypeAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_entity_type_alter().
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.

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