Search for link

  1. Search 7.x for link
  2. Search 8.9.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
MenuLinkPluginTest class core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php @coversDefaultClass \Drupal\menu_link_content\Plugin\Menu\MenuLinkContent
MenuLinkPluginTest.php file core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php
MenuLinkPluginTest::testGetInstanceReflection function core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php @covers ::getUuid
MenuLinkReorderTest class core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Reorder menu items.
MenuLinkReorderTest.php file core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php
MenuLinkReorderTest::$administrator property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php An administrator user.
MenuLinkReorderTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php The theme to install as the default for testing.
MenuLinkReorderTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Modules to enable.
MenuLinkReorderTest::testDefaultMenuLinkReorder function core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Tests creating, editing, deleting menu links via node form widget.
MenuLinkResetForm class core/modules/menu_ui/src/Form/MenuLinkResetForm.php Defines a confirmation form for resetting a single modified menu link.
MenuLinkResetForm.php file core/modules/menu_ui/src/Form/MenuLinkResetForm.php
MenuLinkResetForm::$link property core/modules/menu_ui/src/Form/MenuLinkResetForm.php The menu link.
MenuLinkResetForm::$menuLinkManager property core/modules/menu_ui/src/Form/MenuLinkResetForm.php The menu link manager.
MenuLinkResetForm::buildForm function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Form constructor.
MenuLinkResetForm::create function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Instantiates a new instance of this class.
MenuLinkResetForm::getCancelUrl function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the route to go to if the user cancels the action.
MenuLinkResetForm::getConfirmText function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a caption for the button that confirms the action.
MenuLinkResetForm::getDescription function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns additional text to display as a description.
MenuLinkResetForm::getFormId function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a unique string identifying the form.
MenuLinkResetForm::getQuestion function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the question to ask the user.
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 Tests 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.

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