Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
language_preprocess_block function core/modules/language/language.module Implements hook_preprocess_HOOK() for block templates.
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.module file core/modules/language/tests/language_test/language_test.module Mock module for language layer tests.
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_test_language_fallback_candidates_alter function core/modules/language/tests/language_test/language_test.module Implements hook_language_fallback_candidates_alter().
language_test_language_fallback_candidates_test_alter function core/modules/language/tests/language_test/language_test.module Implements hook_language_fallback_candidates_OPERATION_alter().
language_test_language_negotiation_info_alter function core/modules/language/tests/language_test/language_test.module Implements hook_language_negotiation_info_alter().
language_test_language_switch_links_alter function core/modules/language/tests/language_test/language_test.module Implements hook_language_switch_links_alter().
language_test_language_types_info function core/modules/language/tests/language_test/language_test.module Implements hook_language_types_info().
language_test_language_types_info_alter function core/modules/language/tests/language_test/language_test.module Implements hook_language_types_info_alter().
language_test_module_preinstall function core/modules/language/tests/language_test/language_test.module Implements hook_module_preinstall().
language_test_page_top function core/modules/language/tests/language_test/language_test.module Implements hook_page_top().
language_test_store_language_negotiation function core/modules/language/tests/language_test/language_test.module Store the last negotiated languages.
language_theme function core/modules/language/language.module Implements hook_theme().
language_tour_tips_alter function core/modules/language/language.module Implements hook_tour_tips_alter().
language_update_last_removed function core/modules/language/language.install Implements hook_update_last_removed().
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::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 Field handler to display 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.
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::create function core/modules/views/src/Plugin/views/filter/LatestRevision.php Creates an instance of the plugin.
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 @coversDefaultClass \Drupal\content_moderation\Access\LatestRevisionCheck[[api-linebreak]]
@group content_moderation
LatestRevisionCheckTest.php file core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php
LatestRevisionCheckTest::accessSituationProvider function core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php Data provider for testLastAccessPermissions().
LatestRevisionCheckTest::setUp function core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php
LatestRevisionCheckTest::testLatestAccessPermissions function core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php Tests the access check of the LatestRevisionCheck service.
LatestRevisionFilterTest class core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Tests the 'Latest revision' filter.
LatestRevisionFilterTest.php file core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php
LatestRevisionFilterTest::$modules property core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Modules to enable.
LatestRevisionFilterTest::$testViews property core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Views to be enabled.

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