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
FieldPluginBaseTest::testRenderAsLinkWithoutPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering as a link without a path.
FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests link rendering with a URL and options.
FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering with a more link.
FieldPluginBaseTestField::setLinkGenerator function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Set the link generator.
FieldStorageAddController::getFieldSelectionLinks function core/modules/field_ui/src/Controller/FieldStorageAddController.php Builds the field selection links.
field_ui.links.action.yml file core/modules/field_ui/field_ui.links.action.yml core/modules/field_ui/field_ui.links.action.yml
field_ui.links.menu.yml file core/modules/field_ui/field_ui.links.menu.yml core/modules/field_ui/field_ui.links.menu.yml
field_ui.links.task.yml file core/modules/field_ui/field_ui.links.task.yml core/modules/field_ui/field_ui.links.task.yml
file-link.html.twig file core/themes/admin/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/default_admin/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/profiles/demo_umami/themes/umami/templates/components/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/stable9/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/claro/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/starterkit_theme/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/modules/file/templates/file-link.html.twig Default theme implementation for a link to a file.
File::renderLink function core/modules/file/src/Plugin/views/field/File.php Prepares link to the file.
FileDeleteRecursiveTest::testSymlinksInDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksInDirectoryViaStreamWrappers function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksToDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks to directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksToDirectoryViaStreamWrapper function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests trying to delete symlinks to directories via stream wrappers.
FileDeleteTest::testSymlinkDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests deleting a symlink to a directory.
FileDeleteTest::testSymlinkDirectoryStreamWrappers function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests deleting using a symlinked directory using stream wrappers.
FileEntityFormatterTest::testFormatterFileLink function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileLinkWithQueryString function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter using a query string.
FileLinkTarget class core/modules/file/src/Entity/FileLinkTarget.php Provides a File link target handler.
FileLinkTarget.php file core/modules/file/src/Entity/FileLinkTarget.php
FileLinkTarget::getLinkTarget function core/modules/file/src/Entity/FileLinkTarget.php Gets the generated URL object for a linked entity's link target.
FileListingTest::testFileListingUsageNoLink function core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing usage page for entities with no canonical link template.
FileStorage::unlink function core/lib/Drupal/Component/PhpStorage/FileStorage.php Deletes files and/or directories in the specified path.
FileSystem::unlink function core/lib/Drupal/Core/File/FileSystem.php
FileSystemInterface::unlink function core/lib/Drupal/Core/File/FileSystemInterface.php Deletes a file.
FileSystemTest::testUnlink function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests unlink.
FileThemeHooks::preprocessFileLink function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file link templates.
filter.links.action.yml file core/modules/filter/filter.links.action.yml core/modules/filter/filter.links.action.yml
filter.links.menu.yml file core/modules/filter/filter.links.menu.yml core/modules/filter/filter.links.menu.yml
filter.links.task.yml file core/modules/filter/filter.links.task.yml core/modules/filter/filter.links.task.yml
FormErrorHandlerCKEditor5Test::testFragmentLink function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
FormErrorHandlerTest::$linkGenerator property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The link generator.
FormHooks::formMenuLinkContentFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
FormHooks::formMenuLinkContentFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
FormHooks::formMenuLinkEditAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
FormHooks::formMenuLinkEditAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
FunctionsTest::testDrupalPreRenderLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests the use of Link::preRenderLinks() on a nested array of links.
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
FunctionsTest::testLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig.
GeneratedLink class core/lib/Drupal/Core/GeneratedLink.php Used to return generated links, along with associated cacheability metadata.
GeneratedLink.php file core/lib/Drupal/Core/GeneratedLink.php
GeneratedLink::$generatedLink property core/lib/Drupal/Core/GeneratedLink.php The HTML string value containing a link.

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