Search for link

  1. Search 7.x for link
  2. Search 9.5.x for link
  3. Search 10.3.x for link
  4. Search 11.x for link
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Link class core/modules/jsonapi/src/JsonApiResource/Link.php Represents an RFC8288 based link.
Link class core/lib/Drupal/Core/Render/Element/Link.php Provides a link render element.
Link class core/lib/Drupal/Core/Link.php Defines an object that holds information about a link.

All search results

Title Object type File name Summary
MenuLinkResetForm::linkIsResettable function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Checks access based on whether the link can be reset.
MenuLinkResetForm::submitForm function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Form submission handler.
MenuLinkResetForm::__construct function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Constructs a MenuLinkResetForm object.
MenuLinkSecurityTest class core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Ensures that menu links don't cause XSS issues.
MenuLinkSecurityTest.php file core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php
MenuLinkSecurityTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php The theme to install as the default for testing.
MenuLinkSecurityTest::$modules property core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Modules to enable.
MenuLinkSecurityTest::testMenuLink function core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Ensures that a menu link does not cause an XSS issue.
MenuLinksTest class core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests handling of menu links hierarchies.
MenuLinksTest.php file core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
MenuLinksTest::$menuLinkManager property core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php The menu link plugin manager.
MenuLinksTest::$modules property core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Modules to enable.
MenuLinksTest::assertMenuLinkParents function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Assert that at set of links is properly parented.
MenuLinksTest::createLinkHierarchy function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Create a simple hierarchy of links.
MenuLinksTest::setUp function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
MenuLinksTest::testCreateLink function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Assert that a link entity's created timestamp is set.
MenuLinksTest::testMenuLinkContentReparenting function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests the MenuLinkContent::preDelete function.
MenuLinksTest::testMenuLinkOnEntityDelete function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that menu link pointing to entities get removed on entity remove.
MenuLinksTest::testMenuLinkReparenting function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Test automatic reparenting of menu links.
MenuLinksTest::testModuleUninstalledMenuLinks function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests uninstalling a module providing default links.
MenuLinksTest::testPendingRevisions function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests handling of pending revisions.
MenuLinkTest class core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php Tests the menu link source plugin.
MenuLinkTest class core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Tests the menu links created in views.
MenuLinkTest.php file core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php
MenuLinkTest.php file core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php
MenuLinkTest::$adminUser property core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php A user with permission to administer views, menus and view content.
MenuLinkTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php The theme to install as the default for testing.
MenuLinkTest::$modules property core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Modules to enable.
MenuLinkTest::$modules property core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php Modules to enable.
MenuLinkTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Views used by this test.
MenuLinkTest::providerSource function core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php The data provider.
MenuLinkTest::setUp function core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php
MenuLinkTest::testHierarchicalMenuLinkVisibility function core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Test that menu links using menu_link_content as parent are visible.
MenuLinkTestWithUnsafeTitle class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php Test derivative with an unsafe string.
MenuLinkTestWithUnsafeTitle.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php
MenuLinkTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
MenuLinkTranslation class core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Gets Menu link translations from source database.
MenuLinkTranslation.php file core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php
MenuLinkTranslation::fields function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Returns available fields on the source.
MenuLinkTranslation::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Defines the source fields uniquely identifying a source row.
MenuLinkTranslation::I18N_STRING_TABLE constant core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Drupal 6 table names.
MenuLinkTranslation::prepareRow function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Adds additional data to the row.
MenuLinkTranslation::query function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php
MenuLinkTranslationTest class core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php Tests menu link translation source plugin.
MenuLinkTranslationTest.php file core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php
MenuLinkTranslationTest::$modules property core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php Modules to enable.
MenuLinkTranslationTest::providerSource function core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php The data provider.
MenuLinkTree class core/lib/Drupal/Core/Menu/MenuLinkTree.php Implements the loading, transforming and rendering of menu link trees.
MenuLinkTree.php file core/lib/Drupal/Core/Menu/MenuLinkTree.php
MenuLinkTree::$controllerResolver property core/lib/Drupal/Core/Menu/MenuLinkTree.php The controller resolver.

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