Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LanguageUrlRewritingTest::setUp function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
LanguageUrlRewritingTest::testDomainNameNegotiationPort function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php Check URL rewriting when using a domain name and a non-standard port.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases function core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php Check that non-installed languages are not considered.
language_configuration_element_submit function core/modules/language/language.module Submit handler for the forms that have a language_configuration element.
language_config_override_test.info.yml file core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml
language_config_override_test.settings.yml file core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml
language_elements_test.info.yml file core/modules/language/tests/language_elements_test/language_elements_test.info.yml core/modules/language/tests/language_elements_test/language_elements_test.info.yml
language_elements_test.routing.yml file core/modules/language/tests/language_elements_test/language_elements_test.routing.yml core/modules/language/tests/language_elements_test/language_elements_test.routing.yml
language_entity_field_access_test.info.yml file core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml
language_events_test.event_subscriber service core/modules/language/tests/language_events_test/language_events_test.services.yml Drupal\language_events_test\EventSubscriber
language_events_test.info.yml file core/modules/language/tests/language_events_test/language_events_test.info.yml core/modules/language/tests/language_events_test/language_events_test.info.yml
language_events_test.services.yml file core/modules/language/tests/language_events_test/language_events_test.services.yml core/modules/language/tests/language_events_test/language_events_test.services.yml
language_get_browser_drupal_langcode_mappings function core/modules/language/language.module Returns language mappings between browser and Drupal language codes.
language_negotiation_url_prefixes_update function core/modules/language/language.module Update the list of prefixes from the installed languages.
language_prefixes_and_domains.yml file core/modules/language/migrations/language_prefixes_and_domains.yml core/modules/language/migrations/language_prefixes_and_domains.yml
language_process_language_select function core/modules/language/language.module Processes a language select list form element.
language_removed_post_updates function core/modules/language/language.post_update.php Implements hook_removed_post_updates().
language_test.info.yml file core/modules/language/tests/language_test/language_test.info.yml core/modules/language/tests/language_test/language_test.info.yml
language_test.routing.yml file core/modules/language/tests/language_test/language_test.routing.yml core/modules/language/tests/language_test/language_test.routing.yml
language_update_last_removed function core/modules/language/language.install Implements hook_update_last_removed().
LargeQueryTest class core/modules/mysqli/tests/src/Kernel/mysqli/LargeQueryTest.php Tests handling of large queries.
LargeQueryTest class core/modules/mysql/tests/src/Kernel/mysql/LargeQueryTest.php Tests handling of large queries.
LargeQueryTest.php file core/modules/mysql/tests/src/Kernel/mysql/LargeQueryTest.php
LargeQueryTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/LargeQueryTest.php
LargeQueryTest::testMaxAllowedPacketQueryTruncating function core/modules/mysqli/tests/src/Kernel/mysqli/LargeQueryTest.php Tests truncation of messages when max_allowed_packet exception occurs.
LargeQueryTest::testMaxAllowedPacketQueryTruncating function core/modules/mysql/tests/src/Kernel/mysql/LargeQueryTest.php Tests truncation of messages when max_allowed_packet exception occurs.
LastTimestamp class core/modules/comment/src/Plugin/views/field/LastTimestamp.php Displays the timestamp of a comment with the count of comments.
LastTimestamp.php file core/modules/comment/src/Plugin/views/field/LastTimestamp.php
LastTimestamp::init function core/modules/comment/src/Plugin/views/field/LastTimestamp.php Initialize the plugin.
LastTimestamp::render function core/modules/comment/src/Plugin/views/field/LastTimestamp.php Renders the field.
LateResourceTypeBuildEventSubscriber class core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/LateResourceTypeBuildEventSubscriber.php Event subscriber which tests enabling disabled resource type fields.
LateResourceTypeBuildEventSubscriber.php file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/LateResourceTypeBuildEventSubscriber.php
LateResourceTypeBuildEventSubscriber::enableResourceTypeFields function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/LateResourceTypeBuildEventSubscriber.php Disables any resource type fields that have been aliased by a test.
LateResourceTypeBuildEventSubscriber::getSubscribedEvents function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/LateResourceTypeBuildEventSubscriber.php
LatestRevision class core/modules/views/src/Plugin/views/filter/LatestRevision.php Filter to show only the latest revision of an entity.
LatestRevision.php file core/modules/views/src/Plugin/views/filter/LatestRevision.php
LatestRevision::$entityTypeManager property core/modules/views/src/Plugin/views/filter/LatestRevision.php Entity Type Manager service.
LatestRevision::$joinHandler property core/modules/views/src/Plugin/views/filter/LatestRevision.php Views Handler Plugin Manager.
LatestRevision::adminSummary function core/modules/views/src/Plugin/views/filter/LatestRevision.php Display the filter on the administrative summary.
LatestRevision::canExpose function core/modules/views/src/Plugin/views/filter/LatestRevision.php Determine if a filter can be exposed.
LatestRevision::operatorForm function core/modules/views/src/Plugin/views/filter/LatestRevision.php Options form subform for setting the operator.
LatestRevision::query function core/modules/views/src/Plugin/views/filter/LatestRevision.php Add this filter to the query.
LatestRevision::__construct function core/modules/views/src/Plugin/views/filter/LatestRevision.php Constructs a new LatestRevision.
LatestRevisionCheck class core/modules/content_moderation/src/Access/LatestRevisionCheck.php Access check for the entity moderation tab.
LatestRevisionCheck.php file core/modules/content_moderation/src/Access/LatestRevisionCheck.php
LatestRevisionCheck::$moderationInfo property core/modules/content_moderation/src/Access/LatestRevisionCheck.php The moderation information service.
LatestRevisionCheck::access function core/modules/content_moderation/src/Access/LatestRevisionCheck.php Checks that there is a pending revision available.
LatestRevisionCheck::loadEntity function core/modules/content_moderation/src/Access/LatestRevisionCheck.php Returns the default revision of the entity this route is for.
LatestRevisionCheck::__construct function core/modules/content_moderation/src/Access/LatestRevisionCheck.php Constructs a new LatestRevisionCheck.
LatestRevisionCheckTest class core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php Tests Drupal\content_moderation\Access\LatestRevisionCheck.

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