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
LinkBase class core/modules/views/src/Plugin/views/field/LinkBase.php Field handler to present a link to an entity.
LinkBase.php file core/modules/views/src/Plugin/views/field/LinkBase.php
LinkBase::$accessManager property core/modules/views/src/Plugin/views/field/LinkBase.php The access manager service.
LinkBase::$currentUser property core/modules/views/src/Plugin/views/field/LinkBase.php Current user object.
LinkBase::$entityRepository property core/modules/views/src/Plugin/views/field/LinkBase.php The entity repository.
LinkBase::$entityTypeManager property core/modules/views/src/Plugin/views/field/LinkBase.php The entity type manager.
LinkBase::$languageManager property core/modules/views/src/Plugin/views/field/LinkBase.php The language manager.
LinkBase::addLangcode function core/modules/views/src/Plugin/views/field/LinkBase.php Adds language information to the options.
LinkBase::buildOptionsForm function core/modules/views/src/Plugin/views/field/LinkBase.php Default option form that provides label widget that all fields should have.
LinkBase::checkUrlAccess function core/modules/views/src/Plugin/views/field/LinkBase.php Checks access to the link route.
LinkBase::currentUser function core/modules/views/src/Plugin/views/field/LinkBase.php Gets the current active user.
LinkBase::defineOptions function core/modules/views/src/Plugin/views/field/LinkBase.php Information about options for all kinds of purposes will be held here.
LinkBase::getDefaultLabel function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the default label for this link.
LinkBase::getEntityRepository function core/modules/views/src/Plugin/views/field/LinkBase.php
LinkBase::getEntityTypeId function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the entity type identifier.
LinkBase::getEntityTypeManager function core/modules/views/src/Plugin/views/field/LinkBase.php
LinkBase::getLanguageManager function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the language manager.
LinkBase::getUrlInfo function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the URI elements of the link.
LinkBase::getView function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the top object of a view.
LinkBase::query function core/modules/views/src/Plugin/views/field/LinkBase.php Called to add the field to a query.
LinkBase::render function core/modules/views/src/Plugin/views/field/LinkBase.php Renders the field.
LinkBase::renderLink function core/modules/views/src/Plugin/views/field/LinkBase.php Prepares the link to view an entity.
LinkBase::usesGroupBy function core/modules/views/src/Plugin/views/field/LinkBase.php Provides the handler some group by.
LinkBase::__construct function core/modules/views/src/Plugin/views/field/LinkBase.php Constructs a LinkBase object.
LinkBaseTest class core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests Drupal\views\Plugin\views\field\EntityLink.
LinkBaseTest.php file core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php
LinkBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php
LinkBaseTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests the render method when getEntity returns NULL.
LinkCollection class core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Contains a set of JSON:API Link objects.
LinkCollection.php file core/modules/jsonapi/src/JsonApiResource/LinkCollection.php
LinkCollection::$context property core/modules/jsonapi/src/JsonApiResource/LinkCollection.php The link context.
LinkCollection::$links property core/modules/jsonapi/src/JsonApiResource/LinkCollection.php The links in the collection, keyed by unique strings.
LinkCollection::filter function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Filters a LinkCollection using the provided callback.
LinkCollection::getContext function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Gets the LinkCollection's context object.
LinkCollection::getIterator function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Returns an iterator for links.
LinkCollection::hasLinkWithKey function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Whether a link with the given key exists.
LinkCollection::merge function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Merges two LinkCollections.
LinkCollection::validKey function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Ensures that a link key is valid.
LinkCollection::withContext function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Establishes a new context for a LinkCollection.
LinkCollection::withLink function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Gets a new LinkCollection with the given link inserted.
LinkCollection::__construct function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php LinkCollection constructor.
LinkCollectionNormalizer class core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php Normalizes a LinkCollection object.
LinkCollectionNormalizer.php file core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
LinkCollectionNormalizer::$currentUser property core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The current user making the request.
LinkCollectionNormalizer::$hashSalt property core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php A random string to use when hashing links.
LinkCollectionNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
LinkCollectionNormalizer::hashByHref function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php Hashes a link using its href and its target attributes, if any.
LinkCollectionNormalizer::LINK_CONTEXT constant core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The normalizer $context key name for the context object of the link.
LinkCollectionNormalizer::LINK_KEY constant core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The normalizer $context key name for the key of an individual link.
LinkCollectionNormalizer::normalize function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php

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