Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
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 enable.
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::testSendPersonalContactMessage function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that mails for contact messages are correctly sent.
contact_entity_type_alter function core/modules/contact/contact.module Implements hook_entity_type_alter().
contact_form_user_admin_settings_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter().
contact_form_user_form_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter().
contact_menu_local_tasks_alter function core/modules/contact/contact.module Implements hook_menu_local_tasks_alter().
contact_rest_resource_alter function core/modules/contact/contact.module Implements hook_rest_resource_alter().
contact_storage_test_entity_type_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_entity_type_alter().
contact_storage_test_form_contact_form_form_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_form_FORM_ID_alter() for contact_form_form().
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.
Container::getServiceAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a service was not found.
ContentLanguageSettings::$language_alterable property core/modules/language/src/Entity/ContentLanguageSettings.php Indicates if the language is alterable or not.
ContentLanguageSettings::isLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Checks if the language is alterable or not.
ContentLanguageSettings::setLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Sets if the language must be alterable or not.
ContentLanguageSettingsInterface::isLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Checks if the language is alterable or not.
ContentLanguageSettingsInterface::setLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Sets if the language must be alterable or not.
ContentLanguageSettingsUnitTest::providerLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::setLanguageAlterable
@covers ::isLanguageAlterable
ContentModerationRouteSubscriber::alterRoutes function core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php Alters existing routes for a specific collection.
ContentTranslationHandler::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandler.php Performs the needed alterations to the entity form.
ContentTranslationHandlerInterface::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Performs the needed alterations to the entity form.
ContentTranslationLinkTagTest::testCanonicalAlternateTags function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag found for entity types with canonical links.
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag missing for entity types without canonical links.
ContentTranslationLocalTasks class core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Provides dynamic local tasks for content translation.
ContentTranslationLocalTasks.php file core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
ContentTranslationLocalTasks::$basePluginId property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The base plugin ID
ContentTranslationLocalTasks::$contentTranslationManager property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The content translation manager.
ContentTranslationLocalTasks::create function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Creates a new class instance.
ContentTranslationLocalTasks::getDerivativeDefinitions function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Gets the definition of all derivatives of a base plugin.
ContentTranslationLocalTasks::__construct function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Constructs a new ContentTranslationLocalTasks.
ContentTranslationLocalTasksTest class core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests content translation local tasks.
ContentTranslationLocalTasksTest.php file core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::providerTestBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Provides a list of routes to test.
ContentTranslationLocalTasksTest::setUp function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::testBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests the block admin display local tasks.
ContentTranslationRouteSubscriber::alterRoutes function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php Alters existing routes for a specific collection.

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