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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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_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 install.
LatestRevisionFilterTest::$testViews property core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Views to be enabled.
LatestRevisionFilterTest::assertNotInResultSet function core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Asserts that a list of revision IDs are not in the result.
LatestRevisionFilterTest::testLatestRevisionFilter function core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php Tests the 'Latest revision' filter.
LatestTranslationAffectedRevision class core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Filter to show only the latest translation affected revision of an entity.
LatestTranslationAffectedRevision.php file core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php

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