Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
link-formatter-link-separate.html.twig file core/themes/claro/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/starterkit_theme/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/stable9/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/tests/themes/link_test_theme/templates/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/templates/link-formatter-link-separate.html.twig Default theme implementation of a link with separate title and URL elements.
link.admin.css file core/modules/ckeditor5/css/link.admin.css .ckeditor5-toolbar-button-link {
background-image: url(../icons/link.svg);
}
link.css file core/profiles/demo_umami/themes/umami/css/classy/components/link.css Style another element as a link.
link.css file core/themes/claro/css/classy/components/link.css Style another element as a link.
link.css file core/themes/starterkit_theme/css/components/link.css Style another element as a link.
link.icon.theme.css file core/modules/link/css/link.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-link {
background-image: url("data:image/svg+xml,%3csvg height='38'…
link.icon.theme.pcss.css file core/modules/link/css/link.icon.theme.pcss.css .field-icon-link {
background-image: url(../../../misc/icons/55565b/link.svg);
}
link.libraries.yml file core/modules/link/link.libraries.yml core/modules/link/link.libraries.yml
link.schema.yml file core/modules/link/config/schema/link.schema.yml core/modules/link/config/schema/link.schema.yml
Link::$attributes property core/modules/jsonapi/src/JsonApiResource/Link.php The link target attributes.
Link::getTargetAttributes function core/modules/jsonapi/src/JsonApiResource/Link.php Gets the link's target attributes.
Link::preRenderLinks function core/lib/Drupal/Core/Render/Element/Link.php Pre-render callback: Collects child links into a single array.
Link::setLinkGenerator function core/lib/Drupal/Core/Link.php Sets the link generator service.
Link::setText function core/lib/Drupal/Core/Link.php Sets the new text of the link.
Link::setUrl function core/lib/Drupal/Core/Link.php Sets the URL of this link.
Link::toString function core/lib/Drupal/Core/Link.php Generates the HTML for this Link object.
Link::__construct function core/lib/Drupal/Core/Link.php Constructs a new Link object.
Link::__construct function core/modules/jsonapi/src/JsonApiResource/Link.php JSON:API Link constructor.
LinkAccessConstraint class core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php Defines an access validation constraint for links.
LinkAccessConstraint.php file core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php
LinkAccessConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php
LinkAccessConstraintValidator class core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php Validates the LinkAccess constraint.
LinkAccessConstraintValidator.php file core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php
LinkAccessConstraintValidator::$current_user property core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php Proxy for the current user account.
LinkAccessConstraintValidator::create function core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php Instantiates a new instance of this class.
LinkAccessConstraintValidator::validate function core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
LinkAccessConstraintValidator::__construct function core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php Constructs an instance of the LinkAccessConstraintValidator class.
LinkAccessConstraintValidatorTest class core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php Tests the LinkAccessConstraintValidator validator.
LinkAccessConstraintValidatorTest.php file core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php
LinkAccessConstraintValidatorTest::providerValidate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php Data provider for LinkAccessConstraintValidator::validate().
LinkAccessConstraintValidatorTest::testValidate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php Tests the access validation constraint for links.
LinkApproveTest class core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php @coversDefaultClass \Drupal\comment\Plugin\views\field\LinkApprove[[api-linebreak]]
@group comment
LinkApproveTest.php file core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php
LinkApproveTest::setUp function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php
LinkApproveTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php Test the render method when getEntity returns NULL.
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.

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