Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
LinkInputValuesTraits::getLinkInputValues function core/modules/link/tests/src/Traits/LinkInputValuesTraits.php Link field values use for test.
LinkItem::getTitle function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Gets the link title.
LinkItem::getUrl function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Gets the URL object.
LinkItemInterface::getTitle function core/modules/link/src/LinkItemInterface.php Gets the link title.
LinkItemInterface::getUrl function core/modules/link/src/LinkItemInterface.php Gets the URL object.
LinkItemUrlValidationTest::getTestLinks function core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Builds an array of links to test.
LinkRelationType::getDescription function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the link relation type description.
LinkRelationType::getExtensionUri function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the extension link relation type URI.
LinkRelationType::getNotes function core/lib/Drupal/Core/Http/LinkRelationType.php Returns some extra notes/comments about this link relation type.
LinkRelationType::getReference function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the URL pointing to the reference of the link relation type.
LinkRelationType::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the registered link relation type name.
LinkRelationTypeInterface::getDescription function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the link relation type description.
LinkRelationTypeInterface::getExtensionUri function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the extension link relation type URI.
LinkRelationTypeInterface::getNotes function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns some extra notes/comments about this link relation type.
LinkRelationTypeInterface::getReference function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the URL pointing to the reference of the link relation type.
LinkRelationTypeInterface::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the registered link relation type name.
LinkRelationTypeManager::getDiscovery function core/lib/Drupal/Core/Http/LinkRelationTypeManager.php Gets the plugin discovery.
LinkReply::getDefaultLabel function core/modules/comment/src/Plugin/views/field/LinkReply.php Returns the default label for this link.
LinkReply::getUrlInfo function core/modules/comment/src/Plugin/views/field/LinkReply.php Returns the URI elements of the link.
Links::getLinks function core/modules/views/src/Plugin/views/field/Links.php Gets the list of links used by this field.
LinkSeparateFormatterDisplayTest::getTestCases function core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php
LinksetController::toLinkTargetObjects function core/modules/system/src/Controller/LinksetController.php Encode a menu tree as link items and capture any cacheability metadata.
LinksetControllerTestBase::getReferenceLinksetDataFromFile function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Retrieve reference linkset controller output adjusted for proper base URL.
LinkTest::testGetLinkRelationType function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Tests get link relation type.
LinkTitleRequiredConstraintValidatorTest::getMockLink function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTitleRequiredConstraintValidatorTest.php Builds a mock Link field.
LinkTypeConstraintValidatorTest::getMockFieldDefinition function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkTypeConstraintValidatorTest.php Builds a stub Link field definition.
LinkWidget class core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Plugin implementation of the 'link' widget.
LinkWidget.php file core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
LinkWidget::defaultSettings function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Defines the default settings for this plugin.
LinkWidget::errorElement function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Assigns a field-level validation error to the right widget sub-element.
LinkWidget::flagErrors function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Override the '%uri' message parameter, to ensure that 'internal:' URIs
show a validation error message that doesn't mention that scheme.
LinkWidget::formElement function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Returns the form for a single field widget.
LinkWidget::getUriAsDisplayableString function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Gets the URI without the 'internal:' or 'entity:' scheme.
LinkWidget::getUserEnteredStringAsUri function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Gets the user-entered string as a URI.
LinkWidget::isNoLinkRoute function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Checks if a given route name is one of Drupal's special no-link routes.
LinkWidget::massageFormValues function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Massages the form values into the format expected for field values.
LinkWidget::settingsForm function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Returns a form to configure settings for the widget.
LinkWidget::settingsSummary function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Returns a short summary for the current widget settings.
LinkWidget::supportsExternalLinks function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Indicates enabled support for link to external URLs.
LinkWidget::supportsInternalLinks function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Indicates enabled support for link to routes.
LinkWidget::validateTitleNoLink function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Form element validation handler for the 'title' element.
LinkWidget::validateUriElement function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Form element validation handler for the 'uri' element.
ListDataDefinition::getClass function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Returns the class used for creating the typed data object.
ListDataDefinition::getDataType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Returns the data type of the data.
ListDataDefinition::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Gets the data definition of an item of the list.
ListDataDefinitionInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Gets the data definition of an item of the list.
ListElement::getGroupTitle function core/modules/config_translation/src/FormElement/ListElement.php Returns the title for the 'details' element of a group of schema elements.
ListElement::getTranslationBuild function core/modules/config_translation/src/FormElement/ListElement.php Builds a render array containing the source and translation form elements.
ListInterface::get function core/lib/Drupal/Core/TypedData/ListInterface.php Returns the item at the specified position in this list.
ListInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/ListInterface.php Gets the data definition.

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