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

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
MenuLinkContentJsonBasicAuthTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
MenuLinkContentJsonBasicAuthTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
MenuLinkContentJsonBasicAuthTest::$modules property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
MenuLinkContentJsonCookieTest class core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php Tests Menu Link Content Json Cookie.
MenuLinkContentJsonCookieTest.php file core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
MenuLinkContentJsonCookieTest::$auth property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
MenuLinkContentJsonCookieTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
MenuLinkContentJsonCookieTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
MenuLinkContentJsonCookieTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
MenuLinkContentLinkTarget class core/modules/menu_link_content/src/Entity/MenuLinkContentLinkTarget.php Provides a MenuLinkContent link target handler.
MenuLinkContentLinkTarget.php file core/modules/menu_link_content/src/Entity/MenuLinkContentLinkTarget.php
MenuLinkContentLinkTarget::getLinkTarget function core/modules/menu_link_content/src/Entity/MenuLinkContentLinkTarget.php
MenuLinkContentResourceTestBase class core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Resource test base for MenuLinkContent entity.
MenuLinkContentResourceTestBase.php file core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::$entity property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The MenuLinkContent entity.
MenuLinkContentResourceTestBase::$entityTypeId property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::$modules property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::$patchProtectedFieldNames property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::createEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::getExpectedCacheContexts function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::getExpectedNormalizedEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::getNormalizedPostEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase::setUpAuthorization function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php
MenuLinkContentStorage class core/modules/menu_link_content/src/MenuLinkContentStorage.php Storage handler for menu_link_content entities.
MenuLinkContentStorage.php file core/modules/menu_link_content/src/MenuLinkContentStorage.php
MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorage.php
MenuLinkContentStorageInterface interface core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Defines an interface for menu_link_content entity storage classes.
MenuLinkContentStorageInterface.php file core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageSchema class core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Defines the menu_link_content schema handler.
MenuLinkContentStorageSchema.php file core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
MenuLinkContentStorageSchema::getSharedTableFieldSchema function core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
MenuLinkContentTest class core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php JSON:API integration test for the "MenuLinkContent" content entity type.
MenuLinkContentTest.php file core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The theme to install as the default for testing.
MenuLinkContentTest::$entity property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The tested entity type.
MenuLinkContentTest::$modules property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Modules to install.
MenuLinkContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The fields that are protected against modification during PATCH requests.
MenuLinkContentTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Whether the tested JSON:API resource is versionable.
MenuLinkContentTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The name of the tested JSON:API resource type.
MenuLinkContentTest::createEntity function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Creates the entity to be tested.
MenuLinkContentTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Returns the expected JSON:API document for the entity.
MenuLinkContentTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Return the expected error message.
MenuLinkContentTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Returns the JSON:API POST document.
MenuLinkContentTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Sets up the necessary authorization.
MenuLinkContentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::testLinkOptionsSerialization function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Tests requests using a serialized field item property.
MenuLinkContentTranslationUITest class core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Tests the menu link content translation UI.

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