Search for _link

  1. Search 7.x for _link
  2. Search 9.5.x for _link
  3. Search 8.9.x for _link
  4. Search 10.3.x for _link
  5. Search 11.x for _link
  6. Other projects
Title Object type File name Summary
CKEditor5FragmentLinkTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5FragmentLinkTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5FragmentLinkTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5FragmentLinkTest::testFragmentLink function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
CKEditor5PluginManagerTest::testAutomaticLinkDecoratorsDisallowed function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests automatic link decorators disallowed.
CKEditor5PluginManagerTest::testExternalLinkAutomaticLinkDecoratorDisallowed function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests external link automatic link decorator disallowed.
ckeditor5_automatic_link_decorator_test.ckeditor5.yml file core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test/ckeditor5_automatic_link_decorator_test.ckeditor5.yml core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test/ckeditor5_automatic_link_decorator_test.ckeditor5.yml
ckeditor5_automatic_link_decorator_test.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test/ckeditor5_automatic_link_decorator_test.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test/ckeditor5_automatic_link_decorator_test.info.yml
ckeditor5_automatic_link_decorator_test_2.ckeditor5.yml file core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test_2/ckeditor5_automatic_link_decorator_test_2.ckeditor5.yml core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test_2/ckeditor5_automatic_link_decorator_test_2.ckeditor5.yml
ckeditor5_automatic_link_decorator_test_2.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test_2/ckeditor5_automatic_link_decorator_test_2.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_automatic_link_decorator_test_2/ckeditor5_automatic_link_decorator_test_2.info.yml
ClaroHooks::formMenuLinkContentFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
ClaroHooks::formMenuLinkEditAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
ClaroHooks::preprocessLinks function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for links.
ClaroHooks::preprocessLinksActionLinks function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for links__action_links.
ClaroHooks::preprocessLinksDropbutton function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for links__dropbutton.
ClaroHooks::preprocessLinksMediaLibraryMenu function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for links__media_library_menu.
ClaroLayoutBuilderTest::testContextualLinks function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder has expected contextual links with Claro.
ClaroLinkActionTrait trait core/themes/claro/src/ClaroLinkActionTrait.php Helper method for claro link to action conversion.
ClaroLinkActionTrait.php file core/themes/claro/src/ClaroLinkActionTrait.php
ClaroLinkActionTrait::convertLinkToActionLink function core/themes/claro/src/ClaroLinkActionTrait.php Converts a link render element to an action link.
comment.links.action.yml file core/modules/comment/comment.links.action.yml core/modules/comment/comment.links.action.yml
comment.links.menu.yml file core/modules/comment/comment.links.menu.yml core/modules/comment/comment.links.menu.yml
comment.links.task.yml file core/modules/comment/comment.links.task.yml core/modules/comment/comment.links.task.yml
comment.link_builder service core/modules/comment/comment.services.yml Drupal\comment\CommentLinkBuilder
Comment::permalink function core/modules/comment/src/Entity/Comment.php
CommentApproveLinkTest class core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Test the "approve_comment" views field for approving comments.
CommentApproveLinkTest.php file core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::$modules property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Views used by this test.
CommentApproveLinkTest::setUp function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::testCommentApproveLink function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Tests that "approve comment" link exists and works as expected.
CommentController::commentPermalink function core/modules/comment/src/Controller/CommentController.php Redirects comment links to the correct page depending on comment settings.
CommentController::commentPermalinkTitle function core/modules/comment/src/Controller/CommentController.php The _title_callback for the page that renders the comment permalink.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentHooks::nodeLinksAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_node_links_alter().
CommentInterface::permalink function core/modules/comment/src/CommentInterface.php Returns the permalink URL for this comment.
CommentLazyBuilders::buildLinks function core/modules/comment/src/CommentLazyBuilders.php Build the default links (reply, edit, delete …) for a comment.
CommentLazyBuilders::renderLinks function core/modules/comment/src/CommentLazyBuilders.php Render API callback: Builds a comment's links.
CommentLinkBuilder class core/modules/comment/src/CommentLinkBuilder.php Defines a class for building markup for comment links on a commented entity.
CommentLinkBuilder.php file core/modules/comment/src/CommentLinkBuilder.php
CommentLinkBuilder::$commentManager property core/modules/comment/src/CommentLinkBuilder.php Comment manager service.
CommentLinkBuilder::$currentUser property core/modules/comment/src/CommentLinkBuilder.php Current user.
CommentLinkBuilder::buildCommentedEntityLinks function core/modules/comment/src/CommentLinkBuilder.php
CommentLinkBuilder::__construct function core/modules/comment/src/CommentLinkBuilder.php Constructs a new CommentLinkBuilder object.
CommentLinkBuilderInterface interface core/modules/comment/src/CommentLinkBuilderInterface.php Defines an interface for building comment links on a commented entity.
CommentLinkBuilderInterface.php file core/modules/comment/src/CommentLinkBuilderInterface.php
CommentLinkBuilderInterface::buildCommentedEntityLinks function core/modules/comment/src/CommentLinkBuilderInterface.php Builds links for the given entity.
CommentLinkBuilderTest class core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Tests Drupal\comment\CommentLinkBuilder.
CommentLinkBuilderTest.php file core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php

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